:root {
    --primary: #666666;
    --primary-yellow: #f08b18;
    --primary-second: #4c4c4c;
    --primary-hover: #e0aa51;
    --color-second: #18191e;
    --primary-background: #18191e;
    --primary-background-hover: #e0aa51;
    --primary-opacity: #414045;
    --primary-background-popup: #dba54b96;
    --color-slide-dot: #636e78;
    --background-black-1: #202127;
    --primary-background-loader: #0000008f;
    --primary-loader: #deb150;
}

body {
    margin: 0;
    padding: 0;
    display: block;
    overflow-x: hidden;
    background-size: cover;
    /*background:url(../image/body-bg.jpg) no-repeat center center;*/
    background-attachment: fixed;
    background-size: cover;
    font-size: 100%;
    color: var(--primary-second);
    /* ----------------------------- Global font */
    font-family: IBM Plex Sans;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: inherit !important;
}

.goog-te-banner-frame {
    display: none;
}

.box-text-success {
    background: #d9fdd9;
    padding: 10px;
    border: 1px solid #28a745;
    border-radius: 5px;
    margin-bottom: 20px;
}

/*Webkit bar*/

.scrollbar-css::-webkit-scrollbar {
    width: 5px;
}

.scrollbar-css::-webkit-scrollbar-track {
    background-color: #000000;
}

.scrollbar-css::-webkit-scrollbar-thumb {
    background-color: var(--primary-yellow);
    border-radius: 2px;
}

.scrollbar-css:-webkit-scrollbar-corner {
    background-color: #00000042;
    border-radius: 10px;
}


.sale-off p {
    position: absolute;
    color: #3a9576;
    font-weight: 600;
    font-size: 11px;
    left: 15px;
    top: 6px;
    padding: 0px !important;
}

/*End Webkit bar*/

.cursor {
    cursor: pointer;
}

.background-white {
    background-color: var(--white) !important;
}

/* ======= Preloader style ======= */
#loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-background-loader);
    z-index: 999999;
}

#loader .loading,
#loader .loading>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#loader .loading {
    display: block;
    font-size: 0;
    color: var(--primary-loader);
    width: 40px;
    height: 40px;
}

#loader .loading>div {
    display: inline-block;
    float: none;
    border: 1px solid;
    width: 40px;
    height: 40px;
    background: transparent;
    border-bottom-color: transparent;
    border-radius: 100%;
    -webkit-animation: loading .75s linear infinite;
    -moz-animation: loading .75s linear infinite;
    -o-animation: loading .75s linear infinite;
    animation: loading .75s linear infinite;
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*End Loading*/

.page-title-area {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    /*height: 400px;*/
    text-align: center;
    position: relative;
    background-color: var(--primary-background);
}

.page-title-area:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
}

.d-table {
    width: 100%;
    height: 100%;
    display: table !important;
}

.d-table-cell {
    vertical-align: middle;
    display: table-cell !important;
}

.page-title-item {
    position: relative;
}

.page-title-item h2 {
    color: #f8f8f8;
    font-weight: 700;
    font-size: 48px;
    padding: 15px 20px 20px;
    margin-bottom: 0px;
}

.page-title-item ul {
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}

.page-title-item ul li,
ul.breadcrumb li {
    list-style-type: none;
    display: inline-block;
    color: #f8f8f8;
    font-weight: 600;
    font-size: 18px;
    margin-right: 25px;
    position: relative;
}

.page-title-item ul li:not(.current, .active):before,
ul.breadcrumb li:not(.current, .active):before {
    content: ">";
    position: absolute;
    right: -20px;
    top: 1px;
}

.page-title-item ul li a {
    display: inline-block;
    /*     color: #f8f8f8; */
}

@media screen and (min-width: 210px) {
    .item-cat {
        flex: 0 0 40%;
    }
}

@media screen and (min-width: 600px) {
    .item-cat {
        flex: 0 0 30%;
    }
}

@media screen and (min-width: 900px) {
    .item-cat {
        flex: 0 0 12%;
    }
}


ul.breadcrumb li:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-title-item ul li:last-child {
    margin-right: 0;
}

.breadcrumb-area {
    /*height: 300px;*/
    position: relative;
    padding: 100px 0 20px;
    display: none;
}

.breadcrumb-area:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000ab;
}

@media screen and (max-width: 767px) {
    .width-auto-sm {
        width: auto;
    }
}

@media screen and (max-width: 567px) {
    ul.breadcrumb li {
        font-size: 15px;
        margin: 0;
    }
}

/*Custom*/

/*Sort*/
.list-post,
.list-product,
.list-gallery {
    margin-bottom: 18px;
}

.shop-toolbar {
    padding: .5rem 1.5rem;
    /*margin-bottom: 3rem;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: var(--background-black-1);
}

.shop-toolbar span,
.shop-toolbar label {
    font-size: 15px;
}

.shop-toolbar .product-showing .select-label,
.shop-toolbar .product-short .select-label {
    margin-bottom: 0;
    /*margin-right: 1rem;*/
}

.shop-toolbar .product-showing,
.shop-toolbar .product-short {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    z-index: 6;
    justify-content: flex-end;
}

.shop-toolbar .product-showing {
    justify-content: left;
}

.shop-toolbar .product-short {
    z-index: 5;
}

.breadcrumb-url .breadcrumb {
    margin-bottom: 0;
    padding: 0;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: var(--white);
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    margin-left: 5px;
}

.nice-select:after {
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
}

.shop-toolbar .product-showing .nice-select {
    width: 7.6rem;
}

.shop-toolbar .product-short .nice-select,
.shop-toolbar .product-showing .nice-select .list {
    width: 58%;
}

.shop-toolbar .product-showing .nice-select,
.shop-toolbar .product-short .nice-select {
    border-radius: 0;
    border: none;
    padding: 5px 15px;
    line-height: 2rem;
    background: var(--primary-yellow);
    color: var(--white) !important;
    z-index: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6faff;
}

.nice-select .option:hover {
    border-bottom: 1px solid #286de15e;
}

.shop-toolbar .product-showing .nice-select .nice-select-search-box,
.shop-toolbar .product-short .nice-select .nice-select-search-box {
    display: none;
}

.nice-select.open .nice-select-search-box {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.shop-toolbar .product-showing .nice-select .list,
.shop-toolbar .product-short .nice-select .list {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    left: auto;
    right: 0;
    padding-top: 0;
    /*background: #333333;*/
    color: #000;
    /*width: 100%;*/
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.pagination-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 10px;
    /*border: 1px solid #4c71eb;*/
}

.pagination-wrap .page-ammount {
    margin-bottom: 0;
    margin-right: 20px;
}

.pagination {
    background: transparent;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

.pagination li a {
    padding: 4px 13px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid var(--primary);
    color: var(--primary);
}

.pagination li a.current {
    background-color: #fdb866;
}

.pagination li:not(:last-child) {
    margin-right: 5px;
}

.pagination li a:hover,
.pagination li a.current {
    color: var(--white) !important;
    background: var(--primary);
}


@media screen and (min-width: 1000px) {

    /*page SORT*/
    .breadcrumb-url,
    .breadcrumb-sort {
        max-width: 50%;
    }

    .nice-select {
        width: 58%;
    }
}

@media screen and (min-width: 990px) {

    .breadcrumb-sort {
        max-width: 60%;
    }

    .breadcrumb-url {
        max-width: 40%;
    }
}

@media screen and (max-width: 1220px) {

    /*page SORT*/
    .breadcrumb-sort {
        max-width: 100%;
        flex: unset;
    }
}

@media screen and (max-width: 1000px) {
    .breadcrumb-url {
        width: 39%;
    }

    .breadcrumb-sort {
        width: 61%;
    }
}

@media screen and (max-width: 990px) {
    .breadcrumb-sort {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {

    /*page SORT*/

    .shop-toolbar .product-showing,
    .shop-toolbar .product-short {
        width: 50%;
    }

    .breadcrumb-url {
        margin-bottom: 6px;
    }

    .product-short {
        margin-top: 10px;
    }

    /*End CSS PAge Sort*/
}

@media screen and (max-width: 576px) {

    /*Sort*/
    .shop-toolbar {
        padding: 10px 0;
    }

    .shop-toolbar .product-showing,
    .shop-toolbar .product-short,
    .text-select,
    .shop-toolbar .product-showing .nice-select,
    .shop-toolbar .product-short .nice-select,
    .breadcrumb-url,
    .product-short .text-select {
        width: 100%;
    }
}

/*End CSS SORT*/

/*set padding*/
.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

/*end set padding*/

/*set margin*/
.m-1rem {
    margin: 1rem;
}

.mt-1rem {
    margin-top: 1rem;
}

.mb-1rem {
    margin-bottom: 1rem;
}

.ml-1rem {
    margin-left: 1rem;
}

.mr-1rem {
    margin-right: 1rem;
}

.m-2rem {
    margin: 2rem;
}

.mt-2rem {
    margin-top: 2rem;
}

.mb-2rem {
    margin-bottom: 2rem;
}

.ml-2rem {
    margin-left: 2rem;
}

.mr-2rem {
    margin-right: 2rem;
}

/*end set margin*/

a {
    color: var(--primary-yellow) !important;
    display: inline-block;
    max-width: 100%;
    text-decoration: none !important;
}

button {
    border: none;
}

button:focus {
    outline: unset;
}

img {
    max-width: 100%;
}

img,
svg {
    vertical-align: middle;
}

p {
    color: var(--primary-second);
    text-align: justify;
    line-height: 1.4;
}

.color-primary {
    color: var(--primary) !important;
}

.color-primary-yellow {
    color: var(--primary-yellow) !important;
}

.title-item {
    font-size: 20px;
}

ul {
    list-style: none;
}

.archive-page .container,
.single-products-area .container,
.cart-page .container,
.search-section .container {
    /*max-width: 80%;*/
    /*padding: 0;*/
}

.text-white h2 {
    color: var(--white) !important;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.w-100 {
    width: 100% !important;
}

.mb-20px {
    margin-bottom: 20px;
}

.border-none {
    border: none;
}

.two-text-line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.display-none {
    display: none !important;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.align-item-center {
    align-items: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.background-css {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}

.background-over {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0.8;
}

.main-content-wrapper section:nth-child(2n) {
    background-color: var(--primary-background);
}

.main-content-wrapper section:nth-child(2n+1):not(.banner-section) {
    background-color: var(--primary-opacity);
}

.main-content-wrapper section:not(.home-slider):not(.banner-section) {
    /*padding: 70px 0;*/
}

.main-content-wrapper section.home-slider+.counter-area {
    padding: 0;
}

.section-heading .desc-section {
    margin-bottom: 50px !important;
}

.banner-section {
    background-color: rgb(221, 214, 197);
}

a.btn-cta {
    position: relative;
    transition: all 0.3s ease-in;
}

a.btn-cta:hover {
    color: #000 !important;
    background-color: var(--primary-yellow);
    transition: all 0.3s ease-in;
}

/*.title-section, .title-related {
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    font-size: 20px;
}*/

/*.title-section:after, .title-related:after {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    border: 1px solid var(--primary);
    bottom: -10px;
}*/


.scroll-x-container::-webkit-scrollbar {
    width: 10px;
    height: 12px;
    border-radius: 18px;
    touch-action: auto;
}

.scroll-x-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
    box-shadow: inset rgba(0, 0, 0, 0.35) 0px 2px 5px;
}

.scroll-x-container::-webkit-scrollbar-thumb {
    background: #242e52;
    border-radius: 8px;
}

.scroll-x-container::-webkit-scrollbar-thumb:hover {
    background: #242e52;
}

.scroll-x-container::-webkit-scrollbar-button {
    display: none;
}

.section-title h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-second);
}

.desc-section {
    max-width: 80%;
    margin: auto;
    margin-top: 50px;
}

.show-sm {
    display: none !important;
    ;
}


@media screen and (max-width: 767px) {
    .hide-sm {
        display: none !important;
        ;
    }


    .show-sm {
        display: block !important;
        ;
    }
}

/*svg*/
svg.dropdown-menu-svg.open {
    transform: rotate(180deg);
}

svg.scroll-up,
svg.cart-header-svg,
svg.eye-svg,
.social-svg svg {
    width: 25px;
    height: 25px;
}

svg.home-svg,
svg.date-svg {
    margin-right: 5px;
}

svg.link-svg,
svg.date-svg {
    width: 15px;
    height: 15px;
}

svg.down-svg {
    height: 10px;
    width: 10px;
    fill: currentColor;
    display: none;
}

@media screen and (max-width: 767px) {
    svg.down-svg {
        display: block;
    }
}

svg.down-svg:hover {
    cursor: pointer;
}

svg.down-svg.open {
    transform: rotate(180deg);
}

svg.down-svg.text-white {
    color: #fff;
}

.btn-active {
    /*margin-top: 30px;*/
}

a.btn-cta {
    display: inline-block;
    color: var(--white);
    background-color: var(--background-black-1);
    padding: 12px 15px;
    border: 1px solid #555555;
    border-radius: 5px;
}

.payment-btn-group button {
    display: inline-block;
    color: var(--white);
    background-color: var(--primary-yellow);
    padding: 12px 15px;
    /*border: 1px solid #555555;*/
    border-radius: 5px;
    width: 100%;
    text-align: center;
}

svg {
    fill: currentColor;
}

.error {
    padding-top: 5px;
    color: #e50404 !important;
    font-size: 10px !important;
}

.box-comment-like-fb {
    margin-bottom: 45px;
}

.list-number-page {
    margin-bottom: 30px;
}

.search-section {
    padding: 50px 0;
}

.search-section:last-child {
    padding-bottom: 20px;
}

/*Animation*/

/*.section-title h2 {animation: fadeInDown 2s;}

.desc-section p {
    animation: fadeInLeft 2s;
}*/
/*End CSS Animation*/

/*CSS Header*/
.avt-cat {
    max-width: 50px;
    /*height: 30px;*/
    text-align: center;
    margin: auto;
    margin-bottom: 5px;
    overflow: hidden;
    /* border-radius: 50%; */
}

.avt-cat i {
    font-size: 25px;
}

a.navbar-brand img {
    max-width: 55px;
    max-height: 100%;
    border-radius: 50%;
    background-color: rgb(221, 214, 197);
}

a.navbar-brand {
    height: 53px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    padding: 0;
    opacity: 1;
    text-align: left;
    z-index: 99999;
    display: none;
}

.main-nav nav .navbar-nav .nav-item ul.dropdown-menu {
    position: absolute;
}

.main-nav nav .navbar-nav .nav-item:hover ul {}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.main-nav {
    background-color: rgb(36, 46, 82);
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 1px solid #6666662b;
    padding-block: 8px;
}

/*Button close open menu mobile*/
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    border: none;
    border-radius: 0;
    padding: 0;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1);
}

.navbar-toggler .icon-bar {
    width: 35px;
    -moz-transition: all .3s;
    transition: all .3s;
    background: var(--primary);
    height: 4px;
    display: block;
    border-radius: 3px;
}

.navbar-toggler .top-bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -moz-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
    left: 4px;
    position: relative;
}

.navbar-toggler.collapsed .top-bar {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    left: 0;
}

.navbar-toggler .middle-bar {
    opacity: 0;
    margin: 5px 0;
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler .bottom-bar {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -moz-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
    left: 4px;
    position: relative;
}

.navbar-toggler.collapsed .bottom-bar {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    left: 0;
}

/*End Button close open menu mobile*/

/*End CSS Menu*/


/*CSS FOOTER*/
footer {
    padding: 50px;
    overflow: hidden;
    background-color: var(--background-black-1);
}

.footer-item p {
    color: #fff;
}

.widget_media_image {
    max-width: 100px;
}

.copyright-area {
    background-color: var(--primary-background);
}

.copyright-area .copyright-item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.copyright-area .copyright-item p {
    margin-bottom: 0;
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.footer-item .footer-contact ul li a:hover {
    margin-left: 5px;
    color: var(--white) !important;
}

.footer-item .footer-contact ul {
    margin: 0;
    padding: 0;
}

.footer-item .footer-contact ul li {
    list-style-type: none;
    display: block;
    color: var(--white);
    font-weight: 500;
    font-size: 15px;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
}

.footer-item .footer-contact ul li i {
    font-size: 25px;
    text-align: center;
    position: absolute;
    top: 2px;
    left: 0;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

/*End CSS FOOTER*/

/*Cart header*/
.cart-search {
    margin: 0 1%;
}

a#cartDropdown {
    position: relative;
    display: block;
}

.cart-product-svg {
    /*color: #fff;*/
    height: 28px;
    width: 28px;
}

span.mini-cart__count {
    position: absolute;
    /* left: 0; */
    right: 11px;
    text-align: center;
    background: #c51717;
    padding: 0px 5px;
    color: #fff;
    border-radius: 50%;
    top: 0px;
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cartDropdown i.icofont-cart-alt {
    font-size: 40px;
}

.cart-success {
    position: fixed;
    background-color: var(--primary-yellow);
    color: var(--white) !important;
    border-radius: 10px;
    padding: 10px 15px;
    top: 150px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    color: #242424;
    transition: .2s;
    opacity: 0;
    z-index: -1;
}

.btn-play-video {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: all .2s;
    background: var(--primary);
    color: var(--white);
    border-color: var(--white);
}

.btn-play-video-small {
    width: 30px;
    height: 30px;
    font-size: 10px;
}

.btn-play-video:hover {
    background: #fff;
    color: #317df8;
}

.nml-alo-ph-circle {
    animation: 2s ease-in-out 0s normal none infinite running nml-alo-circle-anim;
    background-color: transparent;
    border: 1px solid rgb(178 206 249);
    border-radius: 100%;
    height: 70px;
    left: 50%;
    margin-left: -35px;
    opacity: 0.1;
    position: absolute;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}

.nml-alo-phone.nml-alo-green .nml-alo-ph-circle-fill {
    background-color: var(--primary);
    opacity: 0.75 !important;
}

.nml-alo-ph-circle-fill {
    animation: 2.4s ease-in-out 0s normal none infinite running nml-alo-circle-fill-anim;
    background-color: var(--primary);
    border: 2px solid transparent;
    border-radius: 100%;
    height: 70px;
    left: 50%;
    margin-left: -35px;
    opacity: 0.1;
    position: absolute;
    transform-origin: 50% 50% 0;
    transition: all 0.5s ease 0s;
    width: 70px;
}

@keyframes nml-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    50% {
        opacity: 0.5;
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

@-moz-keyframes nml-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    50% {
        opacity: 0.5;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@-webkit-keyframes nml-alo-circle-anim {
    0% {
        opacity: 0.1;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    50% {
        opacity: 0.5;
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        opacity: 0.6;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

@keyframes nml-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

@-moz-keyframes nml-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

@-webkit-keyframes nml-alo-circle-fill-anim {
    0% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }

    50% {
        opacity: 0.2;
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        opacity: 0.2;
        transform: rotate(0deg) scale(0.7) skew(1deg);
    }
}

@keyframes nml-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@-moz-keyframes nml-alo-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@media screen and (max-width: 990px) {
    span.mini-cart__count {
        /*right: 10px;*/
        /*top: 5px;*/
    }
}

@media screen and (max-width: 767px) {
    span.mini-cart__count {
        /*right: -12px;*/
        top: -10px;
    }
}

@media screen and (max-width: 567px) {
    span.mini-cart__count {
        right: 23%;
        /*top: -10px;*/
    }
}

/*CSS Cart*/

.mini-cart__dropdown {
    min-width: 25rem;
    /*width: 100%;*/
    bottom: 0;
    position: fixed;
    right: 5%;
    background-color: var(--primary-background);
    z-index: 9999999;
    display: none;
    /*color: #010101;*/
    padding: 0;
    /*border: 1px solid #1762df;*/
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
}

.mini-cart__dropdown.is-desk.open {
    top: 70px;
    bottom: unset;
}

.mini-cart__dropdown.is-mobile {
    bottom: 70px;
}

.mini-cart__dropdown .slimScrollDiv {
    height: 100% !important;
    max-height: 56rem;
}

.mini-cart__content {
    padding: 1rem;
    height: 100% !important;
    max-height: 56rem;
    overflow: auto;
}

.mini-cart__item--single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--primary-background-gray);
    padding-top: 1rem;
}

.mini-cart__item--image {
    -webkit-flex-basis: 5rem;
    -moz-flex-basis: 5rem;
    -ms-flex-preferred-size: 5rem;
    flex-basis: 5rem;
    max-width: 5rem;
    height: 5rem;
}

.mini-cart__item--content {
    -webkit-flex-basis: calc(100% - 8rem);
    -moz-flex-basis: calc(100% - 8rem);
    -ms-flex-preferred-size: calc(100% - 8rem);
    flex-basis: calc(100% - 8rem);
    text-align: left;
}

.mini-cart__item--name {
    margin-bottom: .5rem;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0;
}

.mini-cart__item--content p {
    margin: 0;
}

.mini-cart__item--quantity {
    color: var(--primary);
    padding: 5px 0;
    font-size: 1.2rem;
}

.mini-cart__item--content p {
    margin: 0;
}

p:last-child {
    margin-bottom: 0;
}

.mini-cart__item--price {
    font-size: 1rem;
    font-weight: 500;
    color: #fdb866;
    padding-top: 2px;
}

.mini-cart__item--remove {
    color: var(--primary);
    font-size: 1.7rem;
}

.mini-cart__calculation {
    margin: 2rem 0;
}

.mini-cart__calculation p {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    line-height: 1.4;
}

/*.mini-cart__btn {
    margin: 0 -3.5rem;
    padding: 2.5rem 3.5rem;
    background-color: #242424;
}*/
.mini-cart__btn a:not(:last-child) {
    /*margin-bottom: 1.5rem;*/
}

.mini-cart__btn a {
    text-align: center;
}

.btn-style-1 {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline;
    border: 1px solid #ccc;
    border-radius: 5px;
}

i.fa.fa-cart-plus {
    font-size: 20px;
}

.mini-cart i.fa.fa-search {
    font-size: 20px;
    text-align: center;
}

.cart-success {
    position: fixed;
    background-color: var(--primary-yellow);
    color: var(--white) !important;
    border-radius: 10px;
    padding: 10px 15px;
    top: 150px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    color: #242424;
    transition: .2s;
    opacity: 0;
    z-index: -1;
}

.cart-success .icon {
    width: 25%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-success .icon i {
    font-size: 30px;
}

.cart-success .message {
    width: 75%;
}

.cart-success-active {
    z-index: 3 !important;
    opacity: 1 !important;
}

/*END CSS  Cart*/

/*CSS CART PAge*/

form#checkout-form {
    /*margin-top: 15px;*/
}

.order-province,
.order-country {
    display: none;
}

.cart-page,
.checkout-area {
    /*color: #000;*/
}

.checkout-title h2,
.continue-buy,
.cart-form h4,
.order-details h3 {
    font-size: 1.2rem;
}

.continue-buy {
    margin-bottom: 20px;
    color: #212121;
    line-height: 1rem;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
    margin-top: 20px;
}

.table thead th {
    text-transform: capitalize;
    white-space: -moz-nowrap;
    white-space: nowrap;
    border-bottom: 0;
    /*color: #e8e8e7;*/
    text-transform: uppercase;
    font-weight: 500;
    padding: 2rem 1.5rem;
    border-top: 0;
}

.table td,
.table th {
    vertical-align: middle;
    text-align: center;
    padding: 1.5rem;
    border-color: #bfbbbb;
}

.table thead th:not(:last-child),
.table td:not(:last-child) {
    /*border-right: 1px solid #e8e8e8;*/
}

.table td img {
    width: 5rem;
}

.mini-cart__item--attribute,
.attribute-text-cart {
    font-size: 13px;
}

.table td.cart-product-price {
    font-size: 1rem;
    line-height: 1.2;
    /*color: #e8e8e7;*/
}

.table td .quantity {
    margin: 0 auto;
    width: 8.7rem;
}

.table td .quantity .qtybutton {
    /*background: #2e2e2e;*/
}

.checkout-title h2 {
    border-bottom: 1px solid #2d2d2d;
    margin: 0 0 2rem;
    padding-bottom: 1rem;
}

.form__input--2 {
    height: 4.5rem;
}

.form__input {
    background-color: unset;
    color: var(--white);
    padding-left: 1.5rem;
    width: 100%;
    height: 3rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid var(--primary);
}

.order-details .heading-tertiary {
    margin: 0 0 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #2d2d2d;
}

.heading-tertiary {
    /*text-transform: uppercase;*/
    /*font-size: 2.5rem;*/
    margin-bottom: 0;
    /*color: var(--white);*/
    line-height: 1.35;
}

.checkout-form input {
    margin-bottom: 20px;
}

.cart-wrapper h2,
.cart-wrapper h3 {
    font-size: 16px !important;
}

li.current {
    margin-left: 5px;
}

.cart-shiping-update-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
}

.delete-cart {
    cursor: pointer;
    color: #df2121 !important;
}

.grand-totall {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 15px;
}

h4.grand-totall-title {
    color: #df2121;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}

.feeship {
    padding: 10px;
    border: 1px solid #969696;
    border-radius: 5px;
    margin-bottom: 20px;
}

/*Cart mobile*/
.box-item-cart {
    /*background: var(--primary-background);*/
    /*border-radius: 3px;*/
    /*margin-bottom: 20px;*/
    padding: 10px;
    position: relative;
    border: 1px solid #ccc;
}

.box-item-cart .sort {
    border: 1px solid;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--primary-yellow);
    height: 30px;
    width: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-item-cart .delete.delete-item-cart {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 1;
}

.box-item-cart .box-image-name {
    display: flex;
    align-items: center;
}

.box-item-cart .box-image-name .image img {
    max-width: 80px;
}

.box-item-cart .box-image-name .name {
    margin-left: 10px
}

.box-item-cart .name p {
    text-align: left;
}

.box-item-cart .price {
    margin: 10px 0;
}

.box-item-cart .price label {
    margin-right: 20px;
    width: 33%;
    text-align: center;
    margin: 0;
}

.box-item-cart .quantity {
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.box-item-cart .update-cart-btn {
    padding: 0px 8px;
    background-color: var(--primary-yellow);
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    line-height: 25px;
    min-height: auto;
    border-radius: 5px;
}

.box-item-cart #pro_qty {
    padding: 5px 8px;
    font-size: 15px;
    min-height: auto;
    height: auto;
    border-radius: 5px;
    margin: 0 10px;
}

svg.bin-svg {
    height: 20px;
    width: 20px;
}

/*End CSS CArt PAge*/

/*CSS BTN Animation*/

.nml-alo-ph-circle-fill {
    background-color: rgb(172 127 0 / 60%);
}

.nml-alo-ph-circle {
    border: 1px solid rgb(172 127 0 / 60%);
}

@-webkit-keyframes rotate {
    0% {}

    10% {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -o-transform: rotate(20deg)
    }

    20% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -o-transform: rotate(-20deg)
    }

    30% {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -o-transform: rotate(20deg)
    }

    40% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -o-transform: rotate(-20deg)
    }

    50% {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -o-transform: rotate(20deg)
    }

    60% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -o-transform: rotate(-20deg)
    }

    70% {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -o-transform: rotate(20deg)
    }

    80% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -o-transform: rotate(-20deg)
    }

    90% {
        -webkit-transform: rotate(20deg);
        -moz-transform: rotate(20deg);
        -o-transform: rotate(20deg)
    }

    100% {
        -webkit-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg);
        -o-transform: rotate(-20deg)
    }
}

/*scroll to TOP*/
.go-top {
    background-color: var(--primary-yellow);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    margin-right: 28px;
    box-shadow: 0 0 14px var(--primary);
    bottom: 30px;
    cursor: pointer;
    position: fixed;
    right: 12px;
    /* text-align: center; */
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {

    .col-cart {
        margin-right: 10px !important;
        right: 15px !important;
    }

    .go-top {
        margin-right: 10px;
        right: 0;
        bottom: 85px;
    }
}


/*Slider*/
.no-nav .owl-nav {
    display: none;
}

.no-dot .owl-dots {
    display: none;
}

.nav-no-border .owl-nav button {
    border: none;
}

.start-active,
i.icofont-star.active {
    color: #fbae00fc;
}

.slick-slide {
    padding-right: 20px;
}

.slick-dots {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 2rem;
    position: absolute;
    /* background: #000; */
}

.slick-dots li {
    display: inline-block;
    margin: 2px;
}

.slick-dots li button {
    position: relative;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    content: '';
    top: 0;
    left: 0;
    width: 8px !important;
    height: 8px !important;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #212121;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    position: absolute;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
}

.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before {
    background-color: var(--primary);
}

.three-carousel .owl-item {
    padding: 0 10px;
}

/*Related*/
section.related {
    padding: 50px 0;
}

.title-related {
    margin: 0 0 50px 0 !important;
}

.title-related h2 {
    margin: 0 !important;
}

.social__sharing.mb--30 {
    margin-top: 15px;
}

/*CSS SLIDER*/
.slider-item.slider-item-img {
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
}

.promotion-btn:hover{
    background-color:#ecd4b1 !important;
    border-color:#ecd4b1 !important;
}

.slider-item.slider-item-img .d-table {
    position: absolute;
    top: 0;
    bottom: 0;
    color: var(--white);
}

.home-slider .owl-prev,
.home-slider .owl-next {
    /* navigation */
    padding: 0;
    display: block;
    position: absolute;
    top: 45%;
    left: 0;
    bottom: 45%;
    width: 50px;
    height: 50px;
    background-color: white;
    z-index: 10;
    border: none;
    margin: auto 0;
    transition: 400ms ease;
    transition-property: background-color;
}

.home-slider .owl-next {
    left: unset;
    right: 0;
}

.home-slider .owl-prev span,
.home-slider .owl-next span {
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    text-align: center;
    width: 100%;
    line-height: 50px;
    color: #1e222e;
    transition: 400ms ease;
    transition-property: color, opacity;
}

@media screen and (max-width: 567px) {

    .home-slider .owl-prev span,
    .home-slider .owl-next span {
        line-height: 30px;
    }

    .home-slider .owl-prev,
    .home-slider .owl-next {
        width: 30px;
        height: 30px;
    }
}

/*End CSS SLIDER*/

/*CSS DETAIL POST*/
ul.social.social-round {
    padding: 0;
    margin: 0;
}

.post-date,
.post-view {
    margin-bottom: 5px;
}

span.post-date span {
    margin-right: 5px;
}

.page-title-item .entry-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.post-view {
    margin-left: 10px;
    margin-right: 10px;
}

article.post.post-details .post-info h2 {
    font-size: 1.3rem;
}

article.post.post-details .post-info h3 {
    font-size: 1.2rem;
}

.social__sharing.mb--30 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.post-details p {
    margin-top: 0;
    margin-bottom: 1rem;
}

/*End DETAIL POST*/

/*CSS PRODUCT*/
.mirora-product {
    /* padding: 1.5rem; */
    margin: 8px 4px 0;
    background: var(--primary-background);
    border-radius: 4px;
    position: relative;
    text-align: left;
    transition: all 0.4s ease-out 0s;
    word-wrap: break-word;
    z-index: 1;
}

.product-content {
    padding: 1rem;
}

.product-content h2 {
    font-size: 1.3rem;
}

.brief-product {
    margin-bottom: 10px;
}

.product-price-wrapper>span {
    color: var(--primary-yellow);
    margin: 0 2px;
    font-size: 1.2rem;
    font-weight: 500;
}

span.product-price-old {
    text-decoration: line-through;
    color: #afafaf;
    font-weight: 400;
    font-size: 1rem;
}

.product-meta {
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
    width: 90%;
}

.product-meta svg {
    font-size: 1rem;
    width: 20px;
    height: 20px;
}

.product-meta svg.cart-product-svg {
    margin-right: 10px;
}

.product-action a.add_cart {
    padding: .5rem 1rem;
    font-size: 1rem;
    background: var(--primary-yellow);
    margin: 0 .2rem .5rem;
    color: var(--white) !important;
    display: inline-block;
}

@media screen and (min-width: 1800px) {
    .product-meta {
        width: 60%;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1800px) {
    .product-meta {
        width: 80%;
    }
}

@media screen and (min-width: 990px) and (max-width: 1250px) {
    .product-meta {
        display: inline-block;
    }

    .product-rating {
        display: block;
    }

    .product-meta-view,
    .product-meta-sold {
        float: left;
        width: 50%;
        margin-top: 5px;
    }
}

@media screen and (max-width: 567px) {
    .product-details-thumbnail {
        margin-bottom: 1rem !important;
    }

    .product-details-top {
        padding-bottom: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .product-meta {
        width: 100%;
    }

    .social__sharing.mb--30 {
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 350px) {
    .product-meta {
        display: inline-block;
        text-align: center;
    }

    .product-meta-sold {
        align-items: center;
        justify-content: center;
    }

    .product-rating {
        display: block;
        align-items: center;
        margin-bottom: 5px;
    }
}

/*End CSS PRODUCT*/

/*CSS COMMENT FB*/
.fb-comments {
    background: #fff;
}