@font-face {
font-family: "ProximaNova"; 
src: url("fonts/ProximaNova-Regular.woff") format("woff"); 
  font-weight: normal;
  font-style: normal;
  font-display: swap;
} 
@font-face {
font-family: "OProximaNova"; 
src: url("fonts/ProximaNova-Bold.woff") format("woff"); 
  font-weight: bold;
  font-style: normal;
  font-display: swap;
} 

@font-face {
font-family: "Montserrat"; 
src: url("fonts/Montserrat-SemiBold.ttf") format("truetype"); 
  font-weight: 600;
  font-style: normal;
  font-display: swap;
} 


html {
}

body {
    background: #e8d5c4; 
    color: #323230;
    font-family: "ProximaNova", sans-serif;
    font-size: 18px;
}

:root {
    --one: #4aaaee;
    --two: #fd8367; 
    --three: #fce76c;
}
h1 {
    color: var(--two);
}
h2,h3,h4,h5 {
    color: var(--one);
}
h1,h2,h3,h4,h5 {    
    margin:20px 0;
    padding: 0 0 10px 0px;
    position: relative;
    text-align: left;
    clear: both;
    font-family: Montserrat;
    font-weight: 600;

}
h2::before,h3::before,h4::before,h5::before {
    content: '';
    position: absolute;
    height: 3px;
    width: 100px;
    background: var(--one);
    bottom: 0;
    left: 0;
}
h1::before {
    content: '';
    position: absolute;
    height: 3px;
    width: 100px;
    background: var(--two);
    bottom: 0;
    left: 0;
}
h1 {font-size: 32px;}
h2 {font-size: 28px;}
h3 {font-size: 24px}
h4 {font-size: 20px}
h5 {font-size: 16px}



a:link,a:visited,a:active,a:focus { 
    color: var(--one);
    position: relative;
}
a:hover {
    color: var(--two);
    text-decoration: none;
}


.contentbg {
    background: #eee6e3;
    border: 5px #ecdbce solid;
    border-radius: 5px;
}
.top_header {
    background: url(images/bg_topheader.jpg) no-repeat right top;
    overflow: hidden;
}
h1.head_h {
    font-size: 44px;
    font-weight: bold;
    margin: 80px 0 30px 0;
    line-height: 60px;
    background: linear-gradient(330deg, var(--two) 50%, var(--three) );
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
    max-width: 50%;
}
h1.head_h::before {
    content: '';
    position: absolute;
    height: 0px;
}
p.head_txt {
    font-size: 18px;
    color: #636363;
    max-width: 41%;
}
.head_blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-right: 145px;
}
.item_block {
    background: #fff;
    border: 5px #ecdbce solid;
    border-radius: 5px; 
    width: 150px;
    margin-left: 15px;
}
.item_block img {
    width: 120px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.item_block .price_buy {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: #6e6363;
    padding: 0 10px 10px 10px;
    margin-top: -15px;
}
.item_block .price_buy svg {
    font-size: 20px;
    color: var(--two);
}
.item_block:hover {
    transition: 0.3s;
    border-radius: 5px;
    background: 
    linear-gradient(white, white) padding-box,
    linear-gradient(330deg, var(--two) 50%, var(--three) ) border-box;;
    border: 5px solid transparent;
    cursor: pointer;
}

.top_line {
    min-height: 70px;
    line-height: 70px;
    color: #7f7771;
    position: relative;
   
}
.top_line span {
    padding: 0 15px;
    font-weight: 100;
}
.top_line .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.top_line img {
    margin-left: 15px;  
}
.top_line svg {
    width: 30px;
    height: auto; 
    fill: #7f7771;
}


.c_menu {
    min-height: 80px;
    position: relative;
}

.navbar {
    padding: 0;
    min-height: 80px;
}
.navbar svg {
    width: 30px;
    height: 30px;
}

ul.main_menu {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
ul.main_menu li {
    font-size: 17px;
    list-style: none;
    flex-direction: row;
    line-height: 40px;
    display: inline-block;
    position: relative;
}
ul.main_menu li a {
    padding: 0 20px;
    display: inline-block;
    color: var(--one);
    text-decoration: none;
    transition: .3s;
    position: relative;

}
ul.main_menu li a:hover {
    color: var(--two);
}

ul.main_menu li.shopping_cart {
    background: var(--two);
} 
ul.main_menu li.linkprod {
    background: var(--one);
    border-radius: 5px;
    outline: 3px #69c1ff solid;
    outline-offset: -3px;
}
ul.main_menu li.linkprod a {
    color: #fff;
}
ul.main_menu li.linkprod:hover {
    background: var(--two);
}
ul.dropdown-menu  {
    border-radius: 5px;
    padding: 0;
    border:none;
    min-width: 605px;
    right: auto;
    left: 0;
}

ul.dropdown-menu li {
    border: 1px var(--one) solid;
    margin:0 2px 2px 0;
    background: rgb(255 255 255 / 95%);
    line-height: 40px;
    display: block;
    width: 300px;
}
ul.dropdown-menu li a img {
    width: 40px;
    height: 40px;
    background: #fff;
    margin: 5px 10px 5px 0;
}
li.linkprod ul.dropdown-menu li a {
    display: block;
    line-height: 40px;
    padding: 0 15px;
    color: var(--one) ;
    position: relative;
    padding-left: 15px;
}
li.linkprod ul.dropdown-menu li a:hover {
    color: var(--two);
}
.dropdown-menu {
    background: none;
}
.dropdown-menu.show {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.searchform {
    padding: 0px;
    line-height: normal;
    position: relative;
    margin-left: 50px;
}
.searchform input[type=text] {
    background: #fff;
    height: 40px;
    padding: 0 10px;
    font-size: 13px;
    color: #474441;
    border: 3px #ecdbce  solid;
    border-radius: 5px;
}
.searchform button {
   border: none;
    display: block;
    position: absolute;
    right: 10px;
    padding: 0;
    top: 7px;
    background: transparent;
    line-height: 22px;
}
.searchform svg {
    width: 15px;
    height: auto;
    fill: #707a82;
}
.searchform svg:hover {
    width: 15px;
    height: auto;
    fill: var(--one);
}


a.logo {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}
a.logo:hover {
    text-decoration: none;
    color: var(--one);
}
a.logo svg {
    width: 54px;
    height: auto;
}
a.logo span {
    padding: 0 20px;
}
a.logo::before {
    height: 0
} 

.breadcrumbs {
    height: 30px;
    background: #fff;
    line-height: 30px;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 20px;
    margin: 15px 0 0 0;
    color: #8a8a8a;
}
.breadcrumbs a {

}
span.wt {
    font-size: 15px;
    text-transform: uppercase;
    color: var(--two);
    display: block;
    padding: 0 0 10px 15px;
    line-height: 16px;
    position: relative;
}


.shopcart {
    height: 70px;
    line-height: 70px;
    padding: 0 20px 0 50px;
    color: #7f7771;
    font-size: 18px;
    position: relative;
}

.shopcart svg {
    font-size: 25px;
    position: absolute;
    left: 11px;
    top: 20px;
    fill: #7f7771;
}


.main_content {
    background: #fff;
    position: relative;
    border: 1px #f9eeda solid;
}
.content-area ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}
.content-area ul li {
    padding: 0 0 0 20px;
    position: relative;
}
.content-area ul li:before {
    position: absolute;
    content: "\00B0";
    left: 0;
    color: var(--two);
    top: 4px;
}
.tabs_colum img {
    margin: 15px auto 0 auto; 
    display: block;
}

.sidebar {
    background: #fff;
    padding: 0 15px;
    margin: 15px 0;
}

.sidebar section {
    padding: 15px 0  10px 0;
}
.sidebar ul {
    list-style: none;
    margin: 0 ;
    padding: 0;
}
.sidebar li {
    position: relative;
    padding-left: 20px;
}
.sidebar li a {
    text-decoration: none;
    position: relative;
    transition: all 0.3s;
    text-transform: uppercase;
    font-size: 14px;
}
.sidebar li a:hover {
    margin-left: 10px;
}
.sidebar li a:before {
    position: absolute;
    content: "\21D2";
    left: -20px;
    color: var(--two);
}
.bg_ps {
    background: var(--two);
}
.footer .paysis {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;

}
.footer .paysis img {
    margin: 5px !important;
    width: 70px;
    height: auto;
    border: 5px #ecdbce solid;
    border-radius: 5px;
    opacity: 0.8;
}
.footer .paysis img:hover {
    opacity: 1;
}
.footer {
    padding: 15px 0;
    margin-top: 15px;
}

.footer span.wt {
    color: #633429;
}

.footer ul {
    list-style: none;
    margin: 0 0 15px 0px ;
    padding: 0;
}
.footer li {
    position: relative;
    padding-left: 15px;
}
.footer li a {
    text-decoration: none;
    position: relative;
    transition: all 0.2s;
    font-size: 15px;
    color: #633429;
}
.footer li a:hover {
    color: var(--two);
}
.footer li a:after {
    position: absolute;
    content: "\2022";
    left: -15px;
    color: var(--two);
}
.footer li a img {
    display: none !important;
}
.footer span.copy {
    font-size: 12px;
    display: block;
    text-align: center;
}
.footer span.copy img {
    margin: 20px auto;
    display: block;
}
.entry-content {
    text-align: justify;
}
[type=button], [type=reset], [type=submit], button {
    border-radius: 5px;
}
.comment-respond {margin-bottom:20px;}
.comment-respond p{font-size:14px;font-weight:noramal;}
.comment-respond input[type="text"],input[type="email"],input[type="url"]{height:30px;line-height:30px;border:1px #ccc solid;padding:0 10px;width:50%;border-radius:0px;}
.comment-respond textarea {border:1px #ccc solid;padding:0 10px;width:100%;border-radius:0px;height:100px;}
.comment-respond label{display:block;}
.comments-area ol {
    list-style: none;
    padding: 0;
}
.comments-area ol li {
   font-size: 13px;
    padding: 10px;
    margin-bottom: 10px;
    line-height: 20px;
    border: 1px #eee solid;
    background: #fff;
    border-radius: 3px;
}
.comment-respond input[type=submit] {
   background: var(--two);
    color: #fff;
    padding: 10px 20px;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    margin: 15px 0;
}
.comment-respond input[type=submit]:hover {
   background: var(--one);
}

.td a:before {height: 0px;}


@media(max-width: 576px) {
    .td div:nth-child(1) {
    text-align: center !important;
    justify-content: center !important;
    }
    .check div {
        min-height: auto !important;
    }
    .xsp {
        padding: 0 0 10px 0 !important;
    }
    .qty {
        margin-bottom: 10px;
    }
}











.tabscontent .nav-tabs {
    border-bottom: none;
}
.tabscontent ul.nav-tabs   {
    margin: 0;
}
.tabscontent ul.nav-tabs > li {
    margin: 0;
    padding: 0;
}
.tabscontent ul.nav-tabs > li > a {
    border-radius:0;
    background: var(--one);
    margin: 0 15px 15px 0;
    padding: 5px 15px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}


.tabscontent ul.nav-tabs > li:before {
    content: "";
    position: absolute;
}
.tabscontent .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff ;
    cursor: default;
}
.tabscontent .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #fff ;
    cursor: pointer;
    background-color: var(--two) ;
    text-decoration: none;
}
.tabscontent .tabstabs .nav-tabs > li > a {
    border-radius:0;
    background: var(--one);
    margin: 0 15px 15px 0;
    padding: 8px 12px;
    font-size: 16px;
    width: 165px;
    color: #fff;
    text-transform: inherit;
    border: none;
    text-align: center;
}
.tabscontent .tabstabs .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #fff ;
    cursor: pointer;
    background-color: var(--two);
}
.tabscontent span.tabsh {
    padding: 5px 0;
    font-size: 20px;
    color: #5d5d5d;
    margin: 15px 0 10px 0px;
    display: block;
}
.tabscontent .tabsprice div.line_b {
    font-size: 17px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.tabscontent .tabsprice div.line_b span {
    font-size: 25px;
    font-weight: bold;
    color: var(--one);
    padding: 0 10px;
}
.tabscontent .tabsprice button {
    border: none;
    color: #ffffff;
    font-weight: normal;
    background: var(--one);
    padding: 0 15px;
    margin: 0 25px;
    line-height: 45px;
    font-size: 17px;
    text-transform: uppercase;
}
.tabscontent .tabsprice button:hover,button:link,button:visited,button:active,button:focus {
    background: var(--two);
    transition: 0.3s;
}
.tabscontent .tabsprice button svg {
    margin: -5px 7px 0 0;
    font-size: 25px;
}
.tabscontent span.freebon {
    color: var(--two);
    display: block;
    font-size: 13px;
    position: relative;
    padding: 0 0 0 20px;
}
.tabscontent span.freebon:before {
    content: "\21D2";
    position: absolute;
    left: 0;
}
span.freebonh {
    display: block;
    color: #63a962;
    font-size: 12px;
    text-transform: uppercase;
}
.tabsprice {
    margin:20px 0 30px 0;
}




.pricebody {
    max-width: 750px;
    margin: 15px auto;
}
.pricebody .row {margin: 0;}
.checkbody .row {margin: 0;}

.prtb {
    width: 100%;
    margin-bottom: 30px;
}
.th {
    min-height: 30px;
    line-height: 30px;
    font-weight: normal;
    background: var(--two);
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.th div:nth-child(1) {text-align: left;}

.td {
    background: #fffdf9;
    min-height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    border: 1px #f9eeda solid;
    margin: 5px 0 !important;

}
.popular {
    background: #f7f3c2;
    font-weight: 500;
}
.td div:nth-child(1) {text-align: left; justify-content: left;}
.td button {
    background: none;
    border: none;
    color: var(--one);
    padding: 0 5px;
    font-weight: normal;
    text-transform: unset;
    font-size: 20px;
    transition: 0.3s;
}
.td button:hover,button:link,button:visited,button:active,button:focus {
    color: var(--two);
}
.td a {border:none;}
.bonuses {margin-bottom: 10px !important;}
.bonuses  {
    font-size: 13px;
    text-align: center;
    background: #fff;
}
.bonuses div span.left {float: left; padding: 5px 0; color: var(--two)}
.bonuses div span.right {float: right; padding: 5px 0;color: var(--two)}
.bonuses div span.center { padding: 5px 0; color: var(--two); text-align: center; display: block;}

.td img {
    max-width: 80px;
    height: auto;
    margin: 10px;
}
.check {margin-bottom: 15px;}
.check div form {display: inline;}
.check div {
    padding: 0 5px;
    line-height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}
.check div .glyphicon-minus-sign {font-size: 21px; color: #d5517a; margin: 0 5px;}
.check div .glyphicon-plus-sign {font-size: 21px; color: #5088b6; margin: 0 5px}
.check div button .glyphicon {font-size: 15px; color: #b50202;}
.bon div {color: #008005;}
.total {
    font-size: 15px;
    text-align: center;
}
.qty {
    font-size: 20px;
}
.qty svg {
    padding: 0 5px;
    font-size: 30px;
}
.total div {
    padding: 15px;
    border-bottom: 1px #ffffff solid;
    margin: 0px;
    background: #fff;
}

input.checkout {
    background: var(--two);
    color: #fff;
    padding: 10px 15px;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 200px;
    margin: 20px 0 0 0;
}
input.checkout:hover,input.continue:hover {
    background: var(--one);
}
input.continue {
    background: var(--two);
    color: #fff;
    padding: 10px 15px;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 200px;
    margin: 20px 0 0 0;
}

ul.all-bonuses {
    margin: 20px 0;
 }
ul.all-bonuses li {
    color: #a5a3a3;
  }
  ul.all-bonuses li.active {
    color: var(--one)
  }
span.tabh {
    background: var(--one);
    color: #fff;
    padding: 7px 20px;
    margin: 30px 0 5px 0;
    font-size: 20px;
    display: block;
}
.panel {
    box-shadow: none;
    border: none;
    background: none;
}
.panel-heading {
    background: #35bed4;
    color: #fff;
    padding: 0px 20px;
    margin: 5px 0;
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    border-radius: 0;
}

a.right {
    position: absolute;
    right: 15px;
    top: 42px;
    color: #fff;
    z-index: 1111111;
}
a.left {
    position: absolute;
    left: 15px;
    top: 42px;
    color: #fff;
    z-index: 1111111;
}

.fade:not(.show) {
    opacity: 1;
}




.rating {
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(images/rating.png) no-repeat;
    left: 50%;
    right: 50%;
    margin-left: -55px;
}
.rating > span:hover {
    position: absolute;
    height: 17px;
    left: 0;    
    cursor: pointer;
    background: url(images/rating_h.png) no-repeat left;
}
.rating > span.hov1 {
    width: 19px;
    display: inline-block;
    position: absolute;
    height: 17px;
    left: 0;
    z-index: 5; 
}
.rating > span.hov2 {
    width: 38px;
    display: inline-block;
    position: absolute;
    height: 17px;
    left: 0;
    z-index: 4;     
}
.rating > span.hov3 {
    width: 57px;
    display: inline-block;
    position: absolute;
    height: 17px;
    left: 0;
    z-index: 3;     
}
.rating span.hov4 {
    width: 76px;
    display: inline-block;
    position: absolute;
    height: 17px;
    left: 0;    
    z-index: 2; 

}
.rating span.hov5 {
    width: 94px;
    display: inline-block;
    position: absolute;
    height: 17px;
    left: 0;    
    z-index: 1; 
}
.rating p {
    position: absolute;
    right: -30px;
    top: -4px;
    font-size: 17px;
}

.sidebar > .navbar {
    flex-direction: column;
    align-items: baseline;
}

.bcrumbs {
    background: #f6eeeb;
    font-size: 13px;
    padding: 3px 15px;
    margin: 3px 0;
    color: #7f7771;
}
.bcrumbs a {
    color: var(--two);
}
.bcrumbs span {
    margin-right: 10px;
    overflow: visible;
}
.bcrumbs span i {
    font-style: normal;
}
.icon-angle-double-right:before {
    content: '\203A';
}



.alignleft {
    margin: 5px 20px 10px 0;
    float: left;
    
}
.alignright {
    margin: 5px 0px 10px 20px;
    float: right;
}
.aligncenter {
    margin: 20px auto;
    display: block;
}
img.aligncenter,img.alignright,img.alignleft {
    clear: both;
    border-radius: 5px;
    border: 2px #ecdbce solid;
    height: auto;
    transition: 0.4s;
    width:250px;
}
.aligncenter:hover,.alignright:hover,.alignleft:hover {
    transition: 0.4s;
    background: 
    linear-gradient(white, white) padding-box,
    linear-gradient(330deg, var(--two) 50%, var(--three) ) border-box;;
    border: 2px solid transparent;
}
.tabs_colum .crp_related {display: none;} 
.crp_related ul li:before {
    content: '';
}  
.crp_related ul li {padding: 0}



.product_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    margin: 30px 0;
}
.product_item {
    width: 280px;
    border:1px #eee solid;
    margin: 0 10px 20px 10px;
    padding: 15px;
    background: #fff;
    text-align: center;
    transition: 0.3s;
}
.product_item .prod_title {
    font-size: 20px;
    display: block;
    color: var(--two);
}
.product_item img {
    width: 200px;
    height: auto;
}
.product_item .pi_bot {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: #000;
}
.product_item .pi_bot svg {
    font-size: 30px;
    color: var(--one);
}
.product_item:hover {
    box-shadow: 0 0 3px 3px #f4f4f4;
    margin-top: -3px;
    transition: 0.3s;
}
.product_item:hover .pi_bot svg {
    color: var(--two);
}
ul.home-medicines-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}
ul.home-medicines-list li {
    padding: 0;
    margin: 0;
    width: 275px;
}
ul.home-medicines-list li:before {
    content: '';
}
ul.home-medicines-list li a {
    background: #fff;
    border: 2px #ecdbce solid;
    display: block;
    padding: 10px;
    margin: 10px;
    text-align: center;
}
ul.home-medicines-list li a span {
    clear: both;
    display: block;
    font-size: 20px;
    font-weight: bold;
}
ul.home-medicines-list img {
    margin: 0;
    padding: 0;
    width: 170px;
    height: auto;
}

.main_products {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin: 30px 0;
}
.main_products .itemblock {
    background: #fff;
    border: 2px #ecdbce solid;
    display: block;
    padding: 10px;
    margin: 15px 0;
    text-align: center;
    width: 244px;
    font-weight: bold;
}
.main_products .itemblock img {
    margin: 0 -10px;
    width: 240px;
    height: auto;
}
.main_products .itemblock span.htab {
    display: block;
    font-size: 18px;
}

.main_products .itemblock .price_buy {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0px 10px;
    font-weight: normal;
}
.main_products .itemblock .price_buy svg {
    font-size: 20px;
    color: var(--two);
}









@media(max-width: 992px) {
    .comment-respond input[type="text"], input[type="email"], input[type="url"] {
        width: 100%;
    }
    .searchform input[type=text] {
        width: 100%;
    }
    .c_menu {
        min-height: auto;
    }
    .navbar {
       min-height: auto;
       margin: 10px 0;
    }
    .top_line {
        height: auto;
    }
    .top_info {
        justify-content: flex-end;
    }
    .navbar-toggler {
        padding: 0;
        font-size: 1.25rem;
        line-height: 1;
        background-color: none;
        border: none;
        background: none !important;
        color: var(--one) !important;
    }

    ul.main_menu {
        margin: 20px 0 0 0;
        margin-left: auto;
        display: flex;
        flex-direction: column;
        background: #fff;
        padding: 10px 10px 0 10px;
        border: none;
    }
    ul.main_menu li  {
        line-height:35px;
        height: auto;
        display: block;
    }
    ul.main_menu li a {
        line-height:30px;
        height: auto;
        padding: 0 5px;
    }
    ul.dropdown-menu {
        display: block;
        position: relative;
        min-width: auto;
        width: 100%;
    }
    ul.main_menu li.linkprod {
        background: none;
        margin: 0 0 10px 0;
    }
    h1.entry-title {
        margin-top: 20px;
    }
    ul.main_menu li.shopping_cart {
        background: none;
    }
    ul.main_menu li.linkprod  {
        outline:none;
    }
    .searchform {
        margin: 10px 0;
    }
    span.wt:before {
        width: 100%;
    }
    .sidebar > .navbar {
        align-items: baseline;
        flex-direction: inherit;
    }
    .sidebar  .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,78, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
    }
    .top_header {
        background: none;
        overflow: hidden;
    }
    h1.head_h {
        font-size: 30px;
        font-weight: bold;
        margin: 10px 0;
        line-height: 33px;
        background:var(--two);
       -webkit-background-clip: text;
       -webkit-text-fill-color: transparent;
        max-width: 100%;
        padding: 0;
    }

    p.head_txt {
        font-size: 14px;
        color: #636363;
        max-width: 100%;
    }
    .head_blocks {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding-right: 0px; 
    }
    ul.main_menu li.linkprod:hover {
        background: none;
    }
    img.aligncenter,img.alignright,img.alignleft {
        idth:180px !important;
    }
    .main_products {
        justify-content: center;
        margin: 15px;
    }

}