bbody {
    font-family: Lato;
    color: #5a5a5a;
}

a {
	text-decoration: none !important;
}


/* Menu */
#topbar {
    background: #B69E4F;
    text-align: right;
    padding: .5rem 1rem;
}

#topbar a {
    color: #fff;
	text-decoration: none;
}

#topbar a:hover {
    color: #ccc;
}

.bar-fix{
    z-index: 20;
    background: #fff;
    position: fixed;
    width: 100%;
    height:100px
    left:0px;
    top:0px;
}

.body-margin{
    z-index: 3;
    margin-top: 105px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(142,115,27,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

a.logo {
    position: absolute;
    left: 70px;
    top: 10px;
}

a.logo img {
    height: 35px;
}

button.navbar-toggler {
    border: 0;
    outline: 0;
}

a.user-acc img {
    width: 40px;
}

a.user-acc {
    position: absolute;
    right: 20px;
    top: 10px;
}

.navbar.bg-light {
    background-color: #fff !important;
    margin-bottom: 5px;
}

#tram-menu a {
    color: #8E731B;
    font-weight: bold;
}

#tram-menu .dropdown-item {
    color: #212529 !important;
    font-weight: normal !important;
}

#tram-menu .dropdown-menu.show {
    width: fit-content;
    height: 200px;
    overflow: scroll;
}

#tram-menu a:hover {
    color: #000;
}

#tram-menu form {
    box-shadow: 0 0 45px #a19b6f;
    margin-top: 10px !important;
    border-radius: 10px;
}

#tram-menu span.fa.fa-search {
    background: #ededed !important;
    padding: 12px;
    font-size: 16px;
    border-radius: 10px 0 0 10px;
    border: 1px solid #d8d8d8;
    border-right: 0;
    position: absolute;
}

#tram-menu input.form-control {
    width: 100%;
    outline: none !important;
    font-size: 12px;
    padding: 20px 20px 20px 50px;
    border-radius: 10px;
}


/* Home */
/* Carousel */
#myCarousel .container {
    padding: 0;
    max-width: unset;
    width: 100%;
}

#myCarousel img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.carousel-caption {
    width: 400px;
    text-shadow: 1px 1px 1px #000;
    top: 30%;
    bottom: unset;
    font-family: 'Libre Baskerville', serif;
    margin: 0 auto;
}

#myCarousel p {
    font-size: 24px;
    z-index: 1;
    font-family: Lato;
    line-height: 120%;
}


/* Home Search */

#home-search {
    padding: 10px 15px;
    width: 90%;
    margin: 0 auto;
    margin-top: -50px;
    z-index: 2;
    position: relative;
}

#home-search form {
    box-shadow: 0 0 45px #a19b6f;
    margin-top: 10px !important;
    border-radius: 10px;
}

#home-search span.fa.fa-search {
    background: #ededed !important;
    padding: 15px;
    font-size: 16px;
    border-radius: 10px 0 0 10px;
    border: 1px solid #d8d8d8;
    border-right: 0;
    position: absolute;
}

#home-search input.form-control {
    width: 100%;
    outline: none !important;
    font-size: 16px;
    padding: 23px 20px 23px 60px;
    border-radius: 10px;
}


/* The Icon */

#the-icons {
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

#the-icons p {
	color: #5a5a5a;
}

#the-icons img {
    margin-bottom: 10px;
}



/* Featured Treatments */
#featured-post h2 {
    color: #a19b6f;
    text-transform: capitalize;
    font-size: 25px;
    margin-top: 40px;
    padding: 10px 0;
    font-family: 'Libre Baskerville', serif;
}

.card img {
    width: 100%;
}

.slick-slide {
    padding: 5px;
}

.slick-slide .card-title {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 60px;
    line-height: 120%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px;
}

#featured-post a {
    color: #8E731B;
    outline: none;
    text-decoration: none;
}

#featured-post a:hover {
    color: #000;
}

.card-body {
    padding: 0;
}

.slick-slide:hover {
    margin-top: -5px;
}

#featured-post .location {
    color: #8E731B !important;
    width: 100%;
}

a.location {
    background-image: url(../img/treatments/origin.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px auto;
    color: #666 !important;
    padding-left: 20px;
    float: left;
    outline: none;
}

a.location:hover {
    color: #000;
}

.card-text {
    padding: 0 15px 15px 15px;
    width: 100%;
    float: left;
}

.pricing {
    float: right;
    color: #000;
    font-weight: bold;
    font-size: 20px;
}



/* Popular Destinations */
#popular h2 {
    color: #a19b6f;
    text-transform: capitalize;
    font-size: 25px;
    margin-top: 40px;
    padding: 10px 0;
    font-family: 'Libre Baskerville', serif;
}

#popular .card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.card .area-name {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 20px;
    opacity: 1;
}

#popular .btn-primary {
    background: none;
    border-color: #8E731B;
    color: #8E731B;
    padding: 15px 30px;
}

#popular .btn-primary:hover {
    background: #8E731B;
    color: #fff;
}

.explore {
    text-align: center;
}



/* Treatment Categories */
#treatment-category h2 {
    color: #a19b6f;
    text-transform: capitalize;
    font-size: 25px;
    margin-top: 40px;
    padding: 10px 0;
    font-family: 'Libre Baskerville', serif;
}

#treatment-category a.card-box {
    width: 24%;
    float: left;
    margin: 0 0.5% 20px 0.5%;
    border: 1px solid #a19b6f;
    padding: 10px;
    color: #8E731B;
    text-decoration: none;
    line-height: 110%;
}

#treatment-category a.card-box:hover {
    box-shadow: 1px 1px 5px #8E731B;
}

#treatment-category a.card-box img {
    width: 35%;
    float: left;
    margin-right: 10px;
}


/* Reservation Process */
#reservation-process {
    color: #212529;
    float: left;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 35px 0;
}

#reservation-process h2 {
    background: url(../img/line.jpg) left center repeat-x;
    background-size: 1% 5%;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
	color: #B69E4F;
    margin-bottom: 30px;
}

#reservation-process h2 span {
    background: #fff;
    padding: 0 15px;
    font-family: 'Libre Baskerville', serif;
    display: inline-block;
    margin: 0 15px;
}

.gold-text {
    color: #B69E4F;
    font-size: 50px;
    line-height: 45px;
    font-weight: bold;
}

#reservation-process img {
    margin-left: -20px;
    width: 100%;
}

#reservation-process .row {
    margin-bottom: 30px;
}

#reservation-process .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

#reservation-process a {
    color: #8E731B;
    text-decoration: none;
}


/* Contact Us */

#contact {
    color: #fff;
    float: left;
    width: 100%;
    margin-top: 20px;
    padding: 35px 0;
}

#contact h2 {
    background: url(../img/line.jpg) left center repeat-x;
    background-size: 1% 5%;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #54534A;
    margin-bottom: 30px;
}

#contact h2 span {
    background: #fff;
    padding: 0 15px;
    font-family: 'Libre Baskerville', serif;
}

#contact form {
    max-width: 500px;
    margin: 0 auto;
    color: #000;
}

#contact form label {
    font-weight: bold;
}

#contact button.btn.btn-default {
    background: #8E731B;
    border: 1px solid #8E731B;
    color: #fff;
    cursor: pointer;
    font-weight: normal;
    padding: 15px 30px;
}



/* Partner Clinic / Hospital */
#partners {
    float: left;
    width: 100%;
    background: #ffffff;
    margin-top: 50px;
    padding: 35px 0;
}

#partners h2 {
    background: url(../img/line.jpg) left center repeat-x;
    background-size: 1% 5%;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
	color: #B69E4F;
    margin-bottom: 30px;
}

#partners h2 span {
    background: #ffffff;
    padding: 0 15px;
    font-family: 'Libre Baskerville', serif;
    display: inline-block;
    margin: 0 10px;
}

#partners a {
    color: #8E731B;
    outline: none;
    text-decoration: none;
}

#partners a:hover {
    color: #000;
}

#partners .btn-primary {
    background: none;
    border-color: #8E731B;
    color: #8E731B;
    padding: 15px 30px;
}

#partners .btn-primary:hover {
    background: #8E731B;
    color: #fff;
}



/* HERE'S WHAT TRAMBELLIR CUSTOMERS SAY */
#reviews {
    float: left;
    width: 100%;
    margin-top: 40px;
    padding: 10px 0;
}

#reviews h2 {
    background: url(../img/line.jpg) left center repeat-x;
    background-size: 1% 3%;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
	color: #000;
    margin-bottom: 30px;
}

#reviews h2 span {
    background: #fff;
    padding: 0 15px;
    font-family: 'Libre Baskerville', serif;
    color: #54534A;
    display: inline-block;
    margin: 0 10px;
}

#reviews .quote::before {
    background: url(../img/quote.png) no-repeat left top;
    content: ' " ';
    float: left;
    width: 35px;
    text-indent: -9999px;
}

.quote p {
    padding-left: 35px;
}

.customer-name {
    float: right;
}

.col-6.quote {
    margin-bottom: 30px;
}


/* Post */
.post-title {
    margin-bottom: 25px;
    font-family: 'Libre Baskerville', serif;
    margin-top: 30px !important;
}


/* Product Category */
#product-category h1 {
    margin-bottom: 10px;
}

#product-category a {
	color: #8E731B;
}

#product-category a:hover {
	color: #000;
}

.products {
    margin-top: 30px;
}

.product-listings {
    width: 50%;
    float: left;
    text-decoration: none;
    margin-bottom: 30px;
    padding: 10px;
}

.listings h2 {
    font-size: 18px;
    margin-top: 5px;
    color: #B69E4F;
    padding: 5px;
    text-transform: uppercase;
    font-family: 'Libre Baskerville', serif;
    max-width: 100%;
    height: 48px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

nav.page-pagination {
    width: 100%;
    float: left;
    margin-top: 50px;
}

nav.page-pagination li.page-item a {
    border: 0 !important;
    outline: 0;
}

li.page-item a {
    border: 0 !important;
    outline: 0;
    color: #B69E4F;
    font-weight: bold;
    padding: 5px;
}

.sidebar-links {
    border: 1px solid #ccc;
    padding: 10px 15px;
}

.sidebar-links a {
    color: #8E731B;
    text-decoration: none;
}

#cart-2 {
    margin-top: 30px;
}

a.listings img {
    width: 100%;
    max-height: 235px;
}


/* My Account */

#login-register {
    padding-bottom: 50px;
}

#customer_login form {
    border: 1px solid #d3ced2;
    padding: 20px;
    border-radius: 5px;
}

#customer_login h2 {
    background: none;
    color: #B69E4F;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 30px;
    font-family: 'Libre Baskerville', serif;
}

#customer_login label {
    font-weight: bold;
}

#customer_login label .important {
    color: #f44;
}

#customer_login button.btn.btn-default {
    background-color: #8E731B !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-weight: normal !important;
}

.lost_password {
    margin-top: 25px;
}

.lost_password a {
	color: #8E731B;
	text-decoration: none;
}

.lost_password a:hover {
	color: #000;
}

/* Price List */
#product-price .table-menu-list td {
    padding: 10px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #DDDDDD;
    max-height: 240px;
    overflow: auto;
}

.pricelist-image {
    width: 40%;
    padding: 10px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #DDDDDD;
}

.pricelist-name {
    width: 30%;
    padding: 10px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #DDDDDD;
}

.pricelist-price {
    width: 30%;
    padding: 10px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #DDDDDD;
}

.pricelist-image-child img {
    width: 100%;
}

#product-price a {
	color: #8E731B;
}

#product-price a:hover {
	color: #000;
}

#product-listings a {
	color: #8E731B;
}

#product-listings a:hover {
	color: #000;
}


/* Trambellir Articles */
#trambellir-articles h1 {
    text-align: center;
    font-size: 28px;
    color: #54534A;
    font-weight: bold;
}

#trambellir-articles a {
    color: #8E731B;
    font-family: 'Libre Baskerville', serif;
    font-size: 13px;
}

#trambellir-articles a:hover {
	color: #000;
}

#trambellir-articles img {
    width: 100%;
    margin-bottom: 15px;
}

#trambellir-articles h5.card-title {
    font-size: 15px;
    font-weight: bold;
}

#trambellir-articles .entry-date {
    font-size: 13px;
	margin-bottom: 10px;
}

#trambellir-articles .theexcerpt {
    font-size: 14px;
    line-height: 120%;
}

#trambellir-articles .theexcerpt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}

#trambellir-articles .theexcerpt a {
    margin-top: 5px !important;
    float: left;
    color: #000;
    font-weight: bold;
    font-family: Lato;
}

#trambellir-articles .col-4 {
    margin-bottom: 45px;
}


/* Platinum */

#trambellir-platinum h1 {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

#trambellir-platinum {
    margin-top: 60px;
	padding-bottom: 30px;
}


/* Single Article */
h1.single.post-title {
    font-size: 25px;
    margin-bottom: 5px;
}

#trambellir-articles.single {
    margin-top: 10px;
}

span.fa-eye {
	font-family: FontAwesome;
}

.epvc-post-count {
    text-align: center;
    font-size: 13px;
}

.featured-img {
    margin-top: 15px;
}

.post-arthur {
    font-weight: bold;
    padding: 10px 0;
}

.related-treatments a.card-title {
    font-weight: bold;
    color: #000 !important;
    font-size: 20px;
}

.related-treatments a.card-title:hover {
    text-decoration: underline !important;
}

.related-treatments .featured-image {
    max-width: 150px;
    float: left;
    margin-right: 15px;
}

.related-treatments .card {
    padding: 10px;
    margin: 20px 0;
    width: fit-content;
}

.related-treatments .price {
    display: block;
    opacity: .75;
    font-weight: 700;
    margin-top: -.75em;
}

.related-treatments .card-content {
    display: flex;
    align-items: center;
}

.related-treatments img {
    margin: 0 !important;
}

.buy-show a {
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 0 0px rgba(0, 0, 0, 0.05);
    display: inline-block;
    padding: .5em;
    color: #B4B9BD !important;
    margin: 10px 10px 0 0;
}

.buy-show a:hover {
    color: #000 !important;
}

#single-post {
    padding-right: 50px;
}

#related-post h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}

ul.related-post-list li {
    list-style: none;
    margin-bottom: 35px;
}

ul.related-post-list {
    padding: 0 !important;
    margin-top: 25px;
}

#related-post {
    padding: 0 25px;
}

.related-post-content {
    line-height: 120%;
}

.related-post-content a {
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
}

.related-post-content p {
    font-size: 13px;
    line-height: 100%;
    margin-top: 10px;
}


/* Single Product */

#product-category {
    padding-bottom: 50px;
}

#single-product {
    margin-top: 60px;
    padding-bottom: 45px;
}

#single-product .product-image img {
    width: 100%;
}

#single-product h2.product-title {
    color: #8E731B;
    font-family: 'Libre Baskerville', serif;
    font-size: 28px;
}

#single-product .product-contents {
    border: 1px solid #ccc;
    margin: 30px 0;
    padding: 15px 20px;
    float: left;
    width: 100%;
}

#single-product .product-descriptions h2 {
    color: #B69E4F;
    font-size: 1em;
    text-align: left;
    font-family: 'Libre Baskerville', serif;
    margin-top: 25px;
    margin-bottom: 20px;
}

#single-product .product-descriptions h2.p2 {
    margin-top: 50px !important;
}

#single-product .product-descriptions ul {
    padding-left: 20px;
    margin-bottom: 50px;
}

#single-product .price {
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

.product-option {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

span.product-type {
    float: left;
    margin-right: 15px;
}

select.single-selection {
    width: -webkit-fill-available;
}

#single-product .quantity input {
    border: 1px solid #ccc;
    padding: 15px 10px;
    width: 80px;
}

#single-product button.single_add_to_cart_button.button {
    background: #8E731B;
    border: 1px solid #8E731B;
    color: #fff;
    font-weight: normal;
    padding: 15px 20px;
    margin-left: 10px;
}


#single-product button.cart-button {
    background: #5b8bd5;
    color: #fff;
    padding: .25rem;
    border: 0;
    width: 49%;
    margin: 0.5%;
}

a.call {
    background: #f0470a;
    color: #fff;
    padding: .25rem;
    width: 49%;
    float: left;
    text-align: center;
    height: fit-content;
    margin: 0.5%;
}

.call-enquiry {
    margin: 15px 0;
}

#single-product #accept {
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

#single-product #f-bottom ul {
    max-width: max-content;
}

#single-product #f-bottom ul {
    max-width: max-content;
}

#single-product #f-bottom {
    padding-top: 10px;
}

.sku-links {
    border: 1px solid #ccc;
    margin-bottom: 40px;
    margin-top: 30px;
    padding: 15px 20px;
}

.sku-links a {
	color: #8E731B;
	text-decoration: none;
}

.sku-links a:hover {
	color: #000;
}


.related-products h3 {
    color: #B69E4F;
    font-size: 17px;
    margin-top: 40px;
    padding: 10px 0;
    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
}

ul.related-product-list {
    padding: 0;
}

ul.related-product-list li {
    list-style: none;
}

/*
.related-product-title {
    font-size: 17px;
    margin-top: 20px;
    padding: 0 10px;
    line-height: 120%;
    margin-bottom: 20px;
}
*/

.related-product-title a {
    color: #8E731B;
    font-size: 15px;
    font-family: 'Libre Baskerville', serif;
    display: -webkit-box;
    max-width: 100%;
    height: 60px;
    line-height: 120%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px;
}

.related-product-list a.location {
    color: #8E731B!important;
}

ul.related-product-list li {
    list-style: none;
    margin: 0 5px 25px;
    width: 48%;
    float: left;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.related-product-image img {
    width: 100%;
}

#myModal .modal-body #contact {
    background: #fff;
    border-radius: 5px;
}

.related-product-list .card-text {
    padding: 0 15px 15px 15px;
}

#single-product button.btn.btn-link {
    width: 100%;
    text-decoration: none;
    color: #000;
    text-align: left;
}

#single-product button.btn.btn-link.collapsed::after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

#single-product button.btn.btn-link::after {
    font-family: 'FontAwesome';
    content: "\f077";
    float: right;
    transition: all 0.5s;
}

#single-product .card-body {
    padding: 10px;
}

#product-listings {
    padding-bottom: 35px;
}

.discount_tip {
    background: #ff5722;
    font-weight: bold;
    position: absolute;
    top: 0;
    color: #fff;
    padding: 10px;
}

#product-price {
    padding-bottom: 35px;
}


/* Single Country Page */

#single-country {
    padding-bottom: 50px !important;
    float: left;
    width: 100%;
}

h1#country {
    font-family: 'Libre Baskerville', serif;
}



/* FOOTER */
#footer {
    width: 100%;
    float: left;
    border-top: 1px solid #ebebeb;
    text-align: center;
	background: #3F3D3D;
}

#accept {
    padding: 30px 0 15px;
    background: #fff;
}

#accept p {
    width: 100%;
    margin: 0;
}

#accept img {
    margin: 0 auto;
}

#f-bottom {
    float: left;
    width: 100%;
    padding-top: 30px;
}

#f-bottom ul {
    max-width: 300px;
    padding: 0;
    margin: 0 auto;
}

#f-bottom li {
    width: 50px;
    float: left;
    list-style: none;
    margin: 0 5px;
}

#f-bottom li img {
    width: 48px;
}

img.qr-code {
    width: 100px !important;
}

.icon-holder:hover .sns-popover.qr {
	display: block;
}

.sns-popover.qr {
    position: absolute;
    margin-left: -35px;
    margin-top: -180px;
    background: #000;
    padding: 10px;
	display: none;
}

.contact-link {
    float: left;
    width: 100%;
    padding-top: 15px;
}

.contact-link a {
    color: #8e731b;
    font-weight: bold;
    padding: 0 10px;
    text-decoration: none;
}

.contact-link a:hover {
    color: #fff;
}

.flogo img {
    width: 250px;
    margin-top: 10px;
}

.copyright {
    color: #A18501;
    text-align: center !important;
    padding: 10px 0 20px;
    font-weight: bold;
    font-size: 15px;
}

/* Destination */
#destination-box .item {
    float: left;
    height: 200px;
    margin-bottom: 10px;
    width: 50%;
}

#destination-box .area {
    background-size: cover;
    background-position: center center;
    height: 200px;
    margin: 10px 5px;
    position: relative;
}

#destination-box .area a {
    background: rgba(0,0,0,.2);
    color: #fff;
    display: table;
    height: 100%;
    text-align: center;
    text-decoration: none;
    width: 100%;
    transition: all 0.2s ease;
}

#destination-box .area .area-name {
    display: table-cell;
    font-weight: bold;
    font-size: 18px;
    text-shadow: 0 4px 4px rgba(0,0,0,.2);
    padding: 0 10px;
    vertical-align: middle;
}


/* Partner Clinic */
#partner-box .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

#partner-box h5 {
	color: #54534A;
    font-family: 'Libre Baskerville', serif;
    height: 25px;
}

#partner-box .col-sm-6 {
    margin-bottom: 20px;
    float: left;
}

/* AREA */
#area {
    margin-top: 30px;
}

h5.country::before {
    content: '<<';
    font-size: 15px;
    color: #8E731B;
    margin-right: 5px;
}

h5.country {
    font-weight: bold;
    color: #8E731B;
}

a:hover h5.country::before {
    color: #000;
}

a:hover h5.country {
    color: #000;
}

ul.sub-country {
    padding: 0;
}

ul.sub-country li {
    list-style: none;
}



@media (max-width: 1000px) {

	/* Treatment Categories */

	#treatment-category a.card-box {
		font-size: 14px;
	}
}


@media (max-width: 768px) {

	#myCarousel h2 {
		font-size: 25px;
	}

	#myCarousel p {
		font-size: 18px;
	}

	/* Treatment Categories */

	#treatment-category a.card-box {
		width: 49%;
		margin: 0 0.5% 10px 0.5%;
	}

	#the-icons img {
		width: 70px;
	}

	#reservation-process img {
		margin-left: 0;
		width: 80%;
	}

	#product-category .col-9, #product-category .col-3 {
		flex: unset;
		max-width: unset;
	}

	#product-category .col-9 {
		padding: 0;
	}

	#product-listings .col-9, #product-listings .col-3 {
		flex: unset;
		max-width: unset;
	}

	#product-price .col-9, #product-price .col-3 {
		flex: unset;
		max-width: unset;
	}

	#customer_login .col-6 {
		flex: unset;
		max-width: unset;
	}

	/* Trambellir Articles */
	#trambellir-articles h1 {
		font-size: 22px;
	}

	#trambellir-articles.single h1 {
		font-size: 18px;
	}

	#trambellir-articles .col-4 {
		width: 50%;
		flex: unset;
		max-width: unset;
	}


	/* Platinum */

	#trambellir-platinum h1 {
		font-size: 18px;
	}


	/* Single Post */
	#single-post {
		flex: unset;
		max-width: unset;
		padding: 0 15px;
	}

	#related-post {
		flex: unset;
		max-width: unset;
	}

	.sidebar-links {
		margin-top: 30px;
	}

	#single-product .col-9, #single-product .col-3 {
		flex: unset;
		max-width: unset;
	}

	.pricing {
		font-size: 18px;
	}
}


@media (max-width: 575px) {

	#topbar {
		display: none;
	}

	ul.navbar-nav.mr-auto {
		margin-top: 10px;
	}

	header {
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
		padding-bottom: 1px;
	}

    #tram-menu .dropdown-menu.show {
        width: auto;
        height: 100px;
        overflow: scroll;
    }

	#the-icons img {
		width: 30px;
	}

	#the-icons p {
		line-height: 120%;
		font-weight: 700;
		font-size: 12px;
	}

	#home-search input.form-control {
		font-size: 14px;
		padding: 23px 20px 23px 50px;
	}

	#home-search {
		margin-top: -35px;
		width: 100%;
	}

	#home-search span.fa.fa-search {
		background: #ffffff !important;
		padding: 10px;
		font-size: 22px;
		border: none;
	}

	.carousel-caption {
		width: 280px;
	}

	#myCarousel img {
		height: 200px;
		object-fit: cover;
	}

	#myCarousel h2 {
		font-size: 14px;
	}

	#myCarousel p {
		font-size: 12px;
		line-height: 150%;
	}

	/* Featured Treatments */
	#featured-post h2 {
		font-size: 20px;
	}

	ul.slick-dots {
		display: none !important;
	}

	.slick-list {
		padding-right: 30px !important;
	}

	#featured-post a.location {
		font-size: 13px;
	}

	#popular h2 {
		font-size: 20px;
	}

	#treatment-category h2 {
		font-size: 20px;
	}

	#treatment-box {
		width: 100%;
		float: left;
		padding: 0;
	}

	#treatment-category a.card-box {
		width: 46%;
		margin: 2%;
		padding: 5px 10px;
		font-size: 13px;
		line-height: 140%;
	}

	#treatment-category a.card-box img {
		width: 40%;
	}

	.col-6.quote {
		flex: unset;
		max-width: unset;
	}

	.gold-text {
		font-size: 40px;
		line-height: 35px;
	}

	#partners h2 {
		background-size: 1% 3%;
	}

	#partners a.location {
		font-size: 13px;
	}

	#reservation-process .col-md-2.col-3 {
		padding-right: 0;
	}

	#reservation-process img {
		margin-left: 5px;
		width: 90%;
	}

	#reviews h2 {
		background-size: 1% 2%;
	}

	#popular .card img {
		height: 200px;
	}

	#trambellir-articles {
		margin-top: 60px;
	}

	#single-product h2.product-title {
		font-size: 18px;
	}

	#single-country {
		margin-top: 40px;
	}

	ul.related-product-list li {
		width: 45%;
	}

	.related-product-title a {
		height: 55px;
	}

	.related-product-list a.location {
		font-size: 13px;
	}

	.product-listings {
		padding: 5px;
	}

	.copyright {
		padding: 0 0 20px;
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 15px;
	}

	#f-bottom li img {
		width: 30px;
		margin-bottom: 10px;
	}

	.flogo img {
		width: 200px;
		margin-top: 0px;
	}

	.contact-link a {
		font-size: 16px;
	}

	#partner-box .col-sm-6 {
		padding: 0;
	}

	#f-bottom li {
		width: 35px;
		margin: 0 5px;
	}

	#f-bottom ul {
		max-width: 230px;
	}

        .slick-next {
		right: -15px !important;
	}

	.slick-prev {
		left: -15px !important;
	}

	.slick-prev:before, .slick-next:before {
		forn-size: 20px !important;
	}

}




@media (max-width: 480px) {

	#partners h2 span {
		display: inline-block;
		margin: 0 10px;
	}

	.slick-next {
		right: -15px !important;
	}

	.slick-prev {
		left: -15px !important;
	}

	.slick-prev:before, .slick-next:before {
		font-size: 20px !important;
	}

	.f.container img {
		width: 280px !important;
	}

	.sns-popover.qr {
		margin-left: -40px;
		margin-top: -160px;
	}

	.products a.listings {
		width: 100%;
		margin-bottom: 15px;
	}

	#trambellir-articles .col-4 {
		width: 100%;
	}

	#single-product #accept img {
		width: 100%;
	}
}



@media (max-width: 320px) {
	.contact-link a {
		padding: 0 5px;
	}
}

.product-listings .card-text {
    height: 30px;
}

#product-listings .location {
    width: 100%;
}
