/* General
======================*/
*,
:focus {
    outline: 0!important;
}
body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

/* Page Setting
======================*/
#wrapper {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.main {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 95px;
}
.page-content {
    position: relative;
    display: block;
    width: 100%;
}
.section-setting{
    display: block;
    position: relative;
    padding: 50px 0px;
}
.section-color{
    background: #f1f8e9;
}

/*section title
=================*/
.section-title{
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.section-title .title {
    position: relative;
    max-width: 240px;
    margin: 0;
    line-height: 45px;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    background: #558b2f;
    letter-spacing: 1.5px;
    font-weight: 600;
}
.section-title .back{
    position: absolute;
    width: 245px;
    height: 100%;
    background: #f1f8e9;
    top: 0px;
    left: 0;
    transform: rotate(3deg);
}
.section-title .back-colored{
    position: absolute;
    width: 275px;
    height: 100%;
    background: #fff;
    top: 0px;
    left: 0;
    -webkit-transform: rotate(3deg);
       -moz-transform: rotate(3deg);
            transform: rotate(3deg);
}
@media all and (max-width:380px){
    .section-title .back{
        width: 102%;
    }
    .section-title .title{
        width: 100%;
        max-width: 100%;
    }
    .owl-controls .owl-prev, .owl-controls .owl-next{
        background:#fff;
        color:#558b2f;
    }
}
.section-bc{
    background: url(../images/home-bc.jpg) center center;
    width: 100%;
    position:relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    z-index: 9999;
    order: 3;
}
.section-bc .over{
    background: rgba(0,0,0,.6);
    padding: 35px 0px;
}
.spacer-15{
    display: block;
    position: relative;
    height: 15px;
    overflow: hidden;
    clear: both;
    width: 100%;
}

/*Pagenation
==============================*/
.pagenation{
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    background: #fff;
}
.pagenation li{
    display: inline-block;
}
.pagenation li a {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #000;
    background: #ecf0f2;
    border-radius: 0px;
}
.pagenation-cricle li a{
    border-radius: 50%;
}
.pagenation li.active a:hover ,
.pagenation li.active a ,
.pagenation li a:hover{
    background: #558b2f;
    color: #fff;
}

/* Button
======================*/
.custom-btn {
    border: 0;
    display: inline-block;
    background: #558b2f;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 0 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.custom-btn:hover ,
.custom-btn:focus {
    background: #212121;
    color: #fff;
}

/* Lists- Links
======================*/
a,a:hover,a:focus {
    text-decoration: none;
}
ul,li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* img
======================*/
img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Forms
======================*/
.form-group {
    position: relative;
    overflow: hidden;
}
.form-group label {
    display: block;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
    color: #121212;
}
.form-control {
    color: #333;
    border: 1px solid #ececec;
    margin: 0 auto;
    padding: 0px 10px;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 100;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-control:hover,
.form-control:focus {
    outline: 0;
    border: 1px solid #558b2f;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
textarea.form-control {
    height: 120px!important;
    resize: none;
    overflow-x: hidden;
    line-height: 30px;
}
input[type=radio],
input[type=checkbox] {
    display: none;
}
input[type=radio]+label,
input[type=checkbox]+label {
    position: relative;
    margin: 0 17px 0 0!important;
    padding-left: 32px;
    cursor: pointer;
    line-height: 20px;
}
input[type=radio]+label::before,
input[type=checkbox]+label::before {
    content: "";
    display: block;
    text-align: center;
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: -17px;
    width: 20px;
    height: 20px;
    color: inherit;
    background: #fff;
    border: 1px solid #e5e3e3;
    border-radius: 3px;
    font-size: 13px;
}
input[type=checkbox]+label::before {
    top: 0;
}
input[type=radio]+label::before {
    border-radius: 50%
}
input[type=radio]+label:empty,
input[type=checkbox]+label:empty {
    width: 22px!important;
    padding-right: 0;
    margin: 0!important;
}
input[type=radio]:checked+label::before,
input[type=checkbox]:checked+label::before {
    content: '\f00c';
    color: #558b2f;
}
.radio-wrap {
    display: block;
    margin: 0px;
}
.radio-wrap label i {
    display: block;
}
.radio-wrap label i:before {
    font-size: 46px;
}
.radio-wrap label span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 0px;
}
.radio-wrap input[type="radio"]:empty,
.radio-wrap input[type="checkbox"]:empty {
    display: none;
}
.radio-wrap input[type="radio"]:empty ~ label,
.radio-wrap input[type="checkbox"]:empty ~ label {
    position: relative;
    display: block;
    line-height: 25px;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin: 0 auto!important;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.radio-wrap input[type="radio"]:empty ~ label:before,
.radio-wrap input[type="checkbox"]:empty ~ label:before {
    position: relative;
    float: left;
    content: '';
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #c1c1c1;
    top: 8px;
}
.radio-wrap input[type="radio"]:hover:not(:checked) ~ label,
.radio-wrap input[type="checkbox"]:hover:not(:checked) ~ label {
    background: #f5f5f5;
    color: #558b2f;
}
.radio-wrap input[type="radio"]:checked ~ label,
.radio-wrap input[type="checkbox"]:checked ~ label {
    color: #558b2f;
}
.radio-wrap input[type="radio"]:checked ~ label:before,
.radio-wrap input[type="checkbox"]:checked ~ label:before {
    background: #558b2f;
    border-color: #558b2f;
}
.ui-widget.ui-widget-content {
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #ebebeb;
    border-top: 0;
    border-bottom: 0;
}
.ui-selectmenu-button.ui-button {
    white-space: nowrap;
    width: 100%;
    border-radius: 3px;
    line-height: 45px;
    height: 45px;
    padding: 0 0 0 8px;
    text-align: left;
    font-size: 12px;
    display: inline-block;
    background: #fff;
}
.ui-selectmenu-text {
    color: #121212;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 15px;
    margin-right: 5px;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-button.ui-state-active:hover {
    background: #f1f1f1;
    font-weight: normal;
    color: #363636;
    margin: 0;
    padding: 0 10px;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 0 10px;
    font-family: 'Droid Arabic Kufi', sans-serif;
    line-height: 35px;
    border: 0;
    border-bottom: 1px solid #ebebeb;
}

/*Page Heading
================================*/
.page-heading {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 15px 0px;
}
.page-heading h3 {
	font-size: 30px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 2px;
}
.page-heading .breadcrumb {
	background: none;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	line-height: 40px;
	font-style: italic;
	letter-spacing: 1px;
}
@media (max-width: 991px) {
    .page-heading {
		text-align: center;
        overflow: hidden;
    }
    .page-heading h2{
        text-align: center;
    }
}
.page-heading .breadcrumb > li + li:before {
	padding-right: 6px;
    color: #fff;
}
.page-heading .breadcrumb a {
	color: #f7f7f7;
}
.page-heading .breadcrumb > .active {
    color: #fff;
}

/* Top Header
=====================*/
.top-header {
	width: 100%;
	min-height: 35px;
	background: #558b2f;
	position: fixed;
	top: 0px;
	z-index: 99999;
	order: 3;
}
.log-reg{
    float: right;
    padding: 5px 0;
}
.log-reg li{
    display: inline-block;
}
.log-reg li a{
    color: #fff;
    text-transform: capitalize;
    font-size: 12px;
    display: block;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 1px;
}
.log-reg li:last-child a{
    border-left: 1px solid #33691e;
    padding-left: 5px;
}
.log-reg li a:hover{
    color:#000000;
    }

/*Header
=============================*/
#header {
    position: fixed;
    background: #fff;
    height: 63px;
    width: 100%;
    top: 35px;
    z-index: 99999;
    order: 3;
    border-bottom: 3px solid #558b2f;
}
#header > .container {
    position: relative;
    margin-bottom: -60px;
}
#header .navbar-collapse > .container {
    position: relative;
}
#header .logo {
    position: relative;
    margin: 0;
    float: left;
    z-index: 9999;
    font-weight: bold;
    font-size: 42px;
    text-transform: uppercase;
    color: #558b2f;
}
#header .logo img {
    height:100%;
}
.btn-responsive-nav {
    display: none;
}
@media all and (max-width:360px){
    #header .logo {
        width: 190px;
    }
}
@media all and (max-width:991px) {
    .btn-responsive-nav {
        display: block;
        position: absolute;
        background: #558b2f ;
        top: 15px;
        right: 15px;
        color: #FFF;
        border: none;
        z-index: 1;
        -webkit-transition: background ease 0.4s;
        -moz-transition: background ease 0.4s;
        transition: background ease 0.4s;
    }
    .btn-responsive-nav:hover,
    .btn-responsive-nav:active,
    .btn-responsive-nav:focus {
        color: #fff;
        background: #33691e;
        outline: 0;
        box-shadow: none;
    }
}
#header nav {
    float: right;
    margin:0px;
}
@media all and (min-width:992px) {
    .nav-main > ul.navbar-nav{
    }
    .nav-main > ul.navbar-nav > li {
        border-right: 1px solid #eee;
    }
    .nav-main > ul.navbar-nav > li:first-child{
        border-left: 1px solid #eee;
    }
    .nav-main > ul.navbar-nav > li > a {
        padding: 0 10px;
        line-height: 60px;
        font-size: 13px;
        color: #212121;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        -webkit-transition: all ease 0.25s;
        -moz-transition: all ease 0.25s;
        transition: all ease 0.25s;
    }
    .nav-main > ul.navbar-nav > li > a >i{
        margin-left:10px;
    }
    .nav-main > ul.navbar-nav > li > a:focus ,
    .nav-main > ul.navbar-nav > li > a:hover{
       background: transparent;
       color: #558b2f ;
    }
    .nav-main > ul.navbar-nav > li.active > a ,
    .nav-main > ul.navbar-nav > li.active > a:focus{
       background: transparent;
       color: #fbad3b;
    }
}
@media all and (max-width:991px) {
    #header {
        clear: both;
    }
    #header ul.navbar-nav {
        float: none;
        padding: 10px 0;
    }
    #header > .container {
        margin-bottom: 0;
    }
    #header .nav-main-collapse {
        top: 0;
        position: relative;
        background: #558b2f ;
        max-height: 300px;
        width: 100%;
        overflow: hidden;
        z-index: 99;
    }
    #header.colored .nav-main-collapse {
        top: -13px;
    }
    #header .nav-main-collapse.collapse {
        display: none !important;
    }
    #header .nav-main-collapse.collapse.in {
        overflow: hidden !important;
        display: block !important;
    }
    #header .nav-main {
        display: block;
        float: none;
        width: 100%;
        padding:   0;
        clear: both;
    }
    #header .nav-main ul li {
        clear: both;
        float: none;
        display: block;
    }
    #header .nav-main ul ul {
        margin-left: 20px !important;
    }
    .nav-main .navbar-nav li a {
        position: relative;
        display: block;
        font-weight: 600;
        overflow: hidden;
        font-size: 14px;
        letter-spacing: 1px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        padding: 0 10px;
        line-height: 35px;
    }
    .nav-main .navbar-nav li a i{
        display: none;
    }
    .nav-main .navbar-nav li > a:hover,
    .nav-main .navbar-nav li > a:focus , 
    .nav-main .navbar-nav li.active > a,
    .nav-main .navbar-nav li.active > a:hover {
        background: #33691e;
        color: #fff!important;
    }
    
}

/*Footer
==================================*/
footer.footer {
    display: block;
    position: relative;
    background: #121212;
    padding: 20px 0px;
}
footer.footer h3 {
    font-weight: 600;
    letter-spacing:1px;
    font-size:16px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom:10px;
}
.footer p {
    letter-spacing: 0.5px;
    font-size: 14px;
    margin: 0;
    line-height: 25px;
    color: #fff;   
    padding-right: 15px;
}
.footer .quick-links{
    display: block;
    position: relative;
}
.footer .quick-links li{
    
}
.footer .quick-links li a{
    position: relative;
    display: block;
    line-height:28px;
    text-transform: capitalize;
    color:#fff;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.footer .quick-links li a:after{
    position: absolute;
    right:15px;
    font-family:FontAwesome;
    content: "\f101";
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;    
            transition: all .3s; 
}
.footer .quick-links li a:hover:after{
    transform: translateX(5px);
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
        -ms-transition: all .3s;
         -o-transition: all .3s;    
            transition: all .3s; 
}
.footer .subscribe-form{
    overflow: hidden;
    position: relative;
    display: block;
    margin:15px auto;
}
.footer .subscribe-form .form-group{
    margin: 0;
    position: relative;
}
.footer .subscribe-form .form-group .form-control{
    display: block;
    position: relative;
    margin: 0;
    border-radius:3px;
    height: 45px;
    padding: 0 10px;
    line-height:45px;
    border: 0;
}
.footer .subscribe-form .form-group .icon-btn {
    position: absolute;
    right: 2px;
    top: 3px;
    color: #ffffff;
    background: #558b2f;
    border: 0;
    margin: 0;
    padding: 0;
    border-radius: 3px;
}
.footer .subscribe-form .form-group .icon-btn i{
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    padding: 0;
    font-size: 18px;
}
.copyrights {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #121212;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    line-height: 35px;
    border-top: 1px solid #292929;
    font-size: 12px;
}

/* Welcome Home
=========================*/
.wel-home{
    background: url(../images/home-bc.jpg) center center;
    width: 100%;
    position:relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: 540px;
    background-attachment: fixed;
}
.wel-home .container-fluid{
    position: relative;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.6);
}
.wel-home .carousel  , .wel-home .carousel .item{
    position: relative;
    width: 100%;
    height:540px;
    overflow: hidden;
}
.carousel-inner {
    padding-top: 150px;
}
.wel-home .caption {
    position:relative;
    max-width: 767px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.caption .headtitle {
    font-weight: 600;
    font-size: 28px;
    display: block;
    position: relative;
    line-height: 40px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.caption .details {
    font-weight: 600;
    font-size: 15px;
    display: block;
    position: relative;
    line-height: 25px;
    margin: 15px auto;
    letter-spacing:  1px;
}
.caption .custom-btn {
    margin: 5px auto 0;
    height: 35px;
    width: 120px;
    line-height: 35px;
}
.wel-home .carousel-control {
    position: absolute;
    top: 180px;
    bottom: 155px;
    left: 0;
    right: auto;
    width: 35px;
    height: 100px;
    font-size: 20px;
    background-color: rgba(0,0,0,.3);
    line-height: 90px;
    color: #fff;
    opacity: 1;
    background-image: none;
    border-radius: 0;
}
.carousel-control.right {
    right: 0;
    left: auto;
}

/* Search
===========================*/
@media all and (max-width:767px){
    .wel-home{
        display: none;
    }
}
.search{
    padding-top: 0;
}
.search-content{
    background:#fff;
    margin-top: -80px;
    line-height: 80px;
    padding: 15px;
    overflow: hidden;
    text-align: center;
}
.search-content .form-group{
    padding: 0;
    margin: 0;
    text-align: center;
}
.search-content .form-group .form-control{
    height: 50px;
    border: 0;
    font-size: 18px;
    text-transform: capitalize;
    background: #eee;
    border-radius: 0;
}
.search-content .form-group label{
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 50px;
    text-align: center;
}
.search-content .form-group .custom-btn{
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    border-radius: 0;
    color: #fff;
    background: #121212;
    border: 0;
    border-left: 1px solid #eee;
}
.search-content .form-group .custom-btn:hover{
    background: #000;
    color: #fff;
}
@media all and (max-width:767px){
    .search-content{
        margin-top: 0;
    }
}

/* Req Rate
==========================*/
.req-rate{
    background: #fff;
    text-align: center;
    padding: 25px;
    box-shadow: 1px 1px 5px #9c9c9c;
}
.req-rate h3{
    max-width: 260px;
    text-align: center;
    margin: 5px auto 15px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 40px;
}
.req-rate .custom-btn{
    margin: 10px auto 0;
}
.req-info h3{
    text-align: left;
    margin: 5px auto 15px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 40px;
}
.req-info p{
    margin: 5px 0 15px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: lowercase;
    line-height: 25px;
    max-width: 680px;
}
@media all and (max-width:767px){
    .req-rate h3{
        max-width: 100%;
    }
}

/* Prod Item
=============================*/
.prod-item {
    position: relative;
    margin: 10px 5px;
    padding: 10px;
    border-radius: 0;
    background: #fff;
    box-shadow: 1px 1px 5px #9c9c9c;
}
.prod-item .prod-img {
    width: 100%;
    height: 180px;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.rated{
    position: absolute;
    top: 10px;
    left: 10px;
    line-height: 30px;
    text-align:center;
    font-size: 14px;
    font-weight: 600;
    background: #f1c40f;
    color: #333;
    padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 1px;
}
.prod-item img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
            transform: scale(1);
    -webkit-transition: .3s all;
       -moz-transition: .3s all;
            transition: .3s all;
}
.prod-item .prod-img:hover img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.2) rotate(3deg);
       -moz-transform: scale(1.2) rotate(3deg);
            transform: scale(1.2) rotate(3deg);
    -webkit-transition: .3s all;
       -moz-transition: .3s all;
            transition: .3s all;
}
.prod-item .prod-content {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
    padding:10px 5px;
    text-align:center;
    background: #f1f8e9;
}
.prod-item .prod-content .prod-title {
    display: block;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #212121;
    line-height: 35px;
    letter-spacing: 1px;
}
.prod-item .prod-content .prod-title:hover{
    color: #558b2f;
}
.prod-item .prod-content .price{
    float: left;
    width: 50%;
    margin: 5px auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
}
.prod-item .prod-content p {
    display: block;
    clear: both;
    line-height: 22px;
    font-size: 13px;
    color: #121212;
    letter-spacing: 0.5px;
}
.rate {
    display: block;
    margin: 5px auto;
    float: left;
    width: 50%;
    text-align: center;
}
.rate li {
    display: inline-block;
    padding: 0;
    line-height: 25px;
}
.rate li i {
    color: #f1c40f;
    font-size: 15px;
    padding: 0 1px;
}

/* Auction
=========================*/
.auction{
    color: #fff;
}
.auction h3{
    margin: 5px auto 15px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 40px;
    display: block;
}
.auction p{
    margin: 10px auto;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-style: italic;
    line-height: 30px;
    max-width: 767px;
}
.auction .custom-btn{
    margin-top: 15px;
}

/* Disc Item
=========================*/
.disc-item{
    position: relative;
    margin: 10px 5px;
    border-radius: 0;
    background: #fff;
    box-shadow: 1px 1px 5px #9c9c9c;
}
.disc-item .disc-content{
    padding: 15px;
}
.disc-item .disc-content a{
    display: block;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #558b2f;
    line-height: 25px;
    letter-spacing: 1px;
}
.disc-item .disc-content p{
    display: block;
    clear: both;
    line-height: 22px;
    font-size: 12px;
    color: #121212;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.disc-item .disc-info{
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
}
.disc-item .disc-info li{
    float: left;
    width: 33.3%;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    text-transform: capitalize;
    border-right: 1px solid #e6e6e6;
}
.disc-item .disc-info li:last-child{
    border-right:0;
}
.disc-item .disc-info i{
    margin-right: 10px;
} 

/*Login -Register
===============================*/
.login-form {
    display: block;
    position: relative;
    max-width: 480px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    box-shadow: 1px 1px 5px #9c9c9c;
}
.form-title {
    display: block;
    position: relative;
    width: 100%;
    line-height: 50px;
    padding: 0 15px;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid #ececec;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.form-footer {
    display: block;
    position: relative;
    width: 100%;
    line-height: 45px;
    padding: 0 15px;
    font-weight: 600;
    font-size: 12px;
    border-top: 1px solid #ececec;
    color: #121212;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.login-form .form-footer a{
    color: #1e99a8;
    font-weight: 600;
    font-size: 11px;
    margin-left: 5px;
}
.login-form form{
    padding: 20px 20px 0;
    overflow: hidden;
}
.login-form .form-group .custom-btn{
    margin: 5px auto 0;
    display: block;
    width: 100px;
    height: 35px;
    line-height: 35px;
}
.icon-text i {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    line-height: 45px;
    text-align: center;
    color: #c1c1c1;
}
.login-form .remmeber{
    display: block;
    position: relative;
    float: left;
    margin: 0;
}
.login-form .remmeber label {
    color: #6f6868;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 20px;
}
.login-form .remmeber label:before {
    top: 0!important;
}
.login-form .forget-pass{
    display: block;
    float: right;
    position: relative;
}
.login-form .forget-pass a{
    color: #6f6868;
    text-transform: capitalize;
    -webkit-transition: .3s color;
       -moz-transition: .3s color;
            transition: .3s color;
}
.login-form .forget-pass a:hover{
    color: #1b1e25;
}
.register-form{
    display: block;
    position: relative;
    max-width:767px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #ececec;
}
.register-form form{
    padding: 15px;
    overflow: hidden;
}
.register-form .form-froup{
    margin: 10px -10px;
}
.register-form .form-group .custom-btn{
    margin: 5px auto 0;
    display: inline-block;
    height: 35px;
    line-height: 35px;
}

/*Contact
================*/
.contact{
    padding-bottom: 0;
}
.contact-form label.input {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.contact-form label.input .form-control{
    padding-left: 50px;
    line-height: 40px;
    height: 42px;
    border-radius: 0;
}
.contact-form label.input i {
    position: absolute;
    left: 1px;
    top: 1px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 40px;
    background: #fff;
    color: #CCC;
    border-right: 1px solid #ececec;
}
.contact-form label.textarea i {
    border-bottom: 1px solid #ececec;
}
.contact-form .custom-btn{
    margin-top: 5px;
}
.contact-info {
    margin-top: -10px;
}
.contact-info-item {
    line-height: 40px;
    font-size: 16px;
    color: #121212;
    margin-bottom: 10px;
}
.contact-info-item span:first-child {
    margin-right: 2px;
    color: #000;
    font-size: 17px;
}
.contact-info-item span:first-child i {
    color: #558b2f;
    display: inline-block;
    width: 25px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
}
@media all and (max-width:991px){
    .contact-info {
        margin-top: 10px;
    }
}

/*Sell Wrap
=============================*/
@media all and (max-width:520px){
    .sell-wrap .col-xs-6{
        width: 100%;
    }
}
.sell-wrap .prod-item{
    margin: 15px auto;
}
.disc-wrap .disc-item{
    margin: 15px auto;
}
.top-filter{
    display: block;
    overflow: hidden;
    padding: 10px;
    background: #eee;
    margin: 0 15px;
}
.top-fliter-item{
    padding: 0;
}
.top-fliter-item .form-control{
    border-radius: 0;
    border-right: 0;
}
.top-fliter-item .form-control:hover ,
.top-fliter-item .form-control:focus {
    border: 1px solid #ececec;
    border-right: 0;
}
.top-fliter-item .ui-selectmenu-button.ui-button{
    border-radius: 0;
    border-right: 0;
}
.top-fliter-item .custom-btn{
    display: block;
    width: 100%;
    height: 45px;
    background: #121212;
}

/* About 
==================================*/
.about{
    padding-bottom: 25px;
}
.about .about-content h2 {
    font-weight: 800;
    font-size: 36px;
    color: #558b2f;
    text-transform: uppercase;
    line-height: 55px;
}
.about .about-content p {
    display: block;
    position: relative;
    margin: 15px auto;
    padding: 0;
    font-weight: 400;
    font-size: 17px;
    color: #777;
    line-height: 30px;
}
.about .about-img {
    display: block;
    width: 100%;
}
.about .about-img img {
    display: block;
    height: 375px;
    margin: 55px auto -25px auto;
}
.about .about-content .custom-btn{
    margin-top: 10px;
}
/* Media Query*/
@media(max-width:991px) {
    .about .about-img {
        display: none;
    }
}
.more-info .about-content p {
    line-height: 35px;
    color: #777;
    font-size: 16px;
}
.more-info .about-content p:nth-child(2) {
    background: #eee;
    color: #777;
    margin-bottom: 10px;
    padding:12px 10px;
    font-size: 14px;
    font-style: italic;
    border-left: 5px solid #558b2f;
}
.more-info .about-features {
    padding-left: 10px;
    margin-bottom: 10px;
    line-height: 35px;
}
.more-info .about-features .title {
    font-size: 16px;
    text-transform: uppercase;
    color: #558b2f;
    font-weight: 600;
}
.more-info .about-features .title i {
    background: #121212;
    color: #fff;
    width: 25px;
    height: 25px;
    margin-right: 3px;
    border-radius: 5px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
}
.more-info .about-features .desc {
    line-height: 35px;
    color: #777;
    font-size: 14px;
    letter-spacing: 1px;
}

/*process-item 
======================*/
@media all and (max-width:500px){
    .process-wrap .col-xs-6{
        width: 100%;
    }
}
.process-wrap .section-title h3 {
    display: block;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 27px;
    color: #373737;
    margin: 0;
    line-height: 40px;
}
.process-wrap .section-title p {
    display: block;
    position: relative;
    font-size: 12px;
    color: #373737;
    line-height: 20px;
    max-width: 776px;
    margin: 10px auto;
}
.process-item{
    display: block;
    position: relative;
    margin: 10px -5px;
    padding: 10px;
    background: #fff;
    box-shadow: 1px 1px 5px #9c9c9c;
}
.process-item .process-img{
    display: block;
    position: relative;
    margin: 5px auto;
}
.process-item .process-img img{
    width: 100%;
    width:100%;
    height: 170px;
}
.process-item .process-content{
    display: block;
    position: relative;
    margin: 5px auto;
}
.process-item .process-content .num{
    display: block;
    position: relative;
    line-height: 30px;
    font-weight: bold;
    font-size: 26px;
    color: #558b2f;
}
.process-item .process-content .title{
    display: block;
    position: relative;
    line-height: 30px;
    font-weight: 600;
    font-size: 16px;
    color: #3f4042;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.process-item .process-content .details{
    display: block;
    position: relative;
    line-height: 20px;
    font-size: 12px;
    color: #58595b;
    margin: 5px 0px;
}

/* Only Product
==============================*/
only-product .slide {
    overflow: visible
}
.only-product .carousel-indicators li {
    float: left
}
.side-widget {
    margin-top: 20px;
    border: 1px solid #DDD
}
.side-widget .side-widget-title>h3 {
    margin: 0;
    font-size: 17px;
    color: #333;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 40px;
    padding: 0 20px;
    border-bottom: 1px solid #DDD
}
.side-widget-content {
    padding: 20px 15px 10px 20px
}
.only-product {
    overflow: hidden;
}
.only-product .rate {
    margin: 0;
    float: none;
    text-align: left;
    display: block;
    padding: 5px;
    width: 100%;
}
.only-product .prod-cat {
    display: inline-block;
    padding: 0 5px;
    font-size: 12px;
    color: #6f2c90;
    font-weight: 600
}
.only-product .prod-cat i {
    margin-left: 5px
}
.product-info {
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}
.product-info p {
    font-size: 12px;
    line-height: 25px;
    color: #525252;
    margin: 5px 0 10px
}
.product-information {
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px;
}
@media all and (max-width:767px) {
    .product-information {
        margin: 0 auto
    }
}
.product-information .only-prod-title {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #558b2f;
    margin: 0;
    padding: 5px;
    background: #fff;
    text-transform: capitalize;
}
ul.product-details {
    overflow: hidden;
    background: #fff;
    padding: 10px;
}
ul.product-details li {
    line-height: 30px;
    padding: 0;
    border: 1px solid #eee;
    border-bottom: 0;
    overflow: hidden;
}
ul.product-details li:last-child {
    border-bottom: 1px solid #eee;
}
ul.product-details li span {
    line-height: 45px;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    float: left;
    width: 50%;
    letter-spacing: 1px;
    padding: 0 10px;
}
.in-stok {
    color: #2ecc71!important
}
.stat-rate i{
    text-transform: uppercase;
    background: #f1c40f;
    padding: 5px 10px;
    font-style: normal;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
}
ul.product-details li span:last-child {
    color: #558b2f;
    text-align: center;
    border-left: 1px solid #eee;
    padding: 0;
}
@media all and (max-width:767px) {
    ul.product-details li {
        width: 100%;
        float: none;
        display: block
    }
}
@media all and (max-width:520px) {
    ul.product-details{
        padding:10px 0 0;
    }
    ul.product-details li span , ul.product-details li span:last-child{
        width:100%;
        line-height: 25px;
        border-left: 0;
        text-align: center;
        padding: 5px 0;
    }
 }
.price-box {
    display: block;
    padding: 5px;
}
.price-box .price {
    font-size: 18px
}
.price-old {
    color: #7f7f7f;
    margin-right: 6px;
    position: relative
}
.product-color {
    line-height: 30px;
    color: #444;
    margin: 10px 0;
    padding: 0
}
.product-share>span,
.product-quant>span {
    font-weight: 600;
    color: #333;
    line-height: 40px
}
.product-quant {
    padding: 10px 0 5px
}
.product-quant>span {
    font-size: 12px;
    text-transform: capitalize;
    margin-left: 10px;
    line-height: 35px
}
.cat-number {
    display: inline-block;
    vertical-align: bottom
}
.cat-number>a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    color: #333;
    font-size: 18px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}
.cat-number>a:hover {
    background: #f9f9f9;
    color: #6e2c90;
    border-color: #f9f9f9
}
.cat-number>* {
    border: 1px solid #eaeaea;
    float: left;
    height: 40px;
    text-align: center
}
.cat-number>input[type=text] {
    width: 60px;
    height: 35px;
    margin: 0;
    border-left: none;
    border-right: none;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0;
    box-shadow: none
}
.cat-number>input[type=text]:focus {
    border-color: #eaeaea
}
.product-quant>span {
    font-size: 14px;
    text-transform: capitalize;
    margin-right: 10px;
    line-height: 35px;
}

.only-product .slide {
    height: 100%
}
.only-product .carousel {
    position: relative;
    height: 100%;
    padding: 10px 10px 0;
    background: #fff
}
.only-product .carousel-inner {
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
    padding: 0;
}
.only-product .carousel-inner .item {
    width: 100%;
    height: 340px;
    padding: 10px;
    overflow: hidden
}
.only-product .carousel-inner .item img {
    width: 100%;
    height: 100%;
    max-width: 420px
}
.only-product .carousel-indicators {
    position: relative;
    width: 100%;
    margin: 25px auto 0;
    height: 90px;
    background: #fff;
    padding: 0;
    overflow: hidden;
    left: 0;
}
.only-product .carousel-indicators li {
    border-radius: 0;
    display: block;
    width: 25%;
    height: 80px;
    margin: 0;
    border: 1px solid #e5e5e5
}
@media all and (max-width:520px) {
    .only-product .carousel {
        padding-right: 0
    }
    .carousel-fade .carousel-inner .item {
        height: 300px
    }
    .only-product .carousel .carousel-indicators {
        display: none
    }
}
.only-product .carousel-indicators li img {
    width: 100%;
    height: 100%;
    max-width: 120px
}
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.carousel-fade .carousel-control {
    z-index: 2
}

.product-comment {
    display: block;
    position: relative;
    background: #f2f2f1;
    padding: 10px;
    overflow: hidden
}
.product-comment .product-comment-title {
    display: block;
    position: relative;
    margin-bottom: 10px;
    font-weight: 600;
    color: #232323;
    background: #fff;
    line-height: 40px;
    padding: 0 15px
}
.product-comment .comment-item {
    display: block;
    position: relative;
    margin: 10px auto;
    overflow: hidden;
    background: #fff;
    padding: 5px
}
.product-comment .comment-item .comment-user-img {
    float: left;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #f3f2f1;
}
.product-comment .comment-item .comment-user-img img {
    width: 100%;
    height: 100%
}
.product-comment .comment-item .comment-user-content {
    display: block;
    position: relative;
    padding: 5px 5px 5px 80px;
}
.product-comment .comment-item .comment-user-content span {
    display: inline-block;
    position: relative;
    line-height: 25px;
    font-weight: 600;
    font-size: 12px
}
.product-comment .comment-item .comment-user-content .rate {
    display: inline-block;
    margin-right: 5px;
    border-left: 0
}
.product-comment .comment-item .comment-user-content p {
    display: block;
    position: relative;
    line-height: 22px;
    font-size: 11px
}
.add-comment {
    overflow: hidden;
    background: #fff;
    padding: 5px 15px
}
.add-comment span {
    display: block;
    position: relative;
    font-weight: 600;
    color: #232323;
    line-height: 35px;
    padding: 0;
    margin-bottom: 5px;
    font-size: 13px;
    text-transform: uppercase;
}
.add-comment form {
    overflow: hidden;
    border: 1px solid #f5f5f5;
    padding: 15px 0;
    margin-bottom: 15px
}
.add-comment form .form-group textarea.form-control {
    height: 90px!important
}
.add-comment form .custom-btn {
    margin: 0;
    padding: 0 15px;
    font-size: 12px
}
.add-comment form .rate {
    color: #FFC107;
    padding: 0 0 0  25px;
}
.add-comment form .rate li{
    margin:0;
    padding: 0 5px;
    font-size: 15px;
}
@media all and (max-width:480px) {
    .product-comment .comment-item{
        margin: 5px auto;
    }
    .product-comment {
        padding: 5px;
    }
    .product-comment .comment-item .comment-user-img{
        float: none;
        margin: 5px auto;
    }
    .product-comment .comment-item .comment-user-content{
        float: none;
        margin: 5px auto;
        text-align: center;
        padding: 0;
    }
}


/* Tab Wrapper
=========================*/
.tab-wrapper {
    padding: 15px;
    background: #fff;
    overflow: hidden;
}
.nav-tabs {
    border-bottom: 0;
    background: #f9f9f9;
}
.nav-tabs>li>a {
    margin: 0;
    line-height: 40px;
    border: none;
    border-radius: 0;
    padding: 0 20px;
    color: #232333;
    background: #f9f9f9;
    font-size: 12px;
    border-right: 1px solid #e8e8e8;
    border-left: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
@media all and (max-width:480px){
    .nav-tabs>li{
        float:none;
        text-align:center;
        width:100%;
    }
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:focus, 
.nav-tabs>li>a:hover {
    color: #fff;
    background: #558b2f;
    border: none;
    font-size: 12px;
}
.tab-content {
    padding: 10px;
    background: #fff;
    border: 1px solid #eee;
    border-top: 0;
    overflow: hidden;
}
.tab-content-title {
    line-height: 25px;
    font-size: 14px;
    padding: 5px;
    font-weight: 600;
    color: #121212;
}
.tab-content .table>thead>tr>th, 
.tab-content .table>tbody>tr>th, 
.tab-content .table>tfoot>tr>th, 
.tab-content .table>thead>tr>td, 
.tab-content .table>tbody>tr>td, 
.tab-content .table>tfoot>tr>td {
    padding: 5px 10px;
    line-height: 30px;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 12px;
}
.tab-content p {
    line-height: 25px;
    font-size: 12px;
    padding:5px 5px 0;
    text-align: justify;
    margin: 0;
}
.tab-content li {
    padding: 0 15px;
    line-height: 30px;
    font-size: 13px;
}
.zoomContainer{
    z-index:9998!important;
    order:0!important
}
.zoomWindow{
    border:0px!important;
    box-shadow:1px 1px 10px #a0a0a0;
    z-index:99999!important;
    order:3!important
}

/* Only Blog
=============================*/
.only-blog {
    margin-top: 15px;
    background: #fff;
    padding: 15px;
    overflow: hidden;
}
.only-blog h3 {
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    color: #558b2f;
}
.only-blog p {
    font-size: 13px;
    line-height: 25px;
    text-transform: capitalize;
    letter-spacing: .5px;
}
.widget {
    margin-bottom: 5px;
    background: #fff;
}
.widget .widget-title {
    text-transform: capitalize;
    letter-spacing: .5px;
    border: 1px solid #f2f2f2;
    color: #558b2f;
    font-size: 14px;
    font-weight: 600;
    line-height: 45px;
    padding: 0 15px;
}
.widget .widget-content {
    border: 1px solid #f2f2f2;
    border-top: 0;
    margin: 0;
    display: block;
    position: relative;
    background: #fff;
    padding: 10px;
    overflow: hidden;
}
.disc-comment .comment-item{
    background: #f1f8e9;
}
.disc-comment .replay{
    margin-left:50px;   
}
@media all and (max-width:480px) {
    .widget .widget-content{
        padding:0;
    }
    .add-comment{
        padding:5px
    }
    .add-comment .form-group{
        padding:0 5px;
        margin-bottom:5px;
    }
    
    .disc-comment .replay{
        margin-left:15px;   
    }
}
.timer-count {
    position: relative;
    width: 100%;
    text-align: center;
    overflow:hidden;
}
.timer-count{
    position:relative;
    width:100%;
    text-align:center;
    border-radius: 0;
}
.timer-count>div>div{
    float:left;
    position:relative;
    text-align:center;
    padding:5px;
    width:33.3%;
    height:70px;
    line-height:30px;
    font-weight:600;
    color:#558b2f;
    background:#fff;
    margin:0;
    font-size:14px;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
}
.timer-count>div>div:first-child{
    border-left:1px solid #eee;
}
.timer-count>div>div>span{
    display:block;
    height:30px;
    color:#121212;
    line-height:30px;
    border-radius:0 0 3px 3px;
}
.auction-offer{
    background: #fff;
    display: block;
    overflow: hidden;
}
.auction-offer h3{
    display: block;
    margin: 0;
    text-align:left;
    padding: 5px 15px;
    text-transform: capitalize;
    line-height:40px;
    font-size: 18px;
    font-weight: 600;
}
.auction-offer .timer-count{
    border-top: 1px solid #eee;
}
.auction-offer .timer-count > div >div:first-child{
    border-left:0;
}
.auction-offer .timer-count > div >div:last-child{
    border-right:0;
}

/*Bids Wrap
======================*/
.bids-wrap{
    margin: 0 10px;
    background: #f1f8e9;
}
.bids-wrap .title{
    display: block;
    margin: 0;
    text-align: left;
    padding:10px;
    text-transform: uppercase;
    line-height:30px;
    font-size: 15px;
    font-weight: 600;
}
.bids-wrap .dialog-form{
    padding-top: 0;
}
.bids-wrap .form-group{
    padding:5px;
}
.auction-wid{
    margin: 10px auto;
    padding: 0 25px;
}
.auction-wid .product-comment .comment-item{
    margin:5px auto;
    background: #f1f8e9;
}
.auction-wid .product-comment .comment-item span{
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}
.auction-wid .product-comment .comment-item .comment-user-img{
    border-color:#fff;
}
.add-prod-wrap{
    overflow: hidden;
    display: block;
    padding: 15px;
    max-width: 767px;
    background: #f1f8e9;
}
.add-prod-wrap .inline-form {
    float: left;
    width: 50%;
}
.add-prod-wrap .form-group label{
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}
.add-prod-wrap .inline-form label:last-child {
    margin-left: 10px;
    width: 50px;
}
.add-prod-wrap .add-prod-wrap-title {
    text-align: left;
    text-transform: capitalize;
    letter-spacing: .5px;
    font-size: 16px;
    color: #558b2f;
    margin-bottom: 5px;
    line-height: 40px;
    padding: 0 15px;
    font-weight: 600;
}
.add-prod-wrap span {
    position: relative;
    line-height: 30px;
    margin:5px 0;
    padding-left: 25px;
    text-align:left;
    display: block;
    font-size: 14px;
    color: #555;
}
.add-prod-wrap .form-group {
    padding: 0 10px;
    overflow: hidden;
    margin: 5px auto;
}
.add-prod-wrap .price-wid label {
    display: inline-block;
    margin: 0 5px;
}
.add-prod-wrap .price-wid .form-control {
    display: inline-block;
    width: 50px;
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
}
.add-prod-wrap .form-group .form-control {
    font-size: 13px;
}
.add-prod-wrap .inline-form label {
    text-align: left;
    float: left;
    padding-right: 5px;
    padding-left: 0;
    width: 140px;
    text-transform: capitalize;
    letter-spacing: .5px;
    font-size: 12px;
    line-height: 35px;
    color: #121212;
    margin: 0;
}
.add-prod-wrap .inline-form .form-control {
    float: left;
    text-align: left;
    width: 70px;
    height: 35px;
    line-height: 35px;
}
.add-prod-wrap .img-block {
    background: #f1f1f1;
    padding: 0;
    margin: 10px auto;
    box-shadow: 1px 1px 5px #ebebeb;
}
.add-prod-wrap .img-block img {
    margin-bottom: 5px;
    height: 150px;
    background: #fff;
    padding: 10px;
}
.add-prod-wrap .img-block .custom-file-upload {
    cursor: pointer;
    display: block;
    width: 150px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    font-size: 11px;
}
.add-prod-wrap .img-block input[type="file"] {
    display: none;
}
@media all and (max-width:767px){
    .add-prod-wrap .inline-form {
        float:none;
        display:block;
        width: 100%;
    }   
    .add-prod-wrap .inline-form label{
        width: 125px;
    }
    .add-prod-wrap .inline-form label:last-child{
        width: 25px;
    }
    .bids-wrap{
        margin:5px auto;
    }
    .bids-wrap .custom-btn{
        margin:5px auto;
        display: block;
    }
    .auction-wid{
        padding:0 15px;
    }
}

/* Terms
=======================*/
.toggle-container {
    border: none;
}
.toggle-container .panel {
    position: relative;
    background: #f6f6f6;
    margin-bottom: 15px;
    background-color: transparent;
    border: none;
    overflow: hidden;
    text-align:left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.toggle-container .panel>a {
    color: #fff;
    background: #558b2f;
    font-size: 13px;
    position: relative;
    display: block;
    padding: 10px 15px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.toggle-container .panel .panel-content {
    padding: 15px;
    line-height: 35px;
    background: #fff;
    color: #232323;
    font-size: 12px;
}
.toggle-container .panel>a:before {
    margin-left: 16px;
    float: right;
    display: block;
    content: "\f068";
    font-family: FontAwesome;
    margin-right: 16px;
    line-height: 24px;
    font-size: 10px;
    font-weight: 100;
    width: 24px;
    height: 24px;
    text-align: center;
    background: #fff;
    color: #012a3b;
    transition: all 0.4s ease;
}
.toggle-container .panel>a.collapsed {
    background: #fff!important;
    color: #012a3b;
}
.toggle-container .panel>a.collapsed:before {
    content: "\f067";
    background: #fff;
}

/* Profile
=======================*/
.profile-card {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #f1f1f1;
    margin-bottom: 15px;
}
.profile-card .profile-img {
    display: block;
    margin: 0 auto;
    width: 260px;
    padding: 15px 15px 0;
}
.profile-card .profile-name {
    display: block;
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #558b2f;
    line-height: 35px;
    margin: 5px auto;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.profile-card .profile-menu ul {
    display: block;
    position: relative;
    padding: 0;
}
.profile-card .profile-menu ul li {
    display: block;
    position: relative;
    border-top: 1px solid #f1f1f1;
    border-left: 4px solid #fff;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
}
.profile-card .profile-menu ul li a {
    line-height: 40px;
    font-size: 13px;
    color: #333;
    display: block;
    position: relative;
    text-transform: capitalize;
}
.profile-card .profile-menu ul li a i {
    font-size: 18px;
    color: #558b2f;
    line-height: 40px;
    width: 30px;
    text-align: center;
    margin: 0 5px;
}
.profile-card .profile-menu ul li a .flaticon-store:before {
    font-size: 17px;
    color: #6e2c90;
    line-height: 50px;
    width: 30px;
    text-align: center;
    margin-right: 5px;
    margin-left: 10px;
}
.profile-card .profile-menu ul li.active,
.profile-card .profile-menu ul li:hover {
    border-left: 4px solid #558b2f;
    background: #f1f1f1;
}
.profile-card .profile-menu ul li.active a,
.profile-card .profile-menu ul li:hover a {
    color: #558b2f;
}
.profile-content {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    position: relative;
    padding: 0;
}
.profile-widget-title {
    display: block;
    position: relative;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: #558b2f;
    border-left: 3px solid #558b2f;
    border-bottom: 1px solid #f1f1f1;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.profile-widget-content {
    position: relative;
    display: block;
    padding: 20px 10px 0;
    overflow: hidden;
}
.notification-wrap {
    padding: 10px;
}
.profile-account-setting .form-group {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    clear: both;
    padding: 0 15px;
}
.profile-account-setting .form-group label {
    color: #333;
    font-size: 12px;
    line-height: 40px;
    width: 20%;
    float: left;
    text-transform: capitalize;
}
.profile-account-setting .form-group .form-control {
    width: 78%;
    margin-left: 2%;
    float: left;
}
.profile-account-setting .form-group .custom-btn {
    display: inline-block;
    margin: 0px auto;
    padding: 0 10px;
    font-size: 12px;
    float: left;
}
.profile-account-setting .form-group .custom-btn:hover {
    background: #000;
}
@media all and (max-width:767px) {
    .profile-account-setting .form-group label {
        width: 100%;
        float: none;
        padding-left: 15px;
    }
    .profile-account-setting .form-group .form-control {
        width: 100%;
        margin-left: 0;
        float: none;
    }
}
.product-owner {
    overflow: hidden;
    display: block;
    background: #fff;
    margin-top: 15px;
}
.product-owner .product-owner-img {
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 1px solid #f9f9f9;
    margin: 15px auto;
}
.product-owner .product-owner-widget {
    overflow: hidden;
    margin: 15px auto;
}
.product-owner .product-owner-widget li {
    border: 1px solid #f9f9f9;
    background: #fff;
    padding: 10px;
    border-bottom: 0;
    color: #333;
}
.product-owner .product-owner-widget li:last-child {
    border: 1px solid #f9f9f9;
}
.product-owner .product-owner-widget li:last-child span {
    display: block
}
.product-owner .product-owner-widget li span {
    display: inline-block;
    position: relative;
    line-height: 40px;
    font-weight: 600;
    font-size: 12px;
    color: #558b2f;
}
.product-owner .product-owner-widget li p {
    line-height: 22px;
    font-size: 12px;
    padding: 5px;
}
.product-owner .widget .widget-content {
    overflow: hidden;
}
.track {
    background: #fff;
    overflow: hidden;
    margin-top: 15px;
    padding: 15px;
}
.track .custom-btn {
    padding: 0 12px;
    font-size: 12px;
}
.track p {
    font-weight: 600;
    font-size: 12px;
}
.track-form {
    background: #f9f9f9;
    padding: 15px;
}
.track .track-form .form-group label {
    display: inline-block;
    line-height: 50px;
    margin-left: 10px;
    width: 120px;
    text-align: right;
}
.track .track-form .form-group .form-control {
    display: inline-block;
    width: 400px;
}
.track .tech-supp {
    display: block;
    margin: 10px auto;
    padding: 15px 10px;
    text-align: center;
    font-size: 14px;
    color: #558b2f;
    background: #f9f9f9;
}
.track .tech-supp i:before {
    margin: 0;
    font-size: 40px;
}
.track .tech-supp p {
    display: block;
    color: #232323;
    margin: 5px auto;
    line-height: 25px;
}
.track .tech-supp span {
    display: block;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 35px;
}
.modal-body:not(:first-of-type) {
    position: relative;
    display: block!important;
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.modal-content {
    overflow: hidden;
    border-radius: 5px;
}
.modal-header {
    padding: 0 15px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
    background: #558b2f;
    color: #fff;
}
.modal-title {
    margin: 0;
    line-height: 40px;
}
.modal-header .close {
    margin-top: 10px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
}
.modal-footer {
    padding: 0 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}
.add-new .step-content {
    position: relative;
    width: 100%;
    margin: 0;
    background: 0 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
.step-content .custom-btn {
    padding: 0 12px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    float: left;
}
.tab-content>.active {
    display: block;
}
.balance-wrap {
    overflow: hidden;
    padding: 20px 0;
}
.balance-wrap p {
    display: block;
    position: relative;
    line-height: 25px;
    font-size: 12px;
    color: #232323;
    margin: 0;
    padding: 5px;
}
.balance-wrap p span {
    background: #558b2f;
    color: #fff;
    margin: 0 5px;
    padding: 0 10px;
    text-align: center;
}
.balance-wrap .balance-count {
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    border: 1px solid #ddd;
    font-weight: 600;
    font-size: 12px;
    color: #232323;
    line-height: 35px;
    padding: 10px;
}
.balance-wrap .balance-count span {
    display: block;
    background: #558b2f;
    color: #fff;
    margin-top: 5px;
    font-weight: 600;
    font-size: 16px;
}
.add-new .prod-item p{
    font-size: 12px;
    text-align: center;
    padding: 0 5px 5px;
}
.get-baln{
    padding:0px 15px;
}
.get-baln p{
    font-size:12px;
    line-height:22px;
    margin-bottom:10px;
}

.get-baln .form-control{
    display:inline-block;
    width:240px;
    height:35px;
    line-height:35px;
    border-radius: 0;
}
.get-baln .custom-btn{
    display:inline-block;
    padding:0 15px;
    height: 35px;
    line-height: 35px;
}
.cart .cart-nav {
    display: block;
    position: relative;
    border-bottom: 0;
    margin: 10px auto 0;
    text-align: center;
    padding: 10px 0px 0px;
    overflow: hidden;
    background: #fff;
}

.cart .cart-nav:before {
    content: " ";
    position: absolute;
    background: #e8e8e8;
    height: 2px;
    top: 30px;
    left: 0;
    width: 100%;
    right: 0;
}
.cart .cart-nav>li {
    float: left;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    width: 33.33%;
}
.cart .cart-nav>li>a {
    display: block;
    width: 100px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    border: none;
    border-radius: 0;
    background: transparent;
}
.cart .cart-nav>li>a>span {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    border-radius: 50%;
    background: #f5f5f5;
    border: 2px solid #e8e8e8;
}
.cart .cart-nav>li.active>a,
.cart .cart-nav>li.active>a:focus,
.cart .cart-nav>li.active>a:hover,
.cart .cart-nav>li>a:focus,
.cart .cart-nav>li>a:hover {
    border: none;
    background: transparent;
    color: #558b2f;
}
.cart .cart-nav>li.active>a>span,
.cart .cart-nav>li.active>a:focus>span,
.cart .cart-nav>li.active>a:hover>span,
.cart .cart-nav>li>a:focus>span,
.cart .cart-nav>li>a:hover>span {
    background: #558b2f;
    border-color: #558b2f;
    color: #fff;
}
@media all and (max-width:520px) {
    .cart .cart-nav>li {
        float: none;
        width: 100%;
        display: block;
    }
    .cart .cart-nav:before {
        display: none;
    }
    .cart .cart-nav>li>a {
        width: 100%;
        border: 1px solid #e8e8e8;
        margin: 5px auto;
        padding: 0;
        text-align: right;
    }
    .cart .cart-nav>li>a>span {
        display: inline-block;
        margin-left: 5px;
        border: 0;
        border-radius: 0;
        text-align: center;
    }
    .cart .cart-nav>li.active>a,
    .cart .cart-nav>li.active>a:focus,
    .cart .cart-nav>li.active>a:hover,
    .cart .cart-nav>li>a:focus,
    .cart .cart-nav>li>a:hover {
        background: transparent;
        color: #90153a;
        border: 1px solid #e8e8e8;
    }
    .cart .cart-nav>li.active>a>span,
    .cart .cart-nav>li.active>a:focus>span,
    .cart .cart-nav>li.active>a:hover>span,
    .cart .cart-nav>li>a:focus>span,
    .cart .cart-nav>li>a:hover>span {
        background: #f5f5f5;
        color: #252525;
    }
}
.cart-content-wrap {
    padding: 20px;
    overflow: hidden;
}
.cart-content-wrap .custom-btn {
    padding: 0 15px;
    font-size: 12px;
}
.table,
table th {
    line-height: 18px;
}
table {
    table-layout: fixed;
    margin: 10px auto 0;
    width: 100%;
}
.table {
    font-size: 12px;
    margin-bottom: 22px;
    text-align: center;
}
table td {
    background: #fff;
    text-align: center;
}
table th {
    font-weight: 400;
    background: #f8f8f8;
    text-align: center;
}
.table td,
.table th,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 1px solid #e1e1e1;
    line-height: 18px;
    padding: 16px 10px 15px;
    font-size: 14px;
    letter-spacing: .7px;
    text-transform: capitalize;
}
.cart-total h3,
.table-cart th {
    text-transform: uppercase;
    font-weight: 600;
}
.table>thead>tr>th {
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
}
.table-bordered {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}
.table-layout {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
    position: relative;
    z-index: 102;
    padding: 19px;
}
.table-cell:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    z-index: -1;
}
.table-row:not(:last-child)>.table-cell::after {
    border-bottom-width: 0;
}
.table-cell:not(:first-child)::after {
    border-left-width: 0;
}
.product-item-info td,
.product-item-info th {
    background: #fff;
    height: 45px;
    font-size: 15px;
    vertical-align: middle;
    border: 1px solid #f1f1f1;
    letter-spacing: .7px;
    width: 50%
}
.table-rate td,
.table-rate th {
    font-size: 14px;
    height: 40px;
    vertical-align: middle;
    border: 1px solid #eaeaea;
}
.table-rate input {
    display: none!important;
}
.table-cart {
    border: 1px solid #f1f1f1;
}
.table-cart tbody tr,
.table-cart thead {
    border-bottom: 1px solid #f1f1f1;
    line-height: 45px;
}
.table-cart tbody tr:last-child {
    border-bottom: 0;
}
.table-cart th {
    font-size: 12px;
    color: #402E25;
    line-height: 40px;
    padding: 5px 0;
    text-align: center;
    background: 0 0;
}
.table-cart td {
    text-align: center;
}
.table-cart .product-name,
.table-cart .product-quantity {
    width: 25%;
    text-transform: capitalize;
}
.table-cart .product-price,
.table-cart .product-remove,
.table-cart .product-subtotal,
.table-cart .product-thumbnail {
    width: 11%
}
@media all and (max-width:767px) {
    .table-cart thead {
        display: none;
    }
    .table-cart,
    .table-cart tbody,
    .table-cart tr {
        display: block;
        width: 100%
    }
    .table-cart tbody>tr>td {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 100%!important;
    }
    .table-cart td {
        line-height: 35px;
    }
    .table-cart tr {
        padding-bottom: 10px;
    }
}
.table-cart .product-thumbnail img {
    width: 70px;
    height: 70px;
    padding: 1px;
    background: #f1f1f1;
    margin: 5px auto;
    border-radius: 3px;
}
.table-cart .product-name a {
    color: #4f4f4f;
    font-size: 13px;
    font-weight: 600;
}
.product-remove>button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #de2214;
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    border-radius: 50%;
    padding: 0!important;
    display: block;
    margin: 0 auto;
}
.product-remove>button>i {
    margin: 0;
    display: block;
    line-height: 30px;
}
.table-footer {
    width: 210px;
    float: right;
    overflow: hidden;
    border: 1px solid #f1f1f1;
    border-top: 0;
}
.table-footer .form-control {
    width: 90%;
    margin: 5px auto 0;
}
.table-footer .total {
    display: block;
    position: relative;
    padding: 0;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #558b2f;
}
.table-footer .custom-btn {
    display: block;
    margin: 0;
    border-radius: 0;
    border: 0;
    text-align: center;
    font-size: 12px;
}
.cart-total ul.bill-content {
    background: #fff;
    border: 1px solid #f5f5f5;
}
.cart-total ul.bill-count li {
    color: #252525;
    margin: 5px auto;
    background: #f1f1f1;
}
.cart-total h3,
.form-title {
    margin: 0 auto;
    display: block;
    line-height: 40px;
    font-size: 12px;
    color: #20242e;
    padding: 0 15px;
    background: #f9f9f9;
}
.cart-total ul li {
    position: relative;
    text-align: left;
    padding: 0 0px 0 10px;
    overflow: hidden;
    line-height: 40px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    border-bottom: 1px solid #f1f1f1;
}
.cart-total ul li:last-child {
    border-bottom: 0;
}
.cart-total ul li span {
    float: right;
    color: #252525;
    border-left: 1px solid #f5f5f5;
    padding: 0 10px;
    min-width: 110px;
    font-size: 11px;
}
.check-form {
    display: block;
    position: relative;
    overflow: hidden;
    background: #f9f9f9;
    padding: 10px;
}
.cart-total{
   background: #f9f9f9;
   padding: 5px;
}
.check-form hr{
    margin: 10px auto;
    display: block;
    overflow:hidden;
    width: 100%;
}
.check-form .form-group {
    padding: 0;
    margin-bottom: 5px;
}
.check-form.radio-wrap .form-group {
    margin-bottom: 5px;
    padding: 0 10px;
}
.check-form.radio-wrap .form-group label {
    display: block;
    text-align: left;
    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
    margin: 5px 0;
    color: #333;
}
.check-form input[type="radio"]:empty ~ label,
.check-form input[type="checkbox"]:empty ~ label {
    line-height: 30px;
    text-align: left;
    font-size: 13px;
    padding: 0 10px;
    text-transform: capitalize;
    font-weight: 600;
}
.check-form input[type="radio"]:hover:not(:checked) ~ label,
.check-form input[type="checkbox"]:hover:not(:checked) ~ label {
    background: #fff;
}
.check-form input[type="radio"]:empty ~ label:before,
.check-form input[type="checkbox"]:empty ~ label:before {
    margin-right: 5px;
}
.search-results{
    display: block;
    text-align: left;
    padding:  0 15px;
    background: #558b2f;
    color: #fff;
    line-height:  40px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 15px;
}