html {
}

body {
    background: #fff;
    color: #323230;
}
:root {
    --one: #d76254; 
    --two: #5dc3ed;
}
h1,h2,h3,h4,h5 {
    color: var(--one);
}
h1,h2,h3,h4,h5 {
    font-weight: normal;
    margin:15px 0 10px 0;
    padding: 0 0 10px;
    position: relative;
    text-align: center;
}
h1:before,h2:before,h3:before,h4:before,h5:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 3px;
    background: var(--two);
    left: 45%;
    width: 10%;
}
h1 {font-size: 33px;}
h2 {font-size: 29px;}
h3 {font-size: 25px}
h4 {font-size: 21px}
h5 {font-size: 17px}



h1.entry-title {

}


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

.oh {
    overflow: hidden;
}
.top_line {
    height: 120px;
    position: relative;
}
.top_line::before {
    content: '';
    position: absolute;
    background: var(--one);
    left: -100%;
    width: 100%;
    height: 100px;
}
.top_line::after {
    content: '';
    position: absolute;
    background: var(--two);
    right: -100%;
    width: 100%;
    height: 50px;
    top: 70px;
}

.top_line .logo {
    height: 100px;
    background: var(--one);
    position: relative;
    line-height: 90px;
}
.top_line .logo::before {
    display: block;
    content: "";
    width: 100%;
    height: 100px;
    background: var(--one);
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(10px) skewX(-190deg);
    transform-origin: left;
}

.top_line .logo a {
    position: relative;
}
.top_line .logo img {
    width: 60px;
}
.top_line .logo a span {
    color: #fff;
    font-size: 20px;
    margin-left: 20px;
    text-transform: uppercase;
}

.content-area ul {
    margin: 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: "\2713";
    left: 0;
    color: var(--one);
}

.topitems {
    display: flex;
    flex-wrap: wrap;
    margin-left:30px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    font-weight: bold;
}
.top_item {
   
}
.top_item svg {
    fill: #d76254;
    width: 35px;
    height: auto;
}
.top_item span {
    font-size: 12px;
    padding-left: 10px;
    text-transform: uppercase;
    color: var(--one);
}
.bg_top_info {
    background: #d76254a6;
    margin-top: 230px;
}
.top_info {
    display: flex;
    flex-wrap: wrap;
    margin-left:30px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    line-height: 70px;
    height: 70px;
}
.top_info_item {
   
}
.top_info_item svg {
    font-size: 40px;
    color: #fff;
}
.top_info_item span {
    font-size: 15px;
    padding-left: 20px;
    text-transform: uppercase;
    color:#fff;
}
.topheader {
    height: 380px;
    background: url(images/bg_topheader.jpg) no-repeat center;
}
.topheader_oll {
    height: 110px;
    background: url(images/bg_topheader_oll.jpg) no-repeat center;
}

.navbar {
    padding: 0;
}
.top_info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}


.c_menu {
    background: var(--one);
}
ul.main_menu {
    margin: 0 -15px 0 0 ;
    padding: 0;
    margin-left: auto;
    display: flex;
    width: 100%;
    background: var(--two);
}
ul.main_menu::before {
    display: block;
    content: "";
    width: 20px;
    height: 50px;
    background: var(--two);
    position: absolute;
    top: 0;
    left: -5px;
    transform: translateX(10px) skewX(-190deg);
    transform-origin: left;
}

ul.main_menu li {
    font-size: 17px;
    list-style: none;
    flex-direction: row;
    line-height: 50px;
    display: inline-block;
}
ul.main_menu li a {
    line-height: 50px;
    padding: 0 15px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    transition: .1s;
}
ul.main_menu li a:hover {
    color: var(--one);
}
ul.main_menu li.shopping_cart {
    background: var(--two);
} 
ul.main_menu li.linkprod {
   margin-right:auto;
   background: var(--two);
}



a.logo {
    font-size: 20px;
    text-transform: uppercase;
}
a.logo:hover {
    text-decoration: none;
    color: var(--one);
}
a.logo img {padding-right: 20px;}




.bg_menu_products {
    height: 50px;
    position: relative;
}
.bg_menu_products::before {
    content: '';
    position: absolute;
    background: var(--two);
    left: -100%;
    width: 100%;
    height: 50px;
}

ul.menu_products {
    background: var(--two);
    height: 50px;
    width: 100%;
    margin:0 0 0 -15px;
    color: #fff;
}
ul.menu_products::before {
    display: block;
    content: "";
    width: 50px;
    height: 50px;
    background: var(--two);
    position: absolute;
    top: 0;
    right: -17px;
    transform: translateX(10px) skewX(-190deg);
}
ul.menu_products li {
    color: #fff;

    line-height: 50px;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.menu_products li.dropdown a.nav-link {
    color: #fff;
    padding: 0 10px;
    text-align: right;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
}

/* 
ul.menu_products ul.dropdown-menu  {
    border-radius: 0 ;
    border:none;
    margin: 0;
    background: var(--two);
    width: 215px;
}
ul.menu_products ul.dropdown-menu li {
    display: block;
    line-height: 30px;
    height: 30px
}
ul.menu_products ul.dropdown-menu li a {
    display: block;
    line-height: 30px;
    height: 30px;
    padding: 0 15px 0 20px;
    color: #fff !important;
    text-transform: none;
    font-weight: normal;
    text-align: left;
} */



.dropdown-menu.show {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  right: 0;
  border-radius: 0;
  padding: 0;
  border: none;
  width: max-content;
  min-width: 100%;
  background: none;
}

ul.dropdown-menu li {
  position: relative;
  display: block;
}
ul.dropdown-menu li:after {
  content: "\00BB";
  position: absolute;
  right: 15px;
  top: 2px;
  color: var(--two);
}
ul.dropdown-menu li:not(:last-child) {
  margin-bottom: 3px;
}
ul.dropdown-menu li a {
  border: 2px var(--two) solid;
  display: flex;
  padding: 0 20px 0 15px !important;
  background: #fff;
}

ul.dropdown-menu li a:hover {
  color: var(--two) !important;
}
ul.dropdown-menu li a img {
  width: 40px;
  height: 40px;
  background: #fff;
  margin: 5px 10px 5px 0;
}

li.linkprod ul.dropdown-menu li a {
  padding: 0 15px 0 30px;
  color: var(--one);
  position: relative;
  width: max-content;
}

ul.dropdown-menu li a:hover {
  color: var(--one);
}
ul.dropdown-menu li ul.sub-menu {
  display: none;
} 
ul.dropdown-menu li:hover ul.sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0px;
  left: 100%;
  right: 0px;
  padding: 0;
  width: max-content;
}
ul.sub-menu li a {
  padding: 0 15px !important;
  background:#fff;
  margin-left: 3px;
}
ul.sub-menu li:after {
  content: "";
}
ul.sub-menu  span>span {
  padding-left: 5px;
}
ul.active {
  display: block;
}

/* scs */


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


.main_products {
    background: var(--two);
    padding: 15px 0 0 0;
}
.product_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.product_item {
    width: 200px;
    margin: 0 10px 20px 10px;
    padding: 15px;
    background: #fff;
    text-align: center;
    transition: 0.3s;
}
.product_item .prod_title {
    font-size: 18px;
    display: block;
    color: var(--one);
}
.product_item img {
    width: 150px;
    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: var(--one);
}
.product_item .pi_bot svg {
    width: 30px;
    fill: var(--one);
}
.product_item:hover svg {
    fill: var(--two)
}

.product_item:hover .pi_bot svg {
    color: var(--two);
}
@media(max-width: 992px) {
    .oh {
        background: var(--one);
    }
    .cartwidget svg {
        fill: #fff;
        width: 35px;
        height: auto;
    }
    .cartwidget a {
        color: #fff;
    }
    .top_line::after {
        display: none;
    }
    .top_line .logo img {
        width: 45px;
    }
    .top_line .logo a span {
        color: #fff;
        font-size: 17px;
        margin-left: 15px;
        text-transform: uppercase;
    }
    .navbar {
        padding: 0;
        margin: 0;
    }
    .top_line {
        padding: 15px;
    }
    .top_line .logo {
        height: auto;
        line-height: normal;
    }
    .topheader {
        background: var(--two);
        height: auto;
    }
    .topheader_oll {
        background: var(--two);
        height: auto;
    }
    .bg_menu_products {
        height: auto;
    }
    .bg_menu_products nav {
        line-height: 50px
    }
    /* ul.menu_products::before {
        display: none;
    }
    ul.menu_products li {
        height: auto;
    }
    ul.menu_products {
        margin: 0;
        padding: 0;
    }
    ul.menu_products ul.dropdown-menu li a {
        padding: 0;
    } */
    .top_line .logo::before,ul.main_menu::before {
        display: none;
    }
    ul.main_menu li a {
        line-height: 40px;
        height: auto;
        padding: 0 15px;
    }
    .prodspan {
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
    }
}


.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);
}


.footer {
    background: linear-gradient(100deg, var(--one) 73%, var(--two) 73.1% );
    color: #fff;
    padding: 30px 0;
}

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

.footer ul {
    list-style: none;
    margin: 0 0 15px 0 ;
    padding: 0;
}
.footer li {
    position: relative;
    padding-left: 20px;
}
.footer li a {
    text-decoration: none;
    position: relative;
    transition: all 0.2s;
    font-size: 18px;
    color: #fff;
    line-height:30px;
}
.footer li a:hover {

}
.footer li a:before {
    position: absolute;
    content: "\2713";
    left: -20px;
    color: var(--two);
}
.footer li a:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 1px;
    bottom: 0;
    right: 0;
    background: #fff;
    transition: all 0.3s;
    opacity: 0.5;
}
.footer li a:hover:after {
    right: 0;
    transition: all 0.3s;
    width: 100%;
}

.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;
}
.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);
}




@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(--one);
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.th div:nth-child(1) {text-align: left;}

.td {
    background: #fff;
    min-height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    border: 2px #d4f0f9 solid;
}
.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(--two);
    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(--one);
}
.td a {border:none;}
.bonuses {margin-bottom: 10px !important;}
.bonuses  {
    font-size: 13px;
    text-align: center;
    background: #d4f0f9;
}
.bonuses div span.left {float: left; padding: 5px 0; color: #8c8c8c}
.bonuses div span.right {float: right; padding: 5px 0; color: #8c8c8c;}

.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: #ddf9ed;
}

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 {opacity: 0.9}
input.continue {
    background: var(--one);
    color: #fff;
    padding: 10px 15px;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 200px;
    margin: 20px 0 0 0;
}
 input.continue:hover {opacity: 0.9}
ul.all-bonuses {
    margin: 20px 0;
 }
ul.all-bonuses li {
    color: #a5a3a3;
  }
  ul.all-bonuses li.active {
    color: var(--one)
  }
span.tabh {
    background: #35bed4;
    color: #fff;
    padding: 7px 20px;
    margin: 30px 0 5px 0;
    text-align: center;
    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;
}


.searchform {
    position: relative;
}
.searchform input[type=text] {
    background: #fff;
    height: 30px;
    width: 250px;
    padding: 0 10px;
    font-size: 13px;
    color: #0c0c0c;
    border: 1px var(--one) solid;
    border-radius: 0px;
}
.searchform button {
    border: none;
    display: block;
    position: absolute;
    right: 10px;
    padding: 0;
    top: -3px;
    color: var(--one);
    background: transparent;
}
.searchform button:hover,button:link,button:focus {
    background: transparent;
    color: var(--two);
}
.searchform button svg {
    width: 20px;
    height: auto;
}

.searchform button span {
    
    margin: 0;
}

.rating {
    position: absolute;
    width: 200px;
    height: 17px;
    background: url(images/rating.png) no-repeat;
    left: 15px;
}
.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;
}

@media(max-width: 992px) {
    .searchform input[type=text] {
        width: 100%;
    }
    
    .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;
        z-index: 111111111111;
    }
    ul.main_menu {
        margin: 20px 0 ;
        padding: 0;
        margin-left: auto;
        display: flex;
        flex-direction: column;
    }
    ul.main_menu li  {
        line-height:30px;
        height: auto;
        display: block;
    }
    ul.dropdown-menu {
        display: block;
        position: relative;
    }
    ul.main_menu li.linkprod {
        background: none;
    }
    body {
        background-image: none;
    }

    ul.main_menu li.shopping_cart {
        background: none;
    }
    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;
    }
    /*  */
    ul.dropdown-menu li:hover ul.sub-menu {
      position: relative;
      top: 0px;
      left: 0;
      padding: 2px 0 10px 0;
      width: 100%;
    }
    ul.sub-menu li a {
      margin-left: 0px;
  }
    /* ul.dropdown-menu li::after {
      content: '';
      width: 0;
      height: 0;
    } */
    a:hover::before {
      width: 0;
    }
    ul.sub-menu li {
      margin: 0;
    }
    .bg_body::before {
      height: 110px;
  }
  ul.dropdown-menu {
    display: block;
    position: relative;
    min-width: auto;
    width: 100%;
    margin:  0;
    background: no-repeat;
    padding: 0 0 15px 0px;
    border: 0;
  }
   /*  */
}

.alignleft {
    margin: 5px 20px 10px 0;
    float: left;
    clear: both;
    border: 2px var(--two) solid;
    width: 250px;
    height: auto;
}
.alignright {
    margin: 5px 0px 10px 20px;
    float: right;
    clear: both;
    border: 2px var(--two) solid;
    width: 250px;
    height: auto;
}
.aligncenter {
    margin: 20px auto;
    display: block;
    clear: both;
    border: 2px var(--two) solid;
    width: 250px;
    height: auto;
}


.bcrumb {
  font-size: 14px;
  padding: 3px 0px;
  margin: 3px 0;
}

.bcrumb a {
  color: var(--one);
}

.bcrumb span {
  margin-right: 10px;
  overflow: visible;
}

.bcrumb span i {
  font-style: normal;
}

.icon-angle-double-right:before {
  content: '\203A';
}

ul.catmenu {
  margin: 30px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
ul.catmenu li {
  border: 2px var(--two) solid;
  padding: 15px;
  width: calc((100% - 30px * 2) / 3);
}
ul.catmenu li::before {
  content: '';
}
ul.catmenu li a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
ul.catmenu li a span {
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  align-items: center;
  font-weight: bold;
}
ul.catmenu li a span span {
  font-weight: normal;
}
@media(max-width: 992px) {
  ul.catmenu li {
    width: 100%;
  }
}


.autor {
  margin: 15px 0;
  padding: 15px;
  border: 2px #d4f0f9  solid;
  width: 100%;
  overflow: hidden;
  line-height: 25px;
}
.autor h3 {
  margin: 0 0 15px 0;
  padding: 0;
}

.autor img {
  width: 150px;
  height: auto;
  float: left;
  margin: 0 15px 5px 0;
}







.price__container {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 30px;
}

ul.price__list {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
  padding: 0;
  list-style: none;
}

ul.price__list li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  align-items: center;
  border-bottom: 1px #d4f0f9  solid;
  line-height: normal;
  padding: 5px 0;
}

ul.price__list li p {
  margin: 0;
  line-height: normal;
}
.price__image {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
  align-items: center;
}
.price__image img {
  width: fit-content;
  max-width: 100%;
}

.content-area ul.price__list li:before {
  content: "";
}

@media(max-width: 992px) {
.price__container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
}
	.pricebody {
    grid-row: 2;
}
	.price__info {
		grid-row: 1;
	}
}


.sub-footer {
  background: #2a2a2a;
  padding: 15px 0;
}

.sub-footer__images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

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


.btn-up {
  position: fixed;
  background-color: #5dc3ed;
  right: 20px;
  bottom: 20px;
  border-radius: 0;
  cursor: pointer;
  width: 44px;
  height: 44px;
  transition: background-color .2s ease-in-out;
}

.btn-up::before {
  content: "";
  text-align: center;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 12px;
  top: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 17V4M3 10l7-7 7 7'/%3E%3C/g%3E%3C/svg%3E");
}

.btn-up_hide {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .btn-up:hover {
    background-color: #d76254;
  }
}