/******************************************************************
 RESET CSS - Normalize
******************************************************************/
body, img, p, h1, h2, h3, h4, h5, fieldset { margin: 0; padding: 0; border: 0; resize: none; }
a, a:hover, a:visited, a:focus { text-decoration: none !important; }
input[type=submit] { cursor: pointer; }
*:focus { outline: none; }
::selection { background: #000; color: #fafafa; }
::-moz-selection { background: #000; color: #fafafa; }
._v-align { display: inline-block; vertical-align: middle; line-height: normal; }
.relative { position: relative; }
.unstyled { background: none; border: 0; box-shadow: none; list-style: none; margin: 0; padding: 0; line-height: normal; }
[class^="icon-"]:before, [class*=" icon-"]:before { margin: 0; padding: 0; }


/******************************************************************
Web fonts
******************************************************************/
@font-face { font-family: 'centralesansrndxlight'; src: url('/Content/app/fonts/centrale/centralesansrndxlight-webfont?#iefix') format('embedded-opentype'), url('/Content/app/fonts/centrale/centralesansrndxlight-webfont.woff') format('woff'), url('/Content/app/fonts/centrale/centralesansrndxlight-webfont.ttf') format('truetype'), url('/Content/app/fonts/centrale/centralesansrndxlight-webfont.svg#centralesansrndxlight-webfont') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'centralesansrndxlight-italic'; src: url('/Content/app/fonts/centrale/centralesansrndlight-italic-webfont?#iefix') format('embedded-opentype'), url('/Content/app/fonts/centrale/centralesansrndlight-italic-webfont.woff') format('woff'), url('/Content/app/fonts/centrale/centralesansrndlight-italic-webfont.ttf') format('truetype'), url('/Content/app/fonts/centrale/centralesansrndlight-italic-webfont.svg#centralesansrndxlight-webfont') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'centralesansrndbook'; src: url('/Content/app/fonts/centrale/centralesansrndbook-webfont?#iefix') format('embedded-opentype'), url('/Content/app/fonts/centrale/centralesansrndbook-webfont.woff') format('woff'), url('/Content/app/fonts/centrale/centralesansrndbook-webfont.ttf') format('truetype'), url('/Content/app/fonts/centrale/centralesansrndbook-webfont.svg#centralesansrndbook-webfont') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'centralesansrndmedium-italic'; src: url('/Content/app/fonts/centrale/centralesansrndmedium-italic-webfont?#iefix') format('embedded-opentype'), url('/Content/app/fonts/centrale/centralesansrndmedium-italic-webfont.woff') format('woff'), url('/Content/app/fonts/centrale/centralesansrndmedium-italic-webfont.ttf') format('truetype'), url('/Content/app/fonts/centrale/centralesansrndmedium-italic-webfont.svg#centralesansrndmedium-italic-webfont') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'centralesansrndmedium'; src: url('/Content/app/fonts/centrale/centralesansrndmedium-webfont?#iefix') format('embedded-opentype'), url('/Content/app/fonts/centrale/centralesansrndmedium-webfont.woff') format('woff'), url('/Content/app/fonts/centrale/centralesansrndmedium-webfont.ttf') format('truetype'), url('/Content/app/fonts/centrale/centralesansrndmedium-webfont.svg#centralesansrndmedium-webfont') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'centralesansrndxbold'; src: url('/Content/app/fonts/centrale/centralesansrndxbold-webfont?#iefix') format('embedded-opentype'), url('/Content/app/fonts/centrale/centralesansrndxbold-webfont.woff') format('woff'), url('/Content/app/fonts/centrale/centralesansrndxbold-webfont.ttf') format('truetype'), url('/Content/app/fonts/centrale/centralesansrndxbold-webfont.svg#centralesansrndxbold-webfont') format('svg'); font-weight: normal; font-style: normal; }


/******************************************************************
Geral Html
******************************************************************/
body { overflow-x: hidden; /* TODO */ }
    body .wrapper { padding: 0 15px; max-width: 1220px; display: block; margin: auto; position: relative; }


/* Flexslider */
.flexslider { margin: 0; box-shadow: none; padding: 0; border: 0; border-radius: 0; }
    .flexslider .flex-direction-nav a { height: 48px; }
/*.flexslider .flex-direction-nav a:before { content: none; }*/

/* Select2 */
body .select2-container .select2-choice { height: 34px; line-height: 34px; }
body .select2-container.form-control { padding: 0; border: 0; }

/* Social  */
body .stButton span { height: 25px !important; }

/* Status */
.status.error { color: red; }
.status.success { color: green; }

/* Error inpus */
body input.error, body textarea.error { border-color: #B94A48; color: #A60D10; }
    body input.error:focus, body textarea.error:focus { border-color: #B94A48; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset, 0 0 0 2px rgba(185, 74, 72, 0.3); }

/* Login Modal */
#LoginModal { }
    #LoginModal .status { margin-bottom: 10px; text-align: center; }
    #LoginModal .modal-header { border: 0; padding-bottom: 0; }
    #LoginModal .modal-title { text-align: center; color: #000; }
    #LoginModal .modal-dialog { width: 450px; }
        #LoginModal .modal-dialog label { font-weight: normal; margin-bottom: 0; cursor: pointer; }
    #LoginModal .modal-body a { color: #656565; }
    #LoginModal .modal-footer { margin-top: 0; border-top: 0; }
        #LoginModal .modal-footer a { color: #163882; }

#LoginModal-CreateAccount .modal-footer { border: 0; }


/* Basket Modal */
#BasketModal { top: 30px; right: 30px; width: 450px; bottom: auto; left: auto; margin: 0; overflow: hidden; }
    #BasketModal .modal-body { padding: 0 15px; background: #FFF; }
    #BasketModal .modal-header h4 { display: inline-block; vertical-align: middle; }
    #BasketModal .modal-dialog { width: auto; display: block; padding: 0; margin: 0; }
    #BasketModal .modal-content { background: #f4f4f4; border: 0; border-radius: 0; }
        #BasketModal .modal-content .infos { font-size: 18px; padding: 15px 0; background: #f4f4f4; }
            #BasketModal .modal-content .infos strong { display: block; font-size: 25px; }
        #BasketModal .modal-content .product { margin: 0; border-bottom: 1px solid #e5e5e5; padding: 15px 0; }
            #BasketModal .modal-content .product h2 { font-size: 18px; }
    #BasketModal .modal-footer { text-align: left; margin-top: 0; padding: 0; }
        #BasketModal .modal-footer a { height: 50px; line-height: 50px; padding: 0; display: block; text-align: center; font-size: 18px; border-radius: 0; }


/* TermsAndConditions Modal */
#TermsAndConditionsModal .modal-dialog { width: 75%; }

/* ShopConditionsModal Modal */
#ShopConditionsModal .modal-dialog { width: 75%; }

/* Pagination */
.pagination { padding: 33px 0; margin: 0; border-radius: 0; }
    .pagination a { color: white !important; background-color: #BD2429 !important; border-color: white !important; height: 35px; width: 35px; border-radius: 50%; margin: 0 7px; }
    .pagination .active a { border-color: #BD2429; background: white !important; color: #BD2429 !important; }
    .pagination .disabled a { cursor: not-allowed; opacity: 0.5 !important; filter: alpha(opacity=50) !important; border-bottom-right-radius: 0 !important; border-top-right-radius: 0 !important; border: 0 !important; font-size: 16px !important; padding: 7px 0 !important; width: 25px !important; }
    .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 0 !important; border-top-right-radius: 0 !important; border: 0; font-size: 16px; padding: 7px 0; width: 25px; }
    .pagination > li:first-child > a, .pagination > li:first-child > span { border-bottom-right-radius: 0 !important; border-top-right-radius: 0 !important; border: 0; font-size: 16px; padding: 7px 0; width: 25px; }

/* Buttons */
.btn { /* TODO */ }
    .btn.btn-primary { /* TODO */ }
    .btn.btn-default { /* TODO */ }
    .btn.btn-info { /* TODO */ }
    .btn.btn-warning { /* TODO */ }
    .btn.btn-success { }
        .btn.btn-success:hover { }
    .btn.btn-danger { /* TODO */ }
    .btn.btn-full { padding-left: 0; padding-right: 0; text-align: center; display: block; width: 100%; }
    .btn.btn-square { border-radius: 0 !important; }

.color-red { color: red !important; }
.color-green { color: green !important; }

body ul.no-style { margin: 0; padding: 0; list-style: none; }

body ._wishlist-open { position: relative; }
body ._wishlist-selector { z-index: 999; position: absolute; left: 100%; top: 0; margin-left: 15px; width: 150px; display: block; background: #DFDFDF; padding: 10px; border-radius: 5px; }
    body ._wishlist-selector:before { content: ' '; position: absolute; left: -10px; top: 10px; width: 0; height: 0; border-style: solid; border-width: 7.5px 10px 7.5px 0; border-color: transparent #DFDFDF transparent transparent; }

/* Headings */
body h1 { font-size: 40px; }
body h2 { font-size: 30px; }
body h3 { font-size: 24px; }
body h4 { font-size: 20px; }
body h5 { font-size: 16px; }

/* Inputs */
input[type="text"], input[type="password"] { height: 34px; line-height: 34px; padding: 0 10px; border: 0; border-radius: 0; background: #E9E9E9; color: #262525; margin-bottom: 13px; margin-right: 8px; }
.select2.select2-container { width: 100% !important; }
.select2-container .select2-selection--single { height: 34px; border: 1px solid #ccc; }
.select2-container.error .select2-selection--single { border-color: #B94A48; color: #A60D10; }
.select2-container .select2-selection--single .select2-selection__rendered { padding-left: 10px; line-height: 32px; }
.select2-container .select2-selection--single .select2-selection__arrow { line-height: 32px; height: 32px; }

textarea { padding: 4px 10px !important; border: 0 !important; border-radius: 0 !important; background: #E9E9E9 !important; color: #262525 !important; }
    textarea.no-resize { resize: none; }

/* tables */
.table th, .table td { vertical-align: middle !important; }

/* body .zcmscontent-area */
body .zcmscontent-area h1, body .zcmscontent-area h2, body .zcmscontent-area h3, body .zcmscontent-area h4 { margin-bottom: 8px; }
body .zcmscontent-area figcaption { margin-top: 12px; }
body .margin-bottom { margin-bottom: 20px; }

/* #CoockiesTerms */
#CoockiesTerms { position: fixed; width: 340px; padding: 30px; padding-top: 40px; left: 30px; bottom: 30px; border: 1px solid #DDD; background: none repeat scroll #FFF; color: #808080; font-size: 10px; z-index: 10000; }
    #CoockiesTerms .close { position: absolute; top: 10px; right: 10px; font-size: 18px; }

body .admin-inactive-view { opacity: 0.7; filter: alpha(opacity=70); }


/******************************************************************
Helpers
******************************************************************/
body .no-margin { margin: 0 !important; }
body .no-padding { padding: 0 !important; }
body .hidden { display: none; }
body .no-round-corner { border-radius: 0; }
body .transition-regular { -moz-transition: all 1s; -o-transition: all 1s; -webkit-transition: all 1s; transition: all 1s; }
body .transition-fast { -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }
body .transition-very-fast { -moz-transition: all 0.2s; -o-transition: all 0.2s; -webkit-transition: all 0.2s; transition: all 0.5s; }
body .small-padding-bottom { padding-bottom: 20px; }
body .medium-padding-bottom { padding-bottom: 30px; }
body .large-padding-bottom { padding-bottom: 100px; }
body .text-wrapper { overflow: hidden; height: 100%; }
body .relative { position: relative; }
body .display-inline { display: inline-block; }
.paths { font-family: centralesansrndmedium; font-size: 15px; background-color: black; padding: 15px 0; position: fixed; top: 178px; width: 100%; z-index: 3; }
.breadcrumb { background-color: black; padding-left: 0; margin-bottom: 0; }
    .breadcrumb > li + li:before { content: "|"; color: white; }
    .breadcrumb li { display: inline-block; }
        .breadcrumb li a { color: white; padding-left: 10px; padding-right: 10px; }
        .breadcrumb li:first-child a { padding-left: 0; }
        .breadcrumb li a.active { color: #57a996; }
#ZCmsContent1 { padding: 0 120px; }

.paddTop{    padding-top: 165px;}

/******************************************************************
product
******************************************************************/
.product { text-align: center; margin-bottom: 75px; }
    .product a { display: inline-block; -moz-transition: 1s ease; -o-transition: 1s ease; -webkit-transition: 1s ease; transition: 1s ease; overflow: hidden; }
        .product a .img-wrapper { padding: 0 10px; height: 100px; }
            .product a .img-wrapper img { max-width: 100%; -moz-transition: 1s ease; -o-transition: 1s ease; -webkit-transition: 1s ease; transition: 1s ease; }
        .product a:hover { -moz-transform: scale(1.15); -ms-transform: scale(1.15); -o-transform: scale(1.15); -webkit-transform: scale(1.15); transform: scale(1.15); -moz-transition: 1s ease; -o-transition: 1s ease; -webkit-transition: 1s ease; transition: 1s ease; }
    .product .spaces { padding-bottom: 80px; }
    .product h3 { font-family: 'centralesansrndxbold'; font-size: 25px; color: black; padding-top: 10px; }
    .product p { font-family: 'centralesansrndmedium'; font-size: 13px; color: #57a996; text-transform: uppercase; }



/******************************************************************
reviews
******************************************************************/
body .reviews { }
body .review { border: 2px solid #DDD; padding: 10px; margin: 0 15px 15px 0; border-radius: 10px; }
    body .review .rating { display: block; }
        body .review .rating .icon { font-size: 22px; margin: 0; padding: 0; margin-right: -10px; }
        body .review .rating .icon-star { color: #f1c40f; }
    body .review .description { margin: 5px 0; color: #000; font-size: 15px; }
    body .review .user { color: #595959; text-transform: uppercase; line-height: 15px; margin-top: 5px; }
        body .review .user strong { }
        body .review .user p { float: right; }


/******************************************************************
Header
******************************************************************/
#Header { padding: 26px 0 40px 0; position: fixed; width: 100%; z-index: 10; background-color: white; }
    #Header .logo { display: inline-block; padding-top: 15px; }
        #Header .logo img { max-width: 100%; }
    #Header .menu-list { font-family: 'centralesansrndmedium'; font-size: 15px; position: relative; text-align: center; }
        #Header .menu-list .navigation { list-style-type: none; margin-top: 55px; margin-bottom: 0; padding-left: 0; }
            #Header .menu-list .navigation li { display: inline-block; padding: 0 7px; vertical-align: top; }
                #Header .menu-list .navigation li a { color: black; display: inline-block; vertical-align: top; padding: 8px 0; }
                #Header .menu-list .navigation li.active { border-top: 1px solid #57a996; border-bottom: 1px solid #57a996; padding: 8px 0;}
                    #Header .menu-list .navigation li.active a { color: #57a996; padding: 0 !important; }
                #Header .menu-list .navigation li .sub-nav { display: none; list-style-type: none; margin-bottom: 0; padding-left: 0; }
                    #Header .menu-list .navigation li .sub-nav li { display: block; padding: 0 7px; line-height: 17px; border: 0; }
                        #Header .menu-list .navigation li .sub-nav li a { padding: 0; color: black !important; font-size: 13px; }
                        #Header .menu-list .navigation li .sub-nav li.activate a { padding: 0; color: #57a996 !important; font-size: 13px; font-family: centralesansrndxbold; }
                #Header .menu-list .navigation li a:hover { color: #57a996; padding:0; animation:1s fadeIn;}
                    #Header .menu-list .navigation li a:hover:after { content: ''; border-bottom: 1px solid #57a996; display: block; padding-top:8px; }
                    #Header .menu-list .navigation li a:hover:before { content: ''; border-top: 1px solid #57a996; display: block;  padding-bottom:8px; }
                #Header .menu-list .navigation li.active a:hover:before { display:none; }
                #Header .menu-list .navigation li.active a:hover:after { display:none; }
                #Header .menu-list .navigation li.child:hover ul.sub-nav {margin-top:10px; display: block; -moz-transition: 1s ease; -o-transition: 1s ease; -webkit-transition: 1s ease; transition: 1s ease; -moz-animation: 1s fadeIn; -o-animation: 1s fadeIn; -webkit-animation: 1s fadeIn; animation: 1s fadeIn; }
                    #Header .menu-list .navigation li.child:hover ul.sub-nav li a:hover {font-weight:700; color: #57a996 !important; -moz-transition: 1s ease; -o-transition: 1s ease; -webkit-transition: 1s ease; transition: 1s ease; }
                                    #Header .menu-list .navigation li.child:hover ul.sub-nav li a:hover:before { display:none; }
                #Header .menu-list .navigation li.child:hover ul.sub-nav li a:hover:after { display:none; }


    /*#Header .menu-list .navigation li.child a .sub-nav:hover{display:block;}*/
    #Header .language .lang { font-family: 'centralesansrndmedium'; font-size: 15px; list-style-type: none; margin-bottom: 0; padding-left: 0; float: right; }
        #Header .language .lang li { display: inline-block; padding: 0 4px; margin-top: 55px; margin-bottom: 0; padding-left: 0; }
            #Header .language .lang li a { color: black; }
                #Header .language .lang li a:hover { font-family: 'centralesansrndxbold'; }
                #Header .language .lang li a.active { font-family: 'centralesansrndxbold'; color: #57a996; }


/******************************************************************
Footer
******************************************************************/
#Footer { display: block; }
#Footer .bgGrey {background-color: #231f20; padding: 60px 0;}
#Footer .bgGrey p {color: white;font-family:centralesansrndxlight; font-size: 14px;}
#Footer .bgGrey h3 {color: white;font-family: centralesansrndxbold; font-size: 14px; text-transform: uppercase;}
#Footer .bgGrey a {color: white; font-family:centralesansrndxlight; font-size: 14px; display:block;}
#Footer .bgGrey a:hover{color:#57a996; transition:1s ease;}
#Footer .bgGrey a:hover h3{color:#57a996; transition:1s ease;}
#Footer .bgGrey .face{margin-top:5px;}
#Footer .bgGrey .face span{width:25px; height:25px; display:inline-block; background-color:white; border-radius:25px; text-align:center;}
#Footer .bgGrey .face span i{color:#231f20; line-height:25px;}
#Footer .bgGrey .face:hover span{background-color:#57a996; transition:1s ease;}

    #Footer .formContainer { padding-top: 230px; padding-bottom: 50px; font-family: 'centralesansrndmedium'; }
        #Footer .formContainer .ZFormGroupTitle { display: none; }
        #Footer .formContainer .ZFormGroupDescription { font-size: 28px; color: white; font-family: 'centralesansrndxlight-italic'; line-height: 38px; width: 85%; }
        #Footer .formContainer .ZFormDescription { font-size: 14px; color: white; font-family: 'centralesansrndbook'; }
        #Footer .formContainer .ZFormGroup { padding-bottom: 8px; }
        #Footer .formContainer .btn { font-family: 'centralesansrndxbold'; }
        #Footer .formContainer .formTextArea { padding-left: 8px !important; }
    #Footer .footerBlock { padding-top: 25px; padding-bottom: 30px; position: relative; }
        #Footer .footerBlock .address { padding-top: 25px; font-size: 13px; color: #57A996; font-family: 'centralesansrndbook'; }
        #Footer .footerBlock .bottomOne { padding-top: 40px; font-family: 'centralesansrndmedium'; }
            #Footer .footerBlock .bottomOne strong { font-family: 'centralesansrndxbold'; }
        #Footer .footerBlock a { color: #57A996; }

    #Footer .btn.btn-success { background-color: transparent; border-color: transparent; padding: 0; }
        #Footer .btn.btn-success:hover { background-color: transparent; border-color: transparent; text-decoration: underline; }

/******************************************************************
zCMSContent
******************************************************************/
#zCMSContent { padding: 0; }

/******************************************************************
ConfIndex
******************************************************************/
#ConfIndex { }
    #ConfIndex .intro { width: 100%; height: 512px; }
        #ConfIndex .intro h1 { max-width: 360px; color: #272525; font-family: 'centralesansrndxbold'; font-size: 50px; padding-top: 245px; line-height: 50px; }
        #ConfIndex .intro h2 { max-width: 320px; color: #272525; font-family: 'centralesansrndxlight'; font-size: 40px; line-height: 40px; }
    /*****************************************************************************/
    #ConfIndex .sweetDreams { padding-top: 60px; }
    #ConfIndex hr { border-top: 1px solid #272425; }
    #ConfIndex h4 { color: #272425; font-family: centralesansrndxlight; font-size: 30px; margin-bottom: 40px; display: inline-block; line-height: 45px; }
    #ConfIndex .sweetDreams .question { margin: 0 30px; margin-bottom: 150px; position: relative; }
        #ConfIndex .sweetDreams .question p { color: #272425; font-family: 'centralesansrndxbold'; font-size: 19px; padding-bottom: 20px; display: inline-block; }
        #ConfIndex .sweetDreams .question .kg { max-width: 20px; color: #272425; font-family: 'centralesansrndbook'; font-size: 16px; padding-bottom: 20px; float: right; padding-top: 5px; }
    #ConfIndex .sweetDreams .btton { margin: auto; text-align: center; position: relative; }
        #ConfIndex .sweetDreams .btton .btn-default { height: 35px; color: #272525; font-family: 'centralesansrndbook'; font-size: 18px; border-radius: 30px; background-color: transparent; padding-left: 20px; padding-right: 20px; padding-bottom: 30px; border: 1px solid #272425; margin-bottom: 40px; }
            #ConfIndex .sweetDreams .btton .btn-default:hover { background-color: #272425; color: white; border: 1px solid white; }
    #ConfIndex .sweetDreams .line { height: 6px; background: #bebebe; position: absolute; bottom: 0; left: 0; width: 100%; border-radius: 20px; }

#SleepSliderContainer .ui-slider-pips .ui-slider-label { width: 119px; position: relative !important; margin-left: -66px !important; }
#DescriptSliderContainer .ui-slider-pips .ui-slider-label { width: 125px; position: relative !important; margin-left: -66px !important; }
#PositionSliderContainer .ui-slider-pips .ui-slider-label { width: 100px; margin-left: -30px !important; }
#WeightSliderContainer .ui-slider-pips .ui-slider-label { width: 60px; margin-left: 0 !important; }
#ConfortSliderContainer .ui-slider-pips .ui-slider-label { width: 100px; margin-left: -30px !important; }
#FirmeSliderContainer .ui-slider-pips .ui-slider-label { width: 100px; margin-left: -30px !important; }
#SpendSliderContainer .ui-slider-pips .ui-slider-label { width: 120px; margin-left: -40px !important; }



.ui-slider-handle { position: absolute; z-index: 2; width: 50px !important; height: 25px !important; cursor: pointer; }
.ui-slider-line { display: none; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { width: 26px !important; border: none !important; background: url('/Content/app/images/slider.png') no-repeat !important; background-position: right top; font-weight: bold; text-decoration: none !important; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: none !important; }
.ui-slider-horizontal { margin: 0 !important; height: 5px !important; }
.ui-widget-content { border: 3px solid #bebebe !important; background: none !important; }
.ui-slider-horizontal .ui-slider-handle { top: -12px !important; }
.slider.sliderDescript { width: 80% !important; margin-left: 6% !important; margin-right: 10% !important; }
.slider.sliderConfort { width: 88% !important; margin-left: 5% !important; margin-right: 5% !important; }
.slider.sliderSpend { width: 83% !important; margin-left: 10% !important; margin-right: 10% !important; }
.slider.sliderPosition { width: 87% !important; margin-left: 7% !important; margin-right: 10% !important; }
.slider.sliderSleep { width: 80% !important; margin-left: 6% !important; margin-right: 10% !important; }


.ui-slider { position: relative !important; }
.ui-slider-pips .ui-slider-pip { display: inline-block !important; width: auto !important; height: auto !important; color: #272425 !important; font-family: centralesansrndbook !important; line-height: 14px !important; font-size: 15px !important; }
    .ui-slider-pips .ui-slider-pip:hover { line-height: 14px; font-size: 15px !important; }
.ui-slider-pips [class*=ui-slider-pip-selected] { color: #272425 !important; font-family: 'centralesansrndxbold' !important; font-size: 15px !important; line-height: 14px !important; }
.ui-slider-pips [class*=ui-slider-pip-initial] { color: #272425 !important; font-family: 'centralesansrndbook' !important; font-size: 15px !important; line-height: 14px !important; }
.ui-slider-pip-initial.ui-slider-pip-selected { color: #272425 !important; font-family: 'centralesansrndxbold' !important; font-size: 15px !important; line-height: 14px !important; }


/******************************************************************
HomeIndex
******************************************************************/
#HomeIndex { }
    #HomeIndex .section-choice { text-align: center; }
        #HomeIndex .section-choice .title h2 { font-family: centralesansrndmedium; font-size: 20px; padding: 30px 0 65px 0; }
    #HomeIndex .section-sleep { }
        #HomeIndex .section-sleep .text-box { width: 325px; padding-top: 95px; float: right; }
    #HomeIndex .bot-sec .bubble { width: 260px; height: 260px; border-radius: 200px; overflow: hidden; margin: auto; }
        #HomeIndex .bot-sec .bubble img { height: 100%; }
    #HomeIndex .section-sleep .text-box p { font-family: 'centralesansrndmedium'; font-size: 20px; }
    #HomeIndex .section-sleep .text-box h2 { font-size: 40px; font-family: 'centralesansrndxbold'; }
    #HomeIndex .bot-sec { margin-top: -100px; padding-bottom: 20px; }
        #HomeIndex .bot-sec p { font-family: 'centralesansrndmedium'; font-size: 13px; color: #57a996; text-transform: uppercase; }
        #HomeIndex .bot-sec h3 { font-size: 25px; font-family: 'centralesansrndxbold'; color: black; }
        #HomeIndex .bot-sec figure:hover { -moz-animation: 1s pulse; -o-animation: 1s pulse; -webkit-animation: 1s pulse; animation: 1s pulse; }

/* HomeBanners */
#HomeBanners.sliding .flex-control-nav { bottom: 20px; z-index: 2; display: inline-block; vertical-align: middle; }
    #HomeBanners.sliding .flex-control-nav li { margin: 0 3px; border: 1px solid black; border-radius: 20px; display: inline-block; vertical-align: middle; }
#HomeBanners.sliding .flex-control-paging li a { box-shadow: none; border-radius: 0; border: none; background: none; }
    #HomeBanners.sliding .flex-control-paging li a.flex-active { background: black; border-radius: 20px; border: 1px solid white; }
#HomeBanners.sliding .slides h4 { font-size: 58px; font-family: centralesansrndxlight; position: absolute; top: 240px; left: 0; max-width: 535px; color: black;}
#HomeBanners.sliding .slides .bgslide { }

/* ProductsFeatured */
#ProductFeatured.woo-slide { margin: 0 !important; margin-bottom: 50px !important; }
    #ProductFeatured.woo-slide a { display: inline-block;     padding: 20px 10px;}
    #ProductFeatured.woo-slide a.zcmsdoor{padding:0;}
    #ProductFeatured.woo-slide h3 { font-family: centralesansrndxbold; font-size: 25px; color: black; }
    #ProductFeatured.woo-slide p { font-family: 'centralesansrndmedium'; font-size: 13px; color: #57a996; text-transform: uppercase; }
    #ProductFeatured.woo-slide .flex-direction-nav .flex-prev { background-image: url('/Content/app/images/prev.png'); width: 19px; height: 36px; opacity: 1; left: -35px !important; padding:0;}
    #ProductFeatured.woo-slide .flex-direction-nav .flex-next { background-image: url('/Content/app/images/next.png'); width: 19px; height: 36px; opacity: 1; right: -35px !important; padding:0;}
    #ProductFeatured.woo-slide .flex-direction-nav a:before { display: none; content: ''; }
    #ProductFeatured.woo-slide:hover .flex-direction-nav .flex-next { right: -35px !important; }
    #ProductFeatured.woo-slide:hover .flex-direction-nav .flex-prev { left: -35px !important; }
#ProductFeatured .product { margin-bottom: 0; }



/******************************************************************
HomeContent
******************************************************************/
#HomeContent { }
    #HomeContent .text { padding: 53px 0 66px 0; }
        #HomeContent .text h1 { font-family: 'centralesansrndxlight'; font-size: 36px; color: black; }
        #HomeContent .text h2 { font-family: 'centralesansrndxbold'; font-size: 36px; padding-bottom: 34px; }
        #HomeContent .text span { font-family: 'centralesansrndmedium'; font-size: 18px; }
        #HomeContent .text h4 { font-family: 'centralesansrndxbold'; font-size: 20px; padding: 11px 0 11px 0; text-transform: uppercase; }
        #HomeContent .text p { font-family: 'centralesansrndxlight'; font-size: 15px; }
        #HomeContent .text.bottom-text p { font-family: 'centralesansrndmedium'; font-size: 15px; margin-top: 0; }
    #HomeContent .imgsect { color: white; position: relative; padding: 110px 0 70px 0; }
        #HomeContent .imgsect p { font-family: 'centralesansrndmedium'; font-size: 15px; }
        #HomeContent .imgsect img { position: absolute; top: -30px; }
    #HomeContent .bottom-text { padding: 75px 0 86px 0; }
    #HomeContent .cuteline { height: 1px; background-color: black; width: 45px; }
        #HomeContent .cuteline.white { background-color: white; }
    #HomeContent .zcmscontent-area h1, #HomeContent .zcmscontent-area h2, #HomeContent .zcmscontent-area h3, #HomeContent .zcmscontent-area h4 { margin-bottom: 0; }

/******************************************************************
HomeSleep
******************************************************************/
#HomeSleep { }
    #HomeSleep .section-banner { position: relative; margin-top:50px;}
        #HomeSleep .section-banner .box-title { position: absolute; bottom: 0; left: 0; right: 0; max-width: 1220px; margin: auto; height: 160px; }
            #HomeSleep .section-banner .box-title h1 { font-family: centralesansrndxlight; font-size: 60px; width: 510px; }
    #HomeSleep .section-text { padding-top: 50px; }
        #HomeSleep .section-text .text-box { display: block; position:relative;}
            #HomeSleep .section-text .text-box p { font-size: 15px; font-family: centralesansrndbook; line-height: 21px; }
            #HomeSleep .section-text .text-box h3 { color: #272425; font-family: centralesansrndxbold; font-size: 11px; text-transform: uppercase; text-align: center; }
            #HomeSleep .section-text .text-box .box-img { padding: 0 15px; margin-bottom: 0; }
                #HomeSleep .section-text .text-box .box-img .col-md-4 { padding: 0; }
                    #HomeSleep .section-text .text-box .box-img .col-md-4 img { }
    #HomeSleep .section-cicle { padding-left: 50px; }
        #HomeSleep .section-cicle h2 { font-family: 'centralesansrndxbold'; font-size: 26px; line-height: 26px; padding-top: 64px; max-width: 150px; }
        #HomeSleep .section-cicle p { font-family: 'centralesansrndmedium'; font-size: 15px; padding: 20px 0 65px 0; max-width: 265px; line-height: 17px; }
        #HomeSleep .section-cicle span { font-family: 'centralesansrndmedium'; font-size: 15px; }
        #HomeSleep .section-cicle .fase { max-width: 309px; padding-top: 50px; }
            #HomeSleep .section-cicle .fase span { font-family: 'centralesansrndxbold'; font-size: 14px; display: inline-block; }
            #HomeSleep .section-cicle .fase .right { float: right; }
    #HomeSleep .section-stage h1 { font-family: 'centralesansrndxbold'; font-size: 14px; padding: 20px 0 10px 0; color: black; }
    #HomeSleep .section-stage p { padding: 15px 0 40px 0; font-family: centralesansrndbook; font-size: 14px; font-weight: 300; }
    #HomeSleep .section-stage .col-md-5ths:after { content: url('/Content/app/images/border.png'); width: 1px; height: 186px; display: inline-block; position: absolute; right: 0; top: 0; }
    #HomeSleep .section-stage .col-md-5ths:nth-child(5n)::after { content: ""; }
    #HomeSleep .section-statistics .row { border-top: 1px solid grey; padding: 50px 40px; }
    #HomeSleep .section-statistics h2 { font-family: 'centralesansrndxbold'; font-size: 22px; max-width: 245px; padding-top: 25px; }
    #HomeSleep .section-statistics h3 { font-family: 'centralesansrndxbold'; font-size: 11px; float: right; text-transform: uppercase; padding: 18px 0; max-width: 100px; }
        #HomeSleep .section-statistics h3 b { font-family: 'centralesansrndxbold'; font-size: 17px; text-transform: uppercase; display: block; }
    #HomeSleep .section-statistics .graphic-wrapper { max-width: 107px; max-height: 106px; display: inline-block; }
        #HomeSleep .section-statistics .graphic-wrapper img { max-width: 100%; }
    #HomeSleep .section-sketch { padding-bottom: 25px; }
        #HomeSleep .section-sketch img { width: 100%; }
         #HomeSleep .table{width:70% !important;}   
         #HomeSleep .table tbody > tr > td { border: 0 !important; font-family: centralesansrndbook; font-size: 14px; line-height: 15px; padding: 13px 0; padding-right: 15px; }
    #HomeSleep .table tbody > tr { border-top: 1px solid #918f90; }
        #HomeSleep .table tbody > tr:first-child { border: 0 !important; }
    #HomeSleep .line { position: absolute; left: 0; right: 30px; top: 0; bottom: 0; margin: auto; width: 1px; height: 950px; background-color: #999999; z-index: -1; }
   #HomeSleep .section-text .text-box.acess .box{padding-left:60px;}
   #HomeSleep .section-text .text-box.acess{margin-top:50px;}

/******************************************************************
HomeContacts
******************************************************************/
#HomeContacts { }
    #HomeContacts .cont { padding-top: 25px; padding-bottom: 30px; position: relative; padding-top: 55px; padding-bottom: 80px; }
        #HomeContacts .cont .address { padding-top: 25px; font-size: 13px; color: #272425; font-family: 'centralesansrndbook'; }
        #HomeContacts .cont .bottomOne { padding-top: 40px; font-family: 'centralesansrndmedium'; }
            #HomeContacts .cont .bottomOne strong { font-family: 'centralesansrndxbold'; }
        #HomeContacts .cont a { color: #272425; }
        #HomeContacts .cont span{    color: #57A996;}


/******************************************************************
HomeTechnology
******************************************************************/
#HomeTechnology { }
    #HomeTechnology .intro { background: url('../images/bckSymbol.png'); width: 100%; height: 512px; position: relative; margin-bottom: 30px; margin-top:50px; }
        #HomeTechnology .intro h1 { color: white; font-family: centralesansrndbook; font-size: 60px; position: absolute; bottom: 100px; display: block; max-width: 1220px; margin: auto; left: 0; right: 0; }
    #HomeTechnology .boxes { padding-top: 15px; padding-bottom: 80px; }
        #HomeTechnology .boxes .box { border-bottom: 1px solid #918f90; padding-bottom: 50px; margin-bottom: 50px !important; }
            #HomeTechnology .boxes .box .titles { line-height: 24px; }
                #HomeTechnology .boxes .box .titles p:first-child { text-transform: uppercase; font-weight: 700; }
                #HomeTechnology .boxes .box .titles p { font-family: centralesansrndxlight; color: #272425; font-weight: 300; font-size: 22px; }
            #HomeTechnology .boxes .box .leftDescription { max-width: 117px; line-height: 14px; padding-right: 10px; text-align: right; float: right; }
                #HomeTechnology .boxes .box .leftDescription p { color: #272425; font-family: 'centralesansrndxlight'; font-weight: 300; font-size: 12px; }
            #HomeTechnology .boxes .box .centerDescription { text-align: center; }
                #HomeTechnology .boxes .box .centerDescription img { max-width: 100%; }
            #HomeTechnology .boxes .box .rightDescription { max-width: 400px; padding-left: 10px; }
                #HomeTechnology .boxes .box .rightDescription p { color: #272425; font-family: 'centralesansrndxlight'; font-size: 12px; font-weight: 300; }

/******************************************************************
AccountSign
******************************************************************/
#AccountSign { /* TODO */ }

/******************************************************************
AccountIndex
******************************************************************/
#AccountIndex { }
    #AccountIndex h1 { margin-bottom: 25px; text-transform: uppercase; color: #6D6E6E; }
    #AccountIndex hr { margin-top: 7px; margin-bottom: 15px; }
    #AccountIndex h2, #AccountIndex h3 { text-transform: uppercase; color: #6D6E6E; margin-bottom: 5px; }
    #AccountIndex p { font-size: 12px; color: #6D6D6D; }
    #AccountIndex .nav-tabs > li { display: block; float: none; }
    #AccountIndex .nav-tabs { border-bottom: 0; }
        #AccountIndex .nav-tabs li > a { border: 0; border-top: 1px solid #DDDDDD; border-radius: 0; padding: 10px 0; color: #6D6D6D; padding-left: 15px; }
        #AccountIndex .nav-tabs li.active > a { border: 0; border-top: 1px solid #DDDDDD; border-radius: 0; font-weight: bold; }

/******************************************************************
AccountOrder
******************************************************************/
#AccountOrder { }
    #AccountOrder h1 { margin-bottom: 25px; text-transform: uppercase; color: #6D6E6E; }
    #AccountOrder .box { margin-bottom: 20px; }
        #AccountOrder .box .box-title { padding: 10px; background: #DFDFDF; }
        #AccountOrder .box .box-content { padding: 10px; background: #f9f9f9; }
            #AccountOrder .box .box-content h4 { margin-bottom: 10px; font-weight: bold; }
    #AccountOrder .table td { vertical-align: middle; }
    #AccountOrder .responsive-scroll { margin-bottom: 20px; }
        #AccountOrder .responsive-scroll table { margin-bottom: 0; }

/******************************************************************
AccountRegister
******************************************************************/
#AccountRegister { /* TODO */ }

/******************************************************************
BlogIndex
******************************************************************/
#BlogIndex { /* TODO  */ }
    #BlogIndex .box-content { }
        #BlogIndex .box-content h3 { }
        #BlogIndex .box-content p { }
        #BlogIndex .box-content img { }
        #BlogIndex .box-content .date { }
    #BlogIndex .categories { }
        #BlogIndex .categories a { }
        #BlogIndex .categories .count { }

/******************************************************************
BlogDetail
******************************************************************/
#BlogDetail { /* TODO  */ }

/******************************************************************
ProductsIndex
******************************************************************/
#ProductsIndex { /* TODO  */ }

    #ProductsIndex .listing { margin-top: 115px; }


#PriceRangeSlider { width: 100%; margin: 20px 0; }
    #PriceRangeSlider .range-slider-value { margin-top: 8px; }


/******************************************************************
ProductDetail 
******************************************************************/
#ProductDetail { /* TODO */ }
#ProductDetail .breadcrumb{position:relative;}
    #ProductDetail .breadcrumb > li + li:before { content: "/"; color: white; }
#ProductDetail  .breadcrumb li a.active{color:white; font-size:25px; font-family:centralesansrndxbold;}
#ProductDetail  .back{position:absolute; right:0; top:-8px; z-index:2; color: #57a996; text-transform:uppercase; font-size:12px;}
#ProductDetail  .back a {font-size:12px; color: #57a996;  display:inline-block; vertical-align:middle;}
#ProductDetail  .back a img{display:inline-block; vertical-align:middle; margin-right:8px;}
#ProductDetail  .back a span{display:inline-block; vertical-align:middle; float:right; max-width:50px; line-height:12px;}
#ProductDetail  .back a .icon{font-size:40px;}
    #ProductDetail .image-wrapper { text-align: center; margin-bottom: 60px; margin-top:115px;}
    #ProductDetail .main-img { padding: 60px 0; }
        #ProductDetail .main-img img { width: 100%; height: 400px; }
    #ProductDetail .section-text { padding-bottom: 27px; }
        #ProductDetail .section-text p { color: #222221; font-family: centralesansrndbook; font-size: 15px; line-height: 17px; }
    #ProductDetail .section-images { padding: 27px 0 55px 0; }
        #ProductDetail .section-images .box-img { width: 360px; height: 245px; display: inline-block; overflow: hidden; }
            #ProductDetail .section-images .box-img img { max-width: 100%; }
    #ProductDetail .section-dream h4 { font-family: 'centralesansrndxlight'; font-size: 30px; text-align: center; padding: 50px 0 90px 0; }
    #ProductDetail .section-dream h3 { font-family: 'centralesansrndxbold'; font-size: 25px; color: black; text-align: center; }
    #ProductDetail .section-dream p { font-family: 'centralesansrndmedium'; font-size: 13px; color: #57a996; text-transform: uppercase; text-align: center; }
    #ProductDetail .specifics-rating { margin-bottom: 40px; }
        #ProductDetail .specifics-rating .ratings .content { display: inline-block; padding-right: 45px; padding-top: 0; }
            #ProductDetail .specifics-rating .ratings .content p { color: #272425; font-family: centralesansrndmedium; font-size: 18px; line-height: 35px; }
        #ProductDetail .specifics-rating .ratings .content-text { display: inline-block; padding-top: 25px; max-width: 200px; }
            #ProductDetail .specifics-rating .ratings .content-text p { color: #272525; font-family: centralesansrndbook; font-size: 14px; line-height: 16px; }
                #ProductDetail .specifics-rating .ratings .content-text p b { font-family: 'centralesansrndxbold'; display: block; }
    #ProductDetail .table tbody > tr > td { border: 0 !important; font-family: centralesansrndbook; font-size: 14px; line-height: 15px; padding: 13px 0; padding-right: 15px; }
    #ProductDetail .table tbody > tr { border-top: 1px solid #918f90; }
        #ProductDetail .table tbody > tr:first-child { border: 0 !important; }
    #ProductDetail .section-icons .share { border-top: 1px solid black; padding: 20px 0 65px 0; font-size: 18px; font-family: 'centralesansrndmedium'; }
        #ProductDetail .section-icons .share a { color: black; }
        #ProductDetail .section-icons .share .left-adjustment { display: inline-block; position: absolute; right: 15px; }
            #ProductDetail .section-icons .share .left-adjustment a { display: inline-block; vertical-align: middle; }
                #ProductDetail .section-icons .share .left-adjustment a i { display: inline-block; vertical-align: middle; }
        #ProductDetail .section-icons .share .mid-adjustment { display: inline-block; position: relative; left: 25px; }
                #ProductDetail .section-icons .share .mid-adjustment a:hover { opacity:0.5; -moz-transition: 0.3s ease; -o-transition: 0.3s ease; -webkit-transition: 0.3s ease; transition: 0.3s ease; }
        #ProductDetail .section-icons .share .v-align { line-height: 50px; height: 50px; display: block; }
            #ProductDetail .section-icons .share .v-align > * { display: inline-block; vertical-align: middle; }
        #ProductDetail .section-icons .share .right-adjustment { display: inline-block; float: right; position: absolute; left: 15px; }
            #ProductDetail .section-icons .share .right-adjustment a:hover { color: #57a996; -moz-transition: 1s ease; -o-transition: 1s ease; -webkit-transition: 1s ease; transition: 1s ease; }
            #ProductDetail .section-icons .share .right-adjustment a { display: inline-block; vertical-align: middle; }
                #ProductDetail .section-icons .share .right-adjustment a i { display: inline-block; vertical-align: middle; }
            #ProductDetail .section-icons .share .right-adjustment img { padding-left: 10px; }

/******************************************************************
ProductsIcons
******************************************************************/
#ProductsIcons { }
    #ProductsIcons .intro { background: url('../images/bckSymbol.png'); width: 100%; height: 512px; position: relative; margin-top:50px;}
        #ProductsIcons .intro h1 { color: #272525; font-family: centralesansrndbook; font-size: 60px; position: absolute; bottom: 100px; display: block; max-width: 1220px; margin: auto; left: 0; right: 0; }
    #ProductsIcons .mainSymbols { padding: 50px 0; }
        #ProductsIcons .mainSymbols .symbolsLine { padding-top: 25px; }
        #ProductsIcons .mainSymbols .divThumb { text-align: center; margin: auto; display: inline-block; vertical-align: middle; }
            #ProductsIcons .mainSymbols .divThumb .imgThumb { max-width: 100%; }
        #ProductsIcons .mainSymbols .sideText { text-align: left; display: inline-block; padding-left: 10px; vertical-align: middle; }
        #ProductsIcons .mainSymbols p { max-width: 160px; color: #272425; font-family: centralesansrndbook; font-size: 16px; font-weight: 400; }





/******************************************************************
BasketDetail
******************************************************************/
#BasketDetail { /* TODO */ }
    #BasketDetail .basket-products td, #BasketDetail .basket-products th { vertical-align: middle; }
    #BasketDetail .box-content h1 { text-transform: uppercase; font-size: 24px; color: #656565; font-weight: 300; padding: 20px 0; border-bottom: 1px #E1E1E1 solid; }
    #BasketDetail .box-content table { width: 100%; }
        #BasketDetail .box-content table .price { font-size: 14px; }
        #BasketDetail .box-content table .price-send { font-size: 18px; }
        #BasketDetail .box-content table .text-table { font-size: 13px; padding: 20px 0; color: #333333; text-transform: none; }
        #BasketDetail .box-content table .price-total { font-size: 30px; }
        #BasketDetail .box-content table th { font-size: 13px; padding-top: 10px; padding-bottom: 10px; color: #333333; }
        #BasketDetail .box-content table tr { border: 1px #E1E1E1 solid; }
        #BasketDetail .box-content table td { font-size: 14px; padding: 15px; text-transform: uppercase; color: #666666; }
        #BasketDetail .box-content table .remove-product, #BasketDetail .box-content table .remove-coupon { font-size: 25px; color: #c0392b; }
    #BasketDetail .actions { margin-top: 20px; }
    #BasketDetail .product-color-square { height: 22px; width: 22px; display: inline-block; border: 1px solid #ccc; }
    #BasketDetail .basket-products .product-operation { height: 35px; border: 1px solid #b6b3b3; line-height: 35px; width: 35px; text-align: center; display: inline-block; vertical-align: middle; color: #666666; }
        #BasketDetail .basket-products .product-operation:hover { color: #FFF; background: #666; }
        #BasketDetail .basket-products .product-operation i { margin: 0; }
    #BasketDetail .basket-products .quantity { height: 35px; border: 1px solid #b6b3b3; line-height: 32px; width: 45px; text-align: center; display: inline-block; vertical-align: middle; }

    #BasketDetail .coupon { background: #eee; padding: 20px 20px 20px 20px; color: #666; }

/******************************************************************
BasketCheckout
******************************************************************/
#BasketCheckout { /* TODO */ }
    #BasketCheckout .box { border: 1px solid #e1e1e1; }
        #BasketCheckout .box .box-title { padding: 20px; display: block; }
        #BasketCheckout .box.last .box-title { background: #583857; }
        #BasketCheckout .box .box-title h2 { display: block; margin: 0; padding: 0; color: #000; text-transform: uppercase; }
        #BasketCheckout .box.finished .box-title { background: #f0f0f0; }
        #BasketCheckout .box.blocked .box-title { background: #666; }
            #BasketCheckout .box.blocked .box-title h2, #BasketCheckout .box.last .box-title h2 { color: #FFF; }
        #BasketCheckout .box .box-content { padding: 20px; border-top: 1px solid #e1e1e1; }
        #BasketCheckout .box.finished .box-content { background: #f0f0f0; }
        #BasketCheckout .box.blocked .box-content { background: #666; display: none; }
        #BasketCheckout .box .box-bottom { padding: 20px; border-top: 1px solid #e1e1e1; min-height: 110px; }
            #BasketCheckout .box .box-bottom .info { color: #666; }
            #BasketCheckout .box .box-bottom .price-total { color: #583857; font-size: 22px; font-weight: 700; }
    #BasketCheckout .basket-lines { }
        #BasketCheckout .basket-lines table { margin: 0; }
            #BasketCheckout .basket-lines table td, #BasketCheckout .basket-lines table th { vertical-align: middle; }
            #BasketCheckout .basket-lines table td { border-top: 1px dashed #ddd; }
            #BasketCheckout .basket-lines table p b { color: #666; font-weight: normal; }
        #BasketCheckout .basket-lines .product-color-square { height: 22px; width: 22px; display: inline-block; border: 1px solid #ccc; }
    #BasketCheckout .basket-steps { }
        #BasketCheckout .basket-steps .row { margin-left: -15px !important; margin-right: -15px !important; }
        #BasketCheckout .basket-steps .form-group { margin-bottom: 10px; }
        #BasketCheckout .basket-steps .box { margin-bottom: 15px; }
        #BasketCheckout .basket-steps h2 { font-size: 20px; }
        #BasketCheckout .basket-steps h3 { font-size: 18px; display: block; margin-bottom: 20px; }
        #BasketCheckout .basket-steps .step { }
            #BasketCheckout .basket-steps .step label { margin: 0; font-weight: normal; }
        #BasketCheckout .basket-steps .step-actions { margin-top: 15px; }
#Step1 form .row { height: 34px; line-height: 34px; }
#Step1 form .form-group { margin-bottom: 15px !important; }
#Step1 .newdeliver-option { margin-top: 15px; }
#Step1 .specialDropdown { line-height: initial; }
#Step1 .dropdown { margin-right: 15px; }
    #Step1 .dropdown .dropdown-toggle { background: #E1E1E1; padding: 0 20px; box-shadow: none; border: 0; color: #333; }
    #Step1 .dropdown .dropdown-menu { padding: 0; }
        #Step1 .dropdown .dropdown-menu li { display: block; padding: 0 15px; }
            #Step1 .dropdown .dropdown-menu li:hover { background: #E1E1E1; color: #333; cursor: pointer; }

#NewDeliverAddressLabel { text-align: center; display: block; cursor: pointer; }
#NewDeliverAddress { margin-top: 15px; }
#Step2 form label { cursor: pointer; display: block; margin: 0; height: 30px; line-height: 30px; }
#Step3 p { display: block; margin-bottom: 10px; }
#Step3 .price { color: #583857; font-size: 18px; font-weight: 700; }

/******************************************************************
.TestimoniesPage
******************************************************************/
#TestimoniesPage { }
    #TestimoniesPage h1 { color: white; text-align: center; }
    #TestimoniesPage h3 { margin-bottom: 10px; color: #374C83; }
    #TestimoniesPage .rules { font-size: 12px; color: #595959; }
        #TestimoniesPage .rules li { padding: 3px 0; font-size: 12px; }
    #TestimoniesPage .modal-title { text-transform: uppercase; color: #374C83; }
    #TestimoniesPage .modal-header { border-bottom: 0; padding-bottom: 0; }
    #TestimoniesPage textarea.form-control { border: 2px solid #DFDFDF; border-radius: 2px; }
    #TestimoniesPage .btn { padding: 7px 12px; display: inline-block; vertical-align: middle; margin-top: 0; text-transform: uppercase; font-weight: 600; font-size: 15px; }

/******************************************************************
Icons
******************************************************************/
.sIcon { display: inline-block; }
    .sIcon.sIcon-download { background: url('/Content/app/images/sprites.png'); width: 20px; height: 29px; }
    .sIcon.sIcon-arrowRight { background: url('/Content/app/images/sprites.png') -26px 0; width: 20px; height: 29px; }


@media print {
    /* TODO */
    #Header, #Footer, #CoockiesTerms, #HeaderMobile { display: none; }
    #AccountOrder { padding: 0; }
        #AccountOrder .box { margin: 0; padding: 0; }
        #AccountOrder .btn { display: none; }
        #AccountOrder .col-md-6 { width: 50% !important; float: left !important; }
}


/****************************************************************
    Grid 5 col
****************************************************************/

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths { position: relative; width: 20%; float: left; padding: 0 20px; }

@media (min-width: 500px) {
    .col-xs-5ths { width: 20%; float: left; }
}

@media (min-width: 768px) {
    .col-sm-5ths { width: 20%; float: left; }
}

@media (min-width: 992px) {
    .col-md-5ths { width: 20%; float: left; }
}

@media (min-width: 1200px) {
    .col-lg-5ths { width: 20%; float: left; }
}
