@import url("plaza/theme_font.css");
:root {
    --rowspace: 60px;
}

html {
    font-size: 62.5%;
}

body {
    line-height: 2.4rem;
    width: 100%;
    font-family: 'SofiaPro';
    overflow-x: hidden;
}

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%;
}

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: 5%;
    width: 5rem;
    height: 5rem;
    line-height: 4.8rem;
    padding: 0;
    text-align: center;
    font-size: 1.8rem;
    z-index: 8;
    border: 1px solid #282829;
    background: #000;
    color: #ffffff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    cursor: pointer;
}

#back-top:hover {
    background: #3d4671;
    color: #fff;
    border-color: #3d4671;
}

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

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

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

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

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

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

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

.pt-block .image>a:before,
.pt-block .image>a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.15);
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
}

.pt-block .image>a:after {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
}

.pt-block .image>a:hover:before,
.pt-block .image>a:hover:after {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.pt-block .image a img,
.post-image 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;
}

.post-image img:hover {
    opacity: 0.7;
}

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

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

/* .static-top-store1 img {
    min-height: 200px;
    object-fit: cover;
} */

.static-top-store1 .col {
    margin-top: 30px;
}

.static-top-store1 .text {
    position: absolute;
    left: 30px;
    top: 50%;
    text-align: left;
    color: #fff;
    max-width: 48%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.static-top-store1 .text1 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    color: #fff
}

.static-top-store1 .text2 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 42px;
}

.static-top-store1 .text3 {
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin: 0;
}

.static-top-store1 .text-2 .text2 {
    font-size: 2.3rem;
    margin-top: 13px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .static-top-store1 .text {
        left: 15px;
        max-width: 50%;
    }
    .static-top-store1 .text1 {
        font-size: 2vw;
    }
    .static-top-store1 .text2 {
        font-size: 2vw;
        margin-bottom: 3vw;
    }
    .static-top-store1 .text-2 .text2 {
        font-size: 2.3vw;
        margin-top: 1vw;
    }
    .static-top-store1 .text3 {
        font-size: 1.2vw;
    }
}

@media (max-width: 991px) {
    .static-top-store1 .row {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }
    .static-top-store1 .col {
        width: auto;
        order: 2;
    }
    .static-top-store1 .col:nth-child(2) {
        order: 1;
    }
    .static-top-store1 .col:nth-child(3) {
        order: 3;
    }
}

@media (max-width: 767px) {
    .static-top-store1 .text {
        max-width: 50%;
    }
    .static-top-store1 .text-2 .text2 {
        margin-bottom: 3vw;
    }
}

@media (max-width: 479px) {
    .static-top-store1 .text {
        left: 15px;
    }
    .static-top-store1 .text1 {
        font-size: 5vw;
        line-height: 1.2;
    }
    .static-top-store1 .text2 {
        font-size: 5vw;
        margin-bottom: 4vw;
    }
    .static-top-store1 .text-2 .text2 {
        font-size: 5vw;
        line-height: 1.2;
    }
    .static-top-store1 .text-2 {
        max-width: 70%;
    }
    .static-top-store1 .text3 {
        font-size: 3vw;
    }
}

@media (max-width: 359px) {
    .static-top-store1 .text {
        left: 15px;
    }
    .static-top-store1 .text1 {
        font-size: 7vw;
    }
    .static-top-store1 .text2 {
        font-size: 7vw;
    }
    .static-top-store1 .text-2 .text2 {
        font-size: 7vw;
    }
    .static-top-store1 .text-2 {
        max-width: 70%;
    }
    .static-top-store1 .text3 {
        font-size: 3.5vw;
    }
}

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

.static-middle-store2 {
    margin-top: calc(var(--rowspace) - 30px);
}

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

.static-middle-store1 .col {
    margin-top: 30px;
}

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

.static-middle-store1 .text .text1 {
    font-size: 3.2rem;
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 1;
    font-weight: 500;
}

.static-middle-store1 .text .text2 {
    font-size: 2.3rem;
    margin-top: 0;
    margin-bottom: 44px;
    font-weight: 300;
    line-height: 1;
}

.static-middle-store1 .text .text3 {
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin: 0;
}

.static-middle-store1 .text .text3 small {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .static-middle-store1 .text {
        left: 15px;
    }
    .static-middle-store1 .text .text1 {
        font-size: 2.2vw;
    }
    .static-middle-store1 .text .text2 {
        font-size: 1.8vw;
        line-height: 1.1;
        margin-bottom: 3vw;
    }
    .static-middle-store1 .text .text3 {
        font-size: 1.2vw;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .static-middle-store1 .text {
        left: 15px;
    }
    .static-middle-store1 .text .text1 {
        font-size: 2.6vw;
    }
    .static-middle-store1 .text .text2 {
        font-size: 2vw;
        line-height: 1.1;
        margin-bottom: 3vw;
    }
    .static-middle-store1 .text .text3 {
        font-size: 1.4vw;
    }
}

@media (max-width: 767px) {
    .static-middle-store1 .text {
        left: 15px;
    }
    .static-middle-store1 .text .text1 {
        font-size: 3.6vw;
    }
    .static-middle-store1 .text .text2 {
        font-size: 3.8vw;
        line-height: 1.1;
        margin-bottom: 3vw;
    }
    .static-middle-store1 .text .text3 {
        font-size: 2.4vw;
    }
}

@media (max-width: 479px) {
    .static-middle-store1 .text {
        left: 15px;
    }
    .static-middle-store1 .text .text1 {
        font-size: 4.6vw;
    }
    .static-middle-store1 .text .text2 {
        font-size: 4.8vw;
        line-height: 1.1;
        margin-bottom: 4vw;
    }
    .static-middle-store1 .text .text3 {
        font-size: 3vw;
    }
}

@media (max-width:359px) {
    .static-middle-store1 .text {
        left: 15px;
        max-width: 60%;
    }
    .static-middle-store1 .text .text1 {
        font-size: 5.6vw;
    }
    .static-middle-store1 .text .text2 {
        font-size: 5.8vw;
        line-height: 1.1;
        margin-bottom: 4vw;
    }
    .static-middle-store1 .text .text3 {
        font-size: 3.5vw;
    }
}

.static-bottom-store1 {
    margin-top: 80px;
}

.static-bottom-store1 .image:hover .text>*:not(a) {
    color: #fff;
}

.static-bottom-store1>.inner {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 30px;
}

.static-bottom-store1 .text {
    position: absolute;
    top: 50%;
    left: 8.5%;
    max-width: 44%;
    text-align: left;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.static-bottom-store1 .text .text1 {
    font-size: 2.8rem;
    margin-top: 0;
    color: #6d604c;
    margin-bottom: 4px;
    font-weight: 400;
}

.static-bottom-store1 .text .text2 {
    font-size: 4.8rem;
    margin-top: 0;
    margin-bottom: 12px;
    color: #6d604c;
}

.static-bottom-store1 .text .text3 {
    color: #6d604c;
    font-size: 2rem;
    line-height: 1.4;
    margin: 0;
}

.static-bottom-store1 .text a {
    font-size: 2.4rem;
    text-transform: uppercase;
    color: var(--link-hover-color);
    background: #fff;
    line-height: 43px;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-weight: 700;
    margin-top: 22px;
}

.static-bottom-store1 .text-2 .text1,
.static-bottom-store1 .text-2 .text2,
.static-bottom-store1 .text-2 .text3 {
    color: #fff;
}

.static-bottom-store1 .text-2 a {
    color: #fe6f42;
}

@media (max-width: 1199px) {
    .static-bottom-store1>.inner {
        grid-gap: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .static-bottom-store1 .text {
        left: 15px;
    }
    .static-bottom-store1 .text {
        max-width: 60%;
    }
    .static-bottom-store1 img {
        min-height: 300px;
        object-fit: cover;
    }
}

@media (max-width: 991px) {
    .static-bottom-store1>.inner {
        grid-template-columns: 100%;
    }
}

@media (max-width: 600px) {
    .static-bottom-store1 .text .text1 {
        font-size: 3.8vw;
    }
    .static-bottom-store1 .text .text2 {
        font-size: 7vw;
        margin-bottom: 1vw;
    }
    .static-bottom-store1 .text .text3 {
        font-size: 2.8vw;
    }
    .static-bottom-store1 .text a {
        font-size: 2.8vw;
        line-height: 6vw;
        padding: 0 3vw;
        margin-top: 3vw;
    }
}

@media (max-width: 479px) {
    .static-bottom-store1 .text {
        left: 5%;
    }
    .static-bottom-store1 .text .text1 {
        font-size: 4.8vw;
    }
    .static-bottom-store1 .text .text2 {
        font-size: 7vw;
        margin-bottom: 1vw;
    }
    .static-bottom-store1 .text .text3 {
        font-size: 3.5vw;
    }
    .static-bottom-store1 .text a {
        font-size: 2.8vw;
        line-height: 6vw;
        padding: 0 3vw;
        margin-top: 3vw;
    }
}

.policy-block {
    text-align: center;
    margin-top: var(--rowspace);
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 23px;
}

.policy-block>.inner {
    margin: 0 -0.5rem;
    overflow: hidden;
}

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

.policy-block .col:after {
    content: "";
    width: 1px;
    height: 37px;
    background: #dedede;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%) skewX(45deg);
    -webkit-transform: translateY(-50%) skewX(45deg);
    -o-transform: translateY(-50%) skewX(45deg);
    -ms-transform: translateY(-50%) skewX(45deg);
    transform: translateY(-50%) skewX(45deg);
}

.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: 500;
    margin-bottom: 2px;
    color: var(--heading-color);
    line-height: 22px;
}

.policy-block .box p {
    margin: auto;
    line-height: 1.8rem;
    color: #6f6f6f;
    font-size: 1.4rem;
}

@media (max-width: 1199px) {
    .policy-block .col {
        width: 50%
    }
    .policy-block .col:nth-child(2):after,
    .policy-block .col:nth-child(4):after {
        opacity: 0;
    }
    .policy-block .col:last-child {
        width: 100%;
    }
    .policy-block .col:nth-child(2n+1) {
        clear: left;
    }
}

@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: 23px;
}

.popular-tags .title h3 {}

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

.popular-tags ul li a {
    line-height: 32px;
    display: inline-block;
    vertical-align: top;
    padding: 0 17px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #69696c;
    background: #f2f2f2;
    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: 18px;
}

.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;
}

.newsletter-block .newsletter-content {}

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

.newsletter-block .newsletter-content .content button {
    font-size: 0;
    text-transform: uppercase;
    text-shadow: none;
    box-shadow: none;
    border: 0;
    background: var(--button-bg-color);
    color: #fff;
    line-height: 50px;
    padding: 0 23px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.newsletter-block .newsletter-content .content button:before {
    content: "\e01f";
    font-size: 2.4rem;
    font-family: 'simple-line-icons';
    display: inline-block;
    vertical-align: top;
}

.newsletter-block .newsletter-content .content button:hover {
    background: var(--button-bg-hover-color);
    color: var(--button-hover-color);
}

.newsletter-block .newsletter_email {
    width: 100%;
    height: 50px;
    border: 0;
    padding: 10px 20px;
    padding-right: 80px;
    font-size: 1.4rem;
    color: #a3a3a3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    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: #a3a3a3;
    opacity: 1;
}

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

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

.newsletter-content :-ms-input-placeholder {
    color: #a3a3a3;
    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: 779px) {
    .brand-logo {
        margin-top: 3vh!important;
    }
    .slider-container {
        padding-top: 10px
    }
    .static-middle-store1 img {
        min-height: 105px;
        object-fit: contain;
    }
}

.brand-logo {
    text-align: center;
    /*margin-top: var(--rowspace)*/
    ;
    padding: 21px 0;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #fff;
}

.brand-logo img {
    margin: auto;
}

.brand-logo img:hover {
    opacity: 0.5;
}

#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: 500px;
    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: #598f8f;
    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;
}

.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: relative;
    z-index: 1200;
    width: 98%;
    padding: 2rem;
    max-width: 92rem;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-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 {
    position: absolute;
    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;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.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: 46px;
    text-align: center;
    background: #fff;
    border: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #000;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.12);
}

.nivo-directionNav a:hover {
    background: #3d4671;
    color: #ffffff;
}

.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: #000000;
}

.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;
    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;
    max-width: 50%;
    left: 50px;
    /*! max-width: 50%; */
    -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,
.slider-content .content .slide-description .text2 {
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 0;
    font-size: 8.6rem;
    letter-spacing: 0;
    margin-bottom: 0;
    color: #2b2d2f;
    line-height: 0.91;
    letter-spacing: -0.04em;
}

.slider-content .content .slide-description .text3 {
    font-size: 2.6rem;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    text-transform: capitalize;
    color: #69696c;
    line-height: 1;
    margin-top: 21px;
}

.slider-content .content .slide-description .text3 span {
    color: #fcc336;
}

.slider-content .content .slide-readmore a {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    color: #fff;
    background: var(--link-hover-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 45px;
    pointer-events: visible;
    line-height: 26px;
    padding: 10px 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
}

.slider-content .content .slide-readmore a:hover {
    opacity: 0.8;
}

@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:1400px) {
    .slider-content .content .slide-description .text1,
    .slider-content .content .slide-description .text2 {
        font-size: 4vw;
    }
    .slider-content .content .slide-description .text3 {
        font-size: 1.6vw;
        margin-top: 2vw;
    }
    .slider-content .content .slide-readmore a {
        font-size: 1.3vw;
        line-height: 3vw;
        padding: 0 2vw;
        margin-top: 3vw;
    }
}

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

@media (max-width:991px) {
    .slider-content .content .slide-description .text3 {
        font-size: 1.8vw;
    }
}

@media (max-width:767px) {
    .plaza-slider img {
        object-fit: cover;
        min-height: 5rem;
    }
    .slider-content .content .slide-description .text1,
    .slider-content .content .slide-description .text2 {
        font-size: 6vw;
    }
    .slider-content .content .slide-description .text3 {
        font-size: 2.6vw;
        margin-top: 2vw;
    }
    .slider-content .content .slide-readmore a {
        font-size: 1.8vw;
        line-height: 5vw;
        padding: 0 3vw;
        margin-top: 3vw;
    }
    .slider-content .content {
        left: 15px;
    }
}

@media (max-width:479px) {
    .slider-content .content {
        left: 0;
    }
    .slider-content .content .slide-description .text1,
    .slider-content .content .slide-description .text2 {
        font-size: 6vw;
    }
    .slider-content .content .slide-description .text3 {
        font-size: 4vw;
        margin-top: 4vw;
        line-height: 1.2;
    }
    .slider-content .content .slide-readmore a {
        font-size: 2.8vw;
        line-height: 6vw;
        padding: 0 3vw;
        margin-top: 3vw;
    }
}

@media (max-width:359px) {
    .slider-content .content {
        left: 0;
    }
    .slider-content .content .slide-description .text1,
    .slider-content .content .slide-description .text2 {
        font-size: 8vw;
    }
    .slider-content .content .slide-description .text3 {
        font-size: 4.6vw;
        margin-top: 5vw;
        line-height: 1.2;
    }
    .slider-content .content .slide-readmore a {
        font-size: 2.8vw;
        line-height: 7vw;
        padding: 0 3vw;
        margin-top: 3vw;
    }
}

.pro-label {
    position: absolute;
    left: 10px;
    top: 10px;
    color: #fff;
    background-color: #fe3737;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
    z-index: 2;
    text-align: center;
    line-height: 22px;
    padding-left: 9px;
    padding-right: 2px;
}

.pro-label:after {
    content: "";
    border-top: 11px solid transparent;
    border-bottom: 11px solid #fe3737;
    border-left: 6px solid #fe3737;
    border-right: 6px solid transparent;
    position: absolute;
    left: 100%;
}

.pro-label.sale {}

.pro-label.new {
    background-color: var(--link-hover-color);
    display: none;
}

.box-label>div:nth-child(2)>span {}

@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;
}

.img-rotate-image {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: #fff;
}

.rotate-image-container:hover .img-rotate-image {
    opacity: 1;
}

.block-title {
    /* margin-bottom: 30px; */
    margin-top: calc(var(--rowspace) - 5px);
    position: relative;
    text-align: left;
    z-index: 1;
    /* border-bottom: 2px solid #ececec; */
}

.block-title:before {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 35px;
    background: #3d4671;
    border-radius: 0 6px 0 0;
}

.block-title .title {
    font-size: 2.7rem;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: relative;
    color: var(--heading-color);
    font-weight: var(--heading-font-weight);
    line-height: 1;
    padding-bottom: 12px;

    background: #2a3151;
    border-radius: 0 6px 6px 0;
}

.block-title .title:before {
    content: '';
    position: absolute;
    left: -9px;
    top: -9px;
    border: 9px solid transparent;
    border-right-color: #000000;
    z-index: -1;
    border-right-width: 13px;
}

.block-title .title+p {
    margin-bottom: 0;
    line-height: 2.4rem;
    margin: auto;
    margin-top: 7px;
    font-size: 1.6rem;
    color: #999;
}

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

.block-title+.pt-content {}

.module-no-title {
    margin-top: 60px;
}

.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-viewport:hover .swiper-button-next,
.swiper-viewport:hover .swiper-button-prev {
    opacity: 1;
}

.swiper-viewport:hover .swiper-button-prev.swiper-button-disabled,
.swiper-viewport:hover .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: 12px;
    height: 12px;
    background: #d6d6d6;
    border-radius: 100%;
    margin: 0 8px;
    opacity: 1;
    border: 1px solid transparent;
}

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

.swiper-pagination-bullet-active {
    background: #fff;
    transform: scale(1.5);
    border-color: #ee7641;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    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: 1rem 1.5rem;
    background: #ffffff;
}

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

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

.pt-content .swiper-viewport .product-thumb.swiper-slide-visible {
    border: 1px solid #efefef;
    border-left: none;
}

.pt-content .swiper-viewport .product-thumb.swiper-slide-visible:first-child {
    border-left: 1px solid #efefef;
}


.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    font-size: 0;
    margin: 0;
    margin-top: -23px;
    width: 46px;
    height: 46px;
    padding: 0;
    line-height: 46px;
    color: #2b2d2f;
    background: #fff;
    border: 0;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    -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;
    -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.12);
}

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

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

.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;
    }
}

.nav-style-2 .swiper-pager {
    position: absolute;
    z-index: 9;
    right: 6px;
    top: -13px;
    width: auto;
}

.nav-style-2 .swiper-button-next,
.nav-style-2 .swiper-button-prev {
    position: static;
    width: 3rem;
    height: 3rem;
    line-height: 2.8rem;
    opacity: 1;
    background: transparent;
    float: right;
    color: #dcdcdc;
    left: auto;
    right: auto;
    margin: 0;
    border: 0;
    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: 2.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-bg-hover-color);
    background: transparent;
}

.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:0.5rem; */
}

.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: 3rem;
}

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

.rating .icon-ratings {
    position: relative;
    float: left;
    height: 16px;
    line-height: 1;
    font-size: 1.6rem;
    margin-right: 2px;
    width: 13px;
}

.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: #f2c31f;
}

.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: 23.405%;
    margin-right: 30px;
}

.box-large-image .col-muti-items {
    float: left;
    width: calc(76.595% - 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;
}

.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;
}

.product-thumb .product-item:hover {
    z-index: 5;
}

.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;
    /* outline: 1px solid #dedede */
}

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

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

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

.product-thumb .product-item .caption .price {
    padding-bottom: 10px;
}

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

.product-thumb .product-item .caption .rating {
    display: block;
    padding-bottom: 8px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 10px;
}

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

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

.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: 14px;
    clear: both;
    margin-top: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-thumb .product-item .caption h2 {
    margin-bottom: 14px;
    clear: both;
    margin-top: 0;
    display: -webkit-box;
    overflow: hidden;
    min-height: 80px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-thumb .product-item .caption h3 {
    margin-bottom: 14px;
    clear: both;
    margin-top: 0;
    display: -webkit-box;
    /* height: 80px; */
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-thumb .product-item .caption h4 a {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    line-height: 20px;
    font-size: 1.5rem;
    color: var(--heading-color);
    display: block;
}

.product-thumb .product-item .caption h2 a {
    max-width: 100%;
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    line-height: 20px;
    font-size: 1.5rem;
    color: var(--heading-color);
    display: block;
    word-break: break-word;
}

.product-thumb .product-item .caption h3 a {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    /* text-transform: uppercase; */
    line-height: 20px;
    font-size: 1.45rem;
    color: var(--heading-color);
    display: block;
}

.product-thumb .product-item .caption h4 a:hover {
    color: #858585;
}

.product-thumb .product-item .image:hover .quickview {
    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 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    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;
}

.product-thumb .product-item .button-quickview:hover {
    background: #fff;
    color: #3d4671;
}

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

.product-thumb .button-group>.inner {
    background: #fff;
    display: inline-block;
    vertical-align: top;
    -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.12);
    padding: 0 14px;
}

.product-thumb .button-group button {
    line-height: 44px;
    background-color: #fff;
    font-weight: normal;
    font-size: 0;
    padding: 0;
    text-align: center;
    color: #2b2d2f;
    margin: 0;
    border: 0;
    width: 33px;
}

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

.product-thumb .button-group button:hover {
    color: #3d4671;
}

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

.product-thumb .button-group button:before {
    content: "\e04f";
    font-family: 'simple-line-icons';
    font-size: 2rem;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}

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

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

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

.list-style {}

.list-style .product-item {
    overflow: hidden;
}

.list-style .product-item .image {
    float: left;
    width: 36.365%;
}

.list-style .product-item .caption {
    padding-left: 15px;
    text-align: left;
    float: left;
    width: 63.635%;
    padding-top: 0;
}

.list-style-2 {}

.list-style-2 .list-style .product-item {
    grid-template-columns: 30.5% auto;
    padding: 12px 0;
}

.list-style-2 .product-thumb .product-item .manufacture-product {
    display: none;
}

.list-style-2 .block-title {
    text-align: left;
    margin-bottom: 27px;
}

.list-style-2 .block-title .title {
    font-size: 3.4rem;
}

.list-style-3 .product-item .caption {
    text-align: center;
    padding-left: 5px !important;
}

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

@media (max-width:767px) {
    .button-quickview {
        display: none !important;
    }
    .list-style-2 .list-style .product-item {
        grid-template-columns: 39.575% auto;
    }
    .list-style .product-item .caption {
        padding-left: 1rem;
    }
}

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

.tabs-product {
    position: relative;
}

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

.tabs-product .tabs-style {
    display: block;
    z-index: 6;
    text-align: center;
    position: absolute;
    right: 0;
    top: 2px;
}

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

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

.tabs-product .tabs-style .nav-tabs>li:after {
    content: "";
    width: 1px;
    height: 12px;
    background: #878b8f;
    position: absolute;
    right: -30px;
    top: 50%;
    -moz-transform: translateY(-50%) skewX(45deg);
    -webkit-transform: translateY(-50%) skewX(45deg);
    -o-transform: translateY(-50%) skewX(45deg);
    -ms-transform: translateY(-50%) skewX(45deg);
    transform: translateY(-50%) skewX(45deg);
}

.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: #828486;
    position: relative;
    padding: 0;
    border: 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.6rem;
}

.tabs-product .tabs-style .nav-tabs>li>a>.image-thumb {
    width: 70px;
    height: 70px;
    margin: auto;
    border: 3px solid var(--link-hover-color);
    background: #fff;
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.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: var(--heading-color);
    background: transparent;
    font-weight: 600;
}

.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: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>a>.image-thumb {
        width: 50px;
        height: 50px;
        padding: 5px;
        border-width: 2px;
    }
    .tabs-product .tabs-style .nav-tabs>li {
        margin: 0 15px 0 0;
    }
    .tabs-product .tabs-style .nav-tabs>li:after {
        display: none;
    }
}

.countdown-module {}

.countdown-module .product-item .countdown-box,
.countdown-module .product-item .text-countdown {
    -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;
}

.countdown-module .product-item:hover .countdown-box,
.countdown-module .product-item:hover .text-countdown {
    opacity: 0;
    pointer-events: none;
}

.countdown-module .box-label {
    margin-top: 30px;
    margin-bottom: 23px;
}

.countdown-module .pro-label.sale {
    position: relative;
    background: transparent;
    line-height: 34px;
    padding: 0px 20px;
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: top;
    top: auto;
    left: auto;
    margin-left: 10px;
}

.countdown-module .pro-label.sale:before {
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #3ad154;
    position: absolute;
    z-index: -1;
    -moz-transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    -o-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    transform: skewX(30deg);
}

.countdown-module .pro-label:after {
    display: none;
}

.countdown-module .product-thumb .product-item {
    border: 0;
    padding: 30px 20px 30px 30px;
    overflow: hidden;
}

.countdown-module .product-thumb .product-item .image {
    padding: 0;
    float: left;
    width: 48.462%;
    padding-bottom: 25px;
}

.countdown-module .product-thumb .button-group {
    text-align: left;
}

.countdown-module .product-item .caption {
    text-align: left;
    padding-left: 15px;
    width: 51.538%;
    padding-top: 0;
}

.countdown-module .price {
    font-size: 2.1rem;
}

.countdown-module .product-thumb .product-item .caption h4 {
    margin-bottom: 19px;
}

.countdown-module .product-thumb .product-item .caption h3 {
    margin-bottom: 19px;
}

.countdown-module .product-thumb .product-item .caption h4 a {
    font-size: 1.8rem;
    line-height: normal;
}

.countdown-module .product-thumb .product-item .caption h3 a {
    font-size: 1.5rem;
    line-height: normal;
}

.countdown-module .product-thumb .product-item .manufacture-product a {
    font-size: 1.4rem;
}

.countdown-module .product-thumb .product-item .category-options {
    opacity: 1;
    pointer-events: visible;
    padding: 0;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.countdown-module .product-thumb .product-item .category-options li {
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.countdown-module .quantity-progress {
    display: block;
}

.quantity-progress {
    display: none;
}

.product-available,
.product-sold {
    float: left;
    margin-bottom: 7px;
    text-transform: capitalize;
    color: #828486;
}

.product-available span,
.product-sold span {
    color: #343b42;
    margin-left: 2px;
}

.product-available {
    float: right;
}

.bar-percent {
    height: 16px;
    background: #efefef;
    width: 100%;
    border-radius: 3rem;
    position: relative;
    overflow: hidden;
}

.available-percent {
    position: absolute;
    height: 100%;
    left: 0;
    background: #fe3737;
}

.text-countdown {
    margin-bottom: 0;
    margin-top: 24px;
    color: #2b2d2f;
}

.text-countdown span {}

.products-container .text-countdown {}

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

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

.countdown-box .box {
    position: relative;
    text-align: center;
    float: left;
    margin-right: 34px;
}

.countdown-box .box:after {
    content: "";
    width: 1px;
    height: 10px;
    background: #aaa;
    position: absolute;
    right: -17px;
    top: 50%;
    -moz-transform: translateY(-50%) skewX(45deg);
    -webkit-transform: translateY(-50%) skewX(45deg);
    -o-transform: translateY(-50%) skewX(45deg);
    -ms-transform: translateY(-50%) skewX(45deg);
    transform: translateY(-50%) skewX(45deg);
}

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

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

.countdown-box .box b {
    font-size: 2rem;
    color: #2b2d2f;
    display: block;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 6px;
}

.countdown-box .box span {
    display: block;
    font-size: 1.1rem;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 300;
    color: #6f6f6f;
}

@media (max-width: 1199px) {
    .countdown-box .box {
        margin-right: 25px
    }
    .countdown-box .box:after {
        right: -12.5px;
    }
}

@media (max-width: 479px) {
    .countdown-module .product-thumb .product-item .image {
        float: none;
        width: 100%;
    }
    .countdown-module .product-item .caption {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .countdown-module .product-thumb .product-item {
        padding: 20px;
    }
}

.special-categories-module {
    margin-top: 3rem;
}

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

.special-categories-module img:hover {
    opacity: 0.7;
}

.special-categories-module .swiper-viewport {}

.special-categories-module .category-content {
    position: relative;
    text-align: center;
}

.special-categories-module .category-content .caption {
    text-align: center;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 38px;
    z-index: 1;
}

.special-categories-module .product-thumb .product-item .caption h4 {
    margin: 0;
}

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

.special-categories-module .category-content .total-items {
    color: #999;
    font-size: 1.3rem;
    text-transform: capitalize;
    margin: 0;
    display: none;
}

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

.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);
}

.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: 2rem;
    font-size: 1.4rem;
    margin: 0;
    list-style: none;
}

.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: 2.2rem;
}

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

@media (max-width: 991px) {
    .special-categories-module .category-content .caption {
        bottom: 20px;
    }
}

.testimonials-full {
    background: #f8f8f8;
    padding: 90px 0;
    margin-top: 100px;
}

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

.testimonial-module {}

.testimonial-module .block-title {
    margin-top: 0;
}

.testimonial-module .block-title .title .word2 {
    font-weight: 400;
}

.testimonial-module .swiper-viewport {
    margin: 0;
}

.testimonial-module .swiper-viewport .swiper-slide {
    padding: 0;
}

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

.testimonial-module .testimonial-box {
    text-align: center;
    max-width: 85rem;
    margin: auto;
}

.testimonial-module .testimonial-box p {
    font-size: 1.3rem;
    line-height: 2rem;
    position: relative;
}

.testimonial-module .testimonial-images {
    text-align: center;
}

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

.testimonial-module .testimonial-author {
    color: var(--heading-color);
    font-size: 1.3rem;
    font-weight: 400;
    display: block;
    margin-top: 2rem;
    text-transform: capitalize;
}

.testimonial-module .testimonial-author:before {
    content: "-";
    margin-right: 5px;
}

.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 (min-width: 992px) {
    .testimonial-module {
        display: grid;
        grid-template-columns: auto 57%;
        grid-column-gap: 60px;
        align-items: center;
    }
    .testimonial-module .block-title {
        margin: 0;
        text-align: right;
        display: grid;
    }
    .testimonial-module .block-title:before,
    .testimonial-module .block-title:after {
        left: auto;
        right: 0;
        margin: 0;
    }
    .testimonial-module .block-title:before {
        right: 20px;
    }
    .testimonial-module .block-title .title+p {
        order: 1;
        margin: 0 0 13px 0;
    }
    .testimonial-module .block-title .title {
        order: 2;
    }
}

#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-item .post-image {
    float: left;
    width: 47.827%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.blog-module .post-item .post-cation {
    overflow: hidden;
    padding-left: 30px;
    padding-top: 22px;
}

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

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

.post-image {
    overflow: hidden;
}

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

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

.post-item .post-cation .post-name a {
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center;
    color: #f6f6f6;
    display: block;
    line-height: 24px;
    text-transform: capitalize;
}

.post-item .post-cation .post-name a:hover {
    color: #3d4671;
}

.post-date-author {
    color: var(--link-hover-color);
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 6px;
}

.post-date {
    display: none;
}

.post-author {}

.post-intro p {
    margin-bottom: 10px;
    margin-top: 15px;
    line-height: 20px;
}

.post-item .post-cation .btn-more {
    margin-top: 23px;
    text-align: center;
    padding: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: 130px;
    margin: 0px auto;
    border-radius: 20px;
    background-color: #f6f6f6;
}

.post-item .post-cation .btn-more a {
    font-size: 1.4rem;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    color: #282829;
    border-bottom: 2px solid;
    text-decoration: none;
}

.post-item .post-cation .btn-more a:hover {
    color: #3d4671;
}

@media (max-width: 1199px) {
    .blog-module .post-item .post-cation {
        padding-top: 0;
    }
}

@media (max-width: 479px) {
    .post-item .post-cation {
        padding-top: 15px;
    }
    .post-item .post-cation .btn-more a {}
    .blog-module .post-item .post-image {
        float: none;
        width: 100%;
    }
    .blog-module .post-item .post-cation {
        padding-left: 0;
        padding-top: 20px;
    }
}

.blog-widget-section {
    margin-bottom: 30px;
   background: #fff;
   border: 2px solid #f0f0f0;
   padding: 22px 28px;
   float:left;
   border-radius: 3px;
   -webkit-border-radius: 3px;
}
@media screen and (max-width:1024px){
 .cal-md-12{
     width:100%;
 }
}

.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 h3 {
    font-size: 2.3rem;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 2px solid #ececec;
    padding-bottom: 12px;
}

.blog-widget .widget-content {
    display: grid;
    grid-template-columns: 3rem 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: 5rem;
}

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

.plaza-blog-post .post-description img {
    margin-bottom: 2rem;
    border: 1px solid #bbbbbb;
}

.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 (max-width: 991px) {
    .social-group .inner {
        grid-template-columns: 100%;
    }
}

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

footer {
    background: #f4f5f6;
    margin-top: var(--rowspace);
    color: #2b2d2f;
}

.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);
}

.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: 0;
    }
}

.footer-links {}

.footer-links .inner {
    padding: 3vh;
    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-top: 12px;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--heading-color);
    padding-bottom: 16px;
}

.footer-links .title:before {
    content: "";
    width: 60px;
    height: 2px;
    background: #e5e5e5;
    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;
}

@media (max-width: 479px) {
    .footer-links .title {
        font-size: 2rem;
    }
}

.footer-links ul.list-unstyled a {
    line-height: 28px;
    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: #969696;
}

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

.footer-phone {
    margin-top: 20px;
}

.footer-phone label {
    font-size: 1.4rem;
    margin-bottom: 1px;
}

.footer-phone p {
    font-size: 2rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 5px 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;
}

.payment {
    float: right;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 30px;
    align-items: center;
    padding: 17px 0;
}

.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: 1.6rem;
    color: #69696c;
    margin-right: 6px;
    text-align: center;
    line-height: 40px;
    width: 40px;
    background: #fff;
    border: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    font-weight: 400;
}

.social a:hover {
    background: var(--link-hover-color);
    color: #fff;
}

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

.footer-copyright {}

.footer-copyright .inner {
    padding: 14px 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #e5e5e5;
}

.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: 0;
    flex: 1 1 auto;
    padding: 10px 0;
}

.footer-copyright .text-powered a {
    color: var(--link-hover-color);
}

.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;
}

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

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 .close:hover,
.alert .close:focus {
    color: var(--link-hover-color);
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    opacity: 1;
}

.breadcrumbs {
    text-align: center;
    background: #f6f6f6;
    padding: 5px 0;
    margin-bottom: 5rem;
}

.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: 3.6rem;
    text-transform: capitalize;
    margin: 0;
    margin-top: 5px;
}

.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: #69696c;
}

@media (max-width: 1199px) {
    .breadcrumbs.has-image>.container {
        top: 10%;
    }
    .breadcrumbs.has-image .category-image .img-thumbnail {
        min-height: 25rem;
        object-fit: cover;
    }
}

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

.btn {
    line-height: 25px;
    padding: 10px;
    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: 30px;
    background: #fff;
    border: 2px solid #f0f0f0;
    padding: 22px 28px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.list-categories h3,
.popular-tags .title h3 {
    font-size: 2.3rem;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 2px solid #ececec;
    padding-bottom: 12px;
}

.list-categories h3:after {
    content: "";
    width: 4rem;
    height: 3px;
    background: var(--link-hover-color);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.list-categories .list-group-item {
    border: 0;
    color: var(--link-color) !Important;
    line-height: 26px;
    text-transform: capitalize;
    background: transparent !important;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 5px 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: #3d4671 !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 {
    margin-top: 20px;
}

.tool-bar {
    margin-bottom: 30px;
    padding: 10px 20px 0 16px;
    border: 1px solid #ededed;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

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

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

.tool-bar-bottom {
    padding-top: 30px;
    border-top: 1px solid #ededed;
}

@media (max-width: 479px) {
    .tool-bar {
        padding-left: 5px;
        padding-right: 5px;
        margin-top:50px!important;
    }
    .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: #5a5a5a;
    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: 30px;
    -webkit-border-radius: 30px;
    font-size: 1.3rem;
    background: transparent;
    padding: 0 10px;
}

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

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

#compare-total:hover {
    color: #3d4671;
    font-weight: 500;
    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: #3d4671;
    color: #fff;
    border-color: #3d4671;
}

.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;
}

.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: 0 0 0 3rem;
    text-align: left;
    width: 68.57%;
}

.product-list .product-thumb .product-item .caption>.inner {
    /* display:grid; */
}

.product-list .product-thumb .product-item .manufacture-product {
    order: 1;
}

.product-list .product-thumb .product-item .caption h4 {
    order: 3;
    /* margin-bottom: 17px; */
}

.product-list .product-thumb .product-item .caption h4 a {
    font-size: 1.8rem;
}

.product-list .product-thumb .product-item .caption .rating {
    order: 2;
    margin-bottom: 12px;
}

.product-list .product-thumb .product-description {
    margin-top: 24px;
    margin-bottom: 0;
    order: 4;
}

.product-list .product-thumb .product-item .caption .price {
    font-size: 2.1rem;
}

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

.product-list .product-thumb .button-cart {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.5rem;
    line-height: 22px;
    padding: 10px 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    border: 0;
    margin-top: 36px;
}

.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: #264581;
    font-weight: 600;
    margin: 0;
    font-size: 1.8rem;
    line-height: 1;
}

.price .price-tax {}

.price .price-new {}

.price .price-old {
    color: #969696;
    font-weight: normal;
    font-size: 1.5rem;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1;
    position: relative;
    margin-left: 3px;
}

.price .price-old:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #969696;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translateY(-50%) skewX(45deg);
    -webkit-transform: translateY(-50%) skewX(45deg);
    -o-transform: translateY(-50%) skewX(45deg);
    -ms-transform: translateY(-50%) skewX(45deg);
    transform: translateY(-50%) skewX(45deg);
    z-index: 1;
}

.price-tax {
    color: #818181;
    font-size: 1.4rem;
    padding: 10px 0px;
    display: block;
    font-weight: 500;
}

.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 #ededed;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.product-image-details .cloud-zoom-gallery img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.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;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

.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 {
    overflow: auto;
    max-height: 100%;
}

.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.3rem;
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 600;
}

.product-info-details h1 a {
    color: #292929;
}

.product-info-details h1 a:hover {
    color: #538383;
}

.product-info-details .rating {
    margin-bottom: 14px;
}

.product-info-details .price {
    font-size: 4.2rem;
}

.product-info-details .price .price-old {
    font-size: 2.8rem;
}

.product-info-details ul.list-unstyled {
    margin: 40px 0;
    margin-bottom: 10px;
    padding-top: 28px;
    font-weight: 500;
    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: #3d4671;
    font-weight: 600;
}

.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: #538383;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    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: 5px 0;
    margin-right: 40px;
    font-size: 1.5rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-weight: 400;
    margin-left: 1px;
}

.product-info-details #product .btn-group button.btn-wishlist:after {
    content: "";
    width: 1px;
    height: 14px;
    background: #6a6b6c;
    position: absolute;
    right: -20px;
    margin-top: -7px;
    top: 50%;
}

.product-info-details #product .btn-group button:last-child {
    margin-right: 0;
}

.product-info-details #product .btn-group button:hover {
    color: #538383;
}

.product-info-details #product .btn-group button:before {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    font-size: 1.6rem;
    content: "\e08a";
    font-family: 'simple-line-icons';
    margin-right: 7px;
}

.product-info-details #product .btn-group button.btn-compare:before {
    content: "\e059";
}

.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: #3d4671;
    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: 2.4rem;
    text-transform: capitalize;
    border: 0;
    font-weight: 500;
    background: transparent;
    margin: 0;
    color: #909396;
    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;
    padding-left: 20px;
    line-height: 24px;
    border: 1px solid #ededed;
    border-radius: 5px;
    background-color: #fbfbfb;
}

.related-products {}

.container {
    width: 100%;
}

.layout-fluid>.container {
    width: auto;
    max-width: 1770px;
}

@media (max-width: 1800px) {
    .layout-fluid .swiper-viewport .swiper-button-next {
        right: 0 !Important;
    }
    .layout-fluid .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) {
    .footer-copyright .links {
        float: none;
        text-align: center;
        padding: 10px 0;
    }
    .payment {
        text-align: center;
        float: none;
        padding: 10px 0;
    }
    .payment img {
        margin: auto;
    }
    .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 .inner {
        padding-top: 37px;
        padding-bottom: 15px;
    }
    .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) {
    .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;
    }
}

@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;
    }
}

@media (max-width:479px) {
    .product-list .product-thumb .product-item .image {
        float: none;
        width: 100%;
    }
    .product-list .product-thumb .product-item .caption {
        padding-left: 0;
        padding-top: 2rem;
        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;
}


/* Layout Minha Conta */

#account-order ul.my-account-order-list {
    /* padding-top: 20px; */
}

#account-order ul.my-account-order-list li.my-account-order-item:first-child {
    margin-top: 0px;
}

#account-order ul.my-account-order-list li.my-account-order-item {
    margin: 15px 0;
    border: 1px solid #CCC;
    /* height: 108px; */
    padding: 25px 10px;
    box-sizing: content-box;
    list-style: none;
}

#account-order ul.my-account-order-list li.my-account-order-item .order-column {
    height: 108px;
    border-right: 1px solid #CCC;
}

#account-order ul.my-account-order-list li.my-account-order-item .expected-date {
    display: block;
    padding: 0 28px;
}

#account-order ul.my-account-order-list li.my-account-order-item .gallery .carousel-overflow .gallery-container {
    position: relative;
    -webkit-transition: left .4s ease-in;
    -moz-transition: left .4s ease-in;
    transition: left .4s ease-in;
    left: 0;
    height: 88px;
}

#account-order ul.my-account-order-list li.my-account-order-item .expected-date div.expected-date-container {
    display: block;
    vertical-align: middle;
    height: 60px;
    text-align: center;
    padding: 25px 0;
}

#account-order ul.my-account-order-list li.my-account-order-item .gallery .carousel-overflow .gallery-container .gallery-item img {
    width: 80px;
    height: 80px;
    text-align: center;
    margin: auto;
    display: block;
}

#account-order ul.my-account-order-list li.my-account-order-item .order-detail {
    height: 108px;
    padding: 0 26px;
}

#account-order ul.my-account-order-list li.my-account-order-item .order-detail .list-detail {
    font-size: 12px;
    display: table-cell;
    vertical-align: middle;
}

#account-order ul.my-account-order-list li.my-account-order-item .order-detail .list-detail .item-detail strong {
    font-weight: bold;
}

#account-order ul.my-account-order-list li.my-account-order-item .order-detail .list-detail .item-detail {
    padding: 5px 0;
}

#account-order ul.my-account-order-list li.my-account-order-item .gallery .carousel-overflow .gallery-container {
    position: relative;
    -webkit-transition: left .4s ease-in;
    -moz-transition: left .4s ease-in;
    transition: left .4s ease-in;
    left: 0;
    display: flex;
    height: 88px;
}


/*BOTOES MINHA CONTA*/

.btn-minha-conta {
    background: #3e444a;
    color: #fff;
    border: none;
    padding: 10px;
    width: 100%;
    font-size: 12px;
}

.btn-minha-conta-delet-md {
    background: #d71530;
    color: #fff;
    border: none;
    padding: 15px;
    width: 100%;
    font-size: 12px;
}

.btn-minha-conta-edit-md {
    background: #3e444a;
    color: #fff;
    border: none;
    padding: 15px;
    width: 100%;
    font-size: 12px;
}

.btn-minha-conta-delet {
    background: #d71530;
    color: #fff;
    border: none;
    padding: 10px;
    width: 100%;
    font-size: 12px;
}

.btn-minha-conta-edit {
    background: #3e444a;
    color: #fff;
    border: none;
    padding: 10px;
    width: 100%;
    font-size: 12px;
}


/*ESTILO DA LISTA DO MOBILE*/

.orders {
    background: #F0F0F0;
    margin-top: -10px;
    padding: 10px 0;
}

.orders .order-item {
    width: 100%;
    height: 138px;
    display: table;
    margin: 10px 0;
    padding: 7px 0;
    background: #fff;
    border: 1px solid #DDD;
    font-size: 12px;
    font-family: Roboto;
    line-height: 18px;
    box-sizing: border-box;
}

.dashboard {
    /*margin-bottom:25px;*/
}

.dashboard-box {
    font-family: "Roboto", "Roboto-regular", "Roboto-light";
    color: #000;
    display: block;
    /*margin-top: 15px;*/
}

.dashboard-box a.dashboard-link .grid-item .middle-box {
    /*display: table-cell;*/
    vertical-align: middle;
    width: 100%;
    height: 100%;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    padding: 50px;
    text-align: center;
}

.middle-box i {
    font-size: 36px;
}

.grid-item {
    margin-bottom: 25px;
}

.dashboard-box a.dashboard-link .grid-item .icon-dashboard {
    font-size: 36px;
}

.dashboard-box a.dashboard-link .grid-item .menu-label {
    margin-top: 10px;
    font-size: 14px;
}

.account-sidebar h3 {
    background: #3d4671;
}

.account-sidebar h3,
.account-sidebar h3 {
    padding: 15px;
    color: #ffffff
}

.account-sidebar .list-group-item {
    background: #ffffff;
    color: #000000;
}

.account-sidebar .list-group-item:hover {}

.secondary-titles {
    text-align: center;
    border-radius: 2px;
    padding: 5px;
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.list-group-item:first-child {
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
}

.list-group-item {
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #888;
    padding: 15px 12px;
    display: block;
    text-decoration: none;
}

.selected {
    font-size: 15px!important;
    background: #73898d !important;
    color: #ffffff !important;
}

.glossary {
    background: #fafafa;
    border-top: 1px solid #f3f1f1;
    padding: 5px;
    margin-bottom: 20px;
}

.glossary-top {
    border: 1px solid #f3f1f1;
}

.btn-marcas {
    line-height: 25px;
    padding: 3px 20px;
    font-size: 1.4rem;
    font-weight: 600;
    background: #b9b9b9;
    color: #FFF !important;
    border: 0;
    border-radius: 5px;
    margin: 5px;
    /* -webkit-border-radius: 30px; */
    box-shadow: none;
    -webkit-box-shadow: none;
    text-transform: uppercase;
}

.indice-marcas {
    display: contents;
    padding: 10 0 10 0 10px;
    font-weight: 700;
    /* width: 62px; */
}

.btn-marcas a {
    color: #FFF !important;
}

.letra-h2 {
    font-weight: normal;
    color: #464646;
    border-bottom: 2px solid #ddd;
}

.termos {}

.marcas-coluna {
    float: left;
    border: 1px solid #f3f1f1;
    padding: 15px;
    margin: 5px;
}

.marcas-coluna:hover {
    background-color: #3d4671;
    color: #fff;
    border-radius: 25px;
}

.marcas-coluna a:hover {
    color: #fff;
}

.footer-bottom {
    padding: 1.2rem 0 0rem;
    margin-top: 0rem;
    background: var(--button-bg-hover-color);
    background: #282829;
}

.pagamento {
    margin-top: 0px;
}

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

.text-powered {
    color: #fff;
}

.color-white {
    color: #fff;
}

.desenvolvido .text-powered {
    padding: 0px!important;
    padding-left: 2vh!Important;
}

.btn-comprar {
    width: 100%;
    margin-top: 10px;
    border-radius: 0;
    background-color: #3d4671 !important;
    transition: 0.5s;
}

.btn-comprar:hover {
    background-color: #2b2d2f!important;
    border-radius: 10px;
}

@media (max-width:779px) {
    #back-top {
        left: 3rem!important;
    }
    .texto-h1 {
        font-size: 1.6rem;
    }
}

@media screen and (min-device-width:780px) and (max-device-width: 1200px) {
    .texto-h1 {
        font-size: 2.6rem;
    }
}

.texto-h1 {
    text-align: center;
    FONT-FAMILY: 'SofiaPro';
    font-weight: 600;
    color: #3d3d3d;
}

.block-title .title h2 {
    font-weight: 500 !important;
    color: #fff;
    padding: 0 18px;
    font-size: 2rem;
}

.related-module .block-title h2 {
    font-size: 2.5rem;
}

#form-review h4 {
    font-size: 2.5rem;
}

.texto-descricao p {
    font-family: Arial, Helvetica, sans-serif;
}

.produto-em-estoque li {
    display: none;
}

.produto-em-estoque span {
    display: none;
}

.produto-em-estoque .disponibilidade:after {
    content: url(/image/disponibilidade.PNG);
    width: 100%;
    margin: 10px auto;
    display: block;
}

.produto-em-estoque .indisponivel:after {
    content: url(/image/indisponivel.png);
    width: 100%;
    margin: 10px auto;
    display: block;
}

.frete-gratis:after {
    content: url(/image/frete-gratis.PNG);
    background-color: #272727;
    width: 100%;
    z-index: 9;
    top: 0px;
    left: 0px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    /* display: block; */
    position: absolute;
    margin-bottom: 8px;
}

.frete:after {
    background-color: #272727;
    width: 100%;
    z-index: 9;
    top: auto;
    text-align: center;
    padding: 5px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.descontos {
    right: 15px;
    top: 15px;
}

.product-item img:hover {
    transform: scale(0.9);
}

.whatsapp_cta {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 352px;
    height: 224px;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    z-index: 100;
    pointer-events: none;
}

.whatsapp_button {
    box-sizing: border-box;
    z-index: 300;
    pointer-events: all;
}

.whatsapp_hover {
    position: relative;
    top: 16px;
    left: 12px;
    z-index: 1;
    opacity: 0;
    box-sizing: border-box;
}

.hover_text {
    font-family: sans-serif;
    font-size: 14.4px;
    color: #fff;
    background-color: #2c8c28;
    border-radius: 14px;
    width: 60%;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    box-sizing: border-box;
}

.whatsapp_form {
    position: absolute;
    width: 90%;
    height: 90%;
    background-color: #2c8c28;
    padding: 4.8px 8px;
    border-radius: 14px;
    transition: 1s;
    opacity: 0;
    display: flex;
    box-sizing: border-box;
    pointer-events: all;
}

.form_container {
    flex-grow: 1;
    box-sizing: border-box;
}

.form_text {
    position: relative;
    resize: none;
    overflow: hidden;
    height: 95%;
    width: 85%;
    background-color: #2c8c28;
    color: #fff;
    font-family: sans-serif;
    outline: 0;
    border-radius: 4px;
    border: 0;
    border-bottom: 2px solid #fff;
    padding: 14.4px 16px;
    font-size: 17.6px;
    box-sizing: border-box;
}

.form_container .form_text:focus {
    outline: 0;
    border: 0;
    border-bottom: 2px solid #fff;
}

.form_container .form_text::placeholder {
    color: #999999;
    font-family: inherit;
}

.form_checkbox {
    position: absolute;
    opacity: 0;
    top: 40%;
    right: 18%;
    width: 72px;
    height: 72px;
    z-index: 350;
    cursor: pointer;
    box-sizing: border-box;
    pointer-events: all;
}

.form_checkbox:checked {
    position: absolute;
    top: -2%;
    left: 80%;
}

.form_checkbox:hover~.whatsapp_hover,
.hover_text {
    animation: grow .6s ease-out forwards;
}

.form_checkbox:checked~.whatsapp_hover,
.hover_text {
    z-index: -1;
    visibility: hidden;
}

.form_checkbox:not(:checked)~.whatsapp_hover,
.hover_text {
    z-index: 1;
    visibility: visible;
}

.form_checkbox:checked~.whatsapp_form {
    opacity: 1;
    visibility: visible;
}

.form_checkbox:not(:checked)~.whatsapp_form {
    visibility: hidden;
}

.form_checkbox:checked~.whatsapp_button {
    position: absolute;
    animation: moveUp .4s ease-out forwards;
}

.form_checkbox:not(:checked)~.whatsapp_button {
    position: absolute;
    top: 0;
    right: 0;
    animation: moveDown .4s .4s ease-out forwards;
}

.icon {
    position: absolute;
    width: 50px;
    height: 64px;
    top: 5%;
    right: 20%;
    z-index: 320;
    box-sizing: border-box;
}

.send_label {
    position: absolute;
    top: 75%;
    right: 3%;
    cursor: pointer;
    box-sizing: border-box;
}

.send_label input {
    display: none;
    box-sizing: border-box;
}

.icon_send {
    width: 32px;
    height: 32px;
    z-index: 20;
    fill: #fff;
    box-sizing: border-box;
}

.bg-black {
    color: #fff;
    background-color: #000000 !important;
}

.bg-white {
    color: #000;
    fill: #000 !important;
    border-color: #000 !important;
    background-color: #fff !important;
}

.bg-gray {
    color: #fff;
    background-color: #676767 !important;
}

.bg-green {
    color: #fff;
    background-color: #2c8c28 !important;
}

.bg-orange {
    color: #fff;
    background-color: #ed3a17 !important;
}

.bg-yellow {
    color: #000;
    fill: #000 !important;
    border-color: #000 !important;
    background-color: #ffea63 !important;
}

.bg-red {
    color: #fff;
    background-color: #e31414 !important;
}

.bg-blue {
    color: #fff;
    background-color: #2997f0 !important;
}

.bg-purple {
    color: #fff;
    background-color: #702ec1 !important;
}

@keyframes grow {
    0% {
        opacity: 0;
        flex-grow: 0;
    }
    16% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        flex-grow: 1;
    }
}

@keyframes moveUp {
    0% {
        position: absolute;
        top: 43%;
        right: 20%;
    }
    100% {
        position: absolute;
        top: 0%;
        right: 0;
    }
}

@keyframes moveDown {
    0% {
        position: absolute;
        top: 0%;
        right: 0;
    }
    100% {
        position: absolute;
        top: 43%;
        right: 20%;
    }
}


/* para mobile */

@media (max-width: 768px) {
    .whatsapp_hover {
        left: 30px;
        display: none;
    }
    .whatsapp_hover .hover-text {
        visibility: hidden;
    }
    .whatsapp_cta {
        width: 100%;
    }
}

.backRight {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: #03A9F4;
}

.backLeft {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background: #673AB7;
}

.login-inner-form {
    max-width: 100%;
    margin: 0 auto;
    color: #535353;
    text-align: center;
}

.details {
    padding: 25px 30px 30px;
    background: #f5f5f5;
    border-radius: 5px 5px 0 0;
}

.login-inner-form img {
    margin-bottom: 10px;
    height: 60px;
}

.login-inner-form h3 {
    margin: 0 0 25px;
    font-size: 20px;
    font-weight: 400;
}

.login-inner-form .form-group {
    margin-bottom: 25px;
}

.login-inner-form .input-text {
    padding: 10px 17px;
    color: #495057!important;
    width: 100%;
    min-height: 45px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    background: transparent;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
}

.checkbox {
    margin: 0 0 25px 20px;
    font-size: 15px;
}

.login-inner-form .form-check {
    float: left;
    margin-bottom: 0;
}

.form-check {
    font-size: 13px;
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .5rem;
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem;
}

.form-check-label {
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 15px;
    text-transform: inherit;
    font-weight: 400;
    color: #535353;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 2px solid #cccccc;
    border-radius: 10%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.login-inner-form .checkbox label::before {
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
}

.form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 0px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.login-inner-form .checkbox a {
    font-size: 15px;
    color: #535353;
    float: right;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.btn-md {
    cursor: pointer;
    padding: 12px 30px 10px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
}

.social-list li {
    display: inline-block;
    font-size: 16px;
    margin-top: 30px;
}

.social-list li a {
    margin: 2px;
    font-size: 16px;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: #fff;
}

.login-inner-form .footer {
    font-size: 15px;
    padding: 15px 20px;
    background-color: #f5f5f5!important;
    border-radius: 0 0 5px 5px;
    border-top: solid 1px #f5f5f5;
    background: #f1f1f1;
}

.footer span a {
    color: #535353;
    font-size: 15px;
}

.login-inner-form .input-text:focus {
    padding: 10px 17px;
    color: #495057!important;
    width: 100%;
    min-height: 45px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #3d4671;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
}

.background-account {
    background-color: white;
    padding: 5px 10px 40px;
    border-radius: 5px;
    text-align: center;
    margin: auto;
    /* display: flow-root; */
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    box-shadow: 10px 10px 13px 0px #bbbb, 5px 5px 15px 5px rgb(0 0 0 / 0%);
}

.background-account h2 {
    color: #3d4671;
    font-weight: 500;
    text-shadow: 20 20 black;
    /* text-shadow: 2px 2px 2px rgb(150 150 150); */
}

.background-cliente {
    background-color: #ffffff;
    padding: 10px 30px 30px;
    border-radius: 5px;
    text-align: center;
    margin: 10px auto;
    /* border-top: 20px solid #f5f5f5; */
}

.background-cliente h2 {
    color: #3d4671;
    font-weight: 500;
    text-shadow: 20 20 black;
    /* text-shadow: 2px 2px 2px rgb(150 150 150); */
}

.background-cliente p {
    color: #2b2d2f;
}

.background-cliente a {
    color: #282829;
}

.background-account img {
    padding-top: 20px;
    border-radius: 0px 70px 0px;
}

.metodo-pagamento {
    font-size: 80%;
    font-weight: 500;
    padding-left: 5px;
}

.frete-sp {
    padding: 10px 0!important;
    display: INLINE-BLOCK;
    line-height: 23px;
    font-weight: 400;
    margin: 0;
    color: #fff;
    font-size: 1.3rem;
    text-decoration: none;
}

@media screen and (min-width:768px) and (max-width:1021px) {
    .product-thumb .product-item .caption h2 a {
        font-size: 1.4rem;
    }
}#product-product{
    padding-top:30px;
}
.filter-attribute-container .list-group-item div a h4 {
 display: block;
 font-size: 1.6rem;
 position: relative;
 color: #69696c;
}
.post-grid{
    padding: 5px;
    background-color: #538383;
    border-radius: 15px;
}
.post-caption{
    padding:20px;
}
.post-description a{
    color:#3d4671;
}
.post-description h2{
    margin-bottom: 1rem;
    font-weight: 700;
    color: #3d4671;
    border-bottom: 2px solid #3d4671;
}
.post-description h3{
    font-weight: 500;
    color: #538383;
    border-bottom: 2px solid #538383;
}
.ul-top-items .li-top-item:hover .a-top-link{
    color: #4d7e80!important;
}
li.active .a-top-link{
    color: #4d7e80!important;
}
.mega-menu-container{
    background: #FFFFFF;
    padding: 0px 10px 0px 10px!important;
    min-width: 270px; 
}
.mega-menu-container .a-mega-second-link{
    color: #f6f6f6!important;
    font-size: 1.6rem;
    text-transform: uppercase!important;
    font-weight: 600!important;
}

.txt-empty {
    padding: 20px;
    border: 1px solid #efefef;
    text-align: center;
    font-size: 21px;
}

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