html {
}

body {
    background: #fffdf9; 
    color: #323230;
}

:root {
    --one: #ff5c1e; 
    --two: #80735a;
    --three:#d87f23;
}
h1,h2,h3,h4,h5 {
    color: var(--one);
}
h1,h2,h3,h4,h5 {
    font-weight: 100;
    margin:15px 0 10px 0;
    padding: 0 0 10px 0px;
    position: relative;
    border-bottom: 1px var(--one) solid;
    text-align: left;
    clear: both;

}
h1::before,h2::before,h3::before,h4::before,h5::before {
    content: '';
    position: absolute;
    height: 3px;
    width: 100px;
    background: var(--one);
    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(--three);
    text-decoration: none;
}

a::before {
    content: '';
    position: absolute;
    width: 0px;
    height: 1px;
    bottom: 0;
    right: 0;
    background: var(--one);
    transition: all 0.3s;
}
a:hover::before {
    right: 0;
    transition: all 0.3s;
    width: 100%;

}

.bg_body::before {
   content: '';
    width: 100%;
    height: 580px;
    position: absolute;
    top: 0;
    background: linear-gradient(to right,#292723 0%, #44413b 30%, #fffdf9 30%);
}
.bg_body_oll::before {
   content: '';
    width: 100%;
    height: 150px;
    position: absolute;
    top: 0;
    background: linear-gradient(to right,#292723 0%, #44413b 30%, #fffdf9 30%);
}
.top_line {
    background: #1f1e1c;
    min-height: 40px;
    line-height: 40px;
    color: #fff7e6;
    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: 20px;
    height: auto; 
    fill: #fff7e6;
}


.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 30px;
    display: inline-block;
    color: var(--two);
    text-decoration: none;
    transition: .3s;
    position: relative;

}
ul.main_menu li a:hover {
    color: var(--one);
}
ul.main_menu li::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 3px;
    bottom: 0;
    right: 0;
    background: var(--one);
    transition: all 0.3s;
}
ul.main_menu li:hover::after {
    right: 0;
    transition: all 0.3s;
    width: 100%;

}
ul.main_menu li.shopping_cart {
    background: var(--two);
} 
ul.main_menu li.linkprod {
    background: var(--one);

    transition: .3s;
}
ul.main_menu li.linkprod a {
    color: #fff;
}
ul.main_menu li.linkprod:hover {
    color: var(--one);
    transition: .3s;
}
ul.dropdown-menu  {
    border-radius: 0;
    padding: 0;
    border:none;
    min-width: 250px;
}
ul.dropdown-menu li {
    line-height: 40px;
    display: block;
}
ul.dropdown-menu li {
    border: 1px var(--one) solid;
    margin-bottom: 2px;
}
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;
}
ul.dropdown-menu li a:hover {
    color: 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: 40px;
    line-height: 40px;
    padding: 0 20px 0 50px;
    color: #fff;
    font-size: 18px;
    position: relative;
}

.shopcart svg {
    font-size: 25px;
    position: absolute;
    left: 11px;
    top: 11px;
    fill: #fff;
}

.top_header {
    height: 400px;
    background: url(images/bg_topheader.jpg) no-repeat center;
    margin-bottom: 30px;
    position: relative;
}
.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: "\21D2";
    left: 0;
    color: var(--three);
}
.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: space-around;
    margin: 15px 0;  
}
.footer .paysis img {
    margin: 5px !important;
    width: 68px;
    height: auto;
}
.footer {
    background: #36332e;
    color: #fff;
    padding: 30px 0;
    margin-top: 15px;
}

.footer span.wt {
    color: #fff;
}

.footer ul {
    list-style: none;
    margin: 0 0 15px 0 ;
    padding: 0;
}
.footer li {
    position: relative;
    padding-left: 15px;
}
.footer li a {
    text-decoration: none;
    position: relative;
    transition: all 0.2s;
    font-size: 14px;
    color: #fff;
}
.footer li a:hover {
    color: #fff;
}
.footer li a:after {
    position: absolute;
    content: "\21D2";
    left: -15px;
    color: var(--one);
}
.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;
}
.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(--three)
  }
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;
}


.searchform {
    padding: 0px;
    border-radius: 0px;
    height: 28px;
    line-height: normal;
    position: relative;
    margin: 6px 0;
}
.searchform input[type=text] {
    background: #46433e;
    height: 28px;
    padding: 0 10px;
    font-size: 13px;
    color: #ffffff;
    border: 1px #1f1e1c  solid;
    border-radius: 0px;
}
.searchform button {
   border: none;
    display: block;
    position: absolute;
    right: 10px;
    padding: 0;
    top: 0px;
    background: transparent;
    line-height: 22px;
}
.searchform svg {
    width: 15px;
    height: auto;
    fill: #707a82;
}
.searchform svg:hover {
    width: 15px;
    height: auto;
    fill: var(--one);
}



.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;
}

@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: 5px  15px;
        border: 1px #c5c5c5 solid;
    }
    ul.main_menu li  {
        line-height:30px;
        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%;
        margin: 10px 0 0 0
    }
    ul.main_menu li.linkprod {
        background: none;
        margin: 0 0 10px 0;
    }
    body {
        background-image: none;
    }
    h1.entry-title {
        margin-top: 20px;
    }
    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;
    }

}

.alignleft {
    margin: 5px 20px 10px 0;
    float: left;
    
}
.alignright {
    margin: 5px 0px 10px 20px;
    float: right;
}
.aligncenter {
    margin: 20px auto;
    display: block;
}
.aligncenter,.alignright,.alignleft {
    clear: both;
    border-radius: 0px;
    outline: 1px var(--one) solid;
    border-bottom: 3px var(--one) solid;
    height: auto;
    transition: 0.4s;
    width:190px;
}
.aligncenter:hover,.alignright:hover,.alignleft:hover {
    transition: 0.4s
}
.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);
}