/* Web Font connect START */

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

@font-face {
  font-family: 'icon';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/* Web Font connect END */

/* Template Settings START */

body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: 400;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Bootstrap min */

  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;    
  }
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  @media (min-width: 576px) {
    .container, .container-sm {
      max-width: 540px;
    }
  }

  @media (min-width: 768px) {
    .container, .container-sm, .container-md {
      max-width: 720px;
    }
  }

  @media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
      max-width: 960px;
    }
  }

  @media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
      max-width: 1200px;
    }
  }
  @media (min-width: 992px) {
  
    .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
    .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
    .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
    .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
    .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
    .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
    .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
    .col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
    .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
    .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
    .col-lg-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
    
  }  /* Bootstrap min END */ 

section {
  position: relative;
}  

ul {
  padding: 0;
  margin: 0;
}

li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #000;  
  transition: all 0.4s ease-in-out;
}
a:hover {
	color: #7C67FF;
}
input {
	outline: none;
  border: none;
}
button {  
  border: none;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

h1, h2, h3, h4  {
  font-size: 40px;
  line-height: 47px;
  color: #464646;
}

h4{
    font-size:20px;
}
h4 a{
    text-decoration:underline;
}
.custom-template__button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
  width: 100%;
  max-width: 264px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	padding: 0 20px;
	background: linear-gradient(91.93deg, #782753 -3.45%, #7C67FF 105.75%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;  
}
.custom-template__button.orange {
  background: linear-gradient(92.76deg, #D450DF -5.42%, #ED8E59 108.31%);
}
.custom-template__button:hover {
  background: linear-gradient(92.76deg, #D450DF -5.42%, #ED8E59 108.31%);
  box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.custom-template__button.orange:hover {
  background: linear-gradient(91.93deg, #782753 -3.45%, #7C67FF 105.75%);
}


.flexbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.item {
	position: relative;
	width: 100%;
	padding-right: 15px;
  padding-left: 15px;
}
.absolute__cc {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%,-50%);
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 25px;
  background: linear-gradient(91.93deg, #782753 -3.45%, #7C67FF 105.75%);
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
  z-index: 10;
}
.slick-arrow:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: linear-gradient(92.76deg, #D450DF -5.42%, #ED8E59 108.31%);
}
.slick-prev {
  left: -58px;
}
.slick-next {
  right: -58px;
}

.leaving__left,
.leaving__right {
  position: absolute;
  z-index: 1;
}
.leaving__left {
  top: 200px;
  left: 0;
}
.leaving__right {
  top: -100px;
  right: 0;
}
.list-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
.list-right {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}


.breadcrumbs {
  display: flex;
  align-items: center;  
}
.breadcrumbs li:not(:last-child) {
  position: relative;
  margin-right: 10px;
  padding-right: 15px;
}
.breadcrumbs li:not(:last-child):after {
  position: absolute;
  top: 0;
  right: 0;
  content: "/";
  color: #000;
}
.breadcrumbs li > a {
  font-size: 16px;
  font-weight: 300;
  color: #fff;  
}
.breadcrumbs li > a.active {
  color: #000;
}

/* Modal Callback */

  .modal-callback {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0; 
    left: 0;
    background: #000000bd;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    z-index: 9999;
  }
  .modal-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
  }
  .modal-callback.open {
    opacity: 1;
    visibility: visible;
  }

  .modal-callback .modal {
    display: block;   
    position: relative;
    top: 40%;   
    left: 50%;
    width: 380px;
    height: auto;
    margin: 0;
    margin-right: -50%;
    transform: translate(-50%);
    box-shadow: 25px 35px 155px 25px rgba(132, 33, 251, 0.84);
    transition: all 0.5s ease-in-out;
    overflow: visible;
  }
  
  .modal-callback .modal .content__modal {
    position: relative;   
    background: #fff;
    border-radius: 20px;
    padding: 55px 40px;
    height: 375px;
    z-index: 2;
    overflow: hidden;

  }
  .modal-callback .modal .content__modal:after {
    content: "";
    position: absolute;
    top: -40px;
    left: -40px;
    width: 200px;
    height: 200px;
    background: #eef3ff;
    border-radius: 50%;
    z-index: -1;
  }
    .modal-callback .modal .content__modal:before {
    content: "";
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 200px;
    height: 200px;
    background: #ffe9e9;
    border-radius: 50%;
    z-index: -1;
  }
  .modal-callback.open .modal {
    margin-top: -200px;
    opacity: 1;
    }

  .modal-callback .btn-close {
    position: absolute;     
    font-size: 30px;   
    display: block;
    top: 10px;
    right: 22px;
    color: #5C5C5C;
    z-index: 4;
  }
  
  .modal-callback .content__modal h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
    line-height: 18px;
  }
  .modal-callback p {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .modal-callback input {
    border-color: #c5c5c5;
  }
  .modal-callback button {
    width: 100%;
    height: 50px;
    background: linear-gradient(91.93deg, #782753 -3.45%, #7C67FF 105.75%);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: 15px;
    color: #fff;
  }

  fieldset {
    position: relative;
    border: none;
    padding: 0;
    margin-bottom: 10px;
  }
  fieldset input {
    height: 35px;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 0 38px 0 13px;
    color: #757575;
    font-size: 16px;
    font-weight: 300;
    max-width: 300px;
    width: 100%;
    background: #fff;
  }
  fieldset input:focus {
    outline: none;
    border-color: #757575;
  }
  fieldset i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 270px;
    color: #757575;
  }
  fieldset input:focus + i {
    color: #719cd2;
  }
  fieldset label {
    display: block;
    margin-bottom: 7px;
    font-weight: 400;
  }
  fieldset select {
    height: 35px;
    padding: 0 38px 0 13px;
    max-width: 300px;
    width: 100%;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 10px;
    color: #757575;
    font-size: 16px;
    font-weight: 300;
  }
  .field-checkbox {
    display: flex;
    align-items: center;
  }
  .field-checkbox input {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
  .field-checkbox label {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
  }

  /* Modal Callback END */

/* Up button */

#button-up {
  display: inline-block;
  background: linear-gradient(91.93deg, #782753 -3.45%, #7C67FF 105.75%);
  width: 50px;
  height: 50px;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border: 1px solid #fff;
  cursor: pointer;
}
#button-up svg path {
  fill: #fff;
}
#button-up.show {
  opacity: 1;
  visibility: visible;
}
#button-up:hover {
  background: linear-gradient(92.76deg, #D450DF -5.42%, #ED8E59 108.31%);
}

  /* END Up button */

.burger, .nav__burger {
  display: none;
}

.cart__widget {
  position: fixed;
  top: 50%;
  right: -320px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-50%);
  width: 320px;
  height: auto;
  background: #fff;
  padding: 20px;
  border: 1px solid #d6d6d6;
  border-radius: 8px 0 0 8px;
  transition: all 0.4s ease-in-out;
  z-index: 99;
}
.basket__icon {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  visibility: visible;
  opacity: 1;
  color: #fff;
  border-radius: 8px 0 0 8px;
  background: linear-gradient(92.76deg, #D450DF -5.42%, #ED8E59 108.31%);
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  z-index: 99;
}
.basket__icon:hover {
  background: linear-gradient(91.93deg, #782753 -3.45%, #7C67FF 105.75%);
}
.basket__icon.active {
  right: 320px;
}
.widget-open.cart__widget {
  visibility: visible;
  opacity: 1;
  right: 0;
}

.cart__widget .basket__row {
  display: flex;
  justify-content: left;
  padding: 15px 0;
  border-bottom: 1px dashed #575757;
}
.cart__widget .basket__row figure {
  width: 80px;
  height: 80px;
  border: 1px solid #d6d6d6;
  margin-right: 10px;
  overflow: hidden;
}
.cart__widget .basket__row figure img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 80px;  
}
.cart-product-details h4 {
  font-size: 16px;
  line-height: 20px;
}
.cart-product-details .cart-price {
  font-size: 18px;
  font-weight: 600;
  color: #7C67FF;
  margin: 7px 0;
}
.delete__basket {
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline !important;
  text-underline-position: under;
}
.basket__total {
  text-align: center;
  font-weight: 600;
  color: #7C67FF;
  padding: 15px 0;
}
.basket__total p {
  font-weight: 300;
  color: #575757;
}
.cart__widget .custom-template__button {
  margin: 0 auto 20px;
  font-weight: 600;
}

/* Template Settings END */

/* Header START */

#header {
	position: relative;
	background: #fff;
	height: 98px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.09);
  transition: all 0.4s ease-in-out;
}
#header .logo {
	display: flex;
	align-items: center;
	height: 98px;
}
#header .navigation__menu ul {
	display: flex;
	align-items: center;
	height: 98px;
}
#header .navigation__menu ul > li {
  position: relative;
	margin-right: 22px;
	height: 100%;
}
#header .navigation__menu ul > li > a {
  position: relative;
	display: flex;
	align-items: center;
	font-size: 16px;
	height: 100%;
}
#header .navigation__menu ul > li > a .fa-angle-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-right: -50%;
  transform: translateX(-50%);
}
#header .navigation__menu ul > li .drop__menu {  
  position: absolute;
  top: 98px;
  left: 0;
  width: 300px;
  height: auto;
  background: linear-gradient(91.93deg, #782753 -3.45%, #7C67FF 105.75%);
  display: block;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  visibility: hidden;
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.50);
  opacity: 0;
}
#header .navigation__menu ul > li .drop__menu li {
  height: 40px;
  margin: 0;
  padding: 0 15px;
}
#header .navigation__menu ul > li .drop__menu li:hover {
  background: linear-gradient(92.76deg, #D450DF -5.42%, #ED8E59 108.31%);
}
#header .navigation__menu ul > li .drop__menu li:not(:last-child) {
  border-bottom: 1px solid #d3d3d3;
}
#header .navigation__menu ul > li .drop__menu li a {
  color: #fff;
}
#header .navigation__menu ul > .drop:hover .drop__menu {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
  z-index: 10;
}

#header .flexbox {
	align-items: center;
}
#header .icons__header {
	display: flex;
	align-items: center;
	height: 98px;
	max-width: 100px;
}
#header .icons__header li:not(:last-child) {
	margin-right: 20px;
}
#header .icons__header li > a {
	display: block;
	position: relative;
	width: 35px;
	height: 35px;
}
#header .icons__header li > a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%,-50%);
	content: "";
	width: 0;
	height: 0;
	border-radius: 50%;
	border: 2px dashed #7C67FF;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
#header .icons__header li > a:hover:after {
	opacity: 1;
	width: 35px;
	height: 35px;
}
#header .custom-template__button {
	max-width: 180px;
}
#header .header__contacts li:nth-child(1) {
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 20px;
}

#header .navigation__menu ul > li:nth-child(1) a i {
  font-family: 'icon';
}

.sticky#header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    background: #fff;
    box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.26);
 }

/* Header END */

/* Offer START */

#offer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  padding: 20px 0 0;
  z-index: 1;
}
#offer h1 {
  margin-bottom: 30px;
}
#offer p {
  font-size: 32px;
  line-height: 38px;
  color: #464646;
}
#offer .col-lg-5 img {
  display: block;
  height: 100%;
}
#offer .offer__buttons {
  margin-top: 40px;
  justify-content: left;
}
#offer .offer__buttons .custom-template__button {
  width: 100%;
  max-width: 264px;
  height: 62px;
  font-size: 20px;
  font-weight: 700;
}
#offer .offer__buttons .custom-template__button:nth-child(1) {
  margin-right: 30px;
}

/* Offer END */

/* Triggers START */

#triggers {  
  padding-bottom: 100px;
}
#triggers .container {
  position: relative;
  top: -70px;
}
#triggers-category {
  position: relative;
  background: #fff;
  padding: 25px 45px;
  border: 1px solid #E2E2E2;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}
#triggers-category:hover {
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
}
#triggers-category:hover img {
  width: 245px;
  filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.5));
}
#triggers-category h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}
#triggers-category figure {
  position: relative;
  width: 100%;
  max-width: 268px;
  height: 245px;
  overflow: hidden;
  margin-bottom: 26px;
}
#triggers-category figure img {
  display: block;
  width: 254px;
  height: auto;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
}
#triggers-category button {
  margin: 0 auto;
  width: 100%;
  max-width: 264px;
  font-size: 20px;
  font-weight: 700;
}

/* Triggers END */

/* Advantages START */

#advantages {
  padding: 30px 0 50px;
}
#advantages h2 {
  margin-bottom: 100px;
}
#advantages .flexbox .item {
  width: 100%;
  max-width: 532px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

#advantages .flexbox .item figure {
  display: block;
  position: relative;
  width: 100%;
  max-width: 115px;
  max-height: 115px;
  border-radius: 50%;
  background: linear-gradient(91.93deg, #782753 -3.45%, #7C67FF 105.75%);
  margin-right: 25px;
}
#advantages .flexbox .item div {
  width: 100%;
  max-width: 416px;
}
#advantages .flexbox .item h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 15px;
}
#advantages .flexbox .item p {
  font-size: 16px;
  font-weight: 300;
}


/* Advantages END */

/* About us START */

#about-us {  
  padding: 150px 0;
}
#about-us .list-left {
  bottom: 200px;  
}
#about-us .list-right {
  top: -150px;
}
#about-us .content {
  width: 100%;
  max-width: 764px;
}
#about-us .content h2 {
  margin-bottom: 40px;
}
#about-us .content p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 25px;
}
#about-us .custom-template__button {
  font-size: 20px;
  font-weight: 700;
}
.about__img {
  position: absolute;
  right: 0px;
  
  width: 600px;
  z-index: 1;
}
#about-us .leaving__left {
  top: inherit;
  bottom: -70px !important;
  z-index: -1;
}

/* About us END */

/* Sale Hits Slider START */

#sale-hits {
  padding: 50px 0 100px;
}
#sale-hits .leaving__right {
  top: inherit;
  bottom: -50px;
  z-index: -1;
}
#sale-hits .list-right {
  top: inherit;
  bottom: 200px;
}

#sale-hits h2 {
  margin-bottom: 115px;
}
#sale-hits #hits, #sale-hits .slick-cloned {  
  position: relative;  
  padding: 30px;
  margin: 0 20px 30px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  box-shadow: 0 10px 10px 0 rgba(0,0,0,.37);
  background: #fff;
}
.hits__carousel {
  position: relative;
  z-index: 2;
}
#hits .box, #sale-hits .slick-cloned .box {
  justify-content: left;
}
#hits .box figure, #sale-hits .slick-cloned .box figure {
  position: relative;
  width: 165px;
  height: 192px;
  margin-right: 25px;
  overflow: hidden;
}
#hits .box figure img, #sale-hits .slick-cloned .box figure img {
  height: 100%;
  max-height: 192px;
}
.details__minicard, .slick-cloned .details__minicard {
  width: 278px;
}
#hits .box h4, #sale-hits .slick-cloned h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 6px;
}
#hits .box p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 44px;
  overflow: hidden;
  font-weight: 300;
  margin-bottom: 10px;
}
.details__minicard button {
  float: left;
}
.details__minicard .custom-template__button.orange {
  max-width: 160px;
  font-size: 16px;
  font-weight: 500;
  margin-right: 20px;
}
.details__minicard .add {
  max-width: 40px;
}
.details__minicard .card__option {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 10px;
}
.details__minicard .card__price {
  font-weight: 500;
  font-size: 20px;
  color: #54268D;
  margin-bottom: 10px;
}

.details__minicard .trigger.custom-template__button {
  float: left ;
}

/* Sale Hits Slider END */

/* Our Production slider START */

#our-production {
  padding: 50px 0;
}
#our-production .leaving__left {
  top: inherit;
  bottom: -80px;
  z-index: -1;
}
#our-production .list-left {
  bottom: inherit;
  top: 0;
}
#our-production h2 {
 margin-bottom: 115px;
}
.production__slider .item {
  margin: 30px 0;
}
.production__slider a {
  display: block;
  position: relative;
  width: 310px;
  height: 225px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.22);
}
.production__slider a img {
  width: 323px;
  height: auto;  
}

/* Our Production slider END */ 

/* Certificates START */

#certificates {
  padding: 50px 0;
}
#certificates .leaving__right {
  top: inherit;
  bottom: -80px;
  z-index: -1;
}
#certificates .list-right {
  top: inherit;
  bottom: 150px;
}
#certificates h2 {
  margin-bottom: 115px;
}
.certificates__slider a {
  display: block;
  position: relative;
  width: 359px;
  height: 512px;
  margin: 0 auto;
  overflow: hidden;
}
.certificates__slider a img {
  width: 359px;
  height: auto;
}

/* Certificates END */

/* Work with us START */

#work {
  padding: 50px 0;
}

#work h2 {
  padding-bottom: 115px;
}
.brands__slider .item {
  margin: 30px 0;
}
.brands__slider figure {
  position: relative;
  width: 323px;
  height: 238px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.brands__slider figure img {
  max-width: 323px;
  height: auto;
}


/* Work with us END */

/* Feedback START */
#feedback {
  padding: 50px 0 100px;
}
.feedback__form {
  padding: 40px 45px;  
  border-radius: 10px;
  border: 4px solid #7C67FF;
}
.feedback__form .flexbox {
  justify-content: left;
}
.feedback__form h3 {
  margin-bottom: 30px;
}
.feedback__form p {
  font-size: 32px;
  color: #464646;
  margin-bottom: 32px;
}
.feedback__form figure {
  position: relative;
  width: 450px;
  height: 382px;
  border-radius: 5px 0px 0px 5px;
  margin-right: 52px;
  overflow: hidden;
}
.feedback__form form {
  width: 100%;
  max-width: 540px;
}
.feedback__form figure {
  max-width: 450px;
}
.name__box,
.phone__box {
  position: relative;
  margin-bottom: 20px;
}
.feedback__form label {
  display: block;  
  width: 100%;
  max-width: 546px;
  font-size: 20px; 
  color: #515151;
  position: absolute;
  top: 52px;
  left: 24px;
  transition: all 0.4s ease-in-out;
  z-index: -1;   
}
.feedback__form input {
  height: 66px;
  width: 100%;
  max-width: 546px;
  padding: 0 25px;
  font-size: 20px;
  color: #929292;
  background: #EDEDED;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  margin-top: 30px;
  transition: all 0.4s ease-in-out;
}
.feedback__form button {
  max-width: 264px;
  height: 62px;
  margin-left: auto;
}
.label__name.active,
.label__phone.active
 {
  top: 0;
  left: 0;
  z-index: 1;
}


/* Feedback END */

/* Product Categories START */

#bottom-header {
  padding: 35px 0;
  background: linear-gradient(92.76deg, rgba(212, 80, 223, 0.9) -5.42%, rgba(237, 142, 89, 0.28) 108.31%), url(/images/template-images/categories-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  
}
#bottom-header h1 {
  color: #fff;
  margin-top: 40px;
}
#categories__products {
  padding: 90px 0;
}
/* Product Categories END */

/* Products START */
#product-page {
  padding: 80px 0;
}

.left__menu {
  background: #F9F9F9;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  padding: 30px 20px;
}
.left__menu h3 {
  font-size: 24px;
  margin-bottom: 23px;
  font-weight: 700;
}
.left__menu ul li {
  margin-bottom: 20px;
}
.left__menu ul li a {
  font-size: 20px;
}
.product__page.flexbox {
  justify-content: left;
}
.product__page .item {
  width: 100%;
  max-width: 262px;
  padding: 15px 20px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  margin: 0 10px 20px 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.product__page .item a img {
  display: block;
  margin: 0 auto;
}
.product__page .item h4 {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 24px;
}
.product__page .item .short__description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  min-height: 44px;
  overflow: hidden;
  font-weight: 300;
}
.product__page .item .attribute {
  margin: 10px 0;
  font-size: 18px;
  font-weight: 300;
}
.product__page .item .attribute span {
  margin-left: 7px;
}
.product__page .item figure {
  width: 220px;
  height: 193px;
  margin: 0 auto;
  overflow: hidden;
}
.product__page .item figure img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 220px;
}
.reamore-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  margin-bottom: 15px;
}
.reamore-price a {
  font-size: 16px;
  color: #54268D;
}
.reamore-price a:hover {
  color: #ea8669;
}
.reamore-price p {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #54268D;  
}
.product__buttons .orange {
  max-width: 150px;
  font-size: 13px;
  font-weight: 600;
}
.product__buttons .add {
  max-width: 40px;
}

/* Products END */

/* Product Article */

#pro-article {
  padding: 100px 0;
}
#pro-article article p {
  font-weight: 300;
  line-height: 24px;
}
#pro-article img {
  display: block;
  width: 100%;
}

/* Product Article END */

/* Card product START */

#card-product {
  padding: 80px 0;
}
.product__item {
  justify-content: left;
}
.product__slider {
  width: 460px;
  margin-right: 30px;
}
.cardproduct__details {
  width: 100%;
  max-width: 357px;
}
.cardproduct__details h2 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px;
}
.cardproduct__attribute,
.cardproduction,
.type__product {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 357px;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 400;
  margin-right: 7px;
  background: #f5f5f5;
  padding: 7px 15px;
  border-radius: 12px;
}
.cardproduct__attribute p,
.cardproduction p,
.type__product p {
  font-weight: 300;
  margin-left: 7px;
}
.cardproduct__details .subtitle {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  min-height: 130px;
  overflow: hidden;
  font-weight: 300;
}
.cardproduct__details .card__price {
  display: block;
  margin: 0 0 20px 0;
  font-size: 20px;
  font-weight: 600;
  color: #7c60eb;
  text-align: center;
}
.product__slider .slick-arrow {
  top: inherit;
  transform: inherit;
  bottom: -30px;
  width: 25px;
  height: 25px;
  font-size: 16px;
}
.card__cert {
  font-size: 14px;
  font-weight: 300;
  line-height: 40px;
  text-align: right;
  margin-bottom: 10px;
}
.card__cert i {
  font-size: 16px;
  color: #7c5feb;
  margin-right: 10px;
}
.card-product__buttons {
  align-items: center;
}

.qty {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;    
  }
 
 .qty label {
  margin-right: 7px;
  font-weight: 300;
 }
 .qty input {
    width: 30px; 
    height: 40px;  
    font-size: 16px;
    text-align: center;
    border-top: 1px solid #515151;
    border-bottom: 1px solid #515151;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;    
  }
 .qty button {
    width: 25px; 
    height: 40px;
    color: #fff;
    font-size: 16px;
    background: linear-gradient(91.93deg, #782753 -3.45%, #7C67FF 105.75%);
  }
  .qty .qtyminus {
    border-radius: 5px 0 0 5px;
  }
  .qty .qtyplus {
    border-radius: 0 5px 5px 0;
  }
  .cardproduct__buttons .orange {
    width: 140px;    
    font-size: 12px;
    font-weight: 600;
    margin-right: 15px;
  }
  .cardproduct__buttons .add {
    width: 40px;
  }

 

.product__slider .slick-next {
  right: 0 !important;   
}
.product__slider .slick-prev {
  left: inherit;
  right: 30px !important;  
}


.product__slider .product__image figure {
  overflow: hidden;
  margin-bottom: 10px;
}
.product__slider .product__image figure img {
  display: block;
  width: 100%;
  max-width: 460px;
  height: auto;
  margin: 0 auto;
}
.product__slider .slider-thumb figure {
  margin: 0 5px;
  height: 110px;
  overflow: hidden;
}
.product__slider .slider-thumb figure img {
  height: 110px;
  margin: 0 auto;
}

.social-share__buttons {
  background: #F9F9F9;
  border: 1px solid #EDEDED;
  border-radius: 5px;
  margin-top: 15px;
  padding: 15px 20px;
}
.social-share__buttons h3 {
  font-size: 18px;
  line-height: 24px;
}
.social-share__buttons ul {
  display: flex;
  margin-top: 10px;
}
.social-share__buttons ul li:not(:last-child) {
  margin-right: 7px;
}
.social-share__buttons ul li {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: linear-gradient(92.76deg, #D450DF -5.42%, #ED8E59 108.31%);
}
.social-share__buttons ul li a {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%,-50%);
  color: #fff;
}
.details__description {
  font-weight: 300;
  line-height: 24px;
  margin-top: 100px;
}

/* Card product END */

/* Cart START */

#korzina {
  padding: 50px 0;
}
#korzina .ms-header {
  text-align: left;
}
#korzina .ms-header th {
  background: #f5f5f5;
  padding: 5px 15px;
  font-size: 16px;
}
#korzina tr {
  margin-bottom: 20px;
}
#korzina tr td {
  border: 1px solid #ccc;
  padding: 5px 15px;
  font-size: 16px;
}
#korzina tr td .ms-image, #korzina tr td .title{
  text-align: center;
}
#korzina tr td input.form-control {
  border: 1px solid #ccc;
  height: 30px;
  padding: 0 0 0 15px;
  font-size: 16px;
  max-width: 80px;
  float: left;
  margin-right: 15px;
} 
.ms-remove button {
  font-size: 24px;
  background: none;
}
#korzina .ms-footer {
  background: #f5f5f5;
  text-align: left;
}
#korzina .ms-footer th {
  padding: 5px 15px;
}
.ms2_form .btn-danger,
.alert-warning a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  max-width: 250px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
  background: linear-gradient(91.93deg, #782753 -3.45%, #7C67FF 105.75%);
  border-radius: 5px;
  margin: 20px 0;
}
.alert-warning a {
  margin: 20px auto 0;
}
.oform_btn,
.ms2_link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  max-width: 250px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
  background: linear-gradient(92.76deg, #D450DF -5.42%, #ED8E59 108.31%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;  
}
.ms2_link {
  margin-top: 20px;
}
.oform_btn:hover {
  background: linear-gradient(91.93deg, #782753 -3.45%, #7C67FF 105.75%);
}
.ms2_form .btn-danger:hover,
.alert-warning a:hover {
  background: linear-gradient(92.76deg, #D450DF -5.42%, #ED8E59 108.31%);
}
.alert-warning {
  font-size: 26px;
  text-align: center;
}
#msOrder .col-lg-6 {
  background: #f5f5f5;
  margin: 0 15px 30px 15px;
  max-width: 47%;
  border-radius: 12px;
  padding: 30px;
}

#msOrder h4 {
  font-size: 24px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #7a4bb4;
}
#msOrder .form-group {
  margin-bottom: 15px;
}
#msOrder .form-group label {
  font-size: 16px;
  font-weight: 300;
}
#msOrder .form-group .col-md-8 input {
  margin-top: 10px;
  height: 40px;
  width: 100%;
  padding: 0 15px;
  font-size: 16px;
}
#msOrder .form-group textarea {
  width: 100%;
  margin-top: 10px;
  height: 140px;
}
#msOrder .form-group .checkbox input {
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
}
#msOrder .form-group .checkbox .small {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
}
#msOrder .form-group .col-md-8 {
  width: 100%;
}
#msOrder .form-group #text_address {
  width: 100%;
}

/* Cart END */


/* Footer START */

#footer {
  padding: 40px 0;
  background: linear-gradient(91.93deg, #782753 -3.45%, #7C67FF 105.75%);
}
#footer h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
#footer .footer__menu li {
  margin-bottom: 20px;
}
#footer .footer__menu li a {
  font-size: 20px;
  color: #fff;
}
#footer .footer__menu li a:hover {
  color: #ea8669;
}
.footer__contacts p {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
}
.footer__contacts a {
  display: block;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
#footer .custom-template__button {
  max-width: 264px;
  height: 60px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 23px;
  margin-left: auto;
}
#footer .social {
  display: flex;
  align-items: center;
  justify-content: right;
  padding-right: 17px;
}
#footer .social li:not(:last-child) {
  margin-right: 50px;
}
/* Footer END */

/* CART Product */

#cart-page {
  padding: 50px 0;
}
#cart-page .flexbox {
  justify-content: left;
}
.cartbox__item {
  position: relative;
  border: 1px dashed #ccc;
  padding: 20px 15px;
  border-radius: 12px;
  margin-bottom: 20px;
}
.cartbox__item figure {
  display: block;
  width: 120px;
  height: 130px;
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 12px;
  margin-right: 20px;
}
.cartbox__item figure img {
  display: block;
  width: 120px;
  height: auto;
}
.cartbox__item h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;  
  margin-bottom: 10px;
}
.cartbox__item .weight,
.cartbox__item .cartproduct__price,
.titlepcs,
.titlepcs-2 {
  font-size: 16px;  
}
.cartbox__item .weight span {
  font-weight: 300;
  margin-left: 8px;
}
.cartbox__item .cartproduct__price span  {
  margin-left: 8px;
  font-weight: 600;
  color: #575757;
}
.cartdetail__item .itemcart {
  margin-bottom: 10px;
}

.cartdetail__item .quantity {
  height: 30px;
  width: 40px;
  border-top: 1px solid #575757;  
  border-bottom: 1px solid #575757;  
  text-align: center;
  font-size: 18px;
}
.cartdetail__item .btn-minus {
  width: 40px;
  height: 30px;
  text-align: center;
  border-radius: 25px 0 0 25px;
  margin-left: 10px;
  
}
.cartdetail__item .btn-plus {
  width: 40px;
  height: 30px;
  text-align: center;
  border-radius: 0 25px 25px 0;
  margin-right: 10px;
  
}
.cartdetail__item .btn-minus,
.cartdetail__item .btn-plus {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  background: linear-gradient(91.93deg, #782753 -3.45%, #7C67FF 105.75%);
}
.cartdetail__item .btn-minus:hover,
.cartdetail__item .btn-plus:hover {
  background: linear-gradient(92.76deg, #D450DF -5.42%, #ED8E59 108.31%);
}
.cartdetail__item .flexbox {
  align-items: center;
}
.remove-product {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  font-size: 20px;
  color: #575757;
  background: #ccc;
  border-radius: 0 12px 0 20px;
  transition: all 0.4s ease-in-out;
}
.remove-product:hover {
  background: #575757;
  color: #fff;
}
.grand__total {
  position: relative;
  border: 1px dashed #ccc;
  padding: 20px 15px;
  border-radius: 12px;
  margin: 0 0 20px;
  text-align: center;
}
.grand__total .quantity,
.grand__total .total__price {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
}
.grand__total .quantity span,
.grand__total .total__price span {
  font-weight: 300;
  margin-left: 12px;
}
.grand__total button {
  margin: 0 auto;
}