html {
}

body {
	background: #fff;
	color: #323230;
}
:root {
    --one: #10d9f1; 
    --two: #4f7f8f;
}
h1,h2,h3,h4,h5 {
	color: var(--two);
}
h1,h2,h3,h4,h5 {
    font-weight: normal;
    margin: 20px 0px 10px 0;
    padding: 0 20px 0 0;
    position: relative;
    text-transform: uppercase;
    text-align: right;
    display: flex;
}

h1 {font-size: 30px;padding:0 30px 0 0  ;}
h2 {font-size: 22px;
    color: var(--two);
    border: none;
    padding: 0;
}
h3 {font-size: 20px}
h4 {font-size: 17px}
h5 {font-size: 15px}


h1:before, h3:before, h4:before, h5:before  {
    content: "\2713";
    position: absolute;
    top: 0%;
    right: 0%;
    color: var(--one);
}

a:link,a:visited,a:active,a:focus {	
	color: var(--one);
}
a:hover {
	color: var(--two);
}


.top_line {
	height: 58px;
    line-height: 55px;
    background: var(--one);
    border-bottom: 3px var(--two) solid;
}
.top_line a.logo {
    color: #fff;
}
.top_line a.logo:hover {
    color: #fff;
}
.top_line a.logo span {
   
}
ul.main_menu {
	margin: 0;
	padding: 0;
	margin-right: auto;
	display: flex;
}
ul.main_menu li {
	font-size: 14px;
    text-transform: uppercase;
	list-style: none;
	flex-direction: row;
	line-height: 55px;
    height: 55px;
    display: inline-block;
}
ul.main_menu li a {
	line-height: 55px;
	padding: 0 20px;
	display: inline-block;
    color: #fff;
    text-decoration: none;
    transition: .3s;
    
}
ul.main_menu li a:hover {
	color: #fff;
	background: var(--two);
    border-bottom: 3px var(--one) solid;
}
ul.main_menu li.dropdown {
    background: var(--two);
    text-transform: uppercase;
} 
ul.main_menu li.dropdown ul {
    text-align: right;
    flex-wrap: wrap;
    flex-direction: row;
    min-width: 500px;
}
ul.main_menu li.dropdown a {
    font-size: 14px;
}
.dropdown-menu {
    border-radius: 0;
    margin: 0;
    padding: 0 0 5px 0;
    border: none;
    right: 0;
    left: auto;
    min-width: 245px;
    background: var(--two);
}
ul.dropdown-menu li  {
    min-width: 245px;
}
@media(max-width: 768px) {
    ul.main_menu li.dropdown ul {
        min-width: auto;
    }
}
ul.dropdown-menu  li a {
    padding: 0 15px;
    display: block;
    margin: 5px;
    text-transform: none;
    border-bottom: 1px var(--one) solid;
}
ul.dropdown-menu  li a:hover {
    color: #fff;
    border-bottom: 1px var(--one) solid;
    padding-left: 25px;
}
ul.dropdown-menu li a img {
    width: 40px;
    height: auto;
    margin-left: 15px;
}

.content-area ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}
.content-area ul li {
    padding: 0 20px 0 0 ;
    position: relative;
}
.content-area ul li:before {
    position: absolute;
    content: "\2713";
    right: 0;
    color: var(--two);
}

.shopcart img {
    width: 30px;
    height: auto;
}
.topheader {
    height: 400px;
    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;

}
.top_item {
    background: var(--one);
    flex-grow: 1;
    flex-basis: 30%;
    margin: 15px 5px;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.top_item img {
    margin: 10px 15px;
}
.top_item span {
    font-size: 13px;
    padding-left: 10px;
    text-transform: uppercase;
    color: var(--two);
    font-weight: 500;
}
.conthead {
	position: relative;
}
a.logo {
	font-size: 20px;
	text-transform: uppercase;
}
a.logo:hover {
	text-decoration: none;
	color: var(--one);
}
a.logo img {padding-right: 20px;}
.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;
    display: block;
    padding: 0 0 10px 0px;
    line-height: 16px;
    position: relative;
}


span.wt:before  {
    content: "";
    position: absolute;
    top: 10%;
    left: 0%;
    width: 170px;
    height: 80%;
}

.bgsb {
    background: #fdfdfd;
}
.sidebar {
	padding: 0 15px;
	margin: 15px 0;
}

.sidebar section {
	padding: 15px 0  10px 0;
}                       
.infoblock {
    background: #fff;
    border: 2px var(--one) solid;
    padding: 15px;
    text-align: justify;
    font-size: 14px;
    margin: 15px 0;
}
.infoblock p {
    margin: 0;
}
.infoblock a.prodh {
    display: block;
    font-size: 20px;
    text-align: center;
    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(--two);
	color: #fff;
	padding: 30px 0;
    text-align: right;
}
.foot_bg {
    background: var(--two) url(images/bg_footer.jpg) no-repeat top center;
    margin: -30px 0;
}
.footer span.wt {
	color: #fff;
}

.footer span.wt::after {
    background: var(--two);
}
.footer ul {
	list-style: none;
	margin: 0 0 15px 0 ;
	padding: 0;
}
.footer li {
	position: relative;
}
.footer li a {
    text-decoration: none;
    position: relative;
    transition: all 0.6s;
    font-size: 17px;
    line-height: 33px;
    color: #fff;
}
.footer li a:hover {
    border-bottom: 1px var(--one) solid;
}


.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;
}
.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 {
	    padding: 0 5px;
	}
    ul.main_menu li.dropdown {
        padding-left: 20px;
    }
    .dropdown-menu {
        left: 0;
        right: auto;
        width: 100%
    }
    body {
        background-image: none;
    }
    h1.entry-title {
        margin-top: 20px;
    }
    ul.main_menu li.shopping_cart {
        background: none;
        margin-bottom: 20px;
    }
    a.logo {

    }
    .foot_bg {
        background: none;
    }
}


.l_sup {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 11111111111;
    opacity: 0.8;
    background: var(--two);
    padding: 10px;
}
.l_sup:hover {
	opacity: 1
}
.l_sup span {padding: 0 5px;}









.alignleft {
	margin: 5px 20px 10px 0;
	float: left;
	clear: both;
}
.alignright {
	margin: 5px 0px 10px 20px;
	float: right;
	clear: both;
}
.aligncenter {
	margin: 20px auto;
	display: block;
	clear: both;
}



.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(--two);
    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(--one) ;
    text-decoration: none;
}
.tabscontent .tabstabs .nav-tabs > li > a {
    border-radius:0;
    background: var(--two);
    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(--one);
}
.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-weight: bold;
    color: var(--two);
    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: "\2713";
	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;
}


.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 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;
}
ul.menu_products {
    list-style: none;
    margin: 0 ;
    padding: 0;
}
ul.menu_products li {
    position: relative;
    padding: 0px;
    text-align: right;
}
ul.menu_products li a {
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background: #4f7f8f;
    display: block;
    margin-bottom: 10px;
    padding: 5px 25px;
    transition: all 0.3s;
}
ul.menu_products li a:hover {
    padding-right: 50px;
    transition: all 0.3s;
}
ul.menu_products li a:before {
    position: absolute;
    content: "\00BB";
    right: 10px;
    color: #fff;
    transition: all 0.3s;
}

ul.menu_products li a:hover:before {
    position: absolute;
    content: "\00BB";
    right: 15px;
    color: #fff;
    transition: all 0.3s;
}
.footer ul.menu_products li a {
    margin-bottom: 0px !important;
    padding: 0px 25px !important;
    transition: all 0.3s;
    line-height:33px;
    font-size:17px;

}

.rating {
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(images/rating.png) no-repeat;
    left: 15px;
    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: -35px;
    top: -4px;
    font-size: 17px;
}


.searchform {
    padding: 0px;
    border-radius: 0px;
    line-height: normal;
    position: relative;
    margin: 20px 0;
}
.searchform input[type=text] {
    background: #fff;
    height: 30px;
    width: 100%;
    padding: 0 10px;
    font-size: 13px;
    color: #0c0c0c;
    border: 2px #4f7f8f solid;
}
.searchform button {
    border: none;
    display: block;
    position: absolute;
    left: 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;
}
.mm .searchform {
    margin:0px;
}
ul.links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}
ul.links li {
    list-style: none;
    padding: 15px;
    margin: 15px;
    border: 2px #10d9f1  solid;
}
ul.links li a {
    color: #4f7f8f;
}
ul.links li span {
    display: block;
    padding-top: 10px;
    text-align: center;
}
ul.links li img {
    border: 1px #e3e3e3 solid;
    margin: 0 !important;
}
.shopcart  {
    color:#fff;
}
.shopcart img {
    margin: 0 5px;
}
span.menu_h {
    font-weight: normal;
    margin: 35px 0px 10px 0;
    font-size: 30px;
    padding: 0 30px 0 0;
    position: relative;
    text-transform: uppercase;
    text-align: right;
    display: flex;
    color: var(--two);
}
span.menu_h:before {
    content: "\2713";
    position: absolute;
    top: 0%;
    right: 0%;
    color: var(--one);
}