/******************************************************************
 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; }

[aria-expanded] .d-expanded-false,
[aria-expanded] .d-expanded-true { opacity: 0; }
[aria-expanded="false"] .d-expanded-false { opacity: 1; }
[aria-expanded="false"] .d-expanded-true { opacity: 0; }
[aria-expanded="true"] .d-expanded-false { opacity: 0; }
[aria-expanded="true"] .d-expanded-true { opacity: 1; }

.embed-responsive-1by1 { padding-bottom: 100%; }

/******************************************************************
Fonts
******************************************************************/

@font-face { font-family: 'BariolBold'; src: url('/Content/app/fonts/Bariol/bold/Bariol-Bold.eot?#iefix') format('embedded-opentype'), url('/Content/app/fonts/Bariol/bold/Bariol-Bold.otf') format('opentype'), url('/Content/app/fonts/Bariol/bold/Bariol-Bold.woff') format('woff'), url('/Content/app/fonts/Bariol/bold/Bariol-Bold.ttf') format('truetype'), url('/Content/app/fonts/Bariol/bold/Bariol-Bold.svg#Bariol-Bold') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'BariolRegular'; src: url('/Content/app/fonts/Bariol/regular/Bariol-Regular.eot?#iefix') format('embedded-opentype'), url('/Content/app/fonts/Bariol/regular/Bariol-Regular.woff') format('woff'), url('/Content/app/fonts/Bariol/regular/Bariol-Regular.ttf') format('truetype'), url('/Content/app/fonts/Bariol/regular/Bariol-Regular.svg#Bariol-Regular') format('svg'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'BariolLight'; src: url('/Content/app/fonts/Bariol/light/Bariol-Light.woff') format('woff'), url('/Content/app/fonts/Bariol/light/Bariol-Light.ttf') format('truetype'), url('/Content/app/fonts/Bariol/light/Bariol-Light.svg') format('svg'), url('/Content/app/fonts/Bariol/light/Bariol-Light.otf') format('opentype'), url('/Content/app/fonts/Bariol/light/Bariol-Light.eot') format('embedded-opentype'); }

/******************************************************************
Geral Html
******************************************************************/
body { overflow-x: hidden; font-family: 'BariolRegular', sans-serif; }
    body.no-scroll { overflow: hidden; }
    body .wrapper { padding: 0 15px; max-width: 1200px; display: block; margin: auto; position: relative; }
    body .generalContentSection { padding-top: 50px; padding-bottom: 50px; background: white; }
    body img { max-width: 100%; }

    /* Headings */
    body h1, body h2, body h3, body h4, body h5, body h6, body p { font-family: 'BariolRegular', sans-serif; }
    body h1 { font-size: 40px; }
    body h2 { font-size: 30px; }
    body h3 { font-size: 24px; font-family: 'BariolRegular', sans-serif; text-transform: uppercase; font-weight: bold; }
    body h4 { font-size: 20px; }
    body h5 { font-size: 16px; }
    body h6 { font-size: 14px; color: #0181c4; font-family: 'BariolRegular', sans-serif; line-height: 14px; text-transform: uppercase; }
    body p { font-size: 18px; line-height: 24px; }
/*body .zcmscontent p {margin:1em 0;}*/


/* Buttons */
.btn { -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; border-radius: 0; }
    .btn.btn-primary { border-color: #0181c4; background-color: #0181c4; color: white; }
    .btn.btn-default { text-transform: uppercase; color: #333333; border: 2px solid #333333; font-family: BariolRegular; }
    .btn.btn-info { /* TODO */ }
    .btn.btn-warning { /* TODO */ }
    .btn.btn-success { text-transform: uppercase; color: #333333; border-color: #333333; background-color: transparent; }
    .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; }

/* Pagination */
.pagination { padding: 33px 0; margin: 0; border-radius: 0; }
    .pagination a { color: white !important; background-color: #333333 !important; height: 22px; width: 22px; border-color: #333333 !important; border-radius: 0; margin: 0 5px; line-height: 22px !important; font-size: 12px; padding: 0 !important; text-align: center; }
        .pagination a:hover { color: #333333; }
    .pagination .active a { border-color: #0181c4; background: #0181c4 !important; color: white !important; border: 1px solid #0181c4 !important; }
    .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; border-radius: 0; }
    .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 0; border-top-right-radius: 0; border-radius: 0; }



/******************************************************************
Geral Plugins
******************************************************************/
/* Flexslider */
.flexslider { margin: 0; box-shadow: none; padding: 0; border: 0; border-radius: 0; background-color: transparent; }
    .flexslider .flex-direction-nav a { height: auto; opacity: 1; }
.flex-direction-nav a { color: #0181c4; font-size: 55px; }
    .flex-direction-nav a:before, .flex-direction-nav a.flex-next:before, .flex-direction-nav a.flex-prev:before { content: ''; }
.flexslider .flex-direction-nav a:before { display: none; }
.flexslider .flex-direction-nav .flex-prev { left: 45px; opacity: 1; text-align: center; display: inline-block; width: 50px; }
    .flexslider .flex-direction-nav .flex-prev:hover { left: 45px; opacity: 1; text-align: center; display: inline-block; }
.flexslider .flex-direction-nav .flex-next { right: 55px; opacity: 1; text-align: center; display: inline-block; width: 50px; }
    .flexslider .flex-direction-nav .flex-next:hover { right: 55px; opacity: 1; text-align: center; display: inline-block; }
.flexslider:hover .flex-direction-nav .flex-prev { opacity: 1; left: 45px; text-align: center; display: inline-block; }
.flexslider:hover .flex-direction-nav .flex-next { opacity: 1; right: 55px; text-align: center; display: inline-block; }

/* Select2 */
body .select2-container .select2-choice { color: #333333; border: 2px solid #333333; border-radius: 0; line-height: 50px; height: 50px; font-size: 18px; background-image: none; background-color: transparent; }
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); }

.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; }

/* 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; }


/******************************************************************
Inputs Styles
******************************************************************/

input.form-control, textarea.form-control, input, textarea { border-radius: 0; background-color: transparent; color: #333333; border: 2px solid #333333; font-family: 'BariolRegular', sans-serif; font-size: 18px; }
    input.form-control, input { text-transform: uppercase; padding: 15px; height: 50px; line-height: 50px; }
        input.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #333333; }
        input.form-control:-moz-placeholder, textarea.form-control:-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder { color: #333333; }
        input.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder { color: #333333; }
        input.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #333333; }
select.form-control { border-radius: 0; background-color: transparent; color: #333333; border: 2px solid #333333; font-family: 'BariolRegular', sans-serif; font-size: 18px; line-height: 50px; height: 50px; }
input[type=checkbox], input[type=radio] { margin: 0; margin-top: 0; line-height: normal; border-radius: 0; border: 2px #333333 solid; }

/******************************************************************
breadcrumb
******************************************************************/

.breadcrumb { padding: 55px 15px; margin-bottom: 80px; list-style: none; background-color: #0181c4; border-radius: 0; text-align: center; }
    .breadcrumb li a { color: white; text-transform: uppercase; font-family: 'BariolRegular', sans-serif; font-weight: 400; line-height: 15px; font-size: 14px; }
        .breadcrumb li a:hover { color: #DDDDDD; }
        .breadcrumb li a.active:hover { color: #ffffff; }
    /*.breadcrumb li a.active{color:#DDDDDD;}*/
    .breadcrumb > li + li:before { padding: 0 5px; color: #ffffff; font-size: 48px; font-family: 'BariolRegular', sans-serif; font-weight: 400; content: "."; line-height: 15px; }

/******************************************************************
bgColors
******************************************************************/
.bgGray { background-color: #edf2f8; }
.bgWhite { background-color: #ffffff; }
.bgBlue { background-color: #0181c4; background-image: linear-gradient(to top, #0181c4 0%, #0181c4 4%, #0181c4 97%, #0181c4 100%, #0181c4 100%); }

/******************************************************************
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); }
body section { padding: 80px; }
body .no-paddTop { padding-top: 0; }
body .mb-30 { margin-bottom: 30px; }

/******************************************************************
zCMSContent
******************************************************************/

#zCMSContent { padding: 0; visibility: visible; }
/*body .zcmscontent p{margin:0;}*/

/* .zcmscontent-options */
body .zcmscontent a { color: #333333; transition: 0.3s; }
    body .zcmscontent a:hover { color: rgba(51, 51, 51, 0.66); }
body .zcmscontent-options { }
    body .zcmscontent-options .btn.btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; }
        body .zcmscontent-options .btn.btn-success:focus,
        body .zcmscontent-options .btn.btn-success.focus { color: #fff; background-color: #449d44; border-color: #255625; }
        body .zcmscontent-options .btn.btn-success:hover { color: #fff; background-color: #449d44; border-color: #398439; }
        body .zcmscontent-options .btn.btn-success:active { color: #fff; background-color: #449d44; border-color: #398439; }
    body .zcmscontent-options .btn.btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; }
        body .zcmscontent-options .btn.btn-info:focus,
        body .zcmscontent-options .btn.btn-info.focus { color: #fff; background-color: #31b0d5; border-color: #1b6d85; }
        body .zcmscontent-options .btn.btn-info:hover { color: #fff; background-color: #31b0d5; border-color: #269abc; }
        body .zcmscontent-options .btn.btn-info:active,
        body .zcmscontent-options .btn.btn-info.active { color: #fff; background-color: #31b0d5; border-color: #269abc; }
    body .zcmscontent-options .btn.btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; }
        body .zcmscontent-options .btn.btn-warning:focus,
        body .zcmscontent-options .btn.btn-warning.focus { color: #fff; background-color: #ec971f; border-color: #985f0d; }
        body .zcmscontent-options .btn.btn-warning:hover { color: #fff; background-color: #ec971f; border-color: #d58512; }
        body .zcmscontent-options .btn.btn-warning:active,
        body .zcmscontent-options .btn.btn-warning.active { color: #fff; background-color: #ec971f; border-color: #d58512; }
            body .zcmscontent-options .btn.btn-warning:active:hover,
            body .zcmscontent-options .btn.btn-warning.active:hover,
            body .zcmscontent-options .btn.btn-warning:active:focus,
            body .zcmscontent-options .btn.btn-warning.active:focus { color: #fff; background-color: #d58512; border-color: #985f0d; }
        body .zcmscontent-options .btn.btn-warning .badge { color: #f0ad4e; background-color: #fff; }
    body .zcmscontent-options .btn.btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; }
        body .zcmscontent-options .btn.btn-danger:focus,
        body .zcmscontent-options .btn.btn-danger.focus { color: #fff; background-color: #c9302c; border-color: #761c19; }
        body .zcmscontent-options .btn.btn-danger:hover { color: #fff; background-color: #c9302c; border-color: #ac2925; }
        body .zcmscontent-options .btn.btn-danger:active,
        body .zcmscontent-options .btn.btn-danger.active { color: #fff; background-color: #c9302c; border-color: #ac2925; }
            body .zcmscontent-options .btn.btn-danger:active:hover,
            body .zcmscontent-options .btn.btn-danger.active:hover,
            body .zcmscontent-options .btn.btn-danger:active:focus,
            body .zcmscontent-options .btn.btn-danger.active:focus { color: #fff; background-color: #ac2925; border-color: #761c19; }
    body .zcmscontent-options .btn.btn-default { color: #333; background-color: #fff; border-color: #ccc; text-transform: unset; }
        body .zcmscontent-options .btn.btn-default:focus,
        body .zcmscontent-options .btn.btn-default.focus { color: #333; background-color: #e6e6e6; border-color: #8c8c8c; }
        body .zcmscontent-options .btn.btn-default:hover { color: #333; background-color: #e6e6e6; border-color: #adadad; }
        body .zcmscontent-options .btn.btn-default:active,
        body .zcmscontent-options .btn.btn-default.active { color: #333; background-color: #e6e6e6; border-color: #adadad; }
            body .zcmscontent-options .btn.btn-default:active:hover,
            body .zcmscontent-options .btn.btn-default.active:hover,
            body .zcmscontent-options .btn.btn-default:active:focus,
            body .zcmscontent-options .btn.btn-default.active:focus { color: #333; background-color: #d4d4d4; border-color: #8c8c8c; }
        body .zcmscontent-options .btn.btn-default.disabled:hover,
        body .zcmscontent-options .btn.btn-default[disabled]:hover { background-color: #fff; border-color: #ccc; }

body .text-body{color: #333; display:block; }
.mb-2{margin-bottom:15px;}
.mb-3{margin-bottom:30px;}

/******************************************************************
Header
******************************************************************/
#Header { padding: 15px 100px 15px 100px; font-family: 'BariolRegular', sans-serif; position: absolute; z-index: 10; width: 100%; top: 0; }
    /* padding: 15px 100px 30px 100px; */
    /*  background: #ebebeb;*/
    #Header .icons-bar { z-index: 20; position: relative; }
    #Header .logo { display: inline-block; max-width: 200px; vertical-align: middle;}
        #Header .logo img { max-width: 100%; }

    #Header .icons { margin-top: 34px; vertical-align: middle; }
        #Header .icons .lang { display: inline-block; vertical-align: middle; margin-right: 80px; }
            #Header .icons .lang a { display: inline-block; margin-right: 10px; }
        #Header .icons .menu-link { display: inline-block; vertical-align: top; margin-left: 35px; cursor: pointer; }
        #Header .icons a.login-link { display: inline-block; vertical-align: middle; text-transform: uppercase; margin-right: 80px; color: #333333; transition: 0.3s; font-family: BariolLight, sans-serif; font-size: 18px; line-height: 15px; }
            #Header .icons a.login-link svg { margin-left: 40px; display: inline-block; vertical-align: middle; }
            #Header .icons a.login-link:hover { color: #DDDDDD; }
        #Header .icons a { display: inline-block; vertical-align: middle; margin-right: 25px; }
        #Header .icons .basket-icon { position: relative; display: inline-block; margin-right: 30px; vertical-align: middle; min-height: 31px; }
            #Header .icons .basket-icon .count-basket { line-height: 16px; background-color: #0181c4; width: 16px; height: 16px; color: white; border-radius: 15px; font-family: BariolLight, sans-serif; position: absolute; top: -5px; right: -12px; font-size: 12px; text-align: center; }

    #Header .full-menu { background-color: #0181c4; color: white; position: fixed; top: 0; bottom: 0; left: 0; right: 0; width: 100%; margin: auto; display: none; z-index: 9; padding-top: 64px; flex-wrap: wrap; align-items: center; align-content: center; }
        #Header .full-menu > div, #Header .full-menu > ul { width: 100%; }
        #Header .full-menu .navigation { margin: 0; padding: 0; text-align: center; list-style: none; }
            #Header .full-menu .navigation li { display: block; margin: 10px 0; }
                #Header .full-menu .navigation li a { margin-right: 10px; color: #ffffff; font-size: 24px; display: block; text-transform: uppercase; transition: 0.3s; }
                    #Header .full-menu .navigation li a:hover { color: #DDDDDD; }
                    #Header .full-menu .navigation li a.active { font-family: 'BariolBold', sans-serif; }

    #Header.open .full-menu { display: flex; }

    #Header.open .icons .basket-icon .count-basket { background-color: white; color: #0181c4; font-family: BariolLight, sans-serif; }
    #Header.open svg path { fill: #ffffff !important; }
    #Header.open a.login-link { color: white !important; }
        #Header.open a.login-link:hover { color: #DDDDDD; }

#SearchForm { position: absolute; opacity: 0; transition: 0.3s; right: 0; }
    #SearchForm input { height: 35px; line-height: 35px; color: #333333; background: white; }
    #SearchForm button { position: absolute; right: 0; top: 0; border: 0; line-height: 25px; }
    #SearchForm.open { opacity: 1; transition: 0.3s; }
#Header.open #SearchForm input { border-color: white !important; color: white !important; background: transparent; }
    #Header.open #SearchForm input::-webkit-input-placeholder { color: white !important; }
    #Header.open #SearchForm input:-moz-placeholder { color: #ffffff !important; }
    #Header.open #SearchForm input::-moz-placeholder { color: #ffffff !important; }
    #Header.open #SearchForm input:-ms-input-placeholder { color: #ffffff !important; }
#Header .nav { display: none; }

#Header.home .nav { display: inline-block;  vertical-align:middle; margin-left:35px;}
#Header.home .nav li{display:inline-block; text-transform:uppercase;}
#Header.home .nav li a{font-family: BariolRegular, sans-serif; }
#Header.home .nav li a:hover, #Header.home .nav li a:active, #Header.home .nav li a:focus{background-color:transparent; color:#333333;}

/******************************************************************
Footer
******************************************************************/
#Footer { display: block; background: #ffffff; color: #333333; padding-bottom: 25px; font-family: 'BariolRegular', sans-serif; }
    #Footer .newsletter { background-color: #edf2f8; color: #333333; padding-top: 100px; padding-bottom: 75px; text-align: center; }
        #Footer .newsletter h3 { text-transform: uppercase; }
        #Footer .newsletter p { padding-top: 15px; padding-bottom: 75px; }
    #Footer .copyright { text-transform: uppercase; font-family: 'BariolRegular', sans-serif; font-size: 14px; font-weight: 400; line-height: 15px; color: #333333; padding: 25px 55px 0 55px; border-top: 2px solid #dedcdc; }
        #Footer .copyright a { color: #333333; }
        #Footer .copyright .text { padding-top: 70px; }
        #Footer .copyright .text-right { padding-top: 58px; }
    #Footer .policy { padding-top: 140px; padding-bottom: 65px; text-align: center; }
        #Footer .policy .social a { background-color: #333333; font-size: 28px; line-height: 22px; margin-bottom: 15px; display: inline-block; width: 28px; height: 28px; transition: 0.3s ease; border-radius: 5px; margin-right: 5px; }
            #Footer .policy .social a i { color: white; font-size: 18px; }
            #Footer .policy .social a:hover { background-color: #0181c4; transition: 0.3s ease; }
        #Footer .policy ul { list-style: none; padding: 0; margin: 0; }
            #Footer .policy ul li { display: inline-block; text-transform: uppercase; padding: 0 15px; }
                #Footer .policy ul li a { display: block; font-family: 'BariolRegular', sans-serif; font-size: 14px; color: #333333; transition: 0.3s; }
                    #Footer .policy ul li a:hover { color: #0181c4; }
#NewsletterForm { max-width: 700px; margin: auto; font-family: 'BariolRegular', sans-serif; text-transform: uppercase; }
    #NewsletterForm input { display: inline-block; vertical-align: middle; width: 80%; float: left; }
        #NewsletterForm input.email { margin-left: -1px; }
    #NewsletterForm button { height: 50px; padding-left: 30px; padding-right: 30px; font-family: 'BariolRegular', sans-serif; display: inline-block; vertical-align: middle; width: 20%; text-align: center; border-width: 2px; margin-left: -2px; background-color: transparent; }

/******************************************************************
subHeader
******************************************************************/
.subHeader { position: relative; }
    .subHeader .background { width: 100%; }
        .subHeader .background .container { width: 100%; padding: 120px; }
            .subHeader .background .container h1 { text-align: left; color: #fff; font-family: 'BariolRegular', sans-serif; font-size: 44px; line-height: 44px; text-transform: uppercase; padding-top: 27vh; }
            .subHeader .background .container h2 { text-align: left; color: #fff; font-family: 'BariolBold', sans-serif; font-size: 44px; line-height: 44px; text-transform: uppercase; }

.subHeaderMini { padding: 55px 15px; background-color: #0181c4; margin-top: 120px; }
    .subHeaderMini h2 { text-align: center; color: white; font-family: 'BariolRegular', sans-serif; font-weight: bold; text-transform: uppercase; }
/******************************************************************
HomeIndex
******************************************************************/
#HomeIndex { padding-top: 120px; }
    #HomeIndex .bgBlue { color: white; text-align: center; }
        #HomeIndex .bgBlue .box-item h3 { margin-top: 40px; font-size: 18px; font-family: 'BariolRegular', sans-serif; }
        #HomeIndex .bgBlue .box-item a { display: block; text-align: center; font-family: 'BariolLight'; text-transform: uppercase; color: white; margin-top: 5px; }
            #HomeIndex .bgBlue .box-item a:hover { color: #E1E1E1; }
    #HomeIndex .bgWhite h3 { text-align: center; margin-bottom: 50px; }

    #HomeIndex .nav-tabs { border-bottom: 0px solid #ddd; margin-bottom: 50px; text-align: center; }
        #HomeIndex .nav-tabs a { text-transform: uppercase; font-family: BariolRegular, sans-serif; font-size: 14px; line-height: 15px; text-transform: uppercase; color: #333333; }
        #HomeIndex .nav-tabs > li.active > a, #HomeIndex .nav-tabs > li.active > a:focus, #HomeIndex .nav-tabs > li.active > a:hover { color: #0181c4; cursor: default; background-color: #fff; border: 1px solid transparent; border-bottom-color: transparent; }
        #HomeIndex .nav-tabs > li > a:hover { border-color: transparent; background-color: transparent; }
        #HomeIndex .nav-tabs > li { float: none; display: inline-block; }

#HomeBanners { background-color: #ebebeb; }
    #HomeBanners .image { height: 88vh; position: relative; }
        #HomeBanners .image .content { text-align: center; color: #333333; font-family: 'BariolRegular', sans-serif; max-width: 850px; position: absolute; top: 0; bottom: 0; right: 0; left: 0; margin: auto; display: block; max-height: 620px; padding-top: 24px; }
            #HomeBanners .image .content img { max-width: 100%; width: auto !important; margin: auto; margin-bottom: 40px; }
            #HomeBanners .image .content h3 { margin-bottom: 25px; max-width: 300px; text-align: center; margin: auto; margin-bottom: 20px; }
            #HomeBanners .image .content .btn { background-color: transparent; font-size: 18px; padding: 15px 45px; margin-top: 15px; }
                #HomeBanners .image .content .btn:hover { background-color: #0181c4; color: white; border-color: #0181c4; }
            #HomeBanners .image .content p { margin-bottom: 25px; }
    #HomeBanners .flex-control-nav { width: 100%; position: absolute; padding-left: 100px; bottom: 40px; text-align: left; z-index: 8; }
        #HomeBanners .flex-control-nav li { margin: 0 12px; display: inline-block; zoom: 1; }
    #HomeBanners .flex-control-paging li a { width: 11px; height: 11px; display: block; background: #ebebeb; border: 2px solid #333333; box-shadow: none; }
        #HomeBanners .flex-control-paging li a.flex-active { background: #333333; }


/******************************************************************
HomeContent
******************************************************************/
#HomeContent { }
    #HomeContent section.bgGray h3 { color: #333333; }
    #HomeContent section.bgGray p, #HomeContent section.bgGray span, #HomeContent section.bgGray ul, #HomeContent section.bgGray ol { color: #0181c4; font-family: 'BariolRegular', sans-serif; font-size: 18px; line-height: 24px; }
    #HomeContent section.bgBlue h3 { color: #ffffff; }
    #HomeContent section.bgBlue h4 { color: #ffffff; text-transform: uppercase; font-size: 18px; font-family: 'BariolRegular', sans-serif; line-height: 15px; }
    #HomeContent section.bgBlue p, #HomeContent section.bgBlue span, #HomeContent section.bgBlue ul, #HomeContent section.bgBlue ol { color: #ffffff; font-family: 'BariolRegular', sans-serif; font-size: 15px; line-height: 18px; }
    #HomeContent section.brands h3 { text-align: center; margin-bottom: 30px; }
    #HomeContent section.bgWhite { padding: 0; position: relative; color: #0181c4; }
        #HomeContent section.bgWhite .services, #HomeContent section.bgWhite .prod { height: 639px; }
        #HomeContent section.bgWhite .box-content { max-width: 1200px; padding: 0 15px; height: 500px; margin: auto auto auto 0; position: relative; width: 50%; }


            #HomeContent section.bgWhite .box-content h3 { margin-top: 95px; }
            #HomeContent section.bgWhite .box-content h4 { text-transform: uppercase; color: #0181c4; margin-top: 30px; margin-bottom: 5px; font-family: 'BariolRegular', sans-serif; font-weight: bold; }
            #HomeContent section.bgWhite .box-content .navs-c { width: 100%; position: absolute; bottom: 50px; }
                #HomeContent section.bgWhite .box-content .navs-c a { color: #0181c4; text-transform: uppercase; font-size: 18px; line-height: 15px; font-family: 'BariolRegular', sans-serif; font-weight: bold; display: inline-block; vertical-align: middle; position: absolute; }
                #HomeContent section.bgWhite .box-content .navs-c .prev { left: 0; }
                #HomeContent section.bgWhite .box-content .navs-c .next { text-align: right; right: 45px; }
        #HomeContent section.bgWhite .image { position: absolute; right: 0; top: 0; width: 50%; }
            #HomeContent section.bgWhite .image img { max-width: 430px; margin: auto; padding-top: 110px; }

        #HomeContent section.bgWhite .prod .box-content { max-width: 1200px; width: 50%; float: right; padding: 0 15px; margin: auto; padding-left: 50px; height: 550px; position: relative; }
        #HomeContent section.bgWhite .prod .image { position: absolute; left: 0; top: 0; width: 50%; }
        #HomeContent section.bgWhite .prod .box-content .navs-c { width: 100%; position: absolute; bottom: 50px; }
            /*#HomeContent section.bgWhite .prod  .box-content .navs-c .prev { left:0;}*/
            #HomeContent section.bgWhite .prod .box-content .navs-c .next { text-align: right; right: 50px; }

/******************************************************************
BrandsSlider
******************************************************************/
#Brands { background-color: transparent; }
    #Brands .image { padding: 15px 60px; display: inline-block; vertical-align: bottom; position: relative; height: 100px; }
        #Brands .image img { max-width: 100%; display: inline-block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
    #Brands .flex-direction-nav .flex-prev { opacity: 1; left: -20px; font-size: 22px; }
    #Brands .flex-direction-nav .flex-next { opacity: 1; right: -20px; font-size: 22px; }
    #Brands .flex-direction-nav a:before { content: ""; }
    #Brands .flex-direction-nav a.flex-next:before { content: ""; }

/******************************************************************
HomeServices
******************************************************************/
#HomeServices .bgBlue { color: white; text-align: center; position: relative; }
    #HomeServices .bgBlue p { text-transform: initial !important; font-family: 'BariolRegular', sans-serif; font-size: 18px; font-weight: 400; line-height: 24px; }
#HomeServices .nav-tabs > li { width: 25%; float: left; display: inline-block; height: 360px; }
    #HomeServices .nav-tabs > li a { display: block; color: white; }
        #HomeServices .nav-tabs > li a img { display: block; margin: auto; margin-bottom: 30px; }
        #HomeServices .nav-tabs > li a .title { font-family: 'BariolBold', sans-serif; font-size: 18px; line-height: 15px; text-transform: uppercase; margin-bottom: 10px; display: block; }
        #HomeServices .nav-tabs > li a .description, #HomeServices .nav-tabs > li a .description span, #HomeServices .nav-tabs > li a .description p { font-family: 'BariolRegular', sans-serif; font-size: 15px; font-weight: 400; line-height: 15px; color: #ffffff; }
    #HomeServices .nav-tabs > li.active > a, #HomeServices .nav-tabs > li.active > a:focus, #HomeServices .nav-tabs > li.active > a:hover { color: #ffffff; cursor: default; background-color: transparent; border: 1px solid transparent; border-bottom-color: transparent; }
#HomeServices .nav > li > a:focus, #HomeServices .nav > li > a:hover { text-decoration: none; background-color: transparent; border-color: transparent; }
#HomeServices .nav-tabs { border-bottom: 1px solid transparent; }
    #HomeServices .nav-tabs > li.active:after { content: url('/Content/app/images/arrow.png'); position: absolute; bottom: -123px; z-index: 2; left: 0; right: 0; margin: auto; }
#HomeServices .bgWhite { color: #0181c4; }

/******************************************************************
HomeContacts
******************************************************************/
#HomeContacts { color: #333333; font-family: 'BariolRegular', sans-serif; padding-top: 120px; }
    #HomeContacts section p { font-size: 14px; line-height: 18px; margin: 0; text-transform: initial; }
    #HomeContacts section h3 { margin-bottom: 0; line-height: 28px; }
    #HomeContacts section h6 { margin-bottom: 0; font-size: 14px; line-height: 28px; color: #333333; font-family: 'BariolBold', sans-serif; }
    #HomeContacts .formContainer { margin-top: 80px; }
        #HomeContacts .formContainer .form-group { margin-bottom: 30px; }
    #HomeContacts .margTop { margin-top: 200px; }

/******************************************************************
BlogIndex
******************************************************************/
#BlogIndex { }
    #BlogIndex .categories { padding-bottom: 65px; text-align: center; }
        #BlogIndex .categories .category { padding: 0 20px; display: inline-block; }
            #BlogIndex .categories .category a { border: 1px solid #68c3a3; padding: 8px 20px; display: block; font-size: 16px; color: #000; text-transform: uppercase; text-align: center; font-weight: 700; }
                #BlogIndex .categories .category a.active, #BlogIndex .categories .category a:hover { border: 1px solid #68c3a3; background: #68c3a3; color: #fff; }

/******************************************************************
BlogDetail
******************************************************************/
#BlogDetail { }
    #BlogDetail .imgWrapper { }
        #BlogDetail .imgWrapper img { max-width: 100%; }
    #BlogDetail .description { background-color: #fff; padding-left: 35px; }
        #BlogDetail .description h1 { font-size: 26px; text-transform: uppercase; color: #000; margin-bottom: 26px; }
        #BlogDetail .description .container-fluid { padding: 0; }
        #BlogDetail .description .date { font-size: 12px; color: #000; margin-bottom: 20px; }
        #BlogDetail .description .introduction { font-size: 14px; line-height: 24px; color: #000; }
    #BlogDetail .btnReturnListing { margin-top: 60px; text-transform: uppercase; padding: 18px 28px; }

/******************************************************************
article
******************************************************************/
body .article { margin-bottom: 30px; display: block; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }
    body .article .imgWrapper { }
        body .article .imgWrapper img { max-width: 100%; }
    body .article .description { background-color: #f5f5f5; padding: 35px; height: 240px; overflow: hidden; }
        body .article .description h2 { height: 60px; font-size: 26px; text-transform: uppercase; color: #000; margin-bottom: 6px; overflow: hidden; }
        body .article .description .date { height: 14px; font-size: 12px; color: #000; margin-bottom: 20px; overflow: hidden; }
        body .article .description .introduction { height: 72px; font-size: 14px; line-height: 24px; color: #000; overflow: hidden; }
    body .article:hover { -webkit-box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.36); -moz-box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.36); box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.36); }
    body .article .textShadowHover { text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.0); -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }
    body .article:hover .textShadowHover { text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.56); }

/******************************************************************
PortfolioIndex
******************************************************************/
#PortfolioIndex { }
    #PortfolioIndex .categories { padding-bottom: 65px; text-align: center; }
        #PortfolioIndex .categories .category { padding: 0 20px; display: inline-block; }
            #PortfolioIndex .categories .category a { border: 1px solid #68c3a3; padding: 8px 20px; display: block; font-size: 16px; color: #000; text-transform: uppercase; text-align: center; font-weight: 700; }
                #PortfolioIndex .categories .category a.active, #BlogIndex .categories .category a:hover { border: 1px solid #68c3a3; background: #68c3a3; color: #fff; }

/******************************************************************
PortfolioDetail
******************************************************************/
#PortfolioDetail { }
    #PortfolioDetail .imgWrapper { }
        #PortfolioDetail .imgWrapper img { max-width: 100%; }
    #PortfolioDetail .description { background-color: #fff; padding-left: 35px; }
        #PortfolioDetail .description h1 { font-size: 26px; text-transform: uppercase; color: #000; margin-bottom: 26px; }
        #PortfolioDetail .description .container-fluid { padding: 0; }
        #PortfolioDetail .description .date { font-size: 12px; color: #000; margin-bottom: 20px; }
        #PortfolioDetail .description .introduction { font-size: 14px; line-height: 24px; color: #000; }
    #PortfolioDetail .btnReturnListing { margin-top: 60px; text-transform: uppercase; padding: 18px 28px; }

/******************************************************************
portfolio
******************************************************************/
body .portfolio { margin-bottom: 30px; display: block; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }
    body .portfolio .imgWrapper { }
        body .portfolio .imgWrapper img { max-width: 100%; }
    body .portfolio .description { background-color: #f5f5f5; padding: 35px; height: 240px; overflow: hidden; }
        body .portfolio .description h2 { height: 60px; font-size: 26px; text-transform: uppercase; color: #000; margin-bottom: 6px; overflow: hidden; }
        body .portfolio .description .date { height: 14px; font-size: 12px; color: #000; margin-bottom: 20px; overflow: hidden; }
        body .portfolio .description .introduction { height: 72px; font-size: 14px; line-height: 24px; color: #000; overflow: hidden; }
    body .portfolio:hover { -webkit-box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.36); -moz-box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.36); box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.36); }
    body .portfolio .textShadowHover { text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.0); -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }
    body .portfolio:hover .textShadowHover { text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.56); }

/******************************************************************
.searchBoxContainer
******************************************************************/
.searchBoxContainer { }
    .searchBoxContainer .searchBox { padding-top: 25px; padding-bottom: 25px; }

/******************************************************************
.searchBox
******************************************************************/
.searchBox .inputTextHolder { height: 68px; width: 100%; padding-left: 25px; padding-right: 60px; text-align: left; background: #22B7E8; color: #FFF; font-size: 14px; -moz-transition: all 1s; -o-transition: all 1s; -webkit-transition: all 1s; transition: all 1s; }
    .searchBox .inputTextHolder input { height: auto; padding: 0; border: 0; background: transparent; line-height: 68px; width: 100%; font-size: 14px; -moz-transition: all 1s; -o-transition: all 1s; -webkit-transition: all 1s; transition: all 1s; }
    .searchBox .inputTextHolder .submitBtn { display: inline-block; width: 20px; height: 20px; position: absolute; right: 30px; top: 25px; font-size: 40px; color: white; }
        .searchBox .inputTextHolder .submitBtn svg { width: 20px; height: 20px; vertical-align: top; fill: white; }
.searchBox .specialDropdown .select { height: 68px; width: 100%; text-align: left; background: #F2F5F7; color: #C2C2C2; font-size: 14px; padding-right: 40px; display: inline-block; border: 1px solid #EBEEF1; padding: 0; -moz-transition: all 1s; -o-transition: all 1s; -webkit-transition: all 1s; transition: all 1s; }
    .searchBox .specialDropdown .select .icon { line-height: 20px; font-size: 24px; color: #FFF; border-radius: 0px 5px 5px 0px; position: absolute; top: 23px; right: 5px; }
    .searchBox .specialDropdown .select .title { display: inline-block; color: #FFF; font-size: 16px; }
.searchBox .specialDropdown .dropdown-menu { width: 100%; max-height: 350px; overflow-y: scroll; }
.searchBox .specialDropdown .dropdownItem { cursor: pointer; padding: 5px; }
    .searchBox .specialDropdown .dropdownItem:hover { background: #EBEBEB; }
    .searchBox .specialDropdown .dropdownItem a { color: black; width: 100%; display: block; }
.searchBox .open > .dropdown-menu { display: block !important; }
.searchBox .specialDropdownForm .select { border: 1px solid #1DA0CC; border-radius: 0; padding: 21px 26px; background: #1DA0CC; padding-right: 7px; }
.searchBox ::-webkit-input-placeholder { color: #333333; }
.searchBox :-moz-placeholder { color: #333333; }
.searchBox ::-moz-placeholder { color: #333333; }
.searchBox :-ms-input-placeholder { color: #333333; }

/******************************************************************
product
******************************************************************/
body .product { background: white; display: block; margin-bottom: 20px; }
    body .product .discount { position: absolute; top: 15px; left: 15px; width: 35px; height: 35px; line-height: 35px; text-align: center; border-radius: 50%; display: inline-block; background: #0181c4; color: #FFF; font-size: 14px; font-family: BariolBold, sans-serif; }
    body .product .imgWrapper { display: block; }
        body .product .imgWrapper > img { display: inline-block; width: 100%; }
    body .product .details { padding: 15px; padding-right: 15px; position: relative; min-height: 170px; }
        body .product .details .title { text-align: center; color: #333333; font-family: 'BariolBold', sans-serif; font-size: 18px; line-height: 18px; text-transform: uppercase; min-height: 72px; margin-bottom: 5px; }
        body .product .details .cartBtn { font-size: 16px; vertical-align: top; height: 35px; }
            body .product .details .cartBtn svg { height: 18px; width: 14px; vertical-align: top; fill: white; margin-left: 5px; margin-top: 3px; }
        body .product .details .priceHolder { text-align: center; margin-bottom: 5px; margin-top: 7px; }
            body .product .details .priceHolder .price { color: #0181c4; font-family: 'BariolBold', sans-serif; font-size: 18px; line-height: 15px; display: inline-block; vertical-align: middle; }
                body .product .details .priceHolder .price .lineOver { text-decoration: line-through; font-family: 'BariolRegular', sans-serif; color: #333333; font-size: 14px; display: inline-block; vertical-align: middle; margin-right: 5px; }
        body .product .details .hover-prod { position: relative; text-align: center; padding-top: 15px; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; opacity: 0; }
            body .product .details .hover-prod a { display: block; transition: 0.3s; }
            body .product .details .hover-prod::before { content: ''; border-top: 2px solid #dedcdc; position: absolute; left: -15px; right: -15px; top: 1px; margin: auto; }
            body .product .details .hover-prod a:hover svg path { fill: #0181c4; transition: 0.3s; }
    body .product:hover { }
        body .product:hover .details .hover-prod { opacity: 1; }

/******************************************************************
ProductsIndex
******************************************************************/
#ProductsIndex { padding-top: 120px; }
    #ProductsIndex h6 { border-bottom: 1px solid #0181c4; padding-bottom: 10px; margin-bottom: 25px; }
    #ProductsIndex .filters { }
        #ProductsIndex .filters .search { margin-right: 92px; }
        #ProductsIndex .filters .form-group { position: relative; }
            #ProductsIndex .filters .form-group .btn { display: block; margin-right: 92px; }
        #ProductsIndex .filters select { display: inline-block; }
        /*#ProductsIndex .filters .brandFilter { display: inline-block; height: 75px; vertical-align: top; margin-right: 50px; max-width: 165px; }
            #ProductsIndex .filters .brandFilter h4 { display: inline-block; color: #105870; font-size: 14px; padding-bottom: 10px; font-weight: 700; }*/
        #ProductsIndex .filters .orderFilter { display: block; }
            #ProductsIndex .filters .orderFilter h4 { display: inline-block; color: #0181c4; font-size: 14px; padding-bottom: 10px; font-family: 'BariolRegular', sans-serif; text-transform: uppercase; }
        #ProductsIndex .filters .filter-categories { padding-right: 100px; }
            #ProductsIndex .filters .filter-categories ul { list-style: none; padding: 0; margin: 0; margin-bottom: 100px; }
                #ProductsIndex .filters .filter-categories ul li { border-bottom: 1px solid #333333; padding-bottom: 10px; margin-bottom: 10px; }
                    #ProductsIndex .filters .filter-categories ul li a { color: #333333; font-size: 12px; text-transform: uppercase; }
                        #ProductsIndex .filters .filter-categories ul li a.active { color: #0181c4; font-weight: bold; }

    #ProductsIndex .listing { }
        #ProductsIndex .listing .products { padding-top: 25px; }



#PriceRangeSlider { width: 100%; margin: 20px 0; margin-bottom: 50px; position: relative; }
    #PriceRangeSlider .range-slider-value { margin-top: 8px; }
    #PriceRangeSlider .noUi-connect { background: #333333; box-shadow: none; }
    #PriceRangeSlider .noUi-handle { background: #FFF; border: 3px solid #333333; box-shadow: none; }
    #PriceRangeSlider .noUi-active { background-color: #333333; box-shadow: none; }
    #PriceRangeSlider .noUi-target { border-radius: 4px; border: 0; box-shadow: none; }
    #PriceRangeSlider .noUi-background { background: rgba(245, 221, 208, 0.8); box-shadow: none; }
    #PriceRangeSlider .noUi-horizontal { height: 5px; }
        #PriceRangeSlider .noUi-horizontal .noUi-handle { width: 18px; height: 18px; left: -5px; top: -7px; border-radius: 50px; }
    #PriceRangeSlider .noUi-handle:after, #PriceRangeSlider .noUi-handle:before { display: none; }
    #PriceRangeSlider .values-price { color: #333333; font-family: 'BariolRegular', sans-serif; font-size: 14px; }


/******************************************************************
ProductDetail 
******************************************************************/
#ProductDetail { /* TODO */ padding-top: 120px; }
    #ProductDetail .details-prod { }
    #ProductDetail .productImages { position: relative; }
    #ProductDetail .details-prod .details { padding: 40px 25px; font-family: 'BariolRegular', sans-serif; font-size: 18px; line-height: 24px; }
        #ProductDetail .details-prod .details h1 { font-family: 'BariolBold', sans-serif; font-size: 24px; line-height: 26px; text-transform: uppercase; color: #333333; }
        #ProductDetail .details-prod .details .priceHolder { padding-top: 15px; font-weight: 400; }
            #ProductDetail .details-prod .details .priceHolder .price { font-family: 'BariolBold', sans-serif; font-size: 28px; color: #0181c4; line-height: 24px; display: inline-block; vertical-align: middle; }
            #ProductDetail .details-prod .details .priceHolder .oldPrice { font-family: 'BariolRegular', sans-serif; font-size: 18px; color: #333333; text-decoration: line-through; display: inline-block; vertical-align: middle; margin-right: 5px; }
        #ProductDetail .details-prod .details .infos { margin: 30px 0; }
            #ProductDetail .details-prod .details .infos p { color: #333333; }
                #ProductDetail .details-prod .details .infos p b { text-transform: uppercase; font-family: 'BariolBold', sans-serif; }
        #ProductDetail .details-prod .details .options { }
    /*#ProductDetail .details-prod .details .options .actions { display: inline-block; vertical-align: middle; margin-top: 12px; }*/
    /*#ProductDetail .details-prod .details .options .actions .stockHolder { height: auto; opacity: 0; overflow: hidden; }*/
    /*#ProductDetail .details-prod .details .options .actions .stockHolder.selected { height: auto; opacity: 1; }*/
    /*#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: 100px; padding-bottom: 140px; text-align: left; }
        #ProductDetail .details-prod .cartHolder .stockHolder { display: inline-block; vertical-align: bottom; }
            #ProductDetail .details-prod .cartHolder .stockHolder .btn { text-transform: uppercase; font-size: 12px; height: 45px; }
    #ProductDetail .details-prod .details .cartHolder .stockHolder svg path { fill: #ffffff; }
    #ProductDetail .details-prod .details .options .quantities { position: relative; z-index: 1; display: inline-block; vertical-align: bottom; width: 140px; background-color: #eef1f8; }
        #ProductDetail .details-prod .details .options .quantities .quantity { color: #545454; font-size: 18px; width: 101px; display: inline-block; border: 1px solid #333333; height: 45px; text-align: center; }
        #ProductDetail .details-prod .details .options .quantities .controller { vertical-align: top; text-align: center; color: #333333; font-size: 16px; display: inline-block; padding: 4px 15px; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; }
            #ProductDetail .details-prod .details .options .quantities .controller:hover { background-color: #0181c4; color: white; }
            #ProductDetail .details-prod .details .options .quantities .controller.decrement { position: absolute; right: 0; bottom: 0; display: inline-block; vertical-align: middle; padding: 0; border: 1px solid #333333; width: 40px; height: 23px; }
            #ProductDetail .details-prod .details .options .quantities .controller.increment { position: absolute; right: 0; top: 0; display: inline-block; vertical-align: middle; padding: 0; border: 1px solid #333333; width: 40px; height: 23px; }



    #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 .relatedProducts { margin-bottom: 150px; text-align: center; }
        #ProductDetail .relatedProducts .caption { color: #333333; font-family: 'BariolBold', sans-serif; font-size: 24px; line-height: 15px; text-transform: uppercase; text-align: center; margin-bottom: 80px; }
        #ProductDetail .relatedProducts .hover-prod img { max-width: 100%; width: auto !important; margin: auto; }

/* 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; height: 170px; }
    #ThumbsGalery .flex-active-slide img { opacity: 1; }
    #ThumbsGalery li { padding: 5px 5px 5px 0; }
        #ThumbsGalery li img { border: 1px 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 { }
    #BasketDetail .basket-products td, #BasketDetail .basket-products th { vertical-align: middle; }
    #BasketDetail .box-content h1 { text-transform: uppercase; font-size: 24px; color: #333333; 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; text-transform: uppercase; border-bottom: 1px solid #333333; }
        #BasketDetail .box-content table tr { border: 1px transparent solid; }
        #BasketDetail .box-content table td { font-size: 14px; padding: 15px; text-transform: uppercase; color: #333333; border-top: 1px solid #333333; }
        #BasketDetail .box-content table .remove-product, #BasketDetail .box-content table .remove-coupon { font-size: 25px; color: #c0392b; }
    #BasketDetail .table-striped > tbody > tr:nth-of-type(odd) { background-color: transparent; }
    #BasketDetail .actions { margin-top: 20px; }
    #BasketDetail .product-color-square { height: 22px; width: 22px; display: inline-block; border: 1px solid #333333; }
    #BasketDetail .basket-products .product-operation { height: 35px; border: 1px solid #333333; line-height: 35px; width: 35px; text-align: center; display: inline-block; vertical-align: middle; color: #333333; }
        #BasketDetail .basket-products .product-operation:hover { color: #FFF; background: #333333; }
        #BasketDetail .basket-products .product-operation i { margin: 0; }
    #BasketDetail .basket-products .quantity { height: 35px; border: 1px solid #333333; line-height: 32px; width: 45px; text-align: center; display: inline-block; vertical-align: middle; }
    #BasketDetail .btn { text-transform: uppercase; }
    #BasketDetail .coupon { background: transparent; padding: 20px 20px 20px 20px; color: #333333; border: 2px solid #333333; }

/******************************************************************
BasketCheckout
******************************************************************/
#BasketCheckout { }
    #BasketCheckout .box { border: 1px solid #333; }
        #BasketCheckout .box .box-title { padding: 20px; display: block; }
        #BasketCheckout .box.last .box-title { background: #0181c4; }
        #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: #333333; }
            #BasketCheckout .box.blocked .box-title h2, #BasketCheckout .box.last .box-title h2 { color: #FFF; }
        #BasketCheckout .box .box-content { padding: 20px; border-top: 1px solid #333; }
        #BasketCheckout .box.finished .box-content { background: #f0f0f0; }
        #BasketCheckout .box.blocked .box-content { background: #333333; display: none; }
        #BasketCheckout .box .box-bottom { padding: 20px; border-top: 1px solid #333; min-height: 110px; }
            #BasketCheckout .box .box-bottom .info { color: #333333; }
            #BasketCheckout .box .box-bottom .price-total { color: #0181c4; 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 #333; }
            #BasketCheckout .basket-lines table p b { color: #333333; 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; }
    #BasketCheckout input[type=checkbox], #BasketCheckout input[type=radio] { display: inline-block; vertical-align: middle; }
    #BasketCheckout .btn { text-transform: uppercase; }
    #BasketCheckout .btn-info svg path { fill: white; }
    #BasketCheckout .table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #333; }

.field-required-alert { display: block !important; }
#BasketCheckout .field-alert { padding: 4px 15px; line-height: 14px; margin: 10px 0 10px 0 !important; display: none; }

#Step1 form .row { height: 50px; line-height: 50px; }
#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: #0181c4; font-size: 18px; font-weight: 700; }

/******************************************************************
AccountSign
******************************************************************/
#AccountSign { /* TODO */ }



/******************************************************************
AccountIndex
******************************************************************/
#AccountIndex { }
    #AccountIndex hr { margin-top: 7px; margin-bottom: 15px; }
    #AccountIndex h3, #AccountIndex h4 { text-transform: uppercase; color: #333333; margin-bottom: 15px; }
    #AccountIndex p { font-size: 12px; color: #333333; }
    #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: #333333; padding-left: 0; }
        #AccountIndex .nav-tabs li.active > a { border: 0; border-top: 1px solid #DDDDDD; border-radius: 0; font-weight: bold; }
    #AccountIndex .btn { margin-top: 15px; text-transform: uppercase; }

    #AccountIndex .box-address .btn { margin-top: 15px; }

/******************************************************************
AccountOrder
******************************************************************/
#AccountOrder { }
    #AccountOrder .box { margin-bottom: 20px; }
        #AccountOrder .box .box-title { padding: 10px; background: #0181c4; color: white; font-weight: normal; }
        #AccountOrder .box .box-content { padding: 10px; background: #f9f9f9; }
            #AccountOrder .box .box-content h4 { margin-bottom: 10px; font-weight: bold; }
    #AccountOrder .table { margin-top: 50px; }
        #AccountOrder .table td, #AccountOrder .table th { vertical-align: middle; border-bottom: 1px solid #333; }
    #AccountOrder .responsive-scroll { margin-bottom: 20px; }
        #AccountOrder .responsive-scroll table { margin-bottom: 0; }
    #AccountOrder .table-striped > tbody > tr:nth-of-type(odd) { background-color: transparent; }


/******************************************************************
AccountRegister
******************************************************************/
#AccountRegister { /* TODO */ }


/******************************************************************
AccountAddress
******************************************************************/

#AccountAddress { }
    #AccountAddress .btn { text-transform: uppercase; }

#AccountWishlist { padding-top: 120px; }

/******************************************************************
LoginModal
******************************************************************/
#LoginModal { padding-top: 15vh; }
    #LoginModal .modal-header .close { position: absolute; right: 25px; top: 15px; }
    #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 input[type=checkbox], #LoginModal input[type=radio] { display: inline-block; vertical-align: middle; }
    #LoginModal .login-recover-link { display: inline-block; float: right; margin-top: 15px; }

    #LoginModal .modal-footer { margin-top: 0; border-top: 0; }
        #LoginModal .modal-footer a { color: #0181c4; }
        #LoginModal .modal-footer .btn { display: block; text-transform: uppercase; width: 100%; padding: 20px 0; margin-top: 10px; font-size: 18px; }
#LoginModal-CreateAccount .modal-footer { border: 0; }
.modal-backdrop { background-color: #ffffff; opacity: 0.87; }
#LoginModal .modal-content { position: relative; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #fff; border-radius: 0; box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.11); padding: 25px 35px; }

/******************************************************************
BasketModal
******************************************************************/
#BasketModal { top: 15vh; width: 500px; left: 0; right: 0; margin: auto; overflow: hidden; padding: 15px !important; }
    #BasketModal .modal-body { padding: 0 15px; background: #FFF; }
    #BasketModal .modal-header { border-bottom: 0; }
        #BasketModal .modal-header h4 { display: inline-block; vertical-align: bottom; margin-left: 10px; }
    #BasketModal .modal-dialog { width: auto; display: block; padding: 0; margin: 0; }
    #BasketModal .modal-content { position: relative; background-color: #fff; border: 1px solid #fff; border-radius: 0; box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.11); -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.11); box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.11); padding: 25px 35px; }
        #BasketModal .modal-content .infos { font-size: 18px; padding: 15px 0; }
            #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: 16px; border-radius: 0; text-transform: uppercase; }

/******************************************************************
TermsAndConditionsModal
******************************************************************/
#TermsAndConditionsModal .modal-dialog { width: 75%; top: 15vh; }
.modal-content { position: relative; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #fff; border-radius: 0; box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.11); padding: 25px 35px; }
.modal-header { border-bottom: 0; }
.modal-footer { border: 0; }
.modal-body { border: 0; }

/******************************************************************
ShopConditionsModal
******************************************************************/
#ShopConditionsModal .modal-dialog { width: 75%; }

/******************************************************************
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; }

/******************************************************************
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; }

/******************************************************************
zForm
******************************************************************/
/*body .zForm { max-width: 800px; margin: auto; }*/
body .zForm .ZFormGroupTitle { display: none; }
body .zForm h3 { text-align: center; font-size: 26px; padding-bottom: 35px; text-transform: uppercase; }
/*body .zForm .form-control { padding: 10px 16px; border-radius: 0; border: 1px solid #f4f4f4; color: #000; background: #fff; font-weight: 700; font-size: 14px; }*/
/*body .zForm input[type="text"], .zForm input[type="password"] { height: 42px; line-height: 42px; }*/
body .zForm textarea { text-transform: uppercase; }
body .zForm .g-recaptcha > div { margin: auto; }
body .zForm .form-actions { text-align: left; }
    body .zForm .form-actions .btn { padding: 15px 60px; text-transform: uppercase; }

/******************************************************************
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; }

@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; }
}
