/******************************************************************
 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; }
.row img { margin: 0 !important; }

/******************************************************************
WayPoints Stuff
******************************************************************/
.os-animation { opacity: 0; }
    .os-animation.animated { opacity: 1; }
.staggered-animation { opacity: 0; }
    .staggered-animation.animated { opacity: 1; }
.delay-1s { -moz-animation-delay: 1s; -o-animation-delay: 1s; -webkit-animation-delay: 1s; animation-delay: 1s; }



/******************************************************************
Geral Html
******************************************************************/
body { overflow-x: hidden; /* TODO */ font-family: 'Montserrat', sans-serif; font-weight: 400; }
    body .wrapper { padding: 0 15px; max-width: 1200px; 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 .modal-content { border-radius: 0; }
    #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 .basket-product { margin: 0; border-bottom: 1px solid #e5e5e5; padding: 15px 0; }
            #BasketModal .modal-content .basket-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: #007AA4 !important; background-color: white !important; height: 35px; width: 35px; border-color: #007AA4 !important; border-radius: 4px; margin: 0 5px; }
    .pagination .active a { border-color: #007AA4; background: #007AA4 !important; color: white !important; border: 1px solid #007AA4; }
    .pagination .disabled a { cursor: not-allowed; opacity: 0.5 !important; filter: alpha(opacity=50) !important; font-size: 16px !important; text-align: center; }
    .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 0; border-top-left-radius: 0; padding: 6px 4px; border-radius: 4px; }
    .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 0; border-top-right-radius: 0; padding: 6px 9px; border-radius: 4px; }

/* Buttons */
.btn { font-family: 'Open Sans',sans-serif; font-size: 14px; text-transform: uppercase; padding: 15px 50px; border-radius: 0; }
    .btn.btn-default { /* TODO */ }
    .btn.btn-primary { background: white; color: #191b1f; border: 2px solid #191b1f; }
        .btn.btn-primary:hover { background: #191b1f; color: white; border: 2px solid white; }
    .btn.btn-info { /* TODO */ }
    .btn.btn-warning { /* TODO */ }
    .btn.btn-success { /* TODO */ }
    .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; }

.form-control { border-radius: 0; }
    .form-control:focus { border-color: #191b1f; box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(25, 27, 31, 0.1); }


.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: 46px; }
body h2 { font-size: 40px; }
body h3 { font-size: 36px; }
body h4 { font-size: 24px; }
body h5 { font-size: 20px; }
body h6 { font-size: 16px; }
body p { color: #666666; font-size: 16px; line-height: 30px; }

/* 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; }

/* #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; }

/******************************************************************
Helpers
******************************************************************/
body .no-margin { margin: 0 !important; }
body .small-margin { margin-left: -8px !important; margin-right: -8px !important; }
body .no-padding { padding: 0 !important; }
body .small-padding { padding-left: 8px !important; padding-right: 8px !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.2s; }
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; }
body .display-block { display: block; }
body .display-none { display: none; }
body .invisible { visibility: hidden; }
body .admin-inactive-view { opacity: 0.7; filter: alpha(opacity=70); }


.line { border-bottom: 8px solid #333333; width: 90px; margin: 40px auto; }


/******************************************************************
product
******************************************************************/
body .product { background: white; display: block; margin-bottom: 20px; }
    body .product .discount { position: absolute; top: 15px; right: 15px; width: 50px; height: 50px; line-height: 50px; text-align: center; border-radius: 50%; display: inline-block; background: #a93737; color: #FFF; }
    body .product .imgWrapper { display: block; }
        body .product .imgWrapper > img { display: inline-block; width: 100%; }
    body .product .details { padding: 15px; background: #f2f2f2; }
        body .product .details .title { color: #3E3E3E; font-size: 16px; font-weight: 700; }
        body .product .details .subtitle { color: #888888; font-size: 14px; padding-top: 3px; }
        body .product .details .actions { text-align: left; padding-top: 10px; min-height: 63px; }
            body .product .details .actions .priceHolder { padding-top: 8px; }
            body .product .details .actions .old { text-decoration: line-through; color: #626262; }
            body .product .details .actions .price { font-size: 18px; font-weight: 900; color: #3D3D3D; }
            body .product .details .actions .seeDetail { padding: 7px 0; width: 100%; font-weight: 700; }

/******************************************************************
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; }


/* revolution slide*/

.tp-caption.NotGeneric-Title, .NotGeneric-Title { color: rgba(255,255,255,1.00); font-size: 80px !important; line-height: 80px !important; font-weight: 800; font-style: normal; font-family: Raleway !important; text-decoration: none; background-color: transparent; border-color: transparent; border-style: none; border-width: 0px; border-radius: 0 0 0 0px; }
.tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle { color: rgba(255,255,255,1.00); font-size: 80px !important; line-height: 80px !important; font-weight: 800; font-style: normal; font-family: Raleway !important; text-decoration: none; background-color: transparent; border-color: transparent; border-style: none; border-width: 0px; border-radius: 0 0 0 0px; letter-spacing: 0px; }
.tp-caption .rev-btn a, .rev-btn a { color: white; }
.tp-caption .rev-btn:hover a, .rev-btn:hover a { color: black; }
.hebe .tp-bullet { width: 3px; height: 3px; position: absolute; background: #fff; cursor: pointer; border: 5px solid #222; border-radius: 50%; box-sizing: content-box; -webkit-perspective: 400; perspective: 400; -webkit-transform: translateZ(0.01px); transform: translateZ(0.01px); transition: all 0.3s; }
.banner { position: relative; }
    .banner .text-center { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; height: 70px; }
        .banner .text-center h1 { font-family: 'Montserrat', sans-serif; font-weight: 700; color: white; font-size: 70px; text-transform: uppercase; }
/******************************************************************
Header
******************************************************************/
#Header { width: 100%; z-index: 999; margin: 0 auto; left: 0; right: 0; padding-top: 15px; padding-bottom: 15px; background: black; position: fixed; top: 0; background: black; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; padding-top: 15px; padding-bottom: 15px; }
    #Header .menu-box { background: transparent; width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
    /*#Header .menu-box.isfixed { position: fixed; top: 0; background: black; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;  padding-top: 15px; padding-bottom: 15px; }*/
    #Header .logo { display: inline-block; width: 20%; }
    #Header .navigation { margin: 0; padding: 0; display: inline-block; width: 79%; text-align: right; }
        #Header .navigation li { display: inline-block; vertical-align: middle; padding: 0 10px; }
        #Header .navigation a { display: inline-block; vertical-align: middle; padding: 15px 0; margin: 0; margin-top: 1px; border-color: transparent; text-decoration: none; line-height: 20px; text-transform: uppercase; color: #fff; letter-spacing: 2px; font-size: 13px; font-weight: normal; position: relative; }
            #Header .navigation a:hover { -o-transition: all .3s linear; -webkit-transition: all .3s linear; -moz-transition: all .3s linear; transition: all .3s linear; outline: none; z-index: 10; }
            #Header .navigation a:after { display: block; position: absolute; left: 0; bottom: 5px; width: 0; height: 2px; background-color: #fff; content: ""; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
        #Header .navigation li a { margin-right: 10px; color: white; vertical-align: middle; font-weight: 400; display: inline-block; }
            #Header .navigation li a.active { }
                #Header .navigation li a.active:after { width: 15px; }
            #Header .navigation li a:hover:after { width: 15px; }


/******************************************************************
Footer
******************************************************************/
#Footer { display: block; background: #191b1f; padding: 30px 0; color: #666666; font-family: 'Montserrat', sans-serif; font-weight: 400; position: relative; }
    #Footer .box { margin-bottom: 50px; position: relative; }
        #Footer .box .box-icon { position: absolute; left: 0; display: inline-block; }
            #Footer .box .box-icon .icon { font-size: 24px; }
        #Footer .box .text { padding-left: 50px; display: inline-block; font-size: 16px; }
    #Footer .social { display: block; margin-top: 280px; }
        #Footer .social ul { list-style: none; padding-left: 0; margin-bottom: 20px; }
            #Footer .social ul li { display: inline-block; }
                #Footer .social ul li a { padding: 0; color: #666666; }
                    #Footer .social ul li a .icon { margin: 0; color: #666666; }
                    #Footer .social ul li a:hover .icon { margin: 0; color: white; transition: 0.3s; }
        #Footer .social a { color: #666666; font-size: 16px; }
    #Footer h3 { text-transform: uppercase; margin-bottom: 70px; }

    #Footer .zenn { float: right; display: inline-block; text-align: right; }
        #Footer .zenn img { width: 60px; }
    #Footer .formContainer input { border: 0; border-bottom: 1px solid #666666; background: transparent; height: 60px; text-transform: uppercase; padding-left: 0; color: white; font-size: 16px; }
        #Footer .formContainer input:focus { border: 0; border-bottom: 1px solid white; border-radius: 0; transition: 0.3s; border-color: white; box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(143, 143, 143, 0.60); }
    #Footer .formContainer textarea { border: 0; border-bottom: 1px solid #666666; background: transparent; text-transform: uppercase; padding-left: 0; }
    #Footer .formContainer input::-moz-placeholder { color: #999999; }
    #Footer .formContainer input::-webkit-input-placeholder { color: #999999; }
    #Footer .formContainer input:-ms-input-placeholder { color: #999999; }
    #Footer .formContainer input:-moz-placeholder { color: #999999; }
    #Footer .btn-zFormSubmit { border: 2px solid #666666; padding: 15px 60px !important; font-size: 14px; background-color: transparent; color: #666666; margin-top: 25px; margin-bottom: 25px; text-transform: uppercase; border-radius: 0; }
        #Footer .btn-zFormSubmit:hover { border: 2px solid white; color: #191b1f; background-color: white; transition: 0.3s; }
    #Footer .formContainer .ZFormGroupTitle { display: none; }


/******************************************************************
zCMSContent
******************************************************************/
#zCMSContent { padding: 0; }

.sectorImage .port-hover.no-bg { background: none; }
.position-center-center { left: 50%; position: absolute; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.sectorImage { display: inline-block; position: relative; overflow: hidden; padding: 22px; background: #fff; margin-bottom: 20px; }
    .sectorImage img { max-width: 100%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
        .sectorImage img:hover { transition: 1s ease; opacity: 0.7; }
    .sectorImage .port-hover { position: absolute; height: 100%; width: 100%; top: 0px; left: 0px; opacity: 0; background: rgba(0,0,0,0.9); -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }

    .sectorImage article { position: relative; overflow: hidden; text-align: center; }
    .sectorImage:hover .port-hover { opacity: 1; }

.port-hover span { font-style: italic; font-size: 14px; color: #f6772c; width: 100%; display: inline-block; }
.port-hover h6 { color: #fff; margin: 20px 0; line-height: 30px; font-weight: normal; }
.font-playfair { font-family: 'Playfair Display', serif; }
/******************************************************************
HomeIndex
******************************************************************/
#HomeIndex { }

    #HomeIndex .row img { margin: 0; }
.interventionSector { padding-top: 170px; padding-bottom: 90px; background-color: #91a8ae; }
    .interventionSector .contentPadder { margin-top: -250px; }
    .interventionSector .text { margin-top: 160px; }
        .interventionSector .text h6 { text-transform: uppercase; font-family: 'Playfair Display', serif; font-weight: 400; font-size: 16px; }
        .interventionSector .text h4 { text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 36px; max-width: 50%; margin-top: 50px; margin-bottom: 70px; }
#HomeIndex .topp { padding-top: 25px; text-align: right; }
    #HomeIndex .topp.right { text-align: unset !important; }
#HomeIndex .link { text-transform: uppercase; font-family: 'Open Sans',sans-serif; font-size: 14px; display: inline-block; color: white; border: 2px solid white; padding: 15px 50px; margin-top: 20px; border-radius: 0; }
    #HomeIndex .link:hover { background: white; color: black; }

/******************************************************************
HomeContent
******************************************************************/
#HomeContent { position: relative; }

/******************************************************************
HomeContacts
******************************************************************/
#HomeContacts { }

/******************************************************************
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 .interventionSector { padding-top: 0; padding-bottom: 90px; background-color: transparent; }
        #BlogIndex .interventionSector h6 a { text-transform: uppercase; position: relative; height: auto; width: auto; color: #fff; font-size: 26px; padding: 0; }
            #BlogIndex .interventionSector h6 a:hover { color: #f6772c; transition: 0.3s; }
    #BlogIndex .sectorImage { padding: 0 !important; }
        #BlogIndex .sectorImage .port-hover.no-bg { background: rgba(0, 0, 0, 0.40) !important; }


/******************************************************************
BlogDetail
******************************************************************/
#BlogDetail { /* TODO  */ text-align: center; margin-bottom: 120px; }
    #BlogDetail .commands { text-align: center; padding: 30px 0; box-shadow: 0 0 2px rgba(0,0,0,0.5); margin-bottom: 50px; }
        #BlogDetail .commands a { color: #333333; line-height: 45px; font-size: 20px; }
    #BlogDetail h6 { font-family: 'Playfair Display', serif; text-transform: uppercase; font-weight: 400; color: #333333; margin: 0; text-align: center; }
    #BlogDetail h3 { text-transform: uppercase; line-height: 46px; margin: 0; letter-spacing: 2px; font-family: Montserrat, sans-serif; font-weight: 400; text-transform: uppercase; }
    #BlogDetail p { font-family: Montserrat, sans-serif; font-weight: 400; margin-top: 25px; }
    #BlogDetail .marg { margin-bottom: 25px; }
        #BlogDetail .marg img { max-width: 100%; }
        #BlogDetail .marg.col-md-12 img { width: 100%; }



/******************************************************************
ProductsIndex
******************************************************************/
#ProductsIndex { /* TODO  */ }
    #ProductsIndex .filters { }
        #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 .categories { }
            #ProductsIndex .filters .categories .category { width: 100%; background: none; border: 0; text-align: left; padding: 0; }
                #ProductsIndex .filters .categories .category.active { color: red; }
            #ProductsIndex .filters .categories .sub-cat { display: none; }
            #ProductsIndex .filters .categories .show-sub-categories .categoriesHolder > .sub-cat { display: block; }
        #ProductsIndex .filters .brands { }
        #ProductsIndex .filters .colors { }
        #ProductsIndex .filters .sizes { }
    #ProductsIndex .listing { }
        #ProductsIndex .listing .products { padding-top: 25px; }
    #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: 20px 0; }
    #PriceRangeSlider .range-slider-value { margin-top: 8px; }


/******************************************************************
ProductDetail 
******************************************************************/
#ProductDetail { /* TODO */ }
    #ProductDetail .details-prod { background-color: #F5F5F5; }
    #ProductDetail .top { background: #F9F9F9; padding-top: 45px; padding-bottom: 20px; margin-bottom: 45px; text-transform: uppercase; }
        #ProductDetail .top .categories { font-size: 14px; color: #C1C1C1; }
        #ProductDetail .top .title { font-size: 30px; color: #363636; font-weight: 800; }
    #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 { padding: 40px 25px; }
        #ProductDetail .details-prod .details h1 { font-weight: 700; font-size: 30px; color: #555555; text-transform: uppercase; }
        #ProductDetail .details-prod .details .reference { font-size: 17px; color: #656565; padding-top: 20px; padding-bottom: 8px; border-bottom: 1px solid #777777; display: inline-block; }
        #ProductDetail .details-prod .details .introduction { font-weight: 400; font-size: 16px; color: #656565; }
        #ProductDetail .details-prod .details .brand { padding: 10px; border: 2px solid #C1C1C1; background-color: white; position: relative; margin-top: 30px; }
            #ProductDetail .details-prod .details .brand .name-brand { font-weight: 600; color: #656565; font-size: 17px; display: inline-block; }
            #ProductDetail .details-prod .details .brand img { display: block; position: relative; right: 0; width: 200px; margin: auto; margin-bottom: 20px; }
        #ProductDetail .details-prod .details .priceHolder { padding-top: 30px; font-weight: 400; }
            #ProductDetail .details-prod .details .priceHolder .price { font-size: 30px; color: #555555; line-height: 34px; display: inline-block; vertical-align: middle; }
                #ProductDetail .details-prod .details .priceHolder .price.desc { font-weight: 700; color: #BF2328; font-size: 36px; }
            #ProductDetail .details-prod .details .priceHolder .oldPrice { font-size: 30px; color: #C1C1C1; text-decoration: line-through; padding-right: 15px; line-height: 34px; display: inline-block; vertical-align: middle; }
            #ProductDetail .details-prod .details .priceHolder .iva { float: right; font-size: 12px; color: #555555; display: inline-block; vertical-align: middle; line-height: 34px; }
        #ProductDetail .details-prod .details .options { padding: 10px 0; }
            #ProductDetail .details-prod .details .options .actions { display: inline-block; vertical-align: middle; margin-top: 12px; }
                #ProductDetail .details-prod .details .options .actions .stockHolder { height: 0; opacity: 0; overflow: hidden; }
                    #ProductDetail .details-prod .details .options .actions .stockHolder.selected { height: auto; opacity: 1; }
            #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 { text-align: center; color: #545454; font-size: 18px; width: 110px; display: inline-block; padding: 8px 15px; font-weight: 700; border: 2px solid #DFDFDF; height: 50px; }
                #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: #BF2328; }
                    #ProductDetail .details-prod .details .options .quantities .controller.increment { position: absolute; right: 15px; top: 24px; display: inline-block; vertical-align: middle; padding: 0; }
                    #ProductDetail .details-prod .details .options .quantities .controller.decrement { position: absolute; left: 8px; top: 25px; display: inline-block; vertical-align: middle; padding: 0; }

    #ProductDetail .details-prod .versionsHolder { padding-top: 30px; padding-bottom: 30px; color: #717174; font-size: 30px; text-align: center; }
        #ProductDetail .details-prod .versionsHolder .btn { padding: 5px 20px; color: #717174; font-size: 18px; border: 1px solid #BFBFBF; text-align: center; }
            #ProductDetail .details-prod .versionsHolder .btn.hidden { height: 0 !important; }
            #ProductDetail .details-prod .versionsHolder .btn.selected, #ProductDetail .details-prod .versionsHolder .btn:hover { color: #BF2328; }
        #ProductDetail .details-prod .versionsHolder .productSize { }
        #ProductDetail .details-prod .versionsHolder .productColor { height: 40px; width: 40px; border-radius: 50%; }
        #ProductDetail .details-prod .versionsHolder .sizeHolder { height: 0; overflow: hidden; opacity: 0; }
            #ProductDetail .details-prod .versionsHolder .sizeHolder.selected { height: auto; opacity: 1; }
    #ProductDetail .details-prod .cartHolder { padding-top: 35px; padding-bottom: 35px; text-align: center; }
        #ProductDetail .details-prod .cartHolder .btn { padding: 10px 72px; text-transform: uppercase; font-size: 12px; }
    #ProductDetail .details-prod .actionsHolder { padding-top: 15px; padding-bottom: 15px; color: #717174; font-size: 12px; text-align: center; border-bottom: 1px solid #BFBFBF; }
        #ProductDetail .details-prod .actionsHolder a { color: #717174; font-size: 12px; text-transform: uppercase; }
            #ProductDetail .details-prod .actionsHolder a:hover { color: #BF2328; }
        #ProductDetail .details-prod .actionsHolder .icon { font-size: 25px; vertical-align: middle; }

    #ProductDetail .details-prod .reviewsHolder { padding-top: 30px; padding-bottom: 30px; color: #717174; font-size: 30px; }
        #ProductDetail .details-prod .reviewsHolder .rating { text-align: center; }
            #ProductDetail .details-prod .reviewsHolder .rating .icon { color: #A01127; font-size: 30px; }
        #ProductDetail .details-prod .reviewsHolder .info { text-align: center; font-size: 12px; color: #C1C3C7; }
            #ProductDetail .details-prod .reviewsHolder .info a { color: #C1C3C7; }

    #ProductDetail .details-prod .details .share { margin-top: 30px; }
    #ProductDetail .details-prod .next { margin-top: 200px; display: block; float: right; padding-right: 50px; }
    #ProductDetail .details-prod .details .share .caption { font-size: 17px; color: #656565; font-weight: 600; text-transform: uppercase; }
    #ProductDetail .details-prod .details .share .social { display: block; margin-top: 20px; }
        #ProductDetail .details-prod .details .share .social .square { height: 55px; width: 55px; border: 2px solid #C7C7C7; background-color: white; padding: 10px 5px; border-radius: 2px; margin-right: 10px; }
            #ProductDetail .details-prod .details .share .social .square:hover { border: 2px solid #BF2328; -moz-transition: 1s ease; -o-transition: 1s ease; -webkit-transition: 1s ease; transition: 1s ease; }
                #ProductDetail .details-prod .details .share .social .square:hover .icon { color: #BF2328; -moz-transition: 1s ease; -o-transition: 1s ease; -webkit-transition: 1s ease; transition: 1s ease; }
            #ProductDetail .details-prod .details .share .social .square .icon { font-size: 22px; color: #C7C7C7; }
    #ProductDetail .details-prod .details .share .text .stButton .stLarge { height: 32px !important; }
    #ProductDetail .specs { font-weight: 400; font-size: 16px; padding-top: 60px; }
        #ProductDetail .specs .nav-tabs { border-bottom: 1px solid #DDDDDD; text-align: center; }
            #ProductDetail .specs .nav-tabs > li { display: inline-block; float: none !important; }
                #ProductDetail .specs .nav-tabs > li > a { border-radius: 0; border: 1px solid transparent; font-size: 18px; color: #656565; font-weight: 600; text-transform: uppercase; }
                #ProductDetail .specs .nav-tabs > li.active { border: 1px solid #DDDDDD; border-bottom: 0; border-top: 3px solid #374C83; background-color: white; text-decoration: none; }
        #ProductDetail .specs .nav > li > a:hover { background-color: white; border: 1px solid transparent; }
        #ProductDetail .specs .inner { padding-top: 50px; }
        #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-bottom: 40px; padding-top: 55px; margin: 0 70px; }
        #ProductDetail .relatedProducts .caption { padding-bottom: 30px; font-size: 35px; color: #666666; font-weight: 400; line-height: 30px; text-transform: uppercase; margin-bottom: 35px; text-align: center; }
    #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; }

/* PhotosGalery */
#PhotosGalery { }
/* #PhotosGalery img { max-width: 100%; }
    #PhotosGalery .flex-direction-nav .flex-prev { left: 50px; opacity: 1; background: url('/Content/app/images/sprites.png') -102px -73px; width: 30px; height: 63px; }
    #PhotosGalery .flex-direction-nav .flex-next { right: 50px; opacity: 1; background: url('/Content/app/images/sprites.png') -139px -73px; width: 30px; height: 63px; }
    #PhotosGalery .flex-direction-nav a:before { content: ""; }*/

#ThumbsGalery { padding: 25px 30px; background-color: #EBEBEB; height: 170px; }
    #ThumbsGalery .flex-active-slide img { opacity: 1; }
    #ThumbsGalery li { padding: 5px 5px 5px 0; }
        #ThumbsGalery li img { border: 2px solid #DFDFDF; width: 110px; height: auto; opacity: 0.6; cursor: pointer; -moz-transition: all 1s; -o-transition: all 1s; -webkit-transition: all 1s; transition: all 1s; }

/******************************************************************
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; line-height: 24px; }
#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; }


/******************************************************************
.TestimoniesPage
******************************************************************/
#MessageIndex { }
    #MessageIndex .intro,
    #MessageIndex .message-new,
    #MessageIndex .messages { margin: 25px 0 50px; }
    #MessageIndex .intro { margin: 50px 0 50px;}
    #MessageIndex .intro { margin: 50px 0 50px;}
    #MessageIndex h3 { margin-bottom: 25px; }

    #MessageIndex .intro h2,
    #MessageIndex .intro p { display: inline-block; }

.message { margin: 15px 0; }
    .message blockquote { font-size: 14px; }
    .message .user { }
    .message .date { font-size: 12px; color: #888; }
    .message .description { padding: 10px 20px; background: #f0f0f0; }
    .message .attachments { margin-top: 10px; vertical-align: top; }
    .message .attachment { display: inline-block; vertical-align: top; min-height: 150px; width: 150px; margin: 0 5px 5px; text-align: center; }
        .message .attachment .icon-wrapper { height: 100px; overflow: hidden; text-align: center; line-height: 1; font-size: 100px; }
            .message .attachment .icon-wrapper i { }
        .message .attachment .filename-wrapper { min-height: 50px; font-size: 12px; color: #888; margin-top: 5px; }
        .message .attachment:hover .filename-wrapper,
        .message .attachment:focus .filename-wrapper { color: #007AA4; }

    .message + .message { padding-top: 30px; border-top: 1px solid #f0f0f0; }


@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; }
}
