html {
}

body {
	background: #f8f8f8;
	color: #323230;
}
:root {
    --one: #1f2d42; 
    --two: #fe632a;
}
h1,h2,h3,h4,h5 {
	color: var(--one);
}
h1,h2,h3,h4,h5 {
    font-weight: normal;
    margin:15px 0px;
    padding: 0 0 10px;
    position: relative;
    letter-spacing: 1px;
    border-bottom: 2px solid var(--two);
}
h1 {font-size: 30px;}
h2 {font-size: 22px;}
h3 {font-size: 24px}
h4 {font-size: 20px}
h5 {font-size: 17px}


h1:before, h3:before, h4:before, h5:before  {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0%;
    width: 170px;
    height: 80%;
    border-bottom: 2px solid var(--one);
}

a:link,a:visited,a:active,a:focus {	
	color: var(--one);
}
a:hover {
	color: var(--two);
}


.top_line {
	height: 85px;
    background: url(images/topline.jpg) no-repeat center;
}
.top_line a.logo {
    color: #fff;
}
.top_line a.logo:hover {
    color: #fff;
}
.top_line a.logo span {
   
}
.top_line svg {
    color: #fff;
    font-size: 30px;
}
ul.main_menu {
	margin: 35px 0 0 0;
	padding: 0;
	margin-left: auto;
	display: flex;
}
ul.main_menu li {
	font-size: 17px;
	list-style: none;
	flex-direction: row;
	line-height: 50px;
    display: inline-block;
    font-weight: 100;
}
ul.main_menu li a {
	line-height: 50px;
	padding: 0 20px;
	display: inline-block;
    color: var(--one);
    text-decoration: none;
    transition: .3s;
}
ul.main_menu li a:hover {
	color: #fff;
	background: var(--two);
}
ul.main_menu li.dropdown {
    text-transform: uppercase;
} 
ul.main_menu li.dropdown a {
    color: var(--one);
    font-weight: 500;
}
ul.main_menu li.shopping_cart {
    background: var(--two);
    color: #fff;
}
ul.main_menu li.shopping_cart a {
    color: #fff;
}
.dropdown-menu {
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: none;
    right: 0;
    left: auto;
    min-width: 245px;
    background: var(--two);
}
ul.dropdown-menu li  {
    display: block;
}
ul.dropdown-menu  li a {
    padding: 0 15px;
    color: #000;
    display: block;
    border: 1px var(--one) solid;
    margin: 5px;
    text-transform: none;
    background: #fff;
}
ul.dropdown-menu  li a:hover {
    color: #fff;
}
ul.dropdown-menu li a img {
    width: 40px;
    height: auto;
}


.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: "\2218";
    left: 0;
    color: var(--two);
}
.sidebar ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}
.sidebar ul li {
    padding: 0 0 0 20px;
    position: relative;
}
.sidebar ul li:before {
    position: absolute;
    content: "\2218";
    left: 0;
    color: var(--two);
}


.searchform {
    padding: 0px;
    border-radius: 0px;
    height: 35px;
    line-height: normal;
    position: relative;
}
.searchform input[type=text] {
    background: #fff;
    height: 30px;
    width: 100%;
    padding: 0 10px;
    font-size: 13px;
    color: #0c0c0c;
    border: 1px #fc6900 solid;
}
.searchform button {
    border: none;
    display: block;
    position: absolute;
    right: 10px;
    padding: 0;
    top: 4px;
    color: #000;
    font-size: 12px;
    background: transparent;
}
.searchform button:hover,button:link,button:focus {
    background: transparent;
    color: #ff7f2b;
}
.searchform button svg {
    font-size: 14px
}

.searchform button span {
    
    margin: 0;
}

.shopcart img {
    width: 30px;
    height: auto;
}
.topheader {
    height: 355px;
    background: url(images/bg_header.jpg) no-repeat center;
}
.navbar {
    padding: 0;
}
.headadw {
    min-height: 45px;
    color: #fff;
    line-height: 45px;
}
.topitems {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px;
}
.top_item svg {font-size: 20px}
.top_item span {
    font-size: 13px;
    padding-left: 10px;
    text-transform: uppercase;
}
.toppost {
    background: var(--one);
    text-align: center;
    margin-top: -45px;
}
.toppost a.prodh {
    display: block;
    color: #fff;
    background: var(--two);
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
}
.toppost img {
    margin: 0 auto;
}
.conthead {
	position: relative;
}
a.logo {
	font-size: 13px;
	text-transform: uppercase;
}
a.logo:hover {
	text-decoration: none;
	color: var(--one);
}
a.logo img {padding-right: 15px;}
.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 0px;
    line-height: 16px;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 2px var(--one) solid;
}


span.wt:before  {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0%;
    width: 170px;
    border-bottom: 2px solid var(--two);
}


.sidebar {
	padding: 0 15px;
	margin: 15px 0;
}

.sidebar section {
	padding: 15px 0  10px 0;
}                       
.infoblock {
    background: #fff;
    border: 1px #dee1e6 solid;
    padding: 15px;
    text-align: justify;
    font-size: 14px;
    margin-bottom: 30px;
}
.infoblock a.prodh {
    display: block;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px #dee1e6 solid;
    padding-bottom: 10px;
}
.infoblock a.prodh:hover {
    text-decoration: none;
}
.infoblock img {
    margin: 5px auto;
    display: block;
}
.buybtn {
    background: url(images/bg_price.jpg) no-repeat right;
    display: flex;
    justify-content: space-between;
    padding: 5px 30px;
    align-items: center;
    font-size: 20px;
    color: #fff;
}
.buybtn img {
    width: 35px;
    height: auto;
}


.footer {
	background: var(--one);
	color: var(--two);
    font-size: 13px;
    padding: 5px 0;
    line-height: 35px;
}
.footer img {
    float: right;
}

.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;
}
.comment-respond input[type=submit] {
   background: var(--one);
    color: #fff;
    padding: 10px 20px;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    margin: 15px 0;
}





@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;
	}
}



@media(max-width: 992px) {
	.navbar {
	    padding: 0;
	    z-index: 1111;
	    margin: 10px 0;
	}
	.top_line {
		height: auto;
        background: var(--one);
	}
	.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 ;
    padding: 0;
    margin-left: auto;
    display: flex;
    flex-direction: column;
}
	ul.main_menu li  {
        display: block;
	}
	ul.main_menu li a {
        color: #fff;
        padding: 0;
    }
    ul.main_menu li.dropdown a {
        color: #fff;
    }
    .dropdown-menu {
        display: block;
        position: relative;
        float: none;
        background: none;
    }
    ul.dropdown-menu li a {
        background: none;
    }
    ul.main_menu li.dropdown  {
        height: auto;
        line-height: auto;
    }

    body {
        background-image: none;
    }
    h1.entry-title {
        margin-top: 20px;
    }
    ul.main_menu li.shopping_cart {
    background: none;
}
}


.l_sup {
    color: var(--one);
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 11111111111;
    font-size: 35px;
    opacity: 0.8;
}
.l_sup:hover {
	opacity: 1
}
.l_sup span {padding: 0 5px;}









.alignleft {
	margin: 5px 20px 10px 0;
	float: left;
	clear: both;
    outline: 1px var(--two) solid;
    border: 2px #fff solid;
}
.alignright {
	margin: 5px 0px 10px 20px;
	float: right;
	clear: both;
}
.aligncenter {
	margin: 20px auto;
	display: block;
	clear: both;
}

ul.nav-tabs {
    margin: 0;
    padding: 0;
    border-bottom: 1px var(--one) solid;
}
ul.nav-tabs li:before {
    content: '';
}
ul.nav-tabs li {
    padding: 0px;
}
ul.nav-tabs li a {
    padding: 5px 20px;
    font-size: 20px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--one);
    border-color: var(--one);
}


.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;
}
.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: 23px;
    transition: 0.3s;
    line-height: 23px;
}
.td button:hover,button:link,button:visited,button:active,button:focus {
    color: var(--two);
}
.td a {border:none;}
.linepr {
    margin: 10px 0;
    border: 1px var(--one) solid;
}
.bonuses  {
    font-size: 13px;
    text-align: center;
    background: #f9f6ea;
    color: #40a004;
}
.bonuses div span.left {float: left; padding: 5px 0; }
.bonuses div span.right {float: right; padding: 5px 0;}

.td img {
    max-width: 80px;
    height: auto;
    margin: 10px;
}
.check {
    margin: 10px 0 !important;
}
.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 #d1eae0 solid;
    margin: 0px;
    background: #d1eae0;
}

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:  var(--one);
    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: var(--two);
    color: #fff;
    padding: 0px 20px;
    margin: 5px 0;
    text-align: center;
    font-size: 25px;
    font-weight: normal;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
}
.panel-heading a:hover {
    text-decoration: none;
}

.carousel-control-prev {
    position: absolute;
    right: 35px;
    top: 15px;
    color: #fff;
    z-index: 1111111;
    bottom: auto;
    left: auto;
    width: auto;
}
.carousel-control-next {
    position: absolute;
    right: 0px;
    top: 15px;
    z-index: 1111111;
    bottom: auto;
    width: auto;
}
.carousel-control-prev svg {
    font-size: 30px;
    color: var(--one);
}
.carousel-control-next svg {
    font-size: 30px;
    color: var(--one);
}
.cariselnavi {
    position: relative;
}


/*
.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 15px;
    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: #27a73d;
    display: block;
    font-size: 13px;
    position: relative;
    padding: 0 0 0 20px;
}
.tabscontent span.freebon:before {
	content: "\2218";
	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-bottom: 1px #f8f8f8 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(--one);
    padding: 0 5px;
    font-weight: normal;
    text-transform: unset;
    font-size: 17px;
    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: #3c9218;}
.bonuses div span.right {float: right; padding: 5px 0; color: #3c9218;}

.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;
}

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: var(--two);
    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: var(--two);
    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;
}*/