@charset "UTF-8";

/*
Theme Name: Mediseedman
Author: WTS
Version: 1.0.3.10
*/

:root {
    --primaryColor: #588558;
    --secondaryColor: #d9b95f;
    --darkGolden: #cc9900;
    --lightGreen: #07670d;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ruda:wght@400;500;600;700;800;900&display=swap');
@import url("https://use.typekit.net/slp5uae.css");
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
@font-face {
    font-family: 'baisteachregular';
    src: url('baisteach-webfont.eot');
    src: url('fonts/baisteach-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/baisteach-webfont.woff2') format('woff2'), url('fonts/baisteach-webfont.woff') format('woff'), url('fonts/baisteach-webfont.ttf') format('truetype'), url('fonts/baisteach-webfont.svg#baisteachregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mrs._monster_italicitalic';
    src: url('fonts/mrsmonsterital-webfont.eot');
    src: url('fonts/mrsmonsterital-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/mrsmonsterital-webfont.woff2') format('woff2'), url('fonts/mrsmonsterital-webfont.woff') format('woff'), url('fonts/mrsmonsterital-webfont.ttf') format('truetype'), url('fonts/mrsmonsterital-webfont.svg#mrs._monster_italicitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,
html {
    overflow-x: hidden;
}

body {
    font-size: 19px;
    line-height: 1.5;
    color: #6E6E6E;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

a {
    color: #ebc35a;
    text-decoration: none;
}

a:hover {
    color: #333;
}

a:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Raleway', sans-serif;*/
    font-family: 'baisteachregular';
    padding: 0;
    margin: 0 0 20px 0;
}

h1 {
    font-size: 43px;
}

h2 {
    font-size: 40px;
    color: #000507;
    /* font-family: "Roboto", Sans-serif; */
    /* font-weight: 600; */
    margin-bottom: 10px;
}

h3 {
    font-size: 28px;
    color: #010E13;
    /* font-family: "Roboto", Sans-serif; */
    /* font-weight: 600; */
    margin-bottom: 10px;
}

h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

h5 {
    font-size: 16px;
    margin-bottom: 10px;
}

h6 {
    font-size: 12px;
    margin-bottom: 10px;
}

p {
    margin: 0 0 20px 0;
}

p:last-child {
    margin-bottom: 0;
}

ol {
    padding-left: 20px;
}

ol li {
    margin-bottom: 5px;
}

ul {
    padding: 0;
}

ul li {
    padding: 0;
    padding-left: 20px;
    position: relative;
    list-style: none;
    margin-bottom: 5px;
}

ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #333;
    position: absolute;
    top: 9px;
    left: 0;
}

a {
    transition: 0.3s all ease-in-out 0s;
    -webkit-transition: 0.3s all ease-in-out 0s;
    -moz-transition: 0.3s all ease-in-out 0s;
}

.dropdown-toggle:focus {
    outline: none;
}

mark {
    color: #4dbdf4;
    font-weight: 700;
    background: transparent;
    padding: 0;
}

label {
    display: block;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
.form-control {
    padding: 5px 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #c8c9ca;
    border-radius: 3px;
    background: #c8c9ca;
    width: 100%;
}

.form-group {
    margin-bottom: 10px;
}

select {
    background-image: url(images/down-arrow.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 20px;
    appearance: none;
    background-color: transparent;
    -webkit-appearance: none;
}

select[multiple] {
    background: transparent;
    min-height: 85px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

button,
input[type="button"],
input[type="submit"] {
    text-align: center;
    padding: 8px 20px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #dbbd63;
    background: #026701;
    border: 2px solid #026701;
    transition: 0.3s all ease-in-out 0s;
    -webkit-transition: 0.3s all ease-in-out 0s;
    -moz-transition: 0.3s all ease-in-out 0s;
    cursor: pointer;
    display: inline-block;
    border-radius: 3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
    background: #fff;
    color: #026701;
    outline: none;
    text-decoration: none;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}


/*checkbox open*/

.check-pro {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.check-pro input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.check-pro:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.check-pro input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.check-pro input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.check-pro .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Create a custom radio button */


/*checkbox end*/


/*radio open*/

.radio-pro {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.radio-pro input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.radio-pro .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.radio-pro:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.radio-pro input:checked~.checkmark {
    background-color: #2196F3;
}


/* Show the indicator (dot/circle) when checked */

.radio-pro input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.radio-pro .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}


/*radio end*/

.navbar-nav li:before {
    display: none;
}


/*file upload open*/

.customfile_input {
    height: 31px;
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
}

.customfile_label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    padding-left: 215px;
    line-height: 25px;
}

.customfile_label::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 197px;
    background: none;
    border: 2px solid #e9c04a;
    display: block;
    content: 'Choose File';
    height: 100%;
    text-align: center;
    line-height: 27px;
    cursor: pointer;
    font-family: 'CenturyGothic';
    font-size: 16px;
    color: #e9c04a;
    text-transform: uppercase;
}

.customfile_inputin:hover+.customfile_label::after {
    background: #e9c04a;
    color: #2a597f;
}

.customfile_inputin {
    position: relative;
    z-index: 2;
    width: auto;
    margin: 0;
    opacity: 0;
    height: 100%;
    cursor: pointer;
}

.imageupload_inp {
    padding-top: 10px;
    width: 100%;
}


/*file upload end*/


/*images-check box open*/

.support_forminptradio {
    position: relative;
}

.support_forminptradio label {
    margin: 0;
    position: relative;
    display: inline-block;
    ;
}

.support_forminptradio_label {
    padding-left: 34px;
}

.support_forminptradio input[type="checkbox"] {
    visibility: hidden;
    display: none;
}

.support_forminptradio input[type="checkbox"]+.support_forminptradio_label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    background: url(images/chk2.png) no-repeat center center;
    cursor: pointer;
}

.support_forminptradio input[type="checkbox"]:checked+.support_forminptradio_label::before {
    background-image: url(images/chk1.png);
}


/*images-check box end*/


/*images-radio box open*/

.support_forminptradio input[type="radio"] {
    visibility: hidden;
    display: none;
}

.support_forminptradio input[type="radio"]+.support_forminptradio_label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    background: url(images/red1.png) no-repeat center center;
    cursor: pointer;
}

.support_forminptradio input[type="radio"]:checked+.support_forminptradio_label::before {
    background-image: url(images/red2.png);
}


/*images-radio box end*/


/*back to top open*/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: url(images/up-arrow.png) center no-repeat rgba(0, 0, 0, 0.2);
    background-size: 20px;
    width: 52px;
    height: 52px;
    display: block;
    text-decoration: none;
    z-index: 999;
    border-radius: 100px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: url(images/up-arrow.png) center no-repeat #000;
    background-size: 25px;
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/*back to top end*/


/*wordpress menu open*/

.clickD {
    position: relative;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url(images/sort-down.svg)center center no-repeat;
    cursor: pointer;
    display: block;
    background-size: 10px;
    float: right;
    margin-top: 5px;
}

.navbar-nav>li {
    position: relative;
}

.navbar-nav>li .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    z-index: 999;
    width: 180px;
    background: #fff;
    border: 1px solid #ccc;
}

.navbar-nav>li .sub-menu>li>a {
    font-size: 16px;
    display: block;
    width: 100%;
    padding: 5px 24px;
    text-decoration: none;
    color: #303030;
}

.navbar-nav>li .sub-menu>li>a:hover {
    background: #99d016;
    color: #fff;
}

.navbar-nav>li .sub-menu>li {
    padding: 0;
    margin: 0 !important;
}

.navbar-nav>li:last-child .sub-menu {
    left: inherit;
    right: 0;
}


/*wordpress menu end*/

.navbar {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.logo-area {
    text-align: center;
}

.site-logo {
    display: inline-block;
    margin-bottom: 0;
    max-width: 524px;
    font-size: 0;
}

.site-logo a {
    display: inline-block;
}

.logo-area {
    padding: 20px 0;
    background-size: cover !important;
}

.header-top {
    background: url(images/header-top-line.png) 0 0 no-repeat;
    background-size: cover;
}

.header-top-text {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    display: flex;
    align-items: center;
}

.header-top-text img {
    margin-right: 5px;
}

.header-top-area {
    display: flex;
    position: relative;
    height: 26px;
}

.header-top-right {
    margin-left: auto;
    display: flex;
    position: absolute;
    top: 14px;
    right: 0;
    align-items: center;
}

.header-account {
    font-family: 'baisteachregular';
    font-weight: normal;
    font-style: normal;
    margin-top: 8px;
    z-index: 9;
}

.header-account a {
    font-size: 22px;
    color: #e7d09e;
    position: relative;
    text-decoration: none;
}

.header-account a:before {
    position: absolute;
    content: url(images/user.png);
    left: -31px;
    top: -4px;
    width: 26px;
}

.header-shopping-cart:before {
    content: "";
    background: url(images/cart.png) center center no-repeat;
    background-size: 33px;
    width: 33px;
    height: 33px;
    display: inline-block;
}

.header-cart {
    width: 60px;
    height: 66px;
    position: relative;
    margin: 0 0 0 18px;
}

.header-cart-area {
    background: linear-gradient( 380deg, rgba(78, 126, 78, 1) 0%, rgba(61, 99, 61, 1) 65%, rgba(78, 116, 78, 1) 100%);
    padding: 22px 10px 10px 10px;
    text-align: center;
    /* top: -18px; */
    box-sizing: border-box;
    border-radius: 0 0 8px 8px;
    box-shadow: 1px 3px 4px 3px #36443669;
    z-index: 2;
    position: relative;
}

.header-cart:after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0px;
    left: -7px;
    right: -7px;
    height: 12px;
    background: #203920;
    border-radius: 15px 15px 0 0;
    z-index: 1;
}

.header-cart a {
    position: relative;
    display: inline-block;
}

.header-cart a i {
    display: inline-block;
}

.header-cart-qty {
    position: absolute;
    background: #b00101;
    width: 18px;
    height: 18px;
    display: inline-block;
    color: #fff;
    border-radius: 100px;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
    top: -9px;
    right: 0;
}

.menu-area {
    font-size: 0;
}

.menu-area-cont {
    background: url(images/menu2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 14px 0;
}

.menu-area-wrap {
    /* background: rgba(0, 0, 0, 0.81); */
    padding: 1px 0;
}

.nav-area ul {
    /* display: flex;
  align-items: center;
  justify-content: center; */
    margin: 0;
    padding: 0;
    text-align: center;
}

.nav-area ul li {
    margin: 0 1px;
    padding: 0;
    font-size: 15px;
    /* font-family: 'baisteachregular'; */
    text-transform: uppercase;
    font-weight: 600;
    font-style: normal;
    /* border-right: 1px solid #000; */
    /* border-left: 1px solid #000; */
    display: inline-block;
    padding: 0;
}

.nav-area ul li:before {
    display: none;
}

.nav-area ul li a {
    padding: 0px 10px 0px 10px;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

.nav-area ul li a:hover,
.nav-area ul li.active a {
    background: #D8B95F;
    color: #fff;
}

.variety-sec {
    background: url(images/ban-bac.jpeg);
    background-position: center center;
    background-size: cover;
    /* padding-top:30px; */
    position: relative;
}


/*.variety-banner{
   position: absolute;
  left: 0;
  top: 0;
  width: 100%;

} */

.variety-bot {
    position: absolute;
    z-index: 3;
    /* padding-top: 30px; */
    left: 0;
    width: 100%;
    bottom: 0;
}

.variety-sec h3,
.variety-sec h2 {
    color: #FFFFFF;
    font-family: 'baisteachregular';
    font-size: 100px;
    font-weight: normal;
    line-height: 0.9em;
    letter-spacing: 1.2px;
    text-shadow: 0px 0px 12px #000000;
    text-align: center;
    margin-bottom: 40px;
}

.variety-sec .shop-btn {
    margin-bottom: 40px;
}

.motoman-img {
    text-align: center;
    margin-bottom: 20px;
}

.variety-sec h4 {
    color: #FCF3CB;
    font-family: "Ruda", Sans-serif;
    font-size: 35px;
    font-weight: 600;
    line-height: 0.9em;
    letter-spacing: 1.1px;
    text-shadow: 0px 0px 12px #000000;
    text-align: center;
    margin-bottom: 20px;
}

.variety-btn-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -5px;
    padding: 0;
}

.variety-btn-item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin: 0;
    padding: 0 5px;
}

.variety-btn-item a {
    text-align: center;
    background: #568556;
    padding: 9px;
    border: 6px solid #ebc35a;
    font-family: "baisteachregular";
    font-size: 21px;
    line-height: 31px;
    display: inline-block;
    transform: none;
    border-radius: 12px;
    text-align: center;
    color: #e9b93f;
    width: 100%;
    text-decoration: none;
}

.variety-btn-item a:hover {
    color: #fff;
}

.quality-sec {
    border-top: 83px solid #9d823b;
    padding-bottom: 80px;
    position: relative;
    background: url(images/quality-bg.png) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
}

.variety-banner .slick-slide img {
    object-fit: cover;
    width: 100%;
    height: 540px;
    transform: scaleY(1.03);
}

.variety-banner-text {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 30px;
}

.quality-sec .container {
    position: relative;
    z-index: 2;
}

.quality-sec:before {
    content: "";
    height: 83px;
    position: absolute;
    left: 0;
    top: -83px;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e2d390+0,bf9b41+8,9a7c34+50,bf9b41+92,e2d390+100 */
    background: rgb(226, 211, 144);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(226, 211, 144, 1) 0%, rgba(191, 155, 65, 1) 8%, rgba(154, 124, 52, 1) 50%, rgba(191, 155, 65, 1) 92%, rgba(226, 211, 144, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(226, 211, 144, 1) 0%, rgba(191, 155, 65, 1) 8%, rgba(154, 124, 52, 1) 50%, rgba(191, 155, 65, 1) 92%, rgba(226, 211, 144, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(226, 211, 144, 1) 0%, rgba(191, 155, 65, 1) 8%, rgba(154, 124, 52, 1) 50%, rgba(191, 155, 65, 1) 92%, rgba(226, 211, 144, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e2d390', endColorstr='#e2d390', GradientType=1);
    /* IE6-9 */
    width: 100%;
}

.quality-area {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 -15px;
    padding: 0;
    margin-top: -203px;
}

.quality-item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
}

.pantagon {
    background: url(images/polygon.png);
    content: "";
    width: 100%;
    height: 324px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pantagon h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.pantagon i {
    display: inline-block;
    margin-bottom: 10px;
}

.quality-img {
    text-align: center;
    padding-top: 80px;
}

.quality-img h5 {
    font-family: 'baisteachregular';
    color: #FFFFFF;
    font-size: 91px;
    font-weight: light;
    line-height: 1;
    letter-spacing: 0px;
    text-shadow: 4px 4px 0px #000000;
}

.populer-sec {
    padding: 120px 0 50px;
    position: relative;
    overflow: hidden;
    background: url(images/popolar_seeds_bg.jpg) center center no-repeat;
    background-size: cover;
}

.populer-product {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: -15px;
    position: relative;
    z-index: 2;
}

.populer-box {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    position: relative;
}


/* .populer-box{
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 15px;
  position: relative;
} */

.populer-bg h3 {
    position: absolute;
    top: 2%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 35px;
    z-index: 9;
}

.populer-box-item-cont {
    position: relative;
    margin-bottom: 4px;
    padding: 5px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ddba58+0,fbeeaa+50,ddba58+100 */
    background: rgb(221, 186, 88);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(221, 186, 88, 1) 0%, rgba(251, 238, 170, 1) 50%, rgba(221, 186, 88, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(221, 186, 88, 1) 0%, rgba(251, 238, 170, 1) 50%, rgba(221, 186, 88, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(221, 186, 88, 1) 0%, rgba(251, 238, 170, 1) 50%, rgba(221, 186, 88, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ddba58', endColorstr='#ddba58', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    transition: 0.3s all ease-in-out 0s;
    -webkit-transition: 0.3s all ease-in-out 0s;
    -moz-transition: 0.3s all ease-in-out 0s;
}

.populer-box-item-cont figure {
    margin-bottom: 0;
    /*background: url('./images/blur-bg.png') no-repeat;*/
    background-size: cover;
}

.populer-box-item-cont:hover .populer-box-cont-text {
    opacity: 1;
}


/* .populer-box-item-inner{
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.2);
} */

.populer-box h3 a {
    text-decoration: none;
    font-family: "baisteachregular";
    color: #660000;
    background: none;
    /* font-weight: 600; */
}

.populer-box h3 a:hover {
    color: #660000;
}

.view-btn {
    display: inline-block;
    width: 100%;
    /* background: #006600; */
    font-family: "baisteachregular";
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2;
    color: #660000;
    padding: 6px 10px 1px;
    /* border-radius: 5px; */
    position: relative;
    background: url(images/product-button-up2.png) center center no-repeat;
    background-size: 100% 100%;
    z-index: 3;
}

.view-btn img {
    width: 100%;
    position: relative;
    z-index: 2;
}

.view-btn:hover {
    /* background: #016605; */
    color: #326532;
    background: url(images/product-button-down2.png) center center no-repeat;
    background-size: 100% 100%;
}

.view-btn .view-btn-hover {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.view-btn:hover .view-btn-hover {
    z-index: 3;
}

.populer-box-cont-text {
    position: absolute;
    left: 5px;
    right: auto;
    top: 5px;
    z-index: 9;
    opacity: 0;
    /* padding: 5px; */
    height: calc(100% - 10px);
    -webkit-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: rgba(70, 106, 70, 0.7);
    text-align: center;
    /* padding: 14px 15px; */
    padding: 5px 8px;
    line-height: 1.1;
    align-items: center;
    align-content: center;
    width: calc(100% - 10px);
}

.buynowbtn-box {
    margin-top: auto;
    width: 100%;
}

.populer-box-cont-text ul {
    margin: 0 !important;
    color: #fff;
    text-align: center;
    font-size: 13px;
    width: 100%;
}

.populer-box-cont-text ul li {
    padding-left: 0;
    background: url(images/under-heading-line.png) center bottom no-repeat;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.populer-box-cont-text h4,
.populer-box-cont-text .h4{
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 2px;
    font-weight: 700;
    line-height: 1;
}

.populer-box-cont-text ul li:before {
    display: none;
}

.buy-now {
    color: #fff;
    text-transform: uppercase;
    background: #660000;
    padding: 5px 20px;
    font-weight: 700;
    display: inline-block;
    margin-top: 5px;
    line-height: 1.3;
    font-size: 15px;
}

.buy-now:hover {
    background: #295229;
    color: #fff;
}


/* .populer-box-cont-text ul li:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
  background: transparent;

} */

.populer-box figure {
    margin-bottom: 0;
    /* position: absolute;
  top: 0;
  z-index: 1; */
    box-shadow: 0 0 3px 1px #9a9898;
    /* position: relative; */
}

.populer-box figure>a {
    display: inline-block;
    width: 100%;
}

.populer-tag1 {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 22%;
    max-width: 57px;
    display: none;
}

.populer-tag2 {
    position: absolute;
    right: 10px;
    top: 10px;
    max-width: 30px;
    width: 100%;
}

.populer-mark {
    position: absolute;
    right: 5px;
    left: 5px;
    top: 50%;
    width: auto;
    margin: 0 auto;
    transform: translateY(-50%);
    /* padding: 2px 20px; */
    /* background-color: rgba(82, 111, 82, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.2); */
}

.populer-bg {
    position: relative;
    z-index: 8;
}

.populer-bg::before {
    content: "";
    left: 0;
    right: 0;
    bottom: 100%;
    position: absolute;
    background: url('./images/tag1.png') no-repeat;
    background-size: 100%;
    width: 54px;
    height: 54px;
    display: table;
    margin: 0 auto;
}

.populer-stick1 {
    position: absolute;
    left: 2px;
}

.populer-stick2 {
    position: absolute;
    right: 2px;
}

.populer-stick1,
.populer-stick2 {
    max-width: 30px;
    bottom: 39%;
    width: 12%;
}

.populer-box-item {
    position: relative;
}

.populer-box .pro-amount {
    text-align: center;
    color: #000;
    padding-top: 15px;
}

.populer-sec-area {
    position: relative;
}

.recent-product-head {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
}

.recent-product-head h2 {
    font-family: 'baisteachregular';
    text-transform: uppercase;
    color: #57845b;
    position: relative;
    z-index: 9;
    font-size: 40px;
    white-space: nowrap;
    margin-bottom: 0;
}

.recent-product-head:before {
    content: "";
    background: url(images/heading-line.png) 0 0 repeat-x;
    height: 8px;
    width: 100%;
    /* position: absolute; */
    left: 0;
    top: 19px;
}

.recent-product-head:after {
    content: "";
    background: url(images/heading-line.png) 0 0 repeat-x;
    height: 8px;
    width: 100%;
    /* position: absolute; */
    left: 0;
    top: 19px;
}

.recent-product-head h2 span {
    /* background: #fff; */
    padding: 4px 16px;
}

.logo-icon {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -84px;
    z-index: 9;
}

.logo-icon img {
    width: 180px;
}

.sec-head {
    margin-bottom: 30px;
}

.sec-head2 h2 {
    text-align: center;
    font-family: 'baisteachregular';
    color: #fce66f;
    font-size: 70px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0px;
    text-shadow: 0px 2px 8px #0b4a00;
}

.sec-head h1,
.sec-head h2 {
    color: #660000;
    font-family: "baisteachregular";
    font-size: 90px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 20px;
}

.sec-head.sec-head3 h1,
.sec-head.sec-head3 h2 {
    color: #dfb86b;
}


/* .populer-sec:before {
  content: "";
  background: url(images/g-before.png);
  width: 483px;
  height: 646px;
  background-size: contain;
  position: absolute;
  left: -10%;
  top: 5%;
}
.populer-sec:after {
  content: "";
  background: url(images/g-after.png);
  background-size: contain;
  width: 483px;
  height: 646px;
  position: absolute;
  right: -10%;
  top: 5%;

} */

.growing-sec {
    /* border-top:15px solid #F4D46C; */
    padding-top: 40px;
    /* border-bottom: 10px solid #ebc35a; */
    padding-bottom: 40px;
}

.growing-sec .sec-head h2 {
    color: #dfb86b;
}

.bg-overley {
    position: relative;
}

.bg-overley:before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #000000;
    opacity: 0.4;
}

.bg-overley .container {
    position: relative;
    z-index: 2;
}

.growing-cont {
    /* font-size: 28px;
    line-height: 46px; */
    color: #FFFFFF;
    font-weight: 400;
    margin-bottom: 20px;
}

.growing-cont h3 {
    font-family: 'baisteachregular';
    font-weight: normal;
    font-style: normal;
    font-size: 45px;
    color: #fff;
}

.growing-product-area img,
.cbd-blog img {
    width: 100%;
}

.ind-product-head {
    margin-bottom: 5px;
    position: relative;
}

.growing-product-head {
    margin-bottom: 5px;
    position: relative;
}

.growing-btn-area2 {
    text-align: center;
}


/*.growing-btn-area2 .growing-btn2{
   color: #fff; 

}*/

.center-btn {
    text-align: center;
}

.growing-btn2,
.read-more-btn2 {
    background: url(images/read-more-up.png) center center no-repeat;
    padding: 9px;
    border: 0 solid #ebc35a;
    font-family: "baisteachregular";
    font-size: 26px;
    line-height: 1;
    display: inline-block;
    transform: none;
    border-radius: 12px;
    text-align: center;
    color: #660000;
    text-decoration: none;
    padding: 18px 30px 15px;
    width: 200px;
    text-transform: uppercase;
}

.growing-btn2:hover,
.read-more-btn2:hover {
    color: #326532;
    background: url(images/read-more-down.png) center center no-repeat;
    border-color: #000;
}


/*.growing-cont a{
   color: #ebc35a; 
}*/

.growing-btn-item a {
    text-align: center;
    background: #568556;
    padding: 9px;
    border: 6px solid #ebc35a;
    font-family: "baisteachregular";
    font-size: 40px;
    display: inline-block;
    transform: none;
    border-radius: 12px;
    text-align: center;
    color: #e9b93f;
    width: 100%;
    text-decoration: none;
}

.growing-btn-item a:hover {
    color: #fff;
}

.growing-btn-area-cont {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0 5%;
}

.growing-btn-item {
    text-align: center;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
}

.growing-btn-area {
    padding-top: 40px;
}

.home-about-sec h2 {
    font-family: 'baisteachregular';
    font-size: 122px;
    line-height: 1;
    color: #660000;
    text-align: center;
}

.home-about {
    padding: 60px 0;
    background: url(images/aboutback5.png) center bottom no-repeat;
    background-size: cover;
}

.about-cont {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.about-text {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    padding: 0 15px;
    color: #000;
}

.about-images {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0 15px;
}

.about-text {
    font-size: 28px;
    font-family: "Roboto", Sans-serif;
}


/*.about-text a{
  font-weight: 700;
  color: #000;
  text-decoration: none; 
}*/

.footer {
    position: relative;
    /* font-size: 0; */
}


/* .footer:after{
  content:"" ;
  background: url(images/footer.png) center center no-repeat;
    background-size: cover;
  width: 100%;
  height: 5px;
  z-index: 1;
  top: 0;
  position: absolute;
  display: inline-block;
  height: 18px;
} */

.footer-wrap {
    padding: 40px 0 10px;
    position: relative;
    background: url(images/dm.png) right bottom no-repeat #5a8558;
    background-size: 20%;
}

.footer-wrap:before {
    content: "";
    background: url(images/footer-line.png) center center no-repeat;
    width: 100%;
    height: 5px;
    z-index: 1;
    top: 0;
    position: absolute;
}

.footer-wrap:after {
    content: "";
    background: url(images/footer-line.png) center center no-repeat;
    width: 100%;
    height: 5px;
    z-index: 1;
    bottom: 0;
    position: absolute;
}

.footer-menu-cont {
    max-width: 1214px;
    margin: 0 auto;
}

.footer .container {
    position: relative;
    z-index: 2;
}

.footer-top {
    text-align: center;
    padding-bottom: 80px;
}

.footer-top {
    font-size: 34px;
    color: #b2bbaf;
}

.footer-top h2 {
    font-size: 122px;
    color: #ebc35a;
    font-family: 'baisteachregular';
}

.footer-top h3 {
    font-size: 52px;
    color: #fff;
}

.newsletter-sec {
    text-align: center;
    margin-bottom: 30px;
}

.newsletter-sec h3 {
    font-size: 98px;
    color: #ebc35a;
    font-family: 'baisteachregular';
    text-align: center;
    margin-bottom: 0;
}

.newsletter-sec h4 {
    font-family: 'baisteachregular';
    font-size: 32px;
    text-align: center;
    color: #ebc35a;
    margin-bottom: 20px;
}

.newsletter-cont form {
    position: relative;
    max-width: 498px;
    margin: 0 auto;
}

.newsletter-sec input[type=text] {
    border-color: #729173;
    padding: 12px 18px;
    margin: 0 auto 0 0;
    font-family: "Open Sans";
    background: #fff;
    color: #000;
    font-size: 16px;
    border-radius: 0;
    border: 1px solid #fff;
    width: 100%;
    padding-right: 160px;
}

.newsletter-sec input[type=submit] {
    height: 50px;
    border-radius: 0;
    background: #dfb86b;
    color: #fff;
    border: 1px solid #dfb86b;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 40px;
}

.newsletter-sec input[type=submit]:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.newsletter-sec i {
    display: inline-block;
    margin: 0 auto;
}

.newsletter-cont {
    text-align: left;
}

.footer-btn {
    margin-bottom: 40px;
}

.footer-btn ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -15px;
    padding: 0 3%;
}

.footer-btn ul li {
    margin: 0 15px;
    padding: 0;
}

.footer-btn ul li:before {
    display: none;
}

.footer-btn ul li a {
    font-weight: 600;
    padding: 20px 15px;
    text-align: center;
    font-size: 24px;
    color: white;
    border-radius: 10px;
    border: 3px solid #729173;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

.footer-btn ul li a:hover {
    background: #08561c;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.footermenu-item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 15px;
}

.footermenu-item h3 {
    font-size: 14px !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 400;
    padding-bottom: 19px;
    margin: 0;
    text-decoration: underline;
    font-family: "Roboto", Sans-serif;
}

.footermenu-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footermenu-item ul li {
    margin: 0 0 4px;
    padding: 0;
    padding-left: 33px;
}

.footermenu-item ul li:before {
    /* display: none; */
    border: 0px solid #b2bbaf;
    background: transparent;
    top: 3px;
    background: url(images/left-icon.png);
    background-size: 24px;
    width: 25px;
    height: 25px;
    border-radius: 0;
    /* background-blend-mode: multiply;

background-color: #5a8558; */
}

.footermenu-item ul li a {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.footermenu-item ul li a:hover {
    color: #b2bbaf;
}

.footer-bot {
    text-align: center;
    color: #fff;
    margin-top: 40px;
}

.inner-sec {
    padding: 80px 0 0;
}

.blog-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #EDEEEF;
    margin-bottom: 30px;
    background: url(images/under-heading-line.png) center bottom no-repeat;
    background-size: 100% 2px;
}

.blog-head h1,
.blog-head h3 {
    font-family: 'baisteachregular';
    font-weight: normal;
    font-style: normal;
    font-size: 36px;
    margin-bottom: 0;
}

.blog-head h1 {
	color: #010E13;
	margin-bottom: 0;
}

.view-more-btn {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #8C8C8C;
    border: 2px solid #E5E8EB;
    border-radius: 4px 4px 4px 4px;
    padding: 6px 10px 6px 10px;
    text-decoration: none;
}

.view-more-btn:hover {
    background-color: #C49938;
    border-color: #C49938;
    color: #fff;
}

.blog-item-cont-head {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog-item-cont-head h4 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 25ch;
    margin-bottom: 2px;
    font-family: 'Open Sans', sans-serif;
}

.blog-item-cont-head h4 a {
    color: #282828;
    text-decoration: none;
}

.blog-item-date {
    font-size: 15px;
    color: #aeaeae;
}

.blog-author {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 5px;
}

.blog-item-cont {
    font-size: 16px;
    color: #aeaeae;
    padding: 15px 19px 20px 19px;
    border: 0px solid #EBEBEB;
    border-bottom: 0px solid #E6E6E6;
    border-top: none;
    border-radius: 0px 0px 10px 10px;
}

.read-more-btn {
    font-family: "baisteachregular";
    font-size: 20px;
    color: #660000;
    text-transform: uppercase;
    font-weight: normal;
    background: #568556;
    padding: 4px 10px 2px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    background: url(images/read-more-up.png) center center no-repeat;
    background-size: 126px;
    width: 126px;
    text-align: center;
}

.read-more-btn:hover {
    color: #326532;
    background: url(images/read-more-down.png) center center no-repeat;
    background-size: 126px;
    text-decoration: none;
}

.blog-item-pro {
    box-shadow: 0px 1px 4px rgba(51, 51, 51, 0.27);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    height: 100%;
}

.blog-item-pro figure {
    margin-bottom: 0;
}

.blog-cont .row {
    margin-top: -15px;
    margin-bottom: -15px;
}

.blog-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.blog-area {
    margin-bottom: 60px;
}

.blog-area:last-child {
    margin-bottom: 0;
}

.shop-btn {
    text-align: center;
    margin-bottom: 80px;
}

.shop-btn:last-child {
    margin-bottom: 0;
}

.shop-btn a {
    font-weight: 400;
    letter-spacing: 0px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
    color: #660000;
    background-color: #568556;
    border-radius: 8px 8px 8px 8px;
    font-size: 48px;
    padding: 9px 46px 0px 46px;
    font-family: 'baisteachregular';
    display: inline-block;
    text-decoration: none;
    line-height: 1.2;
    background: url(images/shop-now-up.png) center center no-repeat;
    background-size: 100% 100%;
}

.shop-btn a:hover {
    color: #326532;
    background: url(images/shop-now-down.png) center center no-repeat;
    background-size: 100% 100%;
}

.deals-area {
    margin-top: 30px;
    margin-bottom: 40px;
}

.deals-area h3 {
    font-family: 'Open Sans', sans-serif;
}

.deals-area:last-child {
    margin-bottom: 0;
}

.recent-product-sec {
    margin-bottom: 40px;
}

.recent-product-sec:last-child {
    margin-bottom: 0;
}

.deals-area ul {
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.deals-area ul li {
    padding: 5px;
    margin: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.deals-area ul li:before {
    display: none;
}

.deals-area ul li figure {
    margin-bottom: 0;
}

.deals-area h3 {
    font-weight: 400;
    font-style: normal;
    color: #282828;
    font-size: 32px;
    text-align: center;
}

.guides-area .row {
    margin-top: -15px;
    margin-bottom: -15px;
}

.guides-area {
    margin-bottom: 40px;
}

.guides-area:last-child {
    margin-bottom: 0;
}

.guides-area h3 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
}

.guides-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.guides-item-area {
    text-align: center;
    background: url(images/guide1-1.png) 0 0 no-repeat;
    background-size: cover;
}

.guides-item-area h3 {
    color: #FFFFFF;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'mrs._monster_italicitalic';
    margin-bottom: 0;
}

.guides-item-area h4 {
    color: #6FBE6E;
    font-size: 32px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .30);
    font-family: 'mrs._monster_italicitalic';
}

.guides-item-area {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
}

.guides-item-area {
    padding: 40px 20px 20px;
    border-radius: 8px;
}

.top-images {
    text-align: center;
    margin-bottom: 10px;
}

.shop-btn-area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.shop-btn-left,
.shop-btn-right {
    font-size: 58px;
    line-height: 56px;
    border: 6px solid #e9b93f;
    background: #568556;
    color: #e9b93f;
    padding: 20px 15px 20px 56px;
    border-radius: 10px;
    cursor: pointer;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, .30);
    font-family: 'baisteachregular';
    display: inline-block;
}

.shop-btn-left {
    transform: perspective(90px) rotateY(-6deg);
}

.shop-btn-left span {
    transform: perspective(90px) rotateY(8deg);
    display: inline-block;
}

.shop-btn-right {
    padding: 20px 56px 20px 15px;
    transform: perspective(90px) rotateY(6deg);
    text-align: right;
}

.shop-btn-right span {
    transform: perspective(90px) rotateY(-10deg);
    display: inline-block;
}

.shop-btn-left:hover,
.shop-btn-right:hover,
.shop-btn-left.active,
.shop-btn-right.active {
    background: #e9b93f;
    border-color: #568556;
    color: #568556;
}

.accordion-item {
    margin-bottom: 15px;
    border-color: #EEEEEE;
}

.accordion-button {
    background: #588558;
    padding: 24px 24px 24px 24px;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
}

.accordion-header {
    font-family: 'Open Sans', sans-serif;
}

.accordion-body {
    padding: 15px 24px;
}

.accordion-button:not(.collapsed) {
    background-color: #588558;
    color: #fff;
    box-shadow: none;
}

.accordion-button:hover {
    color: #fff;
    background-color: #588558;
}

.shop-btn-area {
    margin-bottom: 50px;
}

.accordion-button::after {
    background-image: url(images/arrow-right.png);
    background-size: 1rem;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(images/arrow-right.png);
    transform: rotate(-0deg);
}

.accordion-button[aria-expanded="true"]::after {
    transform: rotate(90deg);
}

.faq-sec {
    margin-bottom: 50px;
}

.accordion-button:focus {
    box-shadow: inherit;
}

.inner-cont {
    margin-bottom: 40px;
}

.top-images h1,
.top-images h2 {
    font-family: 'baisteachregular';
    font-size: 78px;
    line-height: 1;
    text-align: left;
    color: #dfb86b;
}

.top-images h1 {
	margin-bottom: 10px;
}

.top-images .row {
    align-items: flex-end;
}

.menu-toggel {
    display: none;
}

.home-blog {
    padding: 80px 0 40px;
}

.blog-bg img {
    width: 100%;
}

.menu-close {
    display: none;
}

.footer-des .footer-bot {
    font-size: 18px;
}

.footer-des h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.footer-des {
    background: #dfb86b;
    color: #fff;
    line-height: 1.5;
    padding: 20px 0;
    font-size: 14px;
}

.footer-des h3 {
    color: #fff;
}

.footer-des p {
    margin-bottom: 10px;
}

.footer-des p:last-child {
    margin-bottom: 0;
}

.footer-des a {
    color: #fff;
    text-decoration: underline;
}

.footer-so {
    padding: 10px 0;
}

.footer-so ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.footer-so ul li {
    padding: 0 15px;
    margin: 0;
}

.footer-so ul li:before {
    display: none;
}

.footer-so ul li a {
    display: inline-block;
}

.footer-so ul li a:hover {
    opacity: 0.5;
}

.line {
    height: 2px;
    width: 100%;
    background: url(images/under-heading-line.png) center center no-repeat;
    background-size: cover;
    margin-bottom: 20px;
}

.trem-sec h2 {
    color: #dfb86b;
}

.trem-sec h3 {
    color: #326532;
}

.shopping-btn {
    letter-spacing: 0px;
    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    color: #660000;
    background-color: #568556;
    border-radius: 8px 8px 8px 8px;
    font-size: 48px;
    padding: 11px 50px 4px 50px;
    font-family: 'baisteachregular';
    display: inline-block;
    text-decoration: none;
    line-height: 1.2;
    background: url(images/shop-now-up.png) center center no-repeat;
    background-size: 100% 100%;
}

.mobile {
    display: none;
}

.shopping-btn:hover,
.shopping-btn.active {
    color: #326532;
    background: url(images/shop-now-down.png) center center no-repeat;
    background-size: 100% 100%;
}

.growing-product-head-btn,
.ind-product-head-btn,
.cbd-product-head-btn {
    position: relative;
    font-family: "baisteachregular";
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: normal;
    color: #660000;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.growing-product-head-btn {
    top: 49.5%;
}

.growing-product-head-btn:hover,
.ind-product-head-btn:hover,
.cbd-product-head-btn:hover {
    color: #326532;
}

.cbd-blog {
    position: relative;
}

.ind-product-head-btn {
    top: 49%;
}

.cbd-product-head-btn {
    top: 49%;
}

.blog-detils-cont h1 {
	color: #000507;
	margin-bottom: 10px;
}

.blog-detils-cont h1,
.blog-detils-cont h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
}

.blog-detils-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 0px solid #dce1dd;
    margin-bottom: 20px;
    padding-bottom: 10px;
    background: url(images/under-heading-line.png) center bottom no-repeat;
    background-size: 100% 2px;
}

.blog-detils-cont-right {
    padding-top: 10px;
}

.blog-detils-cont h1 span,
.blog-detils-cont h2 span {
    display: block;
    font-size: 26px;
    line-height: 30px;
    font-style: italic;
}

.blog-detils-cont-right ul {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
}

.blog-detils-cont-right ul li {
    padding: 0;
    margin: 0 5px;
}

.blog-detils-cont-right ul li:before {
    display: none;
}

.blog-detils-cont-right ul li a {
    background: #588558;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    border: 1px solid #000;
}

.blog-detils-cont-right ul li a:hover {
    background: #dfb86b;
}

.blog-search {
    margin-bottom: 20px;
}

.blog-search form {
    position: relative;
}

.blog-search input[type="text"] {
    background: #c8c9ca;
    border: 1px solid #c8c9ca;
    width: 100%;
    height: 46px;
    padding-right: 50px;
    border-radius: 3px;
}

.blog-search input[type="submit"] {
    width: 38px;
    height: 38px;
    background: url(images/search.svg) #6f8f6c center center no-repeat;
    background-size: 25px;
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 0;
    line-height: 0;
    border-radius: 3px;
    border: 0;
}

.blog-sidebar-item {
    margin-bottom: 20px;
}

.blog-sidebar-item h3 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 600;
    background: #026701;
    color: #fff;
    padding: 13px;
    margin-bottom: 9px;
}

.blog-post-item {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 0px solid #cccdce;
    background: url(images/under-heading-line.png) center bottom no-repeat;
    background-size: 100% 2px;
}

.blog-post-item figure {
    flex-basis: 89px;
    max-width: 89px;
    padding-right: 14px;
    margin: 0;
}

.blog-cont-text {
    margin-bottom: 30px;
}

.blog-post-item-cont {
    flex-basis: calc(100% - 89px);
    max-width: calc(100% - 89px);
    position: relative;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    font-weight: 400;
    font-style: italic;
    padding-right: 18px;
}

.blog-post-item-cont p a {
    color: #558056;
    white-space: nowrap;
}

.blog-post-item-cont p a:hover {
    color: #000;
}

.blog-post-item figure img {
    width: 75px;
    height: 75px;
    border-radius: 3px;
}

.blog-post-item-cont h4 {
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.blog-post-item-cont h4 a:after {
    content: "";
    position: absolute;
    content: url(images/arrow-right-green.png);
    width: 14px;
    height: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blog-post-item-cont h4 a {
    color: #ebc35a;
}

.blog-post-item-cont h4 a:hover {
    color: #000;
}

ul.blog-sidebar-menu {
    padding: 0;
    margin: 0;
}

ul.blog-sidebar-menu li {
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 0px solid #cccdce;
    background: url(images/under-heading-line.png) center bottom no-repeat;
    background-size: 100% 2px;
}

ul.blog-sidebar-menu li:before {
    display: none;
}

ul.blog-sidebar-menu li a {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    padding-left: 0;
    position: relative;
    display: block;
}

ul.blog-sidebar-menu li a:hover {
    color: #558056;
}

ul.blog-sidebar-menu li a:after {
    content: "";
    position: absolute;
    content: url(images/arrow-right-green.png);
    width: 14px;
    height: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.blog-form h2 {
    margin-bottom: 20px;
}

.blog-form textarea {
    height: 143px;
}

.blog-form input[type="submit"] {
    width: 100%;
    text-transform: uppercase;
}

.blog-item-btn {
    text-align: center;
}

.growing-product-des {
    position: relative;
}

.growing-product-des.shp-pg h1,
.growing-product-des h2 {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 1vw;
    text-shadow: 0 0 8px #000;
    text-align: center;
    font-size: 122px;
    line-height: .7;
}

.growing-product-des h3 {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0vw;
    text-shadow: 0 0 8px #000;
    text-align: center;
    font-size: 58px;
    line-height: .7;
}

.growing-product-mob h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 21.5vw;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 8px #000;
}

.growing-product-mob h3 {
    position: absolute;
    top: 18vw;
    left: 0;
    right: 0;
    font-size: 6.5vw;
    color: #dfb86b;
    text-align: center;
    text-shadow: 0 0 8px #000;
    font-family: copperplate, serif;
    font-weight: 300;
    font-style: normal;
}

.growing-product-mob h4 {
    position: absolute;
    bottom: 17vw;
    left: 0;
    right: 0;
    font-size: 6.7vw;
    color: #dfb86b;
    text-align: center;
    text-shadow: 0 0 8px #000;
    font-family: copperplate, serif;
    font-weight: 300;
    font-style: normal;
}

.gold-line {
    font-size: 0;
    line-height: 0;
}

.gold-line img {
    height: 7px;
    object-fit: cover;
    width: 100%;
}


/* 16/7/2021 Start */

.archive ul.products li::before {
    display: none;
}

.archive ul.products {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.archive ul.products>li {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px 40px !important;
    margin: 0 0 30px !important;
    position: relative;
}

.archive ul.products>li::after {
    content: "";
    background-color: #fafbfc;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
}

.archive ul.products>li .woocommerce-loop-product__link {
    display: block;
    text-align: center;
    position: relative;
    z-index: 9;
}

.archive ul.products>li .woocommerce-loop-product__link img {
    border: 3px solid #d7ba65;
    box-shadow: inset 4px 4px 5px rgba(0, 0, 0, 0.5) !important;
    margin-bottom: 0 !important;
}

.archive ul.products>li .woocommerce-loop-product__link h2 {
    background: url('images/pro-bg.png') no-repeat;
    background-size: 100% 100%;
    min-height: 90px;
    text-decoration: none;
    font-family: "baisteachregular";
    color: #660000;
    font-weight: 500;
    font-size: 30px !important;
    padding-top: 8px !important;
}

.archive ul.products>li .woocommerce-loop-product__link .price {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin-top: 5px;
}

.archive ul.products>li a.button.add_to_cart_button {
    position: absolute;
    left: 20px;
    right: 20px;
    font-size: 14px !important;
    padding: 5px 10px !important;
    color: #d9b95f !important;
    font-weight: 500;
    background: #568556 !important;
    border-radius: 4px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    bottom: 5px;
    line-height: normal;
    font-weight: bold;
    z-index: 9;
}

.archive ul.products>li a.button.add_to_cart_button:hover {
    background-color: #d9b95f !important;
    color: #568556 !important;
}

.archive .woocommerce-products-header figure img {
    width: 100%;
}

.archive .woocommerce-result-count {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
}

.archive .woocommerce-products-header figure {
    margin-bottom: 10px;
}

.archive .col-md-3>.shp_fltr {
    display: flex;
    background: #e1c67f;
    width: 100%;
    align-items: center;
    padding: 0 15px;
    min-height: 40px;
    color: #69686e;
    margin-bottom: 10px;
}

.archive .col-md-3>.shp_fltr h3 {
    margin-bottom: 0;
    color: #69686e;
}

.archive .woof_container_inner li {
    padding: 0;
}

.archive .woof_container_inner li::before {
    display: none;
}

.archive ul:not(.woof_authors).woof_list {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #ccc;
}

.archive ul.woof_authors {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #ccc;
}

.archive .woof_container_inner li {
    font-size: 15px;
    display: flex;
    align-items: center;
}

.guarantee-box {
    text-align: center;
}

.garentee-img {
    margin-bottom: 10px;
}

.guarantee-box figcaption {
    font-family: 'baisteachregular';
    color: var(--primaryColor);
    font-size: 28px;
}

.grant-icon h4 {
    color: var(--secondaryColor);
    font-size: 40px;
    text-align: center;
    margin: 40px auto 10px;
}

.woof_front_toggle {
    font-size: 0;
    width: 20px;
    height: 20px;
    position: relative;
}

.woof_front_toggle::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #abacae transparent transparent;
    transition: all ease-in-out 0.3s;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
}

.woof_front_toggle.woof_front_toggle_opened::before {
    transform: translate(-50%, -50%) rotate(180deg);
}

.woof_container_inner>h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.woof_container_inner>h4 .woof_front_toggle {
    float: none;
}

.woocommerce-form.woocommerce-form-login .input-text,
.woocommerce-form.woocommerce-form-register .input-text {
    background-color: #fff !important;
}

.woocommerce-form.woocommerce-form-login .woocommerce-button,
.woocommerce-form.woocommerce-form-register .woocommerce-button {
    background: var(--primaryColor) !important;
    color: var(--secondaryColor) !important;
    box-shadow: 0px 0px var(--primaryColor) !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    margin-top: 5px;
    padding: 12px 24px;
    text-transform: uppercase;
}

.woocommerce-form.woocommerce-form-login .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    width: 100%;
    margin-bottom: 15px;
}

.section-header {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.section-header h2 {
    margin-bottom: 0;
}

.section-header::before,
.section-header::after {
    content: "";
    background: url(images/heading-line.png) 0 0 repeat-x;
    height: 8px;
    flex: 1;
}

.section-header::before {
    margin-right: 16px;
}

.section-header::after {
    margin-left: 16px;
}

.autoflwrng_text p,
.autoflwrng_text ul li {
    font-size: 15px;
}

.autoflwrng_text .col-md-6 h2{
    font-size: 22px;
    background: #d4e5d5;
    color: #6E6E6E;
    line-height: 1.2;
    padding: 10px 15px 7px 15px;
    position: relative;
}

.autoflwrng_text .col-md-6 h2:after{
    position: absolute;
    content: "";
    left: -24px;
    top: -29px;
    width: 40px;
    height: 73px;
    background: url('images/serpiente.png') no-repeat center center;
    background-size: contain !important;
}

.products.columns-4 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.products.columns-4 .populer-box {
    flex: 0 0 25%;
    max-width: 25%;
    /*  margin-bottom: 30px;*/
}

.shop_rslt {
    display: flex;
    background: #e1c67f;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    padding: 0 15px;
    min-height: 40px;
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    justify-content: space-between;
}

.woocommerce-ordering {
    margin-bottom: 0 !important;
}

.shop_rslt .orderby {
    background-color: #fff;
    border: 1px solid var(--darkGolden);
    border-radius: 6px;
    min-height: 33px;
    line-height: 33px;
    padding-left: 10px;
}

.populer-box .populer-box-item>p {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    color: #d8b95f;
    margin-bottom: 7px;
}

.populer-box .populer-box-item>span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #660000;
    margin-bottom: 10px;
    font-size: 16px;
}

.populer-box .populer-box-item>span strong {
    padding: 0 5px;
    font-size: 20px;
}

.archive .recent-product-sec>.recent-product-head {
    display: none;
}

.archive .recent-product-sec .populer-product {
    margin: 0;
}

.archive .recent-product-sec .woocommerce.columns-4 {
    width: 100%;
}

.archive .recent-product-sec .products.columns-4 .populer-box {
    flex: 0 0 20%;
    max-width: 20%;
}

.archive .recent-blog {
    margin-bottom: 30px;
}

.woo-variation-swatches .recent-blog {
    margin-bottom: 30px;
}

.single-product .product.type-product {
    display: flex;
    flex-wrap: wrap;
}

.tinv-modal-open .button.tinvwl_button_view.tinvwl-btn-onclick {
    background-color: var(--primaryColor);
    color: #fff;
}

.single-product .product.type-product>.woocommerce-product-gallery {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding-right: 15px;
}

.single-product .product.type-product>.dtl-riht {
    flex: 0 0 66.66%;
    max-width: 66.66%;
    margin: 0;
}

.single-product .product.type-product>.dtl-riht>.row {
    background: #fff;
    border-radius: 20px;
    box-shadow: 2px 2px 2px #1c1c1d70, -2px -2px 2px #1c1c1d70;
    padding: 10px !important;
    margin: 0;
}

.single-product .product.type-product>.dtl-riht>.row .summary {
    width: 100%;
    float: none;
}

.single-product .product_title {
    color: var(--primaryColor);
    margin-bottom: 0;
}

.single-product .summary .price {
    font-size: 18px;
    font-weight: bold;
}

.woocommerce-product-details__short-description p {
    font-size: 16px;
}

.single-product .single_discount_options {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.single-product .single_discount_option {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 10px !important;
    border: 1px solid #545953;
    border-radius: 6px !important;
    box-shadow: none !important;
    height: auto;
    padding-left: 10px !important;
    padding-right: 10px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all ease-in-out 0.3s;
    color: #000;
    font-size: 16px;
    line-height: 30px;
}

.single-product .single_discount_option .save-information {
    color: var(--secondaryColor);
}

.single-product .single_discount_option:hover,
.single-product .single_discount_option.selected {
    background-color: #e0f0e5 !important;
}

.woo-variation-swatches.single-product .variable-items-wrapper .variable-item .variable-item-contents {
    display: flex;
}

.single-product.woo-variation-swatches .variable-items-wrapper>*::before,
.single-product.woo-variation-swatches .variable-items-wrapper>*::after {
    display: none;
}

.woo-variation-swatches.single-product .variable-items-wrapper .variable-item .variable-item-contents {
    text-transform: uppercase;
    color: #000;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
    line-height: 1.5;
    font-size: 20px;
}

.single-product .strain_list li {
    padding: 7px;
    font-size: 15px;
    color: #000;
    position: relative;
    margin: 0;
}

.single-product .strain_list li span {
    display: inline-block;
    text-transform: capitalize;
    color: #000;
    font-size: 17px;
    margin-right: 5px;
    display: block;
}

.single-product .strain_list li:nth-child(2n)::before {
    display: none;
}

.single-product .strain_list li:nth-child(2n - 1) {
    background: #e0f0e5;
    background-size: 100% auto;
    color: #859f83;
}

.single-product .strain_list li:nth-child(2n - 1)::before {
    content: "";
    background: url(images/decoration.png) no-repeat top;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 0;
    width: auto;
}

.single-product .strain_list li:nth-child(2n - 1)::after {
    content: "";
    background: url(images/decoration.png) no-repeat top;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 4px;
    border-radius: 0;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0;
}

.single_add_to_cart_button {
    background-color: var(--secondaryColor) !important;
    font-family: 'baisteachregular' !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-weight: normal !important;
    font-size: 22px !important;
    min-height: 34px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.single_add_to_cart_button:hover {
    background-color: var(--primaryColor) !important;
}

.woocommerce-variation-add-to-cart .quantity .qty {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.woocommerce-variation-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.woocommerce-variation-add-to-cart>* {
    flex: 0 0 auto;
    margin: 0 15px 0 0 !important;
}

.woocommerce-variation-add-to-cart>*:last-child {
    margin-right: 0 !important;
}

.woocommerce-variation-add-to-cart .add_to_wishlist {
    background-color: var(--primaryColor) !important;
    color: #fff !important;
    font-family: 'baisteachregular' !important;
    text-transform: uppercase;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-radius: 4px;
    justify-content: center;
    font-size: 22px !important;
}

.woocommerce-variation-add-to-cart .add_to_wishlist .fa {
    display: none;
}

.woocommerce-variation-add-to-cart .add_to_wishlist:hover {
    background-color: var(--secondaryColor) !important;
}

.woocommerce div.product form.cart {
    margin-bottom: 15px !important;
}

.product_meta {
    font-size: 15px !important;
    display: none;
}

.single-product .woocommerce-product-gallery .populer-bg h3 {
    font-size: 46px;
    margin-top: 6px;
}

.single-product .woocommerce-product-gallery .populer-tag1 {
    left: 15px;
    top: 15px;
    width: 100%;
    max-width: 90px;
}

.single-product .woocommerce-product-gallery .populer-tag2 {
    right: 15px;
    top: 15px;
    max-width: 65px;
    width: 100%;
}

.single-product .populer-bg::before {
    width: 80px;
    height: 80px;
}

.single-product .populer-stick1,
.single-product .populer-stick2 {
    max-width: 65px;
}

.prd_dtls {
    margin-top: 30px;
}

.prd_dt {
    margin-bottom: 20px;
}

.prd_dt h2 {
    display: flex;
    align-items: center;
    position: relative;
    color: var(--primaryColor);
    height: 40px;
    background-color: #d4e5d5;
    padding-left: 36px;
    margin-left: 20px;
    font-size: 36px;
}

.prd_dt h2 img {
    width: 46px;
    height: 46px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.prd_dt>*:not(h2) {
    padding-left: 15px;
    font-size: 15px;
}

.single-product .grant-icon {
    margin-top: 20px;
}

.single-product .grant-icon .guarantee-box:last-child {
    display: none;
}

.single-product .grant-icon .guarantee-box:not(:first-child) .garentee-img img {
    display: table;
    margin: 0 auto;
    max-width: 77px;
}

.single-product .related.products {
    width: 100%;
}

.Mobile_Menu {
    display: none;
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 86px;
    bottom: 0;
    padding: 15px;
}

.Mobile_Menu.mmeu_show {
    display: block;
}

.Mobile_Menu .w3-bar.w3-black {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.Mobile_Menu .w3-bar.w3-black>* {
    flex: 1;
    opacity: 0.6;
    max-width: 49%;
    font-weight: 600;
    text-transform: uppercase;
}

.Mobile_Menu .w3-bar.w3-black>*.active {
    opacity: 1;
}

.Mobile_Menu .m_menu h2 {
    display: none;
}

.Mobile_Menu .m_menu ul .menu-item::before {
    display: none;
}

.Mobile_Menu .m_menu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    padding: 0;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 12px;
}

.Mobile_Menu .m_menu ul li {
    flex: 0 0 48%;
    max-width: 48%;
    border-radius: 8px;
    box-shadow: 0 0 10px #c1c0c0;
    margin: 0;
    margin-bottom: 12px;
    font-size: 12px;
    color: #3c3d41;
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #d1d1d1;
    padding: 0;
}

.Mobile_Menu .m_menu ul li:nth-child(2n+1) {
    margin-right: 4%;
}

.Mobile_Menu .m_menu ul li:nth-child(-n+2) {
    background-color: var(--darkGolden);
    color: #fff;
}

.Mobile_Menu .m_menu ul li:nth-child(3),
.Mobile_Menu .m_menu ul li:nth-child(4) {
    background-color: var(--secondaryColor);
    color: #fff;
}

.Mobile_Menu .m_menu ul .menu-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: inherit;
    color: inherit;
    padding: 10px 14px;
    text-align: center;
    min-height: 55px;
    font-size: 16px;
    font-weight: 600;
}

.Mobile_Menu .m_menu ul .menu-item a:hover {
    color: var(--lightGreen);
}

.Mobile_Menu .m_menu>a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: inherit;
    color: inherit;
    padding: 10px 14px;
    text-align: center;
    min-height: 55px;
    font-size: 16px;
    font-weight: 600;
    background-color: var(--darkGolden);
    color: #fff;
    box-shadow: 0 0 10px #c1c0c0;
    border-radius: 8px;
}

.Mobile_Menu .m_menu>a:hover {
    color: var(--lightGreen);
}

.mmmenu-toggel {
    position: absolute;
    font-size: 0;
    top: 11px;
    left: 15px;
    width: 30px;
    height: 30px;
    color: #fff !important;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pogress_bar {
    margin: 20px 0 35px;
    counter-reset: i;
    font-size: 0;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

.pogress_bar li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #c8c8c8;
    position: relative;
    height: 35px;
    width: 100%;
    padding: 0 44px 0 25px;
    margin-right: -18px !important;
}

.pogress_bar li::before,
.pogress_bar li::after {
    content: '';
    border: 18px solid transparent;
    position: absolute;
    top: 0;
    background-color: transparent;
    width: 0;
    height: 0;
    border-radius: 0;
}

.pogress_bar li::before {
    border-left: 18px solid #fafcfe;
    left: -1px;
}

.pogress_bar li::after {
    background-color: #fff;
    border-left: 18px solid #c8c8c8;
    right: -1px;
}

.woocommerce-cart {
    background-color: #fafcfe;
}

.woocommerce-cart table.cart .product-thumbnail {
    max-width: 32px;
}

.woocommerce-cart table.cart td.product-name {
    font-weight: 600;
    color: var(--darkGolden);
}

.woocommerce-cart table.cart .product-remove .remove {
    color: #fff !important;
    background-color: var(--primaryColor);
}

.woocommerce-cart table.cart tr.cart_item:not(:last-child) {
    background-color: #fff;
}

.woocommerce-cart .coupon #coupon_code {
    background-color: #fff;
    min-width: 190px;
    font-size: 15px;
}

.woocommerce-cart input {
    background-color: #fff;
}

.woocommerce-cart .coupon .button {
    background-color: var(--primaryColor);
    color: #fff;
}

.woocommerce-cart .coupon .button:hover {
    background-color: red;
}

.woocommerce-cart table.cart tr.cart_item:not(:last-child):nth-child(2n) {
    background-color: #f5f5f5;
}

.woocommerce-cart table.cart thead tr {
    background-color: var(--primaryColor);
}

.woocommerce-cart table.cart thead tr th {
    color: var(--secondaryColor);
    font-family: 'baisteachregular';
    font-size: 30px;
    font-weight: normal;
}

.wc-proceed-to-checkout .checkout-button.button {
    background-color: var(--primaryColor) !important;
    color: var(--secondaryColor) !important;
}

.wc-proceed-to-checkout .checkout-button.button:hover {
    background-color: var(--secondaryColor) !important;
    color: var(--primaryColor) !important;
}

.woocommerce-cart .cart_totals h2 {
    margin-bottom: 0;
    background-color: var(--primaryColor);
    padding: 10px 15px;
}

.woocommerce-cart .recent-product-sec>.recent-product-head {
    display: none;
}

.woocommerce-cart .line,
.woocommerce-checkout .line {
    display: none;
}

.woocommerce-cart button.button {
    background-color: var(--primaryColor);
    color: #fff !important;
}

.woocommerce-cart .woocommerce.columns-4,
.woocommerce-checkout .woocommerce.columns-4 {
    width: 100%;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    height: auto !important;
    min-width: 32px;
}

.woocommerce-cart .recent-blog,
.woocommerce-checkout .recent-blog,
.woocommerce-account .recent-blog {
    margin-bottom: 40px;
}

.woocommerce-checkout input,
.woocommerce-checkout textarea,
.woocommerce-checkout .woocommerce-checkout-review-order-table {
    background-color: #fff;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.woocommerce-checkout #customer_details {
    margin-bottom: 30px;
}

.woocommerce-checkout h3 {
    font-size: 36px;
    color: var(--secondaryColor);
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: var(--primaryColor);
    color: #fff !important;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: var(--secondaryColor) !important;
    color: var(--primaryColor) !important;
}

.woocommerce-checkout .payment_methods li::before {
    width: 0;
    height: 0;
}

.woocommerce-checkout .cart h3,
.single-product .cart h3 {
    color: var(--secondaryColor);
}

.single-product .summary .price,
.single-product .summary p:empty {
    display: none;
}

.single-product .summary .qty {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 42px;
    background: transparent;
    border: 0px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 0;
    width: 35px;
    padding: 0 2px;
}

.single-product .woocommerce-product-gallery__wrapper,
.single-product .product.type-product>.dtl-riht>.row {
    min-height: 575px;
}

.single-product .summary form.cart {
    display: flex;
    flex-wrap: wrap;
}

.single-product .summary form.cart::before,
.single-product .summary form.cart::after {
    display: none !important;
}

.single-product .summary form.cart h3 {
    text-transform: lowercase !important;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 12px;
}

.single-product .summary form.cart>* {
    flex: 0 0 auto;
}

.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
    margin-top: 0;
    font-family: 'baisteachregular' !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-weight: normal !important;
    font-size: 22px !important;
    min-height: 45px;
    line-height: 45px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    color: #fff;
    background-color: var(--primaryColor) !important;
    margin-left: 4px;
    border-radius: 3px;
    transition: all ease-in-out 0.3s;
}

.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button:hover {
    background-color: var(--secondaryColor) !important;
    color: var(--primaryColor) !important;
}

.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button::before {
    display: none;
}

.single-product .summary.entry-summary {
    display: flex;
    flex-wrap: wrap;
}

.single-product .summary.entry-summary>* {
    flex: 0 0 100%;
}

.single-product .summary.entry-summary>.product_title {
    order: -1;
}

.single-product .summary.entry-summary>.subtitle {
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li::before,
.woocommerce-account .inner-cont+.line {
    display: none;
}

.woocommerce-account .woocommerce.columns-4 {
    width: 100%;
}

.woocommerce-account input,
.woocommerce-account textarea {
    background-color: #fff;
}

.woocommerce-account .woocommerce-Button.button {
    background-color: var(--primaryColor) !important;
    color: #fff !important;
}

.woocommerce-account .woocommerce-Button.button:hover {
    background-color: var(--secondaryColor) !important;
}

.select2-container .select2-selection--single {
    height: auto;
    border: 2px solid #c8c9ca;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px !important;
}

.select2-results__options li::before {
    display: none;
}


/* ======== */

.woocommerce-checkout .order_details li::before {
    display: none;
}

.woocommerce-checkout table.order_details {
    background-color: #fff;
}

.footer-wrap .newsletter-sec input[type="submit"] {
    padding: 9px 40px;
    height: auto;
}

.footer-wrap .newsletter-sec input {
    height: 42px !important;
    line-height: 42px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* 16/7/2021 End */


/* 23/7/2021 Start */


/* 23/7/2021 End */


/* 27-7-2021-work */

.nav-area ul li.current-menu-item a {
    background: #588558;
}

.populer-box-item-cont.feminised-seeds figure {
    background: rgb(195, 165, 91);
    background: -moz-linear-gradient(45deg, rgba(195, 165, 91, 1) 0%, rgba(245, 242, 183, 1) 38%, rgba(245, 242, 183, 1) 60%, rgba(217, 200, 132, 1) 78%, rgba(195, 166, 92, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(195, 165, 91, 1) 0%, rgba(245, 242, 183, 1) 38%, rgba(245, 242, 183, 1) 60%, rgba(217, 200, 132, 1) 78%, rgba(195, 166, 92, 1) 100%);
    background: linear-gradient(45deg, rgba(195, 165, 91, 1) 0%, rgba(245, 242, 183, 1) 38%, rgba(245, 242, 183, 1) 60%, rgba(217, 200, 132, 1) 78%, rgba(195, 166, 92, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c3a55b', endColorstr='#c3a65c', GradientType=1);
}

.populer-box-item-cont.autoflowering-seeds figure {
    background: rgb(152, 119, 48);
    background: -moz-linear-gradient(45deg, rgba(152, 119, 48, 1) 0%, rgba(215, 182, 112, 1) 38%, rgba(215, 181, 111, 1) 60%, rgba(185, 153, 82, 1) 78%, rgba(153, 120, 49, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(152, 119, 48, 1) 0%, rgba(215, 182, 112, 1) 38%, rgba(215, 181, 111, 1) 60%, rgba(185, 153, 82, 1) 78%, rgba(153, 120, 49, 1) 100%);
    background: linear-gradient(45deg, rgba(152, 119, 48, 1) 0%, rgba(215, 182, 112, 1) 38%, rgba(215, 181, 111, 1) 60%, rgba(185, 153, 82, 1) 78%, rgba(153, 120, 49, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#987730', endColorstr='#997831', GradientType=1);
}

.populer-box-item-cont.regular-seeds figure {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#44a0c7+0,56caf2+35,5cd7ff+58,4aadd5+83,439dc5+100 */
    background: rgb(68, 160, 199);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(68, 160, 199, 1) 0%, rgba(86, 202, 242, 1) 35%, rgba(92, 215, 255, 1) 58%, rgba(74, 173, 213, 1) 83%, rgba(67, 157, 197, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(68, 160, 199, 1) 0%, rgba(86, 202, 242, 1) 35%, rgba(92, 215, 255, 1) 58%, rgba(74, 173, 213, 1) 83%, rgba(67, 157, 197, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(68, 160, 199, 1) 0%, rgba(86, 202, 242, 1) 35%, rgba(92, 215, 255, 1) 58%, rgba(74, 173, 213, 1) 83%, rgba(67, 157, 197, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#44a0c7', endColorstr='#439dc5', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.populer-box-item-cont.cbg-seeds figure {
    background: rgb(72, 118, 72);
    background: -moz-linear-gradient(45deg, rgba(72, 118, 72, 1) 0%, rgba(150, 195, 150, 1) 41%, rgba(152, 198, 152, 1) 58%, rgba(99, 145, 99, 1) 84%, rgba(93, 138, 93, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(72, 118, 72, 1) 0%, rgba(150, 195, 150, 1) 41%, rgba(152, 198, 152, 1) 58%, rgba(99, 145, 99, 1) 84%, rgba(93, 138, 93, 1) 100%);
    background: linear-gradient(45deg, rgba(72, 118, 72, 1) 0%, rgba(150, 195, 150, 1) 41%, rgba(152, 198, 152, 1) 58%, rgba(99, 145, 99, 1) 84%, rgba(93, 138, 93, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#487648', endColorstr='#5d8a5d', GradientType=1);
}

.populer-box-item-cont.cbd-seeds figure {
    background: rgb(131, 138, 0);
    background: -moz-linear-gradient(45deg, rgba(131, 138, 0, 1) 0%, rgba(199, 208, 27, 1) 35%, rgba(196, 205, 22, 1) 54%, rgba(160, 167, 0, 1) 75%, rgba(131, 138, 0, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(131, 138, 0, 1) 0%, rgba(199, 208, 27, 1) 35%, rgba(196, 205, 22, 1) 54%, rgba(160, 167, 0, 1) 75%, rgba(131, 138, 0, 1) 100%);
    background: linear-gradient(45deg, rgba(131, 138, 0, 1) 0%, rgba(199, 208, 27, 1) 35%, rgba(196, 205, 22, 1) 54%, rgba(160, 167, 0, 1) 75%, rgba(131, 138, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#838a00', endColorstr='#838a00', GradientType=1);
}

.page-template-guides .inner-sec,
.page-template-deals .inner-sec {
    padding-bottom: 80px;
}

.recent-product-area {
    padding-top: 50px;
}


/* 29-7-2021-work */

.page-numbers li:before {
    display: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: rgb(195, 165, 91);
    background: -moz-linear-gradient(45deg, rgba(195, 165, 91, 1) 0%, rgba(245, 242, 183, 1) 38%, rgba(245, 242, 183, 1) 60%, rgba(217, 200, 132, 1) 78%, rgba(195, 166, 92, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(195, 165, 91, 1) 0%, rgba(245, 242, 183, 1) 38%, rgba(245, 242, 183, 1) 60%, rgba(217, 200, 132, 1) 78%, rgba(195, 166, 92, 1) 100%);
    background: linear-gradient(45deg, rgba(195, 165, 91, 1) 0%, rgba(245, 242, 183, 1) 38%, rgba(245, 242, 183, 1) 60%, rgba(217, 200, 132, 1) 78%, rgba(195, 166, 92, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c3a55b', endColorstr='#c3a65c', GradientType=1);
    color: #000;
}

.woocommerce-pagination {
    margin-bottom: 50px;
    margin-top: 30px;
}


/*05-08-2021*/

.tinv-wishlist {}

.tinvwl-table-manage-list {}

.tinv-wishlist .tinvwl-table-manage-list .thead {
    text-align: left;
    border-collapse: separate;
}

.tinv-wishlist .tinvwl-table-manage-list tr th {
    color: var(--secondaryColor);
    font-family: 'baisteachregular';
    font-size: 30px;
    font-weight: normal;
    background-color: #588558;
    padding: 9px 12px;
    line-height: 1.5em;
    vertical-align: middle;
}

.tinv-wishlist .tinvwl-table-manage-list tr td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px !important;
    vertical-align: middle;
    line-height: 1.5em;
}

.tinv-wishlist .tinvwl-table-manage-list tr:nth-child(even) td {}

.tinv-wishlist .tinvwl-table-manage-list tr:nth-child(odd) td {
    background-color: #fff;
}

.tinv-wishlist .tinvwl-table-manage-list td.product-action button {
    padding-left: 0;
    padding-right: 0;
}

.tinv-wishlist .tinvwl-table-manage-list td.product-action button:hover span {
    color: #fff;
}

.tinv-wishlist .tinvwl-table-manage-list td.product-action span {
    font-size: 14px;
}

.tinv-wishlist .tinvwl-table-manage-list td.product-remove button {
    color: #fff !important;
    background-color: var(--primaryColor);
}

.tinv-wishlist .tinvwl-table-manage-list td .tinvwl-break-input {
    background-color: var(--primaryColor);
    color: #fff;
}

.tinv-wishlist .tinvwl-table-manage-list td .tinvwl-break-input-filed {
    background-color: #fff;
    min-width: 190px;
    font-size: 15px;
    height: 42px;
}

.tinv-wishlist .tinvwl-table-manage-list td .tinvwl-break-input-filed:focus {
    box-shadow: none;
    outline: none;
}

.tinv-wishlist .tinvwl-table-manage-list td .tinvwl-to-right.look_in button {
    background-color: var(--primaryColor);
    color: #fff;
}

.tinv-wishlist .tinvwl-table-manage-list td .tinvwl-to-right.look_in button:hover {
    background-color: red;
}


/* 6-8-2021-work */

.fltr {
    background: url(images/under-heading-line.png) center bottom no-repeat;
    background-size: 100% 3px;
}

.fltr .woof_submit_search_form_container {
    overflow: hidden;
    clear: both;
    margin: 0;
}

.fltr .woof_container_inner>h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
}

.growing-product-des.shp-pg h1,
.growing-product-des.shp-pg h2 {
    text-shadow: 5px 1px 7px #000;
    letter-spacing: 2px;
    font-size: 6.5vw;
    top: 0.6vw;
}

.growing-product-des.shp-pg h3 {
    text-shadow: 0px 2px 9px #000;
    letter-spacing: 1px;
    font-size: 17px;
    text-shadow: aliceblue;
    text-transform: capitalize;
    line-height: normal;
    bottom: -11px;
    background: rgba(51, 51, 51, 0.5);
    padding: 4px;
}

.growing-product-des.shp-pg {
    margin-bottom: 10px;
}

.recent-product-sec .woocommerce.columns-4 {
    width: 100%;
}

.pogress_bar li a {
    color: #6E6E6E !important;
    font-family: 'baisteachregular';
    font-size: 26px;
}

.pogress_bar li.active a {
    color: #fff !important;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #dfb86b;
    font-family: 'baisteachregular';
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.cart_totals.calculated_shipping .woocommerce-shipping-destination {
    display: none;
}

.cart_totals.calculated_shipping .woocommerce-shipping-calculator {
    display: none;
}

.woocommerce-shipping-methods li:before {
    display: none;
}

.woocommerce-shipping-methods li {
    padding-left: 0;
}

.populer-sec-area .populer-sec .sec-head h2 {
    color: #d8b95f;
}

.grantsctn .col-6:last-child {
    display: none;
}

.grantsctn {
    width: 100%;
}

.growing-sec .populer-box .populer-box-item>span {
    color: #5a8558;
}

.page-template-faq .top-images img {
    max-width: 350px;
    margin: 0 auto;
}

.page-template-faq .shop-btn-area h1,
.page-template-faq .shop-btn-area h2 {
    color: var(--darkGolden);
    font-size: 85px;
    line-height: 65px;
}

.page-template-faq .shop-btn-area h1 {
	margin-bottom: 10px;
}

.recent-product-sec .woocommerce.columns-4 {
    width: 100%;
}

.growing-product-des.shp-pg>img {
    width: 100%;
}

.populer-sec-area:before {
    content: "";
    background: url(images/footer-line.png) center center no-repeat;
    width: 100%;
    height: 5px;
    z-index: 9;
    top: 0;
    position: absolute;
}

.populer-sec-area:after {
    content: "";
    background: url(images/footer-line.png) center center no-repeat;
    width: 100%;
    height: 5px;
    z-index: 9;
    bottom: 0;
    position: absolute;
}


/* 10-8-2021 */

.single_discount_option .save-information {
    width: 38%;
}

.single_discount_option>p {
    margin-bottom: 0;
    width: 62%;
}

.single-product .summary form.cart {
    order: 4;
}

.single-product.woocommerce div.product p.price,
.single-product.woocommerce div.product span.price {
    order: 2;
}

.single-product .summary.entry-summary p.price {
    color: #000;
    font-weight: 400;
    font-size: 19px;
    margin-bottom: 10px;
}

.quantity input[type=number] {
    -moz-appearance: unset !important;
    -webkit-appearance: unset !important;
    appearance: unset !important;
}

.woocommerce .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button {
    opacity: 1 !important;
    cursor: pointer !important;
}

.quantity input[type="number"]::-webkit-inner-spin-button {
    appearance: none !important;
}

.quantity {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.quantity>span {
    width: 20px;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    color: #000;
}

.single-product .tinvwl-after-add-to-cart {
    margin-left: 5px;
}

.single-product .tinvwl-after-add-to-cart {
    /* display: block;
  width: 100%; */
    margin-left: 0;
}


/*NEW STYLE-13-08-2021*/

body.woocommerce div.product form.cart div.quantity {
    margin: 0 10px 0 0;
}

.quantity input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

.quantity input[type=number] {
    -moz-appearance: textfield !important;
}

td .quantity {
    display: inline-flex;
}

.woocommerce td .quantity .qty {
    border: 0;
}

.woocommerce td .quantity .product_quantity_minus {
    border-right: 1px solid #ccc;
    width: 24px;
}

.woocommerce td .quantity .product_quantity_plus {
    border-left: 1px solid #ccc;
    width: 24px;
}

.woocommerce .quantity .qty {
    outline: none;
}

.populer-box-item-cont .populer-tag2 {
    max-width: 30px;
}

.populer-box-item-cont.cbd-seeds .populer-tag2 {
    max-width: 50px;
}


/*SG 02-09-21*/

.archive .woof_container_inner li {
    font-size: 13px;
    line-height: 1.4;
}

.nav-area ul li {
    font-size: 14px;
}

.recent-product-area {
    margin-bottom: 60px;
}

.comment-form-cookies-consent {
    display: flex;
}

.comment-form-cookies-consent {
    display: flex;
}

#wp-comment-cookies-consent {
    margin-right: 10px;
}

.populer-box .populer-box-item>p {
    height: auto !important;
}

.nav-area ul li a {
    padding: 0px 8px 0px 8px;
}

.nav-area ul li {
    font-size: 13.8px;
}

.error404 .inner-sec figure {
    text-align: center;
}






/* New CSS 29 Nov*/
.dtl-riht .woocommerce-product-rating {
    order: -1;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper {
    width: 100%;
}
.growing-product-des.shp-pg.new_taxo_bnner img {
    height: 220px;
    /* object-fit: contain; */
}

.woocommerce .star-rating span::before {
    color: #ebc35a;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab::before{
    display: none;
}
.summary.entry-summary .woocommerce-product-rating {
    margin-bottom: 3px !important;
    font-size: 16px;
}

/* End New CSS 29 Nov*/




/* responsive-css */


/* responsive-css */

@media(min-width:1025px) {
    .navbar-nav>li:hover>.sub-menu {
        display: block;
    }
    .mmmenu-toggel {
        display: none;
    }
}

@media (max-width: 1700px) {
    .guarantee-box figcaption {
        font-size: 24px;
    }
    .grant-icon h4 {
        font-size: 32px;
    }
    .woocommerce-variation-add-to-cart>* {
        margin: 0 5px 0 0 !important;
    }
    .single-product .woocommerce-product-gallery .populer-tag1 {
        max-width: 50px;
    }
    .single-product .woocommerce-product-gallery .populer-tag2 {
        max-width: 40px;
    }
    .single-product .product.type-product>.woocommerce-product-gallery {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .single-product .product.type-product>.dtl-riht {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .single-product .product.type-product>.dtl-riht>.row {
        padding: 10px 0;
    }
    .single-product .single_discount_option {
        font-size: 13px;
    }
    .single-product .woocommerce-product-gallery__wrapper,
    .single-product .product.type-product>.dtl-riht>.row {
        min-height: 531px;
    }
    .single-product .strain_list li {
        font-size: 13px;
    }
    .single-product .strain_list li span {
        font-size: 16px;
    }
    .populer-bg::before {
        width: 44px;
        height: 44px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1470px;
    }
}

@media (min-width: 768px) {
    .fclose {
        display: none;
    }
}

@media(max-width:1024px) {
    /*.navbar-nav .clickD { position: relative;right: 0;top: 0;width: 20px;height:20px;background: url(images/sort-down.svg)center center no-repeat red; 
  cursor: pointer; display: block;background-size: 10px; float: right; margin-top: 5px;}*/
    ul.navbar-nav li .clickD.toggled+.sub-menu {
        display: block;
    }
}

@media(max-width:1499px) {
    .single_add_to_cart_button {
        font-size: 20px !important;
    }
    .variety-sec h3,
    .variety-sec h2 {
        font-size: 95px;
    }
	.top-images h1,
    .top-images h2 {
        font-size: 62px;
    }
    .growing-product-head-btn {
        top: 48%;
    }
    .ind-product-head-btn {
        top: 48%;
    }
    .cbd-product-head-btn {
        top: 48%;
    }
    .growing-product-des h2 {
        font-size: 106px;
    }
    .growing-product-des h3 {
        font-size: 48px;
    }
    .populer-box {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .populer-box h3 {
        top: 4%;
    }
}

@media(max-width:1399px) {
    .variety-sec h3,
    .variety-sec h2 {
        font-size: 80px;
    }
    .populer-box h3 {
        /* font-size: 24px;
    bottom: 7.9%; */
        font-size: 27px;
    }
	.top-images h1,
    .top-images h2 {
        font-size: 57px;
    }
    .growing-product-head-btn {
        top: 46%;
    }
    .ind-product-head-btn {
        top: 46%;
    }
    .cbd-product-head-btn {
        top: 46%;
    }
    .growing-product-des h2 {
        font-size: 86px;
    }
    .growing-product-des h3 {
        font-size: 36px;
    }
    .populer-box-cont-text h4,
    .populer-box-cont-text .h4{
        font-size: 12px;
    }
    .populer-box h3 {
        top: 6%;
    }
}

@media(max-width:1199px) {
    body {
        font-size: 17px;
    }
    .nav-area ul li {
        font-size: 14px;
    }
    .nav-area ul li a {
        padding: 0 15px;
    }
    .variety-sec h3,
    .variety-sec h2 {
        font-size: 66px;
    }
    .sec-head2 h2 {
        font-size: 66px;
    }
    .home-about-sec h2 {
        font-size: 100px;
    }
    .about-text {
        font-size: 20px;
    }
    .quality-img h5 {
        font-size: 75px;
    }
    /* .populer-box h3 {
    bottom: 7.9%;
    font-size: 20px;
  } */
    .populer-box h3 {
        /* font-size: 22px; */
    }
    .footer-wrap {
        background-size: 15%;
    }
	.top-images h1,
    .top-images h2 {
        font-size: 49px;
    }
    /*.shop-btn a{
   padding: 10px 25px 7px; 
}*/
    .growing-product-head-btn,
    .ind-product-head-btn,
    .cbd-product-head-btn {
        font-size: 22px;
    }
    .growing-product-head-btn {
        top: 47.5%;
    }
    .ind-product-head-btn {
        top: 47%;
    }
    .cbd-product-head-btn {
        top: 47.5%;
    }
    /*.footermenu-item ul li:before{
   top: 11px; 
}*/
    .growing-product-des h2 {
        font-size: 70px;
    }
    .growing-product-des h3 {
        font-size: 28px;
    }
    .populer-box {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    /* =============== */
    .single-product .product.type-product>.dtl-riht>.row .col-md-6 {
        width: 100%;
    }
    .inner-sec {
        padding: 40px 0;
    }
    .woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
        font-size: 16px;
    }
    .single-product .woocommerce-product-gallery .populer-bg h3 {
        font-size: 32px;
    }
    .single-product .strain_list li span {
        font-size: 16px;
    }
    .single-product .strain_list li {
        font-size: 16px;
    }
    .products.columns-4 .populer-box {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        margin-bottom: 15px;
    }
    .single-product .woocommerce-product-gallery__wrapper,
    .single-product .product.type-product>.dtl-riht>.row {
        min-height: auto;
    }
    .single-product .populer-bg::before {
        width: 60px;
        height: 60px;
    }
    /* =============== */
    .nav-area ul li a {
        padding: 0 10px;
    }
    .nav-area ul li {
        font-size: 11px;
    }
}

@media(max-width:1024px) {
    .menu-toggel {
        display: block;
    }
    /* .header-top{
     display: none; 
  }*/
    .logo-area {
        background: #000 !important;
        padding: 0;
        position: relative;
    }
    .site-logo {
        width: 200px;
    }
    .logo-area .container {
        position: relative;
    }
    .menu-toggel {
        background: url(images/menu.svg) 0 0 no-repeat;
        position: absolute;
        font-size: 0;
        top: 14px;
        left: 15px;
        width: 30px;
        height: 30px;
    }
    .footer-wrap {
        background-size: 13%;
    }
    .menu-area {
        /* display: none; */
        position: fixed;
        top: 0;
        left: -320px;
        width: 320px;
        background: #fff;
        height: 100% !important;
        z-index: 9999;
        transition: 0.3s all ease-in-out 0s;
        -webkit-transition: 0.3s all ease-in-out 0s;
        -moz-transition: 0.3s all ease-in-out 0s;
    }
    .active .menu-area {
        left: 0;
    }
    body.active,
    html.active {
        overflow: hidden;
    }
    .menu-close {
        width: 35px;
        height: 35px;
        background: url(images/close.svg) center center no-repeat;
        background-size: 20px;
        position: absolute;
        right: 0;
    }
    .menu-toggel {
        top: 14px;
    }
    .menu-area-cont.sticky {
        position: static !important;
    }
    .nav-area ul li a {
        color: #000;
    }
    .menu-area-cont {
        background: #fff;
        padding-top: 50px;
    }
    .menu-area-wrap {
        background: #fff;
    }
    .nav-area ul {
        text-align: left;
    }
    .nav-area ul li {
        display: block;
        width: 100%;
    }
    .nav-area ul li a {
        width: 100%;
    }
    .menu-close {
        display: block;
    }
    .header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }
    .single-product form.cart .quantity {
        width: 158px;
        margin: 0 !important;
    }
    .single-product form.cart .quantity .qty {
        width: calc(100% - 66%);
        max-width: inherit;
    }
    .single-product form.cart .quantity>span {
        width: 33%;
    }
    .single-product form.cart .single_add_to_cart_button.button {
        margin-left: auto;
    }
    .populer-box h3 {
        top: 12%;
    }
    .populer-box:nth-child(6),
    .populer-box:nth-child(7),
    .populer-box:nth-child(8),
    .populer-box:nth-child(9) {
        display: none;
    }
    .populer-box-item-cont figure .prd-im {
        height: 270px;
        width: 100%;
        object-fit: cover;
    }
    .archive .recent-product-sec .products.columns-4 .populer-box {
        flex: 0 0 49.99%;
        max-width: 49.99%;
    }
}

@media(max-width:991px) {
    .growing-product-des.shp-pg.new_taxo_bnner img {
        height: auto;
        /* object-fit: contain; */
    }
    .home-about {
        background: url(images/about-mobile.png) center bottom no-repeat;
        background-size: cover;
    }
    .populer-sec {
        /* background: url(images/popular-seeds-mobile.png) top center no-repeat; */
        background-size: cover;
    }
	.top-images h1,
    .top-images h2 {
        text-align: center;
    }
	.sec-head h1,
    .sec-head h2 {
        font-size: 50px;
    }
    .sec-head2 h2 {
        font-size: 50px;
    }
    .growing-cont h3 {
        font-size: 35px;
    }
    .populer-box {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .about-images {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .about-text {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .newsletter-sec h4 br {
        display: none;
    }
    .home-about-sec h2 {
        font-size: 85px;
    }
    .logo-area {
        padding: 0;
        min-height: 60px;
        display: flex;
        align-items: center;
    }
    .growing-product-head-btn,
    .ind-product-head-btn,
    .cbd-product-head-btn {
        font-size: 17px;
    }
    .blog-details {
        margin-bottom: 20px;
    }
    .growing-product-des h2 {
        font-size: 50px;
    }
    .growing-product-des h3 {
        font-size: 19px;
    }
    /* .populer-box-cont-text{
  display: none;
} */
    /* .populer-stick1,
.populer-stick2{
  width: 22px;
  bottom: 27px;
} */
    .populer-box h3 {
        /* font-size: 30px; */
        top: 10%;
    }
    /* ================ */
    .single-product .woocommerce-product-gallery .populer-bg h3 {
        font-size: 24px;
    }
    .products.columns-4 .populer-box {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .woocommerce table.shop_table td {
        padding: 5px;
    }
    .woocommerce table.shop_table {
        font-size: 15px;
    }
    .woocommerce .quantity .qty {
        width: auto;
        max-width: 70px;
    }
    .woocommerce-cart .coupon #coupon_code {
        min-width: auto;
    }
    /* ================ */
    .autoflwrng_text {
        padding: 0 15px;
    }
    /* ================ */
    .single-product form.cart .single_add_to_cart_button.button {
        margin-left: auto;
    }
    .single-product form.cart .quantity {
        width: calc(100% - 216px);
        margin: 0 !important;
    }
    .single-product form.cart .quantity .qty {
        width: calc(100% - 66%);
        max-width: inherit;
    }
    .single-product form.cart .quantity>span {
        width: 33%;
    }
    /*02-09-21*/
    .pantagon i img {
        width: 80%;
    }
    .pantagon h4 {
        font-size: 13px;
    }
	.growing-product-des.shp-pg h1,
    .growing-product-des.shp-pg h2 {
        font-size: 5.0vw;
        top: 0.6vw;
    }
    .growing-product-des.shp-pg h3 {
        font-size: 2.2vw;
        position: relative;
        margin-bottom: 20px;
        display: block;
    }
}

@media (max-width: 768px) {
    .woocommerce-additional-fields {
        margin-top: 30px;
    }
    .pantagon h4 {
        font-size: 16px;
        margin-top: 10px;
    }
    /*02-09-21*/
	.growing-product-des.shp-pg h1,
    .growing-product-des.shp-pg h2 {
        font-size: 5.0vw;
        top: 1.2vw;
    }
    .growing-product-des.shp-pg h3 {
        font-size: 15px;
        position: relative;
        margin-bottom: 20px;
        display: block;
    }
}

@media(max-width:767px) {
    .container,
    .container-sm {
        max-width: 100%;
    }
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .variety-sec h3,
    .variety-sec h2 {
        font-size: 50px;
    }
    .quality-area {
        margin-top: 0;
    }
    .quality-area {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .quality-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
        z-index: 2;
    }
    .quality-sec {
        padding-top: 30px;
        border-top: 0;
    }
    .quality-area {
        position: relative;
    }
    .quality-area:before {
        content: "";
        width: 100px;
        background: #9d823b;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        height: 80%;
    }
    .quality-img {
        padding-top: 10px;
    }
    .populer-box h3 {
        /* font-size: 5vw; */
        top: 18%;
    }
    .home-about-sec h2 {
        font-size: 60px;
    }
    .quality-img h5 {
        font-size: 50px;
    }
    .footermenu-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer-bot {
        margin-top: 25px;
    }
    .header-cart-area {
        padding: 11px 3px 0px 3px;
    }
    .header-cart {
        width: 46px;
        height: 52px;
    }
    .header-account a {
        font-size: 0;
        display: inline-block;
    }
    .header-account a:before {
        position: static;
    }
    .header-account {
        margin-top: 10px;
    }
    .accordion-button {
        font-size: 20px;
    }
    .quality-sec:before {
        display: none;
    }
    .populer-product {
        margin: -5px;
    }
    .populer-box {
        padding: 5px;
    }
    .growing-product-head-btn,
    .ind-product-head-btn,
    .cbd-product-head-btn {
        font-size: 5vw;
    }
    .growing-product-head-btn {
        top: inherit;
        bottom: 4vw;
    }
    .ind-product-head-btn {
        top: inherit;
        bottom: 4vw;
    }
    .cbd-product-head-btn {
        top: inherit;
        bottom: 4vw;
    }
    .inner-sec {
        padding: 48px 0 0;
    }
    .shop-btn a {
        font-size: 26px;
        padding: 9px 30px 6px 30px;
    }
    .quality-sec {
        background: url(images/seed-back.jpg) center center no-repeat;
        background-size: cover;
    }
    .header-cart:after {
        height: 6px;
    }
    .header-cart a i {
        height: 26px;
    }
    .header-cart a {
        height: 26px;
    }
    .header-shopping-cart:before {
        background-size: 26px;
        width: 26px;
        height: 26px;
    }
    .header-cart {
        height: 44px;
    }
    .header-top-right {
        top: 20px;
    }
    .quality-img h3 {
        font-size: 50px;
        font-family: 'baisteachregular';
        color: #d8b95f;
        font-weight: normal;
        line-height: 1;
        letter-spacing: 0px;
        text-shadow: 2px 2px 0px #000000;
    }
    .variety-sec .shop-btn {
        margin-bottom: 25px;
    }
    .variety-banner .slick-slide img {
        height: 420px;
    }
    /* ============= */
    .single-product .product.type-product>.woocommerce-product-gallery {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .single-product .grant-icon {
        display: none;
    }
    .single-product .product.type-product>.dtl-riht {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .single-product .woocommerce-product-gallery .populer-bg h3 {
        font-size: 38px;
    }
    .single-product .product.type-product>.dtl-riht>.row {
        padding: 15px 0 !important;
    }
    .products.columns-4 .populer-box {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .grant-icon {
        display: none;
    }
    .archive .inner-sec .row .col-md-3,
    .archive .inner-sec .row .col-md-9 {
        width: 100%;
        position: relative;
    }
    .archive .inner-sec .row .col-md-3 .fltr {
        display: none;
    }
    .archive .inner-sec .row .col-md-3 .fltr.fltr_shw {
        display: block;
        position: fixed;
        z-index: 9999;
        background: #fff;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 15px;
        overflow: auto;
    }
    .fclose {
        background-color: transparent;
        border: none;
        padding: 0;
        display: table;
        margin-left: auto;
        margin-right: 0;
        min-height: 40px;
        min-width: 40px;
        color: #000;
    }
    .fclose:hover {
        color: #9f1111;
    }
    .archive .inner-sec .row .col-md-3 .shp_fltr::after {
        content: "";
        background-color: #e1c67f;
        background-image: url(images/down-arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 20px;
        width: 20px;
        height: 20px;
    }
    .archive .col-md-3>.shp_fltr {
        justify-content: space-between;
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    .woof_container_checkbox h4 {
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: 0;
        padding: 10px 0;
    }
    .archive ul:not(.woof_authors).woof_list {
        border-bottom: none;
        padding-bottom: 0;
    }
    .archive ul.woof_authors {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }
    .archive .woof_block_html_items {
        background-color: #f6f6f6;
        padding: 7px;
    }
    .archive .woof_container {
        margin-bottom: 0;
    }
    .archive .woocommerce-result-count {
        display: none;
    }
    .archive .col-md-3>.shp_fltr {
        width: 48%;
        min-height: 35px;
    }
    .shop_rslt {
        width: 48%;
        position: absolute;
        right: 15px;
        top: -48px;
    }
    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        float: none;
        width: 100%;
    }
    .shop_rslt .orderby {
        width: 100%;
        border: none;
        background-color: #fff;
        border-radius: 6px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        padding-left: 15px;
        min-height: 35px;
    }
    .shop_rslt {
        padding: 0;
        background-color: transparent;
    }
    .archive .inner-sec .row .col-md-3 .shp_fltr::after {
        background-color: transparent;
    }
    .archive .col-md-3>.shp_fltr h3,
    .shop_rslt .orderby {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        color: #000;
    }
    .Mobile_Menu .w3-bar.w3-black>* {
        font-size: 15px;
    }
    .Mobile_Menu .m_menu ul .menu-item a {
        font-size: 14px;
    }
    .Mobile_Menu .m_menu ul {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }
    .Mobile_Menu {
        padding: 15px 0;
    }
    /* ============= */
	.page-template-faq .shop-btn-area h1,
    .page-template-faq .shop-btn-area h2 {
        font-size: 45px;
        line-height: 1;
        margin-top: 10px;
    }
    /*koel*/
    .archive .blog-sidebar-item.dsktp {
        display: none;
    }
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        opacity: 1;
    }
    .home .populer-sec-area:before {
        content: normal;
    }
    .header-account {
        display: none;
    }
    .archive .inner-sec.trem-sec {
        padding-top: 10px;
    }
    .Mobile_Menu.mmeu_show li a,
    .Mobile_Menu.mmeu_show a {
        text-transform: uppercase;
    }
    .variety-sec .shop-btn {
        margin-top: 80px;
    }
    .single-product .single_discount_option {
        /*line-height: normal;*/
    }
    .woocommerce .quantity .qty {
        width: 46px;
    }
    .single-product form.cart .quantity {
        width: calc(100% - 216px);
        margin: 0 !important;
    }
    /*.populer-box-item-cont.cbd-seeds figure .prd-im {height: auto;}*/
    /*SG 02-09-21*/
    .populer-box h3 {
        top: 7%;
    }
    .archive .col-md-3>.shp_fltr {
        width: 100%;
        background: #e1c67f;
        min-height: 40px;
        color: #69686e;
        font-family: 'baisteachregular';
    }
    .populer-box-item-cont .populer-tag2 {
        max-width: 37px;
    }
    .populer-box-item-cont.cbd-seeds .populer-tag2 {
        max-width: 53px;
    }
}

@media(max-width:575px) {
    .populer-box {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .site-logo {
        width: 168px;
    }
    .header-cart {
        margin-left: 8px;
    }
    .header-cart {
        width: 42px;
        height: 50px;
    }
    .header-account a:before {
        width: 25px;
    }
    .header-account a:before {
        background-size: 25px;
    }
    /*.site-logo {
   width: 126px; 
}*/
    .menu-toggel {
        top: 9px;
    }
    .deals-area ul li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* .growing-product-area .populer-box:last-child, .recent-product-area .populer-box:last-child{
  display: none;

} */
    .archive .recent-product-sec .products.columns-4 .populer-box {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .inner-sec {
        padding: 40px 0 0;
    }
    .variety-sec h3,
    .variety-sec h2 {
        margin-bottom: 20px;
    }
    .variety-btn-cont {
        margin: 0 -1px;
    }
    .variety-btn-item {
        padding: 0 1px;
    }
    .pantagon {
        height: 272px;
    }
    .pantagon i img {
        max-width: 84%;
    }
    .pantagon h4 {
        font-size: 16px;
    }
    .quality-img img {
        max-width: 62%;
    }
    .quality-img h5 {
        font-size: 35px;
    }
    .populer-box-cont-text h4,
    .populer-box-cont-text .h4{
        font-size: 11px;
    }
    .populer-box-cont-text ul {
        font-size: 10px;
    }
    .populer-box-cont-text ul li {
        padding-bottom: 3px;
        margin-bottom: 3px;
    }
    .populer-box-cont-text {
        padding: 10px 15px;
    }
    .archive .populer-box {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    /*02-09-21*/
    .growing-product-des.shp-pg img {
        height: 60px;
    }
    .growing-product-mob h4 {
        line-height: 1;
        bottom: 14vw;
    }
    .footermenu-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(max-width:480px) {
    .growing-product-head-btn {
        bottom: 3.8vw;
    }
    .ind-product-head-btn {
        bottom: 3.8vw;
    }
    .cbd-product-head-btn {
        bottom: 3.8vw;
    }
    .shop-btn-area {
        flex-direction: column;
    }
    .header-top-area {
        height: auto;
    }
    .header-top-text {
        padding: 4px 0;
    }
    .header-top-text {
        font-size: 14px;
    }
    .header-top {
        background-size: 100% 100%;
    }
    .header-top-right {
        top: 25px;
    }
    .buy-now {
        font-size: 12px;
    }
    /* ============ */
    .woocommerce-variation-add-to-cart>* {
        margin: 0 !important;
        flex: 0 0 100%;
        margin-bottom: 7px !important;
    }
    .woocommerce-variation-add-to-cart .add_to_wishlist {
        width: 100%;
    }
    /* .products.columns-4 .populer-box{
  flex: 0 0 100%;
  max-width: 100%;
} */
    .products.columns-4 {
        margin: 0;
    }
    .archive .col-md-3>.shp_fltr,
    .shop_rslt {
        width: 45%;
    }
    .woocommerce-checkout ul.order_details li {
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
    }
    .single-product .populer-bg::before {
        width: 80px;
        height: 80px;
    }
    .populer-bg::before {
        width: 55px;
        height: 55px;
    }
    .archive .products.columns-4 .populer-box,
    .recent-product-sec .products.columns-4 .populer-box {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .recent-product-sec {}
    /* ============ */
    .populer-box:nth-child(6),
    .populer-box:nth-child(7),
    .populer-box:nth-child(8),
    .populer-box:nth-child(9) {
        display: block;
    }
    /*SG 02-08-21*/
	.growing-product-des.shp-pg h1,
    .growing-product-des.shp-pg h2 {
        font-size: 4.5vw;
        top: 2vw;
    }
    .growing-product-mob h4 {
        bottom: 10vw;
    }
}

@media (min-width:376px) and (max-width:479px) {
    .populer-box figure .prd-im {
        height: 190px;
        object-fit: cover;
        width: 100%;
    }
}

@media(max-width:420px) {
    /*SG 02-08-21*/
    .growing-product-des.shp-pg img {
        height: 50px;
    }
    .populer-box h3 {
        font-size: 22px;
        top: 0;
    }
}

@media(max-width:360px) {
    /*SG 02-08-21*/
	.growing-product-des.shp-pg h1,
    .growing-product-des.shp-pg h2 {
        top: 3vw;
    }
}

@media(max-width:375px) {
    .populer-box {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .variety-sec h3,
    .variety-sec h2 {
        font-size: 38px;
    }
    .deals-area ul li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .recent-product-head h2 {
        font-size: 30px;
    }
    .recent-product-head:before {
        top: 14px;
    }
    /*.populer-box h3 {
  bottom: 9.8vw;
  font-size: 10vw;
}*/
    .archive .populer-box h3,
    .recent-product-sec .populer-box h3 {
        bottom: 0;
        /* font-size: 6vw; */
        top: 8%;
    }
    .archive .populer-box .populer-box-item>p,
    .recent-product-sec .populer-box .populer-box-item>p {
        font-size: 14px;
        min-height: 42px;
    }
    .site-logo {
        width: 128px;
    }
    .menu-toggel {
        top: 4px;
    }
    .pantagon {
        height: 234px;
    }
    .pantagon i img {
        max-width: 65%;
    }
    .pantagon h4 {
        font-size: 14px;
    }
    .mmmenu-toggel {
        top: 5px;
    }
}


/*--------------------8-24-2020-----------*/

.woocommerce-checkout .woocommerce-error li,
.woocommerce-checkout .woocommerce-info li,
.woocommerce-checkout .woocommerce-message li {
    padding-left: 20px !important;
}

input#payment_method_bacs,
input#payment_method_cod {
    float: left;
}

li.wc_payment_method.payment_method_bacs label {
    display: inline-block;
    vertical-align: middle;
    margin-top: -30px;
}

li.wc_payment_method.payment_method_cod label {
    display: inline-block;
    vertical-align: middle;
    margin-top: -27px;
}

ul.wc_payment_methods.payment_methods.methods {
    padding-top: 50px !important;
}


/*25 aug*/

.Mobile_Menu .m_menu #menu-mobile-menu .feminised-menu {
    background: #c3a55b;
    background: -webkit-linear-gradient(45deg, #c3a55b 0%, #f5f2b7 38%, #f5f2b7 60%, #d9c884 78%, #c3a65c 100%);
    background: linear-gradient(45deg, #c3a55b 0%, #f5f2b7 38%, #f5f2b7 60%, #d9c884 78%, #c3a65c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#c3a55b", endColorstr="#c3a65c", GradientType=1);
    color: black;
}

.Mobile_Menu .m_menu #menu-mobile-menu .Autoflwr-menu {
    background: #987730;
    background: -webkit-linear-gradient(45deg, #987730 0%, #d7b670 38%, #d7b56f 60%, #b99952 78%, #997831 100%);
    background: linear-gradient(45deg, #987730 0%, #d7b670 38%, #d7b56f 60%, #b99952 78%, #997831 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#987730", endColorstr="#997831", GradientType=1);
    color: black;
}

.Mobile_Menu .m_menu #menu-mobile-menu .regular-menu {
    background: #44a0c7;
    background: -webkit-linear-gradient(45deg, #44a0c7 0%, #56caf2 35%, #5cd7ff 58%, #4aadd5 83%, #439dc5 100%);
    background: linear-gradient(45deg, #44a0c7 0%, #56caf2 35%, #5cd7ff 58%, #4aadd5 83%, #439dc5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#44a0c7", endColorstr="#439dc5", GradientType=1);
    color: black;
}

.Mobile_Menu .m_menu #menu-mobile-menu .cbd-menu {
    background: #838a00;
    background: -webkit-linear-gradient(45deg, #838a00 0%, #c7d01b 35%, #c4cd16 54%, #a0a700 75%, #838a00 100%);
    background: linear-gradient(45deg, #838a00 0%, #c7d01b 35%, #c4cd16 54%, #a0a700 75%, #838a00 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#838a00", endColorstr="#838a00", GradientType=1);
    color: black;
}

.Mobile_Menu .m_menu #menu-mobile-menu .cbg-menu {
    background: #487648;
    background: -webkit-linear-gradient(45deg, #487648 0%, #96c396 41%, #98c698 58%, #639163 84%, #5d8a5d 100%);
    background: linear-gradient(45deg, #487648 0%, #96c396 41%, #98c698 58%, #639163 84%, #5d8a5d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#487648", endColorstr="#5d8a5d", GradientType=1);
    color: black;
}

@media(min-width:2100px) {
    .growing-product-des.shp-pg>img {
        height: 230px;
    }
}

.breadcrumbs-mediseedman{
    margin-bottom: 20px;
}

.elementor-section-black-bg{
	    background: linear-gradient(to top, #00000073 0%, #0000008a 70%, #00000000 100%) !important;
}

.growing-product-des.shp-pg p{
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    font-size: 15px;
}