:root{
    --primary-color: #008435;
    --primary-background: #008435;
    --primary-background-mobile: #fff;
    --primary-background-gray: #f6f6f6;
    --primary-background-bold: #00712e;
    --primary-background-popup: #008435;
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background-color: #1f1f1feb;
}

::-webkit-scrollbar-thumb {
    background-color: var(--primary-background);
    border-radius: 2px
}

::-webkit-scrollbar-corner {
    background-color: #00000042;
    border-radius: 10px
}

.flex {
    display: flex;
}

.text-bold {
    font-weight: bold;
}

@media screen and (min-width: 1024px)
{
    #adminbar + .wrapper {
        margin-top: 30px;
    }
}

@media screen and (min-width: 991px) {
    .show-desktop{
        display: block !important;
    }
    .show-mobile{
        display: none !important;
    }
}

@media screen and (max-width: 990px) {
    .show-desktop{
        display: none !important;
    }
    .show-mobile{
        display: block !important;
    }
}

section:not(.breadcrumb-bottom-area, .infor_contact-section)
{
    overflow: hidden;
}

section.breadrum-section {
    background-color: var(--primary-background);
}

.landing-page section:nth-child(2n+1)
{
    background-color: #f8fafe;
}

section:not(.banner-section, .breadrum-section, .breadcrumb-bottom-area, .map_area, .header_top-section, .xs-header-middle){
    padding: 50px 0;
}

section.breadcrumb-bottom-area {
    padding: 20px 0 0;
}

.btn-primary {
    background-color: var(--primary-background) !important;
    border-color: var(--primary-background-bold) !important;
}

.btn-primary:hover {
    background-color: var(--primary-background-bold) !important;
    border-color: var(--primary-background) !important;
}

.btn-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 132 53 / 25%) !important;
}

.box-text-success {
    margin-bottom: 20px;
    text-align: center;
    color: var(--primary-color);
}

img {
    width: unset;
    height: unset;
}

svg{
    fill: currentColor;
}

p{
    color: #343434;
}

.cursor{
    cursor: pointer;
}

.note-none {
    font-size: 25px;
    margin: 0;
}

.two-text-line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.five-text-line {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.background-css {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}

.background-over {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .6;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid {
    display: grid
}
.grid-gap_15 {
    grid-gap: 15px;
}
.grid-gap_30 {
    grid-gap: 30px;
}
.grid-gap_40 {
    grid-gap: 50px;
}
@media screen and (min-width: 1025px) {
    .grid-1_lg {
        grid-template-columns: repeat(1, 1fr)
    }
    .grid-2_lg {
        grid-template-columns: repeat(2, 1fr)
    }
    .grid-3_lg {
        grid-template-columns: repeat(3, 1fr)
    }
    .grid-4_lg {
        grid-template-columns: repeat(4, 1fr)
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .grid-1_md {
        grid-template-columns: repeat(1, 1fr)
    }
    .grid-2_md {
        grid-template-columns: repeat(2, 1fr)
    }
    .grid-3_md {
        grid-template-columns: repeat(3, 1fr)
    }
    .grid-4_md {
        grid-template-columns: repeat(4, 1fr)
    }
}
@media screen and (max-width: 767px) {
    .grid-1_sm {
        grid-template-columns: repeat(1, 1fr)
    }
    .grid-2_sm {
        grid-template-columns: repeat(2, 1fr)
    }
    .grid-3_sm {
        grid-template-columns: repeat(3, 1fr)
    }
    .grid-4_sm {
        grid-template-columns: repeat(4, 1fr)
    }
}

/*section*/
.section-title {
    font-size: 25px;
    width: 100%;
    text-align: center;
}

.section-title p {
    margin-bottom: 0;
}

/*Archive page*/
form#formPaginate {
    display: inline-block;
    /*padding: 20px 0;*/
    width: 100%;
    text-align: right;
}

.btn-search-breadcrumb {
    float: left;
    background-color: var(--primary-background) !important;
    color: #fff !important;
    margin: 0 5px;
}

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	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: 38px;
	line-height: 38px;
	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;
}

.nice-select:hover {
	border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
	border-color: #999
}

.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	width: 5px
}

.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0)
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none
}

.nice-select.disabled:after {
	border-color: #ccc
}

.nice-select.wide {
	width: 100%
}

.nice-select.wide .list {
	left: 0!important;
	right: 0!important
}

.nice-select.right {
	float: right
}

.nice-select.right .list {
	left: auto;
	right: 0
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px
}

.nice-select.small:after {
	height: 4px;
	width: 4px
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px
}

.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(.75) translateY(-21px);
	-ms-transform: scale(.75) translateY(-21px);
	transform: scale(.75) translateY(-21px);
	-webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
	z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent!important
}

.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
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
	background-color: #f6f6f6
}

.nice-select .option.selected {
	font-weight: 700
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default
}

.no-csspointerevents .nice-select .list {
	display: none
}

.no-csspointerevents .nice-select.open .list {
	display: block
}

.product-showing {
    float: left;
    margin-right: 5px;
}

.product-showing:last-child {
    margin-right: 0;
}

.shop-toolbar.toolbar_post {
    float: right;
}

form#formPaginate select {
    padding: 5px 10px;
    border-radius: 3px;
}


input[type="number"] {
    float: left;
    display: inline-block;
    width: unset;
}

.shop-toolbar.toolbar_product {
    display: inline-block;
    float: revert;
}

@media screen and (min-width: 768px)
{
    
    /*Danh muc san pham*/
    
    .shop-toolbar.toolbar_product input {
        width: calc(calc(calc(50% / 2) - 33px));
    }

    .shop-toolbar.toolbar_product button {
        margin: 0 5px;
    }

    .shop-toolbar.toolbar_product .product-showing {
        width: calc(calc(50% / 3) - 5px);
    }

    .shop-toolbar.toolbar_product .product-showing .nice-select{
        width: 100%;
        /*overflow: hidden;*/
    }

    .shop-toolbar.toolbar_product .product-showing .nice-select .current {
        white-space: break-spaces;
    }
}

@media screen and (max-width: 767px)
{
    /*Danh muc san pham*/
    
    .shop-toolbar.toolbar_product input {
        width: calc(calc(50% - 28px));
    }

    .shop-toolbar.toolbar_product button {
        margin: 0 0 0 5px;
    }

    .shop-toolbar.toolbar_product .product-showing {
        width: calc(calc(100% / 3) - 5px);
        margin-top: 5px;
    }

    .shop-toolbar.toolbar_product .product-showing .nice-select{
        width: 100%;
        overflow: hidden;
    }

    .shop-toolbar.toolbar_product .product-showing .nice-select .current {
        white-space: break-spaces;
    }
}

/*Loader*/
#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: #0000008f;
    z-index: 99999999
}
#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-background);
    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)
    }
}

/*Css gallery item*/

.gallery-item .single-latest-project .img-holder {
    display: flex;
}

.gallery-item svg.svg-youtube {
    max-width: 50px;
    max-height: 50px;
    color: red;
}

.gallery-item a.fancybox-media {
    position: relative;
}

.gallery-item a.fancybox-media::before {
    position: absolute;
    content: '';
    background-color: #fff;
    width: 20px;
    height: 20px;
    top: 15px;
    left: 15px;
}

.gallery-item a.fancybox-media svg {
    position: relative;
}

.gallery-item .overlay-box {
    background-color: unset;
}

.single-latest-project .gallery-item .overlay-box {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1,1);
    transform: rotateY(0deg) scale(1,1);
}
/*End Css item product*/

/*Css item product*/
.product-meta {
    display: inline-block;
}
.product-meta-icon{
    float: left;
}

.product-meta-icon i {
    vertical-align: middle;
    line-height: 20px;
}

.product-meta-icon.icon-rating {
    float: left;
    margin-right: 20px;
}

.product-meta-icon.icon-rating .icon-star {
    color: #ffcc4f;
    margin-left: -3px;
}

.product-meta-icon.icon-rating .fa-star.active {
    color: #fdd835;
}

.product-meta-icon.icon-rating .fa-star.active:first-child {
    margin-left: 0px;
}

.product-meta-icon.icon-cart {
    color: #ff7b0f;
}
.product-meta-icon.icon-sale {
    color: #51a559;
}

.discounted-price {
    font-size: 18px !important;
}

.discounted {
    font-size: 15px !important;
}
/*CSS POST DETAIL*/

.single-news-area {
    padding-bottom: 50px;
}

.single-news-area + .related {
    padding-top: 0;
}

.related + .related {
    padding-top: 0;
}

.news_detail-page .blog-title {
    font-size: 25px;
}

ul.meta-info {
    list-style: none;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    clear: both;
    overflow: hidden;
}

ul.meta-info li {
    display: inline-block;
    margin: 0 10px 0 0 !important;
    padding: 0 !important;
    width: unset !important;
}

ul.meta-info li:last-child {
    margin: 0 !important;
}

ul.meta-info li i {
    display: inline-block;
    font-size: 15px;
    /*padding-right: 5px;*/
    color: #ff8f03;
}

ul.meta-info li.star-list i {
    padding-right: 0;
}

ul.meta-info li span {
    padding-left: 5px;
}

article.post.post-details {
    margin-bottom: 30px;
}

.btn.focus, .btn:focus, .btn:hover {
    outline: unset;
}

.post-list-slider .slick-slide {
    padding: 0 15px
}

svg.svg-list_toc {
    color: var(--primary-color) !important;
    display: inline-block;
    margin-right: 5px;
    height: 15px;
    width: 15px;
}

.toc-block {
    position: relative;
    background-color: #d5ffe6;
    padding: 10px;
    border: 1px solid #008435;
    border-radius: 5px;
    margin-bottom: 20px;
}

.title-toc-block {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    position: relative;
    color: var(--primary-color);
}

.toc-block a {
    color: var(--primary-color);
}

.dropdown-toc-block {
    position: absolute;
    top: 0;
    right: 0;
    background: #6e6e6e;
    padding: 5px;
    border-bottom-left-radius: 3px;
    height: 30px;
    display: flex;
}

.dropdown-toc-block svg {
    transform: rotate(180deg);
    color: #fff;
}

.dropdown-toc-block.close svg {
    transform: rotate(0deg);
}

.toc-block ul {
    list-style: unset;
    padding-left: 27px;
    color: var(--primary);
    margin: 0;
}

.post-content ul {
    margin: 5px 20px;
}

.post-content p {
    margin-bottom: 5px;
}

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;
    margin-bottom: 10px;
}

article.post.post-details .post-info h3 {
    font-size: 1.2rem;
}

.social__sharing.mb--30 {
    margin-top: 15px;
    margin-bottom: 15px;
}

ul.social-round {
    padding-left: 0;
}
.social-round .social__item:not(:last-child) {
    margin-right: .2rem;
}
.social__item:not(:last-child) {
    margin-right: 3rem;
}
.social__item {
    max-width: 90px;
    display: inline-block;
}

.post-details p{
    margin-top: 0;
    margin-bottom: 1rem;
    word-break: break-word !important;
}

.fb_iframe_widget_fluid_desktop iframe {
    width: 100% !important;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
}

.contact-form input {
    /*width: calc(50% - 2.5px);*/
    /*float: left;
    margin-right: 2.5px;*/
}

.contact-form input:nth-child(2n) {
    margin-right: 0;
    margin-left: 2.5px;
}

.post-related .post-list {
    margin-left: 0;
}

.title-contact {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 25px;
}

/*css product*/

.list-badge {
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 99;
}

.list-badge .badge {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-right: 5px;
    background-color: var(--primary-color);
    font-size: 13px;
    color: white;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .list-badge .badge {
        padding: 0 5px;
    }
}

/*css product detail*/

/*col image*/
section.mirora-single-product .slick-slide.slick-active:last-child .thumb-menu-item {
    border-left: 1px solid var(--primary-background-gray);
}

section.mirora-single-product .slick-slide .thumb-menu-item {
    border: 1px solid var(--primary-background-gray);
    opacity: .5;
}

.image_small-slides .slick-current .thumb-menu-item, .image_small-slides .slick-slide:hover .thumb-menu-item {
    border-color: var(--primary-background-gray) !important;
    opacity: 1;
    transition: .5s;
}

section.mirora-single-product .slick-slide .thumb-menu-item a {
    padding: 10px;
    line-height: 0;
    margin: 0;
    display: flex;
}
/*end col image*/

.product-details-name {
    font-size: 25px;
}
input[type=number] {
  -moz-appearance: textfield;
}

.box-btn-cart {
    /*display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    grid-gap: 5px;*/
    display: inline-block;
    /* grid-template-columns: repeat(2, 1fr); */
    max-width: 100%;
    /* grid-gap: 5px; */
    width: 100%;
}

.btn-medium {
    min-height: 1.5rem;
    line-height: 1.5rem;
    border-radius: unset;
    color: #fff;
    /*background: var(--primary-bold-second);*/
}

.add-to-cart {
    background-color: rgb(245 0 15) !important;
    color: #fff !important;
    border: 1px solid rgb(245 0 15);
    border: 1px solid rgb(245 0 15);
    border-radius: 5px;
    transition: .5s;
}

.add-to-cart:hover {
    background-color: #ce020f !important;
    border: 1px solid rgb(194 2 14);
    transition: .5s;
}

.buy-now-product, button[data-type="buynow"] {
    background-color: #f15900 !important;
    border: 1px solid #f15900;
}

.buy-now-product:hover {
    background-color: #da5101 !important;
    border: 1px solid #d24f03;
    transition: .5s;
}

.add-to-cart {
    float: left;
}

.buy-now-product {
    float: left;
}

.box-btn-cart button {
    height: 45px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.add-to-cart + .buy-now-product {
    margin-left: 10px;
}

.product-details-availability i {
    padding-right: .5rem;
}

.product-details-availability {
    margin-bottom: 15px;
}

.product-stock {
    display: inline-block;
    margin-bottom: 5px;
}
.product-details-content .ratings-wrap{margin-top: 1em;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-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1em}
.product-details-content .ratings{margin-right:10px}
.sold-item,.view-item{margin-right:10px}
.cart-product-svg,.eye-product-svg,.start-product-svg{padding-right:5px;height:20px;width:20px;display:flex;justify-content:end;align-items:end}
.product-icon{
    color:var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-icon svg {margin-right: 5px;padding-right: 0px;
    width: 15px;
    height: 15px;}
.box-sku {
    margin-right: 15px;
}

ul.social-round {
    padding-left: 0;
}
.social-round .social-item:not(:last-child) {
    margin-right: .2rem;
}
.social-item:not(:last-child) {
    margin-right: 3rem;
}
.social-item {
    max-width: 90px;
    display: inline-block;
}
.product-details-price {
    padding: 25px;
    background-color: var(--primary-background-gray);
    display: flex;
    margin-top: 1em;
}
.product-details-price .money {
    font-size: 25px;
    color: var(--primary-color);
    font-weight: bold;
    float: left;
}

.product-price-old.sale .money {
    text-decoration: line-through;
    color: #717171;
}

.flash-sale-price {
    overflow: hidden;
}

.flash-sale-countdown {
    margin-top: 15px;
}

.discounted-price {
    /*float: left;*/
    font-size: 16px;
    color: var(--primary-color);
}

.discounted {
    font-size: 15px !important;
}

.product-price-old.sale {
    margin-left: 15px;
    font-size: 13px;
    float: left;
}

.sale .discounted {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
}

.time {
    margin-top: 5px;
}

.box-colon {
    display: inline-block;
}

.colon, ._second {
    background: #e86a00db;
    color: #fff;
    padding: 5px 4px;
    border-radius: 5px;
    width: 60px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    font-size: 18px;
}

.box-colon .text {
    display: block;
    margin: 5px 0 0;
    text-align: center;
}

.colon {
    background-color: red;
    padding: 3px 5px;
    color: #fff;
    border-radius: 5px;
    /* border: 1px solid yellow; */
}

._second {
    background-color: #ffe400;
    padding: 3px 5px;
    border-radius: 5px;
}
#text-quantity{
    padding: 0 5px;
    color: var(--primary-color);
}

.product-details-bottom .list-attribute {
    display: inline-block;
    vertical-align: middle;
}
.product-details-bottom .attribute-name{
    margin-bottom: 0;
    margin-right: 10px;
    vertical-align: middle;
}
.product-details-bottom .list-attribute .item {
    float: left;
    padding: .5rem;
    display: flex;
    justify-content: center;
    border: 1px solid var(--primary-color);
    margin: 0 5px;
    border-radius: 5px;
}

.product-details-bottom .list-attribute .item.active {
    background-color: var(--primary-color);
    color: #fff;
}

.image-attribute {
    max-width: 30px;
    max-height: 30px;
    margin-right: 5px;
}
.product-brief {
    margin-top: 1em;
}
.product-brief ul {
    list-style: revert;
    padding-left: 20px;
}
.product-brief ul li{
    list-style: revert;
}
.product-brief p{
    color: #333;
}
.product-details-bottom .list-attribute{display:inline-block}
.product-details-bottom .attribute-name{margin-bottom:0;margin-right:10px}
.product-details-bottom .list-attribute .item{align-items: center;float:left;padding:.5rem;display:flex;justify-content:center;border:1px solid var(--primary-background);margin:0 5px;border-radius:5px}
.attribute1 {
    margin-top: 1em;
    border-top: 1px solid var(--primary-background-gray);
    padding-top: 1em;
}
.box-quantity-stock{
    display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;
    margin: 1em 0;
    border-top: 1px solid var(--primary-background-gray);
    padding-top: 1em;
}

.js-total-bill .money-bill {
    color: var(--primary-color);
    font-size: 25px;
    font-weight: bold;
}

.btn.js-tel_contact{
    display: none;
}

section.product-details-tab {
    word-break: break-word;
    background-color: unset !important;
    padding-top: 0;
}
.product-details-tab-head {
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-left: 3rem;
    padding-right: 3rem;
    border-bottom: 1px solid #ddd;
}
.nav-item.product-details-tab-item a.active, li.nav-item.product-details-tab-item a:hover {
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}
.product-details-tab-link {
    border: none;
    color: #6f6e71;
    font-size: 20px;
    /* font-weight: 400; */
    font-weight: 500;
    padding: 0;
    text-transform: capitalize;
}
.product-details-tab-link.active{
    color: var(--global-color);
}

.product-details-tab-content.tab-content {
    /* border: 1px solid #000; */
    padding: 20px;
}

.product-details-tab p {
    margin-bottom: 10px;
    line-height: 20px;
    color: #333;
}

section.product-details-tab img {
    max-width: 100%;
    width: unset !important;
    height: unset !important;
}

.product-details-additional-info .shop_attributes {
    border-bottom: 1px solid #2d2d2d;
    border-left: 1px solid #2d2d2d;
    width: 100%;
}
.product-details-additional-info .shop_attributes tr {
    border-top: 1px solid #2d2d2d;
    border-right: 1px solid #2d2d2d;
}
.product-details-additional-info .shop_attributes tr, .product-details-additional-info .shop_attributes th {
    border: 1px solid var(--primary-background) !important;
}
.product-details-additional-info .shop_attributes th, .product-details-additional-info .shop_attributes td {
    color: #000;
    font-size: 1rem;
    padding: 1rem 1rem;
    font-weight: 400;
}
.product-details-tab-content.tab-content h2 {
    font-size: 1.2rem;
}
.product-details-tab-content.tab-content ul {
    margin: 10px;
    color: #000;
    list-style: revert !important;
    padding-left: 20px;
}
.product-details-tab-content.tab-content ul li {
    list-style: revert !important;
}

.product-details-additional-info table tr, .product-details-additional-info table td {
    border: 1px solid #ddd;
    padding: 5px 10px;
    word-break: initial;
}

.product-details-additional-info table {
    width: 100%;
    margin: auto;
}

.single-products-area .container+section {
    padding-top: 0 !important;
}



@media screen and (min-width: 1024px) and (max-width: 1200px)
{
    .product-details-price > span {
        font-size: 25px;
    }
    
    .product-details-price > span.product-price-old {
        font-size: 15px;
    }

    .product-details-action-wrapper {
        display: block;
    }
    
    .box-quantity-stock {
        /*display: block;*/
    }
    
    .box-btn-cart {
        margin-top: 15px;
    }
}

@media screen and (max-width: 768px){
    .product-details-tab-head{
        border-bottom: 1px solid #1796cc80;
    }
}

@media screen and (max-width: 767px)
{
    
    /*product detail top*/
    
    .text-end_sale {
        display: none;
    }
    .box-colon {
        width: 23%;
    }

    .colon, ._second {
        width: 100%;
    }

    .box-fb-sku {
        display: inline-block;
    }
    .box-sku {
        justify-content: flex-start;
        margin-bottom: 10px;
    }

    .ratings-wrap {
        margin-bottom: 10px !important;
    }

    .product-price-old.sale{
        /*margin-left: 0;*/
        /*margin-top: 10px;*/
    }

    /*product detail bottom: attribute & box-price-addcart*/
    
    .attribute-child {
        display: block;
    }

    .list-attribute .item {margin: 2px !important;}
    
    .box-price-addcart {
        margin-bottom: 0 !important;
    }
    
    section.mirora-single-product {
        padding-bottom: 20px !important;
    }
    
    section.product-details-tab {
        padding-top: 20px !important;
    }
    
    /*box-price-addcart*/
    
    .quantity.quantity-custom {
        display: flex;
        align-items: center;
        margin: auto;
    }
}

@media screen and (max-width: 320px)
{

    .product-price-old.sale{
        margin-left: 5px;
        /*margin-top: 10px;*/
    }
}

/*product detail bottom: box-price-addcart*/

@media screen and (max-width:700px) {
    section.mirora-single-product .quantity > span{
        display: none !important;
    }
    .box-btn-cart{
        margin-top: 0px;
    }
}

@media screen and (max-width: 567px)
{
    .box-number {
        width: 100%;
        margin-bottom: 10px;
    }

    .quantity.quantity-custom {
        width: 100px;
        margin-right: 11px;
        float: left;
    }
    .box-quantity-stock {
        display: block
    }
    
    .box-quantity-stock .text-quantity {
        margin-bottom: 10px;
        font-weight: bold;
    }
    
    #text-quantity {
        padding-left: 0;
    }
    
    .box-btn-cart {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .box-btn-cart button {
        margin-left: 0 !important;
        width: 100%;
    }
}

@media screen and (max-width: 499px)
{
    .add-to-cart + .buy-now-product {
        margin-top: 5px;
    }

    .box-btn-cart button {
        /* width: 104px; */
    }

    button.add-to-cart {
        padding: 5px;
        width: 50%;
    }

    button.add-to-cart.buy-now-product {
        width: calc(50% - 3px);
        margin-left: 3px !important;
        margin-top: 0;
    }
}

@media screen and (max-width: 420px){
    
    /*product detail top*/
    
    .product-details-content .ratings {
        margin-bottom: 5px;
    }

    .product-details-tab-head {
        padding: 0;
    }
    .nav-item.product-details-tab-item:nth-child(2) {
        margin-top: 5px;
    }
    
    .product-details-tab-content.tab-content {
        padding: 20px 0;
    }
}

/*contact page*/
section.map_area.map {
    margin-bottom: -8px;
}
.map_area iframe {
    width: 100%;
    height: 800px;
}

.contact-page svg {
    color: var(--primary-color);
    margin-bottom: 10px;
}

.item-address, .item-timework {
    line-height: 20px;
    /*white-space: nowrap;*/
}

.btn-send_contact {
    background-color: var(--primary-background) !important;
    color: #fff !important;
}

/*Related*/
.related {
    padding: 50px 0;
}
.title-related {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 20px;
}
.title-related h2 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 0px;
}
/*Footer*/

.footer-contact:first-child {
    margin-bottom: 20px;
}

footer .logo-footer {
    text-align: center;
    margin-bottom: 10px;
}

footer svg {
    color: #fff;
    fill: currentColor;
    vertical-align: middle;
}

.footer-contact h3 {
    color: #fff;
}

footer p {
    color: #ddd;
    word-break: break-word;
}

.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;*/
    margin-top: 5px;
}

.footer-item .footer-contact ul li a:hover {
    margin-left: 5px;
    color: var(--white) !important;
}

.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;
}

.footer-social-link .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.footer-social-link .social-icon li,
.footer-social-link .social-icon li span {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 3px
}

.footer-social-link ul.social-icon li {
    border-radius: 50%;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px!important;
    overflow: hidden;
    transition: .5s;
}

.footer-social-link ul.social-icon li:hover {
    background-color: var(--primary-background);
    transition: .5s;
}

.footer-social-link ul.social-icon li a:hover {
    margin-left: 0
}

.footer-social-link ul.social-icon li svg {
    margin: 0;
    color: #fff;
}

.footer-social-link ul li svg {
    height: 15px;
    width: 15px;
}

.footer-social-link ul.social-icon li img {
    max-width: 25px;
    max-height: 25px;
    border-radius: 25px 25px;
}

.barcode {
    text-align: center;
    margin-top: 10px;
}

.payments {
    margin-top: 10px;
}

.payments img {
    margin-bottom: 5px;
    width: 50px;
}

/*copy right*/
section.footer-bottom-area {
    /* background-color: #282828; */
    padding: 10px 0;
    /* z-index: 1; */
    position: relative;
}

section.footer-bottom-area p {
    margin-bottom: 0;
    color: #fff;
}

/*----------  small cart  ----------*/
.header-cart-icon
{
    position: relative;
}
.header-cart-icon .small-cart-trigger
{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 27px;
    font-weight: 400;
    line-height: 46px;

    position: relative;

    display: inline-block;

    padding-right: 27px;
    padding-left: 8px;

    color: #fff;
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 5px;
}
.header-cart-icon .small-cart-trigger .cart-counter
{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;

    position: absolute;
    top: 50%;
    left: 38px;

    width: 16px;
    height: 16px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center; 

    color: #333;
    border-radius: 100%;
    background: #fff;
}
.header-cart-icon .small-cart-trigger:hover,
.header-cart-icon .small-cart-trigger.active
{
    color: #333;
    border-color: #fff; 
    background: #fff;
}
.header-cart-icon .small-cart-trigger:hover .cart-counter,
.header-cart-icon .small-cart-trigger.active .cart-counter
{
    color: #fff; 
    background: #3a9943;
}

.small-cart
{
    position: absolute;
    z-index: 9; 
    right: 0;
    left: auto;

    display: none;

    width: 380px;
    margin-top: 26px;

    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
}
@media only screen and (max-width: 479px)
{
    .small-cart
    {
        max-width: 300px;
    }
}

.small-cart-item-wrapper
{
    padding: 30px;

    border-bottom: 1px solid #ebebeb;
}
.small-cart-item-wrapper .single-item
{
    position: relative; 

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    margin-bottom: 30px;
    padding-bottom: 30px;

    border-bottom: 1px solid #ebebeb;
}
.small-cart-item-wrapper .single-item:last-child
{
    margin-bottom: 0;
    padding-bottom: 0;

    border-bottom: 0;
}
.small-cart-item-wrapper .single-item .image
{
    -webkit-flex-basis: 80px;
    -ms-flex-preferred-size: 80px;
            flex-basis: 80px;
}
.small-cart-item-wrapper .single-item .remove-icon
{
    position: absolute;
    top: 0;
    right: 0;
}
.small-cart-item-wrapper .single-item .remove-icon i
{
    font-size: 12px;
}
.small-cart-item-wrapper .single-item .remove-icon:hover
{
    color: #3a9943;
}
.small-cart-item-wrapper .single-item .content
{
    padding-left: 10px;

    text-align: left; 

    -webkit-flex-basis: calc(100% - 80px);
    -ms-flex-preferred-size: calc(100% - 80px);
            flex-basis: calc(100% - 80px);
}
.small-cart-item-wrapper .single-item .content p
{
    margin-bottom: 0;
}
.small-cart-item-wrapper .single-item .content p.cart-name a
{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;

    margin-bottom: 8px; 

    color: #333;
}
.small-cart-item-wrapper .single-item .content p.cart-name a:hover
{
    color: #3a9943;
}
.small-cart-item-wrapper .single-item .content p.cart-quantity
{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px; 

    color: #3a9943;
}
.small-cart-item-wrapper .single-item .content p.cart-quantity .quantity-mes
{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px; 

    color: #333;
}

.cart-calculation-table
{
    padding: 30px;
}
.cart-calculation-table table tbody tr:last-child td:last-child
{
    font-size: 22px; 

    color: #3a9943;
}
.cart-calculation-table table tbody tr td
{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px; 

    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;

    color: #333;
    border-top: 0;
}

.cart-buttons a
{
    display: block;
    margin-bottom: 10px;
}
.cart-buttons a:last-child
{
    margin-bottom: 0;
}

.deactive-dropdown-menu
{
    display: none;
}

.active-dropdown-menu
{
    display: block;
}

/*Cart page*/

.cart-page .item-cart a {
    color: var(--primary-color);
}

form#checkout-form {
    margin-top: 15px;
}

.order-province, .order-country {
    display: none;
}

.cart-page, .checkout-area {
    color: #000;
}

.continue-buy {
    margin-bottom: 20px;
    color: #212121;
    font-size: 1.8rem;
    line-height: 2.5rem;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
    margin-top: 20px;
}
td.pro-thumbnail img {
    max-width: 100px;
}

.cart-page .checkout-title {
    text-decoration: none;
}

.checkout-title h2 {
    border-bottom: 1px solid #2d2d2d;
    font-size: 25px;
    margin: 0 0 10px;
    padding-bottom: 10px;
}

.form_input {
    /* background-color: #242424; */
    /*color: #afafaf;*/
    padding: 10px;
    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 #b7dbff;
}

.cart-page input:not(.quantity-input), .cart-page select, .cart-page textarea {
    border-color: var(--primary-background);
}

.cart-page select {
    padding: 10px 12px;
    height: unset;
}

.error {
    margin-bottom: 10px;
    color: #da0000;
}

.cart-success {
    position: fixed;
    background-color: var(--primary-background);
    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-active {
    z-index: 3!important;
    opacity: 1!important
}

.cart-page .cart-table {
    padding: 15px;
    box-shadow: 0 0 3px #ccc;
}

.quantity {
    position: relative;
    margin: 0 1em;
    width: 8rem;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    overflow: hidden;
}

.box-number {
    position: relative;
}

.cart-page .quantity {
    width: 100px;
}
.quantity-input {
    float: unset !important;
    width: calc(100% - 25px) !important;
    font-size: 16px;
    border: 1px solid #f1f1f1 !important;
    border-right: none;
    padding: 8px 10px;
    background-color: unset;
    -webkit-border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -ms-border-radius: 5px 0px 0px 5px;
    -o-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.quantity .qtybutton {
    position: absolute;
    right: 0;
    width: 25px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-background-gray);
    text-align: center;
    cursor: pointer;
    -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;
    background: var(--white);
}
.quantity .qtybutton.dec {
    bottom: 0;
    -webkit-border-radius: 0px 0px 5px 0px;
    -moz-border-radius: 0px 0px 5px 0px;
    -ms-border-radius: 0px 0px 5px 0px;
    -o-border-radius: 0px 0px 5px 0px;
    border-radius: 0px 0px 5px 0px;
}
.quantity .qtybutton.inc {
    top: 0;
    border-bottom: none;
    -webkit-border-radius: 0px 5px 0px 0px;
    -moz-border-radius: 0px 5px 0px 0px;
    -ms-border-radius: 0px 5px 0px 0px;
    -o-border-radius: 0px 5px 0px 0px;
    border-radius: 0px 5px 0px 0px;
}

.cart-shiping-update-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
}

.delete-cart {
    cursor: pointer;
    color: #df2121 !important;
    background-color: #ffd5d5;
    padding: 5px 10px;
    border: 1px solid #df2121;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.grand-totall {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 15px;
}
.grand-totall-title {
    /*color: var(--primary-color);*/
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}

textarea#order_note {
    padding: 10px;
    height: 100px;
}

.heading-tertiary {
    font-size: 25px;
}

.checkout-payment {
    margin-top: 20PX;
}

.cart-box {
    display: none !important;
}

.payment-group.single-ship label {
    display: inline-block;
}

.payment-group.single-ship input {
    float: left;
    margin-right: 10px;
}

.payment-btn-group {
    margin-top: 10px;
}

.cart-page td.pro-remove .note-delete {
    display: none;
}

@media screen and (max-width: 767px)
{
    .cart-table .table thead
    {
        display: none;
    }
    
    .cart-page tr.item-cart {
        box-shadow: 0 0 3px #ccc;
    }
    
    .cart-page td {
        float: left;
        border-bottom: none !important;
        white-space: revert !important;
    }
    
    .cart-page td.stt {
        text-align: center;
        clear: left;
        background-color: var(--primary-color);
        color: #fff;
    }
    
    .cart-page td.pro-title {
        /*width: calc(100% - 160px) !important;*/
        width: 100%;
    }
    
    .cart-page td.pro-thumbnail {
        width: calc(100% - 40px) !important;
        text-align: center;
    }
    
    .cart-page td.pro-thumbnail img {
        max-width: 100px;
    }
    
    .cart-page td.pro-price, .cart-page td.pro-quantity, .cart-page td.cart-price {
        width: calc(100% / 3) !important;
    }
    
    .cart-page td.pro-price {
        clear: left;
    }
    
    .cart-page .quantity {
        width: 80px;
    }
    
    .cart-page td.cart-price {
        text-align: right;
    }
    
    .cart-page td.pro-remove {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: var(--primary-background-gray);
    }
    
    .cart-page td.pro-remove .note-delete {
        display: block;
        color: var(--primary-color);
    }
    
    .cart-page td.pro-remove .delete-item-cart {
        background-color: #c00303;
        padding: 10px;
        line-height: 0;
        color: #fff !important;
    }
    
    .cart-page .delete-cart {
        float: left;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    
    .cart-page .cart-clear {
        float: left;
    }
    
    .cart-page .grand-totall {
        float: left;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

/*Title all module*/

.box-header-section {
    position: relative;
    padding-bottom: 40px;
}

.box-header-section.center {
    text-align: center;
}

/*Button CTA*/
.btn-cta {
    padding: 15px 25px;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    background-color: var(--primary-background);
    vertical-align: middle;
    line-height: 15px;
}

.btn-cta:hover {
    color: #fff;
}

.btn-cta span {
    float: left;
}

/*Language*/
.box-language {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-language img {
    float: left;
    max-width: 30px !important;
    margin-right: 5px;
}

.box-language select {
    float: left;
    width: 17px;
    height: 17px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 5px;
    cursor: pointer;
}

/*Only 2 lang*/

.js-active_lang {
    transition: .5s;
}

.js-active_lang.is-lang, .js-active_lang:hover {
    /*max-width: 40px !important;*/
    cursor: pointer;
    transition: .5s;
}

/*Menu mobile*/
.box-menu_mobile {
    position: relative;
    height: 50px;
    transition: .5s;
}

.box-menu_mobile.fixed {
    border-bottom: 1px solid var(--primary-background);
    box-shadow: 0 0 1px var(--primary-background);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    transition: .5s;

    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -op-animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.head-menu_mobile {
    background-color: var(--primary-background-mobile);
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin-bottom: 0 !important;
}

.logo-mobile {
    float: left !important;
    overflow: hidden;
    padding: 0 !important;
    width: calc(100% - 40px);
    display: flex;
    align-items: center;
}

.logo-mobile img {
    max-height: 40px;
}

.btn-menu {
    float: right;
}

ul.menu-list {
    position: absolute;
    top: 50px;
    z-index: 3;
    left: 0;
    right: 0;
    display: none;
}

ul.menu-list li .js-btn-dropmenu {
    transition: .5s;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-background-bold);
    color: #fff;
    border-left: 1px solid var(--primary-background);
}

ul.menu-list .js-btn-dropmenu.open svg{
    transition: .5s;
}

ul.menu-list .js-btn-dropmenu.open svg{
    transform: rotate(180deg);
    transition: .5s;
}

ul.menu-list li {
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #7fb4012e;
}

ul.menu-list li a{
    padding: 10px;
    color: #333;
}

ul.menu-list li .list-menu li {
    background-color: #f3f3f3;
    position: relative;
}

ul.menu-list li .list-menu li > a {
    padding-left: 20px;
}

ul.menu-list li .list-menu li .list-menu li {
    background-color: #f8f8f8;
}

ul.menu-list li .list-menu li .list-menu li a {
    padding-left: 40px;
}

/*icon cart, search*/
.head-menu_mobile .cart-mobile {
    color: var(--primary-background);
    background-color: #fff;
    /* border: 1px solid #fff; */
    font-size: 25px;
    line-height: 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.search-box-btn {
    font-size: 25px;
    color: var(--primary-background);
    margin-right: 10px;
}

.head-menu_mobile .box-language {
    /*width: 130px;*/
    width: 250px;
    /*margin-left: 10px;*/
}
/*.head-menu_mobile .js-active_lang.is-lang, .head-menu_mobile .js-active_lang:hover {
    max-width: 30px !important;
    border: 1px solid var(--primary-background);
    border-radius: 50%;
    background-color: var(--primary-background);
}*/
/*button menu*/

.navbar-toggler {
    border: none;
    border-radius: 0;
    padding: 0
}

.navbar-toggler .icon-bar {
    width: 30px;
    -moz-transition: all .3s;
    transition: all .3s;
    background: var(--primary-background);
    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 .middle-bar {
    opacity: 0;
    margin: 5px 0
}

.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 .top-bar {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    left: 0
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1
}

.navbar-toggler.collapsed .bottom-bar {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
    left: 0
}

ul.dropdown.list-menu {
    visibility: visible;
}
/*End button menu*/