@media (min-width:1700px){
   header .container, .pd-container .container{
        width: 100%;
        max-width: 1770px;
    } 
}
@media (min-width:1400px){
    .nh-category>.container {
        max-width: 1440px;
    }
}
@media (min-width:1024px){
 header {
        background: var(--color-main);
    }
    .logo-section {
        text-align: center;
        margin-top: 10px;
    }
}

header {
    border-bottom: 1px solid var(--border);
}
a:hover {
    text-decoration: none !important;
}
.container {
    max-width: 1470px;
}
.home .logo-section img {
    filter: none;
}
.logo-section img {
    height: 100px;
    object-fit: contain;
}
.btn-action-header.btn_love {
    float: right;
}

.btn-action-header.btn_love a {
    color: var(--white);
}
.img_category {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid var(--color-main);
}
.entire-info-website.menu_footer .list-menu>ul>li>a {
    color: var(--white);
}
.item-title-category a {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-main);
}


.deal-section>.container {
    display: flex;
    justify-content: flex-end;
}

.deal-section .item_right .title-01-deal {
    letter-spacing: .3em;
    line-height: 24px;
}

h3.title-deal {
    line-height: 60px;
    color: var(--color-main);
    text-transform: uppercase;
    font-weight: 400;
}

._link a, .read-more {
    display: inline-block;
    line-height: 43px;
    height: 46px;
    text-transform: uppercase;
    color: var(--white);
    background:  var(--color-main);
    letter-spacing: .1em;
    border: 2px solid #22222200;
    padding: 0 20px;
    font-weight: 400;
}
._link a:hover, .read-more:hover {
    background: var(--color-hightlight) !important;
    color: var(--white);
}
.title-section:after {
    content: '';
    background-image: url(/templates/fashion01/assets/media/brand/img-title.png);
    width: 100px;
    height: 34px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -43px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}
.item_banner .info_content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
    text-align: center;
}

.inner-content .star-rating {
    display: table;
    margin: 0 auto;
}
.item_banner .info_content .title-deal {
    color: var(--white);
}

.item_banner .info_content .title-03-deal {
    color: var(--white);
    max-width: 400px;
    display: table;
    margin: 0 auto;
}

.item_banner .info_content ._link a {
    border: 2px solid var(--white);
    color: var(--white);
    background: none;
}
.box-testimonials .img {
    width: 135px;
    height: 134px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.item-testimonials .star:before {
    content: "\f005\f005\f005\f005\f005";
    font-family: 'Line Awesome Free';
    color: var(--yellow);
    font-weight: 900;
    font-size: 17px;
    letter-spacing: 7px;
}
.footer_top {
    background: var(--color-hightlight);
}
.form-fm-footer .form-group {
    margin-bottom: 0;
}

.form-fm-footer .form-group input {
    height: 55px;
}
.form-fm-footer .btn_mail {
    position: absolute;
    top: 0;
    right: 0;
}
.box-bottom-slide .inner-content {
    position: absolute;
    margin: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    left: 0;
    bottom: 0;
    text-align: center;
    border: 1px solid var(--white);
    color: var(--white);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.box-bottom-slide, .box-bottom-slide .img_banner, .box-bottom-slide .img_banner img {
    height: 455px;
}

.box-bottom-slide img {
    width: 100%;
    object-fit: cover;
}
.inner-content ._link-inner a {
    display: inline-block;
    color: var(--white);
    border-bottom: 2px solid var(--white);
}
.title_email {
    color: var(--white);
}
ul.list-unstyled li {margin-right: 10px;}

.entire-info-website ul.list-unstyled {
    display: flex;
}

.entire-info-website ul.list-unstyled>li>a>i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
    color: var(--white);
}
.entire-info-website.menu_footer .list-menu>ul>li {
    list-style: none;
    color: var(--white);
}
.home .menu-section > ul > li > a{
    color: var(--white);
}
.text_breadcrumbs {
    display: flex;
}

.home .entire-action-header .btn-action-header {
    color: var(--white);
}
.orderby-section {
    border: 1px solid #000;
    display: inline-block;
    line-height: 34px;
    padding: 0 15px;
}
.img_category:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.25);
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}

.list_category:hover .img_category:before, .list_category:hover .img_category:after {
    opacity: 1;
    visibility: visible;
}

.img_category img {
    transition: 1.1s;
}

.list_category:hover .img_category img {
    transform: scale(1.1);
}
.img_category:after{
    content: "";
    background-position: 50%;
    background: url(/templates/fashion01/assets/media/template/plus-cate.png) no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: 3;
}
.category-slide_home .slick-prev {
    left: 15px;
}
.category-slide_home .slick-next {
    right: 15px;
}

.category-slide_home .slick-arrow:before {
    width: 39px;
    height: 39px;
    background: var(--color-hightlight);
    border-radius: 50%;
    color: var(--white);
    line-height: 39px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
}

.category-slide_home .slick-slider:hover .slick-prev {
    left: 0;
}

.category-slide_home .slick-slider:hover .slick-next {
    right: 0;
}

.category-slide_home .slick-slider .slick-arrow {
    top: calc(50% - 67px);
}
.form-send-contact .title-contact:before {
    background: url(/templates/fashion01/assets/media/template/screenshot_2-removebg-preview.png) no-repeat;
    width: 78px;
    height: 64px;
    position: absolute;
    top: 0;
    content: '';
    background-size: contain;
    transform: translatex(-50%);
    left: 50%;
}
.form-send-contact .title-contact:before {
    background: url(/templates/fashion01/assets/media/template/screenshot_4-removebg-preview.png) no-repeat;
    background-size: contain;
}
.form-send-contact {
    background: var(--color-main);
}
.form-send-contact .title-contact {
    color: var(--white);
}

.form-send-contact .form-group input, .form-send-contact .form-group textarea {
    height: 50px;
    background: none;
    border: 1px solid var(--color-text);
}

.form-send-contact .form-group .btn-submit {
    width: 100%;
    background: var(--color-text);
}
.text-contact>i {
    font-size: 23px;
    padding: 10px;
    border-width: 1px;
    border: 1px solid var(--border);
}
.product-detail-head .text_breadcrumbs a, .product-detail-head .text_breadcrumbs h1 span {
    color: var(--black);
}
.entire-cart .love {
    height: 50px;
    line-height: 50px;
    border: 1px solid var(--border);
    flex: 0 0 50px;
}
.btn-cart-love {
    flex: 1;
}
.product-content-detail .add-buy-now {
    background: var(--color-hightlight);
}
.slider-thumbs {
    margin: 0 -10px;
}
.box-product-slide .slick-arrow {
    top: calc(50% - 92px);
}

.new-list-smail>div {
    flex: 0 0 50%;
    max-width: 50%;
}

.new-list-smail {
    border-bottom: 1px solid var(--border);
}
.new-list-smail .inner-image {
    padding-top: 30%;
}
.new-list-smail .inner-content h4.article-title {
    font-weight: 400;
    line-height: 40px;
}
.post-date_small {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid var(--black);
}

.post-date_small:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 56px;
    background: var(--black);
    top: 50%;
    left: calc(50% - 28px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: 50% 100%;
}
.post-date_small span{
    font-size: 20px;
    font-weight: 600;
    display: block;
    color: var(--black);
}
.post-date_small span:last-child {
    font-size: 11px;
    text-align: right;
    line-height: 25px;
    height: 20px;
}
.new-list-smail .read-more {
    height: 40px;
    line-height: 40px;
    border: 0;
}
.article-category-detail .article-category a {
    font-size: 16px;
    color: var(--color-hightlight);
}
.search_news .btn-submit {
    background: none;
    color: var(--black);
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.search_news .input-group input {
    width: 100%;
}
.article-detail .social-share .list-social .btn-social a i {
    border: 1px solid #e3e3e3;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.form-fm-footer .btn_mail .btn-submit {
    height: 55px;
    line-height: 55px !important;
}
.price, .item_banner .info_content .title-03-deal,footer, .title-03-deal, .article-content{
    font-family: "OpenSans",  sans-serif;
}
.view-small .article-item .inner-content .article-title {
    font-weight: 400;
    color: var(--black);
}
.brand-section .slick-arrow {
    top: 50%;
    transform: translatey(-50%);
}

.img-slide-thumb {
    height: 170px;
    max-height: 170px;
    width: 415px;
    margin: 0 auto;
}

.img-slide-thumb img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain !important;
}

.menu-section ul li.has-child ul.entry-menu li.container-menu ul>li>ul {
    display: block;
}
.menu-section ul li.has-child ul.entry-menu li.container-menu ul>li>ul>li>a {
    padding: 5.5px 35px 5.5px 0px;
}

.menu-section ul li.has-child ul.entry-menu li.container-menu ul>li>a.menu-title {
    position: relative;
}

.menu-section ul li.has-child ul.entry-menu li.container-menu ul>li>a.menu-title:before {
    position: absolute;
    content: '';
    width: 34px;
    height: 1px;
    background: var(--color-hightlight);
    bottom: -5px;
}
.menu-section ul li.has-child ul.entry-menu li.container-menu ul>.has-child {
    margin-bottom: 15px;
}
div#quick-view-modal .product-image-detail .inner-image {
    padding-top: 100%;
}
@media (min-width:1200px){
    .menu-section ul {
        margin: 0 auto;
        display: table;
    }
    .deal-section.banner_link {
        padding: 170px 0;
    }
    .product-category-section>.row>div:nth-child(2) {
        flex: 0  0 26%;
        max-width: 26%;
    }
    
    .product-category-section>.row>div:nth-child(1), .product-category-section>.row>div:nth-child(3) {
        flex: 0 0 37%;
        max-width: 37%;
    }
    .deal-section .item_right {
        width: 750px;
    }
}

@media (max-width: 1200px){
    .setting-menu{
        background: var(--black);
    }
    .home .menu-section > ul > li > a {
        color: var(--black);
    }
    .box-bottom-slide, .box-bottom-slide .img_banner, .box-bottom-slide .img_banner img {
        height: 225px;
    }
    .deal-section.banner_link .item_right {
        width: 500px;
    }
    .brand-section .brand-item {
        margin: 0 5px;
    }
    
    .brand-section .slick-list {
        margin: 0px -5px;
    }
    .entire-action-header .btn-action-header {
        color: var(--white);
    }
    .logo-section img {
        filter: none;
        height: 70px;
    }
    .product-detail-head .product-content-detail {
        padding-left: 0 !important;
        padding-top: 20px !important;
    }
    
    .text_breadcrumbs {
        display: contents;
    }
}
@media (min-width:1024px) and (max-width:1200px){
    .deal-section.banner_link h3.title-deal {
        font-size: 28px !important;
        margin-top: 10px !important;
    }
    .slider-section, .slider-section .item img {
        height: 540px;
    }
    .box-testimonials .description {
        font-size: 25px !important;
    }
    .item_banner .info_content .title-deal {
        font-size: 27px !important;
        line-height: 38px;
    }
    .product-detail-head .product-content-detail{
        padding-top: 0 !important;
    }
}
@media (min-width:576px) and (max-width:1200px){
    .nh-testimonials {
        background-position-x: center;
    }
    
    .deal-section.banner_link h3.title-deal {
        line-height: 30px;
        margin-bottom: 5px;
    }
    
    .deal-section.banner_link {
        padding: 80px 0;
    }
    
    .deal-section.banner_link .item_right .title-01-deal {
        margin-bottom: 5px;
    }
    .nh-testimonials>.container>.row>div {
        flex: 0 0 65%;
        max-width: 65%;
    }
    .new-list-smail .inner-content {
        padding-left: 20px;
    }
    
    .new-list-smail .inner-content .article-entry-info {
        display: none;
    }
    .new-list-smail .inner-content h4.article-title {
        font-size: 21px !important;
        line-height: 30px;
    }
    .new-list-smail .inner-content .article-description {
        height: 45px;
        overflow: hidden;
    }
}
@media (max-width:992px){
    .item_banner .info_content .title-deal {
        line-height: 30px;
        margin-bottom: 5px !important;
    }
    
    .item_banner .info_content ._link a {
        margin-top: 15px !important;
    }
    .box-product-slide .slick-arrow {
        top: calc(50% - 116px);
    }
    .category-slide_home .slick-slider .slick-arrow {
        top: calc(50% - 60px);
    }
    .category-slide_home .slick-arrow:before {
        width: 35px;
        height: 35px;
        line-height: 36px;
    }
    
    .category-slide_home .slick-prev {
        left: -10px;
    }
    
    .category-slide_home .slick-next {
        right: -10px;
    }
     .deal-section.banner_link .item_right {
        width: 350px;
        max-width: 100%;
    }
    .title-section:after {
        width: 80px;
        height: 27px;
        bottom: -30px;
    }
    .form-fm-footer .btn_mail .btn-submit {
        padding: 0 14px !important;
        font-size: 12px;
    }
    .nh-news-list>.container>.row>div:nth-child(1) {
        order: 2;
    }
    
    .nh-news-list>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .news_details>.row>div:nth-child(2) {
        order: 3;
    }
    
    .news_details>.row>div {
        flex: 0  0 100%;
        max-width: 100%;
    }
    .article-title-detail {
        font-size: 25px;
        margin-bottom: 10px !important;
    }
}
@media (max-width:576px){
    .box-bottom-slide, .box-bottom-slide .img_banner {
        margin-bottom: 15px;
    }
    
    .product-category-section>.row>div:nth-child(3) .box-bottom-slide {
        margin-bottom: 0;
    }
    
    .deal-section.banner_link {
        padding: 100px 0;
        background-position: right;
    }
    .deal-section.banner_link .item_right  h3.title-deal {
        margin-bottom: 0;
        line-height: 27px;
    }
    .item_banner .info_content .title-deal {
        margin-top: 0 !important;
        line-height: 40px;
    }
    .nh-testimonials {
        padding: 40px 0;
    }
    .footer-mid-mb>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .title_email {
        margin-bottom: 20px;
    }
    .product-status {
        font-size: 11px;
    }
    .box-product-slide .slick-arrow {
        top: calc(50% - 100px);
    }
    .new-list-smail>div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .new-list-smail .inner-image {
        padding-top: 67%;
        margin-bottom: 20px !IMPORTANT;
    }
    article.article-detail .social-share {
        justify-content: flex-start !important;
    }
    .img-slide-thumb {
        height: 60px;
        max-height: 60px;
        width: 160px;
    }
    .product-item .inner-content .product-title {
        height: 39px;
        overflow: hidden;
    }
}
.show-loc a.btn-loc-mb span {
    color: var(--black);
    font-size: 16px;
}

.show-loc a.btn-loc-mb i {
    font-size: 17px;
    color: var(--black);
}
.content-loc {
    position: fixed !important;
    width: 290px;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1100;
    background-color: #fff;
    padding: 20px 10px;
    overflow: auto;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(-290px, 0, 0);
    -moz-transform: translate3d(-290px, 0, 0);
    -ms-transform: translate3d(-290px, 0, 0);
    -o-transform: translate3d(-290px, 0, 0);
    transform: translate3d(-290px, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    -webkit-box-shadow: -1px 0px 3px rgb(0 0 0 / 20%);
    -moz-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 0px 3px rgb(0 0 0 / 20%);
}

.show-loc .show.open~.content-loc {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.show-loc a.btn-loc-mb.show.open i.iconsax.isax-close-circle {
    display: block !important;
}

.show-loc a.btn-loc-mb.show.open {
    position: fixed;
    top: 0;
    z-index: 99999;
    left: 290px;
    background: whitesmoke;
    width: 37px;
    height: 37px;
}

.show-loc a.btn-loc-mb.show.open>span {
    display: none;
}
.show-loc a.btn-loc-mb.show.open i.las.la-times {
    display: block !important;
    text-align: center;
    line-height: 35px;
}
.product-item .inner-image img {
    object-fit: contain;
}
.header-top p {
    color: var(--white);
    margin-right: 15px;
}
.policy-list .icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.section-cam-ket .policy-list .icon img {
    width: 90px;
    height: 90px;
}
.slider-showroom .my_slider img {
    transition: 1.1s;
}

.slider-showroom .my_slider:hover img {
    transform: scale(1.1);
}
/*Button right*/
.list-btn-fix {
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 10;
}
.list-btn-fix>li img {
    width: 46px;
    height: 46px;
}
/*Button right*/

.arcontactus-widget.right.arcontactus-message {
    right: 25px;
}
.arcontactus-widget.right.arcontactus-message {
    bottom: 85px;
}
.arcontactus-widget .arcontactus-message-button .pulsation {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.arcontactus-widget.md .arcontactus-message-button,
.arcontactus-widget.md.arcontactus-message {
    width: 60px;
    height: 60px;
}
.arcontactus-widget {
    opacity: 0;
    transition: 0.2s opacity;
}
.arcontactus-widget * {
    box-sizing: border-box;
}
.arcontactus-widget.left.arcontactus-message {
    left: 20px;
    right: auto;
}
.arcontactus-widget.left .arcontactus-message-button {
    right: auto;
    left: 0;
}
.arcontactus-widget.left .arcontactus-prompt {
    left: 80px;
    right: auto;
    transform-origin: 0 50%;
}
.arcontactus-widget.left .arcontactus-prompt:before {
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid transparent;
    right: auto;
    left: -15px;
}
.arcontactus-widget.left .messangers-block {
    right: auto;
    left: 0;
    -webkit-transform-origin: 10% 105%;
    -ms-transform-origin: 10% 105%;
    transform-origin: 10% 105%;
}
.arcontactus-widget.left .callback-countdown-block {
    left: 0;
    right: auto;
}
.arcontactus-widget.left .callback-countdown-block::before,
.arcontactus-widget.left .messangers-block::before {
    left: 25px;
    right: auto;
}
.arcontactus-widget.md .callback-countdown-block,
.arcontactus-widget.md .messangers-block {
    bottom: 70px;
}
.arcontactus-widget.md .arcontactus-prompt {
    bottom: 5px;
}
.arcontactus-widget.md.left .callback-countdown-block:before,
.arcontactus-widget.md.left .messangers-block:before {
    left: 21px;
}
.arcontactus-widget.md.left .arcontactus-prompt {
    left: 70px;
}
.arcontactus-widget.md.right .callback-countdown-block:before,
.arcontactus-widget.md.right .messangers-block:before {
    right: 21px;
}
.arcontactus-widget.md.right .arcontactus-prompt {
    right: 70px;
}
.arcontactus-widget.md .arcontactus-message-button .pulsation {
    width: 74px;
    height: 74px;
}
.arcontactus-widget.md .arcontactus-message-button .callback-state,
.arcontactus-widget.md .arcontactus-message-button .icons {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}
.arcontactus-widget.sm .arcontactus-message-button,
.arcontactus-widget.sm.arcontactus-message {
    width: 50px;
    height: 50px;
}
.arcontactus-widget.sm .callback-countdown-block,
.arcontactus-widget.sm .messangers-block {
    bottom: 60px;
}
.arcontactus-widget.sm .arcontactus-prompt {
    bottom: 0;
}
.arcontactus-widget.sm.left .callback-countdown-block:before,
.arcontactus-widget.sm.left .messangers-block:before {
    left: 16px;
}
.arcontactus-widget.sm.left .arcontactus-prompt {
    left: 60px;
}
.arcontactus-widget.sm.right .callback-countdown-block:before,
.arcontactus-widget.sm.right .messangers-block:before {
    right: 16px;
}
.arcontactus-widget.sm.right .arcontactus-prompt {
    right: 60px;
}
.arcontactus-widget.sm .arcontactus-message-button .pulsation {
    width: 64px;
    height: 64px;
}
.arcontactus-widget.sm .arcontactus-message-button .icons {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}
.arcontactus-widget.sm .arcontactus-message-button .static {
    margin-top: -16px;
}
.arcontactus-widget.sm .arcontactus-message-button .callback-state {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}
.arcontactus-widget.active {
    opacity: 1;
}
.arcontactus-widget .icons.hide,
.arcontactus-widget .static.hide {
    opacity: 0;
    transform: scale(0);
}
.arcontactus-widget.arcontactus-message {
    z-index: 10000;
    right: 20px;
    bottom: 20px;
    position: fixed !important;
    height: 50px;
    width: 50px;
}
.arcontactus-widget .arcontactus-message-button {
    width: 50px;
    position: absolute;
    height: 50px;
    right: 0;
    background-color: var(--color-main) !important;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.arcontactus-widget .arcontactus-message-button p {
    font-family: Ubuntu, Arial, sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    line-height: 11px;
    margin: 0;
}
.arcontactus-widget .arcontactus-message-button .pulsation {
    width: 64px;
    height: 64px;
    background-color: var(--color-main) !important;
    border-radius: 50px;
    position: absolute;
    left: -7px;
    top: -7px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: arcontactus-pulse 2s infinite;
    animation: arcontactus-pulse 2s infinite;
}
.arcontactus-widget .arcontactus-message-button .icons {
    background-color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
}
.arcontactus-widget .arcontactus-message-button .static {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -19px;
    margin-left: -26px;
    width: 52px;
    height: 52px;
    text-align: center;
}
.arcontactus-widget .arcontactus-message-button .static img {
    display: inline;
}
.arcontactus-widget .arcontactus-message-button .static svg {
    width: 24px;
    height: 24px;
    color: #fff;
    fill: var(--color-main) !important;
}
.arcontactus-widget .arcontactus-message-button.no-text .static {
    margin-top: -12px;
}
.arcontactus-widget .pulsation:nth-of-type(2n) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.arcontactus-widget .pulsation.stop {
    -webkit-animation: none;
    animation: none;
}
.arcontactus-widget .icons-line {
    top: 10px;
    left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
    -o-transition: cubic-bezier(0.13, 1.49, 0.14, -0.4);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    height: 24px;
    transition: 0.2s all;
}
.arcontactus-widget .icons,
.arcontactus-widget .static {
    transition: 0.2s all;
}
.arcontactus-widget .icons-line.stop {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.arcontactus-widget .icons-line span {
    display: inline-block;
    width: 24px;
    height: 24px;
    color: red;
}
.arcontactus-widget .icons-line span i,
.arcontactus-widget .icons-line span svg {
    width: 24px;
    height: 24px;
}
.arcontactus-widget .icons-line span i {
    display: block;
    font-size: 24px;
    line-height: 24px;
}
.arcontactus-widget .icons-line img,
.arcontactus-widget .icons-line span {
    margin-right: 40px;
}
.arcontactus-widget .icons.hide .icons-line {
    transform: scale(0);
}
.arcontactus-widget .icons .icon:first-of-type {
    margin-left: 0;
}
.arcontactus-widget .arcontactus-close {
    color: #fff;
}
.arcontactus-widget .arcontactus-close svg {
    -webkit-transform: rotate(180deg) scale(0);
    -ms-transform: rotate(180deg) scale(0);
    transform: rotate(180deg) scale(0);
    -webkit-transition: ease-in 0.12s all;
    -o-transition: ease-in 0.12s all;
    transition: ease-in 0.12s all;
    display: block;
}
.arcontactus-widget .arcontactus-close.show-messageners-block svg {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}
.arcontactus-widget .arcontactus-prompt,
.arcontactus-widget .messangers-block {
    background: center no-repeat #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    width: 235px;
    position: absolute;
    bottom: 80px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 14px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 7px;
    -webkit-transform-origin: 80% 105%;
    -ms-transform-origin: 80% 105%;
    transform-origin: 80% 105%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: ease-out 0.12s all;
    -o-transition: ease-out 0.12s all;
    transition: ease-out 0.12s all;
    z-index: 10000;
}
.arcontactus-widget .arcontactus-prompt:before,
.arcontactus-widget .messangers-block:before {
    position: absolute;
    bottom: -7px;
    right: 25px;
    left: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    content: "";
}
.arcontactus-widget .arcontactus-prompt.show-messageners-block,
.arcontactus-widget .messangers-block.show-messageners-block {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.arcontactus-widget .arcontactus-prompt {
    color: #787878;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    width: auto;
    bottom: 10px;
    right: 80px;
    white-space: nowrap;
    padding: 18px 20px 14px;
}
.arcontactus-widget .arcontactus-prompt:before {
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 8px solid transparent;
    bottom: 16px;
    right: -15px;
}
.arcontactus-widget .arcontactus-prompt.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close {
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
    z-index: 100;
    height: 14px;
    width: 14px;
    padding: 2px;
}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-close svg {
    height: 10px;
    width: 10px;
    display: block;
}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing {
    border-radius: 10px;
    display: inline-block;
    left: 3px;
    padding: 0;
    position: relative;
    top: 4px;
    width: 50px;
}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing > div {
    position: relative;
    float: left;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background: #ccc;
    margin: 0 2px;
    -webkit-animation: arcontactus-updown 2s infinite;
    animation: arcontactus-updown 2s infinite;
}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing > div:nth-child(2) {
    animation-delay: 0.1s;
}
.arcontactus-widget .arcontactus-prompt .arcontactus-prompt-typing > div:nth-child(3) {
    animation-delay: 0.2s;
}
.arcontactus-widget .messangers-block.sm .messanger {
    padding-left: 50px;
    min-height: 44px;
}
.arcontactus-widget .messangers-block.sm .messanger span {
    height: 32px;
    width: 32px;
    margin-top: -16px;
}
.arcontactus-widget .messangers-block.sm .messanger span svg {
    height: 20px;
    width: 20px;
    margin-top: -10px;
    margin-left: -10px;
}
.arcontactus-widget .messanger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
    width: 100%;
    padding: 8px 20px 8px 60px;
    position: relative;
    min-height: 54px;
    text-decoration: none;
}
.arcontactus-widget .messanger:hover {
    background-color: #eee;
}
.arcontactus-widget .messanger:before {
    background-repeat: no-repeat;
    background-position: center;
}
.arcontactus-widget .messanger.facebook span {
    background: #0084ff;
}
.arcontactus-widget .messanger.viber span {
    background: #7c529d;
}
.arcontactus-widget .messanger.telegram span {
    background: #2ca5e0;
}
.arcontactus-widget .messanger.skype span {
    background: #31c4ed;
}
.arcontactus-widget .messanger.email span {
    background: #ff8400;
}
.arcontactus-widget .messanger.contact span {
    background: #7eb105;
}
.arcontactus-widget .messanger.call-back span {
    background: #54cd81;
}
.arcontactus-widget .messanger span {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0084ff;
    margin-right: 10px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}
.arcontactus-widget .messanger span i,
.arcontactus-widget .messanger span svg {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
}
.arcontactus-widget .messanger span i {
    font-size: 24px;
    line-height: 24px;
}
.arcontactus-widget .messanger p {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
}
@-webkit-keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@media (max-width: 468px) {
    .arcontactus-widget.opened.arcontactus-message,
    .arcontactus-widget.opened.left.arcontactus-message {
        width: auto;
        right: 20px;
        left: 20px;
    }
}
@keyframes arcontactus-updown {
    0%,
    100%,
    43% {
        transform: translate(0, 0);
    }
    25%,
    35% {
        transform: translate(0, -10px);
    }
}
@-webkit-keyframes arcontactus-updown {
    0%,
    100%,
    43% {
        transform: translate(0 0);
    }
    25%,
    35% {
        transform: translate(-10px 0);
    }
}
@keyframes arcontactus-pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@-webkit-keyframes arcontactus-show-stat {
    0%,
    100%,
    20%,
    85% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    21%,
    84% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes arcontactus-show-stat {
    0%,
    100%,
    20%,
    85% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    21%,
    84% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@-webkit-keyframes arcontactus-show-icons {
    0%,
    100%,
    20%,
    85% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    21%,
    84% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes arcontactus-show-icons {
    0%,
    100%,
    20%,
    85% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    21%,
    84% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.arcontactus-widget .icons-line span {
    color: var(--color-main) !important;
}
.categories-section li:last-child ul.list-child.list-unstyled {
    display: block !important;
}
.bg-hight-left{
    background-color: #f5f5f5;
}
.entire-map iframe {
    width: 100%;
}
@media (max-width:992px){
    .is-mobile .product-detail-footer .nav {
        justify-content: normal !important;
    }
    
    .is-mobile .product-detail-footer .nav>li {
        margin-right: 0;
        flex: 0  0 33.33%;
    }
    
    .is-mobile .product-detail-footer .nav>li>a {
        text-align: center;
    }
    .entire-map iframe {
        height: 220px;
    }
}