/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400italic,700,700italic,900,900italic);

/*font-family: 'Playfair Display', serif;*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic,900,900italic);

/*font-family: 'Lato', sans-serif;*/

.form-control:focus {
    border-color: #800000;
}

.form-control.invalid {
    border-color: #d43f3a;
}

.checkbox label {
    padding-left: 0;
}

iframe {
    border: none;
}

.css_buttons1 .css_fb_share {
    position: relative;
    top: -5px;
}


/* MESSAGE ALERTS */

.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Playfair Display', serif;
}

.alert,
.alert h4 {
    color: #c09853;
}

.alert h4 {
    border-bottom: 1px solid;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 10px 0;
    text-transform: uppercase;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 18px;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert-success h4 {
    color: #468847;
}

.alert-danger,
.alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-danger h4,
.alert-error h4 {
    color: #b94a48;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

.alert-info h4 {
    color: #3a87ad;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block>p,
.alert-block>ul {
    margin-bottom: 0;
}

.alert-block p+p {
    margin-top: 5px;
}

a,
input[type="button"],
input[type="submit"],
button {
    -moz-transition: background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
    -webkit-transition: background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
    -o-transition: background-color 0.2s ease-in, color 0.2s ease-in;
    -ms-transition: background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
    transition: background-color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000), color 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
}

.allanim {
    -moz-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
    -webkit-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
    -o-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
    -ms-transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
    transition: all 550ms cubic-bezier(0.450, 1.000, 0.320, 1.000);
}

.dropdown-menu {
    left: -1px;
}

.dropdown-menu>li>a {
    padding-top: 7px;
    padding-bottom: 7px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 4px 4px 4px;
    border-radius: 0 4px 4px 4px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #800000;
    margin-top: 5px;
    margin-right: -5px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #800000;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 4px 0 4px 4px;
    -moz-border-radius: 4px 0 4px 4px;
    border-radius: 4px 0 4px 4px;
}

body {
    font-family: 'Lato', sans-serif;
    /*background: url("../images/site-bg-2.jpg") no-repeat fixed center top / cover;*/
}

body.contentpane {
    background: none;
    display: block;
}

body {
    background: url('https://www.michelinemusic.com/images/site-backgrounds/site-bg-2.jpg') no-repeat fixed center top / cover;
}

body.pagemenu-172,
body.pagemenu-173,
body.pagemenu-177,
body.pagemenu-579,
body.pagemenu-589,
body.pagemenu-590 {
    background-image: url('https://www.michelinemusic.com/images/site-backgrounds/lavendel-background.jpg');
}

.site-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn-group {
    margin-bottom: 30px;
}

.ticket-btn {
    display: table;
    background: #800000;
    color: #ffffff!important;
    text-decoration: none!important;
    padding: 6px 12px;
    margin: 10px auto 20px auto;
    border-radius: 4px;
}

.ticket-btn .fa {
    color: #ffffff;
}

ol,
ul {
    padding-left: 20px;
}


/* HEADER */

.header-wrapper,
nav.navbar,
.header-wrapper .banner-wrapper img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}


/* MENU */

.navbar {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-bottom: 5px solid #800000;
    border-left: none;
    margin-bottom: 0;
}


/* MOBILE MENU */

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #800000;
    border-color: #800000;
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #ffffff;
}

#mobile-menu .navbar-nav li a .fa {
    font-size: 15px;
    padding-right: 5px;
}

#mobile-menu .navbar-nav li a span.caret {
    display: none;
}


/* DESKTOP MENU */

.desktop-menu .navbar-nav {
    text-align: center;
    float: none;
}

.desktop-menu .navbar-nav li {
    float: none;
    display: inline-block;
}

.desktop-menu .navbar-nav li.dropdown ul li {
    float: left;
    display: block;
    width: 100%;
}

.desktop-menu .navbar-nav li.open a:hover,
.desktop-menu .navbar-nav li.open a:focus,
.desktop-menu .navbar-nav li.open a {
    background: none;
}

.desktop-menu .navbar-nav li.active a:hover,
.desktop-menu .navbar-nav li.active a:focus,
.desktop-menu .navbar-nav li.active ul li.active a:hover,
.desktop-menu .navbar-nav li.active ul li.active a:focus,
.desktop-menu .navbar-nav li.active ul li.active a,
.desktop-menu .navbar-nav li.active a {
    background: rgba(128, 0, 0, 0.9);
    color: #ffffff;
}

.desktop-menu .navbar-nav li.active ul li a:hover,
.desktop-menu .navbar-nav li.active ul li a:focus,
.desktop-menu .navbar-nav li.active ul li a {
    background: rgba(255, 255, 255, 0.9);
    color: #800000;
}

.desktop-menu .navbar-nav li a {
    font-family: 'Playfair Display', serif;
    color: #800000;
    border-right: 1px solid #800000;
    text-transform: uppercase;
}

.desktop-menu .navbar-nav li:first-child a {
    border-left: 1px solid #800000;
}

.desktop-menu .navbar-nav li a span.fa {
    font-size: 15px;
    padding-right: 3px;
}

.desktop-menu .navbar-nav li.dropdown ul li a {
    text-transform: capitalize;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #800000;
}

.desktop-menu .navbar-nav li.dropdown ul li:last-child a {
    border-bottom: none;
}

.banner-wrapper {
    position: relative;
}

.banner-wrapper * {
    height: auto!important;
}

.banner-wrapper .carousel-generic {
    margin: 0!important;
}

.banner-wrapper .carousel-generic .carousel-indicators li {
    height: 10px!important;
}

.banner-wrapper .carousel-generic .carousel-indicators .active {
    height: 12px!important;
}

.logo-div {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.0);
    padding: 15px;
}


/* CONTENT */

.content-wrapper {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
}

.article-wrapper .css_buttons1 {
    margin-bottom: 50px;
}

.article-wrapper .page-header {
    margin-top: 0;
    border-bottom: none;
}

.article-wrapper .page-header h1 {
    font-family: 'Playfair Display', serif;
    color: #800000;
    margin-top: 0;
}

.article-wrapper .page-header h2 {
    font-family: 'Playfair Display', serif;
    color: #800000;
    margin-top: 0;
}

.article-wrapper .content-category {
    font-family: 'Playfair Display', serif;
    margin-bottom: 40px;
}

.article-wrapper .content-category table.category tr td {
    padding: 15px 10px;
}

.article-wrapper .content-category table.category tr td a {
    color: #800000;
    font-size: 16px;
}

.article-wrapper .pager li span,
.article-wrapper .pager li a {
    color: #800000;
    border-color: #800000;
    border-radius: 4px;
}


/* SHOP - PRODUCT LISTING */

.hikashop_product .hikashop_product_stock .hikashop_product_quantity_div {
    display: inline-block;
    vertical-align: middle;
}

.hikashop_product .hikashop_product_stock .hikashop_product_quantity_div.hikashop_product_quantity_input_div_default {
    display: none;
}

.hikashop_product .hikashop_product_stock .hikashop_product_quantity_div.hikashop_product_quantity_change_div_default {
    display: none;
}

.hikashop_product .hikashop_product_stock .hikashop_product_quantity_field {
    display: inline-block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.hikashop_product_quantity_main .hikashop_product_stock .hikashop_product_quantity_div {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
}

.shop-wrapper a {
    color: #800000;
}

#hikashop_address_form_span_iframe .button,
.shop-wrapper .button {
    background: #800000;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    border-radius: 4px;
}

.shop-wrapper {
    margin-bottom: 30px;
}

.shop-wrapper .page-header {
    margin-top: 0;
    border-bottom: none;
}

.shop-wrapper .page-header h2 {
    font-family: 'Playfair Display', serif;
    color: #800000;
    margin-top: 0;
}

.shop-wrapper .hikashop_products_pagination {
    text-align: center;
    margin-top: 10px;
}

.shop-wrapper .hikashop_products_pagination .limit {
    margin-bottom: 10px;
}

.shop-wrapper .hikashop_products_pagination .pagenav_start_chevron,
.shop-wrapper .hikashop_products_pagination .pagenav_end_chevron,
.shop-wrapper .hikashop_products_pagination .pagenav_next_chevron,
.shop-wrapper .hikashop_products_pagination .pagenav_previous_chevron {
    display: none;
}

.shop-wrapper .hikashop_products_pagination .pagenav {
    padding: 5px 10px;
    margin: 10px 5px;
    display: inline-block;
}

.shop-wrapper .hikashop_products_pagination a.pagenav {
    background: #800000;
    color: #ffffff;
}

.shop-wrapper .hikashop_products_pagination span.pagenav {
    background: rgba(128, 0, 0, 0.5);
    color: #ffffff;
}

.shop-wrapper .hikashop_products_pagination .counter {
    margin-top: 10px;
    margin-bottom: 10px;
}

.shop-wrapper .hikashop_products_pagination .limit select {
    padding: 5px 10px;
    margin-left: 10px;
}

.shop-wrapper .hikashop_category_information .hikashop_products_listing .hikashop_product {}

.shop-wrapper .hikashop_category_information .hikashop_products_listing .hikashop_product .hikashop_container .hikashop_subcontainer {
    padding: 0;
    border-color: #800000;
    border-radius: 4px;
}

.shop-wrapper .hikashop_category_information .hikashop_products_listing .hikashop_product .hikashop_container .hikashop_subcontainer .hikashop_product_image img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.shop-wrapper .hikashop_category_information .hikashop_products_listing .hikashop_product .hikashop_container .hikashop_subcontainer .hikashop_product_image .hikashop_product_image_subdiv {
    overflow: hidden;
    height: 290px;
}

.shop-wrapper .hikashop_category_information .hikashop_products_listing .hikashop_product .hikashop_container .hikashop_subcontainer .product-name-ps {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    padding: 10px 15px;
    border-bottom: 1px solid #800000;
}

.shop-wrapper .hikashop_category_information .hikashop_products_listing .hikashop_product .hikashop_container .hikashop_subcontainer .product-name-ps .hikashop_product_name a {
    color: #800000;
}

.shop-wrapper .hikashop_category_information .hikashop_products_listing .hikashop_product .hikashop_container .hikashop_subcontainer .price-cart-block-ps {
    display: table;
    width: 100%;
}

.shop-wrapper .hikashop_category_information .hikashop_products_listing .hikashop_product .hikashop_container .hikashop_subcontainer .product-price-ps {
    border-right: 1px solid #800000;
}

.shop-wrapper .hikashop_category_information .hikashop_products_listing .hikashop_product .hikashop_container .hikashop_subcontainer .hikashop_product_price_full {
    color: #800000;
    font-weight: 600;
    font-size: 20px;
    display: block;
    padding: 10px;
}

.shop-wrapper .hikashop_category_information .hikashop_products_listing .hikashop_product .hikashop_container .hikashop_subcontainer .hikashop_product_stock {
    padding: 5px 0;
}

.shop-wrapper .hikashop_category_information .hikashop_products_listing .hikashop_product .hikashop_container .hikashop_subcontainer .hikashop_product_stock .hikashop_cart_input_button {
    background: none;
    color: #800000;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}


/* SHOP - PRODUCT DETAIL */

.hikashop_product_page .hikashop_product_bottom_part {
    text-align: left;
}

.hikashop_product_page .hikashop_product_right_part .hikashop_product_price_main {
    font-family: 'Lato', serif;
    font-size: 25px;
    font-weight: 700;
    color: #800000;
    display: block;
    padding: 15px 0;
}

.hikashop_product_page .hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_quantity_field {
    border: 1px solid #800000;
    border-radius: 4px;
    padding: 6px 12px;
    width: 50px;
    margin-right: 10px;
    height: 41px;
}

.hikashop_product_page .hikashop_product_right_part .hikashop_product_quantity_main .hikashop_product_quantity_field_change {
    background: #800000;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    height: 20px;
    margin-bottom: 2px;
    margin-right: 10px;
    text-align: center;
    width: 20px;
    text-decoration: none;
}

.hikashop_product_page .hikashop_product_right_part .hikashop_product_quantity_main .hikashop_cart_input_button {
    background: #800000;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
}

.hikashop_product_page .hikashop_submodules .info-box {
    text-align: left;
}

.hikashop_product_page .info-box {
    min-height: auto;
}


/* SHOP - CHECKOUT  */

.hikashop_cart_bar {
    background: url(../images/line.png) repeat-x scroll 100% 50% transparent;
    padding-bottom: 0;
    padding-top: 33px;
}

#hikashop_checkout_page div.hikashop_cart_bar {
    text-align: center;
    margin-bottom: 20px;
}

#hikashop_checkout_page .hikashop_cart_step.hikashop_cart_step_current {
    -moz-background-inline-policy: continuous;
    background: url("../images/current_step.png") no-repeat scroll 50% 3px transparent;
    color: #363636;
}

#hikashop_checkout_page .hikashop_cart_step.hikashop_cart_step_finished {
    -moz-background-inline-policy: continuous;
    background: url("../images/finished_step.png") no-repeat scroll 50% 3px transparent;
    color: #363636;
}

#hikashop_checkout_page div.hikashop_cart_step span {
    position: relative;
    left: 4%;
    width: auto;
}

#hikashop_checkout_page div.hikashop_cart_step span a {
    color: #B2B2B2;
}

#hikashop_checkout_page .hikashop_cart_step.hikashop_cart_step_finished span a {
    color: #363636;
}

.hikashop_cart_step {
    -moz-background-inline-policy: continuous;
    background: url("../images/step.png") no-repeat scroll 50% 3px transparent;
    display: inline;
    padding-top: 20px;
    padding-right: 8%;
    white-space: nowrap;
}

.hikashop_info_title {
    color: #800000;
    border-bottom: 1px solid;
    font-family: "Playfair Display", serif;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 10px;
}

.hikashop_custom_fieds-ps {
    margin-bottom: 30px;
}

.hikashop_registration_required_info_line,
.hikashop_custom_fieds-ps .hikashop_field_required {
    display: none;
}

.hikashop_cart_product_quantity_value .input-group-btn a {
    color: #ffffff;
}

.hikashop_cart_total_title,
.hikashop_cart_total_value {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 600;
    color: #800000;
}

.hikashop_checkout_cart table th {
    color: #ffffff;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    background: rgba(128, 0, 0, 0.7);
}

.hikashop_cart_product_price_title,
.hikashop_cart_product_total_title,
.hikashop_cart_product_price_value,
.hikashop_cart_product_total_value {
    text-align: center;
}

#hikashop_checkout_next_button {
    float: right;
}

.hikashop_checkout_coupon {
    display: block;
    margin-bottom: 30px;
}

.hikashop_checkout_billing_address {
    margin-bottom: 30px;
}

.hikashop_checkout_billing_address table tr td,
.hikashop_checkout_address_left_part table tr td {
    border-top: none;
}

.hikashop_checkout_cart .hikashop_cart_product_image_value .hikashop_product_checkout_cart_image {
    width: 200px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.hikashop_checkout_cart .hikashop_cart_product_quantity_value .hikashop_product_quantity_div {
    display: inline-block;
    vertical-align: middle;
}

.hikashop_checkout_cart .hikashop_cart_product_quantity_value .hikashop_product_quantity_div .hikashop_product_quantity_field {
    width: 60px;
}

.hikashop_checkout_cart .hikashop_cart_product_quantity_value .hikashop_product_quantity_change_div_default {
    margin: 5px 10px;
}

.hikashop_checkout_page .hikashop_checkout_coupon .hikashop_checkout_coupon_field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.hikashop_checkout_page .hikashop_checkout_coupon .hikabtn_checkout_coupon_add {
    background: rgba(128, 0, 0, 0.9);
    border-color: rgba(128, 0, 0, 0.9);
    color: #FFFFFF;
}

.hikashop_checkout_page .hikashop_checkout_login .hikabtn_checkout_login_form,
.hikashop_checkout_page .hikashop_checkout_login .hikabtn_checkout_login_register {
    background: rgba(128, 0, 0, 0.9);
    border-color: rgba(128, 0, 0, 0.9);
    color: #FFFFFF;
}

.hikashop_checkout_page .hikashop_checkout_buttons {
    margin-top: 20px;
}

.hikashop_checkout_page .hikashop_checkout_buttons .buttons_left,
.hikashop_checkout_page .hikashop_checkout_buttons .buttons_right {
    display: inline-block;
    vertical-align: middle;
}

.hikashop_checkout_page .hikashop_checkout_buttons .buttons_left .hikabtn_checkout_continue {
    margin-right: 10px;
}

.hikashop_checkout_page .hikashop_checkout_buttons .buttons_right .hikabtn_checkout_next {
    background: rgba(128, 0, 0, 0.9);
    border-color: rgba(128, 0, 0, 0.9);
    color: #FFFFFF;
    width: 120px;
}

.hikashop_checkout_cart .hikashop_cart_product_quantity_value .hikashop_product_quantity_field_change {
    background: #800000;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    height: 20px;
    margin-bottom: 2px;
    margin-right: 10px;
    text-align: center;
    width: 20px;
    text-decoration: none;
}

.hikashop_checkout_page .hikashop_checkout_billing_address_block {
    margin-bottom: 20px;
}

.hikashop_checkout_page .hikashop_checkout_billing_address_block legend {
    padding-bottom: 10px;
}

.hikashop_checkout_page .hikashop_checkout_billing_address_block .hikashop_checkout_address_new_button {
    margin-top: 10px;
}

.hikashop_checkout_page .hikashop_checkout_shipping_address_block {
    margin-bottom: 20px;
}

.hikashop_checkout_page .hikashop_checkout_shipping_address_block legend {
    padding-bottom: 10px;
}

.hikashop_checkout_page .hikashop_checkout_shipping_address_block .hikashop_checkout_address_new_button {
    margin-top: 10px;
}

#hikashop_checkout_status {
    display: block;
    font-size: 15px;
    line-height: 35px;
    margin-bottom: 15px;
    padding: 10px 0;
}

.hikashop_checkout_address_left_part .modal {
    display: inline-block;
    position: inherit;
}

.hikashop_checkout_billing_address_buttons a {
    color: #ffffff;
}

.hikashop_collectondelivery_end {
    background-color: #dff0d8;
    font-size: 15px;
    padding: 10px 15px;
    line-height: 25px;
    color: #800000;
}

body.contentpane .hikashop_info_title {
    margin-top: 0;
}

body.contentpane .form-control {
    width: 95%;
}

body.contentpane .hikashop_field_required {
    display: none;
}

.info-box {
    padding: 15px;
    color: #333333;
    border: 1px solid #800000;
    border-radius: 4px;
    text-align: center;
    min-height: 545px;
    margin-bottom: 30px;
}

.page-medium-title {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #800000;
}

.info-box .info-box-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.info-box a {
    color: #800000;
    text-decoration: underline;
}

.info-box .fa {
    font-size: 20px;
}

.bottom-wrapper .shot-reviews {
    border-left-color: #800000;
    font-family: 'Playfair Display', serif;
}

.bottom-wrapper .shot-reviews .fa {
    color: #800000;
    font-size: 16px;
}


/* USER AREA  */

.login-user-ps {
    margin-bottom: 30px;
}

.control-label label {
    display: block!important;
}


/* FOOTER */

.footer-wrapper {
    background: rgba(255, 255, 255, 0.9);
    padding: 0 30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.footer-wrapper .copyright-div {
    text-align: center;
    color: #800000;
    border-top: 1px solid #800000;
    padding: 20px 0;
}

.footer-wrapper .copyright-div a {
    color: #800000;
    text-decoration: underline;
}


/* BLOG LIST */

.content-wrapper .category-isotoplist .portfolio-grid .portfolio-item .portfolio-item-div {
    border: 1px solid #800000;
    margin-bottom: 30px;
}

.content-wrapper .category-isotoplist .portfolio-grid .portfolio-item .portfolio-item-div .portfolio-item-div-content {
    padding: 8px;
}

.content-wrapper .category-isotoplist .portfolio-grid .portfolio-item .portfolio-item-div img {
    width: 100%;
}

.content-wrapper .category-isotoplist .portfolio-grid .portfolio-item .portfolio-item-div h4 {
    font-size: 17px;
}

.content-wrapper .category-isotoplist .portfolio-grid .portfolio-item .portfolio-item-div a {
    color: #800000;
}

.content-wrapper .category-isotoplist .portfolio-grid .portfolio-item .portfolio-item-div span {
    display: block;
    font-size: 12px;
    color: #b5c7d3;
}

.rg-ss-slice-container .rg-ss-slice-list .rg-ss-slice img {
    display: block;
    margin: 0 auto;
}

.gite-page-gite-wheather-wrapper .moduletable h3 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #800000;
}

.gite-page-gite-wheather-wrapper .moduletable .weather_sp1_cright {
    margin-left: 15px;
}

.gite-page-gite-wheather-wrapper .moduletable p.weather_sp1_city {
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: #800000;
}

.gite-page-gite-wheather-wrapper .moduletable p.spw_current_temp {
    margin-top: -10px;
}

.gite-page-gite-wheather-wrapper .moduletable img.spw_icon {
    height: 70px;
}

.gite-page-gite-wheather-wrapper .moduletable span.weather_sp1_list_temp,
.gite-page-gite-wheather-wrapper .moduletable span.weather_sp1_temp {
    font-size: 14px;
}

@media (max-width: 768px) {
    .hikashop_product_page .hikashop_product_right_part .hikashop_product_quantity_main {
        margin-bottom: 50px;
    }
}

@media (max-width: 1200px) {
    .info-box {
        min-height: auto;
    }
}

@media (max-width: 991px) {
    .content-wrapper {
        padding: 30px 15px;
    }
    .footer-wrapper {
        padding: 0 15px;
    }
    .shop-wrapper .hikashop_category_information .hikashop_products_listing .hikashop_product .hikashop_container .hikashop_subcontainer .product-price-ps {
        border-right: none;
        border-bottom: 1px solid #800000;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .shop-wrapper .hikashop_category_information .hikashop_products_listing .hikashop_product .hikashop_container .hikashop_subcontainer .hikashop_product_stock .hikashop_cart_input_button {
        font-size: 13px;
        padding: 8px 6px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .desktop-menu .navbar-nav li a {
        font-size: 12px;
        line-height: 21px;
        padding: 12px 8px;
    }
    .desktop-menu .navbar-nav li.dropdown ul li a {
        padding: 7px 14px;
    }
}