/******************************************************************
 RESET CSS - Normalize
******************************************************************/
body, img, p, h1, h2, h3, h4, h5, fieldset { margin: 0; padding: 0; border: 0; resize: none; }
a,a:link,a:visited,a:hover,a:focus,a:active{text-decoration: none;}
a:hover { 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; }

/******************************************************************
Geral Html
******************************************************************/
body { overflow-x: hidden; font-family: 'Montserrat', sans-serif; }
    body .wrapper { padding: 0 15px; max-width: 1200px; display: block; margin: auto; position: relative; }
body .zCMS-custom-loader{background:#EBEBEB;}

/* Flexslider */
.flexslider { margin: 0; box-shadow: none; padding: 0; border: 0; border-radius: 0; background: none; }
    .flexslider .flex-direction-nav a { height: 50px; padding-left: 11px; padding-top: 2px; width: 50px; background: white; color: #2F2F2F; font-size: 20px; border: 8px solid white; border-radius: 50%; }
    .flexslider .flex-direction-nav .flex-next { padding-left: 0; padding-top: 2px; padding-right: 10px; }
.flex-direction-nav a:before { font-size: 16px; color: #2F2F2F; }
.flexslider:hover .flex-prev { left: 50px; opacity: 1; }
.flexslider:hover .flex-next { right: 50px; opacity: 1; }
.flex-direction-nav .flex-prev { left: 50px; opacity: 1; }
.flex-direction-nav .flex-next { right: 50px; opacity: 1; }
.leftArrowFix .flex-direction-nav a { padding-left: 0; }
.flex-control-paging li a{border-radius: 50%!important; background:transparent; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s;     -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 1);-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 1);-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 1); box-shadow: inset 0 0 3px rgba(0, 0, 0, 1);}
.flex-control-paging li a.flex-active{background:#242424;}
.flexslider:hover .flex-direction-nav .flex-next{right:50px; opacity:1;}
.flexslider:hover .flex-direction-nav .flex-prev{left:50px; opacity:1;}

/* 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 .btn { padding: 8px 20px; font-size:14px; }
    #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 .productBasket { margin: 0; border-bottom: 1px solid #e5e5e5; padding: 15px 0; }
            #BasketModal .modal-content .productBasket h2 { font-size: 18px; -ms-word-wrap: break-word;  word-wrap: break-word;}
    #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: 14px; 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 {  border:1px dashed #949494!important; color: #949494 !important; background-color: transparent !important; height: 35px; width: 35px; border-radius: 50%; margin: 0 7px; -moz-transition: all 1s; -o-transition: all 1s; -webkit-transition: all 1s; transition: all 1s;}
    .pagination .active a, .pagination a:hover {  border:1px solid #E04B41!important; background: #E04B41 !important; color: white!important; }
    .pagination .disabled { display:none; }
    .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-radius:50%; padding-left: 7px; }
    .pagination > li:first-child > a, .pagination > li:first-child > span { border-radius:50%; padding-left: 6px; }

/* Buttons */
.btn { border:0; border-radius: 500px; font-size:14px; color:white; padding: 18px 45px; text-transform:uppercase;  font-family: 'Montserrat', sans-serif; -moz-transition: all 1s; -o-transition: all 1s; -webkit-transition: all 1s; transition: all 1s; }
    .btn.btn-primary { background:#4D81B1; }
    .btn.btn-primary:hover { background:#43719A; }
    .btn.btn-default { background:white; color:#999999; }
    .btn.btn-default:hover { background:#999999; color:white; }
    .btn.btn-info { background:#EE8F24; }
    .btn.btn-info:hover { background:#E78212; }
    .btn.btn-warning { /* TODO */ }
    .btn.btn-success { background:#6DB789; }
    .btn.btn-success:hover { background:#54A974; }
    .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; }

.backBtnProd{font-size: 34px;
    padding-bottom: 10px;
    color: #ee8f24;
    display: block;}

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; }
.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; }
    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); }

/******************************************************************
MyGeneral
******************************************************************/
.dashedTitle {  text-align:center; font-family: 'Montserrat', sans-serif; border-bottom: 1px dashed #242424; color: #242424; font-size: 20px; font-weight:700; padding-bottom: 14px;  margin-bottom: 30px; display: inline-block; text-transform: uppercase; }
.form-group input{ font-size:16px; color:#949494; height:50px; padding: 15px 10px; border-color:#CBCBCB!important; border:2px dashed #CBCBCB; font-style:italic; border-radius:0; box-shadow:none!important; background:transparent;}
.form-group select{ font-size:16px; color:#949494; height:50px; padding: 15px 10px;border-color:#CBCBCB!important; border:2px dashed #CBCBCB; font-style:italic; border-radius:0; box-shadow:none!important; background:transparent;}
.row-tool{left:10px!important;}

/******************************************************************
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;}

/******************************************************************
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 { background: white; height:101px; }
    #Header .mainWrapper { padding: 20px 50px; }
    #Header .menuIcon { font-size:26px; padding-right:20px; padding-top:12px; color:#B8AF99; vertical-align: top; display: inline-block; }
    #Header .logo { padding-right: 30px; }
    #Header .navigation { margin: 0; padding: 0; display: inline-block; font-family: 'Montserrat', sans-serif; padding-top:15px; vertical-align: top;}
        #Header .navigation li, #Header .navigation a { display: inline-block; vertical-align: middle; }
            #Header .navigation li a { margin-right: 40px; color: #949494; vertical-align: middle; font-weight: 400; display: inline-block; font-size:14px; text-transform:uppercase;-moz-transition: all 1s; -o-transition: all 1s; -webkit-transition: all 1s; transition: all 1s; }
                #Header .navigation li a.active { color:#000000; }
                #Header .navigation li a:hover { color:#000000; }
    #Header .shortcuts { display: inline-block; padding-top:11px;}
        #Header .shortcuts .shortcut { color:#B8AF99; font-size:20px;}
        #Header .shortcuts .item { display:inline-block; margin-left:30px;}
        #Header .shortcuts .item.signout {margin-left:5px;}
            #Header .shortcuts .item .iconWrapper{ position:relative;}
                #Header .shortcuts .item .iconWrapper .counter{ position:absolute; top:-4px; right:-6px; font-size:12px; font-weight:700; border-radius:50%; background:black; color:white; display:inline-block; height:18px; width:18px; text-align:center;}
    #Header .top-search-wrap {overflow:hidden; font-family: 'Montserrat', sans-serif; text-align: center; position: absolute;top: -101px;left: 0;width: 100%;height: 101px;background: white; padding:18px 0; -webkit-transition: all;-o-transition: all;transition: all;-webkit-transition-duration: 300ms;transition-duration: 300ms;opacity: 0;filter: alpha(opacity=0);z-index: 10;}
        #Header .top-search-wrap.toggled {top: 0; opacity: 1;}
        #Header .top-search-wrap .form-group{display:inline-block;}
        #Header .top-search-wrap input[type="text"] {height: 40px;padding: 0 10px 0 40px;font-size: 18px;margin: 12px;width: 500px; color: rgba(51,51,51,.69);background-color: rgba(255,255,255,.26);background-image: url("/Content/app/images/search.png");background-repeat: no-repeat;background-position: 10px center;color: #B8AF99;}
        #Header .top-search-wrap .top-search-close {position: absolute;top: 34px;font-size: 23px;font-style: normal;color: rgba(0,0,0,.38);width: 35px;text-align: center;border-radius: 2px;cursor: pointer;right: 20px;color: #939393;}
        #Header .top-search-wrap .top-search-close:hover { background-color: rgba(255,255,255,0.2);}
        #Header .top-search-wrap .btn{margin-left: 10px; vertical-align: top; margin-top: 14px; padding: 8px 20px;}
    #Header .subMenu { position: absolute; display: block; width: 100%; z-index: 999; }
    #Header .subMenu .innerLayer {background: #5B5B5E; padding:20px; height:0; visibility:hidden; position: relative; font-family: 'Source Sans Pro', sans-serif; overflow:hidden; -moz-transition: 1s ease; -o-transition: 1s ease; -webkit-transition: 1s ease; transition: 1s ease;}
    #Header .subMenu .innerLayer.closed { padding:0; height:0!important; min-height:initial; }
    #Header .subMenu .innerLayer.initialHeight { height:auto!important; min-height: 280px; }
    #Header .subMenu .innerLayer.visible {visibility:visible; }
    #Header .subMenu .nav-tabs{border:0; border-right: 1px solid white;}
    #Header .subMenu .nav-tabs>li{display:block; width: 100%;  text-align: right;font-weight: 300;color: white;font-size: 26px;padding-bottom:0px;text-transform: uppercase;}
    #Header .subMenu .nav-tabs>li a{color: white;  background-color:transparent; border:none; padding-right:30px; position:relative;}
    #Header .subMenu .nav-tabs>li a i{color: transparent; position: absolute; top: 0; right: -24px; font-size: 40px; }
    #Header .subMenu .nav-tabs>li.active{font-weight: 700; background-color:none;}
    #Header .subMenu .nav-tabs>li.active i{color:white;}
    #Header .subMenu .subSubMenu{color:white;}
        #Header .subMenu .subSubMenu a{position:relative; padding-left:24px; font-weight: 300; font-size: 16px; color: white; line-height: 18px; padding-bottom: 12px;  display: block; text-transform: none;}
        #Header .subMenu .subSubMenu a i { position:absolute; top:0;left:0;}
        #Header .subMenu .subSubMenu a div:first-letter { text-transform: capitalize; }
        #Header .subMenu .searching { margin-top: 15px; }

/* Arrow effect */
    #Header .navigation li a {position: relative;background: white;}
        #Header .navigation li a:after { color: #5B5B5E; right: 0;left: 0;bottom: -45px;margin: auto; border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;}
        #Header .navigation li .contacts:after {border-bottom-color: #4D81B1!important;}
        #Header .navigation li a:after {display:none; border-color: rgba(136, 183, 213, 0);border-bottom-color: inherit;border-width: 15px;z-index:10;}
        #Header .navigation li a.active:after {display:block; border-bottom-color: #5B5B5E;}
        #Header .navigation li a:before {border-color: none;border-right-color: none; }

/* Search */
    #Header .form-Search { position: relative; }
        #Header .form-Search .search-input { background-color: transparent; border: 2px dashed #A3A3A4; width: 100%; color: white; font-weight: 400; font-size: 12px; height: 40px; }
            #Header .form-Search .search-input::-webkit-input-placeholder { color: white; }
            #Header .form-Search .search-input:-moz-placeholder { color: white; opacity: 1; }
            #Header .form-Search .search-input::-moz-placeholder { color: white; opacity: 1; }
            #Header .form-Search .search-input:-ms-input-placeholder { color: white; }
        #Header .form-Search button { background-color: transparent; border: 0; position: absolute; right: 5px; top: 3px; color: white; font-size: 20px; }

/******************************************************************
Footer
******************************************************************/
#Footer { display: block;  font-family: 'Montserrat', sans-serif;}
    #Footer .top { color: white; padding-top:75px; padding-bottom:70px; background: #999999;}
        #Footer .top .scrollTop{ color: white;font-size:32px; position:absolute; bottom:0; right:0; color:white;}
        #Footer .top .address { padding-left: 80px; padding-top: 30px; font-size: 14px; }
            #Footer .top .address .country { color: white; padding-bottom: 25px; }
            #Footer .top .address .addressLine { color: #00B2CE; padding-bottom: 6px; }
        #Footer .top .title { border-bottom: 1px dashed #fff; color: white; font-size: 14px; font-weight:700; padding-bottom: 6px; padding-top: 15px; margin-bottom: 20px; display: inline-block; text-transform: uppercase; }
        #Footer .top .page { padding-top: 7px; }
            #Footer .top .page .pageTitle { color: white; font-size: 14px; }
                #Footer .top .page .pageTitle:hover { text-decoration: underline !important; }
        #Footer .top .social {max-width:60%; }
            #Footer .top .social a { color: white; display: inline-block; margin-right: 10px; margin-bottom: 10px; font-size: 16px; background: #999999;border-radius: 50%; padding: 8px; border: 1px dashed white;  -moz-transition: 0.5s ease; -o-transition: 0.5s ease; -webkit-transition: 0.5s ease; transition: 0.5s ease; }
                #Footer .top .social a:hover { color: #999999; background:white; border:1px solid white;  }
    #Footer .bottom { color:#CCCCCC; font-size:10px; padding-top:60px; padding-bottom:50px; background: white; text-transform:uppercase;}
        #Footer .bottom .textHolder{padding-top:15px; padding-left:60px; }
        #Footer .bottom a {color:#CCCCCC; }
        #Footer .bottom .text{font-size:11px; color:#CCCCCC; text-transform:initial !important;}

/******************************************************************
zCMSContent
******************************************************************/
#zCMSContent { padding: 0; }

/******************************************************************
HomeIndex
******************************************************************/
#HomeIndex { background:#EBEBEB; }
#HomeBanners { font-family: 'Montserrat', sans-serif; position:relative;}
    #HomeBanners .scrollDown{ position:absolute; bottom:20px; left:0; right:0; margin:auto;  width: 40px;height: 40px; z-index: 150; font-size:30px; color:white;}
    #HomeBanners .image .content { color: white; position: absolute; right: 0; left:0; text-align: center; top: 120px; }
        #HomeBanners .image .content h2 { font-size: 40px; font-weight: 700; margin-bottom: 25px; text-transform:uppercase; max-width:50%; margin-left:auto; margin-right:auto; }
        #HomeBanners .image .content p {  font-weight: 400; margin-bottom: 28px; font-size:24px; font-style:italic; font-family: 'PT Serif', serif;  }
    #HomeIndex .highlightedCategories { padding-top:30px;  }
        #HomeIndex .highlightedCategories .highlightedCategory{ position:relative; min-height:134px; text-align:center; font-family: 'Montserrat', sans-serif; color:white; padding: 20px;margin: 10px;background: #EE8F24;border: 2px dashed #fff; box-shadow: 0 0 0 9px #EE8F24, 2px 1px 6px 4px rgba(10, 10, 0, 0.5); }
        #HomeIndex .highlightedCategories .highlightedCategoryHolder:nth-child(2) .highlightedCategory{ background: #4D81B1;border: 2px dashed #fff; box-shadow: 0 0 0 9px #4D81B1, 2px 1px 6px 4px rgba(10, 10, 0, 0.5); }
        #HomeIndex .highlightedCategories .highlightedCategoryHolder:nth-child(3) .highlightedCategory{ background: #6DB789;border: 2px dashed #fff; box-shadow: 0 0 0 9px #6DB789, 2px 1px 6px 4px rgba(10, 10, 0, 0.5); }
        #HomeIndex .highlightedCategories .highlightedCategoryHolder:nth-child(4) .highlightedCategory{ background: #E45A55;border: 2px dashed #fff; box-shadow: 0 0 0 9px #E45A55, 2px 1px 6px 4px rgba(10, 10, 0, 0.5); }
            #HomeIndex .highlightedCategories .highlightedCategory h3{ font-size:24px; line-height:36px; font-weight:700; text-transform:uppercase; max-width:80%; margin:auto;  }
            #HomeIndex .highlightedCategories .highlightedCategory .seeProducts { font-style:italic; font-family: 'PT Serif', serif; font-size:12px; text-decoration:underline!important; display:inline-block; color:white; }
            #HomeIndex .highlightedCategories .highlightedCategory .seeProducts:hover{ padding-left:5px; }
    #HomeIndex .promotions{ padding-top:80px; padding-bottom:85px; }
        #HomeIndex .promotions .product{ margin-bottom:0; }
        #HomeIndex .promotions .product:hover{ margin-bottom:10px; }
        #HomeIndex .promotions .promoSlider{ margin-bottom:77px; }
            #HomeIndex .promotions .promoSlider .flex-viewport{padding-top:10px;}
        #HomeIndex .promotions .dashedTitle{margin-bottom:20px;}
    #HomeIndex .newsletter{ background:white;  }
        #HomeIndex .newsletter .contentPart{ padding-top:100px; padding-left:80px; padding-right:55px; font-family: 'PT Serif', serif;}
            #HomeIndex .newsletter .contentPart .subtitle{ font-size:30px; color:#949494; }
            #HomeIndex .newsletter .contentPart .description{ font-size:18px; color:#949494; }
        #HomeIndex .newsletter .contentPart .formHolder{ padding-top:45px;}
            #HomeIndex .newsletter .contentPart .formHolder input{ font-size:16px; color:#949494; height:60px; padding: 15px 25px; border:2px dashed #CBCBCB; font-style:italic; border-radius:0; box-shadow:none;}
            #HomeIndex .newsletter .contentPart .formHolder .btn{ margin-top:10px;}
        #HomeIndex .newsletter .imgWrapper{ max-height:600px; overflow:hidden; }
            #HomeIndex .newsletter .imgWrapper img{ width:100%; min-width: 900px; }
    #HomeIndex .productsSpotlight{ padding-top:85px; padding-bottom:45px; }
    #HomeIndex .news{ padding-top: 75px; padding-bottom: 65px;}
        #HomeIndex .news .newsHolder{ padding-top: 25px; padding-bottom: 55px;}

/******************************************************************
subHeader
******************************************************************/
.subHeader{ position:relative; font-family: 'Montserrat', sans-serif; padding: 10px; margin-left:60px; margin-right:60px;}
    .subHeader .inner{ position:relative; color:white; padding:25px 40px; background: #5B5B5E;border: 2px dashed #fff; box-shadow: 0 0 0 9px #5B5B5E, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);}
        .subHeader .inner h1{font-size:32px; font-weight:700; color:white; text-transform:uppercase; padding-left:25px;}
            .subHeader .inner h1 a{color:white;}
            .subHeader .inner h1 a:hover{text-decoration:underline!important;}
        .subHeader .inner img{ }
    /*Arrow effect*/
    .subHeader:after { color: #5B5B5E; border-bottom-color:#5B5B5E; right: 0;left: 225px; top: -29px; border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none; display:none;}
    .subHeader:after {border-color: rgba(136, 183, 213, 0);border-bottom-color: inherit;border-width: 15px;z-index:10;}
    .subHeader:before {border-color: none;border-right-color: none; }

/******************************************************************
subHeader
******************************************************************/
.contactUs{ position:relative; font-family: 'Montserrat', sans-serif; padding: 10px;}
    .contactUs .inner{ position:relative; color:white; padding: 20px; padding-left: 5px; padding-right: 30px; background: #EE8F24;border: 2px dashed #fff; box-shadow: 0 0 0 9px #EE8F24, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);}
        .contactUs .inner h4{font-size:32px; font-weight:700; color:white; text-transform:uppercase; line-height:42px; padding-right:25px;}
        .contactUs .inner .btn{font-size:20px; font-weight:700; padding: 10px 30px;  margin-top: 20px;}
        .contactUs .inner img{ padding-left: 55px; padding-top: 15px;}
    
/******************************************************************
HomeContent
******************************************************************/
#HomeContent { background:#EBEBEB; padding-bottom:55px; font-family: 'Montserrat', sans-serif; }
    #HomeContent .contentHolder { padding-bottom:80px; padding-top:65px;}
        #HomeContent .contentHolder .zcmscontent-item{background:white; margin-bottom:0; padding-bottom:25px; padding-left:80px; padding-right:80px;}
        #HomeContent .contentHolder .zcmscontent-item:last-child{ padding-bottom:0;}
        #HomeContent .contentHolder h3{  padding-top:55px; text-align:center; border-bottom: 1px dashed #242424; color: #242424; font-size: 20px; font-weight:700; padding-bottom: 14px;  margin-bottom: 30px; display: inline-block; text-transform: uppercase;}

/******************************************************************
HomeContacts
******************************************************************/
#HomeContacts {background:#EBEBEB; }
    #HomeContacts .subHeader .inner{ background:#4D81B1; box-shadow: 0 0 0 9px #4D81B1, 2px 1px 6px 4px rgba(10, 10, 0, 0.5); }
    #HomeContacts .addresses{ padding-top:70px; padding-bottom:65px; font-family: 'Montserrat', sans-serif;}
        #HomeContacts .addresses .address{ margin-left:75px; margin-right:75px; border: 2px dashed #BFBFBF; padding:30px 50px; text-align:center; color:#5A5A5E; font-size:16px; }
            #HomeContacts .addresses .address h2{ font-size:20px; font-weight:700; color:#5A5A5E; padding-bottom:40px;}
            #HomeContacts .addresses .address p{ padding-bottom:2px;}
    #HomeContacts .mapAndContactsHolder{ background:white;  }
        #HomeContacts .mapAndContactsHolder .contentPart{ /*padding-top:100px;*/ padding-left:80px; padding-right:55px; font-family: 'PT Serif', serif;}
            #HomeContacts .mapAndContactsHolder .contentPart .ZFormGroupDescription{ font-size:18px; color:#949494; padding-bottom:40px; }
            #HomeContacts .mapAndContactsHolder .contentPart .ZFormGroupTitle{ text-align:center; font-family: 'Montserrat', sans-serif; border-bottom: 1px dashed #242424; color: #242424; font-size: 20px; font-weight:700; padding-bottom: 14px;  margin-bottom: 30px; display: inline-block; text-transform: uppercase; }   
            #HomeContacts .mapAndContactsHolder .contentPart .ZFormGroup input{ font-size:14px; color:#949494; height:50px; padding: 15px 25px; border:2px dashed #CBCBCB; font-style:italic; border-radius:0; box-shadow:none;}
            #HomeContacts .mapAndContactsHolder .contentPart .ZFormGroup textarea{ font-size:16px; color:#949494; padding: 15px 25px; border:2px dashed #CBCBCB; font-style:italic; border-radius:0; box-shadow:none;}
            #HomeContacts .mapAndContactsHolder .contentPart .btn-zFormSubmit{ margin-top:15px;}
        
/******************************************************************
AccountSign
******************************************************************/
#AccountSign { /* TODO */ }

/******************************************************************
AccountIndex
******************************************************************/
#AccountIndex { padding-bottom:50px; background:#EBEBEB;}
    #AccountIndex .btn{ padding:8px 20px; margin-top:10px;}
    #AccountIndex .subHeader{margin-bottom:30px;}
    #AccountIndex .subHeader:after{display:block; border-bottom-color:#E2524B;}
    #AccountIndex .subHeader .inner{ background:#E2524B; box-shadow: 0 0 0 9px #E2524B, 2px 1px 6px 4px rgba(10, 10, 0, 0.5); }
    #AccountIndex hr { margin-top: 7px; margin-bottom: 15px; }
    #AccountIndex h2, #AccountIndex h3 { text-transform: uppercase; color: #242424; 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 { padding-bottom:50px; background:#EBEBEB;}
    #AccountOrder .btn{ padding:8px 20px; margin-top:10px;}
    #AccountOrder .subHeader{margin-bottom:30px;}
    #AccountOrder .subHeader:after{display:block; border-bottom-color:#E2524B;}
    #AccountOrder .subHeader .inner{ background:#E2524B; box-shadow: 0 0 0 9px #E2524B, 2px 1px 6px 4px rgba(10, 10, 0, 0.5); }
    #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 { padding-bottom:50px; }

/******************************************************************
AccountAddress
******************************************************************/
#AccountAddress { padding-bottom:50px; }

/******************************************************************
articleCompact
******************************************************************/
.articleCompact { background:white; padding:30px; padding-bottom:20px; min-height:395px; font-family: 'Montserrat', sans-serif;}
    .articleCompact h3{ font-size:16px; line-height:20px; color:#242424; text-transform:uppercase; font-weight:700; padding-top:15px;}
    .articleCompact .date{ font-size:14px; color:#CCCCCC; font-family: 'PT Serif', serif; padding-top:10px; position:absolute; bottom:15px; left:30px;}
    .articleCompact .seeMore{ position:absolute; bottom:10px; right:15px; font-size:40px; color:#CCCCCC;}
        .articleCompact .seeMore:hover{ color:#656565;}
    .articleCompact .photo { position:relative;}
        .articleCompact .photo .imgWrapper {overflow:hidden; }
                .articleCompact .photo .imgWrapper img {max-width:initial; -moz-transition: all 1s; -o-transition: all 1s; -webkit-transition: all 1s; transition: all 1s; }
                .articleCompact .photo:hover .imgWrapper img { transform: scale(1.05);}
        .articleCompact .photo .overlay {position:absolute; z-index:99;  top: 0; left: 0; font-size:32px; line-height:31px; color:white; width:100%; height:100%; background-color:rgba(0,0,0,0); opacity:0; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s;}
        .articleCompact .photo:hover .overlay { background-color:rgba(0,0,0,0.3); opacity:1;}
            .articleCompact .photo .overlay .iconWrapper{height:100%; width:100%;}
            .articleCompact .photo .overlay .iconWrapper .icon{position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; width:45px; height:33px;}

/******************************************************************
BlogIndex
******************************************************************/
#BlogIndex { background:#EBEBEB; padding-bottom:115px; }
    #BlogIndex .contentHolder{ padding-top:65px; }
    #BlogIndex .subHeader:after{display:block; border-bottom-color:#E2524B;}
    #BlogIndex .subHeader .inner{ background:#E2524B; box-shadow: 0 0 0 9px #E2524B, 2px 1px 6px 4px rgba(10, 10, 0, 0.5); }
    #BlogIndex .categories{ background:#F2F2F2; padding:30px;}
        #BlogIndex .categories .dashedTitle{ font-size:14px;}
        #BlogIndex .categories a{ color:#242424; font-size:14px; font-family: 'PT Serif', serif; margin-bottom: 10px; display: block;}
        #BlogIndex .categories a:hover{padding-left:5px;}
        #BlogIndex .categories a i{ font-size:9px;  }
    #BlogIndex .highlightedProducts{ background:#F2F2F2; padding:30px; margin-top:35px;}

 /******************************************************************
BlogDetail
******************************************************************/
#BlogDetail { font-family: 'Montserrat', sans-serif; background:#EBEBEB; padding-bottom:150px;}
    #BlogDetail .subHeader:after{display:block; border-bottom-color:#E2524B;}
    #BlogDetail .subHeader .inner{ background:#E2524B; box-shadow: 0 0 0 9px #E2524B, 2px 1px 6px 4px rgba(10, 10, 0, 0.5); }
    #BlogDetail .description { padding-top:45px; background:#F9F9F9; padding-bottom:30px; }   
        #BlogDetail .description .category { text-transform:uppercase; color:#C1C1C1; font-size:14px;}   
        #BlogDetail .description h3 { text-transform:uppercase; color:#363636; font-size:30px; font-weight:800; padding-top:5px;}   
    #BlogDetail .content {color:#6F6F6F; font-size:14px; padding-top:30px; padding-bottom:40px;}   
        #BlogDetail .content h1 {color:#242424;}   
        #BlogDetail .content .info {color:#C1C1C1; font-size:14px; border-bottom:1px solid #EBEBEB; padding:15px 0;}   
            #BlogDetail .content .info .alter{color:#626262; font-weight:700;}   
        #BlogDetail .content .intro{color:#626262; font-size:14px; padding-top:15px; padding-bottom:20px;}   
        #BlogDetail .content .share { display: inline-block; margin-top: 20px; font-size:14px; font-weight:700; color:#949494; text-transform:uppercase; }
            #BlogDetail .content .share span { vertical-align:middle; }
            #BlogDetail .content .share .stButton .stLarge { height: 32px !important; }

/******************************************************************
article
******************************************************************/
.article { background:white; padding:35px; font-family: 'Montserrat', sans-serif; margin-bottom:35px;}
    .article h2{ font-size:24px; line-height:28px; color:#242424; text-transform:uppercase; font-weight:700; padding-top:20px;}
    .article .date{ font-size:14px; color:#CCCCCC; font-family: 'PT Serif', serif; padding-top:25px;}
    .article .introduction{ font-size:16px; color:#949494; font-family: 'PT Serif', serif; padding-top:25px;}
    .article .actions{margin-top:35px;}
        .article .actions .seeMore{ font-size:10px; font-weight:400; padding: 8px 18px;}
        .article .actions .shareBtn { color: #BDAF99; display: inline-block; font-size: 14px; background: transparent;border-radius: 50%; padding: 4px; border: 1px dashed #BDAF99;  -moz-transition: 0.5s ease; -o-transition: 0.5s ease; -webkit-transition: 0.5s ease; transition: 0.5s ease; }
            .article .actions .shareBtn:hover { color: white; background:#BDAF99; border:1px solid #BDAF99;  }
    .article .photo { position:relative;}
        .article .photo .imgWrapper {overflow:hidden; max-height:250px; }
                .article .photo .imgWrapper img {max-width:initial; -moz-transition: all 1s; -o-transition: all 1s; -webkit-transition: all 1s; transition: all 1s; }
                .article .photo:hover .imgWrapper img { transform: scale(1.05);}
        .article .photo .overlay {position:absolute; z-index:99;  top: 0; left: 0; font-size:32px; line-height:31px; color:white; width:100%; height:100%; background-color:rgba(0,0,0,0); opacity:0; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s;}
        .article .photo:hover .overlay { background-color:rgba(0,0,0,0.3); opacity:1;}
            .article .photo .overlay .iconWrapper{height:100%; width:100%;}
            .article .photo .overlay .iconWrapper .icon{position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; width:45px; height:33px;}

/******************************************************************
promotionsOfTheMonth
******************************************************************/
.promotionsOfTheMonth{ position:relative; font-family: 'Montserrat', sans-serif; padding: 10px; margin-top:25px; text-align:center;}
    .promotionsOfTheMonth .inner{ position:relative; color:white; padding: 20px 0; padding-bottom:55px; background: #A2B2C2;border: 2px dashed #fff; box-shadow: 0 0 0 9px #A2B2C2, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);}
        .promotionsOfTheMonth .inner p{font-size:30px; font-weight:700; color:white; text-transform:uppercase; line-height:36px; padding-top:15px; padding-bottom:5px; max-width:85%; margin:auto;}
        .promotionsOfTheMonth .inner .btn{font-size:14px; font-weight:700; padding: 10px 30px;  margin-top: 20px;}
        .promotionsOfTheMonth .inner .icon{ font-size:50px;}

/******************************************************************
product
******************************************************************/
.product { background:white;  min-height:395px; font-family: 'Montserrat', sans-serif;  margin-bottom:15px;}
.product:hover { margin-top:-10px;  margin-bottom:25px; -webkit-box-shadow: 0px 3px 16px -3px rgba(0,0,0,0.43); -moz-box-shadow: 0px 3px 16px -3px rgba(0,0,0,0.43); box-shadow: 0px 3px 16px -3px rgba(0,0,0,0.43);}
.product:hover .description .top .price{ color:#ED8E24;}
    .product .row > * { min-height:1px;}
    .product .photo{    padding: 10px 20px; border-bottom:1px solid #F9F9F9; position:relative; min-height:270px; display: table; width: 100%; table-layout: fixed;}
        .product .photo img{max-width:100%; width:auto; display:inline-block;}
        .product .photo .imgWrapper{text-align:center; display: table-cell; vertical-align: middle;}
        .product .photo.list{height:125px; min-height:125px;}
            .product .photo.list img{height:125px;}
            .product .photo .overlay {position:absolute; top:15px; right:15px; text-align: center; color: #BDAF99; display: inline-block; font-size: 10px; background: transparent;border-radius: 50%; font-weight:700; height:50px; width:50px; padding-top:18px; text-transform:uppercase; border: 1px dashed #BDAF99; }
    .product .description{overflow:hidden;}
        .product .description .top{padding:10px 20px; border-top:1px solid #E6E6E6; padding-left:30px; display:block;}
            .product .description .top .reference{font-size:10px; color:#666666; padding-bottom:5px;}
            .product .description .top .title{font-size:14px; color:#666666; -ms-word-wrap: break-word; word-wrap: break-word;}
        .product .description .bottom{padding:10px 20px; border-top:1px solid #E6E6E6; padding-left:30px;}
            .product .description .bottom .category{font-size:12px; color:#242424;}
                .product .description .bottom .category .inkCat{padding:5px;  border-radius:50px; text-align:center;}
                .product .description .bottom .category .inkCat.blue{color:#4D81B1; border:1px solid #4D81B1;}
                .product .description .bottom .category .inkCat.green{color:#6DB789; border:1px solid #6DB789;}
        .product .description .middle{border-top:1px solid #E6E6E6; padding:5px 20px; padding-left: 30px;}
            .product .description .middle .product-actions{text-align:right;}
                .product .description .middle .product-actions a {color:black;}
                .product .description .middle .product-actions input{ width: 22px; border: 0; padding: 0 3px; text-align: center;}
            .product .description .middle .oldPrice{text-decoration:line-through; color:#CCCCCC; font-size:10px;}
            .product .description .middle .price{color:#BDAF99; font-size:16px;}
            .product .description .middle .iva{font-size:10px!important;}
            .product .description .middle .smaller .price{ font-size:12px;}
            .product .description .middle .btn{padding: 5px 10px; font-size:12px; margin-top:4px; color:white!important;}
    .product .brand{}
        .product .brand .imageWrapper{text-align: right;}
            .product .brand .imageWrapper img{max-width:100%; margin:auto; max-height: 50px;}

/******************************************************************
productCompact
******************************************************************/
.productCompact { background:white; min-height:140px; margin-bottom:20px; font-family: 'Montserrat', sans-serif; padding:10px; padding-right:0;}
.productCompact:hover { -webkit-box-shadow: 0px 3px 16px -3px rgba(0,0,0,0.43); -moz-box-shadow: 0px 3px 16px -3px rgba(0,0,0,0.43); box-shadow: 0px 3px 16px -3px rgba(0,0,0,0.43);}
.productCompact:hover .description .top .price{ color:#ED8E24;}
    .productCompact .row > * { min-height:initial;}
    .productCompact .photo{position:relative;}
        .productCompact .photo img{max-width:100%;}
        .productCompact .photo .overlay{position:absolute; top:15px; right:15px;}
            .productCompact .photo .overlay { color: #BDAF99; display: inline-block; font-size: 10px; background: transparent;border-radius: 50%; font-weight:700; height:50px; width:50px; padding-top:18px; text-transform:uppercase; border: 1px dashed #BDAF99; }
    .productCompact .description{overflow:hidden;}
        .productCompact .description .top{padding-right:15px; padding-bottom:10px;}
            .productCompact .description .top .reference{font-size:10px; color:#666666; padding-bottom:5px;}
            .productCompact .description .top .title{font-size:14px; color:#666666; line-height:18px;  -ms-word-wrap: break-word;  word-wrap: break-word;}
        .productCompact .description .bottom{ border-top:1px solid #E6E6E6; padding-right:15px; padding-top:10px;}
            .productCompact .description .bottom .category{font-size:12px; color:#242424;}
        .productCompact .description .middle{border-top:1px solid #E6E6E6; padding-right:15px; padding-top:10px; padding-bottom:10px;}
            .productCompact .description .middle .oldPrice{text-decoration:line-through; color:#CCCCCC; font-size:10px;}
            .productCompact .description .middle .price{color:#BDAF99; font-size:16px; }
            .productCompact .description .middle .iva{ font-size:10px!important; }
            .productCompact .description .middle .smaller .price{color:#BDAF99; font-size:12px; }
            .productCompact .description .middle .btn{padding: 5px 10px; font-size:12px; }


/******************************************************************
ProductsIndex
******************************************************************/
#ProductsIndex { font-family: 'Montserrat', sans-serif; background:#EBEBEB; padding-bottom:30px; }
    #ProductsIndex .subHeader:after{display:block; border-bottom-color:#EE8515;}
    #ProductsIndex .subHeader .inner{ background:#EE8515; box-shadow: 0 0 0 9px #EE8515, 2px 1px 6px 4px rgba(10, 10, 0, 0.5); }
    #ProductsIndex .product { }
    #ProductsIndex .paginationHolder { text-align:center; }
        #ProductsIndex .paginationHolder .pagination { text-align:center; padding-bottom:0; padding-top:10px; }
            #ProductsIndex .paginationHolder .pagination .active a, .pagination a:hover {  border:1px solid #EE8F24!important; background: #EE8F24 !important; color: white!important; }
    #ProductsIndex .filters { margin-top:30px; }
        #ProductsIndex .filters .catsHeader { color: #0d2935; font-size: 20px; margin-bottom: 15px; text-transform: uppercase; border-bottom: 1px solid #0d2935; padding-bottom: 10px; }
        #ProductsIndex .filters .categoriesHolder { padding-left: 10px; }
        #ProductsIndex .filters .filter-section .dashedTitle { margin-bottom:0; }
        #ProductsIndex .filters .filter-section.active .dashedTitle { margin-bottom:10px; }
        #ProductsIndex .filters .filter-section { }
        #ProductsIndex .filters .cleaner  {display:block; padding: 5px 10px; margin-bottom: 8px;}
        #ProductsIndex .filters .cleanerCategory  {    padding: 0; background: none;color: black;text-decoration: underline;}
        #ProductsIndex .filters .cleanerBrands  {display:block; padding: 5px 10px; margin-bottom: 8px;}
        #ProductsIndex .filters .cleaner.active {display:none; }
        #ProductsIndex .filters .cleanerBrands.active {display:none; }
        #ProductsIndex .filters .filter-section  .categoriesContainer { height:0; overflow:hidden; opacity: 0;}  
        #ProductsIndex .filters .filter-section.active .categoriesContainer { height:auto; opacity: 1;}
        #ProductsIndex .filters .filter-section.active .icon-plus { display:none;}
        #ProductsIndex .filters .filter-section.active .icon-minus { display:block;}
        #ProductsIndex .filters .filter-section .icon-plus { display:block;}
        #ProductsIndex .filters .filter-section .icon-minus { display:none;}
        #ProductsIndex .filters .filter-section .categoryTitle { cursor:pointer;}
        #ProductsIndex .filters .categoriesBox { background:#F2F2F2; padding:20px 15px;}
        #ProductsIndex .filters .categoriesBox .dashedTitle{ font-size:14px;}
        #ProductsIndex .filters .categoriesBox a{ color:#242424; font-size:14px; margin-bottom: 10px; display: block;}
        #ProductsIndex .filters .categoriesBox a:hover{padding-left:5px;}
    #ProductsIndex .filters .catsHeader { color: #2F2F2F; font-size: 16px; font-weight: 700; font-family: Montserrat, sans-serif; padding-bottom: 30px;  }
        #ProductsIndex .filters .categories .category {  width: 100%; background: none; border: 0; text-align: left; padding: 5px 0; padding-left: 10px; font-size: 14px; color: #242424; font-weight: 400; }
        #ProductsIndex .filters .categories .category:first-letter { text-transform: capitalize;}
            #ProductsIndex .filters .categories .category.active { font-weight: 700; }
        #ProductsIndex .filters .categories .subcategory {padding-left: 20px; }
            #ProductsIndex .filters .categories .subcategory.active { font-weight: 700; background-color: #EE8515; }
        #ProductsIndex .filters .categories .sub-cat { display: none; }
        #ProductsIndex .filters .categories .subsub-cat { padding-left: 30px;  }
        #ProductsIndex .filters .categories .subsub-cat:first-letter { text-transform: capitalize; }
            #ProductsIndex .filters .categories .subsub-cat.active { background-color: #EE8515; }
        #ProductsIndex .filters .categories .sub-droppable { display: none; }
        #ProductsIndex .filters .categories .show-sub-categories .categoriesHolder > .sub-cat { display: block; }
        #ProductsIndex .filters .categories .show-sub-categories .categoriesHolder > .sub-cat:first-letter { text-transform: capitalize;}
        #ProductsIndex .filters .brands { }
        #ProductsIndex .filters .colors { }
        #ProductsIndex .filters .sizes { }
        #ProductsIndex .filters .dashedGroup { border:2px dashed #939393;  padding:10px 15px;}
            #ProductsIndex .filters .dashedGroup label{ font-size:14px; font-weight:700; color:#242424; text-transform:uppercase; }
            #ProductsIndex .filters .dashedGroup input{ background: none; border: 0; box-shadow: none; padding:0; color:#949494; font-style:italic; font-size:12px; font-family: 'PT Serif', serif;}
    #ProductsIndex .listing { margin-top:30px;}
        #ProductsIndex .listing .options { border-top:2px solid #D4D4D4; padding-top:15px; font-size:14px; font-family: 'PT Serif', serif; color:#949494; }
            #ProductsIndex .listing .options .status { padding-left:35px;  }
            #ProductsIndex .listing .options .displays {  }
                #ProductsIndex .listing .options .displays a { color:#949494; font-size:14px; }
                #ProductsIndex .listing .options .displays a.active, #ProductsIndex .listing .options .displays a:hover  { color:#BDAF99; }
                #ProductsIndex .listing .options .ordering .form-control { background: none; border: 0; box-shadow: none; padding:0; height:auto; color:#949494;  }
        #ProductsIndex .listing .products { padding-top: 45px; }
    #ProductsIndex .mainCategories { background: #e5e5e5; margin-bottom: 20px; padding-top: 20px; padding-bottom: 23px; }
        #ProductsIndex .mainCategories .category { text-transform: uppercase; padding-right: 50px; color: #ABABAB; font-weight: 700; font-size: 14px; -moz-transition: all 1s; -o-transition: all 1s; -webkit-transition: all 1s; transition: all 1s; }
        #ProductsIndex .mainCategories .active { color: #E68D22; text-decoration: underline !important; }
        #ProductsIndex .mainCategories .category:hover { color: #E68D22; text-decoration: underline !important; }


#PriceRangeSlider { width: 100%; margin: 0; padding:0 15px; }
    #PriceRangeSlider .range-slider-value { margin-top: 8px; }
    #PriceRangeSlider .noUi-connect { background:#EE8F24; }
    #PriceRangeSlider .rangeText { padding-top:15px; color:#949494; font-size:12px;  font-family: 'PT Serif', serif; margin-left:-10px;}


/******************************************************************
ProductDetail 
******************************************************************/
#ProductDetail { font-family: 'Montserrat', sans-serif; background:#EBEBEB; padding-bottom:30px; }
    #ProductDetail .subHeader:after{display:block; border-bottom-color:#3F76A9;}
    #ProductDetail .subHeader .inner{ background:#3F76A9; box-shadow: 0 0 0 9px #3F76A9, 2px 1px 6px 4px rgba(10, 10, 0, 0.5); }
    #ProductDetail .details-prod { padding-top:60px;}
    #ProductDetail .productImages { position: relative; }
        #ProductDetail .productImages .promo { position: absolute; font-weight: 700; top: 15px; left: 15px; border-radius: 5px; display: inline-block; padding: 3px 5px; background: #ED7777; color: white; text-transform: uppercase; z-index: 20; }
        #ProductDetail .productImages .new { position: absolute; font-weight: 700; top: 15px; right: 15px; border-radius: 5px; display: inline-block; padding: 3px 5px; background: #3CB878; color: white; text-transform: uppercase; z-index: 20; }
    #ProductDetail .details-prod .details { }
        #ProductDetail .details-prod .details h1 {     word-wrap: break-word; font-weight: 400; font-size: 30px; color: #242424; }
        #ProductDetail .details-prod .details .reference { font-size: 14px; color: #949494; padding-top: 10px;  font-family: 'PT Serif', serif; font-style:italic; }
        #ProductDetail .details-prod .details .exclusive { font-size: 14px; color: #949494; padding-top: 10px;  font-family: 'PT Serif', serif; font-style:italic;  font-weight:700; }
        #ProductDetail .details-prod .details .categories { font-size: 14px; color: #EE8F24; padding-top: 10px;}
            #ProductDetail .details-prod .details .categories a{ color: #E78212;}
            #ProductDetail .details-prod .details .categories a:hover{ color: #EE8F24;}
        #ProductDetail .details-prod .details .introduction { font-weight: 400; font-size: 16px; color: #242424; padding-top:20px; padding-bottom:35px; font-family: 'PT Serif', serif; }
        #ProductDetail .details-prod .details .priceHolder { padding-top: 20px; font-weight: 400; }
            #ProductDetail .details-prod .details .priceHolder .price { font-size: 30px; color: #3F76A9; line-height: 34px; display: inline-block; vertical-align: middle; }
                #ProductDetail .details-prod .details .priceHolder .smaller .price { font-size: 16px; }
            #ProductDetail .details-prod .details .priceHolder .oldPrice { font-size: 24px; color: #C1C1C1; text-decoration: line-through; padding-right: 15px; line-height: 34px; display: inline-block; vertical-align: middle; }
            #ProductDetail .details-prod .details .priceHolder .smaller .oldPrice { font-size: 14px;  }
            #ProductDetail .details-prod .details .priceHolder .iva { font-size: 14px; color: #555555; display: inline-block; color:#949494; font-style:italic; vertical-align: middle; padding-left:10px; padding-top:8px; line-height: 16px; font-family: 'PT Serif', serif; }
            #ProductDetail .details-prod .details .priceHolder .smaller .iva { font-size: 12px; vertical-align: top; }
        #ProductDetail .details-prod .details .status { padding-top:15px; border-top:2px solid #D4D4D4; margin-top:20px; font-family: 'PT Serif', serif;  }
            #ProductDetail .details-prod .details .status .deliveryPhrase { padding-bottom:10px;font-size:14px;  font-size:14px; color:#949494; }
            #ProductDetail .details-prod .details .status .stock {  display:inline-block;}
                #ProductDetail .details-prod .details .status .stock .stockPhrase{font-size:14px; display:none;}
                #ProductDetail .details-prod .details .status .stock .stockPhrase.active{ display:inline-block;}
                #ProductDetail .details-prod .details .status .stock .stockPhrase-1{color:#009900; }
                #ProductDetail .details-prod .details .status .stock .stockPhrase-2{color:#EE8F24; }
                #ProductDetail .details-prod .details .status .stock .stockPhrase-3{color:#E2524B; }
        #ProductDetail .details-prod .details .options { padding: 10px 0; }
            #ProductDetail .details-prod .details .options .versions { vertical-align:top; padding-top:10px; }
            #ProductDetail .details-prod .details .options .actions { display: inline-block; vertical-align: middle; }
            #ProductDetail .details-prod .details .options .quantities { padding: 10px 0; padding-right: 10px; position: relative; z-index: 1; display: inline-block; vertical-align: middle; }
                #ProductDetail .details-prod .details .options .quantities .quantity { font-style:italic; text-align: center; color: #949494; font-size: 18px; width: 110px; display: inline-block; padding: 8px 15px; border: 2px dashed #949494; height: 60px;  background: transparent; margin-left:15px; }
                #ProductDetail .details-prod .details .options .quantities .controller { vertical-align: top; text-align: center; color: #C2C2C2; font-size: 16px; display: inline-block; padding: 4px 15px; }
                    #ProductDetail .details-prod .details .options .quantities .controller:hover { color: #949494; }
                    #ProductDetail .details-prod .details .options .quantities .controller.increment { position: absolute; right: 20px; top: 28px; display: inline-block; vertical-align: middle; padding: 0; }
                    #ProductDetail .details-prod .details .options .quantities .controller.decrement { position: absolute; left: 30px; top: 28px; display: inline-block; vertical-align: middle; padding: 0; }
        #ProductDetail .details-prod .details .wishlist { display: inline-block; margin-top: 40px; padding-left:20px;  }
            #ProductDetail .details-prod .details .wishlist a { font-size:14px; font-weight:700; color:#949494; text-transform:uppercase; }
        #ProductDetail .details-prod .details .share { display: inline-block; margin-top: 40px; font-size:14px; font-weight:700; color:#949494; text-transform:uppercase; }
            #ProductDetail .details-prod .details .share span { vertical-align:middle; }
            #ProductDetail .details-prod .details .share .stButton .stLarge { height: 32px !important; }
    #ProductDetail .specs { font-weight: 400; font-size: 16px; padding-top: 60px; padding-bottom: 60px; border-bottom:1px dashed #939393;  }
        #ProductDetail .specs .nav-tabs { border-bottom: 1px solid transparent; text-align: left; }
            #ProductDetail .specs .nav-tabs > li { display: inline-block; float: none !important; }
                #ProductDetail .specs .nav-tabs > li > a { padding-left:0; text-align:left; border-radius: 0; border: 0; border-bottom: 1px dashed transparent; font-size: 14px; color: #949494; font-weight: 400; text-transform: uppercase; }
                #ProductDetail .specs .nav-tabs > li.active {  }
        #ProductDetail .specs .nav > li > a:hover, #ProductDetail .specs .nav-tabs > li.active a  {  padding-left:0; text-align:left; border:0; border-bottom: 1px dashed black; color:#242424; background:transparent; }
        #ProductDetail .specs .inner { padding-top: 50px; word-wrap: break-word;}
        #ProductDetail .specs .table > thead > tr > th, #ProductDetail .specs .table > tbody > tr > th, #ProductDetail .specs .table > tfoot > tr > th, #ProductDetail .specs .table > thead > tr > td, #ProductDetail .specs .table > tbody > tr > td, #ProductDetail .specs .table > tfoot > tr > td { border: 0 !important; }
    #ProductDetail .relatedProducts{ padding-top:75px; }
        #ProductDetail .relatedProducts .product{ margin-bottom:0; }
        #ProductDetail .relatedProducts .product:hover{ margin-bottom:10px; }
        #ProductDetail .relatedProducts .promoSlider{ margin-bottom:77px; }
            #ProductDetail .relatedProducts .promoSlider .flex-viewport{padding-top:10px;}
        #ProductDetail .relatedProducts .dashedTitle{margin-bottom:20px;}
    #ProductDetail .glass { position: absolute; bottom: 0; right: 0; z-index: 1; color: #666666; width: 40px; height: 40px; background-color: white; }
        #ProductDetail .glass .icon { text-align: center; position: relative; top: 8px; left: 11px; }

#AddProduct select{ font-size:16px; color:#949494; height:60px; padding: 15px 25px; border:2px dashed #949494; font-style:italic; border-radius:0; box-shadow:none; background: transparent;}


/* PhotosGalery */
#PhotosGalery { }
    #PhotosGalery .imageWrapper { width: 100%;  text-align:center; background:white;}
        #PhotosGalery .imageWrapper img{ max-width: 100%; width:auto; display:inline-block; }

#ThumbsGalery { height:auto; margin-top:15px; }
    #ThumbsGalery li {  }
        #ThumbsGalery li img { width: auto; margin-right:10px; height: auto; opacity: 1; cursor: pointer; -moz-transition: all 1s; -o-transition: all 1s; -webkit-transition: all 1s; transition: all 1s; }
        #ThumbsGalery li img:hover { opacity: 0.8; }

/******************************************************************
BasketDetail
******************************************************************/
#BasketDetail { background:#EBEBEB; padding-bottom:70px; }
    #BasketDetail .subHeader:after{display:block; border-bottom-color:#62AD7C;}
    #BasketDetail .subHeader .inner{ background:#62AD7C; box-shadow: 0 0 0 9px #62AD7C, 2px 1px 6px 4px rgba(10, 10, 0, 0.5); }
    #BasketDetail .info{ padding-top:20px; }
        #BasketDetail .info .totals{ text-align:center; }
            #BasketDetail .info .totals .text-right{ color:#949494; font-size:16px; font-family: 'PT Serif', serif; }
            #BasketDetail .info .totals .text-left{ color:#9B8B73; font-size:16px; }
            #BasketDetail .info .totals .totalPrice{ color:#242424; font-size:30px; }
            #BasketDetail .info .totals .totalPriceLabel{ padding-top:13px; }
    #BasketDetail .infoHeader{ padding-top:50px; padding-bottom:45px; text-align:center; }
        #BasketDetail .infoHeader p{ font-size:18px; color:#949494; font-family: 'PT Serif', serif; }
    #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; color:#9B8B73; }
        #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: 0; }
        #BasketDetail .box-content table .product-line { background:white; border-bottom: 10px solid #EBEBEB; color:#949494; font-size:12px;}
            BasketDetail .box-content .title {color:#242424; font-size:16px;}
        #BasketDetail .box-content table td { border: 0; }
        #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 .actions .btn { width:100%; max-width:430px; font-size: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 dashed #b6b3b3; line-height: 35px; width: 35px; text-align: center; display: inline-block; vertical-align: middle; color: #666666; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s;  }
        #BasketDetail .basket-products .product-operation:hover {background: #f2f2f2; }
        #BasketDetail .basket-products .product-operation i { margin: 0; }
    #BasketDetail .basket-products .quantity { height: 35px; border: 1px dashed #b6b3b3; line-height: 32px; width: 45px; text-align: center; display: inline-block; vertical-align: middle; }

    #BasketDetail .coupon { position:relative; }
        #BasketDetail .coupon input { padding-right:170px; height:56px; }
        #BasketDetail .coupon .btn { position:absolute; top:0; right:0; border-radius:0;}

/******************************************************************
BasketCheckout
******************************************************************/
#BasketCheckout { background:#EBEBEB; padding-bottom:70px; }
    #BasketCheckout .subHeader{margin-bottom:30px;}
    #BasketCheckout .subHeader:after{display:block; border-bottom-color:#62AD7C;}
    #BasketCheckout .subHeader .inner{ background:#62AD7C; box-shadow: 0 0 0 9px #62AD7C, 2px 1px 6px 4px rgba(10, 10, 0, 0.5); }
    #BasketCheckout .form-group{margin-bottom:10px;}
    #BasketCheckout .box { border: 1px solid #e1e1e1; background:white; }
        #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; table-layout: fixed; word-wrap: break-word; }
            #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: 22px; }
#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; }

@media print {
    /* TODO */
    #Header, #Footer, #CoockiesTerms, #HeaderMobile { display: none; }
    #AccountOrder { padding: 0; }
        #AccountOrder .subHeader{ display:none;}
        #AccountOrder .box { margin: 0; padding: 0; }
        #AccountOrder .btn { display: none; }
        #AccountOrder .col-md-6 { width: 50% !important; float: left !important; }
}
