@import url('https://fonts.cdnfonts.com/css/amazon-ember');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Roboto:wght@400;500;700&display=swap');
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
font-family: 'Amazon Ember Display', sans-serif;
}
html::-webkit-scrollbar {
width: 10px;
}
html::-webkit-scrollbar-track {
background: #F2F2F2;
}
html::-webkit-scrollbar-thumb {
background-color: #3965b2 !important;
}
html,
body {
background-color: #0f121a;
}
.container {
width: 100%;
max-width: 1440px;
height: auto;
margin: 0px auto;
}
.container .banner {
width: 100%;
height: auto;
}
.container .banner img {
width: 100%;
margin-top: 15px;
}
.container-xs {
width: 100%;
max-width: 1200px;
height: auto;
margin: 0px auto;
}
a {
text-decoration: none;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
font-family: 'Amazon Ember Display', sans-serif;
}
body {
margin: 0 !important;
padding: 0 !important;
}
nav {
width: 100%;
height: 45px;
background-color: #07111F;
padding: 0 30px;
box-sizing: border-box;
}
nav .container {
max-width: 1670px;
margin-left: auto;
width: 100%;
margin-left: auto !important;
margin-right: 0 !important;
height: 100%;
}
nav .container .menu {
display: flex;
flex-direction: row;
position: relative;
}
nav .container .menu .menu__content {
position: absolute;
max-width: 1118px;
width: 100%;
top: 45px;
left: 0;
height: auto;
background-color: rgba(255, 255, 255, 0.92);
}
nav .container .menu .menu__content .sponsors {
width: 100%;
height: 65px;
display: flex;
flex-direction: row;
align-items: center;
background-color: #E3E3E3;
}
nav .container .menu .menu__content .sponsors .button {
display: flex;
justify-content: space-between;
max-width: 151px;
width: 100%;
flex-direction: row;
align-items: center;
}
nav .container .menu .menu__content .sponsors .button span {
margin: 0;
color: #000;
display: block;
padding-left: 10px;
box-sizing: border-box;
font-size: 14px;
font-weight: 500;
width: fit-content;
}
nav .container .menu .menu__content .sponsors .brand__list {
width: calc(100% - 188px);
height: 65px;
padding: 0 10px;
box-sizing: border-box;
display: flex;
justify-content: space-between;
flex-direction: row;
align-items: center;
margin-left: auto;
}
nav .container .menu .menu__content .sponsors .brand__list .item {
height: 28px;
width: auto;
}
nav .container .menu .menu__content .sponsors .brand__list .item img {
height: 100%;
}
nav .container .menu .menu__button:hover > .menu__content {
display: flex;
}
nav .container .menu .menu__content {
display: none;
flex-direction: column;
z-index: 999999999;
}
nav .container .menu .menu__content .categories {
width: 100%;
display: flex;
flex-direction: row;
}
nav .container .menu .menu__content .categories .sidebar {
width: 161px;
padding: 1px;
position: relative;
box-sizing: border-box;
}
nav .container .menu .menu__content .categories .sidebar ul {
padding: 0;
margin: 0;
list-style: none;
}
nav .container .menu .menu__content .categories .sidebar ul li:hover {
background-color: rgb(230, 230, 230);
}
nav .container .menu .menu__content .categories .level__two {
width: calc(100% - 161px);
height: 100%;
}
nav .container .menu .menu__content .categories .level__two ul {
padding: 0;
margin: 0;
list-style: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
nav .container .menu .menu__content .categories .level__two ul li {
width: calc(100% / 5);
border: 1px rgba(112, 112, 112, 0.1) solid;
display: none;
flex-direction: column;
height: 248px;
}
nav .container .menu .menu__content .categories .level__two ul li .level__three {
height: auto;
width: 100%;
}
nav .container .menu .menu__content .categories .level__two ul li .level__three ul {
padding-top: 15px;
box-sizing: border-box;
}
nav .container .menu .menu__content .categories .level__two ul li .level__three ul li {
margin-bottom: 5px;
border: 0 !important;
}
nav .container .menu .menu__content .categories .level__two ul li .level__three ul li:last-child {
margin-bottom: 0;
}
nav .container .menu .menu__content .categories .level__two ul li .level__three ul li a {
height: auto;
background-color: transparent;
font-size: 14px;
font-weight: normal;
display: block !important;
}
nav .container .menu .menu__content .categories .level__two ul li .level__three ul li {
width: 100%;
height: auto;
}
nav .container .menu .menu__content .categories .level__two ul li a {
width: 100%;
height: 45px;
display: flex;
align-items: center;
font-size: 18px;
font-weight: bold;
color: #000;
text-decoration: none;
padding-left: 10px;
box-sizing: border-box;
background-color: rgb(230, 230, 230);
}
nav .container .menu .menu__content .categories .sidebar ul li {
width: 100%;
height: 37px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 0 8px;
box-sizing: border-box;
}
nav .container .menu .menu__content .categories .sidebar ul li span{
color: #000;
font-size: 14px;
margin: 0;
font-weight: 500;
}
nav .container .menu .menu__button {
width: 161px;
margin-top: auto;
height: 35px;
background-color: #2B384A;
border-radius: 6px 6px 0 0;
display: flex;
margin-top: 10px;
flex-direction: row;
align-items: center;
padding: 9px;
box-sizing: border-box;
}
nav .container .menu .additional__navigation {
display: flex;
align-items: center;
justify-self: center;
margin-left: 190px;
}
nav .container .menu .additional__navigation ul {
padding: 0;
margin: 0;
list-style: none;
display: flex;
flex-direction: row;
align-items: center;
}nav .container .menu .additional__navigation ul li {
margin-right: 37px;
}
nav .container .menu .additional__navigation ul li:last-child {
margin-right: 0;
}
nav .container .menu .additional__navigation ul li a {
text-decoration: none;
color: var(--unnamed-color-ffffff);
text-align: left;
font-weight: bold;
font-size: 16px;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
transition: 300ms ease-in-out color;
}
nav .container .menu .additional__navigation ul li a:hover {
color: #1A4795;
}
nav .container .menu .menu__button span {
font-weight: bold;
font-size: 16px;
color: #000;
margin-left: 22.5px;
}

.hero .hero__block .hero__slider .slider__item .slider__box .slider__image img {
width: 100%;
}

.categories__selection .breadcrump {
width: 100%;
height: auto;
}
.categories__selection .breadcrump ul {
padding: 0;
padding-top: 20px;
padding-left: 40px;
margin: 0;
list-style: none;
display: flex;
flex-direction: row;
align-items: center;
}
.categories__selection .breadcrump ul li {
margin-right: 5px;
}
.categories__selection .breadcrump ul li a {
text-decoration: none;
color: #000;
font-size: 14px;
font-weight: normal;
font-style: normal;
}
.categories__selection .item__list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin: 10px auto;
}
.categories__selection .item__list .item {
margin: 5px;
margin-top: 0;
padding: 10px;
box-sizing: border-box;
width: 130px !important; /* bilo 165px */ /* druga prepravka, bilo 110px */
height: 80px !important; /* bilo 120px */ /* druga prepravka, bilo 60px */
position: relative;
display: flex;
align-items: center;
justify-content: center;
border-radius: 6px;
margin-bottom: 35px;
}
.categories__selection .item__list .item h5 {
font-size: 14px; /* bilo 16px */
text-align: center;
color: #111;
}
.categories__selection .item__list .item:hover>img {
transform: scale(1.05);
}
.categories__selection .item__list .item img {
object-fit: contain;
overflow: hidden;
width: 100%;
transition: all 300ms ease-in-out;
height: 100%;
}
.categories__selection .item__list .item span {
font-size: 14px; /* bilo 16px */
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
left: 50%;
width: 100%;
transform: translateX(-50%);
color: #000;
bottom: -25px;
}
@media only screen and (max-width: 1000px) {
.categories__selection .item__list .item {
width: calc(100% / 3.5) !important;
height: 81px !important;
}

nav .container .menu .menu__button {
display: none;
}
nav .container {
display: flex;
align-items: center;
justify-content: center;
max-width: 100%;
}
nav .container .menu .additional__navigation {
margin: 0 auto;
}
}
@media only screen and (min-width: 2200px) {

nav .container {
margin: 0 auto;
margin-right: auto !important;
}
}
@media only screen and (max-width: 690px) {
.categories__selection .item__list .item span {
font-size: 13px !important;
text-align: center;
}
.categories__selection {
padding: 0 !important;
}
.categories__selection .item__list .item {
width: 122px !important;
height: 81px !important;
margin: 3px !important;
margin-bottom: 30px !important;
}
nav .container .menu .additional__navigation ul li a {
font-size: 11px !important;
}
nav .container .menu .additional__navigation ul li {
margin-right: 17px !important;
}
nav {
padding: 0;
}
nav .container .menu .additional__navigation ul li:last-child {
margin-right: 0 !important;
}
}
@media only screen and (max-width: 870px) {

}
.hero {
width: 100%;
height: auto;
}
.hero .hero__block .hero__slider .slider__item .slider__box .slider__content h4 {
font-size: 50px !important;
font-weight: 900 !important;
}
.hero .hero__block .hero__slider .slider__item .slider__box .slider__content .Amazon {
font-family: 'Amazon Ember Display', sans-serif !important;
}
.hero .hero__block .hero__slider .slider__item .slider__box .slider__content .Roboto {
font-family: 'Roboto', sans-serif !important;
}
.hero .hero__block .hero__slider .slider__item .slider__box .slider__content .Montserrat {
font-family: 'Montserrat', sans-serif !important;
}
.hero .hero__block .hero__slider .slider__item .slider__box .slider__content.goCenter {
align-items: center !important;
text-align: center !important;
}
.hero .hero__block {/*iskomentarisan bottom border - Sanin*/
width: 100%;
height: auto;
/* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
}
.hero .hero__block .hero__slider {
width: 100%;
height: 500px;
position: relative;
}
.hero .hero__block .hero__slider .slick-dots {
position: absolute;
bottom: 20px;
right: 50px;
display: flex;
align-items: center;
}
.hero .hero__block .hero__slider .slick-dots li {
list-style: none;
display: inline-flex;
}
.hero .hero__block .hero__slider .slick-dots li button {
text-indent: -999999px;
width: 20px;
height: 20px;
transform: skew(-30deg);
border: 0px;
background-color: #000;
margin-left: 10px;
cursor: pointer;
border-radius: 3px;
}
.hero .hero__block .hero__slider .slick-dots li.slick-active button {
background-color: #1a4795;
}
.hero .hero__block .hero__slider .slick-dots li:hover button {
border: 1px solid #1a4795;
}
.hero .hero__block .hero__slider .slider__item {
width: 100%;
height: auto;
overflow: hidden;
}
.hero .hero__block .hero__slider .slider__item .slider__box {
width: 100%;
height: 500px;
position: relative;
display: flex;
justify-content: flex-end;
}
.hero .hero__block .hero__slider .slider__item .goLeft {
justify-content: flex-start !important;
padding-left: 50px;
box-sizing: border-box;
}
.hero .hero__block .hero__slider .slider__item .goCenter {
justify-content: center !important;
}
.hero .hero__block .hero__slider .slider__item .slider__box .slider__image {
width: 100%;
height: 500px;
position: absolute;
top: 0px;
right: 0;
z-index: -1
/* clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%); */
}
.hero .hero__block .hero__slider .slider__item .slider__box .slider__content {
width: 25%;
height: 500px;
display: flex;
flex-direction: column;
justify-content: center;
}
.hero
.hero__block
.hero__slider
.slider__item
.slider__box
.slider__content
h4 {
font-size: 25px;
font-weight: 800;
color: #000;
text-transform: uppercase;
}
.hero .hero__block .hero__slider .slider__item .slider__box .slider__content p {
font-size: 15px;
font-weight: 400;
color: #000;
padding: 20px 0px;
}
.hero .hero__block .hero__slider .slider__item .slider__box .slider__content span {
  font-weight: bold;
  color: #fff;
  font-size: 32px;
}
.hero .hero__block .hero__slider .slider__item .slider__box .slider__content a {
padding: 7px 20px;
border: 2px solid #1a4795;
font-size: 16px;
background-color: #1a4795;
font-weight: 600;
color: #000;
display: inline-flex;
width: 200px;
height: 50px;
justify-content: center;
align-items: center;
border-radius: 4px;
}
.hero
.hero__block
.hero__slider
.slider__item
.slider__box
.slider__content
a:hover {
color: #000;
background-color: transparent;
}
.featured {
width: 100%;
height: auto;
margin-top: 30px;
}
.featured .featured__top {
width: 100%;
height: auto;
padding: 30px 0px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.featured .featured__top h4 {
font-size: 46px;
color: #000;
font-weight: 700;
}
.featured .featured__top p {
font-size: 18px;
font-weight: 400;
color: #000;
max-width: 720px;
}
.featured .featured__top hr {
width: 220px;
height: 5px;
background-color: #1a4795;
border: 0px;
margin-bottom: 15px;
border-radius: 3px;
}
.featured .featured__box {
width: 100%;
height: auto;
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 25px;
}
.featured .featured__box .featured__item {
width: calc(33.33% - 20px);
position: relative;
height: 500px;
overflow: hidden;
/* border: 1px solid #1a4795; uklonjen border - Sanin */
border-radius: 10px; /* border radius povecan sa 4 na 10px */
}
.featured .featured__box .featured__item .featured__image {
width: 100%;
height: 500px;
}
.featured .featured__box .featured__item .featured__image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.featured .featured__box .featured__item:hover .featured__content {
bottom: 0px;
}
.featured .featured__box .featured__item .featured__content {
width: 100%;
height: 100%;
background: rgb(0, 0, 0);
background: -moz-linear-gradient(
180deg,
rgba(0, 0, 0, 0) 5%,
rgba(255, 51, 102, 0.5) 38%,
rgb(255, 51, 102) 100%
);
background: -webkit-linear-gradient(
180deg,
rgba(0, 0, 0, 0) 5%,
rgba(255, 51, 102, 0.5) 38%,
rgb(255, 51, 102) 100%
);
background: linear-gradient(
180deg,
rgba(0, 0, 0, 0) 5%,
rgba(255, 51, 102, 0.5) 38%,
rgb(255, 51, 102) 100%
);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#1a4795",GradientType=1);
position: absolute;
left: 0px;
bottom: -100%;
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 20px;
transition: bottom 0.5s;
}
.featured .featured__box .featured__item .featured__content h5 {
color: #000;
font-size: 20px;
font-weight: 500;
}
.featured .featured__box .featured__item .featured__content h4 {
color: #000;
font-weight: 800;
text-transform: uppercase;
font-size: 36px;
padding-bottom: 10px;
}
.featured .featured__box .featured__item .featured__content p {
font-size: 16px;
color: #000;
font-weight: 400;
}
.featured .featured__box .featured__item .featured__content a {
display: flex;
width: 200px;
height: 50px;
justify-content: center;
align-items: center;
font-size: 18px;
font-weight: 500;
background-color: #000;
color: #000;
margin-top: 20px;
}
.featured .featured__box .featured__item .featured__content a:hover {
background-color: #000;
color: #000;
}
.showcase__one {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin-top: 168px;
}
.showcase__one .container {
max-width: 1440px;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.showcase__one .container .showcase__title {
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.showcase__one .container .showcase__items {
width: 100%;
margin-top: 30px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.showcase__one .container .showcase__items--fullscreen {
width: 100%;
margin-top: 30px;
display: flex;
align-items: center;
justify-content: center;
}
.showcase__one .container .showcase__items--fullscreen .item {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
width: 100%;
height: 600px;
border-radius: 40px;
}
.showcase__one .container .showcase__items--double {
width: 100%;
margin-top: 30px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.showcase__one .container .showcase__items--double .item {
width: 697px;
height: 598px;
background-size: cover;
background-position: center;
border-radius: 40px;
background-repeat: no-repeat;
position: relative;
}
.showcase__one .container .showcase__items--double .item .title {
left: 50%;
transform: translateX(-50%);
position: absolute;
bottom: -30px;
font-size: 16px;
color: #000;
}
.showcase__one .container .showcase__items--icons {
width: 100%;
margin-top: 30px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
}
.showcase__one .container .categories {
flex-wrap: wrap;
}
.showcase__one .container .categories .item {
width: 294px !important;
height: 294px !important;
border-radius: 100px !important;
margin-bottom: 130px !important;
}
.showcase__one .container .showcase__items--icons .item {
width: 345px;
border-radius: 40px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: baseline;
height: 285px;
position: relative;
}
.showcase__one .container .showcase__items--icons .item .title {
font-size: 22px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin-top: 10px;
color: #000;
position: absolute;
bottom: -40px;
left: 50%;
transform: translateX(-50%);
}
.showcase__one .container .showcase__items--icons .item img {
transition: all 300ms ease-in-out;
}
.showcase__one .container .showcase__items--icons .item:hover > img {
transform: scale(1.1);
}
.showcase__one .container .showcase__items .item {
height: 539px;
width: 464px;
border-radius: 24px;
box-sizing: border-box;
overflow: hidden;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
display: flex;
align-items: flex-end;
}
.showcase__one .container .showcase__items .item .item__title {
width: 100%;
height: 150px;
backdrop-filter: blur(2px);
display: flex;
padding: 10px 15px;
box-sizing: border-box;
flex-direction: column;
justify-content: flex-end;
}
.showcase__one .container .showcase__items .item .item__title h5 {
color: #000;
font-weight: normal;
line-height: 45px;
font-size: 65px;
}
.showcase__one .container .showcase__items .item .item__title span{
color: #000;
font-weight: normal;
font-size: 31px;
}
.showcase__one .container .showcase__title h3 {
color: var(--unnamed-color-ffffff);
text-align: left;
text-align: center;
font-size: 50px;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}
.showcase__one .container .showcase__title span {
color: var(--unnamed-color-ffffff);
text-align: left;
margin-top: 12px;
font-size: 22px;
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
}
.showcase__one .container .showcase__title .deco {
background: var(--unnamed-color-ff3366) 0% 0% no-repeat padding-box;
background: #1a4795 0% 0% no-repeat padding-box;
border-radius: 6px;
opacity: 1;
margin-top: 9px;
width: 241px;
height: 5px;
}
.features {
width: 100%;
height: auto;
padding: 40px 0px;
padding-top: 113px;
}
.features .features__box {
width: 100%;
height: auto;
display: flex;
align-items: center;
justify-content: space-between;
}
.features .features__box .features__item {
width: calc(25% - 20px);
height: auto;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.features .features__box .features__item img {
width: 120px;
height: 120px;
object-fit: contain;
}
.features .features__box .features__item h5 {
font-size: 22px;
font-weight: 600;
color: #000;
margin-top: 10px;
}
.features .features__box .features__item p {
font-size: 16px;
font-weight: 500;
color: #000;
margin-top: 10px;
}
.choosen {
width: 100%;
height: auto;
margin-top: 50px;
position: relative;
}
.choosen .choosen__box {
width: 100%;
height: auto;
border: 1px solid #1a4795;
position: relative;
border-radius: 4px;
overflow: hidden;
position: relative;
}
.choosen .choosen__box .box__top {
width: 100%;
height: 180px;
position: relative;
}
.choosen .choosen__box .box__top img {
width: 100%;
height: 180px;
object-fit: cover;
border-bottom: 1px solid #1a4795;
}
.choosen .choosen__box .box__top h4 {
position: absolute;
left: 20px;
bottom: 20px;
font-size: 32px;
font-weight: 700;
color: #000;
padding: 10px 20px;
background-color: #000;
}
.choosen .choosen__box .box__arrows img {
position: absolute;
left: 20px;
bottom: 150px;
z-index: 9;
width: 50px;
height: 50px;
object-fit: contain;
cursor: pointer;
}
.products .products__block .products__list .p__filters .filter__box .fb__content ul .cb__btn span {
font-size: 12px;
color: #1a4795;
cursor: pointer;
}
.products .products__block .products__list .p__filters {
height: fit-content !important;
overflow-y: hidden !important;
max-height: fit-content !important;
}
.choosen .choosen__box .box__arrows img.bnext {
left: auto;
right: 20px;
}
.choosen .choosen__box .box__arrows img:hover {
filter: invert(29%) sepia(97%) saturate(1983%) hue-rotate(326deg)
brightness(100%) contrast(101%);
}
.choosen .choosen__box .box__list {
width: 100%;
height: auto;
background-color: #000;
padding: 20px 80px;
}
.choosen .choosen__box .box__list .bl__item {
width: calc(20% - 20px);
height: auto;
padding: 10px;
border: 1px solid #d7d7d7;
margin: 10px;
cursor: pointer;
border-radius: 4px;
}
.choosen .choosen__box .box__list .bl__item:hover {
border: 1px solid #1a4795;
}
.choosen .choosen__box .box__list .bl__item img {
width: 100%;
height: 200px;
object-fit: contain;
}
.choosen .choosen__box .box__list .bl__item h4 {
font-size: 16px;
height: 40px;
color: #111;
font-weight: 700;
}
.choosen .choosen__box .box__list .bl__item p {
font-size: 18px;
font-weight: 800;
color: #1a4795;
text-align: right;
}
.confs {
width: 100%;
height: auto;
padding-top: 80px;
}
.confs .confs__top {
width: 100%;
height: auto;
margin-bottom: 20px;
}
.confs .confs__top h4 {
font-size: 46px;
color: #000;
font-weight: 700;
}
.confs .confs__top hr {
width: 220px;
height: 5px;
background-color: #1a4795;
border: 0px;
margin-bottom: 15px;
border-radius: 3px;
}
.confs .confs__block {
width: 100%;
height: 500px;
height: auto;
display: grid;
grid-gap: 20px;
grid-template-columns: repeat(4, calc(25% - 15px));
grid-template-rows: repeat(3, 250px);
justify-content: center;
align-content: end;
}
.confs .confs__block .confs__item {
-webkit-perspective: 1000;
-moz-perspective: 1000;
-o-perspective: 1000;
perspective: 1000;
overflow: hidden;
/* border: 1px solid #1a4795; iskomentarisan border - Sanin */
border-radius: 10px; /* Border radius promjenjen sa 4 na 10px - Sanin */
}
.confs .confs__block .confs__item:hover .confs__inside {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.confs .confs__block .confs__item .confs__inside {
-webkit-transition: 0.6s;
-webkit-transform-style: preserve-3d;
-moz-transition: 0.6s;
-moz-transform-style: preserve-3d;
-o-transition: 0.6s;
-o-transform-style: preserve-3d;
transition: 0.6s;
transform-style: preserve-3d;
position: relative;
width: 100%;
height: 100%;
cursor: pointer;
}
.confs .confs__block .confs__item .confs__inside .front,
.confs .confs__block .confs__item .confs__inside .back {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
top: 0;
left: 0;
}
.confs .confs__block .confs__item .confs__inside .front {
width: 100%;
height: 100%;
}
.confs .confs__block .confs__item .confs__inside .front img {
width: 100%;
height: 100%;
object-fit: cover;
}
.confs .confs__block .confs__item .confs__inside .back {
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
-o-transform: rotateY(180deg);
transform: rotateY(180deg);
background: #f8f8f8;
width: 100%;
height: 100%;
background-color: #1a4795;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 0px 20px;
}
.confs .confs__block .confs__item .confs__inside .back h4 {
font-size: 24px;
font-weight: 700;
color: #000;
}
.confs .confs__block .confs__item:nth-child(1) {
grid-column: 1/3;
grid-row: 1/3;
}
.confs .confs__block .confs__item:nth-child(2) {
grid-column: 3/5;
}
.news {
width: 100%;
height: auto;
margin-top: -150px;
}
.news.nmt {
margin-top: 0px;
padding-top: 50px;
}
.news.nmt .news__arrows {
display: none;
}
.news .news__top {
width: 100%;
height: auto;
margin-bottom: 20px;
display: flex;
align-items: center;
justify-content: flex-start;
}
.news .news__top h4 {
font-size: 46px;
color: #000;
font-weight: 700;
}
.news .news__top hr {
width: 120px;
height: 5px;
background-color: #1a4795;
border: 0px;
margin-bottom: 15px;
border-radius: 3px;
}
.news .news__top .news__arrows img {
width: 40px;
height: 40px;
object-fit: contain;
filter: invert(1);
margin-left: 15px;
cursor: pointer;
}
.news .news__top .news__arrows img:hover {
filter: invert(29%) sepia(97%) saturate(1983%) hue-rotate(326deg)
brightness(100%) contrast(101%);
}
.news .news__block {
width: 100%;
height: auto;
}
.news .news__block.news__page {
display: flex;
align-items: flex-start;
justify-content: space-between;
flex-wrap: wrap;
}
.news .news__block.news__page .news__item {
width: calc(33.33% - 20px);
margin: 0px;
margin: 20px 10px;
}
.news .news__block .news__item {
width: calc(33.33% - 0px);
margin-left: 10px;
margin-right: 10px;
height: auto;
display: flex;
flex-direction: column;
align-items: flex-end;
}
.news .news__block .news__item img {
width: 100%;
height: 350px;
object-fit: cover;
margin-bottom: 20px;
border-radius: 8px;
}
.news .news__block .news__item h4 {
font-size: 22px;
font-weight: 700;
min-height: 80px;
color: #000;
text-transform: uppercase;
}
@media screen and (max-width: 425px) {


.showcase__one .container {
padding: 0;
}
.showcase__one .container .showcase__items {
padding: 0 10px !important;
box-sizing: border-box !important;
}
.showcase__one .container .showcase__items--icons .item {
margin: 5px !important;
margin-bottom: 30px !important;
}
.showcase__one .container .showcase__items--icons .item .title {
font-size: 16px !important;
bottom: -30px !important;
}
}
@media screen and (max-width: 750px) {
.hero .hero__block .hero__slider .slider__item .goLeft {
padding-left: 0px;
}
.showcase__one .container .showcase__items--icons .item {
width: 182px;
border-radius: 12px;
height: 156px;
}
.showcase__one .container .showcase__items--fullscreen {
padding: 0 10px;
box-sizing: border-box;
}
.showcase__one .container .categories .item {
margin-bottom: 50px !important;
}
.showcase__one .container .categories .item img {
width: 103px !important;
height: 103px !important;
}
.showcase__one .container .categories .item {
width: 103px !important;
border-radius: 40px !important;
height: 103px !important;
}
.showcase__one .container .showcase__items--fullscreen .item {
height: 190px;
border-radius: 12px;
}
.showcase__one .container .showcase__items--icons .item img {
width: 182px;
height: 156px;
}
}
@media screen and (max-width: 1440px) {
.categories__selection .item__list .item {
width: calc(100% / 4 - 20px) !important;
}
}
@media screen and (max-width: 720px) {
.categories__selection .item__list .item {
width: calc(100% / 3 - 20px) !important;
}
}
@media only screen and (max-width: 590px) {
.categories__selection .item__list .item {
width: calc(100% / 3 - 6px) !important;
}}
@media screen and (max-width: 1410px) {
.showcase__one .container .showcase__items--icons {
justify-content: center;
}
.showcase__one .container .showcase__items--double .item {
margin-bottom: 40px;
}
.showcase__one .container .showcase__items--double {
justify-content: center !important;
}
.showcase__one .container .showcase__items--icons .item {
margin: 10px;
margin-bottom: 40px;
}
.showcase__one .container .showcase__items {
justify-content: center;
}
.showcase__one .container .showcase__items .item {
margin: 10px;
border-radius: 6px;
}
}
@media screen and (max-width: 660px) {
.showcase__one .container .showcase__title h3 {
font-size: 28px;
}
.showcase__one .container .showcase__items--double .item {
width: 182px !important;
margin: 5px;
height: 156px;
border-radius: 12px;
}
.showcase__one .container .showcase__items--double .item .title{
font-size: 16px;
bottom: -30px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.showcase__one .container .showcase__items--icons .item .title {
font-size: 13px !important;
bottom: -30px !important;
}
.showcase__one .container .showcase__title span {
font-size: 18px;
text-align: center;
}
.showcase__one .container .showcase__title .deco {
width: 173px;
height: 3px;
}
.showcase__one .container .showcase__items .item .item__title {
height: 58px !important;
}
.showcase__one .container .showcase__items .item .thirdtitlebox {
height: 120px !important;
}
.showcase__one .container .showcase__items .item .item__title h5 {
font-size: 24px;
line-height: 20px;
}
.showcase__one .container .showcase__items .item .item__title span {
font-size: 12px;
}
.showcase__one .container .showcase__items .item .item__title .thirdtitle {
font-size: 58px !important;
line-height: 45px !important;
}
.showcase__one .container .showcase__items .item .item__title .thirdsubtitle {
font-size: 24px !important;
}
}
@media screen and (max-width: 985px) {
.showcase__one .container .showcase__items {
justify-content: space-between;
}
.showcase__one .container .showcase__items .item {
margin: 0;
width: 48.5%;
height: 213px;
margin-bottom: 20px;
}
.showcase__one .container .showcase__items .item:last-child {
margin-bottom: 0;
width: 100%; /* Set the width to 50% of the parent element */
height: 441px;
}
}
@media screen and (max-width: 1315px) {

}
.news .news__block .news__item p {
padding-top: 5px;
font-size: 14px;
min-height: 80px;
font-weight: 300;
color: #000;
}
.news .news__block .news__item a.view__post {
display: inline-flex;
align-self: flex-end;
width: 120px;
height: 50px;
border: 1px solid #1a4795;
color: #1a4795;
font-size: 16px;
font-weight: 600;
transform: skew(-30deg);
justify-content: center;
align-items: center;
margin-top: 30px;
border-radius: 4px;
margin-right: 5px;
}
.news .news__block .news__item a.view__post:hover {
background-color: #1a4795;
color: #000;
}
.news .news__block .news__item a.view__post span {
transform: skew(30deg);
}
.socials {
width: 100%;
height: auto;
padding-top: 20px;
display: flex;
align-items: center;
}
.socials a img {
width: 40px;
height: 40px;
object-fit: contain;
filter: invert(1);
margin-right: 20px;
}
.footer {
width: 100%;
height: auto;
background-color: #000;
margin-top: 50px;
padding: 50px 0px;
padding-bottom: 0px;
}
.footer .footer__block {
width: 100%;
height: auto;
display: flex;
align-items: flex-start;
justify-content: space-between;
}
.footer .footer__block .footer__info,
.footer .footer__block .footer__payment {
width: calc(30% - 20px);
}
.footer .footer__block .footer__nav {
width: calc(20% - 20px);
}
.footer .footer__block .footer__info img {
max-width: 100%;
object-fit: contain;
}
.footer .footer__block .footer__info h4 {
font-size: 30px;
font-weight: 600;
color: #000;
margin-top: 20px;
}
.footer .footer__block .footer__info h5 {
font-size: 18px;
font-weight: 600;
color: #000;
margin-bottom: 20px;
}
.footer .footer__block .footer__info p {
font-size: 14px;
font-weight: 400;
color: #000;
margin-top: 10px;
}
.footer .footer__block .footer__info ul li {
list-style: none;
padding: 5px 0px;
}
.footer .footer__block .footer__info ul li {
font-size: 13px;
font-weight: 400;
color: #000;
}
.footer .footer__block .footer__info ul li span {
color: #1A4795;
font-weight: bold;
}
.footer .footer__block .footer__nav h5 {
font-size: 18px;
font-weight: 600;
color: #000;
margin-bottom: 20px;
}
.footer .footer__block .footer__nav ul li {
list-style: none;
padding: 5px 0px;
}
.footer .footer__block .footer__nav ul li a {
font-size: 16px;
font-weight: 400;
color: #000;
}
.footer .footer__block .footer__payment h5 {
font-size: 18px;
font-weight: 600;
color: #000;
margin-bottom: 20px;
}
.footer .footer__block .footer__payment .footer__cards {
width: 100%;
height: auto;
display: flex;
flex-wrap: wrap;
}
.footer .footer__block .footer__payment .footer__cards a img {
height: 50px;
object-fit: contain;
margin-right: 20px;
margin-bottom: 10px;
}
.footer .footer__block .footer__payment .pmonri img {
max-width: 100%;
height: 100px;
object-fit: contain;
margin-left: -5px;
}
@media only screen and (max-width: 845px) {
.footer .footer__block .footer__payment .pmonri {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.footer .footer__block .footer__payment .footer__cards {
justify-content: center;
}
.footer .copyright p {
font-size: 11px !important;
}
}
.footer .copyright {
width: 100%;
height: 60px;
display: flex;
align-items: center;
justify-content: space-between;
border-top: 1px solid rgba(255, 255, 255, 0.3);
margin-top: 30px;
}
.footer .copyright p {
font-size: 14px;
font-weight: 400;
color: #000;
}
.footer .copyright p a {
color: #1a4795;
}
.products {
width: 100%;
height: auto;
background-color: #000;
padding-bottom: 50px;
}
.products .gallery {
display: flex;
flex-direction: row;
flex-wrap: wrap;
padding: 50px 0;
justify-content: center;
}
.products .gallery .gallery__item {
width: 320px;
height: 320px;
border-radius: 3px;
overflow: hidden;
margin: 10px;
box-sizing: border-box;
border: 2px solid #1a4795;
position: relative;
}
.products .gallery .gallery__item .hover__box {
background-color: transparent;
width: 100%;
z-index: 10;
height: 100%;
position: absolute;
top: 0;
display: flex;
align-items: center;
justify-content: center;
transition: background-color ease-in-out 150ms;
left: 0;
}
.products .gallery .gallery__item .hover__box:hover {
background-color: #1a47957a;
}
.products .gallery .gallery__item .hover__box img {
opacity: 0;
width: 30px;
height: 30px;
transition: opacity ease-in-out 300ms;
}
.products .gallery .gallery__item .hover__box:hover > img {
opacity: 1;
}
.products .gallery .gallery__item a img {
width: 320px;
height: 320px;
object-fit: cover;
}
.products.page .products__top .ptop__inside {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.products.page .products__top .ptop__inside ul li:last-child {
padding: 0px;
}
.products .products__top {
width: 100%;
height: auto;
padding: 20px 0px; /* bilo 30px 0px */
background-color: #111;
}
.products .products__top .ptop__inside {
width: 100%;
height: auto;
}
.products .products__top .ptop__inside img {
width: 100%;
object-fit: contain;
margin-bottom: 20px;
border: 1px solid #1a4795;
border-radius: 8px;
}
.products .products__top .ptop__inside h3 {
font-size: 38px;
font-weight: 700;
color: #000;
display: flex;
align-items: center;
justify-content: space-between;
display: none;
}
.products .products__top .ptop__inside h3 span {
font-size: 30px;
font-weight: 400;
}
.products .products__top .ptop__inside ul {
margin-top: 10px;
}
.products .products__top .ptop__inside ul li {
list-style: none;
display: inline-flex;
position: relative;
padding-right: 40px;
font-size: 16px;
font-weight: 500;
color: #000;
}
.products .products__top .ptop__inside ul li a {
color: #000;
}
.products .products__top .ptop__inside ul li::after {
content: "";
background-image: url("../img/next.svg");
width: 13px;
height: 13px;
background-size: contain;
display: block;
font-size: 16px;
font-weight: 500;
color: #000;
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
filter: invert(1);
}
.products .products__top .ptop__inside ul li:last-child {
color: #1a4795;
}
.products .products__top .ptop__inside ul li:last-child::after {
display: none;
}
.products .products__block {
width: 100%;
height: auto;
}
.products .products__block .products__list {
width: 100%;
height: auto;
display: flex;
align-items: flex-start;
}
.products .products__block .products__list .p__filters {
width: 300px;
height: auto;
min-width: 300px;
border-right: 1px solid #d7d7d7;
border-left: 1px solid #d7d7d7;
/* position: sticky; */
top: 0px;
left: 0px;
max-height: 100vh;
height: 100vh;
overflow-y: scroll;
}
.products .products__block .products__list .p__filters .filter__title {
width: 100%;
height: auto;
padding: 20px;
}
.products .products__block .products__list .p__filters .filter__title h4 {
font-size: 26px;
font-weight: 700;
color: #111;
}
.products .products__block .products__list .p__filters .filter__box {
width: 100%;
height: auto;
border-bottom: 1px solid #d7d7d7;
}
.products .products__block .products__list .p__filters .filter__box:last-child {
border-bottom: none;
}
.products
.products__block
.products__list
.p__filters
.filter__box.active
.fb__title
.fb__arrow
img {
transform: rotate(90deg);
}
.products
.products__block
.products__list
.p__filters
.filter__box.active
.fb__content {
display: block;
}
.products
.products__block
.products__list
.p__filters
.filter__box:nth-child(2)
.fb__title {
border-top: 1px solid #d7d7d7;
}
.products .products__block .products__list .p__filters .filter__box .fb__title {
width: 100%;
height: 50px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0px 20px;
border-bottom: 1px solid #d7d7d7;
background-color: #1A4795;

cursor: pointer;
}

.products
.products__block
.products__list
.p__filters
.filter__box
.fb__title:hover {
background-color: #1a4795;
}
.products
.products__block
.products__list
.p__filters
.filter__box
.fb__title:hover
h4 {
color: #000;
}
.products
.products__block
.products__list
.p__filters
.filter__box
.fb__title
h4 {
font-size: 18px;
font-weight: 600;
color: #111;
}
.products
.products__block
.products__list
.p__filters
.filter__box
.fb__title
.fb__arrow {
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
background-color: #1a4795;
border-radius: 4px;
}
.products
.products__block
.products__list
.p__filters
.filter__box
.fb__title
.fb__arrow
img {
width: 12px;
height: 12px;
object-fit: contain;
filter: invert(1);
transform: rotate(0deg);
}
.products
.products__block
.products__list
.p__filters
.filter__box
.fb__content {
width: 100%;
height: auto;
padding: 20px;
display: none;
}
.products
.products__block
.products__list
.p__filters
.filter__box
.fb__content
ul
li {
list-style: none;
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 10px;
}
.products
.products__block
.products__list
.p__filters
.filter__box
.fb__content
ul
li:last-child {
padding: 0px;
}
.products
.products__block
.products__list
.p__filters
.filter__box
.fb__content
ul
li
.fbc__left {
display: inline-flex;
align-items: center;
}
.products
.products__block
.products__list
.p__filters
.filter__box
.fb__content
ul
li
.fbc__left
input {
width: 20px;
height: 20px;
border: 1px solid #d7d7d7;
margin-right: 10px;
cursor: pointer;
}
.products
.products__block
.products__list
.p__filters
.filter__box
.fb__content
ul
li
span {
font-size: 16px;
color: #111;
font-weight: 500;
}
.products .products__block .products__list .p__items {
width: 100%;
border-right: 1px solid #d7d7d7;
}
.products .products__block .products__list .p__items .p__items-top {
width: 100%;
height: auto;
display: flex;
align-items: flex-end;
justify-content: space-between;
padding: 28px 40px;
}
.products .products__block .products__list .p__items .p__items-top.p__navi {
justify-content: flex-end;
margin-top: -100px;
}
.products
.products__block
.products__list
.p__items
.p__items-top.p__items-bottom.p__navi {
margin-top: 20px !important;
}
.products .products__block .products__list .p__items .p__items-top .p__sort {
width: 100%;
height: auto;
display: flex;
align-items: center;
}
.products .products__block .products__list .p__items .p__items-list .product__item {
  position: relative;
}
.products .products__block .products__list .p__items .p__items-list .product__item .product__discount {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: red;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.products .products__block .products__list .p__items .p__items-list .product__item .pi__content ul li:first-child {
  border-radius: 2px 2px 0 0 !important;
}
.products .products__block .products__list .p__items .p__items-list .product__item .pi__content ul::-webkit-scrollbar {
width: 10px;
}
.products .products__block .products__list .p__items .p__items-list .product__item .pi__content ul::-webkit-scrollbar-track {
background: #F2F2F2;
border-radius: 10px;
}
.products .products__block .products__list .p__items .p__items-top .p__sort .p__fg select {
  border-color: #e8e4e4;
}
.products .products__block .products__list .p__items .p__items-list .product__item .pi__content ul::-webkit-scrollbar-thumb {
background-color: #3965b2 !important;
border-radius: 10px;
}
.products
.products__block
.products__list
.p__items
.p__items-top
.p__sort
.p__fg {
width: 250px;
height: auto;
margin-right: 20px;
position: relative;
z-index: 9;
}
.products
.products__block
.products__list
.p__items
.p__items-top
.p__sort
.p__fg
label {
font-size: 14px;
text-transform: uppercase;
font-weight: 600;
color: #111;
}
.products
.products__block
.products__list
.p__items
.p__items-top
.p__sort
.p__fg
select {
width: 100%;
height: 40px;
border: 1px solid #d7d7d7;
padding-left: 10px;
margin-top: 5px;
border-radius: 4px;
}
.products .products__block .products__list .p__items .p__items-top .p__nav {
display: flex;
align-items: flex-end;
min-width: 30%;
justify-content: flex-end;
}
.products .products__block .products__list .p__items .p__items-top .p__nav p {
font-size: 14px;
font-weight: 400;
color: #111;
margin-right: 20px;
}
.products .products__block .products__list .p__items .p__items-top .p__nav ul {
display: flex;
align-items: center;
}
.products
.products__block
.products__list
.p__items
.p__items-top
.p__nav
ul
li {
list-style: none;
cursor: pointer;
}
.products
.products__block
.products__list
.p__items
.p__items-top
.p__nav
ul
li
span {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
margin-left: 5px;
border: 1px solid #d7d7d7;
font-size: 16px;
font-weight: 500;
color: #111;
border-radius: 4px;
}
.products
.products__block
.products__list
.p__items
.p__items-top
.p__nav
ul
li
span.active {
border: 1px solid #1a4795;
background-color: #1a4795;
color: #000;
font-weight: 700;
}
.products .products__block .products__list .p__items .p__items-list {
width: 100%;
padding: 0px 30px;
display: flex;
align-items: flex-start;
flex-wrap: wrap;
}
.products .products__block .products__list .p__items .p__items-list.pl-second {
padding: 0px 0px;
}
.products
.products__block
.products__list
.p__items
.p__items-list
.product__item {
width: calc(33.33% - 20px);
height: 600px;
border: 1px solid #d7d7d7;
margin: 10px;
border-radius: 10px; /*. bilo 4px */
}
.products
.products__block
.products__list
.p__items
.p__items-list
.product__item
.pi__image {
width: 100%;
height: 301px;
padding: 20px;
border-bottom: 1px solid #d7d7d7;
}
.products
.products__block
.products__list
.p__items
.p__items-list
.product__item
.pi__image
img {
width: 100%;
height: 100%;
object-fit: contain;
}
.products
.products__block
.products__list
.p__items
.p__items-list
.product__item
.pi__content {
width: 100%;
height: auto;
padding-top: 3px;
}
.products
.products__block
.products__list
.p__items
.p__items-list
.product__item
.pi__content
h4 {
font-size: 18px;
font-weight: 600;
height: 66px;
overflow-y: hidden;
padding: 5px 20px;
}
.products
.products__block
.products__list
.p__items
.p__items-list
.product__item
.pi__content
ul {
width: 100%;
height: 92px;
margin-top: 10px;
padding: 10px 20px;
max-height: 92px;
overflow-y: scroll;
}
.products
.products__block
.products__list
.p__items
.p__items-list
.product__item
.pi__content
ul
li {
width: 100%;
padding-bottom: 10px;
height: auto;
list-style: none;
border: 1px solid #d7d7d7;
display: flex;
align-items: center;
padding: 5px 10px;
justify-content: space-between;
border-top: 0px;
}
.products
.products__block
.products__list
.p__items
.p__items-list
.product__item
.pi__content
ul
li:first-child {
border-top: 1px solid #d7d7d7;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.products
.products__block
.products__list
.p__items
.p__items-list
.product__item
.pi__content
ul
li:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.products
.products__block
.products__list
.p__items
.p__items-list
.product__item
.pi__content
ul
li
div {
display: flex;
align-items: center;
}
.products
.products__block
.products__list
.p__items
.p__items-list
.product__item
.pi__content
ul
li
div
img {
width: 20px;
height: 20px;
object-fit: contain;
margin-right: 10px;
}
.products
.products__block
.products__list
.p__items
.p__items-list
.product__item
.pi__content
ul
li
div
span {
font-size: 12px;
font-weight: 600;
color: #111;
}
.products
.products__block
.products__list
.p__items
.p__items-list
.product__item
.pi__content
ul
li
em {
font-style: normal;
font-size: 12px;
line-height: 16px;
font-weight: 500;
color: #111;
}
.products
.products__block
.products__list
.p__items
.p__items-list
.product__item
.pi__content
.pi__price {
width: 100%;
height: auto;
padding-top: 10px;
display: flex;
align-items: flex-end;
justify-content: center;
}
.products
.products__block
.products__list
.p__items
.p__items-list
.product__item
.pi__content
.pi__price
.price__old {
font-size: 18px;
text-decoration: line-through;
font-weight: 400;
color: #000;
}
.products
.products__block
.products__list
.p__items
.p__items-list
.product__item
.pi__content
.pi__price
.price__new {
font-size: 26px;
font-weight: 700;
color: #1a4795;
margin-left: 10px;
}
.products
.products__block
.products__list
.p__items
.p__items-list
.product__item
.pi__content
.pi__actions {
width: 100%;
height: auto;
margin-top: 0px;
padding: 10px 20px;
}
.products
.products__block
.products__list
.p__items
.p__items-list
.product__item
.pi__content
.pi__actions
a {
display: flex;
width: 100%;
height: 50px;
background-color: #1a4795;
font-size: 18px;
font-weight: 500;
color: #000;
justify-content: center;
align-items: center;
position: relative;
padding-right: 60px;
border-radius: 4px;
overflow: hidden;
}
.products
.products__block
.products__list
.p__items
.p__items-list
.product__item
.pi__content
.pi__actions
a
button {
position: absolute;
width: 60px;
height: 50px;
top: 0px;
right: 0px;
display: flex;
align-items: center;
justify-content: center;
background-color: transparent;
border: 0px;
border-left: 1px solid #fff;
cursor: pointer;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.products
.products__block
.products__list
.p__items
.p__items-list
.product__item
.pi__content
.pi__actions
a
button:hover {
background-color: #000;
border-top: 1px solid #1a4795;
border-bottom: 1px solid #1a4795;
border-right: 1px solid #1a4795;
}
.products
.products__block
.products__list
.p__items
.p__items-list
.product__item
.pi__content
.pi__actions
a
button:hover
img {
filter: invert(0);
}
.products
.products__block
.products__list
.p__items
.p__items-list
.product__item
.pi__content
.pi__actions
a
button
img {
width: 25px;
height: 25px;
object-fit: contain;
filter: invert(1);
}
.products .products__block .products__list .p__items .p__items-list .product__item .pi__content .pi_actions {
width: 100%;
height: 50px;
display: flex;
padding: 0 20px;
box-sizing: border-box;
flex-direction: row;
align-items: center;
margin-top: 10px;
}
.products .products__block .products__list .p__items .p__items-list .product__item .pi__content .pi_actions .container {
display: flex;
flex-direction: row;
}
.products .products__block .products__list .p__items .p__items-list .product__item .pi__content .pi_actions .container a {
width: 100%;
height: 50px;
color: #000;
border-radius: 2px;
border-right: 1px solid #fff !important;
background-color: #1a4795;
border: 1px solid #1a4795;
display: flex;
align-items: center;
font-size: 16px;
transition: all 300ms ease-in-out ;
font-weight: 400;
color: #fff;
justify-content: center;
}
.products .products__block .products__list .p__items .p__items-list .product__item .pi__content .pi_actions .container a:hover {
  background-color: #000;
}
.products .products__block .products__list .p__items .p__items-list .product__item .pi__content .pi_actions button {
width: 60px;
height: 50px;
background-color: #1a4795;
border: 1px solid #1a4795;
display: flex;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
align-items: center;
justify-content: center;
}
.products .products__block .products__list .p__items .p__items-list .product__item .pi__content .pi_actions button:hover {
background-color: #000;
cursor: pointer;
}
.products .products__block .products__list .p__items .p__items-list .product__item .pi__content .pi_actions button:hover>img {
filter: invert(0);
}
.products .products__block .products__list .p__items .p__items-list .product__item .pi__content .pi_actions button img {
width: 25px;
filter: invert(1);
height: 25px;
fill: #fff;
}
.single__product {
width: 100%;
height: auto;
padding-top: 40px;
background-color: #000;
padding-bottom: 50px;
}
.single__product .product__block {
width: 100%;
height: auto;
display: flex;
flex-wrap: wrap;
}
.single__product .product__block .product__images {
/* width: 100%; */
height: auto;
padding: 0px 150px;
width: 70% !important;
padding-bottom: 50px;
position: relative;
}
.single__product .product__block .product__images .product__discount {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: red;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.single__product .product__block .product__images .main__images-arrows img {
position: absolute;
top: 170px;
left: 0px;
width: 50px;
height: 50px;
object-fit: contain;
cursor: pointer;
z-index: 100;
}
.single__product
.product__block
.product__images
.main__images-arrows
img:hover {
filter: invert(29%) sepia(97%) saturate(1983%) hue-rotate(326deg)
brightness(100%) contrast(101%);
}
.single__product
.product__block
.product__images
.main__images-arrows
img.minext {
left: auto;
right: 0px;
}
.single__product .product__block .product__images .main__images {
width: 100%;
height: auto;
}
.single__product .product__block .product__images .main__images .main__image {
width: 420px;
height: 420px !important;
height: auto;
display: flex;
align-items: center;
justify-content: center;
}
.single__product
.product__block
.product__images
.main__images
.main__image
img {
width: 100%;
height: 100%;
transform: scale(0.5);
object-fit: contain;
transition: transform 0.5s ease-in-out;
}
.single__product
.product__block
.product__images
.main__images
.main__image.slick-slide
img {
width: 100%;
height: 100%;
transform: scale(0.5);
object-fit: contain;
transition: transform 0.5s ease-in-out;
}
.single__product
.product__block
.product__images
.main__images
.main__image.slick-center
img {
transform: scale(1);
}
.single__product .product__block .product__images .nav__images {
width: 100%;
height: auto;
display: flex;
align-items: center;
justify-content: center;
}
.single__product .product__block .product__images .nav__images .ni__slider {
width: 100%;
max-width: 480px;
height: auto;
}
.single__product
.product__block
.product__images
.nav__images
.ni__slider
.nav__image {
min-width: 100px;
height: 100px;
padding: 10px;
margin: 0px 5px;
border: 1px solid #d7d7d7;
cursor: pointer;
border-radius: 4px;
}
.single__product
.product__block
.product__images
.nav__images
.ni__slider
.nav__image.slick-current {
border: 1px solid #1a4795;
}
.single__product
.product__block
.product__images
.nav__images
.ni__slider
.nav__image
img {
width: 100%;
height: 100%;
object-fit: contain;
}
.single__product .product__block .product__left {
/* width: calc(100% - 420px); */
width: 68% !important;
order: 3;
height: auto;
margin-right: 20px;
border: 1px solid #d7d7d7;
border-radius: 4px;
}
.single__product .product__block .product__left .product__content {
width: 100%;
height: auto;
padding: 30px;
}
.single__product .product__block .product__left .product__content h3 {
font-size: 28px;
font-weight: 700;
color: #111;
}
.single__product
.product__block
.product__left
.product__content
.product__pictograms {
width: 100%;
height: auto;
margin-top: 15px;
}
.single__product
.product__block
.product__left
.product__content
.product__pictograms
ul {
display: flex;
align-items: center;
}
.single__product
.product__block
.product__left
.product__content
.product__pictograms
ul
li {
list-style: none;
width: 70px;
height: 70px;
margin-right: 10px;
border-radius: 4px;
overflow: hidden;
}
.single__product
.product__block
.product__left
.product__content
.product__pictograms
ul
li
img {
width: 100%;
height: 100%;
object-fit: contain;
}
.single__product
.product__block
.product__left
.product__content
.product__list {
width: 100%;
height: auto;
margin: 10px 0px;
padding: 10px 0px;
border-top: 1px solid #d7d7d7;
border-bottom: 1px solid #d7d7d7;
}
.single__product
.product__block
.product__left
.product__content
.product__list
ul
li {
list-style: none;
padding: 6px 0px;
display: flex;
align-items: center;
}
.single__product
.product__block
.product__left
.product__content
.product__list
ul
li
b {
display: block;
width: 220px;
}
.single__product .product__block .product__left .product__tabs {
width: 100%;
height: auto;
padding: 0px 20px;
}
.single__product .product__block .product__left .product__tabs .tabs {
width: 100%;
height: auto;
display: flex;
align-items: flex-end;
}
.single__product .product__block .product__left .product__tabs .tabs .tab {
width: 200px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
font-weight: 700;
color: #111;
border: 1px solid #d7d7d7;
border-right: 0px;
border-bottom: 5px solid #d7d7d7;
cursor: pointer;
}
.single__product
.product__block
.product__left
.product__tabs
.tabs
.tab:last-child {
border-right: 1px solid #d7d7d7;
border-top-right-radius: 4px;
}
.single__product
.product__block
.product__left
.product__tabs
.tabs
.tab.active {
border-bottom: 5px solid #1a4795;
}
.single__product
.product__block
.product__left
.product__tabs
.tabs
.tab:hover {
background-color: #d7d7d7;
}
.single__product .product__block .product__left .product__tabs .tab__content {
width: 100%;
height: auto;
padding: 30px;
border: 1px solid #d7d7d7;
border-radius: 4px;
margin-bottom: 20px;
border-top-left-radius: 0px;
display: none;
}
.single__product
.product__block
.product__left
.product__tabs
.tab__content.active {
display: block;
}
.single__product
.product__block
.product__left
.product__tabs
.tab__content
ul {
border-radius: 4px;
overflow: hidden;
}
.single__product
.product__block
.product__left
.product__tabs
.tab__content
ul
li {
list-style: none;
display: flex;
width: 100%;
height: auto;
min-height: 50px;
align-items: center;
border: 1px solid #d7d7d7;
border-bottom: 0px;
}
.single__product
.product__block
.product__left
.product__tabs
.tab__content
ul
li:nth-child(odd) {
background-color: #edeaea;
}
.single__product
.product__block
.product__left
.product__tabs
.tab__content
ul
li:nth-child(odd)
b {
border-right: 1px solid #d7d7d7;
}
.single__product
.product__block
.product__left
.product__tabs
.tab__content
ul
li:last-child {
border-bottom: 1px solid #d7d7d7;
}
.single__product
.product__block
.product__left
.product__tabs
.tab__content
ul
li
b {
width: 300px;
min-width: 300px;
height: auto;
min-height: 50px;
display: flex;
align-items: center;
padding: 5px 15px;
border-right: 1px solid #d7d7d7;
font-size: 14px;
}
.single__product
.product__block
.product__left
.product__tabs
.tab__content
ul
li
span {
padding: 0px 15px;
font-size: 14px;
}
.single__product .product__block .product__short {
/* width: 400px; */
height: auto;
position: sticky;
top: 20px;
right: 0px;
background-color: #fff;
order: 2 !important;
width: 30% !important;
}
.single__product .product__block .product__short .ps__inside {
width: 100% !important;
height: auto;
min-height: 400px;
border: 1px solid #d7d7d7;
border-radius: 4px;
}
.single__product .product__block .product__short .ps__inside .ps__logo {
width: 100%;
height: auto;
padding: 20px 20px;
border-bottom: 1px solid #d7d7d7;
}
.single__product .product__block .product__short .ps__inside .ps__logo img {
width: 100%;
height: 50px;
object-fit: contain;
}
.single__product .product__block .product__short .ps__inside .ps__cont {
width: 100%;
height: auto;
padding: 20px;
border-bottom: 1px solid #d7d7d7;
}
.single__product .product__block .product__short .ps__inside .ps__cont p {
word-break: break-all;
}
.single__product .product__block .product__left .product__content h3 {
word-break: break-all;
}
.single__product
.product__block
.product__short
.ps__inside
.ps__cont
.ps__code {
width: 100%;
height: auto;
display: flex;
padding-top: 10px;
justify-content: flex-end;
}
.single__product
.product__block
.product__short
.ps__inside
.ps__cont
.ps__code
em {
font-style: normal;
}
.single__product .ps__code {
font-size: 11px;
text-transform: uppercase;
font-weight: bold;
}
.single__product .product__block .product__short .ps__inside .ps__list {
width: 100%;
height: auto;
padding: 10px 20px;
border-bottom: 1px solid #d7d7d7;
}
.single__product .product__block .product__short .ps__inside .ps__list ul li {
list-style: none;
display: flex;
align-items: center;
font-size: 16px;
color: #111;
font-weight: 400;
justify-content: space-between;
padding: 5px 0px;
}
.single__product
.product__block
.product__short
.ps__inside
.ps__list
ul
li:first-child {
font-size: 22px;
}
.single__product
.product__block
.product__short
.ps__inside
.ps__list
ul
li:first-child
b {
color: #1a4795;
}
.single__product .product__block .product__short .ps__inside .ps__action {
width: 100%;
height: auto;
display: flex;
align-items: center;
}
.single__product
.product__block
.product__short
.ps__inside
.ps__action
.action__qty {
width: 50%;
height: auto;
padding: 10px 20px;
border-right: 1px solid #d7d7d7;
}
.single__product
.product__block
.product__short
.ps__inside
.ps__action
.action__qty
h5 {
font-size: 18px;
font-weight: 600;
color: #111;
}
.single__product
.product__block
.product__short
.ps__inside
.ps__action
.action__qty
.qty {
height: auto;
display: inline-flex;
align-items: center;
border: 1px solid #d7d7d7;
border-radius: 4px;
}
.single__product
.product__block
.product__short
.ps__inside
.ps__action
.action__qty
.qty
.qty__action {
width: 50px;
height: 40px;
font-size: 26px;
font-weight: 500;
display: flex;
align-items: center;
justify-content: center;
background-color: #edeaea;
cursor: pointer;
}
.single__product
.product__block
.product__short
.ps__inside
.ps__action
.action__qty
.qty
.qty__action:hover {
background-color: #1a4795;
color: #000;
}
.single__product
.product__block
.product__short
.ps__inside
.ps__action
.action__qty
.qty
.qty__action:first-child {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.single__product
.product__block
.product__short
.ps__inside
.ps__action
.action__qty
.qty
.qty__action:last-child {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.single__product
.product__block
.product__short
.ps__inside
.ps__action
.action__qty
.qty
.qty__input {
width: 50px;
height: 40px;
}
.single__product
.product__block
.product__short
.ps__inside
.ps__action
.action__qty
.qty
.qty__input
input {
border: 0px;
width: 100%;
height: 40px;
background-color: transparent;
text-align: center;
font-size: 18px;
font-weight: 800;
}
.single__product
.product__block
.product__short
.ps__inside
.ps__action
.action__button {
width: 50%;
padding: 10px 20px;
display: flex;
align-items: center;
justify-content: center;
}
.single__product
.product__block
.product__short
.ps__inside
.ps__action
.action__button
button {
width: 100%;
height: 40px;
border: 0px;
background-color: #1a4795;
font-size: 16px;
font-weight: 600;
color: #000;
cursor: pointer;
border-radius: 4px;
}

.checkout__block {
width: 100%;
height: auto;
}
.checkout__block .checkout {
width: 100%;
height: auto;
}
.checkout__block .checkout .checkout__full {
width: 100%;
height: auto;
}
.checkout__block .checkout .checkout__input {
width: 100%;
height: auto;
margin-bottom: 10px;
}
.checkout__block .checkout .checkout__input label {
font-size: 16px;
font-weight: 500;
color: #111;
margin-bottom: 5px;
display: flex;
}
.checkout__block .checkout .checkout__input label span {
color: red;
}
.checkout__block .checkout .checkout__input input,
.checkout__block .checkout .checkout__input select {
width: 100%;
height: 50px;
border-radius: 4px;
border: 1px solid #d7d7d7;
padding-left: 15px;
}
.checkout__block .checkout .checkout__sides {
width: 100%;
height: auto;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
border: 1px solid #d7d7d7;
padding: 0px 0px;
margin-top: 20px;
border-radius: 4px;
}
.checkout__block .checkout .checkout__sides .checkout__side {
width: 50%;
height: auto;
padding: 20px 20px;
}
.checkout__block .checkout .checkout__sides .checkout__side:first-child {
border-right: 1px solid #d7d7d7;
}
.checkout__block
.checkout
.checkout__sides
.checkout__side
.checkout__side-title {
padding-bottom: 20px;
position: relative;
width: 100%;
height: auto;
}
.checkout__block
.checkout
.checkout__sides
.checkout__side
.checkout__side-title
h4 {
font-size: 18px;
font-weight: 600;
color: #111;
}
.checkout__block
.checkout
.checkout__sides
.checkout__side
.checkout__side-title
.copy__over {
position: absolute;
top: 0px;
right: 0px;
padding: 5px 10px;
border-radius: 3px;
background-color: #111;
color: #000;
cursor: pointer;
}
.checkout__block
.checkout
.checkout__sides
.checkout__side
.checkout__side-title
.copy__over:hover {
background-color: #1a4795;
color: #000;
}
.checkout__block .checkout .checkout__sides .checkout__button {
width: 100%;
height: auto;
padding: 20px;
border-top: 1px solid #d7d7d7;
display: flex;
align-items: center;
justify-content: flex-end;
}
.checkout__block .checkout .checkout__sides .checkout__button button {
background-color: #1a4795;
padding: 10px 45px;
border-radius: 4px;
font-size: 16px;
font-weight: 500;
color: #000;
border: 0px;
cursor: pointer;
}
.checkout__block .checkout .checkout__sides .checkout__button button:hover {
background-color: #000;
}
.payment {
width: 100%;
height: auto;
padding-top: 0px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.payment .payment__side {
width: calc(50% - 15px);
height: auto;
}
.payment .payment__side h4 {
font-size: 20px;
font-weight: 500;
color: #494949;
}
.payment .payment__side .payment__options {
width: 100%;
height: auto;
padding-top: 20px;
}
.payment .payment__side .payment__options li {
list-style: none;
width: 100%;
padding: 10px 0px;
display: flex;
align-items: flex-start;
}
.payment .payment__side .payment__options li.active .p-radio::after {
width: 17px;
height: 17px;
background-color: #ed1b24;
display: block;
content: "";
top: 3px;
position: absolute;
left: 3px;
border-radius: 50%;
}
.payment .payment__side .payment__options li .p-radio {
min-width: 25px;
height: 25px;
position: relative;
border: 1px solid #d7d7d7;
margin-right: 15px;
border-radius: 50%;
cursor: pointer;
}
.payment .payment__side .payment__options li .p-content {
width: 100%;
height: auto;
}
.payment .payment__side .payment__options li .p-content h5 {
font-size: 24px;
line-height: 24px;
font-weight: 400;
color: #000;
}
.payment .payment__side .payment__options li .p-content p {
font-size: 16px;
font-weight: 300;
color: #191919;
padding-top: 10px;
}
.payment .payment__side .payment__options li select {
width: 200px;
height: 50px;
border-radius: 4px;
border: 1px solid #d7d7d7;
}
.payment .payment__side .ps__cart {
width: 100%;
height: auto;
padding-top: 20px;
}
.payment .payment__side .ps__cart .psc__item {
width: 100%;
height: auto;
border-bottom: 1px solid #d7d7d7;
padding-bottom: 10px;
margin-bottom: 10px;
display: flex;
align-items: center;
justify-content: space-between;
}
.payment .payment__side .ps__cart .psc__item img {
width: 100px;
height: 100px;
object-fit: contain;
}
.payment .payment__side .ps__cart .psc__item .psc__item-content {
display: flex;
flex-direction: column;
text-align: right;
}
.payment .payment__side .ps__cart .psc__item .psc__item-content a {
font-size: 20px;
font-weight: 600;
color: #494949;
color: #3965b2;
}
.payment .payment__side .ps__cart .psc__item .psc__item-content span {
font-size: 18px;
font-weight: 400;
color: #ed1b24;
}
.payment .payment__side .ps__cart .psc__total {
width: 100%;
height: auto;
}
.payment .payment__side .ps__cart .psc__total ul {
width: 100%;
display: flex;
flex-direction: column;
align-items: flex-end;
}
.payment .payment__side .ps__cart .psc__total ul li {
height: auto;
padding-bottom: 10px;
display: inline-flex;
}
.payment .payment__side .ps__cart .psc__total ul li b {
width: 170px;
height: auto;
display: block;
font-size: 16px;
}
.payment .payment__side .ps__cart .psc__total ul li em {
text-align: right;
font-style: normal;
width: 200px;
height: auto;
display: block;
font-size: 16px;
}
.payment .payment__side .ps__cart .psc__total ul li.big b {
font-size: 30px;
}
.payment .payment__side .ps__cart .psc__total ul li.big em {
font-size: 30px;
}
.payment .payment__button {
width: 100%;
height: auto;
display: flex;
align-items: center;
justify-content: flex-end;
margin-top: 20px;
}
.payment .payment__button button {
padding: 7px 20px;
border-radius: 3px;
background-color: #1a4795;
font-size: 18px;
font-weight: 400;
color: #000;
border: 0px;
cursor: pointer;
}
.payment .payment__button button:hover {
background-color: #000;
}
.payment .payment__button form button {
padding: 0px !important;
}
.payment .payment__button form button span {
padding: 7px 20px !important;
border-radius: 3px !important;
background-color: #1a4795 !important;
background: #1a4795 !important;
font-size: 18px !important;
font-weight: 400 !important;
color: #fff !important;
border: 0px !important;
cursor: pointer !important;
height: auto !important;
line-height: 18px !important;
}
.payment .payment__button form button span::after {
font-size: 18px !important;
font-weight: 500 !important;
}
.complete__message {
width: 100%;
height: auto;
padding: 50px 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.complete__message .cm__image {
width: 100%;
height: auto;
display: flex;
justify-content: center;
}
.complete__message .cm__image img {
width: 120px;
height: 120px;
object-fit: contain;
display: none;
}
.complete__message .cm__text {
width: 100%;
height: auto;
padding-top: 30px;
display: flex;
justify-content: center;
text-align: center;
flex-direction: column;
align-items: center;
}
.complete__message .cm__text h4 {
font-size: 42px;
font-weight: 500;
color: #282828;
}
.complete__message .cm__text p {
font-size: 18px;
font-weight: 400;
color: #4d4d4d;
padding-top: 15px;
}
.complete__message.cm--fail .cm__image .cm__fail {
display: inline-flex;
filter: invert(11%) sepia(99%) saturate(6521%) hue-rotate(9deg)
brightness(97%) contrast(103%);
}
.complete__message.cm--success .cm__image .cm__succ {
display: inline-flex;
filter: invert(47%) sepia(79%) saturate(396%) hue-rotate(97deg)
brightness(99%) contrast(89%);
}
.post__block {
padding: 20px;
width: 100%;
max-width: 1080px;
margin: 0px auto;
}
.post__block p {
font-size: 18px;
font-weight: 400;
color: #111;
padding-bottom: 20px;
}
.post__block img {
width: 100%;
height: auto;
margin-bottom: 20px;
}
.account {
width: 100%;
height: auto;
padding-top: 20px;
background-color: #000;
}
.account .account__title {
width: 100%;
height: auto;
padding-bottom: 25px;
}
.account .account__title h4 {
font-size: 32px;
font-weight: 600;
color: #282828;
}
.account .account__block {
width: 100%;
height: auto;
display: flex;
align-items: flex-start;
}
.account .account__block .account__sidebar {
width: 250px;
height: 100%;
min-width: 250px;
background-color: #f8f8f8;
padding: 20px 0px;
}
.account .account__block .account__content {
width: 100%;
height: auto;
padding-left: 20px;
}
.account .account__block .account__sidebar .account__menu {
width: 100%;
height: auto;
}
.account .account__block .account__sidebar .account__menu ul li a {
display: inline-flex;
align-items: center;
}
.account .account__block .account__sidebar .account__menu ul li a img {
width: 20px;
}
.account .account__block .account__sidebar .account__avatar {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
align-items: center;
}
.account .account__block .account__sidebar .account__avatar .avatar__round {
width: 80px;
height: 80px;
border-radius: 50%;
/* background-color: #282828; */
border: 3px solid #282828;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.account
.account__block
.account__sidebar
.account__avatar
.avatar__round
span {
font-size: 30px;
font-weight: 600;
color: #000;
}
.account .account__block .account__sidebar .account__avatar .avatar__round img {
width: 100%;
height: 100%;
object-fit: contain;
}
.account .account__block .account__sidebar .account__avatar .aa__hi {
width: 100%;
height: auto;
padding: 10px 20px;
}
.account .account__block .account__sidebar .account__avatar .aa__hi h4 {
font-size: 20px;
font-weight: 500;
color: #282828;
}
.account .account__block .account__sidebar .account__avatar .aa__hi h4 b {
display: flex;
}
.account .account__block .account__sidebar .account__menu {
width: 100%;
height: auto;
padding-top: 30px;
}
.account .account__block .account__sidebar .account__menu ul li {
width: 100%;
height: auto;
padding: 15px;
border-top: 1px solid #d7d7d7;
list-style: none;
cursor: pointer;
}
.account .account__block .account__sidebar .account__menu ul li a {
display: flex;
align-items: center;
}
.account .account__block .account__sidebar .account__menu ul li a span {
font-size: 18px;
color: #282828;
font-weight: 500;
padding-left: 15px;
}
.account .account__block .account__sidebar .account__menu ul li:hover {
background-color: #282828;
}
.account .account__block .account__sidebar .account__menu ul li:hover > a span {
color: #000;
}
.account .account__block .account__sidebar .account__menu ul li:hover > a img {
filter: invert(96%) sepia(97%) saturate(12%) hue-rotate(237deg)
brightness(103%) contrast(103%);
}
.account .account__block .account__sidebar .account__menu ul li.active {
background-color: #282828;
}
.account .account__block .account__sidebar .account__menu ul li.active a span {
color: #000;
}
.account .account__block .account__sidebar .account__menu ul li.active a img {
filter: invert(96%) sepia(97%) saturate(12%) hue-rotate(237deg)
brightness(103%) contrast(103%);
}
.account .account__block .account__content .account__tab {
width: 100%;
height: auto;
display: none;
}
.account .account__block .account__content .account__tab .account__overview {
width: 100%;
height: auto;
}
.account .account__block .account__content .account__tab .account__overview h4 {
font-size: 32px;
color: #282828;
font-weight: 700;
}
.account .account__block .account__content .account__tab .account__main-title {
width: 100%;
height: auto;
background-color: #f8f8f8;
padding: 20px;
}
.account
.account__block
.account__content
.account__tab
.account__main-title
h4 {
font-size: 26px;
color: #282828;
font-weight: 600;
}
.account
.account__block
.account__content
.account__tab
.account__main-title
p {
padding-top: 10px;
}
.account .account__block .account__content .account__tab.active {
display: block;
}
.account .account__block .account__content .account__tab .account__tab-content {
width: 100%;
height: auto;
background-color: #f8f8f8;
margin-top: 20px;
margin-bottom: 20px;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.ac__predefined {
width: 100%;
height: auto;
display: inline-flex;
padding: 0px 20px;
margin-top: 0px;
position: relative;
z-index: 1;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.ac__predefined
.ac__edit {
width: 35px;
height: 35px;
border-radius: 3px;
border: 1px solid #000;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 30px;
right: 30px;
z-index: 2;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.ac__predefined
.ac__edit
img {
width: 20px;
height: 20px;
object-fit: contain;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.ac__predefined
.ac__edit:hover {
background-color: #ec0d00;
border: 1px solid #ec0d00;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.ac__predefined
.ac__edit:hover
> img {
filter: invert(1);
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.ac__predefined
ul {
width: 100%;
height: auto;
padding: 20px;
border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.1);
margin: 20px 0px;
position: relative;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.ac__predefined
ul
li {
list-style: none;
padding: 2px 0px;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.ac__predefined
ul
li
b {
display: inline-flex;
width: 130px;
font-size: 500;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.order__list {
width: 100%;
height: auto;
display: flex;
padding: 20px 15px;
flex-wrap: wrap;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.order__list
.order__item {
width: calc(50% - 10px);
height: auto;
margin: 0px 5px;
margin-bottom: 10px;
border-radius: 3px;
padding: 15px;
background-color: #000;
border-bottom: 3px solid #dcdcdc;
position: relative;
overflow: hidden;
z-index: 2;
cursor: pointer;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.order__list
.add__new {
width: 100%;
height: auto;
padding-top: 10px;
display: flex;
justify-content: flex-end;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.order__list
.add__new
button {
width: 120px;
height: 40px;
border-radius: 3px;
background-color: #4d4d4d;
color: #000;
border: 0px;
cursor: pointer;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.order__list
.add__new
button:hover {
background-color: #29aa69;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.address__list
.add__new {
width: 100%;
height: auto;
padding-top: 10px;
display: flex;
justify-content: flex-end;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.address__list
.add__new
button {
width: 150px;
height: 40px;
border-radius: 3px;
background-color: #4d4d4d;
color: #000;
border: 0px;
cursor: pointer;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.address__list
.add__new
button:hover {
background-color: #29aa69;
}
.account .account__block .account__content .account__tab .account__logo {
width: 100%;
height: auto;
padding-top: 50px;
display: flex;
justify-content: center;
}
.account .account__block .account__content .account__tab .account__logo img {
height: 60px;
filter: invert(1) grayscale(1);
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.order__list
.order__item
.order__item-bottom
button {
width: 50px;
height: 30px;
border-radius: 3px;
border: 1px solid #ac0d02;
color: #ac0d02;
font-weight: 300;
font-size: 14px;
background-color: #000;
cursor: pointer;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.order__list
.order__item
.order__item-bottom
button:hover {
background-color: #ac0d02;
color: #000;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.order__list
.order__item::after {
content: "";
position: absolute;
left: 0px;
bottom: -101%;
width: 100%;
height: 100%;
background-color: #dcdcdc;
z-index: 1;
transition: 0.2s all;
}
span.required {
color: red;
font-size: 14px;
font-weight: 300;
}
.swal2-styled.swal2-confirm {
background-color: #ec0d00 !important;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.order__list
.order__item:hover::after {
bottom: 0px;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.order__list
.order__item
h4 {
font-size: 18px;
color: #282828;
font-weight: 600;
z-index: 2;
position: relative;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.order__list
.order__item
.order__item-bottom {
width: 100%;
height: auto;
padding-top: 15px;
display: flex;
align-items: center;
justify-content: space-between;
z-index: 2;
position: relative;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.order__list
.order__item
.order__item-bottom
span {
font-size: 16px;
color: #29aa69;
font-weight: 400;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.order__list
.order__item
.order__item-bottom
em {
font-style: normal;
color: #000;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.ac__details {
width: 100%;
height: auto;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.ac__details.not-active {
display: none;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.ac__details
.ac__form {
width: 100%;
height: auto;
padding: 20px;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.ac__details
.ac__form
form {
width: 100%;
height: auto;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.ac__details
.ac__form
form
.ac__group {
width: 100%;
height: auto;
margin-bottom: 20px;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.ac__details
.ac__form
form
.ac__group
label {
font-size: 18px;
color: #4d4d4d;
font-weight: 600;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.ac__details
.ac__form
form
.ac__group
input,
.account
.account__block
.account__content
.account__tab
.account__tab-content
.ac__details
.ac__form
form
.ac__group
select {
width: 100%;
height: 45px;
border: 2px solid #d7d7d7;
margin-top: 4px;
padding-left: 15px;
outline: none;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.ac__details
.ac__form
form
.ac__button {
width: 100%;
height: auto;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.ac__details
.ac__form
form
.ac__button
button {
width: 100%;
height: 45px;
border: 0px;
background-color: #d7d7d7;
color: #000;
font-size: 18px;
font-weight: 600;
cursor: pointer;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.ac__details
.ac__form
form
.ac__button
button:hover {
background-color: #000;
color: #000;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.address__list {
width: 100%;
height: auto;
display: flex;
padding: 20px 15px;
flex-wrap: wrap;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.address__list
.address__item {
width: 100%;
height: auto;
margin: 0px 5px;
margin-bottom: 10px;
border-radius: 3px;
padding: 15px;
background-color: #000;
border-bottom: 3px solid #dcdcdc;
position: relative;
overflow: hidden;
z-index: 2;
cursor: pointer;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.address__list
.address__item
button {
position: absolute;
top: 20px;
right: 20px;
width: 100px;
height: 35px;
border-radius: 2px;
background-color: #282828;
color: #000;
border: 0px;
cursor: pointer;
z-index: 9;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.address__list
.address__item
button:hover {
background-color: #000;
color: #000;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.address__list
.address__item::after {
content: "";
position: absolute;
left: 0px;
bottom: -101%;
width: 100%;
height: 100%;
background-color: #dcdcdc;
z-index: 1;
transition: 0.2s all;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.address__list
.address__item:hover::after {
bottom: 0px;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.address__list
.address__item
h4 {
font-size: 18px;
color: #282828;
font-weight: 600;
z-index: 2;
position: relative;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.address__list
.address__item
ul {
position: relative;
z-index: 2;
display: flex;
flex-wrap: wrap;
padding-top: 15px;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.address__list
.address__item
ul
li {
list-style: none;
padding: 3px 0px;
font-size: 16px;
color: #4d4d4d;
font-weight: 500;
width: 50%;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.address__list
.address__item
ul
li
p {
font-size: 14px;
color: #a8a8a8;
font-weight: 400;
padding-top: 10px;
}
.add__modal {
width: 100%;
height: 100%;
min-height: 100vh;
background-color: rgba(0, 0, 0, 0.3);
position: fixed;
top: 0px;
left: 0px;
display: flex;
align-items: center;
justify-content: center;
z-index: 999999;
display: none;
}
.swal2-container {
z-index: 1000000000000000100000 !important;
}
.add__modal.active {
display: flex;
}
.add__modal .am__box {
width: 560px;
height: auto;
max-width: 100%;
padding: 20px;
border-radius: 3px;
background-color: #000;
border: 3px solid #d7d7d7;
}
.add__modal .am__box .am__form {
width: 100%;
height: auto;
}
.add__modal .am__box .am__form form {
width: 100%;
height: auto;
display: flex;
flex-wrap: wrap;
}
.add__modal .am__box .am__form form .am__group {
width: calc(50% - 10px);
height: auto;
margin: 5px;
display: flex;
flex-direction: column;
}
.add__modal .am__box .am__form form .am__group.am__group--full {
width: 100%;
margin: 5px;
}
.add__modal .am__box .am__form form .am__group label {
font-size: 16px;
font-weight: 600;
color: #282828;
}
.add__modal .am__box .am__form form .am__group input,
.add__modal .am__box .am__form form .am__group select,
.add__modal .am__box .am__form form .am__group textarea {
width: 100%;
height: 45px;
padding-left: 15px;
border: 2px solid #282828;
margin-top: 6px;
}
.add__modal .am__box .am__form form .am__group textarea {
height: 80px;
resize: none;
}
.add__modal .am__box .am__form form .am__group input[type="file"] {
border: 0px;
border-bottom: 2px solid #282828;
}
.add__modal .am__box .am__form form .am__button {
width: 100%;
height: auto;
padding-top: 15px;
display: flex;
justify-content: flex-end;
}
.add__modal .am__box .am__form form .am__button button {
width: 200px;
height: 45px;
border-radius: 3px;
background-color: #4d4d4d;
color: #000;
font-size: 17px;
border: 0px;
}
.add__modal .am__box .am__form form .am__button button:hover {
background-color: #29aa69;
}
.pmodal {
width: 100%;
height: 100%;
min-height: 100vh;
position: fixed;
top: 0px;
left: 0px;
display: none;
justify-content: center;
align-items: center;
background-color: rgba(0, 0, 0, 0.5);
z-index: 9999999;
}
.pmodal.active {
display: flex;
}
.pmodal .pmodal__box {
width: 100%;
height: auto;
max-width: 620px;
padding: 20px;
background-color: #000;
border-radius: 10px;
}
.pmodal .pmodal__box h3 {
font-size: 24px;
font-weight: 400;
padding-bottom: 4px;
border-bottom: 1px solid #d7d7d7;
margin-bottom: 20px;
width: 100%;
}
.pmodal .pmodal__box .pmb__top {
width: 100%;
height: auto;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
}
.pmodal .pmodal__box .pmb__top span {
display: inline-flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
border-radius: 3px;
background-color: transparent;
border: 2px solid #000;
font-size: 16px;
color: #000;
cursor: pointer;
position: absolute;
top: -10px;
right: 10px;
}
.pmodal .pmodal__box .pmb__top span:hover {
background-color: #000;
color: #000;
}
.pmodal .pmodal__box form {
width: 100%;
height: auto;
}
.pmodal .pmodal__box form .pmb__group {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
margin-bottom: 7px;
}
.pmodal .pmodal__box form .pmb__group label {
font-size: 14px;
font-weight: 400;
color: #4d4d4d;
margin-bottom: 5px;
}
.pmodal .pmodal__box form .pmb__group input,
.pmodal .pmodal__box form .pmb__group textarea {
width: 100%;
height: 40px;
border-radius: 3px;
border: 1px solid #d7d7d7;
padding: 15px;
}
.pmodal .pmodal__box form .pmb__group textarea {
height: 100px;
}
.pmodal .pmodal__box form .pmb__button {
width: 100%;
height: auto;
margin-top: 15px;
display: flex;
justify-content: flex-end;
}
.pmodal .pmodal__box form .pmb__button button {
width: 150px;
height: 40px;
border-radius: 3px;
background-color: #3965b2;
color: #000;
font-size: 14px;
font-weight: 400;
border: 0px;
cursor: pointer;
}
.pmodal .pmodal__box form .pmb__button button:hover {
opacity: 0.9;
}
.calculator {
width: 100%;
height: auto;
background-color: #1a4795;
}
.calculator .steps {
width: 100%;
height: 900px;
overflow: hidden;
position: relative;
}
.calculator .steps .step {
width: 100%;
height: 900px;
position: absolute;
top: -950px;
left: 0px;
padding: 50px 50px;
display: flex;
align-items: center;
justify-content: center;
transition: top 0.5s ease-in-out;
}
.calculator .steps .step.active {
top: 0px;
}
.calculator .steps .step.over {
top: -950px;
}
.calculator .steps .step .step__content {
width: 100%;
height: auto;
}
.calculator .steps .step .step__content h3 {
font-size: 64px;
font-weight: 800;
color: #000;
margin-bottom: 50px;
}
.calculator .steps .step .step__content ul {
display: flex;
align-items: center;
flex-wrap: wrap;
}
.calculator .steps .step .step__content ul li {
list-style: none;
margin-bottom: 20px;
/* padding: 15px 40px; */
border-radius: 5px;
border: 2px solid #fff;
font-size: 22px;
font-weight: 600;
color: #000;
margin-right: 20px;
cursor: pointer;
}
.calculator .steps .step .step__content ul li label {
display: block;
padding: 15px 40px;
box-sizing: border-box;
position: relative;
}
.calculator .steps .step .step__content ul li label input {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.calculator .steps .step .step__content ul li:hover {
background-color: #000;
color: #1a4795;
}
.calculator .steps .step .step__input {
width: 100%;
height: auto;
}
.calculator .steps .step .step__input h3 {
font-size: 64px;
font-weight: 800;
color: #000;
margin-bottom: 50px;
}
.calculator .steps .step .step__input input {
width: 100%;
height: 80px;
border: 0px;
border-bottom: 2px;
font-size: 32px;
font-weight: 400;
color: #000;
background-color: transparent;
border-bottom: 2px solid #fff;
outline: none;
}
.calculator .steps .step .step__input button {
width: 300px;
height: 60px;
border-radius: 5px;
background-color: #000;
color: #000;
margin-top: 20px;
font-size: 18px;
font-weight: 500;
border: 0px;
}
.calculator .steps .step .step__input button:hover {
background-color: #000;
color: #000;
}
.calculator .steps .step .step__form {
width: 100%;
height: auto;
}
.calculator .steps .step .step__form h3 {
font-size: 64px;
font-weight: 800;
color: #000;
margin-bottom: 50px;
}
.calculator .steps .step .step__form .form__group {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
margin-bottom: 20px;
}
.calculator .steps .step .step__form .form__group label {
font-size: 22px;
font-weight: 600;
color: #000;
margin-bottom: 10px;
}
.calculator .steps .step .step__form .form__group input,
.calculator .steps .step .step__form .form__group textarea {
width: 100%;
height: 50px;
border: 0px;
border-bottom: 2px solid #fff;
font-size: 30px;
color: #000;
background-color: transparent;
outline: none;
}
.calculator .steps .step .step__form .form__group textarea {
height: 120px;
resize: none;
}
.calculator .steps .step .step__form .form__button {
width: 100%;
height: auto;
margin-top: 20px;
display: flex;
justify-content: flex-end;
}
.calculator .steps .step .step__form .form__button button {
width: 300px;
height: 60px;
border-radius: 5px;
background-color: #000;
color: #000;
margin-top: 20px;
font-size: 18px;
font-weight: 500;
border: 0px;
}
.calculator .steps .step .step__form .form__button button:hover {
background-color: #000;
color: #000;
}
@media screen and (max-width: 1440px) {
.container {
padding: 0px 10px;
}
}
@media screen and (max-width: 500px) {
.calculator .steps .step .step__input h3 {
font-size: 40px !important;
}
}
.products .products__block .products__list .p__filters .mobile__close-button span {
background-color: #1a4795;
color: #000;
padding: 6px 12px;
}
.products .products__block .products__list .p__filters .mobile__close-button {
display: none;
position: absolute;
top: 25px;
width: fit-content;
height: 32px;
right: 25px;
}
.products .products__block .products__list .p__filters .mobile__close-button img {
filter: invert(1);
width: 32px;
height: 32px;
}
@media screen and (max-width: 1200px) {
  .single__product .product__block .product__images {
    width: 100% !important;
  } 
  .single__product .product__block .product__short {
    width: 100% !important;
    position: static !important;
  }
  .single__product .product__block .product__left {
    width: 100% !important;
    margin-top: 30px !important;
    margin-right: 0 !important;
  }
.filter__button-show {
display: flex;
}
.products
.products__block
.products__list
.p__items
.p__items-list
.product__item {
width: calc(50% - 20px);
}
.products .products__block .products__list .p__filters .mobile__close-button {
display: block;
}
.products .products__block .products__list {
position: relative;
}
.products .products__block .products__list .p__filters {
position: fixed;
background-color: #000;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%);
width: 90%;
height: 95%;
z-index: 99999 !important;
overflow-x:hidden;
/* padding: 10px; */
margin-bottom: 10px;
display: none;
}
.products .products__block .products__list .p__filters.active {
display: block;
}
}
@media screen and (max-width: 1100px) {
.single__product
.product__block
.product__left
.product__tabs
.tab__content
ul
li
b {
min-width: 250px;
width: 250px;
font-size: 14px;
}
.single__product
.product__block
.product__left
.product__tabs
.tab__content
ul
li
span {
font-size: 14px;
padding: 0px 7px;
}
}
@media screen and (max-width: 960px) {
.payment .payment__side {
width: 100%;
}
.payment .payment__side .payment__options {
display: flex;
flex-direction: row;
}
.payment .payment__side .payment__options li .p-content h5 {
font-size: 18px;
}
.payment .payment__side .payment__options li .p-content p {
font-size: 12px;
}
.featured .featured__box {
flex-wrap: wrap;
}
.featured .featured__box .featured__item {
width: 100%;
margin-bottom: 20px;
}
.single__product .product__block .product__left {
width: 100%;
margin-right: 0px;
order: 3;
}
.single__product .product__block .product__short {
width: 100%;
height: auto;
position: relative;
top: 0px;
left: 0px;
margin-bottom: 20px;
order: 2;
margin-top: 20px;
}
.single__product .product__block .product__short .ps__inside {
width: 100%;
}
.products .products__block .products__list .p__items .p__items-top.p__navi {
margin-top: -45px;
}
}
@media screen and (max-width: 895px) {
.single__product .product__block .product__left .product__tabs .tab__content ul li span {
border-top: 0 !important;
}
.single__product .product__block .product__left .product__tabs .tab__content ul li {
flex-wrap: nowrap !important;
}
.single__product .product__block .product__left .product__tabs .tab__content ul li b {
min-width: 165px !important;
width: auto;
max-width: 165px;
text-wrap: wrap;
}
.checkout__block .checkout .checkout__sides {
flex-direction: column;
}
.checkout__block .checkout .checkout__sides .checkout__side {
width: 100%;
}

}
@media screen and (max-width: 640px) {
.payment .payment__side .payment__options {
flex-direction: column;
}
.payment .payment__side .ps__cart .psc__total ul li {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
}
}
@media screen and (max-width: 460px) {
.calculator .steps .step .step__content ul li {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}

}
@media screen and (max-width: 395px) {
.payment .payment__side .ps__cart .psc__total ul li {
flex-direction: column;
}
.payment .payment__side .ps__cart .psc__total ul li em {
text-align: left;
}
}
@media screen and (max-width: 860px) {
.hero .hero__block .hero__slider {
height: auto;
}
.hero .hero__block .hero__slider .slick-dots {
right: 20px !important;
}
.showcase__one {
margin-top: 77px !important;
}
.hero .hero__block .hero__slider .slider__item .slider__box .slider__content {
height: 200px !important;
position: absolute !important;
top: 0 !important;
padding-bottom: 0 !important;
padding-top: 0 !important;
left: 0 !important;
}
.hero .hero__block .hero__slider .slider__item .slider__box .slider__content p {
padding: 5px 0 !important;
}
.hero .hero__block .hero__slider .slider__item .slider__box .slider__content h4 {
font-size: 28px !important;
}
.hero .hero__block .hero__slider .slider__item .container {
padding: 0px;
}
.hero .hero__block .hero__slider .slider__item .slider__box {
flex-wrap: wrap;
flex-direction: column;
height: auto;
position: relative;
height: 200px;
}
.hero
.hero__block
.hero__slider
.slider__item
.slider__box
.slider__content {
width: 100%;
padding: 50px 20px;
height: auto;
}
.hero .hero__block .hero__slider .slider__item .slider__box .slider__image {
position: relative;
right: 0px;
height: 200px;
clip-path: none;
}
.hero
.hero__block
.hero__slider
.slider__item
.slider__box
.slider__image
img {
width: 100%;
height: 100%;
object-fit: cover;
}
.features .features__box {
flex-wrap: wrap;
}
.features .features__box .features__item {
width: calc(50% - 20px);
margin-bottom: 30px;
}
.footer .footer__block {
flex-wrap: wrap;
}
.footer .footer__block .footer__info {
order: 1;
width: 100%;
margin-bottom: 20px;
}
.footer .footer__block .footer__nav {
order: 2;
width: calc(50% - 20px);
margin-bottom: 20px;
}
.footer .footer__block .footer__payment {
order: 3;
width: 100%;
}
.products .products__top .ptop__inside h3 {
display: flex;
font-size: 15px;
}
.products .products__top .ptop__inside h3 span {
font-size: 20px;
}
.products .products__top .ptop__inside ul li {
font-size: 14px;
}
.products .products__block .products__list .p__items {
border: 0px;
}
.products .products__block .products__list .p__items .p__items-top {
padding: 25px 0px;
flex-wrap: wrap;
}
.products .products__block .products__list .p__items .p__items-top .p__nav {
width: 100%;
margin-top: 10px;
}
.products
.products__block
.products__list
.p__items
.p__items-top
.p__sort
.p__fg {
width: 50%;
}
.products
.products__block
.products__list
.p__items
.p__items-top
.p__sort
.p__fg:last-child {
margin-right: 0px;
}
.products .products__block .products__list .p__items .p__items-list {
padding: 0px;
}
}
@media screen and (max-width: 740px) {
.confs .confs__block {
grid-template-rows: repeat(3, 150px);
}
.confs .confs__block .confs__item .confs__inside .back h4 {
font-size: 18px;
}
.account
.account__block
.account__content
.account__tab
.account__tab-content
.order__list
.order__item {
width: 100%;
}
.account .account__block {
position: relative;
flex-wrap: wrap;
}
.account .account__block .account__sidebar {
width: 100%;
height: auto;
margin-bottom: 20px;
}
.account .account__block .account__content {
width: 100%;
height: auto;
padding-left: 0px;
padding-bottom: 20px;
}
}
@media screen and (max-width: 640px) {
.confs .confs__block {
grid-template-rows: repeat(5, 200px);
}
.confs .confs__block .confs__item:nth-child(1) {
grid-column: 1/5;
grid-row: 1/2;
}
.confs .confs__block .confs__item:nth-child(2) {
grid-column: 1/5;
grid-row: 2/2;
}
.confs .confs__block .confs__item:nth-child(3) {
grid-column: 1/5;
grid-row: 3/4;
}
.confs .confs__block .confs__item:nth-child(4) {
grid-column: 1/5;
grid-row: 4/5;
}
.products
.products__block
.products__list
.p__items
.p__items-list
.product__item {
width: 100%;
}
.single__product .product__block .product__images {
padding: 0px 20px;
}
.single__product
.product__block
.product__images
.main__images
.main__image {
width: 100%;
}
.single__product .product__block .product__left .product__content h3 {
font-size: 20px;
}
.single__product
.product__block
.product__left
.product__tabs
.tab__content
ul {
overflow: auto;
}
.single__product
.product__block
.product__left
.product__tabs
.tab__content
ul
li {
flex-wrap: wrap;
}
.single__product
.product__block
.product__left
.product__tabs
.tab__content
ul
li
b {
border-right: 0px !important;
}
.single__product
.product__block
.product__left
.product__tabs
.tab__content
ul
li
span {
width: 100%;
border-top: 1px solid #d7d7d7;
padding: 15px;
}
}
@media screen and (max-width: 520px) {
.single__product
.product__block
.product__short
.ps__inside
.ps__list
ul
li:first-child {
font-size: 17px;
}
.single__product
.product__block
.product__left
.product__content
.product__list
ul
li {
flex-wrap: wrap;
}
.single__product
.product__block
.product__left
.product__content
.product__list
ul
li
span {
width: 100%;
}
}
@media screen and (max-width: 440px) {
.choosen .choosen__box .box__list {
padding: 20px 60px;
}
.footer .footer__block .footer__nav {
width: 100%;
}
.single__product .product__block .product__short .ps__inside .ps__action {
flex-wrap: wrap;
}
.single__product
.product__block
.product__short
.ps__inside
.ps__action
.action__qty {
width: 100%;
border: 0px;
}
.single__product
.product__block
.product__short
.ps__inside
.ps__action
.action__button {
width: 100%;
border: 0px;
border-top: 1px solid #edeaea;
}
}
@media screen and (max-width: 420px) {
.features .features__box .features__item {
width: 100%;
}
.mobile--hide {
display: none !important;
}
}
/*# sourceMappingURL=style.css.map */
.login {
width: 100%;
height: auto;
padding: 50px 0px;
}
.login .login__page {
display: flex;
}
.login .login__page .section {
width: 50%;
background-color: #fff;
border-radius: 3px;
border: 1px solid #e7e7e7;
padding: 20px;
margin-bottom: 30px;
/* margin-left: 5px; */
margin-right: 5px;
}
.login .login__page .section h5 {
font-size: 23px;
margin-bottom: 35px;
}
.login .login__group {
width: 100%;
height: auto;
display: flex;
flex-direction: column;
padding: 7px 0px;
}
.login .login__group label {
font-size: 16px;
font-weight: 700;
color: #282828;
margin-bottom: 5px;
}
.login .login__group label .required {
color: #ec0e00;
}
.login .login__group input,
.login .login__group select {
width: 100%;
height: 50px;
border-radius: 3px;
border: 1px solid #d7d7d7;
padding-left: 15px;
outline: none;
}
.login .login__button {
width: 100%;
height: auto;
margin-top: 30px;
display: flex;
justify-content: space-between;
align-items: center;
background-color: #fff;
border-radius: 3px;
border: 1px solid #e7e7e7;
padding: 10px 20px;
}
.login .login__button p {
font-size: 14px;
font-weight: 400;
color: #282828;
}
.login .login__button p a {
color: #1A4795;
}
.login .login__page p .required {
color: #1A4795;
}
.login .login__button button {
padding: 10px 45px;
border-radius: 3px;
height: 50px;
background-color: #1A4795;
font-size: 16px;
font-weight: 600;
color: #fff;
text-transform: uppercase;
border: 0px;
}
.login .login__button button:hover {
cursor: pointer;
background-color: #282828;
}
@media screen and (max-width: 880px) {
.login .login__page {
display: block;
}
.login .login__page .section {
width: 100%;
}
}
.show--password {
position: relative;
}
.show--password img {
position: absolute;
bottom: 10px;
right: 15px;
width: 25px;
height: 25px;
object-fit: contain;
filter: invert(13%) sepia(0%) saturate(0%) hue-rotate(115deg)
brightness(91%) contrast(90%);
}
.login__group.show--password img {
bottom: 20px !important;
}
.show--password img.sp--on {
display: none;
}
.show--password img.sp--off {
display: inline-flex;
}
.show--password.show--password--active img.sp--on {
display: inline-flex;
}
.show--password.show--password--active img.sp--off {
display: none;
}
.product__notice {
background-color: #1A4795;
padding: 15px;
}
.product__notice p {
color: #000;
font-size: 10px;
}
.monri-lightbox-button-el span {
width: 100%;
min-width: 183px;
height: 60px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
background-color: #ec0e00 !important;
position: relative !important;
font-size: 18px !important;
font-weight: 600 !important;
text-indent: -9999px;
line-height: 0;
}
.monri-lightbox-button-el span:hover {
background-color: #000 !important;
}
.monri-lightbox-button-el span::after {
content: "Potvrdi i nastavi >";
text-indent: 0;
font-size: 18px !important;
font-weight: 700 !important;
display: block;
font-family: "Montserrat", sans-serif !important;
line-height: initial;
}
.filter__button-show {
width: 100%;
height: 50px;
background-color: #1a4795;
display: flex;
margin-bottom: 100px;
align-items: center;
color: #000;
border-radius: 4px;
font-weight: bold;
justify-content: center;
display: none;
}
@media screen and (max-width: 1200px) {
.filter__button-show {
display: flex;
}
.products .products__block .products__list .p__filters {
height: 95% !important;
overflow-y: scroll !important;
}
}
.loader {
margin-top: 90px;
margin-bottom: 90px;
margin-left: auto;
margin-right: auto;
border: 6px solid #f3f3f3; /* Light grey */
border-top: 6px solid #000; /* Blue */
border-radius: 50%;
width: 40px;
height: 40px;
animation: spin 2s linear infinite;
-webkit-transition: opacity 2s ease-in;
-moz-transition: opacity 2s ease-in;
-o-transition: opacity 2s ease-in;
-ms-transition: opacity 2s ease-in;
transition: opacity 2s ease-in;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
z-index: 9999;
display: none;
}
.no-scroll-y {
overflow-y: hidden;
}
.products .products__block .products__list .p__filters .filter__box .sidebar__price-input {
width: 90%;
height: auto;
position: relative;
}
.products .products__block .products__list .p__filters .filter__box .sidebar__price-input input {
width: 100%;
}
.products .products__block .products__list .p__filters .filter__box .sidebar__price {
width: 100%;
height: auto;
padding-top: 10px;
display: flex;
align-items: center;
justify-content: space-between;
}
.products .products__block .products__list .p__filters .filter__box .sidebar__price input {
width: 40%;
height: 40px;
border: 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 3px;
text-align: center;
font-size: 14px;
}
.products .products__block .products__list .p__filters .filter__box .noUi-horizontal {
  height: 10px;

}
.products .products__block .products__list .p__filters .filter__box .noUi-horizontal .noUi-handle {
width: 14px !important;
height: 14px;
border-radius: 50%;
top: -3.5px;
right: -10px;
}
.products .products__block .products__list .p__filters .filter__box .noUi-connect {
background-color: #FF3266 !important;
}
.products .products__block .products__list .p__filters .filter__box .noUi-handle:after,
.products .products__block .products__list .p__filters .filter__box .noUi-handle:before {
display: none !important;
}
.newsletter {
width: 100%;
height: 40px;
margin: 10px 0 25px 0;
}
.newsletter .newsletter__field {
width: 240px;
height: 40px;
margin-top: 10px;
position: relative;
}
.newsletter .newsletter__field button img {
object-fit: contain;
width: 18px;
/* transform: skew(15deg); */
height: 18px;
}
.newsletter .newsletter__field button {
height: 40px;
width: 40px;
display: flex;
cursor: pointer;
border: 0;
align-items: center;
justify-content: center;
/* transform: skew(-15deg); */
background-color: #1A4795;
border-radius: 0 4px 4px 0;
position: absolute;
top: 0;
margin: 0;
right: 0;
}
.newsletter .newsletter__field input:focus {
border: #1A4795 solid 2px;
outline: none;
}
@media only screen and (max-width: 845px) {
.newsletter .newsletter__field {
width: 100%;
}
}
.newsletter .newsletter__field input {
/* transform: skew(-15deg); */
height: 100%;
color: #000;
border: none;
padding-left: 10px;
padding-right: 50px;
width: 100%;
background-color: #0f121a;
border-radius: 4px;
}
.newsletter label {
color: #000;
font-weight: bold;
font-size: 14px;
}
.switch {
position: relative;
height: 1.5rem;
width: 3rem;
transform: scale(0.7);
cursor: pointer;
appearance: none;
-webkit-appearance: none;
border-radius: 9999px;
background-color: rgba(100, 116, 139, 0.377);
transition: all .3s ease;
}
.switch:checked {
background-color: #1a4795;
}
.switch::before {
position: absolute;
content: "";
left: calc(1.5rem - 1.6rem);
top: calc(1.5rem - 1.6rem);
display: block;
height: 1.6rem;
width: 1.6rem;
cursor: pointer;
border: 1px solid rgba(100, 116, 139, 0.527);
border-radius: 9999px;
background-color: rgba(255, 255, 255, 1);
box-shadow: 0 3px 10px rgba(100, 116, 139, 0.327);
transition: all .3s ease;
}
.switch:hover::before {
box-shadow: 0 0 0px 8px rgba(0, 0, 0, .15)
}
.switch:checked:hover::before {
box-shadow: 0 0 0px 8px rgba(236, 72, 153, .15)
}
.switch:checked:before {
transform: translateX(100%);
border-color: rgb(88, 72, 236);
}
.showcase__one .container .showcase__items--icons .item img {
width: 100%;
height: 100%;
}
.nav__images .slick-track {
width: 100% !important;
display: flex;
flex-direction: row;
}

header {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    height: auto;
  }
  header .bottom {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
  }
  header .bottom .main__cat {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
  }
  header .bottom .main__cat li:hover > .submenu {
    display: block;
  }
  header .bottom .main__cat li:hover > a .line {
    display: block;
  }
  header .bottom .main__cat li {
    height: 50px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .bottom .main__cat li a {
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    color: #000;
    position: relative;
  }
  header .bottom .main__cat li a .line {
    display: none;
    width: 100%;
    background-color: #1a4795;
    height: 5px;
    position: absolute;
    left: 0;
    z-index: 3;
    bottom: -19px;
  }
  header .bottom .main__cat li a:hover {
    color: #1a4795;
  }
  header .bottom .main__cat .submenu {
    z-index: 999;
    background-color: #fff;
    width: 100% !important;
    display: none;
    background-color: black;
    height: auto;
    padding: 40px;
    position: absolute;
    border-top: #1a4795 1px solid;
    border-bottom: #cccccc 1px solid;
    left: 0;
    top: 50px;
    box-sizing: border-box;
    background-color: #fff;
  }
  header .bottom .main__cat .submenu ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  header .bottom .main__cat .submenu ul li {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 10px;
    padding: 0;
    box-sizing: border-box;
    justify-content: flex-start;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 14px;
    color: #fff;
  }
  header .bottom .main__cat .submenu ul li .thirdmenu {
    margin-top: 8px;
  }
  header .bottom .main__cat .submenu ul li .thirdmenu ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  header .bottom .main__cat .submenu ul li .thirdmenu ul li {
    margin: 0;
  }
  header .bottom .main__cat .submenu ul li .thirdmenu ul li a {
    border: 0;
    color: #707070;
  }
  header .bottom .main__cat .submenu ul li .thirdmenu ul li a:hover {
    color: #1a4795;
  }
  header .bottom .main__cat .submenu ul li a {
    transition: 300ms ease color;
    padding-bottom: 8px;
    width: 100%;
    border-bottom: 1px solid #e8e4e4;
  }
  header .bottom .main__cat .submenu ul li a:hover {
    color: #1a4795;
  }
  header .bottom .main__cat .submenu .four {
    width: 25% !important;
  }
  header .bottom .main__cat .submenu .five {
    width: 20% !important;
  }
  header .bottom .main__cat .submenu .six {
    width: 16.6666666667% !important;
  }
  header .bottom .main__cat .submenu .seven {
    width: 14.2857142857% !important;
  }
  header .bottom .main__cat .submenu .eight {
    width: 12.5% !important;
  }
  header .middle {
    width: 100%;
    height: 85px;
    border-bottom: 1px solid #e8e4e4;
    display: flex;
    flex-direction: row;
    padding: 0 20px;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
  }
  header .middle .mobile-search {
    width: 100%;
    display: none;
    height: 35px;
    position: relative;
  }
  header .middle .mobile-search i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }
  header .middle .mobile-search input {
    border: 1px solid #707070;
    width: 100%;
    height: 35px;
    padding: 0 20px;
    padding-right: 35px;
    box-sizing: border-box;
    border-radius: 25px;
  }
  header .middle .mobile-search input:focus {
    outline: none;
    background-color: rgba(140, 140, 140, 0.1921568627);
  }
  header .middle .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    justify-content: flex-end;
  }
  header .middle .container .mobile-login {
    font-size: 12px;
    display: none;
    color: #8c8c8c;
    margin-left: auto;
    flex-direction: row;
    margin-right: 15px;
    align-items: center;
    text-decoration: none;
  }
  header .middle .container .mobile-login:hover i {
    color: #8c8c8c;
  }
  header .middle .container .mobile-login i {
    margin-right: 10px;
    font-size: 20px;
    transition: 300ms ease all;
    color: #8c8c8c;
  }
  header .middle .container .cart {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 !important;
    height: -moz-fit-content;
    height: fit-content;
    text-decoration: none;
  }
  header .middle .container .cart i {
    color: #fff;
    width: 53px;
    height: 53px;
    background-color: #1a4795;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  header .middle .container .cart span {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    background-color: black;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    border-radius: 50%;
    height: 20px;
  }
  header .middle .container .search {
    width: 350px;
    margin-right: 30px;

    height: 35px;
    position: relative;
  }
  header .middle .container .search i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }
  header .middle .container .search input {
    border: 1px solid #707070;
    width: 100%;
    height: 35px;
    padding: 0 20px;
    padding-right: 35px;
    box-sizing: border-box;
    border-radius: 25px;
  }
  header .middle .container .search input:focus {
    outline: none;
    background-color: rgba(140, 140, 140, 0.1921568627);
  }
  header .middle .container .menu {
    margin-right: 20px;
  }
  header .middle .container .menu ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    align-items: center;
  }
  header .middle .container .menu ul li {
    margin-right: 10px;
  }
  header .middle .container .menu ul li a {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: bold;
    color: #000;
    text-decoration: none;
  }
  header .middle .container .menu ul li a:hover {
    color: #1a4795;
  }
  header .middle .identity img {
    height: 60px;
    width: auto;
  }
  header .top {
    width: 100%;
    height: 50px;
    background-color: #4baedf;
    padding: 0 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    border-bottom: 2px solid #1A4795;
    align-items: center;
    box-sizing: border-box;
  }
  header .top .login {
    font-size: 12px;
    color: #fff;
    margin-left: auto;
    width: fit-content;
    margin-left: 20px;
    justify-content: flex-end;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
  }
  header .top .login:hover i {
    color: #fff;
  }
  header .top .login i {
    margin-right: 10px;
    font-size: 20px;
    transition: 300ms ease all;
    color: #ffff;
  }
  
  @media only screen and (max-width: 1700px) {
    header .bottom .main__cat {
      justify-content: flex-start;
    }
  }
  @media only screen and (max-width: 1525px) {
    header .bottom .main__cat .submenu {
      display: none !important;
    }
    header .bottom .main__cat {
      overflow-x: scroll;
      flex-wrap: nowrap;
    }
    header .bottom .main__cat li a {
      white-space: nowrap;
    }
  }
  @media only screen and (max-width: 1040px) {
    header .bottom .main__cat .submenu {
      display: none !important;
    }
    header .bottom .main__cat {
      overflow-x: scroll;
      flex-wrap: nowrap;
    }
    header .bottom .main__cat li a {
      white-space: nowrap;
    }
  }
  @media only screen and (max-width: 640px) {
    header .top {
      display: none;
    }
    header .middle .container .cart i {
      height: 36px;
      width: 36px;
      font-size: 16px;
    }
    header .middle .container .mobile-login {
      display: flex;
    }
    header .middle {
      height: auto;
      padding: 10px 20px;
      flex-wrap: wrap;
    }
    header .middle .mobile-search {
      display: flex;
    }
    header .middle .identity {
      width: 50%;
    }
    header .middle .container {
      width: 50%;
      justify-content: flex-end;
    }
    header .middle .container .cart span {
      font-size: 10px;
      width: 15px;
      height: 15px;
    }
    header .middle .identity img {
      height: 50px;
    }
    header .middle .container .search {
      display: none;
    }
  }/*# sourceMappingURL=style.css.map */