
/* ---------------------------------------------------------------------- */
/*	Theme
/* ---------------------------------------------------------------------- */

body {
    font-family: 'Lato', sans-serif;
    color: #888888;
}

::selection {
    background-color: #C69C6D;
    color: #FFF;
}

h1, .h1 {
    font-size: 33px;
    font-weight: 700;
}

h2, .h2 {
    font-size: 27px;
    letter-spacing: 1px;
}

h3, .h3 {
    font-size: 16px;
    letter-spacing: 1px;
}

h1, .h1, h2, .h2, h3, .h3 {
    color: #1f1f1f;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-family: 'Playfair Display', serif;
}

h6, .h6 {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}

a:hover {
    text-decoration: none;
}

.form-dark .form-control {
    color: #555;
    background-color: #2D2D2D;
    background-image: none;
    border: 1px solid #2D2D2D;
}

.btn {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 11px;
    line-height: 28px;
    letter-spacing: 2px;
    font-weight: bold;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

.btn-small {
    padding: 10px 0;
    font-size: 11px;
    line-height: 28px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #888;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

    .btn-small:active, .btn-small:focus, .btn-small.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-link, .btn-link:hover, .btn-link:focus {
    outline: none;
    text-decoration: none;
}


    .btn-link.active {
        font-size: 1.06em;
    }

.input-group .btn {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 100px;
}


.btn-dark, .btn-dark:visited {
    color: #FFF;
    background-color: #1f1f1f;
    border-color: #1f1f1f;
}

    .btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active {
        color: #FFF;
        background-color: #1f1f1f;
        border-color: #1f1f1f;
    }

.btn-primary {
    color: #bf905b;
    background-color: transparent;
    border-color: #bf905b;
}

.btn-light, .btn-light:visited {
    color: #FFF;
    background-color: transparent;
    border-color: #FFF;
}

    .btn-light:focus, .btn-light:hover, .btn-light:active, .btn-light.active {
        color: #1f1f1f;
        background-color: #FFF;
        border-color: #FFF;
    }

.btn-dark.transparent, .btn-dark.transparent:visited {
    color: #1f1f1f;
    background-color: transparent;
    border-color: #1f1f1f;
}

    .btn-dark.transparent:hover, .btn-dark.transparent:focus, .btn-dark.transparent:active, .btn-dark.transparent.active {
        color: #FFF;
        background-color: #1f1f1f;
        border-color: #1f1f1f;
    }

hr.lg {
    margin-top: 46px;
    margin-bottom: 46px;
    border: 0;
    border-top: 1px solid #eee;
}

    hr.lg.grey {
        border-top: 1px solid #CCC;
    }

hr.darkgrey {
    border-top: 1px solid #666;
}

hr.xs {
    width: 80px;
    margin-left: 0;
    border-top: 1px solid #1f1f1f;
}

    hr.xs.white {
        border-top: 1px solid #FFF;
    }

hr.xsc {
    width: 80px;
    border-top: 1px solid #1f1f1f;
}

    hr.xsc.white {
        border-top: 1px solid #FFF;
    }

hr.vertical {
    border: 0;
    margin: 40px auto;
    border-left: 1px solid #666;
    height: 80px;
    width: 0px;
}

.hr-divider {
    position: relative;
    width: 100%;
    margin: 30px 0;
    text-align: center;
}

    .hr-divider:before {
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        content: " ";
        width: 100%;
        height: 1px;
        background: #EEE;
    }

    .hr-divider span {
        position: relative;
        z-index: 10;
        display: inline-block;
        line-height: 1;
        padding: 0 19px;
        background-color: #FFF;
    }

.text-white, .text-white h1, .text-white h2, .text-white h3, .text-white .h1, .text-white .h2, .text-white .h3 {
    color: #FFF;
}

.text-black {
    color: #111;
}

.text-grey {
    color: #888;
}

.text-lightgrey {
    color: #E3E3E3;
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-title {
    font-family: 'Playfair Display', serif;
}

.text-body {
    font-family: 'Lato', sans-serif;
}

.text-subtitle {
    font-size: 24px;
    letter-spacing: 8px;
    font-weight: 100;
    line-height: 1.5em;
    padding-left: 8px;
}

.text-big {
    font-size: 1.5em;
}

.text-small {
    font-size: 0.9em;
}

.text-btn-small {
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: bold;
}

.text-normal {
    font-weight: 400;
}
.text-thin {
    font-weight: 100;
}


.bg-grey {
    background-color: #303030;
}

.bg-lightgrey {
    background-color: #F5F5F5;
}

.bg-newlightgrey {
    background-color: #EEEEEE;
}

.bg-white {
    background-color: #FFF;
}

.bg-white-opacity {
    background-color: rgba(255,255,255,0.2);
}

.bg-black {
    background-color: #1f1f1f;
}

.bg-black-opacity {
    background-color: rgba(0,0,0,0.2);
}

.bg-black-opacity-plus {
    background-color: rgba(0,0,0,0.7);
}

.bg-black-gradient-top::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 400px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.lh-sm {
    line-height: 1.5em;
}

section {
    position: relative;
}

    section.xs {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    section.sm {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    section.md {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    section.lg {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    section.lgt {
        padding-top: 60px;
    }

    section.lgb {
        padding-bottom: 60px;
    }

    section.bg {
        padding: 15px;
    }

.nav-inline > li {
    float: none;
    display: inline-block;
}

small, .small {
    font-size: 85%;
    line-height: 1.5em;
}

.pointer {
    cursor: pointer;
}

.dropdown-menu {
    border: none;
    box-shadow: none;
    font-size: 85%;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 0px;
        clear: both;
        font-weight: normal;
        line-height: 1.5;
        color: #666;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #222;
            background-color: #FFF;
        }

.ls-banner .ls-item .absolute { width: 100%; top:0; bottom: 0; }
iframe.absolute { width: 100%; height: 100%; top:0; bottom: 0; }

.visible-block { display: block; }

/* ---------------------------------------------------------------------- */
/*	Header / Primary Nav
/* ---------------------------------------------------------------------- */


#header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 20;
}

    #header hr {
        border-top: 1px solid rgba(255,255,255,0.2);
    }

    #header .menu-wrap {
        z-index: 13;
        position: relative;
        transition: background-color 0.4s;
        padding-top: 50px;
    }

    #header .menu-top {
        position: absolute;
        width: 100%;
        top: 0;
    }


    #header .menu {
        margin: 0;
        color: #666;
    }

        #header .menu a {
            color: #FFF;
            text-decoration: none;
        }

            #header .menu a:hover, #header .menu a:focus {
                color: #c69c6d;
                text-decoration: none;
            }

        #header .menu ul {
            margin: 0;
            padding: 0;
        }

        #header .menu > ul > li {
            display: inline-block;
            padding: 0;
            position: relative;
        }

            #header .menu > ul > li > a {
                padding: 26px 15px;
                line-height: 27px;
                display: block;
            }

                #header .menu > ul > li > a:after {
                    content: '';
                    display: block;
                    width: 0;
                    margin: auto;
                    border-bottom: 1px solid #c69c6d;
                    transition: width 0.2s ease-out;
                    transform: translateZ(0);
                }

                #header .menu > ul > li.active > a:after, #header .menu > ul > li > a:hover:after {
                    width: 90%;
                }

        #header .menu > ul.menu-dx > li > a {
            padding: 26px 10px;
        }

        #header .menu .menu-dx > li.active > a:after, #header .menu .menu-dx > li > a:hover:after {
            width: 0;
        }

        #header .menu .menu-dx sup {
            font-size: 10px;
        }

        #header .menu > ul > li > ul {
            position: absolute;
            display: none;
            top: 80px;
            left: 50%;
            transform: translateX(-50%);
            padding: 10px 0 20px 0;
            background-color: transparent;
        }

        #header .menu > ul > li:hover > ul {
            display: block;
        }

        #header .menu > ul > li > ul > li {
            text-align: center;
        }

            #header .menu > ul > li > ul > li > a {
                padding: 0 35px;
                display: block;
                white-space: nowrap;
            }

    #header.menu-transparent-dark .menu a {
        color: #666;
    }

        #header.menu-transparent-dark .menu a:hover, #header.menu-transparent-dark .menu a:focus {
            color: #c69c6d;
        }

    #header.menu-transparent-dark hr {
        border-top: 1px solid rgba(165,165,165,0.2);
    }

	#header.menu-transparent-dark .primary-nav-trigger .menu-icon {
		background-color: #666;
	}

	#header.menu-transparent-dark .primary-nav-trigger .menu-icon::before, #header.menu-transparent-dark .primary-nav-trigger .menu-icon:after {
    	background-color: #666;
    }

	.navigation-is-open #header.menu-transparent-dark .menu a {
		color: #FFF;
	}

	.navigation-is-open #header.menu-transparent-dark .primary-nav-trigger .menu-icon {
		background-color: #FFF;
	}

	.navigation-is-open #header.menu-transparent-dark .primary-nav-trigger .menu-icon::before, .navigation-is-open #header.menu-transparent-dark .primary-nav-trigger .menu-icon:after {
    	background-color: #FFF;
    }

	.navigation-is-open #header.menu-transparent-dark .primary-nav-trigger .menu-icon.is-clicked {
		background-color: rgba(255, 255, 255, 0);
	}

    #header.menu-white {
        background-color: #FFF;
    }

        #header.menu-white hr {
            border-top: 1px solid rgba(165,165,165,0.1);
        }

        #header.menu-white .menu a {
            color: #666;
        }

            #header.menu-white .menu a:hover, #header.menu-white .menu a:focus {
                color: #c69c6d;
            }

        #header.menu-white .menu > ul > li > ul {
            left: -20px;
            transform: none;
            background-color: #FFF;
            border-left: 1px solid rgba(165,165,165,0.1);
            border-right: 1px solid rgba(165,165,165,0.1);
            border-bottom: 1px solid rgba(165,165,165,0.1);
        }
.header-height {
    height: 132px;
}
.primary-nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 12;
    text-align: center;
    padding: 150px 0 0 0;
    margin: 0;
    overflow: auto;
    transition: opacity 0.4s;
    opacity: 0;
    transform: translate3D(0,-100%,0);
}

.primary-nav-wrap {
    position: relative;
    height: 80px;
    width: 30px;
    margin: 0;
}

.primary-nav-trigger {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 13;
    width: 100%;
    display: block;
    right: 0;
}

    .primary-nav-trigger .menu-icon {
        /* this span is the central line of the menu icon */
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 18px;
        height: 2px;
        background-color: #FFF;
        -webkit-transition: background-color 0.3s;
        -moz-transition: background-color 0.3s;
        transition: background-color 0.3s;
        /* these are the upper and lower lines in the menu icon */
    }

        .primary-nav-trigger .menu-icon::before, .primary-nav-trigger .menu-icon:after {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            background-color: #FFF;
            right: 0;
            -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
            -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
            transition: transform .3s, top .3s, background-color 0s;
        }

        .primary-nav-trigger .menu-icon::before {
            top: -5px;
        }

        .primary-nav-trigger .menu-icon::after {
            top: 5px;
        }

        .primary-nav-trigger .menu-icon.is-clicked {
            background-color: rgba(255, 255, 255, 0);
        }

            .primary-nav-trigger .menu-icon.is-clicked::before, .primary-nav-trigger .menu-icon.is-clicked::after {
                background-color: #FFF;
            }

            .primary-nav-trigger .menu-icon.is-clicked::before {
                top: 0;
                -webkit-transform: rotate(135deg);
                -moz-transform: rotate(135deg);
                -ms-transform: rotate(135deg);
                -o-transform: rotate(135deg);
                transform: rotate(135deg);
            }

            .primary-nav-trigger .menu-icon.is-clicked::after {
                top: 0;
                -webkit-transform: rotate(225deg);
                -moz-transform: rotate(225deg);
                -ms-transform: rotate(225deg);
                -o-transform: rotate(225deg);
                transform: rotate(225deg);
            }


.primary-logo-wrap {
    padding: 10px 0;
}

.primary-logo {
    top: 0!important;
    display: block;
	line-height: 60px;
}

    .primary-logo img {
        max-height: 60px;
    }

body.navigation-is-open {
    overflow: hidden;
}

    body.navigation-is-open .primary-nav {
        transform: translate3D(0,0,0);
        opacity: 1;
    }

    body.navigation-is-open .menu-wrap {
        background-color: rgba(0,0,0,0.7);
    }

.primary-nav a {
    color: #FFF;
}

    .primary-nav a:hover, .primary-nav a:focus {
        color: #c69c6d;
        text-decoration: none;
    }

.primary-nav .menu-nav ul > li > a {
    font-size: 27px;
    letter-spacing: 1px;
    font-family: 'Playfair Display', serif;
}

.primary-nav .menu-nav ul > li > ul > li > a, .primary-nav a {
    font-size: 14px;
    letter-spacing: 0px;
    font-family: 'Lato', sans-serif;
}



.menu-top, .menu-top a {
    color: #FFF;
}

.menu-transparent-dark .menu-top, .menu-transparent-dark .menu-top a {
	color: #666;
}

.menu-top li {
	padding: 0 10px;	
}

.menu-top .dropdown-menu {
    border: none;
    box-shadow: none;
    font-size: 85%;
	background-color: transparent;
	top: 0;
    left: 100%;
	padding: 0 0 0 10px;
	margin: 0;
    min-width: 250px;
	-webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
	
	.menu-top a { 
		line-height: 30px;
		padding: 10px 0;
		display: inline-block;
	}

    .menu-top .btn-small {
        border: none;
    }

	.menu-top .btn-small:hover, .menu-top .text-btn-small:hover {
		color: #c69c6d;
	}

    .menu-top .dropdown-menu > li > a {
        padding: 10px 0px;
        font-size: 11px;
        letter-spacing: 1px;
        font-weight: normal;
        line-height: 30px;
        color: #FFF;
    }

	.menu-transparent-dark .menu-top .dropdown-menu > li > a {
		color: #666;	
	}

        .menu-top .dropdown-menu > li > a:hover, .menu-top .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #c69c6d;
            background-color: transparent;
        }



/* ---------------------------------------------------------------------- */
/*	Main
/* ---------------------------------------------------------------------- */

.modal-content {
    box-shadow: 0px 30px 30px rgba(0,0,0,0.12);
    border: 0;
}

.modal-body {
    position: relative;
}

.modal-footer {
    padding: 30px 50px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.modal.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.modal .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url('/site/vinora.1.0/theme/img/ico-close-black.png') center center no-repeat;
    opacity: .8;
}

    .modal .close:hover, .modal .close:focus {
        opacity: 1;
    }


.breadcrumb {
    background-color: transparent;
}

    .breadcrumb > li {
        font-size: 11px;
        letter-spacing: 1px;
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 10px;
        }

.breadcrumb.inverse > li > a {
    color: #666;
}
    .breadcrumb.inverse > li.active > a {
        color: #C69C6D;
    }


.paging .btn {
	padding-left: 15px;
	padding-right: 15px;
}

/* ---------------------------------------------------------------------- */
/*	Shop
/* ---------------------------------------------------------------------- */

.tax-text {
    display: none;
}

#product-list {
    line-height: 1.2;
}

.product-view-tabs .nav-pills > li > a {
    color: #CCC;
    line-height: 28px;
    min-width: 100px;
    display: inline-block;
}

    .product-view-tabs .nav-pills > li > a:hover, .product-view-tabs .nav-pills > li > a:focus {
        color: #333;
        background-color: transparent;
    }

.product-view-tabs .nav-pills > li.active > a, .product-view-tabs .nav-pills > li.active > a:hover, .product-view-tabs .nav-pills > li.active > a:focus {
    color: #333;
    background-color: transparent;
}

    .product-view-tabs .nav-pills > li.active > a:after, .product-view-tabs .nav-pills > li > a.active:after, .product-view-tabs .nav-pills > li > a:hover:after {
        width: 40px;
    }

.product-view-tabs .nav-pills > li > a:hover > .h2, .product-view-tabs .nav-pills > li > a:focus > .h2 {
    color: #333;
    background-color: transparent;
}

.product-view-tabs .nav-pills > li.active > a > .h2, .product-view-tabs .nav-pills > li.active > a:hover > .h2, .product-view-tabs .nav-pills > li.active > a:focus > .h2 {
    color: #333;
    background-color: transparent;
}

.product-view-tabs .nav-pills > li > a:after {
    content: '';
    display: block;
    width: 0;
    margin: auto;
    border-bottom: 1px solid #C69C6D;
    transition: width 0.2s ease-out;
    transform: translateZ(0);
}

.product-view-tabs .nav-pills > li + li:before {
    content: "/\00a0";
}

.product-view-tabs .tab-content > .tab-pane {
}

.product-thumbs .item {
    cursor: pointer;
}

.wrap-slider-product {
    margin-bottom: 30px;
}

#block-product {
    padding: 30px 30px;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

    #block-product h1 {
        font-size: 27px;
    }

    #block-product .price_final {
        font-size: 27px;
		line-height: 1;
    }

.shop-categories li:first-child, .shop-categories li:first-child a {
    margin-left: 0;
}

.shop-categories li a {
    margin: 0 18px;
    color: #888;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.shop-categories li.active a {
    color: #C69C6D;
}

.shop-categories li a:hover {
    color: #C69C6D;
}

.subscription-wrap {
    position: relative;
}

    .subscription-wrap .box {
        position: relative;
        border: 1px solid #CCC;
        color: #555;
        padding: 0 48px 0 20px;
        line-height: 40px;
        margin-top: -1px;
    }

.quantity-wrap {
    position: relative;
    width: 100%;
    text-align: center;
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    overflow: hidden;
    padding: 0 20px;
}

#cart-list .quantity-wrap {
    border: none;
    width: auto;
    display: inline-block;
    padding: 0;
}

.quantity-wrap .qty {
    display: inline-block;
    height: 38px;
    width: 40px;
    padding: 0;
    font-size: 14px;
    line-height: 40px;
    color: #555;
    border: 0 none;
    text-align: center;
    background: none;
}

.quantity-wrap .quantity .qty-minus, .quantity-wrap .quantity .qty-plus {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 40px;
    font-weight: normal;
    color: #888;
    width: 23px;
    height: 38px;
    text-align: center;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.quantity-wrap .quantity .qty-desc {
    float: left;
    font-size: 14px;
    line-height: 40px;
    color: #555;
    font-weight: bold;
}

#block-product .sod_select {
    background: transparent;
}
.options-group .sod_select {
    margin-bottom: -1px;
}

#layout-product .bc-image .ls-fullheight { height: 60vh; }

#layout-product .fullheight-md.center { position: static; }


/* ---------------------------------------------------------------------- */
/*	Rating
/* ---------------------------------------------------------------------- */

.rating-input i {
    font-size: 1.2em;
    padding-right: 4px;
}

.rating-input .rating-clear {
    display: none;
}

.list-reviews .rating-input i {
    font-size: 1em;
    padding-right: 4px;
    color: #C69C6D;
}

.list-reviews .row:last-child hr {
    display: none;
}

.list-reviews .item {
    padding: 14px 28px;
    margin: 0 0 28px;
    border-left: 1px solid #eee;
}


/* ---------------------------------------------------------------------- */
/*	Light Gallery + Light Slider
/* ---------------------------------------------------------------------- */

.lightSlider {
    z-index: 0;
}

.wrap-ls-product .lSSlideOuter .lSPager.lSpg {
    position: relative;
}

    .wrap-ls-product .lSSlideOuter .lSPager.lSpg > li a {
        background-color: #CCC;
    }

    .wrap-ls-product .lSSlideOuter .lSPager.lSpg > li:hover a {
        background-color: #CCC;
    }

    .wrap-ls-product .lSSlideOuter .lSPager.lSpg > li.active a {
        background-color: rgba(255, 255, 255, 0);
        border: 2px solid #CCC;
    }


.wrap-ls-cselling_cart .lSSlideOuter .lSPager.lSpg {
    position: relative;
    margin-top: 10px !important;
}

    .wrap-ls-cselling_cart .lSSlideOuter .lSPager.lSpg > li a {
        background-color: #CCC;
    }

    .wrap-ls-cselling_cart .lSSlideOuter .lSPager.lSpg > li:hover a {
        background-color: #CCC;
    }

    .wrap-ls-cselling_cart .lSSlideOuter .lSPager.lSpg > li.active a {
        background-color: rgba(255, 255, 255, 0);
        border: 2px solid #CCC;
    }

.wrap-ls-cselling_cart .btn-primary {
    border: solid 1px #e2e2e2;
    background: #eee;
    color: #111;
}

    .wrap-ls-cselling_cart .btn-primary:hover, .wrap-ls-cselling_cart .btn-primary:focus {
        color: #111;
        background-color: #ddd;
        border-color: #ddd;
    }

.lSAction a {
    height: 40px;
    line-height: 40px;
}
.lSAction > .lSPrev {
    left: 30px;
    margin-top: -20px;
}

.lSAction > .lSNext {
    right: 30px;
}

.ls-banner .lSAction > .lSPrev, .ls-banner .lSAction > .lSNext {
    margin-top: 25px;
}

a.lg-gallery-item {
    display: block;
}

.lSSlideOuter .lSPager.lSGallery {
    position: absolute;
    bottom: 10px;
}

    .lSSlideOuter .lSPager.lSGallery > li {
        padding-left: 8px;
        padding-right: 8px;
    }
        .lSSlideOuter .lSPager.lSGallery > li.active, .lSSlideOuter .lSPager.lSGallery > li:hover {
            border-radius: 0 !Important;
        }

            .lSSlideOuter .lSPager.lSGallery > li.active a, .lSSlideOuter .lSPager.lSGallery > li:hover a {
                background-color: rgba(255,255,255,1);
            }

        .lSSlideOuter .lSPager.lSGallery > li a {
            display: block;
            text-align: center;
            background-color: rgba(255,255,255,0.4);
            text-align: center;
            height: 90px;
            padding: 8px;
        }

            .lSSlideOuter .lSPager.lSGallery > li a img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

        .lSSlideOuter .lSPager.lSGallery > li[data-cover='true'] a {
            padding: 0;
        }

            .lSSlideOuter .lSPager.lSGallery > li[data-cover='true'] a img {
                object-fit: cover;
            }


.video-play {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 11;
}

    .video-play a {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        background-color: rgba(255,255,255,0.2);
        -moz-border-radius: 5000px;
        -webkit-border-radius: 5000px;
        border-radius: 5000px;
    }

/* ---------------------------------------------------------------------- */
/*	Footer
/* ---------------------------------------------------------------------- */
#footer {
    color: #888;
    background-color: #1C1C1C;
}

    #footer .btn-dark, #footer .btn-dark:visited {
        color: #FFF;
        background-color: #444;
        border-color: #444;
    }

        #footer .btn-dark:hover, #footer .btn-dark:focus, #footer .btn-dark:active, #footer .btn-dark.active {
            color: #FFF;
            background-color: #C69C6D;
            border-color: #C69C6D;
        }

    #footer input {
        color: #CCC;
    }

    #footer a {
        color: #FFF;
    }

        #footer a:hover, #footer a:focus {
            color: #a67641;
        }


#footer-bottom {
    background: #151515;
    color: #666;
}

    #footer-bottom hr {
        border-top: 1px solid #2D2D2D;
    }

    #footer-bottom a {
        color: #666;
    }

        #footer-bottom a:hover, #footer-bottom a:focus {
            color: #999;
        }

        #footer-bottom a.text-white {
            color: #FFF;
        }

            #footer-bottom a.text-white:hover, #footer-bottom a.text-white:focus {
                color: #a67641;
            }


/* ---------------------------------------------------------------------- */
/*	Login Dropdown
/* ---------------------------------------------------------------------- */
#login.dropdown-menu {
    width: 300px;
    margin: -1px -1px 0 0;
}



/* ---------------------------------------------------------------------- */
/*	Product
/* ---------------------------------------------------------------------- */

#block-product .sod_select {
    margin-top: -1px;
}


    #block-product .sod_select .sod_label {
        padding-right: 28px;
        text-align: right;
    }

    #block-product .sod_select .sod_prefix {
        font-weight: bold;
        float: left;
        padding-right: 30px;
    }

.private_label {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 1;
}

#block-product .addtocart, #block-product .btn-subscription {
    margin-top: 2px;
}


/* ---------------------------------------------------------------------- */
/*	Checkout
/* ---------------------------------------------------------------------- */
#shippingmethods #shippingmethod_list {
    border: solid 1px #d9d9d9;
    border-radius: 8px;
    overflow: hidden;
}

    #shippingmethods #shippingmethod_list .shippingmethod label {
        display: block;
        font-weight: bold;
        margin-bottom: 0;
        cursor: pointer;
        padding: 20px;
        border-bottom: solid 1px #d9d9d9;
    }
        #shippingmethods #shippingmethod_list .shippingmethod:last-child label {
            border-bottom: none;
        }


        #shippingmethods #shippingmethod_list .shippingmethod.active label {
            background-color: #fafafa;
        }


#payments #payment_list {
    border: solid 1px #d9d9d9;
    border-radius: 8px;
    overflow: hidden;
}

    #payments #payment_list .payment label {
        display: block;
        font-weight: normal;
        font-size: 1em;
        margin-bottom: 0;
        cursor: pointer;
    }

    #payments #payment_list .payment .header {
        padding: 20px;
        font-weight: bold;
        border-bottom: solid 1px #d9d9d9;
        font-size: .7em;
    }
        #payments #payment_list .payment .header img {
            height: 24px;
        }


    #payments #payment_list .payment .content {
        padding: 40px 20px;
        background-color: #fafafa;
        border-bottom: solid 1px #d9d9d9;
        letter-spacing: 0;
        text-transform: none;
        display: none;
    }

        #payments #payment_list .payment .content p {
            margin-bottom: 0;
        }

    #payments #payment_list .payment.active:last-child .content, #payments #payment_list .payment:not(.active):last-child .header {
        border-bottom: none;
    }

    #payments #payment_list .payment.active .content {
        display: block;
    }


.checkout i {
    min-width: 16px;
}

#order-summary {
    position: sticky;
    position: -webkit-sticky;
    top: 15px;
}



/* ---------------------------------------------------------------------- */
/*	Order Detail
/* ---------------------------------------------------------------------- */
.order-detail {
    line-height: 1.8;
    padding: 30px;
    border: solid 1px #ccc;
}
.order-detail h3 {
    margin-top: 0;
}

ul.order-status {
   letter-spacing: 2px;
}   
  
.order-payment {
    border: solid 1px #ccc;
    border-bottom: none;
    padding: 30px;
}
.order-payment img {
    max-height: 100px;
}

/* ---------------------------------------------------------------------- */
/*	Paging
/* ---------------------------------------------------------------------- */
.paging .aspNetDisabled {
	opacity: 0.2;
}


/* ---------------------------------------------------------------------- */
/*	Box affiancati
/* ---------------------------------------------------------------------- */
.btflex .col-lg-4, .btflex .col {
    margin-bottom: 10px;
}

.btflex.lightgrey .col-lg-4, .btflex.lightgrey .col {
    background-color: #f5f5f5;
    padding: 30px;
}

@media(min-width:1200px) {
    .btgrid.btflex {
    }

        .btgrid.btflex .row {
            display: table;
            border-collapse: separate;
            border-spacing: 15px;
        }

            .btgrid.btflex .row:before,
            .btgrid.btflex .row:after {
                display: none;
            }

    .btflex .col-lg-4, .btflex .col {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}

/* ---------------------------------------------------------------------- */
/*	Cookie Banner
/* ---------------------------------------------------------------------- */

.termsfeed-com---nb { right: 0px !important; bottom: 0px !important; max-width: none !important; width: 100% !important; }
.termsfeed-com---nb .cc-nb-title-container .cc-nb-title { display: none !important; }
.termsfeed-com---nb .cc-nb-text { font-size: 11px !important; }

.termsfeed-com---nb .cc-nb-okagree, .termsfeed-com---nb .cc-nb-reject, .termsfeed-com---nb .cc-nb-changep { border-radius: 0 !important; font-size: 11px !important; padding: 2px 6px !important; text-transform: uppercase !important; }

.termsfeed-com---nb .cc-nb-okagree, .termsfeed-com---nb .cc-nb-reject { background-color: #FFF !important; }
.termsfeed-com---nb .cc-nb-changep { background-color: #111 !important; color: #eaeaea !important; } 

.termsfeed-com---pc-dialog .cc-cp-body-content-entry-text { font-size: 11px !important; }

.termsfeed-com---pc-dialog .cc-cp-foot-button { display: block !important; width: 100% !important; text-align: right !important; padding: 10px !important; }

.termsfeed-com---pc-dialog .cc-cp-foot .cc-cp-foot-byline { display: none !important; height: 60px !important; }

.termsfeed-com---pc-dialog .cc-cp-foot-save { border-radius: 0 !important; font-size: 11px !important; padding: 2px 6px !important; text-transform: uppercase !important; background-color: #FFF !important; }

@media (min-width:768px) { 
    .termsfeed-com---nb { right: 30px !important; bottom: 30px !important; max-width: none !important; width: 400px !important; }  
}

.grecaptcha-badge {
    visibility: hidden;
}


/* ---------------------------------------------------------------------- */
/*	Contenuti bozza
/* ---------------------------------------------------------------------- */

div[data-status='0'], #header .menu-wrap ul > li[data-status='0'], #header .primary-nav ul > li[data-status='0'], #footer-bottom ul > li[data-status='0'] {
    display: none;
}


/* ---------------------------------------------------------------------- */
/*	Form Booking
/* ---------------------------------------------------------------------- */


.form-booking .form-group {
    margin-bottom: 0;
    margin-top: -1px;
}

    .form-booking .form-group .form-control {
        box-shadow: none;
        background: none;
        text-align: right;
        padding-right: 48px;
    }

    .form-booking .form-group .form-control-feedback {
        width: 15px;
        text-align: center;
        left: auto;
        right: 21px;
        pointer-events: none;
    }

    .form-booking .form-group .form-control-feedback.prefix {
        width: auto;
        text-align: left;
        left: 20px;
        right: auto;
        color: #555;
        font-weight: bold;
    }

        .form-booking .form-group.time .sod_select::before {
            font-size: 14px;
            content: "\f017";
        }
        .form-booking .form-group.guests .sod_select::before {
            font-size: 14px;
            content: "\f183";
        }

    .form-booking .form-group.submit {
        margin-top: 2px;
    }


.datepicker table tr td {
    color: #555;
}

    .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
        background: 0 0;
        color: #ccc;
        cursor: default;
    }

.datepicker.datepicker-inline, .datepicker.datepicker-inline table {
    width: 100%;
}

/* ---------------------------------------------------------------------- */
/*	Layout Landing
/* ---------------------------------------------------------------------- */

#landing-header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 20;
    padding: 10px;
    text-align: center;
    margin-top: 50px;
    border-bottom: 1px solid rgba(165,165,165,0.2);
    border-top: 1px solid rgba(165,165,165,0.2);
}


#landing-logo img {
    max-height: 60px;
}


/* ---------------------------------------------------------------------- */
/*	Subscription detail
/* ---------------------------------------------------------------------- */
.subscription-edit-trigger {
    display: none;
}

