@import url("tece/theme_font.css");
:root {
    --rowspace: 40px;
}

html {
    font-size: 62.5%;
}

body {
    line-height: 2.4rem;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
}

.fa {
    font-size: 1.4rem;
}

*:focus {
    outline: none !important;
}

h1 {
    font-size: 3.6rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.4rem;
}

h4 {
    font-size: 1.8rem;
}

h5 {
    font-size: 1.4rem;
}

h6 {
    font-size: 1.2rem;
}

img {
    max-width: 100%;
}

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: 20px;
    width: 5rem;
    height: 5rem;
    line-height: 4.8rem;
    padding: 0;
    text-align: center;
    font-size: 1.8rem;
    z-index: 8;
    border: 1px solid var(--link-hover-color);
    background: #fff;
    color: var(--link-hover-color);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    cursor: pointer;
}

#back-top:hover {
    background: var(--link-hover-color);
    color: #fff;
    border-color: var(--link-hover-color);
}

#back-top i {
    vertical-align: top;
    line-height: inherit;
}

@media (min-width: 1700px) {
    #back-top {
        right: 10rem;
    }
}

.full-width,
.full-width>.container,
.full-width .row,
.full-width .fon-row,
.full-width .main-col,
.full-width .sub-col {
    width: 100%;
    margin: 0;
    padding: 0;
}

.background-full {
    background: #f7f8fa;
    padding-bottom: 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;
}

.pt-block .image a img,
.post-image img,
.special-categories-module img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.pt-block .image a:hover img,
.post-item:hover img {
    transform: scale(1.035) rotate(0.05deg);
}

.static-sidebar {
    margin-bottom: 30px;
}

.static-top-store1 {
    margin-top: calc(var(--rowspace) - 30px);
}

.static-top-store1 .image {
    margin-top: 30px;
}

.static-middle1-store1 {
    margin-top: var(--rowspace);
}

.static-middle2-store1 {
    margin-top: var(--rowspace);
}

.static-bottom-store1 {
    margin-top: var(--rowspace);
}

.policy-block {
    text-align: center;
    margin-top: 30px;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 12px 10px;
    background: #fff;
}

.policy-block>.inner {
    margin: 0 -0.5rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.policy-block .col {
    width: 25%;
    position: relative;
    padding: 15px 5px;
}

.policy-block .col:last-child:after {
    opacity: 0;
}

.policy-block .box {
    position: relative;
    margin: auto;
    display: inline-block;
    vertical-align: top;
}

.policy-block .box>.inner {
    display: flex;
    align-items: center;
}

.policy-block .box .text {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 15px;
}

.policy-block .box label {
    font-size: 1.6rem;
    text-transform: capitalize;
    margin: 0;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--heading-color);
    line-height: 22px;
}

.policy-block .box p {
    margin: auto;
    line-height: 1.8rem;
    font-size: 1.3rem;
}

@media (max-width: 991px) {
    .policy-block .col {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .policy-block {
        padding: 20px 10px;
    }
    .policy-block .col::after {
        opacity: 0;
    }
}

@media (max-width: 567px) {
    .policy-block .box>.inner {
        flex-direction: column;
    }
    .policy-block .box .text {
        margin-left: 0;
        margin-top: 10px;
        text-align: center;
    }
}

.popular-tags {}

.popular-tags .title {
    margin-bottom: 30px;
}

.popular-tags .title h3 {}

.popular-tags ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.popular-tags ul li a {
    line-height: 38px;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    margin-right: 5px;
    margin-bottom: 10px;
    color: #555;
    border: 1px solid #ebebeb;
    background: #fff;
    font-weight: 400;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.popular-tags ul li a:last-child {
    margin-right: 0;
}

.popular-tags ul li a:hover {
    background: var(--link-hover-color);
    border-color: var(--link-hover-color);
    color: #fff;
}

.menu-block-bottom {
    margin: 0 -0.7rem;
    margin-bottom: -1.7rem;
    margin-top: 2.1rem;
}

.menu-block-bottom img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.menu-block-bottom img:hover {
    opacity: 0.7;
}

.newsletter-full {
    background: #60710e;
    margin-top: 80px;
}

.newsletter-block .block-title {
    margin-top: 0;
}

.newsletter-block {}

.newsletter-block .newsletter-heading {
    float: left;
    margin-right: 8.5rem;
    padding: 0.5rem 0;
}

.newsletter-block .newsletter-heading h3 {
    font-size: 2rem;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0.5rem;
    letter-spacing: -0.025em;
}

.newsletter-block .newsletter-heading p {
    margin: 0;
}

.newsletter-block .newsletter-heading p span {
    color: var(--link-hover-color);
}

.newsletter-block>.des {
    float: left;
    max-width: 35rem;
}

.newsletter-block>.des p {
    margin: 0;
    color: #222;
    line-height: 3rem;
}

.newsletter-block>.des p span {
    font-weight: 500;
}

.newsletter-block .newsletter-title {
    margin-bottom: 17px;
}

.newsletter-block .newsletter-title h3 {
    display: none;
}

.newsletter-block .newsletter-title h3:before {
    content: "\f2c3";
    font-family: "Ionicons";
    font-size: 4.8rem;
    font-weight: 400;
    margin-right: 20px;
    vertical-align: middle;
    display: inline-block;
}

.newsletter-block .newsletter-title p {
    margin: 0;
}

.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: 1.4rem;
    text-transform: capitalize;
    text-shadow: none;
    box-shadow: none;
    border: 0;
    background: var(--link-hover-color);
    color: #fff;
    line-height: 46px;
    padding: 0 22px;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.newsletter-block .newsletter-content .content button:hover {
    color: #fff;
    background-color: #112c60;
}

.newsletter-block .newsletter_email {
    width: 100%;
    height: 46px;
    border: 0;
    padding: 10px 30px;
    padding-right: 120px;
    font-size: 1.4rem;
    color: #b1b1b1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    text-align: left;
    display: block;
    margin: auto;
}

.newsletter-notification.error {
    color: red;
    margin-top: 1rem;
    line-height: 1;
    font-size: 1.3rem;
    clear: both;
}

.newsletter-notification.success {
    color: #1faf19;
}

.newsletter-content ::-webkit-input-placeholder {
    color: #b1b1b1;
    opacity: 1;
}

.newsletter-content :-moz-placeholder {
    color: #b1b1b1;
    opacity: 1;
}

.newsletter-content ::-moz-placeholder {
    color: #b1b1b1;
    opacity: 1;
}

.newsletter-content :-ms-input-placeholder {
    color: #b1b1b1;
    opacity: 1;
}

.newsletter-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
}

.newsletter-popup .a-close-newsletter-full {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.newsletter-popup:before {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.newsletter-popup .popup-content {
    display: inline-block;
    vertical-align: middle;
    background: #fff url(../image/bkg_popup.jpg) center right no-repeat;
    padding: 9.8rem 5rem;
    text-align: left;
    position: relative;
    max-width: 97rem;
    width: 100%;
    margin: auto;
}

.newsletter-popup .a-close-newsletter {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    padding: 0;
    text-align: center;
    background: #242424;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
}

.newsletter-popup .a-close-newsletter:hover {
    background: var(--link-hover-color);
}

.newsletter-popup .a-close-newsletter:before {
    content: "\f2d7";
    font-family: "Ionicons";
    font-size: 2.1rem;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}

.newsletter-popup .popup-content h3 {
    text-transform: capitalize;
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: 1.7rem;
}

.newsletter-popup .popup-content p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    max-width: 52rem;
    margin-bottom: 3rem;
}

.newsletter-popup .popup-content .content {
    position: relative;
    margin-bottom: 2rem;
    display: inline-block;
    vertical-align: top;
}

.newsletter-popup .popup-content .newsletter_email {
    height: 5rem;
    border: 1px solid #e6e6e6;
    width: 52rem;
    padding: 1rem 2rem;
    padding-right: 13.3rem;
    color: #adadad;
}

.bg-main {
    background-color: var(--link-color) !important;
    color: #fff !important;
}

.bg-main-inverse {
    background-color: var(--link-hover-color) !important;
    color: #fff !important;
}

.color-main {
    color: var(--link-color) !important;
}

.color-main-inverse {
    color: var(--link-hover-color) !important;
}

.border-color-main {
    border-color: var(--link-color) !important;
}

.border-color-main-inverse {
    border-color: var(--link-hover-color) !important;
}

.newsletter-popup .popup-content button.btn {
    height: 4.8rem;
    padding: 0 2rem;
    line-height: 4.8rem;
    position: absolute;
    right: 1px;
    top: 1px;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.newsletter-popup .popup-content .notice .cbk_newsletter {
    margin-top: -2px;
    vertical-align: middle;
    display: inline-block;
}

@media (max-width: 991px) {
    .newsletter-block {
        grid-template-columns: 100%;
    }
}

@media (max-width: 479px) {}

.brand-logo {
    text-align: center;
    margin-top: var(--rowspace);
    padding: 35px 30px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #fff;
}

.brand-logo img {
    margin: auto;
    filter: grayscale(0);
}

.brand-logo img:hover {
    filter: grayscale(100%);
}

#ajax-login-block {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
}

#ajax-loader {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
}

.ajax-load-img {
    display: none;
}

.ajax-body-login {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    overflow: auto !important;
    z-index: 1000;
    display: none;
}

.ajax-body-login .ajax-content {
    max-height: 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: var(--link-hover-color);
    bottom: -1px;
}

.ajax-body-login .account-login {
    display: none;
    margin: 30px auto;
    background-color: #FFFFFF;
    opacity: 1;
    position: relative;
    z-index: 1200;
    width: 90%;
    max-width: 60rem;
    height: auto;
    padding: 2rem;
    top: 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: 90%;
    padding: 2rem;
    max-width: 60rem;
    top: 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: 44px;
    background: #fff;
    text-align: center;
    border: 1px solid #e4e4e4;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #888888;
    transform: translateY(-50%);
}

.nivo-directionNav a:hover {
    background: var(--button-bg-hover-color);
    color: var(--button-hover-color);
}

.nivo-directionNav a:before {
    content: "\f3d3";
    font-family: "Ionicons";
    font-size: 1.8rem;
    display: inline-block;
    vertical-align: top;
}

.nivo-directionNav a.nivo-prevNav:before {
    content: "\f3d2";
}

.nivo-prevNav {
    left: 10px;
}

.nivo-nextNav {
    right: 10px;
}

@media (min-width: 1600px) {
    .nivo-prevNav {
        left: 30px;
    }
    .nivo-nextNav {
        right: 30px;
    }
}

.nivo-controlNav {
    text-align: center;
    padding: 0;
}

.nivo-controlNav a {
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

.nivo-controlNav {
    position: absolute;
    bottom: 4%;
    text-align: center;
    z-index: 9;
    left: 50%;
    line-height: 1;
    transform: translateX(-50%);
}

.nivo-controlNav a:hover,
.nivo-controlNav a.active,
.nivo-controlNav a:hover:after,
.nivo-controlNav a.active:after {
    cursor: pointer;
    background: var(--link-hover-color);
}

.tece-slider {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
}

.tece-slider img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.nivo-controlNav {
    padding: 0 0;
    text-align: center;
}

.nivo-controlNav a {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    height: 14px;
    margin: 0 5px;
    position: relative;
    font-size: 0;
    width: 14px;
    border: 0;
    background: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.nivo-controlNav a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
}

.slide-caption {
    position: absolute;
    left: 0;
    top: 0;
    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;
}

.tece-slider img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

.tece-slider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    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: 0;
    top: 0;
    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: 4%;
    /*! max-width: 50%; */
    color: #fff;
    transform: translateY(-50%);
}

.slider-content.dark .content {
    color: var(--heading-color);
}

.slider-content .content .slide-title h3,
.slider-content .content .sub-title h3 {
    color: #44556f;
    text-transform: none;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1.08;
    margin: 0;
}

.slider-content .content .sub-title h3 {
    margin-bottom: 2.2rem;
}

.slider-content .content .slide-description .text1 {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-bottom: 3px;
    /* font-style: italic; */
}

.slider-content .content .slide-description .text2 {
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 600;
}

.slider-content .content .slide-description .text2 b {
    display: block;
    font-size: 3.8rem;
    text-transform: uppercase;
}

.slider-content .content .slide-description .text3 {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
    text-transform: capitalize;
    line-height: 1;
    margin-top: 20px;
}

.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.4rem;
    font-weight: 700;
    margin-top: 48px;
    pointer-events: visible;
    line-height: 26px;
    padding: 10px 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.slider-content .content .slide-readmore a:hover {
    background: var(--button-bg-color);
}

.mainSlider .swiper-pagination {
    margin-top: -30px;
}

.swiper-viewport.mainSlider .swiper-slide {
    padding: 0;
    background-position: 65% center;
    background-size: cover;
    height: 700px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        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;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        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;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        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: 1199px) {
    .slider-content .content .slide-description .text1 {
        font-size: 1.8vw;
    }
    .slider-content .content .slide-description .text2 {
        font-size: 4vw;
    }
    .slider-content .content .slide-description .text2 b {
        font-size: 5vw;
    }
    .slider-content .content .slide-description .text3 {
        font-size: 1.8vw;
        margin-top: 1.5vw;
    }
    .slider-content .content .slide-readmore a {
        line-height: 4vw;
        padding: 0 1.5vw;
        font-size: 1.4vw;
        margin-top: 3vw;
    }
}

@media (max-width: 767px) {
    .swiper-viewport.mainSlider .swiper-slide {
        height: 350px;
    }
    .slider-content .content {
        /* left: 0; */
    }
    .slider-content .content .slide-description .text1 {
        font-size: 2.8vw;
        margin-bottom: 1vw;
    }
    .slider-content .content .slide-description .text2 {
        font-size: 4.5vw;
    }
    .slider-content .content .slide-description .text3 {
        line-height: 1.3;
        font-size: 2.8vw;
        margin-top: 2.5vw;
    }
    .slider-content .content .slide-readmore a {
        line-height: 5vw;
        padding: 0 2vw;
        font-size: 1.8vw;
        margin-top: 3vw;
    }
}

@media (max-width: 479px) {
    .slider-content .content .slide-description .text1 {
        font-size: 3.8vw;
        margin-bottom: 1vw;
    }
    .slider-content .content .slide-description .text2 {
        font-size: 5.5vw;
    }
    .slider-content .content .slide-description .text2 b {
        font-size: 6.5vw;
    }
    .slider-content .content .slide-description .text3 {
        font-size: 3.5vw;
        margin-top: 2.5vw;
    }
    .slider-content .content .slide-readmore a {
        line-height: 6vw;
        padding: 0 3vw;
        font-size: 2.5vw;
        margin-top: 3vw;
    }
}

@media (max-width: 359px) {}

.box-label {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    margin-left: 5px;
    position: absolute;
    top: 10px;
}

.pro-label {
    color: #fff;
    background-color: var(--link-hover-color);
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    z-index: 2;
    text-align: center;
    line-height: 20px;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.pro-label.stock {
    background-color: #cb1735;
}

.pro-label.sale {
    background-color: var(--link-hover-color);
}

.pro-label.new {
    background-color: #02c8f6;
    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: 27px;
    margin-top: calc(var(--rowspace) - 4px);
    position: relative;
    text-align: left;
}

.block-title .title {
    font-size: 2.2rem;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: relative;
    color: var(--heading-color);
    font-weight: 400;
    line-height: 1;
    font-family: var(--heading-font);
}

.block-title .title .word1 {
    font-weight: var(--heading-font-weight);
}

.block-title .title+p {
    margin-bottom: 0;
    margin-top: 7px;
}

.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: 14px;
    height: 14px;
    background: #d6d6d6;
    border-radius: 100%;
    margin: 0 5px;
    opacity: 1;
    border: 0;
}

.swiper-pagination-bullet:hover {
    /* background: #fff; */
    /* border-color: #ee7641; */
}

.swiper-pagination-bullet-active {
    background: var(--link-hover-color);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 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: 0 1.5rem;
}

.pt-content .swiper-viewport .swiper-slide {
    opacity: 1;
}

.pt-content .swiper-viewport .swiper-slide-visible {
    opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    font-size: 0;
    margin: 0;
    margin-top: -23px;
    width: 46px;
    height: 46px;
    padding: 0;
    background: #fff;
    line-height: 44px;
    color: #888888;
    border: 1px solid #e4e4e4;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    opacity: 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;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--button-bg-hover-color);
    border-color: var(--button-bg-hover-color);
    color: var(--button-hover-color);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: var(--button-hover-color);
}

.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;
    }
    .swiper-viewport.mainSlider .swiper-button-prev {
        left: 20px;
    }
    .swiper-viewport.mainSlider .swiper-button-next {
        right: 20px;
    }
}

@media (max-width: 1199px) {
    .swiper-viewport {
        margin: 0 -0.75rem;
    }
    .swiper-viewport .swiper-slide {
        padding: 0 0.75rem;
    }
}

@media (min-width: 768px) {
    .nav-style-2 .block-title {
        padding-right: 90px;
    }
}

.nav-style-2 .swiper-pager {
    position: absolute;
    z-index: 9;
    right: 15px;
    top: -54px;
    width: auto;
}

.nav-style-2 .swiper-button-next,
.nav-style-2 .swiper-button-prev {
    position: static;
    width: 34px;
    height: 34px;
    line-height: 32px;
    opacity: 1;
    background: #fff;
    float: right;
    color: #888888;
    left: auto;
    right: auto;
    margin: 0;
    border: 1px solid #e4e4e4;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.nav-style-2 .swiper-button-next:before,
.nav-style-2 .swiper-button-prev:before {
    font-size: 1.4rem;
    line-height: inherit;
}

.nav-style-2 .swiper-button-next:before {
    /* content: "\f30f"; */
}

.nav-style-2 .swiper-button-prev:before {
    /* content: "\f2ca"; */
}

.nav-style-2 .swiper-button-next:hover,
.nav-style-2 .swiper-button-prev:hover {
    color: var(--button-hover-color);
    background: var(--button-bg-hover-color);
    border-color: var(--button-bg-hover-color);
}

.nav-style-2 .swiper-button-next.swiper-button-disabled,
.nav-style-2 .swiper-button-prev.swiper-button-disabled {
    opacity: 0.3 !Important;
}

.nav-style-2 .swiper-button-prev {
    margin-right: 10px;
}

@media (max-width: 1199px) {
    .nav-style-2 .swiper-pager {
        right: 7.5px;
    }
}

.rating {
    overflow: hidden;
    line-height: 1;
}

.rating a {
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
    color: #929292;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 1.4rem;
}

.rating a:not(:last-child) {
    margin-left: 15px;
}

.rating a:not(:last-child):after {
    content: "|";
    margin: 0 10px;
    color: #e1e1e1;
}

.rating .icon-ratings {
    position: relative;
    float: left;
    height: 18px;
    line-height: 1;
    font-size: 1.8rem;
    margin-right: 2px;
    width: 15px;
}

.rating .icon-ratings:last-child {
    margin: 0;
}

.rating .icon-rating {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.rating .icon-rating:before {
    content: "\f2fc";
    font-family: "Ionicons";
    font-style: normal;
    color: #d0d0d0;
    vertical-align: top;
    display: inline-block;
    line-height: 1;
}

.rating .icon-rating-x:before {
    color: #fdd835;
}

.ul-swatches-colors {
    list-style: none;
    text-align: left;
    overflow: hidden;
    padding: 0;
}

.ul-swatches-colors li {
    border: 1px solid #e8e8e8;
    float: left;
    position: relative;
    margin-right: 0.3rem;
    padding: 1px;
    border-radius: 100%;
    overflow: hidden;
}

.ul-swatches-colors li:last-child {
    margin-right: 0;
}

.ul-swatches-colors .swatches-options:hover {
    border: 1px solid #E88888;
}

.ul-swatches-colors .swatches-options.checked {
    border: 1px solid #ff0000;
}

.ul-swatches-colors .swatches-options a {
    display: block;
    border-radius: 100%;
}

.ul-swatches-colors .swatches-info {
    border: 0;
    padding: 0;
    border-radius: 0;
}

.option-swatches {
    display: none;
}

.category-options .ul-swatches-colors {
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.col-divide-5 {
    position: relative;
    min-height: 1px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

@media (min-width: 1200px) {
    .col-divide-5 {
        width: 20%;
        float: left;
    }
    #content .col-divide-5:nth-child(5n+1) {
        clear: left;
    }
}

.box-large-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.box-large-item .col-large-item {
    float: left;
    width: calc(34.042% - 30px);
    margin-right: 30px;
}

.box-large-item .col-muti-items {
    float: left;
    width: 65.958%;
}

.col-large-item .product-thumb .product-item {
    border: 2px solid var(--link-hover-color);
}

.col-large-item .product-thumb .button-group {
    border-width: 2px;
    left: -2px;
    right: -2px;
}

.col-large-item .product-thumb .product-item .caption {
    padding: 0 20px;
    padding-bottom: 40px;
    padding-top: 20px;
}

.col-large-item .product-thumb .product-item .manufacture-product {
    margin-top: 37px;
}

.col-large-item .product-thumb .product-item .caption h4 a {
    font-size: 20px;
}

.col-large-item .product-thumb .product-item .caption .price {
    font-size: 2.8rem;
}

.col-large-item .product-thumb .product-item .caption .price .price-old {
    font-size: 1.8rem;
}

.col-large-item .gallery-thumbs {
    padding: 0 9px;
    padding-bottom: 1px;
    margin-top: 12px;
}

.col-large-item .gallery-thumbs .swiper-container {
    padding: 0 !important;
    margin: 0 !important;
}

.col-large-item .gallery-thumbs .swiper-viewport {
    margin: 0 -5px;
}

.col-large-item .gallery-thumbs .swiper-viewport .swiper-slide {
    padding: 0 5px;
    padding-bottom: 1px;
}

.col-large-item .gallery-thumbs .swiper-viewport .swiper-slide>a {
    border: 1px solid #e5e5e5;
    display: inline-block;
    vertical-align: top;
}

.col-large-item .gallery-thumbs .swiper-viewport .swiper-slide>a.active,
.col-large-item .gallery-thumbs .swiper-viewport .swiper-slide>a:hover {
    border-color: var(--link-hover-color);
}

.col-large-item .gallery-thumbs .swiper-pager {
    display: none;
}

.large-module-style2 .col-large-item .product-thumb .product-item .manufacture-product {}

.large-module-style2 .col-muti-items {}

.large-module-style2 .col-large-item {
    float: right;
    margin-right: 0;
    margin-left: 30px;
}

.large-module-style2 .col-large-item .gallery-thumbs {
    margin-top: 0;
    position: absolute;
    display: none;
}

.large-module-style2 .col-large-item .product-thumb .product-item .caption {
    padding-bottom: 38px;
    padding-top: 40px;
}

.large-module-style2 .col-large-item .product-thumb .product-item {
    border-width: 1px;
    border-color: transparent;
}

.large-module-style2 .col-large-item .product-thumb .product-item:hover {
    border-color: var(--link-hover-color);
}

.large-module-style2 .col-large-item .product-thumb .button-group {
    left: -1px;
    right: -1px;
    border-width: 1px;
}

@media (max-width: 1199px) {
    .box-large-item .col-large-item {
        float: left;
        width: calc(34.042% - 15px);
        margin-right: 15px;
    }
    .large-module-style2 .col-large-item {
        float: right;
        margin-right: 0;
        margin-left: 15px;
    }
}

@media (max-width: 767px) {
    .box-large-item .col-large-item {
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
    .box-large-item .col-muti-items {
        width: 100%;
        float: none;
    }
}

.box-large-image {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.box-large-image .col-large-image {
    float: left;
    width: 31.915%;
    margin-right: 30px;
}

.box-large-image .col-muti-items {
    float: left;
    width: calc(68.085% - 30px);
}

@media (max-width: 1199px) {}

@media (max-width: 767px) {
    .box-large-image .col-large-image {
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
    }
    .box-large-image .col-muti-items {
        width: 100%;
        float: none;
    }
}

.product-thumb[data-swiper-row="1"]>div,
.product-thumb[data-swiper-row="2"]>div,
.product-thumb[data-swiper-row="3"]>div,
.product-thumb[data-swiper-row="4"]>div,
.product-thumb[data-swiper-row="5"]>div,
.product-thumb[data-swiper-row="6"]>div {
    margin-top: 30px;
}

.product-thumb .product-item {
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    overflow: hidden;
    margin: 2px 0;
    padding: 5px;
}

.product-thumb .product-item:hover {
    z-index: 5;
    border-color: var(--link-hover-color);
    box-shadow: 0 0 0 1px var(--link-hover-color);
}

.products-container .swiper-container {
    z-index: 0;
}

.item-hover .swiper-container:hover {
    z-index: 5;
}

.product-thumb .product-item .image {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.product-thumb .product-item .image a {
    display: block;
    position: relative;
}

.product-thumb .product-item .caption {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 15px 10px 15px 10px;
}

.product-thumb .product-item .caption>.inner {
    position: relative;
}

.product-thumb .product-item .caption .price {
    display: inline-block;
    vertical-align: top;
}

.product-thumb .product-item .product-description {
    margin-top: 0.9rem;
    line-height: 20px;
}

.product-thumb .product-item .caption .rating {
    display: block;
    margin-bottom: 10px;
}

.product-thumb .product-item .manufacture-product {
    line-height: 1;
}

.product-thumb .product-item .manufacture-product a {
    font-size: 1.2rem;
    color: #999;
    text-transform: uppercase;
}

.product-thumb .product-item .manufacture-product a:hover {
    color: var(--link-hover-color);
}

.product-thumb .product-item .category-options {
    line-height: 1;
    position: absolute;
    right: 0;
    top: 10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.product-thumb .product-item:hover .category-options {
    opacity: 1;
    pointer-events: visible;
    right: 10px;
}

.product-thumb .product-item .ul-swatches-colors li {
    display: block;
    margin: 0 0 2px 0;
    float: none;
    border-color: transparent;
}

.product-thumb .product-item .ul-swatches-colors li:hover,
.product-thumb .product-item .ul-swatches-colors li.checked {
    border-color: var(--link-hover-color);
}

.product-thumb .product-item .caption h4 {
    margin-bottom: 7px;
    clear: both;
    margin-top: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-thumb .product-item .caption h4 a {
    text-transform: capitalize;
    line-height: 1.3;
    font-size: 1.5rem;
    color: var(--heading-color);
    display: block;
    font-weight: 600;
}

.product-thumb .product-item .caption h4 a:hover {
    color: var(--link-hover-color);
}

.product-thumb .product-item .image:hover .quickview {
    opacity: 1;
}

.product-thumb .button-group {
    /*position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;*/
    opacity: 1;
    pointer-events: visible;
    background: #fff;
    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;
}

.product-thumb .product-item .button-quickview:hover {
    background: #fff;
    color: var(--link-hover-color);
}

.product-thumb .product-item .box-price {
    position: relative;
}

.product-thumb .product-item:hover .button-group {
    opacity: 1;
    pointer-events: visible;
    bottom: 0;
}

.product-thumb .button-group>.inner {
    display: flex;
    width: 100%;
}

.product-thumb .button-group button,
.product-thumb .button-group a.button-cart {
    line-height: 30px;
    font-weight: normal;
    font-size: 0;
    padding: 0;
    text-align: center;
    color: #1C3A74;
    margin: 0;
    border: 0;
    width: 30px;
    background: transparent;
}

.product-thumb .button-group button:last-child {
    margin: 0;
}

.product-thumb .button-group button:hover,
.product-thumb .button-group a.button-cart:hover {
    color: var(--link-hover-color);
}

.product-thumb .button-group button span {
    display: none;
}

.product-thumb .button-group button:before {
    font-family: "Ionicons";
    font-size: 2.1rem;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}

.product-thumb .product-item .button-cart:before {
    content: "\f370";
    /* margin-right: 5px;
    margin-top: 3px;*/
    font-family: "Ionicons";
    font-size: 2.1rem;
}

.product-thumb .product-item .button-wishlist:before {
    content: "\f387";
}

.product-thumb .button-group button.button-compare:before {
    content: "\f4a8";
}

.product-thumb .button-group button.button-cart,
.product-thumb .button-group a.button-cart {
    flex: 1 1 auto;
    width: auto;
    text-align: left;
}

.product-thumb .button-group button.button-cart span,
.product-thumb .button-group a.button-cart span {
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.product-thumb .button-group button.button-cart span:after,
.product-thumb .button-group a.button-cart span:after {
    content: "";
    left: 0;
    right: 0;
    background: #1C3A74;
    height: 2px;
    position: absolute;
    bottom: 3px;
}

.product-thumb .button-group button.button-cart:hover span:after,
.product-thumb .button-group a.button-cart:hover span:after {
    background: var(--link-hover-color);
}

.product-thumb .product-item .quickview {
    position: absolute;
    pointer-events: none;
    left: 0;
    right: 0;
    top: 50%;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-thumb .product-item .quickview button {
    width: 46px;
    height: 46px;
    line-height: 46px;
    background: #fff;
    border: 0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    font-size: 0;
    transform: scale(0.7) skewX(45deg);
    transition: all 300ms ease-in-out;
    pointer-events: visible;
}

.product-thumb .product-item .image:hover .quickview button {
    transform: scale(1) skewX(0deg);
}

.product-thumb .product-item .quickview button span {
    display: none;
}

.product-thumb .product-item .quickview button:before {
    content: "\f4a4";
    font-family: "Ionicons";
    font-size: 2.1rem;
    color: #253237;
}

.product-thumb .product-item .quickview button:hover {
    background: var(--link-hover-color);
}

.product-thumb .product-item .quickview button:hover:before {
    color: #fff;
}

.list-style {}

.list-style .product-item {
    overflow: hidden;
    padding: 5px;
}

.list-style .product-item .image {
    float: left;
    width: 41.38%;
}

.list-style .product-item .caption {
    padding-left: 15px;
    text-align: left;
    float: left;
    width: 58.62%;
    padding-top: 8px;
    padding-right: 0;
    padding-bottom: 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) and (min-width: 360px) {
    .product-thumb .button-group button.button-cart span,
    .product-thumb .button-group a.button-cart span {
        display: none;
    }
    .product-thumb .button-group button.button-cart:before,
    .product-thumb .button-group a.button-cart:before {
        content: "\f370";
        font-family: "Ionicons";
        font-size: 2.1rem;
    }
}

.tabs-product {
    position: relative;
}

.tabs-product .block-title .title+p {
    max-width: 300px;
}

.tabs-product .tabs-style {
    display: block;
    z-index: 6;
    text-align: center;
    position: absolute;
    right: 100px;
    top: -4px;
}

.tabs-product .tabs-style .nav-tabs {
    margin: 0;
    border: 0;
    text-align: left;
}

.tabs-product .tabs-style .nav-tabs>li {
    float: none;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 5px 0;
}

.tabs-product .tabs-style .nav-tabs>li:last-child {
    margin: 0;
}

.tabs-product .tabs-style .nav-tabs>li:last-child:after {
    opacity: 0;
    display: none;
}

.tabs-product .tabs-style .nav-tabs>li>a {
    margin: 0;
    color: #253237;
    position: relative;
    padding: 0 20px;
    border: 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tabs-product .tabs-style .nav-tabs>li>a>.image-thumb {
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
}

.tabs-product .tabs-style .nav-tabs>li>a>.image-thumb>span {
    flex: auto;
}

.tabs-product .tabs-style .nav-tabs>li>a>span {
    display: block;
}

.tabs-product .tabs-style .nav-tabs>li>a:hover,
.tabs-product .tabs-style .nav-tabs>li.active>a {
    color: #fff;
    background: var(--link-hover-color);
}

.tabs-product .tabs-style .nav-tabs>li.active>a {
    /* font-weight: 700; */
}

.tabs-product .tabs-style .nav-tabs>li.active>a>.image-thumb {
    /* background: var(--link-hover-color); */
}

.tabs-product .tabs-style .nav-tabs>li.active>a>.image-thumb img {
    /* Safari 6.0 - 9.0 */
    /* -webkit-filter: brightness(0) invert(1); */
    /* filter: brightness(0) invert(1); */
}

@media (max-width: 991px) {
    .tabs-product .tabs-style {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .tabs-product .block-title {
        margin-bottom: 10px;
    }
    .tabs-product .tabs-style {
        position: relative;
        top: auto;
        right: auto;
        margin-bottom: 25px;
    }
}

@media (max-width: 479px) {
    .tabs-product .tabs-style .nav-tabs>li {
        margin: 0;
        padding: 5px 0;
    }
}

.countdown-module {}

.countdown-module .product-thumb .product-item {
    border: 2px solid var(--link-hover-color);
}

.countdown-module .product-thumb .product-item .caption {
    text-align: center;
    padding-bottom: 41px;
}

.countdown-module .product-thumb .product-item .caption .rating {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 12px;
}

.countdown-module .product-thumb .product-item .manufacture-product a {
    font-size: 1.5rem;
}

.countdown-module .product-thumb .product-item .caption h4 a {
    font-size: 1.8rem;
}

.countdown-module .product-thumb .product-item .caption h4 {
    margin-bottom: 10px;
}

.countdown-module .product-thumb .product-item .caption .price,
.countdown-module .product-thumb .product-item .caption .price .price-old {
    font-size: 1.7rem;
}

.countdown-module .list-style .product-item {
    padding: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.countdown-module .list-style .product-item .image {
    width: 46.648%;
}

.countdown-module .list-style .product-item .caption {
    width: 53.352%;
    padding: 28px;
}

.countdown-module .list-style .text-countdown {
    margin-right: 20px;
}

.countdown-module .quantity-progress {
    display: block;
    margin-top: 17px;
}

.countdown-module .countdown-box-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 21px;
}

.countdown-module .product-thumb .button-group {
    height: 48px;
    display: flex;
    align-items: center;
}

.quantity-progress {
    display: none;
}

.product-available,
.product-sold {
    float: left;
    margin-bottom: 3px;
    text-transform: capitalize;
    color: #777;
}

.product-available span,
.product-sold span {
    color: #253237;
    margin-left: 2px;
    font-weight: 700;
}

.product-available {
    float: right;
}

.bar-percent {
    height: 4px;
    background: #efefef;
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    position: relative;
    overflow: hidden;
}

.available-percent {
    position: absolute;
    height: 100%;
    left: 0;
    background: var(--link-hover-color);
}

.text-countdown {
    margin-bottom: 0;
    margin-top: 24px;
    color: #777;
}

.products-container .text-countdown span {
    display: block;
}

.products-container .text-countdown {
    margin-top: 0;
    margin-right: 30px;
    line-height: 19px;
}

.products-container .countdown-box {
    margin: 0;
}

.countdown-box {
    margin-bottom: 0;
    margin-top: 9px;
}

.countdown-box>.inner {
    overflow: hidden;
}

.countdown-box .box {
    position: relative;
    text-align: center;
    float: left;
    margin-right: 22px;
}

.countdown-box .box b:after {
    content: ":";
    position: absolute;
    right: -14px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.countdown-box .box:last-child {
    margin: 0;
}

.countdown-box .box:last-child b:after {
    opacity: 0;
}

.countdown-box .box b {
    font-size: 2.2rem;
    color: #253237;
    display: block;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 6px;
    position: relative;
}

.countdown-box .box span {
    display: block;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1;
    color: #999;
}

@media (max-width: 1450px) {
    .countdown-module .list-style .product-item .caption {
        padding: 20px;
    }
    .countdown-module .list-style .countdown-box-flex {
        display: block;
    }
    .products-container .list-style .text-countdown {
        margin: 0 0 20px 0;
    }
    .products-container .list-style .countdown-box>.inner {
        display: inline-block;
        vertical-align: top;
    }
}

@media (max-width: 1199px) {
    .countdown-module .countdown-box-flex {
        display: block;
    }
    .products-container .text-countdown {
        margin: 0 0 20px 0;
    }
    .products-container .countdown-box>.inner {
        display: inline-block;
        vertical-align: top;
    }
}

@media (max-width: 767px) {
    .countdown-module .product-thumb .grid-style .product-item .caption {
        padding-bottom: 20px;
    }
}

@media (max-width: 639px) and (min-width: 480px) {
    .products-container .countdown-box .box b {
        font-size: 1.8rem;
    }
    .products-container .countdown-box .box b:after {
        opacity: 0;
    }
    .products-container .countdown-box .box {
        margin-right: 10px;
    }
}

@media (max-width: 479px) {
    .countdown-module .list-style .product-item .image {
        width: 100%;
    }
    .countdown-module .list-style .product-item .caption {
        width: 100%;
        padding: 28px;
    }
}

.special-categories-module {
    padding: 29px 0;
}

.special-categories-module .block-title {
    display: none;
}

.special-categories-module .category-content .image a {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.special-categories-module .swiper-viewport {}

.special-categories-module .category-content {
    position: relative;
    text-align: center;
    border: 1px solid #ededed;
}

.special-categories-module .category-content:hover {
    border-color: var(--link-hover-color);
}

.special-categories-module .category-content .image {
    border-bottom: 1px solid #ededed;
}

.special-categories-module .category-content .image a,
.special-categories-module .category-content a img {
    /* width: 100%; */
}

.special-categories-module .category-content .caption {
    padding: 10px;
}

.special-categories-module .category-content:hover .caption {
    background-color: #f9f9f9;
}

.special-categories-module .category-content .caption h4 {
    margin: 0 0 0 0;
}

.special-categories-module .category-content h4 a {
    font-size: 1.4rem;
    font-weight: normal;
}

.special-categories-module .category-content .total-items {
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 6px;
    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);
}

.special-categories-module .category-content .view-more {
    color: #253237;
    display: none;
}

.special-categories-module .category-content .view-more:after {
    content: "\f362";
    font-family: "Ionicons";
    font-size: 1.6rem;
    color: var(--link-hover-color);
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.special-categories-module .category-content .view-more:hover {
    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: 30px;
}

@media (max-width: 991px) {}

.testimonials-full {
    background: url(../image/bkg_ttm.jpg) center no-repeat;
    margin-top: var(--rowspace);
    background-size: cover;
    padding-bottom: calc(var(--rowspace) - 7px);
}

@media (max-width: 991px) {
    .testimonials-full {
        margin-top: 50px;
        padding: 40px 0;
    }
}

.testimonial-module {}

.testimonial-module .swiper-pagination-bullet {
    background: #fff;
}

.testimonial-module .swiper-pagination-bullet.swiper-pagination-bullet-active,
.testimonial-module .swiper-pagination-bullet:hover {
    background: var(--link-hover-color);
}

.testimonial-module .swiper-container {
    padding: 25px 0;
    margin-top: -25px;
    margin-bottom: -25px;
}

.testimonial-module .gallery-thumbs {
    max-width: 31rem;
    margin-bottom: 2.5rem;
}

.testimonial-module .testimonial-box {
    text-align: left;
    background: #fff;
    padding: 34px 30px 40px 45px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.testimonial-module .testimonial-box p {
    line-height: 22px;
    position: relative;
    color: #555;
}

.testimonial-module .testimonial-content .inner {
    position: relative;
    padding-left: 105px;
}

.testimonial-module .testimonial-images {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonial-module .testimonial-images a {
    border: 3px solid #fff;
    display: inline-block;
    vertical-align: top;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.testimonial-module .testimonial-images.active {}

.testimonial-module .testimonial-author {
    color: var(--heading-color);
    font-size: 1.4rem;
    font-weight: 700;
    display: block;
    margin-top: 26px;
    text-transform: capitalize;
}

.testimonial-module .testimonial-author:before {
    content: "\f347";
    margin-right: 17px;
    font-family: "Ionicons";
    font-size: 4rem;
    color: var(--link-hover-color);
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
}

.testimonial-module .rating {
    display: inline-block;
    vertical-align: top;
    margin-top: 27px;
    margin-bottom: 20px;
}

.testimonial-module .rating .icon-rating-x:before {
    color: var(--link-hover-color);
}

.testimonial-module .rating .icon-ratings {
    margin-right: 0.5rem;
}

.testimonial-module .rating .icon-ratings:last-child {
    margin: 0;
}

@media (max-width: 479px) {
    .testimonial-module .testimonial-images {
        width: 80px;
    }
    .testimonial-module .testimonial-content .inner {
        padding-left: 50px;
    }
}

#instagram_block_home {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-top: 6px;
}

#instagram_block_home .block-title {
    /*! display: none; */
}

#instagram_block_home .swiper-viewport {
    margin: 0 -2.5px;
}

#instagram_block_home .swiper-viewport .swiper-slide {
    padding: 0 2.5px;
}

#instagram_block_home .fancybox {
    position: relative;
    margin-bottom: 5px;
}

#instagram_block_home .fancybox:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    display: grid;
    align-content: center;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 0;
}

#instagram_block_home .fancybox:hover:before {
    opacity: 0.8;
}

#instagram_block_home .fancybox:hover .box-cmt {
    opacity: 1;
}

#instagram_block_home .fancybox .box-cmt {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    font-size: 1.4rem;
    color: #fff;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#instagram_block_home .fancybox .box-cmt>span {
    display: inline-block;
    vertical-align: top;
    margin-right: 2rem;
}

#instagram_block_home .fancybox .box-cmt>span:last-child {
    margin: 0;
}

#instagram_block_home .fancybox .box-cmt>span:before {
    content: "\f443";
    font-family: "Ionicons";
    font-size: 1.6rem;
    margin-right: 6px;
}

#instagram_block_home .fancybox .box-cmt .comment-count:before {
    content: "\f3fa";
}

#instagram_block_home .fancybox img {
    width: 100%;
}

#instagram_block_home .text-follow {
    text-align: center;
    margin-bottom: 0;
    margin-top: 3.3rem;
    background: url(../image/line_instagram.png) center no-repeat;
    background-size: contain;
}

#instagram_block_home .text-follow a {
    font-size: 1.2rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 2rem;
    background: #fff;
    position: relative;
    color: #707070;
}

#instagram_block_home .text-follow a:hover {
    color: var(--link-hover-color);
}

@media (max-width: 991px) {
    #instagram_block_home {}
}

.blog-full {
    padding-bottom: 9.4rem;
    border-bottom: 1px solid #ebebeb;
}

@media (max-width: 991px) {
    .blog-full {
        padding-bottom: 4.4rem;
    }
}

.blog-module {}

.blog-module .post-intro p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-module .post-item .post-cation .post-name a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog-module .post-item .post-cation {
    padding-left: 10px;
    padding-right: 10px;
}

.post-image {
    overflow: hidden;
    position: relative;
}

.post-item .post-cation {
    text-align: left;
    padding-top: 27px;
}

.post-item .post-cation .post-name {
    margin: 0;
    margin-top: 0;
    position: relative;
    margin-bottom: 10px;
}

.post-item .post-cation .post-name a {
    font-size: 1.6rem;
    font-weight: 700;
    display: block;
    line-height: 1.3;
    text-transform: capitalize;
}

.post-item .post-cation .post-name a:hover {
    color: var(--link-hover-color);
}

.post-date-author {}

.post-date,
.post-author {
    line-height: 28px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    text-transform: capitalize;
    color: #253237;
    padding: 0 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 1.2rem;
    position: absolute;
    bottom: 10px;
}

.post-date {
    left: 10px;
}

.post-author {
    right: 10px;
}

.post-intro p {
    margin-bottom: 10px;
    line-height: 22px;
    color: #555;
}

.post-item .post-cation .btn-more {
    margin-top: 28px;
}

.post-item .post-cation .btn-more a {
    font-size: 1.4rem;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    text-decoration: none;
    color: var(--link-hover-color);
    text-decoration: underline;
}

.post-item .post-cation .btn-more a:hover {
    color: #253237;
}

.blog-widget-section {
    margin-bottom: 3rem;
}

.blog-widget-section:last-child {
    margin-bottom: 0;
}

.blog-widget-section .widget-content {
    line-height: 3rem;
}

.blog-widget-section .title {
    text-align: left;
    margin-bottom: 2.5rem;
    position: relative;
}

.blog-widget-section .cat-title {
    margin-bottom: 1.8rem;
}

.blog-widget-section .title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #ebebeb;
}

.blog-widget-section .title h3 {
    background: #fff;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 2rem;
    margin: 0;
    font-size: 2.2rem;
}

.blog-widget .widget-content {
    display: grid;
    grid-template-columns: 7.5rem auto;
    margin-bottom: 2rem;
}

.latest-post-content {
    padding-left: 1.5rem;
}

.blog-widget .latest-post-name {
    margin-top: 0;
    margin-bottom: 0;
}

.blog-widget .latest-post-name a {
    display: block;
    line-height: 1.3;
    color: var(--heading-color);
    font-size: 1.6rem;
}

.blog-widget .latest-post-name a:hover {
    color: var(--link-hover-color)
}

.tool-bar .post-item-limit {
    max-width: 20rem;
    float: right;
}

.post-layout {
    margin-bottom: 40px;
}

.post-grid .post-intro {
    display: block;
}

.post-list .post-item .post-cation {
    padding: 0;
    text-align: left;
}

.tece-blog-post .post-container .post-title h1 {
    margin-top: 0;
    font-size: 5rem;
}

.tece-blog-post .post-container .post-date {
    color: #999;
    margin-bottom: 2.5rem;
    display: block;
}

.tece-blog-post .post-description img {
    margin-bottom: 2rem;
}

.blog-widget-slider {
    margin-top: 5rem;
}

.tece-blog-category .main {
    position: relative;
}

.tece-blog-category .page-title h1 {
    margin-top: 0;
}

.tece-blog-category .page-title+p {
    margin-bottom: 2.5rem;
}

@media (max-width: 991px) {
    .blog-widget-section {
        margin-top: 3rem;
    }
    .tece-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;
    }
    .tece-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 img {
    max-width: 250px;
}

.footer-contact-us .content {}

.footer-contact-us .content>div {
    padding-left: 50px;
    position: relative;
}

.footer-contact-us .content>div:before {
    content: "\f455";
    position: absolute;
    font-family: "Ionicons";
    font-size: 4rem;
    color: var(--link-hover-color);
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-contact-us .content>div.phone:before {
    content: "\f4b8";
}

.footer-contact-us .content>div.email:before {
    content: "\f422";
}

.footer-contact-us .content>div label {
    color: var(--link-hover-color);
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 6px;
}

.footer-contact-us .content>div p {
    margin: 0;
    line-height: 1;
    color: #777777;
}

@media (min-width: 992px) {
    .col-before {
        position: relative;
        padding-right: 30px;
    }
    .col-before:before {
        content: "";
        position: absolute;
        right: 0;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        background: var(--button-bg-hover-color);
        z-index: 0;
    }
}

@media (max-width: 991px) {
    .social-group .inner {
        grid-template-columns: 100%;
    }
}

@media (max-width: 640px) {
    .footer-contact-us .content {
        grid-template-columns: 100%;
    }
}

footer {
    background: var(--button-bg-color);
    margin-top: var(--rowspace);
    color: rgba(255, 255, 255, 1);
    overflow: hidden;
}

.footer-links .btn-group,
.mobileSidebarItem {
    display: block;
}

.footer-links .dropdown-backdrop,
.mobileSidebarItem .dropdown-backdrop {
    z-index: 0;
}

.footer-links .dropdown-toggle,
.mobileSidebarItem .dropdown-toggle {
    position: relative;
    cursor: pointer;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.footer-links .dropdown-toggle i,
.mobileSidebarItem .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,
.mobileSidebarItem .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,
.mobileSidebarItem .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;
    }
}

@media (min-width: 992px) {
    .mobileSidebarItem .dropdown-menu {
        display: block !Important;
        margin-bottom: 0;
    }
}

.footer-links {}

.footer-links .inner {
    padding: var(--rowspace) 0 2px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.footer-links .col {
    margin-bottom: 30px;
}

.footer-links .title,
.mobileSidebarItem .title {
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-links .title:before,
.mobileSidebarItem .title:before {
    content: "";
    width: 65px;
    height: 2px;
    background: var(--link-hover-color);
    left: 0;
    bottom: -1px;
    position: absolute;
}

.mobileSidebarItem .title:before {
    height: 3px;
}

.footer-links .title:after,
.mobileSidebarItem .title:after {
    content: "";
    width: 3.5rem;
    height: 2px;
    background: var(--heading-color);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.mobileSidebarItem .title:after {
    width: 100%;
    height: 1px;
    opacity: 1;
    z-index: -1;
}

.footer-links ul.list-unstyled>li {
    margin-bottom: 12px;
}

.footer-links ul.list-unstyled>li:last-child {
    margin: 0;
}

.footer-links ul.list-unstyled a {
    color: #fff;
    line-height: 1.4;
    display: block;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.footer-links ul.list-unstyled a:hover {
    color: var(--link-hover-color);
    margin-left: 7px;
}

.logo-footer {
    display: block;
    margin-bottom: 20px;
}

.footer-comment {
    font-size: 12px;
    line-height: 14px;
}

.footer-contact-us {
    line-height: 24px;
}

.footer-phone {
    background: url(../image/icon_footer_phone-white.png) left center no-repeat;
}

.footer-whatsapp {
    background: url(../image/icon_whatsapp-white.png) left center no-repeat;
}

.footer-phone,
.footer-whatsapp {
    padding-left: 40px;
    background-size: 30px
}

.footer-phone label,
.footer-whatsapp label {
    font-size: 1.4rem;
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 1);
}

.footer-phone p,
.footer-whatsapp p {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.footer-phone p i,
.footer-whatsapp p i {
    font-size: 2.4rem;
    font-weight: normal;
    margin-right: 10px;
}

.footer-payment {
    margin-top: 29px;
}

.footer-payment label {
    display: block;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-software {
    margin-top: 30px;
}

.footer-software a {
    margin-right: 5px;
    margin-top: 10px;
    display: inline-block;
    vertical-align: top;
}

.payment {}

.payment p {
    margin: 0;
}

.social-block {
    margin-top: 20px;
}

.social-block label {
    text-transform: uppercase;
    color: var(--heading-color);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 11px;
}

.social label {
    color: #fff;
    margin: 0;
    line-height: 3.8rem;
    font-size: 1.4rem;
    margin-right: 1rem;
    display: none;
}

.social a {
    display: inline-block;
    vertical-align: top;
    font-size: 2.4rem;
    color: rgba(255, 255, 255, 1);
    margin-right: 6px;
    text-align: center;
    border: 0;
    font-weight: 400;
    width: 30px;
}

.social a:hover {
    color: var(--link-color);
}

.social a:last-child {
    margin-right: 0;
}

.footer-copyright {
    position: relative;
    z-index: 1;
    padding-bottom: 55px;
}

.footer-copyright .row {
    display: flex;
    align-items: center;
}

.footer-copyright .links {
    float: left;
    padding: 15px 0;
}

.footer-copyright .links>a {
    color: #222;
    margin-left: 30px;
    position: relative;
}

.footer-copyright .links>a:before {
    content: "";
    height: 13px;
    background: #222;
    left: -15px;
    position: absolute;
    width: 1px;
    margin-top: -6.5px;
    top: 50%;
}

.footer-copyright .links>a:first-child {
    margin: 0;
}

.footer-copyright .links>a:first-child:before {
    display: none;
}

.footer-copyright .links>a:hover {
    color: var(--link-hover-color);
}

.footer-copyright .text-powered {
    margin: 0;
    flex: 1 1 auto;
    padding: 18px 0;
}

.footer-copyright .text-powered a {
    color: #fff;
}

.footer-copyright .text-powered a:hover {
    text-decoration: underline;
}

.footer-custom-links {
    padding: 10px 0;
    list-style: none;
    margin: 0;
}

.footer-custom-links li {
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
    position: relative;
}

.footer-custom-links li:after {
    content: "";
    width: 1px;
    height: 14px;
    background: #9e9fa0;
    position: absolute;
    right: -17px;
    top: 50%;
    margin-top: -7px;
}

.footer-custom-links li:last-child {
    margin: 0;
}

.footer-custom-links li:last-child:after {
    opacity: 0;
}

.alert {
    margin: 0;
    padding: 0.8rem 1.4rem;
    clear: both;
    font-size: 1.4rem;
    line-height: 2.6rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    position: relative;
    z-index: 9;
    text-align: left;
}

.alert.alert-fix {
    width: 400px;
    padding: 30px;
    padding-right: 35px;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: auto;
    top: 40%;
}

@media (max-width: 767px) {
    .alert.alert-fix {
        width: 280px;
    }
}

body .alert {
    margin-bottom: 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.alert-fix .close {
    top: 0;
    margin: 0;
    right: 0;
    width: 30px;
}

.alert .close:hover,
.alert .close:focus {
    color: var(--link-hover-color);
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    opacity: 1;
}

.breadcrumbs {
    text-align: left;
    background: url(../image/bkg_breadcrumbs.jpg) center no-repeat;
    padding: 15px 0;
    background-size: cover;
}

.breadcrumbs.has-image {
    position: relative;
    border: 0;
}

.breadcrumbs.has-image>.container {
    position: absolute;
    top: 21%;
    left: 0;
    right: 0;
    margin: auto;
}

.breadcrumbs.has-image .container-inner {
    padding: 0;
}

.breadcrumbs .container-inner {}

.breadcrumbs h1 {
    font-size: 3rem;
    text-transform: capitalize;
    margin: 0;
    margin-top: 7px;
}

.breadcrumbs .breadcrumb {
    margin-bottom: 0;
}

.breadcrumb {
    margin: 0;
    padding: 11px 0;
    margin-bottom: 30px;
    border: 0;
    background: transparent;
    text-align: left;
}

.breadcrumb i {
    font-size: 1.5rem;
}

.breadcrumb>li {
    position: relative;
    vertical-align: top;
}

.breadcrumb>li+li:before {
    content: '\f3d3';
    color: #454545;
    font-family: "Ionicons";
    margin: 0 9px;
}

.breadcrumb>li>a {
    text-transform: capitalize;
}

.breadcrumb>li>a:hover,
.breadcrumb>li:last-child>a,
.breadcrumb>li:last-child {
    color: var(--link-hover-color);
}

@media (max-width: 1199px) {
    .breadcrumbs.has-image>.container {
        top: 10%;
    }
    .breadcrumbs.has-image .category-image .img-thumbnail {
        min-height: 25rem;
        object-fit: cover;
    }
    .breadcrumbs {
        padding: 10px 0;
    }
}

@media (max-width: 970px) {
    .breadcrumbs h1 {
        font-size: 18px;
        margin-top: 10px;
    }
    .breadcrumb {
        padding: 5px 0;
        margin-bottom: 20px;
    }
}

.buttons {
    margin: 1em 0;
    overflow: hidden;
}

.btn,
.btn-default {
    line-height: 23px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 600;
    /*border: 0;*/
    border-radius: 4px;
    box-shadow: none;
    text-transform: uppercase;
}

.language-selection .dropdown-toggle {
    padding-right: 20px;
    padding-left: 10px;
    border: 1px solid #ededed;
    background: #fff;
}

.language-selection .dropdown-toggle:hover,
.language-selection .dropdown-toggle:focus,
.language-selection .dropdown-toggle.active,
.language-selection .dropdown-toggle:active,
.language-selection.open>.dropdown-toggle {
    background-color: #fff;
    color: var(--link-hover-color);
    /*border-color:var(--link-hover-color);*/
}

.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: var(--link-hover-color);
    border-color: var(--link-hover-color);
}

.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);
}

.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: #17a2b8;
    border-color: #17a2b8;
}

.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;
    background-color: var(--button-bg-hover-color)!important;
    border-color: var(--button-bg-hover-color)!important;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: var(--button-bg-color)!important;
    border-color: var(--button-bg-color)!important;
}

.list-categories,
.popular-tags {
    margin-bottom: 42px;
}

.list-categories h3,
.popular-tags .title h3,
.filter_wrap .modtitle {
    font-size: 2rem;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 16px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
}

.list-categories h3:after,
.popular-tags .title h3:after,
.filter_wrap .modtitle:after {
    content: "";
    width: 65px;
    height: 2px;
    background: var(--link-hover-color);
    position: absolute;
    left: 0;
    bottom: -1px;
}

.list-categories .list-group-item {
    color: var(--link-color) !Important;
    font-weight: 600;
    line-height: 26px;
    text-transform: capitalize;
    background: transparent !important;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 6px 0;
}

.list-categories .list-colors-content .list-group-item+.list-group-item {
    border-top: 1px solid #ededed;
}

.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: #555 !important;
    padding-left: 2rem;
    font-weight: 400
}

.list-categories .list-group-item.active,
.list-categories .list-group-item.active:focus,
.list-categories .list-group-item.active:hover,
.list-categories .list-group-item:hover {
    background: none;
    color: var(--link-hover-color) !important;
    border-color: #ededed;
}

.list-categories .list-group-item.active:before,
.list-categories .list-group-item.active:focus:before,
.list-categories .list-group-item.active:hover:before,
.list-categories .list-group-item:hover:before {
    background: var(--link-hover-color);
}

.list-categories .list-group-item.active span,
.list-categories .list-group-item.active:focus span,
.list-categories .list-group-item.active:hover span,
.list-categories .list-group-item:hover span {
    /* background: var(--link-hover-color); */
    /* color: #fff; */
}

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}


/*.col-order-inner{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.col-order-inner .list-categories{-webkit-box-ordinal-group:1;-ms-flex-order:1;-webkit-order:1;order:1;}
.col-order-inner .pt-filter{-webkit-box-ordinal-group:2;-ms-flex-order:2;-webkit-order:2;order:2;}
.col-order-inner .static-sidebar{-webkit-box-ordinal-group:6;-ms-flex-order:6;-webkit-order:6;order:6;}
.col-order-inner .tt_product_module{-webkit-box-ordinal-group:3;-ms-flex-order:3;-webkit-order:3;order:3;}
.col-order-inner .popular-tags{-webkit-box-ordinal-group:5;-ms-flex-order:5;-webkit-order:5;order:5;} */

.layered-navigation-block {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

.ajax-loader {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    z-index: 999;
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

#product-category {
    margin-top: 20px;
}

.category-image {
    margin-bottom: 30px;
}

.category-image .img-thumbnail {
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0;
}

.show-sidebar i:first-child {
    position: fixed;
    bottom: 100px;
    left: 0;
    font-size: 2rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    z-index: 1001;
    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: var(--link-color);
    opacity: 0.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 15px;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: #f6f6f6;
}

.tool-bar .form-group {
    margin-bottom: 10px;
}

.tool-bar .form-group.input-group {}

.tool-bar-bottom {
    padding-top: 20px;
}

@media (max-width: 479px) {
    .tool-bar {
        padding-left: 5px;
        padding-right: 5px;
    }
    .tool-bar .row {
        margin: 0 -5px;
    }
    .tool-bar .col-xs-6 {
        padding: 0 5px;
    }
}

#grid-view,
#list-view,
.btn-group .btn-custom-view,
.btn-group .btn-grid-view,
.btn-group .btn-list-view {
    width: 26px;
    height: 26px;
    line-height: 26px;
    padding: 0;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 0;
    background: transparent;
    text-align: center;
    color: #fff;
    text-shadow: none;
    font-size: 0;
}

.btn-group .btn-custom-view {
    margin: 0 5px 0 0 !important;
}

#grid-view,
.btn-group .btn-grid-view {
    margin-right: 0.5rem;
    background: url(../image/bkg_grid.png) center no-repeat;
}

#grid-view.active,
#grid-view:hover,
.btn-group .btn-grid-view.active,
.btn-group .btn-grid-view:hover {
    background: url(../image/bkg_grid_hover.png) center no-repeat;
}

.btn-custom-view.btn-list,
#list-view,
.btn-group .btn-list-view {
    background: url(../image/bkg_list.png) center no-repeat;
}

.btn-custom-view.btn-list.active,
.btn-custom-view.btn-list:hover,
#list-view.active,
#list-view:hover,
.btn-group .btn-list-view.active,
.btn-group .btn-list-view:hover {
    background: url(../image/bkg_list_hover.png) center no-repeat;
}

.btn-custom-view.btn-grid-1 {
    background: url(../image/bkg_grid1.png) center no-repeat;
}

.btn-custom-view.btn-grid-1.active,
.btn-custom-view.btn-grid-1:hover {
    background: url(../image/bkg_grid1_hover.png) center no-repeat;
}

.btn-custom-view.btn-grid-2 {
    background: url(../image/bkg_grid2.png) center no-repeat;
}

.btn-custom-view.btn-grid-2.active,
.btn-custom-view.btn-grid-2:hover {
    background: url(../image/bkg_grid2_hover.png) center no-repeat;
}

.btn-custom-view.btn-grid-3 {
    background: url(../image/bkg_grid.png) center no-repeat;
}

.btn-custom-view.btn-grid-3.active,
.btn-custom-view.btn-grid-3:hover {
    background: url(../image/bkg_grid_hover.png) center no-repeat;
}

.btn-custom-view.btn-grid-4 {
    background: url(../image/bkg_grid4.png) center no-repeat;
}

.btn-custom-view.btn-grid-4.active,
.btn-custom-view.btn-grid-4:hover {
    background: url(../image/bkg_grid4_hover.png) center no-repeat;
}

.btn-custom-view.btn-grid-5 {
    background: url(../image/bkg_grid5.png) center no-repeat;
}

.btn-custom-view.btn-grid-5.active,
.btn-custom-view.btn-grid-5:hover {
    background: url(../image/bkg_grid5_hover.png) center no-repeat;
}

.input-group .input-group-addon {
    background: none;
    font-size: 1.4rem;
    height: 37px;
    color: #5a5a5a;
    /*border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;*/
}

.input-group .form-control {
    height: 37px;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #222;
    font-size: 1.4rem;
    /* border-radius: 3px;
     -webkit-border-radius: 3px;*/
}

.input-group.date .form-control {
    height: 36px;
}


/*.input-group .input-group-btn button {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}*/

#input-sort,
#input-limit {
    height: 30px;
    border: 1px solid #e6e6e6;
    color: #908f8f;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 1.3rem;
    background: #fff;
    padding: 0 10px;
}

.input-group-addon[for="input-sort"],
.input-group-addon[for="input-limit"] {
    height: 26px;
    font-size: 1.4rem;
    color: #888888;
    padding: 0 5px 0 0;
    border: none
}


/*#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: var(--link-hover-color);
    background: transparent;
}

.pagination>li {
    margin-right: 10px;
    float: left;
}

.pagination>li:last-child {
    margin-right: 0;
}

.pagination>li>a,
.pagination>li>span {
    background: #f6f6f6;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    line-height: 35px;
    text-align: center;
    color: #2b2d2f;
    font-size: 1.5rem;
    margin: 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: var(--link-hover-color);
    color: #fff;
    border-color: var(--link-hover-color);
}

.tool-bar-bottom div+div {
    line-height: 36px;
    /* margin:2rem 0; */
}

.tool-bar-bottom .pagination {
    margin: 0;
    vertical-align: top;
}

@media (min-width: 768px) {}

@media (max-width: 767px) {}

@media (max-width: 767px) {
    .tool-bar-bottom div div {
        text-align: center;
    }
    .tool-bar-bottom .pagination {
        margin-bottom: 0;
    }
}

.custom-category>.row {}

.product-layout.product-grid {
    margin-bottom: 30px;
}

.product-layout.product-grid .product-thumb .product-item {}

.product-grid .product-description {
    display: none;
}

.product-list .product-thumb {}

.product-list:first-child {}

.product-list:last-child {}

.product-list .product-thumb .product-item {
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product-list .product-thumb .product-item .image {
    float: left;
    width: 20%;
}

.product-list .product-thumb .product-item .image>.inner {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.product-list .product-thumb .product-item .caption {
    padding: 15px 0 15px 30px;
    text-align: left;
    width: 80%;
}

.product-list .product-thumb .product-item .caption>.inner {
    /* display:grid; */
}

.product-list .product-thumb .product-item .manufacture-product a {
    font-size: 1.4rem;
}

.product-list .product-thumb .product-item .caption h4 {
    order: 3;
    margin-bottom: 11px;
}

.product-list .product-thumb .product-item .caption h4 a {
    font-size: 1.6rem;
}

.product-list .product-thumb .product-item .caption .rating {
    order: 2;
    margin-bottom: 18px;
}

.product-list .product-thumb .product-description {
    margin-top: 24px;
    margin-bottom: 0;
    order: 4;
    display: none;
}

.product-list .product-thumb .product-item .caption .price {
    font-size: 1.7rem;
}

.product-list .product-thumb .product-item .caption .price .price-old {
    font-size: 1.7rem;
}

.product-list .product-thumb .button-group {
    /*position: static;
    opacity: 1;
    max-width: 200px;
    margin-top: 25px;*/
    position: absolute;
    opacity: 1;
    max-width: 200px;
    margin-top: 0;
    right: 20px;
    left: auto;
    top: 10%;
    bottom: auto;
    transform: translateY(-20%);
}

.product-list .product-thumb .product-item:hover .button-group {
    bottom: auto;
}

.product-layout.product-grid .for-list,
.product-layout.product-list .for-grid {
    display: none;
}

.popover {
    max-width: 200px;
}


/*.product-layout.product-grid .product-thumb{
    position:relative;
}
.product-layout.product-grid .product-thumb .product-item:hover{
    position: absolute;
    width:100%;
}
.product-layout.product-grid .product-thumb .product-thicknesses p, .product-layout .product-thumb .product-matches p {
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-layout.product-grid .product-thumb .product-thicknesses:hover p, .product-layout .product-thumb .product-matches:hover p {
    white-space: normal;
    overflow: visible;
    text-overflow: inherit;
}*/

.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: #253237;
    font-weight: 400;
    margin: 0;
    font-size: 1.5rem;
    line-height: 20px;
}

.price .price-tax {
    display: none;
}

.price .price-new {
    /* color: #cf2929; */
}

.price .price-old {
    color: #dc512c;
    font-weight: normal;
    font-size: 1.5rem;
    vertical-align: baseline;
    display: inline-block;
    line-height: 1;
    position: relative;
    margin-left: 3px;
    text-decoration: line-through;
}

.price-tax {
    color: #b3b3b3;
    font-size: 1.2rem;
    display: block;
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>li {
    margin-left: 2rem;
}

.thumbnails {
    margin-left: -2rem;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 2rem;
    padding: 0.5rem;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 7.8rem;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 2rem;
}

#product-product .product-details>.row {
    position: relative;
}

.product-details {
    position: relative;
}

.product-image-details {}

.product-image-details .swiper-viewport {
    margin: 0 -10px;
}

.product-image-details .swiper-slide {
    padding: 1px 10px;
    text-align: center;
}

.product-image-details .cloud-zoom-gallery {
    /* opacity: 0.3; */
}

.product-image-details .cloud-zoom-gallery {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.product-image-details .cloud-zoom-gallery img {
    border-radius: 0;
    -webkit-border-radius: 0;
}

.product-image-details .img-active .cloud-zoom-gallery:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 1px solid #dbdbdb;
    opacity: 0;
}

.product-image-details .img-active .cloud-zoom-gallery,
.product-image-details .cloud-zoom-gallery:hover {
    border-color: var(--link-hover-color);
}

.product-info-details {
    text-align: left;
}

.product-info-details .rating .icon-ratings {}

.product-info-details .text-countdown {
    display: block;
    margin-bottom: 15px;
    margin-top: 20px;
}

.product-info-details .countdown-box {
    overflow: hidden;
}

.product-info-details .countdown-box>.inner {
    float: left;
}

.product-info-details .countdown-box .box {
    /*! margin-right: 2.8rem; */
}

.product-info-details .countdown-box .box:last-child {
    margin: 0;
}

#product-product .product-info-details>.inner {}

#quickview-content .product-info-details {
    max-height: 100%;
    text-align: left;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

.product-info-details .manufacture-product {
    margin-bottom: 0.2rem;
}

.product-info-details .manufacture-product a {
    font-size: 1.2rem;
    color: #929292;
}

.product-info-details .manufacture-product a:hover {
    color: var(--link-hover-color);
}

.product-info-details .product-tags {
    margin-bottom: 2.3rem;
    clear: both;
    color: var(--heading-color);
    font-weight: 600;
    margin-top: 5px;
}

.product-info-details .product-tags.edge {
    margin-bottom: 10px;
    clear: both;
    font-weight: 600;
    font-size: 13px;
    margin-top: 0;
    margin-left: 0;
}

.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.4rem;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
}

.product-info-details h1 a {
    color: #292929;
}

.product-info-details h1 a:hover {
    color: var(--link-hover-color);
}

.product-info-details .rating {
    margin-bottom: 22px;
}

.product-info-details .price {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--main-color);
}


/*.product-info-details .price .price-old {
    font-size: 2.2rem;
}*/

.product-info-details ul.list-unstyled,
.product-info-details ul.list-inline {
    /*margin: 40px 0;
    margin-bottom: 25px;
    padding-top: 28px;
    font-weight: 600;
    border-top: 1px solid #ececec;*/
    color: var(--heading-color);
}

.product-info-details ul.list-unstyled li,
.product-info-details ul.list-inline li {
    line-height: 22px;
    padding: 5px 0;
}

.product-info-details ul.list-unstyled li span,
.product-info-details ul.list-unstyled li a,
.product-info-details ul.list-inline li span,
.product-info-details ul.list-inline li a {
    color: var(--main-color);
    font-weight: 400;
    margin-left: 0;
    margin-right: 10px;
    text-transform: capitalize;
}

.product-info-details ul.list-unstyled li a,
.product-info-details ul.list-inline li a {
    color: var(--link-hover-color);
}

.product-info-details ul.list-unstyled li a:hover,
.product-info-details ul.list-inline li a:hover {
    text-decoration: underline;
}

.product-info-details #product .form-group {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.product-info-details #product .cart-actions {
    display: flex;
}

.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: 45px;
    float: left;
    margin: 5px;
    margin-left: 0;
}

.product-info-details #product .form-group .quantity-box {
    display: flex;
    align-items: center;
}

.product-info-details #product .form-group #input-quantity {
    width: 70px;
    height: 45px;
    text-align: center;
    float: left;
    font-size: 1.6rem;
    color: #2b2d2f;
    margin: 0;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: #fff;
}

.product-info-details #product .form-group #minus,
.product-info-details #product .form-group #plus {
    height: 45px;
    box-shadow: none;
    text-align: center;
    width: 35px;
    background: none;
    padding: 0;
    font-size: 16px;
    font-weight: 800;
    border: 1px solid #dbdbdb;
    color: #2b2d2f;
}

.product-info-details #product .form-group #minus {
    border-radius: 5px 0 0 5px;
}

.product-info-details #product .form-group #plus {
    border-radius: 0 5px 5px 0;
}

.product-info-details #button-cart {
    margin: 5px 0;
    margin-left: 5px;
    padding: 10px;
    line-height: 25px;
    width: 100%;
    float: left;
    font-size: 1.6rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    max-width: 100%;
    text-transform: uppercase;
    border: 0;
    background: var(--button-bg-hover-color);
    color: #fff;
    font-weight: 600;
}


/*.product-info-details #button-cart:before {
    content: "\f370";
    font-family: "Ionicons";
    font-size: 2.1rem;
    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 .action-buttons.btn-group {
    margin-top: 0;
    overflow: hidden;
    clear: left;
    display: block;
}

.product-info-details .action-buttons.btn-group button {
    /*padding: 0;
    line-height: 30px;
    text-align: center;
    background: #fff;
    color: var(--link-color);
    text-transform: capitalize;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 6px 0;
    margin-right: 30px;
    font-size: 1.4rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-weight: 400;
    margin-left: 1px;*/
    padding: 5px 15px;
}

@media (max-width: 576px) {
    .product-info-details .action-buttons.btn-group button {
        padding: 5px 10px;
    }
}

.product-info-details .action-buttons.btn-group button:last-child {
    margin-right: 0;
}


/*.product-info-details .action-buttons.btn-group button {
    color: var(--link-hover-color);
}*/

.product-info-details .action-buttons.btn-group button:before {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    font-size: 1.8rem;
    content: "\f387";
    font-family: "Ionicons";
    /*margin-right: 7px;*/
}

.product-info-details .action-buttons.btn-group button.btn-compare:before {
    content: "\f459";
}

.product-info-details #product .alert {
    margin-bottom: 20px;
}

.product-info-details-more {
    margin-top: var(--rowspace);
}

.product-info-details-more .inner {
    /* background: #fff; */
    /* padding: 5rem 2rem 3rem 2rem; */
}

.product-info-details-more .nav-tabs {
    border: 0;
    margin: 0;
    text-align: center;
    border: 0;
}

.product-info-details-more .nav-tabs>li {
    margin: 0;
    position: relative;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.product-info-details-more .nav-tabs>li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--link-hover-color);
    position: absolute;
    left: 0;
    bottom: -1px;
    opacity: 0;
}

.product-info-details-more .nav-tabs>li.active:after {
    opacity: 1;
}

.product-info-details-more .nav-tabs>li:last-child {
    margin: 0;
}

.product-info-details-more .nav-tabs>li>a {
    padding: 0 0 14px 0;
    line-height: 30px;
    font-size: 1.5rem;
    text-transform: uppercase;
    border: 0;
    font-weight: 700;
    background: transparent;
    margin: 0;
    color: #000;
    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: 30px;
    line-height: 24px;
    border: 1px solid #ebebeb;
    border-radius: 0;
}

.related-products {}

h4.search-product {
    margin: 0 5px 0 0;
    font-size: 14px;
}

h5.search-details {
    font-weight: 400;
    font-size: 12px;
}


/*.container {
    width: 100%;
}*/

.fluid-width>.container {
    width: auto;
    max-width: 1770px;
}

@media (max-width: 1800px) {
    .fluid-width .swiper-viewport .swiper-button-next {
        right: 0 !Important;
    }
    .fluid-width .swiper-viewport .swiper-button-prev {
        left: 0 !Important;
    }
}

@media (min-width: 1440px) {
    .container {
        width: 1270px;
    }
}

@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: 999;
        overflow: auto;
        background: #fff;
        padding: 2rem;
        display: none;
    }
    .layer-category #content {
        width: 100%;
    }
    .footer-links .col:nth-child(3),
    .footer-links .col:nth-child(5) {
        clear: left;
    }
    .product-info-details-more {
        margin-top: 4rem;
    }
    .newsletter-popup {
        display: none !Important;
    }
    .product-info-details #product .btn-group {
        float: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #search-by-category .search-ajax {
        width: 60%;
    }
}

@media (max-width: 767px) {
     :root {
        --rowspace: 40px;
    }
    .image-content {
        /*! margin-top: 3rem; */
    }
    #product-category .img-thumbnail {
        margin-bottom: 1rem;
    }
    .additional-button-prev,
    .additional-button-next {
        display: none;
    }
    .mousetrap {
        max-width: 100%;
        max-height: 100%;
    }
    #cloud-zoom-big {
        display: none !important;
    }
    .nivo-directionNav a {
        display: none;
    }
    .ajax-body-login .account-login,
    .ajax-body-login .account-register {
        width: 90%;
    }
    .product-info-details {
        position: relative;
        padding: 0 1.5rem;
        margin-top: 15px;
        top: auto;
        right: auto;
        bottom: auto;
    }
    .product-details.edge .product-image-details+.product-info-details {
        margin-top: 0;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .footer-copyright .inner {
        flex-direction: column;
    }
    .footer-links .col {
        margin: 0;
    }
    .footer-links .inner {
        padding-bottom: calc(var(--rowspace) - 24px);
    }
}

@media (max-width: 567px) {
    .product-info-details-more .nav-tabs {
        text-align: center;
    }
    .product-info-details-more .nav-tabs>li {
        /* display: block; */
        margin-right: 10px;
    }
    .product-info-details-more .nav-tabs>li>a>i {
        display: block;
        font-size: 25px;
    }
    .product-info-details-more .nav-tabs>li>a {
        padding: 1rem 0;
        font-size: 1rem
    }
}

@media (max-width: 479px) {
    .footer-copyright .row {
        flex-wrap: wrap;
        text-align: center;
    }
    .product-list .product-thumb .product-item .image {
        float: none;
        width: 100%;
    }
    .product-list .product-thumb .product-item .caption {
        padding: 30px 15px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    #content .col-xs-6:nth-child(2n+1) {
        clear: left;
    }
    #content .col-xs-4:nth-child(3n+1) {
        clear: left;
    }
}

@media (max-width: 479px) and (min-width: 360px) {
    #content .col-xs-6:nth-child(2n+1),
    #content .product-items.col-xs-4:nth-child(2n+1) {
        clear: left;
    }
    #content .product-items.col-xs-4 {
        width: 50%;
    }
}

@media (max-width: 359px) and (min-width: 0) {
    #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;
    }
    .btn-grid-5 {
        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;
}

.categoryList {
    /* -webkit-column-count: 2; */
    -moz-column-count: 2;
    /* column-count: 2; */
    /* -webkit-column-gap: 1em; */
    -moz-column-gap: 1em;
    /* column-gap: 1em; */
    /* margin: 1.5em; */
    /* padding: 0; */
    -moz-column-gap: 1.5em;
    /* -webkit-column-gap: 1.5em; */
    /* column-gap: 1.5em; */
    /* font-size: .85em; */
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
    gap: 10px;
}

.categoryListItem {
    display: flex;
    flex-direction: column;
}

.categoryListItem.odd {
    flex-grow: 1;
    width: calc(33.3333% - 10px);
}

.categoryListItem.even {
    flex-grow: 2;
    width: calc(66.6666% - 10px);
}

.categoryListItem a.thumbnail {
    display: flex;
    height: 100%;
    width: 100%;
    margin-bottom: 0;
    border-radius: 4px 4px 0 0;
}

.categoryListItem a.btn {
    border-radius: 4px;
}

.categoryListItem a.btn.withImage {
    border-radius: 0 0 4px 4px;
    border-top: medium none;
}

.categoryListItem a img {
    width: 100%;
    /* height: 100%; */
    object-fit: fill;
}

.categoryList .altKategoriLoadMore {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    float: left;
    border: 1px solid #ddd;
    overflow: hidden;
    min-height: 49px;
    height: 80px;
    width: 80px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    background: #f4f4f4;
    font-size: 24px;
}

.categoryList .altKategoriLoadMore>span {
    display: inline-block;
    padding: 0 5px;
}

.categoryList .altKategoriLoadMore:hover {
    background: var(--button-bg-hover-color);
    border-color: var(--button-bg-hover-color);
    color: var(--button-color);
}

.tumunuyukle {
    display: block;
    clear: both;
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 480px) {
    .categoryListItem.odd {
        width: calc(50% - 10px);
    }
    .categoryListItem.even {
        width: calc(100% - 10px);
    }
}

p.text-dimensions {
    letter-spacing: 0;
    color: #777;
    font-size: 12px
}

p.text-dimensions strong {
    font-weight: 600;
    color: #555;
}

.protuct-title-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
}

.product-info-details .ratings {
    margin: 10px 0 0;
    display: flex;
    /*border-top: 1px solid #ebebeb;*/
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
    align-items: center;
    justify-content: space-between;
}

.product-info-details .product-infos {
    clear: both;
    /* line-height: 36px; */
    font-size: 13px;
    text-transform: capitalize;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    padding-top: 10px;
}

.product-info-details .price-container {
    position: relative;
    display: flex;
    align-items: center;
    margin: 15px 0;
    min-height: 40px;
}

.a2a_svg {
    height: 20px !important;
    line-height: 20px !important;
    width: 20px !important;
}

.divTable {
    display: block;
    width: 100%;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
}

.divTableRow {
    align-items: center;
    justify-content: space-between;
}

.divTableCell,
.divTableHead {
    line-height: 15px;
}

.strong {
    font-weight: 600;
}

.divTableHeading {
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-size: 12px;
}

.divTableHead {
    line-height: 14px;
}

.divTableFoot {
    background-color: #f7faff;
    /*font-weight: bold;*/
}

.divTableFoot b,
.divTableFoot strong {
    color: var(--link-color);
}

.divTableBody .divTableRow:nth-child(2n) {
    background-color: #f7faff;
}

.divTableBody .divTableRow:nth-child(2n+1) {
    background-color: #fff;
}

.product-image-details .thumbnails>li,
.product-image-details .thumbnails,
.product-image-details .product-tags {
    margin-left: 0;
}

.coil-option.no-stock {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
}

.coil-option input[type="text"],
.coil-option input[type="number"],
.coil-option select {
    /*max-width: 100px;*/
    min-width: 40px;
    height: 3.5rem !important;
}

.coil-quantity .form-control {
    /*display: inline-block !important;*/
    text-align: center;
}

.coil-options .col-quantity {
    max-width: 150px;
}

.coil-option .input-group .input-group-addon {
    /* font-size: 10px!important; */
    background: #fff;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 3rem;
}

.coil-option .input-group-btn .btn {
    padding: 5px 10px;
}

.coil-option>div {
    line-height: 15px;
}

.coil-option .input-group .input-group-addon:first-child,
.coil-option .input-group .input-group-btn:first-child {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.coil-option .input-group .input-group-addon:last-child,
.coil-option .input-group .input-group-btn:last-child {
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.coil-option .input-group .form-control:not(:first-child):not(:last-child),
.coil-option .input-group-addon:not(:first-child):not(:last-child),
.coil-option .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0;
    border-left: medium none;
    border-right: medium none;
}


/*#coil-options .no-stock .stock {
    color: #833;
    font-weight: bold;
}
#coil-options .no-stock .form-control {
    background: #fdd;
}*/

.coil-options .card-header {
    color: #fff;
    background-color: var(--heading-color);
    font-size: 13px;
    line-height: 15px;
}


/*.coil-option{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}*/

.coil-option:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.swal2-styled.swal2-confirm,
.swal2-html-container,
.swal2-styled.swal2-deny,
.swal2-styled.swal2-cancel {
    font-size: 13px !important;
}

ul.listIcons {
    list-style: none;
    padding: 0 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.coil-options input.form-control,
.coil-options select.form-control {
    height: 4.5rem;
    font-size: 14px;
}

.listIcons li {
    padding: 5px;
}

.listIcons li>a {
    width: 115px;
    height: 100px;
    display: block;
    text-align: center;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    padding: 10px;
    transition: all 0.3s ease-in-out 0s;
    line-height: 16px;
}

.listIcons li>a>span {
    display: block;
}

.listIcons li>a>span>i.fa {
    font-size: 45px;
}

.listIcons li>a:hover {
    background: #fff;
    color: var(--link-hover-color);
    border-radius: 6px 6px 40px 6px;
    box-shadow: 10px 10px 30px -10px rgba(0, 0, 0, 0.2);
}

a.list-group-item {
    color: var(--link-color);
}

a.list-group-item:hover {
    color: var(--link-hover-color);
}

.btn-xs {
    padding: 2px 5px;
    font-size: 10px;
}

.btn-sm {
    padding: 6px 10px;
    font-size: 13px;
}

.form-select {
    display: block;
    width: 100%;
    padding: 6px 36px 6px 12px;
    -moz-padding-start: calc(12px - 3px);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--button-bg-color);
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231C3A74' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px 12px;
    border: 1px solid var(--button-bg-color);
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 12rem;
    background-image: none;
}

.form-select:disabled {
    background-color: #e9ecef;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529;
}

.form-select-sm {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 8px;
    font-size: 14px;
}

.form-select-lg {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    font-size: 20px;
}

.alert.discount {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    line-height: 20px;
}

.alert.discount .icon {
    width: 40px;
    height: 40px;
    align-self: center;
    align-content: center;
    flex: none;
    line-height: 50px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 100%;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
}

.alert.discount .icon i {
    display: block;
    font-size: 15px;
}


/*.product-image-details .thumbnail {
    box-shadow: 0 10px 20px -10px rgba(0,0,0,0.3);
}*/

.product-info-details #product.edge .form-group .control-label {
    font-weight: bold;
    text-transform: uppercase;
}


/*.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}*/

.brandListCategory {
    border-bottom: 1px solid;
}

.brandList .panel {
    border: medium none;
    background: none;
}

.brandList .panel-default>.panel-heading {
    background: none;
}

.brandList .panel-title>.small,
.brandList .panel-title>.small>a,
.brandList .panel-title>a,
.brandList .panel-title>small,
.brandList .panel-title>small>a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.brandList .panel-heading .accordion-toggle {
    margin-left: auto;
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0 !important;
    /* margin: 0!important; */
    text-align: center;
    color: #fff;
}

.brandList .panel-heading .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f106";
}

.brandList .panel-heading .accordion-toggle.collapsed:after {
    content: "\f107";
}

@media (max-width: 767px) {
    .divTableHeading {
        display: none
    }
    .divTableCell,
    .divTableHead {
        padding: 5px 10px;
    }
    .divTableCell.col-quantity {
        max-width: 100%;
    }
    .divTableCell input[type="text"] {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .divTableCell.col-quantity {
        /*border: 1px solid #999999;*/
        display: block;
    }
}


/* Header CSS */

@media (min-width: 1200px) {
    .common-home .wrapper {
        position: relative;
    }
    .common-home .header-absolute {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        z-index: 10;
    }
    .common-home .header-absolute header {
        background: transparent;
    }
}

body:not(.common-home) #header {
    margin-bottom: var(--rowspace);
}

.header-middle {
    padding: 10px 0;
}

#top {
    background: #fff;
    border-bottom: 1px solid #efefef;
}

#top .box-inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

#top .box-top {
    margin: 0;
    padding: 0;
}

#top .box-top>li {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    position: relative;
    padding-right: 7px;
}


/*#top .box-top.socials > li {
    margin-right: 7px;
    padding-right: 7px;
}*/


/*#top .box-top > li:after {
    content: "";
    width: 1px;
    height: 12px;
    background: #253237;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 0;
}*/


/*#top .box-top.socials > li:after {
    display: none;
}*/

#top .box-top>li:last-child {
    margin: 0;
    padding: 0;
}

#top .box-top>li:last-child:after {
    display: none;
}

#top .box-top>li>p,
#top .box-top>li>a {
    padding: 10px 0;
    display: block;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
    color: #253237;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    text-decoration: none;
}

#top .box-top>li>p i,
#top .box-top>li>a i,
#top #top-links .dropdown-toggle i {
    margin-right: 5px;
    line-height: inherit;
    font-size: 1.4rem;
}

#top .btn-group>.btn-link,
#top #top-links .dropdown-toggle {
    border: 0;
    padding: 10px 0;
    display: block;
    line-height: 25px;
    background: none;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 1.3rem;
    color: #253237;
    text-decoration: none;
}

#top .btn-group>.btn-link:hover,
#top #top-links .dropdown-toggle:hover,
#top .box-top>li>a:hover {
    color: var(--link-hover-color);
}

#top .btn-link .icon-right,
#top-links .dropdown-toggle .icon-right {
    vertical-align: top;
    font-size: 1.2rem !important;
    margin-left: 3px;
    margin-right: 0 !important;
}

#top .box-top-left {
    padding: 0;
}

.common-home header {
    /* margin-bottom: 30px; */
}

header {
    background: #fff;
}

.header-dropdown .dropdown-menu {
    left: auto;
    right: 0;
    margin: 0;
    border-radius: 0;
    background: #fff;
    font-size: 1.4rem;
    text-align: left;
    padding: 0;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.06);
}

.header-dropdown .dropdown-menu>li {
    padding: 0 2rem;
}

.header-dropdown .dropdown-menu>li+li {
    border-top: 1px solid #ededed;
}

.header-dropdown .dropdown-menu>li>a,
.header-dropdown .dropdown-menu>li>button {
    line-height: 3rem;
    color: #2b2d2f;
    text-align: left;
    padding: 0.9rem 0;
    background: none;
    font-size: 1.3rem;
    font-weight: normal;
    text-transform: capitalize;
    display: block;
    border: 0;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .list-inline {
    margin: 0;
    padding: 0;
}

.header-dropdown .dropdown-menu>li>a:hover,
.header-dropdown .dropdown-menu>li>button:hover {
    color: var(--link-hover-color);
    background: none;
}

#top .btn-link strong {
    font-size: 1.4rem;
    line-height: 1.4rem;
}

#top-links .list-inline>li {
    padding: 0;
    display: block;
}

#top-links a+a {
    margin-left: 1.5rem;
}

header .box-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}

header .box-inner-inner {
    position: relative;
    padding: 5px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

@media (min-width: 1200px) {
    header .box-inner {
        z-index: 11;
    }
}


/*.col-logo {
    width: 150px;
    margin-right: 30px;
}*/


/*.col-hoz {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}*/

.col-hoz.item-hover {
    z-index: 100;
}


/*.col-search {
    width: 710px;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    z-index: 10;
    left: 300px;
    max-width: 50%;
}*/

.common-home .top-menu {
    /*! margin-bottom: 3rem; */
}

.top-menu {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.top-menu .container-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.top-menu .col-ver {
    width: 270px;
    position: relative;
    z-index: 10;
    margin-right: 30px;
}

.top-menu .col-search {
    flex: 1 1 auto;
    margin-right: 30px;
}

.text-header {
    padding-left: 48px;
    background: url(../image/icon_text_header.png) left center no-repeat;
}

.text-header p {
    font-size: 1.4rem;
    color: #fff;
    line-height: 18px;
    margin: 0;
    padding: 10px 0;
}

.text-header p strong {
    font-weight: 600;
}


/*.col-cart {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}*/

.col-cart>.inner {
    display: inline-flex;
    align-content: center;
    align-items: center;
}

.col-cart #top-links {
    display: inline-block;
    vertical-align: top;
    margin-right: 1.5rem;
}

.col-cart #top-links .dropdown-toggle span,
.col-cart #top-links .dropdown-toggle>i {
    display: none;
}

.col-cart #top-links .dropdown-toggle {
    background: transparent;
    display: block;
    color: #222;
}

.col-cart #top-links .dropdown-toggle:hover {
    color: var(--link-hover-color);
}

.col-cart #top-links .dropdown-toggle:before {
    content: "\e605";
    font-family: 'Pe-icon-7-stroke';
    font-size: 2.6rem;
    display: inline-block;
    vertical-align: top;
}

.col-cart .header-dropdown .dropdown-menu {
    margin-top: 2rem;
    right: -2rem;
}


/*.header-phone {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -19px;
}*/

.header-phone .inner-inner {
    padding-left: 43px;
    background: url(tece/header/image/icon_header_phone_2.png) left center no-repeat;
    text-align: left;
}

.header-phone p {
    color: #fff;
    line-height: 1;
    margin-bottom: 0;
}

.header-phone span {
    font-weight: 700;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
}

.header-bottom {
    /* border-top: 1px solid rgba(255,255,255,0.25); */
    background: var(--button-bg-color);
    -webkit-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
}

.header-bottom>.container>.inner {
    position: relative;
    display: inline-block;
    width: 100%;
}

.header-bottom .col-ver {
    width: 270px;
    position: relative;
    z-index: 10;
}


/*.header-bottom .col-ver + .col-hoz2 {
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 300px;
    top: 0;
}*/

.box-setting {
    margin: 0;
}

.box-setting.open {
    z-index: 99;
}

.box-setting>button {
    background: transparent;
    padding: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    color: #253237;
    border: 0;
    line-height: 40px;
    margin-right: 20px;
}

.box-setting>button i {
    display: none;
    top: 1rem;
    right: 1rem;
    position: fixed;
    margin: 0;
    z-index: 556;
    width: 4rem;
    line-height: 4rem;
    color: #222;
    background: #fff;
    font-size: 2.4rem;
}

.box-setting.open>button i {
    display: block;
}

.box-setting>button:before {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    content: "\f2f7";
    font-size: 2.8rem;
    font-family: "Ionicons";
}

.box-setting.open>button:after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 555;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
}

.box-setting>button:hover {
    color: var(--link-hover-color);
    background: transparent;
}

.box-setting>.dropdown-menu {
    font-size: 1.5rem;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 991;
    width: 88%;
    max-width: 37.5rem;
    background: #fff;
    padding: 3rem;
    overflow: auto;
    text-align: left;
    margin: 0;
    color: var(--main-color);
}

.box-setting>.dropdown-menu>li {
    margin-bottom: 17px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 12px;
    display: block !important;
    margin-right: 0 !important;
}

.box-setting .dropdown-menu>li:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.box-setting .dropdown-menu>li>a {
    padding: 0;
    color: var(--link-color);
    background: transparent;
}

.box-setting .dropdown-menu>li>a>i {
    margin-right: 5px;
}

.box-setting .dropdown-menu>li>a:hover {
    color: var(--link-hover-color);
}

.box-setting .dropdown-menu .btn-group>.btn-link,
.box-setting .dropdown-menu #top-links .dropdown>a {
    display: block;
    color: var(--heading-color);
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 1.6rem;
    padding: 0;
    background: transparent;
    border: 0;
}

.btn-link img {
    margin-top: -0.3rem;
    margin-right: 0.2rem;
}

.box-setting .dropdown-menu .btn-group>.btn-link i.icon-right,
.box-setting .dropdown-menu #top-links .dropdown>a i.icon-right {
    display: none;
}

.box-setting .dropdown-menu .btn-group>.btn-link span,
.box-setting .dropdown-menu #top-links .dropdown>a span {
    display: inline !important;
}

.box-setting .dropdown-menu #top-links .dropdown>a i:first-child {
    margin-right: 0.5rem;
}

.box-setting .dropdown-menu .btn-group>ul,
.box-setting .dropdown-menu #top-links .dropdown>ul {
    padding-left: 0;
    display: block !important;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    position: relative;
    float: none;
    top: auto;
    left: auto;
    margin: 0;
    right: auto;
}

.box-setting .dropdown-menu .btn-group>ul li,
.box-setting .dropdown-menu #top-links .dropdown>ul li {
    list-style: none;
    padding: 0;
}

.box-setting .dropdown-menu .btn-group>ul li button,
.box-setting .dropdown-menu #top-links .dropdown>ul li>a {
    line-height: 26px;
    color: var(--main-color);
    text-align: left;
    padding: 0;
    background: none;
    font-size: 1.5rem;
    font-weight: normal;
    text-transform: capitalize;
    display: block;
    border: 0;
}

.box-setting .dropdown-menu .btn-group>ul li button:hover,
.box-setting .dropdown-menu #top-links .dropdown>ul li button:hover,
.box-setting .dropdown-menu #top-links .dropdown>ul li>a:hover {
    color: var(--link-hover-color);
}

.box-setting .text-header {
    color: var(--link-hover-color);
}

.box-setting .header-phone .inner-inner {
    background: url(tece/header/image/icon_header_phone.png) left center no-repeat;
}

.box-setting .header-phone span,
.box-setting .header-phone p {
    color: #253237;
}

#logo {
    position: relative;
    z-index: 1;
    display: block;
    /* vertical-align: top;
    float: left;
    max-width: 200px; */
}

#logo img {
    max-height: 65px;
    margin: 0
}

#logo h1 {
    margin: 1.5rem 0;
}

#search {
    margin: 0;
}

#search .input-lg {
    height: 4rem;
    line-height: 2rem;
    padding: 0 1rem;
}

#search .btn-lg {
    font-size: 1.5rem;
    line-height: 1.8rem;
    padding: 1rem 1.5rem;
    /*text-shadow: 0 1px 0 #FFF;*/
}

#search-by-category ::-webkit-input-placeholder {
    color: #b1b1b1;
    opacity: 1;
}

#search-by-category :-moz-placeholder {
    color: #b1b1b1;
    opacity: 1;
}

#search-by-category ::-moz-placeholder {
    color: #b1b1b1;
    opacity: 1;
}

#search-by-category :-ms-input-placeholder {
    color: #b1b1b1;
    opacity: 1;
}

#search-by-category {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

#search-by-category .search-button {
    display: none;
    color: #253237;
}

#search-by-category .search-button:before {
    cursor: pointer;
    content: "\e618";
    font-family: 'Pe-icon-7-stroke';
    font-size: 2.6rem;
    vertical-align: top;
    display: inline-block;
    line-height: inherit;
}

#search-by-category .search-button:hover {
    color: var(--link-hover-color);
}

.search-content {
    padding: 0;
    border: 0;
    margin: 0;
    box-shadow: none;
    right: 0;
    width: auto;
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
    display: block;
    float: none;
    background: transparent;
}

#search-by-category .search-container {
    position: relative;
}

#search-by-category .search-container .categories-container {
    position: absolute;
    right: 65px;
    top: 0;
    height: 100%;
}

#search-by-category .search-container .categories-container .hover-cate {
    height: 100%;
}

#search-by-category .search-container .categories-container .hover-cate .cate-selected {
    position: relative;
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #253237;
    cursor: pointer;
}

#search-by-category .search-container .categories-container .hover-cate .cate-selected>* {
    position: relative;
}

#search-by-category .search-container .categories-container .hover-cate .cate-selected span {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    border-left: 1px solid #ededed;
    padding-left: 5px;
    font-size: 12px;
}

#search-by-category .search-container #text-search {
    padding: 10px 0;
    padding-right: 205px;
    padding-left: 30px;
    height: 46px;
    width: 100%;
    font-size: 1.4rem;
    border: 2px solid #a5182f;
    z-index: 1;
    background: #fff;
    color: #b1b1b1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#search-by-category #sp-btn-search {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

#search-by-category .search-container .categories-container .hover-cate .text-selected {
    overflow: hidden;
    height: 100%;
}

#search-by-category .search-container .categories-container .hover-cate .text-selected i {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    margin-left: 10px;
    font-size: 1.2rem;
}

#search-by-category .search-container .categories-container .hover-cate .cate-items {
    z-index: 9999 !important;
    position: absolute;
    display: none;
    max-height: 30rem;
    background: #fff;
    overflow: auto;
    margin-top: 0;
    border: 1px solid #ddd;
    padding: 0.5rem;
    width: 100%;
    cursor: pointer;
    top: 100%;
    text-align: left;
}

.cate-items li {
    text-transform: capitalize;
    font-size: 1.2rem;
    list-style: none;
    line-height: 2rem;
    padding: 5px 10px;
}

.cate-items li+li {
    border-top: 1px solid #ededed;
}

.cate-items li:hover {
    color: var(--link-hover-color);
}

.cate-items li.f1 {
    padding-left: 0.5rem;
}

.cate-items li.f2 {
    padding-left: 1.5rem;
}

#search-by-category .search-ajax {
    position: absolute;
    z-index: 9999 !important;
    background: none repeat scroll 0% 0% #fff;
    left: 0;
    top: 100%;
    width: 88%;
    min-width: 25rem;
    max-width: 600px;
}

.ajax-result-item .product-info .detail .price-box .old-price {
    text-decoration: line-through;
    color: #acacac;
    font-weight: 400;
}

.ajax-result-item .product-info .detail .price-box p {
    display: inline-block;
}

.ajax-result-item .product-info .detail .price-box {
    font-weight: 700;
    margin: 0 0 10px 0;
}

.ajax-result-item .product-info .detail .product-name {
    margin: 1rem 0;
}

#search-by-category .search-ajax li {
    list-style: none;
    margin-bottom: 2rem;
}

#search-by-category .search-ajax .ajax-result-container {
    box-shadow: 0 0px 0.5rem rgba(0, 0, 0, 0.1);
}

#search-by-category .search-ajax .ajax-result-container .ajax-result-msg {
    padding: 2rem;
    margin: 0;
    color: #646464;
}

#search-by-category .search-ajax .ajax-result-container .ajax-result-list {
    display: block;
    border: 1px solid #ddd;
    max-height: 30rem;
    overflow: auto;
    margin: 0;
    padding: 15px 20px;
}

#btn-search-category:hover {
    color: #fff;
}

#btn-search-category {
    border: none !important;
    box-shadow: none;
    text-shadow: none;
    height: 100%;
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0;
    width: 65px;
    background: var(--link-hover-color);
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#btn-search-category:before {
    vertical-align: top;
    display: inline-block;
    line-height: inherit;
    font-family: "Ionicons";
    content: "\f4a4";
}

#btn-search-category span {
    display: none;
}

.col-cart #search-by-category {
    margin-right: 25px;
}

.col-cart #search-by-category .search-button {
    display: block;
    width: 30px;
    line-height: 40px;
}

.col-cart #search-by-category .search-button:before {
    content: "\f4a4";
    font-family: "Ionicons";
    font-size: 2.8rem;
}

.col-cart #search-by-category .search-content {
    padding: 0;
    border: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.75);
    box-shadow: none;
    right: 0;
    width: auto;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
    display: none;
}

.col-cart #search-by-category.open .search-content {
    display: block;
}

.col-cart #search-by-category .search-content .search-container {
    padding: 0;
    position: absolute;
    width: 80%;
    max-width: 1170px;
    margin: auto;
    left: 0;
    right: 0;
    top: 30%;
}

.col-cart #search-by-category .search-container #text-search {
    height: 60px;
    padding-right: 100px;
}

.col-cart #search-by-category .search-container .categories-container {
    display: none;
}

@media (max-width: 767px) {
    #search-by-category .search-container .categories-container {
        display: none;
    }
    #search-by-category .search-container #text-search {
        padding-right: 70px;
    }
}

#wishlist-total,
.compare-header {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
    color: #253237;
    position: relative;
    text-transform: capitalize;
    line-height: 40px;
}

#wishlist-total:hover,
.compare-header:hover {
    color: var(--link-hover-color);
}

#wishlist-total:before,
.compare-header:before {
    font-size: 2.8rem;
    display: inline-block;
    vertical-align: top;
    content: "\f387";
    font-family: "Ionicons";
}

.compare-header:before {
    content: "\f4a8";
}

#wishlist-total span .text-wishlist {
    color: #fff;
    vertical-align: bottom;
    display: inline-block;
    line-height: 1;
    text-transform: capitalize;
    margin-left: 3px;
    font-size: 1.3rem;
    display: none;
}

#wishlist-total .txt-count,
#cart .txt-count {
    width: 19px;
    height: 19px;
    line-height: 19px;
    font-size: 1.2rem;
    background: var(--link-hover-color);
    color: #fff;
    position: absolute;
    bottom: 1px;
    text-align: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    font-weight: 700;
}

#wishlist-total .txt-count {
    left: 12px;
}

#cart .txt-count {
    left: 30px;
}

#cart {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

#cart>.btn,
#accountTop>.btn {
    color: #253237;
    background: transparent;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    padding: 0;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 40px;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 1.6rem;
}

#accountTop>button>span {
    display: inline-block;
    max-width: 100px;
    white-space: break-spaces;
}

@media (max-width:1200px) {
    #accountTop>button>span {
        display: none;
    }
}

#cart>.btn:before {
    font-size: 2.8rem;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    content: "\f110";
    font-family: "Ionicons";
    margin: 0 15px;
}

#accountTop>.btn>i.fa {
    font-size: 2.5rem;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
}

#cart>.btn:hover:before,
#accountTop>.btn:hover>i.fa {
    color: var(--link-hover-color);
}

#cart>.btn i {
    font-size: 2.6rem;
    vertical-align: bottom;
}

#cart #cart-total {
    line-height: inherit;
    display: inline-block;
    vertical-align: top;
}

#cart #cart-total .text-item {
    display: none;
}

#cart .text-cart {
    display: none;
}

#cart .dropdown-menu {
    background: #fff;
    z-index: 9999;
    position: fixed;
    right: 0;
    top: 0;
    margin: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: 100%;
    width: 90%;
    max-width: 37.5rem;
    padding: 3rem;
    font-size: 1.4rem;
    border: 0;
    overflow: auto;
}

#cart.open:before {
    content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    left: 0;
    top: 0;
}

.cart-dropdown-menu-close {
    position: fixed;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    font-size: 2.8rem;
    right: 20px;
    top: 5px;
    color: #222;
    cursor: pointer;
    z-index: 99;
}

.cart-dropdown-menu-close:hover {
    color: var(--link-hover-color);
}

#cart .dropdown-menu .cart-info {
    padding-left: 1rem !important;
    font-size: 13px;
}

#cart .dropdown-menu .cart-info a {
    margin-top: 0;
    display: block;
    line-height: 1.8rem;
    color: var(--heading-color);
    font-weight: 700;
}

#cart .dropdown-menu .cart-info a:hover {
    color: var(--link-hover-color);
}

#cart .dropdown-menu .cart-info p {
    margin-bottom: 0;
    margin-top: 0;
}

#cart .dropdown-menu .cart-info .cart-quantity {
    color: #888;
    line-height: 2.4rem;
    display: inline-block;
    vertical-align: top;
}

#cart .dropdown-menu .cart-info .cart-product-price {
    color: var(--link-hover-color);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem;
    display: inline-block;
    vertical-align: top;
}

#cart .dropdown-menu .button-cart-remove {
    border: 0;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0;
    text-align: center;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: none;
    font-size: 2rem;
    color: #888;
    font-weight: 400;
    text-shadow: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1rem;
}

#cart .dropdown-menu .button-cart-remove:hover {
    color: var(--link-hover-color);
}

#cart .dropdown-menu img {
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 0;
    width: 50px;
}

#cart .dropdown-menu>li:first-child {
    overflow: auto;
    padding: 0 3rem;
    margin: 0 -3rem;
    border: 0;
}

#cart .dropdown-menu>li {
    border-top: 1px solid #e5e5e5;
    padding-top: 2rem;
}

#cart .dropdown-menu .table-striped {
    margin-bottom: 10px;
    margin-top: 20px;
}

#cart .dropdown-menu .table-striped>tbody>tr {
    background: #fff;
    display: block;
    position: relative;
    padding-right: 2rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
}

#cart .dropdown-menu .table-striped>tbody>tr:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

#cart .dropdown-menu .table>tbody>tr>td,
#cart .dropdown-menu .table>tbody>tr>th,
#cart .dropdown-menu .table>tfoot>tr>td,
#cart .dropdown-menu .table>tfoot>tr>th,
#cart .dropdown-menu .table>thead>tr>td,
#cart .dropdown-menu .table>thead>tr>th {
    border: 0;
    padding: 0;
}

#cart .dropdown-menu .cart-image {
    min-width: 50px;
}

#cart .dropdown-menu .table-bordered {
    border: 0;
    margin: 0;
}

#cart .dropdown-menu .table-bordered>tbody>tr>td {
    line-height: 3rem;
    color: #909296;
    text-transform: capitalize;
    font-size: 1.6rem;
}

#cart .dropdown-menu .table-bordered>tbody>tr>td>strong {
    font-weight: 400;
}

#cart .dropdown-menu .table-bordered>tbody>tr:last-child>td>strong {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2b2d2f;
}

#cart .dropdown-menu .table-bordered>tbody>tr>td:last-child {
    color: #909296;
    font-weight: 400;
    font-size: 1.6rem;
}

#cart .dropdown-menu .table-bordered>tbody>tr:last-child>td:last-child {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--link-hover-color);
}

#cart .dropdown-menu>li:last-child:not(:first-child) p {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 2rem;
    border-top: 1px solid #ebebeb;
}

#cart .dropdown-menu>li:last-child p>a {
    display: block;
    text-align: center;
    color: #272727;
    text-transform: uppercase;
    line-height: 28px;
    padding: 10px;
    font-size: 1.5rem;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    background: #ebebeb;
    font-weight: 400;
    border: 0;
    outline-offset: 0;
}

#cart .dropdown-menu>li:last-child p>a strong {
    font-weight: 400;
}

#cart .dropdown-menu>li:last-child p>a:last-child {
    margin-top: 1rem;
}

#cart .dropdown-menu>li:last-child p>a:hover {
    background: var(--button-bg-hover-color);
    color: #fff;
    border-color: var(--button-bg-hover-color);
}

#cart .dropdown-menu>li:last-child p>a i {
    margin-right: 0.3rem;
}

.scroll-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 121;
    /* background: #fff !Important; */
    opacity: 1;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.scroll-fixed:hover {
    opacity: 1;
}

.scroll-fixed #logo {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

.scroll-fixed #logo img {
    max-height: 40px;
}

.scroll-fixed .horizontal-menu .ul-top-items .li-top-item {
    /*! padding: 18px 0; */
}

.scroll-fixed .horizontal-menu .ul-top-items .li-top-item .a-top-link {
    background: transparent !important;
}

.scroll-fixed .col-cart .header-dropdown .dropdown-menu {
    margin-top: 1.5rem;
}

.scroll-fixed .col-hoz {
    margin-top: 0;
}

.scroll-fixed .top-menu {
    margin: 0;
    display: none !important;
}

.scroll-fixed .col-search {
    /* display:none; */
}

.scroll-fixed .box-inner .box-inner-inner {
    padding: 0;
}

@media (min-width: 1200px) {
    .scroll-fixed .box-inner {
        position: absolute;
        bottom: 100%;
    }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .scroll-fixed .col-search,
    .scroll-fixed .top-menu {
        margin-bottom: 10px
    }
}

.pt-menu a {
    text-decoration: none;
    display: block;
}

.pt-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pt-menu .sub-menu-container {
    z-index: 100;
    display: none;
}

.mega-menu-container .sub_item3-content {
    overflow: hidden;
}

.mega-menu-container .sub_item3-content h5 {
    margin: 0;
}

.pt-menu .mega-menu-container .sub_item3-content a {
    line-height: 28px;
    padding: 0;
    font-family: var(--main-font) !important;
}

.pt-menu .ul-top-items .li-top-item a {
    display: block;
    position: relative;
}

.pt-menu .ul-top-items .li-top-item>a>img {
    position: absolute;
    left: 1.8rem;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pt-menu .icon-more-right {
    float: right;
    line-height: inherit;
}

.static-bottom-menu {
    margin-top: 20px;
}

.horizontal-menu {
    position: relative;
    background: transparent !important;
    text-align: left;
    width: 100%;
}

.horizontal-menu .ul-top-items {
    display: inline-block;
    vertical-align: top;
}

.horizontal-menu .ul-top-items .li-top-item {
    display: block;
    margin: 0;
    /*! padding: 10px 0; */
    position: relative;
    padding: 0px 0;
}

.horizontal-menu .ul-top-items .li-top-item:last-child {
    margin: 0;
}

.horizontal-menu .ul-top-items .li-top-item>a {
    line-height: 24px;
    border: 0;
    /*background: transparent !important;*/
}

.horizontal-menu .ul-top-items .li-top-item>a>span {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.horizontal-menu .ul-top-items .li-top-item>a>span:after {
    content: "";
    left: 0;
    right: 0;
    height: 2px;
    bottom: -1px;
    position: absolute;
    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;
}

.horizontal-menu .ul-top-items .li-top-item.active>a span:after,
.horizontal-menu .ul-top-items .li-top-item:hover>a span:after {
    opacity: 1;
}


/*.horizontal-menu .ul-top-items .li-top-item:first-child>a {
    padding-left: 0 !important;
}*/

.horizontal-menu .ul-top-items .li-top-item.active>a {}

.horizontal-menu .ul-top-items .li-top-item.active>a>span {
    position: relative;
}

.horizontal-menu .ul-top-items .li-top-item.active>a>span:before {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--link-hover-color);
    position: absolute;
    left: 0;
    bottom: -5px;
    display: none;
}

.horizontal-menu .ul-top-items .li-top-item>a>i {
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: top;
    color: inherit;
    font-weight: normal !important;
}

.horizontal-menu .ul-top-items .li-top-item>a>i {
    background: transparent !important;
}

.horizontal-menu .ul-top-items .li-top-item.right {
    float: right;
    position: relative;
    text-align: right;
}

.horizontal-menu .ul-top-items .li-top-item.mega-right {
    float: right;
    text-align: right;
}

.horizontal-menu .sub-menu-container,
.horizontal-menu .flyout-third-items {
    position: absolute;
    top: 100%;
    box-shadow: none;
    border: 0;
    background: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}

.horizontal-menu .ul-top-items .li-top-item .right {
    text-align: right;
}

.horizontal-menu .ul-top-items .li-top-item .left {
    text-align: left;
}

.horizontal-menu .ul-top-items .li-top-item.right .mega-menu-container {
    right: 0;
}

.horizontal-menu .ul-top-items .li-top-item .mega-menu-container {
    overflow: hidden;
}

.horizontal-menu .ul-top-items .li-top-item .mega-menu-container.full-width {
    left: 0;
    right: 0;
    width: 100%;
}

.horizontal-menu .a-mega-second-link {
    letter-spacing: -0.025rem;
    line-height: 2.4rem;
}

.horizontal-menu .mega-menu-container .sub-item2-content {
    position: relative;
}

.horizontal-menu .mega-menu-container .sub_item3-content {}

.horizontal-menu .mega-menu-container .sub-item2-category-content:before {
    content: "";
    width: 1px;
    left: -5px;
    position: absolute;
    top: 1.5rem;
    bottom: 0.8rem;
    background: #eeeeee;
    opacity: 0;
}

.horizontal-menu .mega-menu-container .sub-item2-category-content:first-child:before {
    opacity: 0;
}

.horizontal-menu .mega-menu-container .sub-item2-content h4 {
    margin-bottom: 0.9rem;
}

.horizontal-menu .mega-menu-container .sub-item2-content h4.html-title {
    text-align: center;
    margin-bottom: 1.5rem;
}

.horizontal-menu .flyout-menu-container {
    width: 20rem;
}

.horizontal-menu .flyout-menu-container.left .a-item .fa {
    float: right;
    line-height: inherit;
}

.horizontal-menu .flyout-menu-container.left {
    float: left;
}

.horizontal-menu .flyout-menu-container.right {
    float: right;
    right: 0;
}

.horizontal-menu .flyout-menu-container.right .a-item .fa {
    float: left;
    line-height: inherit;
}

.horizontal-menu .flyout-menu-container.right .li-second-items {
    position: relative;
}

.horizontal-menu .ul-second-items .li-second-items {
    position: relative;
}

.horizontal-menu .ul-second-items .li-second-items .a-second-link {
    padding: 1rem 1.5rem;
}

.horizontal-menu .ul-second-items .li-second-items .a-second-link i {
    font-size: 1.2rem;
    margin: 0;
}

.horizontal-menu .flyout-third-items {
    position: absolute;
    top: 0;
    display: none;
    min-width: 150px;
    z-index: 2;
}

.horizontal-menu .flyout-third-items.left {
    left: 100%;
}

.horizontal-menu .flyout-third-items.right {
    right: 100%;
}

.horizontal-menu .ul-third-items .li-third-items .a-third-link {
    white-space: nowrap;
    padding: 0.5rem 1.5rem;
}

.flyout-menu-container ul li+li {
    border-top: 1px solid #dedede;
}

.static-menu-right {
    position: absolute;
    top: -3.5rem;
    right: -1.5rem;
    width: 32.4rem;
    z-index: -1;
}

.product-col-menu {
    text-align: center;
}

.product-menu-name {
    margin-bottom: 0;
}

.product-menu-link {
    line-height: 2rem;
    font-weight: 500 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize !important;
}

.pt-menu.vertical-menu {
    position: relative;
}

.static-bottom-vermenu {
    margin: 0 -30px -18px -30px;
}

.vertical-menu .pt-menu-bar {
    position: relative;
}

.vertical-menu .pt-menu-bar .text-vertical-bar {
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    height: 56px;
    font-size: 1.4rem;
}

.vertical-menu .pt-menu-bar .text-vertical-bar span {
    flex: 1 1 auto;
}

.vertical-menu .pt-menu-bar .text-vertical-bar:before {
    content: "\f394";
    font-size: 2.4rem;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-weight: normal;
    font-family: "Ionicons";
    text-align: center;
}

.vertical-menu .pt-menu-bar .text-vertical-bar:after {
    content: "\f3d0";
    font-family: "Ionicons";
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    margin-left: 10px;
}

.vertical-menu .pt-menu-bar:hover {
    cursor: pointer;
}

.common-home .vertical-menu .ul-top-items {
    /* display:block; */
}

.vertical-menu .ul-top-items {
    display: none;
    position: absolute;
    z-index: 111;
    width: 100%;
    left: 0;
    top: 100%;
    border: 0;
    padding: 0;
    background: #fff;
    box-shadow: 0 0 3.76px 0.24px rgba(0, 0, 0, .15);
}

.vertical-menu .ul-top-items .li-top-item {
    display: block;
    margin: 0;
    position: relative;
    padding: 0;
}

.vertical-menu .ul-top-items .li-top-item:first-child {
    /* padding-top: 13px; */
}

.vertical-menu .ul-top-items .li-top-item>a.a-top-link {
    line-height: 35px;
    position: relative;
    border-bottom: 1px solid #eaeaea;
}

.vertical-menu .ul-top-items .li-top-item>a.a-top-link:hover i {
    color: inherit;
}

.vertical-menu .ul-top-items .li-top-item:last-child>a.a-top-link,
.vertical-menu .ul-top-items .li-top-item>a.a-over {
    border: 0;
}

.vertical-menu .ul-top-items .li-top-item.li-over:after {
    border: 0;
}

.vertical-menu .ul-top-items .li-top-item>a.a-over:before {
    content: "+";
    margin-right: 0.6rem;
}

.vertical-menu .ul-top-items .li-top-item>a.a-over.a-minus:before {
    content: "-";
}

.vertical-menu .icon-more-right {
    font-size: 1.2rem;
    vertical-align: top;
}

.vertical-menu .ul-top-items .li-top-item.over {
    display: none;
}

.vertical-menu .ul-top-items .li-top-item.li-over {
    /* padding-bottom: 14px; */
}

.vertical-menu .li-top-item .sub-menu-container {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e8e8e8;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.vertical-menu .li-top-item:first-child .sub-menu-container {
    /* border-top: 0; */
}

.vertical-menu .mega-menu-container>.row {
    margin: 0 -0.5rem;
}

.vertical-menu .mega-menu-container>.row>.sub-item2-content {
    padding: 0 0.5rem;
}

.vertical-menu .flyout-menu-container {
    width: auto;
    float: left;
    min-width: 20rem;
}

.vertical-menu .ul-second-items .li-second-items {
    position: relative;
}

.vertical-menu .ul-second-items .li-second-items .a-second-link {
    padding: 0.7rem 1.5rem;
}

.vertical-menu .flyout-third-items {
    position: absolute;
    top: 0;
    display: none;
    min-width: 15rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 2;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.vertical-menu .flyout-third-items {
    left: 100%;
}

.vertical-menu .ul-third-items .li-third-items .a-third-link {
    white-space: nowrap;
    padding: 0.5rem 1.5rem;
}

.static-ver-menu {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-right: -4rem;
    z-index: -1;
    margin-bottom: -3rem;
    position: relative;
    margin-top: -16.7rem;
}

.static-ver-menu2 {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-right: -3rem;
    margin-bottom: -3rem;
}

.mobile-menu .pt-menu-bar i {
    /* height: 4rem; */
    /* line-height: 4rem; */
    /* text-align: center; */
    font-size: 3.3rem;
    /* cursor: pointer; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 50%; */
    /* margin-top: -2rem; */
    /* z-index: 3; */
    display: inline-block;
    vertical-align: top;
}

.pt-menu.mobile-menu {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 10px;
    color: #253237;
    position: relative;
    text-transform: capitalize;
    line-height: 40px;
}

.pt-menu.mobile-menu .pt-menu-bar {
    text-align: center;
}

.mobile-menu .pt-menu-bar i:before {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}

.pt-menu.mobile-menu .ul-top-items>li+li {
    border-bottom: 1px solid #dedede;
}

.pt-menu.mobile-menu .ul-top-items li ul li+li {
    border-top: 1px dashed #dedede;
}

.pt-menu.mobile-menu .ul-top-items>li:last-child {
    border-bottom: none;
}

.mobile-menu .pt-menu-bar.opened i {
    top: 1rem;
    right: 1rem;
    left: auto;
    position: fixed;
    margin: 0;
    z-index: 1001;
    width: 4rem;
}

.mobile-menu .pt-menu-bar.opened:before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
}

.mobile-menu .pt-menu-bar i:last-child {
    font-size: 3rem;
    display: none;
    background: #fff;
}

.mobile-menu .pt-menu-bar.opened i {
    display: none;
}

.mobile-menu .pt-menu-bar.opened i:last-child {
    display: inline-block;
    color: #222;
    background: #fff;
}

.mobile-menu .pt-menu-bar i:hover {
    color: #253237;
}

.mobile-menu .pt-menu-bar i:last-child:hover {
    color: #fff;
    background: var(--link-hover-color);
}

.mobile-menu .ul-top-items {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1001;
    width: 88%;
    max-width: 37.5rem;
    background: #fff;
    padding: 1.5rem;
    overflow: auto;
    text-align: left;
}

.mobile-menu .ul-top-items {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1001;
    width: 88%;
    max-width: 37.5rem;
    background: #fff;
    padding: 1.5rem;
    overflow: auto;
    text-align: left;
}

.pt-menu.mobile-menu .ul-top-items .li-top-item a {
    padding-left: 5px!important;
    padding-right: 5px!important;
}

.mobile-menu .ul-top-items .block-title {
    margin-top: 0;
}

.mobile-menu .sub-menu-container {
    display: none;
}

.mobile-menu .li-top-item {
    position: relative;
}

.mobile-menu .a-click-show {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 10px;
    line-height: 2.8rem;
    width: 3rem;
    height: 3rem;
    text-align: center;
    cursor: pointer;
    border: 1px solid #f2f2f2;
}

.mobile-menu .a-click-show:hover {
    background: var(--link-hover-color);
    color: #fff;
    border-color: var(--link-hover-color);
}

.mobile-menu .a-click-show i {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    font-size: 1.03rem;
}

.mobile-menu .a-click-show i:last-child {
    display: none;
}

.mobile-menu .expand>.a-click-show i:last-child {
    display: inline-block;
}

.mobile-menu .expand>.a-click-show i {
    display: none;
}

.mobile-menu .ul-second-items,
.mobile-menu .ul-third-items {
    padding-left: 2rem;
}

.mobile-menu .ul-second-items .li-second-items {
    position: relative;
}

.mobile-menu .ul-second-items .li-second-items .a-second-link {
    padding: 0.5rem 0;
}

.mobile-menu .flyout-third-items {
    display: none;
}

.mobile-menu .ul-third-items .li-third-items .a-third-link {
    padding: 0.5rem 0;
}

.menu-mobile-title {
    margin-top: 0;
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 2rem;
    position: relative;
    padding-right: 5rem;
    text-align: left;
}

.menu-mobile-title h3 {
    background: #fff;
    border-bottom: 0.2rem solid var(--link-hover-color);
    padding: 0.5rem 0;
    font-size: 2.5rem;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    line-height: 3rem;
    margin: 0 0 -2px 0;
}

.mobile-layout .col-search {
    margin-top: 5px;
}

.mobile-layout header .box-inner-inner {
    padding: 15px 0;
    flex-wrap: inherit;
}

.card>.list-group,
.card .list-group-item {
    margin-bottom: 0;
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}


/* Whatsapp Destek */

.whatsapp_chat_support {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.wcs_button {
    text-align: center;
    padding: 9px 18px;
    border-radius: 50px;
    background: #26C281;
    color: #fff;
    display: inline-block;
    margin-right: 3px;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.wcs_button .fa {
    font-size: 15px;
    margin-right: 3px;
}

.wcs_button_circle {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: 0;
}

.wcs_button_circle .fa {
    line-height: 50px;
    font-size: 25px;
    margin-right: 0px;
}

.wcs_button_label {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 10px;
    background: #d4f3e6;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
}

.wcs_button_label_hide {
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    transform: translate(10px, 0);
    opacity: 0;
    visibility: hidden;
}

.wcs_fixed_right {
    z-index: 999;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

.wcs_fixed_left {
    z-index: 999;
    position: fixed;
    bottom: 20px;
    left: 20px;
}

.wcs_fixed_left .wcs_popup {
    left: 0 !important;
    right: unset !important;
}

.wcs_popup {
    position: absolute;
    width: 300px;
    bottom: 100%;
    right: 0;
    margin-bottom: 20px;
    visibility: hidden;
    max-width: calc(100vw - 60px);
}

.wcs_popup_close {
    position: absolute;
    top: 2px;
    right: 8px;
    cursor: pointer;
    opacity: .8;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.08s ease-in-out;
    -moz-transition: all 0.08s ease-in-out;
    transition: all 0.08s ease-in-out;
}

.wcs_popup_close:hover {
    opacity: 1;
}

.wcs_popup_header {
    padding: 20px;
    background: #26C281;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 4px 8px 1px rgba(43, 43, 43, .15);
    -moz-box-shadow: 0 4px 8px 1px rgba(43, 43, 43, .15);
    -o-box-shadow: 0 4px 8px 1px rgba(43, 43, 43, .15);
    -ms-box-shadow: 0 4px 8px 1px rgba(43, 43, 43, .15);
    box-shadow: 0 4px 8px 1px rgba(43, 43, 43, .15);
}

.wcs_popup_header .fa-whatsapp {
    font-size: 50px;
    display: block;
    margin-bottom: 20px;
}

.wcs_popup_header_description {
    display: block;
    margin-top: 10px;
    font-size: 12px;
}

.wcs_popup_input {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background: #fff;
    padding: 10px 10px;
    -webkit-box-shadow: 0 4px 8px 1px rgba(43, 43, 43, .15);
    -moz-box-shadow: 0 4px 8px 1px rgba(43, 43, 43, .15);
    -o-box-shadow: 0 4px 8px 1px rgba(43, 43, 43, .15);
    -ms-box-shadow: 0 4px 8px 1px rgba(43, 43, 43, .15);
    box-shadow: 0 4px 8px 1px rgba(43, 43, 43, .15);
}

.wcs_popup_input input {
    outline: none;
    width: 90%!important;
    color: #555555;
    display: inline-block!important;
    border: medium none !important;
    vertical-align: middle;
}

.wcs_popup_input input::placeholder {
    color: #cfcfcf;
}

.wcs_popup_input>* {
    vertical-align: top;
}

.wcs_popup_input .fa {
    font-size: 17px;
    color: #9da3a5;
    vertical-align: middle;
    cursor: pointer;
}

.wcs_popup_input_offline {
    color: #f1a528;
}

.wcs_popup_input_offline+.wcs_popup_avatar {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

@media only screen and (max-width: 400px) {
    .wcs_popup_avatar {
        display: none;
    }
}

.whatsapp_chat_support.wcs-show .wcs_button_label {
    opacity: 0;
}

.wcs-show .wcs_popup {
    visibility: visible;
}

.wcs-effect .wcs_popup {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.wcs-show.wcs-effect .wcs_popup {
    opacity: 1;
}

.widget-content .list-group-item.active,
.widget-content .list-group-item.active:focus,
.widget-content .list-group-item.active:hover {
    background-color: var(--link-color);
    border-color: var(--link-color);
}

@media (max-width: 1439px) {
    .col-search {
        width: 640px;
    }
    .vertical-menu .ul-top-items .li-top-item>a.a-top-link {
        line-height: 21px;
    }
}

@media (max-width: 1300px) {
    .col-search {
        width: 540px;
    }
    .horizontal-menu .ul-top-items .li-top-item {
        margin: 0;
    }
    .horizontal-menu .ul-top-items .li-top-item>a {
        padding-left: 10px !Important;
        padding-right: 10px !Important;
    }
}

@media (max-width: 1199px) {
    /* .scroll-fixed .col-search {
        display: none;
    } */
    header .box-inner-inner {
        display: flex;
        align-items: center;
    }
    header .box-inner-inner .header-phone,
    .col-cart {
        position: relative;
        margin: 0;
        right: auto;
        top: auto;
    }
    header .box-inner-inner .header-phone {
        margin-right: 30px;
    }
    /* #logo {
         padding-left: 40px;
         float: left;
         padding-top: 10px;
         padding-bottom: 10px;
         max-width: 190px;
     }*/
    /*.col-logo {
        width: auto;
        margin-right: 15px;
        flex: 1 1 auto;
        position: relative;
    }*/
    .col-hoz,
    .top-menu .col-ver {
        display: none;
    }
}

@media (max-width: 991px) {
    .col-search {
        position: relative;
        margin-top: 10px;
        /* left: 0;
         right: 0;
         margin: 0 0 20px 0;
         width: 100%;
         max-width: 100%;*/
    }
    /* #top .box-top {
         float: none !important;
         display: block;
         text-align: center;
     }

     #top .box-top-left {
         border-bottom: 1px solid rgba(0, 0, 0, 0.08);
     }*/
}

@media (max-width: 767px) {
    /*#header {
        padding-bottom: 10px;
    }*/
    /*#logo {
        float: left;
        padding-left: 4rem;
    }*/
    #logo img {
        max-height: 50px;
    }
    .mobile-menu .pt-menu-bar i {
        right: auto;
        left: 0;
    }
    #cart .text-cart,
    #cart .text-item {
        display: none;
    }
    #cart #cart-total {
        min-width: auto;
        padding: 0;
    }
    header .box-inner:after {
        left: 60%;
    }
    /*#cart > .btn:before {
        margin: 0;
    }*/
    .breadcrumb>li {
        max-width: 100px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        font-size: 12px;
    }
    .breadcrumb>li+li:before {
        margin: 0 0;
    }
    .product-info-details h1 {
        font-size: 2rem;
        margin-bottom: 0;
    }
}

@media (max-width: 639px) {
    .top-menu {
        flex-direction: column;
    }
    .top-menu .col-search {
        margin: 0;
        width: 100%;
        margin-bottom: 15px;
    }
    .product-details.edge .thumbnails li:not(.image-additional) .thumbnail {
        height: 250px;
        display: block;
    }
    .product-details.edge .thumbnails .thumbnail img {
        height: 100%;
        object-fit: cover;
    }
    .ratings-content a {
        font-size: 12px;
    }
}

@media (max-width: 479px) {
    /* .col-cart {
         margin: 0;
     }*/
    #top .box-top-left>li {
        margin: 0;
        padding: 0;
    }
    /*#top .box-top-left > li > p {
        padding: 5px 0
    }*/
    #top .box-top-left>li:after {
        display: none;
    }
    /*#logo {
        padding-left: 3rem;
    }*/
    .header-dropdown .dropdown-menu {
        right: -6.5rem;
    }
    header .box-inner-inner {
        flex-wrap: wrap;
    }
    header .box-inner-inner .header-phone {
        width: 100%;
        order: 3;
        margin-top: 20px;
        margin-right: 0;
    }
    header .box-inner-inner .header-phone .inner {
        display: inline-block;
        vertical-align: top;
    }
    header.scroll-fixed .box-inner-inner .header-phone {
        display: none;
    }
    .product-layout.product-grid .product-thumb:not(.swiper-slide) .product-item {
        display: flex;
    }
    .product-thumb:not(.swiper-slide) .product-item .image {
        max-width: 40%;
    }
    .product-thumb:not(.swiper-slide) .product-item .image .inner,
    .product-thumb:not(.swiper-slide) .product-item .image a,
    .product-thumb:not(.swiper-slide) .product-item .image img {
        height: 100%;
    }
    .product-thumb:not(.swiper-slide) .product-item .image img {
        object-fit: cover;
    }
}

.modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
    display: flex;
    align-items: center;
}