 @font-face {
    font-family: 'montserratb';
    src: url('../fonts/montserrat/montserrat-bold.eot');
    src: local('O'), url('/assets/css/fonts/Montserrat-Bold.ttf') format('woff'), url('/assets/css/fonts/montserrat-bold.ttf') format('truetype'), url('../fonts/montserrat/montserrat-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoslab';
    src: url('../fonts/robotoslab/robotoslab-regular.eot');
    src: local('O'), url('/assets/css/fonts/RobotoSlab-Regular.ttf') format('woff'), url('/assets/css/fonts/RobotoSlab-Regular.ttf') format('truetype'), url('../fonts/robotoslab/robotoslab-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@-ms-viewport {
    width: device-width


}
.responsive-img {
    width: 100%; /* Make the images take the full width of their container */
    height: auto; /* Maintain aspect ratio */
      display: block; /* Ensure the image is treated as a block element */
}

@media (max-width: 600px) {
    .responsive-img {
        width: 80%; /* Adjust this percentage to shrink all images on mobile */
    }
}



::-webkit-input-placeholder {
    /* Edge */
    color: #030303;
    font-style: italic;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #050505;
    font-style: italic;
}

::-moz-placeholder {
    color: #070707;
    font-style: italic;
}

::-ms-input-placeholder {
    color: #030303;
    font-style: italic;
}

::placeholder {
    color: #020202;
    font-style: italic;
}

body::-webkit-scrollbar {
    width: 0.9em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(70, 70, 70, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: rgb(253, 253, 253);
    outline: 1px solid rgb(132, 132, 133);
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    background-color: #ffffff;
    font-family: robotoslab, Arial, Tahoma, Verdana, sans-serif;
    font-size: 16px;
    min-height: 100%;
    color: #373737;
    position: relative;
    
    
    margin: 0;
    height: auto;
}


input[type="text"],
textarea {
    color: #020202;
    font-size: 20px;
    padding: 0px 34px;
    border: 10px solid #525253;
    box-shadow: 1px 2px 2px #fdfdfd inset;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -khtml-border-radius: 30px;
}

* {
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

*:not(ol):not(ul):not(p),
*:before,
*:after {
    margin: 0;
    padding: 0
}

ul {
    padding: 0;
}

/*  DEFAULT CSS  */

.wrap {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hidden {
    display: none;
}

.relative {
    position: relative;
}

.hiddeni {
    display: none !important;
}

div.center,
table.center {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

p.center,
.p.center,
td.center,
form.center,
h2.center {
    text-align: center;
}

p.left,
.p.left,
table.center td.left,
td.left,
form.left,
h2.left {
    text-align: left;
}

p.right,
.p.right,
td.right,
form.right,
h2.right {
    text-align: right;
}

table.center {
    margin: 0px auto;
}

td {
    vertical-align: top;
}

.bottom,
table.bottom td {
    vertical-align: bottom;
}

.middle,
table.middle td {
    vertical-align: middle;
}

.center,
table.center td {
    text-align: center;
}

.justify {
    text-align: justify;
}

.nowrap {
    white-space: nowrap;
}

p,
.p {
    padding: 0px;
    margin: 10px 0px;
    display: block;
}

.pointer,
label {
    cursor: pointer;
}

.needed {
    color: #1122be;
}

.inline {
    display: inline;
}

input[type=text].error,
select.error,
textarea.error {
    border: 1px solid #000000
}

.notice {
    color: #020202;
}

a img {
    border: 0px;
}

/*img{display:block;}*/
.center img,
img.center {
    margin-left: auto;
    margin-right: auto;
}

.h100 {
    height: 100%;
}

.w100 {
    width: 100%;
}

input,
textarea {
    resize: none;
}

.nobmp {
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    background: transparent !important;
}

ul.menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 60%;
}


.box:after,
ul.menu:after,
.clear:after,
.wrap:after {
    display: block;
    height: 0px;
    clear: both;
    content: "";
    float: none;
}

ul.menu>li {
    display: block;
    float: left;
}

* {
    outline: none;
    background-repeat: no-repeat;
    -webkit-text-size-adjust: none;
}

.noclick {
    cursor: default;
    color: #000 !important;
    text-decoration: none;
}

.rounded-borders-2 {
    border-radius: 2px;
    -khtml-border-radius: 2px;
}

.shaddow {
    text-shadow: 0 1px  #050505;
}

.side-left {
    float: left;
}

.side-right {
    float: right;
}

/**/
/* columns */
.typecoll-l {
    width: 100%;
    float: left;
    min-height: 200px;
    max-width: 100%; /* Responsive container */ 
}

.typecoll-c {
    width: 100%;
    float: left;
    margin: 0px 0px;
     max-width: 100%; /* Responsive container */
}

.typecoll-r {
    width: 350px;
    float: right;
    min-height: 100px;
     max-width: 90%; /* Responsive container */
}

/* all columns */
.typecolls-lcr .typecoll-l {
    display: block;
     max-width: 100%; /* Responsive container */
}

.typecolls-lcr .typecoll-c {
    display: block;
    width: 530px;
     max-width: 100%; /* Responsive container */
}

.typecolls-lcr .typecoll-r {
    display: block;
     max-width: 100%; /* Responsive container */
}

/* without right column */
.typecolls-lc .typecoll-l {
    display: block;
     max-width: 100%; /* Responsive container */
}

.typecolls-lc .typecoll-c {
    display: block;
    width: 800px;
    margin-left: 20px;
     max-width: 100%; /* Responsive container */
}

.typecolls-lc .typecoll-r {
    display: none;
     max-width: 100%; /* Responsive container */
}

/* without left column */
.typecolls-cr .typecoll-l {
    display: none;
     max-width: 100%; /* Responsive container */
}

.typecolls-cr .typecoll-c {
    display: block;
    width: 800px;
    margin-left: 0px;
     max-width: 100%; /* Responsive container */
}

.typecolls-cr .typecoll-r {
    display: block;
     max-width: 100%; /* Responsive container */
}

/* only center column */
.typecolls-c .typecoll-l {
    display: none;
     max-width: 100%; /* Responsive container */
}

.typecolls-c .typecoll-c {
    display: block;
    width: 100%;
    float: none;
    margin: 0px;
     max-width: 100%; /* Responsive container */
}

.typecolls-c .typecoll-r {
    display: none;
     max-width: 100%; /* Responsive container */
}

h1,
h2,
h4,
h5,
h6,
strong,
.strong,
b,
.button {
    font-family: montserratb, Arial, Tahoma, Verdana, sans-serif;
    font-weight: normal;
}

a {
    color: #777;
    text-decoration: none;
}

.message.success {
    min-height: 64px;
    padding: 5px 5px 5px 75px;
    border: 1px solid #080808;
    background-image: url('/assets/images/icon-ok.png');
    background-position: 10px center;
    margin-top: 30px;
}

.message.success>div {
    display: table-cell;
    height: 64px;
    width: 100%;
    vertical-align: middle;
}

.fs11 {
    font-size: 11px;
}

.fs12 {
    font-size: 12px;
}

.fs13 {
    font-size: 13px;
}

.fs14 {
    font-size: 14px;
}

.fs15 {
    font-size: 15px;
}

.fs16 {
    font-size: 16px;
}

.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px;
}

.fs19 {
    font-size: 19px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.rov {
    margin: 5px 0px;
    position: relative;
}

.row {
    margin: 10px 0px;
    position: relative;
}

.rovw {
    margin: 15px 0px;
    position: relative;
}

.rovw input[type="text"] {
    width: 100%;
    padding: 10px;
}

.rovw textarea {
    width: 100%;
    padding: 10px 20px;
    min-height: 160px;
}

.button {
    display: inline-block;
    padding: 0px 21px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    border-radius: 21px;
    -khtml-border-radius: 21px;
}

.button.pink {
    color: #fff;
    background-color: #2211b6;
    border: 2px solid #fff;
}

.button.big.pink {
    padding: 0px 37px;
    border-radius: 30px;
    -khtml-border-radius: 30px;
    line-height: 45px;
    font-size: 17px;
}

.button.medium.pink {
    padding: 0px 23px;
    border-radius: 30px;
    -khtml-border-radius: 30px;
    line-height: 45px;
    font-size: 17px;
}

h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
}

h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin: 10px 0px;
}

h3 {
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    margin: 10px 0px;
}

.pink {
    color: #2211b6;
}

input,
textarea {
    color: #000000;
    font-size: 20px;
    padding: 0px 34px;
    border: 1px solid #ebeaea;
    -webkit-box-shadow: 1px 2px 2px #ccc inset;
    box-shadow: 1px 2px 2px #ccc inset;
    border-radius: 30px;
    -khtml-border-radius: 30px;
    justify-content: center;
    align-items: center;
    display: flex;
}

input {
    height: 45px;
}

textarea {
    padding: 20px 34px 40px 34px;
}

.top-header {
    height: 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
 max-width: 100%; /* Responsive container */
}

.menu.site li {
    position: relative;
}

.menu.site li a {
    text-decoration: none;
    margin-left: 15px;
    text-transform: capitalize;
    white-space: nowrap;
    padding: 10px;
    font-family:montserratb, sans-serif;
    font-size:14px;
}

.menu.site li a:hover,
.menu.site li a.current {
    color: #c42a77;
}

.rubsrics {
    text-align: center;
    margin: 80px 0px;
    padding: 0;
}

.rubsrics li {
    display: inline-block;
    max-width: 350px;
    padding: 85px 15px 0px;
    background-position: center top;
    text-align: justify;
}

.rubsrics li.health {
    background-image: url('/assets/images/icon-rubrics-health.png');
}

.rubsrics li.products {
    background-image: url('/assets/images/icon-rubrics-products.png');
}

.rubsrics li.about-us {
    background-image: url('/assets/images/icon-rubrics-about-us.png');
}

.rubsrics li .title {
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.rubsrics li .descr {
    color: #000000;
    text-align: justify;
}

#body-header {
    position: relative;
    z-index: 1;
}

#body-header .top-header {
    height: 90px;
    max-width: 100%; /* Responsive container */
    padding: 0 20px;
    margin: 0 auto;
}

#body-header .top-header .logo {
    display: block;
    min-width: 300px;
    max-width: 453px;
    height: 120px;
    background-image: url('/assets/images/vlogo.png');
    background-size: contain;
    background-position-y: left;
}

#body-banner {
    background-image: url('/assets/images/vlogo.png');
    background-position: center center;
    background-size: cover;
    color: #1b03f3;
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
}

.hhh1 {
    display: block;
    height: 100%;
    z-index: 2;
}

.hhh1 {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    opacity: 0.3;
    display: block;
    z-index: -1;
}

/*#body-banner:hover:before{opacity:0.8;transition:opacity 0.4s ease 0s;}*/
#body-content {
    padding-top: 90px;
 max-width: auto; /* Ensure the container is responsive */
    overflow: hidden; /* Prevent overflow if needed */
}


#body-banner .wrap {
    height: 400px;
     max-width: 100%; /* Responsive container */
}

#body-banner .text1 {
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-top: 100px;
    margin: 0px;
}

#body-banner .text1 span {
    font-size: 80px;
    margin-left: 8px;
}

#body-banner .text2 {
    font-size: 48px;
    line-height: 100px;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#body-banner .button {
    margin-top: 0px;
}

/*
#body-banner.url-{display:block;}
#body-banner.url- .wrap{height:530px;}
#body-banner.url- .text1{font-size:60px;text-transform:uppercase;letter-spacing:-3.8px;padding-top:105px;line-height:66px;margin:0px;}
#body-banner.url- .text2{font-size:20px;line-height:93px;margin:0px;}
#body-banner.url- .button{margin-top:20px;}
*/

#body-footer-space {
    height: 300px;
}

#body-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #030303;
}

#body-footer .footer-box-1 {
    background-color: #2209af;
    padding: 10px 0px;
}

#body-footer .footer-box-1 h2 {
    color: #fff;
}

.form-contact-box {
    position: relative;
    margin: 0px auto;
    display: block;
    width: 100%;
    max-width: 560px;
    min-height: 395px;
}

.form-contact-box .button {
    line-height: 40px;
    padding: 0px 35px;
    position: absolute;
    right: 0px;
    bottom: 1px;
    border-radius: 20px 0px 20px 0px;
    -khtml-border-radius: 20px 0px 20px 0px;
}

.form-contact-box .loader {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.form-contact-box .aribox {
    position: relative;
}

.form-contact-box .aribox.error {
    border-color: #1416a8;
}

.form-contact-box .aribox {
    border: 1px solid #ebeaea;
    -webkit-box-shadow: 1px 2px 2px #ccc inset;
    box-shadow: 1px 2px 2px #ccc inset;
    border-radius: 30px;
    -khtml-border-radius: 30px;
    background-color: #fff;
    overflow: hidden;
}

.form-contact-box .aribox input {
    border-color: transparent;
    background-color: transparent;
    -webkit-box-shadow: 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px transparent;
}

.form-contact-box .aribox img {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 47px;
    width: 120px;
    cursor: pointer;
}

.category-title {
    text-align: center;
    left: 0px;
    right: 0px;
    top: 40px;
}

.lists.products {
    width: 100%;
    margin: 0px auto;
    position: relative;
    max-width: 950px;
}

.lists.products .element {
    justify-content: space-between;
}

.lists.products .inner-img {
    display: none;
}

.lists.products>div {
    margin: 60px 0px 30px 0px;
}

.lists.products>div .img {
    max-height: 300px;
    overflow: hidden;
    max-width: 300px;
}

.lists.products>div .descr {
    max-width: 450px;
    color: #393737;
}

.lists.products>div .descr>div {
    padding: 14px 26px;
    border-left: 1px solid #000;
    position: relative;
    min-height: 290px;
    font-size: 14px;
}

.lists.products>div .descr>div:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 21px;
    height: 1px;
    background-color: #000;
}

.lists.products>div .descr>div:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 105px;
    height: 1px;
    background-color: #000;
}

.lists.products>div .descr>div>.title {
    position: absolute;
    top: -12px;
    left: 26px;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 20px);
}

.lists.products>div .descr .more {
    position: absolute;
    bottom: -19px;
    left: 113px;
}

.lists.products>div .descr .short-text {
    text-align: justify;
}

.lists.products>div .descr .prop {
    padding-left: 87px;
    margin-top: 11px;
    min-height: 85px;
    background-position: left top;
}

.lists.products>div .descr .prop .title {
    font-size: 17px;
}

.lists.products>div .descr .prop.composition {
    background-image: url('/assets/images/icon-composition.png');
}

.lists.products>div .descr .prop.excipients {
    background-image: url('/assets/images/icon-excipients.png');
}

.lists.products>div .descr .prop.administration {
    background-image: url('/assets/images/icon-administration.png');
}

/*
.anty-privacy-info{padding-right:248px;padding-bottom:160px;background-image:url('../images/img-anty.png');background-position:right bottom;min-height:271px;
    width:700px;position:relative;margin:0px auto;
}*/

.check-box {
    min-height: 250px;
}

.check-box.code {
    background-color: #3014cf;
}

.check-box.store {
    background-color: #0a1579;
    margin-top: 30px;
    padding: 30px 0;
}

.check-box.fail {
    background-color: #0a1579;
}

.check-box.success {
    background-color: #230f97
}

.check-box.fail .button {
    background-color: #3014cf
}

.check-box .title {
    color: #050505;
    font-size: 40px;
    text-transform: uppercase;
}

.check-box table {
    margin-top: 26px;
}

.check-box .result {
    width: 250px;
    margin: 15px auto 0px auto;
    position: relative;
    display: none;
    color: #050505;
    font-size: 20px;
    line-height: 49px;
    white-space: nowrap;
}

.check-box.success .result {
    height: 49px;
    padding-left: 60px;
    background-image: url('/assets/images/icon-check-success.png');
    background-position: left center;
    display: block;
}

.check-box.fail .result {
    height: 49px;
    padding-left: 60px;
    background-image: url('/assets/images/icon-check-wrong.png');
    background-position: left center;
    display: block;
}

.home-line-1 {
   width: 90%;
    max-width: 100%; /* Responsive container */
    padding: 70px 0px 70px 0px;
    background-color: rgb(253, 252, 252);
     margin: 0 auto;
   
}
.home-line-1:backdrop {
    padding: 70px 0px 70px 0px;
    background-color: #1e0896;
    display: inline;
    position: fixed;
     max-width: 100%; /* Responsive container */
}





.home-line-1 h3 {
    color: #000000;
}

.home-line-2 {
    padding: 50px 10px;
    background-image: url('/assets/images/sciencelab2.jpg');
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 0;
   
}

.home-line-2:before {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    z-index: -1;
    background-color: #03030386;
    opacity: 90%;
    -webkit-transition: opacity 0.4s ease 0s;
    -o-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
}

/*.home-line-2:hover:before{opacity:0.8;transition:opacity 0.4s ease 0s;}*/
.home-line-2 h2 {
    color: #ff0202;
    font-size: 30px;
}

.home-line-2 p,
.home-line-2 li {
    color:#fffefe;
    font-size: 20px;
}

.home-line-2 .menu li {
    float: none;
    display: block;
    background-image: url('/assets/images/icon-li-ok.png');
    background-position: left center;
    padding-left: 50px;
    line-height: 37px;
    opacity: 90%;
    
}

.home-line-3 {
    padding: 60px 0px;
   
  
    width: 950px;
    
}

.home-line-3 h3 {
    color: #050505;
}

.home-line-4 {
    padding: 0px 0px 50px 0px;
     width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}

.home-line-4 h3 {
    color: #030303;
}

.home-line-4 .about-cards {
    text-align: center;
    margin-top: 80px;
    padding: 0;
}

.home-line-4 .about-cards li {
    display: block;
    min-width: 30%;
    padding: 115px 26px 0;
    background-position: center top;
    margin-bottom: 40px;
}

.home-line-4 .about-cards li.opt1 {
    background-image: url('/assets/images/icon-aa-1.png');
}

.home-line-4 .about-cards li.opt2 {
    background-image: url('/assets/images/icon-aa-2.png');
}

.home-line-4 .about-cards li.opt3 {
    background-image: url('/assets/images/icon-aa-3.png');
}

.home-line-4 .about-cards li .title {
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.home-line-4 .about-cards li .descr {
    color: #777;
    text-align: justify;
}



.navigation ul {
    text-align: center;
    display: block;
}

.navigation ul li {
    margin: 0px 4px;
    float: none;
    display: inline-block;
}

.navigation ul li span,
.navigation ul li a {
    display: inline-block;
    line-height: 37px;
    border: 2px solid #1417bd;
    width: 37px;
    text-align: center;
    color: #fdfcfd;
    border-radius: 20px;
    -khtml-border-radius: 20px;
}

.navigation ul li span {
    border: 2px solid #5215c4;
    background-color: #2c0ce2
}

.navigation ul li a {
    background-color: #0a1579;
}

.navigation ul li a:hover {
    background-color: #c24e95;
}

.search-box {
    margin-left: 30px;
    position:relative;
}

.search-box form span {
    position: relative;
}

.search-box form span input {
    font-size: 12px;
    height: 32px;
    border: none;
    background-color: #fff;
    font-size: 12px;
    color: inherit;
    padding: 0px 30px 0px 15px;
    -webkit-box-shadow: 0px 1px 4px #aaaaaa inset;
    box-shadow: 0px 1px 4px #aaaaaa inset;
    margin: auto;
}

.search-box form span a {
    display: block;
    position: absolute;
    right: 4px;
    top: 3px;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 25px;
    background-image: url('/assets/images/icon-search.png');
    background-color: #1212a5;
    background-position: center;
    border-radius: 50%;
}

.search-box form span a:hover {
    background-color: #b80202;
}

.tooltip-search {
    display: none;
    position: absolute;
    left: 0px;
    top: 30px;
    padding-top: 13px;
    font-size: 12px;
    line-height: 2;
}

.tooltip-search>span {
    background-color: rgba(255, 255, 255, 0.78);
    display: block;
    -webkit-box-shadow: 0px 0px 3px #f4f5f7;
    box-shadow: 0px 0px 3px #0781b1;
    overflow: hidden;
    padding: 5px 0px;
    width: 180px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
}

.tooltip-search>span:before {
    content: "";
    position: absolute;
    border: 7px solid transparent;
    border-bottom: 10px solid #fff;
    top: -3px;
    right: 30px;
}

.tooltip-search>span>span {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0px 20px;
    cursor: pointer;
    position: relative;
}

.tooltip-search>span>span:before {
    content: ">";
    position: absolute;
    right: 20px;
    top: 50%;
    font-family: "Courier New";
    margin-top: -11px;
}

.tooltip-search>span>span:hover,
.tooltip-search>span>span.selected {
    background-color: #f45e73;
    color: #fff;
}

.bottom-footer {
    height:50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.bottom-footer p{
    width: 100%;
}

.drop-down {
    display: none;
    position: absolute;
    margin: 33px;
    right: 0;
    width: 35px;
    height: 25px;
    padding: 12px 0;
    cursor: pointer;
}

.drop-down span {
    display: block;
    background-color: #7e7e80;
    width: 35px;
    height: 2px;
}

.drop-down:before,
.drop-down:after {
    content: '';
    background-color: #1e0a8d;
    position: absolute;
    width: 35px;
    height: 2px;
    left: 0;
    -webkit-transition: -webkit-transform 150ms;
    transition: -webkit-transform 150ms;
    -o-transition: transform 150ms;
    transition: transform 150ms;
    transition: transform 150ms, -webkit-transform 150ms;
    outline: none;
}

.drop-down:before {
    top: 0;
}

.drop-down:after {
    bottom: 0;
}

input#drop:checked+label.drop-down span {
    background-color: transparent;
}

input#drop:checked+label.drop-down:before {
    top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input#drop:checked+label.drop-down:after {
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input#drop:checked~ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

input#drop:checked ~ .search-box{
    display: block;
}

#home-products-box {
  width: auto;
     margin: 0 auto;
   overflow: hidden; /* Prevents overflow */
    position: relative;
    padding: 0 70px;
}

#home-products-box:hover .slick-arrow {
    opacity: 1;
}

.intructions-block {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.intructions-block .instr-row {
    align-items: stretch;
}

.intructions-block .instr-row>div {
    width: 50%;
}

.intructions-block .instr-row .instr-text {
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
}

.intructions-block .instr-row .instr-text p {
    text-indent: 15px;
    font-size: medium;
    margin: 5px 0;
}

.intructions-block .instr-row:nth-child(odd) {
    flex-direction: row-reverse;
}


.intructions-block .instr-row .instr-image img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.check-field{
    justify-content: center;
    min-height: 115px;
    align-items: center;
}

.check-field input[type="text"]{
    margin-right: 10px;
}

@media only screen and (max-width: 1250px) {
    body {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1150px) {

    /* Container widths & paddings */
    
        #home-products-box {
    width: auto;
    margin: 0 auto;
    overflow: hidden; /* Prevents overflow */
    position: relative;
    padding: 0 70px;
}

    }

    .home-line-4 .about-cards,
    .rubsrics {
        flex-direction: column;
        align-items: center;
        margin: 50px 0;
    }

    .lists.products .element {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .lists.products>div {
        margin: 40px 0 55px 0;
    }

    .lists.products>div .img {
        width: 70%;
        height: auto;
        min-width: 230px;
        display: none;
    }

    .lists.products .inner-img {
        display: block;
    }

    .lists.products .inner-img img {
        height: auto;
        max-width: 60%;
    }

    /* Headings */
    h2 {
        font-size: 25px;
    }

    #body-banner .text1 {
        font-size: 23px;
        padding-top: 115px;
        line-height: 30px;
    }

    #body-banner .text2 {
        font-size: 2.4em;
        line-height: normal;
    }

    /* Menu mobile styles */
    ul.menu {
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 25px 10px;
        width: auto;
        background-color: #fdfcfd;
        margin: 0;
    }

    .menu.site li a {
        font-size: 20px;
        font-weight: bold;
        padding: 10px;
        color: #030303;
    }

    .menu.site li:not(:last-child) {
        margin-bottom: 15px;
    }

    .drop-down {
        display: block;
        position: absolute;
        top: 90px;
        left: 0;
        margin: 23px;
    }

    /* Logo mobile */
    #body-header .top-header {
        flex-direction: column;
        align-items: stretch;
        height: auto;
        padding: 0;
    }

    #body-header .top-header .logo {
        margin: 0 20px;
        width: 100%;
        max-width: 350px;
    }

    /* Search Box */
    .search-box {
        position: static;
        margin: 0;
        padding: 16px 20px 15px 80px;
        display: block;
    }

    .search-box form input[type="text"] {
        width: 100%;
        height: 40px;
    }

    .search-box form span a {
        right: 10px;
    }

    /* Instructions block */
    .intructions-block .instr-row,
    .intructions-block .instr-row:nth-child(odd) {
        flex-direction: column;
    }

    .intructions-block .instr-row>div {
        width: 100%;
    }

    .intructions-block .instr-row .instr-image img {
        max-width: 300px;
        min-width: 250px;
    }

    /* Form / Contact */
    .form-contact-box {
        padding: 0 10px;
    }

    .check-field {
        flex-direction: column;
        justify-content: space-around;
    }

    .check-field input[type="text"] {
        margin: 0 auto;
        max-width: 300px;
    }

    .check-box .title {
        font-size: 2em;
        line-height: 30px;
        margin-bottom: 10px;
    }

    /* Footer adjustments */
    #body-footer .footer-box-1 {
        padding: 30px 0;
    }

    .bottom-footer p {
        text-align: center;
    }

    .home-line-1 {
        padding: 0;
    }

    .home-line-1 h2 {
        margin-bottom: 25px;
    }

    .home-line-1 h3 {
        text-align: justify;
        padding: 0 10px;
    }

    
    .home-line-3 {
    padding: 30px 0;
    width: 400px;
    margin: 0 auto;
    


}


/* Quantity Input Container */
.quantity-container {
    display: flex; /* Use flexbox for layout */
    align-items: center; /* Center items vertically */
    justify-content: center; /* Center items horizontally */
    margin: 10px 0; /* Margin around the container */
}

/* Quantity Input Style */
.quantity {
    width: 60px; /* Fixed width for the input */
    height: 40px; /* Height of the input */
    text-align: center; /* Center text inside the input */
    font-size: 16px; /* Font size */
    border: 2px solid #525253; /* Border color */
    border-radius: 5px; /* Rounded corners */
    margin: 0 10px; /* Space between input and buttons */
}

/* Button Styles */
.quantity-button {
    display: inline-block; /* Inline block for buttons */
    width: 40px; /* Fixed width for buttons */
    height: 40px; /* Height of the buttons */
    background-color: #2211b6; /* Background color */
    color: white; /* Text color */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    font-size: 18px; /* Font size for button text */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

/* Hover Effects for Buttons */
.quantity-button:hover {
    background-color: #1a0e8d; /* Darker shade on hover */
}

/* Disabled Button Style */
.quantity-button:disabled {
    background-color: #ccc; /* Gray background for disabled button */
    cursor: not-allowed; /* Not-allowed cursor */
}
/* Quantity Input Container */
.quantity-container {
    display: flex; /* Use flexbox for layout */
    align-items: center; /* Center items vertically */
    justify-content: center; /* Center items horizontally */
    margin: 10px 0; /* Margin around the container */
}

/* Quantity Input Style */
.quantity {
    width: 60px; /* Fixed width for the input */
    height: 40px; /* Height of the input */
    text-align: center; /* Center text inside the input */
    font-size: 16px; /* Font size */
    border: 2px solid #525253; /* Border color */
    border-radius: 5px; /* Rounded corners */
    margin: 0 10px; /* Space between input and buttons */
}

/* Button Styles */
.quantity-button {
    display: inline-block; /* Inline block for buttons */
    width: 30px; /* Fixed width for buttons */
    height: 30px; /* Height of the buttons */
    background-color: #2211b6; /* Background color */
    color: rgb(248, 244, 244); /* Text color */
    border: none; /* No border */
    border-radius: 5px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor on hover */
    font-size: 18px; /* Font size for button text */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

/* Hover Effects for Buttons */
.quantity-button:hover {
    background-color: #1a0e8d; /* Darker shade on hover */
}

/* Disabled Button Style */
.quantity-button:disabled {
    background-color: #ccc; /* Gray background for disabled button */
    cursor: not-allowed; /* Not-allowed cursor */
}
/* General Button Styles */
.sale-badge {
    display: inline-block;
    background-color: #fd0303;
    color: #fff;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 4px;
    margin-left: 10px;
    text-transform: uppercase;
}
.price-old {
    text-decoration: line-through;
    color: #777;
    font-size: 16px;
    margin-right: 10px;
}

.price-new {
    color: #f71414; /* Your site's hot pink highlight */
    font-weight: bold;
    font-size: 18px;
}
