html {
}

body {
	background: #efecf3 url(images/bg_header.jpg) no-repeat top center;
	color: #323230;
}
:root {
    --one: #ffa749; 
    --two: #e52a55;
}
h1,h2,h3,h4,h5 {
	color: #000;
}
h1,h2,h3,h4,h5 {
    font-weight: normal;
    margin: 15px 0px;
    padding: 10px 0 0 10px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
}
h1 {font-size: 25px;}
h2 {font-size: 22px;
    text-transform: none !important;
    color: var(--two);
    border: none;
}
h3 {font-size: 19px}
h4 {font-size: 17px}
h5 {font-size: 15px}


h1:before, h3:before, h4:before, h5:before  {
    content: "";
    position: absolute;
    top: 10%;
    left: 0%;
    width: 30px;
    height: 30%;
    border-top: 1px solid var(--two);
    border-left: 1px solid var(--two);
}
h1 span, h2 span, h3 span {
    color: var(--two);
}


a:link,a:visited,a:active,a:focus {	
	color: var(--two);
}
a:hover {
	color: var(--one);
}

.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: "\25c7";
	left: 0;
	color: var(--two);
    font-size: 12px;
    top: 3px;
}
.content-area ul li:hover:before {
    content: "\25c6";
}
.headadw {
	min-height: 40px;
	color: #fff;
	line-height: 40px;
}


.topheader_left {
    height: 385px;
}
.topheader {
    min-height: 45px;
    background: #567185;
    color: #fff;
    line-height: 45px;
}
.topitems {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top_item svg {font-size: 20px}
.top_item span {
    font-size: 14px;
    padding-left: 10px;
    text-transform: lowercase;
}
.top_item a {color: #fff;}
.navbar {
	padding:20px  0;
}
.top_line {
	height: 70px;
}
.top_line a.logo {
   color: #ff5035;
    font-weight: bold;
}

ul.main_menu {
	margin: 20px 0 0 0;
	padding: 0;
	margin-left: auto;
	display: flex;
}
ul.main_menu li {
	font-size: 13px;
    text-transform: uppercase;
	list-style: none;
	flex-direction: row;
	line-height: 40px;
    display: inline-block;
    position: relative;
    margin-left: 20px;
}
ul.main_menu li:before {
    content: '';
    display: block;
    z-index: 0;
    height: 2px;
    width: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #ffa749;
    transition: .3s; 
}
 ul.main_menu li:after {
    content: '';
    display: block;
    z-index: 0;
    height: 10px;
    width: 2px;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #ffa749;
    transition: .3s; 
 }
 ul.main_menu li a {
    line-height: 40px;
    padding: 0 15px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    transition: .3s;
    position: relative;
}
 ul.main_menu li a:before {
    content: '';
    display: block;
    z-index: 0;
    height: 2px;
    width: 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #ffa749;
    transition: .3s; 
}
 ul.main_menu li a:after {
    content: '';
    display: block;
    z-index: 0;
    height: 10px;
    width: 2px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #ffa749;
    transition: .3s; 
 }
ul.main_menu li a:hover:after {
    height: 20px;  
    transition: .3s; 
}
ul.main_menu li a:hover:before {
    width: 20px;
    transition: .3s;
}
ul.main_menu li:hover:after {
    height: 20px;  
    transition: .3s; 
}
ul.main_menu li:hover:before {
    width: 20px;
    transition: .3s;
}
ul.main_menu li a:hover {
	
}
ul.main_menu li.shopping_cart {
} 


ul.products_menu {  
    margin: 50px 0 0 0;
    padding: 0;
 }
ul.products_menu li {
    list-style: none;
}
ul.products_menu li a {
    margin: 0 0 3px 0;
    display: block;
    background: linear-gradient(to top, #f79338, #ffb242);
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    box-shadow: 0 2px 0 #ed6b3e;
    transition: .3s;
    line-height: 40px;
    padding: 0 15px;
}
ul.products_menu li a:hover {
    opacity: 0.8;
    transition: .3s;
    text-decoration: none;
}
ul.products_menu li a img {
    width: 40px;
    height: auto;
}
ul.products_menu li a span {
    padding-left: 10px;
}
.dropdown-menu.show {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}



















ul.category_menu {  
    margin: 50px 0 0 0;
    padding: 0;
 }
ul.category_menu li {
    list-style: none;
}
ul.category_menu li a {
    margin: 0 0 3px 0;
    display: block;
    background: linear-gradient(to top, #f79338, #ffb242);
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    box-shadow: 0 2px 0 #ed6b3e;
    transition: .3s;
    line-height: 40px;
}
ul.category_menu li a:hover {
    opacity: 0.8;
    transition: .3s;
    text-decoration: none;
}
ul.category_menu li a img {
    width: 40px;
    height: auto;
    margin-left: 20px;
}
ul.category_menu li a span {
    padding-left: 10px;
}


ul.category_menu > li > ul {
  display: none;
  margin: 0;
  padding: 0;
}
ul.category_menu > li.active > ul {
  display: block;
}
ul.category_menu > li > ul > li a {
    background: linear-gradient(to top, #4f687b, #607e94);
}

















.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;
    color: var(--two);
    display: block;
    padding: 10px 0 10px 10px;;
    line-height: 16px;
    position: relative;
    margin-bottom: 10px;
}


span.wt:before  {
    content: "";
    position: absolute;
    top: 10%;
    left: 0%;
    width: 30px;
    height: 30%;
    border-top: 1px solid var(--two);
    border-left: 1px solid var(--two);
}


.sidebar {

	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;
    font-size: 14px;
    color: #000;
}
.sidebar li a:hover {
    margin-left: 10px;
    color: var(--two);
}
.sidebar li a:before {
	position: absolute;
	content: "\25c7";
	left: -20px;
	color: var(--two);
    top: 0;
}
.sidebar li a:hover:before {
    content: "\25c6";
}


.footer {
	background: #314350;
	color: #fff;
	padding: 30px 0;
}

.footer span.wt {
	color: #fff;
}

.footer span.wt::after {
    background: var(--one);
}
.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.6s;
    font-size: 17px;
    color: #fff;
    line-height: 35px;
    font-weight: 100;
}
.footer li a:hover {
    margin-left: 10px;
}
.footer li a:before {
    position: absolute;
    content: "\25c7";
    left: -20px;
    color: var(--one);
    font-size: 12px;
    top: 1px;
}
.footer li a:hover:before {
    content: "\25c6";
}

.footer span.copy {
	font-size: 12px;
	display: block;
}
.footer span.copy img {
	margin: 20px 0;
	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;
    background: #f7f7f7;
}
.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: 15px 0 ;
        padding: 0;
        margin-left: auto;
        display: flex;
        flex-direction: column;
}

	ul.main_menu li a {
	    line-height:30px;
	    height: 30px;
	    padding: 0 5px;
	}
    body {
        background-image: none;
    }
    h1.entry-title {
        margin-top: 20px;
    }
    ul.main_menu li.shopping_cart {
    background: none;
    }
    .topheader_left {
        height: auto;
    }
    ul.products_menu {
        margin: 15px 0 0 0;
    }
    ul.main_menu li {
        font-size: 13px;
        text-transform: uppercase;
        list-style: none;
        flex-direction: row;
        line-height: 40px;
        display: block;

    }
    /*ul.products_menu li {
        height: 30px;
        line-height:30px;
    }
    ul.products_menu li a {
        margin: 0 0 10px 0;
        display: block;
        background: none;
        border-radius: 3px;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        border: none;
        box-shadow: none;
        transition: .3s;
        height:30px;
        line-height: 30px;
    }
    ul.products_menu li a img {
        margin: 0;
        width:30px;
        height:auto;
    }*/

}
.searchform {
    padding: 0px;
    border-radius: 0px;
    height: 35px;
    line-height: normal;
    position: relative;
    margin: 7px 20px 0px 0;
    float: right;
}
.searchform input[type=text] {
    background: #416179;
    height: 30px;
    width: 100%;
    padding: 0 10px;
    font-size: 13px;
    color: #fff;
    border: 1px #567185 solid;
    border-radius: 3px;
}
.searchform button {
    border: none;
    display: block;
    position: absolute;
    right: 10px;
    padding: 0;
    top: 4px;
    color: #fff;
    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;
}

.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,.alignright {
    border: 2px var(--one) solid;
    opacity: 0.9;
    transition: .3s;
    position: relative;
}
.alignleft:hover,.alignright:hover {
    opacity: 1;
    transition: .3s;
    border: 2px var(--two) solid;
}


.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(--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.pp {
	font-size: 25px;
    font-weight: bold;
    color: var(--two);
    padding: 0 10px;
}
.tabscontent .tabsprice button {
    border: none;
    color: #ffffff;
    font-weight: normal;
    background: var(--two);
    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(--one);
    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: "\25c7";
	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 var(--one) 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: #4f88b6;
    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: #cc4664;
}
.td a {border:none;}
.bonuses {margin-bottom: 10px !important;}
.bonuses  {
    font-size: 13px;
    text-align: center;
    background: #eaf9f1;
}
.bonuses div span.left {float: left; padding: 5px 0; color: #dc6781;}
.bonuses div span.right {float: right; padding: 5px 0; color: #3584b5;}

.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;
}
.total strong {
    color: var(--green)
}
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: #567185;
    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;
}
@media(max-width: 768px) {
    .tabscontent .tabsprice div.line_b {
        display: block;
        text-align: center;
    }
    .tabscontent .tabsprice button {
        margin: 25px 25px 25px 25px;
    }
}


.rating {
    position: absolute;
    width: 94px;
    height: 17px;
    background: url(images/rating.png) no-repeat;
    right: 30px;
    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;
}
.content-area {position: relative;}
@media(max-width: 768px) {
    .rating {
        position: absolute;
        width: 94px;
        height: 17px;
        background: url(images/rating.png) no-repeat;
        right: 30px;
        top: -10px;
    }
}
ul.links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
ul.links li {
    text-align: center;
    margin: 15px;
    padding: 0;
    border: 1px #fba13d solid;
    border-radius: 3px;
}
}
ul.links li:before {
    content: "";
} 
.content-area ul.links  li:before {
    content: '';
}
ul.links img {
    width: 200px;
    height: auto;
    margin: 0px;
    padding: 15px;
}
ul.links span {
    display: block;
    text-align: center;
    font-size: 20px;
}

.sub-menu {
  display: none;
}