/*For Solr Search css by KgKrunch Date :-04-03-2021*/

.header .hide-input .ac-field {
    position: relative;
    margin-bottom: 5px;
}

.header .hide-input .fa.fa-search {
    padding: 15px 10px;
    border: 0;
    background: #ffb900;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 19px;
    position: absolute;
}

.header .hide-input .kg_close_search {
    position: absolute;
    top: 16px;
    font-size: 18px;
    right: 9px;
}

.header .hide-input .ac-field .search-box {
    padding: 15px 30px 15px 45px;
    outline: none;
    margin: 0;
    background: #eef2f5;
    border: none;
    font-family: "Caecilia";
    font-size: 16px;
    width: 100%;
    height: auto;
}

.header .hide-input .ac-field button.ac-submit {
    display: none;
}

.header .hide-input #solrSearchSuggestor .autocomplete .ac-results.visible .product-details .linkrow img {
    border: 1px solid #ddd !important;
    box-shadow: 0 0 1px 0px;
}

.header .hide-input #solrSearchSuggestor .autocomplete .ac-results.visible .product-details .linkrow td,
.header .hide-input #solrSearchSuggestor .autocomplete .ac-results.visible .suggestions ul li div {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
}

.header .hide-input #solrSearchSuggestor .ac-results .product-details tr.linkrow:hover,
.header .hide-input #solrSearchSuggestor .autocomplete .ac-results.visible .suggestions ul li:hover,
.header .hide-input #solrSearchSuggestor .autocomplete .ac-results.visible .suggestions ul li:hover a {
    background-color: #eff7fc;
    text-decoration: none !important;
}

.header .hide-input #solrSearchSuggestor .autocomplete .ac-results.visible .suggestions ul li div {
    text-align: right !important;
}

.header .hide-input #solrSearchSuggestor .autocomplete .ac-results.visible .suggestions ul li div>b {
    color: #607321;
}

.header .hide-input #solrSearchSuggestor .autocomplete .ac-results.visible .product-details table tbody:last-child td {
    border-bottom: 1px solid #ddd;
}

.header .hide-input #solrSearchSuggestor .autocomplete .ac-results {
    border: 1px solid #C1C5C6 !important;
    width: auto !important;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 0px;
}

.header .hide-input #solrSearchSuggestor .autocomplete .ac-results.visible {
    position: absolute;
    z-index: 5;
    background-color: #fff;
    display: flex;
    flex-direction: row;
}

.header .hide-input #solrSearchSuggestor .autocomplete .ac-results .suggestions.half {
    order: 2;
}

.header .hide-input #solrSearchSuggestor .autocomplete .ac-results .product-details {
    order: 1;
}

.header .hide-input #solrSearchSuggestor .autocomplete .ac-results.visible .kg_search_term_area {
    order: 3;
    width: 100%;
    text-align: center;
}

.header .hide-input #solrSearchSuggestor .ac-results {
    font-family: Open Sans !important;
}

.header .hide-input #solrSearchSuggestor .autocomplete .ac-results.visible .kg_search_term_area p a {
    color: #1853df !important;
    text-decoration: underline;
    font-size: 13px;
}

.header .hide-input #solrSearchSuggestor .autocomplete .ac-results.visible {
    flex-wrap: wrap;
}

.header .hide-input #solrSearchSuggestor .kg_search_term_area p {
    margin: 0;
}

.header .hide-input #solrSearchSuggestor .autocomplete .ac-results.visible .product-details {
    width: 100%;
}

.header .hide-input #solrSearchSuggestor .autocomplete .ac-results.visible {
    margin-top: 3px;
}

.header .hide-input #solrSearchSuggestor .autocomplete .ac-results.visible .product-details .linkrow td p {
    margin: 0px;
}

.header .hide-input #solrSearchSuggestor .autocomplete .ac-results.visible .product-details .linkrow td p.kg_search_name,
.header .hide-input #solrSearchSuggestor .autocomplete .ac-results.visible .product-details .linkrow td p.kg_search_category {
    color: #1d1d1b;
    font-size: 12px;
    font-weight: 700;
}

.header .hide-input #solrSearchSuggestor .autocomplete .ac-results.visible .product-details .linkrow td p.kg_search_price {
    color: #758487;
    font-size: 12px;
    font-weight: normal !important;
}

.header .hide-input #solrSearchSuggestor .autocomplete .ac-results.visible .product-details .linkrow:first-child td {
    border-top: 5px !important;
}

@media only screen and (max-width:767px) {
    .header .hide-input #solrSearchSuggestor .autocomplete .ac-field {
        text-align: center;
    }
}

@media only screen and (min-width:992px) {
    .header .hide-input #solrSearchSuggestor .autocomplete .ac-results {
        width: 545px !important;
    }
}

.kg_close_search {
    display: none;
}

@media (max-width: 768px) {
    .content-page {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .content-page {
        width: 750px !important;
    }
}

@media (min-width: 992px) {
    .content-page {
        width: 970px !important;
    }
}

@media (min-width: 1200px) {
    .content-page {
        width: 1200px !important;
    }
}

@media (min-width: 1380px) {
    .content-page {
        width: 1380px !important;
    }
}

.header .hide-input .fa.fa-search {
    left: 0px;
}


/*for mobile view*/

@media (max-width: 700px) {
    header .inner .right-wrap.flex .right.kg_search {
        display: block !important;
        width: 100% !important;
        max-width: 100%;
    }
    header .inner .right .top.flex,
    header .inner .right .bottom .header__buttons {
        display: none;
    }
    .header .right-wrap.flex {
        width: 100%;
        position: absolute;
        left: 0;
        top: 105px;
    }
    header .inner {
        min-height: 170px !important;
    }
    .template-container .shopping-container {
        width: max-content !important;
        position: absolute;
        right: 0;
        top: 95px;
    }
    .header .hide-input #solrSearchSuggestor {
        position: relative;
    }
    .header .hide-input #solrSearchSuggestor .autocomplete .ac-results {
        width: 100% !important;
    }
}

@media (max-width: 700px) and (min-width:551px) {
    header .inner a.logo {
        position: absolute;
        top: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width:550px) {
    .header .right-wrap.flex {
        top: 245px;
    }
    header .inner {
        min-height: 305px !important;
    }
    header .inner a.logo {
        position: absolute;
        top: 140px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    header .inner a.mob-menu.ion-navicon {
        position: absolute;
        top: 205px;
    }
    .template-container .shopping-container {
        top: 255px !important;
    }
}

.template-content .sidebar-position-left .main-products-loop .news-search .btn {
    white-space: unset;
}


/*End mobile view*/


/*End Solr Search css by KgKrunch Date :-04-03-2021*/


/*For Create account page*/

@media screen and (min-width:992px) {
    /*.kg_create_account_page .kg_register_title, 
	.kg_create_account_page .header_text, 
	.kg_create_account_page .kg_new_register_form, 
	.kg_create_account_page .content-box.kg_sign 
	{
		display: block !important;
	}*/
    /*.kg_create_account_page .create-account-container .kg_yes_would_like_to, 
	.kg_create_account_page .create-account-container .kg_new_register_form .kg_action_join_Arboretum 
	{
		width: 1000px;
	}
*/
}

.kg_create_account_page #kg_sign_in_form .form-row input:focus {
    border: 2px solid #3399FF;
}

.kg_create_account_page .kg_new_register_form .form-row input:focus {
    border: 2px solid #3399FF;
}

.kg_create_account_page .form-row label {
    font-weight: 600;
    font-size: 14px !important;
    padding: 27px 0 0;
}

.kg_create_account_page .kg-field-inline-block {
    display: inline-block;
    margin-right: 25px;
}

.kg_create_account_page .kg-field-inline-block label {
    text-align: center;
    padding: 3px 0 !important;
    font-size: 12px !important;
}

.kg_create_account_page .kg-field-inline-block .date-field {
    width: 30px;
    text-align: center;
    width: 67.5px !important;
    height: 44px;
    padding: 11px 24.5px 11px 24px;
    border-radius: 5px;
    border: solid 1px #949494;
}

.kg_create_account_page .kg-field-inline-block .date-field.date-field--year {
    width: 85px !important;
}

.kg_create_account_page .form-row input,
.kg_create_account_page .form-row select.select.required-entry {
    width: 424px;
    margin: 3px 0;
    min-width: 20px;
    height: 54px;
    border-radius: 4px !important;
    border: solid 1px #4e5a61;
}

.kg_create_account_page .kg_new_register_form .form-row.form-row-wide .kg_reg_requied {
    color: #de3618
}

.kg_create_account_page .create-account-container .kg_sigin_btn {
    border-bottom: solid 1px #c5c5c5;
}

.kg_create_account_page .create-account-container .create-account-alist {
    margin-top: 25px;
}

.kg_create_account_page .create-account-container .content-box .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat {
    width: 148px;
    height: 44px;
    margin: 1px 0 38px 0;
    padding: 12px 30px 12px 29px;
    border-radius: 3px;
    border: solid 1px #ff6119;
    color: #ff6119;
    background-color: #fff;
}

.kg_create_account_page .create-account-container .kg_sigin_btn {
    text-align: center;
    display: block;
    position: relative;
}

.kg_create_account_page .create-account-container h2.header_text {
    padding: 15px 15px 0px 40px;
}

.kg_create_account_page .kg_new_register_form .form-list h2.kg_address_title {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.kg_create_account_page .kg_new_register_form .form-row span.kg_optional .fa-exclamation-circle {
    margin-left: 6px;
}

.kg_create_account_page .kg_new_register_form .kg_radio_btton label {
    user-select: none;
}

.kg_create_account_page .kg_new_register_form .kg_radio_btton input[type="radio"] {
    display: none;
}

.kg_create_account_page .kg_new_register_form .kg_radio_btton input[type="radio"]+label {
    z-index: 10;
    position: relative;
    cursor: pointer;
    transition: all 200ms ease;
    width: 148px;
    height: 44px;
    padding: 12px 44px 12px 44px !important;
    border-radius: 3px !important;
    border: solid 1px #4e5a61;
    color: #4e5a61 !important;
    margin: 19px 47px 40px 0px !important;
    text-align: center;
}

.kg_create_account_page .kg_new_register_form .kg_radio_btton input[type="radio"]:checked+label {
    color: #5b730e !important;
    background-color: #fff;
    border: solid 1px #5b730e;
}

.kg_create_account_page .kg_new_register_form .kg_radio_btton input[type="radio"]:checked+label:after {
    content: '\f00c';
    font-family: "FontAwesome";
    color: #5b730e !important;
    margin-left: 5px;
    font-weight: 200;
}

.kg_create_account_page .kg_new_register_form .kg_radio_btton {
    display: block;
    border-bottom: 1px solid #c5c5c5;
}

.kg_create_account_page .kg_new_register_form label.kg_optional_required {
    color: #c1c5c6 !important;
}

.kg_create_account_page .create-account-alist .vc_column-inner {
    background-color: #322b29 !important;
    padding: 35px !important;
}

.kg_create_account_page .create-account-alist .vc_column-inner ul li {
    list-style: none !important;
    margin: 0 !important;
    padding: 10px 0;
}

.kg_create_account_page .create-account-alist .vc_column-inner ul li:before {
    content: '\f00c';
    font-family: "FontAwesome";
    font-weight: 100 !important;
    font-size: 15px;
    margin-right: 6px;
}

.kg_create_account_page .create-account-container .kg_new_register_form .kg_action_join_Arboretum {
    position: relative;
    display: inline-block;
    text-align: center;
}

.kg_create_account_page .create-account-container .kg_action_join_Arboretum button#onepage-guest-register-button {
    width: 181px;
    height: 44px;
    margin: 0px 0px 65px 0px;
    padding: 12px 34px 12px 35px;
    border-radius: 3px;
    background-color: #ff6119;
    font-size: 15px;
}

.kg_create_account_page .create-account-container .kg_action_join_Arboretum button#onepage-guest-register-button:hover {
    border: none !important;
}

.kg_create_account_page .create-account-container .kg_yes_would_like_to {
    display: inline-block;
    position: relative;
    padding: 30px;
    border-top: solid 1px #c5c5c5;
}

.kg_create_account_page .create-account-container .kg_yes_would_like_to p {
    font-size: 14px !important;
    padding-bottom: 15px;
}

.kg_create_account_page ul.form-list {
    display: inline-block;
    position: relative;
}

.kg_create_account_page .create-account-container .kg_yes_would_like_to .kg_checkbox_mail_sms input[type="checkbox"],
.kg_login_form_content .kg_checkbox_signed input[type="checkbox"] {
    -webkit-appearance: auto;
}

.kg_create_account_page .create-account-container .kg_yes_would_like_to .kg_checkbox_mail_sms {
    display: inline-block;
    position: relative;
    padding-bottom: 25px;
}

.kg_create_account_page .create-account-container .kg_yes_would_like_to .kg_checkbox_mail_sms label.checkbox-inline,
.kg_create_account_page .kg_login_form_content .kg_checkbox_signed label.checkbox-inline {
    color: #111111;
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    font-family: Open Sans, sans-serif;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.kg_create_account_page .create-account-container .kg_yes_would_like_to p a {
    color: #1f50f5 !important;
}

.kg_create_account_page .create-account-container .kg_yes_would_like_to .kg_checkbox_mail_sms input[type=checkbox],
.kg_create_account_page .kg_login_form_content .kg_checkbox_signed input[type="checkbox"] {
    margin: 0px -18px 0;
}

.kg_create_account_page .create-account .kg_mobile-tabe {
    display: none;
}

.kg_create_account_page .news_latter_sign_up {
    width: 1000px !important;
}

.create-account {
    overflow: hidden;
    padding: 40px;
}

.account .content-page {
    background: #f7f7f7;
    padding: 40px;
}

.kg_create_account_page #kg_sign_in_form .kg_login_form_content .kg_action_sign-in button#send2 {
    width: 181px;
    height: 44px;
    border-radius: 3px;
    background-color: #ff6119;
}

.kg_create_account_page #kg_sign_in_form .kg_login_form_content .kg_action_sign-in {
    text-align: center;
}

.kg_create_account_page #kg_sign_in_form .kg_checkbox_signed {
    display: inline-block;
    float: left;
    padding: 5px 0;
}

.kg_create_account_page #kg_sign_in_form .kg_login_form_content p.t-center {
    text-align: end;
    padding-bottom: 20px;
}

.kg_create_account_page #kg_sign_in_form .kg_login_form_content p.t-center a,
#kg_sign_in_form .kg_login_form_content p.privacy a {
    color: #1f50f5;
    font-size: 14px;
    text-decoration: underline;
}

.kg_create_account_page #kg_sign_in_form .kg_login_form_content p.privacy {
    font-size: 14px !important;
    font-weight: 600;
}

@media screen and (max-width:991px) {
    .kg_create_account_page .kg_new_register_form .form-row input,
    .kg_create_account_page .kg_new_register_form .form-row select.select.required-entry {
        width: 100% !important;
    }
    .kg_create_account_page .kg_new_register_form .kg_radio_btton {
        text-align: center;
    }
    .kg_create_account_page .kg_new_register_form .kg_radio_btton input[type="radio"]+label {
        margin: 15px 15px !important;
    }
    .kg_create_account_page .create-account-container h2.header_text {
        padding: 10px 15px !important;
        font-size: 18px !important;
    }
    .kg_create_account_page .create-account-container {
        float: none !important;
    }
    .kg_create_account_page .kg-field-inline-block {
        margin-right: 5px !important;
    }
    .kg_create_account_page .create-account h2.kg-personal-details,
    .kg_create_account_page .create-account-container .content-box.kg_sign,
    .news_latter_sign_up {
        display: none;
    }
    .kg_create_account_page .create-account-container .kg_yes_would_like_to p {
        padding: 20px 0;
    }
    .kg_create_account_page .create-account .kg_mobile-tabe {
        display: inline-block!important;
        width: 100%;
        margin-bottom: 35px;
    }
    .kg_create_account_page .create-account .kg_mobile-tabe ul.kg_tabe_option li {
        width: 50%;
        float: left;
        text-align: center;
        padding: 10px 0;
        list-style: none;
        font-weight: 700;
        position: relative;
    }
    .kg_create_account_page .create-account .kg_mobile-tabe ul.kg_tabe_option li a {
        font-size: 15px;
        padding: 10px 0;
        display: block;
    }
    .kg_create_account_page .create-account .kg_mobile-tabe ul.kg_tabe_option li.active {
        color: #5b730e;
        border-bottom: 1px solid #000;
        display: block;
    }
    .kg_create_account_page .create-account .kg_mobile-tabe ul.kg_tabe_option li.active a {
        color: #5b730e;
    }
    .kg_create_account_page .create-account .kg_mobile-tabe ul.kg_tabe_option li.create_account a:after {
        content: '|';
        position: absolute;
        right: 0;
    }
    .kg_create_account_page .create-account-container .kg_mobile.create-account-alist {
        display: block;
    }
    .kg_create_account_page .create-account-alist .wpb_single_image .vc_single_image-wrapper {
        padding: 0px 10px 20px;
    }
    .kg_create_account_page .create-account-alist-register {
        display: block !important;
    }
    .kg_create_account_page .create-account-container {
        border: none;
    }
}

.page-my-account .content-box {
    background: none;
}


/*End Create account page*/


/*For My Profile Page*/

.kg_customer_my_profile_content .content-box.margin-alt .kg-right-top-title {
    /*font-family: 'Open Sans';*/
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    color: #1d1d1b;
    text-transform: capitalize !important;
    padding: 0px 0 15px 0 !important;
    border-bottom: solid 1px #c5c5c5;
}

.kg_customer_my_profile_content .content-box.margin-alt p.top-text,
.kg_customer_my_profile_content .content-box.margin-alt .kg-address-text {
    /*font-family: 'Open Sans' !important;*/
    font-size: 16px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #1d1d1b !important;
}

.kg_customer_my_profile_content .kg_change_details {
    width: 195px;
    height: 44px;
    padding: 10px 15px 12px 15px;
    border-radius: 3px;
    border: solid 1px #ff6119;
    background-color: #ff6119;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    text-align: center;
}

.kg_customer_my_profile_content .kg_change_details:hover,
.kg_customer_my_profile_content .kg_change_details:active {
    background-color: #ff6119;
    box-sizing: border-box;
}

.kg_customer_my_profile_content .dateofbirth .kg-field-inline-block {
    display: inline-block;
    margin-right: 25px;
}

.kg_customer_my_profile_content .dateofbirth .kg-field-inline-block label {
    text-align: center;
    padding: 3px 0 !important;
    font-size: 12px !important;
    font-weight: 600;
}

.kg_customer_my_profile_content .dateofbirth .kg-field-inline-block .date-field {
    width: 30px;
    text-align: center;
    width: 67.5px !important;
    height: 44px;
    padding: 11px 24.5px 11px 24px;
    border-radius: 5px;
    border: solid 1px #4e5a61;
}

.kg_customer_my_profile_content .dateofbirth .kg-field-inline-block .date-field.date-field--year {
    width: 85px !important;
}

.kg_customer_my_profile_content label.kg_optional_required {
    color: #c1c5c6 !important;
}

.kg_customer_my_profile_content label {
    font-weight: 600;
    font-size: 14px !important;
    padding: 27px 0 0;
}

.kg_customer_my_profile_content .kg_radio_btton {
    display: block;
    border-bottom: 1px solid #c5c5c5;
}

.kg_customer_my_profile_content .kg_radio_btton input[type="radio"] {
    display: none;
}

.kg_customer_my_profile_content .kg_radio_btton input[type="radio"]:checked+label {
    color: #5b730e !important;
    background-color: #fff;
    border: solid 1px #5b730e;
}

.kg_customer_my_profile_content .kg_radio_btton input[type="radio"]+label {
    z-index: 10;
    position: relative;
    cursor: pointer;
    transition: all 200ms ease;
    width: 148px;
    height: 44px;
    padding: 12px 44px 12px 44px !important;
    border-radius: 3px !important;
    border: solid 1px #4e5a61;
    color: #4e5a61 !important;
    margin: 19px 30px 40px 0px !important;
    text-align: center;
}

.kg_customer_my_profile_content .kg_radio_btton input[type="radio"]:checked+label:after {
    content: '\f00c';
    font-family: "FontAwesome";
    color: #5b730e !important;
    margin-left: 5px;
    font-weight: 200;
}

.kg_customer_my_profile_content input,
.kg_customer_my_profile_content select.select {
    height: 44px;
    border-radius: 2px;
    border: solid 1px #4e5a61;
}

.kg_customer_my_profile_content .form-row input:focus,
.kg_customer_my_profile_content select.select:focus {
    border: 2px solid #3399FF;
}

.kg_customer_my_profile_content #form-validate button.acc {
    width: 181px;
    height: 44px;
    margin: 30px 0px 30px 0px;
    padding: 12px 34px 12px 35px;
    border-radius: 3px;
    background-color: #ff6119;
    font-size: 15px;
}

.kg_customer_my_profile_content h1.kg-right-top-title {
    /*font-family: 'Open Sans';*/
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1d1d1b;
    text-transform: capitalize !important;
    padding: 0px 0 23px 0;
    border-bottom: solid 1px #c5c5c5;
}

.kg_customer_my_profile_content p.top-text {
    /*font-family: 'Open Sans' !important;*/
    font-size: 16px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #1d1d1b !important;
}

@media screen and (max-width:767px) {
    .kg_customer_my_profile_content .kg_radio_btton input[type="radio"]+label {
        margin: 15px 15px !important;
    }
    .kg_customer_my_profile_content .kg_radio_btton {
        text-align: center;
    }
    .kg_customer_my_profile_content .dateofbirth .kg-field-inline-block {
        margin-right: 20px;
    }
}

.kg_customer_my_profile_content #form-validate button.acc:hover,
.kg_customer_my_profile_content #form-validate button.acc:active {
    background-color: #ff6119;
}

.kg_customer_my_profile_content .kg_radio_btton input[type="radio"]:checked+label {
    border-color: #ff6119 !important;
}

.kg_customer_my_profile_content .form-row input,
.kg_customer_my_profile_content .form-row select {
    width: 424px;
    margin: 3px 0;
    min-width: 20px;
    height: 54px;
    border-radius: 4px !important;
    border: solid 1px #4e5a61;
}


/*End My profile page*/


/*For Change Password Page*/

.kg_customer_change_password .form-row input,
.kg_customer_change_password .form-row select {
    width: 424px;
    margin: 3px 0;
    min-width: 20px;
    height: 54px;
    border-radius: 4px !important;
    border: solid 1px #4e5a61;
}

.kg_customer_change_password .kg-change-password button.acc.kg-save-password {
    width: 177px;
    height: 44px;
    border-radius: 3px;
    border: solid 1px #ff6119;
    background-color: #ff6119;
    font-size: 15px;
    margin-top: 18px;
}

.kg_customer_change_password h1.top-title-change-password {
    font-family: 'Open Sans';
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1d1d1b;
    text-transform: capitalize !important;
    padding: 0px 0 17px 0;
    border-bottom: solid 1px #c5c5c5;
}

.kg_customer_change_password p.change-password-text {
    font-family: 'Open Sans' !important;
    font-size: 16px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #1d1d1b !important;
}

.kg-change-password .form-list .form-row.form-row-wide input {
    height: 44px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #4e5a61;
}

.kg-change-password .form-list .form-row.form-row-wide input:focus {
    border: 2px solid #3399FF;
    box-shadow: 0 1px 1px 0 rgba(65, 181, 249, 0.46) !important;
}

.kg_customer_change_password .kg-change-password button.acc.kg-save-password:hover,
.kg_customer_change_password .kg-change-password button.acc.kg-save-password:active {
    background-color: #ff6119;
}

.kg_customer_change_password .kg-change-password .form-list li.form-row.form-row-wide {
    position: relative;
}

.kg_customer_change_password .kg-change-password .form-list i.fa.fa-eye {
    position: absolute;
    top: 70px;
    right: 70px;
    font-size: 17px;
    cursor: pointer;
    color: #ff6119;
}

.kg_customer_change_password .kg-change-password .form-list .form-row.form-row-wide input {
    padding-right: 30px;
}

.kg_customer_change_password .kg-change-password .form-list li.form-row.form-row-wide img.check-password {
    width: 22px;
    position: absolute;
    top: 67px;
    right: -30px;
    display: none;
}

.kg_customer_change_password .form-row label.kg-required {
    font-weight: 600;
    font-size: 14px !important;
    padding: 27px 0 0;
}

@media only screen and (max-width:767px) {
    .kg_customer_change_password .form-row input {
        width: 90%;
    }
    .kg_customer_change_password .kg-change-password .form-list i.fa.fa-eye {
        right: 12%;
    }
    .kg_customer_change_password .kg-change-password .form-list li.form-row.form-row-wide img.check-password {
        right: 0;
    }
}

.kg_customer_change_password .kg-change-password .form-list i.fa.fa-info-circle {
    position: absolute;
    top: 70px;
    right: 23px;
}

.kg_customer_change_password .kg-change-password .form-list i.fa.fa-info-circle:hover div.kg-tooltiptext {
    opacity: 1 !important;
    visibility: visible !important;
}

.kg_customer_change_password .kg-change-password .form-list i.fa.fa-info-circle div.kg-tooltiptext {
    opacity: 0;
    visibility: hidden;
    width: 110%;
    background-color: #000;
    color: #fff !important;
    border-radius: 6px;
    padding: 10px !important;
    position: absolute;
    z-index: 100;
    width: 230px;
    top: 20px;
    left: -47px;
    line-height: 15px;
    font-family: 'Open Sans' !important;
    font-size: 13px;
}

.kg_customer_change_password .kg-change-password .form-list i.fa.fa-info-circle div.kg-tooltiptext ul li {
    padding-left: 10px;
}

.kg_customer_change_password .kg-change-password .form-list i.fa.fa-info-circle div.kg-tooltiptext span {
    display: block;
}

@media only screen and (max-width: 767px) {
    .kg_customer_change_password .kg-change-password .form-list i.fa.fa-info-circle {
        right: 0;
    }
    .kg_customer_change_password .kg-change-password .form-list i.fa.fa-info-circle div.kg-tooltiptext {
        left: -210px;
    }
}


/*End Change Password*/


/*For Address Book Page*/

.kg_customer_list_address .content-box.margin-alt .kg-right-top-title {
    font-family: 'Open Sans';
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    color: #1d1d1b;
    text-transform: capitalize !important;
    padding: 0px 0 15px 0 !important;
    border-bottom: solid 1px #c5c5c5;
}

.kg_customer_list_address .content-box.margin-alt p.top-text,
.kg_customer_list_address .content-box.margin-alt .kg-address-text {
    font-family: 'Open Sans' !important;
    font-size: 16px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #1d1d1b !important;
}

.kg_customer_list_address .content-box.margin-alt a.kg_chnage_address {
    text-align: center;
    width: 229px;
    height: 44px;
    padding: 12px 15px 12px 15px;
    border-radius: 3px;
    border: solid 1px #ff6119;
    background-color: #ffffff;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
}

.kg_customer_list_address .content-box.margin-alt a.kg-address-add {
    width: 195px;
    height: 44px;
    margin: 5px 0px 4px 25px;
    padding: 12px 15px 12px 15px;
    border-radius: 3px;
    border: solid 1px #ff6119;
    background-color: #ff6119;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    text-align: center;
}

.kg_customer_list_address .content-box.margin-alt a.kg-address-add:hover,
.kg_customer_list_address .content-box.margin-alt a.kg_chnage_address:hover {
    box-sizing: border-box;
}

@media screen and (max-width:545px) {
    .kg_customer_list_address .content-box.margin-alt a.kg-address-add {
        margin: 15px 0px 0px 0px;
    }
}

@media (max-width: 767px) {
    .kg_customer_list_address .content-box.margin-alt .kg-right-top-title {
        min-height: 48px !important;
        margin-bottom: 10px !important;
    }
}

.kg_customer_list_address .content-box.margin-alt a.kg-address-add:hover,
.kg_customer_list_address .content-box.margin-alt a.kg-address-add:active {
    background-color: #ff6119;
}

.kg_customer_list_address .content-box.margin-alt a.kg_chnage_address,
.kg_customer_list_address .content-box.margin-alt a.kg-address-add {
    padding: 10px 15px 12px 15px !important;
}

.kg_customer_list_address .content-box.margin-alt a.kg_chnage_address:hover {
    border-color: #ff6119 !important;
}

.kg_customer_list_address .content-box.margin-alt a.kg_chnage_address:active {
    border-color: #5a6240 !important;
}

.kg_customer_list_address .kg_customer_list_address .content-box.margin-alt a.kg_chnage_address,
.kg_customer_list_address .kg_customer_list_address .content-box.margin-alt a.kg-address-add {
    line-height: 20px;
}

.kg_customer_list_address .content-box.margin-alt address {
    font-style: italic;
    font-family: 'Open Sans' !important;
    font-size: 16px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #1d1d1b !important;
}

.kg_customer_list_address .content-box.margin-alt address a {
    text-align: center;
    width: 229px;
    height: 44px;
    padding: 10px 15px 12px 15px !important;
    border-radius: 3px;
    border: solid 1px #5b730e;
    background-color: #ffffff;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    line-height: 20px;
    margin-top: 10px;
}

.kg_customer_list_address .content-box.margin-alt address a:hover {
    box-sizing: border-box;
}

.kg_customer_list_address .content-box.margin-alt address span.separator {
    display: none;
}

.kg_customer_list_address .content-box.margin-alt .header {
    /* font-family: 'Open Sans';*/
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    color: #1d1d1b;
    text-transform: capitalize !important;
    padding: 0px 0 15px 0 !important;
    border-bottom: solid 1px #c5c5c5;
    min-height: auto !important;
}


/*End Addressbook Page*/

/*For Edit Mode Page*/

.edit-box {
	padding:40px;
	margin-bottom:10px;
	background:#e9e9e9;
}
.edit-box a {
    color: #ff6119;
    text-decoration: underline;
}
.edit-box a:hover {
	color:#000;
}
.edit-box h2 {
    color: #000;
    font-weight: 700;
    border-bottom: 2px solid #ccc;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.edit-mode select, .edit-mode textarea {
    width: 100%;
    margin-bottom: 10px;
}

/*For Edit Address Page*/

.kg_customer_addedit_new_address .kg_addedit_new_address .form-row label {
    font-weight: 600;
    font-size: 14px !important;
    padding: 27px 0 0;
}

.kg_customer_addedit_new_address .kg_addedit_new_address .form-row input:focus,
.kg_customer_addedit_new_address .kg_addedit_new_address .form-row select.select:focus {
    border: 2px solid #3399FF;
}

.kg_customer_addedit_new_address .kg_addedit_new_address .form-row input,
.kg_customer_addedit_new_address .kg_addedit_new_address .form-row select.select {
    height: 44px;
    border-radius: 2px;
    border: solid 1px #4e5a61;
}

.kg_customer_addedit_new_address .kg_addedit_new_address .button-link a.save-chanage-action {
    width: 177px;
    height: 44px;
    margin: 63px 0px 114px 2px;
    padding: 12px 38px 12px 39px;
    border-radius: 3px;
    border: solid 1px #5b730e;
    background-color: #5b730e;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.kg_customer_addedit_new_address .kg_addedit_new_address .button-link a.save-chanage-action {
    box-sizing: border-box;
}

.kg_customer_addedit_new_address p.top-text {
    font-family: 'Open Sans' !important;
    font-size: 16px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    padding: 0 15px;
    letter-spacing: normal;
    color: #1d1d1b !important;
}

.kg_customer_addedit_new_address h1.top-right-text {
    font-family: Open Sans;
    Font-weight: 600;
    font-size: 31px;
    letter-spacing: 0;
    border-bottom: solid 1px #c5c5c5;
    text-transform: capitalize !important;
    padding: 0 0 21px 15px;
    margin-bottom: 25px !important;
}

.kg_customer_addedit_new_address .kg_addedit_new_address .button-link a.save-chanage-action:hover,
.kg_customer_addedit_new_address .kg_addedit_new_address .button-link a.save-chanage-action:active {
    background-color: #475a09;
}

.kg_customer_addedit_new_address .kg_addedit_new_address .button-link a.save-chanage-action {
    padding: 10px 15px 12px 15px !important;
}

.kg_customer_addedit_new_address .form-row input,
.kg_customer_addedit_new_address .form-row select {
    width: 424px;
    margin: 3px 0;
    min-width: 20px;
    height: 54px;
    border-radius: 4px !important;
    border: solid 1px #4e5a61;
}

.kg_customer_addedit_new_address .acc {
    margin: 0px 0px 65px 0px;
    padding: 12px 34px 12px 35px;
    border-radius: 3px;
    background-color: #ff6119;
    font-size: 15px;
    margin-top: 23px;
}


/*End Edit Address Page*/


/*For Order page*/

.kg-shopping-order-list_empty {
    background-color: #ff6119;
    color: #fff;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
}

.kg-shopping-order-list .cart-image img {
    width: 31px;
    margin-right: 15px;
    vertical-align: middle;
}

.kg_customer_order_list .kg-top-title-block {
    display: block;
    width: 100%;
    border-bottom: solid 1px #c5c5c5;
    padding-bottom: 10px;
}

.kg_customer_order_list .order-summary.basket .kg-shopping-order-list {
    display: block;
    width: 100%;
    overflow: hidden;
}

.kg_customer_order_list .kg-shopping-order-list .item .image {
    display: block;
    width: 100%;
}

.kg_customer_order_list .kg-shopping-order-list .item.row {
    border-bottom: solid 1px #c5c5c5;
    padding: 18px 0;
}

.kg_customer_order_list .kg-shopping-order-list .item .kg_img_area {
    position: relative;
    width: 130px;
    height: 111px;
    overflow: hidden;
    background-color: #fff;
    border: solid 1px #afcb9f;
    margin: auto;
}

.kg_customer_order_list .kg-shopping-order-list .item .kg_img_area img.product_img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.kg_customer_order_list .kg-shopping-order-list .item .description.kg-product-description h2 {
    margin: 0;
    padding: 0 !important;
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 600;
}

.kg_customer_order_list .kg-shopping-order-list .item .description.kg-product-description span.Processed,
.kg_customer_order_list .kg-shopping-order-list .item .description.kg-product-description span.not-processed {
    width: max-content;
    padding: 5px 35px 5px 35px;
    border-radius: 4px;
    background-color: #aecc53;
    color: #fff;
    text-align: center;
    display: block;
    margin: 8px 0;
    font-size: 12px;
    font-weight: 600;
}

.kg_customer_order_list .kg-shopping-order-list .item .description.kg-product-description p.product_order_no,
.kg_customer_order_list .kg-shopping-order-list .item .description.kg-product-description p.product_order_date {
    font-family: 'Open Sans' !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    color: #4e5a61 !important;
    margin-bottom: 5px !important;
}

.kg_customer_order_list .kg-shopping-order-list .item .kg_view_order a.view-order-btn {
    height: 44px;
    padding: 12px 39px 12px 40px;
    border-radius: 3px;
    border: solid 1px #5b730e;
    color: aliceblue;
    font-family: 'Open Sans';
    font-size: 15px;
    font-weight: 600;
    letter-spacing: normal;
    color: #5b730e;
    display: inline-block;
}

.kg_customer_order_list .kg-shopping-order-list .item .kg_view_order {
    text-align: center;
    padding: 30px 0;
}

.kg_customer_order_list .kg-shopping-order-list .item .description.kg-product-description span.not-processed {
    background-color: #de3618 !important;
}

.kg_customer_order_list .page-title.no-left-padding h1.no-border {
    font-family: 'Open Sans' !important;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1f1f1f;
    text-transform: capitalize !important;
}

.kg_customer_order_list .page-title.no-left-padding {
    display: inline-block;
}

.kg_customer_order_list a.kg-all-Previous-orders {
    color: ##ff6119;
    font-size: 16px;
    text-decoration: underline;
    float: right;
    font-weight: 600;
    padding: 12px 0px;
}

.content-page a:hover {
    color: #ff6119;
}

.kg_customer_order_list .kg-shopping-order-list .item .kg_view_order a.view-order-btn:hover {
    box-sizing: border-box !important;
}

@media screen and (max-width:991px) {
    .kg_customer_order_list .kg-col-swap {
        width: 100%;
        display: grid;
        margin: auto !important;
    }
    .kg_customer_order_list .kg-top-title.order-1 {
        order: 1;
        border: 0 !important;
    }
    .kg_customer_order_list .order-2 {
        order: 3;
    }
    .kg_customer_order_list .order-3 {
        order: 2;
    }
    .kg_customer_order_list .kg-shopping-order-list .item .kg_view_order a.view-order-btn {
        height: 41px;
        padding: 8px 30px 8px 30px;
    }
}

@media screen and (max-width:600px) {
    .kg_customer_order_list .kg-shopping-order-list .item .kg_img_area {
        width: 100px;
        height: 80px;
    }
    .kg_customer_order_list .kg-shopping-order-list .item.row .kg-col-image-mobile {
        width: 40%;
    }
    .kg_customer_order_list .kg-shopping-order-list .item.row .kg-col-description-mobile {
        width: 60%;
    }
    .kg_customer_order_list .kg-shopping-order-list .item.row .kg-col-view-order-mobile {
        width: 100%;
    }
    .kg_customer_order_list a.kg-all-Previous-orders {
        display: block;
        width: 100%;
        float: none;
    }
    .kg_customer_order_list .kg-shopping-order-list .item .kg_view_order {
        padding: 15px 0;
    }
    .kg_customer_order_list .kg-shopping-order-list .item .description.kg-product-description span.Processed,
    .kg_customer_order_list .kg-shopping-order-list .item .description.kg-product-description span.not-processed {
        padding: 5px 30px 5px 30px;
    }
}

.kg_customer_order_list a.kg-all-Previous-orders:hover {
    color: #4c5f10;
}

.kg_customer_order_list a.kg-all-Previous-orders:active {
    color: #2c360a;
}

.kg-welcome-list {
    display: inline-flex;
    width: 100%;
    margin-bottom: 25px;
}

.list-right_image {
    display: inline-block;
    float: right;
}

.kg-welcome-list .list_latter .list-left-image {
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
}

.kg-welcome-list .list_latter {
    background-color: #322b29;
    width: 100%;
    margin-top: 10px;
    border-radius: 4px;
    /*
    padding: 100px;
    background-image: url(https://www.arboretum.ie/shop/images/A_LIST_BANNER.png);
    background-size: cover;
    background-position: center center;
	*/
}

.kg-welcome-list .list_latter img {
    width: 100%;
}

.kg-welcome-list .list_latter .kg_list_data h1 {
    text-transform: unset !important;
    font-weight: 500;
    font-size: 27px;
}

.kg-welcome-list .list_latter .kg_list_data p,
.kg-welcome-list .list_latter .kg_list_data h1 {
    color: #fff !important;
    font-family: 'Open Sans' !important;
}

.kg-welcome-list .list_latter .kg_list_data .button {
    height: 45px !important;
    padding: 0px 55px;
    margin: auto;
    float: right;
    margin-top: 20px;
}

.kg-welcome-list .list_latter .kg_list_data .button:hover {
    background-color: #475a09;
    border: 0px;
}

.kg-welcome-list .list_latter .kg_list_data {
    display: inline-block;
    height: 100%;
    padding: 28px 12px;
    width: 35%;
}

.kg-welcome-list .list_latter .list-left-image img {
    width: 145px;
    margin-left: 15px;
    padding: 30px 0px;
}

@media screen and (max-width: 767px) {
    .list-right_image {
        display: none;
    }
    .kg-welcome-list .list_latter .kg_list_data {
        width: auto;
    }
}

@media screen and (max-width:450px) {
    .kg-welcome-list .list_latter .list-left-image,
    .kg-welcome-list .list_latter .kg_list_data {
        width: 100%;
        text-align: center;
        height: auto;
    }
    .kg-welcome-list .list_latter .kg_list_data .button {
        float: none;
        margin-top: 0px;
    }
    .kg-welcome-list .list_latter .list-left-image img {
        margin-left: 0;
        padding: 14px 0px;
    }
}


/*End Order page*/


/*Right side button for subscription*/

.sticky-stuff {
    position: fixed;
    top: 50%;
    right: -50px;
    z-index: 999999;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: transparent !important;
    padding: 0px 10px;
    text-align: center;
}

@media (max-width: 700px) {
    .sticky-stuff {
        display: none;
    }
}

.sticky-stuff a {
    display: block;
}

.sticky-stuff a image {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.sticky-stuff a:hover {
    color: #02129b;
}


/*End Subcription button*/

.sidebar-position-without .title .kg_account button.kg_signin_toggle,
.sidebar-position-without .title .kg_account .kg_form button#send2 {
    font-size: 15px;
    letter-spacing: 0;
    background: #ff6119;
    margin-bottom: 15px;
    margin-top: 10px;
}

.sidebar-position-without .title .kg_account .kg_form ul.form-list {
    display: inline-block;
    padding-left: 0px !important;
}


/*sign in icon in corby page by KGkrunch date:-15/07/2021*/

.header .kg-header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #eaeaea;
    padding: 0;
    margin: 30px 0 0;
}

.header .kg-header-menu #primary_nav_wrap {
    border-top: none;
    padding: 0;
    margin: 0;
    width: auto;
}

.header .kg-header-menu .kgcart_box {
    width: auto;
    display: flex;
    justify-content: flex-end;
    max-height: 44px;
    margin: 0;
}

.header .kg-header-menu .signin-container.sign-in img {
    max-width: 30px;
}

.header .kgcart_box .shopping-cart-widget .dropdown-toggle.cart-summ {
    width: max-content;
}

@media (max-device-width: 1165px) and (min-device-width: 936px) {
    .kgcart_box,
    .template-container .shopping-container {
        width: auto !important;
        margin: 0px !important;
    }
}

@media only screen and (max-width: 992px) {
    .template-container .shopping-container {
        width: auto !important;
        margin: 0px !important;
    }
}

@media (max-width: 700px) {
    .header .kg-header-menu {
        margin: 0;
        border: 0;
        display: inline-block;
        float: right;
        width: 160px;
        position: relative;
    }
    .header .new-wrap.flex {
        display: inline-block;
    }
    .header .kg-header-menu .kgcart_box {
        position: relative;
        top: unset;
    }
    .header .signin-container.sign-in {
        display: inline-block;
        float: left;
        padding: 8px 0;
    }
    header .inner a.logo {
        width: 188px;
    }
}

@media (max-width: 550px) {
    .header .kg-header-menu .kgcart_box.shopping-container,
    .header .signin-container.sign-in {
        top: 50px !important;
        position: absolute;
    }
    .header .inner a.logo {
        width: 244px;
    }
}
@media screen and (max-width:991px) {
.general-content.account.checkout .content-box{
    display: inline-block;
    width: 100%;
}
}
@media screen and (max-width:991px) {
header.header .new-wrap.flex .right-wrap.flex .right.tel-wrap{
    display: block;
}
.header .right-wrap.flex .right.tel-wrap .tel.flex,
header.header .new-wrap.flex .right-wrap.flex .right.tel-wrap .kgcart_box.shopping-container.cart-design-2{
    display: none;
}
header.header .inner.max-width .new-wrap .right-wrap.flex .right.tel-wrap .signin-container.sign-in {
    top: 18px !important;
    right: 6px;
}
}
/*end of signin icon*/

/* Start add basket icon to header, search by 'content */
@media screen and (min-width:701px) {
    .header .inner .new-wrap .kg-mobile-cart {
        display: none;
    }
}

@media screen and (max-width:700px) {
    .header .inner .new-wrap .right-wrap .kg_search .bottom .header__buttons {
        display: block;
    }

    .header .inner .new-wrap .right-wrap .kg_search .bottom .header__buttons a.openingtimes__button {
        display: none;
    }

    .header .inner {
        min-height: 345px !important;
    }

    .header .inner .new-wrap .header__buttons a.advancedsearch__button {
        background: #ffb900;
        color: white;
        padding: 8px;
        display: block;
        text-align: center;
        font-size: 15px;

        align-items: center;
        justify-content: center;
        display: flex;
        position: absolute;
        width: 94%;
    }
    .header .inner .new-wrap .mob-menu.ion-navicon {
        position: relative;
        top: 0;
    }
    .header .inner .new-wrap .kg-mobile-cart .kg-mb-cart-widget a {

        top: 0px;
    }
    .header .inner .new-wrap .kgcart_box.shopping-cart-widget {
        background: transparent;
    }
    .header .inner .new-wrap.flex {
        display: flex;
    }
}

@media screen and (max-width:550px) {
    .header .inner .new-wrap .kg-mobile-cart .kg-mb-cart-widget a {
        position: relative;
        top: 50px;
    }
    .header .inner .new-wrap .mob-menu.ion-navicon {
        position: relative;
        top: 50px;
    }
}
.carousel-area .productCarousel.kg-related-product-carousel .owl-controls .owl-next {
    right: -21px;
}

.carousel-area .productCarousel.kg-related-product-carousel .owl-controls .owl-prev {
    left: -21px;
}
.carousel-area .productCarousel.kg-related-product-carousel .owl-controls .owl-buttons{
    opacity: 1 !important;
}
/* Start add basket icon to header, search by 'content */
@media screen and (max-width:991px){
.content-page .sidebar-position-without .basket-content .vc_column-inner  .wpb_wrapper .kg-discount-desktop{
      display:none;
}
.content-page .sidebar-position-without .basket-content .vc_column-inner  .wpb_wrapper  .the-cart-form .actions{
    margin-bottom:0;
}
.content-page .sidebar-position-without .basket-content .vc_column-inner  .wpb_wrapper  .the-cart-form .actions a.kg-continue-shop{
    display: none;
} 
}
@media screen and (max-width:700px){
 .header .kg-header-menu .kgcart_box.shopping-container .shopping-cart-widget{
    display:none;
}
}
@media screen and (max-width:550px){
    .header .inner .new-wrap .right-wrap{
      top: 228px;
    } 
  }
  @media screen and (min-width:992px){
    .content-page .sidebar-position-without .basket-content .vc_column-inner  .wpb_wrapper .kg-discount-mobile .kg-discount-code{
        display:none;
    }
   }
   .mm-slideout .template-content .page-wrapper .post-code-checker-form{
    justify-content: center;
    align-items: center;
    background: transparent;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
    border-bottom: 1px solid #636363;
    padding-bottom: 20px;
    
  }
  .mm-slideout .template-content .page-wrapper .post-code-checker-form label{
    line-height: 1.2em;
    width: 45%;
    margin-left: 0;
    font-weight: 500;
    display: inline-block;
    font-size: 16px;
    text-transform: none;
    color: #636363;
    padding: 0;
    text-align: center;
    flex-grow: unset;
    letter-spacing: 0.5px;
  }
  .mm-slideout .template-content .page-wrapper .post-code-checker-form .input-text{
    display: flex;
    margin: 0;
    position: relative;
    padding: 0;
    width: 15%;

  }
  @media screen and (max-width:1399px){
      .mm-slideout .template-content .page-wrapper .post-code-checker-form label,
      .mm-slideout .template-content .page-wrapper .post-code-checker-form .input-text{
        flex: 1 1 100%;

      }
    }
    header.header .new-wrap a.mob-menu.ion-navicon {
        background-image: url(https://www.aylettnurseries.co.uk/shop/images/menu.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 31px;
        height: 40px;
    }
    table.shop_table td.product-remove a.btn.remove-item {
  min-width: 36px !important;
}