/*
Theme Name: JPlant Custom theme
Author: Simon Cole
Author URI: http://www.hotsourcewebsolutions.com
Description: Bootstrap based custom theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Wordpress editor styles start*/
@font-face {
    font-family: 'pt_sansregular';
    src: url('fonts/pts55f-webfont.eot');
    src: url('fonts/pts55f-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pts55f-webfont.woff2') format('woff2'),
         url('fonts/pts55f-webfont.woff') format('woff'),
         url('fonts/pts55f-webfont.ttf') format('truetype'),
         url('fonts/pts55f-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, h1, h2, h3, h4, h5, h6, p {font-family: 'Cambay', sans-serif;}
body {font-size:16px;font-weight:500;}
.lower-text {text-transform: lowercase;}
.woocommerce section.related ul.products span.price.outofstock {
    font-size: 16px!important;
    color: #e62f8a!important;
}
ul.sub-menu {
    background: #f3f3f3!important;
    padding: 20px;
}
ul.sub-menu li {
    background: #f3f3f3!important;
}
.container-fluid {padding-left:0;padding-right:0; }

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 16px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*************************************************************************************/
/* Form                                                                              */
/*************************************************************************************/
div.responsive form header {
    margin: 0 0 20px 0;
}
div.responsive form header div {
    font-size: 90%;
    color: #999;
}
div.responsive form header h2 {
    margin: 0 0 5px 0;
}
div.responsive form > div {
    clear: both;
    overflow: hidden;
    padding: 1px;
    margin: 0 0 10px 0;
}
div.responsive form > div > fieldset > div > div {
    margin: 0 0 5px 0;
}
div.responsive form > div > label, legend {
    width: 25%;
    float: left;
    padding-right: 10px;
}
div.responsive form > div > div, div.responsive form > div > fieldset > div {
    width: 75%;
    float: right;
}
div.responsive form > div > fieldset label {
    font-size: 90%;
}
fieldset {
    border: 0;
    padding: 0;
}
input[type=text], input[type=email], input[type=url], input[type=password], textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #bfbfbf;
    color: #64676f;
    font: normal 13px Verdana, Arial, sans-serif;
    padding: 9px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
input[type=text], input[type=email], input[type=url], input[type=password] {
    width: 50%;
}
input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, textarea:focus {
    outline: 0;
    border-color: #73A147;
}
select[name="countrylist"] {
    width: 317px;
    padding: 2px 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.woocommerce.archive ul.products li.product .woocommerce-placeholder {
    height: 182px;
    display: block;
    margin-bottom: 17px;
}
@media (max-width: 600px) {
    div.responsive form > div {
        margin: 0 0 15px 0;
    }
    div.responsive form > div > label, legend {
        width: 100%;
        float: none;
        margin: 0 0 5px 0;
    }
    div.responsive form > div > div, div.responsive form > div > fieldset > div {
        width: 100%;
        float: none;
    }
    input[type=text], input[type=email], input[type=url], input[type=password], textarea, select {
        width: 100%;
    }
    ul.uael-nav-menu a:focus, ul.uael-nav-menu a:active, ul.uael-nav-menu a:hover {
        color: #e4258a!important;
    }

}
@media (min-width: 1200px) {
    div.responsive form > div > label, legend {
        text-align: left;
    }
}
.req {
    color: red;
}

/*************************************************************************************/
/* contact form result messages                                                      */
/*************************************************************************************/

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    background-color: #329632;
    padding: 20px;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    background-color: #D62027;
    padding: 20px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-color: #F00;
}

/*************************************************************************************/
/* Header, logo etc....                                                              */
/*************************************************************************************/
div#header-container {
    min-height: 190px;/*115px;*/background-color: #FBFBFB;
}
div#navbar-container {
    border-bottom: 2px solid #E0F5CC;
}
div#main-container-outer {
    padding-top: 15px;
}
div#cart-container {max-width:480px;/*float:right;*/text-align: right;}
div#cart-container ul {list-style-type: none;}
a.gotocheckout {display: block;clear:both;}

form.menu-search-form input#s {border-radius: 4px 0 0 4px;float: left;width: 230px;}
form.menu-search-form input#searchsubmit {height: 36px;position: relative;}
button#searchsubmit {border-radius: 0 4px 4px 0;height: 36px;}
li.menu-item.menu-item-search {padding-top: 5px;}

.navbar-header {
    float: left;
    width: 100%;
}
.navbar-left {
    float: left!important;
    width: 100%;
}
li.menu-item-search {float:right;}
li.menu-item-search p {float:right;}
.navbar-brand>img {
    display: block;
    
    left: -12px;
    position: relative;    
}
.navbar-collapse {padding-left:0;padding-right:0;}
div.myaccount_search {float: right;margin-top: 25px;margin-right: 20px;top: 4px;position: relative;}
div.header_cart {float:right;margin-top: 7px}
div.myaccount {float: right;margin-right: 20px;margin-top: 10px;}
div.myaccount_search h3, div.header_cart h3, div.myaccount_search a, div.header_cart a, div.myaccount h3 {color: #567838;font-size:16px;margin-bottom: 2px;}
button#searchsubmit {line-height: 26px;}


/*************************************************************************************/
/* Strap line                                                                        */                                         
/*************************************************************************************/ 
div#strapline-container-inner div.strapitem {text-align: center;padding: 10px;background-color: #FBFBFB;color: #E4258A;padding-top: 14px;font-size:16px;}
div#strapline-container-inner .row {margin-left: 0;margin-right: 0;}
/*************************************************************************************/
/* Navigation                                                                        */                                         
/*************************************************************************************/     
.navbar-default {
    background-color: inherit;
    border: 0;
}
.navbar {margin-bottom: 0px;background-color: #fff;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {border-bottom: 2px solid #567838;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {color: #555;background-color: #FBFBFB;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color: #e7e7e7;clear: both;}
/*div#navbar-container-inner {
    padding-left: 0;
    padding-right: 0;
}*/
li#menu-item-4182 {
    width: 12%;
}

.btn-success {
    background-color: #567838;
}

.nav>li {
    /*width: 16.66%;*/width:13.9%;
    text-align: center;
}
.navbar-default .navbar-nav a:hover {
    border-bottom: 2px solid #e462b9;
    color: #555;
    background-color: #FBFBFB;
}
.navbar-default .navbar-nav>li>a {/*font-size: 18px;*/font-size:16px;    border-bottom: 2px solid #FFF;}
.navbar-nav>li>a {
    padding-top: 19px;
    padding-bottom: 13px;
}
.navbar-nav {
    margin: inherit;
}

.alternate-colour {
    color: #e4258a;
}
.woocommerce ul.products li.first {
    clear: none!important;
    /*margin: 0 2.95% 2.992em 0 !important*/
}
/*.woocommerce ul.products li.product.first {
clear: none;
}*/
.mr30 {margin-right:30px;}
a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}
span.ship-address {
    color: #e4258a;
    font-weight: 100;
    font-size: 16px;
    font-style: italic;
}
/*************************************************************************************/
/* Footer                                                                            */
/*************************************************************************************/
img#footer-logos {
    width: 150px;float: right;
}

div#footer-container {
    background-color: #131313;
    min-height: 250px;
}
div#footer-container ul.menu {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
}
div#footer-container ul.menu li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
div#footer-container div.widget a {color:#73A147;}
div#footer-container h4 {
    color: #fff;
}
div#footer-container-top {
    padding-top: 20px;
}
p.copyright {
    color: #73a145;
}
img.footer-paypal {
    width: 150px;
    float: right;
}
div#footer-full-width-container {
    background-image: url(/wp-content/uploads/blog-link-bg.jpg);
    margin-bottom: 20px;
    margin-top:10px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
div#footer-container div#footer-full-width-container div.widget h3 a {color:#fff;text-shadow: 1px 1px 4px #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}
blockquote {
    border-left: 0;
    background: url(/wp-content/uploads/openquote.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 77px;
}
/*************************************************************************************/
/* Sidebar                                                                           */                                         
/*************************************************************************************/     
div#sidebar-container h4 {border-bottom: 2px solid #E0F5CC;;padding-bottom: 5px;}
div#sidebar-container .widget {margin-bottom: 30px;}

/*************************************************************************************/
/* Homepage large images                                                             */                                         
/*************************************************************************************/ 
img.ifullwidth {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%;
}
img.ileft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    max-width:40%;
}
img.iright {
    float: right;
    margin-bottom: 20px;
    max-width:57%;
}

/*************************************************************************************/
/* Woocommerce overrides                                                             */                                         
/*************************************************************************************/
td.label {color: #71A044;font-size: 14px;}
h1.product_title {font-size:26px;}
div.related.products {clear: both;    padding-top: 30px;}

h1 {font-size:28px;}
h2 {font-size:24px;}
h3 {font-size:22px;}
h4 {font-size:18px;}
h5 {font-size:12px;}

p.form-row.terms.wc-terms-and-conditions label > span {
    margin-left: 18px;
    top: -6px;
    position: relative;
}
section.related.products {
    clear: both;
}

/* body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product { */
body.woocommerce ul.products[class*=columns-] li.product, body.woocommerce-page ul.products[class*=columns-] li.product {
    margin: 0 10px 10px 0;
    min-height:499px;
    width:32%;
}

.woocommerce ul.products li.product .onsale {
    background: #e43d95;
    font-weight: 100;
    text-transform: uppercase;
}
.woocommerce ul.products li.product img.sale-badge {
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    max-width: 90px;
}

/*************************************************************************************/
/* taxonomy-product_cat listview tweaks, change grid to list                         */                                         
/*************************************************************************************/
li.listview {
    /*float:none!important;*/
    clear: both!important;
    width: 100%!important;
}

li.listview img {
    max-width: 370px;
    float: left;
    margin-right: 20px;
}

.woocommerce ul.products li.listview.product .button {
    position: absolute;
    right: -25px;
    top: 40px;
    height: 32px;
    left: inherit;
}

.woocommerce ul.products li.listview.product h3 {
    width: 100%;
}

.woocommerce ul.products li.listview.product img {
    max-width: 160px!important;
}

li.listview h3 {
    max-width: 450px;
    float: left;
    text-align: left!important;
    margin-left: 20px!important;
}

li.listview span.price {
    position: absolute;
    right: 0;
}

li.listview a.button {
    float: right;
    display: block;
    right: 0;
    bottom: inherit;
    width: 100px;
    position: relative;
    top: -10px;
    margin-right: 22px;
}

li.listview.product {
    margin-bottom: 0!important;
    min-height: 130px!important;
}

.woocommerce ul.products li.product span.price {
    color: #191919!important;
}
.woocommerce ul.products li.product span.amount {
    text-shadow: 1px 1px 3px #000;
}
div.product-cat-auction div.product_meta {display:none!important;}
div#left-category-filters {padding-left:0;background-color: #FBFBFB;padding: 10px 0;}
.menu-categs-box ul {
    list-style-type: none;
    padding-left: 20px;
}
li.libreak {display: none;}


/*************************************************************************************/
/* Special Offers & Home Boxes CTP                                                   */                                         
/*************************************************************************************/
div.special-offer-box, div.home-box {margin-bottom:30px;}
img.special-offer-image, img.home-image, picture.home-image {
    position: relative;
    max-width: 100%;
    height: auto;
}
div.special-offer-box {
    overflow: hidden;
    max-height: 346px;
}
h2.home-title {
    position: absolute;
    top: 0px;
    left: 30px;
    font-size: 20px;
    color:#fff;
    font-weight:bold;
}
h2.special-offer-title {
    position:absolute;
    top: 130px;
    left: 30px;
    font-size: 20px;
    color:#fff;
    font-weight:bold;
    /*text-shadow: 2px 2px 1px #353535;*/
    text-transform: uppercase;
}
h3.discount-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    text-align: center;
    background: #000;    
    top: -6px;
    right: 27px;
    position:absolute;
}
h2.home-title {font-size: 40px;font-weight:bold;}
h3.home-subtitle {font-size:25px;position: absolute;top:50px;left:30px;}
h2.home-title, h3.home-subtitle {color:#fff;}
span.prefix, span.discount, span.suffix {color:#fff;display:block;}
span.prefix {font-size:15px;margin-top: 13px;} 
span.discount {font-size: 28px;margin-top: 3px;}
span.discount.disable_suffix {font-size: 28px;margin-top: 1px;}
span.prefix.disable_suffix {margin-top: 22px;}
span.suffix {font-size:22px;}
img.special-offer-override-image, img.home-override-image, picture.home-override-image {display:none;height: auto;}

div.home-box.twothirdstworows a {display: block;position: relative;margin-bottom: 30px;}

div.home-box.twothirdstworows a.home-link.last2row {margin-bottom: 0;}

h3.special-offer-subtitle {
    position: absolute;
    top: 155px;
    color: #fff;
    left: 30px;
    font-size: 20px;
        max-width: 83%;
}
li#menu-item-238 {
    width: 18%;
}
li#menu-item-47 {
    width: 12%;
}
ul.dropdown-menu li#menu-item-47 {
    width: 100%;
}

.usda-hardiness {text-transform: uppercase; color:#E4258A;cursor: pointer;}

/*************************************************************************************/
/* Woo tweaks                                                                        */                                         
/*************************************************************************************/
.woocommerce span.onsale {
    min-height: 3.236em!important;
    min-width: 3.236em!important;
    padding: 0!important;
    line-height: 3.236!important;
    font-size: 1.6em!important;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {text-decoration: none;}

dl.custom-fields-top dt, dl.custom-fields-after dt {width: 35%;float: left;}
dl.custom-fields-bottom dt {width: 25%;float: left;}
dl.custom-fields-bottom {padding-top: 12px;}
dd { overflow: hidden;}
dl.custom-fields-after li {}

div.woocommerce-product-gallery dl.custom-fields-bottom dt {width: 15%;}

div.varieties ul {padding-left: 0;list-style-position: inside;}
span.varieties_title {font-weight: 700;}
div.varieties li {list-style-type: disc;list-style-position: inside;text-indent: -1em;padding-left: 1em;}


.woocommerce ul.products li.product h3 {font-size: 16px!important;min-height:67px;}
h4.common_name {font-size:15px;min-height: 50px;margin-top: 0;}
h3.common_name {margin-top: 0;}
.woocommerce ul.products li.product span.amount {text-shadow: none;font-size: 20px;color: #e4258a;}
.woocommerce section.related ul.products li.product span.amount {font-size: 17px;}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {    background-color: #567838 !important;
    padding: 12px;
    color: #fff;
    border: 0;}
.woocommerce .quantity .qty {height: 35px;}

body a {color: #567838;} 
body a:hover {color:#E4258A;}


ul.strapline {
    list-style-type: none;
    width: 90%;
    margin: auto;
}

ul.strapline li {
    list-style-type: none;
    float:left;
    padding: 0px 20px;
}
ul.strapline li#second, ul.strapline li#third {padding:0 40px;}
span.pot_sizes {
    margin-right: 10px;
}

h4.hardiness {text-align:center;margin-top:20px;}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #77a464;
    font-size: 20px!important;;
}
body.term-gifts form.woocommerce-ordering {display:none;}

select#num_per_page {
    float: right;
    margin-bottom: 10px;
}
label#num_per_page_label {
    float: right;
    margin-top: 0px;
    margin-right:5px;
}
/*h1.page-title.plants-page-title {width: 50%;display: inline-block;}*/
#per_page {margin-right:10px;}

.woocommerce-account-fields p.form-row.form-row-wide.create-account.woocommerce-validated span {
    padding-left: 20px;
}
.woocommerce-account-fields input#createaccount {
    margin: 4px 8px 0 0;
}
body.postid-587 table.gift-cards-list {
    margin-bottom: 20px;
}
section.up-sells.upsells.products {
    clear: both;
}
/*************************************************************************************/
/* Pagination - for plants page only                                                 */                                         
/*************************************************************************************/
.pagination {
    clear:both;
    position:relative;
    font-size:14px; /* Pagination text size */
    line-height:13px;
}
 
.pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    min-width:31px;
    color:#333; /* Pagination text color */
    border: 1px solid #ccc;
    background: #fff; /* Pagination non-active background color */
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
 
.pagination a:hover {
    color:#fff;
    background: #6AAC70; /* Pagination background on hover */
}
 
.pagination .current{
    padding:6px 9px 5px 9px;
    background: #ccc; /* Current page background */
    color:#333;
}

small {font-size:12px;line-height:12px;}
img.mw465 {max-width:465px;height:auto;}
/*************************************************************************************/
/* Search Results Form                                                               */                                         
/*************************************************************************************/
ul.search_results {padding-left: 0;}
ul.search_results li {list-style-type: none;    clear: both; padding-bottom: 20px;}
ul.search_results h3 img {
    width: 107px;
    height: auto;
    float: left;
    padding-right: 10px;
}
.search_results_pagination {
    text-align: center;
    margin-bottom: 20px;
}
.page-numbers {
    border: 1px solid #ccc;
    padding: 6px 4px 2px 4px;
    margin: 0;
    min-width: 31px;
    display: inline-block;
}
span.page-numbers.current {
    background: #ccc;
}

div#latest_news {margin-top: 10px;margin-bottom: 10px;background-color: #fbfbfb;color: #676767;}
div#latest_news div.inner {padding:20px;}
div#latest_news div#photo {padding-top:20px;}
div#latest_news h2 {color:#71a044;font-size:24px;text-transform: uppercase;text-decoration: none;}
div#latest_news .span5 h3 {margin-top:0;}
div#latest_news a {color:#71a044;}
div#latest_news span.latest-news-date {color: #787878;font-size: 16px;}
div#latest-news-image {float:right;}
div#latest_news a:hover {text-decoration: none} 
h3.latest_news_subtitle {
    color: #E4258A;
}
.testimonial-container {
    min-height: 250px;
}
.testimonial-container blockquote p.testimonial-text,.testimonial-container blockquote p.byline {font-size:20px;font-style:italic;}
ol.carousel-indicators li {
    background: #b3b3b3;
    border: 1px solid #ccc;
}
ol.carousel-indicators li {
    background: #dadada;
    border: 1px solid #ababab;
}
.fleft {float:left;margin-right:20px;}
.fright {float:right;margin-left:20px;}
div.blog_content p {overflow: hidden;}

.btn-primary {
    color: #fff;
    background-color: #e4258a;
    border-color: #e42ba6;
    padding-top: 10px;
}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #71a044;
    border-color: #83a067;
}
h3.quicklist-title {
    margin-left: 20px;
    font-size: 16px;
    font-weight: bold;
}
span.plantlist-latin {
    font-weight: bold;
}

div.pp_pic_holder .ppt {
    display: none!important;
}
/*.woocommerce-ordering select.orderby {
    background-color: #e4258a;
    color: #fff;
}*/
select:focus {outline-color:#567838;}
form#growth_type_form {clear:both;}
select#growth_type {float: right;
    margin-left: 10px;
    top: -5px;
    position: relative;}

/* If enabled then disabled variations will not be shown in the dropdown */
.variations option:disabled {
  /*display:none;*/
}
body .pswp__caption__center {
    font-size:20px;
}

/*************************************************************************************/
/* Jquery News Ticker                                                                */                                         
/*************************************************************************************/
.ticker-title {
    float: left;
    position: relative;
    margin-right: 10px;
}
span.gticker-content {
    top:1px;
}
body .gticker-wrapper.has-js {width:100%;}

div#logo-container,div#cart_myaccount {
    top: -10px;
}
span.gticker-content a {color:#E4258A;}

/*************************************************************************************/
/* News Ticker                                                                       */                                         
/*************************************************************************************/
.news-ticker {background-color:#efefef;}
.ticker-title {
    color: #fff;
    font-weight: bold;
    background-color: #f1f1f1;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 14px;
    background: #5a8a3d;
    position: relative;
    float: left;
    padding: 5px 20px 0 20px;
}
.ticker-title:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(90, 138, 61, 0);
    border-left-color: #5a8a3d;
    border-width: 10px;
    margin-top: -10px;
}
.gticker-wrapper.has-js {
    height: 45px!important;
    border-radius: 0!important;
    background-color: #efefef!important;
    line-height: 45px;
}
.gticker-swipe {background-color:#efefef!important;height:45px!important;padding-top:17px!important;}
.gticker-content {font-size:16px;height:45px;padding-top:14px!important;}
.gticker {height:45px!important;}


/*************************************************************************************/
/* Form bits                                                                         */                                         
/*************************************************************************************/
/* ---------------------responsive form ----------------------*/
form header {
  margin: 0 0 20px 0; 
}
form header div {
  font-size: 90%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
    width: 25%;
  float: left;
  padding-right: 10px;
}
form > div > div,
form > div > fieldset > div {
  width: 75%;
  float: right;
}
form > div > fieldset label {
    font-size: 90%;
}
fieldset {
    border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
    width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password] {
  width: 50%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #73A147;
}

div.field-container {width:100%;}
div.field-container label.desc {width: 37%;}
div.field-container div.field {width:100%;}

@media (max-width: 600px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,
  legend {
      width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%; 
  }

    div.post-8.status-publish h1, div.post-8.status-publish h2, div.post-8.status-publish h3 {
        text-align: center!important;
    }
    div.post-8.status-publish .left h3 {
        text-align: left!important;
    }
    select#pa_size {
        clear: both;
        max-width: 310px!important;
    }
    .woocommerce div.product form.cart .variations td.label {
        display: none;
    }
    body.woocommerce div.product form.cart .variations select {
        max-width: 75%;
    }
    body section.related.products a.button.product_type_variable {
        clear: both;
        display: block;
        position: relative;
    }
    .woocommerce div.product form.cart .variations {
        margin-bottom: 1em;
        border: 0;
        width: 90%;
        overflow: hidden;
    }
    div.post-8.status-publish h2.home-title {
        font-size: 30px;
        text-align: center!important;
        width: 85%;
    }
    div.twothirdstworows h2.home-title {
        left: 18px;
    }
    div.post-8.status-publish h3.home-subtitle {
        margin: 5px;
        text-align: center!important;
        width: 85%;
    }
}
@media screen and (max-width: 820px){
    body.woocommerce div.product form.cart .variations {
        max-width: 75%!important;
        width: 75%!important;
    }
    body {overflow-x: hidden;position: absolute;width: 98vw;}
    html, body {
        overflow-x: hidden;
    }
    body {
        position: relative;
    }
    a.toggle_categories.hidden-sm.hidden-md.hidden-lg {
        display: none!important;
    }
    label#num_per_page_label {
        float: none;
        top: -13px;
        padding-left:5px;
        position: relative;
        font-weight: 100;
        font-size: 12px;
    }
    form.woocommerce-ordering {
        width: 50%;
    }
    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
        font-size: .72em!important;
        color: #000;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        margin: 0 0 20px;
    }
    h3.common_name {font-size:18px;}
    span.sku_wrapper {
        font-size: 14px!important;
    }
    .product_meta {
        font-size: 14px!important;
    }
    .yith-wcwl-add-button span {
        font-size: 16px!important;
    }
    .create_account_save_favourites {
        width: 100%!important;
        float: left!important;
    }
    .woocommerce div.product form.cart {
        margin-bottom: 0!important;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        margin-bottom:25px!important;
    }
    .woocommerce-product-details__short-description.hidden-lg.hidden-md.hidden-sm {
        clear: both;
    }
    body .cff-post-text {
        font-size: 15px!important;
    }
    section.elementor-element-3e73a26 .elementor-shortcode {
        max-height: 45px !important;
        overflow: hidden !important;
    }
}
h3.common_name {color:#567838;}
/* h3.common_name:hover, h1.product_title.entry-title:hover {color:#e425a8;} */
.woocommerce ul.products li.product h3:hover {color:#e425a8;}


body.tax-product_cat a.button.add_to_cart_button,
body.tax-product_cat a.button.product_type_variable {
    display: none !important;
}
.woocommerce ul.products li.product h3 {
    color: #000;
}
section.related.products ul.products li a.button {
    display: none !important;
}

@media (min-width: 1200px) {
  form > div > label,
    legend {
    /*text-align: right;*/
    text-align:left;
  }
}

body.term-gifts ul.products li.product-type-simple h4.common_name {
    display: none;
}

body.term-gifts ul.products li.product-type-simple h4.common_name {
min-height:35px;
}
/*.woocommerce ul.products li.product a img {
    max-height: 181px;
}*/
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {min-height:390px;}
.woocommerce div.related ul.products li.product a img {
    max-height: 100%;
}


/*************************************************************************************/
/* Woo 3 fixes - maybe remove?                                                       */                                         
/*************************************************************************************/
/* WooCommerce 3.0 Gallery */

.woocommerce-product-gallery {
position: relative;
margin-bottom: 3em
}

.woocommerce-product-gallery figure {
margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
width: 25%;
display: inline-block
}

.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img {
opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
opacity: 1
}

.woocommerce-product-gallery img {
display: block
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
width: 20%
}

.woocommerce-product-gallery__trigger {
position: absolute;
top: 1em;
right: 1em;
z-index: 99;
}

a.woocommerce-product-gallery__trigger {
text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
position: absolute;
top: .875em;
right: .875em;
display: block;
height: 2em;
width: 2em;
border-radius: 3px;
z-index: 99;
text-align: center;
text-indent: -999px;
overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
background-color: #169fda;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
background-color: #1781ae;
border-color: #1781ae;
color: #ffffff;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
font: normal normal normal 1em/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: block;
content: "\f00e";
line-height: 2;
text-indent: 0;
}

.pswp__bg {
    opacity: 0.7!important;
}
.pswp__item img.pswp__img {
    border: 5px solid #fff;
}
figure.woocommerce-product-gallery__wrapper div.woocommerce-product-gallery__image {
    margin-right: 10px;
    margin-top: 10px;
}
p.create-an-account {
    font-size: 18px;
    font-weight: bold;
}
.payment_box.payment_method_paypal p {
    font-size: 18px;
    font-weight: bold;
}

.tooltipstered {
    opacity: 1;
    font-family: 'Cambay', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
}
.tooltip_templates {display: none;}

.ships_in_spring {
    color: #e4258a;
    font-weight: bold;
    padding-bottom: 0px;
}
/*************************************************************************************/
/* Tooltipster - used on [Availability] field on single product                      */
/*************************************************************************************/
body .tooltipster-sidetip .tooltipster-box {
    background: #fbfbfb;
    border: 2px solid #797979;
    border-radius: 4px;
}
body .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #797979;
}

body .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #fcfcfc;
    left: 0;
    top: -3px;
}
span#tooltip_content {
    color: #333;
}

.grecaptcha-badge { 
    visibility: hidden;
}
a.toggle_categories.hidden-sm.hidden-md.hidden-lg {
    background: #567838;
    padding: 12px 5px 8px 5px;
    color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
}
.woocommerce a.button.add_to_cart_button {
    padding-top: 13px;
}

body.single-product .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart {
    display: none;
}
body.single-product div.woocommerce-variation-add-to-cart .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart {
    display: block;
}
.please_check_container {
    color: #e4258a;
    font-size: 16px;
    width: 380px;
    line-height: 1.3em;
    margin-top: 6px;
}
.at4-follow .at4-follow-container .at-follow-label {
    display: none!important;
}
/*************************************************************************************/
/* Constant Contact Popup & Form
/*************************************************************************************/
.sgpb-theme-6-overlay.sgpb-popup-overlay-4960,.sgpb-theme-6-overlay.sgpb-popup-overlay-4966 {
    background: rgba(80, 80, 80, 0.20)!important;
}
div.popup-join-container .ctct-form-wrapper p.ctct-form-field {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 10px;
}
div.popup-join-container .ctct-form-wrapper p.ctct-form-field input[type="text"],
div.popup-join-container .ctct-form-wrapper p.ctct-form-field input[type="email"] {
    width: 100%;
}
div.popup-join-container .ctct-form-wrapper .ctct-form .ctct-label-top label {
    text-align: left;text-transform: uppercase;font-family:arial;
}
div.popup-join-container .ctct-form-wrapper .ctct-submit {
    background: #e42fac;
    border: 0;
    padding: 10px 20px 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    font-family:Arial;
}
div.popup-join-container h3.popup-title {
    font-size: 19px;padding:10px 20px;color:#000;
}
div.popup-join-container div.ctct-disclosure hr {
    display: none;
}
div.popup-join-container div.ctct-form-wrapper a.button.ctct-button {
    display: none;
}

div#sgpb-popup-dialog-main-div {
    background-image: url(/wp-content/uploads/pop-up1.jpg);
    background-position: top left!important;
    background-size: contain;
    background-repeat: no-repeat!important;
}
.sgpb-main-html-content-wrapper {
    margin-top: 209px;
}
div.popup-join-container sub {
    line-height: 1.2em;
    display: block;
}
.pot_sizes_container a {
    color: #000;
}
a.add_to_wishlist {color:#000!important}
.create_account_save_favourites a {
    color: #000 !important;
}
span.ships-weekly {
    display: block;
    clear: left;
    color: #e7258a;
    top: 5px;
    position: relative;
    font-size: 18px;
}
/*body.search div#ctct_usage,
body.search .ctct-form-field,
body.search .ctct-disclosure
{
    display: none;
}*/
ul.search_results {
    margin-bottom: 50px;
}
.ctct-form-wrapper .ctct-form abbr[title] {border-bottom:0!important;text-decoration: none!important;cursor:default;}

@media screen and (max-width:800px){
    div#sgpb-popup-dialog-main-div {background-size:auto;}
}

/*************************************************************************************/
/* FAQ                                                                              */
/*************************************************************************************/
.ui-accordion .ui-accordion-content p {
    padding: 5px 0;
}
.ui-accordion .ui-accordion-header {
    padding: 10px 10px 5px 10px;
    border:none;
    font-size:18px!important;
}
div.accordion {
    margin: 20px 0 40px 0;
}
/*************************************************************************************/
/* Popup                                                                             */
/*************************************************************************************/
.wdpu-5035 .wdpu-inner,
.wdpu-5166 .wdpu-inner,
.wdpu-5067 .wdpu-inner {
    /*background: url(/wp-content/uploads/2019/02/pop-up1.jpg);*/
    /*background: url(/wp-content/uploads/popup-small.jpg);*/
    background: url(/wp-content/uploads/popup-small2.jpg);
    background-repeat: no-repeat;
    padding-top:120px;
}
.wdpu-5035 h3,
.wdpu-5166 h3,
.wdpu-5067 h3 {
    text-align: center;
    margin: 0 auto;
    float: none;
    margin-bottom: 16px;
    margin-top:10px;
    font-size:19px;
}
.wdpu-5035 .ctct-form-wrapper p.ctct-form-field,.wdpu-5067 .ctct-form-wrapper p.ctct-form-field {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.wdpu-5035 .wdpu-content,
.wdpu-5166 .wdpu-content,
.wdpu-5067 .wdpu-content {
    padding-top:0!important;
}

.wdpu-5035 .ctct-form-wrapper p.ctct-form-field input[type="text"],
.wdpu-5035 .ctct-form-wrapper p.ctct-form-field input[type="email"],
.wdpu-5067 .ctct-form-wrapper p.ctct-form-field input[type="text"],
.wdpu-5067 .ctct-form-wrapper p.ctct-form-field input[type="email"] {
    width: 89%;
    padding:5px 10px;
    font-size:12px;
}
.wdpu-5035 .ctct-form-wrapper .ctct-form .ctct-label-top label,
.wdpu-5067 .ctct-form-wrapper .ctct-form .ctct-label-top label {
    text-align: left;text-transform: uppercase;font-family:arial;font-size:11px;
}
.wdpu-5035 .ctct-form-wrapper .ctct-submit,
.wdpu-5067 .ctct-form-wrapper .ctct-submit {
    background: #e42fac;
    border: 0;
    padding: 5px 15px 5px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    font-family:Arial;
}
.wdpu-5035 h3.popup-title,
.wdpu-5166 h3.popup-title,
.wdpu-5067 h3.popup-title {
    font-size: 19px;padding:10px 20px;color:#000;
}
.wdpu-5035 div.ctct-disclosure hr,
.wdpu-5166 div.ctct-disclosure hr,
.wdpu-5067 div.ctct-disclosure hr {
    display: none;
}
.wdpu-5035 div.ctct-form-wrapper a.button.ctct-button,
.wdpu-5067 div.ctct-form-wrapper a.button.ctct-button {
    display: none;
}

div#sgpb-popup-dialog-main-div {
    background-image: url(/wp-content/uploads/pop-up1.jpg);
    background-position: top left!important;
    background-size: contain;
    background-repeat: no-repeat!important;
}
.wdpu-5035 sub,
.wdpu-5166 sub,
.wdpu-5067 sub {
    line-height: 1.2em;
    display: block;
    text-align: center;
}
.wdpu-5035 .ctct-form-wrapper .ctct-submit,
.wdpu-5166 .ctct-form-wrapper .ctct-submit,
.wdpu-5067 .ctct-form-wrapper .ctct-submit {
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 18px;
}
.wdpu-5035 .wdpu-buttons,
.wdpu-5166 .wdpu-buttons,
.wdpu-5067 .wdpu-buttons {
    padding: 5px 20px!important;
}
.wdpu-5035 .wdpu-buttons a,
.wdpu-5166 .wdpu-buttons a,
.wdpu-5067 .wdpu-buttons a {
    color: #e42fac;
    text-decoration: none;
}
.wdpu-5035 a.wdpu-close,
.wdpu-5166 a.wdpu-close,
.wdpu-5067 a.wdpu-close {
    top: -15px;
    right: -15px;
    background: #fff;
    border-radius: 30px;
    color: #000;
    font-size: 30px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding-left: 0;
    font-weight:normal;
}
.wdpu-5067 .wdpu-content {
    padding-top: 0;
}
p.ctct-message.success {
    text-align: center;
    padding-top: 18px;
}
.wdpu-5035 .wdpu-inner {padding-top:142px;}
.wdpu-5166 .wdpu-inner {padding-top:142px;}
.wdpu-5067 .wdpu-inner {padding-top:142px;}

.wdpu-5035 .wdpu-buttons,
.wdpu-5166 .wdpu-buttons,
.wdpu-5067 .wdpu-buttons {
    text-align: center!important;
}

.wdpu-5067 .wdpu-buttons {
    background: none!important;
    border-top: 1px dashed #e42fac!important;
    width: 70%;
    margin: 0 auto;
}
.wdpu-5067 .wdpu-close:before,
.wdpu-5166 .wdpu-close:before,
.wdpu-5035 .wdpu-close:before {
    margin: 0 -1px 0 0;
    font-weight: normal!important;
}
.wdpu-5166.rounded .wdpu-close {
    border-radius: 20px;
}
.ctct-form-wrapper input[type="text"]:required:valid, 
.ctct-form-wrapper input[type="email"]:required:valid, 
.ctct-form-wrapper input[type="password"]:required:valid, 
.ctct-form-wrapper input[type="tel"]:required:valid, 
.ctct-form-wrapper input[type="number"]:required:valid 
{
    background-position: 100%!important;
}
span.success {
    border: #459c07 1px solid;
    padding: 20px;
    text-align: center;
    display: block;
    color: #459c07;
}

@media screen and (max-width:500px){
    .wdpu-5035 div.wdpu-container div.popup,
    .wdpu-5166 div.wdpu-container div.popup,
    .wdpu-5067 div.wdpu-container div.popup {
        width: 80%!important;
        height:700px;
    }
    .wdpu-5035 div.wdpu-msg-inner,
    .wdpu-5166 div.wdpu-msg-inner,
    .wdpu-5067 div.wdpu-msg-inner {
        width:100%!important;
    }
    .popup.wdpu-msg.wdev-window.ui-draggable {
        width: 80%!important;
        /*margin: 0 auto;*/
    }
    .wdpu-5035 .ctct-form-wrapper p.ctct-form-field input[type="text"], .wdpu-5035 .ctct-form-wrapper p.ctct-form-field input[type="email"], .wdpu-5067 .ctct-form-wrapper p.ctct-form-field input[type="text"], .wdpu-5067 .ctct-form-wrapper p.ctct-form-field input[type="email"] {
        width: 91%;
    }
    .wdpu-5035 h3, 
    .wdpu-5166 h3, 
    .wdpu-5067 h3 {
        margin-top: 2px;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .wdpu-5035 .ctct-form-wrapper .ctct-form .ctct-label-top label,
    .wdpu-5067 .ctct-form-wrapper .ctct-form .ctct-label-top label {
        font-size:14px;
    }
    .wdpu-5035 .ctct-form-wrapper .ctct-submit, .wdpu-5067 .ctct-form-wrapper .ctct-submit {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    


}

.woocommerce ul.products li.product .button {
    padding-top: 13px;
}

/*************************************************************************************/
/* Gift Cards
/*************************************************************************************/
.gc_span ol.choose-template {
    display: none;
}
.gc_span:nth-child(2) > label{display:none;}
/*************************************************************************************/
/* My Account                                                                        */
/*************************************************************************************/
.woocommerce-MyAccount-content p {
    font-size: 16px;
}
.woocommerce div.woocommerce-MyAccount-content table.my_account_orders {
    font-size: 1em;
}
.woocommerce-MyAccount-content .woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    font-size: 16px;
}
.woocommerce-MyAccount-content address {
    font-size: 16px;
}
nav.woocommerce-MyAccount-navigation li {
    font-size: 16px;
    margin-bottom: 4px;
}
p.register_intro {
    color: #e425a7;margin-bottom:0;
}
div#customer.woocommerce form.register, .woocommerce form.login

.woocommerce table.wishlist_table thead th, .woocommerce table.wishlist_table tbody td {
    font-size: 15px;
}
body.woocommerce-account .woocommerce-MyAccount-content {width:73%;}
body.woocommerce-account .woocommerce-MyAccount-navigation {width:24%;}
.change-password-container {
    margin-top: 30px;
}

div.footer-join-form label {
    color: #fff;
}

div.footer-join-form input[type="text"],
div.footer-join-form input[type="email"] {
    width: 100%;
}
div.footer-join-form .ctct-disclosure.hidden-xs sub {
    color: #f1bdff;
    text-align: left;
    display: block;
    line-height: 1.4em;
    padding-top:20px;
}
div.footer-join-form .ctct-disclosure.hidden-xs sub br {
    display:none;
}
div.footer-join-form a.button.ctct-button {
    display: none;
}
div.footer-join-form p.ctct-form-field.ctct-form-field-submit input[type="submit"] {
    background: #e4258a;
    border: 0;
    padding: 10px 20px 7px 20px;
    color: #fff;
    margin: 0 auto;
    display: block;
    width: 100%;
    margin-top: 30px;
}
div.footer-join-form .ctct-form-wrapper input[type="text"]:required:valid, 
div.footer-join-form .ctct-form-wrapper input[type="email"]:required:valid, 
div.footer-join-form .ctct-form-wrapper input[type="password"]:required:valid, 
div.footer-join-form .ctct-form-wrapper input[type="tel"]:required:valid, 
div.footer-join-form .ctct-form-wrapper input[type="number"]:required:valid 
{padding-left:0;}

div.footer-join-form .ctct-form-wrapper .success {background:#fff;}

div.head-search div.myaccount_search {
    margin-top: 0!important;
}
div.head-myaccount div.myaccount {
    margin-top: 0;
}
div.head-myaccount div.myaccount h3 {
    margin-top:6px;
}
div.head-mycart div.header_cart {
    margin-top:4px;
}
div.head-mycart div.header_cart h3{
    margin-top:0;
}
div#divBottomRight {
    width: 180px;
}
div.elementor-location-footer div.ctct-disclosure.hidden-sm sub {
    color: #fff;
    line-height: 14px;
    display: block;
}

h3.footer-posts-title {
    color: #fff;
    font-family: "Cambay",Sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin:0;
    margin-top: 10px;
}
a.footer-posts-readmore {
    color: #f1c1ff;
    font-size: 15px;
    font-family: "Roboto",Sans-serif;
    font-weight: 500;
}
.footer-posts-post {
    margin-bottom: 10px;
}
section.related.products h2 {
    margin: 30px 0;
}

/* New March 2025 */
.woocommerce ul.products li.product a img {
    border-radius: 15px;
}
img.iconic-woothumbs-images__image, .iconic-woothumbs-thumbnails__image-wrapper {
    border-radius: 15px;
}
.iconic-woothumbs-thumbnails__image-wrapper:after,.iconic-woothumbs-thumbnails__image-wrapper:before {
    border: none !important;
}
.woocommerce div.product form.cart .variations select#pa_size,.woocommerce div.product form.cart .variations select#pa_pot-size {
    padding-left: 10px;
}
.iconic-woothumbs-wishlist-buttons svg {
    width: 24px; /* Adjust size as needed */
    height: 24px;
    transition: transform 0.2s ease-in-out;
    transform: scale(1.2)
}

.iconic-woothumbs-wishlist-buttons svg:hover {
    transform: scale(1.4); /* Slight zoom effect on hover */
}

.giftcard.coupon {
    display: none;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 112px;
    padding: 10px!important;
}

p#wc_constant_contact_subscribe_field span.optional {
    display: none;
}

.woocommerce div.product form.cart div.quantity {
    margin: 0 0px 0 0!important;
}
.custom-quantity-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 120px;
    float: left;
    margin-right: 10px;
}

.qty-minus, .qty-plus {
    background-color: #e4258a;
    color: #fff;
    border: none;
    width: 30px;
    height: 35px;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qty-minus:hover, .qty-plus:hover {
    background-color: #333;
}

.woocommerce div.quantity {
    display: flex;
    align-items: center;
}

input.qty {
    text-align: center;
    width: 50px;
    height: 30px;
    border: 1px solid #ccc;
}
button.single_add_to_cart_button.button.alt {
    padding: 10px;
}
#calc_shipping_city, #calc_shipping_postcode, #calc_shipping_country_field {display:none;}
label[for="calc_shipping_city"], label[for="calc_shipping_postcode"] {
    display: none !important;
}
p.woocommerce-shipping-destination {
    display: none;
}


body.single-product .iconic-woothumbs-thumbnails__image {display:initial;}
picture.iconic-woothumbs-thumbnails__image img {
    border-radius: 15px !important;
}
.slick-slide img {
    display: block;
    width: 567px;
    border-radius: 15px !important;
}
body.woocommerce .related ul.products li.product {
    margin-right: initial;
}
body.woocommerce.archive ul.products li.product, body.woocommerce-page ul.products li.product {
    margin: 0 10px 10px 0 !important;
    min-height: 499px;
    width: 32% !important;
    clear: none !important;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox .required {
    color: #ff0202;
    left: 16px;
    position: relative;
    top: -13px;
    display: inline-block;
}

/*************************************************************************************/
/* Responsive Media Queries                                                          */
/*************************************************************************************/
@media screen and (min-width:1000px){
    body.woocommerce ul.products.columns-1 li.product, body.woocommerce-page ul.products.columns-1 li.product {
        width: 32%!important;
        margin-right: 16px;
    }
    body.woocommerce.archive ul.products li.product, body.woocommerce-page ul.products li.product {
        width: 32% !important;
    }
    body.woocommerce-page .related ul.products li.product {
        width: 23% !important;
        min-height: 400px !important;
    }
}
@media screen and (max-width:999px) and (min-width:769px){
    body.woocommerce ul.products.columns-1 li.product, body.woocommerce-page ul.products.columns-1 li.product {
        width: 47%!important;
        margin-right: 18px;
    }
    body.woocommerce.archive ul.products li.product, body.woocommerce-page ul.products li.product {
        width: 47% !important;
    }
    body.woocommerce ul.products li.product a img {
        max-height: inherit;
    }
}

@media screen and (max-width:1200px) {
    form.menu-search-form input#s {width: 242px;}
    .navbar-default .navbar-nav>li>a {font-size: 16px;}
    ul.strapline {list-style-type: none;width: 100%;margin: auto;}
    ul.strapline li {padding: 0px 20px;}
    .woocommerce ul.products li.last, .woocommerce-page ul.products li.last {min-height: 369px;}
    /*.woocommerce ul.products li.product a img {max-height: 148px;}*/
    h2.special-offer-title {top: 109px;}
    body.woocommerce ul.products.columns-1 li.product, body.woocommerce-page ul.products.columns-1 li.product {
        margin-right: 12px;
    }

}
@media screen and (max-width:991px) {
    .nav>li>a {padding: 17px 9px 12px 9px;}
    .navbar-collapse {padding-left:15px;padding-right:15px;}
    .navbar-brand>img {left:inherit;max-width: 100%;}
    .navbar-default .navbar-nav>li>a {font-size: 13px;}
    img.special-offer-override-image, img.home-override-image {display:block;    max-width: 100%;}
    img.special-offer-can-be-overridden, img.home-can-be-overridden {display:none;}
    ul.strapline {height:20px;}
    ul.strapline li {font-size:12px;line-height:20px;padding: 0px 16px;}
    ul.strapline li#second, ul.strapline li#third {padding: 0px 25px;}
    .woocommerce ul.products li.last, .woocommerce-page ul.products li.last {min-height: 366px;}
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {min-height:370px;}
    div.myaccount_search {top: -6px;}
}
@media screen and (max-width:768px){
    .woocommerce ul.products li.product a img {max-height: 100%;}
}

.mobile-custom-fields-top dl.custom-fields-top dt, .mobile-custom-fields-top dl.custom-fields-top dd {
    font-size: 15px !important;
}
.mobile-custom-fields-top {display:none;}
@media screen and (max-width:767px) {
    div#header-container-inner {text-align: center;}
    a.navbar-brand {float: none;margin: 0 auto;display: inline-block;}
    .nav>li {width: 100%;text-align: left;}
    img.ileft {margin-right: 10px;}
    h3.discount-circle {top:auto;bottom:-3px;}
    ul.strapline {height:40px;}
    ul.strapline li {font-size:12px;width:50%;padding: 0px 16px;}
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page[class*=columns-] ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {max-width:100%!important;width:100%!important;};
    li#menu-item-238, li#menu-item-47 {
        width: 100%!important;
    }
    body.woocommerce.archive ul.products li.product, body.woocommerce-page ul.products li.product {
        width: 100% !important;
    }

    div#myaccount_search_container p {
        display: block;
        width: 321px;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
        max-width: 100%;
    }
    div#myaccount_search_container {
        width: 100%;
        margin-top: 40px;
        margin-right: 0;
    }
    li#menu-item-238 {
        width: 100%;
    }

    dl.custom-fields-top dt, dl.custom-fields-top dd {
        margin-bottom: 5px;
    }
    .woocommerce div.product form.cart .variations select {
        margin-bottom: 10px;
    }
    body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product {
        min-height: 300px!important;
    }
    div.menu-categs-box ul li, ul.wsubcategs li {
        margin-top: 10px;
    }

    a.navbar-brand {height:80px;}

    dl.custom-fields-top{
        display: none;
    }
    .mobile-custom-fields-top {
        display: block;
    }
    .mobile-custom-fields-top dl.custom-fields-top {
        display: block;
    }
    /* .woocommerce-product-details__short-description:not(.hidden-lg) {
        display: none;
    } */

    form.elementor-search-form input.elementor-search-form__input {
        top: -90px;
        position: relative;
    }
    form.elementor-search-form svg.e-font-icon-svg.e-eicon-close {top:-106px;}
    .iconic-woothumbs-all-images-wrap {width:100%!important;}

}
@media screen and (max-width:600px){
    h2.home-text, h3.home-text {
        font-size: 14px;
        text-align: justify!important;
    }
    form.woocommerce-ordering {
        width: 100%;
        float: none;
    }
    form#per_page {
        margin-right: 0;
    }
    dt {
        clear: both;
    }

}
@media screen and (max-width:523px) {
    ul.strapline {    padding-left: 0;}
    ul.strapline li {padding: 0px;}
}
@media screen and (max-width:500px) {
    span.fa-stack {float: none;clear: both;display: block;margin: 0 auto;}
    img.ileft,img.iright {max-width:100%;}
    h3.discount-circle {width:80px;height:80px;}
    span.discount {font-size: 21px;margin-top: -1px;}
    span.prefix {font-size: 15px;margin-top: 5px;} 
    .woocommerce ul.products li.last, .woocommerce-page ul.products li.last {min-height: 374px;height:auto;}
    span.discount.disable_suffix {font-size: 23px;margin-top: -6px;}
    span.suffix {font-size: 18px;}
    span.prefix.disable_suffix {margin-top: 18px;}

}
@media screen and (max-width:767px) {
    form.menu-search-form input#s {
            width: 70%;
    }
}
@media screen and (max-width:400px) {
    h2.special-offer-title {font-size: 14px;}
    ul.strapline {height:78px;}
    ul.strapline li {width:100%;}
    form.menu-search-form input#s {
            width: 70%;
    }
    form.menu-search-form .btn {
        display: block;
    }
    div.post-8.status-publish h2.home-title {
        font-size: 25px;
        text-align: left!important;
    }

}
@media screen and (max-width: 320px){
    form.menu-search-form input#s {
        width: 69%;
    }
}
@media screen and (min-width:767px) and (max-width:1150px){
    .menu-item-search  {display:none;}
}


.marquee {
    background: #efefef;
    color: #e4258a;
    padding: 7px 0 3px 0;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom:20px;
    font-size: 16px;
    width: 100%;
    position: relative;
}
dl.custom-fields-top dt, dl.custom-fields-top dd, dl.custom-fields-bottom dt, dl.custom-fields-bottom dd {
    margin-bottom: 7px;font-size: 15px;
}
/*************************************************************************************/
/* CSS Overlay Spinner
/*************************************************************************************/
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


body.archive.term-gifts.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 29.75%;
}
body.archive.term-gifts.woocommerce ul.products li.product h3 {
    padding: 0;
    min-height: inherit;
}


div#wc_ps_container_wp-widget-products_predictive_search {
    height: 38px;
    float: right;
    margin-right: 19px;
}
.wc_ps_nav_fill {
    float: left;
    clear: none;
    width: 90%!important;
}
.wc_ps_container .wc_ps_nav_submit {
    padding: 2px!important;
}
form.wc_ps_form > div > div, form.wc_ps_form > div > fieldset > div {
    width: inherit;
    float: inherit;
}
.wc_ps_header_container .wc_ps_nav_field {
    width: 100%;
}
div#ps_list_items_container ul.products li.product {
    min-height: 471px;
}

@media screen and (max-width:1800px) and (min-width:1700px){
    .elementor-5142 .elementor-element.elementor-element-7ff3d6f8 > .elementor-element-populated {
        padding: 40px 40px 40px 48%!important;
    }
}
@media screen and (max-width:1700px){
    .elementor-5142 .elementor-element.elementor-element-7ff3d6f8 > .elementor-element-populated {
        padding: 40px 40px 40px 30%!important;
    }
}
@media screen and (max-width:1380px){
    .elementor-5142 .elementor-element.elementor-element-7ff3d6f8 > .elementor-element-populated {
        padding: 40px 40px 40px 65px!important;
    }
}

.wpf_comment_container .tab-content {
    clear: both;
}

ul.wsubcategs, ul.wsubcategs_sub {
    display: none;
}
ul.wsubcategs.always_show {
    display: block;
}
.create_account_save_favourites {
    width: 75%;
    float: right;
    top: -10px;
    position: relative;
}
div.product_meta a {
    font-size: 14px;
}
section.related.products a.button.product_type_variable {
    clear: both!important;
    display: block;
    bottom: 0;
    position: absolute;
}
input#wc_constant_contact_subscribe {
    float: left;
    display: inline-block;
    position: relative;
    top: 11px;
}
p.form-row.terms.cc-signup label > span {
    top: -10px;
    left: 20px;
    position: relative;
    color: #e425a7;
}

@media only screen and (max-width: 680px){
    body .wc_ps_bar.search_icon_only .wc_ps_container {
        position: relative!important;
    }
    body div#divBottomRight {display: none!important;}
    body div#sfsi_floater {display: none!important;}

    form#wc_ps_form_wp-widget-products_predictive_search > div {
        clear: initial;
        margin: initial;
        padding: 0;
    }

}
body #mega-menu-wrap-mega_menu #mega-menu-mega_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 10px 10px 0 10px;
}

div#post-4937 h1 {
    display: none;
}
.wishlist-title-container .wishlist-title.wishlist-title-with-form {
    display: none;
}
.woocommerce-MyAccount-content form#yith-wcwl-form {
    top: -75px;
    position: relative;
}

.woocommerce ul.products li.product span.price.outofstock {
    color: #e4258a!important;
    font-size: 16px;
    font-weight: 400;
}
span.toggle-plant-name, span.expand-quicklist {
    cursor: pointer;
    color: #e425a7;
    margin-left: 4px;
}
span.toggle-plant-name {
    cursor: pointer;
    color: #ffffff;
    margin-left: 4px;
    background: #e62598;
    padding: 4px 5px 2px 10px;
    font-size: 14px;
    width: 24px;
    display: inline-block;
    line-height: 15px;
}
span.toggle-plant-name.plus {
    padding: 4px 5px 2px 8px;
}
ul.quicklist-products {
    position: relative;
}
ul.quicklist-products.collapsed:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 17px;
    height: 2em;
    bottom: 0;
background: linear-gradient( to bottom, rgb(255 1 1 / 0%), rgb(253 253 253 / 95%) 77% );
    z-index: 1;
}
ul.jet-menu.jet-menu--animation-type-fade.jet-menu--roll-up {
    margin-left: 14px;
}
.woocommerce ul.products li.product .price ins {text-decoration: none;}

body.woocommerce .related ul.products li.product {
    width: 23%;
    margin-right: 15px;
}

@media screen and (max-width: 767px){
    div.has-blank-row a[href='#'] {
        display: none;
    }
    body.woocommerce .related ul.products li.product {
        float:none!important;
    }
}
.woocommerce div.product div.woocommerce-product-gallery div.woocommerce-product-gallery__image img.attachment-shop_catalog {
    display: block;
    height: auto;
    box-shadow: none;
    max-height: 127px;
    overflow: hidden;
}
body.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 23.1%;
    margin: 6px 6px 0 0;
}

@media screen and (min-width: 991px) and (max-width: 1200px){
    dl.custom-fields-top dt, dl.custom-fields-after dt {
        width: 50%;
    }
    figure.woocommerce-product-gallery__wrapper div.woocommerce-product-gallery__image {margin-right: 8px;}

}
@media screen and (max-width: 980px){
    figure.woocommerce-product-gallery__wrapper div.woocommerce-product-gallery__image {margin-right: 6px;}
}
@media screen and (max-width:1199px) and (min-width:822px){
    /* body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product { */
    body.woocommerce ul.products[class*=columns-] li.product, body.woocommerce-page ul.products[class*=columns-] li.product {
        width:31%!important;
    }
}
div.js-marquee {margin-right: 20px!important;}
.jet-menu .jet-menu-item .top-level-link {
    padding: 10px 20px 10px 10px!important;
}

@media screen and (max-width: 1100px) and (min-width: 767px){
    body .elementor-5151 .elementor-element.elementor-element-7124ff4 .jet-menu .jet-menu-item .top-level-link {
        padding-right: 15px!important;
    }

}
.submit-disabled {background: #cdcdcd!important;}
div.warn {
    color: red;
}
form.ctct-form div.warn {
    color: #fff;
    text-align: center;
}
.ctct-form-field.ctct-field-full.address-line-1.ctct-form-field-required,
.ctct-form-field.ctct-field-full.address-line-2.ctct-form-field-required.input_2_1_2_container,
.ctct-form-field.ctct-field-third.address-city.ctct-form-field-required.input_2_1_3_container,
.ctct-form-field.ctct-field-third.address-zip.ctct-form-field-required.input_2_1_5_container
{
    display: none;
}
fieldset.ctct-address legend {
    display: none;
}
.warn2 {
    text-align: center;
    color: #fff;
}
/*form.ctct-form input[name^="custom"] {
    display: none;
}
form.ctct-form p.ctct-form-field:nth-child(8) {
    display: none;
}*/

/* My Account */
@media screen and (max-width:700px){
    body.woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
    }
    body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
        display: inline-block;
        margin-right: 1px;
        background: #f1f1f1;
        padding: 5px 10px;
        font-size: 14px;
    }
    .woocommerce-MyAccount-content {
        top: 70px;
        position: relative;
    }
    .wishlist_table.mobile .product-name h3 {
        margin-top: 0;
        font-size: 20px;
    }
    body.woocommerce-account .woocommerce-MyAccount-content {
        width: 90%;
    }
    body.woocommerce-account .woocommerce-MyAccount-content .wishlist_table.mobile li .item-details table.item-details-table td,
    body.woocommerce-account .woocommerce-MyAccount-content .wishlist_table.mobile li table.additional-info td {vertical-align:initial;}
    body.woocommerce-account .woocommerce-MyAccount-content .wishlist_table.mobile li {
        border: 1px solid #ccc;
        padding: 10px;
    }   
    body.woocommerce-account .woocommerce-MyAccount-navigation ul {
        padding-left: 0!important;
    } 
}
@media screen and (min-width:1072px){
    li#jet-mega-menu-item-18449 {
        display: none;
    }

}
.ctct-disclosure {
    display: none!important;
}

li#jet-mega-menu-item-18331, li#jet-mega-menu-item-18332 {
    display: none!important;
}
/* ribbon */
/* 	Overlay Banner */
/*	---------------------------------------------------- */

.overlay-ribbon {
    position: absolute;
    width: 36px;
    height: 22px;
    z-index: 9999;
    top: -4px;
    left: 10px;
    background: #528f44;
    padding: 5px 0;
    background-image: -ms-radial-gradient(center top, circle farthest-side, #89eb74  0%, #63a136 86%);
    background-image: -moz-radial-gradient(center top, circle farthest-side, #89eb74  0%, #63a136 86%);
    background-image: -o-radial-gradient(center top, circle farthest-side, #89eb74  0%, #63a136 86%);
    background-image: -webkit-gradient(radial, center top, 0, center top, 487, color-stop(0, #89eb74 ), color-stop(1, #63a136));
    background-image: -webkit-radial-gradient(center top, circle farthest-side, #89eb74  0%, #63a136 86%);
    background-image: radial-gradient(circle farthest-side at center top,#89eb74  0%,#63a136 86%);
    -webkit-box-shadow: -5px 21px 28px -4px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: -5px 21px 28px -4px rgba(0, 0, 0, 0.43);
    box-shadow: -5px 33px 28px -4px rgb(0 0 0);
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    /* animation: slidein 3s ease-in-out forwards; */
}
.overlay-ribbon.sale-variant, .overlay-ribbon.sale-variant-w-new {
    background: #e425a7;
    background-image: -ms-radial-gradient(center top, circle farthest-side, #e425a7 0%, #cb2c80 86%);
    background-image: -moz-radial-gradient(center top, circle farthest-side, #e425a7 0%, #cb2c80 86%);
    background-image: -o-radial-gradient(center top, circle farthest-side, #e425a7 0%, #cb2c80 86%);
    background-image: -webkit-gradient(radial, center top, 0, center top, 487, color-stop(0, #cb2c80), color-stop(1, #cb2c80));
    background-image: -webkit-radial-gradient(center top, circle farthest-side, #e425a7 0%, #cb2c80 86%);
    background-image: radial-gradient(circle farthest-side at center top, #e425a7 0%, #cb2c80 86%);
}
.ribbon-content {
  z-index: 99999;
  position: relative;
  margin: 0 5px;
}

ul.products li.product .ribbon-content h3 {
  margin: 0;
  padding: 5px 0 5px 0;
  line-height: 16px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 12px!important;
  text-align: center;
  top: 6px;
  position: relative;
  left: -1px;
  padding: 0!important;

}

.ribbon-content > p,
.ribbon-content > p span {
  color: #24505a;
  margin: 0;
  padding: 0;
}

.ribbon-content p span {
  display: block;
}
.overlay-ribbon:before {
    content: "";
    position: absolute;
    bottom: -2em;
    left: 0;
    width: 0;
    height: 0;
    border-top: 35px solid #63a136;
    border-right: 35px solid transparent;
    z-index: 997;
}
.overlay-ribbon:after {
    content: "";
    position: absolute;
    bottom: -2em;
    right: 0;
    width: 0;
    height: 0;
    border-top: 35px solid #63a136;
    border-left: 35px solid transparent;
    z-index: 998;
}
.overlay-ribbon.sale-variant,.overlay-ribbon-sale-variant-w-new:before {
    border-top-color: #cb2c80;
}
.overlay-ribbon.sale-variant:after, .overlay-ribbon.sale-variant-w-new:after {
    border-top-color: #cb2c80;
}


.woocommerce ul.products li.product img.sale-badge {
    transform: rotate(25deg);
}


body.single-product .overlay-ribbon {
    position: absolute;
    width: 60px;
    height: 62px;
    z-index: 9999;
    top: -2px;
    left: 18px;
}
body.single-product .overlay-ribbon:before,
body.single-product .overlay-ribbon:after {
    bottom: -34px;
}
body.single-product .ribbon-content h3 {
    top: -6px;
    left: -1px;
    font-size: 23px!important;
    position: relative;
    color: #fff;
    font-weight:bold;
}
body.single-product .overlay-ribbon.v4 .ribbon-content {
    margin: -1px -6px;
    left: 2px;
    top: -4px;
}

body.single-product section.related .overlay-ribbon {
    position: absolute;
    width: 46px;
    height: 43px;
    z-index: 9999;
    top: -2px;
    left: 20px;
}
body.single-product section.related .ribbon-content h3 {
    top: 8px;
    left: -1px;
    font-size: 16px!important;
    position: relative;
    color: #fff;
    font-weight: bold;
}




/* Banner - V2 - Rotate 45 deg - Category */
.overlay-ribbon.v2 {
    height: 43px;
}
ul.products li.product .overlay-ribbon.v2 .ribbon-content h3 {
    rotate: -45deg;
    left: 15px;
    font-size: 15px!important;
}
.overlay-ribbon.v2 .ribbon-content {
    margin: 7px 5px;
}
/* Banner - V2 - Rotate 45 deg - Single */
body.single-product .overlay-ribbon.v2 {
    height: 100px;
}
body.single-product .overlay-ribbon.v2 .ribbon-content h3 {
    rotate: -45deg;
    top: 20px;
}


/* Banner - V3 - Vertical - Category */
.overlay-ribbon.v3 {
    height: 45px;
    width:33px;
}
ul.products li.product .overlay-ribbon.v3 .ribbon-content h3 {
    writing-mode: vertical-rl;
    text-orientation: upright;
    top: -10px;
    left: 3px;
    font-size: 13px!important;
}
/* Banner - V3 - Vertical - Single */
body.single-product .overlay-ribbon.v3 {
    height: 100px;
}
body.single-product .overlay-ribbon.v3 .ribbon-content h3 {
    writing-mode: vertical-rl;
    text-orientation: upright;
    top: -6px;
    left: -12px;
    font-size: 24px!important;
    letter-spacing: -5px;
}

/* Banner - V2 - Rotate 90 deg - Category */
.overlay-ribbon.v4 {
    height: 43px;
    width:34px;
    z-index: 99;
}
ul.products li.product .overlay-ribbon.v4 .ribbon-content h3 {
    rotate: 90deg;
    left: -27px;
    font-size: 14px!important;
    top:-6px;
    letter-spacing: 2px;
}
.overlay-ribbon.v4 .ribbon-content {
    margin: -12px 5px;
}
/* Banner - v4 - Rotate 90 deg - Single */
body.single-product .overlay-ribbon.v4 {
    height: 80px;
    width:45px;
}
body.single-product .overlay-ribbon.v4 .ribbon-content h3 {
    rotate: 90deg;
    top: 10px;
    left: -2px;
    letter-spacing:2px;
}

.overlay-ribbon.sale-variant.v4 {
    left: 10px;
    right:auto;
    /* background: #E4258A; */
}
body.single-product .overlay-ribbon.sale-variant.v4 {
    left:20px;
}
.overlay-ribbon.sale-variant-w-new.v4 {
    left: 46px;
    right:auto;
    /* background: #E4258A; */
}
body.single-product .overlay-ribbon.sale-variant-w-new.v4 {
    left:72px;
}


.overlay-ribbon.sale-variant:before {
    border-top: 35px solid #cb2c80;
}
.overlay-ribbon.sale-variant:after {
    border-top: 35px solid #cb2c80;
}
.overlay-ribbon.sale-variant-w-new:before {
    border-top: 35px solid #cb2c80;
}
.overlay-ribbon.sale-variant-w-new:after {
    border-top: 35px solid #cb2c80;
}
.woocommerce ul.products li.product .overlay-ribbon h3:hover { 
    color:#ccc;
}

@media screen and (max-width:767px) {
    body.single-product .overlay-ribbon.v4 {
        height: 45px;
        width: 33px;
    }
    body.single-product .ribbon-content h3 {
        left: -2px;
        font-size: 13px !important;
    }
    body.single-product .overlay-ribbon {
        left:11px;
    }
    body.single-product .overlay-ribbon.sale-variant-w-new.v4 {
        left: 51px;
    }
    ul.products li.product .overlay-ribbon.v4 .ribbon-content h3 {
        font-size:13px!important;
    }
    ul.products li.product .overlay-ribbon:before {
        bottom: -1.7em;
    }
    ul.products li.product .overlay-ribbon:after {
        bottom: -1.7em;
    }
    ul.products li.product .overlay-ribbon.v4 .ribbon-content h3 {
        left:-25px;
    }
}


.woocommerce form .form-row .woocommerce-input-wrapper .description {
    top: 20px;
    position: relative;
}
.woocommerce-product-gallery__image:nth-child(n+2) {
    margin-top: 10px;
}
svg.e-font-icon-svg.e-fas-angle-down {
    color: green;
    width: 9px;
}
body.woocommerce section.up-sells ul.products li.product {
    width: 22%;
}
body.single-product img.sale-badge {
    position: absolute;
    top: -7px;
    right: 51%;
    z-index: 99;
    transform: rotate(25deg);
}
.elementor-33292 .elementor-element.elementor-element-1b35229 .uael-mc__btn-badge {
    background: #fff !important;
    border: 2px solid #e63391 !important;
    color:#000!important;
}span.amex {
    display: block;
    width: 75%;
    float: right;
    margin:20px 0 0 0;
}
label[for="reg_captcha"] {
    display: block;
    width: 75%;
    float: right;
    color: #e4258a;
}
div#wc-af-recaptcha-checkout {
    margin-bottom: 30px;
}
form.elementor-search-form .dialog-lightbox-close-button.dialog-close-button {
    top: 10px;
    right: 0px;
    position: absolute;
}
.woocommerce ul.products li.product a img.sale-badge {
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    top: -10px;
    right: -10px;
    max-width: 90px;
    transform: rotate(25deg);
}
span.woocommerce-terms-and-conditions-checkbox-text {
    left: 20px;
    position: relative;
    top: -11px;
}
div.summary.entry-summary p.price {
    margin-top: 30px;
}
.woocommerce-product-details__short-description.fullw {
    clear: both;
}
.summary.entry-summary .woocommerce-product-details__short-description {
    display: none;
}
body.woocommerce div.product div.summary {
    margin-bottom:10px;
}
.yith-wcwl-add-button a span {
    color: #e4258a;
}
.product_meta span.sku_wrapper, .product_meta a, .product_meta {
    font-size: 14px !important;
}
dl.custom-fields-bottom {
    display: none;
}
@media screen and (max-width:500px){
    body.single-product img.sale-badge {
        right: -4%;
        width: 82px;
        top:-14px;
    }
}
@media only screen and (max-width: 767px) {
    body .elementor-location-header .uael-nav-menu__breakpoint-mobile.mob-nav nav,
    body .mob-nav .uael-nav-menu__breakpoint-mobile .uael-active-menu.uael-active-menu-full-width+.uael-nav-menu__layout-horizontal {
        position: absolute;
        left: -300px !important;
    }
    body .elementor-item.has-submenu.highlighted span.sub-arrow svg {
        fill: #fff !important;
    }
    span.amex {
        width: 100%;
    }
    label[for="reg_captcha"] {
        width:100%;
        margin-top:20px;
    }
}

body .elementor-search-form__container .dialog-lightbox-close-button.dialog-close-button {
    width: 30px!important;
    left: 22px!important;
    position: absolute!important;
    top: 22px!important;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    color: #fff;
}
table.variations select {
    padding-left: 10px;
}
p#customer_newsletter_opt_in_field {
    display: none;
}
p#wc_constant_contact_subscribe_field span.optional {
    display: none;
}

li.green-upper a {color:#63A136;text-transform:uppercase;font-weight:bold;}
li.black-bold  a{color:#000;font-weight:bold;}

p#wc_constant_contact_subscribe_field {
    display: none !important;
}

img.ppcp-card-icon.ae-icon-American.Express {
    display: none !important;
}

/* Force square thumbnail slide containers */
.iconic-woothumbs-thumbnails__slide {
    width: 120px !important;  /* Adjust size as needed */
    height: 120px !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Force image wrapper to fill the slide */
  .iconic-woothumbs-thumbnails__image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  /* Make picture & img square and crop nicely */
  .iconic-woothumbs-thumbnails__image,
  .iconic-woothumbs-thumbnails__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  p.sold-individually-notice
 {
    font-size: 14px;
    color: #e4258a;
    top: -3px;
    position: relative;
}