@import url("plaza/theme_font.css");

:root {
    --rowspace: 70px;
}

html {
    font-size: 62.5%;
}

body {
    line-height: 2.4rem;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
}

.fa {
    font-size: 1.4rem;
}

*:focus {
    outline: none !important;
}

h1 {
    font-size: 3.6rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.4rem;
}

h4 {
    font-size: 1.8rem;
}

h5 {
    font-size: 1.4rem;
}

h6 {
    font-size: 1.2rem;
}

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

a {
    color: #595959;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 1.8rem;
    padding: 0.7rem 0;
}

label {
    font-size: 1.2rem;
    font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 1.2rem;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 1.2rem;
}

.input-group .input-group-addon {
    font-size: 1.2rem;
    height: 3rem;
}

input:focus,
textarea:focus,
select:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button,
.nav-tabs>li>a {
    outline: none;
}

body ::-webkit-scrollbar-track {
    background-color: transparent;
}

body ::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

body ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 1.5rem;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

#back-top {
    display: none;
    position: fixed;
    right: 3rem;
    bottom: 10%;
    width: 5rem;
    height: 5rem;
    line-height: 4.8rem;
    padding: 0;
    text-align: center;
    font-size: 1.8rem;
    z-index: 8;
    border: 1px solid var(--link-hover-color);
    background: #fff;
    color: var(--link-hover-color);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    cursor: pointer;
}

#back-top:hover {
    background: var(--link-hover-color);
    color: #fff;
    border-color: var(--link-hover-color);
}

#back-top i {
    vertical-align: top;
    line-height: inherit;
}

@media (min-width: 1700px) {
    #back-top {
        right: 10rem;
    }
}

.full-width,
.full-width>.container,
.full-width .row,
.full-width .main-col,
.full-width .sub-col {
    width: 100%;
    margin: 0;
    padding: 0;
}

.background-full {
    background: #253237;
    padding-bottom: var(--rowspace);
    margin-top: var(--rowspace);
}

.background-image-full {
    background: url(../image/bkg_static_module.jpg) center no-repeat;
    background-size: cover;
    margin-top: var(--rowspace);
}

.background-full .block-title .title,
.background-full .block-title .title+p {
    color: #fff;
}

.background-full .block-title:after {
    background: #fff;
}

@media (min-width: 992px) {
    .background-image-full .sub-row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
}

.pt-block {
    text-align: center;
}

.pt-block .image,
.pt-block .image>a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.pt-block .image a img,
.post-image img,
.special-categories-module img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.pt-block .image a:hover img,
.post-item:hover img {
    -webkit-transform: scale(1.035) rotate(0.05deg);
    transform: scale(1.035) rotate(0.05deg);
}

.static-sidebar {
    margin-bottom: 30px;
}

.static-top-store1 {
    margin-top: var(--rowspace);
}

@media (max-width:991px) {
    .static-top-store1 .row {
        margin: 0 -7.5px;
    }

    .static-top-store1 .row .col {
        padding: 0 7.5px;
    }
}

@media (max-width:767px) {
    .static-top-store1 .row .col:not(:first-child) {
        margin-top: 15px;
    }
}

.static-middle-store1 {
    margin-top: var(--rowspace);
}

.static-middle-store1 img {
    min-height: 300px;
    object-fit: cover;
}

.static-middle-store1 .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.static-middle-store1 .container>.inner {
    height: 100%;
    position: relative;
}

.static-middle-store1 .text {
    position: absolute;
    max-width: 500px;
    right: 0;
    text-align: left;
    color: #fff;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.static-middle-store1 .text1 {
    font-size: 6rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-family: var(--heading-font);
    font-weight: var(--heading-font-weight);
}

.static-middle-store1 .text1 b {
    display: block;
}

.static-middle-store1 .text2 {
    font-size: 1.8rem;
    line-height: 1.33333;
}

.static-middle-store1 .text a {
    background: #fff;
    color: #253237;
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 25px;
    line-height: 46px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    margin-top: 35px;
    pointer-events: visible;
}

.static-middle-store1 .text a:hover {
    background: #253237;
    color: #fff;
}

@media (max-width: 1199px) {
    .static-middle-store1 .text {
        right: 0;
        max-width: 47%;
    }

    .static-middle-store1 .text1 {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }

    .static-middle-store1 .text2 {
        font-size: 1.6vw;
    }

    .static-middle-store1 .text a {
        margin-top: 2vw;
        line-height: 4vw;
        font-size: 1.3vw;
        padding: 0 2vw;
    }
}

@media (max-width: 991px) {
    .static-middle-store1 .text2 {
        font-size: 1.8vw;
    }
}

@media (max-width: 767px) {
    .static-middle-store1 img {
        /* min-height: 250px; */
    }

    .static-middle-store1 .text {
        right: 0;
        max-width: 46%;
    }

    .static-middle-store1 .text1 {
        font-size: 4.5vw;
        margin-bottom: 1.5vw;
    }

    .static-middle-store1 .text2 {
        font-size: 2.6vw;
    }

    .static-middle-store1 .text a {
        margin-top: 2vw;
        line-height: 5vw;
        font-size: 2vw;
        padding: 0 3vw;
    }
}

@media (max-width: 479px) {
    .static-middle-store1 img {
        min-height: 220px;
    }

    .static-middle-store1 .text1 {
        font-size: 5vw;
        margin-bottom: 1.5vw;
    }

    .static-middle-store1 .text2 {
        font-size: 3.2vw;
    }

    .static-middle-store1 .text a {
        margin-top: 2vw;
        line-height: 6vw;
        font-size: 2.8vw;
        padding: 0 3vw;
    }
}

.policy-full {
    padding: calc(var(--rowspace) - 20px) 0;
    border-bottom: 1px solid #ebebeb;
}

.policy-block {
    text-align: left;
}

.policy-block>.inner {
    margin: 0 -5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.policy-block .col {
    width: 25%;
    position: relative;
    padding: 15px 5px;
}

.policy-block .col:last-child:after {
    opacity: 0;
}

.policy-block .box {
    position: relative;
    margin: auto;
    display: inline-block;
    vertical-align: top;
}

.policy-block .box>.inner {
    display: flex;
    align-items: center;
}

.policy-block .box .text {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 15px;
}

.policy-block .box label {
    font-size: 1.6rem;
    text-transform: capitalize;
    margin: 0;
    font-weight: var(--heading-font-weight);
    margin-bottom: 4px;
    color: var(--heading-color);
    line-height: 22px;
}

.policy-block .box p {
    margin: auto;
    line-height: 1.8rem;
    font-size: 1.3rem;
}

.policy-block-2 {}

.policy-block-2 {
    background: var(--link-hover-color);
    padding: 13px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    margin-top: calc(var(--rowspace) - 5px);
}

.policy-block-2 .box label,
.policy-block-2 .box p {
    color: #fff;
}

@media (max-width: 991px) {
    .policy-block .col {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .policy-block {
        padding: 20px 10px;
    }

    .policy-block .col::after {
        opacity: 0;
    }
}

@media (max-width: 359px) {
    .policy-block .col {
        width: 100%
    }
}

.popular-tags {}

.popular-tags .title {
    margin-bottom: 30px;
}

.popular-tags .title h3 {}

.popular-tags ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.popular-tags ul li a {
    line-height: 38px;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #555;
    border: 1px solid #ebebeb;
    background: #fff;
    font-weight: 400;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}

.popular-tags ul li a:last-child {
    margin-right: 0;
}

.popular-tags ul li a:hover {
    background: var(--link-hover-color);
    border-color: var(--link-hover-color);
    color: #fff;
}

.menu-block-bottom {
    margin: 0 -0.7rem;
    margin-bottom: -1.7rem;
    margin-top: 2.1rem;
}

.menu-block-bottom img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.menu-block-bottom img:hover {
    opacity: 0.7;
}

.newsletter-full {
    background: #60710e;
    margin-top: 80px;
}

.newsletter-block .block-title {
    margin-top: 0;
}

.newsletter-block {}

.newsletter-block .newsletter-heading {
    float: left;
    margin-right: 8.5rem;
    padding: 0.5rem 0;
}

.newsletter-block .newsletter-heading h3 {
    font-size: 2rem;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0.5rem;
    letter-spacing: -0.025em;
}

.newsletter-block .newsletter-heading p {
    margin: 0;
}

.newsletter-block .newsletter-heading p span {
    color: var(--link-hover-color);
}

.newsletter-block>.des {
    float: left;
    max-width: 35rem;
}

.newsletter-block>.des p {
    margin: 0;
    color: #222;
    line-height: 3rem;
}

.newsletter-block>.des p span {
    font-weight: 500;
}

.newsletter-block .newsletter-title {
    margin-bottom: 17px;
}

.newsletter-block .newsletter-title h3 {
    display: none;
}

.newsletter-block .newsletter-title h3:before {
    content: "\f2c3";
    font-family: "Ionicons";
    font-size: 4.8rem;
    font-weight: 400;
    margin-right: 20px;
    vertical-align: middle;
    display: inline-block;
}

.newsletter-block .newsletter-title p {
    margin: 0;
    /* color: #666; */
}

.newsletter-block .newsletter-content {}

.newsletter-block .newsletter-content .content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
    padding-bottom: 22px;
}

.newsletter-block .newsletter-content .content button {
    font-size: 1.4rem;
    text-transform: capitalize;
    text-shadow: none;
    box-shadow: none;
    border: 0;
    background: #000;
    color: #fff;
    line-height: 46px;
    padding: 0 22px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    border-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.newsletter-block .newsletter-content .content button:hover {
    color: #fff;
}

.newsletter-block .newsletter_email {
    width: 100%;
    height: 46px;
    border: 0;
    padding: 10px 30px;
    padding-right: 120px;
    font-size: 1.4rem;
    color: #000;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    background: #fff;
    text-align: left;
    display: block;
    margin: auto;
}

.newsletter-notification.error {
    color: red;
    margin-top: 1rem;
    line-height: 1;
    font-size: 1.3rem;
    clear: both;
}

.newsletter-notification.success {
    color: #1faf19;
}

.newsletter-content ::-webkit-input-placeholder {
    color: #b1b1b1;
    opacity: 1;
}

.newsletter-content :-moz-placeholder {
    color: #b1b1b1;
    opacity: 1;
}

.newsletter-content ::-moz-placeholder {
    color: #b1b1b1;
    opacity: 1;
}

.newsletter-content :-ms-input-placeholder {
    color: #b1b1b1;
    opacity: 1;
}

.newsletter-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
}

.newsletter-popup .a-close-newsletter-full {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.newsletter-popup:before {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.newsletter-popup .popup-content {
    display: inline-block;
    vertical-align: middle;
    background: #fff url(../image/bkg_popup.jpg) center right no-repeat;
    padding: 9.8rem 5rem;
    text-align: left;
    position: relative;
    max-width: 97rem;
    width: 100%;
    margin: auto;
}

.newsletter-popup .a-close-newsletter {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    padding: 0;
    text-align: center;
    background: #242424;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
}

.newsletter-popup .a-close-newsletter:hover {
    background: var(--link-hover-color);
}

.newsletter-popup .a-close-newsletter:before {
    content: "\f2d7";
    font-family: "Ionicons";
    font-size: 2.1rem;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}

.newsletter-popup .popup-content h3 {
    text-transform: capitalize;
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: 1.7rem;
}

.newsletter-popup .popup-content p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    max-width: 52rem;
    margin-bottom: 3rem;
}

.newsletter-popup .popup-content .content {
    position: relative;
    margin-bottom: 2rem;
    display: inline-block;
    vertical-align: top;
}

.newsletter-popup .popup-content .newsletter_email {
    height: 5rem;
    border: 1px solid #e6e6e6;
    width: 52rem;
    padding: 1rem 2rem;
    padding-right: 13.3rem;
    color: #adadad;
}

.newsletter-popup .popup-content button.btn {
    height: 4.8rem;
    padding: 0 2rem;
    line-height: 4.8rem;
    position: absolute;
    right: 1px;
    top: 1px;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.newsletter-popup .popup-content .notice .cbk_newsletter {
    margin-top: -2px;
    vertical-align: middle;
    display: inline-block;
}

@media (max-width: 991px) {
    .newsletter-block {
        grid-template-columns: 100%;
    }
}

@media (max-width: 479px) {}

.brand-logo {
    text-align: center;
    margin-top: var(--rowspace);
    padding: 35px 30px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #fff;
}

.brand-logo img {
    margin: auto;
    filter: grayscale(0);
}

.brand-logo img:hover {
    /* filter: grayscale(100%); */
}

#ajax-login-block {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
}

#ajax-loader {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
}

.ajax-load-img {
    display: none;
}

.ajax-body-login {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    overflow: auto !important;
    z-index: 1000;
    display: none;
}

.ajax-body-login .ajax-content {
    max-height: 100%;
    overflow: auto;
}

.ajax-body-login .page-title {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 1rem;
}

.ajax-body-login .action button {
    margin-bottom: 10px;
}

.ajax-body-login h2 {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 2rem;
    position: relative;
}

/* .ajax-body-login h2:after{content:"";position:absolute;left:0;height:2px;width:100%;background:var(--link-hover-color);bottom:-1px;} */
.ajax-body-login .account-login {
    display: none;
    margin: 30px auto;
    background-color: #FFFFFF;
    opacity: 1;
    position: relative;
    z-index: 1200;
    width: 98%;
    max-width: 92rem;
    height: auto;
    padding: 2rem;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ajax-body-login .account-login .ajax-content>.ajax-container {}

.ajax-content>.ajax-container .login-form-content {
    min-height: 20px;
}

.ajax-content>.ajax-container .login-form-content {
    margin-right: 0 !important;
}

.ajax-content>.ajax-container .login-form-content {
    width: 100%;
}

.ajax-content>.ajax-container .form-control {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    text-indent: 10px;
    box-shadow: inset 0px 1px 5px 1px #8d8d8d2e;
}

.ajax-content>.ajax-container .login-form-content .alert {
    margin-top: 15px;
    margin-left: 0;
}

.ajax-body-login .account-register {
    display: none;
    margin: auto;
    background-color: #FFFFFF;
    opacity: 1;
    position: absolute;
    z-index: 1200;
    width: 98%;
    padding: 2rem;
    max-width: 92rem;
    top: 50%;
    left: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translate(-50%, -50%);
}

.ajax-content>.ajax-container .register-form-content {
    min-height: 20px;
}

.ajax-content>.ajax-container .alert {
    margin-bottom: 0;
}

.ajax-content>.ajax-container .form-group {
    margin-right: 0 !important;
}

.ajax-content>.ajax-container .control-label {
    padding-top: 0;
    padding-right: 0 !important;
    color: #2c2c2c;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
}

/* .ajax-content > .ajax-container .pull-right{margin-right:20px;} */
.ajax-content>.ajax-container .for-error {
    display: none;
}

.ajax-container .success-content button {
    margin-bottom: 20px;
}

.ajax-body-login .account-success {
    display: none;
    top: 50%;
    left: 50%;
    width: 500px;
    height: auto;
    margin-top: -150px;
    margin-left: -250px;
    background-color: #FFFFFF;
    opacity: 1;
    position: fixed;
    z-index: 1200;
}

.ajax-body-login .account-success .ajax-content>.ajax-container {
    margin: 15px;
}

.ajax-body-login .logout-success {
    display: none;
    top: 50%;
    left: 50%;
    width: 500px;
    height: auto;
    margin-top: -100px;
    margin-left: -250px;
    background-color: #FFFFFF;
    opacity: 1;
    position: fixed;
    z-index: 1200;
    padding: 15px;
}

.a-close-frm {
    z-index: 8;
    font-size: 0;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    top: 0;
    right: 0;
    text-align: center;
}

.a-close-frm span {
    display: none;
}

.a-close-frm:before {
    content: "\f2d7";
    font-family: "Ionicons";
    font-size: 2.8rem;
}

.forgotten {
    float: right;
    margin-top: 15px;
    /*text-transform:capitalize;*/
}

.ajax-content .radio-inline {
    padding-top: 0
}

.slider-container {
    position: relative;
}

@media (max-width: 991px) {
    .slider-container {
        /* margin-top: 15px; */
    }
}

.slider-container:hover .nivo-directionNav a {
    opacity: 1;
    visibility: visible;
}

.nivo-directionNav a {
    position: absolute;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: 8;
    cursor: pointer;
    font-size: 0;
    width: 46px;
    height: 46px;
    line-height: 44px;
    background: #fff;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #888888;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nivo-directionNav a:hover {
    background: var(--button-bg-hover-color);
    color: var(--button-hover-color);
}

.nivo-directionNav a:before {
    content: "\f3d3";
    font-family: "Ionicons";
    font-size: 1.8rem;
    display: inline-block;
    vertical-align: top;
}

.nivo-directionNav a.nivo-prevNav:before {
    content: "\f3d2";
}

.nivo-prevNav {
    left: 10px;
}

.nivo-nextNav {
    right: 10px;
}

@media (min-width:1600px) {
    .nivo-prevNav {
        left: 30px;
    }

    .nivo-nextNav {
        right: 30px;
    }
}

.nivo-controlNav {
    text-align: center;
    padding: 0;
}

.nivo-controlNav a {
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

.nivo-controlNav {
    position: absolute;
    bottom: 4%;
    text-align: center;
    z-index: 9;
    left: 50%;
    line-height: 1;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nivo-controlNav a:hover,
.nivo-controlNav a.active,
.nivo-controlNav a:hover:after,
.nivo-controlNav a.active:after {
    cursor: pointer;
    background: #253237;
}

.plaza-slider {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
}

.plaza-slider img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.nivo-controlNav {
    padding: 0px 0;
    text-align: center;
}

.nivo-controlNav a {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    height: 14px;
    margin: 0 5px;
    position: relative;
    font-size: 0;
    width: 14px;
    border: 0;
    background: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.nivo-controlNav a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
}

.slide-caption {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: none repeat scroll 0% 0% transparent;
    color: #FFF;
    font-size: 1.6rem;
    z-index: 999;
}

@-webkit-keyframes timeloading {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes timeloading {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.slide-loading {
    display: none;
}

.plaza-slider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

.plaza-slider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 4;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 4;
    overflow: hidden;
}

.nivo-box img {
    display: block;
}

.nivo-caption {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #FFF;
    width: 100%;
    z-index: 8;
    height: 100%;
    pointer-events: none;
}

.nivo-html-caption {
    display: none;
}

@media (max-width:767px) {
    .nivo-caption {
        pointer-events: none;
    }
}

.slider-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.slider-content>.container {
    height: 100%;
}

.slider-content>.container .inner {
    position: relative;
    height: 100%;
}

.slider-content .content {
    position: absolute;
    top: 50%;
    text-align: left;
    left: 0;
    /*! max-width: 50%; */
    color: #fff;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-content .content .slide-title h3,
.slider-content .content .sub-title h3 {
    color: #44556f;
    text-transform: none;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1.08;
    margin: 0;
}

.slider-content .content .sub-title h3 {
    margin-bottom: 2.2rem;
}

.slider-content .content .slide-description .text1 {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 6.8rem;
    letter-spacing: 0;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1;
    font-family: var(--heading-font);
}

.slider-content .content .slide-description .text2 {
    font-size: 7.6rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0;
    font-family: var(--heading-font);
}

.slider-content .content .slide-description .text2 b {
    display: block;
    font-size: 6.2rem;
    text-transform: uppercase;
}

.slider-content .content .slide-description .text3 {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    text-transform: capitalize;
    line-height: 1;
    margin-top: 24px;
}

.slider-content .content .slide-description .text4 {
    font-size: 1.8rem;
    line-height: 1.3;
}

.slider-content.slider-2 .content .slide-description .text1,
.slider-content.slider-2 .content .slide-description .text2,
.slider-content.slider-2 .content .slide-description .text3,
.slider-content.slider-2 .content .slide-description .text4 {
    /* color: #253237; */
}

.slider-content .content .slide-readmore a {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    color: #253237;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 59px;
    pointer-events: visible;
    line-height: 26px;
    padding: 10px 35px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
}

.slider-content .content .slide-readmore a:hover {
    background: var(--link-hover-color);
    color: #fff;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

/**/
.slider-content.slider-1 .slide-readmore {
    animation: fadeInUp 1400ms linear alternate;
    -webkit-animation: fadeInUp 1400ms linear alternate;
    -moz-animation: fadeInUp 1400ms linear alternate;
}

.slider-content.slider-2 .slide-readmore {
    animation: slideInUp 0.5s linear alternate;
    -webkit-animation: slideInUp 0.5s linear alternate;
    -moz-animation: slideInUp 0.5s linear alternate;
}

.slider-content.slider-3 .slide-readmore {
    animation: slideInUp 0.5s linear alternate;
    -webkit-animation: slideInUp 0.5s linear alternate;
    -moz-animation: slideInUp 0.5s linear alternate;
}

.slider-content.slider-2 .slide-title,
.slider-content.slider-2 .slide-description .text1 {
    animation: zoomIn 1s linear alternate;
    -webkit-animation: zoomIn 1s linear alternate;
    -moz-animation: zoomIn 1s linear alternate;
}

.slider-content.slider-1 .slide-title,
.slider-content.slider-1 .slide-description .text1 {
    animation: fadeInRight 600ms linear alternate;
    -webkit-animation: fadeInRight 600ms linear alternate;
    -moz-animation: fadeInRight 600ms linear alternate;
}

.slider-content.slider-3 .slide-title,
.slider-content.slider-3 .slide-description .text1 {
    animation: fadeInLeft 1s linear alternate;
    -webkit-animation: fadeInLeft 1s linear alternate;
    -moz-animation: fadeInLeft 1s linear alternate;
}

.slider-content.slider-1 .slide-description p {
    animation: fadeInUp 1000ms linear alternate;
    -webkit-animation: fadeInUp 1000ms linear alternate;
    -moz-animation: fadeInUp 1000ms linear alternate;
}

.slider-content.slider-2 .slide-description p {
    animation: bounceIn 2s linear alternate;
    -webkit-animation: bounceIn 2s linear alternate;
    -moz-animation: bounceIn 2s linear alternate;
}

.slider-content.slider-3 .slide-description p {
    animation: fadeInRight 1.5s linear alternate;
    -webkit-animation: fadeInRight 1.5s linear alternate;
    -moz-animation: fadeInRight 1.5s linear alternate;
}

.slider-content.slider-1 .sub-title,
.slider-content.slider-1 .slide-description .text2 {
    animation: fadeInLeft 800ms linear alternate;
    -webkit-animation: fadeInLeft 800ms linear alternate;
    -moz-animation: fadeInLeft 800ms linear alternate;
}

.slider-content.slider-2 .sub-title,
.slider-content.slider-2 .slide-description .text2 {
    animation: bounceIn 2s linear alternate;
    -webkit-animation: bounceIn 2s linear alternate;
    -moz-animation: bounceIn 2s linear alternate;
}

.slider-content.slider-3 .sub-title,
.slider-content.slider-3 .slide-description .text2 {
    animation: rotateInDownRight 2s linear alternate;
    -webkit-animation: rotateInDownRight 2s linear alternate;
    -moz-animation: rotateInDownRight 2s linear alternate;
}

@media (max-width:1499px) {
    .slider-content .content .slide-description .text1 {
        font-size: 4.8rem;
    }

    .slider-content .content .slide-description .text2 {
        font-size: 5.6rem;
    }
}

@media (max-width: 1199px) {
    .slider-content .content {
        max-width: 50%;
    }

    .slider-content .content .slide-description .text1 {
        font-size: 3.8vw;
    }

    .slider-content .content .slide-description .text2 {
        font-size: 4.6vw;
    }

    .slider-content .content .slide-description .text3 {
        font-size: 1.8vw;
        margin-top: 2vw;
    }

    .slider-content .content .slide-readmore a {
        padding: 1vw 2.5vw;
        font-size: 1.3vw;
        margin-top: 5vw;
    }

}

@media (max-width: 991px) {}

.slider-content .content .slide-readmore a {
    border-radius: 4px;
}

@media (max-width:767px) {
    .plaza-slider img {
        object-fit: cover;
        min-height: 25rem;
    }

    .slider-content .content .slide-description .text2 {
        font-size: 2.6vw;
        margin-top: 5px;
    }

    /* .slider-content .content .slide-description .text2 {font-size: 5.6vw;} */
    .slider-content .content .slide-description .text3 {
        font-size: 2.4vw;
        margin-top: 5px;
        letter-spacing: 0.5px;
        line-height: normal;
    }

    .slider-content .content .slide-readmore a {
        padding: 0 2.5vw;
        line-height: 5vw;
        font-size: 1.8vw;
        margin-top: 1vw;
        border-radius: 4px;
    }

}

@media (max-width:479px) {
    .plaza-slider img {
        object-fit: cover;
        min-height: 20rem;
    }

    .slider-content .content {
        max-width: 50%;
        left: 0;
    }

    .slider-content .content .slide-description .text1 {
        font-size: 4.8vw;
    }

    .slider-content .content .slide-description .text2 {
        font-size: 5.6vw;
        margin-top: 0;
    }

    .slider-content .content .slide-description .text3 {
        font-size: 9px;
        margin-top: 2vw;
        line-height: 1.3;
    }

    .slider-content .content .slide-readmore a {
        padding: 0 2.5vw;
        line-height: 6vw;
        font-size: 2.8vw;
        margin-top: 2vw;
    }

}

@media (max-width:359px) {}

.box-label {}

.pro-label {
    color: #fff;
    background-color: var(--link-hover-color);
    text-transform: uppercase;
    font-size: 1.2rem;
    z-index: 2;
    text-align: center;
    line-height: 20px;
    padding: 0 5px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.pro-label.sale {}

.pro-label.new {
    background-color: #337ab7;
    display: none;
}

.box-label>div:nth-child(2)>span {
    top: 43px;
}

@media (max-width: 479px) {
    .box-label>div:nth-child(2)>span {}
}

.img-responsive {
    margin: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.img-rotate-image {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: #fff;
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.rotate-image-container:hover .img-rotate-image {
    opacity: 1;
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.block-title {
    margin-bottom: 40px;
    margin-top: 30px;
    position: relative;
    padding-bottom: 25px;
}

.block-title:after {
    content: "";
    width: 60px;
    height: 2px;
    background: var(--heading-color);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.block-title .title {
    font-size: 2.8rem;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: relative;
    color: var(--heading-color);
    font-weight: var(--heading-font-weight);
    line-height: 1;
}

.block-title .title .word1 {
    font-weight: var(--heading-font-weight);
}

.block-title .title+p {
    margin-bottom: 0;
    margin-top: 6px;
    font-family: var(--heading-font);
    font-size: 1.5rem;
}

.block-title p.sub-title {
    text-transform: capitalize;
    margin-bottom: 0.4rem;
}

.module-no-title {
    margin-top: var(--rowspace);
}

@media (max-width: 479px) {
    .block-title .title {
        font-size: 2.4rem;
    }
}

.swiper-viewport .pimg-navigation>div {
    /*! display: block; */
    border: 0;
    left: 50% !important;
    margin: 0;
    width: auto;
    height: auto;
    background: transparent;
    line-height: 30px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.swiper-viewport .pimg-navigation .pimg-button-next {
    bottom: -1.4rem;
    top: auto;
    margin: 0;
}

.swiper-viewport .pimg-navigation .pimg-button-prev {
    top: -1.4rem;
    margin: 0;
}

.swiper-viewport .pimg-navigation .pimg-button-next:before {
    content: "\f3d0";
}

.swiper-viewport .pimg-navigation .pimg-button-prev:before {
    content: "\f3d8";
}

.swiper-container {
    direction: ltr !important;
}

.swiper-viewport .swiper-button-prev {
    left: 0;
}

.swiper-viewport .swiper-button-next {
    right: 0;
}

.swiper-button-next,
.swiper-button-prev {
    opacity: 1;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.3 !important;
}

.swiper-pagination {
    text-align: center;
    width: 100%;
    position: relative;
    margin-top: 30px;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #d6d6d6;
    border-radius: 100%;
    margin: 0 5px;
    opacity: 1;
    border: 0;
}

.swiper-pagination-bullet:hover {
    /* background: #fff; */
    /* border-color: #ee7641; */
}

.swiper-pagination-bullet-active {
    background: var(--link-hover-color);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: not-allowed;
    pointer-events: auto;
}

.swiper-viewport {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    margin: 0 -1.5rem;
    width: auto;
    position: relative;
    overflow: visible;
    background: transparent;
}

.swiper-viewport .swiper-slide {
    padding: 0 1.5rem;
}

.pt-content .swiper-viewport .swiper-slide {
    opacity: 0;
}

.pt-content .swiper-viewport .swiper-slide-visible {
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    font-size: 0;
    margin: 0;
    margin-top: -23px;
    width: 46px;
    height: 46px;
    padding: 0;
    background: #fff;
    line-height: 44px;
    color: #888888;
    border: 1px solid #e4e4e4;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--button-bg-hover-color);
    border-color: var(--button-bg-hover-color);
    color: var(--button-hover-color);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: var(--button-hover-color);
}

.product-thumb .product-item .image:hover .button-group {
    top: 13%;
    text-align: end;
    right: 15px;
}

.swiper-button-next:before,
.swiper-button-prev:before {
    height: auto;
    font-family: "Ionicons";
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    width: 100%;
}

.swiper-button-next:before {
    content: "\f3d3";
}

.swiper-button-prev:before {
    content: "\f3d2";
}

@media (min-width:1470px) {
    .swiper-viewport .swiper-button-prev {
        left: -7px;
    }

    .swiper-viewport .swiper-button-next {
        right: -7px;
    }
}

@media (max-width:1199px) {
    .swiper-viewport {
        margin: 0 -0.75rem;
    }

    .swiper-viewport .swiper-slide {
        padding: 0 0.75rem;
    }
}

@media (min-width: 768px) {
    .nav-style-2 .block-title {
        padding-right: 90px;
        text-align: center;
    }
}

.nav-style-2 .swiper-pager {
    position: absolute;
    z-index: 9;
    right: 15px;
    top: -57px;
    width: auto;
    background: #fff;
    padding-left: 20px;
}

.nav-style-2 .swiper-button-next,
.nav-style-2 .swiper-button-prev {
    position: static;
    width: 34px;
    height: 34px;
    line-height: 32px;
    opacity: 1;
    background: #fff;
    float: right;
    color: #888888;
    left: auto;
    right: auto;
    margin: 0;
    border: 1px solid #e4e4e4;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.nav-style-2 .swiper-button-next:before,
.nav-style-2 .swiper-button-prev:before {
    font-size: 1.4rem;
    line-height: inherit;
}

.nav-style-2 .swiper-button-next:before {
    /* content: "\f30f"; */
}

.nav-style-2 .swiper-button-prev:before {
    /* content: "\f2ca"; */
}

.nav-style-2 .swiper-button-next:hover,
.nav-style-2 .swiper-button-prev:hover {
    color: var(--button-hover-color);
    background: var(--button-bg-hover-color);
    border-color: var(--button-bg-hover-color);
}

.nav-style-2 .swiper-button-next.swiper-button-disabled,
.nav-style-2 .swiper-button-prev.swiper-button-disabled {
    opacity: 0.3 !Important;
}

.nav-style-2 .swiper-button-prev {
    margin-right: 10px;
}

@media (max-width: 1199px) {
    .nav-style-2 .swiper-pager {
        right: 7.5px;
    }
}

.rating {
    overflow: hidden;
    line-height: 1;
}

.rating a {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    color: #929292;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 1.4rem;
}

.rating a:not(:last-child) {
    margin-left: 15px;
}

.rating a:not(:last-child):after {
    content: "|";
    margin: 0 10px;
    color: #e1e1e1;
}

.rating .icon-ratings {
    position: relative;
    float: left;
    height: 18px;
    line-height: 1;
    font-size: 18px;
    margin-right: 2px;
    width: 15px;
}

.rating .icon-ratings:last-child {
    margin: 0;
}

.rating .icon-rating {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.rating .icon-rating:before {
    content: "\f2fc";
    font-family: "Ionicons";
    font-style: normal;
    color: #d0d0d0;
    vertical-align: top;
    display: inline-block;
    line-height: 1;
}

.rating .icon-rating-x:before {
    color: #fdd835;
}

.ul-swatches-colors {
    list-style: none;
    text-align: left;
    overflow: hidden;
    padding: 0;
}

.ul-swatches-colors li {
    border: 1px solid #e8e8e8;
    float: left;
    position: relative;
    margin-right: 0.3rem;
    padding: 1px;
    border-radius: 100%;
    overflow: hidden;
}

.ul-swatches-colors li:last-child {
    margin-right: 0;
}

.ul-swatches-colors .swatches-options:hover {
    border: 1px solid #E88888;
}

.ul-swatches-colors .swatches-options.checked {
    border: 1px solid #ff0000;
}

.ul-swatches-colors .swatches-options a {
    display: block;
    border-radius: 100%;
}

.ul-swatches-colors .swatches-info {
    border: 0;
    padding: 0;
    border-radius: 0;
}

.option-swatches {
    display: none;
}

.category-options .ul-swatches-colors {
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.col-divide-5 {
    position: relative;
    min-height: 1px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

@media (min-width:1200px) {
    .col-divide-5 {
        width: 20%;
        float: left;
    }

    #content .col-divide-5:nth-child(5n+1) {
        clear: left;
    }
}

.box-large-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.box-large-item .col-large-item {
    float: left;
    width: calc(34.042% - 30px);
    margin-right: 30px;
}

.box-large-item .col-muti-items {
    float: left;
    width: 65.958%;
}

.col-large-item .product-thumb .product-item {
    border: 2px solid var(--link-hover-color);
}

.col-large-item .product-thumb .button-group {
    border-width: 2px;
    left: -2px;
    right: -2px;
}

.col-large-item .product-thumb .product-item .caption {
    padding: 0 20px;
    padding-bottom: 40px;
    padding-top: 20px;
}

.col-large-item .product-thumb .product-item .manufacture-product {
    margin-top: 37px;
}

.col-large-item .product-thumb .product-item .caption h4 a {
    font-size: 20px;
}

.col-large-item .product-thumb .product-item .caption .price {
    font-size: 2.8rem;
}

.col-large-item .product-thumb .product-item .caption .price .price-old {
    font-size: 1.8rem;
}

.col-large-item .gallery-thumbs {
    padding: 0 9px;
    padding-bottom: 1px;
    margin-top: 12px;
}

.col-large-item .gallery-thumbs .swiper-container {
    padding: 0 !important;
    margin: 0 !important;
}

.col-large-item .gallery-thumbs .swiper-viewport {
    margin: 0 -5px;
}

.col-large-item .gallery-thumbs .swiper-viewport .swiper-slide {
    padding: 0 5px;
    padding-bottom: 1px;
}

.col-large-item .gallery-thumbs .swiper-viewport .swiper-slide>a {
    border: 1px solid #e5e5e5;
    display: inline-block;
    vertical-align: top;
}

.col-large-item .gallery-thumbs .swiper-viewport .swiper-slide>a.active,
.col-large-item .gallery-thumbs .swiper-viewport .swiper-slide>a:hover {
    border-color: var(--link-hover-color);
}

.col-large-item .gallery-thumbs .swiper-pager {
    display: none;
}

.large-module-style2 .col-large-item .product-thumb .product-item .manufacture-product {}

.large-module-style2 .col-muti-items {}

.large-module-style2 .col-large-item {
    float: right;
    margin-right: 0;
    margin-left: 30px;
}

.large-module-style2 .col-large-item .gallery-thumbs {
    margin-top: 0;
    position: absolute;
    display: none;
}

.large-module-style2 .col-large-item .product-thumb .product-item .caption {
    padding-bottom: 38px;
    padding-top: 40px;
}

.large-module-style2 .col-large-item .product-thumb .product-item {
    border-width: 1px;
    border-color: transparent;
}

.large-module-style2 .col-large-item .product-thumb .product-item:hover {
    border-color: var(--link-hover-color);
}

.large-module-style2 .col-large-item .product-thumb .button-group {
    left: -1px;
    right: -1px;
    border-width: 1px;
}

@media(max-width: 1199px) {
    .box-large-item .col-large-item {
        float: left;
        width: calc(34.042% - 15px);
        margin-right: 15px;
    }

    .large-module-style2 .col-large-item {
        float: right;
        margin-right: 0;
        margin-left: 15px;
    }
}

@media (max-width: 767px) {
    .box-large-item .col-large-item {
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }

    .box-large-item .col-muti-items {
        width: 100%;
        float: none;
    }
}

.box-large-image {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.box-large-image .col-large-image {
    float: left;
    width: 31.915%;
    margin-right: 30px;
}

.box-large-image .col-muti-items {
    float: left;
    width: calc(68.085% - 30px);
}

@media(max-width: 1199px) {}

@media (max-width: 767px) {
    .box-large-image .col-large-image {
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }

    .box-large-image .col-muti-items {
        width: 100%;
        float: none;
    }
}

.product-thumb[data-swiper-row="1"]>div,
.product-thumb[data-swiper-row="2"]>div,
.product-thumb[data-swiper-row="3"]>div,
.product-thumb[data-swiper-row="4"]>div,
.product-thumb[data-swiper-row="5"]>div,
.product-thumb[data-swiper-row="6"]>div {
    margin-top: 30px;
}

@media (max-width: 1199px) {

    .product-thumb[data-swiper-row="1"]>div,
    .product-thumb[data-swiper-row="2"]>div,
    .product-thumb[data-swiper-row="3"]>div,
    .product-thumb[data-swiper-row="4"]>div,
    .product-thumb[data-swiper-row="5"]>div,
    .product-thumb[data-swiper-row="6"]>div {
        margin-top: 15px;
    }
}

.product-thumb .product-item {
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: #fff;
    /* border: 1px solid #ebebeb; */
    /* border-radius: 5px; */
    /* overflow: hidden; */
}

.product-thumb .product-item:hover {
    z-index: 5;
    /* border-color: var(--link-hover-color); */
}

.products-container .swiper-container {
    z-index: 0;
}

.item-hover .swiper-container:hover {
    z-index: 5;
}

.product-thumb .product-item .image {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.product-thumb .product-item .image:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 3;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    opacity: 0;
    pointer-events: none;
}

.product-thumb .product-item .image:hover:before {
    opacity: 1;
}

.product-thumb .product-item .image a {
    display: block;
    position: relative;
}

.product-thumb .product-item .caption {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 5px 0 0 0;
}

.product-thumb .product-item .caption>.inner {
    position: relative;
}

.product-thumb .product-item .caption .price {
    display: inline-block;
    vertical-align: top;
}

.product-thumb .product-item .product-description {
    margin-top: 0.9rem;
    line-height: 20px;
}

.product-thumb .product-item .caption .rating {
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
}

.product-thumb .product-item .manufacture-product {
    line-height: 1;
}

.product-thumb .product-item .manufacture-product a {
    font-size: 1.2rem;
    color: #999;
    text-transform: uppercase;
}

.product-thumb .product-item .manufacture-product a:hover {
    color: var(--link-hover-color);
}

.product-thumb .product-item .category-options {
    line-height: 1;
    position: absolute;
    right: 0;
    top: 10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.product-thumb .product-item:hover .category-options {
    opacity: 1;
    pointer-events: visible;
    right: 10px;
}

.product-thumb .product-item .ul-swatches-colors li {
    display: block;
    margin: 0 0 2px 0;
    float: none;
    border-color: transparent;
}

.product-thumb .product-item .ul-swatches-colors li:hover,
.product-thumb .product-item .ul-swatches-colors li.checked {
    border-color: var(--link-hover-color);
}

.product-thumb .product-item .caption h4 {
    margin-bottom: 7px;
    clear: both;
    margin-top: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-thumb .product-item .caption h4 a {
    text-transform: capitalize;
    line-height: 1.3;
    font-size: 1.5rem;
    color: var(--heading-color);
    display: block;
    font-weight: 700;
    font-family: var(--main-font);
}

.product-thumb .product-item .caption h4 a:hover {
    color: var(--link-hover-color);
}

.product-thumb .product-item .image:hover .quickview {
    opacity: 1;
}

.product-thumb .button-group {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 0;
    pointer-events: none;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4;
}

.product-thumb .product-item .box-price {
    position: relative;
}

.product-thumb .product-item .image:hover .button-group {
    opacity: 1;
    pointer-events: visible;
}

.product-thumb .product-item .image:hover .button-group button {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.product-thumb .button-group>.inner {
    display: inline-block;
    vertical-align: top;
}

.product-thumb .button-group button {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #fff;
    color: #253237;
    border: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    font-size: 0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    pointer-events: visible;
    float: left;
    margin-right: 10px;
    -webkit-box-shadow: 0 0 15px 1px rgb(0 0 0 / 17%);
    box-shadow: 0 0 15px 1px rgb(0 0 0 / 17%);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
}

.product-thumb .button-group button:last-child {
    margin: 0;
}

.product-thumb .button-group button:hover {
    background: var(--link-hover-color);
    color: #fff;
}

.product-thumb .button-group button span {
    display: none;
}

.product-thumb .button-group button:before {
    font-family: "Ionicons";
    font-size: 2.1rem;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    content: "\f110";
}

.product-thumb .product-item .button-wishlist:before {
    content: "\f387";
}

.product-thumb .button-group button.button-compare:before {
    content: "\f4a8";
}

.product-thumb .button-group button.button-quickview:before {
    content: "\f4a4";
}

.product-thumb .caption button.button-cart {
    box-shadow: none;
    border: 0;
    line-height: 36px;
    padding: 0 19px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: 700;
    margin-bottom: 15px;
    background-color: transparent;
    color: #006633;
    border: 1px solid #006633;
    margin-top: 10px;
    transition: all .5s ease;
    width: 100%;

    &:hover {
        background-color: #006633;
        color: #ffffff;
        border: 1px solid #006633;
        transition: all .5s ease;
    }
}

.product-thumb .caption button.button-cart:hover span:after {
    background: var(--link-hover-color);
}

.product-thumb .product-item .quickview {
    position: absolute;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 50%;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-thumb .product-item .quickview button {}

.product-thumb .product-item .image:hover .quickview button {
    -moz-transform: scale(1) skewX(0deg);
    -webkit-transform: scale(1) skewX(0deg);
    -o-transform: scale(1) skewX(0deg);
    -ms-transform: scale(1) skewX(0deg);
    transform: scale(1) skewX(0deg);
}

.product-thumb .product-item .quickview button span {
    display: none;
}

.list-module .block-title {
    text-align: left;
    padding: 0;
    margin-bottom: 35px;
}

.list-module .block-title:after {
    display: none;
}

.list-module .block-title .title {
    font-size: 2.2rem;
}

.list-style {}

.list-style .product-item {
    /* padding: 19px; */
    display: flex;
    align-items: center;
}

.list-style .product-item .image {
    flex: 0 0 23.335%;
    -webkit-flex: 0 0 23.335%;
    max-width: 23.335%;
}

.list-style .product-item .caption {
    text-align: left;
    padding: 5px 0;
    padding-left: 18px;
    flex: 0 0 76.665%;
    -webkit-flex: 0 0 76.665%;
    max-width: 76.665%;
}

.list-style-2 .list-style .product-item {
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.list-style-2 .list-style .product-item .image {
    flex: 0 0 29%;
    -webkit-flex: 0 0 29%;
    max-width: 29%;
}

.list-style-2 .list-style .product-item .caption {
    flex: 0 0 71%;
    -webkit-flex: 0 0 71%;
    max-width: 71%;
}

@media (max-width: 1199px) {
    .list-style-2 .list-style .product-item {
        padding: 15px;
    }
}

@media (max-width:767px) {
    .button-quickview {
        display: none !important;
    }

    .list-style .product-item .caption {
        padding-left: 10px;
    }
}


.tabs-product {
    position: relative;
}

.tabs-product .block-title {
    margin-bottom: 17px;
}

.tabs-product .block-title .title+p {
    /* max-width: 300px; */
}

.tabs-product .tabs-style {
    display: block;
    text-align: center;
    margin-bottom: 25px;
}

.tabs-product .tabs-style .nav-tabs {
    margin: 0;
    border: 0;
}

.tabs-product .tabs-style .nav-tabs>li {
    float: none;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 5px 0;
}

.tabs-product .tabs-style .nav-tabs>li:last-child {
    margin: 0;
}

.tabs-product .tabs-style .nav-tabs>li:last-child:after {
    opacity: 0;
    display: none;
}

.tabs-product .tabs-style .nav-tabs>li>a {
    margin: 0;
    color: #253237;
    position: relative;
    padding: 0 18px;
    border: 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    font-weight: var(--heading-font-weight);
    font-size: 1.4rem;
    line-height: 28px;
    font-family: var(--heading-font);
    border-radius: 20px;
}

.tabs-product .tabs-style .nav-tabs>li>a>.image-thumb {
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
}

.tabs-product .tabs-style .nav-tabs>li>a>.image-thumb>span {
    flex: auto;
}

.tabs-product .tabs-style .nav-tabs>li>a>span {
    display: block;
}

.tabs-product .tabs-style .nav-tabs>li>a:hover,
.tabs-product .tabs-style .nav-tabs>li.active>a {
    color: #fff;
    background: var(--link-hover-color);
}

.tabs-product .tabs-style .nav-tabs>li.active>a {
    /* font-weight: 700; */
}

.tabs-product .tabs-style .nav-tabs>li.active>a>.image-thumb {
    /* background: var(--link-hover-color); */
}

.tabs-product .tabs-style .nav-tabs>li.active>a>.image-thumb img {
    /* Safari 6.0 - 9.0 */
    /* -webkit-filter: brightness(0) invert(1); */
    /* filter: brightness(0) invert(1); */
}

@media (max-width: 991px) {
    .tabs-product .tabs-style {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    .tabs-product .block-title {
        /* margin-bottom: 10px; */
    }

    .tabs-product .tabs-style {
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 25px;
    }
}

@media (max-width:479px) {
    .tabs-product .tabs-style .nav-tabs>li {
        margin: 0;
        padding: 5px 0;
    }
}

.countdown-module {}

.countdown-module .block-title .countdown-box-flex {
    position: absolute;
    display: none;
    margin: 0;
    top: 50%;
    left: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    background: #fff;
    padding: 0 20px;
}

.countdown-module .block-title .countdown-box-flex>.inner {
    background: var(--link-hover-color);
    padding: 0 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.countdown-module .block-title:after {
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    height: 1px;
    background: #ebebeb;
    top: 50%;
}

.countdown-module .block-title .title {
    background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 20px;
}

.countdown-module .block-title .text-countdown {
    /* display:none; */
    color: #fff;
    display: block;
}

.countdown-module .block-title .countdown-box .box span {
    display: none;
}

.countdown-module .block-title .countdown-box .box b {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    line-height: 40px;
}

.countdown-module .block-title .countdown-box {
    text-align: center;
}

.countdown-module .list-style .product-item {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.countdown-module .list-style .product-item .image {
    width: 46.648%;
}

.countdown-module .list-style .product-item .caption {
    width: 53.352%;
    padding: 28px;
}

.countdown-module .list-style .text-countdown {
    margin-right: 20px;
}

.countdown-module .quantity-progress {
    display: block;
    margin-top: 22px;
    /* font-size: 14px; */
    overflow: hidden;
}

.countdown-module .countdown-box-flex {
    display: block;
    margin-top: 15px;
}

.countdown-module .product-thumb .button-group {}

.countdown-box-flex>.inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.quantity-progress {
    display: none;
}

.product-available,
.product-sold {
    float: left;
    margin-top: 5px;
    text-transform: capitalize;
    color: #585d5f;
    margin-bottom: 0;
}

.product-available span,
.product-sold span {
    /* color: #253237; */
    margin-left: 2px;
    /* font-weight: 700; */
}

.product-available {
    float: right;
}

.bar-percent {
    height: 6px;
    background: #ebebeb;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.available-percent {
    position: absolute;
    height: 100%;
    left: 0;
    background: var(--link-hover-color);
}

.text-countdown {
    margin-bottom: 0;
    margin-top: 24px;
    color: #777;
    display: none;
}

.products-container .text-countdown span {
    display: block;
}

.products-container .text-countdown {
    margin-top: 0;
    margin-right: 3px;
}

.products-container .countdown-box {
    margin: 0;
}

.countdown-box {
    margin-bottom: 0;
    margin-top: 9px;
}

.countdown-box>.inner {
    overflow: hidden;
}

.countdown-box .box {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
}

.countdown-box .box b:after {
    content: ":";
    position: absolute;
    right: -10px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.countdown-box .box:last-child {
    margin: 0;
}

.countdown-box .box:last-child b:after {
    opacity: 0;
}

.countdown-box .box b {
    font-size: 2.2rem;
    color: #253237;
    display: block;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 6px;
    position: relative;
}

.countdown-box .box span {
    display: block;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1;
    color: #999;
}

@media (max-width: 1450px) {
    .countdown-module .list-style .product-item .caption {
        padding: 20px;
    }

    .countdown-module .list-style .countdown-box-flex {
        display: block;
    }

    .products-container .list-style .text-countdown {
        margin: 0 0 20px 0;
    }

    .products-container .list-style .countdown-box>.inner {
        display: inline-block;
        vertical-align: top;
    }
}

@media (max-width: 850px) {
    .countdown-module .block-title .countdown-box-flex {
        left: auto;
        right: 130px;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 767px) {
    .products-container .countdown-box .box b {
        font-size: 1.8rem;
    }

    .products-container .countdown-box .box {
        margin-right: 15px;
    }

    .countdown-box .box b:after {
        right: -13px;
    }

}

@media (max-width: 479px) {
    .countdown-module .list-style .product-item .image {
        width: 100%;
    }

    .countdown-module .list-style .product-item .caption {
        width: 100%;
        padding: 28px;
    }
}

@media (min-width: 360px) and (max-width: 479px) {
    .products-container .countdown-box .box b {
        font-size: 1.6rem;
    }

    .products-container .countdown-box .box {
        margin-right: 5px;
    }

    .countdown-box .box b:after {
        right: -8px;
    }

}

.special-full {
    background: #f6f6f6;
    padding-bottom: var(--rowspace);
    margin-top: var(--rowspace);
}

.special-full .nav-style-2 .swiper-pager {
    background: transparent;
}

.special-categories-module {
    /* padding: 29px 0; */
}

.special-categories-module .block-title {}

.special-categories-module .category-content {}

.special-categories-module .category-content .image a {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.special-categories-module .category-content .image a,
.special-categories-module .category-content a img {
    /* width: 100%; */
}

.special-categories-module .category-content .image {}

.special-categories-module .category-content .caption {
    padding: 25px 0 0 0;
    text-align: center;
    display: none;
}

.special-categories-module .category-content .caption h4 {
    margin: 0 0 3px 0;
}

.special-categories-module .category-content h4 a {
    font-size: 1.4rem;
    font-weight: normal;
}

.special-categories-module .category-content .total-items {
    text-transform: capitalize;
    margin: 0;
}

.special-categories-module .product-thumb .product-item .caption h4 a {
    text-transform: capitalize;
    font-size: 1.6rem;
    color: var(--heading-color);
    line-height: 1.5;
    font-weight: 600;
}

.special-categories-module .product-thumb .product-item .caption h4 a:hover {
    color: var(--link-hover-color);
}

.special-categories-module .category-content h4 a:hover {
    color: var(--link-hover-color);
}

.special-categories-module .category-content .view-more {
    color: var(--link-hover-color);
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    margin-top: 15px;
    line-height: 1;
    display: none;
}

.special-categories-module .category-content .view-more:after {
    content: "\f362";
    font-family: "Ionicons";
    font-size: 1.6rem;
    color: var(--link-hover-color);
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.special-categories-module .category-content .view-more:hover {
    text-decoration: underline;
}

.category-description {
    line-height: 2rem;
    font-size: 1.4rem;
    color: #777;
}

.special-categories-module .category-content .caption .link {
    text-transform: capitalize;
    color: var(--link-hover-color);
    font-size: 1.4rem;
    display: block;
    line-height: 2rem;
}

.special-categories-module .category-content .caption .link:hover {
    text-decoration: underline;
}

.child-featured-categories {
    padding: 0;
    line-height: 2.4rem;
    font-size: 1.4rem;
    margin: 0;
    list-style: none;
}

.child-featured-categories a {
    color: #707577;
    display: block;
}

.child-featured-categories a:hover {
    color: var(--link-hover-color);
}

.swiper-slide[data-swiper-row="1"]>.category-content,
.swiper-slide[data-swiper-row="2"]>.category-content,
.swiper-slide[data-swiper-row="3"]>.category-content,
.swiper-slide[data-swiper-row="4"]>.category-content,
.swiper-slide[data-swiper-row="5"]>.category-content,
.swiper-slide[data-swiper-row="6"]>.category-content {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .special-categories-module .category-content {
        /* padding: 14px; */
    }
}

.testimonials-full {
    background: url(../image/bkg_ttm.jpg) center no-repeat;
    margin-top: var(--rowspace);
    background-size: cover;
    padding-bottom: calc(var(--rowspace) - 7px);
}

@media (max-width: 991px) {
    .testimonials-full {
        margin-top: 50px;
        padding: 40px 0;
    }
}

.testimonial-module {}

.testimonial-module .swiper-pagination-bullet {
    background: #fff;
}

.testimonial-module .swiper-pagination-bullet.swiper-pagination-bullet-active,
.testimonial-module .swiper-pagination-bullet:hover {
    background: var(--link-hover-color);
}

.testimonial-module .swiper-container {
    padding: 25px 0;
    margin-top: -25px;
    margin-bottom: -25px;
}

.testimonial-module .gallery-thumbs {
    max-width: 31rem;
    margin-bottom: 2.5rem;
}

.testimonial-module .testimonial-box {
    text-align: left;
    background: #fff;
    padding: 34px 30px 40px 45px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.testimonial-module .testimonial-box p {
    line-height: 22px;
    position: relative;
    color: #555;
}

.testimonial-module .testimonial-content .inner {
    position: relative;
    padding-left: 105px;
}

.testimonial-module .testimonial-images {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonial-module .testimonial-images a {
    border: 3px solid #fff;
    display: inline-block;
    vertical-align: top;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.testimonial-module .testimonial-images.active {}

.testimonial-module .testimonial-author {
    color: var(--heading-color);
    font-size: 1.4rem;
    font-weight: 700;
    display: block;
    margin-top: 26px;
    text-transform: capitalize;
}

.testimonial-module .testimonial-author:before {
    content: "\f347";
    margin-right: 17px;
    font-family: "Ionicons";
    font-size: 4rem;
    color: var(--link-hover-color);
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
}

.testimonial-module .rating {
    display: inline-block;
    vertical-align: top;
    margin-top: 27px;
    margin-bottom: 20px;
}

.testimonial-module .rating .icon-rating-x:before {
    color: var(--link-hover-color);
}

.testimonial-module .rating .icon-ratings {
    margin-right: 0.5rem;
}

.testimonial-module .rating .icon-ratings:last-child {
    margin: 0;
}

@media (max-width: 479px) {
    .testimonial-module .testimonial-images {
        width: 80px;
    }

    .testimonial-module .testimonial-content .inner {
        padding-left: 50px;
    }
}

#instagram_block_home {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-top: 6px;
}

#instagram_block_home .block-title {
    /*! display: none; */
}

#instagram_block_home .swiper-viewport {
    margin: 0 -2.5px;
}

#instagram_block_home .swiper-viewport .swiper-slide {
    padding: 0 2.5px;
}

#instagram_block_home .fancybox {
    position: relative;
    margin-bottom: 5px;
}

#instagram_block_home .fancybox:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    display: grid;
    align-content: center;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 0;
}

#instagram_block_home .fancybox:hover:before {
    opacity: 0.8;
}

#instagram_block_home .fancybox:hover .box-cmt {
    opacity: 1;
}

#instagram_block_home .fancybox .box-cmt {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    font-size: 1.4rem;
    color: #fff;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#instagram_block_home .fancybox .box-cmt>span {
    display: inline-block;
    vertical-align: top;
    margin-right: 2rem;
}

#instagram_block_home .fancybox .box-cmt>span:last-child {
    margin: 0;
}

#instagram_block_home .fancybox .box-cmt>span:before {
    content: "\f443";
    font-family: "Ionicons";
    font-size: 1.6rem;
    margin-right: 6px;
}

#instagram_block_home .fancybox .box-cmt .comment-count:before {
    content: "\f3fa";
}

#instagram_block_home .fancybox img {
    width: 100%;
}

#instagram_block_home .text-follow {
    text-align: center;
    margin-bottom: 0;
    margin-top: 3.3rem;
    background: url(../image/line_instagram.png) center no-repeat;
    background-size: contain;
}

#instagram_block_home .text-follow a {
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 2rem;
    background: #fff;
    position: relative;
    color: #707070;
}

#instagram_block_home .text-follow a:hover {
    color: var(--link-hover-color);
}

@media (max-width: 991px) {
    #instagram_block_home {}
}

.blog-full {
    padding-bottom: 9.4rem;
    border-bottom: 1px solid #ebebeb;
}

@media (max-width: 991px) {
    .blog-full {
        padding-bottom: 4.4rem;
    }
}

.blog-module {}

.blog-module .post-intro p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-module .post-item .post-cation .post-name a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog-module .post-item .post-cation {
    padding-left: 19px;
    padding-right: 19px;
    border: 1px solid #ebebeb;
    border-top: 0;
    padding-bottom: 22px;
}

.post-image {
    overflow: hidden;
    position: relative;
}

.post-image img {
    width: 100%;
}

.post-item .post-cation {
    text-align: left;
    padding-top: 27px;
}

.post-item .post-cation .post-name {
    margin: 0;
    margin-top: 0;
    position: relative;
    margin-bottom: 10px;
}

.post-item .post-cation .post-name a {
    font-size: 1.6rem;
    display: block;
    line-height: 1.3;
    text-transform: capitalize;
}

.post-item .post-cation .post-name a:hover {
    color: var(--link-hover-color);
}

.post-date-author {}

.post-date {
    display: none;
}

.post-author {
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
    background: rgba(37, 50, 55, 0.7);
    text-transform: uppercase;
    color: #fff;
    padding: 0 20px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    font-size: 1.2rem;
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.post-intro p {
    margin-bottom: 10px;
    line-height: 22px;
    color: #555;
}

.post-item .post-cation .btn-more {
    margin-top: 28px;
}

.post-item .post-cation .btn-more a {
    font-size: 1.4rem;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

.post-item .post-cation .btn-more a:after {
    content: "\f362";
    font-family: "Ionicons";
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 1.6rem;
    color: var(--link-hover-color);
}

.blog-widget-section {
    margin-bottom: 3rem;
}

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

.blog-widget-section .widget-content {
    line-height: 3rem;
}

.blog-widget-section .title {
    text-align: left;
    margin-bottom: 2.5rem;
    position: relative;
}

.blog-widget-section .cat-title {
    margin-bottom: 1.8rem;
}

.blog-widget-section .title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #ebebeb;
}

.blog-widget-section .title h3 {
    background: #fff;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 2rem;
    margin: 0;
    font-size: 2.2rem;
}

.blog-widget .widget-content {
    display: grid;
    grid-template-columns: 7.5rem auto;
    margin-bottom: 2rem;
}

.latest-post-content {
    padding-left: 1.5rem;
}

.blog-widget .latest-post-name {
    margin-top: 0;
    margin-bottom: 0;
}

.blog-widget .latest-post-name a {
    display: block;
    line-height: 1.3;
    color: var(--heading-color);
    font-size: 1.6rem;
}

.blog-widget .latest-post-name a:hover {
    color: var(--link-hover-color)
}

.tool-bar .post-item-limit {
    max-width: 20rem;
    float: right;
}

.post-layout {
    margin-bottom: 40px;
}

.post-grid .post-intro {
    display: block;
}

.post-list .post-item .post-cation {
    padding: 0;
    text-align: left;
}

.plaza-blog-post .post-container .post-title h1 {
    margin-top: 0;
    font-size: 4rem;
}

.plaza-blog-post .post-container .post-date {
    color: #999;
    margin-bottom: 2.5rem;
    display: block;
}

.plaza-blog-post .post-description img {
    margin-bottom: 2rem;
}

.blog-widget-slider {
    margin-top: 5rem;
}

.plaza-blog-category .main {
    position: relative;
}

.plaza-blog-category .page-title h1 {
    margin-top: 0;
}

.plaza-blog-category .page-title+p {
    margin-bottom: 2.5rem;
}

@media (max-width: 991px) {
    .blog-widget-section {
        margin-top: 3rem;
    }

    .plaza-blog-post .post-container .post-title h1 {
        font-size: 3.6rem;
    }
}

@media (min-width:768px) {
    .post-layout.col-sm-4:nth-child(3n+1) {
        clear: left;
    }
}

@media (max-width:767px) {
    .post-layout.col-sm-6:nth-child(2n+1) {
        clear: left;
    }

    .post-page>.row,
    .post-list .post-item>.row {
        margin: 0 -0.75rem;
    }

    .post-page>.row>.post-layout,
    .post-list .post-item>.row>div {
        padding: 0 0.75rem;
    }
}

@media (max-width:479px) {
    .post-list .post-item>.row>div {
        width: 100%;
    }

    .post-list .post-item>.row>div:not(:first-child) {
        margin-top: 2rem;
    }

    .plaza-blog-post .post-container .post-title h1 {
        font-size: 3rem;
    }
}

@media (max-width: 359px) {
    .post-page>.row>.post-layout {
        width: 100%;
    }
}

#twitter-feed {
    text-align: left;
    color: #999;
    line-height: 2.4rem;
}

.tweet-title,
.twitter-pic,
.tweetprofilelink,
.tweet-time,
#twitter-feed .twitter-text br {
    display: none;
}

#twitter-feed .twitter-text a {
    color: var(--link-hover-color);
    font-weight: 400 !important;
}

#twitter-feed .twitter-text a:hover {
    text-decoration: underline;
}

.twitter-article {
    margin-bottom: 2rem;
}

.twitter-article:last-child {
    margin: 0;
}

#content {
    min-height: 30rem;
}

#content>h1 {
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 0;
}

#content>h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.social-group {
    padding: 60px 0;
    background: #fff;
}

.social-group .inner {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 30px;
    align-items: center;
}

.social-group .social-block>h4,
.social-group .footer-contact-us>h4 {
    font-size: 2.8rem;
    margin-top: 0;
    margin-bottom: 17px;
}

.footer-contact-us .content {}

.footer-contact-us .content>div {
    padding-left: 50px;
    position: relative;
}

.footer-contact-us .content>div:before {
    content: "\f455";
    position: absolute;
    font-family: "Ionicons";
    font-size: 4rem;
    color: var(--link-hover-color);
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-contact-us .content>div.phone:before {
    content: "\f4b8";
}

.footer-contact-us .content>div.email:before {
    content: "\f422";
}

.footer-contact-us .content>div label {
    color: var(--link-hover-color);
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 6px;
}

.footer-contact-us .content>div p {
    margin: 0;
    line-height: 1;
    color: #777777;
}

@media (min-width: 992px) {
    .col-before {
        position: relative;
        padding-right: 30px;
    }

    .col-before:before {
        content: "";
        position: absolute;
        right: 0;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        background: #0d1316;
        z-index: 0;
    }
}

@media (max-width: 991px) {
    .social-group .inner {
        grid-template-columns: 100%;
    }
}

@media (max-width: 640px) {
    .footer-contact-us .content {
        grid-template-columns: 100%;
    }
}

footer {
    background: #253237;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    position: relative;
}

.footer-image-left {
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 0;
    max-width: 20%;
}

.footer-image-right {
    position: absolute;
    right: 2%;
    bottom: 16%;
    z-index: 0;
    max-width: 20%;
    max-height: 90%;
}

.footer-links .btn-group {
    display: block;
}

.footer-links .dropdown-backdrop {
    z-index: 0;
}

.footer-links .dropdown-toggle {
    position: relative;
    cursor: pointer;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.footer-links .dropdown-toggle i {
    margin-top: -8px;
    cursor: pointer;
    font-size: 1.4rem;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-links .dropdown-toggle:hover i {
    /* color:var(--link-hover-color); */
    opacity: 0.7;
}

.footer-links ul.list-unstyled {
    margin-bottom: 0;
}

.footer-information>ul.list-unstyled {
    /* display: grid; */
    /* grid-template-columns: auto auto; */
}

.footer-links .footer-content {
    line-height: 20px;
    font-size: 15px !important;
}

.footer-links .dropdown-menu {
    margin: 0 0 3rem 0;
    float: none;
    position: relative;
    border: 0;
    padding: 0;
    z-index: 1;
    font-size: inherit;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: transparent;
    min-width: auto;
}

@media (min-width:768px) {
    .footer-links .dropdown-menu {
        display: block !Important;
        margin-bottom: 30px;
    }
}

.footer-links {}

.footer-links .inner {
    padding: 0 0 2px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.footer-links .col {
    /* margin-bottom: 30px; */
}

.footer-links .title {
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 15px;
    /* border-bottom: 1px solid rgba(255,255,255,0.1); */
    font-family: var(--heading-font);
}

.footer-links .title:before {
    content: "";
    width: 65px;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: 0;
    position: absolute;
}

.footer-links .title:after {
    content: "";
    width: 3.5rem;
    height: 2px;
    background: var(--heading-color);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.footer-links ul.list-unstyled>li {
    margin-bottom: 12px;
}

.footer-links ul.list-unstyled>li:last-child {
    margin: 0;
}

.footer-links ul.list-unstyled a {
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.4;
    display: block;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.footer-links ul.list-unstyled a:hover {
    color: #fff;
    margin-left: 7px;
}

.logo-footer {
    display: block;
    margin-bottom: 28px;
}

.footer-contact-us {
    line-height: 24px;
}

.footer-phone {
    margin-top: 32px;
    background: url(../image/icon_footer_phone.png) left center no-repeat;
    padding-left: 63px;
}

.footer-phone label {
    font-size: 1.6rem;
    margin-bottom: 3px;
    color: #fff;
}

.footer-phone p {
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.footer-phone p i {
    font-size: 2.4rem;
    font-weight: normal;
    margin-right: 10px;
}

.footer-payment {
    margin-top: 29px;
}

.footer-payment label {
    display: block;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-software {
    margin-top: 30px;
}

.footer-software a {
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
}

.footer-software a img.hover {
    display: none !important;
}

.footer-software a:hover img {
    display: none !important;
}

.footer-software a:hover img.hover {
    display: block !important;
}

.payment {
    text-align: right;
}

.payment p {
    margin: 0;
}

.social-block {
    /* margin-top: 35px; */
}

.social-block label {
    text-transform: uppercase;
    color: var(--heading-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 11px;
}

.social label {
    color: #fff;
    margin: 0;
    line-height: 3.8rem;
    font-size: 1.4rem;
    margin-right: 1rem;
    display: none;
}

.social a {
    display: inline-block;
    vertical-align: top;
    font-size: 2.4rem;
    color: rgba(255, 255, 255, 0.5);
    margin-right: 6px;
    text-align: center;
    border: 0;
    font-weight: 400;
    width: 30px;
}

.social a:hover {
    color: #fff;
}

.social a:last-child {
    margin-right: 0;
}

.footer-copyright {
    position: relative;
    z-index: 1;
    padding: 60px 0;
    background: #1c282c;
}

.footer-copyright .row {
    display: flex;
    align-items: center;
}

.footer-copyright .links {
    float: left;
    padding: 15px 0;
}

.footer-copyright .links>a {
    color: #222;
    margin-left: 30px;
    position: relative;
}

.footer-copyright .links>a:before {
    content: "";
    height: 13px;
    background: #222;
    left: -15px;
    position: absolute;
    width: 1px;
    margin-top: -6.5px;
    top: 50%;
}

.footer-copyright .links>a:first-child {
    margin: 0;
}

.footer-copyright .links>a:first-child:before {
    display: none;
}

.footer-copyright .links>a:hover {
    color: var(--link-hover-color);
}

.footer-copyright .text-powered {
    margin: 25px 0 0 0;
    text-align: right;
}

.footer-copyright .text-powered a {
    color: #fff;
}

.footer-copyright .text-powered a:hover {
    text-decoration: underline;
}

.footer-custom-links {
    padding: 10px 0;
    list-style: none;
    margin: 0;
}

.footer-custom-links li {
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
    position: relative;
}

.footer-custom-links li:after {
    content: "";
    width: 1px;
    height: 14px;
    background: #9e9fa0;
    position: absolute;
    right: -17px;
    top: 50%;
    margin-top: -7px;
}

.footer-custom-links li:last-child {
    margin: 0;
}

.footer-custom-links li:last-child:after {
    opacity: 0;
}

.alert {
    margin: 0;
    padding: 0.8rem 1.4rem;
    clear: both;
    font-size: 1.4rem;
    line-height: 2.6rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    position: relative;
    z-index: 9;
    text-align: center;
}

.alert.alert-fix {
    width: 400px;
    padding: 30px;
    padding-right: 35px;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: auto;
    top: 40%;
}

@media (max-width: 767px) {
    .alert.alert-fix {
        width: 280px;
    }
}

body .alert {
    margin-bottom: 3rem;
}

body .quickview-container .alert {}

.alert .close {
    position: absolute;
    top: 50%;
    right: 1rem;
    font-size: 3.4rem;
    font-weight: bold;
    opacity: 1;
    margin-top: -1.7rem;
}

.alert.alert-fix .close {
    top: 0px;
    margin: 0;
    right: 0;
    width: 30px;
}

.alert .close:hover,
.alert .close:focus {
    color: var(--link-hover-color);
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    opacity: 1;
}

.breadcrumbs {
    text-align: center;
    padding: 107px 0;
}

.breadcrumbs.has-image {
    position: relative;
    border: 0;
}

.breadcrumbs.has-image>.container {
    position: absolute;
    top: 21%;
    left: 0;
    right: 0;
    margin: auto;
}

.breadcrumbs.has-image .container-inner {
    padding: 0;
}

.breadcrumbs .container-inner {}

.breadcrumbs h1 {
    font-size: 3rem;
    text-transform: capitalize;
    margin: 0;
    margin-top: 7px;
}

.breadcrumbs .breadcrumb {
    margin-bottom: 0;
}

.breadcrumb {
    margin: 0;
    padding: 11px 0;
    margin-bottom: 30px;
    border: 0;
    background: transparent;
    text-align: center;
}

.breadcrumb i {
    font-size: 1.5rem;
}

.breadcrumb>li {
    position: relative;
    vertical-align: top;
}

.breadcrumb>li+li:before {
    content: '\f3d3';
    color: #454545;
    font-family: "Ionicons";
    margin: 0 9px;
}

.breadcrumb>li>a {
    text-transform: capitalize;
}

.breadcrumb>li>a:hover,
.breadcrumb>li:last-child>a,
.breadcrumb>li:last-child {
    color: var(--link-hover-color);
}

@media (max-width: 1199px) {
    .breadcrumbs.has-image>.container {
        top: 10%;
    }

    .breadcrumbs.has-image .category-image .img-thumbnail {
        min-height: 25rem;
        object-fit: cover;
    }

    .breadcrumbs {
        padding: 30px 0;
    }
}

.buttons {
    margin: 1em 0;
    overflow: hidden;
}

.btn {
    line-height: 25px;
    padding: 10px 30px;
    font-size: 1.4rem;
    font-weight: 600;
    border: 0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-transform: uppercase;
}

.btn-default {
    line-height: 25px;
    padding: 10px 30px;
    font-size: 1.4rem;
    font-weight: 600;
    border: 0;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-transform: uppercase;
}

.btn.focus,
.btn:focus,
.btn:hover,
.btn-default:hover,
.bootstrap-datetimepicker-widget td span:hover {
    color: #ffffff;
    text-shadow: none;
    background-color: var(--link-hover-color);
}

.btn-primary {
    color: #ffffff;
    text-shadow: none;
    background-color: var(--link-hover-color);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #ff6c00;
    background-position: 0;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: var(--link-hover-color);
    border-radius: 0;
}

.btn-link:focus,
.btn-link:hover {
    text-decoration: none;
    color: var(--link-hover-color);
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

.list-categories,
.popular-tags {
    margin-bottom: 42px;
}

.list-categories h3,
.popular-tags .title h3 {
    font-size: 2rem;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 16px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
}

.list-categories h3:after,
.popular-tags .title h3:after {
    content: "";
    width: 65px;
    height: 2px;
    background: var(--link-hover-color);
    position: absolute;
    left: 0;
    bottom: -1px;
}

.list-categories .list-group-item {
    border: 0;
    color: #555 !Important;
    line-height: 26px;
    text-transform: capitalize;
    background: transparent !important;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 6px 0;
}

.list-categories .list-group-item:last-child {
    /* border: 0 !important; */
}

.list-categories .list-group-item span {
    line-height: inherit;
}

.list-categories .list-group-item span:before {
    content: "(";
}

.list-categories .list-group-item span:after {
    content: ")";
}

.list-categories .list-group-item.child {
    position: relative;
    color: #888 !important;
    padding-left: 2rem;
}

.list-categories .list-group-item.active,
.list-categories .list-group-item.active:focus,
.list-categories .list-group-item.active:hover,
.list-categories .list-group-item:hover {
    background: none;
    color: var(--link-hover-color) !important;
    border-color: #ededed;
}

.list-categories .list-group-item.active:before,
.list-categories .list-group-item.active:focus:before,
.list-categories .list-group-item.active:hover:before,
.list-categories .list-group-item:hover:before {
    background: var(--link-hover-color);
}

.list-categories .list-group-item.active span,
.list-categories .list-group-item.active:focus span,
.list-categories .list-group-item.active:hover span,
.list-categories .list-group-item:hover span {
    /* background: var(--link-hover-color); */
    /* color: #fff; */
}

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/*.col-order-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.col-order-inner .list-categories{-webkit-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1;}
.col-order-inner .pt-filter{-webkit-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2;order:2;}
.col-order-inner .static-sidebar{-webkit-box-ordinal-group:6;-ms-flex-order:6;-webkit-order:6;order:6;}
.col-order-inner .tt_product_module{-webkit-box-ordinal-group:3;-ms-flex-order:3;-webkit-order:3;order:3;}
.col-order-inner .popular-tags{-webkit-box-ordinal-group:5;-ms-flex-order:5;-webkit-order:5;order:5;} */
.layered-navigation-block {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

.ajax-loader {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    z-index: 999;
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

#product-category {
    margin-top: 20px;
}

.category-image {
    margin-bottom: 30px;
}

.category-image .img-thumbnail {
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0;
}

.show-sidebar i:first-child {
    position: fixed;
    top: 30%;
    left: 0;
    font-size: 2rem;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    cursor: pointer;
    color: #333;
    text-align: center;
    z-index: 120;
    border-top-right-radius: 3.5rem;
    border-bottom-right-radius: 3.5rem;
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .17);
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, .17);
    background-color: rgba(255, 255, 255, .9);
}

.show-sidebar i:last-child {
    display: none;
}

.show-sidebar.opened i:last-child {
    left: auto;
    top: 1rem;
    right: 1rem;
    border-radius: 0;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    z-index: 334;
    position: fixed;
    display: block;
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .17);
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, .17);
    background-color: #fff;
    color: #333;
    font-size: 3rem;
    text-align: center;
    cursor: pointer;
}

.show-sidebar i:hover {
    background: var(--link-hover-color) !important;
    color: #fff !important;
}

.show-sidebar.opened:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 300;
}

.text-refine {
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-top: 0;
}

.product-category .tool-bar {
    padding: 10px 10px;
}

.tool-bar {
    margin-bottom: 30px;
    padding: 12px 20px 0 18px;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: #f6f6f6;
}

.tool-bar .form-group {
    margin-bottom: 0px;
}

.tool-bar .row {
    display: flex;
    align-items: center;
}

.tool-bar .form-group.input-group {}

.tool-bar-bottom {
    padding-top: 20px;
}

@media (max-width: 479px) {
    .tool-bar {
        padding-left: 5px;
        padding-right: 5px;
    }

    .tool-bar .row {
        margin: 0 -5px;
    }

    .tool-bar .col-xs-6 {
        padding: 0 5px;
    }
}

#grid-view,
#list-view,
.btn-group .btn-custom-view,
.btn-group .btn-grid-view,
.btn-group .btn-list-view {
    width: 26px;
    height: 26px;
    line-height: 26px;
    padding: 0;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 0;
    background: transparent;
    text-align: center;
    color: #fff;
    text-shadow: none;
    font-size: 0;
}

.btn-group .btn-custom-view {
    margin: 0 5px 0 0 !important;
}

#grid-view,
.btn-group .btn-grid-view {
    margin-right: 0.5rem;
    background: url(../image/bkg_grid.png) center no-repeat;
}

#grid-view.active,
#grid-view:hover,
.btn-group .btn-grid-view.active,
.btn-group .btn-grid-view:hover {
    background: url(../image/bkg_grid_hover.png) center no-repeat;
}

.btn-custom-view.btn-list,
#list-view,
.btn-group .btn-list-view {
    background: url(../image/bkg_list.png) center no-repeat;
}

.btn-custom-view.btn-list.active,
.btn-custom-view.btn-list:hover,
#list-view.active,
#list-view:hover,
.btn-group .btn-list-view.active,
.btn-group .btn-list-view:hover {
    background: url(../image/bkg_list_hover.png) center no-repeat;
}

.btn-custom-view.btn-grid-1 {
    background: url(../image/bkg_grid1.png) center no-repeat;
}

.btn-custom-view.btn-grid-1.active,
.btn-custom-view.btn-grid-1:hover {
    background: url(../image/bkg_grid1_hover.png) center no-repeat;
}

.btn-custom-view.btn-grid-2 {
    background: url(../image/bkg_grid2.png) center no-repeat;
}

.btn-custom-view.btn-grid-2.active,
.btn-custom-view.btn-grid-2:hover {
    background: url(../image/bkg_grid2_hover.png) center no-repeat;
}

.btn-custom-view.btn-grid-3 {
    background: url(../image/bkg_grid.png) center no-repeat;
}

.btn-custom-view.btn-grid-3.active,
.btn-custom-view.btn-grid-3:hover {
    background: url(../image/bkg_grid_hover.png) center no-repeat;
}

.btn-custom-view.btn-grid-4 {
    background: url(../image/bkg_grid4.png) center no-repeat;
}

.btn-custom-view.btn-grid-4.active,
.btn-custom-view.btn-grid-4:hover {
    background: url(../image/bkg_grid4_hover.png) center no-repeat;
}

.btn-custom-view.btn-grid-5 {
    background: url(../image/bkg_grid5.png) center no-repeat;
}

.btn-custom-view.btn-grid-5.active,
.btn-custom-view.btn-grid-5:hover {
    background: url(../image/bkg_grid5_hover.png) center no-repeat;
}

.input-group .input-group-addon {
    background: none;
    font-size: 1.4rem;
    height: 4rem;
    color: #999;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.input-group .form-control {
    height: 4.5rem;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #222;
    font-size: 1.4rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.input-group .input-group-btn button {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

#input-sort,
#input-limit {
    height: 26px;
    border: 1px solid #e6e6e6;
    color: #908f8f;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 1.3rem;
    background: #fff;
    padding: 0 10px;
    max-width: 170px;
}

.input-group-addon[for="input-sort"],
.input-group-addon[for="input-limit"] {
    height: 26px;
    font-size: 1.4rem;
    color: #ffffffd2;
    padding: 0 5px 0 0;
}

#compare-total {
    line-height: 26px;
    padding: 0;
    border: 0;
    text-transform: capitalize;
    background: transparent !important;
    color: #ffffff;
    font-weight: 400;
    font-size: 1.4rem;
    word-break: break-all;
    width: 100%;
}

#compare-total:hover {
    color: #ffffffb9;
    background: transparent;
}

.pagination>li {
    margin-right: 10px;
    float: left;
}

.pagination>li:last-child {
    margin-right: 0;
}

.pagination>li>a,
.pagination>li>span {
    background: #f6f6f6;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    line-height: 35px;
    text-align: center;
    color: #2b2d2f;
    font-size: 1.5rem;
    margin: 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: var(--link-hover-color);
    color: #fff;
    border-color: var(--link-hover-color);
}

.tool-bar-bottom div+div {
    line-height: 36px;
    /* margin:2rem 0; */
}

.tool-bar-bottom .pagination {
    margin: 0;
    vertical-align: top;
}

@media (min-width:768px) {}

@media (max-width:767px) {}

@media (max-width:767px) {
    .tool-bar-bottom div div {
        text-align: center;
    }

    .tool-bar-bottom .pagination {
        margin-bottom: 0;
    }
}

.custom-category>.row {}

.product-layout.product-grid {
    margin-bottom: 30px;
}

.product-layout.product-grid .product-thumb .product-item {}

.product-grid .product-description {
    display: none;
}

.product-list .product-thumb {}

.product-list:first-child {}

.product-list:last-child {}

.product-list .product-thumb .product-item {
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product-list .product-thumb .product-item .image {
    float: left;
    width: 31.43%;
}

.product-list .product-thumb .product-item .image>.inner {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.product-list .product-thumb .product-item .caption {
    padding: 15px 0 15px 30px;
    text-align: left;
    width: 68.57%;
}

.product-list .product-thumb .product-item .caption>.inner {
    /* display:grid; */
}

.product-list .product-thumb .product-item .manufacture-product a {
    font-size: 1.4rem;
}

.product-list .product-thumb .product-item .caption h4 {
    order: 3;
    margin-bottom: 11px;
}

.product-list .product-thumb .product-item .caption h4 a {
    font-size: 1.6rem;
}

.product-list .product-thumb .product-item .caption .rating {
    order: 2;
    margin-bottom: 18px;
}

.product-list .product-thumb .product-description {
    margin-top: 24px;
    margin-bottom: 0;
    order: 4;
}

.product-list .product-thumb .product-item .caption .price {
    font-size: 1.7rem;
}

.product-list .product-thumb .product-item .caption .price .price-old {
    font-size: 1.7rem;
}

.rating .fa-stack {
    font-size: 0.8rem;
}

.rating .fa-star-o {
    color: #999;
    font-size: 1.5rem;
}

.rating .fa-star {
    color: #FC0;
    font-size: 1.5rem;
}

.rating .fa-star+.fa-star-o {}

h2.price {
    margin: 0;
}

.price {
    color: #000;
    font-weight: 800;
    margin: 0;
    font-size: 1.6rem;
    line-height: 20px;
}

.price .price-tax {
    display: none;
}

.price .price-new {
    /* color: #cf2929; */
}

.price .price-old {
    color: #9b9b9b;
    font-weight: normal;
    font-size: 1.5rem;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1;
    position: relative;
    margin-left: 3px;
    text-decoration: line-through;
}

.price-tax {
    color: #b3b3b3;
    font-size: 1.2rem;
    display: block;
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>li {
    margin-left: 2rem;
}

.thumbnails {
    margin-left: -2rem;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 2rem;
    padding: 0.5rem;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 7.8rem;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 2rem;
}

#product-product .product-details>.row {
    position: relative;
}

.product-details {
    position: relative;
}

.product-image-details {}

.product-image-details .swiper-viewport {
    margin: 0 -10px;
}

.product-image-details .swiper-slide {
    padding: 1px 10px;
    text-align: center;
}

.product-image-details .cloud-zoom-gallery {
    /* opacity: 0.3; */
}

.product-image-details .cloud-zoom-gallery {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.product-image-details .cloud-zoom-gallery img {
    border-radius: 0;
    -webkit-border-radius: 0;
}

.product-image-details .img-active .cloud-zoom-gallery:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 1px solid #dbdbdb;
    opacity: 0;
}

.product-image-details .img-active .cloud-zoom-gallery,
.product-image-details .cloud-zoom-gallery:hover {
    border-color: var(--link-hover-color);
}

.product-info-details {
    text-align: left;
}

.product-info-details .rating .icon-ratings {}

.product-info-details .text-countdown {
    display: block;
    margin-bottom: 15px;
    margin-top: 20px;
}

.product-info-details .countdown-box {
    overflow: hidden;
}

.product-info-details .countdown-box>.inner {
    float: left;
}

.product-info-details .countdown-box .box {
    /*! margin-right: 2.8rem; */
}

.product-info-details .countdown-box .box:last-child {
    margin: 0;
}

#product-product .product-info-details>.inner {}

#quickview-content .product-info-details {
    max-height: 100%;
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

.product-info-details .manufacture-product {
    margin-bottom: 0.2rem;
}

.product-info-details .manufacture-product a {
    font-size: 1.2rem;
    color: #929292;
}

.product-info-details .manufacture-product a:hover {
    color: var(--link-hover-color);
}

.product-info-details .product-tags {
    margin-bottom: 2.3rem;
    clear: both;
    color: var(--heading-color);
    font-weight: 600;
    margin-top: 5px;
}

.product-info-details .product-tags a {
    color: var(--main-color);
    font-weight: 400;
}

.product-info-details .product-tags a:first-child {
    margin-left: 10px;
}

.product-info-details .product-tags a:hover {
    color: var(--link-hover-color);
}

.product-info-details h1 {
    font-size: 2.8rem;
    margin-top: 0;
    margin-bottom: 10px;
    /* font-weight: 600; */
    letter-spacing: .5px;
}

.product-info-details h1 a {
    color: #292929;
}

.product-info-details h1 a:hover {
    color: var(--link-hover-color);
}

.product-info-details .rating {
    margin-top: 15px;
}

.product-info-details .price {
    font-size: 2.2rem;
}

.product-info-details .price .price-old {
    font-size: 2.2rem;
}

.product-info-details ul.list-unstyled {
    margin: 40px 0;
    margin-bottom: 25px;
    padding-top: 28px;
    font-weight: 600;
    color: var(--heading-color);
    border-top: 1px solid #ececec;
}

.product-info-details ul.list-unstyled li {
    line-height: 22px;
    padding: 5px 0;
}

.product-info-details ul.list-unstyled li span,
.product-info-details ul.list-unstyled li a {
    color: var(--main-color);
    font-weight: 400;
    margin-left: 10px;
    text-transform: capitalize;
}

.product-info-details ul.list-unstyled li a {
    color: var(--link-hover-color);
}

.product-info-details ul.list-unstyled li a:hover {
    text-decoration: underline;
}

.product-info-details #product .form-group {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.product-info-details #product .form-group .control-label {
    text-transform: capitalize;
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--heading-color);
}

.product-info-details #product .form-group .form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #f1f1f1;
    color: #333;
}

.product-info-details #product .form-group .control-label[for="input-quantity"] {
    line-height: 48px;
    float: left;
    margin: 5px;
    margin-left: 0;
}

.product-info-details #product .form-group #input-quantity {
    width: 70px;
    height: 48px;
    text-align: center;
    float: left;
    font-size: 1.6rem;
    color: #2b2d2f;
    margin: 5px;
    border: 1px solid #dbdbdb;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    background: #fff;
}

.product-info-details #button-cart {
    margin: 5px 0;
    margin-left: 5px;
    padding: 10px;
    min-width: 250px;
    line-height: 28px;
    text-transform: uppercase;
    width: auto;
    float: left;
    border: 0;
    background-color: var(--link-hover-color);
    border-radius: 5px;
    font-size: 1.6rem;
    max-width: 100%;
    font-weight: 600;
}

.product-info-details #button-cart:before {
    content: "+";
    margin-right: 4px;
}

#quickview-content .product-info-details #button-cart {
    min-width: 280px;
}

.product-info-details #button-cart:hover {
    background: var(--button-bg-color);
    color: var(--button-color);
}

.product-info-details #product .btn-group {
    margin-top: 0;
    overflow: hidden;
    clear: left;
    display: block;
}

.product-info-details #product .btn-group button {
    padding: 0;
    line-height: 30px;
    text-align: center;
    background: #fff;
    color: var(--link-color);
    text-transform: capitalize;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 6px 0;
    margin-right: 30px;
    font-size: 1.4rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-weight: 400;
    margin-left: 1px;
}

.product-info-details #product .btn-group button:last-child {
    margin-right: 0;
}

.product-info-details #product .btn-group button:hover {
    color: var(--link-hover-color);
}

.product-info-details #product .btn-group button:before {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    font-size: 1.8rem;
    content: "\f387";
    font-family: "Ionicons";
    margin-right: 7px;
}

.product-info-details #product .btn-group button.btn-compare:before {
    content: "\f459";
}

.product-info-details #product .alert {
    margin-bottom: 20px;
}

.product-info-details-more {
    margin-top: var(--rowspace);
}

.product-info-details-more .inner {
    /* background: #fff; */
    /* padding: 5rem 2rem 3rem 2rem; */
}

.product-info-details-more .nav-tabs {
    border: 0;
    margin: 0;
    text-align: center;
    border: 0;
}

.product-info-details-more .nav-tabs>li {
    margin: 0;
    position: relative;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.product-info-details-more .nav-tabs>li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--link-hover-color);
    position: absolute;
    left: 0;
    bottom: -1px;
    opacity: 0;
}

.product-info-details-more .nav-tabs>li.active:after {
    opacity: 1;
}

.product-info-details-more .nav-tabs>li:last-child {
    margin: 0;
}

.product-info-details-more .nav-tabs>li>a {
    padding: 0 0 14px 0;
    line-height: 30px;
    font-size: 1.8rem;
    text-transform: uppercase;
    border: 0;
    font-weight: 700;
    background: transparent;
    margin: 0;
    color: #888;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.product-info-details-more .nav-tabs>li>a:hover,
.product-info-details-more .nav-tabs>li.active>a,
.product-info-details-more .nav-tabs>li.active>a:focus,
.product-info-details-more .nav-tabs>li.active>a:hover {
    border: 0;
    background: transparent;
    color: var(--heading-color);
}

.product-info-details-more .tab-content {
    padding: 20px;
    line-height: 24px;
    border: 1px solid #ebebeb;
    border-radius: 0;
}

.related-products {}

.container {
    width: 100%;
}

.fluid-width>.container {
    width: auto;
    max-width: 1770px;
}

@media (max-width: 1800px) {
    .fluid-width .swiper-viewport .swiper-button-next {
        right: 0 !Important;
    }

    .fluid-width .swiper-viewport .swiper-button-prev {
        left: 0 !Important;
    }
}

@media (min-width: 1440px) {
    .container {
        width: 1440px;
    }
}

@media (max-width:1199px) {}

@media (min-width:992px) and (max-width:1199px) {
    .scroll-fixed>.container {
        width: 100%;
    }
}

@media (min-width:992px) {

    .layer-category #column-left,
    .layer-category #column-right {
        display: block !important;
    }
}

@media (max-width:991px) {

    .layer-category #column-left,
    .layer-category #column-right {
        position: fixed;
        left: 0;
        top: 0;
        width: 88%;
        height: 100%;
        max-width: 37.5rem;
        z-index: 555;
        overflow: auto;
        background: #fff;
        padding: 2rem;
        display: none;
    }

    .layer-category #content {
        width: 100%;
    }


    .footer-links .col:nth-child(3),
    .footer-links .col:nth-child(5) {
        /* clear: left; */
    }

    .product-info-details-more {
        margin-top: 4rem;
    }

    .newsletter-popup {
        display: none !Important;
    }

    .product-info-details #product .btn-group {
        float: left;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #search-by-category .search-ajax {
        width: 60%;
    }
}

@media (max-width:767px) {
    :root {
        --rowspace: 40px;
    }

    .image-content {
        /*! margin-top: 3rem; */
    }

    #product-category .img-thumbnail {
        margin-bottom: 1rem;
    }

    .additional-button-prev,
    .additional-button-next {
        display: none;
    }

    .mousetrap {
        max-width: 100%;
        max-height: 100%;
    }

    #cloud-zoom-big {
        display: none !important;
    }

    .nivo-directionNav a {
        display: none;
    }

    .ajax-body-login .account-login,
    .ajax-body-login .account-register {
        width: 90%;
    }

    .product-info-details {
        position: relative;
        padding: 0 1.5rem;
        margin-top: 3rem;
        top: auto;
        right: auto;
        bottom: auto;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .footer-copyright .inner {
        flex-direction: column;
    }

    .footer-links .col {
        margin: 0;
    }

    .footer-links .inner {
        padding-bottom: calc(var(--rowspace) - 24px);
    }
}

@media (max-width: 567px) {
    .product-info-details-more .nav-tabs {
        text-align: center;
    }

    .product-info-details-more .nav-tabs>li {
        display: block;
        margin: 0;
    }

    .product-info-details-more .nav-tabs>li>a {
        padding: 1rem 0;
    }

    .footer-copyright .row {
        flex-wrap: wrap;
        text-align: center;
    }

    .footer-copyright .text-powered,
    .payment {
        text-align: center;
    }

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

@media (max-width:479px) {

    .footer-copyright .links {
        float: none;
        text-align: center;
        padding: 10px 0;
    }

    .payment {
        text-align: center;
        float: none;
        padding: 10px 0;
    }

    .payment img {
        margin: auto;
    }

    .product-list .product-thumb .product-item .image {
        float: none;
        width: 100%;
    }

    .product-list .product-thumb .product-item .caption {
        padding: 30px 15px;
        width: 100%;
    }
}

@media (min-width:1200px) {

    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width:1199px) and (min-width:992px) {

    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width:991px) and (min-width:768px) {

    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width:767px) and (min-width:480px) {
    #content .col-xs-6:nth-child(2n+1) {
        clear: left;
    }

    #content .col-xs-4:nth-child(3n+1) {
        clear: left;
    }
}

@media (max-width:479px) and (min-width:360px) {

    #content .col-xs-6:nth-child(2n+1),
    #content .product-items.col-xs-4:nth-child(2n+1) {
        clear: left;
    }

    #content .product-items.col-xs-4 {
        width: 50%;
    }
}

@media (max-width:359px) and (min-width:0px) {
    #content .product-items.col-xs-6 {
        width: 100%;
    }
}

.col-sm-9 .btn-grid-5 {
    display: none;
}

@media (min-width:480px) {
    .btn-grid-1 {
        display: none;
    }
}

@media (max-width:1199px) {
    .btn-grid-4 {
        display: none;
    }
}

@media (max-width:767px) {
    .btn-grid-3 {
        display: none;
    }
}

@media (max-width:479px) {
    .btn-grid-3 {
        display: none;
    }
}

@media (max-width:359px) {
    .btn-grid-2 {
        display: none;
    }
}

@media (min-width:768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left+#content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}

.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.mfp-wrap button {
    background: transparent !Important;
}

.bootstrap-datetimepicker-widget td span:hover {
    background: transparent !Important;
    color: inherit;
}

#button-search {
    margin-bottom: 3rem;
}

@media(max-width:374px) {
    #checkout-cart .buttons>div {
        float: none !important;
        margin-top: 1rem;
        text-align: right;
    }
}

#information-contact .img-thumbnail {
    border: 0;
}

img.lazyload {
    background: #ddd;
}






/* rutika css */
body {
    font-family: 'lato', sans-serif !important;
    text-transform: capitalize;
}

.background-full {
    background-image: url(https://greenarth.com/image/catalog/image%202.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 70px 0;
}

.products-container .block-title {
    text-align: left;
}

.block-title .title {
    text-transform: capitalize;
    font-weight: 500;
}

.block-title:after {
    display: none;
}

.product-item {
    border-radius: 10px;
    box-shadow: 0px 0px 11px 0px #e7e7e7;
    padding: 25px;
    border: 1px solid #e4e4e47a;
}

.product-thumb .product-item .manufacture-product {
    display: none;
}



.product-thumb .product-item .caption .inner {
    text-align: left;
    width: 95%;
    margin: auto;
}

.price .price-new {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.product-thumb .product-item .caption .price {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.swiper-button-next,
.swiper-button-prev {
    box-shadow: 2px 3px 15px 0px #00000040;
}

.swiper-button-next:before,
.swiper-button-prev:before {
    font-weight: 800;
    font-size: 20px;
    color: #000;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--link-hover-color);
    border-color: var(--link-hover-color);
}

.buynowbanner_text {
    color: #fff;
}

.buynowbanner_text h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 45px;
}

.buynowbanner_text p {
    font-size: 23px;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 31px;
    padding-right: 132px;
}

.buynowbanner_text button.btn.buy_now {
    color: white;
    font-size: 20px;
    background: #65A306C9;
    border-radius: 10px;
    padding: 7px 30px;
    margin: 20px 0;
    text-transform: capitalize;
    font-weight: 500;
}

section.s5.banner3.section_margin {
    margin-top: var(--rowspace);
}

section.s5.banner3.section_margin .banner_img img {
    width: 100%;
}

.product-thumb .product-item .image img {
    /* border-radius: 10px 10px 0 0; */
}

.nbnner1 {
    background-image: url(https://i.ibb.co/2d50FLN/newrelease1.png);
}

.nbnner2 {
    background-image: url(https://i.ibb.co/QYzTGjw/newrelease2.png);
}

.newrelease_banner {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    text-align: center;
    border-radius: 10px;
}

.nbnner1 .newrelcontainer {
    background: #FFFFFFB8;
}

.nbnner2 .newrelcontainer {
    background: #FFE60082;
}

.newrelease_banner p {
    font-size: 25px;
    width: 40%;
    font-weight: 500;
    text-align: left;
    padding: 45px 0;
    margin: auto;
    color: #000;
    line-height: 34px;
}

.tabs-style {
    display: none !important;
}

.block-title {
    margin-bottom: 0px;
}

.product-thumb .button-group button:hover {
    background: #65A306C9;
    color: #fff;
}

.main-row.new_releases {
    margin-top: var(--rowspace);
}

.static-top-store1 {
    margin-top: 40px;
}

element.style {}

.post-author {
    background-color: #fff;
    color: #000;
    padding: 5px 20px;
    box-shadow: 2px 2px 14px 0px #00000040;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    left: 15px;
    text-transform: capitalize;
    bottom: 15px;
}

.post-image {
    border-radius: 10px 10px 0 0;
}

.blog-module .post-item .post-cation .post-name a {
    font-size: 20px;
    font-weight: 600;
}

.blog-module .post-intro p {
    font-size: 18px;
    font-weight: 400;
    color: #888888;
    margin-top: 25px;
}

.post-item .post-cation .btn-more a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}

.blog-module .post-item .post-cation {
    border-radius: 0 0 10px 10px;
}

footer {
    /* background-image: url(https://i.ibb.co/9T35mLS/footer.png); */
    padding: 50px 0;
}

.footer-links ul.list-unstyled li a {
    color: #fff !important;
    font-size: 18px;
    font-weight: 400;
}

.post-item {
    box-shadow: 0px 0px 11px 0px #e7e7e7;
}

div#logo {
    padding: 0;
}

div#logo a img {
    /* width: 50%; */
}

body.common-home.mobile-layout .scroll-fixed #logo {
    left: 30px !important;
}

.scroll-fixed #logo img {
    max-height: 3.4rem;
    width: auto;
}

body.common-home.mobile-layout .main-row.new_releases {
    margin-top: 40px;
}

body.common-home.mobile-layout .main-row.new_releases h2 {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 2.4rem;
}

/*body.product-category .breadcrumbs {
    background: url(https://i.ibb.co/Cmz68Rz/Untitled-design-19.png) center no-repeat;
background-size: cover;
}*/
p.txt-empty {
    display: none;
}

.products-container.list-module .block-title {
    margin-top: 0;
    margin-bottom: 20px;
}

aside#column-left {
    position: sticky;
    top: 20px;
}

.tool-bar {
    background: #65a3063d;
    border-radius: 5px;
}

.filter-attribute-container .list-group-item div a {
    font-size: 18px;
    color: #6D6D6D;
    font-weight: 400;
}

.list-categories .list-group-item {
    font-size: 18px;
    color: #6D6D6D;
    font-weight: 400;
}

.slider-values,
.filter-attribute-remove-container p {
    font-size: 18px;
    color: #6D6D6D;
    font-weight: 400;
}

aside#column-left .col-order-inner {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
}

.filter-attribute-remove-container .remove-filter span i {
    font-size: 21px;

}

a.clear-filter {
    font-size: 15px !important;
    padding: 5px 13px !important;
    border-radius: 5px;
    float: none !important;
}

.filter-attribute-remove-container .filter-clear-all {
    text-align: center;
}

.filter-attribute-remove-container .clear-filter {
    background: transparent;
    color: #333;
}

.filter-attribute-remove-container .clear-filter:hover {
    color: var(--link-hover-color);
    background: transparent;
}

/*body.product-product .breadcrumbs {
    background: url(https://i.ibb.co/QFcJwDF/Untitled-design-21.png) center no-repeat;
    background-size: cover;
}*/

.product-info-details h1 {
    font-size: 24px !important;
    color: #294400;
}

.product-info-details #product .form-group .control-label {
    margin: 0;
}

.product-info-details #product .form-group .control-label {
    margin: 10px 0 !important;
    line-height: normal !important;
}

.product-info-details ul.list-unstyled {
    display: none;
}

.review_from_cstmr div#review table tbody tr {
    background: transparent;
}

.review_from_cstmr div#review table tbody tr td {
    border: none;
    border-radius: 10px;
}

.review_from_cstmr div#review table tbody tr td strong {
    font-size: 19px;
    font-weight: 500;
    text-align: left;
}

.review_from_cstmr div#review table tbody tr td {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
}

.review_from_cstmr h2,
.write_review h2 {
    margin-bottom: 25px;
    margin-top: var(--rowspace);
    font-size: 24px;
    font-weight: 500;
}

label {
    font-size: 18px;
    padding-bottom: 10px;
}

.review_from_cstmr div#review table {
    box-shadow: 2px 3px 15px 0px #2f2f2f33;
    border-radius: 10px;
    border: none;
    margin-top: 50px;
    position: relative;
}

.review_from_cstmr div#review table:first-child {
    margin-top: 0px;
}

.review_from_cstmr div#review table:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 70%;
    margin: auto;
    background: #2e514a26;
    left: 15%;
    margin-top: -25px;
}

.review_from_cstmr div#review table:first-child::before {
    display: none;
}

.thumbnail {
    padding: 0;
    border: none
}

.thumbnail img {
    border-radius: 10px
}

.product-info-details .rating {
    text-align: start
}

.product-info-details .rating .icon-ratings {
    float: none;
    font-size: 18px;
    margin-right: 18px !important;
}

.rating a {
    vertical-align: inherit;
    font-weight: 600;
    color: #252525;
    font-size: 16px
}

.product-info-details .price .price-new {
    font-size: 20px;
    /* color: #65A306; */
    color: var(--link-hover-color);
    font-weight: 500
}

.product-info-details .price .price-old {
    font-size: 20px
}

.product-info-details .price {
    margin-top: 15px !important
}

.product-info-details #product .form-group .control-label[for="input-quantity"] {
    margin: 0
}

.product-info-details #product .form-group #input-quantity {
    height: auto;
    float: none;
    margin-left: 45px;
    border-radius: 5px
}

.product_detail_specification {
    padding: 15px 30px
}

.product-info-details-more {
    margin-top: var(--rowspace);
    background: #0066332e;
    padding: 30px;
    border-radius: 15px;
    overflow: hidden;
}

.product_detail_specification ul.list-unstyled h2 {
    font-size: 20px;
    margin-bottom: 15px
}

.product_detail_specification ul.list-unstyled li {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500
}

div#product {
    margin-top: 15px;
}

.product-info-details #product .form-group {
    margin-top: 15px
}

.product-info-details #product .form-group #input-quantity {
    margin-bottom: 20px
}

.product-info-details-more div#tab-description p {
    font-size: 16px;
    letter-spacing: 0.3px;
    line-height: 27px
}

td,
th {
    font-size: 15px
}

td,
th {
    font-size: 15px
}

label {
    font-size: 17px;
    margin-bottom: 12px !important
}

.help-block {
    font-size: 16px
}

.product-info-details-more form#form-review h2 {
    font-size: 20px;
    margin: 45px 0 10px;
    letter-spacing: 0.5px
}

button:hover,
.btn:hover,
.btn-primary:hover {
    color: #FFFFFF;
    /* background-color: #65a306; */
    background-color: var(--link-hover-color);
    /* border-color: #65a306; */
    border-color: var(--link-hover-color);
}

.product-info-details #product .btn-group.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex !important;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y)) !important;
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.product-info-details #product .btn-group button {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px !important;
    margin: 10px 0 !important
}

.product-info-details #product .btn-group button {
    border-radius: 5px;
    /* background: #65A306; */
    background: var(--link-hover-color);
    font-size: 18px;
    font-weight: 500;
    color: #fff
}

.product-info-details #product .btn-group button {
    flex: 0 0 auto;
    width: 47%;
    /* padding: 10px 0px !important; */
    margin: 10px 5px !important
}

button.btn.btn-default.btn-wishlist {
    height: fit-content
}

.product-info-details #product .btn-group button:hover {
    background-color: #65a306c4;
    transition: all 0.5s ease;
    color: #fff
}

@media (max-width:524px) {
    div#st-1 .st-btn.st-remove-label {
        display: block !important;
        width: fit-content
    }

    div#st-1 {
        display: flex;
        width: 100% !important;
        justify-content: center;
    }

    .product-info-details #product .btn-group button,
    div#st-1 {
        width: 97% !important;
    }
}

#pt-menu-1054 .ul-top-items .li-top-item a span:after {
    background: #65A306 !important
}

#pt-menu-588 .ul-top-items .li-top-item .a-top-link {
    font-size: 18px;
    font-weight: 500
}

.product-info-details-more .inner {
    /* padding: 15px 30px */
}

.product-info-details-more .tab-content {
    padding: 30px 0 0;
    border: none
}

.product-info-details-more .nav-tabs {
    text-align: left
}

.pdspecific_title {
    width: fit-content;
    padding-bottom: 1px;
    position: relative;
    margin-bottom: 15px;
}

.product_detail_specification ul.list-unstyled h2:after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: green;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.review_border {
    padding: 25px 30px;
    box-shadow: 2px 3px 15px 0px #2f2f2f33;
    border-radius: 10px;
    margin-top: 30px;
}

button#button-review {
    border-radius: 5px;
    transition: all .5s ease;
    background-color: #006633;
}

button#button-review:hover {
    background-color: #65ad00b3;
}

.newsletter-block {
    /* background: #65A30659;
    border-radius: 10px;
    padding: 20px 25px 20px 25px; */
    font-size: 18px;
    color: #fff;
}

.product-info-details #product .btn-group button.addcartt:before {
    content: "\f3f8" !important;
}

.product-info-details #product .btn-group button.buy_noww:before {
    content: "\f110" !important;
}

.cart_total_row.row .col-md-9 .table-responsive {
    border: 1px solid #E6E8E7;
    border-radius: 10px;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.total_price_table {
    border: 1px solid #E6E8E7;
    border-radius: 10px;
    padding: 20px 30px;
}

.total_price_table table.table tr:first-child td {
    border-top: none;
}

.cartt_ttitle {
    margin-bottom: 45px;
}

.cartt_ttitle h1 {
    font-size: 28px;
    margin-top: 0;
}

.table-responsive.cart_desc button.btn.btn-primary {
    background-color: #008000ab;
}

.table-responsive.cart_desc button.btn.btn-danger {
    background-color: #ff0000b8;
}

a.cart_product_title {
    color: #4f8300;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

a.cart_product_title:hover {
    color: #294400;
}

.table-responsive.cart_desc td,
th {
    color: #797979;
    font-size: 18px;
}

tr.cart_desc_tittleee td {
    color: #343434 !important;
    font-size: 20px !important;
    font-weight: 500;
}

.total_price_table .total_total_title h5 {
    color: #343434 !important;
    font-size: 20px !important;
    font-weight: 500;
    margin: 0;
    font-family: 'Jost';
}

.total_price_table td.text-left strong {
    font-weight: 500;
}

tr.cart_desc_tittleee td:nth-child(5) {
    white-space: nowrap;
}

body.checkout-cart .breadcrumbs,
body.information-information .breadcrumbs,
body.account-success .breadcrumbs,
body.account-account .breadcrumbs,
body.account-edit .breadcrumbs,
body.account-address .breadcrumbs,
body.account-wishlist .breadcrumbs,
body.account-order .breadcrumbs,
body.account-download .breadcrumbs,
body.account-reward .breadcrumbs,
body.account-return .breadcrumbs,
body.account-transaction .breadcrumbs,
body.account-recurring .breadcrumbs,
body.account-newsletter .breadcrumbs,
body.account-affiliate-add .breadcrumbs,
/*body.account-password .breadcrumbs {
    background: url(https://greenarth.com/image/catalog/0c8e18feab26937a149563418bdd5b6a.jpg) center no-repeat;
    background-size: cover;
    background-position: 0 49%;
}*/
/*body.product-special .breadcrumbs,
body.plaza-blog .breadcrumbs,
body.product-compare .breadcrumbs {
    background:url(https://greenarth.com/image/catalog/Group%20184.png) center no-repeat;
    background-size: cover;

}*/
/*.breadcrumbs{
    padding: 45px 0;
 }*/
/*body.information-contact .breadcrumbs,
body.account-login .breadcrumbs,
body.information-sitemap .breadcrumbs {
    background: url(https://greenarth.com/image/catalog/category_banner.png) center no-repeat;
    background-size: cover;
    background-position: 0 12%;
}*/
.footer-copyright {
    padding: 0px 0 15px;
    background-color: #00000087;
}

footer {
    padding: 0 0 !important;
    background-color: transparent;
}

#st-1 {
    z-index: 0 !important;
}

body ::-webkit-scrollbar {
    height: 3px;
}

body ::-webkit-scrollbar-thumb {
    background-color: rgb(57 57 57 / 40%);
}

.sellerBackground {
    background-color: #0066332e !important;
}

.sellerBackground .seller_detail_stripe p {
    color: #000;
}

div#myModal-seller-info .modal-dialog fieldset lagend h3 {
    font-weight: 500;
    margin-bottom: 15px;
}

div#myModal-seller-info .table-responsive table th {
    font-weight: 500;
    color: #515151;
}

div#myModal-seller-info .table-responsive table tbody tr td {
    color: #6b6b6b;
}

div#myModal-seller-info .pull-right .btn {
    border-radius: 5px;
    /* background-color: #65a306; */
    background-color: var(--link-hover-color);
}

div#myModal-seller-info .modal-content .row:nth-child(2) {
    margin: 20px 0;
}

div#myModal-seller-info .modal-content {
    border-radius: 10px !important;
    box-shadow: 0 5px 15px rgb(86 86 86 / 50%);
}

.pt-menu.horizontal-menu.pt-menu-bar.visible-lg .ul-top-items .li-top-item .a-top-link {
    font-size: 17px !important;
    font-weight: 500 !important;
}

body.account-customerpartner-income div#content fieldset legend {
    font-weight: 600;
    font-size: 30px;
}

body.account-customerpartner-income div#content .well {
    background: transparent;
    transition: all ease .5s;
    box-shadow: none;
}

body.account-customerpartner-income div#content .well:hover {
    box-shadow: 6px 7px 9px rgb(0 0 0 / 10%);
    border-color: #14141405;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 17px;
    height: 40px;
}

body.account-customerpartner-income table#table-product tbody tr>td:first-child {
    white-space: nowrap;
}

.seller-account h2 {
    font-size: 20px !important;
}

h3.userprof00,
h3.sellerprof00 {
    font-size: 31px;
    font-weight: 500;
    margin-bottom: 20px;
}

h3.sellerprof00 {
    margin-top: 0;
}

.table-hover>tbody>tr:hover {
    background-color: #0066332e;
}

.price s {
    font-weight: 400;
    color: gray;
}

div#account-wishlist div#content table tbody tr td:last-child {
    display: flex;
    border: none;
    border-top: 1px solid #ddd;
}

div#account-wishlist div#content table tbody tr td:last-child .btn {
    background-color: transparent;
    /* color: #65a306; */
    color: var(--link-hover-color);
    /* border: 1px solid #65a306; */
    border: 1px solid var(--link-hover-color);
    border-radius: 3px;
    margin-right: 5px;
    padding: 4px 17px;
}

div#account-wishlist div#content table tbody tr td:last-child .btn:last-child {
    margin: 0;
    color: red;
}

div#account-account div#content hr {
    margin: 50px auto 40px;
    width: 35%;
    /* border: 1px dashed #65a306; */
    border: 1px dashed var(--link-hover-color);
}

div#account-password div#content form,
div#account-order div#content form,
div#account-download div#content form,
div#account-reward div#content form,
div#account-wishlist div#content form,
div#account-address div#content form,
div#account-edit div#content form {
    /* width: 65%; */
    max-width: 875px;
    margin: auto;
}

div#account-password div#content fieldset,
div#account-order div#content fieldset,
div#account-download div#content fieldset,
div#account-reward div#content fieldset,
div#account-wishlist div#content fieldset,
div#account-address div#content fieldset,
div#account-edit div#content fieldset {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 25px;
}

div#account-password div#content fieldset legend,
div#account-order div#content fieldset legend,
div#account-download div#content fieldset legend,
div#account-reward div#content fieldset legend,
div#account-wishlist div#content fieldset legend,
div#account-address div#content fieldset legend,
div#account-edit div#content fieldset legend {
    width: fit-content;
    padding: 0 20px;
    border: none;
    font-size: 22px;
    font-weight: 500;
    color: #006633;
    margin: 0 auto 20px;
}

div#account-password div#content .buttons .btn,
div#account-order div#content .buttons .btn,
div#account-download div#content .buttons .btn,
div#account-reward div#content .buttons .btn,
div#account-recurring .buttons .btn,
div#account-newsletter .buttons .btn,
div#account-wishlist div#content .buttons .btn,
div#account-return .buttons .pull-right .btn,
div#account-address div#content .buttons .btn,
div#account-edit div#content .buttons .btn {
    border-radius: 5px;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

div#account-password div#content fieldset:hover,
div#account-order div#content fieldset:hover,
div#account-download div#content fieldset:hover,
div#account-reward div#content fieldset:hover,
div#account-wishlist div#content fieldset:hover,
div#account-address div#content fieldset:hover,
div#account-edit div#content fieldset:hover {
    border-color: transparent;
    transition: all ease .5s;
    box-shadow: 1px 5px 8px #ddd;
    border-radius: 0;
}

div#account-password div#content .buttons input.btn.btn-primary,
div#account-order div#content .buttons .btn,
div#account-download div#content .buttons .btn,
div#account-newsletter .buttons .btn.btn-primary,
div#account-reward div#content .buttons .btn,
div#account-wishlist div#content .buttons .btn,
div#account-recurring .buttons .btn,
div#account-return .buttons .pull-right .btn,
div#account-address div#content .buttons .btn,
div#account-edit div#content .buttons input.btn.btn-primary {
    background-color: var(--link-hover-color);
    border: 1px solid transparent;
}

div#account-password div#content .buttons a.btn.btn-default,
div#account-newsletter .buttons .btn.btn-default,
div#account-order div#content .buttons a.btn.btn-default,
div#account-download div#content .buttons a.btn.btn-default,
div#account-reward div#content .buttons a.btn.btn-default,
div#account-wishlist div#content .buttons a.btn.btn-default,
div#account-address div#content .buttons a.btn.btn-default,
div#account-edit div#content .buttons a.btn.btn-default {
    background-color: transparent;
    border: 1px solid var(--link-hover-color);
    color: var(--link-hover-color);
}

div#account-password div#content .buttons a.btn.btn-default:hover,
div#account-newsletter .buttons .btn.btn-default:hover,
div#account-order div#content .buttons a.btn.btn-default:hover,
div#account-download div#content .buttons a.btn.btn-default:hover,
div#account-reward div#content .buttons a.btn.btn-default:hover,
div#account-wishlist div#content .buttons a.btn.btn-default:hover,
#cart .dropdown-menu>li:last-child p>a:hover,
div#account-return .buttons .pull-right .btn:hover,
div#account-address div#content .buttons a.btn.btn-default:hover,
div#account-password div#content .buttons input.btn.btn-primary:hover,
div#account-order div#content .buttons .btn:hover,
div#account-newsletter .buttons .btn.btn-primary:hover,
body.checkout-cart div#accordion button#button-quote:hover,
div#account-download div#content .buttons .btn:hover,
div#account-reward div#content .buttons .btn:hover,
div#account-recurring .buttons .btn:hover,
div#account-wishlist div#content .buttons .btn:hover,
button#search-filter-button:active,
button#search-filter-button:hover,
div#checkout-cart .buttons .btn:hover,
div#account-address div#content .buttons a.btn.btn-default:hover,
div#account-edit div#content .buttons a.btn.btn-default:hover,
div#account-edit div#content .buttons input.btn.btn-primary:hover {
    transition: all ease .5s;
    box-shadow: 3px 3px 8px #bcbcbcc4;
    border-color: transparent;
    background: transparent;
    color: var(--link-hover-color);
}

div#account-password div#content .buttons,
div#account-order div#content .buttons,
div#account-download div#content .buttons,
div#account-reward div#content .buttons,
div#account-wishlist div#content .buttons,
div#account-address div#content .buttons,
div#account-edit div#content .buttons {
    padding-bottom: 10px;
}

div#account-return .buttons .pull-right,
div#account-recurring .buttons .btn,
div#account-newsletter .buttons .btn {
    margin: 0 10px 10px 0;
}

#btn-search-category {
    background-color: transparent !important;
    color: #000 !important;
}

#search-by-category .search-container #text-search {
    border-color: #898989 !important;
    border-radius: 5px !important;
    border: none !important;
}

div#logo a img {
    width: 40% !important;
    /* margin-right: 0; */
}

.horizontal-menu.pt-menu-bar {
    text-align: center;
}

footer svg {
    position: relative;
    top: 8px;
}

footer svg path {
    fill: #4f7319;
}

/* .footer-links {
    padding-top: 126px;
    background: url(https://greenarth.com/image/footerimg.png) !important;
    -webkit-mask-image: url(https://greenarth.com/image/mountain.svg);
    -webkit-mask-position: top;
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    background-position: 0 92% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
} */

.footer-links {
    background-color: var(--link-hover-color);
    padding-top: 50px;
    margin-top: 50px;
}

.footer-copyright {
    background-color: var(--link-hover-color);
    margin-top: 0;
}

.horizontal-menu .ul-top-items .li-top-item {
    padding: 0 !important;
}

.header-bottom {
    margin-bottom: 10px !important;
}

.product-thumb .product-item {
    box-shadow: none;
    padding: 0;
    border: none;
    overflow: hidden;
}

.product-thumb .product-item .image {
    width: 100%;
    transform: scale(1);
    transition: all 0.5s ease;
}

.product-thumb .product-item .image img {
    border-radius: 0;
}

.product-thumb .product-item .caption h4 a {
    color: #464646;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
}

.product-thumb .product-item .caption h4 {
    margin-bottom: 0;
}

.product-thumb .product-item .caption .price {
    margin-top: 5px;
}

.product-thumb .product-item .caption .rating {
    margin-bottom: 0px !important;
    /* margin-top: 5px; */
}

.product-thumb .product-item .image:hover {
    transition: all ease .5s;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
    transform: scale(1.1);
    overflow: hidden;
}

/* modal */
body.product-category.modal-open div#exampleModal {
    right: auto;
    top: 0;
}

body.product-category.modal-open div#exampleModal .modal-dialog {
    margin: 0;
    width: 500px;
}

body.product-category.modal-open div#exampleModal .modal-dialog .modal-content {
    border-radius: 0;
}

.filterbtn0000 {
    border-radius: 03px;
    border: 2px solid #ffffff !important;
    background-color: transparent !important;
    color: #ffffff !important;
    padding: 6px 12px;
}

body.product-category.modal-open .modal-header {
    display: flex;
    justify-content: space-between;
}

aside#column-left .col-order-inner {
    /* border: none !important; */
    padding: 0 20px !important;
}

body.product-category.modal-open .modal-body {
    padding: 15px 0;
}

body.product-category.modal-open .modal-footer .btn {
    background-color: transparent;
    color: #000;
    box-shadow: 3px 3px 5px #ddd;
    border-radius: 5px;
}

/* button#search-filter-button:active, button#search-filter-button:hover {
    background-color: #65a306 !important;
    color: #fff !important;
    border-color: transparent !important;
    transition: all .5s ease;
} */
body.product-category.modal-open .modal-footer .btn:hover {
    color: #fff;
    background-color: #006633;
    transition: all ease .5s;
}

.filter-attribute-remove-container .remove-filter {
    color: red !important;
}

.qty00 {
    display: flex;
    align-items: center;
}

.qty00 input#input-quantity {
    margin-left: 10px !important;
    margin-bottom: 0 !important;
    max-width: 75px;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-color: #006633;
}

div#product .form-group {
    display: flex !important;
    /* justify-content: space-between; */
    gap: 10px;
}

.product-info-details #product .btn-group button {
    width: 100%;
    padding: 9px 25px !important;
    margin: 0;
}

div#st-1 {
    padding-right: 0px;
    width: fit-content;
}

.product-info-details #product .btn-group button:last-child {
    margin: 0 !important;
}

.product-info-details #product .btn-group {
    overflow: inherit;
    width: fit-content;
}

.product-info-details #button-cart {
    height: fit-content;
    float: none;
    margin: 0;
    min-width: fit-content;

}

.product_description {
    margin-top: 15px;
}

.product_description table.pdp-desc tbody tr td:nth-child(3) {
    padding-left: 10px;
}

.product_description table.pdp-desc tbody tr td:first-child {
    padding-right: 5px !important;
}

.product_description table.pdp-desc tbody tr td {
    padding-bottom: 10px;
}

.product_description p.pdp-desc-p {
    line-height: 25px;
    font-family: inherit !important;
    font-size: 15px !important;
    color: #828282 !important;
    margin-top: 13px;
    letter-spacing: .5px;
}

div#tab-specification .table-bordered,
div#tab-specification .table-bordered tr td {
    border-color: #ebf3df;
}

div#tab-specification .table-bordered {
    background-color: #fff;
}

.product-info-details-more .nav-tabs>li>a {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 22px;
}

.table-striped>tbody>tr {
    background-color: #fff;
}

form#form-review .table-striped>tbody>tr td {
    border-color: #ebf3df00;
}

form#form-review .table-striped>tbody>tr td p {
    color: #646464;
}

.bg-white.revieww0000 {
    background-color: #fff;
    border: 1px solid #ebf3df;
    padding: 10px 15px;
    margin-top: 20px;
    border-radius: 5px;
}

form#form-review .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.d-flex {
    display: flex !important;
}

.product-info-details-more:has(div#tab-review.active) {
    /* background-color: transparent; */
}

div#tab-review div#review table {
    box-shadow: 0 0 8px 0px #cecece40;
    border-radius: 10px;
    overflow: hidden;
}

div#account-login .well {
    background-color: transparent;
    border-color: #dddddd42;
    box-shadow: none;
}

div#account-login .well:hover {
    box-shadow: 4px 4px 7px #dddddd59;
    border-color: transparent;
    transition: all ease .5s;
}

div#account-login .well h2 {
    font-family: 'Jost';
    font-weight: 500;
    margin-bottom: 20px;
}

div#account-login .well .btn {
    border-radius: 5px;
    background-color: var(--link-hover-color);
    margin: 5px 0;
}

div#account-login .well .form-group label {
    padding: 0;
}

#cart .dropdown-menu>li:last-child p>a {
    border: 1px solid transparent !important;
    border-radius: 5px !important;
    background-color: #006633 !important;
    color: #fff !important;
}

#cart .dropdown-menu>li:last-child p>a:hover {
    background-color: transparent;
    border: 1px solid #006633;
    color: #006633;
    transition: all ease .5s;
}

div#checkout-cart div#content .cart_total_row table.table .btn {
    line-height: 18px;
    border: 1px solid transparent;
}

div#checkout-cart div#content .cart_total_row table.table button.btn.btn-primary {
    background-color: transparent;
    border-color: #006633;
    color: #006633;
}

div#checkout-cart div#content .cart_total_row table.table button.btn.btn-danger {
    background-color: transparent;
    color: #ff0000b8;
    border-color: #ff0000b8;
}

div#checkout-cart div#content .cart_total_row table.table button.btn.btn-primary:hover {
    background-color: #006633;
    color: #fff;
}

div#checkout-cart div#content .cart_total_row table.table button.btn.btn-danger:hover {
    background-color: #ff0000b8;
    color: #fff;
}

div#checkout-cart .buttons .btn {
    background-color: #006633;
    border-radius: 5px;
    margin-bottom: 10px;
}


body.product-category.modal-open .modal-body {
    height: 100vh;
    overflow: scroll;
    padding-bottom: 135px;
}

body.product-category.modal-open .modal-footer {
    position: fixed;
    background-color: #fff;
    width: 99%;
    bottom: 53px;
}

body.product-category.modal-open .list-categories-content {
    max-height: none;
    overflow: hidden;
}

body.product-category.modal-open div#exampleModal .modal-dialog .modal-content {
    height: 100%;
}

body.product-category.modal-open div#exampleModal {
    overflow: hidden;
    padding: 0 !important;
}

body.checkout-cart div#accordion div#collapse-coupon span.input-group-btn input#button-coupon,
body.checkout-cart div#accordion button#button-quote,
body.checkout-cart div#accordion div#collapse-voucher input#button-voucher {
    padding: 7.5px 10px;
    border-radius: 0 5px 5px 0px;
    background-color: #006633;
}

body.checkout-cart div#accordion button#button-quote {
    border-radius: 5px;
}

/* header csssssssssssssssssssssssssssss */
.header-middle {
    background-color: var(--link-hover-color);
}


@media (min-width: 1199px) {
    .col-search {
        width: 55%;
    }

    .col-search {
        left: 305px !important;
    }
}

.col-search {
    box-shadow: 0px 2px 8px #d3ddc5;
}

.header-bottom {
    margin-top: 8px;
}

#search-by-category #sp-btn-search {
    background-color: #81523500;
    color: #000;
    border-left: 1px solid #e2e2e2;
}

#search-by-category .search-container .categories-container .hover-cate .text-selected {
    border-left: 1px solid #eaeaea;
}

#search-by-category .search-container .categories-container .hover-cate .cate-selected span {
    font-size: 15px;
}

#btn-search-category {
    color: #000;
}

.col-cart #top-links .dropdown-toggle:before {
    display: none !important;
}

.col-cart #top-links .dropdown-toggle>i {
    font-size: 22px;
    position: absolute;
    top: 8px;
}

.col-cart #top-links .dropdown-toggle {
    position: relative;
    margin-right: 20px;
}

#cart>.btn:before {
    display: none !important;
}

#cart>.btn svg {
    position: relative;
    left: -5px;
    top: 7px;
}

#cart>.btn {
    position: relative;
}

#search-by-category .search-ajax li .product-thumb .product-item {
    display: flex;
}

#search-by-category .search-ajax li a.product-image {
    width: 20%;
}

#search-by-category .search-ajax li .product-thumb .product-item .caption {
    text-align: start;
}

.price span.discount_price {
    color: #b80000;
    border: 1px solid #b80000;
    border-radius: 50px;
    padding: 1px 7px;
}

#search-by-category .search-ajax .ajax-result-container .ajax-result-list {
    padding: 15px !important;
}

.newsletter-block .newsletter_email {
    border-radius: 5px;
    padding: 10px 15px;
}

.newsletter-block .newsletter-content .content button {
    border-radius: 0 3px 3px 0;
}


.footer-copyright svg {
    position: absolute;
    top: -31px;
}

/* .footer-copyright svg path {
    fill: #294400;
} */
.footer-copyright svg path {
    fill: var(--link-hover-color);
}



#product-product .product-info-details>.inner .d-flex {
    justify-content: space-between;
    align-items: center;
}

#product-product .product-info-details>.inner .d-flex .rating {
    margin: 0;
}

.product-info-details h1 {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'lato', sans-serif !important;
}


.main-row {
    margin-top: 40px;
}

.ajax-body-login .account-register .page-title,
.ajax-body-login .page-title {
    margin: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ajax-body-login .account-register,
.ajax-body-login .account-login {
    border-radius: 5px;
}

.ajax-body-login h2 {
    font-size: 16px;
    letter-spacing: .5px;
    font-weight: 700;
    color: #626262;
    padding: 0;
}

.ajax-content>.ajax-container .register-form-content h3 {
    margin: 20px 0 5px;
}

.ajax-content>.ajax-container .register-form-content p {
    font-size: 14px;
    margin-bottom: 10px;
    letter-spacing: .5px;
}

.ajax-content>.ajax-container .register-form-content .form-group {
    /* float: left;
    width: 51%;
    display: flex;
    flex-direction: column; */
}

.ajax-content>.ajax-container .form-group label.col-sm-2.control-label {
    width: fit-content;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}

.ajax-content>.ajax-container .form-group .col-sm-10 {
    width: auto;
}

.ajax-content>.ajax-container .pull-right input.btn.btn-primary {
    background-color: var(--link-hover-color);
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
    letter-spacing: .5px;
}

.ajax-content>.ajax-container .pull-right input.btn.btn-primary:hover {
    transition: all ease .5s;
    background-color: #65a306a8;
}

.ajax-content>.ajax-container .pull-right .buttons {
    padding-bottom: 5px;
}

.register-form-content {}

/* .ajax-body-login .account-login {width: 35%;} */

/* .ajax-body-login .account-login .form-group {width: 50%;float: left;padding-right: 10px;} */

.ajax-body-login .account-login .form-group label.control-label {
    padding-bottom: 0;
    margin-bottom: 0 !important;
}

.ajax-body-login .action {}

.ajax-body-login .action button.button.btn {
    border-radius: 5px;
    margin-right: 20px;
    background-color: var(--link-hover-color);
}

.ajax-body-login .action button.button.btn:hover {
    transition: all ease .5s;
    background-color: #65a306a8;
}

.full-width .sub-col {
    margin: 0 !important;
}

.main-row.full-width {
    margin: 0;
}

/* rutika 2.5 */

.ajax-body-login .account-register,
.ajax-body-login .account-login {
    max-width: 44rem;
}

.ajax-content>.ajax-container .form-group label.col-sm-2.control-label,
.ajax-body-login .account-login .form-group label.control-label {
    line-height: normal;
    font-weight: 600;
}

.ajax-content>.ajax-container .form-control {
    margin-top: 5px;
    border-radius: 5px;
    box-shadow: none;
    color: #787878;
    font-size: 16px;
    box-shadow: 0 1px 4px 0 rgba(34, 34, 34, .1) inset;
    height: 48px;
}

.ajax-content>.ajax-container .register-form-content h3 {
    margin-bottom: 15px;
}

.forgotten {
    float: none;
    /*text-transform: capitalize;*/
    width: 100%;
    display: block;
    text-align: end;
}

.ajax-body-login .action button.button.btn {
    margin: 0;
}

.ajax-body-login .action {
    display: flex;
    justify-content: space-between;
}

.pull-right.nofloat {
    float: none !important;
}

.ajax-content>.ajax-container .register-form-content .form-group .col-sm-12 {
    padding-right: 0;
}

h1.accuser00 {
    text-align: center;
    font-size: 23px;
    position: relative;
    /* border-bottom: 1px solid #ddd; */
    margin-bottom: 0;
    width: fit-content;
    margin: auto;
    padding-bottom: 15px;
}

h1.accuser00:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    /* background-color: #65a306; */
    background-color: var(--link-hover-color);
    bottom: 0;
    left: 0px;
}

.acch1div {
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}

.pt-menu .ul-top-items .li-top-item:hover .a-top-link,
.pt-menu .ul-top-items .li-top-item:hover .a-top-link i,
.pt-menu .ul-top-items .li-top-item.active .a-top-link {
    color: var(--link-hover-color) !important;
}

.d-none {
    display: none;
}

@media (min-width: 575px) {
    .tool-bar .form-group.input-group {
        width: max-content;
        float: right;
    }
}




@media (max-width:425px) {
    .ajax-body-login .action {
        flex-direction: column;
    }

    .ajax-body-login .action button.button.btn:first-child {
        margin-bottom: 10px;
    }
}


/* rutika */
/*media query*/
@media (max-width: 768px) {
    .buynowbanner_text p {
        padding: 0;
    }

    .nbnner1 {
        background-image: url(https://i.ibb.co/2d50FLN/newrelease1.png);
        background-position: 50%;
    }

    .product-info-details h1 {
        font-size: 24px !important;
    }

    .product-info-details-more {
        /* padding: 15px 0 !important; */
    }

    .footer-copyright svg {
        top: -13px;
    }



    .main-row {
        margin-top: 0;
    }

    body.common-home.mobile-layout .main-row.new_releases {
        margin-top: 0 !important;
    }

    .static-top-store1 {
        margin-top: 20px !important;
    }

    body.common-home .main-row.background-full {
        margin-top: 30px;
        padding: 0;
    }

    .buynowbanner_text h2 {
        font-size: 30px !important;
        margin-bottom: 20px !important;
    }

    .buynowbanner_text p {
        font-size: 17px !important;
        line-height: 28px !important;
        margin-bottom: 11px !important;
    }

    body.product-category.modal-open div#exampleModal .modal-dialog {
        max-width: 320px;
    }


    div#account-account .col-md-4.col-sm-4:nth-child(2) {
        margin: 15px 0;
    }
}

@media (min-width:769px) and (max-width:992px) {
    .product-info-details h1 {
        font-size: 30px !important;
    }
}


@media (max-width:1199px) {
    #product-product .product-info-details>.inner .d-flex {
        display: block !important;
    }

    #product-product .product-info-details>.inner .d-flex .rating {
        margin-top: 15px;
    }
}

@media (max-width:500px) {
    .ajax-content>.ajax-container .form-group {
        width: 100%
    }
}

@media (max-width:1300px) {
    .ajax-body-login .account-login .form-group {
        width: 100%
    }
}










/* rutika css 9//5 */
.col-cart #search-by-category {
    margin-right: 13px !important;
}

#btn-search-category {
    margin-left: 10px;
}

.col-cart #search-by-category .search-container #text-search {
    padding-left: 45px;
}

.headermenu {
    position: absolute;
    top: 60%;
    left: 0;
    margin-top: -23px;
    text-align: left;
    z-index: 10;
    width: 250px;
}

@media (min-width: 1199px) {
    .headermenu {
        /* left: 305px !important; */
    }
}

@media (min-width: 1199px) {
    .headermenu {
        width: fit-content;
    }
}

.headermenu li {
    list-style: none;
    margin-right: 20px;
}

.headermenu li .a-top-link span {
    font-size: 18px;
    color: #fff;
}

.headermenu .ul-top-items {
    display: flex;
    padding: 0;
}

nav#top {
    display: none;
}

.header-bottom {
    display: none;
}

.headermenu ul.ul-top-items {
    display: flex;
    align-items: center;
}

.headermenu ul.ul-top-items li.li-top-item {
    float: none !important;
}

.pt-menu .ul-top-items .li-top-item>a>img {
    width: 20px;
    position: inherit !important;
    top: 8px !important;
    left: 0 !important;
}

.pt-menu.horizontal-menu.pt-menu-bar.visible-lg .ul-top-items .li-top-item .a-top-link {
    padding: 0 0 0 15px !important;
}

.main-row.featuredbg {
    background-color: #0066332e;
    padding-bottom: 40px;
    background-image: url(https://greenarth.com/image/catalog/Rectangle%2020.png);
    background-position: 0% 101%;
    background-repeat-y: no-repeat;
    background-size: 25% auto;
}

.main-row.featuredbg .product-thumb .product-item .caption {
    padding: 5px 15px;
    height: 80px;
}

.main-row.featuredbg .product-item {
    border: 1px solid #0066332e;
}

#search-by-category .search-button,
#wishlist-total,
.compare-header,
#cart>.btn,
#cart>.btn svg g,
.col-cart #top-links .dropdown-toggle {
    color: #fff !important;
}

.main-row.featuredbg .title span {
    color: #000;
}

#wishlist-total .txt-count,
#cart .txt-count {
    background-color: #fff !important;
    color: var(--link-hover-color) !important;
}

#cart>.btn svg g {
    fill: #fff;
}

.main-row.featuredbg .product-thumb .product-item .image img {
    border-radius: 10px 10px 0 0;
}

#product-category .tool-bar {
    background-color: var(--link-hover-color);
}

.col-cart #top-links .dropdown-toggle span,
.col-cart #top-links .dropdown-toggle>i {
    display: block !important;
}

/* about us */
#information-information .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

div#logo {
    display: flex;
    align-items: center;
    gap: 5px;
}

div#logo a.navbar-brand {
    font-size: 18px;
}

header .box-inner-inner {
    padding: 15px 0;
}

body.information-information {
    text-transform: inherit;
}

.abtus1.abtbitus {
    text-align: center;
    margin-bottom: 50px;
}

.abtus1.abtbitus h1 {
    margin-top: 0;
    font-size: 48px;
    color: var(--link-hover-color);
    text-transform: capitalize;
}

.abtus1.abtbitus p {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 30px;
    margin-top: 20px;
}

#information-information .abt2 .row .col-md-6 {
    align-self: center;
}

#information-information .abt2 .row .col-md-6:has(.whygreenimg) {
    background-image: url(https://greenarth.com/image/catalog/ggggggg.png);
    align-self: auto;
    background-position: 50%;
}

.abt2 .whygreendesc {
    padding: 110px 50px;
}

#information-information .abt2 .row .col-md-6:has(.whygreenimg1) {
    background-image: url(https://greenarth.com/image/catalog/mission_bg.png);
    align-self: auto;
    background-position: 50%;
}

#information-information .abt2 .row .col-md-6:has(.whygreenimg2) {
    background-image: url(https://greenarth.com/image/catalog/vision_bg.png);
    align-self: auto;
    background-position: 94% 26%;
}

.abt2 .whygreendesc h2 {
    color: var(--link-hover-color);
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 22px;
}

.abt2 .whygreendesc p {
    font-size: 18px;
    letter-spacing: .5px;
    line-height: 30px;
}

.abt2 .whygreendesc .tovisionsvgdesc {
    text-align: center;
    margin-top: 20px;
}

.abt2 .whygreendesc .tovisionsvgdesc .visionsvg00 {
    width: fit-content;
    margin: auto;
    background-color: #ced7932b;
    padding: 15px;
    border-radius: 50%;
}

.abt2 .whygreendesc .tovisionsvgdesc h5 {
    font-size: 16px;
}

.abt2 .row:last-child .whygreendesc {
    padding: 40px 50px;
}

.contactimg00 img {
    width: 100%;
}

div#information-contact .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.contactimg00 img {
    width: 100%;
}

.contactrow .formtitlecontct h2 {
    color: var(--link-hover-color);
    font-size: 30px;
}

.contactrow .formtitlecontct p {
    color: #b7b7b7;
    font-weight: 700;
    letter-spacing: .5px;
    font-size: 14px;
}

fieldset.contactfield p {
    font-size: 21px;
    margin: 15px 0;
    color: #000;
    letter-spacing: 0.5px;
    font-weight: 500;
}

fieldset.contactfield p {
    font-size: 21px;
    margin: 15px 0;
    color: #000;
    letter-spacing: 0.5px;
    font-weight: 500;
}

fieldset.contactfield .choicediv {
    display: flex;
    gap: 10px;
}

fieldset.contactfield .choicediv .selectchoice {
    width: 35%;
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px 15px;
    background-color: var(--link-hover-color);
    border-radius: 5px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

fieldset.contactfield .choicediv .selectchoice .form-control {
    border: none;
    box-shadow: none;
    background-color: transparent;
    color: #fff;
    letter-spacing: .5px;
    display: flex;
    gap: 10px;
    align-items: baseline;
}

fieldset.contactfield .choicediv .selectchoice .form-control label.form-check-label {
    margin: 0;
    padding: 0;
}

fieldset.contactfield .choicediv .selectchoice .form-control input {
    margin: 0;
    padding: 0;
}

.forminputscontact label,
.generalinqform label {
    text-align: left !important;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
}

.forminputscontact input,
.generalinqform input {
    padding: 25px 15px;
    letter-spacing: 0.9px;
}

.formflex {
    display: flex;
    justify-content: space-between;
}

.formflex .form-group {
    width: 53%;
}

.sustainquestion .form-control {
    border: none;
    box-shadow: none;
    display: flex;
    gap: 5px;
    padding: 6px 0;
}

.contactrow .buttons input {
    border-radius: 5px;
    background-color: var(--link-hover-color);
    font-size: 17px;
    letter-spacing: .5px;
}

.contactrow .col-md-6 {
    align-self: center;
}

.contactrow .col-md-6 {
    align-self: center;
}

.contacttitle {
    text-align: center;
}

.contacttitle h1 {
    color: var(--link-hover-color);
    font-size: 50px;
}

.contacttitle p {
    letter-spacing: .5px;
    font-size: 18px;
}

body.information-contact div#header {
    margin-bottom: 020px;
}

.generalinqform select#select {
    height: 52px;
}

.attachgroup .attach00 {
    position: relative;
    border: 2px dashed #197547;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #10bf0003;
    padding: 45px 0;
}

.attachgroup .attach00 input {
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.attachgroup .attach00 button {
    text-align: center;
    width: fit-content;
    background-color: transparent;
    outline: none;
    border-radius: 5px;
    border: 1px solid #197547;
    padding: 4px 50px;
    color: var(--link-hover-color);
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
    height: fit-content;
    letter-spacing: .5px;
}

.attachgroup .attach00 i.fa.fa-cloud-upload {
    font-size: 35px;
    color: #adadad;
}

.attachgroup .attach00 p.dropfile00 {
    color: #adadad;
    letter-spacing: 3.5px;
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 25px;
}

.product-layout.product-grid .product-thumb {
    border: 1px solid #dddddd45;
    border-radius: 5px;
}

.product-thumb .product-item .caption .inner {
    /* height: 75px; */
    padding: 0 15px;
}

.product-layout.product-list.col-xs-12.product-items .product-thumb .product-item {
    /* border: 1px solid #ddd; */
    border-radius: 5px;
}

.product-layout.product-list.col-xs-12.product-items .product-thumb .product-item {
    margin-bottom: 15px;
}

.product-layout.product-list.col-xs-12.product-items .product-thumb {
    border-bottom: 1px solid #dddddd45;
    margin-bottom: 15px;
}

aside#column-left .col-order-inner {
    border: 1px solid #ddd;
    border-radius: 5px !important;
    padding: 15px !important;
}

.privacytitle h1 {
    font-weight: 600;
    font-size: 42px;
}


.privacytitle p.subtitle strong {
    margin-left: 5px;
}

.privacytitle {
    margin-bottom: 35px;
}

.titlemargin {
    margin-top: 40px;
    margin-bottom: 15px;
    color: #808080;
}

.titlemargin h4 {
    color: #707070;
    letter-spacing: 0.5px;
}

.privacydivmargib00 {
    margin-top: 20px;
}

.privacydivmargib00 p a,
.privacydivmargib00 a,
.privacy-info p a {
    color: var(--link-hover-color);
    font-weight: 700;
}


.tableol ol li {
    margin-bottom: 15px;
}

.tableol ol li a {
    color: #888888;
    letter-spacing: 0.5px;
}

.tableolcontentans {
    margin-top: 40px;
}

.tableorans00 .tableoltitle00 h4 {
    font-weight: 800;
    color: #727272;
    letter-spacing: .5px;
    margin-bottom: 20px;
}


.privacy-info p {
    font-size: 17px;
    letter-spacing: .5px;
    line-height: 27px;
}

.privacy-info p {
    font-size: 17px;
    letter-spacing: .5px;
    line-height: 27px;
}

.tableorans00 {
    margin-top: 45px;
}

.tableorans00 .tableoltitle00 h4 {
    color: #747474;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.underline {
    text-decoration: underline;
    margin: 20px 0;
}

.faqpage .panel.panel-default:has(.panel-collapse.collapse.in) {
    /* border: 1px solid #ddd; */
    box-shadow: 0px 3px 10px #dddddda6;
}

.faqpage .panel.panel-default h4.panel-title a {
    width: 100%;
    display: block;
    padding: 15px;
}

.faqpage .panel.panel-default .panel-heading {
    padding: 0;
    background-color: #fbfbfb;
    border-bottom: 1px solid #ddd !important;
    border: none;
}

.faqpage .panel.panel-default {
    border: none;
    margin: 20px 0;
}

.faqpage .panel.panel-default:has(.panel-collapse.collapse.in) .panel-heading {
    background-color: #006633;
    color: #fff;
}

.faqpage .panel.panel-default h4.panel-title a:hover {
    color: #999999;
}

/* .wrapper:has(div#account-register),
.wrapper:has(div#account-login) {
    background-image: url(https://greenarth.com/image/catalog/seller-login-signup.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
} */

.wrapper:has(div#account-register),
.wrapper:has(div#common-success),
.wrapper:has(div#account-login) {
    background-image: url(https://renbriza.com/greenarth/image/catalog/bgsellerimg.jpg);
    background-size: contain;
    background-attachment: fixed;
    background-repeat-y: no-repeat;
}

.sellercentral {
    max-width: 44%;
    width: 100%;
    /* background-color: #fff; */
    border-radius: 0;
    /* box-shadow: 5px 5px 10px #36363666; */
    padding: 25px 30px;
    margin: 0;
    min-height: 100vh !important;
}

div#account-register>.row,
div#account-login>.row {
    display: flex;
    justify-content: center;
}

.sellercentral .sellerdivtile {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.sellercentral .sellerdivtile .sellertitlesvg {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}


.sellercentral .sellerdivtile .sellerdivtitle00 {
    align-self: center;
}

.sellercentral .sellerdivtile .sellerdivtitle00 h1 {
    margin: 0;
    color: var(--link-hover-color);
    font-size: 30px;
}

p.titleline {
    margin-bottom: 20px;
    font-size: 16px;
    color: #8f8f8f;
    letter-spacing: .5px;
    font-weight: 500;
}

.sellercentral label.control-label {
    padding-top: 0;
    padding-right: 0 !important;
    color: #2c2c2c;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    margin-bottom: 0 !important;
    padding-bottom: 0;
    letter-spacing: .5px;
}

/* .sellercentral .welll label.control-label {
    float: none;
    text-align: left;
    font-size: 14px;
    padding: 0 0;
    margin-bottom: 5px !important;
    letter-spacing: .5px;
    font-weight: 300;
} */

.sellercentral fieldset#account select.selectpicker.form-control,
.sellercentral fieldset#account .form-group.required input,
.sellercentral fieldset#account select {
    color: inherit;
    font-size: 13px;
    height: 47px;
    letter-spacing: .5px;
    box-shadow: none;
    border-color: #EAEAEF;
}

.sellercentral .btn.btn-primary {
    background-color: var(--link-hover-color);
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #fff;
}

div#account-register,
div#account-login {
    max-width: 100%;
    overflow: hidden;
}

.loginques00 {
    text-align: end;
}

.loginques00 strong a:hover {
    color: var(--link-hover-color);
}

.sellercentral .welll input {
    color: inherit;
    font-size: 15px;
    height: 47px;
    letter-spacing: .5px;
    box-shadow: none;
    border-color: #EAEAEF;
}

.sellercentral .welll a.forgottt000 {
    display: block;
    text-align: end;
    font-size: 14px;
    color: #787878;
    letter-spacing: .5px;
}

.sellercentral .welll a.forgottt000:hover {
    color: var(--link-hover-color);
}

.col-logo {
    margin: auto;
}

.forgetregdiv {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.forgetregdiv a {
    width: auto;
    margin: 0;
}

.forgetregdiv a:hover {
    color: var(--link-hover-color);
    cursor: pointer;
}

.ajax-body-login .action button.button.btn {
    width: 100%;
}

#search-by-category .search-ajax {
    min-width: 100% !important;
    max-width: 100% !important;
}

.seller-account {
    background-color: #0066332e !important;
}

@media (min-width: 1200px) {
    .scroll-fixed .box-inner {
        position: relative !important;
        top: 0;
        left: 0;
    }
}

/*#account #custom-field2 label {
    width: 100% !important;
}
#account #custom-field2 div {
    width: 100% !important;
}*/
#account #custom-field2 input {
    color: inherit;
    font-size: 15px;
    height: 47px;
    letter-spacing: .5px;
    box-shadow: none;
    border-color: #EAEAEF;
}

.alert.alert-fix {
    /*position: relative;*/
    position: absolute;
}

.breadcrumbs {
    padding: 5px 0;
}

.breadcrumbs {
    text-align: left;
    background: #f1f1f1 !important;
}

.breadcrumb {
    padding: 11px 0;
    text-align: left;
}

.form-horizontal .control-label {
    text-align: left !important;
}

.headermenu .ul-top-items .li-top-item .a-top-link {
    text-transform: none !important;
}

fieldset#news00 {
    margin-bottom: -40px !important;
}

.forgetregdivr {
    text-align: end;
}

input#input-fname,
input#input-lname {
    text-transform: capitalize !important;
}

.breadcrumbs h1 {
    display: none;
}

.nopadding {
    padding: 0px !important;
}

.su_line {
    font-size: 23px;
}

body.information-seller_contact_us div#header {
    margin-bottom: 20px;
}

.forminputscontact input,
.generalinqform input {
    padding: 15px 15px;
    font-size: 14px !important;
}

fieldset.contactfield p {
    font-size: 18px;
    letter-spacing: .5px;
    margin-bottom: 20px;
}

textarea#input-message {
    font-size: 14px;
}

.forminputscontact label,
.generalinqform label {
    margin-bottom: 7px !important;
    letter-spacing: .5px;
}

span.select2.select2-container.select2-container--default span.select2-selection.select2-selection--single {
    height: 40px;
    border-color: #cccccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span.select2.select2-container.select2-container--default span.select2-selection.select2-selection--single span#select2-scountry-7k-container {
    color: #999;
    font-size: 14px;
    letter-spacing: .5px;
}

span.select2.select2-container.select2-container--default span.select2-selection.select2-selection--single span.select2-selection__arrow {
    position: relative;
}

body.information-seller_contact_us .form-group,
body.information-contact .form-group {
    margin-bottom: 7px;
}

.contacttitle h1 {
    font-size: 30px;
}

.table-bordered td {
    padding: 6px 15px;
}

.cart_img {
    padding-top: 30%;
}

p.text-center {
    font-size: 18px;
    padding-top: 8%;
    /*text-transform: uppercase;*/
    color: #000;
}

.cart_img a.btn.btn-default {
    background: #006633;
    margin: 0px auto;
    float: left;
    text-align: center;
    margin-left: 29%;
    border-radius: 5px !important;
}

.fldiv.col-md-12 {
    padding: 0 0 15px;
}

.form-group.required.col-sm-6.fldiv {
    margin: 0;
    padding: 0;
}

.col-sm-12.fldiv {
    padding-left: 0px;
    padding-right: 15px;
}

label.col-sm-12.fldiv.control-label {
    padding: 0px !important;
}

a#pt-login-link i.fa.fa-user-o {
    display: block;
    line-height: 40px;
    color: #fff !important;
    font-size: 2.4rem !important;
}

label.radio-inline.reg {
    font-size: 14px;
}

.a-close-frm {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.a-close-frm:before {
    font-size: 20px;
}

.ajax-content .ajax-container .register-form-content h3 {
    margin: 15px 0 0;
}

form#ajax-register-form fieldset#account legend {
    margin: 10px 0;
    padding: 7px 0;
}

.ajax-content .ajax-container .register-form-content .form-group {
    margin-bottom: 0;
}

.ajax-content .ajax-container .register-form-content .form-group input {
    height: 30px;
    padding: 5px;
    font-size: 12px;
}

.ajax-content .ajax-container .register-form-content .form-group label {
    padding-bottom: 0;
}

.ajax-content .ajax-container .register-form-content .form-group label.radio-inline.reg {
    width: fit-content;
}

.ajax-content .ajax-container .register-form-content .form-group label input[type="radio"] {
    position: unset;
    height: auto;
    margin-right: 5px;
}

.ajax-content .ajax-container .register-form-content .buttons .pull-right {
    margin-top: 20px;
}

.ajax-content .ajax-container .register-form-content .buttons .pull-right input.btn.btn-primary {
    margin-top: 15px;
}

@media (max-width:1200px) {

    .ajax-body-login .account-register {
        transform: translate(-50%, 0);
        top: 00%;
        left: 50%;
    }

}

a.button.regcreate00:hover {
    color: #063 !important;
}

.sellercentral select.form-control,
.sellercentral label.radio-inline,
.sellercentral label.col-sm-2.control-label,
.tex01,
.loginques00 {
    font-size: 14px !important;
}


.sellercentral {
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


div#fg-shoppartner label.col-sm-2.control-label {
    width: 100%;
    padding-top: 0;
    padding-right: 0 !important;
    color: #2c2c2c;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    margin-bottom: 0 !important;
    padding-bottom: 0;
    letter-spacing: .5px;
}

div#fg-shoppartner .col-sm-10 {
    width: 100%;
}

div#fg-shoppartner .col-sm-10 .input-group input {
    color: inherit;
    font-size: 13px;
    height: 47px;
    letter-spacing: .5px;
    border: none
}

div#fg-shoppartner .col-sm-10 .input-group {
    color: inherit;
    font-size: 13px;
    height: 47px;
    letter-spacing: .5px;
    box-shadow: none;
    border: 1px solid #EAEAEF;
    border-radius: 5px;
}

.logobacktohome {
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
    /* left: 27%; */
    background-color: #006633;
    padding: 50px 30px;
}

.logobacktohome a {
    color: #fff;
    padding-left: 0;
    letter-spacing: 3px;
    white-space: nowrap;
}

div#account-register .fldiv,
div#account-login .fldiv {
    padding: 0 0 2px;
}

div#account-register div.form-group,
div#account-login div.form-group {
    margin-bottom: 3px;
}

@media (max-width:991px) and (min-width:768px) {
    .sellercentral {
        /* max-width: 60%; */
    }

    .logobacktohome {
        /* left: 20%; */
    }
}

@media (max-width: 767px) {

    .loginrgbox00 .loginregcarddiv00 {
        box-shadow: 0 0 10px #36363666 !important;
    }

    .sellercentral {
        max-width: 100%;
        padding: 30px 85px;
    }

    .logobacktohome {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0);
        width: fit-content;
        margin: 15px auto 0;
    }

    .pull-right.tex01.d-flex {
        flex-direction: column;
        gap: 10px;
    }

    div#account-register .buttons,
    div#account-login .buttons {
        display: flex;
        justify-content: center;
    }
}

@media (max-width:575px) {
    .sellercentral {
        padding: 30px 50px;
    }
}

div#account-register p.titleline,
div#account-login p.titleline {
    margin-bottom: 5px;
}

div#account-login input#input-password {
    margin-bottom: 15px;
}

a.register00 {
    text-transform: math-auto;
}

.pull-right.tex01.d-flex,
.loginques00 p {
    text-transform: math-auto;
}

.pull-right.tex01.d-flex {
    gap: 5px;
    align-items: center;
}

.logobacktohome a:hover {
    color: #fff;
}

.regforgot00 {
    justify-content: space-between;
    margin-bottom: 15px;
}

.loginrgbox00 .loginregcarddiv00 {
    background-color: #fff;
    box-shadow: -10px 5px 10px #36363666;
    padding: 70px 30px;
}


.loginrgbox00.row {
    align-items: center;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.logodesc {
    margin: 15px 0;
}

.logodesc p {
    color: #ffffffe3;
    letter-spacing: .5px;
    line-height: 30px;
}

@media (min-width:1441px) {
    .regissellcent {
        max-width: 55%;
    }

    .sellercentral {
        max-width: 55%;
    }
}

@media (min-width:768px) and (max-width:1440px) {
    .regissellcent {
        max-width: 90%;
    }

    .sellercentral {
        max-width: 90%;
    }
}

.logobacktohome div#logo {
    /* border: 1px solid #fff; */
    padding: 4px;
    box-shadow: 0px 0px 20px 0px #00351a;
    cursor: pointer;
    justify-content: center;
}

.logodesc a {
    width: 100%;
    display: block;
    text-align: end;
    font-size: 15px;
    text-decoration: underline;
    letter-spacing: 1px;
}

input#input-shop {
    border: none;
}

.input-group:has(input#input-shop) {
    border: 1px solid #eaeaef;
    overflow: hidden;
    border-radius: 5px;
}

.successpage00 .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    align-items: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
}

.successdesc p {
    font-size: 18px;
    letter-spacing: .5px;
    line-height: 35px;
    font-weight: 400;
}

.successpage00 {
    text-align: center;
}

.top-header {
    padding: 10px;
    background-color: #b6d8d2ad;
    color: #006633;
}

.th-content {
    display: flex;
    justify-content: center;
    gap: 15px;
    font-size: 18px;
    letter-spacing: 0.5px;

}

.slider-values input {
    width: 45px !important;
}

.slider-values {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.f001 {
    display: flex;
}

#check-success .successdesc p {
    font-size: 18px;
    letter-spacing: .5px;
    line-height: 17px !important;
    font-weight: 400;
}

@media (max-width:767px) {
    div#logo {
        margin-left: 30px;
    }

    .mobile-menu .pt-menu-bar i {
        color: white;
    }

    .box-setting>button {
        color: #fff !important;
    }
}

.runningtxtdiv {

    .m-scroll__title {
        display: flex;
        height: 100%;
        white-space: nowrap;
        overflow: hidden;
        transition: all 1s ease;
        padding: 5px 0;

        p {
            margin-bottom: 0;
        }
    }

    .m-scroll__title>div {
        display: flex;
        animation: scrollText 15s infinite linear;
    }

}

@keyframes scrollText {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.pt-menu-bar .ul-top-items .li-top-item a span:after {
    display: none;
}

.block-title,
.products-container .block-title {
    text-align: center;
}

.block-title p,
.breadcrumbs {
    display: none;
}

.block-title .title {
    position: relative;

    /* &:before{
        content: "";
        position: absolute;
        height:100%;
        width:100%;
        top:0;
        left:-40%;
        background-image: url(https://greenarth.com/developer/image/catalog/banner-slider/leaves.png);
        background-size:100px;
        background-repeat:no-repeat;
        background-position:0;
    } */
    &:after {
        content: "";
        position: absolute;
        height: 35px;
        width: 35px;
        top: 0;
        right: -45px;
        background-image: url(https://greenarth.com/developer/image/catalog/banner-slider/leaves.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 0;
    }
}

.category-content .name a {
    display: none !important;
}

/* new  1 aug*/

.topheadclose .btn {
    background-color: transparent;
    color: green;
    padding: 0;
}

/* new  1 aug end*/

@media (min-width:768px) {
    .product-image-details, .product-info-details {
        position: sticky;
        top: 0;
    }
    
    
    .product-thumb .grid-style {
        border: 1px solid #1975474a;
        padding: 10px;
        border-radius: 10px;
    }
}