.main,
.previewtable .btn-group-justified,
.previewtable img {
    max-width: 300px;
}
.annotation,
.annotationeditor tr,
.feedbackcontainer span {
    cursor: pointer;
}
.greenlink,
.pro-cart-option input {
    font-family: Raleway;
}
#previewing,
.annotationeditor tr input,
.errormessage,
.pro-blog-info,
.selectproduct {
    display: none;
}
h1 em,
p em {
    font-style: normal;
}
body {
    margin: 0;
    background: #EFEBE7;
    color: #887f79;
    font-size: 16.2px;
}
body.admin {
    background:#f9f9f9;
}
.dropdown-menu {
    background: #517629;
}
#previewdefault span {
    font-size: 2.8em;
}
#previewdefault {
    background: #fff;
    border: 1px solid #e2e2e2;
    font-size: 1.2em;
    padding: 90px 0;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
.main {
    margin: 0 auto;
}
.annotationcontainer {
    position: relative;
    width: 100%;
}
.add-cart-part ul li.cart-icon a {
    padding-top: 13px;
    padding-bottom: 12px;
}
.annotation {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: url(../img/leaf.png) center no-repeat #77b039;
    border: 2px solid #fff;
    -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, .75);
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, .75);
    transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.annotation.hovering,
.annotation:focus,
.annotation:hover {
    background-color: #F09101;
}
.annotationcontainer img {
    transition: all ease-in-out .5s;
}
.annotation.dim,
.annotationcontainer img.dim {
    opacity: .3;
}
.annotation.numero1 {
    left: 20%;
    top: 20%;
}
.annotation.numero2 {
    left: 60%;
    top: 60%;
}
.annotationcontainer .popover {
    min-width: 250px!important;
    min-height: 150px!important;
}
.annotationdetailstable .btn {
    padding: 8px 12px;
}
.annotationdetails:hover {
    background: #fff;
}
.productdetails .popover {
    min-height: 250px!important;
}
.editherodetails .row {
    margin-bottom: 15px;
}
.imgthumbnail {
    background: #EBEBEB;
    padding: 42px;
    text-align: center;
    color: #919191;
}
.admin {
    font-size: 14px;
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}
.adminimages td {
    padding-top: 15px!important;
}
.detailedinfo h2 {
    margin: 0px;
    font-weight: 400;
    font-size: 16.5px;
    margin: 0;
    margin-bottom: 10px;
    line-height: 27px;
    color: #473d35;
    font-family: Raleway;
}
.adminimages .imgcontainer,
.adminimages img,
.imgthumbnail {
    border-radius: 3px;
    border: 1px solid #919191;
    margin: 0 auto 5px;
    height: 100px;
    width: 100px;
}
.selected img {
    opacity: .5;
}
.admin .tab-pane {
    padding: 20px 10px;
}
.admin .tab-content {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.admin .dispatchbtn {
    position: relative;
}
.admin .dispatchbtn i.fa-check-circle {
    position: absolute;
    right: -3px;
    bottom: -3px;
    color: #5cb85c;
}
.nav-tabs>li>a {
    padding: 10px 15px;
}
.popover .alert {
    padding: 8px;
    margin-bottom: 5px;
}
.warning {
    color: #e38d13;
}
.cf .imagecontainer,
.products-imges .imagecontainer,
.sub-pro-related .imagecontainer {
    min-width: 100%;
    height: 160px;
    background: #eee;
}
.imagecontainer {
    position: relative;
}
.products-imges {
    cursor: pointer;
}
.products-imges .imagecontainer {
    overflow: hidden !important;
}
.products-imges .heading {
    width: 100%;
    float: left;
    background: #fff;
    line-height: 48px;
    padding: 0;
    font-size: 16px;
    font-family: Raleway;
    font-weight: 500;
    color: #746458;
    margin: 0;
    text-align: left;
    transition: all .3s ease-out 0s;
}
.products-imges .heading h2 {
    color: #746458;
    display: block;
    padding: 15px 20px;
    font-size: 16px;
    margin: 0px;
}
.products-imges:hover .heading {
    background: #71a736;
}
.products-imges:hover h2 {
    color: #fff;
}
.products-imges a span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.imagecontainer .outofseason {
    position: absolute;
    top: 0;
    /*height: 50px;*/
    left: 0;
    right: 0;
    background: rgba(119,176,57,0.8);
    padding: 9px;
}
.imagecontainer .outofseason i {
    font-size: 16px;
    width: 20px;
    text-align: center;
    color: rgba(255,255,255,0.7);
}
.imagecontainer .outofseason p {
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}
.imagecontainer .outofseason span {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
}
.imagecontainer .outofseason .media-body {
    text-align: left;
}
.product_price {
    font-size: 17px !important;
    font-weight: bold !important;
    color: #77b039 !important;
}
.product_price del {
    color: #887f79 !important;
}
.pro-pack p, .product-right-main p {
    font-size: 15px;
    margin-bottom: 0px;
}
@media (max-width: 999px) and (min-width: 768px) {
    .sub-plant-info ul li {
        width: 209px !important;
    }
}
.cf a>span,
.sub-pro-related a>span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.cf li {
    position: relative;
}
.productthumb {
    max-width: 80px;
    height: 62px;
    border: 4px solid #F0EBE5;
}
.product-left-side ul li:hover div {
    border: 4px solid #77b039;
    -moz-transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.pro-cart-option input {
    height: 47px;
    width: 65px;
    padding: 0 10px;
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #746458;
    line-height: 40px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: normal;
}
.pro-cart-detail button {
    border: none;
    background: 0 0
}
.greenlink {
    color: #71a736;
    font-weight: 600;
    font-size: 16px;
    margin: 26px 0 0 3px;
    background: url(../images/post-redd-arw.png) right no-repeat;
    padding: 0 25px 0 6px;
    float: left;
}
.pro-blog-info.active {
    display: block;
}
.category-plants-all.middle {
    padding-top: 77px;
    padding-bottom: 0;
}
.pro-detai-img div {
    margin-top: 70px;
    width: 100%;
    height: 150px;
}
.minuscategory,
.pluscategory {
    width: 22px;
    height: 20px;
    cursor: pointer;
}
.pluscategory {
    background: url(../images/plus-symbol.png) right 0 no-repeat;
}
.minuscategory {
    background: url(../images/minus-symbol.png) right 0 no-repeat;
}
ul.pro-cate-list li {
    background: 0 0;
}
ul.pro-cate-list>li>ul {
    display: none;
}
ul.pro-cate-list>li>ul.active {
    display: block;
}
.scrolltotop {
    width: 42px;
    height: 42px;
    padding: 0 10px;
    background: #746458;
    color: #f2efeb;
    font-size: 1.9em;
    position: fixed;
    bottom: 5%;
    right: 10%;
    cursor: pointer;
    border: 1px solid #746458;
    border-radius: 100%;
    display: none;
}
.scrolltotop span {
    margin: 0;
}
.whitebg {
    background: #eee!important;
}
#hero-carousel .carousel-control img {
    position: absolute;
    top: 38%;
    z-index: 5;
    display: inline-block;
    font-size: 6em;
    color: #507629;
}
.editdescription,
.loginfeedback,
.passwordcontainer {
    display: none;
}
#hero-carousel .carousel-control i {
    top: 38%;
    position: absolute;
}
#hero-carousel .carousel-control.left,
#hero-carousel .carousel-control.right {
    background: 0 0;
}
.annotationcontainer .popover-title {
    border: none;
    text-transform: uppercase;
    color: #5D7F37;
    text-align: center;
    padding-top: 15px;
    font-size: 1.1em;
    font-weight: 500;
    background: url(../img/popover-cross.jpg) right no-repeat;
    background-size: 35px 35px;
}
.annotationcontainer .popover-content {
    text-align: center;
}
.annotationcontainer .popover a {
    padding-top: 20px;
    text-align: center;
    color: #5D7F37;
}
.annotationcontainer .popover a:hover {
    color: #435C27;
}
.pro-cart-option a.active {
    background: url(../images/cart-icon-img.png) 13px 10px no-repeat #77b039;
    color: #fff;
    text-decoration: none;
}
.cart table img {
    max-width: 100px;
}
.cart .table .input-group:not(.voucher) {
    max-width: 200px;
}
.cart {
    margin-bottom: 20px;
}
h1 em {
    color: #71a736;
}
#testimonial-carousel .carousel-navigation {
    height: 100%;
    width: 75px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #EFEAE4;
}
#testimonial-carousel .carousel-navigation .slide-aroow-box {
    margin: 0 auto;
    float: none;
}
.editproduct .tab-content {
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
}
.admin .nav-tabs>li>a, .admin .nav-tabs>li>.btn {
    font-size: 12px;
}
.admin .nav-tabs>li>.btn {
    margin-top: 2px;
}
.editproduct .nav-tabs>li.active>a:focus, .editproduct .nav-tabs>li.active>a:active {
    border: 1px solid #ddd !important;
    border-bottom: 1px solid transparent!important;
}
.cart .progress {
    height: 4px;
    background-color: #C5C5C5;
}
.cart .progress-bar {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.cart .progressindicators {
    margin-top: -31px;
    margin-bottom: 20px;
    font-size: .9em;
}
.cart .progressindicators span {
    cursor: pointer;
}
.cart .progressindicators .indicator {
    background: #C5C5C5;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    border-radius: 100%;
}
.cart .progressindicators .indicator.confirmed {
    background: #5cb85c;
}
.divider {
    width: 1px;
    height: 50px;
    margin: 20px auto;
    background: #aaa;
}
.loginfeedback {
    font-size: .8em;
}
.delay-1 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.delay-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.delay-3 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.delay-4 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.delay-5 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.paymentcontainer .btn {
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.paymentcontainer .header h4 {
    font-size: 1.3em;
}
.otherpaymentoptions,
.paymentcontainer {
    max-width: 450px;
    margin: 0 auto;
    border: 1px solid #aaa;
    border-radius: 5px;
    background: #fff;
}
.otherpaymentoptions .header,
.paymentcontainer .header {
    background: #f8f8f8;
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.otherpaymentoptions .content {
    padding: 20px;
}
.paymentcontainer .cards {
    padding-bottom: 0;
    text-align: center;
}
.paymentcontainer .details {
    padding: 25px;
    padding-top: 10px;
}
.paymentcontainer label {
    font-size: 15px;
}
.paymentcontainer .sectionlead {
    margin: 0 0 0 10px;
}
.paymentcontainer .btn-container {
    padding: 20px 20px 0;
}
.paymentmethod h3 {
    margin-top: 0;
}
.paymentcontainer .input-group {
    width: 100%;
}
.paymentmethod .method {
    display: none;
    /*min-height: 300px;*/
    transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}
.paymentmethod .method.active {
    display: block;
}
.paymentmethod .method.other .btn-primary {
    margin: 20px auto 0;
}
.paymentmethod .btn-group {
    margin: 0 auto 10px;
    width: 100%;
}
.paymentmethod .btn-group button.btn-full {
    width: 50%;
}
#paypal {
    margin-left:-20px;
}
.new-cart .details .input-group {
    width: 100%;
}
.new-cart .panel-heading img {
    height: 19px;
}
.new-cart .panel-heading img:first-child {
    margin-left: 10px;
}
.new-cart .condensed-quantity-row, .new-cart .condensed-total-col  {
    width: 80px;
}
.fs-14 {
    font-size: 14px;
}
.details .input-group .left {
    width: 22%;
}
.details .input-group .right {
    width: 50%;
    float: right;
}
.cart a {
    color: #887f79;
}
.cart .btn-primary {
    color: #fff;
}
.cart .table .input-group .btn-danger {
    padding: 6px 9px;
}
p em {
    color: #71a736;
}
#options .input-group {
    max-width: 150px;
}
.readmore {
    margin: 0;
}
.adminloginform {
    max-width: 400px;
    margin: 100px auto 0;
    border: 1px solid #aaa;
    border-radius: 3px;
    background: #fff;
    padding: 40px;
}
.adminloginform img {
    max-width: 60%;
    margin: 0 auto 40px;
}
.adminloginform a {
    font-size: .9em;
}
.adminmenu {
    background: #fff;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.15);*/
}
.adminmenu .navbar-brand {
    height: 70px;
}
.adminmenu .navbar-brand img {
    height: 100%;
}
.adminmenu .navbar-nav>li>a {
    padding: 27px 10px;
    color: #777;
    font-size: 14px;
}
.adminmenu .navbar-nav>li.active a,
.adminmenu .navbar-nav>li:hover a {
    background: #746458;
    color: #fff;
}
table.dataTable tbody th, table.dataTable tbody td {
    vertical-align: middle;
}
table.dataTable thead th {
    font-size: 10px !important;
}
table.dataTable thead th:first-child, table.dataTable tbody td:first-child {
    padding-left: 0px !important;
}
table.dataTable tbody td:last-child, table.dataTable tbody td:nth-child(5), table.dataTable tbody td:nth-child(4) {
    border-left: 1px solid #f2f2f2;
    text-align: center;
}
table.dataTable tbody td a {
    display: inline-block;
    margin-top: 10px;
    color: #746458;
}
.admin .panel-primary>.panel-heading {
    background: #2372a3;
    border-color: #2372a3;
    border-radius: 0px;
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -1px;
}
.admin .panel-primary {
    border-color: #ddd;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.15);*/
    border-radius: 0px;
}
.admin .window {
    background: #fff;
    border: 1px solid #ddd;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.15);*/
    padding: 20px;
    margin-bottom: 20px;
}
.admin .window.stats {
    padding: 10px;
}
.admin .window.stats .table {
    margin-bottom: 0px;
}
.header-table {
    width: 100%;
}
.header-table>tbody>tr>td {
    width: 50%;
}
.header-table>tbody>tr>td:first-child {
    padding-right:15px;
}
.header-table>tbody>tr>td:last-child {
    padding-left:15px;
}
.admin .list-group-item.active, .admin .list-group-item.active:focus, .admin .list-group-item.active:hover {
    background: #f1f9ed;
    /*font-weight: bold;*/
    color: #555;
    border-color: #ddd;
}
.admin .window .title {
    background: #f9f9f9;
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.admin .window .title h3 {
    margin: 0px;
    font-size: 16px;
    font-weight: normal;
    display: inline-block
}
.admin .window .title .btn {
    margin-top: -8px;
    margin-left: 5px;
}
.admin #sortable li {
    padding: 10px;
    cursor: move;
    border: 1px solid #D3D3D3;
    background: #eee;
    color: #999;
}
.admin #sortable li img {
    opacity: 0.6;
}
.admin #sortable:not(.products) li:nth-child(-n+4), .admin #sortable.products li {
    color: #31708f;
    background: #fff;
    border-color: #bce8f1;
}
.admin #sortable li:nth-child(-n+4) img {
    opacity: 1;
}
.admin #sortable.home_products li:nth-child(-n+5) {
    color: #31708f;
    background: #fff;
    border-color: #bce8f1;
}
.admin #sortable.home_products li:nth-child(-n+5) img {
    opacity: 1;
}
.admin .categoryimage {
    width: 35px;
    border-radius: 3px;
    margin-right: 5px;
}
.title span {
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    padding-right:15px;
    padding-top: 3px;
}
.admin .vieworders {
    margin-bottom: 0px;
}
.admin .vieworders tr {
    transition: all ease-in-out 0.2s;
    cursor: pointer;
}
.admin .vieworders tr:hover {
    background: #f9f9f9;
}
.admin .table th {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-top: none;
}
.admin #productTable_filter input {
    border: 1px solid #ddd;
}
.admin .productsummarytable img {
    max-width: 80px;
}
.admin .productsummarytable tr td:first-child {
    width: 80px;
}
.admin .paymentimg {
    height: 19px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-b-0 {
    margin-bottom: 0px;
}
#notifyModal .sk-folding-cube, #notifyModal .notify2, #notifyModal .notify3 {
    display: none;
}
#notifyModal .modal-sm {
    width: 400px;
}
#notifyModal .modal-content {
    border-radius: 0px;
}
#notifyModal .btn-success {
    background: #77b039;
    transition: all ease-in-out 0.3s;
}
#notifyModal .btn-success:hover {
    background: #517629;
}
#notifyModal input, #notifyModal .btn, #notifyModal span {
    border-radius: 0;
}
.table th {
    font-weight: 700;
}
.createcategory {
    margin-bottom: 10px;
}
.adminimage {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 3px;
}
.adminimage.lg {
    width: 150px;
    height: 150px;
}
.adminimage.xs {
    width: 30px;
    height: 30px;
}
.catinactive img {
    opacity: .3;
}
.catinactive,
.catinactive a {
    color: #8f8f8f;
}
.logo img {
    width: 100%;
    max-width: 250px;
}
.carousel-control {
    opacity: .8;
    font-size: 140px;
    text-shadow: none;
}
#hero-carousel .carousel-control i {
    display: none;
}
.sub-plant-info ul li .plant-img-title {
    height: 76px;
}
.sub-plant-info .cf {
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.pro-pack {
    width: 210px;
}
#welcome-part.inner {
    padding-top: 30px;
}
.product-right-main h2 {
    margin-top: 4px;
    font-style: italic;
    font-size: 16.2px;
    margin-bottom: 4px;
}
.sm-menu-area {
    display: none;
}
#addToCartConfirmation .modal-content, #deliveryCalculation .modal-content, #signupPrompt .modal-content {
    border-radius: 0px;
    border-top: 3px solid #77b039;
    border-left: none;
    border-right: none;
}
#addToCartConfirmation .modal-header, #deliveryCalculation .modal-header, #signupPrompt .modal-header {
    border-bottom: none;
    padding: 0px;
    min-height: 0px;
}
#addToCartConfirmation .addedConfirmation, #deliveryCalculation .addedConfirmation {
    font-weight: 600;
    padding: 10px 0;
    text-transform: uppercase;
    margin-right: 10px;
}
#addToCartConfirmation .addedConfirmation span, #deliveryCalculation .addedConfirmation span {
    color: #77b039;
    font-weight: 700;
}
#addToCartConfirmation .addedConfirmation .fa, #deliveryCalculation .addedConfirmation .fa {
    color: #77b039;
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
}
#addToCartConfirmation .modal-header button, #deliveryCalculation .modal-header button, #signupPrompt .modal-header button {
    padding: 5px;
    padding-top: 0px;
    width:35px;
    height:35px;
    text-align: center;
    background: #746458;
    color: #d6cec6;
    position: absolute;
    right: 0;
    top: 2px;
    z-index:9999;
    opacity: 0.5;
}
#addToCartConfirmation .productInfo, #deliveryCalculation .productInfo {
    padding-top: 15px;
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}
#addToCartConfirmation .productInfo h3, #deliveryCalculation .productInfo h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
    margin-bottom: 10px;
    font-size: 20px;
}
#addToCartConfirmation .productInfo p, #deliveryCalculation .productInfo p {
    font-style: italic;
}
#addToCartConfirmation span.price, #deliveryCalculation span.price {
    color: #77b039;
}
#addToCartConfirmation .confirmationAction, #deliveryCalculation .confirmationAction {
    margin-top: 40px;
}
#addToCartConfirmation .confirmationActionRowSm .confirmationAction, #deliveryCalculation .confirmationActionRowSm .confirmationAction {
    margin-top: 15px;
}
#addToCartConfirmation .confirmationActionRow, #deliveryCalculation .confirmationActionRow {
    display: block;
}
#addToCartConfirmation .confirmationActionRowSm, #deliveryCalculation .confirmationActionRowSm {
    display: none;
}
#addToCartConfirmation .confirmationAction .btn.btn-default, #deliveryCalculation .confirmationAction .btn.btn-default {
    border: 1px solid #77b039;
    color: #77b039;
    font-weight: 600;
    padding-left: 0px;
    border-radius: 0px;
    padding: 8px 30px;
    transition: all ease-in-out 0.3s;
}
#addToCartConfirmation .confirmationAction .btn.btn-default:hover, #deliveryCalculation .confirmationAction .btn.btn-default:hover {
    background: none;
    text-decoration: underline;
}
#addToCartConfirmation .confirmationAction .btn.btn-success, .greenbtn, #deliveryCalculation .confirmationAction .btn.btn-success, .greenbtn {
    background: #77b039;
    font-weight: 600;
    border-radius: 0px;
    padding: 8px 30px;
    transition: all ease-in-out 0.3s;
    text-shadow: none;
    color: #fff;
}
#addToCartConfirmation .confirmationAction .btn.btn-success:hover, .greenbtn:hover, #deliveryCalculation .confirmationAction .btn.btn-success:hover, .greenbtn:hover {
    background: #517629;
    color: #fff;
}
#signupPrompt i {
    font-size: 40px;
}
#cartcarousel .greenbtn {
    font-size: 18px;
    width: 100%;
    max-width: 250px;
}
#cartcarousel .greenbtn.afterpay_complete {
    font-size: 18px;
    width: 100%;
    max-width: 350px;
}
#deliveryCalculation .form-control {
    border-radius: 0;
}
#deliveryCalculation label {
    font-size: 12px;
    font-weight: 600;
}
#deliveryCalculation .confirmationAction {
    margin-top: 0px;
}
#deliveryCalculation .response {
    display: none;
}
.greenbtn-min {
    cursor: pointer;
    color: #77b039;
    font-weight: bold;
}
.greenbtn-min:hover {
    text-decoration: underline;
}
.greenbtn-lg {
    cursor: pointer;
    font-size: 16px;
    padding: 8px 30px;
}
.delivery-calc-error {
    display: none;
}
.processresponse h1 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.processresponse p, .processresponse li, .processresponse td, .processresponse strong {
    font-size: 14px;
}
.processresponse li {
    list-style: disc;
    padding-left:10px;
}
.alert-minimal {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-radius: 0px;
    font-size: 14px;
    border-left-width: 4px;
}
.checkinglabel {
    display: none;
}
.alert-minimal.alert-success {
    background: #f1f9ed;
}
.alert-minimal.alert-info {
    background: #eff6f9;
}
.alert-minimal.alert-danger {
    background: #f9efef;
}
#addToCartConfirmation .freeDeliveryInfo {
    background: #f2f2f2;
    margin-left:-15px;
    margin-right:-15px;
    margin-bottom:-15px;
}
#addToCartConfirmation .freeDeliveryInfo .container-fluid {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 15px;
}
#addToCartConfirmation .freeDeliveryInfo .viewsuggestions {
    font-size: 14px;
    cursor: pointer;
    color: #77b039;
    text-decoration: underline;
}
#addToCartConfirmation .freeDeliveryInfo .suggestions {
    display: none;
}
#addToCartConfirmation .freeDeliveryInfo .progress {
    border-radius: 0px;
    height: 12px;
}
#addToCartConfirmation .freeDeliveryInfo h3 {
    font-weight: 600;
    font-size: 16px;
}
#addToCartConfirmation .freeDeliveryInfo p {
    font-size: 14px;
}
#addToCartConfirmation .freeDeliveryInfo p span {
    font-size: 14px;
    color: #517629;
}
#addToCartConfirmation .freeDeliveryInfo p.fs-16 {
    font-size: 16px;
}
#addToCartConfirmation .freeDeliveryInfo a {
    color: #77b039;
}
#addToCartConfirmation .freeDeliveryInfo .productimage {
    height: 60px;
}
#addToCartConfirmation .freeDeliveryInfo .productdescription {
    padding: 10px;
    background: #fff;
    font-size: 14px;
    color: #887f79;
    transition: all ease-in-out 0.2s;
}
#addToCartConfirmation .freeDeliveryInfo .productcontainer {
    margin-top: 10px;
    margin-bottom: 10px;
}
#addToCartConfirmation .freeDeliveryInfo .productcontainer:hover .productdescription {
    color: #fff;
    background: #77b039;
}
.freeDeliveryProgressContainer {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 140px;
    width: 140px;
    z-index: 1000;
}
.freeDeliveryProgress {
    text-align: right;
    position:relative;
}
.freeDeliveryProgress .c100 {
    margin: 11px auto;
    float: none;
}
.freeDeliveryProgress .ch-item, .freeDeliveryProgress .ch-item p, .freeDeliveryProgress .ch-item * {
    cursor: pointer;
}
.freeDeliveryProgress .ch-info-front .fa {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index:1;
    font-size: 30px;
    text-align: center;
    padding-top: 25px;
    color: #999;
}
.freeDeliveryProgress .ch-info-front .fa.success {
    color: #77b039;
}
.freeDeliveryProgress .ch-info-back {
    z-index:2;
    background: #517629 !important;
}
.freeDeliveryProgress .ch-info-back p {
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
    margin-top: 17px;
    font-size: 14px;
    border-top: none;
    font-style: normal;
}
.p-t-0 {
    padding-top: 0px !important;
}
.p-t-20 {
    padding-top: 20px !important;
}
.new-cart .productsummary {
    background: #f9f9f9;
    padding: 25px 20px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-top:-20px;
    font-size: 14px;
}
.payment-icons {
    width: 100%;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}
.payment-icons p {
    margin-bottom: 10px;
}
.payment-icons p em {
    color: #777;
}
.payment-icons img {
    max-height: 25px;
    margin-right: 5px;
}
.payment-icons i {
    margin: 4px;
    margin-right: 5px;
}
.right-header .header-box-top {
    margin: 0 30px 0 0;
}
.delivery-text p, .delivery-text p span {
    font-size: 17px;
}
.delivery-text span {
    margin-left: 0px;
    font-size: 15px;
}
#welcome-part .sub-plant-info ul li .plant-img-title {
    height: 85px;
}
#welcome-part .sub-plant-info .cf {
    margin-top: 0px;
}
@media only screen and (max-width: 1650px) {
    #hero-carousel .carousel-control.right img {
        right: 30%;
    }
    #hero-carousel .carousel-control.left img {
        left: 30%;
    }
}
@media only screen and (max-width: 1520px) {
    #hero-carousel .carousel-control.right img {
        right: 25%;
    }
    #hero-carousel .carousel-control.left img {
        left: 25%;
    }
}
@media only screen and (max-width: 1450px) {
    #hero-carousel .carousel-control.right img {
        right: 10%;
    }
    #hero-carousel .carousel-control.left img {
        left: 10%;
    }
}
@media only screen and (max-width: 1350px) {
    #hero-carousel .carousel-control img {
        display: none;
    }
    #hero-carousel .carousel-control.left i {
        left: 10%;
    }
    #hero-carousel .carousel-control.right i {
        right: 10%;
    }
}
@media only screen and (max-width: 1210px) {
    .right-header {
        padding-top: 10px;
    }
}
@media only screen and (max-width: 1190px) {
    #hero-carousel .carousel-control i {
        top: 30%;
    }
}
@media only screen and (max-width: 992px) {
    .header-box-top {
        margin-right: 10px !important;
    }
    .right-header .header-box-top {
        margin-top: 4px;
    }
    .header-box-top img {
        width: 40px;
        margin-right: 10px;
    }
    .header-box-top p {
        margin-top: 0px;
    }
    .header-box-top .delivery-text p {
        font-size: 15px;
    }
    .header-box-top span {
        font-size: 14px;
    }
    .cart-icon img {
        width: 18px;
        margin-top: 4px;
    }
    .cart-icon a {
        height: 50px;
    }
    .carttext {
        display: none;
    }
    .logo img {
        margin-top: 15px;
    }
    .new-cart .productsummary {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 940px) {
    #hero-carousel .carousel-control i {
        top: 25%;
    }
    .category-plants-all.last {
        padding-top: 20px;
    }
    .text-center-sm {
        text-align: center;
    }
}
@media only screen and (max-width: 760px) {
    #hero-carousel .carousel-control i {
        display: block;
    }
}
@media only screen and (max-width: 620px) {
    #hero-carousel .carousel-control i {
        top: 30%;
        font-size: 80px;
    }
}
@media only screen and (max-width: 570px) {
    #addToCartConfirmation .confirmationActionRow {
        display: none;
    }
    #addToCartConfirmation .confirmationActionRowSm {
        display: block;
    }
    #addToCartConfirmation .confirmationActionRowSm .btn {
        display: block;
        margin-bottom: 5px;
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    #hero-carousel .carousel-control i {
        top: 30%;
        font-size: 60px;
    }
}
@media only screen and (max-width: 1210px) and (min-width: 1000px) {
    .logo img {
        margin-top: 20px;
    }
    .products-imges p a {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .sub-plant-info ul li .plant-img-title {
        text-align: left;
    }
    #cartcarousel {
        font-size: 14px;
    }
    #top-header, .right-header .header-box-top, .top-header-inner p {
        display: block !important;
    }
    .top-header-inner {
        text-align: center;
    }
    .top-header-inner p {
        float: none;
    }
    .logo {
        display: none;
    }
    .sm-menu-area {
        display: block;
    }
    .sm-menu-area .logo {
        display: block;
    }
    .sm-menu-area li {
        float: left;
        display: inline-block;
        text-align: center;
        width: 40%;
    }
    .sm-menu-area li:first-child, .sm-menu-area li:last-child {
        width: 30%;
    }
    .sm-menu-area li:first-child {
        text-align: left;
    }
    .sm-menu-area li:last-child {
        text-align: right;
    }
    .sm-menu-area .fa {
        padding: 10px;
        font-size: 20px;
        cursor: pointer;
        margin-top: 5px;
    }
    .sm-menu-area a {
        color: #887f79;
        position: relative;
    }
    .sm-menu-area .cartquantity {
        background: #71a736;
        position: absolute;
        color: #fff;
        right:0;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        text-align: center;
    }
    #smallSearch .search-part {
        display: block;
        float: none;
    }
    #smallSearch .modal-dialog {
        width: 300px;
        height: 50px;
        margin: 40px auto;
    }
    #smallSearch .modal-content {
        width: 300px;
        height: 50px;
    }
    #menu-part {
        margin-top: 0px !important;
    }
    .logo img {
        margin-top: 0px;
        max-width: 147px;
    }
    .navbar-default .navbar-toggle {
        background: none;
    }
    #header-main {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header {
        min-height: 70px;
    }
    .admintab,
    .scrolltotop {
        display: none!important;
    }
    .sub-plant-info ul li {
        display: inline-block;
        margin: 0 0 20px;
        float: none;
        width: 48%;
    }
    .pro-cate-list {
        display: none;
    }
    #welcome-part {
        padding-top: 0;
    }
    .pro-detai-img div {
        margin-top: 0;
    }
    #testimonial-carousel .carousel-navigation {
        left: 0;
        width: auto;
    }
    .next-arw,
    .prev-arw {
        top: 0;
    }
}
@media (max-width: 530px) {
    .sub-plant-info ul li {
        display: inline-block;
        margin: 0 0 20px;
        float: none;
        width: 100%;
    }
}
.category-pro-detail .pro-detai-img,
.refresh p,
.saveconfirm {
    display: none;
}
@media (max-width: 1540px) {
    .scrolltotop {
        right: 5%;
    }
}
@media (max-width: 1340px) {
    .scrolltotop {
        right: 10px;
    }
}
@media (max-width: 1000px) {
    .pro-blog-post {
        margin-top: 30px;
        padding-top: 30px;
    }
}
@media (max-width: 500px) {
    .pro-blog-post {
        border-top: 1px solid #aaa;
    }
}
.search-part input.submit-search {
    position: absolute;
    right: 25px;
}
.search-part,
.search-part input {
    width: auto;
}
@media (max-width: 1200px) and (min-width: 768px) {
    .main-navigation ul li {
        font-size: 15px;
    }
}
.boxlogistics {
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border: 1px solid #aaa;
    border-radius: 5px;
}
.boxlogistics h3 {
    margin: 0 0 20px;
}
.deliverynote a {
    color: #71a736;
}
.deliverynote a:hover {
    text-decoration: underline;
}
.packing-images-one img {
    padding: 40px;
}
.ewaycheckout {
    max-width: 380px;
    margin: 0 auto;
    text-align: left;
}
#brandchangeModal,
#brandchangeModalChristmas,
.brandchange,
.lightboxnav {
    text-align: center;
}
#images .row {
    margin-bottom: 20px;
}
#header-main,
#menu-part {
    float: none;
}
.popover {
    max-width: 320px!important;
}
.refresh p {
    margin: 0;
    color: #999;
}
.refresh .fa {
    color: #999 !important;
}
#productOptionInformation .title,
.previousproduct {
    margin-bottom: 30px;
}
.refresh {
    width: 26px;
    height: 36px;
    padding: 6px 5px;
}
#productOptionInformation .image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.previousproduct {
    cursor: pointer;
    transition: ease-in-out background .3s;
    -o-transition: ease-in-out background .3s;
    -moz-transition: ease-in-out background .3s;
    -webkit-transition: ease-in-out background .3s;
    position: relative;
}
.previousproduct a span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.previousproduct .image {
    width: 100%;
    height: 150px;
}
.previousproduct .title {
    padding: 10px;
    background: #F0EBE5;
}
.previousproduct:hover .title {
    background: #77B039;
}
.previousproduct .title p {
    margin: 0;
    transition: ease-in-out color .3s;
    -o-transition: ease-in-out color .3s;
    -moz-transition: ease-in-out color .3s;
    -webkit-transition: ease-in-out color .3s;
}
.previousproduct:hover .title p {
    color: #fff;
}
.feedbacks li .comment {
    background: #F0EBE5;
    padding: 20px;
    margin: 20px 0 10px;
    position: relative;
}
.feedbacks li .comment i {
    position: absolute;
    left: 20px;
    bottom: -17px;
    color: #F0EBE5;
    font-size: 26px;
}
.feedbacks li .name {
    margin-top: 5px;
    margin-bottom: 20px;
    color: #77B039;
    font-weight: 700;
}
.feedbacks li .name p {
    color: #7F7F7F;
    font-size: 13px;
    margin: 0;
}
.feedbacks li .profile {
    width: 40px;
    margin: 5px 10px 0 5px;
    float: left;
}
.brandchange {
    background: #fff;
    position: fixed;
    left: 0;
    top: 70px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #746458;
    border-left: none;
    font-size: 16px;
    line-height: 24px;
    z-index: 100;
    color: #746458;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .75);
}
.modal .brandchange {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto;
}
#brandchangeModal,
#brandchangeModalChristmas .brandchange {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#brandchangeModal,
#brandchangeModalChristmas .brandchange .top {
    border-top-left-radius: 5px;
}
#brandchangeModal,
#brandchangeModalChristmas .brandchange .cta {
    border-bottom-left-radius: 5px;
}
#brandchangeModal .modal-content,
#brandchangeModal .modal-header,
#brandchangeModalChristmas .modal-content,
#brandchangeModalChristmas .modal-header {
    background: 0 0;
    box-shadow: none;
    border: none;
}
.brandchange img {
    max-height: 45px;
    margin-top: 10px
}
.brandchange .top {
    border-top-right-radius: 5px;
    padding: 30px 20px;
    background: url(../images/welcome-part-bg.jpg) bottom;
}
.brandchange .cta {
    border-bottom-right-radius: 5px;
    padding: 10px;
    background: url(../images/welcome-part-bg.jpg) top;
}
.brandchange .bottom a.btn-block {
    margin-top: 25px;
    padding-bottom: 5px;
    width: 100%;
    border-bottom: 1px solid #fff;
    color: #6FA334;
    font-size: 15px;
    font-weight: 700;
}
.brandchange .bottom a:hover {
    border-bottom: 1px solid #77b039
}
.brandchange .bottom {
    padding: 30px;
}
.brandchange .bottom span {
    color: #71a736;
    font-style: italic;
}
.brandchange .top p {
    font-size: 20px;
    color: #746458;
    font-weight: 700;
    margin: 0;
}
.brandchange .bottom p {
    margin-bottom: 15px;
}
.brandchange .bottom p:last-child {
    margin-bottom: 0px;
}
.brandchange p span {
    color: #71a736;
}
.brandchange .fa-remove, #signup_modal .fa-remove {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
    background: #ACA19A;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    padding-top: 2.5px;
    color: #FDFFFD;
    text-align: center;
}
.brandchange a span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.brandchange.christmas img {
    position: absolute;
    left: 5px;
    top: -5px;
    max-height: 28px;
}
@media only screen and (max-width: 1740px) {
    .brandchange.animated {
        display: none;
    }
}
.admintab {
    background: rgba(119, 176, 57, 1);
    background: -moz-linear-gradient(top, rgba(119, 176, 57, 1) 0, rgba(81, 118, 41, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(119, 176, 57, 1)), color-stop(100%, rgba(81, 118, 41, 1)));
    background: -webkit-linear-gradient(top, rgba(119, 176, 57, 1) 0, rgba(81, 118, 41, 1) 100%);
    background: -o-linear-gradient(top, rgba(119, 176, 57, 1) 0, rgba(81, 118, 41, 1) 100%);
    background: -ms-linear-gradient(top, rgba(119, 176, 57, 1) 0, rgba(81, 118, 41, 1) 100%);
    background: linear-gradient(to bottom, rgba(119, 176, 57, 1) 0, rgba(81, 118, 41, 1) 100%);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .75);
    position: fixed;
    left: 0;
    top: 330px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #fff;
    border-left: none;
    padding: 20px;
    font-size: 20px;
    color: #eee;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    cursor: pointer;
    z-index: 100;
}
.admintab a span,
.lightboxnav {
    position: absolute;
    left: 0;
    right: 0;
}
.admintab:hover {
    background: rgba(81, 118, 41, 1);
    background: -moz-linear-gradient(top, rgba(81, 118, 41, 1) 0, rgba(119, 176, 57, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(81, 118, 41, 1)), color-stop(100%, rgba(119, 176, 57, 1)));
    background: -webkit-linear-gradient(top, rgba(81, 118, 41, 1) 0, rgba(119, 176, 57, 1) 100%);
    background: -o-linear-gradient(top, rgba(81, 118, 41, 1) 0, rgba(119, 176, 57, 1) 100%);
    background: -ms-linear-gradient(top, rgba(81, 118, 41, 1) 0, rgba(119, 176, 57, 1) 100%);
    background: linear-gradient(to bottom, rgba(81, 118, 41, 1) 0, rgba(119, 176, 57, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#517629', endColorstr='#77b039', GradientType=0);
}
.admintab a span {
    top: 0;
    bottom: 0;
}
/*.piro_close,
.piro_next,
.piro_next_fake,
.piro_prev,
.piro_prev_fake {
    display: none!important;
}*/
.lightboxnav {
    width: 100%;
    background: rgba(0, 0, 0, .9);
    padding: 11px;
    bottom: -50px;
}
.lightboxnav i {
    cursor: pointer;
    color: #fff;
    padding: 2px 10px;
    margin: 0 10px;
    font-size: 24px;
}
.side_menu_panel .list-group {
    display: none;
}
@media (max-width: 1210px) and (min-width: 1000px) {
    .inner-header-main .col-sm-8 {
        width: 76%;
    }
    .logo img {
        width: 190px;
        max-width: none;
        margin-top: 6px;
    }
}
@media (max-width: 767px) {
    .navbar-header {
        margin: 20px 0 10px 15px;
    }
    .navbar-toggle {
        top: 0;
        margin: 12px 15px 12px 5px;
        float: right;
    }
    .right-header .add-cart-part {
        float: left;
        margin: 5px 5px 5px 0;
    }
    .inner-welcome h1 {
        margin-top: 30px;
    }
    #hero-carousel .container {
        padding-left: 0;
        padding-right: 0;
    }
    .details .input-group .left {
        width: 26%;
    }
    .details .input-group .right {
        width: 42%;
        float: right;
    }
    .sub-plant-info ul li {
        width: 48% !important;
        float: left !important;
    }
    .sub-plant-info ul li:nth-child(even) {
        margin-left: 4%;
    }
    .related-product-part .col-xs-6 {
        margin-bottom: 20px;
    }
    .related-product-part .related-pro-info {
        min-height: 70px;
        padding: 14px 10px;
    }
    .pro-pack {
        width: 50% !important;
    }
    .pro-cart-option {
        width: 50% !important;
        margin: 0px;
        text-align: right;
    }
    .pro-cart-option a {
        background: #77b039;
        font-size: 15px;
        padding: 14px 16px 14px 16px;
    }
    .pro-cart-option a:hover {
        background: #517629;
    }
    .pro-cart-option input {
        width: 40px;
    }
}
@media (max-width: 1600px) {
    .scrolltotop {
        display: none!important;
    }
}
@media (max-width: 1200px) {
    .carousel-control {
        font-size: 100px;
    }
    #hero-carousel .carousel-control i {
        top: 37%;
    }
}
@media (max-width: 800px) {
    .carousel-control {
        font-size: 80px;
    }
    #hero-carousel .carousel-control i {
        top: 39%;
    }
}
@media (max-width: 560px) {
    #hero-carousel .carousel-control i {
        top: 40%;
        font-size: 50px;
    }
}
#carouselPopup .link,
#carouselPopup .title {
    color: #77b039;
}
@media (max-width: 767px) {
    .pro-blog-content {
        display: block;
    }
    .related-product-part .col-sm-3>div {
        min-height: 170px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 12px 15px 12px 25px;
    }
    #testimonial-carousel .carousel-navigation {
        background: 0 0;
    }
    .packing-images-one img {
        padding: 0;
        margin-top: 0px;
    }
}
.deliverytext:empty,
.vouchers .panel-default .list-group,
.vouchers .panel-default .panel-body,
.vouchers .panel-default .panel-footer {
    display: none;
}
.blogpost .content p,
.testimonial-text {
    padding-left: 0;
}
.blogpost .content,
.relatedposts {
    margin-top: 30px;
}
@media (min-width: 1500px) {
    .footeremail {
        white-space: nowrap;
    }
}
.cart .table table td {
    padding: 0;
}
.cart .remove {
    display: inline-block;
}
.cart .no-radius {
    border-radius: 0px;
}
.cart .input-group {
    margin-right: 5px;
}
.cart .quantity {
    border-right: none;
}
.deliverytext,
.relatedposts .pro-blog-post {
    margin-top: 10px;
}
.relatedposts .pro-blog-post ul li {
    padding-top: 20px;
}
.cart .sub-pro-details a:not(#satisfactionguarentee):hover {
    color: #fff;
}
.cke_textarea_inline {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 6px 12px;
    background: #fff;
}
.sub-pro-related {
    cursor: default;
}
.admin .panel-primary .list-group .fa {
    width: 20px;
}
.admin .panel-primary .list-group-item {
    border-bottom: none;
}
.home_page_info {
    margin-top: 40px;
}
.home_page_info h3 {
    margin-top: 0px;
}
.m-t-5 {
    margin-top: 5px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-20 {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 12px 18px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        margin-left: 0;
    }
    .quantity {
        min-width: 35px;
    }
    .carousel-control {
        width: 5%;
    }
    .pro-detail-hadding .select-option {
        margin-bottom: 20px;
    }
    .cart-main-product-part {
        padding-top: 0!important;
    }
    .products-img-main .col-xs-6 {
        width: 50%;
        float: left;
    }
    .products-imges p {
        font-size: 14px;
    }
    .products-imges p a {
        padding: 10px;
        line-height: 150%;
    }    
    .new-cart .product-right-main {
        margin-top: 0px !important;
    }
    .new-cart .productsummary {
        display: none;
    }
    .m-t-20-xs {
        margin-top: 20px;
    }
    .btn-block-xs {
        width: 100% !important;
    }
}
.pro-cart-option a {
    white-space: nowrap;
}
.deliverytext {
    border-radius: 0;
}
.deliverytext p:first-child {
    margin-top: 0;
}
.greenlink,
.product-right-main p {
    padding-left: 0;
}
.pro-pack span {
    margin-left: 0;
}
.main-navigation>ul li:first-child {
    border-left: 1px solid #9ac46c;
}
.related-pro-info>span {
    position: relative;
    height: auto;
    width: auto;
    font-size: 12px;
    float: left;
    transition: ease-in-out all .3s;
    -o-transition: ease-in-out all .3s;
    -moz-transition: ease-in-out all .3s;
    -webkit-transition: ease-in-out all .3s;
}
.inner-welcome p,
.pro-detail-info p,
.pro-pack span,
.product-right-main p,
.testimonial-text p,
.vouchers .panel {
    color: #473d35;
}
.hide-element {
    display: none;
}
.show-element {
    display: block !important;
}
.paymentmethod {
    position: relative;
}
.paymentmethod .overlay {
    background: rgba(255,255,255,.8);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index:4;
    display: none;
}
.vouchers .panel small {
    color: #999;
}
.vouchers .panel hr, .hr-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.vouchers .panel .panel-heading .btn {
    color: #473d35;
    padding: 3px 10px;
}
.voucherproductstable tr td:first-child {
    width: 5px!important;
}
.voucherproductstable .fa-remove {
    cursor: pointer;
}
.category-container-header {
    background: #fff;
    width: 100%;
    padding: 20px;
}
.category-container-header h3 {
    font-size: 18px;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    color: #746458;
    font-weight: 600;
}
.category-container-header i {
    float: right;
    font-size: 24px;
    cursor: pointer;
}
ul.pro-cate-list {
    padding-top: 0;
    display: none;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 59px;
    z-index: 100;
}
.pro-detail-info {
    /*max-height: 150px;*/
    /*overflow-y: scroll;*/
    /*padding-right: 20px;*/
}
::-webkit-scrollbar {
    width: 3px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: rgba(116, 100, 88, .1);
}
::-webkit-scrollbar-thumb {
    background: rgba(116, 100, 88, .5);
}
.searchresults .result {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.searchresults ul.cf {
    display: block;
    float: none;
    padding-bottom: 0;
}
.searchresults ul.cf li.exactmatch {
    border: 4px solid #78AE36;
}
.searchresults .result .divide {
    font-size: 20px;
    line-height: 80%;
}
.searchresults .relatedlabel {
    background: #E2DED2;
    text-transform: uppercase;
    color: #605750;
    float: left;
    display: block;
    padding: 7px 15px;
    font-size: 12px;
    font-weight: 600;
    margin-top: 20px;
}
.searchresults .text-muted {
    color: #777!important;
}
.searchresults .image {
    float: left;
    display: inline-block;
    margin-right: 20px;
}
.searchresults .image img {
    margin-bottom: 10px;
    max-width: 125px;
    display: block;
}
.searchresults .details {
    display: inline-block;
    width: 650px;
}
.searchresults .details h3 {
    margin-top: 0;
}
.searchresults .details .info {
    margin-top: 10px;
    font-size: 13px;
    list-style: none;
    display: block;
}
.searchresults .details .info li {
    float: left;
    display: inline-block;
    margin-right: 10px;
}
.searchresults .pro-blog-post ul li {
    margin-bottom: 30px;
}
.searchresults .plant-img-title p {
    margin-top: 0px;
}
.searchresults .sub-plant-info ul {
    margin-top: 0;
}
.searchresults>p {
    color: #777;
}
.products-img-main .outofseason p {
    line-height: 16px !important;
}
.getFreeDelivery {
    color: #77b039 !important;
}
.speciallabel {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #77b039;
    padding: 5px;
    font-size: 12px;
    color: #fff;
}
.sub-plant-info ul li .imagecontainer,
.sub-pro-related .imagecontainer {
    position: relative;
}
.sub-plant-info ul li .plant-img-title {
    padding-top: 15px;
}
.main-navigation ul li ul li.active a,
.main-navigation ul li ul li:hover a {
    color: #8cce45;
    text-decoration: underline;
}
li.onsale {
    background: #77b039!important;
    color: #fff;
    text-transform: uppercase;
}
li.onsale a {
    font-weight: 600;
}
li.onsale:hover a {
    color: #fff!important;
}
.onsale-label {
    position: absolute;
    left: 0;
    top: 0;
}
.alert-onspecial {
    background: rgba(255, 255, 255, .9);
    border-radius: 0;
    border: 1px solid #77b039;
}
.alert-onspecial .specialimage {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.alert-onspecial h4 {
    margin: 13px 0 0;
    color: #887F79;
    font-size: 20px;
    display: inline-block;
    float: left;
}
.alert-onspecial .remaining {
    position: absolute;
    right: 0;
}
.alert-onspecial p {
    margin: 0;
}
.alert-onspecial .counter {
    display: block;
}
.alert-onspecial .counter i {
    background: #77b039;
    color: #fff;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%;
    font-style: normal;
    padding-top: 3px;
    display: inline-block;
}
.alert-onspecial a {
    color: #77b039;
}
.greentext {
    color: #77b039;
    font-style: normal;
    font-size: 16px;
}
span.help-block {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #999;
    font-size: 12px;
}
.new-cart .cart-main-product-part {
    padding-top: 20px !important;
}
.new-cart .panel-group .panel {
    border-radius: 0px;
}
input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: #333;
} 
#paymentoptions label {
    font-size: 14px;
}
#paymentoptions span {
    display: inline-block;
    padding-top: 3px;
}
.p-t-5 {
    padding-top: 5px;
}
.m-0 {
    margin: 0px;
}
.fs-32 {
    font-size: 32px;
}
.fs-12 {
    font-size: 12px;
}
.fs-14 {
    font-size: 14px;
}
.new-cart .carousel-inner {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 20px;
    min-height:400px;
}
.new-cart.noproducts .carousel-inner {
    min-height:0px;
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
}
.new-cart #progress ul li {
    float: left;
    display: inline-block;
    margin-right:8px;
    font-size: 14px;
}
.new-cart #progress ul li a {
    font-weight: bold;
}
.new-cart #progress ul li.active a {
    color: #77b039;
}
.new-cart th {
    font-size: 14px;
    font-weight: bold;
    border-top: none !important;
}
.new-cart .table>tbody>tr>td {
    border-top: 1px solid #eee !important;
}
.new-cart .input__field--hoshi {
    padding-bottom: 20px;
}
.new-cart .input--hoshi {
    width: 100%;
}
.productsummary .summary .table-condensed {
    margin-top: 20px;
}
.productsummary td {
    font-size: 14px;
}
.new-cart .productsummary h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 0px;
}
.new-cart .productsummary img {
    max-width: 60px;
}
.new-cart .paymentmethod .creditcard label {
    font-size: 11px;
}
@media (min-width: 767px) {
    .right-header {
        width: 100% !important;
    }
}
.sk-circle {
  margin: 100px auto;
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
  position: relative;
}
.sk-circle i {
    padding: 30px;
    color: #333;
    font-size: 25px;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #777;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.setpassword, .passwordcol {
    display: none;
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}
.p-t-20 {
    padding-top: 20px;
}
.p-b-20 {
    padding-bottom: 20px;
}
#backorderModal .modal-content, #restockModal .modal-content {
    border-radius: 0;
}
#backorderModal .modal-content, #backorderModal .modal-body {
    font-size: 14px;
}
#backorderModal h4 {
    display: inline-block;
}
#backorderModal .glance label {
    font-size: 10px;
    text-transform: uppercase;
    color: #999;
}
#backorderModal .glance p {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: bold;
}
#backorderModal .glance .card {
    border: 1px solid #ddd;
    padding: 10px;
}
#backorderModal .glance .card.blue {
    background: #48b0f7;
    color: #fff;
    border: none;
}
#backorderModal .glance .card.purple {
    background: #6d5cae;
    color: #fff;
    border: none;
}
#backorderModal .glance .card.green {
    background: #10cfbd;
    color: #fff;
    border: none;
}
#backorderModal .glance .card.yellow {
    background: #f8d053;
    color: #fff;
    border: none;
}
#backorderModal .glance .card.blue label, #backorderModal .glance .card.purple label, #backorderModal .glance .card.green label, #backorderModal .glance .card.yellow label {
    color: rgba(255,255,255,0.8);
}
.hometestimonials #testimonial-part {
    background: url(../images/testimonial-bg-2.jpg) left top;
}
.product-packing-info ul li p, .product-packing-info ul li:hover p {
    padding-bottom: 20px;
}
.product-packing-info {
    padding-bottom: 40px !important;
}
.blogpost h2 {
    margin-top: 40px;
    font-size: 28px;
    margin-bottom: 10px;
    font-style: normal;
}
.blogpost {
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 52px;
    border-bottom: 1px solid #ddd;
}
.blogpost .tags {
    margin-top: 15px;
}
.blogpost .tags a {
    border: 1px solid #ddd;
    background: #eee;
    font-size: 13px;
    margin-right: 5px;
    padding: 5px 8px;
    color: #777;
    border-radius: 3px;
}
.blogpost .content, .relatedposts {
    margin-top: 25px;
}
.top-header-inner p a, .top-header-inner p span, .top-header-inner p a:hover {
    color: #fff;
}
.top-header-inner p a:hover { 
    text-decoration: none;
}
.top-header-inner p i {
    opacity: 0.6;
}
.top-header-inner p {
    font-size: 14px;
}
.emailtable td, .emailtable th {
    font-size: 12px;
    vertical-align: middle !important;
}
.stock_notification {
    color: #337ab7;
    margin-left: 10px;
    float: left;
}
.stock_notification.notification_hidden {
    display: none;
}
.afterpay {
    padding: 15px 25px;
    background: #C5E1CE;
    position: relative;
    clear: both;
}
.afterpay p {
    font-style: italic;
    margin: 0px;
    margin-top: 5px;
    font-size: 14px;
}
.afterpay button {
    margin-left: 10px;
    font-size: 14px;
    color: #000;
    display: inline-block;
}
.afterpay img {
    max-height: 25px;
}
.m-t-10 {
    margin-top: 10px;
}
.testimonial-text {
    float: none;
}
.store_repsonse {
    margin-bottom: 20px;
    border-left: 3px solid #77b039;
    padding: 20px;
    background: rgba(119,176,57,0.05);
}
.afterpay-inline img {
    max-width: 100px;
}
.paymentoptions .afterpay-inline {
    margin-bottom: 20px;
    margin-top: -5px;
}
.paymentoptions .afterpay-inline p {
    font-size: 14px;
}
.store_repsonse em {
    font-size: 14px;
}
.home_full {
    display: none;
}
.home_trimmed .greenlink {
    float: none;
    margin-top: 20px;
    display: inline-block;
}
.promotion_container {
    width: 100%;
    max-height: 450px;
    overflow: hidden;
    margin-top: 40px;
    position: relative;
}
.promotion_container a span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.products-img-main .sub-plant-info li {
    margin-top: 0px;
}
.products-img-main h3 {
    margin-bottom: 20px;
    color: #71a736;
}
.customer_table td {
    text-align: left !important;
}
.customer_table tr {
    cursor: pointer;
}
.customer_order_table tr {
    cursor: pointer;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-top: 2px;
}
.cart_message p:first-child {
    margin-top: 0px;
}
.home_optin {
    background: #77b039;
    background: #fff;
    background: url(../images/product-bg-part.jpg) left top no-repeat #fff;
    padding: 40px 30px;
    text-align: center;
}
.home_optin p.lead, #signupPrompt p.lead {
    color: #71a736;
    font-size: 22px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}
.home_optin p, #signupPrompt p {
    color: #473d35;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.home_optin input, #signupPrompt input {
    background: #f9f9f9;
    border: 1px solid #ddd;
    height: 42px;
    border-radius: 5px;
    padding: 0 10px;
    font-weight: 500;
}
.home_optin .signup, #signupPrompt .signup {
    max-width: 500px;
    margin: 0 auto;
}
.home_optin .signup .offer_email, #signupPrompt .signup .offer_email {
    float: left;
    width: 70%;
    margin-top: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.home_optin .signup .subscribe-btn, #signupPrompt .signup .subscribe-btn {
    float: left;
    width: 30%;
    padding: 0 17px;
    background: #746458;
    font-weight: 600;
    margin: 11px 0 0;
    color: #fff;
    height: 42px;
    line-height: 35px;
    border-radius: 5px;
    -webkit-appearance: button;
    border: 0;
    outline: 0;
    margin-top: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.home_optin .alert, #signupPrompt .alert {
    margin-bottom: 0px;
}
#signupPrompt .modal-body {
    padding-top: 40px;
    padding-bottom: 50px;
}
#signupPrompt p.lead {
    margin-top: 10px;
}
#signupPrompt p:not(.lead) {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.home .products-img-main {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}
.home #welcome-part {
    margin-bottom: 0px;
    padding: 20px 0px;
}
.home #testimonial-part {
    padding: 20px 0px;
}
.home #main-product-part {
    padding: 20px 0px;
}
.statistic_label {
    font-weight: normal;
}
.statistic {
    font-size: 20px;
    font-weight: bold;
}
.ozbreed {
    max-width: 150px;
    margin-top: 20px;
}
.ozbreed-label-container {
    background: #fff;
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 80px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
@media (max-width: 767px) {
    .h1-title {
        line-height: 35px;
    }
    .home_optin .signup .offer_email, #signupPrompt .signup .offer_email {
        height: 42px;
    }
    .inner-testimonials .greenlink {
        float: none;
    }
    .inner-testimonials .text-right {
        text-align: center;
    }
    .home_page_info .img-responsive {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
}
@media (min-width: 1200px) {
    .lg-product {
        width: 363px !important;
    }
    .lg-product .imagecontainer {
        height: 150px;
    }
}
@media (min-width: 1000px) and (max-width: 1200px) {
    .lg-product {
        width: 290px !important;
    }
    .lg-product .imagecontainer {
        height: 130px;
    }
}
