:root {
    --main-color: #007bff;
}
body {
    background: #eee;
    font-size: 13px;
    overflow-x: hidden;
}
img,
table {
    max-width: 100%;
}
img.img-auto {
    height: auto;
    width: auto;
}
.cursor-pointer {
    cursor: pointer;
}
.width-auto {
    width: auto;
}
.btn-white {
    background-color: #fff;
    border-color: #777;
}
.btn-white.focus,
.btn-white:focus,
.btn-white:hover {
    background-color: #777;
    color: #fff;
}
[data-toggle="tooltip"] {
    position: relative;
}
[data-toggle="tooltip"]:after {
    background-color: #333;
    border-radius: 6px;
    color: #fff;
    content: attr(title);
    min-width: 150px;
    padding: 3px;
    text-align: center;
    top: calc(100% + 10px);
    width: calc(100% + 50px);
    z-index: 1;
}
[data-toggle="tooltip"]:after,
[data-toggle="tooltip"]:before {
    display: none;
    opacity: 0;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    transition: opacity 0.3s;
}
[data-toggle="tooltip"]:before {
    border: 5px solid transparent;
    border-bottom-color: #333;
    content: "";
    top: 100%;
}
[data-toggle="tooltip"]:hover:after,
[data-toggle="tooltip"]:hover:before {
    display: block;
    opacity: 1;
}
.line-through {
    text-decoration: line-through;
}
.w-30 {
    width: 30%;
}
.w-40 {
    width: 40%;
}
.w-50 {
    width: 50%;
}
.font-weight-500 {
    font-weight: 500 !important;
}
.height-75 {
    height: 75px !important;
}
.height-100 {
    height: 100px !important;
}
.height-150 {
    height: 150px !important;
}
.resize-none {
    resize: none;
}
.word-break-all {
    word-break: break-all;
}
.btn-secondary-2 {
    background: #eee;
    border-color: #eee;
    color: #6d6d6d;
}
.btn-secondary-2:hover {
    background: #d4d4d4;
    border-color: #d4d4d4;
    color: #444;
}
.swal-button:focus {
    box-shadow: none;
}
.alert {
    font-size: 14px;
    font-weight: 500;
}
.modal-xlg {
    max-width: calc(100vw - 1rem);
    width: 1100px;
}
.modal-footer .buttons .btn {
    font-size: 14px;
    font-weight: 500;
}
.modal-body iframe {
    border: none;
    display: block;
    height: 50vh;
    overflow: auto;
    width: 100%;
}
.btn:focus,
.form-control:focus {
    box-shadow: none !important;
}
.form-control:focus {
    border-color: #333 !important;
}
.row {
    margin-left: -10px;
    margin-right: -10px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-cs-10,
.col-cs-11,
.col-cs-5,
.col-cs-7,
.col-cs-8,
.col-cs-9,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-lg-cs-10,
.col-lg-cs-11,
.col-lg-cs-5,
.col-lg-cs-7,
.col-lg-cs-8,
.col-lg-cs-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-md-cs-10,
.col-md-cs-11,
.col-md-cs-5,
.col-md-cs-7,
.col-md-cs-8,
.col-md-cs-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-sm-cs-10,
.col-sm-cs-11,
.col-sm-cs-5,
.col-sm-cs-7,
.col-sm-cs-8,
.col-sm-cs-9,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xl-cs-10,
.col-xl-cs-11,
.col-xl-cs-5,
.col-xl-cs-7,
.col-xl-cs-8,
.col-xl-cs-9 {
    padding-left: 10px;
    padding-right: 10px;
}
.col-list-p-0 {
    padding: 0;
}
.col-list-p-v-1 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.col-list-p-h-1 {
    padding-left: 10px;
    padding-right: 10px;
}
.container,
.container-fluid,
.container-fluid.container-fluid-relative,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.container-full,
.no-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.container-full .row,
.no-container .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.container-full .container .row,
.container-full .row .row,
.no-container .container .row,
.no-container .row .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.hidden-scroll {
    overflow: hidden !important;
    position: relative !important;
}
.page-link,
.page-link:hover {
    color: var(--main-color);
}
.page-item.active .page-link {
    background: var(--main-color);
    border-color: var(--main-color);
}
.page-link:focus {
    box-shadow: none;
}
.easy-autocomplete-container {
    z-index: 9999;
}
.easy-autocomplete-container ul .eac-category,
.easy-autocomplete-container ul li {
    font-size: 13px;
    padding: 3px 10px;
}
.easy-autocomplete .spsi-item {
    align-items: center;
    display: flex;
    font-size: 13px;
}
.easy-autocomplete .spsi-item img {
    height: 50px;
    margin-right: 10px;
}
.q-form-group .multiple {
    align-items: center;
    display: flex;
    justify-content: center;
}
.q-form-group label {
    color: #333;
    display: flex;
    font-size: 14px;
    height: 23px;
    margin-bottom: 5px;
}
.q-form-group label.solid {
    font-weight: 500;
}
.q-form-group label.font-size-sm {
    font-size: 13px;
}
.q-form-group label.font-size-lg {
    font-size: 15px;
}
.q-form-group .form-control {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    color: #222;
    font-size: 14px;
    height: 45px;
    padding: 0.375rem 0.75rem;
}
.q-form-group div.form-control {
    align-items: center;
    cursor: default;
    display: flex;
    justify-content: flex-start;
}
.q-form-group div.form-control .form-control-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.q-form-group .select-wrapper {
    position: relative;
}
.q-form-group .select-wrapper select {
    -webkit-appearance: none;
    appearance: none;
    padding-right: 40px;
}
.q-form-group .select-wrapper:after {
    align-items: center;
    bottom: 0;
    color: #8a8b94;
    content: "\f107";
    display: flex;
    font-family: "Font Awesome\ 5 Free";
    font-size: 1rem;
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
}
.q-form-group .form-text {
    align-items: center;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    color: #222;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    min-height: 45px;
    padding: 0.375rem 0.75rem;
    width: 100%;
    word-break: break-word;
}
.q-form-group .form-control.error,
.q-form-group.form-error .form-control {
    border-color: #dc3545 !important;
}
.q-form-group .form-control:focus {
    border-color: #000 !important;
    box-shadow: 0 0 0 1px #000 !important;
}
.q-form-group .message {
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: 500;
}
.q-form-group.form-error .message,
.q-form-group.form-error div.error {
    color: #dc3545;
}
.q-form-group input[type="checkbox"],
.q-form-group input[type="radio"] {
    appearance: none;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    outline: none;
    padding: 0;
    position: relative;
    width: 20px;
}
.q-form-group input[type="radio"] {
    border-radius: 50%;
}
.q-form-group input[type="checkbox"]:before,
.q-form-group input[type="radio"]:before {
    background-size: 16px 13px;
    height: 13px;
    inset: 3px 2px;
    position: absolute;
    width: 16px;
}
.q-form-group input[type="checkbox"]:checked,
.q-form-group input[type="radio"]:checked {
    background: #000;
    border: 1px solid #000;
    box-shadow: 0 0 0 1px #000 !important;
}
.q-form-group input[type="checkbox"]:checked:before,
.q-form-group input[type="radio"]:checked:before {
    background-image: url(images/checkbox.svg);
    background-repeat: no-repeat;
    content: "";
    display: block;
    left: 1px;
    position: absolute;
    top: 3px;
}
.q-form-group .checkbox-option {
    align-items: center;
    display: flex;
}
.q-form-group .checkbox-option.checkbox-option-bordered {
    border: 1px solid #dee2e6;
    padding: 15px;
}
.q-form-group .checkbox-option.checkbox-option-bordered:first-child {
    border-bottom: 0;
}
.q-form-group .checkbox-option label {
    align-items: center;
    color: #333;
    cursor: pointer;
    display: flex;
    height: auto;
    margin: 0;
}
.q-form-group .checkbox-option .description,
.q-form-group .checkbox-option .info {
    flex: 1;
    font-size: 14px;
    margin: 0 0 0 10px;
}
.q-form-group .checkbox-option .info {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
.q-form-group .checkbox-option .info .name {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}
.q-form-group .radio-options {
    align-items: center;
    display: flex;
}
.q-form-group .radio-options label {
    color: #333;
    cursor: pointer;
    margin: 0 15px 0 0;
}
.q-form-group .radio-options span {
    font-size: 14px;
    margin: 0 0 0 7px;
}
.q-form-group .seperator {
    margin: 0 5px;
}
.q-form-group .input-group .input-group-text {
    border: 1px solid #dbdbdb;
    height: 45px;
}
.q-form-group .input-icon {
    position: relative;
}
.q-form-group .input-icon .icon {
    align-items: center;
    bottom: 0;
    color: #555;
    display: flex;
    font-size: 15px;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}
.q-form-group .input-icon .icon.selectbox-icon {
    color: #8a8b94;
    font-size: 1rem;
    width: 40px;
}
.q-form-group .input-icon .form-control {
    padding-right: 60px;
}
.lag-checkbox span:after,
.lag-checkbox span:before,
.span_pseudo {
    background: #fff;
    content: "";
    display: inline-block;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0 0;
    width: 0;
}
.lag-checkbox {
    align-items: center;
    display: flex;
    height: 2rem;
    position: relative;
}
.lag-checkbox input {
    display: none;
}
.lag-checkbox input:checked ~ span {
    background: #333;
    border-color: #333;
}
.lag-checkbox input:checked ~ span:before {
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
    width: 0.5rem;
}
.lag-checkbox input:checked ~ span:after {
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.2s;
    width: 0.35rem;
}
.lag-checkbox input:disabled ~ span {
    background: #ececec;
    border-color: #dcdcdc;
}
.lag-checkbox input:disabled ~ label {
    color: #dcdcdc;
}
.lag-checkbox input:disabled ~ label:hover {
    cursor: default;
}
.lag-checkbox label {
    cursor: pointer;
    margin-bottom: 0;
    padding-left: 1.8rem;
    position: relative;
    z-index: 2;
}
.lag-checkbox span {
    border: 2px solid #ccc;
    border-radius: 5px;
    box-sizing: content-box;
    display: inline-block;
    height: 1rem;
    left: 0;
    position: absolute;
    transition: all 0.2s;
    width: 1rem;
    z-index: 1;
}
.lag-checkbox span:before {
    left: 0.33rem;
    top: 0.6rem;
    transform: rotate(-55deg);
}
.lag-checkbox span:after {
    bottom: 0.3rem;
    left: 0.2rem;
    transform: rotate(35deg);
}
.pattern-group .pattern-group-header {
    display: flex;
    padding: 15px 0;
}
.pattern-group .pattern-group-header .p-g-h-icon {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    justify-content: center;
    width: 30px;
}
.pattern-group .pattern-group-header .p-g-h-info {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}
.pattern-group .pattern-group-header .p-g-h-info .p-g-h-i-title {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.pattern-group .pattern-group-header .p-g-h-info .p-g-h-i-description {
    font-size: 14px;
    font-weight: 500;
}
.pattern-group .pattern-group-header .p-g-h-button {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pattern-group .pattern-group-header .p-g-h-button .btn-mod {
    font-size: 13px;
}
.p-g-b-c-loader {
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: center;
    width: 100%;
}
.p-g-b-c-loader .pgbcl-spin {
    color: #888;
    font-size: 10px;
    height: 2rem;
    width: 2rem;
}
.pattern-group .p-g-tab-wrapper {
    display: flex;
    flex-direction: column;
}
.pattern-group .p-g-tab-wrapper .p-g-t-nav {
    display: flex;
    margin-bottom: 10px;
}
.pattern-group .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
.pattern-group .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header .p-g-t-n-icon {
    font-size: 20px;
    width: 30px;
}
.pattern-group .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header .p-g-t-n-icon,
.pattern-group .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header .p-g-t-n-info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pattern-group .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header .p-g-t-n-info .p-g-t-n-i-title {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.pattern-group .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header .p-g-t-n-info .p-g-t-n-i-description {
    font-size: 14px;
    font-weight: 500;
}
.pattern-group .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-button {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pattern-group .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-button .btn-mod {
    font-size: 13px;
}
.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
}
.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
    display: flex;
    margin: 0 10px;
    text-align: center;
}
.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-item:last-child {
    border-right: 0;
}
.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
    align-items: center;
    color: #777;
    display: flex;
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    justify-content: center;
    padding: 10px 0;
    text-align: center;
}
.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link i {
    margin-right: 8px;
}
.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link img {
    margin-right: 8px;
    max-height: 100%;
}
.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link.active {
    color: #000;
}
.pattern-group .p-g-tab-wrapper.p-g-tab-direction-3 {
    flex-direction: column-reverse;
}
.pattern-group .p-g-tab-wrapper.p-g-tab-direction-3 .p-g-t-nav {
    display: flex;
    margin-bottom: 10px;
}
.pattern-group .p-g-mod {
    background: #fff;
    margin-bottom: 20px;
}
.pattern-group .p-g-mod.p-g-mod-trans {
    background: transparent;
}
.pattern-group .p-g-mod .p-g-mod-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    height: 60px;
    padding: 10px 15px;
}
.pattern-group .p-g-mod .p-g-mod-header.p-g-mod-header-p-0 {
    padding: 0;
}
.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-icon {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    justify-content: center;
    width: 28px;
}
.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
}
.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}
.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description {
    font-size: 14px;
    font-weight: 400;
}
.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-button {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-button .btn-mod {
    font-size: 13px;
}
.pattern-group .p-g-mod .p-g-mod-body {
    padding: 15px;
}
.pattern-group .p-g-mod .p-g-mod-body.p-g-mod-body-p-0 {
    padding: 0;
}
.p-g-mod-t-2 .p-g-mod-body a {
    border-bottom: 1px solid #eaeaea;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
}
.p-g-mod-t-2.p-g-mod-trans .p-g-mod-body a {
    border-bottom: none;
}
.p-g-mod-t-2.p-g-mod-trans .p-g-mod-body-p-0 a {
    padding: 8px 0;
}
.p-g-mod-t-2 .p-g-mod-body a:hover {
    background: #eaeaea;
}
.p-g-mod-t-2.p-g-mod-trans .p-g-mod-body a:hover {
    background: transparent;
}
.p-g-mod-t-15 .p-g-mod-body ul,
.p-g-mod-t-16 .p-g-mod-body ul,
.p-g-mod-t-58 .p-g-mod-body ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
}
.p-g-mod-t-15 .p-g-mod-body ul li,
.p-g-mod-t-16 .p-g-mod-body ul li,
.p-g-mod-t-58 .p-g-mod-body ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    display: block;
    margin-bottom: -1px;
    padding: 0;
    position: relative;
}
.p-g-mod-t-15 .p-g-mod-body ul li:last-child,
.p-g-mod-t-16 .p-g-mod-body ul li:last-child,
.p-g-mod-t-58 .p-g-mod-body ul li:last-child {
    border-bottom: 0;
}
.p-g-mod-t-15 .p-g-mod-body ul li a,
.p-g-mod-t-16 .p-g-mod-body ul li a,
.p-g-mod-t-58 .p-g-mod-body ul li a {
    display: block;
    padding: 0.75rem 1.25rem;
}
.p-g-mod-t-15 .p-g-mod-body.p-g-mod-body-p-0 ul li a,
.p-g-mod-t-16 .p-g-mod-body.p-g-mod-body-p-0 ul li a,
.p-g-mod-t-58 .p-g-mod-body.p-g-mod-body-p-0 ul li a {
    padding: 0.75rem 0;
}
.p-g-mod-t-15 .p-g-mod-body ul li a {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}
.p-g-mod-t-16 .p-g-mod-body ul li a,
.p-g-mod-t-58 .p-g-mod-body ul li a {
    color: #333;
    font-size: 13px;
}
.p-g-mod-t-15 .p-g-mod-body li:hover,
.p-g-mod-t-16 .p-g-mod-body li:hover,
.p-g-mod-t-58 .p-g-mod-body li:hover {
    background: #eaeaea;
}
.p-g-mod-t-16.p-g-mod-trans .p-g-mod-body li:hover,
.p-g-mod-t-58.p-g-mod-trans .p-g-mod-body li:hover {
    background: transparent;
}
.card-blog {
    background: #fff;
    position: relative;
}
.card-blog,
.card-blog .image a {
    display: block;
}
.card-blog .image a img {
    width: 100%;
}
.card-blog .date {
    align-items: center;
    color: #666;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    height: 20px;
    justify-content: flex-start;
    padding: 5px 10px;
}
.card-blog .title {
    font-size: 16px;
    font-weight: 600;
    height: 54px;
    line-height: 18px;
}
.card-blog .description,
.card-blog .title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #000;
    display: block;
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    padding: 0 10px;
    text-align: left;
    text-overflow: ellipsis;
}
.card-blog .description {
    font-size: 14px;
    font-weight: 400;
    height: 48px;
    line-height: 16px;
}
.card-blog .buttons {
    padding: 10px;
}
.card-blog .buttons .btn-read-more {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 13px;
}
.card-blog .buttons .btn-read-more:hover {
    background: #333;
    color: #fff;
}
.pagination-nav {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.pagination-nav .pagination {
    display: inline-flex;
}
.p-g-mod-t-12 .p-g-mod-body .date {
    color: #555;
    font-size: 13px;
}
.p-g-mod-t-12 .p-g-mod-body .image {
    margin: 10px 0;
}
.p-g-mod-t-12 .p-g-mod-body .image img {
    width: 100%;
}
.p-g-mod-t-12 .p-g-mod-body .description {
    color: #000;
    font-size: 14px;
    margin-bottom: 5px;
}
.p-g-mod-t-12 .p-g-mod-body .detail {
    color: #000;
    font-size: 14px;
}
.p-g-mod-t-12 .p-g-mod-body .social-share {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
}
.card-brand {
    background: #fff;
    display: block;
    position: relative;
}
.card-brand .image {
    display: block;
    width: 100%;
}
.card-brand .image a {
    display: block;
}
.card-brand .image a img {
    width: 100%;
}
.card-brand .title {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    height: 60px;
    justify-content: center;
    padding: 0 10px;
    text-align: center;
}
.breadcrumb-wrapper .breadcrumb {
    background: none;
    color: #8e8e8e;
    font-size: 13px;
    font-weight: 500;
    padding: 0;
}
.breadcrumb-wrapper .breadcrumb a {
    color: #555;
}
.breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item:before {
    color: #8e8e8e;
    content: ">";
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item:last-child a {
    color: #333;
}
.pattern-group .p-g-mod-t-21,
.pattern-group .p-g-mod-t-22,
.pattern-group .p-g-mod-t-23,
.pattern-group .p-g-mod-t-24,
.pattern-group .p-g-mod-t-25,
.pattern-group .p-g-mod-t-35 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}
.pattern-group .p-g-mod-t-21,
.pattern-group .p-g-mod-t-22,
.pattern-group .p-g-mod-t-23,
.pattern-group .p-g-mod-t-24,
.pattern-group .p-g-mod-t-25,
.pattern-group .p-g-mod-t-26 {
    display: none;
}
.pattern-group .p-g-mod-t-21 .p-g-mod-header,
.pattern-group .p-g-mod-t-22 .p-g-mod-header,
.pattern-group .p-g-mod-t-23 .p-g-mod-header,
.pattern-group .p-g-mod-t-24 .p-g-mod-header,
.pattern-group .p-g-mod-t-25 .p-g-mod-header,
.pattern-group .p-g-mod-t-26 .p-g-mod-header {
    border-bottom: 0;
    height: 50px;
}
.pattern-group .p-g-mod-t-21 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title,
.pattern-group .p-g-mod-t-22 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title,
.pattern-group .p-g-mod-t-23 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title,
.pattern-group .p-g-mod-t-24 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title,
.pattern-group .p-g-mod-t-25 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 15px;
    font-weight: 500;
}
.pattern-group .p-g-mod-t-21 .p-g-mod-body,
.pattern-group .p-g-mod-t-22 .p-g-mod-body,
.pattern-group .p-g-mod-t-23 .p-g-mod-body,
.pattern-group .p-g-mod-t-24 .p-g-mod-body,
.pattern-group .p-g-mod-t-25 .p-g-mod-body {
    padding-top: 0;
}
.pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}
.pattern-group .p-g-mod-t-26 .p-g-mod-body .btn {
    font-size: 13px;
    margin: 0 5px;
}
.pattern-group .p-g-mod-t-22.p-g-mod-t-cat-display-1,
.pattern-group .p-g-mod-t-23.p-g-mod-t-cat-display-1,
.pattern-group .p-g-mod-t-24.p-g-mod-t-cat-display-1,
.pattern-group .p-g-mod-t-25.p-g-mod-t-cat-display-1,
.pattern-group .p-g-mod-t-26.p-g-mod-t-cat-display-1 {
    display: none;
}
.pattern-group .p-g-mod-t-21.p-g-mod-t-cat-display-1 {
    margin-bottom: 20px;
}
.category-filter-list .list-wrap[data-simplebar] {
    max-height: 300px;
}
.category-filter-list .list-wrap .list li, .category-filter-list .list-wrap .list li a {
    display: block;
    font-weight: 300;
    color: #000;
    font-size: 14px;
}
.category-filter-list .list-wrap .list li a:hover,
.category-filter-list .list-wrap .list li.active a {
    color: #000;
}
.category-filter-list.cat-display-type-1 .list-wrap {
    max-height: fit-content;
}
.category-filter-list.cat-display-type-1 .list-wrap .list li a {
    font-weight: 400;
    padding: 7px 7px 7px 0;
}
.category-filter-list.cat-display-type-1 .list-wrap .list li a i {
    font-size: 11px;
    margin-right: 3px;
}
.category-price-inputs {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 15px 0;
}
.category-price-inputs .seperator {
    text-align: center;
    width: 20px;
}
.category-price-inputs input {
    flex: 4;
    height: 35px;
    font-size: 0.8rem;
    border-radius: 0;
    border: 1px solid #ececec;
    width: 100px;
    font-weight: 400;
}
.category-price-inputs .btn {
    flex: 1;
    margin-left: 5px;
    height: 35px;
    border: 1px solid #ececec;
    border-radius: 0;
    background: #ffffff;
    font-size: 12px;
}
.category-price-inputs .btn svg {
    width: 13px;
    height: 100%;
}
.category-search-inputs {
    align-items: center;
    display: flex;
    justify-content: center;
}
.category-search-inputs .form-control {
    flex: 4;
    font-size: 13px;
    font-weight: 500;
    height: 35px;
}
.category-search-inputs .btn {
    background: #f7f7f7;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    flex: 1;
    height: 35px;
    margin-left: 5px;
}
.category-filter-order .list-wrap .list {
    padding: 0px;
    margin: 0px;
    line-height: normal;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
    list-style: none;
}
.category-filter-order .list-wrap .list li .lag-checkbox {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0;
    text-align: center;
    height: auto;
    background: transparent;
}
.category-filter-order .list-wrap .list li.active .lag-checkbox,
.category-filter-order .list-wrap .list li:hover .lag-checkbox {
    color: #575757;
    background: transparent;
}
.category-filter-order .list-wrap .list li span {
    display: none;
}
.pattern-group .p-g-mod-t-cat-filter .lag-checkbox span {
    display: inline-block !important;
    width: 0.8rem;
    height: 0.8rem;
    border: 1px solid #ccc;
    border-radius: 0;
    position: absolute;
    left: 0;
    transition: .2s;
    z-index: 1;
    box-sizing: content-box;
}
.category-filter-order .list-wrap .list li label {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    line-height: normal;
    padding: 0px;
}
.pattern-group .p-g-mod-t-cat-filter .lag-checkbox label {
    padding-left: 1.4rem !important;
}
.category-filter-order .list-wrap .list li label.pl-0-important {
    padding: 0px !important;
}
.card-category {
    align-items: center;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.card-category .image {
    display: block;
    width: 100%;
}
.card-category .image a {
    display: block;
}
.card-category .image a img {
    width: 100%;
}
.card-category .title {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
}
.card-attribute,
.card-category .title {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
}
.card-attribute {
    background: #fff;
    flex-direction: column;
}
.card-attribute .image {
    display: block;
    width: 100%;
}
.card-attribute .image a {
    display: block;
}
.card-attribute .image a img {
    width: 100%;
}
.card-attribute .title {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    text-align: center;
}
.product-reviews {
    display: flex;
    line-height: 12px;
}
.product-reviews .stars .star {
    color: #999;
    font-size: 12px;
}
.product-reviews .stars .star.fill {
    color: #f78018;
    position: relative;
}
.product-reviews .stars .star.fill .fa-star-half {
    bottom: 2px;
    position: absolute;
}
.product-reviews .stars .star.fill .dark {
    color: #999;
}
.product-reviews .count {
    color: #666;
    font-size: 11px;
    padding-left: 4px;
}
.card-product {
    background: #fff;
}
.card-product .card-product-inner {
    padding: 10px;
    position: relative;
}
.card-product .card-product-inner .c-p-i-link {
    color: #333;
    font-weight: 400;
}
.card-product .card-product-inner .free-cargo-badge {
    align-items: center;
    background: #535353;
    color: #fff;
    display: flex;
    font-size: 11px;
    font-weight: 500;
    height: 28px;
    justify-content: center;
    left: 0;
    line-height: 11px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 65px;
    z-index: 1;
}
.card-product .card-product-inner .image-wrapper {
    display: block;
    position: relative;
    width: 100%;
}
.card-product .card-product-inner .cpi-video {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.card-product .card-product-inner .cpi-video video {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.card-product .card-product-inner .product-label {
    display: none;
}
.card-product .card-product-inner .image-wrapper .image {
    display: block;
}
.card-product .card-product-inner .image-wrapper .image .video {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.card-product .card-product-inner .image-wrapper .image .video video {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.card-product .card-product-inner .title {
    display: -webkit-box;
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: normal;
    height: auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    color: #171717;
    font-weight: 400;
}
.card-product .card-product-inner .price-group {
    display: block;
}
.card-product .card-product-inner .price-group .discount {
    align-items: center;
    background: #f6000d;
    border-radius: 3px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 35px;
    justify-content: center;
    margin-right: 10px;
    text-align: center;
    width: 50px;
}
.card-product .card-product-inner .price-group .prices .list-price {
    color: #555;
    font-size: 12px;
}
.card-product .card-product-inner .price-group .prices .sale-price {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: normal;
}
.card-product .card-product-inner .price-group .prices .sale-price.line {
    font-size: 14px;
    font-weight: 100;
    color: #a1a1a1;
    line-height: normal;
    text-decoration: line-through;
}
.card-product .card-product-inner .buttons {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 5px 0;
}
.card-product .card-product-inner .buttons .btn-cart {
    background: #fd5b06;
    border-color: #fd5b06;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.card-product .card-product-inner .buttons .btn-cart:hover {
    background: #e25002;
    border-color: #e25002;
    color: #fff;
}
.card-product .product-reviews {
    justify-content: center;
    margin: 5px 0;
}
.card-product .product-quantity .btn {
    height: 30px;
}
.card-product .product-quantity input {
    flex: 1;
    height: 30px;
}
.card-product .product-unit {
    display: flex;
    font-weight: 500;
    justify-content: center;
    margin: 2px;
}
.card-list-product {
    background: #fff;
}
.card-list-product .card-list-product-inner {
    padding: 0;
    position: relative;
}
.card-list-product .card-list-product-inner .c-l-p-i-link {
    align-items: flex-start;
    color: #333;
    display: flex;
    font-weight: 400;
    justify-content: flex-start;
}
.card-list-product .card-list-product-inner .free-cargo-badge {
    align-items: center;
    background: #535353;
    color: #fff;
    display: flex;
    font-size: 11px;
    font-weight: 500;
    height: 28px;
    justify-content: center;
    left: 0;
    line-height: 11px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 65px;
    z-index: 1;
}
.card-list-product .card-list-product-inner .image-wrapper {
    display: block;
    flex: 2;
    margin-right: 5px;
    width: 100%;
}
.card-list-product .card-list-product-inner .image-wrapper .image {
    display: block;
}
.card-list-product .card-list-product-inner .image-wrapper .image img {
    width: 100%;
}
.card-list-product .card-list-product-inner .info {
    flex: 3;
}
.card-list-product .card-list-product-inner .info .title {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 18px;
    margin-bottom: 5px;
    max-width: 100%;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
}
.card-list-product .card-list-product-inner .price-group {
    align-items: center;
    color: #333;
    display: flex;
    font-weight: 400;
    justify-content: center;
    margin-left: 5px;
}
.card-list-product .card-list-product-inner .price-group .prices {
    align-items: flex-end;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
    text-align: right;
}
.card-list-product .card-list-product-inner .price-group .prices .discount {
    color: #f6000d;
    font-size: 12px;
}
.card-list-product .card-list-product-inner .price-group .prices .list-price {
    color: #555;
    font-size: 12px;
    text-decoration: line-through;
}
.card-list-product .card-list-product-inner .price-group .prices .sale-price {
    color: #555;
    font-size: 15px;
    font-weight: 500;
}
.card-list-product .product-reviews {
    justify-content: flex-start;
    margin-bottom: 5px;
}
.cat-responsive-buttons {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 10px 0;
}
.cat-responsive-buttons .btn {
    font-size: 13px;
}
.cat-responsive-popup {
    background: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    padding-bottom: 50px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20;
}
.cat-responsive-popup .c-r-p-content {
    padding-bottom: 160px;
}
.cat-responsive-popup .c-r-p-bar {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 21;
}
.cat-responsive-popup .c-r-p-bar .p-g-mod {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 0;
}
.cat-responsive-popup .category-filter-res-order {
    padding: 20px;
}
.product-profile-1 .product-label {
    position: absolute;
    z-index: 10;
}
.product-profile-1 .product-label img {
    width: 100%;
}
.product-profile-1 .product-label.top-left {
    display: none;
}
.product-profile-1 .product-label.top-right {
    margin-bottom: 5px;
    right: 0;
    top: 0;
}
.product-profile-1 .product-label.bottom-left {
    bottom: 0;
    left: 0;
    margin-top: 5px;
}
.product-profile-1 .video video {
    height: auto;
    width: 100%;
}
.product-profile-1 h1.title {
    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
    width: 100%;
    text-align: left;
    letter-spacing: 0px;
    margin-bottom: 7px;
}
.product-profile-1 .special-field-box, .product-profile-1 .variant-box {
    margin-top: 30px;
}
.product-profile-1 .product-quantity {
    margin: 10px 0;
}
.product-profile-1 .social-share {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
}
.related-products {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.related-products a {
    color: #333;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 500;
    height: 100px;
    margin-right: 10px;
    text-align: center;
    width: auto;
}
.related-products a img {
    border: 1px solid transparent;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}
.related-products a.active img {
    border-color: #fc682c;
}
.variant-box {
    background: transparent;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    border: 1px solid #000;
    border-left: 0;
    border-right: 0;
    padding: 0;
    margin-bottom: 15px;
}
.variant-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.variant-box ul li {
    margin: 0;
}
.variant-box ul li select {
    display: none;
}
.variant-box ul li .options {
    display: flex;
    flex-wrap: inherit;
    flex-direction: column;
    position: relative;
}
.variant-box ul li .options a {
    display: flex;
    background: #fdffff;
    padding: 10px 0;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    color: #444;
    margin-right: 0;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.variant-box ul li .options a.sold-out {
    color: #bbb;
    border: 1px solid transparent;
    background: none;
    position: relative;
    margin-bottom: 5px;
}
.product-quantity-type {
    align-items: center;
    display: flex;
    font-size: 13px;
    justify-content: center;
    text-align: center;
}
.product-quantity {
    align-items: flex-start;
    display: flex;
    justify-content: center;
}
.product-quantity .btn {
    align-items: center;
    background: #bfbfbf;
    border-color: transparent !important;
    color: #484848;
    display: flex;
    font-size: 11px;
    font-weight: 500;
    height: 45px;
    justify-content: center;
    padding: 0;
    width: 35px;
}
.product-quantity .btn.btn-minus {
    border-radius: 5px 0 0 5px;
}
.product-quantity .btn.btn-plus {
    border-radius: 0 5px 5px 0;
}
.product-quantity .btn:hover {
    background: #d3d3d3;
}
.product-quantity input {
    align-items: center;
    border-bottom: 2px solid #bfbfbf;
    border-radius: 0;
    border-top: 2px solid #bfbfbf;
    border-color: #bfbfbf !important;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 45px;
    justify-content: center;
    padding: 0;
    text-align: center;
    width: 40px;
}
.product-quantity input::-webkit-inner-spin-button,
.product-quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.product-quantity input {
    -moz-appearance: textfield;
}
.product-quantity.product-quantity-sm .btn {
    height: 35px;
    width: 33px;
}
.product-quantity.product-quantity-sm input {
    height: 35px;
    width: 40px;
}
.native-modal {
    z-index: 1049 !important;
}
.modal .native-modal-close,
.native-modal .native-modal-close {
    background: #333;
    border: 3px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    height: 38px;
    position: absolute;
    right: -13px;
    text-align: center;
    top: -13px;
    width: 38px;
}
.native-modal .sticky-top {
    background: #fff;
    margin-right: 0 !important;
    position: sticky;
    top: 0;
    z-index: 1020;
}
.native-modal .sticky-bottom {
    background: #fff;
    bottom: 0;
    position: sticky;
    position: -webkit-sticky;
    z-index: 1020;
}
.native-modal .modal-content .modal-header .close {
    color: #333;
    font-size: 16px;
    margin: -10px;
    padding: 10px;
}
.native-modal .modal-content .modal-header .close:focus {
    outline: 0;
}
.native-modal .modal-content .modal-header .modal-title {
    font-size: 15px;
}
.product-price-group {
    align-items: center;
    color: #333;
    display: flex;
    flex-wrap: wrap;
    font-weight: 400;
    justify-content: flex-start;
}
.product-price-group .discount {
    align-items: center;
    background: #f6000d;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    height: 60px;
    justify-content: center;
    margin-right: 10px;
    text-align: center;
    width: 60px;
}
.product-price-group .discount .rate {
    font-size: 18px;
}
.product-price-group .prices .list-price {
    color: #999;
    font-size: 16px;
    font-weight: 600;
    text-decoration: line-through;
}
.product-price-group .free-cargo-badge {
    color: #40903f;
    font-size: 13px;
    font-weight: 500;
    margin-left: 10px;
    width: 60px;
}
.product-buttons {
    display: flex;
    flex-wrap: wrap;
}
.product-buttons .btn-all-combines,
.product-buttons .btn-cart {
    align-items: center;
    background: #fd5b06;
    border-color: #fd5b06;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 45px;
    justify-content: center;
    margin: 10px;
}
.product-buttons .btn-all-combines {
    background: #fff;
    border: 1px solid #aaa;
    color: #222;
    margin: 10px 10px 10px 0;
}
.product-buttons .btn-cart i {
    margin-right: 5px;
}
.product-buttons .btn-cart:hover {
    background: #e25002;
    border-color: #e25002;
}
.product-buttons .btn-fast-buy {
    align-items: center;
    background: #5e5e5e;
    border-color: #5e5e5e;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 45px;
    justify-content: center;
    margin: 10px 10px 10px 0;
}
.product-buttons .btn-fast-buy i {
    margin-right: 5px;
}
.product-buttons .btn-fast-buy:hover {
    background: #3b3b3b;
}
.product-buttons .btn-wp {
    align-items: center;
    background: #33aa29;
    border-color: #33aa29;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 45px;
    justify-content: center;
    margin: 10px 10px 10px 0;
}
.product-buttons .btn-wp i {
    font-size: 17px;
    margin-right: 5px;
}
.product-buttons .btn-wp:hover {
    background: #26931d;
}
.fast-product-cart-box .special-field-box,
.fast-product-cart-box .variant-box {
    margin-top: 15px;
}
.fast-product-cart-box .product-quantity {
    margin: 10px 0;
}
.product-favourite {
    font-size: 13px;
}
.product-favourite a {
    color: #000;
}
.product-favourite a i {
    margin-right: 3px;
}
.login-form-modal {
    font-size: 13px;
}
.product-comment-stars {
    display: flex;
    flex-wrap: wrap;
}
.product-comment-stars .star {
    align-items: center;
    color: #333;
    display: inline-flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    padding-right: 7px;
}
.product-comment-stars .star i {
    color: #777;
    font-size: 30px;
    margin-bottom: 2px;
}
.product-comment-stars .star.active i,
.product-comment-stars .star:hover i {
    color: #f78018;
}
.product-comment-list .comment-box {
    background: #eaeaea;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 15px;
}
.product-comment-list .comment-box .name {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
}
.product-comment-list .comment-box .date {
    color: #777;
    font-size: 12px;
}
.product-comment-list .comment-box .comment {
    font-size: 15px;
    margin-top: 5px;
}
.product-comment-list .comment-box .stars {
    color: #777;
}
.product-comment-list .comment-box .stars .active {
    color: #f78018;
}
.btn-fb-login {
    background: #4c69ba !important;
    background-image: linear-gradient(#4c69ba, #3b55a0) !important;
    border: 1px solid #4c69ba !important;
    color: #fff !important;
    text-shadow: 0 -1px 0 #354c8c !important;
}
.btn-fb-login i {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding-right: 10px !important;
}
.btn-fb-login:hover {
    background-color: #5b7bd5 !important;
    background-image: linear-gradient(#5b7bd5, #4864b1) !important;
}
.btn-google-login {
    background: #db4437 !important;
    background-image: linear-gradient(#db4437, #cc3e32) !important;
    border: 1px solid #db4437 !important;
    color: #fff !important;
    text-shadow: 0 -1px 0 #db4437 !important;
}
.btn-google-login i {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding-right: 10px !important;
}
.btn-google-login:hover {
    background-color: #cc3e32 !important;
    background-image: linear-gradient(#cc3e32, #cc3e32) !important;
}
.btn-mercanapp-login {
    background: #991ada !important;
    background-image: linear-gradient(#991ada, #aa13dc) !important;
    border: 1px solid #991ada !important;
    color: #fff !important;
    text-shadow: 0 -1px 0 #991ada !important;
}
.btn-mercanapp-login i {
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding-right: 10px !important;
}
.btn-mercanapp-login:hover {
    background-color: #991ada !important;
    background-image: linear-gradient(#991ada, #991ada) !important;
}
.pattern-group .p-g-mod.p-g-mod-t-29 {
    margin-bottom: 0;
}
.shopping-cart-1 {
    font-size: 14px;
}
.shopping-cart-1 th {
    color: #555;
    padding: 10px 5px;
}
.shopping-cart-1 td {
    padding: 5px;
}
.shopping-cart-1 .th-price {
    width: 100px;
}
.shopping-cart-1 .th-quantity {
    width: 110px;
}
.shopping-cart-1 .th-total-price {
    width: 120px;
}
.shopping-cart-1 .th-cargo {
    width: 100px;
}
.shopping-cart-1 .th-price,
.shopping-cart-1 .th-quantity {
    text-align: center;
}
.shopping-cart-1 .th-cargo,
.shopping-cart-1 .th-total-price {
    text-align: right;
}
.shopping-cart-1 .td-product {
    font-size: 13px;
    font-weight: 500;
}
.shopping-cart-1 .td-price {
    text-align: center;
}
.shopping-cart-1 .td-price .old-value {
    color: #666;
    display: block;
    font-size: 12px;
    text-decoration: line-through;
}
.shopping-cart-1 .td-cargo,
.shopping-cart-1 .td-total-price {
    text-align: right;
}
.shopping-cart-1 .td-total-price {
    font-size: 16px;
    font-weight: 600;
}
.shopping-cart-1 .td-total-price .old-value {
    color: #666;
    display: block;
    font-size: 12px;
    text-decoration: line-through;
}
.shopping-cart-1 .td-cargo {
    font-size: 14px;
    font-weight: 600;
}
.shopping-cart-1 .td-product .product {
    display: flex;
}
.shopping-cart-1 .td-product .product .image {
    margin-right: 5px;
}
.shopping-cart-1 .td-product .product .image a {
    display: block;
}
.shopping-cart-1 .td-product .product .image img {
    max-width: 100px;
}
.shopping-cart-1 .td-product .product .p-info .name {
    color: #333;
    font-size: 13px;
    font-weight: 500;
}
.shopping-cart-1 .td-product .product .p-info .btn-remove {
    font-size: 11px;
    font-weight: 500;
    margin-top: 3px;
    padding: 3px 5px;
}
.shopping-cart-1 .td-product .product .p-info .attributes {
    margin-top: 3px;
}
.shopping-cart-1 .product-quantity .btn {
    font-size: 10px;
    height: 30px;
    width: 25px;
}
.shopping-cart-1 .product-quantity input {
    font-size: 13px;
    height: 30px;
    width: 40px;
}
.shopping-cart-1 .td-cargo .label {
    display: none;
}
.shopping-buttons-1 {
    padding: 10px;
}
.shopping-buttons-1 .btn-continue {
    font-size: 14px;
}
.payment-steps-1 {
    display: flex;
}
.payment-steps-1 .step {
    align-items: center;
    color: #777;
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    position: relative;
    text-align: center;
}
.payment-steps-1 .step.step-1:after,
.payment-steps-1 .step.step-2:after,
.payment-steps-1 .step.step-2:before,
.payment-steps-1 .step.step-3:before {
    background: #c6cacd;
    height: 2px;
    position: absolute;
    top: 28px;
    z-index: 1;
}
.payment-steps-1 .step.step-1:after {
    content: " ";
    left: 50%;
    right: 0;
}
.payment-steps-1 .step.step-2:before {
    content: " ";
    left: 0;
    right: 50%;
}
.payment-steps-1 .step.step-2:after {
    content: " ";
    left: 50%;
    right: 0;
}
.payment-steps-1 .step.step-3:before {
    content: " ";
    left: 0;
    right: 50%;
}
.payment-steps-1 .step.step-1.completed:after,
.payment-steps-1 .step.step-2.active:before,
.payment-steps-1 .step.step-2.completed:after,
.payment-steps-1 .step.step-2.completed:before,
.payment-steps-1 .step.step-3.active:before {
    background: #747474;
}
.payment-steps-1 .step .circle {
    align-items: center;
    background: #c6cacd;
    border-radius: 100%;
    color: #555;
    display: flex;
    font-size: 17px;
    height: 50px;
    justify-content: center;
    margin: 0 auto 5px;
    position: relative;
    text-align: center;
    width: 50px;
    z-index: 2;
}
.payment-steps-1 .step.active {
    color: #31ab45;
}
.payment-steps-1 .step.active .circle {
    background: #31ab45;
    color: #fff;
}
.payment-steps-1 .step.completed {
    color: #747474;
}
.payment-steps-1 .step.completed .circle {
    background: #747474;
    color: #fff;
}
.payment-cart-summary-1 .title {
    color: #5fab4a;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 10px 15px;
}
.payment-cart-summary-1 table {
    font-size: 12px;
}
.payment-cart-summary-1 table th {
    font-weight: 500;
    padding: 5px;
}
.payment-cart-summary-1 table td {
    padding: 5px;
}
.payment-cart-summary-1 table .th-quantity {
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
    width: 45px;
}
.payment-cart-summary-1 table .th-total-price {
    text-align: right;
    width: 100px;
}
.payment-cart-summary-1 table .td-quantity {
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
}
.payment-cart-summary-1 table .td-total-price {
    font-weight: 600;
    text-align: right;
}
.payment-cart-summary-1 table .td-total-price .old-price {
    display: block;
    font-weight: 400;
    text-decoration: line-through;
}
.payment-cart-summary-1 table .td-product a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    display: -webkit-box;
    height: 32px;
    line-height: 16px;
    max-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.payment-cart-summary-1 table .td-product .variants span {
    margin: 0 5px 0 0;
}
.payment-cart-summary-1 .p-list-button {
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    padding: 10px;
}
.payment-cart-summary-1 .p-list-button i {
    margin-right: 5px;
}
.payment-cart-summary-1 .summary {
    background: #f9f9f9;
}
.payment-cart-summary-1 .summary tfoot th {
    font-size: 13px;
}
.payment-cart-summary-1 .summary tfoot th:last-child {
    text-align: right;
}
.payment-cart-summary-1 .summary tfoot .final {
    color: #31ab45;
    font-size: 17px;
    font-weight: 600;
}
.payment-form-group-1 {
    font-size: 14px;
}
.payment-form-group-1 .form-group label {
    margin-bottom: 5px;
}
.payment-form-group-1 .form-group textarea {
    height: 100px;
    resize: none;
}
.payment-form-group-1 .form-group .form-control.error {
    border-color: #dc3545 !important;
}
.payment-form-group-1 .form-group span.error {
    color: #dc3545;
    display: block;
    font-size: 12px;
    font-weight: 500;
}
.payment-form-group-1 .gift-pack-price {
    color: #dc3545;
    font-weight: 500;
}
.payment-final-buttons-1 {
    display: block;
}
.payment-final-buttons-1 .btn-complete {
    background: #fd5b06;
    border-color: #fd5b06;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 5px;
    width: 100%;
}
.payment-final-buttons-1 .btn-complete:hover {
    background: #e25002;
    border-color: #e25002;
    color: #fff;
}
.payment-final-buttons-1 .btn-complete i {
    margin-left: 5px;
}
.payment-control-buttons-1 {
    display: block;
}
.payment-control-buttons-1 .btn-back {
    display: block;
    font-size: 14px;
    margin: 5px auto 0;
    width: 90px;
}
.cart-empty-alert {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    min-height: 300px;
}
.cart-empty-alert .btn {
    font-size: 13px;
    font-weight: 500;
    margin-top: 15px;
}
.shipment-methods .method {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 15px 0;
}
.shipment-methods .method:last-child {
    border-bottom: 0;
}
.shipment-methods .method:hover {
    background: rgba(0, 0, 0, 0.05);
}
.shipment-methods .method .checkbox {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 10px;
}
.shipment-methods .method .name {
    align-items: center;
    display: flex;
    flex: 1;
}
.shipment-methods .method .name .image {
    align-items: center;
    background: #fff;
    border: 1px solid #eee;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-right: 5px;
    padding: 5px;
    width: 90px;
}
.shipment-methods .method .name .image img {
    max-height: 30px;
    max-width: 80px;
}
.shipment-methods .method .name .info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.shipment-methods .method .name .info span {
    font-size: 13px;
    font-weight: 400;
}
.shipment-methods .method .price {
    font-size: 13px;
    font-weight: 500;
    padding-right: 5px;
}
.invoice-info-description {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 8px 8px 3px;
}
.invoice-info-description label {
    cursor: pointer;
    font-weight: 500;
    margin-left: 10px;
}
.invoice-info {
    margin-top: 20px;
}
.invoice-info .invoice-type {
    margin-bottom: 1rem;
}
.invoice-info .invoice-type span {
    margin-right: 15px;
}
.payment-form-methods .nav-tabs {
    background: #f9f9f9;
    border: 0;
    display: flex;
    flex-wrap: nowrap;
    height: 60px;
    justify-content: center;
    padding: 10px 0 0;
}
.payment-form-methods .nav-tabs .nav-item {
    margin: 0 10px;
}
.payment-form-methods .nav-tabs .nav-link {
    align-items: center;
    background: #ddd;
    border: 1px solid transparent;
    border-bottom: 0;
    color: #555;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    margin-top: 10px;
    padding: 0 20px;
    text-align: center;
}
.payment-form-methods .nav-tabs .nav-link:hover {
    background: rgba(0, 0, 0, 0.2);
}
.payment-form-methods .nav-tabs .nav-link.active {
    background: #fff;
    border-color: #ddd;
    color: #000;
    height: 50px;
    margin-top: 0;
}
.payment-form-methods .tab-content {
    min-height: 300px;
}
.payment-method-form {
    padding: 20px 15px;
}
.door-payment-methods .title {
    font-weight: 500;
    margin-bottom: 10px;
}
.door-payment-methods .method {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 15px 0;
}
.door-payment-methods .method:last-child {
    border-bottom: 0;
}
.door-payment-methods .method:hover {
    background: rgba(0, 0, 0, 0.05);
}
.door-payment-methods .method .checkbox {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 10px;
}
.door-payment-methods .method .name {
    align-items: center;
    display: flex;
    flex: 1;
}
.door-payment-methods .method .name .image {
    align-items: center;
    background: #fff;
    border: 1px solid #eee;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-right: 5px;
    padding: 5px;
    width: 90px;
}
.door-payment-methods .method .name .image img {
    max-height: 30px;
    max-width: 80px;
}
.door-payment-methods .method .name .info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.door-payment-methods .method .name .info span {
    font-size: 13px;
    font-weight: 400;
}
.door-payment-methods .method .price {
    font-size: 13px;
    font-weight: 500;
    padding-right: 5px;
}
.credit-card-form .form-group label {
    color: #222;
    font-size: 13px;
    font-weight: 500;
}
.credit-card-form .form-group .form-control {
    border-color: rgba(0, 0, 0, 0.2);
}
.credit-card-form .credit-card-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
}
.credit-card-form .credit-card-wrapper .jp-card-logo.jp-card-visa:before {
    display: none !important;
}
.credit-card-form .credit-card-wrapper .jp-card .jp-card-front .jp-card-lower .jp-card-number {
    font-size: 20px;
}
.payment-agreement-checbox-1 {
    font-size: 13px;
}
.payment-agreement-checbox-1 a {
    font-weight: 500;
}
.payment-agreement-text {
    font-size: 13px;
}
.payment-success-alert {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    min-height: 300px;
}
.payment-success-alert .text-success {
    text-align: center;
}
.payment-success-alert .check-icon {
    font-size: 75px;
    margin-bottom: 10px;
}
.owl-wrapper {
    position: relative;
}
.pattern-group .p-g-mod .p-g-mod-body.p-g-mod-body-p-0 .owl-wrapper {
    margin-top: 10px;
}
.owl-wrapper .owl-carousel .owl-dots,
.owl-wrapper .owl-carousel .owl-nav {
    display: none;
}
.owl-wrapper .owl-single-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.24);
    display: none;
    height: 40px;
    justify-content: center;
    position: absolute;
    top: calc(50% - 20px);
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 40px;
    z-index: 2;
}
.owl-wrapper .owl-single-button.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.owl-wrapper .owl-single-button.owl-single-button-prev {
    left: -4px;
}
.owl-wrapper .owl-single-button.owl-single-button-next {
    right: -4px;
}
.owl-wrapper .owl-single-button button {
    color: #555;
    font-size: 20px;
}
.p-g-mod-t-44 .banner-item .image {
    display: block;
}
.p-g-mod-t-44 .banner-item .image img {
    max-width: 100%;
    width: 100%;
}
.p-g-mod-t-44 .banner-item .title {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 0;
}
.p-g-mod-t-44 .banner-item .description {
    color: #000;
    font-size: 12px;
    padding: 3px 0;
}
.p-g-mod-t-44 .carousel-type-2 .carousel-item a,
.p-g-mod-t-44 .carousel-type-3 .carousel-item a {
    width: 100%;
}
.p-g-mod-t-44 .carousel-type-2 .carousel-item a img,
.p-g-mod-t-44 .carousel-type-3 .carousel-item a img {
    display: block;
    width: 100%;
}
.p-g-mod-t-44 .carousel-type-2 .carousel-control-next,
.p-g-mod-t-44 .carousel-type-2 .carousel-control-prev,
.p-g-mod-t-44 .carousel-type-3 .carousel-control-next,
.p-g-mod-t-44 .carousel-type-3 .carousel-control-prev {
    font-size: 25px;
    width: 40px !important;
}
.p-g-mod-t-44 .carousel-type-2 .carousel-indicators {
    z-index: 5;
}
.p-g-mod-t-44 .carousel-type-2 .carousel-indicators li {
    border-radius: 10px;
    height: 10px;
    width: 10px;
}
.p-g-mod-t-44 .carousel-type-3 .carousel-indicators {
    bottom: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    left: auto;
    margin: 10px 0 0;
    position: relative;
    right: auto;
    z-index: 0;
}
.p-g-mod-t-44 .carousel-type-3 .carousel-indicators li {
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    height: auto;
    margin-bottom: 5px;
    max-width: 60px;
    padding: 0 !important;
    width: 100%;
}
.p-g-mod-t-44 .banner-slider-item {
    display: block;
    position: relative;
}
.p-g-mod-t-44 .banner-slider-item .image {
    display: block;
}
.p-g-mod-t-44 .banner-slider-item .image img {
    max-width: 100%;
    width: 100%;
}
.p-g-mod-t-44 .banner-slider-item .title {
    bottom: 80px;
    color: #fff;
    font-size: 17px;
    left: 7%;
    position: absolute;
    right: 7%;
    text-align: center;
    z-index: 10;
}
.p-g-mod-t-44 .banner-slider-item .description {
    bottom: 50px;
    color: #fff;
    font-size: 13px;
    left: 7%;
    position: absolute;
    right: 7%;
    text-align: center;
    z-index: 10;
}
.p-g-mod-t-45 .carousel-type-1 .carousel-item a {
    width: 100%;
}
.p-g-mod-t-45 .carousel-type-1 .carousel-item a img {
    display: block;
    width: 100%;
}
.p-g-mod-t-45 .carousel-type-1 .carousel-control-next,
.p-g-mod-t-45 .carousel-type-1 .carousel-control-prev {
    font-size: 25px;
    width: 40px !important;
}
.p-g-mod-t-45 .carousel-type-1 .carousel-indicators {
    z-index: 5;
}
.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li {
    border-radius: 10px;
    height: 10px;
    width: 10px;
}
.p-g-mod-t-45 .headline-button {
    background: hsla(0, 0%, 100%, 0.8);
    border-radius: 0;
    color: #1c1c1c;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 9px 20px;
    width: auto !important;
}
.type-45-swiper {
    width: 100%;
}
.p-g-mod-t-45 .swiper-screen-1 {
    height: 100vh;
}
.type-45-swiper .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 0.2 !important;
}
.type-45-swiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1 !important;
}
.type-45-swiper .swiper-button-next,
.type-45-swiper .swiper-button-prev {
    color: hsla(0, 0%, 100%, 0.6) !important;
}
.type-45-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #333 !important;
}
.type-45-swiper .swiper-slide {
    align-items: center;
    display: flex;
    justify-content: center;
}
.type-45-swiper .swiper-slide .swiper-image {
    display: block;
    height: 100%;
    width: 100%;
}
.type-45-swiper .swiper-caption {
    color: #fff;
    display: block;
    position: absolute;
    text-align: center;
}
.p-g-mod-t-45 .swiper-type-2.swiper-screen-1 h5 {
    font-size: 35px;
}
.p-g-mod-t-45 .swiper-type-2.swiper-screen-1 p {
    font-size: 23px;
}
.p-g-mod-t-46 .post-item .image {
    display: block;
}
.p-g-mod-t-46 .post-item .image img {
    width: 100%;
}
.p-g-mod-t-46 .post-item .description {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #000;
    display: block;
    display: -webkit-box;
    font-weight: 400;
    height: 39px;
    line-height: 18px;
    max-width: 100%;
    overflow: hidden;
    padding: 3px 0;
    text-overflow: ellipsis;
}
.simplebar-track.horizontal {
    display: none !important;
}
.datepicker-days {
    font-size: 13px !important;
}
.iti {
    display: block !important;
}
.raw-content img,
.raw-content table {
    max-width: 100%;
}
.raw-content table {
    margin: 10px 0;
}
.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav {
    flex-wrap: nowrap;
}
.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
    flex: 1;
    margin: 0;
}
.product-details-tab .p-g-tab-wrapper .p-g-t-nav {
    margin-bottom: 0;
}
.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav {
    background: #dfdfdf;
}
.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
    align-items: center;
    border-top: 3px solid transparent;
    color: #333;
    display: flex;
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    height: 55px;
    justify-content: center;
    padding: 0;
}
.product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link.active {
    background: #fff;
    border-color: #555;
    border-radius: 0;
    color: #666;
}
.product-installments .group {
    box-sizing: border-box;
    padding: 10px;
}
.product-installments .title {
    background: #f5f5f5;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 5px;
    text-align: center;
}
.product-installments table {
    font-size: 13px;
    margin: 0;
    text-align: center;
}
.product-installments table tr td,
.product-installments table tr th {
    padding: 0.45rem 0.2rem;
}
.product-installments table tr td {
    color: #111;
    font-weight: 500;
}
.product-installments table tr:not(.rate-0) td:last-child {
    color: #666;
}
.category-pg-inner {
    padding: 10px;
}
.category-blog-single {
    height: 200px;
}
.whatsapp-fixed {
    bottom: 10px;
    left: 10px;
    position: fixed;
    width: 63px;
    z-index: 9999;
}
.whatsapp-fixed svg {
    animation: wfixed 4s linear infinite;
    position: relative;
    right: 6px;
    transform: scale(1);
    width: 50px;
    z-index: 9999;
}
@keyframes wfixed {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(10deg) scale(1.2);
    }
    to {
        transform: rotate(0deg) scale(1);
    }
}
.whatsapp-fixed span {
    background: #4dca5b;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 700;
    left: -152px;
    opacity: 1;
    padding: 8px 8px 8px 17px;
    position: absolute;
    top: 2px;
    transition: 0.5s;
    width: 180px;
}
.whatsapp-fixed a:hover span {
    opacity: 1;
}
.lazy-load {
    background: #f6f7f8;
}
.lazy-load.lazy-complete {
    background: inherit;
    min-height: 100%;
}
@keyframes LazyLoad {
    0% {
        background-position: -1170px 0;
    }
    to {
        background-position: 1170px 0;
    }
}
@-webkit-keyframes LazyLoad {
    0% {
        background-position: -1170px 0;
    }
    to {
        background-position: 1170px 0;
    }
}
.card-help-title {
    background: #fff;
    padding: 20px 0;
    text-align: center;
}
.card-help-title .image {
    align-items: center;
    display: block;
    display: flex;
    justify-content: center;
    text-align: center;
}
.card-help-title .image img {
    max-height: 60px;
    max-width: 100%;
}
.card-help-title .title {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
}
.card-help-title .entries {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
    text-align: center;
}
.card-help-title .entries a {
    color: #333;
    display: block;
    font-size: 13px;
    margin: 3px 0;
}
.pattern-group .p-g-mod.p-g-mod-t-59 .p-g-mod-header .p-g-m-h-info {
    align-items: center;
}
.p-g-mod-t-60 .p-g-mod-body a {
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    color: #333;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
}
.p-g-mod-t-60.p-g-mod-trans .p-g-mod-body a {
    border-bottom: none;
}
.p-g-mod-t-60 .p-g-mod-body a:hover {
    background: #eaeaea;
}
.p-g-mod-t-60.p-g-mod-trans .p-g-mod-body a:hover {
    background: transparent;
}
.p-g-mod-t-60 .p-g-mod-body a .image {
    margin-right: 10px;
}
.p-g-mod-t-60 .p-g-mod-body a .image img {
    max-height: 30px;
    max-width: 30px;
}
.help-entries .card-header {
    background: #fff;
    padding: 0;
}
.help-entries .card-header a {
    color: #000;
    display: block;
    font-size: 14px;
    padding: 15px 20px;
}
.help-entries .card-header a:after {
    color: #888;
    content: "\f077";
    float: right;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
}
.help-entries .card-header a.collapsed:after {
    content: "\f078";
}
.help-entries .card-body {
    background: #f7f7f7;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.p-g-mod-t-63 .p-g-mod-body {
    align-items: center;
    background: #eee;
    background: -webkit-linear-gradient(0deg, #eee, #fff);
    background: linear-gradient(0deg, #eee, #fff);
    display: flex;
    height: 350px;
    justify-content: center;
    margin-top: -20px;
}
.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
    width: 90%;
}
.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper .title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}
.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper form {
    border-radius: 15px;
    -webkit-box-shadow: 0 0 41px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 41px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 41px -3px rgba(0, 0, 0, 0.2);
    width: 100%;
}
.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper form .input-box {
    box-sizing: border-box;
    padding-right: 60px;
    width: 100%;
}
.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper form input {
    background: #fff;
    border-color: transparent !important;
    border-radius: 15px 0 0 15px !important;
    border-width: 0 !important;
    border-right: 0;
    border-width: 2px;
    box-shadow: none;
    color: #666;
    float: left;
    font-size: 15px;
    font-weight: 500;
    height: 60px;
    padding-left: 20px;
    width: 100%;
}
.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper form input::placeholder {
    color: #666;
}
.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper form .btn-send {
    background: #333;
    border-radius: 0;
    border-radius: 0 15px 15px 0 !important;
    border-width: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 60px;
    position: absolute;
    width: 60px;
}
.p-g-mod-t-63 .p-g-mod-body .help-search-wrapper form:hover .btn-send {
    background: #000;
}
.help-search-tool {
    height: 45px;
    width: 250px;
}
.help-search-tool form {
    height: 45px;
    width: 100%;
}
.help-search-tool form .input-box {
    box-sizing: border-box;
    padding-right: 45px;
    width: 100%;
}
.help-search-tool form input {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 15px 0 0 15px !important;
    border-right: 0;
    box-shadow: none;
    color: #666;
    float: left;
    font-size: 13px;
    font-weight: 500;
    height: 45px;
    padding-left: 10px;
    width: 100%;
}
.help-search-tool form input::placeholder {
    color: #666;
}
.help-search-tool form .btn-send {
    background: #333;
    border-radius: 0 15px 15px 0 !important;
    border-width: 0;
    color: #fff;
    font-size: 12px;
    height: 45px;
    position: absolute;
    width: 45px;
}
.help-search-tool form:hover .btn-send {
    background: #000;
}
.user-agreement-text {
    font-size: 13px;
}
.modal-body .user-agreement-text {
    max-height: 50vh;
    overflow-y: auto;
}
.dropdown-languages-1 {
    height: 100%;
    max-height: 80px;
}
.dropdown-languages-1 .dropdown-toggle {
    align-items: center;
    cursor: pointer;
    display: block;
    display: flex;
    font-size: 13px;
    height: 100%;
    justify-content: center;
    color: #666666;
}
.dropdown-languages-1 .dropdown-toggle .flag-icon {
    margin-right: 7px;
}
.dropdown-languages-1 .dropdown-menu {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
    font-size: 13px;
    margin: 0;
    min-width: 150px;
    padding: 0;
}
.dropdown-languages-1 .dropdown-menu .dropdown-item {
    padding: 0.25rem 0.5rem;
}
.dropdown-languages-1 .dropdown-menu .dropdown-item .flag-icon {
    margin-right: 5px;
}
.dropdown-languages-1 .dropdown-menu .dropdown-item:focus,
.dropdown-languages-1 .dropdown-menu .dropdown-item:hover {
    outline: 0 !important;
}
.dropdown-languages-1 .dropdown-menu .dropdown-item:active {
    background: #dadada !important;
    color: #212529 !important;
}
.language-list-1 {
    display: flex;
    height: 100%;
    max-height: 80px;
}
.language-list-1 a {
    align-items: center;
    display: flex;
    flex: 1;
    font-size: 15px;
    justify-content: center;
    margin: 0 4px;
}
.product-size-box {
    margin: 3px 0;
}
.product-size-box a {
    color: #000;
    font-weight: 500;
}
.special-field-box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 14px;
    padding: 0 10px;
}
.special-field-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.special-field-box ul li {
    display: flex;
    margin: 10px 0;
}
.special-field-box ul li .info {
    flex: 1;
}
.special-field-box ul li .info .name {
    font-size: 13px;
    font-weight: 500;
}
.special-field-box ul li .info .description {
    font-size: 12px;
}
.special-field-box ul li .value {
    flex: 3;
}
.special-field-box ul li .value .form-control {
    font-size: 13px;
}
.special-field-box ul li .value .image {
    display: inline-block;
}
.special-field-box ul li .value .image img {
    width: 50px;
}
.special-field-box .multiple-file-wrapper {
    display: block;
}
.special-field-box .multiple-file-wrapper .control {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.special-field-box .multiple-file-wrapper .control .btn-upload {
    background: #333;
    border-radius: 50px;
    color: #fff;
    flex: 1;
    font-size: 15px;
    font-weight: 500;
    margin-right: 7px;
}
.special-field-box .multiple-file-wrapper .control .btn-upload i {
    margin-right: 5px;
}
.special-field-box .multiple-file-wrapper .control .counts {
    font-size: 17px;
    font-weight: 500;
}
.special-field-box .multiple-file-wrapper .control .counts i {
    margin: 0 7px;
}
.special-field-box .multiple-file-wrapper .items .item {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}
.special-field-box .multiple-file-wrapper .items .item img {
    height: 50px;
    max-width: 100px;
}
.special-field-box .multiple-file-wrapper .items .item .name {
    flex: 1;
    font-size: 13px;
    margin: 0 8px;
    text-align: center;
}
.special-field-box .multiple-file-wrapper .items .item .inc {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 7px;
}
.special-field-box .multiple-file-wrapper .items .item .inc input {
    -moz-appearance: textfield;
    height: 40px;
    text-align: center;
    width: 60px;
}
.special-field-box .multiple-file-wrapper .items .item .inc input::-webkit-inner-spin-button,
.special-field-box .multiple-file-wrapper .items .item .inc input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.special-field-box .multiple-file-wrapper .items .item .inc .buttons {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.special-field-box .multiple-file-wrapper .items .item .inc .buttons .btn-updown {
    background: #777;
    color: #fff;
    height: 20px;
    padding: 0;
    width: 20px;
}
.special-field-box .multiple-file-wrapper .items .item .inc .buttons .btn-updown:first-child {
    margin-bottom: 5px;
}
.special-field-box .multiple-file-wrapper .items .item .trash .btn-edit {
    color: #555;
    font-size: 13px;
}
.special-field-box .multiple-file-wrapper .items .item .trash .btn-trash {
    color: #777;
    font-size: 13px;
}
.bill-payment-methods .head {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.bill-payment-methods .head .title {
    flex: 3;
    font-weight: 500;
}
.bill-payment-methods .head .price-1,
.bill-payment-methods .head .price-2 {
    flex: 1;
    text-align: center;
}
.bill-payment-methods .method {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 15px 0;
}
.bill-payment-methods .method:last-child {
    border-bottom: 0;
}
.bill-payment-methods .method:hover {
    background: rgba(0, 0, 0, 0.05);
}
.bill-payment-methods .method .checkbox {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 10px;
}
.bill-payment-methods .method .name {
    align-items: center;
    display: flex;
    flex: 3;
}
.bill-payment-methods .method .name .image {
    align-items: center;
    background: #fff;
    border: 1px solid #eee;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-right: 5px;
    padding: 5px;
    width: 90px;
}
.bill-payment-methods .method .name .image img {
    max-height: 30px;
    max-width: 80px;
}
.bill-payment-methods .method .name .info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bill-payment-methods .method .name .info span {
    font-size: 13px;
    font-weight: 400;
}
.bill-payment-methods .method .price-1,
.bill-payment-methods .method .price-2 {
    flex: 1;
    font-size: 13px;
    font-weight: 500;
    padding-right: 5px;
    text-align: center;
}
.bill-payment-methods .method .price-1 {
    color: #fd5b06;
}
.bill-payment-methods .method .price-2 {
    color: #fd0606;
}
.bill-payment-methods .head .price-1,
.bill-payment-methods .head .price-2,
.bill-payment-methods .method .price-1,
.bill-payment-methods .method .price-2 {
    min-width: 100px;
}
.dropdown-currencies-1 {
    height: 100%;
    max-height: 80px;
}
.dropdown-currencies-1 .dropdown-toggle {
    align-items: center;
    cursor: pointer;
    display: block;
    display: flex;
    font-size: 13px;
    height: 100%;
    justify-content: center;
}
.dropdown-currencies-1 .dropdown-toggle .flag-icon {
    margin-right: 7px;
}
.dropdown-currencies-1 .dropdown-menu {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.3);
    font-size: 13px;
    margin: 0;
    min-width: 150px;
    padding: 0;
}
.dropdown-currencies-1 .dropdown-menu .dropdown-item {
    padding: 0.25rem 0.5rem;
}
.dropdown-currencies-1 .dropdown-menu .dropdown-item .flag-icon {
    margin-right: 5px;
}
.dropdown-currencies-1 .dropdown-menu .dropdown-item:focus,
.dropdown-currencies-1 .dropdown-menu .dropdown-item:hover {
    outline: 0 !important;
}
.dropdown-currencies-1 .dropdown-menu .dropdown-item:active {
    background: #dadada !important;
    color: #212529 !important;
}
.currency-list-1 {
    display: flex;
    height: 100%;
    max-height: 80px;
}
.currency-list-1 a {
    align-items: center;
    display: flex;
    flex: 1;
    font-size: 15px;
    justify-content: center;
    margin: 0 4px;
}
.p-g-accordion {
    margin-bottom: 20px;
}
.p-g-accordion .p-g-a-wrapper {
    margin-bottom: 1px;
}
.p-g-accordion .p-g-a-wrapper .p-g-a-w-header a {
    align-items: center;
    background: #ddd;
    color: #333;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    justify-content: flex-start;
    padding: 5px 10px;
}
.p-g-accordion .p-g-a-wrapper .p-g-a-w-header a i {
    font-size: 15px;
    margin-right: 5px;
}
.p-g-accordion .p-g-a-wrapper .p-g-a-w-header a img {
    margin-right: 5px;
    max-height: 100%;
}
.p-g-accordion .p-g-a-wrapper .p-g-mod {
    margin-bottom: 0 !important;
}
.product-piece-list-1 table {
    font-size: 14px;
}
.product-piece-list-1 table td {
    vertical-align: middle;
}
.product-piece-list-1 .piece-profile {
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: 16px;
    height: 100%;
}
.product-piece-list-1 .piece-profile .sale-price {
    color: #fd5b06;
    font-size: 18px;
    font-weight: 500;
}
.adults-only-content {
    flex-direction: column;
}
.adults-only-content,
.adults-only-content .info {
    align-items: center;
    display: flex;
    justify-content: center;
}
.adults-only-content .info {
    background: #e00000;
    border-radius: 100%;
    color: #fff;
    font-size: 45px;
    font-style: normal !important;
    font-weight: 700;
    height: 100px;
    margin-bottom: 15px;
    width: 100px;
}
.adults-only-content .description {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
}
.adults-only-content .buttons {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.adults-only-content .buttons .btn {
    font-size: 15px;
    font-weight: 500;
    margin: 0 10px;
}
.compatibility-filter-box .input-box {
    margin-bottom: 5px;
}
.compatibility-filter-box .input-box label {
    font-weight: 500;
    height: 20px;
    margin-bottom: 0 !important;
}
.compatibility-filter-box .submit-box button {
    font-size: 14px;
    font-weight: 500;
    margin-top: 22px;
    padding-left: 20px;
    padding-right: 20px;
}
.p-g-mod-t-46 .if-user {
    text-align: center;
}
.p-g-mod-t-46 .if-user .image img {
    border-radius: 10em;
    max-width: 125px;
    min-width: 50px;
    width: 15%;
}
.p-g-mod-t-46 .if-user .username {
    font-size: 1.2em;
}
.p-g-mod-t-46 .if-user .bio {
    font-size: 1em;
}
.checkbox-info-description {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 8px 8px 3px;
}
.checkbox-info-description label {
    cursor: pointer;
    font-weight: 500;
    margin-left: 10px;
}
.product-customer-actions {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.product-customer-actions .action {
    align-items: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
}
.product-customer-actions .action:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.product-customer-actions .action .button {
    align-items: center;
    border-radius: 10px;
    color: #333;
    display: flex;
    font-weight: 500;
    justify-content: center;
    padding: 5px 10px;
    text-align: center;
}
.product-customer-actions .action .button i {
    font-size: 18px;
    margin-right: 5px;
}
.product-customer-actions .action.favourite .button i {
    color: #e67e22;
}
.product-customer-actions .action.recommend .button i {
    color: #8e44ad;
}
.product-customer-actions .action.comment .button i {
    color: #2980b9;
}
.product-customer-actions .action.compare .button i {
    color: #333;
}
.product-customer-actions .action.price-alert .button i {
    color: #27ae60;
}
.product-customer-actions .action.quantity-alert .button i {
    color: #e74c3c;
}
.product-customer-actions .action.phone-request .button i {
    color: #703ce7;
}
.visitor-product-recommend-form .form-control {
    font-size: 13px;
}
.visitor-product-recommend-form .buttons {
    display: flex;
    justify-content: flex-end;
}
.visitor-product-recommend-form .buttons .btn {
    font-size: 13px;
    font-weight: 500;
}
.customer-product-comment-form .form-control {
    font-size: 13px;
}
.customer-product-comment-form .buttons {
    display: flex;
    justify-content: flex-end;
}
.customer-product-comment-form .buttons .btn {
    font-size: 13px;
    font-weight: 500;
}
.customer-product-price-alert-form .description {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 15px;
}
.customer-product-price-alert-form .group {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 10px 0;
}
.customer-product-price-alert-form .group .name {
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
    width: 120px;
}
.customer-product-price-alert-form .group .value {
    color: #27a744;
    font-size: 18px;
    font-weight: 600;
}
.customer-product-price-alert-form .group .tax-inc {
    font-size: 11px;
    margin-left: 5px;
}
.customer-product-price-alert-form .group .price .form-control {
    color: #ab0f0f;
    font-size: 16px;
    font-weight: 500;
    height: 35px;
    padding: 0.1rem 0.3rem;
    text-align: right;
    width: 80px;
}
.customer-product-price-alert-form .group .price-2 .form-control {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    height: 35px;
    padding: 0.1rem 0.3rem;
    text-align: left;
    width: 50px;
}
.customer-product-price-alert-form .group .days .form-control {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    height: 35px;
    padding: 0.1rem 0.3rem;
    text-align: center;
    width: 70px;
}
.customer-product-price-alert-form .group .comma {
    align-items: flex-end;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    height: 35px;
    margin: 0 5px;
}
.customer-product-price-alert-form .buttons {
    display: flex;
    justify-content: flex-start;
}
.customer-product-price-alert-form .buttons .btn {
    font-size: 13px;
    font-weight: 500;
}
.customer-product-quantity-alert-form .icon {
    align-items: center;
    background: var(--success);
    border-radius: 100%;
    color: #fff;
    display: flex;
    font-size: 25px;
    height: 60px;
    justify-content: center;
    margin: 0 auto;
    width: 60px;
}
.customer-product-quantity-alert-form .description {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 15px;
}
.customer-product-quantity-alert-form .description-2 {
    font-size: 15px;
    margin: 15px 0;
}
.customer-product-quantity-alert-form .buttons {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.customer-product-quantity-alert-form .buttons .btn {
    font-size: 14px;
    font-weight: 500;
}
.checkbox-apple-switch {
    appearance: none;
    background-color: #929292;
    border: 1px solid #929292;
    border-radius: 50px;
    box-shadow: inset -20px 0 0 0 #fff;
    cursor: pointer;
    height: 30px;
    outline: none;
    position: relative;
    transition-duration: 0.2s;
    width: 50px;
}
.checkbox-apple-switch:after {
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
    content: "";
    height: 26px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 26px;
}
.checkbox-apple-switch:checked {
    background: #fff;
    border-color: #4ed164;
    box-shadow: inset 20px 0 0 0 #4ed164;
}
.checkbox-apple-switch:checked:after {
    box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
    left: 20px;
}
.pre-compare-wrapper .message {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.pre-compare-wrapper .message i {
    color: #333;
    font-size: 35px;
    margin-right: 15px;
}
.pre-compare-wrapper .message span {
    font-size: 15px;
    font-weight: 500;
}
.pre-compare-wrapper .message.success-message i {
    color: #27ae60;
}
.pre-compare-wrapper .message.error-message i {
    color: #d02121;
}
.pre-compare-wrapper .buttons {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.pre-compare-wrapper .buttons .btn {
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    padding: 8px 23px;
}
.pre-compare-wrapper .list-wrapper {
    height: 300px;
    overflow: auto;
    overflow-y: hidden;
    padding-bottom: 10px;
    width: 100%;
}
.pre-compare-wrapper .list-wrapper .list {
    display: flex;
}
.pre-compare-wrapper .list-wrapper .list .item,
.pre-compare-wrapper .list-wrapper .list .item-fill {
    border: 5px solid #eee;
    display: block;
    height: 275px;
    margin: 0 7px 0 0;
    position: relative;
    width: 200px;
}
.pre-compare-wrapper .list-wrapper .list .item:hover {
    border-color: #b3b3b3;
}
.pre-compare-wrapper .list-wrapper .list .item a {
    display: block;
}
.pre-compare-wrapper .list-wrapper .list .item .image {
    align-items: center;
    display: flex;
    height: 150px;
    justify-content: center;
}
.pre-compare-wrapper .list-wrapper .list .item .image img {
    max-height: 150px;
    width: auto;
}
.pre-compare-wrapper .list-wrapper .list .item .name,
.pre-compare-wrapper .list-wrapper .list .item .sale-price {
    color: #333;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 5px;
    text-align: center;
}
.pre-compare-wrapper .list-wrapper .list .item .sale-price {
    font-style: italic;
}
.pre-compare-wrapper .list-wrapper .list .item .btn-remove {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.pre-compare-wrapper .list-wrapper .list .item-fill {
    align-items: center;
    background: #eee;
    color: #999;
    display: flex;
    font-size: 30px;
    justify-content: center;
}
.compare-wrapper {
    border: 1px solid #e5e5e5 !important;
    margin: -1rem;
}
.compare-wrapper .table-wrapper {
    height: 85vh;
    overflow: auto;
    padding-bottom: 15px;
}
.compare-wrapper .table td {
    border: 0 !important;
    font-size: 13px;
    max-width: 220px;
    min-width: 220px;
    padding-left: 15px;
    text-align: center;
}
.compare-wrapper .table .columns,
.compare-wrapper .table td {
    border-right: 1px solid #e5e5e5 !important;
    vertical-align: middle;
}
.compare-wrapper .table .columns {
    border-bottom: 1px solid #e5e5e5 !important;
    height: 75px;
    padding-top: 13px;
    position: relative;
}
.compare-wrapper .table .first-column {
    background: #fff;
    border-bottom: 1px solid #e5e5e5 !important;
    border-right: 1px solid #e5e5e5 !important;
    font-size: 13px;
    left: 0;
    line-height: 1;
    max-width: 150px;
    min-width: 150px;
    padding: 10px;
    padding-bottom: 13px !important;
    position: sticky;
    text-align: left;
    z-index: 2;
}
.compare-wrapper .table .column-name,
.compare-wrapper .table .first-column-name {
    background: #fff;
    font-weight: 500;
    left: 0;
    position: sticky;
    top: 0;
    z-index: 1;
}
.compare-wrapper .table .first-column-name {
    z-index: 3;
}
.compare-wrapper .table .column-image img {
    max-height: 150px;
}
.compare-wrapper .table .column-name div {
    align-items: center;
    display: flex;
    justify-content: center;
}
.compare-wrapper .table .column-name div a {
    flex: 1;
}
.compare-wrapper .table .column-name div .btn {
    margin-left: 5px;
}
.compare-wrapper a {
    color: #333;
    font-size: 13px;
}
.compare-wrapper .price-group {
    align-items: center;
    color: #333;
    display: flex;
    font-weight: 400;
    height: 50px;
    justify-content: center;
}
.compare-wrapper .price-group .discount {
    align-items: center;
    background: #f6000d;
    border-radius: 3px;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    height: 35px;
    justify-content: center;
    margin-right: 10px;
    text-align: center;
    width: 50px;
}
.compare-wrapper .price-group .prices .list-price {
    color: #555;
    font-size: 12px;
}
.compare-wrapper .price-group .prices .sale-price {
    color: #555;
    font-size: 17px;
    font-weight: 500;
}
.compare-wrapper .btn-cart {
    background: #333;
    border-color: #333;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.compare-wrapper .btn-cart:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}
.scrollbar-1::-webkit-scrollbar {
    background-color: #fff;
    height: 12px;
    padding: 0;
}
.scrollbar-1::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
    margin: 3px;
}
.scrollbar-1::-webkit-scrollbar-track {
    background-color: #eee;
    border-radius: 10px;
    bottom: 20px;
    height: 16px;
    position: fixed;
}
.button-shipping-location {
    align-items: center;
    color: #333;
    display: flex;
    justify-content: center;
    width: 120px;
}
.button-shipping-location:hover {
    color: #000;
}
.button-shipping-location .icon {
    font-size: 30px;
    margin-right: 8px;
}
.button-shipping-location .text {
    display: flex;
    flex: 1;
    flex-direction: column;
    max-width: 100%;
}
.button-shipping-location .text .name {
    font-size: 15px;
    font-weight: 500;
}
.button-shipping-location .text .value {
    display: inline-block;
    max-width: 95%;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.button-shipping-location-2 {
    color: #333;
    font-size: 25px;
}
.button-shipping-location-2:hover {
    color: #000;
}
.shipping-locations-form .description {
    margin-bottom: 15px;
}
.shipping-locations-form .buttons .btn-success {
    display: block;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
}
.shipping-locations-form .form-group .form-control.error {
    border-color: #dc3545 !important;
}
.shipping-locations-form .form-group span.error {
    color: #dc3545;
    display: block;
    font-size: 12px;
    font-weight: 500;
}
.payment-shipping-time-content .nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 15px;
}
.payment-shipping-time-content .nav-item {
    border: 2px solid #eee;
    border-right: 0;
    flex: 1;
}
.payment-shipping-time-content .nav .nav-item:last-child {
    border-right: 2px solid #eee;
}
.payment-shipping-time-content .nav-link {
    align-items: center;
    color: #333;
    display: flex;
    flex-flow: column;
    font-size: 13px;
    height: 60px;
    justify-content: center;
    text-align: center;
}
.payment-shipping-time-content .nav-link .day {
    font-size: 14px;
    font-weight: 500;
}
.payment-shipping-time-content .nav-link.active {
    background: #333;
    color: #fff;
}
.payment-shipping-time-content .method {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 15px 0;
}
.payment-shipping-time-content .method:last-child {
    border-bottom: 0;
}
.payment-shipping-time-content .method:hover {
    background: rgba(0, 0, 0, 0.05);
}
.payment-shipping-time-content .method .checkbox {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 10px;
}
.payment-shipping-time-content .method .name {
    align-items: center;
    display: flex;
    flex: 1;
}
.payment-shipping-time-content .method .name .info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.payment-shipping-time-content .method .name .info span {
    font-size: 13px;
    font-weight: 400;
}
.payment-shipping-time-content .method .status {
    font-size: 13px;
    font-weight: 500;
    padding-right: 5px;
}
.pattern-group .p-g-mod.p-g-mod-t-75 .p-g-mod-body {
    padding: 5px;
}
.free-shipping-limit {
    align-items: center;
    display: flex;
    justify-content: center;
}
.free-shipping-limit .icon {
    font-size: 40px;
    margin: 0 15px;
}
.free-shipping-limit .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.free-shipping-limit .info .name {
    font-size: 16px;
    font-weight: 600;
}
.free-shipping-limit .info .name span {
    color: #31ab45;
}
.free-shipping-limit .info .description {
    font-size: 16px;
    font-weight: 400;
}
.free-shipping-limit .info .description span {
    font-weight: 500;
}
.shipping-location-bar {
    align-items: center;
    background: #31ab45;
    color: #fff;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.shipping-location-bar .icon {
    font-size: 14px;
    margin: 0 10px;
}
.shipping-location-bar .info .value {
    font-weight: 500;
}
.shipping-location-bar .info .link-change {
    color: #fff;
    display: inline-block;
    font-style: italic;
    margin-left: 5px;
}
.accordion-category-tree ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.accordion-category-tree .sub-tree {
    margin-bottom: 8px;
    margin-left: 10px;
    margin-top: 8px;
}
.accordion-category-tree .parent-tree .parent-cat {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.accordion-category-tree .parent-tree .parent-cat:after {
    color: #636363;
    content: "\f078";
    font-family: "Font Awesome\ 5 Free";
    font-size: 11px;
    font-weight: 900;
    position: absolute;
    right: 0;
}
.accordion-category-tree .parent-tree .active:after {
    color: #1b7ad2;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion-category-tree .parent-tree .sub-tree {
    display: none;
}
.accordion-category-tree .parent-tree .sub-tree.active {
    display: block;
}
.accordion-category-tree a {
    position: relative;
}
.accordion-category-tree .parent-tree .level-1 a {
    padding: 8px 0;
}
.accordion-category-tree .parent-tree .level-1 a,
.accordion-category-tree .sub-tree a {
    border-bottom: 1px solid #eceaea;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.accordion-category-tree .sub-tree a {
    padding: 8px 4px;
}
.accordion-category-tree .sub-tree li:nth-child(2n) a {
    background-color: #f9f9f9;
}
.accordion-category-tree .sub-tree a:hover {
    background: #eee !important;
}
.phone-order-request-form .form-control {
    font-size: 13px;
}
.phone-order-request-form .buttons {
    display: flex;
    justify-content: flex-end;
}
.phone-order-request-form .buttons .btn {
    font-size: 13px;
    font-weight: 500;
}
.checkbox-group {
    display: flex;
    margin-bottom: 0.2rem;
}
.product-suggestion-form .description {
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 15px;
}
.product-suggestion-form .form-control {
    font-size: 13px;
}
.product-suggestion-form .buttons {
    display: flex;
    justify-content: flex-end;
}
.product-suggestion-form .buttons .btn {
    font-size: 13px;
    font-weight: 500;
}
.teqpay-payment-types {
    margin-bottom: 10px;
}
.teqpay-payment-types,
.teqpay-payment-types a {
    align-items: center;
    display: flex;
    justify-content: center;
}
.teqpay-payment-types a {
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #333;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    height: 55px;
    margin: 0 5px;
}
.teqpay-payment-types a.active,
.teqpay-payment-types a:hover {
    background: #fff;
    border-color: #2d7ad0;
    color: #2d7ad0;
    -webkit-filter: none;
    filter: none;
}
.teqpay-payment-types a img {
    max-height: 38px;
}
.teqpay-payment-types a.type-1 img,
.teqpay-payment-types a.type-1 span {
    margin-right: 5px;
    max-height: 30px;
}
.cc-installments .head {
    align-items: center;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ccc;
    display: flex;
    font-size: 13px;
    justify-content: center;
    padding: 10px;
}
.cc-installments .head .title {
    flex: 3;
    font-weight: 500;
}
.cc-installments .head .price-1,
.cc-installments .head .price-2 {
    flex: 1;
    text-align: center;
}
.cc-installments .method {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    justify-content: center;
    padding: 8px 0;
}
.cc-installments .method:last-child {
    border-bottom: 0;
}
.cc-installments .method:hover {
    background: rgba(0, 0, 0, 0.05);
}
.cc-installments .method .checkbox {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 10px;
}
.cc-installments .method .name {
    align-items: center;
    display: flex;
    flex: 3;
}
.cc-installments .method .name .info {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cc-installments .method .name .info span {
    font-size: 13px;
}
.cc-installments .method .price-1,
.cc-installments .method .price-2 {
    flex: 1;
    padding-right: 5px;
    text-align: center;
}
.cc-installments .head .price-1,
.cc-installments .head .price-2,
.cc-installments .method .price-1,
.cc-installments .method .price-2 {
    min-width: 100px;
}
.cc-installments .method.active {
    color: #31ab45;
    font-weight: 500;
}
.fastpay-body {
    background-color: #e9edf1 !important;
}
.fastpay-body .overlay {
    align-items: center;
    background: hsla(0, 0%, 100%, 0.4);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9998;
}
.fastpay-body .overlay .spin {
    color: #1c7ad2;
    font-size: 20px;
    height: 3rem;
    width: 3rem;
}
.fastpay-body header {
    -webkit-box-shadow: 0 10px 22px -8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 22px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 22px -8px rgba(0, 0, 0, 0.1);
}
.fastpay-body header .contents {
    display: flex;
    height: 100px;
}
.fastpay-body header .contents .logo a img {
    max-height: 70px;
    max-width: 200px;
}
.fastpay-body header .contents .cards,
.fastpay-body header .contents .description,
.fastpay-body header .contents .logo {
    flex: 1;
}
.fastpay-body header .contents .logo {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}
.fastpay-body header .contents .description {
    align-items: center;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    justify-content: center;
    text-align: center;
}
.fastpay-body header .contents .cards {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
.fastpay-body header .contents .cards img {
    max-height: 60px;
    max-width: 90%;
}
.fastpay-body footer {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 13px;
    margin-top: 30px;
    padding-top: 50px;
}
.fastpay-body footer .cards {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fastpay-body footer .cards img {
    margin: 5px 25px;
}
.fastpay-body footer .links {
    margin: 20px 0;
}
.fastpay-body footer .links ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.fastpay-body footer .links ul li {
    list-style: none;
    margin: 10px;
    padding: 0;
}
.fastpay-body footer .links ul li a {
    color: #000;
}
.fastpay-body footer .description {
    color: #000 !important;
    text-align: center;
}
.fastpay-body footer .footer-la {
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
}
.fastpay-body footer .footer-la a {
    color: #333;
}
.fastpay-body footer .footer-la a strong {
    color: #0a75ff;
}
.fastpay-body main {
    margin-top: 30px;
}
.fastpay-body .steps {
    display: flex;
}
.fastpay-body .steps .step {
    align-items: center;
    color: #777;
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    position: relative;
    text-align: center;
}
.fastpay-body .steps .step.step-1:after,
.fastpay-body .steps .step.step-2:after,
.fastpay-body .steps .step.step-2:before,
.fastpay-body .steps .step.step-3:before {
    background: #c6cacd;
    height: 2px;
    position: absolute;
    top: 28px;
    z-index: 1;
}
.fastpay-body .steps .step.step-1:after {
    content: " ";
    left: 50%;
    right: 0;
}
.fastpay-body .steps .step.step-2:before {
    content: " ";
    left: 0;
    right: 50%;
}
.fastpay-body .steps .step.step-2:after {
    content: " ";
    left: 50%;
    right: 0;
}
.fastpay-body .steps .step.step-3:before {
    content: " ";
    left: 0;
    right: 50%;
}
.fastpay-body .steps .step.step-1.completed:after,
.fastpay-body .steps .step.step-2.active:before,
.fastpay-body .steps .step.step-2.completed:after,
.fastpay-body .steps .step.step-2.completed:before,
.fastpay-body .steps .step.step-3.active:before {
    background: #747474;
}
.fastpay-body .steps .step .circle {
    align-items: center;
    background: #c6cacd;
    border-radius: 100%;
    color: #555;
    display: flex;
    font-size: 17px;
    height: 50px;
    justify-content: center;
    margin: 0 auto 5px;
    position: relative;
    text-align: center;
    width: 50px;
    z-index: 2;
}
.fastpay-body .steps .step.active {
    color: #31ab45;
}
.fastpay-body .steps .step.active .circle {
    background: #31ab45;
    color: #fff;
}
.fastpay-body .steps .step.completed {
    color: #747474;
}
.fastpay-body .steps .step.completed .circle {
    background: #747474;
    color: #fff;
}
.fastpay-body .fastpay-payment-form {
    font-size: 14px;
}
.fastpay-body .fastpay-payment-form .btn-submit {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto;
    padding: 10px 15px;
}
.fastpay-body .fastpay-payment-form .buttons {
    align-items: center;
    display: flex;
    justify-content: center;
}
.fastpay-body .fastpay-payment-form .buttons .btn {
    font-size: 14px;
    font-weight: 500;
    margin: 0 10px;
    padding: 5px 10px;
}
.fastpay-body .fastpay-payment-form .buttons .btn.btn-pay {
    font-size: 17px;
    padding: 10px 20px;
}
.fastpay-body .fastpay-payment-form .input-group-text {
    font-size: 13px;
}
.fastpay-body .icon-big {
    font-size: 50px;
}
.payment-complete-form-wrapper .fields {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 14px;
    padding: 0 10px;
}
.payment-complete-form-wrapper .fields ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.payment-complete-form-wrapper .fields ul li {
    display: flex;
    margin: 10px 0;
}
.payment-complete-form-wrapper .fields ul li .info {
    flex: 1;
}
.payment-complete-form-wrapper .fields ul li .info .name {
    font-size: 13px;
    font-weight: 500;
}
.payment-complete-form-wrapper .fields ul li .info .description {
    font-size: 12px;
}
.payment-complete-form-wrapper .fields ul li .value {
    flex: 3;
}
.payment-complete-form-wrapper .fields ul li .value .form-control {
    font-size: 13px;
}
.sodexo-form .form-group label {
    color: #222;
    font-size: 13px;
    font-weight: 500;
}
.sodexo-form .logo {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sodexo-form .logo img {
    margin-bottom: 15px;
    max-width: 50%;
}
.product-shipment-prices .shipment-methods .method {
    cursor: auto;
}
.product-shipment-prices .shipment-methods .method:hover {
    background: initial !important;
}
.product-shipment-prices .shipment-methods .method .checkbox {
    display: none !important;
}
.advanced-product-search {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
    display: none;
    height: 620px;
    position: absolute;
    width: 800px;
    z-index: 99999;
}
.advanced-product-search .aps-content .items {
    height: 560px;
}
.advanced-product-search .aps-template {
    display: none;
}
.advanced-product-search .aps-results,
.advanced-product-search .aps-results .row {
    height: 100%;
}
.advanced-product-search .aps-results .row .col-left {
    background: #f5f6f6;
    border-radius: 5px 0 0 5px;
}
.advanced-product-search .aps-content,
.advanced-product-search .aps-results .row .col-space {
    padding-top: 20px;
}
.advanced-product-search .aps-results .row .col-left .col-space {
    padding-left: 10px;
}
.advanced-product-search .aps-results .aps-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.advanced-product-search .aps-results .aps-cat-list ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}
.advanced-product-search .aps-results .aps-cat-list ul li {
    display: block;
}
.advanced-product-search .aps-results .aps-cat-list ul li a {
    color: #333;
    display: block;
    font-size: 13px;
    padding: 8px 0;
    width: 100%;
}
.advanced-product-search .aps-results .aps-cat-list ul li a:hover {
    color: #000;
}
.advanced-product-search .aps-content {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 20px;
}
.advanced-product-search .aps-content .title {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
}
.advanced-product-search .aps-content .items {
    clear: both;
    margin: -5px;
    overflow-y: auto;
}
.advanced-product-search .aps-content .items .item {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #222;
    display: flex;
    float: left;
    height: 100px;
    margin: 5px;
    width: calc(50% - 10px);
}
.advanced-product-search .aps-content .items .item:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.advanced-product-search .aps-content .items .item .image {
    height: 100%;
    margin-right: 10px;
    width: 30%;
}
.advanced-product-search .aps-content .items .item .image img {
    height: 100%;
}
.advanced-product-search .aps-content .items .item .p-info {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding-right: 5px;
}
.advanced-product-search .aps-content .items .item .p-info .name {
    color: #333;
    font-size: 13px;
}
.advanced-product-search .aps-content .items .item .p-info .prices {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 5px;
}
.advanced-product-search .aps-content .items .item .p-info .prices .list-price {
    color: #777;
    font-size: 13px;
    text-decoration: line-through;
}
.advanced-product-search .aps-content .items .item .p-info .prices .price {
    font-size: 14px;
    font-weight: 500;
}
.newsletter-body {
    background-color: #e9edf1 !important;
}
.newsletter-body main .container {
    max-width: 500px !important;
    width: 100% !important;
}
.newsletter-body .overlay {
    align-items: center;
    background: hsla(0, 0%, 100%, 0.4);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9998;
}
.newsletter-body .overlay .spin {
    color: #1c7ad2;
    font-size: 20px;
    height: 3rem;
    width: 3rem;
}
.newsletter-body header {
    -webkit-box-shadow: 0 10px 22px -8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 22px -8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 22px -8px rgba(0, 0, 0, 0.1);
}
.newsletter-body header .contents {
    display: flex;
    height: 100px;
}
.newsletter-body header .contents .logo a img {
    max-height: 70px;
    max-width: 200px;
}
.newsletter-body header .contents .logo {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: center;
}
.newsletter-body footer {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 13px;
    margin-top: 30px;
    padding-top: 50px;
}
.newsletter-body footer .links {
    margin: 20px 0;
}
.newsletter-body footer .links ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.newsletter-body footer .links ul li {
    list-style: none;
    margin: 10px;
    padding: 0;
}
.newsletter-body footer .links ul li a {
    color: #000;
}
.newsletter-body footer .description {
    color: #000 !important;
    text-align: center;
}
.newsletter-body footer .footer-la {
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
}
.newsletter-body footer .footer-la a {
    color: #333;
}
.newsletter-body footer .footer-la a strong {
    color: #0a75ff;
}
.newsletter-body main {
    margin-top: 30px;
}
.newsletter-body .newsletter-form {
    font-size: 15px;
}
.newsletter-body .newsletter-form .btn-submit {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin: 0 auto;
    padding: 10px 25px;
}
.qr-box {
    align-items: flex-start;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    margin-bottom: 10px;
    padding: 20px;
}
.qr-box .image img {
    height: 40px;
}
.qr-box .title-1 {
    margin-top: 20px;
}
.qr-box .title-2 {
    margin-bottom: 20px;
    margin-top: 10px;
}
.qr-box .qr {
    text-align: center;
    width: 100%;
}
.qr-box .secret {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
}
.qr-box .secret .i-1 {
    background: #9595954d;
    border-radius: 10px;
    display: inline-block;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 10px;
}
.addons-whatsapp-widget {
    align-items: center;
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 9;
}
.user-delete-description {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 8px 8px 3px;
}
.user-delete-description label {
    cursor: pointer;
    font-weight: 500;
    margin-left: 10px;
}
.addons-whatsapp-widget.aww-direction-0 {
    bottom: 0;
    right: 0;
}
.addons-whatsapp-widget.aww-direction-1 {
    bottom: 0;
    flex-direction: row-reverse;
    left: 0;
}
.addons-whatsapp-widget.aww-direction-2 {
    right: 0;
    top: 0;
}
.addons-whatsapp-widget.aww-direction-3 {
    flex-direction: row-reverse;
    left: 0;
    top: 0;
}
.addons-whatsapp-widget.aww-direction-4 {
    right: 0;
    top: 48vh;
}
.addons-whatsapp-widget.aww-direction-5 {
    flex-direction: row-reverse;
    left: 0;
    top: 48vh;
}
.addons-whatsapp-widget svg {
    animation: adonswfixed 4s linear infinite;
    position: relative;
    transform: scale(1);
    z-index: 9999;
}
@keyframes adonswfixed {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(10deg) scale(1.2);
    }
    to {
        transform: rotate(0deg) scale(1);
    }
}
.addons-whatsapp-widget.aww-size-0 svg {
    width: 50px;
}
.addons-whatsapp-widget.aww-size-1 svg {
    width: 60px;
}
.addons-whatsapp-widget.aww-size-2 svg {
    width: 80px;
}
.addons-whatsapp-widget.aww-size-3 svg {
    width: 40px;
}
.addons-whatsapp-widget .wp-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    -webkit-box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.17);
    box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.17);
    cursor: pointer;
    display: flex;
    max-height: 100px;
    max-width: 200px;
    padding: 5px 15px 5px 5px;
    position: relative;
    text-align: center;
}
.addons-whatsapp-widget.aww-title-0 .wp-title {
    display: none;
}
.addons-whatsapp-widget.aww-direction-0 .wp-title,
.addons-whatsapp-widget.aww-direction-2 .wp-title,
.addons-whatsapp-widget.aww-direction-4 .wp-title {
    margin-right: 15px;
}
.addons-whatsapp-widget.aww-direction-1 .wp-title,
.addons-whatsapp-widget.aww-direction-3 .wp-title,
.addons-whatsapp-widget.aww-direction-5 .wp-title {
    margin-left: 15px;
    padding-left: 15px;
}
.addons-whatsapp-widget .wp-title:after {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    content: "";
    height: 20px;
    position: absolute;
    top: 50%;
    width: 20px;
}
.addons-whatsapp-widget.aww-direction-0 .wp-title:after,
.addons-whatsapp-widget.aww-direction-2 .wp-title:after,
.addons-whatsapp-widget.aww-direction-4 .wp-title:after {
    right: -10px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.addons-whatsapp-widget.aww-direction-1 .wp-title:after,
.addons-whatsapp-widget.aww-direction-3 .wp-title:after,
.addons-whatsapp-widget.aww-direction-5 .wp-title:after {
    left: -10px;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
}
.addons-campaign-bar {
    position: relative;
}
.addons-campaign-bar .url {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-decoration: none;
}
.addons-campaign-bar .container {
    height: 100%;
}
.addons-campaign-bar .container .text,
.addons-campaign-bar .image {
    align-items: center;
    display: flex;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    text-decoration: none;
    width: 100%;
}
.addons-campaign-bar .image img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.addons-campaign-bar .image.imgh-1 img {
    height: 100%;
}
.addons-campaign-bar .image.imgw-1 img,
.addons-campaign-bar .image.imgw-2 img {
    width: 100%;
}
.addons-mobile-menu {
    -webkit-overflow-scrolling: touch;
    bottom: 0;
    box-shadow: 0 -10px 30px -5px rgba(0, 0, 0, 0.15);
    display: block;
    position: fixed;
    width: 100%;
    z-index: 9;
}
.addons-mobile-menu ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.addons-mobile-menu ul li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.addons-mobile-menu ul li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    padding: 0 10px;
    position: relative;
    -webkit-transition: all 75ms ease-out;
    transition: all 75ms ease-out;
    width: 100%;
}
.addons-mobile-menu ul li a .count {
    align-items: center;
    background: #d21c1c;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 12px;
    height: 18px;
    justify-content: center;
    max-width: 25px;
    min-width: 18px;
    padding: 0;
    position: absolute;
    right: 20%;
    text-align: center;
    top: 5%;
}
.card-voucher {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    flex-direction: column;
    padding: 10px;
}
.card-voucher,
.card-voucher .meta {
    align-items: center;
    display: flex;
    justify-content: center;
}
.card-voucher .meta {
    border-bottom: 1px dashed #d6d6d6;
    border-right: 0;
    flex: 1;
    flex-direction: column;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}
.card-voucher .meta .name {
    font-size: 15px;
    font-weight: 500;
}
.card-voucher .meta .date {
    font-size: 14px;
    margin: 5px 0;
}
.card-voucher .meta .date span {
    font-weight: 500;
}
.card-voucher .info {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%;
}
.card-voucher .info .discount {
    color: #666;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.card-voucher .info .code {
    background: #e5e5e5;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
    text-align: center;
    width: 100%;
}
.order-summary-v2 .table-order-v2 {
    border-bottom: 1px solid #eee;
}
.order-summary-v2 .table-order-v2 tr:first-child td {
    border-top: 0;
}
.order-summary-v2 .td-product .product {
    display: flex;
}
.order-summary-v2 .td-product .product .image {
    margin-right: 5px;
}
.order-summary-v2 .td-product .product .image a {
    display: block;
}
.order-summary-v2 .td-product .product .image img {
    max-width: 100px;
}
.order-summary-v2 .td-product .product .p-info .name {
    color: #333;
    font-size: 13px;
    font-weight: 500;
}
.order-summary-v2 .td-product .product .p-info .btn-remove {
    font-size: 11px;
    font-weight: 500;
    margin-top: 3px;
    padding: 3px 5px;
}
.order-summary-v2 .td-product .product .p-info .attributes {
    margin-top: 3px;
}
.order-summary-v2 .table-order-v2 .info {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    min-width: 300px;
}
.order-summary-v2 .table-order-v2 .info .price {
    display: flex;
    flex: 1;
    font-weight: 500;
}
.order-summary-v2 .table-order-v2 .info .price .sep {
    margin: 0 7px;
}
.order-summary-v2 .table-order-v2 .info .price .value .old-price {
    color: #666;
    margin-right: 3px;
    text-decoration: line-through;
}
.order-summary-v2 .table-order-v2 .final-price {
    color: #31ab45;
    font-size: 17px;
    font-weight: 500;
}
.order-summary-v2 .table-order-v2 .final-price .old-price {
    color: #666;
    margin-right: 10px;
    text-decoration: line-through;
}
.order-summary-v2 .table-footer .table tr th {
    border: 0;
    padding-bottom: 0.3rem;
}
.order-summary-v2 .table-bottom .info .title {
    color: #dc3545;
    font-size: 15px;
    font-weight: 500;
    margin: 5px 0;
}
.order-summary-v2 .table-bottom .info .item {
    margin: 5px 0;
}
.cart-promotion-list {
    position: relative;
}
.cart-promotion-list .selected-box {
    border: 1px solid #eee;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    height: 65px;
    position: relative;
    white-space: normal;
    width: 100%;
}
.cart-promotion-list .selected-box:after {
    display: none !important;
}
.cart-promotion-list .selected-box .name {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: flex-start;
}
.cart-promotion-list .selected-box .name i {
    font-size: 15px;
    margin-left: 15px;
}
.cart-promotion-list .selected-box .name span {
    display: block;
    font-size: 13px;
    margin-left: 15px;
    text-align: left;
}
.cart-promotion-list .selected-box .icon {
    align-items: center;
    background: #fafafa;
    border-left: 1px solid #eee;
    display: flex;
    font-size: 15px;
    justify-content: center;
    width: 30px;
}
.cart-promotion-list .items {
    background: #fff;
    border-bottom: 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 0;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 3;
}
.cart-promotion-list .items ul,
.cart-promotion-list .items ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cart-promotion-list .items ul li {
    align-items: center;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    display: flex;
    height: 65px;
}
.cart-promotion-list .items ul li.active,
.cart-promotion-list .items ul li:hover {
    background-color: #fafafa;
}
.cart-promotion-list .items ul li i {
    font-size: 15px;
    margin-left: 15px;
}
.cart-promotion-list .items ul li .name {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    margin-left: 15px;
    text-align: left;
}
.cart-promotion-list .items ul li .name .d-1 {
    font-size: 13px;
}
.cart-promotion-list .items ul li .name .d-2 {
    font-size: 12px;
    font-style: italic;
}
.preview-mode-toolbar {
    background: #2e7af0;
    border-radius: 10px 0 0 10px;
    bottom: 20%;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    position: fixed;
    right: 0;
    width: 160px;
    z-index: 9999;
}
.preview-mode-toolbar.minimize {
    width: 80px;
}
.preview-mode-toolbar .min-theme {
    display: none;
}
.preview-mode-toolbar .active-theme,
.preview-mode-toolbar.minimize .min-theme {
    display: block;
}
.preview-mode-toolbar.minimize .active-theme {
    display: none;
}
.preview-mode-toolbar .active-theme .btn-close {
    border-top: 1px solid hsla(0, 0%, 100%, 0.3);
    color: #ffff03 !important;
    display: block;
    font-size: 13px;
    margin-top: 5px;
    padding-top: 5px;
}
.preview-mode-toolbar .active-theme .btn-close i {
    margin-right: 4px;
}
.preview-mode-toolbar .active-theme .btn-hide {
    border-top: 1px solid hsla(0, 0%, 100%, 0.3);
    color: #ffff03 !important;
    display: block;
    font-size: 13px;
    margin-top: 5px;
    padding-top: 5px;
}
.preview-mode-toolbar .active-theme .btn-hide i {
    margin-right: 4px;
}
.preview-mode-toolbar .min-theme .btn-show {
    color: #ffff03 !important;
    display: block;
    font-size: 13px;
}
.preview-mode-toolbar .min-theme .btn-show i {
    margin-right: 4px;
}
.addons-marquee-bar {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.addons-marquee-bar .item {
    display: inline-block;
}
.addons-marquee-bar.amb-direction-0 .js-marquee-wrapper,
.addons-marquee-bar.amb-direction-0 .js-marquee-wrapper .js-marquee,
.addons-marquee-bar.amb-direction-1 .js-marquee-wrapper,
.addons-marquee-bar.amb-direction-1 .js-marquee-wrapper .js-marquee {
    height: 100%;
}
.addons-marquee-bar.amb-direction-0 .item,
.addons-marquee-bar.amb-direction-1 .item {
    align-items: center;
    display: inline-flex;
    height: 100%;
    justify-content: center;
}
.addons-marquee-bar.amb-direction-2 .item,
.addons-marquee-bar.amb-direction-3 .item {
    display: block;
    text-align: center;
}
.addons-marquee-bar.amb-direction-4 .item {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
}
.bundle-product-box .bpb-title,
.combine-product-box .bpb-title {
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
}
.bundle-product-box .bpb-item,
.combine-product-box .bpb-item {
    align-items: flex-start;
    border: 1px solid #ccc;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    padding: 10px;
}
.combine-product-box .bpb-item {
    border-color: #eaeaea;
    padding: 7px;
}
.bundle-product-box .bpb-item .bpb-image,
.combine-product-box .bpb-item .bpb-image {
    flex: 1;
}
.combine-product-box .bpb-item .bpb-image {
    flex: 2;
    margin-right: 10px;
}
.bundle-product-box .bpb-item .bpb-image img,
.combine-product-box .bpb-item .bpb-image img {
    max-height: 200px;
    min-height: 50px;
    width: 100%;
}
.combine-product-box .bpb-item .bpb-image .btn-view {
    color: #444;
    display: block;
    font-size: 12px;
    margin-top: 4px;
    text-align: center;
}
.bundle-product-box .bpb-item .bpb-info,
.combine-product-box .bpb-item .bpb-info {
    flex: 4;
    margin-left: 5px;
}
.bundle-product-box .bpb-item .bpb-name,
.combine-product-box .bpb-item .bpb-name {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}
.bundle-product-box .bpb-item .bpb-price,
.combine-product-box .bpb-item .bpb-price {
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
}
.combine-product-box .bpb-item .bpb-price {
    color: #db2534;
    font-size: 15px;
    margin-bottom: 6px;
    margin-top: 6px;
}
.combine-product-box .variant-box ul li {
    margin: 5px 0;
}
.combine-product-box .variant-box ul li .name,
.combine-product-box .variant-box ul li .options a {
    font-size: 13px;
}
.combine-product-box .btn-buy {
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.p-g-mod-t-44 .ban-type .ban-type-description,
.p-g-mod-t-44 .ban-type .ban-type-title {
    display: inline-flex;
    padding: 5px;
    text-align: center;
    width: auto;
}
.p-g-mod-t-44 .ban-type .ban-type-btn {
    align-items: center;
    border-radius: 3px;
    display: inline-flex;
    font-weight: 500;
    justify-content: center;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
    transition: all 0.4s;
}
.p-g-mod-t-44 .ban-type .image img {
    max-width: 100%;
    width: 100%;
}
.p-g-mod-t-44 .ban-type .ban-type-content {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    z-index: 2;
}
.p-g-mod-t-44 .ban-type {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.p-g-mod-t-44 .ban-type-1 .ban-type-content {
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    position: relative;
    text-align: left;
    width: 100%;
}
.p-g-mod-t-44 .ban-type-1 .ban-type-description,
.p-g-mod-t-44 .ban-type-1 .ban-type-title {
    text-align: left;
}
.p-g-mod-t-44 .ban-type-3 .ban-type-content {
    justify-content: flex-start;
    padding-top: 10px;
}
.p-g-mod-t-44 .ban-type-4 .ban-type-content {
    justify-content: flex-end;
    padding-bottom: 10px;
}
.p-g-mod-t-44 .ban-type-3 .image,
.p-g-mod-t-44 .ban-type-4 .image,
.p-g-mod-t-44 .ban-type-5 .image {
    position: relative;
}
.p-g-mod-t-44 .ban-type-3 .image:after,
.p-g-mod-t-44 .ban-type-4 .image:after,
.p-g-mod-t-44 .ban-type-5 .image:after {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(51, 51, 51, 0) 51%);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.p-g-mod-t-44 .ban-type-4 .image:after {
    transform: rotate(180deg);
}
.p-g-mod-t-44 .ban-type-5 .ban-type-content {
    justify-content: flex-end;
    overflow: hidden;
    padding-bottom: 10px;
}
.p-g-mod-t-44 .ban-type-5:hover .ban-type-description {
    height: auto;
    opacity: 1;
}
.p-g-mod-t-44 .ban-type-5:hover .ban-type-btn {
    margin-bottom: 20px;
    opacity: 1;
}
.p-g-mod-t-44 .ban-type-5 .ban-type-btn,
.p-g-mod-t-44 .ban-type-5 .ban-type-description {
    transition: all 0.4s;
}
.p-g-mod-t-44 .ban-type-5 .image:after {
    opacity: 0;
    transform: rotate(180deg);
    transition: all 0.4s;
}
.p-g-mod-t-44 .ban-type-5:hover .image:after {
    opacity: 1;
}
.p-g-mod-t-44 .ban-type-6 {
    flex-direction: column;
}
.p-g-mod-t-44 .ban-type-6 .ban-type-content {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 3px 5px;
    position: relative;
    text-align: left;
    width: 100%;
}
.p-g-mod-t-44 .ban-type-6 .ban-type-title {
    text-align: left;
    width: auto;
}
.p-g-mod-t-44 .ban-type-6 .ban-type-content .ban-type-description {
    display: none;
}
.p-g-mod-t-44 .ban-type-6 .ban-type-btn {
    margin-top: 0;
    padding: 0;
    text-align: center;
}
.blog-comment-list .comment-box {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
}
.blog-comment-list .comment-box:not(.answer):first-child {
    border-top: 0;
    padding-top: 0;
}
.blog-comment-list .comment-box.answer {
    margin-left: 30px;
}
.blog-comment-list .comment-box .info {
    align-items: center;
    display: flex;
    margin-bottom: 5px;
}
.blog-comment-list .comment-box .info .icon {
    align-items: center;
    background: #eee;
    border-radius: 50%;
    display: flex;
    font-weight: 500;
    height: 45px;
    justify-content: center;
    margin-right: 10px;
    width: 45px;
}
.blog-comment-list .comment-box .info .user {
    display: flex;
    flex: 1;
    flex-direction: column;
}
.blog-comment-list .comment-box .info .user .name {
    font-size: 14px;
    font-weight: 600;
}
.blog-comment-list .comment-box .info .user .date {
    color: #777;
    font-size: 12px;
}
.blog-comment-list .comment-box .info .btn-answer {
    font-size: 12px;
}
.blog-comment-list .comment-box .comment {
    font-size: 14px;
    margin-top: 5px;
}
.btn-category-load-more {
    background: #fefefe;
    border: 1px solid #dedede;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    margin: 15px auto;
    padding: 10px;
    text-align: center;
    width: 100%;
}
.category-load-next-pages {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
}
.google-review-badge.gwb-bottom-right {
    bottom: 0;
    position: fixed;
    right: 0;
    z-index: 9;
}
.google-review-badge.gwb-bottom-left {
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 9;
}
.google-review-badge.gwb-footer {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    text-align: center;
}
.file-uploader {
    display: flex;
    flex-wrap: wrap;
}
.file-uploader .box {
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    color: #333;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    height: 100px;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 10px;
    position: relative;
    width: 100px;
}
.file-uploader .box.btn-upload:focus {
    border: 1px dashed #ddd;
}
.file-uploader .box:last-child {
    margin-right: 0;
}
.file-uploader .box img {
    border-radius: 10px;
    max-height: 100%;
    max-width: 100%;
}
.file-uploader .box .btn-trash {
    background: #333;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 25px;
    padding: 4px;
    position: absolute;
    right: -5px;
    text-align: center;
    top: -5px;
    width: 25px;
}
.file-uploader .box.btn-upload {
    border-style: dashed;
    padding: 25px;
}
.file-uploader .box.btn-upload i {
    margin-bottom: 5px;
}
.modal .comment-form .product-img img {
    border: 1px solid #eee;
    max-height: 140px;
    max-width: 100%;
    padding: 5px;
    width: auto;
}
.modal .comment-form .title {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.modal .comment-form .product-comment-stars {
    margin-bottom: 10px;
}
.modal .comment-form .description-1 {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}
.modal .product-comment-stars .star:not(:hover):not(.active) i {
    color: #b6b6b6;
}
.modal .form-group label {
    font-weight: 500;
}
.modal .form-group textarea {
    height: 100px;
}
.modal .form-group input[type="text"],
.modal .form-group textarea {
    background: rgba(0, 0, 0, 0.015);
    font-size: 14px;
}
.product-comment-list-v2 hr {
    border-color: #eee;
}
.product-comment-list-v2 .alt-title {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.product-comment-list-v2 .no-comment {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.product-comment-list-v2 .no-comment .description {
    font-size: 15px;
    margin: 10px 0;
}
.product-comment-list-v2 .summary-wrapper {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}
.product-comment-list-v2 .leave-comment,
.product-comment-list-v2 .score,
.product-comment-list-v2 .summary {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 20px 0;
    text-align: center;
    width: 100%;
}
.product-comment-list-v2 .score .total {
    font-size: 35px;
    font-weight: 500;
}
.product-comment-list-v2 .score .stars {
    display: flex;
    height: 35px;
    margin-top: 7px;
}
.product-comment-list-v2 .score .stars .star {
    color: #b6b6b6;
    display: block;
    font-size: 30px;
    position: relative;
    width: 35px;
}
.product-comment-list-v2 .score .stars .star.fill {
    color: #f78018;
}
.product-comment-list-v2 .score .stars .star i {
    left: 0;
    position: absolute;
    top: 0;
}
.product-comment-list-v2 .score .stars .star.fill .fa-star-half {
    position: absolute;
}
.product-comment-list-v2 .score .stars .star.fill .dark {
    color: #b6b6b6;
}
.product-comment-list-v2 .score .count {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
    padding-left: 4px;
}
.product-comment-list-v2.product-comment-list-t-0 .score {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 146px;
}
.product-comment-list-v2.product-comment-list-t-0 .score .total {
    font-size: 20px;
}
.product-comment-list-v2.product-comment-list-t-0 .score .stars {
    height: 20px;
    margin: 0 8px;
}
.product-comment-list-v2.product-comment-list-t-0 .score .stars .star {
    font-size: 18px;
    width: 20px;
}
.product-comment-list-v2.product-comment-list-t-0 .score .count {
    margin: 0;
}
.product-comment-list-v2 .leave-comment {
    padding: 0 15px;
}
.product-comment-list-v2 .leave-comment .description {
    color: #999;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    max-width: 65%;
    text-align: center;
}
.product-comment-list-v2 .leave-comment .btn {
    align-items: center;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    justify-content: center;
    max-width: 65%;
}
.product-comment-list-v2 .leave-comment .btn i {
    font-size: 20px;
}
.product-comment-list-v2.product-comment-list-t-0 .leave-comment {
    padding: 0;
    width: 130px;
}
.product-comment-list-v2.product-comment-list-t-0 .leave-comment .btn {
    font-size: 13px;
    height: 35px;
    max-width: 100%;
    width: 130px;
}
.product-comment-list-v2.product-comment-list-t-0 .btn i {
    font-size: 15px;
}
.product-comment-list-v2 .summary {
    align-items: flex-start;
}
.product-comment-list-v2 .summary .item {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    padding: 5px 0;
    width: 100%;
}
.product-comment-list-v2 .summary .item .stars {
    color: #b6b6b6;
    font-size: 15px;
}
.product-comment-list-v2 .summary .item .stars i {
    margin-right: 2px;
}
.product-comment-list-v2 .summary .item .stars .fill {
    color: #f78018;
}
.product-comment-list-v2 .summary .item .rate {
    flex: 1;
    height: 15px;
    margin: 0 10px;
    position: relative;
}
.product-comment-list-v2 .summary .item .rate div {
    border-radius: 10px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 5px;
}
.product-comment-list-v2 .summary .item .rate .light {
    background: #b6b6b6;
}
.product-comment-list-v2 .summary .item .rate .fill {
    background: #f78018;
    z-index: 1;
}
.product-comment-list-v2 .summary .item .count {
    color: #666;
    font-size: 13px;
    font-weight: 500;
}
.product-comment-list-v2 .comments {
    display: flex;
    flex-direction: column;
}
.product-comment-list-v2 .comments .item {
    border-bottom: 1px solid #eee;
    padding: 25px 10px;
}
.product-comment-list-v2 .comments .item:last-child {
    border-bottom: 0;
}
.product-comment-list-v2 .comments .item .customer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
}
.product-comment-list-v2 .comments .item .customer .name {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    min-width: 50px;
}
.product-comment-list-v2 .comments .item .customer .stars {
    margin-right: 10px;
}
.product-comment-list-v2 .comments .item .customer .stars i {
    color: #b6b6b6;
}
.product-comment-list-v2 .comments .item .customer .stars i.fill {
    color: #f78018;
}
.product-comment-list-v2 .comments .item .customer .date {
    color: #555;
    font-size: 13px;
    margin-right: 10px;
}
.product-comment-list-v2 .comments .item .customer .approved {
    background: #afeec6;
    border-radius: 5px;
    color: #188330;
    padding: 3px 8px;
}
.product-comment-list-v2 .comments .item .comment {
    color: #444;
    font-size: 14px;
    margin-top: 10px;
}
.product-comment-list-v2 .comments .item .images {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.product-comment-list-v2 .comments .item .images .image {
    margin-right: 5px;
}
.product-comment-list-v2 .comments .item .images .image img {
    border-radius: 5px;
    height: 80px;
    width: 80px;
}
.product-comment-list-v2 .comments .item .control {
    color: #555;
    display: flex;
    font-size: 12px;
    font-style: italic;
    margin-top: 15px;
}
.product-comment-list-v2 .comments .item .control .like {
    flex: 1;
}
.product-comment-list-v2 .comments .item .control .like a,
.product-comment-list-v2 .comments .item .control .like span {
    margin-right: 7px;
}
.product-comment-list-v2 .comments .item .control .report {
    flex: 1;
    text-align: right;
}
.product-comment-list-v2 .comments .item .control a {
    color: #555;
    font-style: normal;
}
.product-comment-list-v2 .comments .item .control a:hover {
    color: #000;
}
.product-comment-list-v2 .comments .item .control a:first-child {
    margin-left: 10px;
    margin-right: 10px;
}
.product-comment-list-v2 .comments .item .control a i {
    color: #777;
    margin-right: 4px;
}
.product-comment-list-v2.product-comment-list-t-0 .comments .item {
    padding: 10px 5px;
}
.product-comment-list-v2.product-comment-list-t-0 .comments .item .customer .name {
    font-size: 14px;
}
.product-comment-list-v2 .comment-photos .item {
    background: #fff;
    border: 1px solid #eee;
    display: flex;
    padding: 3px;
    width: 100%;
}
.product-comment-list-v2 .comment-photos .item img {
    max-height: 150px;
    width: 100%;
}
.product-comment-photo-modal button.close {
    font-size: 30px;
}
.product-comment-photo-modal .image {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 500px;
    position: relative;
    text-align: center;
    width: 100%;
}
.product-comment-photo-modal .image .controls {
    cursor: pointer;
    font-size: 30px;
    height: 20px;
    left: -23px;
    position: absolute;
    top: 45%;
    width: 20px;
    z-index: 1;
}
.product-comment-photo-modal .image .controls.control-right {
    left: auto;
    right: -23px;
}
.card-comment {
    align-items: flex-start;
    background-color: hsla(0, 0%, 7%, 0.05);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}
.card-comment .info {
    align-items: center;
    display: flex;
}
.card-comment .info .stars {
    color: #999;
    font-size: 16px;
    margin-right: 6px;
}
.card-comment .info .stars i.active {
    color: #f78018;
}
.card-comment .info .date {
    color: #777;
    font-size: 14px;
}
.card-comment .product {
    color: #555;
    display: flex;
    flex-direction: row;
    font-size: 14px;
}
.card-comment .product .image {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    height: 95px;
    margin-right: 8px;
    padding: 3px;
    width: 95px;
}
.card-comment .product .image img {
    max-height: 100%;
    width: 100%;
}
.card-comment .product .customer {
    flex: 1;
}
.card-comment .product .customer .name {
    color: #222;
    font-size: 15px;
    font-weight: 500;
}
.card-comment .product .customer .comment {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 400;
    height: 72px;
    line-height: 18px;
    margin-top: 3px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user-create-collection {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 0;
}
.user-create-collection form {
    min-width: 350px;
}
.user-create-collection .icon {
    align-items: center;
    background: #eee;
    border-radius: 100%;
    color: #333;
    display: flex;
    font-size: 30px;
    height: 100px;
    justify-content: center;
    margin: 0 auto 20px;
    width: 100px;
}
.user-collection-buttons .description {
    font-size: 13px;
    font-weight: 500;
    padding: 10px 0;
}
.user-collection-buttons .items {
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}
.user-collection-buttons .items a {
    align-items: center;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    height: 58px;
    justify-content: flex-start;
    padding: 10px 15px;
    transition: all 0.3s ease-out;
}
.user-collection-buttons .items a:hover {
    background: #f1f1f1;
    border-color: #000;
}
.user-collection-buttons .items a i {
    margin-right: 5px;
}
.collection-cover {
    background: #fff9f1;
    border: 1px solid #e9c99e;
    border-radius: 10px;
    display: flex;
    padding: 20px;
}
.collection-cover .info {
    flex: 1;
}
.collection-cover .info .title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}
.collection-cover .info .stats {
    display: flex;
}
.collection-cover .info .stats .item {
    border-right: 1px solid #ccc;
    padding: 0 10px;
}
.collection-cover .info .stats .item:first-child {
    padding-left: 0;
}
.collection-cover .info .stats .item:last-child {
    border-right: 0;
}
.collection-cover .buttons {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.collection-cover .buttons .btn {
    font-size: 13px;
    font-weight: 500;
    margin-left: 10px;
}
.collection-cover .buttons .btn:first-child {
    margin-left: 0;
}
.collection-filter {
    background: #eee;
    border-radius: 5px;
    display: flex;
    padding: 10px;
}
.collection-filter .cf-order {
    display: flex;
    flex: 1;
    font-size: 12px;
    font-weight: 500;
    list-style: none;
    margin: 0;
    padding: 0;
}
.collection-filter .cf-filter .btn,
.collection-filter .cf-order select {
    font-size: 13px;
}
.collection-responsive-popup .cr-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-direction: row;
    padding: 15px;
}
.collection-responsive-popup .cr-header .title {
    flex: 1;
    font-size: 15px;
    font-weight: 500;
}
.collection-responsive-popup .cr-header .button a {
    color: #333;
    font-size: 15px;
}
.user-collection-product {
    position: relative;
}
.user-collection-product .btn-remove {
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.105);
    color: #8c8c8c;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 32px;
    justify-content: center;
    position: absolute;
    right: 7px;
    top: 8px;
    width: 32px;
    z-index: 15;
}
.user-collection-product .btn-remove:hover {
    border: 1px solid #bebebe;
    color: #000;
}
.toc-wrapper {
    background: #f4f4f4;
    border-radius: 5px;
    display: table;
    margin: 15px 0;
    padding: 15px;
    width: auto;
}
.toc-wrapper .toc-title {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.toc-wrapper .toc-list {
    margin: 0;
    padding: 0;
}
.toc-wrapper .toc-list .toc-list-item {
    color: #444;
    line-height: 30px;
    margin-left: 15px;
    padding-left: 5px;
}
.toc-wrapper .toc-list .toc-list-item .toc-link {
    color: #444;
    font-size: 14px;
    line-height: 30px;
}
.toc-wrapper .toc-list .toc-list-item .toc-link:hover {
    text-decoration: underline;
}
.modal-verification .modal-content .modal-header {
    align-items: center;
    border-bottom: 0;
    justify-content: center;
    padding: 2rem 0.5rem 0 0;
    text-align: center;
}
.modal-verification .modal-content .modal-header .close {
    border: 0;
    position: absolute;
    right: 20px;
}
.modal-verification .modal-content .modal-header .modal-title {
    font-size: 17px;
}
.modal-verification .modal-content .modal-body {
    padding-top: 0.5rem;
}
.modal-verification .modal-content .modal-body .description {
    color: #333;
    font-size: 14px;
    padding: 1rem 0;
    text-align: center;
}
.modal-verification .modal-content .modal-body form {
    padding: 1rem;
}
.modal-verification .modal-content .modal-body form .form-group input.form-control {
    background: #fff;
    font-size: 1rem;
    height: calc(1.8em + 0.75rem + 2px);
}
.modal-verification .modal-content .modal-body form .form-group input.form-control:disabled,
.modal-verification .modal-content .modal-body form .form-group input.form-control[readonly] {
    background-color: #e9ecef;
}
.modal-verification .modal-content .modal-body form .buttons {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 1rem;
}
.modal-verification .modal-content .modal-body form .buttons .btn-success {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0.6rem;
    width: 100%;
}
.modal-verification .modal-content .modal-body form .buttons .btn-light,
.modal-verification .modal-content .threed-verification-wrapper {
    font-size: 14px;
}
.modal-verification .modal-content .threed-verification-wrapper h1 {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.modal-verification .modal-content .threed-verification-wrapper h3 {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.modal-verification .modal-content .threed-verification-wrapper input[type="password"] {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #696969;
    border-radius: 0.25rem;
    color: #495057;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + 0.75rem + 2px);
    line-height: 1.5;
    padding: 0.375rem 0.75rem;
}
.modal-verification .modal-content .threed-verification-wrapper input[type="submit"] {
    -webkit-appearance: button;
    background: #4dc761;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 10px;
    padding: 8px 15px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}
.q-form-soft {
    background: #eee;
    border-radius: 10px;
    padding: 15px 20px;
}
.q-form .form-title {
    font-size: 17px;
    font-weight: 500;
    padding: 10px 0;
}
.q-form .form-title i {
    font-size: 17px;
    margin-right: 5px;
}
.q-form .form-description {
    font-size: 15px;
    padding: 10px 0;
}
.q-form .btn-group .btn,
.q-form .buttons .btn {
    font-weight: 500;
    min-width: 200px;
    padding: 8px 25px;
}
.q-form .btn-group .btn i,
.q-form .buttons .btn i {
    margin-right: 5px;
}
.p-g-mod-showcase .owl-carousel .owl-item img.owl-lazy {
    transform-style: unset;
}
/* --- css2 (deduped vs css1) --- */
body {
    background: var(--body-bg);
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    left: 0;
    transition: all .4s;
}
a {
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #000;
}
.overlay {
    display: flex;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, .4);
    justify-content: center;
    align-items: center;
}
.overlay .spin {
    color: var(--main-color);
    width: 3rem;
    height: 3rem;
    font-size: 20px;
}
.op-black {
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
.op-black.hide {
    visibility: hidden;
    opacity: 0;
}
.op-black.show {
    visibility: visible;
    opacity: 1;
}
.op-black-2,
.op-black-new {
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
.op-black-new {
    z-index: 5;
}
.op-black-4 {
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 21;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    cursor: url(icons/cursor-close.svg), auto;
}
.op-black-2.hide {
    visibility: hidden;
    opacity: 0;
}
.op-black-2.show,
.op-black-4.show,
.op-black-new.show {
    visibility: visible;
    opacity: 1;
}
header.desktop  {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
}
header.desktop .h-contact {
    background: #fff;
    border-bottom: 1px solid #eeeeee;
}
.dropdown-languages-1 .dropdown-toggle {
    color: var(--header-top-color);
    transition: all var(--transition-time);
}
.dropdown-languages-1 .dropdown-toggle:hover{
    color: var(--header-top-color-hover);
}
.dropdown-currencies-1 .dropdown-toggle {
    color: var(--header-top-color);
    transition: all var(--transition-time);
}
.dropdown-currencies-1 .dropdown-toggle:hover{
    color: var(--header-top-color-hover);
}
header.desktop .h-contact .info {
    height: 40px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}
header.desktop .h-contact .info .item {
    font-size: 13px;
    color: var(--header-top-color);
    transition: all var(--transition-time);
    margin-right: 20px;
    font-weight: 400;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
header.desktop .h-contact .info .item:hover{
    color: var(--header-top-color-hover);
}
header.desktop .h-contact .info .item i {
    margin-right: 6px;
    font-size: 13px;
}
header.desktop .h-contact .info .item.wp i {
    font-weight: normal;
    font-size: 20px;
}
header.desktop .h-contact .social-media {
    height: 40px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}
header.desktop .h-contact .social-media a {
    margin-left: 15px;
    font-size: 14px;
    color: var(--header-top-color);
}
header.desktop .h-contact .social-media a:hover{
    color: var(--header-top-color-hover);
    transition: all var(--transition-time);
}
header.desktop .header-area {
    height: 55px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
header.desktop .header-area.last {
    align-items: flex-end;
}
header.desktop .logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
header.desktop .logo img {
    max-width: 150px;
    width: 100%;
    height: 100%;
}
header.desktop .menu {
    height: 50px;
    border: 1px solid #ebebeb;
    border-right: 0;
    border-left: 0;
    border-top: 0;
}
header.desktop .mega-menu {
    padding: 0;
    position: relative;
}
header.desktop .mega-menu .navbar-nav {
    flex-direction: row;
    height: 50px;
    justify-content: flex-start;
}
header.desktop .mega-menu .nav-item {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}
header.desktop .mega-menu .nav-link {
    padding: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--menu-color);
    line-height: normal;
    font-weight: 400;
    font-size: 14px;
    padding: 0 25px;
    white-space: unset !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all var(--transition-time);
    border-bottom: 1px solid transparent;
}
header.desktop .mega-menu .nav-item:first-child .nav-link {
    padding-left: 0;
}
header.desktop .mega-menu .nav-link::after {
    display: none;
}
header.desktop .mega-menu .nav-item:hover .nav-link,
header.desktop .mega-menu .nav-item:focus .nav-link{
    color: var(--menu-color-hover);
    border-bottom: 1px solid #000;
    transition: all var(--transition-time);
}
header.desktop .mega-menu .nav-item:last-child .nav-link {
    border-right: 0;
}
header.desktop .mega-menu .dropdown {
    position: static;
}
header.desktop .mega-menu .dropdown-menu {
    border-radius: 0;
    background-color: #fff;
    width:100%;
    left:-1px;
    right:0;
    top:48px;
    position: absolute;
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 5%);
    border: 1px solid #ebebeb;
    border-top: 0;
}
header.desktop .mega-menu .dropdown:hover .dropdown-menu,
header.desktop .mega-menu .dropdown .dropdown-menu:hover {
    display:block!important;
}
header.desktop .h-banner{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mega-menu-container {
    padding: 20px;
}
.mega-menu-container .sub-cat{
    margin-bottom: 15px;
}
.mega-menu-container .sub-title {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-bottom: 7px;
    transition: all var(--transition-time);
}
.mega-menu-container .sub-title:hover{
    color: var(--main-color);
}
.mega-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.mega-menu-container ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}
.mega-menu-container ul li a {
    font-size: 13px;
    color: #222;
    font-weight: 400;
    line-height: 25px;
    transition: var(--transition-time);
}
.mega-menu-container ul li a.sub-title {
    color: #333;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
}
.mega-menu-container ul li a:hover {
    color: var(--main-color);
}
.mega-menu.side .mega-menu-container ul li{
    display: inline-block;
}
.mega-menu.side .mega-menu-container .comma{
    margin-right:4px;
}
.mega-menu.side .mega-menu-container ul li:last-child .comma{
    display:none;
}
.single-menu-container{
    display: block;
}
.single-menu-container .single-menu{
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    height: 70px;
    align-items: center;
}
.single-menu-container .single-menu li:first-child{
    margin-left: 0;
}
.single-menu-container .single-menu li{
    display: inline-block;
    position: relative;
    z-index: 100;
}
.single-menu-container .single-menu li .sub-single-item{
    font-weight: 400;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    color: #000;
    transition: all 0.2s ease-in-out 0s;
    font-size: 15px;
    text-align: center;
}
.single-menu-container .single-menu li:hover>a:after {
    width: 100%;
}
.single-menu-container .single-sub-menu li a{
    border: 1px solid #ebebeb;
    animation: all ease .5s;
    -webkit-animation: all ease .5s;
    padding: 20px 15px;
    border-top: 0;
}
.single-menu-container .single-menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 170px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all 0.2s ease-out;
    -webkit-box-shadow: 1px 1px 6px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 6px -4px rgba(0,0,0,0.75);
    box-shadow: 1px 1px 6px -4px rgba(0,0,0,0.75);
}
.single-menu-container .single-menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}
.single-menu-container .single-menu ul li a {
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #333;
    background: #fff;
    transition: var(--transition-time);
}
.single-menu-container .single-menu ul li a:hover,.single-menu ul li:hover>a {
    color: var(--main-color);
}
.single-menu-container .single-menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}
.single-menu-container .single-menu ul ul {
    left: 100%;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}
.single-menu-container .single-menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}
.mobile-header-space {
    height: 56px;
}
header.mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 12;
}
header.mobile .left {
    width: 50%;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 0px;
    gap: 8px;
}
header.mobile .center {
    width: 40%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
header.mobile .right {
    width: 50%;
    gap: 8px;
    float: left;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
}
header.mobile .logo img {
    max-width: 117px;
    width: 100%;
    height: 100%;
}
header.mobile .icon-group {
    position: relative;
}
header.mobile .icon-group .badge {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 18px;
    max-width: 25px;
    padding: 0;
    text-align: center;
    height: 18px;
    background: #d21c1c;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sidebar-menu-type-2 {
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    height: calc(100vh);
    transition: all .3s;
    z-index: 9999;
    left: 0;
    margin-left: -100%;
}
.sidebar-menu-type-2.active {
    margin-left: 0;
}
.mobil-area-2 {
    margin: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.mobil-area-footer {
    text-align: center;
    color: #000;
}
.product-profile-1 .product-favourite a i {
    margin-right: 0;
}
.accordion-product {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #d5d5d5;
    padding: 6px 0;
}
.accordion-product  .card-header {
    padding:0;
    margin-bottom: 0;
    background-color: #fff;
    border: 0;
}
.accordion-product  .card-header i{
    font-size: 11px;
    padding-top: 3px;
}
.accordion-product .card-body{
    padding:5px 0;
}
.accordion-product .btn-link {
    color: #444;
    text-decoration: none !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 500;
}
.accordion-product .btn-link:hover{
    text-decoration:none;
}
.home-headline{
    margin-top: -20px;
}
.p-g-mod-t-45 .carousel-type-1 .carousel-control-next,
.p-g-mod-t-45 .carousel-type-1 .carousel-control-prev{
    display: none;
}
.home-headline .carousel-caption {
    position: absolute;
    right: inherit;
    bottom: 40%;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.home-headline .carousel-caption h5{
    font-size: 27px !important;
}
.home-headline .carousel-caption p{
    max-width: 300px;
    font-size: 14px;
}
.home-headline .carousel-caption .headline-button {
    display: inline-block;
    width: auto!important;
    font-size: 14px;
    color: #fff;
    padding: 9px 35px;
    font-weight: 500;
    background: transparent;
    border-radius: 0;
    border: 1px solid #fff;
    transition: all var(--transition-time);
}
.home-headline .carousel-caption .headline-button:hover{
    background: #fff;
    color: #000;
    transition: all var(--transition-time);
}
.sub-title-img-container {
    display: block;
    background: #f4f4f4;
}
.sub-title-img-container .sub-title{
    padding: 10px;
    font-weight: 500;
}
.home-body .p-g-mod-base-content {
    border: 0;
}
.card-product .carousel-indicators .active {
    opacity: 1;
    background-color: #000;
}
.card-product .carousel-indicators li {
    background-color: #cbcbcb;
}
.gri-arkaplan{
    background: #f4f4f4;
    padding: 20px;
    margin: 20px 0;
}
.banner-btn{
    display: none;
}
.banner-ozel-yazili-beyaz{
    margin: 0 !important;
}
.banner-ozel-yazili-beyaz .banner-btn{
    display: block;
    border: 1px solid #000;
    margin-top: 20px;
    padding: 10px 20px;
    color: #000;
    font-weight: 500;
    transition: all .4s;
}
.banner-ozel-yazili-beyaz .banner-btn:hover{
    background: #000;
    color: #fff;
    transition: all .4s;
}
.banner-ozel-yazili-beyaz .col-list-p-v-1{
    padding: 0;
}
.banner-ozel-yazili-beyaz .banner-item .description {
    font-size: 16px;
    color: #000;
    padding: 3px 0;
    text-align: center;
    line-height: 30px;
}
.banner-ozel-yazili-beyaz .banner-item .title {
    font-size: 23px;
    color: #000;
    font-weight: 600;
    padding: 3px 0;
}
.banner-ozel-yazili-beyaz .banner-item{
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-ozel-yazili-beyaz .col-12:nth-child(even) .banner-item{
    flex-direction: row-reverse;
}
.banner-ozel-yazili-beyaz .banner-item .image{
    display: flex;
    flex: 1;
}
.banner-ozel-yazili-beyaz .banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10%;
    width: 50%;
}
header.desktop .search {
    width: 80%;
    background: #fff;
    border-radius: 0px;
    position: absolute;
    bottom: 0px;
    visibility: hidden;
    left: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}
header.desktop .search.focus {
    bottom: 0;
    visibility: visible;
    z-index: 9;
    left: 0;
    right: 0;
    top: -1px;
    height: 55px;
    animation: searchFocus 0.6s ease forwards;
    animation-delay: 0.3s;
    width: calc(100% - 290px);
}
@keyframes searchFocus {
    from {
        opacity: 0;
        visibility: hidden;
    }
    to {
        visibility: visible;
        opacity: 1;
    }
}
header.desktop .search form {
    width: 100%;
    height: 100%;
    position: relative;
}
header.desktop .search form .input-box {
    width: 100%;
    padding-right: 0px;
    box-sizing: border-box;
    height: 100%;
}
header.desktop .search form input {
    float: left;
    color: #000;
    font-weight: 400;
    width: 100%;
    font-size: 14px;
    border-color: transparent !important;
    border-width: 0 !important;
    background: transparent !important;
    height: 100%;
    border-right: 0;
    box-shadow: none;
    padding: 0px 0px 0px 50px;
    font-size: 14px;
    font-weight: 300;
}
.easy-autocomplete-container ul {
    border-top: 1px solid #ebebeb;
}
.easy-autocomplete-container ul .eac-category, .easy-autocomplete-container ul li {
    font-size: 13px;
    padding: 0;
    border-bottom: none;
    background: transparent !important;
    border: none;
    width: calc(20% - 2px);
}
header.desktop .search form input::placeholder {
    color: #666;
}
header.desktop .search:hover,
header.desktop .search:focus,
header.desktop .search:active{
    border-color: var(--main-color2);
}
header.desktop .search form .btn-send {
    position: absolute;
    border-width: 0;
    color: #aaa;
    left: 8px;
    border-radius: 50%;
    font-size: 16px;
    line-height: normal;
    top: 0;
    height: 100%;
    padding: 0px;
}
header.desktop .search form .btn-send i {
    font-size: 25px;
}
header.desktop .easy-autocomplete-container {
    top: 37px;
}
.login-body .p-g-mod-t-4 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    line-height: initial;
}
.product-quantity input,
.product-quantity input:focus{
    width: 50px;
    height: 55px;
    border-radius: 0;
    border-top: 1px solid #d9d9d9 !important;
    border-bottom: 1px solid #d9d9d9 !important;
    border-color: #d9d9d9 !important;
    padding: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    border-right: 0;
    border-left: 0;
}
.product-quantity .btn {
    background: #d9d9d9;
    border-color: transparent!important;
    border-radius: 0 !important;
}
.product-body .product-title-container{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 30px;
}
.product-price-group {
    justify-content: space-between;
}
.product-price-group .discount .rate {
    font-size: 15px;
}
.product-price-group .discount {
    background: #000;
    height: 28px;
    width: auto;
    flex-direction: row;
    border-radius: 20px;
    padding: 0 15px;
}
.product-price-group .prices {
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: normal;
}
.product-price-group .prices .sale-price {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.product-price-group .prices .list-price,
.product-price-group .prices .sale-price.line {
    font-weight: 100;
    color: #a1a1a1;
    font-size: 16px;
    text-decoration: line-through;
}
.product-price-group .prices .sale-price.promotion {
    color: #dc2e2e;
}
.product-body .product-short-desc{
    border: 1px solid #ebebeb;
    width: 75%;
    padding: 10px;
}
.product-reviews .stars .star {
    color: #000;
    font-size: 13px;
}
.variant-box .name{
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    cursor: pointer;
    transition: 0.5s;
}
.variant-box .name svg {
    transform: rotate(0deg);
    transition: 0.3s;
}
.variant-box .name.active svg {
    transform: rotate(180deg);
}
.variant-box ul li .options a:hover, .variant-box ul li .options a.active {
    background: #fafafa;
    font-weight: 500;
    border: 1px solid #d7d7d8;
    padding: 10px 15px;
}
.variant-box ul li .form-control{
    border-radius: 0 !important;
    border-color: #000;
    height: 45px;
    font-size: 14px;
}
.product-body .p-g-mod-base-content {
    border: 0;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}
.page-link {
    color: #000 !important;
    box-shadow: none !important;
}
.card-product .card-product-inner .price-group .prices {
    display: flex;
    align-items: center;
    gap: 10px;
}
header .icon-open{
    display: flex;
    align-items: center;
    cursor: pointer;
}
header.desktop .header-area.first {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
header.desktop .header-area.center {
    align-items: center !important;
}
header.desktop .header-area.first i{
    font-size: 20px;
}
.active-menu{
    position: relative;
    left: 400px;
    transition: all .4s;
}
.menu-sidebar-button{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #ebebeb;
    align-items: center;
}
.nav-mobile {
  background: #446cb3;
  color: #fff;
  padding: 0;
  margin: 0;
  cursor: auto;
  font-size: 18px;
  list-style-type: none;
  box-shadow: 0 5px 5px -5px #333;
}
.nav-mobile:after {
  content: "";
  display: table;
  clear: both;
}
.nav-mobile svg {
  height: 45px;
  width: 65px;
  padding: 9px;
}
.nav-mobile svg path {
  fill: #fff;
}
.nav-mobile svg.icon-close {
  display: none;
  padding: 15px;
}
.nav-mobile li {
  width: 100%;
  height: 45px;
  line-height: 46px;
  text-align: center;
  float: left;
}
.nav-mobile li a {
  display: flex;
  color: #333;
  width: 100%;
  height: 100%;
  text-decoration: none;
  align-items: center;
}
.nav-mobile img{
    height: 35px;
    margin-right: 7px;
}
.nav-mobile .menu-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
  display: block;
}
.nav-mobile .menu-button:after {
  opacity: 0;
  top: 45px;
  content: "";
  width: 100vw;
  display: block;
  position: fixed;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
  transition-delay: 0.1s;
}
.nav-mobile .menu-sidebar.active{
  transform: translateX(0) !important;
  transition: all .4s;
}
.nav-mobile .menu-container {
  width: 65px;
  float: left;
  cursor: pointer;
  position: absolute;
}
.nav-mobile .menu-container .menu-sidebar {
    box-shadow: 5px 0 5px -5px #333;
    display: block;
    width: 65vw;
    bottom: 0;
    background: white;
    color: #333;
    position: fixed;
    transform: translateX(-405px);
    transition: all .4s;
    top: 0px;
    z-index: 1002;
    list-style-type: none;
    padding: 0;
    max-width: 400px;
    left: 0;
    overflow: auto;
}
.nav-mobile .menu-container .menu-sidebar .arrow {
  position: absolute;
  line-height: 50px;
  font-size: 32px;
  color: #555;
  top: 0;
  z-index: 0;
}
.nav-mobile .menu-container .menu-sidebar .arrow.left {
    position: relative;
    top: -2px;
    margin-right: 10px;
}
.nav-mobile .menu-container .menu-sidebar .arrow.right {
  right: 25px;
}
.nav-mobile .menu-container .menu-sidebar li {
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  text-align: left;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 20px;
}
.nav-mobile .menu-container .menu-sidebar li:hover {
  background: #eee;
}
.nav-mobile .menu-container .menu-sidebar li .menu-sub {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  overflow: hidden;
  background: white;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0, 0, 0.3, 1);
  border-left: 1px solid #ccc;
  list-style-type: none;
  padding: 0;
  margin: 0;
  z-index: 2;
  max-width: 400px;
}
.nav-mobile .menu-container .menu-sidebar li .menu-sub li {
  overflow: hidden;
}
.nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title {
  padding-left: 0px;
}
.nav-mobile .menu-container .menu-sidebar li .menu-sub .menu-sub-title .submenu-label{
  padding: 10px 20px;
}
.nav-mobile .menu-container .menu-sidebar li .submenu-label {
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav-mobile .menu-container .menu-sidebar li .submenu-toggle {
  display: none;
}
.nav-mobile .menu-container .menu-sidebar li .submenu-toggle.active ~ .menu-sub, .nav-mobile .menu-container .menu-sidebar li .submenu-toggle:checked ~ .menu-sub {
    width: 65vw;
    visibility: visible;
    z-index: 1;
    transition: width 0.35s cubic-bezier(0, 0, 0.3, 1);
    height: 100vw;
    overflow-y: scroll;
}
.card-product .card-product-inner{
    padding: 0 !important;
}
.card-product{
    border: none !important;
}
.info-bar-1 {
    border-top: 1px solid #ebebeb;
    padding: 20px 0;
}
.info-bar-1 .icons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #000;
    padding: 10px 0;
}
.info-bar-1 .icons .icon-group {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
}
.info-bar-1 .icons .icon-group:last-child {
    border-right: 0;
}
.info-bar-1 .icons .icon-group i {
    font-size: 26px;
    margin-right: 25px;
    color: #000;
}
.info-bar-1 .icons .icon-group .inf .name {
    font-size: 13px;
    font-weight: 500;
    display: block;
    color: #000;
}
.info-bar-1 .icons .icon-group .inf .description {
    font-size: 12px;
    font-weight: 400;
    color: #000;
}
.footer-app-link{
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ebebeb;
    padding: 30px 0;
    color: #6d6d6d;
}
footer .footer-contact,
footer .footer-contact *{
    color:#6d6d6d !important;
}
.login-body .p-g-mod-t-4 {
    padding: 0px;
    border: none;
}
.login-body .p-g-mod-t-4 .p-g-mod-body {
    padding: 0px;
}
.login-body .p-g-mod-t-4 .nav-tabs {
    border: 0 !important;
    background: transparent !important;
    border-radius: 4px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.login-body .p-g-mod-t-4 .nav-tabs .nav-item, .register-body .p-g-mod-t-4 .nav-tabs .nav-item {
    flex: 1;
    text-align: center;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #c5c5c5;
    background: #fff;
    color: #8f8f8f;
    font-weight: 400;
    font-size: 14px;
    transition: all var(--transition-time);
    padding: 10px 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.login-body .p-g-mod-t-4 .btn-without-login {
    color: #fff;
    background: var(--main-color) !important;
    border: none;
    margin-bottom: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    height: 40px;
}
.login-body .p-g-mod-t-4 .btn-without-login i{
    line-height: 0;
}
.login-body .p-g-mod-t-4 .nav-tabs .nav-item.show .nav-link,
.login-body .p-g-mod-t-4 .nav-tabs .nav-link.active, 
.register-body .p-g-mod-t-4 .nav-tabs .nav-item.show .nav-link,
.register-body .p-g-mod-t-4 .nav-tabs .nav-link.active {
    border-bottom: 1px solid #000 !important;
    background: #fff !important;
    color: #000 !important;
}
.login-body .p-g-mod-t-4 .btn-success, .register-body .p-g-mod-t-4 .btn-success {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: center;
    font-size: 13px;
    height: 44px;
    align-items: center;
    font-weight: 500;
    border-radius: 0;
}
.login-body .p-g-mod-t-4 .btn-fb-login {
    background: #4c69ba!important;
    background-image: linear-gradient(#4c69ba,#3b55a0)!important;
    text-shadow: 0 -1px 0 #354c8c!important;
    color: #fff!important;
    border: 1px solid #4c69ba!important;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
}
.login-body .p-g-mod-t-4 .btn-fb-login i {
    padding-right: 10px!important;
    border-right: 0 !important;
}
.login-body .p-g-mod-t-4 .btn-google-login {
    background: #db4437!important;
    background-image: linear-gradient(#db4437,#cc3e32)!important;
    text-shadow: 0 -1px 0 #db4437!important;
    color: #fff!important;
    border: 1px solid #db4437!important;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
}
.login-body .p-g-mod-t-4 .btn-google-login i{
    padding-right: 10px!important;
    border-right: 0 !important;
}
.p-g-mod-t-12 .p-g-mod-body .social-share {
    border-top: 1px solid rgba(0,0,0,.1);
    margin-top: 10px;
}
.p-g-mod-t-15 .p-g-mod-body.p-g-mod-body-p-0 ul li a,
.p-g-mod-t-16 .p-g-mod-body.p-g-mod-body-p-0 ul li a,
.p-g-mod-t-58 .p-g-mod-body.p-g-mod-body-p-0 ul li a {
    padding: .75rem 10px;
}
.card-blog .buttons .btn-read-more {
    border-radius: 3px;
    padding: 5px 15px;
}
.card-blog .buttons .btn-read-more i {
    font-size: 9px;
    margin-left: 5px;
}
.category-filter-order-desktop{
    display: inline-block;
    width: 170px;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 35px;
    font-size: 13px;
    color: #4a4a4a !important;
    font-weight: 400;
    padding-left: 14px;
    border: 1px solid #e7e3e3 !important;
    border-radius: 3px;
    background: url(images/select-arrow.svg) no-repeat;
    background-position: right 10px center;
    background-color: #fff;
    outline: none;
}
.category-filter-order-desktop:focus{
    border-color: #e7e3e3 !important;
}
.product-view-select .items {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.product-view-select {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: normal;
}
.product-view-select .product-filter-look {
    font-size: 13px;
    font-weight: 400;
    color: #000;
}
.categories-body .product-view-select a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}
.categories-body .product-view-select a div {
    width: 1px;
    height: 16px;
    background: #939393;
    border-radius: 1px;
    margin: 0;
}
.categories-body .product-view-select a.active div {
    background: #000;
}
.categories-body .pattern-group .p-g-mod-t-20 > .p-g-mod-header {
    border-bottom: 0;
    padding-left:0 !important;
}
.category-filter-order .list-wrap .list li {
    flex: inherit;
    display: block;
}
.category-filter-order .list-wrap .list li.category-filter-order-mobile{
    display: none;
}
.pattern-group .p-g-mod-showcase .p-g-mod-header {
    border-bottom: 0;
    height: auto;
    padding: 0px;
    margin-bottom: 20px;
}
.card-product-content{
    text-align: center;
    color: #555;
}
.category-filter-order .list-wrap .list li .lag-checkbox{
    transition: all var(--transition-time);
}
.pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons .btn-secondary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    width: 100%;
    margin: 0 !important;
    border-radius: 0;
}
.categories-body .p-g-mod-t-cat-filter .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #000;
}
.categories-body .p-g-mod-t-cat-filter {
    border: none;
    height: auto;
}
.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    border: 0;
    margin-bottom: 0px;
}
.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav {
    display: flex;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    height: 50px;
}
.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-item {
    text-align: center;
    display: flex;
    margin: 0 30px 0 0;
}
.product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    text-align: center;
    transition: var(--transition-time);
    border-bottom: 1px solid transparent;
}
.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link:hover,
.pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link.active{
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}
.product-details-tab-product-details-tab-colorful .tab-content{
    border: 0;
    border-top: 0;
    margin-bottom: 50px;
    margin-top: 30px;
}
.p-g-mod-base-content{
    border: 1px solid #ebebeb;
}
.p-g-mod-t-10 .p-g-mod-body a,
.p-g-mod-t-2 .p-g-mod-body a{
    transition: all var(--transition-time);
}
.contact-info{
    display: flex;
    flex-direction: column;
}
.contact-info .contact-item{
    margin: 5px 0;
    display: flex;
    align-content: center;
    cursor: pointer;
}
.contact-info .contact-item i{
    margin-right: 10px;
    font-size: 17px;
    transition: all var(--transition-time);
}
.contact-info .contact-item a{
    color: #fff;
}
.contact-info .contact-item:hover i{
    color: var(--main-color);
}
.p-g-mod-t-45 .carousel-type-1 .carousel-indicators li {
    border-radius: 50%;
}
.hizli-sepet .sale-price-discount{
    display: inline-flex;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 10px;
    margin-top: 10px;
    font-size: 16px;
}
.hizli-sepet .sale-price{
    font-size: 20px;
    font-weight: 600;
}
.card-product .sale-price-basket {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ebebeb;
    padding: 5px 0;
    margin: 3px 0;
    flex-direction: column;
}
.card-product .sale-price-basket .sale-price{
    font-weight: 500;
    font-size: 15px;
}
.native-modal.show .hizli-sepet .related-products {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: inherit;
}
.native-modal.show .hizli-sepet .fast-product-cart-box::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.native-modal.show .hizli-sepet .fast-product-cart-box::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(181 181 181 / 50%);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.hizli-sepet {
    max-width: 960px !important;
}
.native-modal.show .hizli-sepet .modal-content {
    border: 0;
    border-radius: 0;
    position:relative;
}
.native-modal.show .hizli-sepet .modal-content .prices{
    display: flex;
    align-items: center;
}
.native-modal.show .hizli-sepet .modal-content .fast-product-title{
    font-size: 19px;
    color: #151515;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 25px;
}
.native-modal.show .hizli-sepet .modal-content .product-reviews .stars .star {
    color: #dbdbdb;
    font-size: 12px;
    margin-right: 1px;
}
.native-modal.show .hizli-sepet .modal-content .product-reviews .stars{
    margin: 15px 0;
}
.native-modal.show .hizli-sepet .modal-content .iliskili-urunler{
    color: #858585;
    font-weight: 600;
}
.native-modal.show .hizli-sepet .modal-content .iliskili-urunler .value{
    color: #000;
}
.native-modal.show .hizli-sepet .modal-content .product-price-group .prices .list-price {
    font-size: 19px;
    font-weight: 500;
    color: #999;
    text-decoration: line-through;
    margin-right: 10px;
}
.native-modal.show .hizli-sepet .modal-content .short-desc{
    color: #454545;
    font-size: 14px;
    margin-bottom: 15px;
}
.native-modal.show .hizli-sepet .carousel-indicators li{
    width: 10px;
    height: 10px;
    background-color: #898989;
    border-radius: 50%;
    border: 4px solid transparent;
}
.native-modal.show .hizli-sepet .carousel-indicators li.active {
    opacity: 1;
    background-color: #000 !important;
    border: 4px solid #c3c3c3;
}
.native-modal.show .hizli-sepet .product-favourite2{
    position: absolute;
    top: 15px;
    left: 25px;
    z-index: 999;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding-top: 3px;
    -webkit-box-shadow: 0px -2px 18px -3px rgb(0 0 0 / 58%);
    box-shadow: 0px -2px 18px -3px rgb(0 0 0 / 58%);
}
.native-modal.show .hizli-sepet .product-buttons {
    display: inline-flex;
    flex-wrap: nowrap;
}
.native-modal .native-modal-close{
    z-index:9;
    outline:0;
}
.native-modal.show .hizli-sepet .fast-product-cart-box{
    height: 100%;
    display: flex;
    flex-direction: column;
    max-height: 600px;
    overflow-y: auto;
}
.native-modal.show .hizli-sepet .modal-body{
    padding:0 !important;
}
.product-body .product-profile-1 .product-unit {
    display: flex;
    justify-content: center;
    font-weight: 500;
    align-items: center;
    border-radius: 5px;
    border: solid 1px #d9d9d9;
    width: 95px;
    padding: 5px 0;
    margin-right: 10px !important;
    height: 46px;
    margin: 10px 0;
}
.product-body .product-profile-1 .product-unit  input[type=checkbox],
.product-body .product-profile-1 .product-unit  input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 5px;
}
.product-body .product-profile-1 .product-unit input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #96be67;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 3px solid #ebebeb;
}
.card-product .card-product-inner .quantity {
    margin: 5px 0;
    width: 100%;
    text-align: center;
    display: flex;
    flex-basis: auto;
    justify-content: center;
}
.card-product .card-product-inner .quantity .btn {
    display: flex;
    width: 35px;
    height: 35px;
    color: #555;
    font-size: 10px;
    border: 1px solid #ebebeb;
    border-radius: 0;
    align-items: center;
    justify-content: center;
}
.card-product .card-product-inner .quantity .btn:first-child {
    border-radius: 0;
}
.card-product .card-product-inner .quantity .btn:hover {
    color: #333;
    background: #f2f2f2;
    border-color: #f5f5f5;
}
.card-product .card-product-inner .quantity input {
    min-width: 35px;
    max-width: 50px;
    height: 35px;
    border-radius: 0;
    border-color: #dbdbdb !important;
    background: #fff;
    color: #555;
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    border-right: 0;
    border-left: 0;
}
.subtitle-img {
    max-height: 25px;
    margin-bottom: 5px;
}
header.desktop .mega-menu .nav-link {
    flex: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.single-menu-container .single-menu li{
    text-align: center;
}
.single-menu-container .single-menu li .sub-single-item{
    padding: 0 15px;
}
.e404-body{
    background: repeating-linear-gradient(45deg,transparent, transparent 10px,
        #f8f8f8 10px, #f8f8f8 20px),linear-gradient(to bottom,#fff, #fff
     );
}
.e404-btn{
    background: #ffffff;
    border-radius: 45px;
    color: #212121;
    padding: 20px 50px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
    -moz-box-shadow: inset 0 -1px 1px #333, 0 5px 0 #222, 0 6px 8px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0 -1px 1px #333, 0 5px 0 #222, 0 6px 8px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 -1px 1px #333, 0 5px 0 #222, 0 6px 8px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-decoration: none;
}
.e404-btn:hover{
    color:var(--main-color);
    -moz-box-shadow: inset 0 -1px 1px var(--main-color), 0 5px 0 var(--main-color), 0 6px 8px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0 -1px 1px var(--main-color), 0 5px 0 var(--main-color), 0 6px 8px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 -1px 1px var(--main-color), 0 5px 0 var(--main-color), 0 6px 8px rgba(0, 0, 0, 0.35);
}
.e404-content .e404-logo img{
    max-height: 100px;
    border: none !important;
}
.e404-page-type-1 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.e404-page-type-1 .e404-pic {
    height: 200px;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 10px 20px;
    border-radius: 10px;
}
.e404-page-type-1 .e404-title{
    color: #3b3a39;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 2rem;
    margin: 30px 0px 0px 0px;
}
.e404-description{
    color: #808080;
    font-size: 1rem;
    margin: 5px;
    text-align: center;
    font-weight: 300;
}
.e404-page-type-2 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}
.e404-page-type-2 .e404-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 100px;
    padding: 0 10%;
    border-top: 0;
    border-left: 0;
}
.e404-page-type-2 .e404-pic{
    height: 400px;
    background: #fff;
    border: 1px solid #e2e2e2;
    padding: 10px 20px;
    border-radius: 10px;
}
.e404-page-type-2 .e404-title{
    color: #3b3a39;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 2rem;
    margin: 30px 0px 0px 0px;
}
.product-customer-actions{
    padding: 10px 0;
    background: #f5f5f5;
}
.product-customer-actions .action .button i {
    font-size: 15px;
    margin-right: 10px;
}
.product-customer-actions .action:first-child {
    border-left: 0;
}
.product-customer-actions .action {
    border-right: 0;
}
.product-transfer-discount{
    background: #f2f2f2;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    border-left: 5px solid var(--main-color);
    font-size:14px;
    color:#7a7a7a;
}
.card-product .card-product-inner .price-group .prices .list-price {
    color: #727272;
    margin-right: 10px;
    text-decoration: line-through;
}
.card-blog,
.card-brand,
.card-category,
.card-product {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
.card-product .card-product-inner .free-cargo-badge {
    left: 10px;
    right: inherit;
    top: 10px;
    width: 95px;
    background: #000;
    border-radius: 20px;
}
.card-product .card-product-inner .discount{
    position: absolute;
    z-index: 9;
    background: #000;
    top: 10px;
    right: 10px;
    color: #fff;
    border-radius: 14px;
    font-weight: 500;
    padding: 3px 10px;
    font-size: 14px;
}
.card-product .card-product-inner .buttons .btn-cart,
.modal-content .buttons .btn-cart{
    background: var(--add-cart-list-bg);
    border-color: var(--add-cart-list-bg);
    color: var(--add-cart-list) !important;
    transition: var(--transition-time);
}
.card-product .card-product-inner .buttons .btn-cart i,
.modal-content .buttons .btn-cart i{
    margin-right: 7px;
}
.card-product .card-product-inner .buttons .btn-cart:hover,
.modal-content .buttons .btn-cart:hover{
    background: var(--add-cart-list-bg-hover);
    border-color: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover) !important;
}
.card-product .down-to-top .btn-cart{
    background: var(--add-cart-list-bg);
    border-color: var(--add-cart-list-bg);
    color: var(--add-cart-list) !important;
    transition: var(--transition-time);
    font-size: 13px;
}
.card-product .down-to-top .btn-cart:hover{
    background: var(--add-cart-list-bg-hover);
    border-color: var(--add-cart-list-bg-hover);
    color: var(--add-cart-list-hover) !important;
}
.product-buttons .btn-cart {
    background: var(--add-cart-detail-bg);
    border-color: var(--add-cart-detail-bg);
    color: var(--add-cart-detail);
    transition: all var(--transition-time);
    flex: 1;
    border-radius: 0;
    margin-left: 0;
    text-transform: uppercase;
    height: 54px;
    margin: 0px;
}
.product-buttons .btn-cart:hover{
    background: var(--add-cart-detail-bg-hover);
    border-color: var(--add-cart-detail-bg-hover);
    color: var(--add-cart-detail-hover);
}
.product-buttons .btn-fast-buy {
    background: var(--buy-now-bg);
    border-color: var(--buy-now-bg);
    color: var(--buy-now);
    transition: all var(--transition-time);
    flex: auto;
    border-radius: 0;
    width: 100%;
    margin: 0 !important;
    margin-bottom: 10px !important;
}
.product-buttons .btn-fast-buy:hover{
    background: var(--buy-now-bg-hover);
    border-color: var(--buy-now-bg-hover);
    color: var(--buy-now-hover);
}
.payment-final-buttons-1 .btn-complete{
    background: var(--complete-payment-bg);
    border-color: var(--complete-payment-bg);
    color: var(--complete-payment);
    transition: all var(--transition-time);
}
.payment-final-buttons-1 .btn-complete:hover{
    background: var(--complete-payment-bg-hover);
    border-color: var(--complete-payment-bg-hover);
    color: var(--complete-payment-hover);
}
.product-favourite-kart{
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 2;
}
.product-favourite-kart a{
    font-size: 28px;
}
header.desktop .header-bar .bar-link .icon{
    position:relative;
}
header.desktop .header-bar .bar-link .icon,
header.desktop .header-bar .bar-link .name{
    transition: all var(--transition-time);
}
header.desktop .header-bar .bar-link:hover .icon,
header.desktop .header-bar .bar-link:hover .name{
    color: var(--main-color2);
}
header.desktop .header-bar .bar-user .link a .name{
    color: #222 !important;
}
header.desktop .header-bar .bar-user .link a:hover .name{
    color: var(--main-color2) !important;
}
header.desktop .header-bar .bar-link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    line-height: normal;
    transition: all var(--transition-time);
}
header.desktop .header-bar .bar-link a{
    color: #222;
}
header.desktop .header-bar .bar-user .link{
    display: flex;
}
header.desktop .header-bar .bar-link i{
    font-size: 19px;
}
header.desktop .header-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}
header.desktop .header-bar .bar-cart .icon .count {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #db2534;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
}
.card-product .it-over {
    position: absolute;
    bottom: 95px;
    left: 0;
    right: 0;
    width: fit-content;
    margin: 0 auto;
    padding: 14px 40px;
    background: #ffffff24;
    color: #fff;
    border: 1px solid #fff;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 400;
    backdrop-filter: blur(9px);
}
.card-product .carousel-control-next i,
.card-product .carousel-control-prev i{
    font-size: 18px;
    color:#000;
}
.card-product .buttons-wrapper.right-to-left {
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 0px;
    right: -30px;
    transition: all 0.4s;
    background: #fff;
    z-index: 9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
.card-product .right-to-left .button-group{
    background: transparent;
    padding: 7px;
}
.card-product .right-to-left .cart-group{
    display: flex;
    flex-direction: column;
}
.card-product .right-to-left .cart-group a{
    padding: 0;
    margin: 5px 0;
}
.card-product .right-to-left .cart-group a i{
    font-size: 17px;
    transition: all var(--transition-time);
}
.card-product .right-to-left .cart-group a:hover i{
    color: var(--main-color);
}
.card-product:hover .right-to-left{
    opacity:1;
    right: 0px;
    transition: all var(--transition-time);
}
.card-product .buttons-wrapper.down-to-top{
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 50%;
    transform: translate3d(-50%,0%,0);
    z-index: -1;
}
.card-product .down-to-top .button-group{
    background: transparent;
    padding: 7px;
}
.card-product .btn-cart{
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-product:hover .down-to-top{
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 50%;
    transform: translate3d(-50%,-100%,0);
    transition:all .4s;
    z-index: 999;
}
.card-product:hover .down-to-top .button-group{
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
    transition:all .4s;
    margin: 0 ;
    padding:3px 0;
}
.video-play{
    position: relative;
}
.video-play i{
    position: absolute;
    bottom: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 100%;
    line-height: 28px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    text-indent:1px;
}
header.desktop .header-cart-hover .nav-link::after {
    display: none;
}
header.desktop .header-cart-hover {
    position: relative;
    display: flex;
    flex: 1;
}
header.desktop .header-cart-hover .btn-remove{
    background: #dedede;
    border: none;
    color: #000;
    font-size: 12px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    display: flex;
    font-weight: 500;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
.ajax-shopping-cart {
    font-size: 12px;
    height: 100%;
    flex: 1;
    position: relative;
}
.ajax-cart-empty{
    font-size: 13px !important;
    text-align: center;
    padding: 20px 0;
}
.sidebar-menu-type-2 .logo-area a img {
    max-height: 40px
}
.sidebar-menu-type-2 .mobil-area-title {
    font-size: 16px
}
.sidebar-menu-type-2 .categories ul li a {
    font-size: 15px;
    font-weight: 500
}
.sidebar-menu-type-2 .categories ul .multi a {
    padding: 6px 0;
    font-size: 14px;
    font-weight: 400
}
.sidebar-menu-type-2 .categories ul .multi .multi a {
    font-size: 14px
}
.mobile-menu-close i {
    border: 1px solid #b8b8b8;
    color: #b8b8b8;
}
.sidebar-menu-type-2 .categories ul .multi li:first-child {
    display: block
}
.p-g-mod.p-g-mod-t-39 {
    margin-bottom: 10px;
    margin-top: -10px;
    border: 0 !important;
}
.p-g-mod.p-g-mod-t-39 .p-g-mod-header {
    height: 35px !important;
    padding: 10px !important;
    color: #333;
}
.p-g-mod.p-g-mod-t-39 .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
    font-size: 14px !important;
}
.p-g-mod.p-g-mod-t-39 .p-g-mod-body:not(.p-g-mod-body-p-0) {
    padding: 0 !important;
}
.p-g-mod.p-g-mod-t-39 .p-g-mod-body input {
    padding: 0.275rem 0.7rem !important;
    height: 35px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 3px;
}
.p-g-mod.p-g-mod-t-39 .p-g-mod-body .btn-secondary {
    font-size: 13px;
    font-weight: 500;
    background: #818181;
    border-color: #818181;
}
.product-carousel-desktop.normal .carousel-item a img {
    width: 100%;
}
@media (max-width: 1440px) {
    .card-product .it-over {
        padding: 13px 33px;
        font-size: 13px;
    }
}
@media (min-width: 1240px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1220px !important;
    }
}
@media (max-width: 1200px) {
    .payment-cart-summary-1 .summary tfoot th {
        font-size: 12px;
    }
    .payment-cart-summary-1 .summary tfoot .final {
        font-size: 16px;
    }
}
@media (min-width: 1130px) {
    .container-fluid.container-fluid-relative {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
}
@media (max-width: 995px) {
    .owl-wrapper .owl-single-button {
        height: 25px;
        top: calc(50% - 13px);
        width: 25px;
    }
    .owl-wrapper .owl-single-button.owl-single-button-prev {
        left: 0;
    }
    .owl-wrapper .owl-single-button.owl-single-button-next {
        right: 0;
    }
    .owl-wrapper .owl-single-button button {
        font-size: 15px;
    }
}
@media (min-width: 992px) {
    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-1 {
        flex-direction: row;
    }
    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-1 .p-g-t-nav {
        flex-direction: column;
        margin-right: 10px;
        max-width: 280px;
    }
    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-1 .p-g-t-nav .p-g-t-n-header {
        margin-bottom: 10px;
    }
    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-1 .p-g-t-nav .nav {
        align-items: flex-start;
        flex-direction: column;
        justify-content: flex-start;
    }
    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-1 .p-g-t-nav .nav .nav-item {
        margin: 0;
    }
    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-1 .p-g-t-nav .nav .nav-link {
        text-align: left;
    }
    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-1 .tab-content {
        flex: 1;
        max-width: 80%;
    }
    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-1 .p-g-t-n-button {
        align-items: flex-start;
        justify-content: flex-start;
    }
    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-2 {
        flex-direction: row-reverse;
    }
    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-2 .p-g-t-nav {
        flex-direction: column;
        margin-left: 10px;
        max-width: 280px;
    }
    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-2 .p-g-t-nav .p-g-t-n-header {
        flex-direction: row-reverse;
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-2 .p-g-t-nav .p-g-t-n-header .p-g-t-n-icon {
        align-items: flex-end;
        font-size: 20px;
        width: 30px;
    }
    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-2 .p-g-t-nav .p-g-t-n-header .p-g-t-n-info {
        align-items: flex-end;
    }
    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-2 .p-g-t-nav .nav {
        align-items: flex-end;
        flex-direction: column;
        justify-content: flex-end;
    }
    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-2 .p-g-t-nav .nav .nav-item {
        margin: 0;
    }
    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-2 .p-g-t-nav .nav .nav-link {
        flex-direction: row-reverse;
        text-align: right;
    }
    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-2 .p-g-t-nav .nav .nav-link i {
        margin-left: 8px;
        margin-right: 0;
    }
    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-2 .tab-content {
        flex: 1;
    }
    .pattern-group .p-g-tab-wrapper.p-g-tab-direction-2 .p-g-t-n-button {
        align-items: flex-end;
        justify-content: flex-end;
    }
    .sticky-sidebar-992-2 {
        margin-bottom: 50px;
    }
    .sticky-sidebar-992-2 .p-g-b-c-1 .p-g-b-c-wrapper {
        will-change: min-height;
    }
    .sticky-sidebar-992-2 .p-g-b-c-1 .p-g-b-c-wrapper .p-g-b-c-inner {
        transform: translate(0);
        transform: translateZ(0);
        will-change: position, transform;
    }
    .addons-whatsapp-widget.aww-desktop-0 {
        display: none;
    }
    .addons-campaign-bar.acb-desktop-0 {
        display: none;
    }
    .addons-mobile-menu.amm-desktop-0 {
        display: none;
    }
    .google-review-badge.gwb-hide-desktop {
        display: none;
    }
    .collection-responsive-popup {
        background: rgba(0, 0, 0, 0.4);
        display: flex;
        padding-bottom: 0;
    }
    .collection-responsive-popup .cr-content {
        align-items: flex-end;
        display: flex;
        flex: 1;
        flex-direction: column;
    }
    .collection-responsive-popup .cr-header {
        width: 350px;
    }
    .cat-responsive-popup .c-r-p-bar,
    .cat-responsive-popup .c-r-p-content {
        background: #fff;
        width: 350px;
    }
    .cat-responsive-popup .c-r-p-content {
        flex: 1;
        overflow-y: auto;
    }
    .cat-responsive-popup .c-r-p-bar {
        left: auto;
    }
    .addons-marquee-bar.amb-desktop-0 {
        display: none;
    }
}
@media (max-width: 991px) {
    .card-product .it-over {
        padding: 8px 19px;
        font-size: 10px;
        bottom: 60px;
    }
    .product-body .mobile-header-space {
        display: none;
    }
    .variant-box ul li .options a {
        background: #fdffff;
        padding: 11px 12px;
        font-size: 12px;
        color: #000;
    }
    .variant-box .name {
        color: #000;
        text-align: center;
        font-size: 12px;
        line-height: normal;
    }
    .variant-box {
        border: none;
        padding: 12px;
    }
    .product-profile-1 .special-field-box, .product-profile-1 .variant-box {
        margin: 0;
    }
    .dropdown-languages-1 .dropdown-toggle {
        font-size: 11px;
    }
    .ppc-ctype-2 .row:first-of-type,
    .ppc-ctype-3 .row:first-of-type {
        flex-direction: column-reverse;
    }
    .pattern-group .pattern-group-header .p-g-h-icon {
        font-size: 17px;
        width: 27px;
    }
    .pattern-group .pattern-group-header .p-g-h-info .p-g-h-i-title {
        font-size: 16px;
    }
    .pattern-group .pattern-group-header .p-g-h-info .p-g-h-i-description {
        font-size: 13px;
    }
    .pattern-group .pattern-group-header .p-g-h-button .btn-mod {
        font-size: 12px;
    }
    .pattern-group .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header .p-g-t-n-icon {
        font-size: 17px;
        width: 27px;
    }
    .pattern-group .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header .p-g-t-n-info .p-g-t-n-i-title {
        font-size: 15px;
    }
    .pattern-group .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-header .p-g-t-n-info .p-g-t-n-i-description {
        font-size: 13px;
    }
    .pattern-group .p-g-tab-wrapper .p-g-t-nav .p-g-t-n-button .btn-mod {
        font-size: 12px;
    }
    .pattern-group .p-g-tab-wrapper .p-g-t-nav .nav .nav-link {
        font-size: 13px;
    }
    .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-icon {
        font-size: 16px;
        width: 25px;
    }
    .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
        font-size: 15px;
    }
    .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-button .btn-mod,
    .pattern-group .p-g-mod .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-description {
        font-size: 12px;
    }
    .payment-final-buttons-1 {
        background: #fff;
        border-top: 1px solid #e2e6eb;
        bottom: 0;
        height: 70px;
        left: 0;
        padding: 10px;
        position: fixed;
        right: 0;
        z-index: 999;
    }
    .payment-control-buttons-1 .btn-back {
        width: 100%;
    }
    .p-g-mod-t-45 .headline-button {
        padding: 6px 14px;
    }
    .p-g-mod-t-45 .swiper-type-2.swiper-screen-1 h5 {
        font-size: 25px;
    }
    .p-g-mod-t-45 .swiper-type-2.swiper-screen-1 p {
        font-size: 17px;
    }
    .product-details-tab .p-g-tab-wrapper .p-g-t-nav .nav .nav-item .nav-link {
        font-size: 12px;
    }
    .cart-body .whatsapp-fixed,
    .payment-body .whatsapp-fixed {
        display: none;
    }
    .p-g-mod-t-63 .p-g-mod-body {
        height: 200px;
    }
    .p-g-mod-t-63 .p-g-mod-body .help-search-wrapper .title {
        font-size: 18px;
    }
    .product-customer-actions .action {
        flex: 1;
    }
    .product-customer-actions .action .button {
        padding: 5px;
    }
    .product-customer-actions .action .button span {
        display: none;
    }
    .product-customer-actions .action .button i {
        font-size: 20px;
    }
    .pattern-group .p-g-mod.p-g-mod-t-75 .p-g-mod-body {
        padding: 5px;
    }
    .free-shipping-limit .icon {
        font-size: 25px;
        margin: 0 8px;
    }
    .free-shipping-limit .info .name {
        font-size: 13px;
    }
    .free-shipping-limit .info .description {
        font-size: 14px;
    }
    .teqpay-payment-types a.type-1 img {
        margin-right: 0 !important;
        max-height: 20px;
    }
    .teqpay-payment-types a.type-1 span {
        display: none;
    }
    .fastpay-body header .contents {
        height: 80px;
    }
    .fastpay-body header .contents .logo a img {
        max-height: 60px;
        max-width: 170px;
    }
    .fastpay-body header .contents .description {
        font-size: 17px;
    }
    .fastpay-body header .contents .cards img {
        max-height: 60px;
    }
    .newsletter-body header .contents {
        height: 80px;
    }
    .newsletter-body header .contents .logo a img {
        max-height: 60px;
        max-width: 170px;
    }
    .addons-whatsapp-widget.aww-mobile-0 {
        display: none;
    }
    .addons-whatsapp-widget.aww-size-0 svg {
        width: 40px;
    }
    .addons-whatsapp-widget.aww-size-1 svg {
        width: 50px;
    }
    .addons-whatsapp-widget.aww-size-2 svg {
        width: 70px;
    }
    .addons-whatsapp-widget.aww-size-3 svg {
        width: 30px;
    }
    .addons-campaign-bar.acb-mobile-0 {
        display: none;
    }
    .addons-mobile-menu.amm-mobile-0 {
        display: none;
    }
    .addons-marquee-bar.amb-mobile-0 {
        display: none;
    }
    .swal-footer {
        padding: 10px;
    }
    .google-review-badge.gwb-hide-mobile {
        display: none;
    }
    .product-comment-list-v2 .comments .item {
        padding: 20px 10px;
    }
    .product-comment-list-v2 .comments .item .control .like span {
        display: none;
    }
    .product-comment-list-v2 .comments .item .customer .name {
        font-size: 14px;
    }
    .user-collection-buttons .items {
        max-height: 400px;
    }
    .collection-cover,
    .collection-cover .info {
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .collection-cover .info {
        display: flex;
        width: 100%;
    }
    .collection-cover .buttons {
        justify-content: center;
        margin-top: 10px;
    }
    .collection-cover .buttons .btn {
        font-size: 13px;
    }
    .q-form .btn-group,
    .q-form .buttons {
        text-align: center;
    }
    .banner-ozel-yazili-beyaz .banner-item .description{
        font-size: 14px;
        line-height: 25px;
    }
    .banner-ozel-yazili-beyaz .col-12:nth-child(even) .banner-item{
        flex-direction: column;
    }
    .banner-ozel-yazili-beyaz .banner-item{
        flex-direction: column;
    }
    .banner-ozel-yazili-beyaz .banner-content{
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 7%;
        width: 100%;
        margin: 20px;
        justify-content: center;
        text-align: center;
    }
    .pattern-group .p-g-mod-showcase .p-g-mod-header .p-g-m-h-info .p-g-m-h-i-title {
        font-size: 17px;
        padding: 10px 20px;
    }
    .product-profile-1 h1.title {
        font-size: 14px;
    }
    .product-price-group .prices .sale-price {
        font-size: 14px;
    }
    .product-price-group .prices .list-price, .product-price-group .prices .sale-price.line {
        font-size: 13px;
    }
    .product-price-group .prices {
        flex-direction: column-reverse;
    }
    .product-body .product-title-container {
        margin-bottom: 20px;
    }
    .footer-app-link {
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid #ebebeb;
        padding: 30px 0;
        flex-direction: column;
    }
    .footer-app-link .mobile-app {
        display: flex;
        align-items: center;
        margin-left: 0 !important;
    }
    .info-bar-1 .icons {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        color: #000;
        padding: 10px 0;
        flex-direction: column;
    }
    .card-product .card-product-inner .price-group .prices {
        gap: 7px;
    }
    .card-product .card-product-inner .price-group .prices .sale-price,
    .card-product .card-product-inner .price-group .prices .sale-price.line {
        font-size: 10px;
    }
    .login-body .p-g-mod-t-4 {
        padding: 7px;
    }
    .category-filter-order-desktop{
        display: none;
    }
    .product-details-tab-product-details-tab-colorful .p-g-tab-wrapper .p-g-t-nav .nav{
        height: auto;
    }
    .product-profile-1 .product-quantity{
        margin-right: 10px;
    }
    .product-buttons .btn-fast-buy {
        flex: 1;
    }
    .product-buttons .btn-cart{
        flex:1;
        margin-left:0;
    }
    .product-buttons .btn-wp {
        width: 100%;
    }
    .card-product .right-to-left{
        display: none !important;
    }
    .product-view-select.mobil-sec {
        display: flex;
        gap: 5px;
    }
    .categories-body .product-view-select a {
        background: #fff;
        border-radius: 0;
        border: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 15px;
        margin-left: 0px;
        transition: var(--transition-time);
        padding: 0px;
        flex-flow: wrap;
        width: 24px !important;
        height: 24px !important;
        border: 1px solid #a1a1a1;
        gap: 0px;
    }
    .categories-body .product-view-select a.active {
        border-color: #000;
    }
    .categories-body .product-view-select a.active div {
        background: transparent;
        border-color: #000;
    }
    .categories-body .product-view-select a:nth-child(2) {
        border: none;
    }
    .categories-body .product-view-select a div {
        height: 12px;
        background: transparent;
        border: 1px solid #a1a1a1;
        border-radius: 0px;
        width: 50%;
    }
    .categories-body .product-view-select a:last-child .top .box:first-child {
        border-right: none;
    }
    .categories-body .product-view-select a:last-child .bottom {
        width: 100%;
        border-top: none;
    }
    .categories-body .product-view-select a:last-child {
        border: none;
    }
    .categories-body .product-view-select a:last-child .top {
        display: flex;
        flex-direction: row;
        width: 100%;
        border: none;
    }
    .categories-body .product-view-select a:first-child {
        width: 24px;
        height: 24px;
    }
    .pattern-group .p-g-mod-t-26 .p-g-mod-body .buttons .btn-secondary {
        width: auto;
        margin: 5px;
        border-radius: 3px;
    }
    .categories-body .p-g-mod-t-cat-filter {
        margin: 10px;
    }
    .product-carousel-desktop.normal{
        display: none;
    }
    .mobile-header-space {
        display: block;
    }
    header.desktop {
        display: none;
    }
    header.mobile {
        display: block;
    }
    .stores .cards {
        display: block;
        text-align: center;
    }
    .stores .card {
        display: inline-block;
        border-right: none;
        margin: 0;
        max-width: 45%;
        height: 50px;
        border: 0
    }
}
@media (max-width: 767px) {
    .form-control {
        font-size: 0.9rem;
    }
    .pattern-group.p-g-mobile-scroll .p-g-tab-wrapper .p-g-t-nav .nav {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .card-blog .title {
        font-size: 14px;
        height: 48px;
        line-height: 16px;
    }
    .card-blog .description {
        font-size: 12px;
        height: 42px;
        line-height: 14px;
    }
    .card-blog .buttons .btn-read-more {
        font-size: 12px;
    }
    .card-product .card-product-inner .free-cargo-badge {
        font-size: 10px;
        height: 25px;
        line-height: 10px;
        width: 60px;
    }
    .card-product .card-product-inner .price-group .discount {
        font-size: 12px;
        height: 30px;
        margin-right: 4px;
        width: 37px;
    }
    .card-product .card-product-inner .title {
        margin-bottom: 2px;
        font-size: 13px;
        -webkit-line-clamp: 1;
    }
    .card-product .card-product-inner .price-group .prices .list-price {
        font-size: 11px;
    }
    .card-product .card-product-inner .buttons .btn-cart {
        font-size: 11px;
    }
    .card-list-product .card-list-product-inner .info .title {
        font-size: 13px;
        height: 39px;
        line-height: 16px;
    }
    .card-list-product .card-list-product-inner .price-group .prices .discount {
        font-size: 12px;
    }
    .card-list-product .card-list-product-inner .price-group .prices .sale-price {
        font-size: 14px;
    }
    .product-quantity-type {
        text-align: left;
    }
    .product-quantity,
    .product-quantity-type {
        justify-content: flex-start;
    }
    .shopping-cart-1 .table thead {
        display: none;
    }
    .shopping-cart-1 .table tr td {
        border: none;
        display: block;
        width: 100%;
    }
    .shopping-cart-1 .table tr .td-product {
        float: left;
        width: 100%;
    }
    .shopping-cart-1 .table tr .td-product .image-left {
        width: 30%;
    }
    .shopping-cart-1 .table tr .td-product .image-right {
        width: 70%;
    }
    .shopping-cart-1 .table tr .td-price {
        display: none;
    }
    .shopping-cart-1 .table tr .td-quantity,
    .shopping-cart-1 .table tr .td-total-price {
        float: left;
        width: 50%;
    }
    .shopping-cart-1 .table tr .td-cargo {
        width: 100%;
    }
    .shopping-cart-1 .table tr .td-cargo .label {
        display: block;
    }
    .shopping-cart-1 .table tbody tr {
        border-top: 1px solid #eaeaea;
    }
    .shopping-buttons-1 .btn-continue {
        display: none;
    }
    .payment-steps-1 .step {
        font-size: 13px;
    }
    .payment-form-group-1 {
        font-size: 13px;
    }
    .payment-form-methods .nav-tabs .nav-item {
        margin: 0 3px;
    }
    .payment-form-methods .nav-tabs .nav-link {
        font-size: 12px;
        padding: 0 5px;
    }
    .credit-card-form .credit-card-wrapper {
        display: none;
    }
    .help-search-tool {
        display: none;
    }
    .fastpay-body header .contents .logo a img {
        max-height: 40px;
        max-width: 90%;
    }
    .fastpay-body header .contents .description {
        font-size: 16px;
    }
    .fastpay-body header .contents .cards img {
        max-height: 40px;
    }
    .fastpay-body footer {
        margin-top: 30px;
        padding-top: 30px;
    }
    .fastpay-body footer .cards img {
        margin: 3px 10px;
    }
    .fastpay-body footer .links {
        margin: 5px 0;
    }
    .fastpay-body footer .links ul li {
        margin: 3px 5px;
    }
    .fastpay-body .steps .step {
        font-size: 13px;
    }
    .fastpay-body .steps .step.step-1:after,
    .fastpay-body .steps .step.step-2:after,
    .fastpay-body .steps .step.step-2:before,
    .fastpay-body .steps .step.step-3:before {
        top: 20px;
    }
    .fastpay-body .steps .step .circle {
        font-size: 16px;
        height: 40px;
        width: 40px;
    }
    .newsletter-body header .contents .logo a img {
        max-height: 40px;
        max-width: 90%;
    }
    .order-summary-v2 .table-order-v2 td {
        display: flex;
        flex-direction: column;
    }
    .order-summary-v2 .table-bottom {
        flex-direction: column-reverse;
    }
    .order-summary-v2 .table-order-v2 .info .price {
        flex-direction: column;
    }
    .order-summary-v2 .table-order-v2 .info .price .sep {
        display: none;
    }
    .order-summary-v2 .table-order-v2 .info .price .value {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
    }
    .order-summary-v2 .table-order-v2 .final-price {
        align-items: flex-end;
        display: flex;
        flex-direction: column;
    }
    .order-summary-v2 .table-order-v2 .final-price .old-price {
        margin-right: 0;
    }
    .product-comment-list-v2 .leave-comment .description {
        font-size: 15px;
        max-width: 100%;
    }
    .product-comment-list-v2 .leave-comment .btn {
        font-size: 15px;
        height: 40px;
        max-width: 170px;
    }
    .product-comment-photo-modal .image {
        min-height: 300px;
    }
    .product-comment-list-v2 .score .total {
        font-size: 25px;
    }
    .product-comment-list-v2 .score .stars {
        height: 25px;
    }
    .product-comment-list-v2 .score .stars .star {
        font-size: 20px;
        width: 25px;
    }
    .product-comment-list-v2 .summary .item .stars {
        font-size: 13px;
    }
    .product-comment-list-v2 .summary .item .rate {
        height: 10px;
    }
    .product-comment-list-v2 .leave-comment,
    .product-comment-list-v2 .score,
    .product-comment-list-v2 .summary {
        padding: 10px 0;
    }
    .q-form .btn-group .btn, .q-form .buttons .btn {
        min-width: auto;
        width: 100%;
    }
}
@media (max-width: 700px) {
    .native-modal .native-modal-close {
        height: 30px;
        right: -3px;
        top: -3px;
        width: 30px;
    }
}
@media (max-width: 400px) {
    .credit-card-form {
        font-size: 13px;
    }
    .cc-installments .head .title,
    .cc-installments .method,
    .credit-card-form .form-group label {
        font-size: 12px;
    }
}