@font-face{
    font-family:CG;
    font-style:normal;
    font-weight:300;
    src:local('Telex-Regular'),
    url(/fonts/telex.woff) format('woff')
}

/*@font-face{*/
/*    font-family:CG;*/
/*    font-style:normal;*/
/*    font-weight:700;*/
/*    src:local('OpenSans-Bold'),url(/fonts/OpenSansBold700.woff)*/
/*    format('woff')*/
/*}*/

body{
    font-family: CG, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    line-height: initial!important;
    padding: 0;
    color: #333;
}

a{
    text-decoration: none!important;
    color: #0088c3;
}

.body.cgSpecial{
    padding-top: 108px!important;
    margin-bottom: 150px;
}

.navbar-light .navbar-nav a.nav-link{
    color: #000;
    padding: 5px 10px;
}

#topNavbar ul.nav ,#topNavbar .navbar-nav{
    align-items: center;
}

#topNavbar .dropdown:hover .dropdown-menu, .body-menu .dropdown:hover .dropdown-menu {

    display: block;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}

.dropdown.hover:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease;
}

.breadcrumb .dropdown-menu .dropdown-item{
    font-size: 0.8em;
    padding: 3px 15px;
}

.breadcrumb .dropdown-menu h5{
    margin: 10px 5px;
    font-weight: bold;
    line-height: 20px;
    color: #0088c3;
    font-size: 14px;
}

#topNavbar{
    background-image: linear-gradient(to bottom, #B6CCFC, #D7E5F7);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    padding: 5px 0;
}

.nav-middle {
    top: 35px;
    z-index: 99;
    background-color: #fff;
    padding: 3px 0;
}

.navbar li>a {
    padding: 5px 10px;
    text-decoration: none;
    color: #000;
}

.navbar-toggler{
    margin-right: 12px;
    padding: 2px 4px;
    font-size: 13px;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-color: #ededed;
}

.navbar-toggler:focus{
    box-shadow:none!important;
}

.dropdown-menu .dropdown-item:hover{
    color: #fff;
    text-decoration: none;
    background-color: #0081c2;
    background-image: linear-gradient(to bottom, #08c, #0077b3);
}

.dropdown-menu .divider {
    line-height: 20px;
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
    border-bottom: 1px solid #d8d8d8;
}

.dropdown-menu .dropdown-item{
    display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
}

#top-navbar{
    margin-right: 55px;
}

.navbar-nav.cart{
    position: absolute;
    right: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "»" !important;
}

.breadcrumb-item{
    color: #333;
    font-size: 0.9em;
    font-weight: bold;
}

.info-page{
    margin-top: 1rem !important;
    color: #333;
}

.info-page .page-heading{
    padding-bottom: 12px;
    line-height: 1.2em;
    font-weight: 400;
    font-family: CG,Verdana,Arial,Helvetica,sans-serif;
    margin: 4px 0;
    color: #333;
    font-size: 1.8em;
}

.form-group label.required:after{
    content:"*";
    color:red;
    margin-left: 4px;
    font-size: 16px;
}

.signup-info{
    line-height: 20px;
    font-size: 1.1em;
    border: 1px solid #fad42e;
    background: #fbec88;
    color: #363636;
    border-radius: 5px;
    margin-top: 16px;
    padding: 4px;
}

.signup-form .form-control{
    border-collapse: collapse;
    border-spacing: 0;
    font-weight: normal;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    display: inline-block;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border linear .2s,box-shadow linear .2s;
    margin: 0.2em 0 0.5em 0;
    width: 200px;
}


.signup-form table{
    width: 100%;
}

.signup-form table tr{
    vertical-align: top;
}

.signup-form table tr.invalid .form-control{
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.copy-address:hover{
    color: #fff;
    background: #04c;
}

.client-zone-nav{
    list-style-type: none;
    margin-top: 20px;
    font-size: 17px;
}

.client-zone-nav li{
    margin-bottom: 10px;
}

.client-zone-nav li:nth-last-child(2){
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #e5e5e5;
}

.copy-address{
    font-family: CG,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-decoration: none;
    display: inline-block;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #006dcc;
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}

.cg-listing-table th{
    line-height: 20px;
    font-family: CG,"Helvetica Neue",Helvetica,Arial,sans-serif;
    border-spacing: 0;
    font-size: 0.9em;
    border: 1px white solid;
    padding: 0.3em;
    color: white;
    background: url("../img/bg.gif") repeat-x scroll left top white;
    text-align: center;
}

.cg-listing-table tr.odd{
    background-color: #fcfbf2;
}

.cg-listing-table tr.even{
    background-color: #f9f2fc;
}

.cg-listing-table tr.selected, .cg-listing-table tr:hover.selected{
    background-color: #BCE774!important;
}

.signup-form table tr label{
    font-weight: bold;
}

.signup-form table tr.invalid label{
    color: #dc3545;
}

.signup-form table tr .invalid-feedback{
    display: block;
    margin-bottom: 10px;
    margin-top: 0.05rem;
    font-size: .93em;
    color: #dc3545;
}

.signup-form table tr td:nth-child(1) {
    padding-top: 5px;
}


.signup-form table tr td:nth-child(2) {
    width: 75%;
}

label.required:after{
    content:"*";
    color:red;
    margin-left: 4px;
    font-size: 16px;
}

.info-page .page-subheading{
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    font-family: CG,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

#GTS_CONTAINER{
    width: 130px;
    height: 50px;
    margin-left: 24px;
}

.customer-review-div div{
    width: 130px !important;
    height: 50px !important;
    overflow: hidden;
    position: inherit !important;
}

.customer-review-div iframe{
    width: 130px !important;
    height: 50px !important;
    position: inherit !important;
}

.contactForm label{
    padding: 0;
    font-weight: bolder;
    margin: 7px 0 0 0;
}

.contactForm button.submit {
    width: fit-content;
    padding: 5px 12px;
    font-size: 15px;
    margin-top: 10px;
}

.info-page p{
    font-size: 14px;
}

.breadcrumb-item a{
    text-decoration: none;
    color: #0088c3;
    font-weight: normal;
}

.navbar-search{
    display: flex;
    align-items: center;
    padding-top: 5px;
    background-color: transparent;
}

.navbar-search .search-query {
    padding: 4px 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 32px;
    margin: 3px 3px 0 5px;
}

.navbar-search .search-query:focus{
    border-color: #2e6e9e2b;
    box-shadow: 0 0 5px 1px #2e6e9e82;
}

#topNavbar .nav-link:hover{
    background-color: #fff;
    border-radius: 4px;
}

#topNavbar .nav-link:hover{
    color: #00008b;
}

.navbar-search button{
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    color: #333;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}

.navbar-search button:hover{
    color: #333;
    background-color: #6c757d;
    border-color: #6c757d;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
    transition: background-position .1s linear;
}

.nav-middle {
    position: fixed;
    width: 100%;
}


.body-menu .item{
    background-color: #faf796;
    width: fit-content;
    padding: 10px;
}

.tooltip .tooltip-inner {
    font-size: 14px;
    z-index: 999;
    background-color: #fff;
    padding: .5em 1em;
    border: 2px solid #b0bbd7;
    border-radius: 10px;
    opacity: 1;
    color: #000;
}

.tooltip .tooltip-arrow {
    border-top-color: #007bff;
}

.body-menu .row .col{
    flex-basis: max-content;
    place-items: center;
}

.body-menu .anchor{
    margin-top: 8px;
    text-align: center;
}

.font-size-cgResponsive{
    line-height: 20px;
    border-collapse: collapse;
    color: #0088c3;
    font-size: 14px;
    font-weight: bold;
}

.splashHeading span:after {
    content: 'How Do You Want To Choose?';
}

.info-sec{
    padding-top: 18px;
}

.info-sec div{
    font-size: 14px;
    line-height: 20px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border: 1px solid #c5dbec;
    background: #dfeffc;
    color: #2e6e9e;
    border-radius: 8px 8px 5px 5px;
    padding: 4px;
    font-weight: normal;
    margin: 5px 0;
}

.info-sec div a{
    font-size: 17px;
    font-weight: bold;
    color: #2e6e9e;
}

.about-sec{
    margin: 50px auto;
    width: 55%;
}

.about-sec p{
    color: #333;
    font-weight: normal;
    font-size: 18px;
    margin: 0 0 10px;
}

.img-info{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 45px;
    align-items: baseline;
}

.img-info img{
    aspect-ratio: 1/2;
}

.fb-info{
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin-top: 25px;
}

.showSocialButtons{
    font-size: 15px;
    cursor: pointer;
    padding: 0.333em 0.667em;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.7);
}

#footerNav2 , #footerNav1{
    font-size: 14px;
    color: #333;
    min-height: 36px;
    background-color: #fafafa;
    background-image: linear-gradient(to bottom,#B6CCFC,#D7E5F7);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    box-shadow: 0 -1px 10px rgba(0,0,0,0.1);
    padding: 5px 0;
}

#footerNav2 .navbar-nav.first{
    flex-direction: row;
}

#footerNav2 .navbar-nav.first .nav-link:hover, #footerNav1 .nav-link:hover{
    background-color: #fff;
    border-radius: 4px;
}

#footerNav2 .nav-link:hover, #footerNav1 .nav-link:hover{
    color: #00008b;
}

#footerNav1 .navbar-nav{
    flex-direction: initial;
}

.shared-text{
    margin-top: 45px;
}

#footerNav2 .navbar-collapse .dropdown-menu h4{
    font-weight: bold;
    line-height: 20px;
    font-size: 17.5px;
}

#footerNav2 .dropdown-menu{
    min-width: 350px;
    padding-top: 10px;
}

#footerNav2 .dropdown-menu #labelComparePlace{
    font-size: 14px;
    color: #333;
}

#jivo_custom_widget {
    position: fixed;
    right: -10px;
    top: 34%;
    width: 43px;
    z-index: 300000;
    cursor: pointer;
    height: 198px;
    background-image: url(/img/jivo_widget_offline.png);
}

#jivo_custom_widget:hover{
    right: 0;
}

#jivo_custom_widget.jivo_online{ /* if there are operators online - show online label */
    height: 206px;
    width: 43px;
    background-image: url(/img/jivo_widget_online.png);
}




.zzeeMenu {
    display: flex;
    flex-direction: row;
    max-width: 700px;
    margin: 0 auto;
}
.zzeeMenu .zzeeMenu1 {
    margin-right: 10px;
    width: 100%;
}
.zzeeMenu .zzeeMenuHeader {
    text-align: center;
    padding: 4px;
}
.ui-corner-top{
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.ui-widget-header {
    border: 1px solid #4297d7;
    background: #5c9ccc url(../img/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
    color: #fff;
    font-weight: bold;
}
.zzeeMenu .zzmenuV {
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100% !important;
}
ul.zzmenuV {
    width: 140px;
    border-width: 1px 2px 2px 1px;
}
ul.zzmenuV, ul.zzmenuH, ul.zzmenuNS ul.s {
    padding: 0;
    margin: 2px;
    overflow: visible;
    vertical-align: baseline;
    z-index: 500;
    border-style: solid;
}
.ui-widget-content {
    border: 1px solid #a6c9e2;
    background: #fcfdfd url(../img/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x;
    color: #222;
}
ul.zzmenuNS li.v {
    display: block;
    vertical-align: middle;
    padding-right: 12px;
}

ul.zzmenuNS li.v:hover{
    background-color: #fbec88;
    border-radius: 4px;
}

ul.zzmenuNS li.h, ul.zzmenuNS li.v {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    list-style-type: none;
    margin: 0;
    border: 1px solid transparent;
    white-space: nowrap;
    overflow: visible;
    cursor: default;
}
ul.zzmenuNS span.ui-icon-triangle-1-e, ul.zzmenuNS span.ui-icon-triangle-1-s {
    margin: 0 0 0 -16px;
    position: absolute;
    left: 100%;
    top: 0;
}
.ui-widget-content .ui-icon {
    background-image: url(../img/ui-icons_469bdd_256x240.png);
}
.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}
.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(../img/ui-icons_469bdd_256x240.png);
}
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
ul.zzmenuNS span.v {
    width: 100%;
    vertical-align: baseline;
}
ul.zzmenuNS span.h, ul.zzmenuNS span.v {
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    height: 100%;
    display: block;
}
ul.zzmenuNS a.v {
    width: auto;
    display: block;
    padding: 1px 1px 1px 20px;
    vertical-align: baseline;
    overflow: hidden;
     height: 19px;
}
ul.zzmenuNS a.h, ul.zzmenuNS a.v {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    cursor: default;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    border-color: transparent;
    margin: 0;
}
ul.zzmenuNS a.h, ul.zzmenuNS a.v {
    font-size: 14px;
}
ul.zzmenuNS ul.smV {
    left: 100%;
    top: 0;
    margin-left: -1px;
}
ul.zzmenuNS ul.s {
    width: 140px;
    position: absolute;
    display: none;
    border-width: 1px 2px 2px 1px;
}
ul.zzmenuV, ul.zzmenuH, ul.zzmenuNS ul.s {
    padding: 0;
    margin: 2px;
    overflow: visible;
    vertical-align: baseline;
    z-index: 500;
    border-style: solid;
}
ul.zzmenuNS ul.s li.tn {
    padding: 1px 1px 1px 20px;
    list-style-type: none;
}
ul.zzmenuNS ul.s li.tn img {
    width: 85px;
    height: 85px;
    margin: 2px;
    border: 2px solid blue;
}
ul.zzmenuNS img {
    border: 0;
    margin: 0 2px 0 0;
    padding: 0;
    width: 16px;
    height: 16px;
}
.img-rounded {
    border: 2px solid #034AA5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.zzeeMenu .zzeeMenu2 {
    margin-left: 10px;width: 100%;
}

.ui-corner-all{
    border-radius: 8px 8px 5px 5px;
}

.zzmenuV li.uv ul.smV li.uv ul.smV{
    width: fit-content!important;
}

.plants--menu-info{
    margin-bottom: 15px;
}

.bare-root-img{
    height: auto;
    width: 60%;
    margin: auto;
}

.fertilization-page h4{
    font-size: 17px;font-weight: bold;
}

.rand-special-product{
    font-size: 14px;
    line-height: 20px;
    color: #333;
    border: 1px solid grey!important;
    border-radius: 8px;
    background-color: #fcfbf2;
    margin-bottom: 16px;
    padding: 8px;
    margin-top: 25px!important;
}

.socialShare{
    color: #333;
}

.product-ad .rand-special-product.product-listing{
    margin-top: 0!important;
}

.calc-block {
    margin-top: 8px;
    display: flex;
}

.calc-form{
    text-align: center;
}

.inventory-items{
    font-size: 14px;
    line-height: 20px;
    color: #333;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    border: 1px #D0E3EF solid;
}


.inventory-items thead tr th{
    font: normal 10pt Arial,Helvetica,sans-serif;
    line-height: 20px;
    font-family: CG,"Helvetica Neue",Helvetica,Arial,sans-serif;
    border-spacing: 0;
    font-weight: bold;
    border-collapse: collapse;
    font-size: 0.9em;
    border: 1px white solid;
    padding: 0.3em;
    color: white;
    background-color: #64a4cc;
    text-align: center;
}

.inventory-items tbody tr td{
    vertical-align: middle;
}

.calc-table .form-control , #zoneField{
    display: inline-block;
    height: 25px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border linear .2s,box-shadow linear .2s;
    width: 50px;
}

.calc-table .form-control:focus , #zoneField:focus{
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.calc-table {
    margin-right: 20px;
    border: 1px solid #000000;
    min-width: 330px;
}

.socialShare a{
    margin: 0 2px;
    padding: 6px 8px;
    color: #000000b3;
    border: 1px solid #000000b3;
    border-radius: 4px;
}

.submapImage img{
    width: 100%;
}

.rand-special-product.product-listing table tr.odd, .rand-special-product.product-listing table tr:hover{
    background-color: transparent!important;
}

.rand-special-product h4{
    margin: 10px 0;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    font-size: 17px;
}

.plants--menu-info .heading{
    padding-bottom: 12px;
    line-height: 1.2em;
    font-weight: 400;
    margin: 4px 0;
    font-size: 1.8em;
}

.plants--menu-info .select-cat p{
    margin: 20px 0 3px 0;
    font-weight: normal;
}

.plants--menu-info p{
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 3px;
}

.product-listing{
    margin-top: 10px;border: none;
}

.product-pagination .pagination{
    gap: 3px;
}

.product-pagination .page-item .page-link{
    font-size: 11px;
    line-height: 16px;
    border: solid 1px #9aafe5;
    padding: 1px 8px;
    color: #0e509e;
    text-decoration: none;
}

.product-pagination .page-item.active .page-link{
    background: #2e6ab1;color: #FFFFFF;font-weight: bold;
}

.product-pagination .pg-label{
    font-size: 14px;color: #333;margin-right: 20px;
}

.product-listing .card-header{
    font-size: 0.9em;
    border: 1px white solid;
    padding: 0.5em;
    color: white;
    font-weight: 700;
    background: url("../img/bg.gif") repeat-x scroll left top white;
}

.submit-customize{
    background-color: #5c9ccc;border-color: #5c9ccc;
}

.submit-customize:hover {
    background-color: #4492cc;border-color: #4492cc;
}

.product-listing .add-cart-btn{
    border-spacing: 0;
    border-collapse: collapse;
    cursor: pointer;
    line-height: 20px;
    border: 1px solid #fad42e;
    background: #fbec88;
    color: #363636;
    border-radius: 8px 8px 5px 5px;
    font-size: 12px;
    margin: 0 0 0 4px;
}

.product-listing .ew-available{
    line-height: 20px;
    border: 1px solid #c5dbec;
    background: #dfeffc;
    color: #2e6e9e;
    border-radius: 8px 8px 5px 5px;
    padding: 3px;
    font-size: 12px;
    font-weight: normal;
}

.aff-nav p{
    line-height: 20px;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size: 1.1em;
    background: #5c9ccc url(../img/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x;
    color: #fff;
    font-weight: bold;
    border-radius: 8px 8px 5px 5px;
    padding: 4px;
    text-align: center;
}

.aff-nav ul{
    list-style-type: none;
    padding-left: 5px;
    margin-top: 5px;
}

.aff-nav ul li{
    padding: 5px 0 5px 10px;
}

.aff-nav ul li:hover{
    background-color: #eee;
}

.aff-nav ul .divider{
    color: #333;
    line-height: 20px;
    height: 1px;
    margin: 9px 1px;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
}

.aff-textarea{
    overflow: auto;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border linear .2s,box-shadow linear .2s;
    margin: 10px 0;
    width: 90%;
    height: 70px;
}

.cgBuyBox {
    background: #fbfed8;
}

.btn.btn-info{
    -webkit-appearance: button;
    font-weight: normal;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    display: inline-block;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #49afcd;
    background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
    background-repeat: repeat-x;
}
.cgBuyBox #qty{
    border-spacing: 0;
    border-collapse: collapse;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border linear .2s,box-shadow linear .2s;
    width: 70px;
    height: 35px;
    margin-bottom: 0;
    margin-left: -6px;
}

.cg2ndProductBox .socialShare{
    text-align: center;
    margin-bottom: 15px;
}

.product-description table.borderedTable td, table.borderedTable th {
    padding: 4px;
    border: 1px solid #000;
}

.create-review-btn{
    font: normal 10pt Arial,Helvetica,sans-serif;
    font-family: CG,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-decoration: none;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    border-color: rgba(0,0,0,0.15) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
}

.detail-add-cart-btn{
    border-spacing: 0;
    border-collapse: collapse;
    vertical-align: middle;
    line-height: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    border: 1px solid #fad42e;
    background: #fbec88;
    color: #363636;
    border-radius: 8px 8px 5px 5px;
    width: auto;
    cursor: pointer;
    -webkit-appearance: button;
    font-weight: bold;
    font-size: 14px;
    padding: 3px;
}

.message-box{
    font: normal 10pt Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-family: CG,"Helvetica Neue",Helvetica,Arial,sans-serif;
    border: 1px solid #a6c9e2;
    background: #fcfdfd;
    color: #222;
    border-radius: 8px 8px 5px 5px;
    padding: 6px;
    margin-top: 14px;
}

.order-status-select{
    font-weight: normal;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    width: 220px;
    border: 1px solid #ccc;
    cursor: not-allowed;
    background-color: #eee;
}

.cg-listing-table.payment tr td{
    font-size: 0.9em;
}

.product-listing table tr:hover, .inventory-items tr:hover,.cg-listing-table tr:hover{
    background-color: #ECFBD4!important;
}

.reviews-table tr.odd{
    background-color: #fcfbf2;
}

.reviews-table tr.even{
    background-color: #f9f2fc;
}

.inventory-items tr.odd{
    background-color: #fcfbf2;
}

.inventory-items tr.even{
    background-color: #f9f2fc;
}

.product-listing table tr.odd{
    background-color: #F7F7F7;
}

.product-listing table tr.even{
    background-color: #e5f1f4;
}

.product-listing table tr.selected, .product-listing table tr:hover.selected,
.inventory-items tr.selected, .inventory-items tr:hover.selected{
    background-color: #BCE774!important;
}

.product-listing .product-title{
    margin-bottom: 5px;display: block;
}

.product-listing .product-thumb{
    float:left; margin-right:10px
}

.product-listing table tr td{
    border: none; font-size: 15px;padding:0.5em
}

.product-listing-customize-btn{
    font-size: 14px;
    border: 1px solid #c5dbec;
    background-color: #dfeffc;
    font-weight: bold;
    color: #2e6e9e;
    border-radius: 8px 8px 5px 5px;
    padding: 3px 5px;
    cursor: default;
}

.product-listing-customize-btn:hover{
    color: #2e6e9e!important;
}

.cgTopLeftTable{
    display: inline-block;
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: top;
    text-align: left;
    padding-right: 34px;
    padding-bottom: 17px;
}

.aff-table{
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-family: CG,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: center;
    max-width: 100%;
    background-color: #faf796;
    display: inline-block;
    border-collapse: collapse;
    padding: 10px;
    margin-top: 10px;
}

.theme-bg{
    background-color: #faf796;
}

.cat-preview-img{
    border: 2px solid #034AA5;
    border-radius: 20px;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.flex-video{
    position: relative;
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    padding-bottom: 57.25%;
    margin: 0 auto;
    text-align: center;
}

.cg-rounded-outline {
    padding: 8px;
    font-family: CG,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background: #fff;
    border: 1px solid #E9A30D;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    color: #333;
}

.flex-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.isp-table{
    width: max-content;
    margin: auto;
    border: 1px solid;
}

.theme-btn{
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #c5dbec;
    background: #dfeffc;
    font-weight: bold;
    color: #2e6e9e;
    border-radius: 8px 8px 5px 5px;
    -webkit-appearance: button;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.cgTopLeftTable h4{
    font-weight: bold;
    font-size: 17.5px;
}

.btn:focus{
    box-shadow: none;
}

.customize-modal .modal-header{
    font: normal 10pt Arial,Helvetica,sans-serif;
    line-height: 20px;
    font-size: 1.1em;
    border: 1px solid #4297d7;
    background: #5c9ccc;
    color: #fff;
    font-weight: bold;
    border-radius: 8px 8px 5px 5px;
    padding: .4em 1em;
}

.customize-modal .modal-header .modal-title{
    font-size: 1.1em;
    color: #fff;
    font-weight: bold;
}

.customize-modal .modal-help{
    line-height: 20px;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #fad42e;
    background: #fbec88;
    color: #363636;
    border-radius: 5px;
    padding: 1px 4px 1px 4px;
}

.customize-modal .modal-content{
    padding: 4px;
    border-radius: 8px;
}

.customize-modal .modal-close{
    background: none;
    border: none;
    color: #fff;
}

@media (min-width: 1200px) {
    .cgResponsiveHorizontalSpace {
        margin-left: 30px;
        margin-right: 30px;
    }

    .font-size-cgResponsive {
        font-size: 17px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .cgResponsiveHorizontalSpace {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width: 768px) {
    .click-call {
        position: absolute;
        left: 50%;
        margin-left: -84px;
    }
    .page-center-table{
        width: 50%;
    }
    .splashHeading span:after {
        content: 'How Do You Want To Choose Your Perfect Plants?';
    }
}

@media (max-width: 768px) {
    .navbar .container{
        max-width: 100%;
        padding: 0;
    }

    .calc-block {
        flex-direction: column;
    }
    .zone-map-img{
        width: 100% !important;
        object-fit: contain;
    }
    .calc-table{
        margin: auto!important
    }

    .product-ad{
        margin-top: 15px;
    }

    .nav-middle .container  {
        max-width: 100%;
        padding: 0 10px;
    }


    #footerNav2 .navbar-collapse .dropdown-menu {
        background-color: transparent;
        border: none;
    }

    .navbar-nav.cart {
        position: absolute;
        right: 60px;
        top: -4px;
    }

    .about-sec{
        width: 90%;
    }

    .about-sec p{
        font-size: 16px;
    }

    #footerNav1 .navbar-nav{
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .cgResponsiveHorizontalSpace {
        margin-left: 5px;
        margin-right: 5px;
    }
}

@media (max-width: 500px) {
    .help-block {
        display: none;
    }

    .logo-place img{
        width: 80px;
        object-fit: contain;
    }

    #GTS_CONTAINER{
        margin-left: 10px;
        width: 100px;
    }

    .navbar-search .btn{
        padding: 2px 5px;
        font-size: 13px;
    }
    .navbar-search .search-query{
        height: 27px;
        margin: 3px 5px 0 5px !important;
    }
}

@media screen and (max-width: 590px), screen and (max-height: 590px) {
    #jivo_custom_widget {
         display: none !important;
    }
}



