html {
}

body {
    background: #fef9f5;
    color: #323230;
    font-size: 17px;

}

:root {
    --one: #d95d37;
    --two: #3aa2da;
    --bl: #3aa2da;
    --br: #272425;
}
h1,h2,h3,h4,h5 {
    color: var(--one);
}
h1,h2,h3,h4,h5 {
    font-weight: 500;
    margin:0px 0 10px 0;
    padding: 5px 0 ;
    position: relative;
    text-align: left;
    clear: both;

}

h1 {font-size: 2rem;}
h2 {font-size: 1.8rem;}
h3 {font-size: 1.6rem}
h4 {font-size: 1.4rem}
h5 {font-size: 1.2rem}



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

a.logo {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
a.logo span {
  font-size: 1.8rem;
  line-height: 60px;
  margin-left: 15px;
  color: var(--one);
}
a.logo img {
  height: 60px;
}
.bg_header {
    background: url(images/bg_header.png) no-repeat;
    position: absolute;
    width: 100%;
    height: 527px;
    z-index: 11;
    bottom: 0;
    left: 40px;
}




.bg_top_header {
    background: linear-gradient(to right, #fff7f2 0%, #fff7f2 50%, var(--br) 50%) ;
}
.top_left {
    background: #fff7f2;
    height:  600px;
}
.top_phone {
    position: absolute;
    top: 180px;
    display: flex;
    flex-direction: row;
    z-index: 111;
    align-items: center;
}
.top_phone a {
    text-decoration: none;
    font-size: 1.7rem;
    transform: scale(1, 1.5);
    font-weight: 400;
    color: #ff8046;
}
.top_phone img {
    width: 40px;
    height: auto;
}

.top_right {
    background: #272425;
    height: 600px;
}
.items_advert {
    display: flex;
    flex-flow: column wrap;
    position: absolute;
    top: 150px;
    right: 50px;
	z-index:1111;
}
.item_advert {
    display: flex;
    flex-flow: wrap column;
    align-items: center;
    margin-bottom: 30px;
}
.item_advert img {
    width: 70px;
}
.item_advert span {
    font-size: 1.5rem;
    color: #fff;
}
.bg_bottom_header {
    background: linear-gradient(to right, var(--br) 0%, var(--br) 50%, var(--one) 50%);
}
.bottom_left {
    background: var(--br) ;
    height:  70px;
}
.bottom_right {
    background: var(--one);
    height: 70px;
}

.top_menu {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0 0;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    width: 100%;
}

ul.main_menu {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    list-style: none;
    align-items: center;
}
ul.main_menu li {
  margin:0 5px
}
ul.main_menu li a {
    color: #fff;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 100;
    transition: 0.2s;
    background: var(--one);
    display: inline-block;
}
ul.main_menu li a:hover {
    background: var(--two);
    transition: 0.2s;
}

 
.search_form {
    position: relative;
    margin: 10px 0;
}
.search_form input[type=text] {
    background: #3b3739;
    height: 50px;
    padding: 0 30px;
    color: #fff;
    border: none;
    width: 100%;
}
.search_form button {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #3b3739;
    line-height: 22px;
    height: 50px;
    padding: 0 15px;
    border-radius: 0;
}
.search_form button:hover {
    background: var(--one);
}
.search_form svg {
    width: 30px;
    height: auto;
    fill: #828182;
}
.search_form button:hover svg {
    fill: #fff;
}
a.dropmenu_product {
  margin: 10px 0;
  background: #ff7349;
  height: 50px;
  line-height: 50px;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  color: #fff;
  text-decoration: none;
  font-size: 1.7rem;
}
a.dropmenu_product img {
  width: 24px;
}
nav.navbar {
  padding: 0;
}
.menu_product ul {
  margin: 0;
  right: 0;
  left: auto !important;
  border: none;
  padding: 5px;
  background: #ff7349;
  width: max-content;
  min-width: 100%;
  border-radius: 0;
}
.menu_product ul li {

}
.menu_product ul li a {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 5px;
  background: #fff;
  text-decoration: none;
  color: var(--one);
  font-size: 1.2rem;
  align-items: center;
  padding: 0 15px;

}
.dropdown-menu {
    margin-top: 0!important;
}
.menu_product ul li:nth-last-child(1) a {
  margin: 0;
}
.menu_product ul li img {
  width: 50px;
  height: 50px;
}
.menu_product ul li a span {
  flex-grow: 1;
  display: flex;
  justify-content: end;
}
.menu_product ul li a span span {
  margin: 0 0 0 15px;
}
ul.top_product {
    margin: 50px 0 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: row wrap;
}
ul.top_product li {
    margin: 0 5px 0 0;
    padding: 0;
}
ul.top_product li img {
    border-radius: 10px;
    border: 3px var(--bl) solid;
}
ul.top_product li img:hover {
    transition: 0.2s;
    border: 3px var(--one) solid;
}
ul.top_product li span {
    display: none;
}
.advant {
  display: flex;
  flex-flow: column wrap;
  width: fit-content;
}
.advant .items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.advant img {
  width: 70px;
  height: auto;
}
.advant span {
  color: #fff;
  font-size: 1.3rem;
  text-transform: uppercase;
  margin: 5px 0 0 0;
  font-weight: 100;
  color: var(--bl);
}





.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: "\2713";
    left: 0;
    color: var(--two);
    top: 3px;
    font-size: 12px;
    transition: 0.3s;
}


.shopping_cart {
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.shopping_cart img {
    width: 26px;
    height: auto;
    margin-right: 10px;
}





.footer .paysis {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 5px 0;
}
.footer .paysis img {
    margin: 5px !important;
    width: 65px;
    height: auto;
    border: 1px #fff solid;
}
.footer .paysis img:hover {
    filter: grayscale(0);
    transition: 0.3s;
}

.footer {
    padding: 15px 0;
    margin-top: 15px;
    background: #211d1d;
    color: #fff;
}

.footer span.wt {
    color: #fff;
    margin: 0  0 10px 15px;
    font-size: 1.3rem;
    display: block;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer li {
    position: relative;
    padding-left: 15px;
}
.footer li a {
    text-decoration: none;
    position: relative;
    color: var(--two);
}
.footer li a:hover {
    color: var(--one);
}
/*.footer li a:after {
    position: absolute;
    content: "\00BB";
    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;
}
.footer img {
    width: 55px;
    height: auto;
    fill: #fff;
    margin: 20px auto;
    display: block;
    transition: 0.5s;
}
.footer a {
  text-decoration: none;
}

.footer a.tel {
    font-size: 25px;
    font-weight: 500;
    display: block;
    color: #fff;
    margin-bottom: 15px;
}
.entry-content {
    text-align: justify;
}
[type=button], [type=reset], [type=submit], button {

}
.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%;
}
.comment-respond textarea {border:1px #ccc solid;padding:0 10px;width:100%;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;
}
.comment-respond input[type=submit] {
  background: var(--one);
  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 .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 {
    min-height: 40px;
    line-height: 44px;
    text-align: center;
    border: 1px #fcebdd solid;
    margin: 7px 0 !important;
    background: #fff;

}
.popular {
    background: #fce4ca;
    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(--one);
    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(--bl);
}
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;
}

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: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;
}

.content-area {
    position: relative;
    text-align: justify;
    background: #fff;
    border: 1px #fdf0e5 solid;
    padding: 15px;
}
.tabs_colum {
  position: relative;
}

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


.alignleft {
    margin: 10px 20px 5px 0;
    float: left;
    
}
.alignright {
    margin: 10px 0px 5px 20px;
    float: right;
}
.aligncenter {
    margin: 20px auto;
    display: block;
}
img.aligncenter,img.alignright,img.alignleft {
    clear: both;
    height: auto;
    max-width: 300px;
}
.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);
}



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


@media(max-width: 1400px) {
	.bg_header {
    left: -200px;
}
}

@media(max-width: 992px) {
  .search_form {
    margin: 15px 0 0 0 ;
  }
  a.dropmenu_product {

  }
  .menu_product ul {
    width: 100%;
  }
  .navbar-toggler {
    width: 30px;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
  }
  .navbar-toggler:hover {
    background: none;
    border: none;
    outline: none;
    color: transparent;
  } 
  ul.main_menu {
    flex-direction: column;
  }
  ul.top_product {
    display: none;
  }
  .bg_header {
    background: none;
  }
  .bg_gradient {
    background: none;
  }
  .top_header {
    background: #ffaf54;
    height: auto;
  }
  ul.main_menu {
    margin: 15px 0 0 0;
  }
  ul.main_menu li {
    width: 100%;
    margin: 0 0 3px 0;
  }
  ul.main_menu li.shopping_cart {
    width: 100%;
  }
  ul.main_menu li a {
    display: block;
    width: 100%;
  }
  .bg_top_header {
    background: var(--br);
  }
  .bg_header {
    display: none;
  }
  .top_menu {
    position: relative;
    margin: 10px 0;
  }
  .bg_bottom_header {
    background: var(--one);
  }
}





ul.catmenu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
}
ul.catmenu li {
    padding: 0;
    margin: 0;
    width: 275px;
}
ul.catmenu li:before {
    content: '';
}
ul.catmenu li a {
    background: #fff;
    border: 2px var(--one) solid;
    display: block;
    padding: 10px;
    margin: 10px;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
}
ul.catmenu li a:hover {
    border: 2px var(--bl) solid;
    transition: 0.2s;
} 
ul.catmenu li a span {
    clear: both;
    display: block;
    font-size: 20px;
    font-weight: bold;
}
ul.catmenu img {
    margin: 0;
    padding: 0;
    width: 170px;
    height: auto;
}


.autor {
  margin: 15px 0;
  padding: 15px;
border: 2px var(--one) 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;
}

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 #fcebdd  dashed;
  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: "";
}


.sub-footer {
  background: #141111;
  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: var(--two);
  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: var(--one);
  }
}