@charset "UTF-8";
.dropdown .dropdown-menu .caret {
    border: 4px solid transparent;
    border-left-color: #000;
    float: right;
    margin-top: 6px;
}

.dropdown-menu {
    min-width: 250px;
}

.dropdown-menu> li.open> a {
    background-color: #F5F5F5;
    color: #262626;
    text-decoration: none;
}

.dropdown-menu .dropdown-menu {
    left: 100%;
    margin: 0;
    right: auto;
    top: -1px;
}

.dropdown-menu-right .dropdown-menu, .navbar-right .dropdown-menu .dropdown-menu, .pull-right .dropdown-menu .dropdown-menu {
    left: auto;
    right: 100%;
}

.dropdown-menu.animated {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.dropdown-menu.animated:before {
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.dropdownhover-top {
    margin-bottom: 2px;
    margin-top: 0;
}

.navbar-fixed-bottom .dropdown-menu .dropdown-menu, .dropdownhover-top .dropdown-menu {
    bottom: -1px;
    top: auto;
}

.navbar-nav> li> .dropdown-menu {
    margin-bottom: 0;
}

.dropdownhover-bottom {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.dropdownhover-left {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.dropdownhover-right {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.dropdownhover-top {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.tx-site-pusher, .tx-site-container, .tx-site-content {
    height: 100%;
}

.tx-site-content-inner, .tx-site-content {
    position: relative;
}
.logo-search-cart{
    display: none;
}
.tx-site-container {
    position: relative;
    overflow: hidden;
}

.tx-site-pusher {
    position: relative;
    left: 0;
    z-index: 99;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.tx-site-pusher::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.6);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.tx-menu-open .tx-site-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.tx-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    width: 300px;
    height: 100%;
    background: #48a770;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.tx-menu::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.tx-menu-open .tx-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}


/* content style */

.tx-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tx-menu h2 {
    margin: 0;
    padding: 1em;
    color: rgba(0, 0, 0, 0.4);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 2em;
}

.tx-menu ul li a {
    display: block;
    padding: 1em 1em 1em 1.2em;
    outline: none;
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
    color: #f3efe0;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
}

.tx-menu ul li:first-child a {
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
}

.tx-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -1px transparent;
    color: #fff;
}


/* Individual effects */


/* Effect 1: Slide in on top */

.tx-effect-1.tx-menu {
    visibility: visible;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.tx-effect-1.tx-menu-open .tx-effect-1.tx-menu {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tx-effect-1.tx-menu::after {
    display: none;
}


/* Effect 2: Reveal */

.tx-effect-2.tx-menu-open .tx-site-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.tx-effect-2.tx-menu {
    z-index: 1;
}

.tx-effect-2.tx-menu-open .tx-effect-2.tx-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.tx-effect-2.tx-menu::after {
    display: none;
}


/* Effect 3: Push*/

.tx-effect-3.tx-menu-open .tx-site-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.tx-effect-3.tx-menu {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.tx-effect-3.tx-menu-open .tx-effect-3.tx-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.tx-effect-3.tx-menu::after {
    display: none;
}


/* Effect 4: Slide along */

.tx-effect-4.tx-menu-open .tx-site-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.tx-effect-4.tx-menu {
    z-index: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.tx-effect-4.tx-menu-open .tx-effect-4.tx-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tx-effect-4.tx-menu::after {
    display: none;
}


/* Effect 5: Reverse slide out */

.tx-effect-5.tx-menu-open .tx-site-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.tx-effect-5.tx-menu {
    z-index: 1;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
}

.tx-effect-5.tx-menu-open .tx-effect-5.tx-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* Effect 6: Rotate pusher */

.tx-effect-6.tx-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
}

.tx-effect-6 .tx-site-pusher {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.tx-effect-6.tx-menu-open .tx-site-pusher {
    -webkit-transform: translate3d(300px, 0, 0) rotateY(-15deg);
    transform: translate3d(300px, 0, 0) rotateY(-15deg);
}

.tx-effect-6.tx-menu {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.tx-effect-6.tx-menu-open .tx-effect-6.tx-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(15deg);
    transform: translate3d(-100%, 0, 0) rotateY(15deg);
}

.tx-effect-6.tx-menu::after {
    display: none;
}


/* Effect 7: 3D rotate in */

.tx-effect-7.tx-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
}

.tx-effect-7 .tx-site-pusher {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.tx-effect-7.tx-menu-open .tx-site-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.tx-effect-7.tx-menu {
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(-90deg);
    transform: translate3d(-100%, 0, 0) rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.tx-effect-7.tx-menu-open .tx-effect-7.tx-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
    transform: translate3d(-100%, 0, 0) rotateY(0deg);
}


/* Effect 8: 3D rotate out */

.tx-effect-8.tx-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
}

.tx-effect-8 .tx-site-pusher {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.tx-effect-8.tx-menu-open .tx-site-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.tx-effect-8.tx-menu {
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
    transform: translate3d(-100%, 0, 0) rotateY(90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.tx-effect-8.tx-menu-open .tx-effect-8.tx-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
    transform: translate3d(-100%, 0, 0) rotateY(0deg);
}

.tx-effect-8.tx-menu::after {
    display: none;
}


/* Effect 9: Scale down pusher */

.tx-effect-9.tx-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
}

.tx-effect-9 .tx-site-pusher {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.tx-effect-9.tx-menu-open .tx-site-pusher {
    -webkit-transform: translate3d(0, 0, -300px);
    transform: translate3d(0, 0, -300px);
}

.tx-effect-9.tx-menu {
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.tx-effect-9.tx-menu-open .tx-effect-9.tx-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tx-effect-9.tx-menu::after {
    display: none;
}


/* Effect 10: Scale up */

.tx-effect-10.tx-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
}

.tx-effect-10.tx-menu-open .tx-site-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.tx-effect-10.tx-menu {
    z-index: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, -300px);
    transform: translate3d(0, 0, -300px);
}

.tx-effect-10.tx-menu-open .tx-effect-10.tx-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/* Effect 11: Scale and rotate pusher */

.tx-effect-11.tx-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
}

.tx-effect-11 .tx-site-pusher {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.tx-effect-11.tx-menu-open .tx-site-pusher {
    -webkit-transform: translate3d(100px, 0, -600px) rotateY(-20deg);
    transform: translate3d(100px, 0, -600px) rotateY(-20deg);
}

.tx-effect-11.tx-menu {
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.tx-effect-11.tx-menu-open .tx-effect-11.tx-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tx-effect-11.tx-menu::after {
    display: none;
}


/* Effect 12: Open door */

.tx-effect-12.tx-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
}

.tx-effect-12 .tx-site-pusher {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.tx-effect-12.tx-menu-open .tx-site-pusher {
    -webkit-transform: rotateY(-10deg);
    transform: rotateY(-10deg);
}

.tx-effect-12.tx-menu {
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.tx-effect-12.tx-menu-open .tx-effect-12.tx-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.tx-effect-12.tx-menu::after {
    display: none;
}


/* Effect 13: Fall down */

.tx-effect-13.tx-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
}

.tx-effect-13.tx-menu-open .tx-site-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.tx-effect-13.tx-menu {
    z-index: 1;
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.tx-effect-13.tx-menu-open .tx-effect-13.tx-menu {
    visibility: visible;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-speed: 0.2s;
    transition-speed: 0.2s;
}


/* Effect 14: Delayed 3D rotate */

.tx-effect-14.tx-container {
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0% 50%;
    perspective-origin: 0% 50%;
}

.tx-effect-14 .tx-site-pusher {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.tx-effect-14.tx-menu-open .tx-site-pusher {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.tx-effect-14.tx-menu {
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(90deg);
    transform: translate3d(-100%, 0, 0) rotateY(90deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.tx-effect-14.tx-menu-open .tx-effect-14.tx-menu {
    visibility: visible;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translate3d(-100%, 0, 0) rotateY(0deg);
    transform: translate3d(-100%, 0, 0) rotateY(0deg);
}


/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */

.no-csstransforms3d .tx-site-pusher, .no-js .tx-site-pusher {
    padding-left: 300px;
}


/*
--------------------------------
.greenland-main-menu
.greenland-header-1
--------------------------------
*/

.header-1-row {
    display: flex;
    align-items: center;
}

.top-header {
    background: #6ab42f;
    /*
  --------------------------
  New Coded
  ---------------------------
  */
}

.top-header .social-link, .top-header .address {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.top-header .social-link li, .top-header .address li {
    display: inline-block;
    font-size: 12px;
    padding: 15px 12px;
    font-weight: 500;
    color: #fff;
}

.top-header .social-link li i, .top-header .address li i {
    padding-right: 4px;
    font-size: 14px;
}

.top-header .social-link li a, .top-header .address li a {
    color: #fff;
}

.top-header .social-link li:first-child, .top-header .address li:first-child {
    padding-left: 0;
}

.top-header .social-link {
    text-align: right;
}

.top-header .social-link li {
    padding: 15px 6px;
}

.top-header .social-link li i {
    padding-right: 0px;
}

.top-header .social-link li .fa-twitter:hover {
    color: #00aced;
}

.top-header .social-link li .fa-facebook-square:hover {
    color: #3b5998;
}

.top-header .social-link li .fa-skype:hover {
    color: #12A5F4;
}

.top-header .social-link li .fa-linkedin-square:hover {
    color: #007bb6;
}

.top-header .social-link li .fa-youtube:hover {
    color: #bb0000;
}

.top-header .Header-social li {
    padding: 0;
}

.top-header .Header-social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    border: solid 1px #fff;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.top-header .Header-social li a:hover {
    color: #fff !important;
}

.search-bar {
    padding: 40px 0;
}

.search-bar .gl-logo {
    text-align: center;
}

.search-bar .custom-search input[type="search"] {
    border: 1px dashed #c2c2c2;
    padding: 7px 0px 5px 10px;
}

.search-bar .custom-search input[type="search"]:focus {
    outline: none;
}

.search-bar .custom-search button {
    background: none;
    box-shadow: none;
    border: 1px solid #c2c2c2;
    padding: 12px;
    color: #828282;
    margin-left: 5px;
    font-size: 16px;
}

.search-bar .custom-search button:focus {
    outline: none;
}

.search-bar .custom-search button:focus, .search-bar .custom-search button:hover {
    background: #6ab42f;
    color: #fff;
    text-decoration: none;
    outline: none;
}

.search-bar .gl-cart:after, .search-bar .gl-cart:before {
    content: '';
    display: block;
    clear: both;
}

.search-bar .gl-cart .cart-total {
    float: left;
    border: 1px dashed #828282;
    padding: 6px 10px;
    font-size: 14px;
    color: #777;
}

.search-bar .gl-cart .cart-contents {
    border: 1px solid #c2c2c2;
    padding: 6px 12px;
    color: #828282;
    margin-left: 5px;
    float: left;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.search-bar .gl-cart .cart-contents:hover {
    color: #6ab42f;
}

.search-bar .gl-cart .cart-contents span.product-count {
    position: absolute;
    top: -8px;
    right: -8px;
    border: 2px solid #728f1b;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background: #6ab42f;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

@media (max-width: 767px) {
    .search-bar .container {
        padding: 0px 7px;
    }
}

.gl-woo-header-cart {
    position: relative;
}

#gl-woo-cart-modal {
    position: absolute;
    z-index: 999;
    right: 0;
    background: #fff;
    padding: 15px;
    width: 100%;
    top: 52px;
    border: 1px solid #EFEFEF;
    width: 33%;
    display: none;
    margin-right: 15px;
}

#gl-woo-cart-modal .close {
    position: absolute;
    top: 10px;
    right: 15px;
}

#gl-woo-cart-modal .close:hover {
    background: none;
}

#gl-woo-cart-modal .cart-contents {
    font-size: 18px;
    text-transform: uppercase;
    color: #6ab42f;
}

#gl-woo-cart-modal .cart-total {
    font-size: 22px;
    padding-left: 30px;
}

#gl-woo-cart-modal .remove {
    width: 16px !important;
    height: 16px !important;
    font-size: 11px !important;
    padding: 3px 1px 3px 0px !important;
    top: 10px !important;
    left: 7px !important;
}

#gl-woo-cart-modal .remove:before {
    content: '';
    padding-right: 0px;
}

#gl-woo-cart-modal .remove:hover {
    margin-left: 0;
}

#gl-woo-cart-modal .mini_cart_item {
    height: 75px !important;
}

#gl-woo-cart-modal .mini_cart_item a:before {
    content: '';
    padding-right: 0px;
}

#gl-woo-cart-modal .mini_cart_item:before {
    content: '';
    padding-right: 0px;
}


/*header 2.....................style*/

.header-2-menu {
    position: absolute;
    width: 100%;
    z-index: 1000;
    top: 65px;
}

.header-2-menu #gl-woo-cart-modal {
    top: 94px;
    width: 61%;
    margin: 0 auto;
    position: relative;
}

.header-2-menu .cart-contents:hover, .header-2-menu .cart-contents:focus {
    background: #fff;
    color: #6ab42f;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

.header-2-menu .logo {
    padding: 0px;
    text-align: center;
}

.header-2-menu .logo img {
    width: 100%;
}

.header-2-menu .padding-top {
    padding: 25px 0px;
}

.header-2-menu #mega-menu-wrap-primary #mega-menu-primary> li.mega-menu-item> a.mega-menu-link {
    padding: 20px 15px;
}

.header-2-menu #mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:hover> ul.mega-sub-menu, .header-2-menu #mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:focus> ul.mega-sub-menu, .header-2-menu #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on> ul.mega-sub-menu, .header-2-menu #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    margin-top: 38px;
}

.header-2-menu ul#mega-menu-primary> li:first-child a {
    padding-left: 15px !important;
}

.header-2-menu .search-form {
    position: absolute;
    right: 20px;
    top: 1px;
}

.header-2-menu .search-field {
    background-color: transparent;
    background-image: url(http://api.ning.com:80/files/dr2jDpSXWFhyuoGJ4YR5Fu-PwuqLz70YxRaUcpdKNxf2HI5ECzddyx3NHuPz-MB4ujGS4rEtdtS-aQoFlQrtv*XwVOu*AvC8/searchicon.png);
    background-position: 18px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border: none;
    cursor: pointer;
    padding: 0 0 0 37px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
}

.header-2-menu .search-field:focus {
    background-color: #fff;
    border: 2px dashed #eee;
    cursor: text;
    outline: 0;
    width: 230px;
}

.header-2-menu .search-submit {
    display: none;
}

.header-2-menu input[type="search"] {
    -webkit-appearance: textfield;
}


/*end of header-2-menu*/


/*HOME 2*/


/*END OF HME 2*/

.h2-menu {
    background: #fff;
    padding-left: 0;
}

.tx-h2-min-height {
    min-height: 100px;
}

.more button {
    border: none !important;
    font-weight: bold;
    font-size: 18px !important;
}


/*header background*/

.header_bg {
    width: 100%;
    height: 250px;
}

input[type="search"] {
    border: 1px dashed #c2c2c2;
    padding: 8px 0px 8px 10px;
}

input[type="search"]:focus {
    outline: none;
}

button {
    background: none;
    box-shadow: none;
    border: 1px solid #c2c2c2;
    padding: 12px 15px 13px 15px;
    color: #828282;
    margin-left: 5px;
    font-size: 16px;
}

button:focus {
    outline: none;
}

button:focus, button:hover {
    background: #6ab42f;
    color: #fff;
    text-decoration: none;
    outline: none;
}

.ex-btn {
    margin-right: 0;
}


/*
--------------------------------
.greenland-main-menu
.greenland-header-1
--------------------------------
*/


/*
header 1
logo-search-cart
*/


/*
Header 1
Menu styling
*/

.greenland-header-1 {
    border: solid 2px #efefef;
    padding: 8px 0px;
}

@media (max-width: 767px) {
    .greenland-header-1 {
        display: none;
    }
}

.greenland-header-1 .navbar-default {
    background: transparent;
    border: none;
    margin-bottom: 0px;
}

.greenland-header-1 .navbar-default .navbar-collapse {
    padding-left: 0;
}

.greenland-header-1 .main-menu-left-side-wrapper {
    padding-left: 0;
}

.greenland-header-1 .greenland-mainnav ul.navbar-nav> li.menu-item {
    font-weight: 700;
}

.greenland-header-1 .greenland-mainnav ul.navbar-nav> li.menu-item> a:hover {
    color: #6ab42f;
}

.greenland-header-1 .greenland-mainnav ul.navbar-nav> li.menu-item:first-child> a {
    padding-left: 0px;
}

.greenland-header-1 .greenland-mainnav ul.navbar-nav> li.open> a {
    background: transparent;
}

.greenland-header-1 .greenland-mainnav ul.navbar-nav> li.open> ul.dropdown-menu {
    padding: 0;
    border-radius: 0px;
    border: none;
    top: 119% !important;
}

.greenland-header-1 .greenland-mainnav ul.navbar-nav> li.open> ul.dropdown-menu> li.menu-item> a {
    font-size: 12px;
    padding: 10px 10px;
    font-weight: 700;
    transition: all 0.4s ease;
}

.greenland-header-1 .greenland-mainnav ul.navbar-nav> li.open> ul.dropdown-menu> li.menu-item> a:hover {
    background: #6ab42f;
    padding-left: 15px;
    color: #fff;
}

.greenland-header-1 .greenland-mainnav ul.navbar-nav> li.open> ul.dropdown-menu> li.menu-item> ul.dropdown-menu {
    padding: 0;
    border-radius: 0px;
    border: none;
}

.greenland-header-1 .greenland-mainnav ul.navbar-nav> li.open> ul.dropdown-menu> li.menu-item> ul.dropdown-menu> li.menu-item> a {
    font-size: 12px;
    padding: 10px 10px;
    font-weight: 700;
    transition: all 0.4s ease;
}

.greenland-header-1 .greenland-mainnav ul.navbar-nav> li.open> ul.dropdown-menu> li.menu-item> ul.dropdown-menu> li.menu-item> a:hover {
    background: #6ab42f;
    padding-left: 15px;
    color: #fff;
}

.greenland-header-1 .greenland-mainnav ul.navbar-nav> li.open> ul.dropdown-menu> li.menu-item> ul.dropdown-menu> li.open> a {
    background: transparent !important;
}

.greenland-header-1 .greenland-mainnav ul.navbar-nav> li.open> ul.dropdown-menu> li.active> a {
    background: #6ab42f !important;
}

.greenland-header-1 .greenland-mainnav ul.navbar-nav> li.active> a {
    color: #6ab42f;
    background: transparent;
}

.greenland-header-1 .main-menu-right-side-wrapper {
    padding-right: 0;
}

.greenland-header-1 .main-menu-right-side-wrapper .navbar-right li {
    margin-right: 5px;
}

.greenland-header-1 .main-menu-right-side-wrapper .navbar-right li a {
    background: #6ab42f;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    color: #fff;
    font-weight: 700;
}

.greenland-header-1 .main-menu-right-side-wrapper .navbar-right li a i {
    margin-right: 5px;
}

.greenland-header-1 .main-menu-right-side-wrapper .navbar-right li:hover a {
    background: #6ab42f;
}

.greenland-header-1 .main-menu-right-side-wrapper .navbar-right li:last-child {
    margin-right: 0px;
}

@media (max-width: 1199px) {
    .greenland-header-1 .main-menu-right-side-wrapper .navbar-right {
        display: flex;
    }
    .greenland-header-1 .main-menu-right-side-wrapper .navbar-right li a {
        padding: 10px;
    }
}

@media (max-width: 1199px) {
    .greenland-header-1 .gl-toggle-menu {
        display: flex;
        align-items: center;
    }
}


/*
--------------------------
responsize of the menu
---------------------------
*/

@media (max-width: 767px) {
    .search-row {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0 8px;
        margin: 0;
    }
}


/*
header 2
*/

@media (max-width: 767px) {
    .greenland-header-2 {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
}

.greenland-header-2 .h2-menu {
    display: flex;
    align-items: center;
}

.greenland-header-2 .navbar-default {
    background: transparent;
    border: none;
    margin-bottom: 0px;
}

.greenland-header-2 .navbar-default .navbar-collapse {
    padding-left: 0;
}

.greenland-header-2 .greenland-mainnav ul.navbar-nav> li.menu-item {
    font-weight: 700;
}

.greenland-header-2 .greenland-mainnav ul.navbar-nav> li.menu-item> a:hover {
    color: #6ab42f;
}

.greenland-header-2 .greenland-mainnav ul.navbar-nav> li.menu-item:first-child> a {
    padding-left: 0px;
}

.greenland-header-2 .greenland-mainnav ul.navbar-nav> li.open> a {
    background: transparent;
}

.greenland-header-2 .greenland-mainnav ul.navbar-nav> li.open> ul.dropdown-menu {
    padding: 0;
    border-radius: 0px;
    border: none;
    top: 126% !important;
}

.greenland-header-2 .greenland-mainnav ul.navbar-nav> li.open> ul.dropdown-menu> li.menu-item> a {
    font-size: 12px;
    padding: 10px 10px;
    font-weight: 700;
    transition: all 0.4s ease;
}

.greenland-header-2 .greenland-mainnav ul.navbar-nav> li.open> ul.dropdown-menu> li.menu-item> a:hover {
    background: #6ab42f;
    padding-left: 15px;
    color: #fff;
}

.greenland-header-2 .greenland-mainnav ul.navbar-nav> li.open> ul.dropdown-menu> li.menu-item> ul.dropdown-menu {
    padding: 0;
    border-radius: 0px;
    border: none;
}

.greenland-header-2 .greenland-mainnav ul.navbar-nav> li.open> ul.dropdown-menu> li.menu-item> ul.dropdown-menu> li.menu-item> a {
    font-size: 12px;
    padding: 10px 10px;
    font-weight: 700;
    transition: all 0.4s ease;
}

.greenland-header-2 .greenland-mainnav ul.navbar-nav> li.open> ul.dropdown-menu> li.menu-item> ul.dropdown-menu> li.menu-item> a:hover {
    background: #6ab42f;
    padding-left: 15px;
    color: #fff;
}

.greenland-header-2 .greenland-mainnav ul.navbar-nav> li.open> ul.dropdown-menu> li.menu-item> ul.dropdown-menu> li.open> a {
    background: transparent !important;
}

.greenland-header-2 .greenland-mainnav ul.navbar-nav> li.open> ul.dropdown-menu> li.active> a {
    background: #6ab42f !important;
}

.greenland-header-2 .greenland-mainnav ul.navbar-nav> li.active> a {
    color: #6ab42f;
    background: transparent;
}

.greenland-breadcrumb:before {
    content: '';
    width: 100%;
    height: 250px;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
}

.greenland-breadcrumb .greenland-breadcrumb-wrapper {
    position: relative;
}

.greenland-breadcrumb .greenland-breadcrumb-wrapper .greenland-breadcrumb-link .woocommerce-breadcrumb a {
    color: #fff !important;
}

* {
    margin: 0;
    padding: 0;
}

a {
    transition: all 0.5s ease;
}

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

body {
    color: #444;
    background: #fff;
    line-height: 26px;
}


/*
--------------------------------------
Recoded
Greenland Default
.greenland-breadcrumb
--------------------------------------
*/

.vc_desktop #content, .vc_mobile #content {
    margin: 0px;
}

.vc_desktop .tx-h2-min-height, .vc_mobile .tx-h2-min-height {
    min-height: 0px;
}

.vc-service {
    margin-bottom: 50px;
}

#content {
    margin: 100px 0;
}

textarea {
    resize: none;
}

.clear-fix {
    content: '';
    display: block;
    clear: both;
}

.pl-0 {
    padding-left: 0;
}

.mt-30 {
    margin-top: 30px;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

.img-hover-animation {
    max-width: 100%;
    padding: 6px;
    transition: all 0.5s ease;
}

.img-hover-animation:hover {
    transform: scale(1.2, 1.2) rotate(7deg);
}


/*contenat area*/

.content-area {
    padding: 10px 0;
}

.vc_transform .content-area {
    padding: 0;
}

.page-title {
    padding-bottom: 20px;
}

.pt-50 {
    padding-top: 50px;
}

blockquote {
    border-left: none;
}

.product-price, .product-title, .gl-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-transform: capitalize;
    color: #444;
}


/*faq section classs*/

.faq-1 .vc_toggle_content {
    padding: 15px 5px 25px 10px !important;
}

.faq-1 .vc_toggle_title {
    border-bottom: 1px solid #eee;
    padding-bottom: 60px;
    height: 40px;
}

.faq-1 .vc_toggle_title i.vc_toggle_icon {
    top: 18px !important;
    border-color: #6ab24f !important;
}

.faq-1 .vc_toggle_title i.vc_toggle_icon:after, .faq-1 .vc_toggle_title i.vc_toggle_icon:before {
    background-color: #6AB42F !important;
}

.faq-1 .vc_toggle_title h4 {
    font-size: 17px;
    font-weight: bold;
    line-height: 38px;
}

.faq-1 .vc_toggle_title:hover .vc_toggle_icon {
    background-color: #6ab24f !important;
    border-color: #6ab24f !important;
}

.faq-1 .vc_toggle_title:hover .vc_toggle_icon:after, .faq-1 .vc_toggle_title:hover .vc_toggle_icon:before {
    background-color: #fff !important;
}

.faq-1.vc_toggle_active .vc_toggle_title .vc_toggle_icon {
    background-color: #6ab24f !important;
    border-color: #6ab24f !important;
}

.faq-1.vc_toggle_active .vc_toggle_title .vc_toggle_icon:after, .faq-1.vc_toggle_active .vc_toggle_title .vc_toggle_icon:before {
    background-color: #fff !important;
}


/*faq with accordian class*/

.faq-with-acordian {
    margin-bottom: 40px;
}

.faq-with-acordian .wpb_content_element {
    margin: 20px 0 !important;
}

.faq-with-acordian .ui-icon {
    top: 1.2em !important;
}

.faq-with-acordian a {
    font-size: 16px;
    color: #444;
    font-weight: bold;
    border: 1px solid #eee;
    padding: 1em !important;
}

.faq-with-acordian i {
    color: #6ab42f;
}


/***************************************Modal******************************************************/

.slide-body .widget {
    margin: 0;
    padding: 0;
}


/**************************************call to action*****************************************************/

.call-to-action .call-to-action-title {
    color: #444;
    transition: color 0.4s ease-in-out;
}

.call-to-action .call-to-action-image {
    border-radius: 50%;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}

.call-to-action:hover .call-to-action-image {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.call-to-action:hover .call-to-action-title {
    color: #6ab42f;
}


/*************************************Greenland button style********************************************/

.gl-block {
    display: block;
}

.greenland-button-style-1 {
    border: 1px solid #6ab42f;
    padding: 10px 16px;
    background: #6ab42f;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease-in;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    text-transform: capitalize;
}

.greenland-button-style-1:hover, .greenland-button-style-1:focus {
    background: #fff;
    color: #6ab42f;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}


/*fqq*/


/* Contact Form Style 1 */

.greenland-contact-form-style-1 label {
    color: #444;
    padding-left: 5px;
}

.greenland-contact-form-style-1 input:not([type="submit"]), .greenland-contact-form-style-1 input[type="text"], .greenland-contact-form-style-1 input[type="number"], .greenland-contact-form-style-1 textarea {
    border: none;
    background: #eee;
    height: 57px;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
    font-weight: 500;
    color: #6AB42F;
    font-size: 18px;
    width: 100%;
}

.greenland-contact-form-style-1 textarea {
    height: auto;
    padding: 10px;
}

.greenland-contact-form-style-1 .greeland-single-input {
    box-sizing: border-box;
}

.greenland-contact-form-style-1 .greenland-full-width {
    margin-bottom: 25px;
}


/*end of style 1*/

.greenland-contact-form-style-2 label {
    color: #444;
    padding-left: 5px;
}

.greenland-contact-form-style-2 input:not([type="submit"]), .greenland-contact-form-style-2 input[type="text"], .greenland-contact-form-style-2 input[type="number"], .greenland-contact-form-style-2 textarea {
    border: 1px solid #eee;
    height: 57px;
    outline: none;
    padding: 0 10px;
    box-sizing: border-box;
    font-weight: 500;
    color: #6AB42F;
    font-size: 14px;
    width: 100%;
}

.greenland-contact-form-style-2 textarea {
    height: auto;
    padding: 10px;
}

.greenland-contact-form-style-2 .greeland-single-input {
    box-sizing: border-box;
}

.greenland-contact-form-style-2 .greenland-full-width {
    margin-bottom: 25px;
}


/*end of style 2*/

.greeland-float-2 {
    margin: 25px 0;
}

.greeland-float-2 .greeland-single-input {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.greeland-float-2 .greeland-single-input:first-child {
    padding-left: 0;
}

.greeland-float-2 .greeland-single-input:last-child {
    padding-right: 0;
}

.greeland-float-2:before, .greeland-float-2:after {
    content: '';
    display: block;
    clear: both;
}


/*submit button style 1*/

.greenland-contact-button-style-1 {
    background: #6AB42F;
    height: 50px;
    padding: 0px 25px;
    color: #fff;
    border: none;
    outline: none;
    font-weight: 600;
    border: 1px solid #6ab42f;
    border-radius: 3px;
    transition: all 0.3s ease-in;
}

.greenland-contact-button-style-1:hover, .greenland-contact-button-style-1:focus {
    background: #fff;
    color: #6ab42f;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}


/*submit button style 2*/

.greenland-contact-button-style-2, .greenland-contact-button-style-2:focus {
    border: 1px solid #eee;
    height: 50px;
    padding: 0px 25px;
    color: #6AB42F;
    outline: none;
    background: none;
    font-weight: 600;
    border-radius: 3px;
    transition: all 0.3s ease-in;
}

.greenland-contact-button-style-2:focus, .greenland-contact-button-style-2:hover, .greenland-contact-button-style-2:focus:focus, .greenland-contact-button-style-2:focus:hover {
    background: #6ab42f;
    color: #fff;
    text-decoration: none;
    outline: none;
}


/*Selection chosen Drop Down*/

.chosen-container-single .chosen-single {
    background: #f4f4f4;
    border: 1px solid rgba(162, 156, 156, 0.41);
    box-shadow: none;
    border-radius: 0;
    height: 40px;
    padding: 9px 0 0 8px;
    font-weight: 600;
}

.chosen-container ul.chosen-results li.highlighted {
    background-color: #6ab42f;
}

.chosen-container-single .chosen-single div {
    top: 6px;
}

::selection {
    color: #fff;
    background: #6ab42f;
}

::-moz-selection {
    color: #fff;
    background: #6ab42f;
}

::-webkit-selection {
    color: #fff;
    background: #6ab42f;
}

::-o-selection {
    color: #fff;
    background: #6ab42f;
}

::-ms- selection {
    color: #fff;
    background: #6ab42f;
}


/*shortcode tx popup css*/

.tx-popup {
    outline: none;
}

.tx-popup a {
    font-size: 36px;
    text-decoration: none;
    color: #fff;
}

.tx-popup i {
    font-size: 80px;
}

.tx-popup i:focus {
    outline: none;
}


/*coming-soon*/

.coming-soon .greenland-countdown {
    margin-left: 31%;
}

.coming-soon .mailchimp {
    margin-left: 17%;
    margin-right: 10%;
}

.coming-soon #si_email {
    width: 60%;
}

.coming-soon #gl-subscribe {
    width: 25%;
}

.coming-soon .notification .gl-message {
    color: #fff;
}

.coming-soon .gl-message {
    color: #fff;
}

.socials-icon li a {
    color: #fff;
}


/*end of social-icon*/


/*****************************greenland gallery filter*******************************/

.greenland-filter .vc_grid-filter .vc_grid-filter-item {
    margin: 50px 3px !important;
    padding: 10px 20px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}


/***************************************TItle font*****************************************/

.gl-title-txt {
    padding: 10% 0;
    text-align: center;
    color: #fff;
}

.greenland-title {
    font-size: 72px;
    line-height: 76px;
    text-align: center;
    margin: 0;
}

.greenland-subtitle {
    letter-spacing: 2px;
}


/*************************************Home 2 grid*********************************************/


/*home 2 gird*/

.home2-grid .vc_grid-filter {
    width: 30%;
    float: left;
    margin-top: 25%;
}

.home2-grid .vc_grid.vc_row.vc_grid-gutter-30px.vc_pageable-wrapper.vc_hook_hover {
    width: 67%;
    float: right;
    min-height: 610px;
}

.home2-grid .vc_grid-filter li {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: 1px solid #eee;
    padding: 6px 10px !important;
    border-radius: 0 !important;
    font-weight: bold;
    color: #444;
}

.home2-grid .vc_grid-filter li.vc_active, .home2-grid .vc_grid-filter li:hover {
    background: none !important;
}

.home2-grid .vc_grid-filter li.vc_active> span, .home2-grid .vc_grid-filter li:hover> span {
    color: #6ab42f !important;
}

.portfolio-text {
    position: absolute !important;
}

.home2-grid .vc_grid-owl-dot.active:before {
    background: #6ab42f;
}

.home2-grid .vc_grid-owl-dot:before {
    content: "<";
    font-size: 35px;
    display: block;
    background: #eee;
    margin: 10px;
    width: 50px;
    height: 40px;
    padding-top: 10px;
}

.home2-grid .vc_grid-owl-dot:last-child:before {
    content: ">";
}

.home2-grid .vc_grid-owl-dot> span {
    display: none !important;
}

.home2-grid .vc_grid-owl-dots {
    position: absolute;
    bottom: 20px;
    left: -166px;
}

.home2-grid .vc_grid-btn-load_more a {
    border: 1px solid #6ab42f !important;
    background: #6ab42f;
    color: #fff !important;
    font-weight: bold;
    border-radius: 3px;
    transition: all 0.3s ease-in;
}

.home2-grid .vc_grid-btn-load_more a:hover {
    background: #fff !important;
    color: #6ab42f !important;
    text-decoration: none;
    cursor: pointer;
}


/*back to top*/


/*back to top button*/

.back-to-top {
    width: 100px;
    height: 100px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
}

.greenland-bt {
    background: #6ab42f;
    border: none;
    border-radius: 3px;
    color: #fff;
    width: 40px;
    height: 40px;
    padding-top: 7px;
}

.greenland-bt:focus, .greenland-bt:active, .greenland-bt:hover, .greenland-bt:focus .greenland-bt:active .greenland-bt:hover, .greenland-bt:active .greenland-bt:hover, .greenland-bt:focus .greenland-bt:active {
    background: #6ab42f;
    outline: none;
}


/*end of aback to top*/

.home3-counter {
    text-align: center;
}

.home3-counter h1 {
    margin-bottom: 0;
    line-height: 35px;
}

.home3-counter h2 {
    margin-top: 0;
    font-size: 16px;
}


/*
--------------------------------------
Greenland Default
Recoded
--------------------------------------
*/

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

a:Hover {
    text-decoration: none;
}


/*
Greenland Default Breadcrumb
*/

.greenland-breadcrumb {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.greenland-breadcrumb .greenland-breadcrumb-wrapper {
    padding: 0;
}

.greenland-breadcrumb .greenland-breadcrumb-wrapper .greenland-title {
    font-size: 52px;
    line-height: 1.3;
}

.greenland-breadcrumb .greenland-breadcrumb-wrapper .greenland-breadcrumb-link {
    margin: 0;
}

.greenland-breadcrumb .greenland-breadcrumb-wrapper .greenland-breadcrumb-link a {
    color: #fff;
}


/*
-------------------------
.slider1-btn-1
-------------------------
*/

.gl-slider-btn-white {
    display: inline-block;
    padding: 15px 30px !important;
    background: #fff;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #3a3a3a;
}

.gl-slider-btn-white:hover {
    background: #fff;
    color: #3a3a3a;
}


/*
-------------------------
.tx-search-page
-------------------------
*/

.tx-search-page button.search-submit {
    padding: 12px 12px 15px 12px;
    font-size: 16px;
}


/*
Visible only in small device
*/

@media (min-width: 992px) {
    .greenland-visible-xs-991 {
        display: none;
    }
    .greenland-visible-xs-768 {
        display: none;
    }
}

@media (max-width: 991px) {
    .greenland-visible-xs-991 {
        display: inline-block;
        text-align: right;
        padding-right: 0px;
    }
    .greenland-visible-xs-768 {
        display: inline-block;
        text-align: right;
        padding-right: 0px;
    }
}

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

@media (max-width: 767px) {
    .greenland-visible-xs-768 {
        display: inline-block;
        text-align: right;
        padding-right: 0px;
    }
}


/*
heading default styling
*/

h1 {
    font-size: 48px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 13px;
}


/*
end of recoded
*/

.entry-image {
    overflow: hidden;
}

.entry-image img {
    transition: all 0.4s ease-in;
}

.entry-image img:hover {
    transform: scale(1.5) rotate(10deg);
}

.entry-readmore {
    font-weight: bold;
    margin-top: 10px;
}

.vc-blog .entry-readmore a {
    color: #6ab42f;
    margin-top: 20px;
    display: block;
}

.vc-blog .entry-readmore a:hover {
    text-decoration: none;
}

.vc-blog .entry-title a {
    color: #444;
    padding: 20px 0px 5px;
    display: block;
}

.vc-blog .entry-title a:focus, .vc-blog .entry-title a:hover {
    color: #6ab42f;
    text-decoration: none;
    outline: none;
}

.vc-blog figure.entry-image img {
    width: 100%;
    max-height: 270px;
}

.entry-title {
    font-weight: bold;
    color: #444;
}

.entry-title a {
    color: #444;
}

.entry-title a:hover {
    color: #6ab42f;
    text-decoration: none;
}

.tx-single-blog-share {
    background: #6ab42f;
    color: #fff;
    margin: 50px 0;
}

.tx-single-blog-share h5 {
    font-weight: 600;
    line-height: 34px;
    font-size: 16px;
}

.tx-single-blog-share .ar-social-share {
    float: right;
}

.ar-social-share a {
    display: inline-block;
    padding: 15px 10px;
    font-size: 18px;
    color: #fff;
    transition: all 0.3s ease-in;
}

.ar-social-share a:hover {
    background: #fff;
    color: #6ab42f;
}


/*Author Bio css*/

.author_bio_section {
    background: none repeat scroll 0 0 #F5F5F5;
    padding: 15px 30px 10px 30px;
    margin: 40px 0 0;
    text-align: left;
}

.post-content footer.author_bio_section p {
    margin: 5px;
}

.author_details {
    margin: 30px 0;
}

.author_name {
    font-size: 16px;
    font-weight: bold;
}

.author_links a {
    color: #6ab42f !important;
    font-size: 14px !important;
    text-decoration: none;
}

.author_links a:before {
    content: "" !important;
    padding: 0 !important;
}

.author_details img {
    border: 2px solid #6ab42f;
    border-radius: 50%;
    float: left;
    margin: 0 10px 10px 0;
}

.pagination> li:last-child> a, .pagination> li:last-child> span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination li {
    display: inline-block;
    margin-left: 12px;
}

.pagination li a {
    color: #444;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    font-weight: 600;
}

.pagination li a:hover {
    background: #6ab42f;
    border: 1px solid #6ab42f;
    color: #fff;
}

.pagination .active a {
    background: #6ab42f;
    border: 1px solid #6ab42f;
    font-weight: 600;
}

.pagination .active a:active, .pagination .active a:focus, .pagination .active a:hover {
    background: #6ab42f;
    border: 1px solid #6ab42f;
}

.post-navigation:after, .post-navigation:before {
    content: '';
    display: block;
    clear: both;
}

.nav-links div {
    max-width: 50%;
}

.post-nav {
    border: 1px solid #eee;
    background-color: rgba(255, 0, 0, 0);
    padding: 10px 20px;
    transition: all 0.3s ease-in;
}

.post-nav a {
    color: #444;
    font-weight: 500 !important;
    padding: 0;
    text-decoration: none;
}

.post-nav:hover {
    background: #6ab42f !important;
}

.post-nav:hover a {
    color: #fff !important;
}

.nav-links .nav-previous a::before, .tribe-events-sub-nav .nav-previous a::before, .nav-links .tribe-events-nav-previous a::before, .tribe-events-sub-nav .tribe-events-nav-previous a::before {
    font-family: FontAwesome;
    content: "\f060";
    padding-right: 7px;
}

.nav-links .nav-next a::after, .tribe-events-sub-nav .nav-next a::after, .nav-links .tribe-events-nav-next a::after, .tribe-events-sub-nav .tribe-events-nav-next a::after, .nav-links .tribe-events-nav-right a::after, .tribe-events-sub-nav .tribe-events-nav-right a::after {
    font-family: FontAwesome;
    content: "\f061";
    padding-left: 7px;
}

.clear, .woocommerce .woocommerce-breadcrumb:after, .woocommerce .woocommerce-error:after, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-message:after {
    clear: both;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

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

@font-face {
    font-family: star;
    src: url(../fonts/star.eot);
    src: url(../fonts/star.eot?#iefix) format("embedded-opentype"), url(../../fonts/star.woff) format("woff"), url(../../fonts/star.ttf) format("truetype"), url(../fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: WooCommerce;
    src: url(../fonts/WooCommerce.eot);
    src: url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype"), url(../fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal;
}

p.demo_store {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
}

p.demo_store a {
    color: #fff;
}

.admin-bar p.demo_store {
    top: 32px;
}

.woocommerce .blockUI.blockOverlay {
    position: relative;
}

.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
    height: 1em;
    width: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    -moz-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, 0.75);
}

.woocommerce a.remove {
    display: block;
    font-size: 22px;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #a94442 !important;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #a94442;
    padding: 1px 2px 2px 3px;
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background: #ab4e4e !important;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    padding: 1em 2em 1em 3.5em !important;
    margin: 0 0 2em !important;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none !important;
    width: auto;
    word-wrap: break-word;
}

.woocommerce .woocommerce-error:after, .woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:after, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:after, .woocommerce .woocommerce-message:before {
    content: " ";
    display: table;
}

.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
    float: right;
}

.woocommerce .woocommerce-error li, .woocommerce .woocommerce-info li, .woocommerce .woocommerce-message li {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.woocommerce .woocommerce-message {
    border-top-color: #8fae1b;
}

.woocommerce .woocommerce-message:before {
    content: "\e015";
    color: #8fae1b;
}

.woocommerce .woocommerce-info {
    border-top-color: #1e85be;
}

.woocommerce .woocommerce-info:before {
    color: #1e85be;
}

.woocommerce .woocommerce-error {
    border-top-color: #b81c23;
}

.woocommerce .woocommerce-error:before {
    content: "\e016";
    color: #b81c23;
}

.woocommerce small.note {
    display: block;
    color: #777;
    font-size: .857em;
    margin-top: 10px;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #777;
}

.woocommerce .woocommerce-breadcrumb {
    color: #fff;
}

.woocommerce .woocommerce-breadcrumb:after, .woocommerce .woocommerce-breadcrumb:before {
    content: " ";
    display: table;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #777;
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    padding: 3px;
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
}

.woocommerce #reviews #comments .add_review:after, .woocommerce .products ul:after, .woocommerce div.product form.cart:after, .woocommerce div.product p.cart:after, .woocommerce nav.woocommerce-pagination ul, .woocommerce ul.products:after {
    clear: both;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #6ab42f;
    font-size: 1.25em;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    opacity: .5;
}

.woocommerce div.product p.stock {
    font-size: .92em;
}

.woocommerce div.product .stock {
    color: #77a464;
}

.woocommerce div.product .out-of-stock {
    color: red;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em;
}

.woocommerce div.product div.images, .woocommerce div.product div.summary {
    margin-bottom: 100px;
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none;
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em;
}

.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em;
}

.woocommerce div.product div.social span {
    margin: 0 0 0 2px;
}

.woocommerce div.product div.social span span {
    margin: 0;
}

.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0;
}

.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: initial;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none;
}

.woocommerce div.product form.cart:after, .woocommerce div.product form.cart:before, .woocommerce div.product p.cart:after, .woocommerce div.product p.cart:before {
    display: table;
    content: " ";
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6b6b6b;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    box-shadow: 2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    box-shadow: -2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    left: -6px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    right: -6px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0;
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-bottom: 2em;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0;
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px;
}

.woocommerce div.product form.cart table td {
    padding-left: 0;
}

.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0;
}

.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    border: 0;
    vertical-align: top;
    line-height: 2em;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
}

.woocommerce div.product form.cart .variations select {
    max-width: 60%;
    display: inline-block;
    margin-right: 1em;
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em;
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em;
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
}

.woocommerce div.product form.cart .group_table td.label {
    padding-right: 1em;
    padding-left: 1em;
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0;
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    clear: both;
}

.woocommerce .products ul:after, .woocommerce .products ul:before, .woocommerce ul.products:after, .woocommerce ul.products:before {
    content: " ";
    display: table;
}

.woocommerce .products ul li, .woocommerce ul.products li {
    list-style: none;
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0;
}

.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
}

.woocommerce ul.products li.product a {
    text-decoration: none;
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}

.woocommerce ul.products li.product strong {
    display: block;
}

.woocommerce ul.products li.product .star-rating {
    font-size: .857em;
}

.woocommerce ul.products li.product .button {
    margin-top: 1em;
}

.woocommerce ul.products li.product .price {
    color: #77a464;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em;
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: block;
}

.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
}

.woocommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0;
    text-transform: uppercase;
    color: rgba(132, 132, 132, 0.5);
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
}

.woocommerce .woocommerce-result-count {
    margin: 0;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
}

.woocommerce nav.woocommerce-pagination {
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    border-right: 0;
    margin: 1px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 1px solid #eee;
    padding: 0px;
    margin-left: 12px;
    float: left;
    display: inline;
    overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: 15px;
    min-width: 1em;
    display: block;
    color: #444;
}

.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: #6ab42f;
    color: #fff;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.708em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #fff;
    background-color: #6ab42f;
    border: 1px solid #6ab42f;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}

.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
    opacity: .25;
    padding-right: 2.618em;
}

.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.woocommerce #respond input#submit.added:after, .woocommerce a.button.added:after, .woocommerce button.button.added:after, .woocommerce input.button.added:after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #fff;
    text-decoration: none;
    background-image: none;
    color: #6ab42f;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #6ab42f;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    border: 1px solid #6ab42f;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #fff;
    color: #6ab42f;
    border: 1px solid #6ab42f;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #a46497;
    color: #fff;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em;
}

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #ebe9eb;
}

.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    white-space: nowrap;
    display: inline-block;
}

.woocommerce #reviews #comments .add_review:after, .woocommerce #reviews #comments .add_review:before, .woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce #reviews #comments ol.commentlist li .comment-text:before, .woocommerce #reviews #comments ol.commentlist:after, .woocommerce #reviews #comments ol.commentlist:before {
    content: " ";
    display: table;
}

.woocommerce #reviews h2 small {
    float: right;
    color: #777;
    font-size: 15px;
    margin: 10px 0 0;
}

.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #777;
}

.woocommerce #reviews h3 {
    margin: 0;
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0;
}

.woocommerce #reviews #comment {
    height: 75px;
}

.woocommerce #reviews #comments h2 {
    clear: none;
}

.woocommerce #review_form #respond:after, .woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce #reviews #comments ol.commentlist:after, .woocommerce .woocommerce-product-rating:after, .woocommerce td.product-name dl.variation:after {
    clear: both;
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    background: 0;
    border: 0;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #777;
    font-size: .75em;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em;
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none;
    margin: 20px 0 0 50px;
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px;
}

.woocommerce #reviews #comments .commentlist> li:before {
    content: "";
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}

.woocommerce .star-rating:before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.woocommerce .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block;
}

.woocommerce .woocommerce-product-rating:after, .woocommerce .woocommerce-product-rating:before {
    content: " ";
    display: table;
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left;
}

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none;
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0;
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: 0 0;
    border: 0;
}

.woocommerce #review_form #respond:after, .woocommerce #review_form #respond:before {
    content: " ";
    display: table;
}

.woocommerce p.stars a:before, .woocommerce p.stars a:hover~ a:before {
    content: "\e021";
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px;
}

.woocommerce #review_form #respond .form-submit input {
    left: auto;
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%;
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}

.woocommerce p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    text-indent: 0;
}

.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
    line-height: 1.5;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    border-top: 0;
    margin: 0;
}

.woocommerce p.stars.selected a.active:before, .woocommerce p.stars:hover a:before {
    content: "\e020";
}

.woocommerce p.stars.selected a.active~ a:before {
    content: "\e021";
}

.woocommerce p.stars.selected a:not(.active):before {
    content: "\e020";
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    margin-bottom: 1.618em;
    width: 100%;
}

.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0;
}

.woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th {
    background: rgba(0, 0, 0, 0.025);
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 16px 12px;
    vertical-align: middle;
}

.woocommerce table.shop_table td small {
    font-weight: 400;
}

.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce table.my_account_orders {
    font-size: .85em;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle;
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap;
}

.woocommerce table.my_account_orders .order-actions {
    text-align: right;
}

.woocommerce table.my_account_orders .order-actions .button {
    margin: .125em 0 .125em .25em;
}

.woocommerce td.product-name dl.variation {
    margin: .25em 0;
}

.woocommerce td.product-name dl.variation:after, .woocommerce td.product-name dl.variation:before {
    content: " ";
    display: table;
}

.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em;
}

.woocommerce td.product-name dl.variation dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left;
}

.woocommerce ul.cart_list li dl:after, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li dl:after, .woocommerce ul.product_list_widget li:after {
    clear: both;
}

.woocommerce td.product-name dl.variation dd {
    padding: 0 0 .25em;
}

.woocommerce td.product-name dl.variation dd p:last-child {
    margin-bottom: 0;
}

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em;
}

.woocommerce td.product-quantity {
    min-width: 80px;
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none;
}

.woocommerce ul.cart_list li:after, .woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:after, .woocommerce ul.product_list_widget li:before {
    content: " ";
    display: table;
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none;
}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
}

.woocommerce ul.cart_list li dl:after, .woocommerce ul.cart_list li dl:before, .woocommerce ul.product_list_widget li dl:after, .woocommerce ul.product_list_widget li dl:before {
    content: " ";
    display: table;
}

.woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em;
}

.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left;
}

.woocommerce .order_details:after, .woocommerce .widget_layered_nav ul li:after, .woocommerce .widget_rating_filter ul li:after, .woocommerce .widget_shopping_cart .buttons:after, .woocommerce-account .addresses .title:after, .woocommerce-account .woocommerce:after, .woocommerce-cart .wc-proceed-to-checkout:after, .woocommerce.widget_shopping_cart .buttons:after {
    clear: both;
}

.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em;
}

.woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0;
}

.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
    float: none;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0;
}

.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block;
}

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0;
}

.woocommerce .widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after, .woocommerce.widget_shopping_cart .buttons:before {
    content: " ";
    display: table;
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    -moz-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0;
}

.woocommerce form .form-row label {
    line-height: 2;
}

.woocommerce form .form-row label.hidden {
    visibility: hidden;
}

.woocommerce form .form-row label.inline {
    display: inline;
}

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0;
}

.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0;
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1;
}

.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em;
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #a00;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #69bf29;
}

.woocommerce form .form-row::-webkit-input-placeholder {
    line-height: normal;
}

.woocommerce form .form-row:-moz-placeholder {
    line-height: normal;
}

.woocommerce form .form-row:-ms-input-placeholder {
    line-height: normal;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

.woocommerce ul#shipping_method {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce ul#shipping_method li {
    margin: 0;
    padding: .25em 0 .25em 22px;
    text-indent: -22px;
    list-style: none;
}

.woocommerce ul#shipping_method li input {
    margin: 3px .5ex;
}

.woocommerce ul#shipping_method li label {
    display: inline;
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700;
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0;
}

.woocommerce .order_details {
    margin: 0 0 1.5em;
    list-style: none;
}

.woocommerce .order_details:after, .woocommerce .order_details:before {
    content: " ";
    display: table;
}

.woocommerce .order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.woocommerce .order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5;
}

.woocommerce .order_details li:last-of-type {
    border: none;
}

.woocommerce .widget_layered_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

.woocommerce .widget_layered_nav ul li {
    padding: 0 0 1px;
    list-style: none;
}

.woocommerce .widget_layered_nav ul li:after, .woocommerce .widget_layered_nav ul li:before {
    content: " ";
    display: table;
}

.woocommerce .widget_layered_nav ul li.chosen a:before, .woocommerce .widget_layered_nav_filters ul li a:before {
    font-family: WooCommerce;
    speak: none;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "";
    text-decoration: none;
    font-weight: 400;
    color: #a00;
}

.woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span {
    padding: 1px 0;
}

.woocommerce .widget_layered_nav ul li.chosen a:before {
    margin-right: .618em;
}

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    overflow: hidden;
    zoom: 1;
}

.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1px 1px 0;
    list-style: none;
}

.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none;
}

.woocommerce .widget_layered_nav_filters ul li a:before {
    margin-right: .618em;
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em;
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left;
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #a46497;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #a46497;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #602053;
    border: 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

.woocommerce .widget_rating_filter ul li.chosen a:before, .woocommerce-account ul.digital-downloads li:before {
    margin-right: .618em;
    font-family: WooCommerce;
    speak: none;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}

.woocommerce .widget_rating_filter ul li {
    padding: 0 0 1px;
    list-style: none;
}

.woocommerce .widget_rating_filter ul li:after, .woocommerce .widget_rating_filter ul li:before {
    content: " ";
    display: table;
}

.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none;
}

.woocommerce .widget_rating_filter ul li .star-rating {
    float: none;
    display: inline-block;
}

.woocommerce .widget_rating_filter ul li.chosen a:before {
    font-weight: 400;
    content: "";
    color: #a00;
}

.woocommerce-account .addresses .title:after, .woocommerce-account .addresses .title:before, .woocommerce-account .woocommerce:after, .woocommerce-account .woocommerce:before {
    content: " ";
    display: table;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
}

.woocommerce-account .addresses .title h3 {
    float: left;
}

.woocommerce-account .addresses .title .edit, .woocommerce-account ul.digital-downloads li .count {
    float: right;
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0;
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0;
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0;
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.woocommerce-account ul.digital-downloads li:before {
    font-weight: 400;
    content: "";
}

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

.woocommerce-cart table.cart img {
    width: 32px;
    box-shadow: none;
}

.woocommerce-cart table.cart td, .woocommerce-cart table.cart th {
    vertical-align: middle;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0;
    line-height: 1;
}

.woocommerce-cart table.cart input {
    margin: 0;
    vertical-align: middle;
    line-height: 1;
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 1em 0;
}

.woocommerce-cart .wc-proceed-to-checkout:after, .woocommerce-cart .wc-proceed-to-checkout:before {
    content: " ";
    display: table;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em;
}

.woocommerce-cart .cart-collaterals .shipping_calculator .button {
    width: 100%;
    float: none;
    display: block;
}

.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
    font-family: WooCommerce;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "";
    text-decoration: none;
}

#add_payment_method #payment ul.payment_methods li:after, #add_payment_method #payment ul.payment_methods li:before, #add_payment_method #payment ul.payment_methods:after, #add_payment_method #payment ul.payment_methods:before, .woocommerce-checkout #payment ul.payment_methods li:after, .woocommerce-checkout #payment ul.payment_methods li:before, .woocommerce-checkout #payment ul.payment_methods:after, .woocommerce-checkout #payment ul.payment_methods:before {
    content: " ";
    display: table;
}

.woocommerce-cart .cart-collaterals .cart_totals p small {
    color: #777;
    font-size: .83em;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 40%;
}

.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em;
}

.woocommerce-cart .cart-collaterals .cart_totals table small {
    color: #777;
}

.woocommerce-cart .cart-collaterals .cart_totals table select {
    width: 100%;
}

.woocommerce-cart .cart-collaterals .cart_totals .discount td {
    color: #77a464;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb;
}

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0;
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none;
}

#add_payment_method .checkout .col-2 .form-row-first, #add_payment_method .checkout .col-2 .notes, .woocommerce-checkout .checkout .col-2 .form-row-first, .woocommerce-checkout .checkout .col-2 .notes {
    clear: left;
}

#add_payment_method .checkout .create-account small, .woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #777;
    font-weight: 400;
}

#add_payment_method .checkout div.shipping-address, .woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%;
}

#add_payment_method #payment ul.payment_methods li:after, #add_payment_method #payment ul.payment_methods:after, #add_payment_method .checkout .shipping_address, .single-product .twentythirteen p.stars, .woocommerce-checkout #payment ul.payment_methods li:after, .woocommerce-checkout #payment ul.payment_methods:after, .woocommerce-checkout .checkout .shipping_address {
    clear: both;
}

#add_payment_method #payment, .woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0;
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none;
}

#add_payment_method #payment ul.payment_methods li img+ img, .woocommerce-checkout #payment ul.payment_methods li img+ img {
    margin-left: 2px;
}

#add_payment_method #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 1em;
}

#add_payment_method #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}

#add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
    border-color: #bbb3b9 #c7c1c6 #c7c1c6;
}

#add_payment_method #payment div.payment_box::-webkit-input-placeholder, .woocommerce-checkout #payment div.payment_box::-webkit-input-placeholder {
    color: #bbb3b9;
}

#add_payment_method #payment div.payment_box:-moz-placeholder, .woocommerce-checkout #payment div.payment_box:-moz-placeholder {
    color: #bbb3b9;
}

#add_payment_method #payment div.payment_box:-ms-input-placeholder, .woocommerce-checkout #payment div.payment_box:-ms-input-placeholder {
    color: #bbb3b9;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none;
    margin: 0;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
    margin: 0 0 .5em;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
    cursor: pointer;
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 1em 0 0;
    position: relative;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right .618em center;
    background-size: 32px 20px;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(../images/icons/credit-cards/visa.svg);
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(../images/icons/credit-cards/mastercard.svg);
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(../images/icons/credit-cards/laser.svg);
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(../images/icons/credit-cards/diners.svg);
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(../images/icons/credit-cards/maestro.svg);
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(../images/icons/credit-cards/jcb.svg);
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(../images/icons/credit-cards/amex.svg);
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(../images/icons/credit-cards/discover.svg);
}

#add_payment_method #payment div.payment_box span.help, .woocommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #777;
    font-weight: 400;
}

#add_payment_method #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em;
}

#add_payment_method #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0;
}

#add_payment_method #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: .83em;
}

#add_payment_method #payment .payment_method_paypal img, .woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle;
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em;
}

.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373;
}

.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b;
}

.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53;
}

.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733;
}

.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block;
}

.product.has-default-attributes.has-children> .images {
    opacity: 0;
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1;
}

.single-product .twentythirteen #reply-title, .single-product .twentythirteen #respond #commentform, .single-product .twentythirteen .entry-summary {
    padding: 0;
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px;
}

.twentyfourteen ul.products li.product {
    margin-top: 0 !important;
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit;
}


/* Wish List Template */

table.shop_table th, table.shop_table td, table.shop_table.cart.wishlist_table th, table.shop_table.cart.wishlist_table td {
    text-align: center;
}

table.shop_table td.product-name a, table.shop_table.cart.wishlist_table td.product-name a {
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    color: #444;
}

table.shop_table td.product-price, table.shop_table.cart.wishlist_table td.product-price {
    font-size: 14px;
    color: #444;
}

table.shop_table td.product-price del, table.shop_table.cart.wishlist_table td.product-price del {
    font-size: 12px;
}

table.shop_table td.product-stock-status, table.shop_table .amount, table.shop_table.cart.wishlist_table td.product-stock-status, table.shop_table.cart.wishlist_table .amount {
    font-size: 15px;
    font-weight: 600;
}

table.shop_table ul, table.shop_table.cart.wishlist_table ul {
    list-style: none;
}

table.shop_table thead tr, table.shop_table.cart.wishlist_table thead tr {
    background: #eee;
}

th.product-price, th {
    font-size: 16px;
    text-transform: uppercase;
    color: #6ab42f;
}

.yith-wcwl-share-title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.coupon input[type="text"] {
    min-width: 130px !important;
}

.woocommerce-cart .woocommerce {
    text-align: center;
}

.wishlist-empty, .cart-empty {
    font-size: 18px;
    font-weight: 600;
    color: #6ab42f;
}

.woocommerce-page table.cart td.actions .input-text {
    height: 36px;
    border-radius: 3px;
}


/*post excerpt*/

.post-excrept {
    width: 100%;
    text-align: center;
    padding-left: 0;
    position: relative;
}

.post-excrept .post-time {
    position: relative;
    background: #6ab42f;
    padding: 10px;
    overflow: hidden;
}

.post-excrept .post-time .inner-div {
    border: 1px solid #eee;
}

.post-excrept .post-time .inner-div .gl-post-time {
    font-family: 'Roboto Slab', serif;
    line-height: 30px;
    margin: 10px auto;
}

.post-excrept .post-time .inner-div .gl-post-time a {
    color: #fff;
    font-weight: 600;
    font-size: 28px;
    text-decoration: none;
}

.post-excrept .post-title {
    padding-top: 45px;
    margin-bottom: 20px;
}

.post-excrept .post-meta {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 18px 0;
    margin: 0 15% 40px;
    display: flex;
    justify-content: space-around;
}

.post-excrept .post-meta span {
    color: #444;
    top: 6PX;
}

.post-excrept .post-meta span a {
    padding: 0px;
    color: #444;
    font-size: 12px;
    margin: 0px 5px;
}

.post-excrept .post-meta span a:hover {
    color: #6ab42f;
}

.post-excrept .post-meta span:after {
    content: '';
    padding-left: 0px;
}

.post-excrept .post-content {
    margin-top: 25px;
}


/*end of post excerpt*/


/*Password Protected*/

.post-password-required .post-content .post-password-form p input[name="post_password"] {
    padding: 3px;
}

.post-password-required .post-content .post-password-form p input[type="submit"] {
    padding: 5px 20px;
    font-weight: 500;
    box-shadow: none;
    text-shadow: none;
    background: #6ab42f;
    border: solid 1px #eee;
    color: #fff;
}


/*end of password Protected*/


/*Archive page single post css */

.tx-single-post-row {
    position: relative;
    margin-bottom: 25px;
}


/*post image*/

.format-image, .has-post-thumbnail {
    /*end of post-image*/
}

.format-image .post-image-wrapper, .has-post-thumbnail .post-image-wrapper {
    padding: 12px;
    border: 1px solid #eee;
}

.format-image .post-image, .has-post-thumbnail .post-image {
    display: block;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}

.format-image .post-image img, .has-post-thumbnail .post-image img {
    max-width: 100%;
    transition: all 0.5s ease;
}


/*
post format
format-standard
*/

.format-standard table {
    border: solid 1px #eee;
}

.format-standard table td, .format-standard table th {
    border: solid 1px #eee;
    padding: 5px 8px;
}

.format-standard table th a {
    font-size: 14px;
    font-weight: bold;
    text-transform: initial;
}

.format-standard ul li ul {
    margin-left: 20px;
}

.format-standard ol li ol {
    margin-left: 20px;
}

.format-standard img {
    max-width: 100%;
    transition: all 0.5s ease;
}

.format-standard img:hover {
    transform: scale(1.2, 1.2);
}

.format-standard .post-excrept .post-content img {
    max-width: 100%;
    transition: all 0.5s ease;
}

.format-standard .post-excrept .post-content img:hover {
    transform: scale(1, 1);
}

.format-standard .post-excrept .post-content .page-links {
    margin: 20px 0px;
    font-weight: bold;
}


/*
post formate
format-image
*/

.format-image .wp-caption {
    border: none;
}

.format-image .post-image {
    border: solid 1px #eee;
    padding: 50px;
}

.format-image .post-image .post-content figure {
    margin: 0 auto;
}

.format-standard:not(.has-post-thumbnail) .tx-single-post .post-excrept {
    border: none;
}

.format-standard:not(.has-post-thumbnail) .tx-single-post .post-excrept .post-time {
    left: 53px;
}

.format-quote .tx-single-post-row, .format-link .tx-single-post-row, .format-aside .tx-single-post-row, .page .tx-single-post-row, .format-standard:not(.has-post-thumbnail) .tx-single-post-row {
    margin-top: 20px;
}

.format-quote .post-content, .format-link .post-content, .format-aside .post-content, .page .post-content, .format-standard:not(.has-post-thumbnail) .post-content {
    padding: 0 25px;
    padding-left: 0px;
}

.post-link {
    padding-bottom: 25px;
}

.post-link a {
    color: #6ab42f;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.post-link a:hover {
    color: #000;
}


/*post formant*/


/*gallery*/

.format-gallery .owl-carousel-left, .format-gallery .owl-carousel-right {
    position: absolute;
    top: 42.5%;
    color: #fff;
    background-color: #eee;
    height: 58px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 32px;
}

.format-gallery .owl-carousel-left i, .format-gallery .owl-carousel-right i {
    margin-top: 10px;
    color: #6ab42f;
}

.format-gallery .owl-carousel-right {
    right: 0;
}

.format-gallery .gallery-caption {
    position: absolute;
    color: #fff;
    background-color: rgba(106, 180, 47, 0.53);
    bottom: 74px;
    display: block;
    text-align: center;
    padding: 10px;
    width: 100%;
}

.format-gallery .post-image {
    padding: 50px;
    border: solid 1px #eee;
}


/*post format audio and video*/

.format-video .post-image, .format-audio .post-image {
    width: 100%;
    border: 1px solid #eee;
    padding: 50px;
}

.format-video .post-time, .format-audio .post-time {
    top: -50px;
}

.format-video embed, .format-video iframe, .format-video object, .format-audio embed, .format-audio iframe, .format-audio object {
    width: 100%;
}

.video-embed-container {
    position: relative;
    padding-bottom: 56.2%;
    height: 0;
    overflow: hidden;
}

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

.audio-embed-container iframe {
    width: 100%;
    height: 100%;
    margin-bottom: -7px;
}

.media .media-left img {
    max-width: inherit;
}

embed, iframe, object {
    max-width: 100%;
}


/*
Format image
*/

.format-image .post-image p {
    margin-bottom: 0;
}

.format-image figcaption.wp-caption-text {
    color: #3a3a3a;
    bottom: 74px;
    display: block;
    text-align: center;
    padding: 10px;
    width: 100%;
}

.format-image .post-content p {
    margin: 20px 0px;
}


/*link post format*/

.format-link .post-content a {
    display: block;
    font-size: 22px;
    color: #444;
    font-weight: 500;
    line-height: 50px;
}

.format-link .post-content a:focus, .format-link .post-content a:hover {
    background: #6ab42f;
    color: #fff;
    text-decoration: none;
    outline: none;
}

.format-link .post-content a:before {
    font-family: FontAwesome;
    content: "\f0c1";
    padding-right: 20px;
}


/*format quote*/

.format-quote .post-content blockquote p {
    font-size: 22px;
}

.format-quote .post-content blockquote p:before {
    font-family: FontAwesome;
    content: "\f10d";
    font-size: 25px;
    padding-right: 20px;
    display: block;
}

.format-quote .post-content blockquote cite {
    display: block;
    margin-top: 25px;
}

.format-quote .post-content blockquote cite a {
    color: #444;
}

.format-quote .post-content blockquote cite a:focus, .format-quote .post-content blockquote cite a:hover {
    background: #6ab42f;
    color: #fff;
    text-decoration: none;
    outline: none;
}


/*blog single page*/

.format-audio .tx-single-post-sp .post-image, .format-video .tx-single-post-sp .post-image, .format-image .tx-single-post-sp .post-image, .format-gallery .tx-single-post-sp .post-image {
    width: 100%;
    border: none;
    padding: 0;
}

.format-audio .tx-single-post-sp .post-excrept, .format-video .tx-single-post-sp .post-excrept, .format-image .tx-single-post-sp .post-excrept, .format-gallery .tx-single-post-sp .post-excrept {
    border: 1px solid #eee;
    margin-bottom: 50px;
}

.tx-single-post .post-excrept {
    text-align: left;
}

.tx-single-post .post-excrept .post-time {
    left: 66px;
}

.tx-single-post .post-excrept .post-meta {
    margin: 35px 4% 15px 0px;
}

.tx-single-post .gl-post-time {
    text-align: center;
}

.format-standard:not(.has-post-thumbnail), .format-link, .format-quote {
    margin-top: 66px;
}

.tx-single-post-row, .tx-single-post, .tx-single-post-sp {
    position: relative;
}

.tx-single-post-row .sticky-post, .tx-single-post .sticky-post, .tx-single-post-sp .sticky-post {
    position: absolute;
    right: 13px;
    top: -5px;
    width: 50px;
    height: 80px;
    background: #6ab42f;
    text-align: center;
    line-height: 80px;
    color: white;
    z-index: 30;
}

.tx-single-post-row .sticky-post .triangle:before, .tx-single-post .sticky-post .triangle:before, .tx-single-post-sp .sticky-post .triangle:before {
    content: '';
    position: absolute;
    right: -5px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #6ab42f;
}

.gl-1-column .comments-link {
    left: 356px !important;
}

.container article:first-child .post-image {
    margin-top: 0;
}

.widget-area .widget:first-child .widget-title {
    padding-top: 0;
    margin-top: 0;
}


/*search page*/

.vc_desktop .tx-search-page, .vc_mobile .tx-search-page {
    margin: 100px 0;
}

.vc_desktop .tx-search-page .page-header, .vc_mobile .tx-search-page .page-header {
    border: 1px solid #eee;
    margin-top: 0;
    padding-top: 20px;
    text-align: center;
    text-transform: uppercase;
}


/*
post content
*/

.post-content p {
    margin: 20px 0px;
}

.tx-single-post-row .post-excrept .post-content .page-links {
    margin: 20px 0px;
}

.tx-single-post-row .post-title h3 {
    font-size: 22px;
}

.tx-single-post {
    position: relative;
    text-align: center;
}

.tx-single-post ul li, .tx-single-post ol li {
    padding-left: 25px;
    list-style-type: none;
}

.tx-single-post .post-title h3 {
    font-size: 22px;
}

.sticky-post-no-thumbnail {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    font-size: 18px;
    color: #306705;
    text-align: center;
}

.service_header {
    background: #444 no-repeat right top scroll;
    background-size: cover;
    height: 450px;
}

.service_header h1 {
    text-align: center;
    padding: 10% 0;
    color: #fff;
    margin: 0;
}

.all-service {
    background: #81b536;
    color: #fff;
    padding: 10px 40px;
    box-sizing: border-box;
}

.all-service h4 {
    font-weight: 500;
}

.service-cat {
    border: 1px solid #eee;
    margin: 25px 0;
}

.service-cat ul {
    list-style: none;
    margin-bottom: 0;
    /* end of li*/
}

.service-cat ul li {
    padding: 25px 30px;
}

.service-cat ul li a {
    color: #444;
    font-weight: bold;
    text-decoration: none;
}

.service-cat ul li a:hover {
    color: #6ab42f;
}

.service-cat ul li.active {
    background: #f3f3f3;
}

.service-single {
    margin-bottom: 50px;
}

.service-single .post-image {
    margin-top: 0;
}

.service-single .gallery-img {
    margin: 0px;
}

.service-single .entry-title {
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: bold;
}

.service-single .post-excrept {
    text-align: left;
}

.gl-service-gallery {
    margin-bottom: 45px;
}


/*
------------------------------
New Coded
------------------------------
*/

.service-featured-image {
    margin-bottom: 35px;
}

.widget {
    margin: 0 0 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.6rem;
    padding-bottom: 20px;
    overflow: hidden;
}

.widget ul li {
    padding: 0;
    border-bottom: 1px solid #eee;
    width: 100%;
    font-size: 13px;
}

.widget ul li:last-child {
    border-bottom: none;
}

.widget ul li:hover {
    text-decoration: none;
    color: #6ab42f;
    cursor: pointer;
}

.widget ul li:hover a {
    text-decoration: none;
    color: #6ab42f;
}

.widget ul li a {
    color: #343434;
    font-size: 13px;
    line-height: 35px;
    font-weight: 300;
    transition: all 0.4s ease-in-out;
    display: block;
}

.widget ul li a:hover {
    text-decoration: none;
    color: #6ab42f;
    margin-left: 5px;
}

.widget ul li a:before {
    content: "\f105";
    padding-right: 15px;
    font-family: FontAwesome;
    display: inline-block;
}

.widget ul li ul {
    display: none;
}

.widget-title {
    line-height: 24px;
    font-size: 22px;
    color: #343434;
    font-weight: 600;
    padding: 18px 0;
}

.widget a {
    font-weight: 700;
    color: #444;
}

.widget ul, .widget ol {
    padding: 0;
    margin: -1em 0 0;
    list-style-type: none;
}

.widget li {
    padding: 1em 0 0;
}

.widget li ul, .widget li ol {
    margin-top: 0;
}

.widget li li {
    margin-left: 1.5em;
}

.widget_nav_menu ul {
    padding: 10px 0 0;
}

.widget_nav_menu a, .widget_nav_menu li, .widget_rss li {
    margin-bottom: .5em;
}

.widget_rss .rss-date, .widget_rss cite {
    display: block;
    font-size: 85%;
}


/* Make sure select elements fit in widgets */

.widget select {
    max-width: 100%;
    -webkit-appearance: none;
}


/* Search widget */

.widget_search .search-submit {
    display: none;
}


/*text widget*/

.widget_text {
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    color: #616161;
}

.widget_text img {
    display: block;
}


/*widget search*/

.widget_search form {
    background: #eee;
    height: 60px;
    width: 100%;
    padding: 20px 20px;
}

.widget_search form button, .widget_search form input[type=search] {
    border: none;
    outline: none;
    box-shadow: none;
    background: #eee;
    color: #343434;
    padding: 0;
}

.widget_search form input[type=search] {
    width: 90%;
}

.widget_search form input[type=search]::-webkit-input-placeholder {
    color: #343434;
}


/*widget calender*/

#wp-calendar {
    border-collapse: collapse;
    border: 1px solid #eee;
    width: 100%;
    border-top: none;
}

#wp-calendar td, #wp-calendar th {
    text-align: center;
    padding: 5px 0px;
}

#wp-calendar caption {
    color: #343434;
    padding: 0;
    line-height: 39px;
    font-weight: 500;
}

#wp-calendar thead, #wp-calendar tfoot {
    line-height: 33px;
    background: #eee;
}

#wp-calendar tbody {
    line-height: 33px;
}

#wp-calendar #prev, #wp-calendar #next {
    padding: 0 10px;
    background: #eee;
}

#wp-calendar #prev {
    text-align: left;
}

#wp-calendar #next {
    text-align: right;
}

#wp-calendar tbody td:hover {
    background: #6ab42f;
    color: #fff !important;
}

#wp-calendar tbody td:hover a {
    color: #fff !important;
    text-decoration: none;
}

#today {
    color: #6ab42f;
    font-weight: bold;
}

#wp-calendar tbody .pad, #wp-calendar tbody .pad:hover {
    background: none;
}

.widget_rss .widget-title img {
    display: none;
}

.widget_rss li {
    margin-bottom: 0.625rem;
}

.widget_rss li a {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.widget_rss li a:before {
    content: '' !important;
    padding: 0 !important;
}

.widget_rss li .rss-date {
    display: inline-block;
    margin-right: 0.5rem;
}

.widget_rss li .rss-date, .widget_rss li cite {
    color: #676464;
    font-size: 13px;
    padding-top: 20px;
}

.widget_rss li .rssSummary {
    font-size: 0.875rem;
    display: inline;
}


/*recent comments*/

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

.widget_recent_comments ul li a:before {
    content: '' !important;
    padding: 0 !important;
}

.widget_recent_comments .recentcomments span {
    font-weight: bold;
}


/*tag cloud*/

.widget_tag_cloud {
    width: 100%;
}

.widget_tag_cloud a {
    display: inline-block;
    border: 1px solid #eee;
    padding: 10px;
    margin: 5px 2px;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    font-size: 100% !important;
    font-weight: 300;
}

.widget_tag_cloud a:hover {
    background: #6ab42f;
    color: #fff;
}


/*widget rss*/

.widget_rss li {
    border-bottom: none !important;
}

.widget_rss li a:hover {
    margin-left: 0 !important;
}

.widget_rss li a:before {
    content: '' !important;
    padding: 0 !important;
}

.widget_rss li .rsswidget {
    font-weight: 700 !important;
    font-size: 13px !important;
    line-height: 24px !important;
    padding: 20px 0;
}

.widget_rss li .rssSummary {
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    color: #616161;
}


/*widget archrive*/

.widget_categories ul li, .widget_archive ul li {
    padding: 0;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    font-weight: 300;
}

.widget_categories ul li:last-child, .widget_archive ul li:last-child {
    border-bottom: none;
}

.widget_categories ul li a, .widget_archive ul li a {
    color: #343434;
    font-size: 13px;
    line-height: 35px;
    font-weight: 300;
    transition: all 0.4s ease-in-out;
    display: inline-block;
}

.widget_categories ul li a:hover, .widget_archive ul li a:hover {
    text-decoration: none;
    color: #6ab42f;
}

select {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='#969696' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>");
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: right 20px top 11px;
    background-size: 16px 18px;
    outline: 0;
    border: none;
    padding: 7px 12px;
    width: 100%;
    font-size: 15px;
    text-align: center;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #343434;
    font-weight: bold;
}

.widget_categories label, .widget_archive label {
    display: none;
}

.widget_blogpost img {
    transition: all 0.4s ease;
}

.widget_blogpost img:hover {
    transform: scale(1.2, 1.2);
}

.widget_blogpost .post-wrapper {
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
}

.widget_blogpost .post-wrapper .img-wrapper {
    float: left;
    margin-right: 15PX;
    overflow: hidden;
    padding: 5px;
}

.widget_blogpost .post-wrapper .title-time {
    float: left;
    max-width: 63%;
}

.widget_blogpost .post-wrapper .title-time h4 {
    margin-top: -2px;
    margin-bottom: 8px;
    line-height: 12px;
}

.widget_blogpost .post-wrapper .title-time h4 a {
    font-family: inherit;
    font-size: 14px;
    color: #343434;
    font-weight: 300;
    line-height: 18px;
}

.widget_blogpost .post-wrapper .title-time h4 a:hover {
    color: #6ab42f;
    text-decoration: none;
}

.widget_blogpost .post-wrapper .title-time .post-time {
    font-size: 12px;
    line-height: 9px;
    color: #949494;
}

.widget_blogpost .post-wrapper:after, .widget_blogpost .post-wrapper:before {
    content: '';
    display: block;
    clear: both;
}

#footer .widget-title {
    margin-bottom: 25px;
    word-spacing: 1px;
    color: #fff;
}

#footer .widget-title:hover {
    color: #6ab42f;
    cursor: pointer;
}

#footer #blogpost-2 div:nth-last-child(2) {
    border-bottom: none;
    margin-bottom: 0px;
}

#footer #blogpost-2 .post-wrapper {
    margin-bottom: 20px;
    border-bottom: 1px solid #343434;
    padding-bottom: 5px;
}

#footer #blogpost-2 .post-wrapper .img-wrapper {
    float: left;
    margin-right: 15PX;
    border-color: #c7c7c7;
    margin-bottom: 10px;
}

#footer #blogpost-2 .post-wrapper .title-time {
    float: left;
    max-width: 59%;
}

#footer #blogpost-2 .post-wrapper .title-time h4 {
    margin-top: -2px;
    margin-bottom: 8px;
    line-height: 24px;
}

#footer #blogpost-2 .post-wrapper .title-time h4 a {
    font-family: inherit;
    font-size: 14px;
    color: #fff;
    font-weight: 100;
}

#footer #blogpost-2 .post-wrapper .title-time h4 a:hover {
    color: #6ab42f;
    text-decoration: none;
}

#footer #blogpost-2 .post-wrapper .title-time .post-time {
    font-size: 12px;
    line-height: 9px;
    color: #fff;
}

#footer #blogpost-2 .post-wrapper:after, #footer #blogpost-2 .post-wrapper:before {
    content: '';
    display: block;
    clear: both;
}

#footer #blogpost-2 .w-subscription a {
    color: #fff;
}

#footer #blogpost-2 .w-subscription a i {
    color: #6ab42f;
}

#footer #blogpost-2 .w-subscription a:hover {
    text-decoration: none;
    color: #6ab42f;
}

#footer ul, #footer ol {
    list-style: none;
}

#footer ul.menu {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}

#footer ul.menu li {
    margin: 10px 0;
    border-bottom: 0;
}

#footer ul.menu li a {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

#footer ul.menu li a:hover {
    color: #6ab42f;
    text-decoration: none;
}

#footer ul.menu li a:before {
    content: '';
    padding: 0;
}

#footer ul.menu li:first-child {
    margin-top: 0;
}

#footer ul.menu li:before {
    font-family: 'FontAwesome';
    content: "\f101";
    display: block;
    margin-right: 7px;
    float: left;
    color: #6ab42f;
}

#footer .widget {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.6px;
}

#footer .widget .footer-social {
    margin: 15px 0;
}

#footer .widget .footer-social a {
    font-size: 13px;
    color: #c7c7c7;
    display: inline-block;
    border: 1px solid;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    text-align: center;
    padding-top: 2px;
    margin-left: 9px;
}

#footer .widget .footer-social a:hover {
    border-color: #6ab42f;
}

#footer .widget .footer-social a:hover:focus, #footer .widget .footer-social a:hover:hover {
    background: #6ab42f;
    color: #fff;
    text-decoration: none;
    outline: none;
}

#footer .widget .footer-social a:first-child {
    margin-left: 0;
}

#footer .widget .s, #footer .widget .social-icon {
    margin: 0;
}

#footer .widget .s li, #footer .widget .social-icon li {
    float: left;
    margin-left: 12px;
    border-bottom: 0;
    width: inherit;
    padding-top: 20px;
}

#footer .widget .s li:first-child, #footer .widget .social-icon li:first-child {
    margin-left: 0;
}

#footer .widget .s li a, #footer .widget .social-icon li a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    border: 1px solid;
    border-radius: 14px;
    padding: 2px 14px 0;
    text-align: center;
    line-height: 24px;
}

#footer .widget .s li a:hover, #footer .widget .social-icon li a:hover {
    border-color: #6ab42f;
    margin-left: 0 !important;
}

#footer .widget .s li a:hover:focus, #footer .widget .s li a:hover:hover, #footer .widget .social-icon li a:hover:focus, #footer .widget .social-icon li a:hover:hover {
    background: #6ab42f;
    color: #fff;
    text-decoration: none;
    outline: none;
}

#footer .widget .s li a:before, #footer .widget .social-icon li a:before {
    content: '';
    padding: 0;
}

.socials-icon:after, .socials-icon:before {
    content: '';
    display: block;
    clear: both;
}

.center-widget .widget_text {
    text-align: center;
}

.center-widget .widget_text .widget-title {
    text-align: center;
}

#gl-subscribe, input#si_email {
    background: #4a4a4a;
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 75%;
    float: left;
    height: 38px;
    color: #fff;
}

#gl-subscribe::-webkit-input-placeholder, input#si_email::-webkit-input-placeholder {
    font-size: 12px;
}

#gl-subscribe {
    width: 22%;
    background: #6ab42f;
    color: #fff;
    margin-left: 3px;
}

#gl-subscribe:hover, #gl-subscribe:focus {
    background: #fff;
    color: #6ab42f;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

.gl-message {
    font-size: 12px;
    margin-top: 0;
    line-height: 1;
}

.post-categories li a {
    color: #c7c7c7 !important;
}

.post-categories li a:before {
    content: '' !important;
    padding-right: 0 !important;
}


/*end of post-categories*/


/*Form Style*/

#reply-title {
    font-weight: 600;
    padding-bottom: 25px;
}

#respond input:not([disabled]):not([type="submit"]), #respond textarea#comment {
    border: none;
    box-shadow: none;
    background: #f0f0f1;
    font-size: 14px;
    border-radius: 0;
}

#respond textarea#comment {
    padding: 10px;
}

#respond input:not([disabled]):not([type="submit"]) {
    height: 45px;
}

span#email-notes {
    font-size: 13px;
}

#submit {
    color: #fff;
    box-shadow: none;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    background: #6ab24f;
    font-weight: 600;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

#submit:hover:focus, #submit:hover:hover {
    background: #6ab42f;
    color: #fff;
    text-decoration: none;
    outline: none;
}


/*end of Form style*/

b.fn {
    text-transform: capitalize;
    font-size: 18px;
}

span.says {
    color: #6ab42f;
    font-weight: bold;
}

#comments {
    margin-top: 50px;
}


/*
new coded
*/

.comments-area h3.comments-title {
    font-size: 22px;
}

.comments-area .comment-list li.comment {
    list-style-type: none;
    padding: 20px 0px;
    /* comment wrapper */
    /*comment heder part*/
    /*comment content*/
    /*comment reply*/
}

.comments-area .comment-list li.comment article.comment-body {
    position: relative;
}

.comments-area .comment-list li.comment article.comment-body .reply {
    position: absolute;
    top: 80px;
    left: 23px;
    background: #6ab42f;
    color: #fff;
    padding: 0px 10px;
    font-size: 12px;
    line-height: 19px;
}

.comments-area .comment-list li.comment article.comment-body .reply a {
    color: #fff;
}

.comments-area .comment-list li.comment .comment-meta {
    margin-bottom: 12px;
    position: relative;
}

.comments-area .comment-list li.comment .comment-meta .comment-author img {
    margin-right: 10px;
}

.comments-area .comment-list li.comment .comment-meta .comment-metadata {
    position: absolute;
    top: 0;
    left: 115px;
}

.comments-area .comment-list li.comment .comment-content {
    margin-top: 20px;
    margin-left: 35px;
}

.comments-area .comment-list li.comment .comment-content ul li, .comments-area .comment-list li.comment .comment-content ol li {
    list-style-type: none;
    padding-left: 20px;
}

.comments-area .comment-list li.comment .comment-respond #reply-title {
    padding: 0px;
}

.comments-area .comment-list table {
    border: solid 1px #eee;
}

.comments-area .comment-list table td, .comments-area .comment-list table th {
    border: solid 1px #eee;
    padding: 5px 8px;
}

.comments-area .comment-list table th a {
    font-size: 14px;
    font-weight: bold;
    text-transform: initial;
}

.comments-area ol.comment-list li {
    list-style-type: none;
}

.comments-area li.parent ol.children {
    margin-left: 35px;
}

#footer {
    background: #292929;
    padding-top: 50px;
}

#sub-footer {
    background: #373737;
    padding: 5px 0;
    /*end of footer-nav-menu*/
}

#sub-footer .footer-menu li {
    border: none;
    display: inline-block;
    width: auto;
}

#sub-footer .footer-menu li a {
    color: #fff;
    padding-right: 10px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    font-size: 12px;
    font-weight: bold;
}

#sub-footer .footer-menu li a:hover {
    background: none;
    color: #6ab42f;
}

#sub-footer .footer-menu li a:first-child {
    padding-left: 0;
}

#sub-footer .footer-menu li a:before {
    content: none;
}

#sub-footer .gl-copy-right {
    padding: 15px 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

.footer-bootom {
    padding-top: 30px;
}

.error-404 {
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
    /*end of custom search*/
}

.error-404 .page-title {
    padding-bottom: 20px;
    font-size: 110px;
    font-weight: bold;
    color: #6ab42f;
    line-height: 40px;
}

.error-404 .error-meesage {
    font-weight: bold;
    color: #444;
    text-transform: uppercase;
}

.error-404 .page-content {
    margin-top: 25px;
}

.error-404 .page-content h5 {
    line-height: 45px;
}

.error-404 .custom-search input[type="search"] {
    border: 1px dashed #c2c2c2;
    padding: 10px 0px 10px 10px;
    width: 75%;
    margin: 20px 0;
}

.error-404 .custom-search input[type="search"]:focus {
    outline: none;
}

.error-404 .custom-search button {
    background: none;
    box-shadow: none;
    border: 1px solid #c2c2c2;
    padding: 14px 15px 16px 15px;
    color: #828282;
    margin-left: 5px;
    font-size: 16px;
}

.error-404 .custom-search button:focus {
    outline: none;
}

.error-404 .custom-search button:focus, .error-404 .custom-search button:hover {
    background: #6ab42f;
    color: #fff;
    text-decoration: none;
    outline: none;
}

.error-404 .go-home {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 10px 12px;
    margin: 15px 0;
    display: inline-block;
    color: #fff;
    background: #6ab42f;
    font-weight: 600;
}

.error-404 .go-home:hover, .error-404 .go-home:focus {
    background: #fff;
    color: #6ab42f;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

.shop-title-attribute {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 70px;
}

.shop-title-attribute h2 {
    margin: 20px 0 10px;
    padding: 0;
    font-size: 36px;
    line-height: 42px;
    color: #6ab42f;
}


/*each box css*/

.shop-each-product .gl-single-shop-product {
    border: 1px solid #eee;
    margin-bottom: 30px;
    text-align: center;
    transition: all 0.4s ease;
}

.shop-each-product .gl-single-shop-product a {
    text-decoration: none;
}

.shop-each-product .gl-single-shop-product a .shop-loop-image img {
    width: 100%;
}

.shop-each-product .gl-single-shop-product:hover {
    border: 1px solid #6ab42f;
}

.shop-each-product .gl-single-shop-product .product-basic-info {
    border-top: 1px solid #eee;
    margin: 0 10px;
    padding: 25px 0px;
}

.shop-each-product .gl-single-shop-product .product-basic-info .categories a {
    font-size: 12px;
    font-weight: 600;
    color: #797979;
}

.shop-each-product .gl-single-shop-product .product-basic-info .star-rating {
    text-align: center;
    display: inline-block !important;
    color: #848484 !important;
}

.shop-each-product .gl-single-shop-product .product-basic-info .star-rating:before {
    font-size: 12px;
    letter-spacing: 3px;
}

.shop-each-product .gl-single-shop-product .product-basic-info .star-rating span:before {
    font-size: 12px;
    letter-spacing: 3px;
}

.shop-each-product .gl-single-shop-product .product-basic-info .product-price {
    margin: 25px 0;
}

.shop-each-product .gl-single-shop-product .product-basic-info .product-price .price {
    color: #6ab42f;
    font-size: 22px;
    line-height: 30px;
}

.shop-each-product .gl-single-shop-product .product-basic-info .product-price .price del {
    font-size: 16px;
}

.shop-each-product .quick-cart .woocommerce.product.compare-button a {
    margin-bottom: -2px;
}

.shop-each-product .quick-cart .shop-attribute {
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
}

.shop-each-product .quick-cart .shop-attribute .compare-link a.compare {
    background: transparent;
    border: none;
    padding: 0;
    line-height: 23px;
}

.shop-each-product .quick-cart .shop-attribute div a {
    text-align: center;
}

.shop-each-product .quick-cart .shop-attribute div .yith-wcwl-add-to-wishlist {
    margin: 0;
    padding-left: 5px;
}

.shop-each-product .quick-cart .shop-attribute div .yith-wcwl-add-to-wishlist a {
    text-align: center;
}

.shop-each-product .quick-cart .shop-attribute div .yith-wcwl-wishlistaddedbrowse.show {
    display: none !important;
}

.shop-each-product .quick-cart .shop-attribute div .yith-wcwl-wishlistexistsbrowse {
    display: none !important;
}

.shop-each-product .quick-cart .shop-attribute .shop-cart {
    margin: 0px 10px;
}

.shop-each-product .quick-cart .shop-attribute .shop-cart a {
    background: #6ab42f;
    display: inline-block;
    border-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 13px;
    text-transform: capitalize !important;
}

.shop-each-product .quick-cart .shop-attribute .shop-cart a:hover {
    background: #6ab42f;
    color: #fff !important;
}

.shop-each-product .quick-cart .shop-attribute .shop-cart .ajax_add_to_cart, .shop-each-product .quick-cart .shop-attribute .shop-cart .add_to_cart_button {
    transition: all 0.4s ease-in-out;
    border: none;
    color: #444;
    font-weight: 300;
    text-transform: uppercase;
}

.shop-each-product .quick-cart .shop-attribute .shop-cart .added_to_cart.wc-forward {
    display: none !important;
}

.shop-each-product .quick-cart .shop-attribute .shop-wishlist .yith-wcwl-add-to-wishlist {
    padding-left: 0px;
}

.shop-each-product .quick-cart .shop-attribute .shop-wishlist .yith-wcwl-add-button {
    position: relative;
}

.shop-each-product .quick-cart .shop-attribute .shop-wishlist .yith-wcwl-add-button a {
    display: block;
}

.shop-each-product .quick-cart .shop-attribute .shop-wishlist .yith-wcwl-add-button a i {
    margin: 0;
}

.shop-each-product .quick-cart .shop-attribute .shop-wishlist .yith-wcwl-add-button img {
    position: absolute;
}

.shop-each-product .quick-cart .shop-attribute .compare-link, .shop-each-product .quick-cart .shop-attribute .shop-wishlist {
    width: 26px;
    height: 26px;
    line-height: 26px;
}

.onsale {
    background: #6ab42f !important;
    width: 44px !important;
    top: 10px !important;
    left: 10px !important;
    z-index: 99;
}

.gl-single-shop-product .onsale {
    background: #6ab42f !important;
    width: 44px !important;
    top: 7px !important;
    left: 22px !important;
    z-index: 99;
}


/*related product*/

.related.products {
    margin-top: 100px;
}

.related.products .related {
    margin-bottom: 50px;
    font-weight: 600;
    text-transform: uppercase;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
    margin-top: 10px;
}

.compare:before {
    content: '\f0ec';
    display: inline-block;
    width: 20px;
    height: 20px;
    font-family: FontAwesome;
    color: #444;
}

.compare:hover:before {
    color: #6ab42f;
}

.compare-link {
    max-height: 30px;
    min-width: 35px;
}

.compare-link .compare {
    display: block !important;
}

.compare-link .compare.added {
    display: block;
    max-width: 30px;
    max-height: 35px;
    overflow: hidden;
}

.yith-wcwl-add-button a {
    color: #444;
}

.yith-wcwl-add-button a:hover {
    color: #6ab42f;
}

.yith-wcwl-add-button.hide {
    display: block !important;
    color: #6ab42f !important;
}

.yith-wcwl-add-button.hide a {
    color: #6ab42f;
}


/* Shop SIngle Page */

.summary {
    /*end of quantity*/
}

.summary input[type=number]::-webkit-inner-spin-button, .summary input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.summary .quantity {
    margin: 0px 50px 0 0 !important;
    position: relative;
    /*end of button*/
    /*end of plus*/
    /*end of minus*/
}

.summary .quantity .qty {
    padding: 12px 0px;
    border: 1px solid #eee;
}

.summary .quantity .qty:focus {
    outline: none;
}

.summary .quantity button {
    position: absolute;
    border: 1px solid #eee;
    padding: 1px 10px;
    background: #fff;
    height: 23px;
    overflow: hidden;
    transition: all 0.2s;
}

.summary .quantity button:focus {
    outline: none;
}

.summary .quantity button:focus, .summary .quantity button:hover {
    background: #6ab42f;
    color: #fff;
    text-decoration: none;
    outline: none;
}

.summary .quantity .plus {
    top: 0px;
    left: 53px;
}

.summary .quantity .minus {
    top: 25px;
    left: 53px;
}

.summary span.feedback {
    display: none;
}

.summary a.compare.button, .summary .yith-wcwl-add-to-wishlist {
    display: inline-block;
    display: none;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
}

.summary a.compare {
    background: transparent;
    border: none;
    border-radius: 0px;
    padding: 0;
    line-height: 23px;
}

.summary .yith-wcwl-add-to-wishlist {
    display: inline-block;
    display: none;
    position: relative;
    margin-top: 0px;
}

.summary .yith-wcwl-add-to-wishlist a {
    display: block;
}

.summary .yith-wcwl-add-to-wishlist a i {
    margin: 0;
}

.summary .yith-wcwl-add-to-wishlist img {
    position: absolute;
}


/*end of summery*/

.single_add_to_cart_button {
    background-color: rgba(255, 0, 0, 0) !important;
    color: #444 !important;
    font-weight: 500 !important;
    border: 1px solid #eee !important;
    padding: 17px 30px !important;
}

.single_add_to_cart_button:hover {
    background: #6ab42f !important;
    color: #fff !important;
}

.single-product-big-image {
    /*end main-image*/
}

.single-product-big-image .woocommerce-main-image img {
    border: 1px solid #eee;
    padding: 20px 80px;
}

.single-product-big-image .thumbnails a img {
    border: 1px solid #eee;
    padding: 5px;
}

table.variations {
    margin: 25px 0;
}

table.variations label {
    color: #6ab42f;
    font-size: 21px;
    text-transform: capitalize;
    padding-top: 8px;
}


/*tab css*/

ul.tabs.wc-tabs {
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

ul.tabs.wc-tabs li {
    display: block !important;
    width: 100%;
    margin: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid #eee !important;
    background: #fafafb !important;
}

ul.tabs.wc-tabs li a {
    text-align: left !important;
    display: block !important;
}

ul.tabs.wc-tabs .active {
    background: #6ab42f !important;
    color: #fff !important;
    border: 2px solid #6ab42f !important;
}

.display-tab {
    background: #fafafb;
    padding: 12px 25px 41px;
    border: 1px solid #eee;
}

.panel {
    background: #fafafb;
    border: none;
    box-shadow: none;
}

.panel .product-title {
    margin-bottom: 25px;
}

.star-rating span {
    color: #6ab42f;
}

p.stars span a:focus, p.stars span a:hover, p.stars span a {
    color: #6ab42f;
}

.woocommerce-result-count {
    color: #444;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 59px;
    display: block;
}

#reviews #review_form {
    margin-top: 25px;
}

#reviews #comments {
    margin-top: 30px;
}

#reviews .product-title {
    font-size: 29px;
    margin-bottom: 25px !important;
    text-transform: uppercase;
}

#reviews form#commentform label {
    display: block;
}

#reviews form#commentform p {
    margin-bottom: 25px !important;
}

#reviews form#commentform input, #reviews form#commentform textarea {
    padding: 10px;
}

#reviews form#commentform input:focus, #reviews form#commentform textarea:focus {
    outline: none;
}

.summary .product-title {
    font-size: 30px;
}

.shop-cat {
    color: #444;
    font-weight: 600;
    margin: 3px;
    display: inline-block;
}

.woocommerce-review-link {
    color: #444;
}

.price {
    margin-bottom: 22px;
}

.price del {
    font-size: 16px;
}

.price ins {
    font-size: 25px;
}

form.cart {
    margin: 50px 0px;
}


/*checkout page*/

.woocommerce-checkout input, .woocommerce-checkout textarea, .woocommerce-checkout .select2-container .select2-choice {
    padding: 7px;
    border: 1px solid #eee;
}

.shop-loop-image img {
    transition: all 522.169ms ease-in-out 0ms;
}

.shop-loop-image:hover img {
    transform: scale(1.2);
}

.shop-loop-image {
    overflow: hidden;
}


/*
Recoded
.gl_testimonial_wrapper_twoSlide
.greenland-testimonial-v2
.greenland-blog-shortcode
.pricing-plan
.tx-counter
.member
.greenland-service-shortcode
.socials-icon
Greenland default Classes
*/


/*
---------------------------------------------
Testimonial Shortcode and VC Addon
.gl_testimonial_wrapper_twoSlide
.greenland-testimonial-v2
---------------------------------------------
*/

@media (max-width: 991px) {
    .gl_testimonial_wrapper_twoSlide .team-body {
        text-align: center;
        padding-right: 0px !important;
    }
}

.gl_testimonial_wrapper_twoSlide .team-body .gl-testimonial-title {
    margin-bottom: 15px;
}

.gl_testimonial_wrapper_twoSlide .team-body .at-desc p {
    font-size: 13px;
    font-style: italic;
    padding-right: 38px;
}

@media (max-width: 991px) {
    .gl_testimonial_wrapper_twoSlide .team-body .at-desc p {
        padding-right: 0px;
    }
}

.gl_testimonial_wrapper_twoSlide .testimonial_author_info .gl-client-name {
    margin-bottom: 2px;
    margin-top: 5px;
}

.gl_testimonial_wrapper_twoSlide .testimonial_author_info p.client-designation {
    font-size: 11px;
    margin-bottom: 0px;
    line-height: 1.5;
}

.gl_testimonial_wrapper_twoSlide .testimonial_author_info p.client-rating {
    margin: 0;
}

.gl_testimonial_wrapper_twoSlide .testimonial_author_info i {
    letter-spacing: 0;
}

.gl_testimonial_wrapper_twoSlide .author_img img {
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
}

@media (max-width: 991px) {
    .gl_testimonial_wrapper_twoSlide .author_img {
        width: 70%;
        margin: 0 auto;
    }
}

.gl_testimonial_wrapper_twoSlide .owl-nav .owl-carousel-left, .gl_testimonial_wrapper_twoSlide .owl-nav .owl-carousel-right {
    border-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #6ab42f;
    border: none;
    color: white;
    transition: all 0.4s ease;
    margin: 0px 5px;
}

.gl_testimonial_wrapper_twoSlide .author-info {
    float: right;
}

@media (max-width: 991px) {
    .gl_testimonial_wrapper_twoSlide .author-info {
        float: none;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .gl_testimonial_wrapper_twoSlide .author-info .testimonial_author_info {
        text-align: center;
        margin-bottom: 20px;
    }
}

.greenland-testimonial-v2 .gl_testimonial_v2 .gl_testimonial_wrapper_v2 {
    list-style-type: none;
}

@media (max-width: 767px) {
    .greenland-testimonial-v2 .gl_testimonial_v2 .gl_testimonial_wrapper_v2 .client-image-v2 {
        text-align: center;
    }
}

.greenland-testimonial-v2 .gl_testimonial_v2 .gl_testimonial_wrapper_v2 .client-image-v2 .client-image-wrapper {
    display: inline-block;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    overflow: hidden;
}

.greenland-testimonial-v2 .gl_testimonial_v2 .gl_testimonial_wrapper_v2 .client-image-v2 .client-image-wrapper img {
    width: 100%;
    height: 188px;
    overflow: hidden;
}

.greenland-testimonial-v2 .gl_testimonial_v2 .gl_testimonial_wrapper_v2 .client-content-v2 .client-content-wrapper {
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    padding: 30px 50px;
    text-align: center;
}

.greenland-testimonial-v2 .gl_testimonial_v2 .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.greenland-testimonial-v2 .gl_testimonial_v2 .owl-dots .owl-dot {
    display: inline-block;
    margin: 0px 3px;
}

.greenland-testimonial-v2 .gl_testimonial_v2 .owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: transparent;
    border: solid 1px #6ab42f;
    border-radius: 50%;
}

.greenland-testimonial-v2 .gl_testimonial_v2 .owl-dots .owl-dot.active span {
    background: #6ab42f;
}


/*
-------------------------------
Blog Shortcode and VC Addon
greenland-blog-shortcode
--------------------------------
*/

.greenland-blog-shortcode .blog-image {
    overflow: hidden;
    height: 240px;
    transition: all 0.4s ease;
    position: relative;
}

.greenland-blog-shortcode .blog-image:before {
    transition: all 0.4s ease;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #6ab42f 0%, #56B4D3 100%);
    opacity: 0;
}

.greenland-blog-shortcode .blog-image a {
    display: inline-block;
}

.greenland-blog-shortcode .blog-image a img {
    transition: all 0.4s ease-in;
    transform: scale(1) rotate(0deg);
}

.greenland-blog-shortcode .blog-image:hover:before {
    opacity: 0.5;
    z-index: 9;
}

.greenland-blog-shortcode .blog-image:hover a img {
    transform: scale(1.4) rotate(10deg);
}

.greenland-blog-shortcode .blog-content {
    padding-top: 25px;
}

.greenland-blog-shortcode .blog-content .blog-title a:hover {
    color: #6ab42f;
}

.greenland-blog-shortcode .blog-content .blog-description {
    margin-bottom: 30px;
    font-size: 14px;
}

.greenland-blog-shortcode .blog-content .btn-read-more a {
    color: #6ab42f;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0;
}


/*
-------------------------------
Pricing Plan Shortcode and VC Addon
.pricing-plan
--------------------------------
*/

.pricing-plan {
    margin-right: 10px;
    background: #fff;
    box-shadow: 0px 0px 12px -5px #3a3a3a;
    border-top-right-radius: 18px;
}

.pricing-plan .pricing-header {
    background: #3a3a3a;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 18px;
    padding: 48px 0px 48px;
}

.pricing-plan .pricing-header .header-content sup {
    top: -15px;
    font-size: 26px;
    left: 4px;
}

.pricing-plan .pricing-header .header-content h1 {
    margin: 0;
    display: inline-block;
}

.pricing-plan .pricing-header h4 {
    margin: 0;
}

.pricing-plan .pricing-body ul {
    margin: 0;
    padding: 0;
    padding: 15px 0px;
}

.pricing-plan .pricing-body ul li {
    list-style-type: none;
    text-align: center;
    padding: 12px 0px;
}

.pricing-plan .pricing-footer {
    text-align: center;
}

.pricing-plan .pricing-footer a {
    background: #3a3a3a;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 10px 0px;
    width: 93%;
    margin: 0 auto;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-bottom: 10px;
}

.pricing-plan.active .pricing-header {
    background: #6ab42f;
}

.pricing-plan.active .pricing-footer a {
    background: #6ab42f;
}


/*
-------------------------------
counter Shortcode and VC Addon
.tx-counter
--------------------------------
*/

.tx-counter {
    text-align: center;
}


/*
-------------------------------
Shortinfo Shortcode and VC Addon
.short-info
--------------------------------
*/

.short-info {
    text-align: center;
}

.short-info .image-content {
    height: 100px;
    overflow: hidden;
}

.short-info .image-content img {
    width: 100%;
}

.short-info .info-text {
    text-align: center;
    padding: 30px 20px;
    position: relative;
}

.short-info .info-text .info-icon {
    position: absolute;
    top: -17px;
    left: 46%;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #6ab42f;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
}

.short-info .info-text p {
    margin: 0;
    line-height: inherit;
}


/*
-------------------------------
Shortinfo Shortcode and VC Addon
.short-info
--------------------------------
*/

.member {
    transition: all 0.4s ease;
}

.member .member-img {
    position: relative;
    text-align: center;
    transition: all 0.4s ease;
}

.member .member-img:before {
    transition: all 0.4s ease;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, #6ab42f 0%, #56B4D3 100%);
    opacity: 0;
}

.member .member-img .member-social-contact {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    transition: all 0.4s ease;
    opacity: 0;
}

.member .member-img .member-social-contact a {
    display: inline-block;
    background: #6ab42f;
    color: #fff;
    padding: 4px 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 14px;
}

.member:hover .member-img {
    position: relative;
}

.member:hover .member-img:before {
    opacity: 0.6;
}

.member:hover .member-img .member-social-contact {
    opacity: 1;
    bottom: 15px;
}


/*
-------------------------------
Social Icon Shortcode and VC Addon
.socials-icon
--------------------------------
*/

.socials-icon .social-icon li a {
    font-size: 10px !important;
    width: 25px;
    height: 25px;
    line-height: 20px !important;
    padding: 2px 2px !important;
}


/*
-------------------------------
Service Shortcode and VC Addon
.greenland-service-shortcode
--------------------------------
*/

.greenland-service-shortcode .service-image {
    height: 240px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.greenland-service-shortcode .service-image:before {
    transition: all 0.4s ease;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #6ab42f 0%, #56B4D3 100%);
    opacity: 0;
}

.greenland-service-shortcode .service-image a {
    display: inline-block;
}

.greenland-service-shortcode .service-image a img {
    transition: all 0.4s ease-in;
    transform: scale(1) rotate(0deg);
}

.greenland-service-shortcode .service-image:hover:before {
    opacity: 0.5;
    z-index: 9;
}

.greenland-service-shortcode .service-image:hover a img {
    transform: scale(1.4) rotate(10deg);
}


/*
-------------------------------------
Greenland default Classes
.bg-overlay-black
.greenland-masonay-v2
.contact-form-with-video
.working-hour
---------------------------------------
*/

.bg-overlay-black {
    position: relative;
    background-attachment: fixed;
    color: white;
    text-align: center;
}

.bg-overlay-black:before {
    position: absolute;
    content: '' !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(-45deg, #6ab42f 0%, #56B4D3 100%);
    display: block !important;
    opacity: 0.85;
}

.bg-overlay-black h4 {
    display: inline-block;
    padding: 15px 25px;
    border: dashed 2px white;
    margin-top: 20px;
}

.greenland-masonay-v2 .vc_grid-filter {
    margin-bottom: 50px;
}

.greenland-masonay-v2 .vc_grid-filter .vc_grid-filter-item {
    border-radius: 0px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    padding: 7px 17px !important;
    margin: 0px 8px !important;
    background: #f5f5f5;
    transition: all 0.4s ease;
}

.greenland-masonay-v2 .vc_grid-filter .vc_grid-filter-item:hover {
    background: #6ab42f !important;
}

.greenland-masonay-v2 .vc_grid-filter .vc_grid-filter-item:hover span {
    color: white !important;
}

.greenland-masonay-v2 .vc_grid-filter .vc_active.vc_grid-filter-item {
    background: #6ab42f !important;
}

.greenland-masonay-v2 .vc_grid-filter .vc_active.vc_grid-filter-item span {
    color: white !important;
}

@media (min-width: 992px) {
    .greenland-masonay-v2 .vc_grid {
        height: 318px;
    }
}

@media (min-width: 768px) {
    .contact-form-with-video {
        display: flex;
        align-items: center;
    }
}

.contact-form-with-video .video-popup {
    height: 710px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-form-with-video h2 {
    color: #fff;
}

.contact-form-with-video .wpcf7-form .row {
    margin: 28px 0px;
}

@media (max-width: 767px) {
    .contact-form-with-video .wpcf7-form .row .col-md-6 {
        margin-bottom: 20px;
    }
}

.contact-form-with-video .wpcf7-form .row input {
    height: 50px !important;
}

.contact-form-with-video .wpcf7-form .row input, .contact-form-with-video .wpcf7-form .row textarea {
    border-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.contact-form-with-video .wpcf7-form .row input::-webkit-input-placeholder, .contact-form-with-video .wpcf7-form .row textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 15px;
    font-weight: 300;
}

.contact-form-with-video .wpcf7-form .row input::-moz-placeholder, .contact-form-with-video .wpcf7-form .row textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 15px;
    font-weight: 300;
}

.contact-form-with-video .wpcf7-form .row input:-ms-input-placeholder, .contact-form-with-video .wpcf7-form .row textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 15px;
    font-weight: 300;
}

.contact-form-with-video .wpcf7-form .row input:-moz-placeholder, .contact-form-with-video .wpcf7-form .row textarea:-moz-placeholder {
    /* Firefox 18- */
    font-size: 15px;
    font-weight: 300;
}

.contact-form-with-video .wpcf7-form .row input[type="submit"] {
    background: #fff;
    box-shadow: none;
    drop-shadow: none;
    padding: 10px 30px;
    border: none;
    color: #3a3a3a;
    text-transform: uppercase;
    font-size: 15px;
}

.cf-contact-us .wpcf7-form .row {
    margin: 28px 0px;
}

.cf-contact-us .wpcf7-form .row input {
    height: 50px !important;
}

.cf-contact-us .wpcf7-form .row input, .cf-contact-us .wpcf7-form .row textarea {
    border-radius: 0px;
    border-color: #6ab42f;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.cf-contact-us .wpcf7-form .row input::-webkit-input-placeholder, .cf-contact-us .wpcf7-form .row textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 15px;
    font-weight: 300;
}

.cf-contact-us .wpcf7-form .row input::-moz-placeholder, .cf-contact-us .wpcf7-form .row textarea::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 15px;
    font-weight: 300;
}

.cf-contact-us .wpcf7-form .row input:-ms-input-placeholder, .cf-contact-us .wpcf7-form .row textarea:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 15px;
    font-weight: 300;
}

.cf-contact-us .wpcf7-form .row input:-moz-placeholder, .cf-contact-us .wpcf7-form .row textarea:-moz-placeholder {
    /* Firefox 18- */
    font-size: 15px;
    font-weight: 300;
}

.cf-contact-us .wpcf7-form .row input[type="submit"] {
    background: #6ab42f;
    box-shadow: none;
    drop-shadow: none;
    padding: 10px 30px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.working-hour p {
    margin: 0;
}

.gl-woo-share {
    position: relative;
    margin: 50px 0 20px;
}

.gl-woo-share span {
    color: #444;
    font-weight: 600;
}

.gl-woo-share .ar-social-share {
    display: inline-block;
}

.gl-woo-share .ar-social-share a {
    width: 30px;
    height: 30px;
    line-height: 24px;
    border: 1px solid #eee;
    border-radius: 50%;
    color: #6ab42f;
    padding: 3px 5px;
    text-align: center;
    font-size: 14px;
}

.gl-woo-share .ar-social-share a:focus, .gl-woo-share .ar-social-share a:hover {
    background: #6ab42f;
    color: #fff;
    text-decoration: none;
    outline: none;
}

@media (max-width: 1366px) {
    .gl-title-txt {
        padding: 15% 0;
    }
}

@media (max-width: 1169px) {
    .tx-h2-min-height {
        min-height: 0;
    }
    /*shop single*/
    .display-tab {
        margin: 0 15px;
    }
    /*header*/
    #mega-menu-wrap-primary #mega-menu-primary> li.mega-menu-item> a.mega-menu-link {
        padding: 8px 15px 7px 3px;
    }
    /*end of header*/
    /*header 2*/
    .header-2-menu {
        top: 25px;
    }
    .header-2-menu #mega-menu-wrap-primary #mega-menu-primary> li.mega-menu-item> a.mega-menu-link {
        padding: 15px 7px;
    }
    .header-2-menu .padding-top {
        padding: 20px 0px;
    }
    /*end of header 2*/
    /*blogadon*/
    .greenland-blog-shortcode {
        margin-bottom: 35px;
    }
    /*end blogaddon*/
    /*footerr*/
    #footer #gl-subscribe {
        width: 25%;
        padding: 0;
        margin: 0;
    }
    #footer #blogpost-2 .post-wrapper .img-wrapper {
        margin: 0;
        width: 40%;
    }
    .widget .s li, .widget .social-icon li {
        margin-left: 10px;
    }
    #sub-footer #footer-nav-menu li a {
        text-align: center;
    }
    /*end footer*/
}

@media (max-width: 992px) {
    
    /*shop*/
    .gl-single-shop-product {
        height: 430px;
    }
    /*bg image*/
    .gl-title-txt {
        padding: 15% 0;
    }
    /*Header*/
    .search-bar .custom-search input[type="search"] {
        width: 60%;
    }
    .padding-top {
        padding: 16px 0px;
    }
    .right-side-button {
        display: none;
    }
    /*end of header*/
    /*header 2*/
    .header-2-menu .search-form {
        right: 0;
    }
    .header-2-menu #mega-menu-wrap-primary #mega-menu-primary> li.mega-menu-item> a.mega-menu-link {
        padding: 7px 4px;
    }
    .header-2-menu .h2-menu {
        margin: 0;
        width: 100%;
    }
    .header-2-menu .gl-h2-menu {
        padding: 0 !important;
    }
    /*end of header 2*/
    /*footer*/
    #footer #blogpost-2 .post-wrapper .img-wrapper {
        margin: 0 15px 10px 0;
        width: auto;
    }
    /*end footer*/
    /*comming soon*/
    .coming-soon input#si_email {
        width: 63%;
    }
    .coming-soon #gl-subscribe {
        width: 35%;
    }
    .coming-soon .social-icon li a {
        margin-left: 2px;
    }
    /*faq*/
    .faq-1 .vc_toggle_title {
        padding-bottom: 90px;
    }
}

@media (max-width: 768px) {

    .greenland-space {
        height: 40px !important;
    }
    /*bg image*/
    .gl-title-txt {
        padding: 20% 0;
    }
    /*header*/
    .top-header .social-link li, .top-header .address li {
        padding: 5px 12px;
    }
    .gl-mega-menu {
        min-height: 40px;
        border: none;
    }
    .gl-mega-menu .container {
        padding: 0;
    }
    .gl-mega-menu .pl-0 {
        padding-right: 0;
        width: 100%;
    }
    .gl-mega-menu .gl-toggle-menu {
        width: 768px;
    }
    /*end of header*/
    /*header 2*/
    .header-2-menu {
        position: relative;
        top: 0;
    }
    .header-2-menu .logo img {
        width: auto;
    }
    .header-2-menu .h2-menu {
        width: auto;
        padding-right: 0;
    }
    /*end of header 2*/
    /*footer*/
    #sub-footer .gl-copy-right {
        text-align: center;
        padding: 0 5px 5px 0;
    }
    /*end footer*/
    /*filter grid*/
    .vc_grid-styled-select select {
        min-width: 250px;
    }
}

@media (max-width: 767px) {
    /*shop single*/
    .logo-search-cart{
        display: block;
    }
    .summary .yith-wcwl-add-to-wishlist {
        display: none;
    }
    .summary .compare {
        display: none;
    }
    /*blog*/
    .post-excrept .post-meta span {
        position: static;
        margin-left: 7px;
    }
    .gl-mega-menu .pl-0 {
        width: auto;
    }
    .header_bg {
        height: 300px;
    }
    .search-bar {
        padding: 0;
    }
    .search-bar .gl-logo {
        padding: 0px 0;
    }
    .gl-mega-menu .gl-toggle-menu {
        width: 100%;
    }
    /*contact us*/
    .greeland-float-2 .greeland-single-input {
        float: none;
        width: 100%;
        padding: 0;
    }
    /*comment*/
    .comment-list li ol {
        padding-left: 0;
    }
}

@media (max-width: 320px) {
    .gl_testimonial_wrapper_twoSlide .owl-nav {
        padding-top: 35px;
    }
    /*comming soon*/
    .coming-soon input#si_email {
        width: 58%;
    }
    .coming-soon #gl-subscribe {
        width: 40%;
    }
}