/*
Project Name: AuthoRX
File: style.css
Version: 1.0
Date: 09/01/2017
Author Name: theme3x
Author URI:themeforest.net/user/theme3x/portfolio
Email:theme3x@gmail.com

------------------------
NOTE:
PLEASE DO NOT EDIT THIS CSS, IF YOU NEED USE "CUSTOM.CSS" FILE FOR WRITING YOUR CUSTOM CSS.
I WILL RELEASE FUTURE UPDATES SO IT WILL OVERWRITE THIS FILE IT'S BETTER USE "CUSTOM.CSS".	

Content of tables
	01. Reset
	02. Header
	03. Menu
	04. Menu-rs
	05. Box
	06. Footer
	07. Button
	08. Form
	09. List
	10. Title
	11. Row
	12. Shap
	13. Panel
	14. Tag
	15. line
	16. Thumb
	17. Banner
	18. Date post
	19. Rating
	20. Breadcrumbs
	21. Pagination
	22. Search
	23. Form commen
	24. Comment
	25. Dropdown
	26. Tab
	27. owl coursel
	28. Grid table
	29. Reloader
	30. Background
	31. Car list
	32. Category list
	33. Media query

------------------------*/
/*01.Reset*/
*{
	font-size:16px;
	font-family: 'roboto', sans-serif;
}
li{
	list-style:none;
}
ul{
	margin:0px;
	padding:0px;
}
li a{
	font-size:inherit;
	color:inherit;
}
ul.ln li{
	list-style:circle;
}
a{
	color:#333;
}
a:hover,a:active,a:focus{
	text-decoration:none;
	color:inherit
}
.border-dob{
	border:4px double #fff;
}
.logo img{
	margin-top: 10px; height: 50px;
}
.footer-top .logo img{
	height: auto;
	width: 100%;
}
.mh{
	box-shadow:0px 0px 0px 15px #fff;
	border:8px double #fff;
}
.mh-1{
	border:8px double #fff;
}
button{
	background:none;
	border:none;
	box-shadow:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:15px 0px;
	font-weight:bold;
	line-height:1.2;
}
h1,h2{
	font-family:'Montserrat', sans-serif;	
}
h1{
	font-size:40px;
}
h2{
	font-size:35px;
}
h3{
	font-size:30px;
}
h4{
	font-size:25px;
}
h5{
	font-size:22px;
}
h6{
	font-size:18px;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,h1 strong,h2 strong,h3 strong,h4 strong,h5 strong,h6 strong{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	color:inherit;
}
section{
	padding-top:60px;
	padding-bottom:60px;
}
b,strong{
	font-weight:500;
}
body{}
/*02. Header*/
.main-header{
	background:#111;
	color:#fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position:relative;
}
.header-fixed{
	position:fixed;
	top:0;
	z-index:999;
	width:100%;
}
.admin-bar .header-fixed{
	margin-top: 32px;
}
.header-fixed.smaller .main-header{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/*03. Menu*/
.menu-nav > ul.menu > li{
	display:inline-block;
	float:none;
	position:relative;
}
.menu-nav > ul.menu > li > a{
	display:inline-block;
	text-transform:uppercase;
	font-size:15px;
	padding:25px 15px;
	font-weight:500;
}
.menu-nav > ul.menu > li > .sub-menu{
	position:absolute;
	top:130%;
	left:0;
	height:0;
	visibility: hidden;
	z-index:999;
	min-width:200px;
	background:#fff;
	box-shadow:1px 1px 1px 0px #ddd;
	opacity:0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-nav > ul.menu > li:hover .sub-menu{
	opacity:1;
	top:100%;
	visibility: visible;
}
.menu-nav > ul.menu > li > .sub-menu li{
	display:block;
	width:100%;
}
.menu-nav > ul.menu > li > .sub-menu li a{
	border-radius:0px;
	padding:8px 15px;
	display:block;
	border-bottom:1px solid #eee;
	background:#fff;
	text-transform:capitalize;
	color:#333;
	position:relative;
}
/*04. Menu-rs*/
.menu-rs{
	position:fixed;
	top:0;
	right:-250px;
	bottom:0;
	z-index:9998;
	width:250px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.menu-rs .menu-wrap{
	float:right;
	background:#0c0c0c;
	height:100%;
	box-shadow:0px 0px 0px 0px #000;
	overflow-y: auto;
	overflow-x: hidden;
}
.menu-rs .r-mv{
	margin: 20px;
    float: left;
    padding: 20px 10px;
    cursor: pointer;
    z-index: 9999;
}
.menu-rs .r-mv span{
	width:25px;
	display:block;
	height:3px;
	border-radius:3px;
	background:#888;
}
.menu-rs .r-mv:hover span{
	background:#fff;
}
.menu-rs .r-mv span:first-child{
	-ms-transform: rotate(-135deg); /* IE 9 */
    -webkit-transform: rotate(-135deg); /* Chrome, Safari, Opera */
    transform: rotate(-135deg);
}
.menu-rs .r-mv span:last-child{
	-ms-transform: rotate(135deg); /* IE 9 */
    -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
    transform: rotate(135deg);
	margin-top:-3px;
}
.menu-rs .menu-mb{
	margin-top:80px;
	position:relative;
	width:250px;
}
.menu-rs .menu-mb  li  a{
	display:block;
	padding:12px 0px;
	border-bottom:1px dashed #333;
	text-transform:capitalize;
	margin-left:30px;
	margin-right:30px;
	position:relative;
	color:#fff;
}
.menu-rs .menu-mb li:last-child a::after{
	background:none;
}
.menu-rs .menu-mb li a:hover{
	color:#fff;
}
.menu-rs .dropdown-menu{
	min-width:auto;
	border-radius:0px;
	box-shadow:0px 0px 0px 0px #000;
	border:none;
	top:0;
	left:0px;
	float:none;
	position:relative;
	margin-top:0px;
	background:#0c0c0c;
	margin-bottom:0px;
	padding:5px 0px;
}
.menu-rs .menu-mb  li .dropdown-menu li a{
	color:#999;
	padding:10px 0px;
	background:none;
	border:none;
	font-size:14px;
	border-bottom:1px dashed #444;
}
.menu-rs .menu-mb  li .dropdown-menu li a::after{
	background:none;
}
.menu-rs .menu-mb > li .dropdown-menu  >li a:hover,.menu-rs .menu-mb > li .dropdown-menu  >li a:active,.menu-rs .menu-mb > li .dropdown-menu  >li a:focus{
	color:#fff!important;
	background:none!important;
}
.section{
	padding-bottom:60px;
}
.price-group .price{
	font-size:25px;
}
.price-group .old-price{
	text-decoration:line-through;
	color:#999;
}
/*30. Cart*/
.cart .dropdown-menu {
    min-width: 280px;
	left: auto;
    right: -1px;
    border-radius: 0px;
    padding: 5px 15px;
    background: #fff;
	color:#333;
    border: none;
    margin-top: 15px;
    box-shadow: 1px 1px 2px 0px #ccc;
}
.cart{
	color:#fff;
}
.cart .cart-item{
	cursor:pointer;
	display:inline-block;
}
.cart .dropdown-menu .media  .media-left a{
	display:block;
	padding:15px;
	background:#fafafa;
	margin-right:5px;
}
.cart .dropdown-menu .media a  img{
	width:50px!important;
}
.cart .cart-item > span{
	padding:4px 6px;
	line-height:0.9;
	display:inline-block;
	position:absolute;
	top:-10px;
	font-size:14px;
	border-radius:30px;
	background:#dc4c46;
	right:-10px;
}
.cart .product-name{
	font-size:14px;
	padding-bottom:10px;
}
.cart  p{
	color:#dc4c46;
}
.cart .dropdown-menu{
	min-width:280px;
	padding-top:10px;
}
.cart .dropdown-menu .ht-btn{
	padding:10px 15px;
	color:#fff;
	font-size:14px;
}
.cart .dropdown-menu li{
	border-bottom:1px solid #eee;
}
.cart .dropdown-menu li span{
	color:#ccc;
}
.cart .dropdown-menu li:last-child{
	border:none;
}
.cart .dropdown-menu li  .col{
	min-height:40px;
	line-height:40px;
	text-align:left;
}
.cart ul  li i{
	background:#eee;
	padding:4px 5px;
	color:#333;
	font-size:13px;
	cursor:pointer;
	float:right;
	border-radius:2px;
}
.cart  strong{
	font-weight:500;
}
.cart-total{
	border-top:2px solid #eee;
	padding-top:20px;
	color:#dc4c46;
	font-weight:bold;
}
.iconc{
	width:45px;
	height:40px;
	background:#fff;
	border:1px solid #eee;
	text-align:center;
	line-height:40px;
	font-size:14px;
	float:left;
	margin-right:10px;
}
/*06. media*/
.media-group{
	background:#dc4c46;
	padding:20px 0px 50px 0px;
	overflow:hidden;
}
.media-group  .media{
	padding:20px 40px;
}
.media-group .media-heading{
	font-size:22px;
	font-weight:600;
	padding-top:0;
}
.media-group .line-default:after{
	border-color:#fff;
}
.media  img{
	width:120px!important;
}
/*06. Footer*/
.footer-top{
	padding-top:70px;
	padding-bottom:70px;
}
.footer-top h4{
	padding-bottom:20px;
	font-size:20px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
}
.footer-bottom {
	border-top:1px solid #222;
}
.footer-bottom  p{
	padding:15px 0px;
	margin-bottom:0px;
}
/*07. Button*/
.btn{
	display:inline-block;
	padding:10px 20px;
	background:#fff;
	color:#333;
	font-weight:500;
	border-radius:3px;
	margin-top:10px;
}
.btn-2{
	border:1px solid #fff;
	color:#fff;
	background:none;
}
.btn-3{
	border:1px solid #ddd ;
	color:#333;
	background:none;
}
.btn-1x{
	padding:10px 18px;
}
.btn-2x{
	padding:12px 20px;
}
.btn-3x{
	padding:15px 25px;
}
.btn-4x{
	padding:22px 30px;
}
.btn-5x{
	padding:25px 30px;
}
/*08. Form*/
.form-item{
	border:1px solid #eee;
	height:45px;
	padding:0px 15px;
	background:#fff;
	outline:none;
	width:100%;
	border-radius:0px;
	box-shadow:none;
	color:#333;
	margin-bottom:15px;
}
.form-item-1x{
	height:40px;
}
.form-item-2x{
	height:46px;
}
.form-item-3x{
	height:52px;
}
.form-item-4x{
	height:60px;
}
.form-item-5x{
	height:67px;
}
textarea.form-item{
	padding:15px;
	min-height:150px;
}
/*flex box*/
.row-flex{
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fb-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.f-right {
  margin-left: auto;
}
.f-left {
  margin-right: auto;
}
/*09. List*/
.list{
	display:inline-block;
	width:100%;
}
.list li{
	padding:5px 0px;
}
.list li a{
	display:inline-block;
	font-weight:inherit;
	color:inherit;
	font-size:inherit;
}
.list-border li{
	padding:10px 0px;
	border-top:1px dashed #eee;
}
.list-1x li{
	padding:5px;
}
.list-2x li{
	padding:12px 15px;
}

.list-n-bg li{
	padding-left:15px;
	padding-right:15px;
}
.list-n-bg li:nth-child(2n+1),.list-n-bg .grid-table:nth-child(2n+1)  {
    background: #fdfdfd;
}
.list span{
	display:inline-block;
}
.list-border-8 li{
	padding:10px 0px;
	border-top:1px dashed #888;
}
.list-border-8 li:first-child{
	border:none;
}
/*10.Title*/
.title-group h2,h1,.coursel-large h1,.article-heading h2.banner_inner_page h1,.banner_inner_page h2,.main-font,.banner h2{
	font-family: 'Montserrat', sans-serif;
	font-weight:800;
}
.title-group{
	margin-bottom:40px;
	text-align:center;
}
.title-group .line-default:after{
	left:50%;
	margin-left:-35px;
	border-color:#fff;
}
.title-group h1,.title-group h2,.title-group h3,.title-group h4,.title-group h5,.title-group h6{
	padding-top:0px;
}
.title-group h1{
	font-size:50px;
	text-transform:uppercase;
}
.title-group h2{
	font-size:35px;
	text-transform:uppercase;
}
.title-group h3{
	font-size:25px;
}
.title-group h4{
	font-size:20px;
	font-weight:500;
}
.title-group h5{
	font-size:18px;
	font-weight:500;
}
.title-group h6{
	font-size:16px;
	font-weight:500;
}
.title-group p{
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}
.article-heading .line-default:after{
	border-color:#feda00;
}
.article-heading  h2{
	font-size:40px;
	padding-top:0px;
}
.article-heading  h3{
	font-size:30px;
	padding-top:0px;
}
.article-heading  h4{
	font-size:25px;
	padding-top:0px;
}
.article-heading  h5{
	font-size:22px;
	padding-top:0px;
}
.article-heading  h6{
	font-size:18px;
	padding-top:0px;
}
/*11.Row*/
.row .owl .card,.row-0 .card,.row-2 .card,.row-5 .card,.row-10 .card{
	margin-bottom:0;
}
.row-0{
	margin:0;
}
.row-2{
	margin:0 -.2rem;
}
.row-5{
	margin:0 -.5rem;
}
.row-10{
	margin:0 -1rem;
}
.row-0 > [class*="col-"]{
	padding:0;
}
.row-2 > [class*="col-"]{
	padding:.2rem;
}
.row-5 > [class*="col-"]{
	padding:.5rem;
}
.row-10 > [class*="col-"]{
	padding:1rem;
}
[class*="col-"]{
	position:static;
}
/*12. Shap*/
.fg{
	position:absolute;
	border:1px solid #eee;
	background:#fff;
	padding:15px;
}
.fg-pos-1{
	top:100px;
	left:50px;
	-ms-transform: rotate(185deg); /* IE 9 */
    -webkit-transform: rotate(185deg); /* Chrome, Safari, Opera */
    transform: rotate(185deg);
}
.fg-pos-2{
	top:300px;
	left:160px;
	-ms-transform: rotate(100deg); /* IE 9 */
    -webkit-transform: rotate(100deg); /* Chrome, Safari, Opera */
    transform: rotate(100deg);
}
.fg-pos-3{
	top:190px;
	left:110px;
	-ms-transform: rotate(-7deg); /* IE 9 */
    -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
    transform: rotate(-7deg);
}
.fg-pos-4{
	top:0px;
	left:0px;
	-ms-transform: rotate(225deg); /* IE 9 */
    -webkit-transform: rotate(2215deg); /* Chrome, Safari, Opera */
    transform: rotate(225deg);
}
.fg-pos-5{
	top:300px;
	left:0px;
	-ms-transform: rotate(-15deg); /* IE 9 */
    -webkit-transform: rotate(-15deg); /* Chrome, Safari, Opera */
    transform: rotate(-15deg);
}
.fg-pos-6{
	top:400px;
	left:70px;
	-ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
    transform: rotate(2deg);
}
.shap-hexa{
	font-size:30px;
	background:#fff;
	height:52px;
	width:90px;
	display:inline-block;
	position:relative;
	text-align:center;
	line-height:60px;
	margin-bottom:20px;
	z-index:1;
}
.shap-hexa::before,.shap-hexa::after{
	position: absolute;
	left: 0;
    width: 0;
    height: 0;
	content: "";
}
.shap-hexa::before{
    top: -22px;
    border-left: 45px solid rgba(255, 0, 0, 0);
    border-right: 45px solid rgba(255, 0, 0, 0);
    border-bottom: 22px solid #fff;
   
}
.shap-hexa::after{
    bottom: -22px;
    border-left: 45px solid rgba(255, 0, 0, 0);
    border-right:45px solid rgba(255, 0, 0, 0);
    border-top: 22px solid #fff;
}
.shap-hexa-f5{
	background:#f5f5f5;
}
.shap-hexa-f5::before{
	border-bottom-color:#f5f5f5;
}
.shap-hexa-f5::after{
	border-top-color:#f5f5f5;
}
.shap-hexa-e{
	background:#eee;
}
.shap-hexa-e::before{
	border-bottom-color:#eee;
}
.shap-hexa-e::after{
	border-top-color:#eee;
}
.shap-hexa-9{
	background:#999;
	color:#fff;
}
.shap-hexa-9::before{
	border-bottom-color:#999;
}
.shap-hexa-9::after{
	border-top-color:#999;
}
.shap-hexa-line{
	background:#fff;
	transform:scale(0.95);
}
.shap-hexa-line::before,.shap-hexa-line::after{
	position: absolute;
	left: 0;
    width: 0;
    height: 0;
	z-index:2;
	content: "";
}
.shap-hexa-line::before{
    top: -22px;
    border-left: 45px solid rgba(255, 0, 0, 0);
    border-right: 45px solid rgba(255, 0, 0, 0);
    border-bottom: 23px solid #fff;
   
}
.shap-hexa-line::after{
    bottom: -22px;
    border-left: 45px solid rgba(255, 0, 0, 0);
    border-right:45px solid rgba(255, 0, 0, 0);
    border-top: 23px solid #fff;
}
.rotate-45{
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg);
}
.rotate-45 i{
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg);
}
.rotate-45 .reset-rotate{
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari */
    transform: rotate(-45deg);
}
.bg-pri,.bg-pri-f,.bg-pri-red,.bg-pri-gray,.bg-pri-c{
	position:relative;
	z-index:1;
}
.border-color-0{
	border:10px double #333;
	box-shadow:0px 0px 0px 15px #f5f5f5;
}
.border-color-5{
	border:5px double #333;
	box-shadow:0px 0px 0px 10px #f5f5f5;
}
.bg-pri:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0px;
	width:100%;
    bottom: 0px;
    left: 0;
    right: 0;
    transform: SkewY(-5deg);
    background: #feda00;
    z-index: -1;
}

.bg-pri-f:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0px;
	width:100%;
    bottom: 0px;
    left: 0;
    right: 0;
    transform: SkewY(-5deg);
    background: #fff;
    z-index: -1;
}
.bg-pri-gray:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0px;
	width:100%;
    bottom: 0px;
    left: 0;
    right: 0;
    transform: SkewY(-5deg);
    background: #333;
    z-index: -1;
}
.bg-pri-c{
	background:#f5f5f5;
}
.bg-pri-c:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0px;
	width:100%;
    bottom: 0px;
    left: 0;
    right: 0;
    transform: SkewY(-5deg);
    background: #f5f5f5;
    z-index: -1;
}
.bg-pri-red:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0px;
	width:100%;
    bottom: 0px;
    left: 0;
    right: 0;
    transform: SkewY(-5deg);
    background: #dc4c46;
    z-index: -1;
}
.bg-pri-0:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0px;
	width:100%;
    bottom: 0px;
    left: 0;
    right: 0;
    transform: SkewY(-5deg);
    background: #000;
    z-index: -1;
}
.bg-pri-t:before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0px;
	width:100%;
    bottom: 0px;
    left: 0;
    right: 0;
    transform: SkewY(-5deg);
    background: #fff;
    z-index: -1;
}
.bg-pri-r:before{
	transform: SkewY(5deg);
}
.bg-prc{
	transform: Skew(15deg);
}
.bg-prc .thumb-item,.bg-prc .media,.bg-prc .bg-offset,.bg-prc .list-g {
	transform: Skew(-15deg);
	color:#fff;
}
.bg-prc .bg-offset{
	background-size:100%;
	margin-left:-50px;
	margin-right:-50px;
}
.bg-prf{
	transform: Skew(-15deg);
}
.bg-prf .media{
	transform: Skew(15deg);
	color:#fff;
}
.bg-prf{
	transform: Skew(-15deg)!important;
}
.italic{
	font-style:italic;
}
.border-brc{
	border:5px solid #ccc;
	background:#fafafa;
	border-radius:20px;
}
/*13.Panel*/
.panel{
	box-shadow:0 0px 0px rgba(0,0,0,0);
	background:none;
}
h4.panel-title{
	padding:5px;
	position:relative;
	font-family: 'Roboto', sans-serif; 
	font-weight:500;
}
h4.panel-title a::after{
	content: "\f056";
    font-family: 'FontAwesome';
    position: absolute;
    font-size:20px;
    width: 20px;
    height: 28px;
	color:#ccc;
    text-align: center;
    border-radius: 0px;
    line-height: 28px;
    top: 0px;
    right:0px;
    z-index: 5;
}
h4.panel-title a.collapsed::after{
	content: "\f055";
}
.panel-default>.panel-heading+.panel-collapse>.panel-body,.panel-default,.panel-default>.panel-heading{
	border:none;
	border-radius:0px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
	padding:15px;
	background:#f5f5f5;
}
.panel-default>.panel-heading{
	background:#fdfdfd;
	border:1px solid #eee;
	border-radius:3px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
	background:#fff;
	border:1px solid #eee;
	margin-top:5px;
	border-radius:3px;
}
.panel-group .panel{
	margin-bottom:10px;
}
/*14. Tag--*/
.tags li{
	display:inline;
}
.tags li a{
	display:inline-block;
	padding:7px 10px;
	font-size:13px;
	color:#888;
	margin-bottom:5px;
	margin-right:5px;
	background:#fafafa;
}
/*15.line*/
.line-default{
	position:relative;
	margin-bottom:20px;
	padding-bottom:20px;
}
.line-default:after{
	position:absolute;
	bottom:0px;
	left:0;
	content:'';
	margin-left:0px;
	border-bottom:2px solid #333;
	width:70px;
}
.line-default-left:after{
	left:0!important;
	margin-left:0!important;
}
.line-mix{
	position:relative;
	display:inline-block;
	margin-bottom:15px;	
}
.line-mix::before,.line-mix::after{
	position:absolute;
	top:45%;
	content:'';
	width:50px;
	border-bottom:1px solid #333;
}
.line-mix::before{
	left:-55px;
}
.line-mix::after{
	right:-55px;
}
.line-mix-left::before{
	left:0px;
}
.line-mix-left::after{
	left:55px;
}
.line-default-feda00:after,.line-mix-feda00::before,.line-mix-feda00::after{
	border-color:#feda00;
}
.line-default-c:after,.line-mix-c::before,.line-mix-c::after{
	border-color:#ccc;
}
.line-default-3:after,.line-mix-3::before,.line-mix-3::after{
	border-color:#333!important;
}
.line-default-f:after,.line-mix-f::before,.line-mix-f::after{
	border-color:#fff!important;
}
/*31.counter*/
.counter-item{}
.counter-item h4{
	font-size:70px;
	font-family: 'Rubik', sans-serif;
	padding-bottom:0;
	color:#feda00;
}
.counter-item p{
	font-size:20px;
}
/*31.Form request*/
.form-request{
	margin-top:-200px;
	padding:50px;
	background:#dc4c46;
}
.form-request h3{
	font-size:25px;
	text-transform:uppercase;
	padding-top:0;
	padding-bottom:30px;
	color:#fff;
}
.form-request .form-item{
	border:0;
}
/*16. Thumb*/
.thumb-item{
	padding:50px 20px 40px 20px;
	text-align:center;
	margin-bottom:30px;
	background:#fff;
	margin;auto;
	color:#333;
	display:block;
	position:relative;
}
.thumb-item i{
	font-size:35px;
}
.thumb-item h4.heading{
	font-size:20px;
	font-weight::600;
}
.thumb-item h3.heading{
	font-size:22px;
	font-weight::600;
}
.thumb-item .ht-btn{
	margin-top:20px;
}
/*05. Box*/
.box-1{
	background:#fff;
	padding:25px;
	border:1px solid #eee;
	margin-bottom:30px;
}
.box-1 h3{
	font-size:22px;
	padding-top:0;
	text-transform:uppercase;
}
.box-1 h3.line-default{
	margin-bottom:20px;
}
.box{
	position:relative;
}
.box .box-img{
	display:block;
}
.box img{
	width:100%;
}
.box .box-body{}
.box .box-overlay{
	position:absolute;
	top: 50%;
	left:0;
	width:100%;
	text-align:center;
	z-index:0;
	padding:20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.box .box-heading{
	font-size:20px;
}
.box .box-heading-xs{
	font-size:16px;
}
.box .box-heading-md{
	font-size:25px;
}
.box .box-heading-lg{
	font-size:40px;
}
.box .box-heading-xl{
	font-size:60px;
}
.box .box-subheading{
	font-size:20px;
}
.box .box-txt{}
.box .btn{
	margin-top:20px;
}
/*31.Product*/
.product{
	background:#f5f5f5;
}
.product .box{
	padding:0;
	border:0;
	background:#fff;
	margin-bottom:30px;
	box-shadow:0 0 1px 0 #ddd;
	color:#333;
}
.owl .box{
	margin:1px 0!important;
}
.product .box  .box-img{
	padding:20px 20px 0px 20px;
}
.product .box .box-body{
	padding:10px 20px;
	position:relative;
}
.product .box .box-heading{
	font-size:18px;
	font-family: 'roboto', sans-serif;
}
.product .box .box-footer{
	overflow:hidden;
}
.product .box .box-footer .box-price{
	padding:9px 20px 9px 20px;
	background:#dc4c46;
	position:relative;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	display:inline-block;
}
.product .box .box-footer .box-price::after {
    position: absolute;
    top: 0px;
    right: -46px;
    content: '';
    border-width: 23px;
    border-style: solid;
    border-top-color: rgba(0,0,0,0);
    border-left-color: #dc4c46;
    border-right-color: rgba(0,0,0,0);
    border-bottom-color: #dc4c46;
}
.product .box .fgc{
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	padding:0;
	text-align:right;
}
.product .box .box-footer .box-price-1::before{
    position: absolute;
    top: 0px;
    left: -46px;
    content: '';
    border-width: 23px;
    border-style: solid;
    border-top-color: rgba(0,0,0,0);
    border-right-color: #dc4c46;
    border-left-color: rgba(0,0,0,0);
    border-bottom-color: #dc4c46;
}
.pard .col{
	border:1px solid #eee;
	margin-right:-1px;
	padding:7px 15px;
	font-size:15px;
}
/*17. Blog*/
.blog .box{
	background:#fff;
	margin-bottom:30px;
}
.blog .box .box-body{
	padding:25px;
}
.blog  .box .box-heading{
	text-transform:none;
	padding-top:0;
}
.blog .box .box-heading-xs{
	font-size:16px;
}
.blog .box .box-heading-md{
	font-size:30px;
}
.blog .box .box-heading-lg{
	font-size:35px;
}
.blog .box .box-heading-xl{
	font-size:50px;
}
.blog .box .box-date{
	font-size:13px;
	border:1px solid #eee;
	text-align:center;
	padding:20px 10px;
}
.blog .box .box-date p{
	font-size:45px;
	line-height:1;
	font-weight:bold;
	margin-bottom:5px;
	color:#feda00;
}
.blog .box .box-txt{}
.blog .box .btn{}
.blog-list .box-heading{
	padding-top:0;
}
.blog-list .box .box-body{
	padding:0;
}
/*17. Banner*/
.banner{
	padding:0;
}
.banner .box{
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
}
.banner .box .box-body{}
.banner .box .box-overlay{}
.banner .box .box-heading{
	padding-top:0px;
}
.banner .box .box-heading-xs{
	font-size:30px;
}
.banner .box .box-heading-md{
	font-size:50px;
}
.banner .box .box-heading-lg{
	font-size:60px;
}
.banner .box .box-heading-xl{
	font-size:70px;
}
.banner .box .box-subheading-1{
	font-size:20px;
}
.banner .box .box-subheading-2{
	font-weight:normal;
	padding-top:0;
	font-size:20px;
}
.banner .box .box-txt{
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}
.banner .box .btn{
	padding:12px 20px;
	background:#fff;
	font-size:16px;
	margin-top:30px;
	font-weight:bold;
}
/*17. thumb*/
.team .box{
	background:#fff;
	padding:20px;
	border:1px solid #eee;
}
.team .box-icon{}
.team .box-icon i{}
.team .box .box-body{}
.team  .box .box-heading{
	font-size:18px;
	padding-bottom:5px;
}
.team .box p{
	font-size:15px;
	color:#777;
	margin-bottom:0;
}
/*19. Rating*/
.rating{}
.rating li{
	display:inline;
	font-size:14px;
	padding:0px 2px;
	color:#ffda4b;
}
.rating li i{
	color:#999;
}
/*20. Breadcrumbs--*/
.breadcrumbs{
	margin-top:15px;
}
.breadcrumbs li{
	font-weight:500;
	float:left;
	margin-right:5px;
}
.breadcrumbs li:after{
	content:'/';
	margin-left:5px;
}
.breadcrumbs li:last-child:after{
	content:'';
}
/*21. Pagination--*/
.ht-pagination {
	margin:20px 0px 0px 0px;
}
.ht-pagination li a{
	margin-right:5px;
	padding:8px 10px;
	border:1px solid #eee;
}
.ht-pagination li a,.ht-pagination li span{
	text-align:center;
	color:#333;
	border-radius:0px;
}
.ht-pagination li a{
	padding-left:15px;
	padding-right:15px;
	min-width:40px;
}
.ht-pagination li a:hover span,.ht-pagination li a:active span,.ht-pagination li a:focus span{
	color:#fff;
}
.ht-pagination li.active a,.ht-pagination li.active a:hover,.ht-pagination li.active a:active,.ht-pagination li.active a:focus,.pagination li a:hover,.pagination li a:focus{
	background:none;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
/*22. Search*/
.main-header .container{
	position:relative;
}
.search-box{
	position:absolute;
	width:100%;
	top:10px;
    right:50px;
	width:300px;
	display:none;
	z-index:999;
}
.search-box .form-item{
	border:none;
	padding:0px 40px 0px 20px;
	border-radius:0px;
	height:50px;
	width:100%;
	margin-bottom:0px;
	background:#fff;
}
.search-box .form-item:focus,.search-box .form-item:active{
	border:inherit;
}
.search-box .container{
	position:relative;
}
.search-box button{
	border:none;
	position:absolute;
	background:none;
	right:0px;
	top:0px;
	color:#333;
	z-index:999;
	padding:0px;
	font-size:18px;
	height:50px;
	width:42px;
	text-align:center;
}
.icon-search{
	cursor:pointer;
}
.icon-t{
	text-align:center;
	width:35px;
	height:30px;
	line-height:30px;
	font-size:17px;
	cursor:pointer;
}
.search-adv{}
/*23. Form commen*/
.form-comment{
	margin-top:30px;
}
.form-comment .form-item{
	border:1px solid #eee;
}
.list-comment{
	text-align:left;
	padding:30px 0px;
}
/*24. Comment*/
.list-comment .comment-item{
	display:inline-block;
	margin-bottom:20px;
	position:relative;
}
.list-comment h4,.form-comment h4{
	margin-bottom:5px;
	font-size:25px;
} 
.list-comment .comment-item .comment-img{
	width:80px;
	height:80px;
	border:1px solid #f5f5f5;
	padding:10px;
	display:block;
	float:left;
	border-radius:4px;
	top:25px;
	position:absolute;
	left:0px;
	z-index:9;
	margin-right:20px;
	overflow:hidden;
}
.list-comment .comment-item .comment-item .comment-img{
	left:-35px;
}
.list-comment .comment-item .comment-img img{
	width:100%;
}
.list-comment .auth .comment-heading{
	float:left;
	margin-bottom:10px;
	width:100%;
}
.list-comment .comment-item .auth .comment-heading > h5{
	text-transform:none;
	padding-bottom:10px;
	font-size:16px;
	font-weight:500;
}
.list-comment .comment-item .auth .comment-heading > h5 a{
	color:#333;
}
.list-comment .comment-item  span{
	color:#999;
	font-size:14px;
	border-bottom:1px solid #eee;
	padding-bottom:15px;
}
.list-comment .comment-item .auth .comment-heading h5 a:hover,.list-comment .comment-item .auth .comment-heading h5 a:focus,.list-comment .comment-item .auth .comment-heading h5 a:active{
	text-decoration:underline;
}
.list-comment .more-comment{
	padding:12px;
	display:block;
	color:#777;
	font-size:13px;
	text-align:center;
	background:#f5f5f5;
}
.list-comment .more-comment:hover{
	text-decoration:underline;
}
.list-comment .comment-item .comment-item .comment-img{
	height:70px;
	width:70px;
}
.list-comment .comment-item .comment-txt .comment-item{
	margin-bottom:0px;
	margin-top:20px;
}
.list-comment .comment-item .comment-txt .reply{
	font-size:14px;
	margin-top:20px;
	display:block;
	color:#888;
}
.list-comment .comment-item .comment-txt .reply:hover{
	text-decoration:underline;
}
.list-comment .comment-item .comment-txt > hr{
	margin-bottom:20px;
}
.list-comment .comment-item .comment-txt{
	margin-top:15px;
	margin-bottom:15px;
	position:relative;
	display:inline-block;
	padding:0px 20px 0px 100px;
	float:left;
}
.list-comment .comment-item .comment-txt .comment-item .comment-txt{
	padding:0px 20px 0px 60px;
}
.list-comment .comment-item .comment-txt p{
	margin-bottom:0px;
	display:inline-block;
	margin-top:15px;
}
/*25. Dropdown*/
.dropdown-menu{
	border-radius:0px;
	background:#fff;
	padding:0px;
	left:0px;
	border:0px solid #eee;
	margin-top:2px;
	box-shadow: 1px 1px 2px 0px #ddd;
	
}
.dropdown-menu > li > a,.dropdown-menu > li > a:focus{
	border-bottom:1px solid #eee;
	padding:10px 15px;
	display:block;
}
.dropdown-menu > li:last-child a{
	border-bottom:0px;
}
.dropdown-menu > li > a:hover{
	background:none;
}
/*26. Tab*/
.ht-tabs ul{
	border:none;
}
.ht-tabs ul li{
	float:none;
	display:inline-block;
	cursor:pointer;
	margin-right:0px;
	text-align:center;
}
.ht-tabs ul li p{
	height:90px;
	width:90px;
	border:2px solid #eee;
	overflow:hidden;
	border-radius:100px;
	margin:15px auto;
}
.ht-tabs ul li p img{
	width:100%;
}
.ht-tabs ul li a{
	display:inline-block;
	padding:12px 25px;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	position:relative;
	color:#444;
	font-weight:600;
	font-size:18px;
	border:0px;
	background:#fff;
	font-family:inherit;
	border-radius:5px;
}
.ht-tabs ul li a:hover,.ht-tabs ul li a:focus,.ht-tabs .nav-tabs>li.active>a,.ht-tabs .nav-tabs>li.active>a:focus,.ht-tabs .nav-tabs>li.active>a:hover{
	background:#dc4c46!important;
	border:none;
	color:#fff;
}
.ht-tabs-product ul{
	border:none;
	margin-bottom:30px;
}
.ht-tabs-product ul li a{

	border:none;
	color:#555;
}
.ht-tabs-product .nav-tabs li.active a,.ht-tabs-product  .nav-tabs>li.active>a:hover,.ht-tabs-product ul .nav-tabs li.active a:hover,.ht-tabs-product .nav-tabs li.active a:focus,.ht-tabs-product .nav-tabs li a:hover{
	Background:none;
	color:#82e629;
}
.ht-tabs-product .nav-tabs li.active p,.ht-tabs-product .nav-tabs li:hover p{
	border-color:#82e629;
}
/*27. owl coursel*/
.owl-theme .owl-controls{
	margin:0px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev,.owl-theme .owl-controls .owl-buttons .owl-next{
	background:none;
	border-radius:0px;
	position:absolute;
	opacity:1;
	padding:5px 12px;
	top:-60px;
	right:10px;
	font-family:FontAwesome;
	text-transform:uppercase;
	color:#999;
	font-size:20px;
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.owl-theme .owl-controls .owl-buttons div:hover{
	color:#777;
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
	right:45px;
}
.owl-theme .owl-controls .owl-buttons  .owl-prev::before{
	content:'\f053';
}
.owl-theme .owl-controls .owl-buttons  .owl-next::before{
	content:'\f054';
}
.overl .owl-item{
	padding:1px;
	margin-right:-1px;
}
.owl-pagination .owl-page, .owl-pagination .owl-buttons div {
    cursor: pointer;
    float: left;
}
.owl-pagination{
	display:inline-block;
	margin-top:30px;
}
.owl-pagination .owl-page.active{
}
.owl-theme .owl-controls .owl-page span {
    width: 50px;
	height:5px;
	border-radius:0;
}
/*28. Grid table*/
.grid-table{
	border:1px solid #eee;
	margin:0px 0px -1px 0px;
	background:#fff;
}
.grid-table .grid-item-2{
	border-right:1px solid #eee;
	padding:12px 15px;
	
}
.grid-table .grid-item{
	padding-top:40px;
	border-right:1px solid #eee;
	height:100px;
	text-align:center;
}
.grid-table .grid-item:last-child,.grid-table .grid-item-2:last-child{
	border:none;
}
.grid-table .grid-item input{
	margin-top:-8px;
	background:#fdfdfd;
}
.grid-table .grid-item  i.fa{
	cursor:pointer;
}
.grid-table .grid-item.product-name{
	text-align:left;
}
.grid-table .grid-item.product-name a{
	font-weight:400;
}
.grid-table-heading{
	border:1px solid #eee;
	margin:0px 0px -1px 0px;
	background:#fff;
}
.grid-table-heading .grid-item{
	padding-top:40px;
	border-right:1px solid #eee;
	height:60px;
	padding:21px 15px;
	text-align:center;
}
/*29. Reloader--*/
.preloader{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:9999;
	background:#fff;
}
.preloader i{
    position: absolute;
    top: 50%;
    left: 50%;
    margin:-40px 0 0 -40px;
	font-size:30px;
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	} 
}
@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg); 
	} 
}
@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform:rotate(360deg); 
	} 
}
/*10. Background*/
.bg-image-1{
	background-image:url('/wp-content/themes/tempka/images/main_3.jpg');

}
.bg-image-2{
	background-image:url();
	background:#555;
}
.bg-image-3{
	background-image:url();
	background:#555;
}
.bg-image-4{
	background-image:url();
	background:#555;
}
.bg-image-5{
	background-image:url();
	background:#555;
}
.bg-image-6{
	background-image:url();
	background:#555;
}
.bg-image-7{
	background-image:url();
	background:#555;
}
.bg-image-8{
	background-image:url();
	background:#555;
}
.bg-image-9{
	background-image:url();
	background:#555;
}
.bg-image-10{
	background-image:url();
	background:#555;
}
.bg-image-11{
	background-image:url();
	background:#555;
}
.bg-image-12{
	background-image:url();
	background:#555;
}
.bg-image-13{
	background-image:url();
	background:#555;
}
.border-left-15{
	border-left:10px solid #feda00;
}
.border-left-7{
	border-left:7px solid #feda00;
}
.border-left-5{
	border-left:5px solid #feda00;
	padding-left:10px;
}
/*33. Pricing*/
.price-table{
	text-align:center;
	border:1px solid #eee;
	padding:20px;
	margin-bottom:30px;
}
.price-table h3{
	font-size:20px;
	padding-top:5px;
}
.price-table .price{
	color:#dc4c46;
	font-size:40px;
	font-weight:bold;
	font-family:rubik;
	margin-bottom:15px;
}
.price-table  .btn{
	border:2px solid #eee;
	margin-top:20px;
}
/*32. Category list*/
.list-g{
	background:#fff;
	border-radius:5px;
}
.list-g li{
	border-bottom:2px solid #f5f5f5;
	padding:15px 20px;
	font-size:18px;
}
.list-g li i{
	margin-right:5px;
	background:#fff;
	color:#dc4c46;
}
.list-g2{
	border-radius:5px;
	overflow:hidden;
	position:relative;
}
.list-g2 li{
	border-bottom:5px solid #fff;
	padding:14px 20px;
	font-weight:bold;
	font-size:16px;
	background:#dc4c46;
	color:#fff;
}
.list-g2 li a{
	display:block;
}
.list-g2 li.active{
	background:#333;
}
.list-g2 li:last-child{
	border:none;
}
.list-g2 li i{
	margin-right:5px;
	background:#fff;
	color:#333;
}
.list-gg{
	position:relative;
	overflow:hidden;
	border-radius:10px;
}
.list-gg::after{
	position:absolute;
	top:0px;
	right:0px;
	width:180px;
	height:100%;
	margin-right:-100px;
	transform: Skew(15deg);
	z-index:4;
	content:'';
	background:#fff;
}
.ngf{
	position:relative;
}
.ngf:before{
	position:absolute;
	right:0px;
	top:0px;
	background:#fff;
	height:100%;
	content:'';
	width:50%;
}
.ngf2{
	position:relative;
}
.ngf2:before{
	position:absolute;
	right:0px;
	top:0px;
	background:#dc4c46;
	height:100%;
	content:'';
	width:20%;
}
.hhgh{
	position:relative;
}
.menu-btn{
	display:none!important;
}
.hhgh:before{
	position:absolute;
	left:0px;
	top:0px;
	background:#fff;
	height:100%;
	content:'';
	width:300px;
}
.cart-total{
	border-top:2px solid #eee;
	padding-top:20px;
	color:#dc4c46;
	font-weight:bold;
}
.blog-1{
	padding:60px 0px;
	background:#f5f5f5;
}
.pred{
	position:absolute;
	top:30px;
	right:0px;
	width:10px;
	height:100px;
	background:#dc4c46;
}
/*33. Media query*/
@media (max-width:980px){
	.min-w-800{
	min-width:800px;
	}
	.tb-res{
		overflow-x:auto;
	}
	.list-gg::after,.ngf2:before{
		display:none;
	}
}
@media (max-width:768px){
	.header-fixed .main-header{
		padding-bottom:10px;
	}
	.bg-prc,.bg-prc .thumb-item,.bg-prc .media,.bg-prc .bg-offset,.bg-prc .list-g {
		transform: Skew(0deg)!important;
	}
	.logo img{

	}
	.search-box{
		width:auto;
		right:85px;
	}
	.menu-btn{
		display:inline-block!important;
	}
	.box{
		padding:20px!important;
	}
	.box  .box-img,.box.no-bg{
		padding:0!important;
	}
	.box .box-body{
		padding:20px 0 0 0 !important;
	}
	.box h1{
		font-size:30px!important;
	}
	.box h2{
		font-size:25px!important;
	}
	.banner .box .box-subheading-2{
		font-size:16px;
	}
	.list-gg::after,.ngf2:before{
		display:none;
	}
	.form-request{
		margin-top:30px;
	}
	.media{
		background:#fff;
	}
	.cart .dropdown-menu{
		min-width:220px;
		width:100%!important;
		right:-40px;
	}
	.bg-prc .media{
		background:none;
	}
}










