/*
Theme Name: Tailorbros
Description: Tailorbros
Author: A2Z Tech
Template: flatsome
Version: 1.0.016
*/

/* phung custom */

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
    font-family: 'Times New Roman';
    font-style: normal;
    font-weight: normal;
    src: url('./assets/fonts/times.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman';
    font-style: italic;
    font-weight: normal;
    src: url('./assets/fonts/timesi.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman';
    font-style: normal;
    font-weight: bold;
    src: url('./assets/fonts/timesbd.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Times New Roman';
    font-style: italic;
    font-weight: bold;
    src: url('./assets/fonts/timesbi.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    font-style: normal;
    font-weight: normal;
    src: url('./assets/fonts/MinionPro-Regular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    font-style: italic;
    font-weight: normal;
    src: url('./assets/fonts/MinionPro-It.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    font-style: normal;
    font-weight: 500;
    src: url('./assets/fonts/MinionPro-Medium.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    font-style: italic;
    font-weight: 500;
    src: url('./assets/fonts/MinionPro-MediumIt.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    font-style: normal;
    font-weight: 600;
    src: url('./assets/fonts/MinionPro-Semibold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    font-style: italic;
    font-weight: 600;
    src: url('./assets/fonts/MinionPro-SemiboldIt.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    font-style: normal;
    font-weight: bold;
    src: url('./assets/fonts/MinionPro-Bold.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Minion Pro';
    font-style: italic;
    font-weight: bold;
    src: url('./assets/fonts/MinionPro-BoldIt.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    font-weight: bold;
    src: url('./assets/fonts/GothamBold.ttf') format('ttf');
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    font-weight: medium;
    src: url('./assets/fonts/GothamMedium.ttf') format('ttf');
    font-display: swap;
}
@font-face {
    font-family: 'Gotham';
    src: url('./assets/fonts/GothamBook.ttf') format('ttf');
    font-display: swap;
}
@font-face {
    font-family: 'BreeSerif';
    src: url('./assets/fonts/BreeSerif.otf') format('otf');
    font-display: swap;
}
@font-face {
    font-family: 'msyi';
    src: url('./assets/fonts/MSYI.woff') format('woff');
    font-display: swap;
}
body {
    font-size: 16px;
    font-family: 'Gotham';
    font-weight: normal;
}
body p{
    font-family: 'msyi';
    font-weight: normal;
}
.button{
	font-family: 'Gotham';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'BreeSerif';
}


.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.text-justify {
    text-align: justify;
}

.nav>li>a {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.nav>li a.button {
    font-family: 'Minion Pro';
    line-height: 40px;
}

.header-nav-main.nav-pills>li>a,
.header-nav-main.nav-pills>li>a:hover {
    border-radius: 6px;
}

.nav-spacing-xlarge>li {
    margin: 0 16px;
}

.fs-24 h3 {
    font-size: 24px;
}

.heading.mb-0 h3,
.mb-0 > *:last-child {
    margin-bottom: 0;
}

.heading h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.02em;
}

.heading-v2 h3 {
    font-size: 64px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.02em;
}

.heading h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.02em;
}

.sec-banner::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(./assets/img/tilt-4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 150px;
    z-index: 4;
}

.post-item .is-divider {
    display: none;
}

.post-item .post-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 45px;
}

.post-item .box-text {
    font-size: 1em;
    padding-top: 30px;
}

.post-item .box-text .cat-label {
    text-transform: none;
    font-size: 14px;
    margin-bottom: 5px;
}

.post-item .box-text .meta-post {
    color: #757779;
}

.post-item .box-text .meta-post .num_comment {
    position: relative;
    margin-left: 16px;
    padding-left: 16px;
}

.post-item .box-text .meta-post .num_comment::before {
    content: '';
    width: 3px;
    height: 3px;
    background: #757779;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.form-email {
    display: flex;
    align-items: center;
}

.form-email .wpcf7-form-control {
    height: 44px;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    margin-right: 0;
}

.form-email .wpcf7-submit {
    text-transform: none;
}

.wpcf7 .wpcf7-spinner {
    display: none;
}

.wpcf7 .form-email .wpcf7-not-valid-tip {
    border-radius: 0;
    margin-top: 0;
    position: absolute;
    font-size: .8em;
}

.follow-icons a {
    border-width: 1px !important;
    border-color: #fff !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.follow-icons a:first-child {
    margin-left: 0 !important;
}

.follow-icons a i {
    top: 0;
}

.menu-ft {
    flex-direction: unset;
}

.menu-ft .ux-menu-link {
    margin-right: 32px !important;
}

.h-100>.col-inner {
    height: 100%;
}

.col-summer>.col-inner::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -100px;
    background-image: url(./assets/img/summer.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 95%;
    width: 344px;
    height: 1120px;
}

.col-man>.col-inner::before {
    content: '';
    position: absolute;
    left: 0;
    top: -85px;
    background-image: url(./assets/img/text-men.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 170px;
    height: 560px;
}

.col-man.col-man-v2>.col-inner::before {
    left: unset;
    right: 0;
    top: unset;
    bottom: -155px;
    transform: rotate(180deg);
}

.wpcf7 label {
    font-size: 18px;
    color: #BB986E;
}

.wpcf7 .wpcf7-form-control {
    height: 45px;
    border-color: #B9C1D1;
    box-shadow: none;
}

.slider .flickity-page-dots .dot {
    background-color: #D9D9D9 !important;
    border: none;
    opacity: 1 !important;
}

.slider .flickity-page-dots .dot.is-selected {
    background-color: #BB986E !important;
}

.slider-nav-circle .flickity-prev-next-button {
    width: 44px !important;
    height: 44px;
	min-height: 44px;
    border: 1px solid #E5E7EB;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

.slider-nav-circle .flickity-prev-next-button.previous {
    background-image: url(./assets/img/icon-left-white.svg);
}

.slider-nav-circle .flickity-prev-next-button.next {
    background-image: url(./assets/img/icon-right-white.svg);
}

.slider-nav-circle .flickity-prev-next-button svg {
    display: none;
}

.slider-nav-outside .flickity-prev-next-button.previous {
    left: auto;
    right: calc(100% + 20px);
}

.slider-nav-outside .flickity-prev-next-button.next {
    left: calc(100% + 20px);
    right: auto;
}

.sec-our-service::before,
.sec-our-service::after {
    content: '';
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 150px;
    z-index: 4;
}

.sec-our-service::before {
    bottom: 100%;
    left: 0;
    background-image: url(./assets/img/tilt-4.png);
}

.sec-our-service::after {
    top: 100%;
    left: 0;
    background-image: url(./assets/img/tilt-5.png);
}

.icon-box-img img,
.icon-box-img svg {
    padding-top: 0;
}

.list-network .icon-box {
    width: auto;
}

.slider-our-service .flickity-page-dots {
    bottom: -5px;
}

.sidebar-inner {
    padding: 48px;
    background: #F7F5ED;
}

.widget {
    margin-bottom: 48px;
}

.widget .is-divider {
    display: none;
}

.widget .widget-title {
    color: #262626;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: none;
    margin-bottom: 32px;
    display: block;
}

.widget_search input {
    border: 1px solid #BB986E;
    height: 54px;
    background-color: transparent;
    box-shadow: none;
    padding-left: 45px;
}

.widget_search .submit-button {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent !important;
    border: none;
    color: #BB986E;
}

.widget_product_categories ul li+li {
    border: none;
}

.widget_product_categories ul li a {
    color: #262626;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    position: relative;
    padding-left: 34px;
}

.widget_product_categories ul li.active a,
.widget_product_categories ul li a:hover {
    color: #BB986E;
    font-weight: 400;
}

.widget_product_categories ul li a::before {
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #BB986E;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
}

.widget_product_categories ul li a:hover::after,
.widget_product_categories ul li.active a::after {
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: #BB986E;
}

.product-small.box .product-title a {
    color: #262626;
    font-size: 24px;
    font-weight: 700;
    line-height: 45px;
}

.filter-cat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.filter-cat .woocommerce-result-count {
    margin-left: 0;
}

.watermark {
    color: rgba(187, 152, 110, 0.20);
    font-size: 250px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.box-collection-img img {
    width: calc(100% - 200px);
}

.box-collection-img .text {
    position: absolute;
    right: 0;
    bottom: 50px;
    background-color: #E09740;
    padding: 16px;
}

.box-collection-img-v2>.col-inner {
    width: calc(100% + 120px);
}

.list-tag {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.list-tag a {
    padding: 8px 12px;
    border: 1px solid#BB986E;
    color: #BB986E;
    font-size: 14px;
    margin-left: 10px;
}

.list-tag a:hover {
    background: #BB986E;
    color: #fff;
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
    background-color: #fff;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    color: #BB986E;
    text-transform: none;
}


body.tag #main {
    padding-top: 30px;
}

body .booked-modal input[type=submit].button-primary {
    color: #fff !important;
}

div#CDSWIDSSP {
    width: 100% !important;
    text-align: center !important;
}

#CDSWIDSSP .widSSPData .widSSPBranding dt {
    margin: 0 auto !important;
}

#CDSWIDSSP div {
    font-family: 'Times New Roman';
}

#CDSWIDSSP .widSSPData .widSSPH18 {
    font-family: 'Times New Roman';
    font-size: 30px;
}

#CDSWIDSSP .widSSPData .widSSPTrvlRtng {
    font-size: 16px !important;
}

#CDSWIDSSP .widSSPData .widSSPH11 {
    font-size: 16px;
}

#CDSWIDSSP .widSSPData .widSSPOneReview {
    margin-top: 15px;
}

.widSSPBullet li span {
    display: block !important;
}

.widSSPBullet li {
    float: left !important;
    padding: 0 70px !important;
}

.widSSPBullet li span.widSSPQuote {
    text-transform: capitalize;
    color: #000 !important;
    font-size: 16px !important;
    font-family: 'Times New Roman' !important;
    margin: 15px 0 30px;
}

.widSSPBullet li span a {
    color: #bb986e !important;
    font-size: 16px !important;
    text-decoration: none !important;
    font-family: 'Times New Roman' !important;
}

.widSSPBullet button.slick-prev.slick-arrow {
    background-image: url(./assets/img/arrow-icon-dark.svg) !important;
    width: 44px;
    height: 44px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #E5E7EB;
    border-radius: 50%;
    left: 0;
    top: 80% !important;
    z-index: 10;
}

.widSSPBullet button.slick-next.slick-arrow {
    background-image: url(./assets/img/arrow-icon-right-dark.svg) !important;
    width: 44px;
    height: 44px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #E5E7EB;
    border-radius: 50%;
    right: 0;
    z-index: 10;
    top: 80% !important;
}

.widSSPBullet button.slick-arrow::before {
    display: none;
}

#CDSWIDSSP .widSSPClickWrap {
    left: 0;
    right: 0;
    height: 70px !important;
}
#CDSWIDSSP .widSSPData .widSSPAll {
    display: flex;
    justify-content: center!important;
}
.cnb-single.cnb-fixed.cnb-bottom-right.call-now-button.cnb-domain-starter {
    bottom: 100px;
    right: 15px;
}

.archive.category .row > .col.post-item:nth-child(1),
.archive.tax-collection_cat .row > .col.post-item:nth-child(1) {
    min-width: 100%;
}
/* .blog-wrapper.page-wrapper > .row > .large-9 {
    flex-basis: calc(100% - 430px);
    max-width: calc(100% - 430px);
    margin-right: 60px;
}
.blog-wrapper.page-wrapper > .row > .post-sidebar {
    flex-basis: 370px;
    max-width: 370px;
} */

.book-appointment {
	position: fixed;
	bottom: 178px;
	right: 15px;
	z-index: 2;
}
/*phone*/
.phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}
#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #bb986e;
    background-color: rgba(187, 152, 110, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}
.phone-vr-img-circle {
    width: 45px;
    height: 45px;
    top: 22px;
    left: 22px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}
.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}
.phone-vr-img-circle img {
    max-height: 45px;
    max-width: 45px;
}
@-webkit-keyframes phone-vr-circle-fill {
  0% {-webkit-transform: rotate(0) scale(1) skew(1deg);  }
  10% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  20% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  30% {-webkit-transform: rotate(-25deg) scale(1) skew(1deg);}
  40% {-webkit-transform: rotate(25deg) scale(1) skew(1deg);}
  50% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
  100% {-webkit-transform: rotate(0) scale(1) skew(1deg);}
}
@-webkit-keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}@keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}
.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
}
.phone-bar a:hover {
    opacity: 0.8;color: #fff;
}
@media(max-width: 736px){
    .phone-bar{display: none;}
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}
#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}
#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, 0.8);
}
#viber-vr .phone-vr-img-circle {
    background-color: #714497;
}
#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}
#contact-vr .phone-vr-img-circle {
    background-color: #2196F3;
}
.slider-cs {
	position: relative;
}
.slider-cs::before {
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	width: 100vw;
	height: 100%;
	background-color: #fff;
	z-index: 1;
}
.slider-cs .slider {
	margin-bottom: 100px;
}
.slider-cs .slider .flickity-page-dots {
	bottom: auto;
    top: calc(100% + 40px);
	left: 0;
	right: auto;
}
.slider-cs .slider .flickity-prev-next-button {
    bottom: auto;
    top: calc(100% + 40px);
    filter: brightness(0);
	right: 0;
}
.slider-cs .slider .flickity-prev-next-button.previous {
    left: auto;
    right: 60px;
}
.slider-cs .slider .flickity-slider>*{
	width: 340px !important;
	padding-right: 30px;
	opacity: 1;
}
.slider-cs .slider .flickity-viewport {
	overflow: visible;
}
.tabs-cs .nav {
	gap: 16px;
}
.tabs-cs ul li:not(.active) a {
	color: #000;
}
.tabs-cs .tab-panels {
	padding-top: 32px;
}
.finished-product:hover .button,
.finished-product:hover .box-image::before {
	opacity: 1;
}
.finished-product .box-image::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
	opacity: 0;
	transition: .3s;
}
.finished-product .box-text {
	padding: 16px 0 0;
}
.finished-product .box-text p {
	color: #757779;
	line-height: 24px;
	font-size: 16px;
	font-weight: 700;
}
.finished-product .box-text p:first-child {
	font-size: 12px;
	font-weight: 300;
}
.finished-product .box-text h4 {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 45px;
}
.finished-product .button {
	position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    padding: 0 10px;
	opacity: 0;
}
#book_appointment form {
	margin-bottom: 0;
}
#book_appointment .form-booking .form-booking-title {
	display: block;
    font-family: Roboto;
    font-weight: 700;
    font-size: 24px;
    line-height: 45px;
    background: #BB986E;
    color: #fff;
	margin: -20px -15px 20px -15px;
    padding: 16px 50px 16px 16px;
	position: relative;
}
#book_appointment .form-booking .form-booking-title .mfp-close {
    background: url(assets/img/close.svg) center no-repeat;
    top: 50% !important;
    transform: translateY(-50%);
    mix-blend-mode: unset;
    right: 16px;
}
.form-booking .form-booking-title {
	display: none;
}
.form-booking label {
	color: #262626;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	margin-bottom: 24px;
	display: block;
}
.form-booking h3 {
	color: #262626;
	font-size: 16px;
	font-weight: 700;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.form-booking h3::after {
    content: '';
    background-image: url(assets/img/icon-information.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: -1px;
}
.form-booking .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-checkbox) {
    border-radius: 4px;
    border: 1px solid #CCC;
    background-color: #FFF;
	font-size: 14px;
    height: 48px;
    padding: 10px 12px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    margin-bottom: 0;
}
.form-booking .wpcf7-select{
	background-image: url(assets/img/icon-select.png);
	background-position: right 14px center;
}
.form-booking textarea {
	min-height: 80px;
}
.form-booking .wpcf7-checkbox label {
	margin-bottom: 0;
}
.form-booking .btn {
	min-height: 40px;
	height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 42px;
}
.form-booking .btn.reset {
    background: #fff;
    border: 1px solid #000;
	margin-right: 0;
}
.row.row-medium:not(.row-collapse) {
    margin-bottom: 0;
    margin-left: -4px;
    margin-right: -4px;
}
.row.row-medium>.col {
    padding: 0 4px 8px;
}

.wpcf7 .wpcf7-not-valid-tip {
    margin-top: 0;
    opacity: 1;
    font-size: 12px;
	background-color: transparent;
}
.wpcf7 .wpcf7-not-valid-tip::after {
	content: none;
}
.box-partner .image-cover {
	padding-top: 240px;
	display: block;
}
.box-partner .box-partner-text {
	padding-top: 32px;
}
.box-partner .box-partner-text h3 {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 45px;
	margin-bottom: 0;
}
.box-partner .box-partner-meta {
	display: flex;
	justify-content: space-between;
	gap: 8px;
}
.box-partner .box-partner-meta+.box-partner-meta {
	margin-top: 8px;
}
.box-partner .box-partner-meta:last-child {
	display: none;
}
.box-partner .box-partner-meta .btn {
	min-height: 40px;
	display: flex;
	min-width: 142px;
	align-items: center;
	justify-content: center;
	border: 1px solid #CCC;
	background: #EEE;
	padding: 8px 20px;
	color: #262626;
	font-size: 16px;
	word-break: break-all;
}
.box-partner .box-partner-meta .btn.btn-store {
	background: #BB986E;
	border-color: #BB986E;
	color: #fff;
}
.box-partner .box-partner-meta .btn.btn-copy span::before {
	content: '';
	background-image: url(assets/img/icon-file.png);
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: 6px;
	vertical-align: middle;
}

@media only screen and (min-width: 850px) and (max-width: 1100px){
	.box-partner .box-partner-meta .btn {
		font-size: 14px;
		padding: 5px 15px;
	}
}

@media only screen and (min-width: 550px) and (max-width: 850px){
	.box-partner .box-partner-meta .btn {
		min-width: auto;
	}
}

@media only screen and (min-width: 850px) {
	.row-box-partner .row-box-partner-title {
		margin-bottom: -115px;
	}
	.row-box-partner .row-box-partner-tabs ul.nav{
		padding-left: 41%;
	}
	.row-box-partner .tab-panels {
		padding-top: 60px;
	}
}
@media only screen and (max-width: 849px) {
    .menu-ft .ux-menu-link {
        margin-right: 10px !important;
    }

    .box-collection-img img {
        width: 100%;
    }

    .box-collection-img .text {
        position: static;
    }
	.box-partner .box-partner-text h3 {
		font-size: 18px;
	}
}

@media only screen and (max-width: 720px) {
    body .booked-calendar .booked-appt-list .timeslot {
        margin-bottom: 10px;
    }

    body .booked-appt-list .timeslot .spots-available {
        color: #fff;
    }
}

@media only screen and (max-width: 550px) {
    .heading h3 {
        font-size: 28px;
    }

    .heading-v2 h3 {
        font-size: 36px;
    }

    .watermark {
        font-size: 110px;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .icon-box-sm-left {
        display: flex;
        text-align: left;
    }

    .icon-box-sm-left .icon-box-img,
    .icon-box-sm-left .icon-box-text {
        margin: 0;
    }

    .icon-box-sm-left .icon-box-text {
        padding-left: 1.5rem;
    }

    .box-collection-img .text {
        width: 100%;
    }

    body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col .date .number {
        top: calc(50% + 8px);
        left: calc(50% + 7px);
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }

    #comments {
        margin-bottom: 0 !important;
    }
}

/* Woo */
#shop-sidebar {
    padding: 0 !important;
    background-color: white;
}

#shop-sidebar input[type="search"] {
    border: 1px solid #CCCCCC;
    background-color: transparent;
    box-shadow: none;
    font-size: 14px;
    height: 48px;
    line-height: 49px;
	padding-left: 50px;
}

.woocommerce-ordering, .woocommerce-ordering select {
    font-size: 14px;
}

#shop-sidebar .widget-title {
    font-size: 18px;
	margin-bottom: 0 !important;
    padding: 20px 24px 20px 0 !important;
	position: relative;
	cursor: pointer;
}
#shop-sidebar .widget-title::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translatey(-50%);
    background-image: url(./assets/img/arrow-up.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    display: inline-block;
}
#shop-sidebar .widget {
	margin-bottom: 0 !important;
}
#shop-sidebar .widget > *:last-child {
	margin-bottom: 16px;
}
#shop-sidebar .widget+.widget {
	border-top: 1px solid #757779;
}
.widget_layered_nav li a {
    font-size: 16px;
    color: black;
    text-decoration: none;
	display: flex !important;
    align-items: center;
}

.widget_layered_nav li a::before {
    content: '';
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px !important;
    height: 24px !important;
    width: 24px !important;
    display: inline-block;
    margin-right: 10px;
    opacity: 1;
	line-height: 20px !important;
}

.widget_price_filter .price_slider_amount .button {
    margin-bottom: 0;
}

.widget_price_filter .price_label {
    padding-top: 12px;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #BB986E;
    height: 20px;
    top: -8px;
    width: 20px;
}
.widget_price_filter .ui-slider .ui-slider-range {
    background-color: #E1E1E1;
}

.widget_price_filter .price_slider_amount .button {
	display: none;
}

.searchform button {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent !important;
	border: none;
	color: #757779 !important;
	box-shadow: none !important;
}

.product-small.box .product-sizes {
	position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
	opacity: 0;
	transform: translateY(20%);
	transition: opacity 0.2s, transform 0.2s;
} 
.product-small.box:hover .product-sizes {
	opacity: 1;
	transform: translateY(0);
}
.product-small.box .product-sizes li {
	display: inline-block;
	margin: 0;
} 
.product-small.box .product-sizes li a {
    font-size: 14px;
    padding: 3px 8px;
    background: #fff;
    border: 1px solid #e09740;
    margin-left: -1px;
} 
.product-small.box .product-sizes li a:hover {
   text-decoration: underline;
} 
.product-main .variations th {
    min-width: 120px;
    vertical-align: top;
    padding-top: 20px;
}

.product-main .product-summary .quantity {
    display: none !important;
}

.woocommerce-variation-add-to-cart .btn-appointment {
    padding: 8px 20px;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    background: #BB986E;
    color: white;
    width: 100%;
    display: block;
    height: 48px;
    text-align: center;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button:not(:hover) {
	background-color: #fff !important;
	border: 1px solid #000;
	color: #000;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button {
    width: 100%;
    height: 48px;
    display: block;
    margin-top: 16px;
    font-family: Raleway, sans-serif;
}
.checkout-page-title {
	display: none;
}
.cart-container {
    padding-bottom: 48px;
    padding-top: 48px;
}
.cart-container thead th {
	border: none;
	color: #757779 !important;
}
.cart-container button[name="apply_coupon"] {
	background-color: #EEEEEE;
}
.woocommerce-cart-form td.product-thumbnail {
	max-width: 54px;
	min-width: 54px;
	width: 54px;
	padding: 0;
}
.woocommerce-cart-form td.product-name a {
	color: #000;
	font-weight: 700;
	font-size: 16px;
	line-height: 32px;
}
.woocommerce-cart-form td.product-quantity input {
	border: none !important;
	background-color: transparent !important;
	box-shadow: none !important;
	width: 44px;
	height: 29px;
}
.woocommerce-cart-form td.product-quantity input.plus,
.woocommerce-cart-form td.product-quantity input.minus {
	background-repeat: no-repeat;
	background-position: center;
	font-size: 0;
}
.woocommerce-cart-form td.product-quantity input.minus {
    background-image: url(./assets/img/minus.svg);
}
.woocommerce-cart-form td.product-quantity input.plus {
	  background-image: url(./assets/img/plus.svg);
}
.product-quantity-wrap {
	width: max-content;
	text-align: center;
}
.product-quantity-wrap .remove {
	width: auto;
    height: auto;
    border: none !important;
	border-top: 1px solid #C9C9C9 !important;
    color: #757779 !important;
    font-weight: 300;
	margin-top: 6px;
	padding-top: 6px;
	border-radius: 0;
}