/******************************************************************
 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; }

.m-b-10 { margin-bottom: 10px; }
.m-b-20 { margin-bottom: 20px; }
.l-h-normal { line-height: normal !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; }

/******************************************************************
Direction Modal
******************************************************************/
.modal.fade:not(.in).top .modal-dialog { -webkit-transform: translate3d(0, -125%, 0); transform: translate3d(0, -125%, 0); }
.modal.fade:not(.in).left .modal-dialog { -webkit-transform: translate3d(-25%, 0, 0); transform: translate3d(-25%, 0, 0); }
.modal.fade:not(.in).right .modal-dialog { -webkit-transform: translate3d(125%, 0, 0) !important; transform: translate3d(125%, 0, 0) !important; }
.modal.fade:not(.in).bottom .modal-dialog { -webkit-transform: translate3d(0, 125%, 0); transform: translate3d(0, 125%, 0); }

/******************************************************************
Geral Html
******************************************************************/
body { overflow-x: hidden; font-family: 'Raleway', sans-serif; }
    body .wrapper { padding: 0 15px; max-width: 1230px; display: block; margin: auto; position: relative; }
    body .container { padding: 0 15px; max-width: 1340px !important; width: 1340px !important; display: block; margin: auto; position: relative; }
    body .mainWrapper { padding: 0 15px; width: 100%; display: block; margin: auto; position: relative; }
.custom-container{max-width:600px; width:100%; padding:0 15px; margin:auto;}
.mb-3{margin-bottom:20px;}
/* 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); }

input[type=checkbox], input[type=radio] { margin: 0 !important; margin-top: 0 !important; line-height: normal; vertical-align: middle; }
input.form-control { border: 0; border: 1px solid #dbd1d5; border-radius: 0; text-align: left; color: #000; font-size: 13px; line-height: 13px; height: 50px; box-shadow: none; }
    input.form-control::-webkit-input-placeholder { color: black; }
    input.form-control:-moz-placeholder { color: black; }
    input.form-control::-moz-placeholder { color: black; }
    input.form-control:-ms-input-placeholder { color: black; }

/* Login Modal */
#LoginModal { padding-right: 0 !important; }
    #LoginModal .close { opacity: 1; padding-right: 25px; padding-top: 25px; transition: 0.3s; }
        #LoginModal .close:hover { color: #c69c6d; transition: 0.3s; }
    #LoginModal .status { margin-bottom: 10px; text-align: center; }
    #LoginModal .modal-header { border: 0; padding-top: 50px; }
    #LoginModal .modal-title { text-align: center; color: #000; }
    #LoginModal .modal-dialog { width: 350px; height: 100vh; margin: 0; float: right; }
        #LoginModal .modal-dialog .modal-content { background-color: white; height: 100vh; box-shadow: none; border-radius: 0; padding: 0 15px; }
        #LoginModal .modal-dialog label { font-weight: normal; margin-bottom: 0; cursor: pointer; font-size: 13px; display: inline-block; vertical-align: middle; }
    #LoginModal a { color: black; font-size: 13px; transition: 0.3s; display: inline-block; }
        #LoginModal a:hover { transition: 0.3s; color: #c69c6d; }
    #LoginModal .modal-footer { margin-top: 0; padding-top: 0; border-top: 0; }



#LoginModal-CreateAccount .modal-footer { border: 0; }


/* Basket Modal */
#BasketModal { padding-right: 0 !important; }
    /*  top: 30px; right: 30px; width: 450px; bottom: auto; left: auto; margin: 0; overflow: hidden; */
    #BasketModal .close { opacity: 1; padding-right: 25px; padding-top: 25px; transition: 0.3s; }
        #BasketModal .close:hover { color: #c69c6d; transition: 0.3s; }
    #BasketModal .modal-body { padding: 0 15px; background: #FFF; }
    #BasketModal .modal-header { border: 0; padding-top: 50px; padding-bottom: 15px; text-align: center; }
        #BasketModal .modal-header svg { height: 35px; width: 35px; display: block; margin: auto; margin-bottom: 10px; }
        #BasketModal .modal-header h4 { display: inline-block; vertical-align: middle; }
    #BasketModal .modal-dialog { width: 350px; height: 100vh; margin: 0; float: right; }
    #BasketModal .modal-content { background: white; border: 0; border-radius: 0; height: 100vh; padding: 0 15px; }
        #BasketModal .modal-content .infos { font-size: 14px; padding: 15px 0; background: white; }
            #BasketModal .modal-content .infos strong { display: block; font-size: 20px; font-weight: 300; font-family: 'Montserrat', sans-serif;; }
        #BasketModal .modal-content .basket-product { margin: 0; border-bottom: 0; padding: 15px 0; text-align: right; text-transform: uppercase; }
            #BasketModal .modal-content .basket-product h2 { font-size: 16px; margin-bottom: 5px; }
            #BasketModal .modal-content .basket-product p { font-size: 12px; }
            #BasketModal .modal-content .basket-product .hex-color { width: 12px; height: 12px; border-radius: 50%; display: inline-block; }

    #BasketModal .modal-footer { text-align: left; margin-top: 0; padding: 0; }
        #BasketModal .modal-footer a { display: block; margin: 0; margin-bottom: 10px; }



/* TermsAndConditions Modal */
#TermsAndConditionsModal .modal-dialog { width: 75%; }

/* ShopConditionsModal Modal */
#ShopConditionsModal .modal-dialog { width: 75%; }

/* Pagination */
.pagination { padding: 33px 0; margin: 0; border-radius: 0; color: #c69c6d; }
    .pagination a { color: #c69c6d !important; background-color: white !important; height: 35px; width: 35px; border-color: #dbd1d5 !important; border-radius: 50%; margin: 0 5px; }
    .pagination .active a { border-color: #c69c6d; background: #c69c6d !important; color: white !important; border: 1px solid #c69c6d; }
    .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: 50%; }
    .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: 50%; }

/* Buttons */
.btn { /* TODO */ }
    .btn.btn-primary { border-radius: 0; background-color: #c69c6d; color: white; border: 1px solid #c69c6d; transition: 0.3s; text-transform: uppercase; }
        .btn.btn-primary:hover { background-color: #000; color: white; border: 1px solid #000; transition: 0.3s; }

    .btn.btn-default { border-radius: 0; background-color: white; color: black; border: 1px solid black; transition: 0.3s; text-transform: uppercase; }
        .btn.btn-default:hover { background-color: black; color: white; border: 1px solid black; transition: 0.3s; }

    .btn.btn-info { border-radius: 0; background-color: white; color: black; border: 1px solid black; transition: 0.3s; text-transform: uppercase; }
        .btn.btn-info:hover { background-color: black; color: white; border: 1px solid black; transition: 0.3s; }

    .btn.btn-danger { border-radius: 0; background-color: #F15A24; color: white; border: 1px solid #F15A24; transition: 0.3s; text-transform: uppercase; }
        .btn.btn-danger:hover { background-color: black; color: white; border: 1px solid black; transition: 0.3s; }
    .btn.btn-success { border-radius: 0; background-color: #000; color: white; border: 1px solid #000; transition: 0.3s; text-transform: uppercase; }
        .btn.btn-success:hover { background-color: #c69c6d; color: white; border: 1px solid #c69c6d; transition: 0.3s; }
    .btn.btn-warning { /* TODO */ }
    .btn.btn-full { padding-left: 0; padding-right: 0; text-align: center; display: block; width: 100%; }
    .btn.btn-square { border-radius: 0 !important; }

    .btn.btn-facebook { background-color: #3a5799; color: white; border-radius: 0; padding:0;  padding-right:12px; display:block; width:100%; text-align:center; transition:0.3s ease; height:29px;  text-transform:uppercase; font-size:11px; font-weight:bold; vertical-align:middle;}
    .btn.btn-facebook i{ background-color: #0F2A4B; color: white; margin-right: 10px; padding:0 6px; height:28px;line-height:28px; display:inline-block; text-align:left; float:left; vertical-align:middle; font-size:14px;}
    .btn.btn-facebook span{display:inline-block; vertical-align:middle; line-height:28px;}
    .btn.btn-facebook:hover{background-color: #0F2A4B; transition:0.3s ease;}

.color-red { color: red !important; }
.color-green { color: green !important; }

.alert-info { color: black; background-color: rgba(0,0,0,.075); border-color: #dbd1d5; border-radius: 0; font-size: 11px; }

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: 48px; text-transform: uppercase; }
body h2 { font-size: 30px; text-transform: uppercase; }
body h3 { font-size: 22px; text-transform: uppercase; }
body h4 { font-size: 18px; text-transform: uppercase; }
body h5 { font-size: 17px; }
body h6 { font-size: 12px; color: #333333 }
body p { font-size: 16px; }

/* Inputs */
input[type="text"], input[type="password"] { height: 34px; line-height: 34px; padding: 0 10px; }
.select2.select2-container { width: 100% !important; }
.select2-container .select2-selection--single { height: 34px; border: 1px solid #ccc; }
.select2-container.error .select2-selection--single { border-color: #B94A48; color: #A60D10; }
.select2-container .select2-selection--single .select2-selection__rendered { padding-left: 10px; line-height: 32px; }
.select2-container .select2-selection--single .select2-selection__arrow { line-height: 32px; height: 32px; }
textarea { padding: 4px 10px; }
    textarea.no-resize { resize: none; }

/* tables */
.table th, .table td { vertical-align: middle !important; }

/* #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 p { font-size: 10px; }
    #CoockiesTerms .close { position: absolute; top: 10px; right: 10px; font-size: 18px; }

body .generalContentSection { padding-top: 50px; padding-bottom: 50px; background: transparent; }

    body .generalContentSection form .btn.pull-right { color: white; }

#t-Addresses td a.link { color: black; }

/******************************************************************
Helpers
******************************************************************/
body .no-margin { margin: 0 !important; }
body .top-margin40 { margin-top: 40px !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 .overflow-hidden { overflow: hidden; }
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); }

/******************************************************************
product
******************************************************************/
.products .col4 .product { min-height: 530px; }
.products .col3 .product { min-height: 415px; }


.products-menu.mobile { display: none; }

body .product { background: white; display: block; margin-bottom: 20px; font-family: 'Raleway', sans-serif; min-height: 400px; }
    body .product:hover .details { }
    body .product .new { position: absolute; top: 20px; left: 0; text-align: center; display: inline-block; background: black; text-transform: uppercase; color: #FFF; padding: 2px 5px; font-family: 'Raleway', sans-serif; font-weight: 300; font-size: 11px; z-index: 4; }
    body .product .discount { text-align: center; position: relative; z-index: 2; position: absolute; top: 0; right: 30px; z-index: 2; width: 50px; }
        body .product .discount .off { text-align: center; display: block; background: black; text-transform: uppercase; padding-top: 4px; color: white; font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 16px; line-height: 22px; width: 50px; text-align: center; position: relative; }
            body .product .discount .off::after { content: ""; width: 0; height: 0; border-left: 25px solid transparent; border-right: 25px solid transparent; border-top: 15px solid black; position: absolute; bottom: -15px; right: 0; }
    body .product .link { display: block; position: relative; text-decoration: none; }
        body .product .link:focus { outline: none; text-decoration: none; }
    body .product .imgWrapper { display: block; min-height: 250px; }
        body .product .imgWrapper > img { display: inline-block; width: 100%; }
    body .product .effect { background-color: rgba(0, 0, 0, 0.25); position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: 1; opacity: 0; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }
        body .product .effect .hoverimage { color: white; padding: 5px 18px; position: absolute; bottom: 0; top: 0; left: 0; right: 0; margin: auto; width: 100%; height: 40px; z-index: 2; text-align: center; text-transform: uppercase; color: white; }
    body .product:hover .effect { opacity: 1; }
    body .product .details { position: relative; font-weight: 300; height: 60px; padding: 10px 15px; overflow: hidden; }
        body .product .details .title { color: #333333; font-size: 13px; line-height: 14px; text-transform: uppercase; display: block; font-weight: 700; font-family: 'Raleway', sans-serif; }
        body .product .details .price { font-size: 12px; line-height: 12px; padding: 0; background-color: white; display: block; margin-top: 5px; font-family: 'Open Sans', sans-serif; font-weight: 300; color: rgba(51, 51, 51, 0.8); }
            body .product .details .price .lineOver { text-decoration: line-through; font-size: 14px; display: inline-block; vertical-align: middle; font-family: 'Open Sans', sans-serif; font-weight: 300; color: rgba(51, 51, 51, 0.8); }
            body .product .details .price strong { font-family: 'Open Sans', sans-serif; font-weight: 300 !important; color: rgba(51, 51, 51, 1); }
            body .product .details .price span { display: inline-block; vertical-align: middle; font-family: 'Open Sans', sans-serif; font-weight: 300; color: rgba(51, 51, 51, 0.8); }

.productsSlider .product { margin: 0 15px !important; }
.productsSlider .slides .product .effect .more img { max-width: 100% !important; width: auto !important; margin: auto !important; }
.productsSlider .flex-direction-nav a { height: 35px; }
.productsSlider .flex-direction-nav .flex-prev { background: url('/Content/app/images/back1.png'); width: 35px; height: 35px; display: inline-block; opacity: 1; left: -25px !important; }
.productsSlider .flex-direction-nav .flex-next { background: url('/Content/app/images/next1.png'); width: 35px; height: 35px; display: inline-block; opacity: 1; right: -25px !important; }
.productsSlider:hover .flex-direction-nav .flex-next { right: -25px !important; opacity: 1; }
.productsSlider:hover .flex-direction-nav .flex-prev { left: -25px !important; opacity: 1; }



/******************************************************************
reviews
******************************************************************/
body .reviews { }
body .review { border: 2px solid #DDD; padding: 10px; margin: 0 15px 15px 0; border-radius: 10px; }
    body .review .rating { display: block; }
        body .review .rating .icon { font-size: 22px; margin: 0; padding: 0; margin-right: -10px; }
        body .review .rating .icon-star { color: #f1c40f; }
    body .review .description { margin: 5px 0; color: #000; font-size: 15px; }
    body .review .user { color: #595959; text-transform: uppercase; line-height: 15px; margin-top: 5px; }
        body .review .user strong { }
        body .review .user p { float: right; }

/******************************************************************
Header
******************************************************************/
#Header { display: block; background: white; border: 1px solid #ececec; }
    #Header .top { padding: 25px 70px 10px 70px; position: relative; }
    #Header form { position: relative; display: inline-block; vertical-align: bottom; }
        #Header form input { border: 0; border-bottom: 1px solid #333333; }
        #Header form button { position: absolute; right: 0; top: 0; bottom: 0; margin: auto; color: #333333; padding: 0; font-size: 16px; }
    #Header .contacts { display: inline-block; vertical-align: middle; margin: 0; }
        #Header .contacts span { font-weight: 300; font-family: 'Raleway', sans-serif; font-size: 14px; }
    #Header .icons-menu { text-align: right; display: inline-block; vertical-align: bottom; float: right; margin-top: 0; }
        #Header .icons-menu a { margin-left: 15px; display: inline-block; vertical-align: bottom; max-height: 25px; }
            #Header .icons-menu a:hover svg path { fill: #c69c6d; stroke: #c69c6d; transition: 0.3s; }
        #Header .icons-menu .basket-icon { position: relative; width: 30px; }
            #Header .icons-menu .basket-icon .count-basket { line-height: 15px; background-color: #333333; width: 15px; height: 15px; color: white; border-radius: 15px; position: absolute; top: -11px; right: -2px; font-size: 12px; text-align: center; font-weight: 700; font-family: 'Raleway', sans-serif; }
    #Header .logo { position: absolute; left: 0; top: 0; bottom: 0; right: 0; margin: auto; text-align: center; max-width: 140px; display: block; max-height: 28px; }
        #Header .logo img { max-width: 100%; }

    #Header .navigation { margin: 0; padding: 0; display: block; vertical-align: middle; padding: 0; text-align: center; padding-bottom: 10px; }
        #Header .navigation li { display: inline-block; vertical-align: middle; margin-right: 60px; position: relative; }
            #Header .navigation li.pull-right { margin-right: 0; margin-left: 60px; }
            #Header .navigation li a { vertical-align: middle; font-weight: 700; display: inline-block; text-transform: uppercase; font-size: 14px; font-family: 'Raleway', sans-serif; color: #333333; }
                #Header .navigation li a:hover { color: #c69c6d; transition: 0.3s; }
            /*#Header .navigation li a.active { color: #c69c6d; font-weight: 700; }*/
            #Header .navigation li.dropdown { position: relative; }
            #Header .navigation li ul.dropdown-menu { min-width: unset !important; background-color: white; color: #333333; background-clip: unset; border: 0; border-radius: 0; box-shadow: none !important; padding-top: 0; margin-top: -2px; }
                #Header .navigation li ul.dropdown-menu li { margin-right: 0 !important; display: block; }
                    #Header .navigation li ul.dropdown-menu li a { padding: 4px 8px !important; text-transform: initial; font-size: 13px; display: block; font-weight: 300; }
                        #Header .navigation li ul.dropdown-menu li a:hover { background-color: transparent; }
                        #Header .navigation li ul.dropdown-menu li a.activate { color: #333333; }

    #Header .language ul { list-style: none; padding-left: 12px; }
        #Header .language ul li { display: block; }
            #Header .language ul li a { font-size: 12px; color: #000; }
                #Header .language ul li a span, #Header .language span { display: inline-block; vertical-align: middle; font-size: 12px; color: #000 !important; text-decoration: none; }
                #Header .language ul li a img { display: inline-block; vertical-align: middle; }

    #Header .dropdown:hover .dropdown-menu { display: block; }


/******************************************************************
Footer
******************************************************************/
#Footer { display: block; background: #000000; color: white; }
    #Footer a { color: white; }
        #Footer a:hover { color: #c69c6d; transition: 0.3s; }
    #Footer .top { padding: 25px 70px; }
        #Footer .top h3 { font-weight: 300; font-size: 18px; }
        #Footer .top h4 { margin-bottom: 10px; margin-top: 10px; text-transform: unset; color: #FFF; font-size: 14px; }
        #Footer .top .form-group { margin-bottom: 8px; }
        #Footer .top input { border-radius: 0; border: 0; height: 43px; line-height: 43px; font-size: 14px; color: #000000; text-transform: uppercase; }
        #Footer .top .btn-success { border-radius: 0; border: 0; font-size: 14px; color: #333333; background-color: #cccccc; text-transform: uppercase; padding: 5px 25px; }
            #Footer .top .btn-success:hover { border-radius: 0; border: 0; font-size: 14px; color: white; text-transform: uppercase; background-color: #c69c6d; transition: 0.3s; }
        #Footer .top ul { padding-left: 0; list-style: none; }
            #Footer .top ul li a { text-transform: uppercase; font-size: 11px; font-weight: 300; }
        #Footer .top h6 { text-transform: uppercase; font-size: 14px; color: white; }
    #Footer .copyright { padding-top: 0; font-size: 12px; font-weight: 300; text-transform: uppercase; margin-top: 10px; }
        #Footer .copyright a:hover { color: white; }
        #Footer .copyright a.terms:hover { color: #c69c6d; }
    #Footer .top ul li { height: 28px; min-height: unset; }
    #Footer .social { display: inline-block; vertical-align: bottom; margin-bottom: 0; }
        #Footer .social ul li { display: inline-block; vertical-align: middle; margin-right: 10px; height: auto; }
            #Footer .social ul li a { display: block; color: white; font-size: 16px; width: 22px; }
                #Footer .social ul li a i { display: inline-block; color: white; }
                #Footer .social ul li a svg { width: 18px; margin-top: 5px; }
                    #Footer .social ul li a svg path { fill: white; }
    #Footer .copyright .developed a { display: inline-block; vertical-align: bottom; }
        #Footer .copyright .developed a img { max-height: 20px; }
    #Footer .footer-logos img { max-width: 100%; display: inline-block; }
    #Footer .footer-logos figure { margin-top: 10px; display: block; }
/******************************************************************
zCMSContent
******************************************************************/
#zCMSContent { padding: 0; min-height:calc(100vh - 451px); }

#ZForm-13 .checkmark { top: 4px !important; }
#ZForm-13 .container-cb p { font-size: 11px; line-height: 16px; font-weight: 400; }
    #ZForm-13 .container-cb p a { color: #c69c6d; }
#NewsletterForm .container-cb p { font-size: 10px; line-height: 14px; }
#NewsletterForm .checkmark { position: absolute; top: 3px; }
/******************************************************************
HomeIndex
******************************************************************/
#HomeIndex { }
    #HomeIndex .section-boxs { margin: 30px 25px; }
        #HomeIndex .section-boxs .col-md-6 { margin-bottom: 30px; }
        #HomeIndex .section-boxs .box { display: block; color: white; transition: 0.3s; transform: scale(1); }
            #HomeIndex .section-boxs .box .content { display: block; width: 100%; height: 100%; text-align: center; position: relative; color: white; transition: 0.3s; font-family: 'Raleway', sans-serif; }
                #HomeIndex .section-boxs .box .content .text { position: absolute; top: 0; bottom: 0; text-align: center; display: block; left: 0; right: 0; margin: auto; height: 52px; }
                #HomeIndex .section-boxs .box .content h2 { font-weight: 700; font-size: 40px; color: white; }
                #HomeIndex .section-boxs .box .content span { display: block; font-size: 14px; line-height: 14px; margin-top: 15px; }
                    #HomeIndex .section-boxs .box .content span p { display: block; font-size: 14px; line-height: 14px; }
                #HomeIndex .section-boxs .box .content h3 { font-weight: 300; color: black; text-transform: uppercase; background-color: rgba(255, 255, 255, 0.50); display: inline-block; padding: 8px 15px; font-size: 12px; margin-top: 25px; transition: 0.3s; }
            #HomeIndex .section-boxs .box:hover { transform: scale(1.1); transition: 0.3s; background-color: rgba(0, 0, 0, 0.3); }
                #HomeIndex .section-boxs .box:hover .content { transition: 0.3s; }
                    #HomeIndex .section-boxs .box:hover .content h3 { background-color: rgba(255, 255, 255, 0.80); transition: 0.3s; }
    #HomeIndex .title { color: black; font-size: 40px; font-weight: 700; text-align: center; margin-top: 90px; margin-bottom: 60px; }
    #HomeIndex .section-instagram { }
        #HomeIndex .section-instagram .follow { text-align: center; margin: auto; padding-top: 0px; margin-bottom: 25px; }
            #HomeIndex .section-instagram .follow h3 { text-transform: uppercase; font-weight: 700; margin-top: 15px; margin-bottom: 0; font-size: 31px; }
            #HomeIndex .section-instagram .follow p { font-weight: 300; font-size: 31px; }


/* BrandsSlider */
#RecomendBrands { background-color: transparent; border-top: 1px solid #000; border-bottom: 1px solid #000; margin-bottom: 50px; }
    #RecomendBrands .image { position: relative; height: 180px; }
        #RecomendBrands .image img { display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; max-width: 100%; width: auto !important; }
    #RecomendBrands .flex-direction-nav .flex-prev { opacity: 1; left: 0; font-size: 22px; }
    #RecomendBrands .flex-direction-nav .flex-next { opacity: 1; right: 0; font-size: 22px; }
    #RecomendBrands .flex-direction-nav a:before { content: ""; }
    #RecomendBrands .flex-direction-nav a.flex-next:before { content: ""; }
.flex-direction-nav a.flex-next:before, .flex-direction-nav a:before { content: ''; }
.flexslider .flex-direction-nav a { height: 45px; }
.flex-direction-nav .flex-prev { background: url('/Content/app/images/back.png'); width: 45px; height: 45px; display: inline-block; opacity: 1; left: -70px; }
.flex-direction-nav .flex-next { background: url('/Content/app/images/next.png'); width: 45px; height: 45px; display: inline-block; opacity: 1; right: -70px; }
.flexslider:hover .flex-direction-nav .flex-next { right: -70px; opacity: 1; }
.flexslider:hover .flex-direction-nav .flex-prev { left: -70px; opacity: 1; }


#HomeBanners .flex-control-nav { width: 100%; position: absolute; bottom: 0; text-align: center; z-index: 10; }
#HomeBanners .flex-control-paging li a { width: 13px; height: 13px; display: block; background: #fff; background: rgba(255, 255, 255, 0.5); cursor: pointer; text-indent: -9999px; -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; }
    #HomeBanners .flex-control-paging li a.flex-active { background: #fff !important; background: rgba(255, 255, 255, 1) !important; cursor: default; }

/******************************************************************
HomeContent
******************************************************************/
#HomeContent { }
#HomeContentGalery { float: left; max-width: 500px; margin-right: 15px; }
.gallery .row { margin: 0 -8px; }
.gallery .col-md-4, .gallery .col-md-12, .gallery .col-md-6, .gallery .col-md-7, .gallery .col-md-8, .gallery .col-md-3 { margin-bottom: 16px; padding: 0 8px !important; }

#HomeContent .gallery { margin-top: 50px; }
    #HomeContent .gallery .portfolio img { max-width: 100%; }
#HomeContent.terms .is-box-centered .edit { max-height: 500px; overflow-y: scroll; }
/******************************************************************
HomeContacts
******************************************************************/
#HomeContacts { }

    #HomeContacts .form { padding-top: 75px; padding-bottom: 90px; max-width: 725px; margin: auto; }
        #HomeContacts .form .btn-zFormSubmit { padding-left: 40px; padding-right: 40px; }
        #HomeContacts .form ::-webkit-input-placeholder { color: #fff; }
        #HomeContacts .form :-moz-placeholder { color: #fff; }
        #HomeContacts .form ::-moz-placeholder { color: #fff; }
        #HomeContacts .form :-ms-input-placeholder { color: #fff; }
    #HomeContacts .form-control { border-radius: 0; background-color: #dcd1d5; color: white; border: 0px; line-height: 34px; }
    #HomeContacts input.form-control { height: 45px; }
    #HomeContacts .form .formTitulo { font-size: 30px; font-weight: 700; text-align: center; color: #333333; padding-bottom: 45px; font-family: 'Raleway', sans-serif; }
        #HomeContacts .form .formTitulo h1 { font-size: 30px; font-weight: 700; text-align: center; color: #333333; font-family: 'Raleway', sans-serif; }
    #HomeContacts .form .formbox { margin-bottom: 15px; }
    #HomeContacts .info { padding-top: 103px; }
        #HomeContacts .info .infoTitulo { text-align: center; color: #333333; padding-bottom: 80px; }
        #HomeContacts .info .iconPadder { min-height: 65px; }
        #HomeContacts .info .infoIcon { text-align: center; color: #333333; padding-top: 14px; padding-bottom: 85px; font-size: 21px; font-weight: 300; }
        #HomeContacts .info .markerIcon .svgContainer { height: 52px; width: 36px; margin: auto; }
        #HomeContacts .info .mailIcon .svgContainer { height: 54px; width: 49px; margin: auto; }
        #HomeContacts .info .clockIcon .svgContainer { height: 51px; width: 51px; margin: auto; }

    #HomeContacts .separador { border: 1px solid #333333; }

/******************************************************************
Stores
******************************************************************/
#Stores { width: 108%; margin-left: -25px; margin-top: 0; position: relative; }
#Store-Select-Form { width: 250px; position: absolute; left: 89px; top: 127px; background: #333333; padding: 10px 0; }
    #Store-Select-Form label { font-family: 'Raleway', sans-serif; text-transform: uppercase; font-size: 12px; letter-spacing: 2px; }
    #Store-Select-Form .zcmsdoor { position: absolute; top: -70px; right: 0px; }
    #Store-Select-Form form { position: absolute; top: -52px; left: 0; }
    #Store-Select-Form .styled-select { width: 250px; height: 34px; overflow: hidden; background: url('/Content/app/images/select-button.png') no-repeat right #333333; }
        #Store-Select-Form .styled-select select { background: transparent; -webkit-appearance: none; width: 268px; color: #fff; padding: 5px; font-size: 16px; height: 34px; border: none; }
            #Store-Select-Form .styled-select select option { padding: 3px 6px; background: #333333; }

    #Store-Select-Form .search-btn { position: absolute; right: -20px; top: 25px; }

    #Store-Select-Form .jspVerticalBar { width: 11px; border-radius: 6px; }
    #Store-Select-Form .jspDrag { left: 0; border-radius: 0; background: #bbd; }

    #Store-Select-Form .results { height: 400px; text-transform: uppercase; font-size: 1.1em; overflow: hidden; }
        #Store-Select-Form .results ul { padding: 0; margin: 0; list-style: none; }
        #Store-Select-Form .results a { display: block; text-indent: 10px; padding: 5px 0; border-bottom: 1px solid #333333; color: white; }
            #Store-Select-Form .results a:hover { color: #fff; background: url('/Content/app/images/a-hover.png') no-repeat right #333333; }
            #Store-Select-Form .results a:active { background: url('/Content/app/images/a-hover.png') no-repeat right #ff6666; border-bottom: 1px solid #ff6666; color: #fff; }
            #Store-Select-Form .results a:last-child { border-bottom: 0; margin-bottom: 0; }
#Mapp { width: 99.5%; overflow: hidden; }

/******************************************************************
AccountSign
******************************************************************/
#AccountSign { /* TODO */ }

/******************************************************************
AccountIndex
******************************************************************/
#AccountIndex { }
    #AccountIndex hr { margin-top: 7px; margin-bottom: 15px; }
    #AccountIndex h2, #AccountIndex h3 { text-transform: capitalize; 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; }
select { border: 1px solid #dbd1d5 !important; border-radius: 0 !important; }
.select2-container .select2-choice .select2-arrow { background-image: none; background-color: transparent; border-radius: 0; border-left: 0; }
.select2-container .select2-choice { border-radius: 0; background-color: transparent; border: 1px solid #dbd1d5; background-image: none; }

/******************************************************************
AccountOrder
******************************************************************/
#AccountOrder { }
    #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 */ }

/******************************************************************
subHeader
******************************************************************/
.subHeader { height: 160px; z-index: 10; position: relative; margin-bottom: 15px; overflow: hidden; }
    .subHeader h1 { line-height: 160px; text-align: center; font-size: 40px; font-weight: 700; color: #fff; font-family: 'Raleway', sans-serif; }

/******************************************************************
article
******************************************************************/
.article { margin-bottom: 30px; overflow: hidden; }
    .article .articleLink:before { position: absolute; display: block; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); content: ' '; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }
    .article:hover .articleLink:before { background: rgba(0, 0, 0, 0.4); }
    .article:hover .articleLink { transform: scale(1.1); }
    .article .articleLink { display: block; height: 46vh; padding-top: 15vh; background-size: cover; background-position: center center; }
    .article .content { max-width: 80%; margin: auto; text-align: center; }
        .article .content h3 { font-size: 18px; font-weight: 300; line-height: 42px; min-height: 42px; text-transform: uppercase; color: white; width: 100%; }
        .article .content h2 { font-family: 'Raleway', sans-serif; font-size: 38px; font-weight: 700; line-height: 42px; color: #ffffff; text-transform: uppercase; }
        .article .content .date { color: #ffffff; font-family: 'Raleway', sans-serif; font-size: 14px; font-weight: 300; margin-top: 20px; }

/******************************************************************
PorfolioIndex
******************************************************************/
#PorfolioIndex { font-family: 'Raleway', sans-serif; padding-bottom: 80px; }
    #PorfolioIndex h1 { padding-top: 0; text-align: center; }
    #PorfolioIndex .categories { padding-top: 50px; padding-bottom: 50px; text-align: center; }
        #PorfolioIndex .categories .category { padding: 0 5px; display: inline-block; }
            #PorfolioIndex .categories .category a { padding: 8px 15px; display: block; font-size: 14px; color: #333333; background: #dcd1d5; text-transform: uppercase; text-align: center; font-weight: 700; margin-bottom: 15px; }
                .categories .category a.active, #PorfolioIndex .categories .category a:hover { background: #333333; color: #fff; }



.collection .itemLink { display: block; position: relative; margin-bottom: 16px; }
.collection { margin: 0 -8px; }
    .collection .col-md-4 { padding: 0 8px; }
    .collection .itemLink:before { position: absolute; display: block; left: 0; top: 0; right: 0; bottom: 0; content: ' '; background: rgba(0, 0, 0, 0.2); -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-transition: all 0.5s; transition: all 0.5s; }
    .collection .itemLink:hover:before { background: rgba(0, 0, 0, 0.1); }
    .collection .itemLink .text { position: absolute; left: 0; right: 0; bottom: 22px; margin: auto; text-align: center; height: 22px; line-height: 22px; text-transform: uppercase; color: white; font-size: 22px; }



/******************************************************************
BlogIndex
******************************************************************/
#BlogIndex { font-family: 'Raleway', sans-serif; padding-bottom: 80px; }
    #BlogIndex .categories { padding-top: 50px; padding-bottom: 50px; text-align: center; }
        #BlogIndex .categories .category { padding: 0 13px; display: inline-block; }
            #BlogIndex .categories .category a { padding: 8px 18px; display: block; font-size: 16px; color: #333333; background: #dcd1d5; text-transform: uppercase; text-align: center; font-weight: 700; }
                #BlogIndex .categories .category a.active, #BlogIndex .categories .category a:hover { background: #333333; color: #fff; }

/******************************************************************
BlogDetail
******************************************************************/
#BlogDetail { font-family: 'Raleway', sans-serif; padding-bottom: 80px; }
    #BlogDetail h2 { padding-top: 70px; padding-bottom: 60px; }
    #BlogDetail .imgWrapper { }
        #BlogDetail .imgWrapper img { max-width: 100%; }
    #BlogDetail .description { background-color: #fff; padding: 35px 0; }
        #BlogDetail .description h1 { font-size: 26px; text-transform: uppercase; color: #333333; margin-bottom: 26px; }
        #BlogDetail .description .date { font-size: 12px; color: #333333; margin-bottom: 20px; }
        #BlogDetail .description .introduction { font-family: 'Raleway', sans-serif; font-size: 14px; line-height: 24px; color: #333333; }
    #BlogDetail .btnReturnListing { margin-top: 60px; text-transform: uppercase; padding: 18px 28px; }

/******************************************************************
.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: #333333; 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: #333333; width: 100%; display: block; }
.searchBox .open > .dropdown-menu { display: block !important; }
.searchBox .specialDropdownForm .select { border: 1px solid #333333; border-radius: 0; padding: 21px 26px; background: #333333; padding-right: 7px; }
.searchBox ::-webkit-input-placeholder { color: white; }
.searchBox :-moz-placeholder { /* Firefox 18- */ color: white; }
.searchBox ::-moz-placeholder { /* Firefox 19+ */ color: white; }
.searchBox :-ms-input-placeholder { color: white; }

/******************************************************************
ProductsIndex
******************************************************************/
#ProductsIndex { }
    #ProductsIndex h2 { color: #333333 !important; font-family: 'Raleway', sans-serif; font-size: 30px; font-weight: 700 !important; text-transform: uppercase; text-align: center !important; margin-bottom: 40px; }
    #ProductsIndex .form-control { line-height: 26px !important; height: 26px !important; font-size: 14px !important; font-weight: 300; }
    #ProductsIndex select option { font-weight: 300; }
    #ProductsIndex #s2id_autogen1 { width: 180px; margin: auto; text-align: center; }
    #ProductsIndex .select2-container .select2-choice { height: 26px; line-height: 26px; }
.select2-results .select2-result-label { padding: 0px 12px; font-size: 14px; font-weight: 300; font-family: 'Raleway', sans-serif; }
/* menu categorias */
.list { margin-top: 0; }
.products-menu .btn-close { position: absolute; right: 15px; top: 0; cursor: pointer; transition: 0.3s; z-index: 2; }
    .products-menu .btn-close:hover svg path { fill: #c69c6d; transition: 0.3s; }
.products-menu .btn-open { position: absolute; left: 0; top: 0; transition: 0.3s; opacity: 0; cursor: pointer; z-index: 2; }
    .products-menu .btn-open .menuText { display: none; }
    .products-menu .btn-open:hover svg path { fill: #c69c6d; transition: 0.3s; }

/* menu close - detail */
.product-details { width: 100%; display: inline-block; position: relative; }
.products-menu.p-close { width: 0; float: left; display: inline-block; position: relative; }
    .products-menu.p-close .btn-open { position: absolute; left: 0; top: 0; transition: 0.3s; opacity: 1; cursor: pointer; z-index: 2; }
    .products-menu.p-close .btn-close { position: absolute; right: 15px; top: 0; cursor: pointer; transition: 0.3s; z-index: 2; opacity: 0; }
    .products-menu.p-close .filters { opacity: 0; }


.search-box input { border-radius: 0; border: 0; background-color: #f2f2f2; color: #333333; font-size: 11px; line-height: 11px; }
.search-box.form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.4); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.4); }

.filters { }
    .filters select { display: inline-block; }
    .filters .brandFilter { display: inline-block; height: 75px; vertical-align: top; margin-right: 50px; max-width: 165px; }
        .filters .brandFilter h4 { display: inline-block; color: #105870; font-size: 14px; padding-bottom: 10px; font-weight: 700; }
    .filters .orderFilter { display: inline-block; height: 75px; vertical-align: top; margin-right: 15px; max-width: 165px; }
        .filters .orderFilter h4 { display: inline-block; color: #105870; font-size: 14px; padding-bottom: 10px; font-weight: 700; }
/*.filters .displays { display: inline-block; height: 75px; vertical-align: top; padding-top: 30px; }
        .filters .displays h4 { display: inline-block; color: #105870; font-size: 14px; font-weight: 700; vertical-align: top; padding-top: 10px; padding-right: 15px; }
        .filters .displays a { color: #105870; font-size: 18px; display: inline-block; vertical-align: middle; text-transform:initial !important; }
            .filters .displays a.active { color: #22B7E8; }*/

.categories { color: #333333; font-family: 'Raleway', sans-serif; border: 0; }
    .categories h2 { font-size: 13px; text-transform: initial; color: #333333; }
    .categories h3 { font-size: 13px; text-transform: initial; color: #333333; }
    .categories h4 { font-size: 13px; text-transform: initial; color: #4c4c4c; font-weight: 300; }
    .categories h6 { font-size: 13px; text-transform: initial; color: #4c4c4c; font-weight: 300; }
    .categories .panel-group { margin: 0; }
    .categories .panel-default { border-radius: 0 !important; margin-top: 0; border: 0; }
        .categories .panel-default .panel-heading { padding: 2px 0px; color: #FFF; text-transform: initial; font-weight: 300; font-size: 17px; border-radius: 0 !important; -moz-transition: all 1s; -o-transition: all 1s; -webkit-transition: all 1s; transition: all 1s; }
        .categories .panel-default .panel-body { padding: 0; }
    .categories .accordion-toggle { padding: 0; }
    .categories .panel-heading:hover, .categories .active .panel-heading { background: white; color: #333333; font-family: 'Raleway', sans-serif; }
    .categories .panel-default .collapsed .panel-heading { background: white; color: #333333; font-family: 'Raleway', sans-serif; padding: 1px 0; }
        .categories .panel-default .collapsed .panel-heading:hover, .categories .panel-default .active .panel-heading { background: white; color: #c69c6d; font-weight: 700 !important; font-family: 'Raleway', sans-serif; }
    .categories .panel { box-shadow: none; background: none; }
    .categories .collapsed .panel-heading .icon-angle-down { display: block; }
    .categories .collapsed .panel-heading .icon-angle-up { display: none; }
    .categories .panel-heading .icon-angle-down { display: none; }
    .categories .panel-heading .icon-angle-up { display: block; }
    .categories .panel-collapse.lvl1Cat.in { color: #FFF; }
    .categories .panel .panel, .panel-group .panel + .panel { border: 0; margin: 0; }
/*.categories .panel .panel .collapsed .panel-heading { background: #105870; }
        .categories .panel .panel .panel-heading { background: #1DA0CC; padding: 17px 24px; padding-right: 15px; text-transform: unset; }
            .categories .panel .panel .panel-heading:hover, .categories .panel .panel .active .panel-heading { background: #1DA0CC; }
    .categories .panel-body .panel-body { }
        .categories .panel-body .panel-body a { background: #1DA0CC; padding: 17px 24px; text-transform: unset; display: block; color: #FFF; border-top: 1px solid #256581; -moz-transition: all 1s; -o-transition: all 1s; -webkit-transition: all 1s; transition: all 1s; }
            .categories .panel-body .panel-body a:hover, .categories .panel-body .panel-body a.active { background: #37bdea; }
    .categories .panel-group .panel-default { margin: 0; border-top: 1px solid #0C485C; }*/



#ProductsIndex .listing { margin-top: 10px; }
    #ProductsIndex .listing .products { padding-top: 0; }
#ProductsIndex .boxing a { color: #999999; }
    #ProductsIndex .boxing a.active { color: #333333; }

#ProductsIndex .main-content { margin-top: 5px; }
#ProductsIndex .description { padding-bottom: 25px; }
    #ProductsIndex .description p { color: rgba(51, 51, 51, 0.52); font-size: 13px; line-height: 18px !important; }

/*#ProductsIndex .listing .products .main-content .products .row { display: flex; flex-wrap: wrap; }*/
/******************************************************************
slickslider
******************************************************************/
.slick-prev, .slick-next { z-index: 2; position: absolute; height: 25px; width: 25px; background: none !important; background-color: transparent !important; opacity: 1; border: 0; top: 375px; overflow: hidden; }
.slick-prev { left: -50px; }
    .slick-prev::before { content: url('/Content/app/images/arrow-left.png'); color: white; }
.slick-next { right: -50px; overflow: hidden; }
    .slick-next::before { content: url('/Content/app/images/arrow-right.png'); color: white; }

/******************************************************************
breadcrumb
******************************************************************/
.crumb { margin-bottom: 10px; font-weight: 700; color: #333333; font-size: 13px; text-transform: uppercase; margin-top: 10px; }
    .crumb a { font-weight: 300; transition: 0.3s; color: #333333; }
        .crumb a:hover { color: #c69c6d; transition: 0.3s; }



#RelationProducts .slick-track { margin-left: unset !important; }
/******************************************************************
ProductDetail 
******************************************************************/
#ProductDetail { padding: 0 70px; font-family: 'Raleway', sans-serif; }
    #ProductDetail .crumb { margin-bottom: 25px; }
    #ProductDetail .gallery-items { text-align: center; min-height: 600px; }
        #ProductDetail .gallery-items .photo { text-align: center; margin: auto; display: block; /*height:705px; overflow: hidden;*/}
            #ProductDetail .gallery-items .photo img { margin: auto; }
    #ProductDetail .thumb-items { max-width: 250px; margin: auto; }
        #ProductDetail .thumb-items figure { display: block; max-width: 120px; height: 183px; margin: auto; }
            #ProductDetail .thumb-items figure img { max-height: 100%; min-width: unset; margin: auto; width: auto; }
    #ProductDetail .details-prod { }
        /*#ProductDetail .details-prod .downloadBtn { position: absolute; top: 10px; right: 10px; padding: 3px 9px; height: 40px; z-index: 99; background: #000; color: white; width: 40px; display: inline-block; }*/
        #ProductDetail .details-prod .downloadBtn:hover { color: #c69c6d; }
        #ProductDetail .details-prod .details .new { position: relative; text-align: center; display: inline-block; background: #333333; text-transform: uppercase; color: #FFF; padding: 2px 5px; font-family: 'Raleway', sans-serif; font-weight: 300; font-size: 11px; margin-bottom: 20px; z-index: 2; }
    #ProductDetail .productImages { position: relative; }
        #ProductDetail .productImages .discount { text-align: center; position: relative; z-index: 2; position: absolute; top: 0; right: 80px; z-index: 2; width: 50px; }
            #ProductDetail .productImages .discount .off { text-align: center; display: block; background: black; text-transform: uppercase; padding-top: 4px; color: white; font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 16px; line-height: 22px; width: 50px; text-align: center; position: relative; }
                #ProductDetail .productImages .discount .off::after { content: ""; width: 0; height: 0; border-left: 25px solid transparent; border-right: 25px solid transparent; border-top: 15px solid black; position: absolute; bottom: -15px; right: 0; }

    #ProductDetail .details-prod .details { padding-bottom: 20px; position: relative; text-align: center; color: #333333; }
        #ProductDetail .details-prod .details .wish { display: inline-block; vertical-align: middle; position: relative; text-align: center; transition: 0.3s; }
            #ProductDetail .details-prod .details .wish a { line-height: 14px; display: block; vertical-align: middle; transition: 0.3s; font-size: 12px; color: #333333; }
                #ProductDetail .details-prod .details .wish a svg { display: inline-block; vertical-align: middle; }
                #ProductDetail .details-prod .details .wish a span { display: inline-block; vertical-align: middle; }
                #ProductDetail .details-prod .details .wish a svg path { fill: #333333; transition: 0.3s; }
            #ProductDetail .details-prod .details .wish:hover a svg path { fill: #c69c6d; stroke: #c69c6d; transition: 0.3s; }
        #ProductDetail .details-prod .details h1 { color: #333333; font-size: 22px; font-weight: 700; text-transform: uppercase; }
        #ProductDetail .details-prod .details .reference { font-size: 14px; font-weight: 300; text-transform: uppercase; font-family: 'Open Sans', sans-serif;; font-weight: 300; color: rgba(51, 51, 51, 0.8); }
        #ProductDetail .details-prod .details .line { border: 0; text-align: center; }
            #ProductDetail .details-prod .details .line.btton { border: 0; }
        #ProductDetail .details-prod .details .priceHolder { font-weight: 300; line-height: 20px; }
            #ProductDetail .details-prod .details .priceHolder .price { display: inline-block; vertical-align: middle; font-family: 'Open Sans', sans-serif;; font-weight: 300; color: rgba(51, 51, 51, 0.8); font-size: 15px; font-weight: 300; }
                #ProductDetail .details-prod .details .priceHolder .price.desc { }
            #ProductDetail .details-prod .details .priceHolder .oldPrice { text-decoration: line-through; display: inline-block; vertical-align: middle; font-size: 15px; margin-right: 10px; }
            #ProductDetail .details-prod .details .priceHolder .iva { display: inline-block; vertical-align: middle; line-height: 34px; }
        #ProductDetail .details-prod .details .options { }
            #ProductDetail .details-prod .details .options .actions { display: inline-block; vertical-align: middle; margin-left: 5px; }
                #ProductDetail .details-prod .details .options .actions .stockHolder { height: 0; opacity: 0; overflow: hidden; font-size: 18px; }
                    #ProductDetail .details-prod .details .options .actions .stockHolder.selected { height: auto; opacity: 1; }
            #ProductDetail .details-prod .details .options .quantities { position: relative; z-index: 1; display: inline-block; vertical-align: middle; }
                #ProductDetail .details-prod .details .options .quantities .quantity { text-align: center; color: #333333; font-size: 12px; width: 90px; display: inline-block; padding: 2px 0; font-weight: 300; border: 1px solid #dbd1d5; background-color: transparent; height: auto; }
                #ProductDetail .details-prod .details .options .quantities .controller { vertical-align: top; text-align: center; color: #333333; 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: 5px; top: 18px; display: inline-block; vertical-align: middle; padding: 0; }
                    #ProductDetail .details-prod .details .options .quantities .controller.decrement { position: absolute; left: 5px; top: 18px; display: inline-block; vertical-align: middle; padding: 0; }

    #ProductDetail .details-prod .versionsHolder { text-transform: uppercase; text-align: left; color: #333333; font-size: 12px; line-height: 20px; font-weight: 300; display: block; vertical-align: middle; }
        #ProductDetail .details-prod .versionsHolder .productSize { }
        #ProductDetail .details-prod .versionsHolder .type-version { line-height: unset; }
        #ProductDetail .details-prod .versionsHolder .col-md-4, #ProductDetail .details-prod .versionsHolder col-md-8 { min-height: 43px; }
        #ProductDetail .details-prod .versionsHolder .colors { padding-bottom: 5px; margin-bottom: 4px; }
            #ProductDetail .details-prod .versionsHolder .colors .btn { margin: 0; width: 35px; height: 35px; border-radius: 50px; position: relative; border: 0; }
                #ProductDetail .details-prod .versionsHolder .colors .btn:focus { outline: none; box-shadow: none; }
                #ProductDetail .details-prod .versionsHolder .colors .btn span { border: 2px solid rgba(98, 98, 98, 0.05); width: 35px; height: 35px; color: black; text-align: center; transition: 0.3s; background-size: cover !important; position: relative; display: block; }
                #ProductDetail .details-prod .versionsHolder .colors .btn:after { content: ""; border: 2px solid black; width: 35px; height: 35px; border-radius: 50px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; opacity: 0; }
                #ProductDetail .details-prod .versionsHolder .colors .btn.hidden { height: 0 !important; }
                /*#ProductDetail .details-prod .versionsHolder .colors .btn:hover*/
                #ProductDetail .details-prod .versionsHolder .colors .btn.selected span { border: 4px solid white !important; }
                #ProductDetail .details-prod .versionsHolder .colors .btn.selected:after { content: ""; border: 2px solid black; width: 35px; height: 35px; border-radius: 50px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; opacity: 1; }
        #ProductDetail .details-prod .versionsHolder .productColor { height: 35px; width: 35px; border-radius: 50%; display: inline-block; padding: 0; }
            #ProductDetail .details-prod .versionsHolder .productColor span { height: 35px; width: 35px; border-radius: 50%; display: inline-block; padding: 0; }
        #ProductDetail .details-prod .versionsHolder .sizeHolder { overflow: hidden; opacity: 0; height: 0; }
            #ProductDetail .details-prod .versionsHolder .sizeHolder.selected { height: auto; line-height: 25px; opacity: 1; }
        #ProductDetail .details-prod .versionsHolder .sizes { padding: 5px 0; font-family: 'Open Sans', sans-serif; }
            #ProductDetail .details-prod .versionsHolder .sizes .btn { color: #333333; text-align: center; transition: 0.3s; border-radius: 50%; border: 1px solid rgba(98, 98, 98, 1); background-color: white; width: 35px; height: 35px; padding: 0; display: block; line-height: 35px; font-size: 18px; display: inline-block; margin: 2px 4px; font-weight: 700; }
                #ProductDetail .details-prod .versionsHolder .sizes .btn.hidden { height: 0 !important; }
                #ProductDetail .details-prod .versionsHolder .sizes .btn.disabled { color: rgba(98, 98, 98, 0.3); }
                #ProductDetail .details-prod .versionsHolder .sizes .btn:hover { background-color: #333333; transition: 0.3s; color: white !important; }
                #ProductDetail .details-prod .versionsHolder .sizes .btn.selected { background-color: black; color: white !important; }

    #ProductDetail .details-prod .cartHolder .btn { padding: 8px 10px; text-transform: uppercase; font-size: 11px; }
    #ProductDetail .details-prod .cartHolder { padding-top: 10px; padding-bottom: 0; }
        #ProductDetail .details-prod .cartHolder .text-danger { color: orangered; }
        #ProductDetail .details-prod .cartHolder .btn.btn-success { padding: 5px 30px; text-transform: uppercase; font-size: 14px; }
    #ProductDetail .details-prod .actionsHolder { padding-top: 15px; padding-bottom: 15px; color: #333333; font-size: 12px; text-align: center; border-bottom: 1px solid #BFBFBF; }
        #ProductDetail .details-prod .actionsHolder a { color: #333333; font-size: 12px; text-transform: uppercase; }
            #ProductDetail .details-prod .actionsHolder a:hover { color: #c69c6d; }
        #ProductDetail .details-prod .actionsHolder .icon { font-size: 25px; vertical-align: middle; }
    #ProductDetail .details .type-sizes { font-size: 9px; font-weight: 300; text-transform: uppercase; color: #333333; }
        #ProductDetail .details .type-sizes a { display: block; color: #333333; transition: 0.3s; }
            #ProductDetail .details .type-sizes a:hover { color: #c69c6d; transition: 0.3s; }
    #ProductDetail .share { margin: 10px 0; }
        #ProductDetail .share a { display: inline-block; margin-right: 0; transition: 0.3s; }
            #ProductDetail .share a i { font-size: 20px; color: #000; }
            #ProductDetail .share a:hover i { fill: #c69c6d; transition: 0.3s; }
    #ProductDetail .panel { border: 0; box-shadow: none; }
    #ProductDetail .panel-heading { background-color: transparent; border: 0; border-color: transparent; padding: 0; }
    #ProductDetail .panel .panel-title a { font-size: 12px; font-weight: 700; color: #333333; }
        #ProductDetail .panel .panel-title a[data-toggle="collapse"] .plus:before { content: "-"; display: inline-block; font-size: 18px; }
        #ProductDetail .panel .panel-title a.collapsed[data-toggle="collapse"] .plus:before { content: "+"; display: inline-block; font-size: 18px; }
    #ProductDetail .panel-body { background-color: transparent; border: 0; border-color: transparent; padding: 0; font-size: 12px; line-height: 14px; max-width: 80%; margin: auto; margin-bottom: 15px; margin-top: 10px; }
        #ProductDetail .panel-body p { font-size: 12px; line-height: 16px; }
    #ProductDetail .relatedProducts { padding-bottom: 40px; padding-top: 55px; margin: 0 70px; }
        #ProductDetail .relatedProducts .caption { padding-bottom: 15px; font-size: 18px; color: rgba(51, 51, 51, 0.8); font-weight: 700; line-height: 20px; text-transform: uppercase; text-align: left; }



/* Modal Sizes */
#TypeSizesModal { text-align: center; }
    #TypeSizesModal .modal-dialog { max-width: 900px; width: auto; }
    #TypeSizesModal .zcmsdoor.visible-door { left: 10px; right: 0; width: 100px; }
    #TypeSizesModal .close { opacity: 1; position: absolute; top: 10px; right: 15px; z-index: 9; }
    #TypeSizesModal .modal-content { border: 0; border-radius: 0; }


/* 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; }

.thumb-items .slick-slide figure { opacity: 0.7; }
.thumb-items .slick-slide.slick-current.slick-active figure { opacity: 1; }
.thumb-items .slick-next { transform: rotate(90deg); top: unset; bottom: 0; left: 0; right: 0; margin: auto; }
.thumb-items .slick-prev { transform: rotate(90deg); top: -25px; left: 0; right: 0; margin: auto; }


#RelationProducts .product { margin-right: 50px; }

/******************************************************************
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: #000; font-weight: 300; padding: 20px 0; text-align: center; }
    #BasketDetail .box-content table { width: 100%; }
        #BasketDetail .box-content table .price { font-size: 14px; font-family: 'Open Sans', sans-serif;; font-weight: 300; color: rgba(51, 51, 51, 0.8); }
        #BasketDetail .box-content table .price-send { font-size: 18px; font-family: 'Open Sans', sans-serif;; font-weight: 300; color: rgba(51, 51, 51, 0.8); }
        #BasketDetail .box-content table .text-table { font-size: 13px; padding: 20px 0; color: #000; text-transform: none; font-family: 'Open Sans', sans-serif;; font-weight: 300; color: rgba(51, 51, 51, 0.8); }
        #BasketDetail .box-content table .price-total { font-size: 30px; font-family: 'Open Sans', sans-serif;; font-weight: 300; color: rgba(51, 51, 51, 0.8); }
        #BasketDetail .box-content table th { font-size: 14px; padding-top: 10px; padding-bottom: 10px; color: #000; }
        #BasketDetail .box-content table tr { /*border: 1px #dbd1d5 solid;*/ }
        #BasketDetail .box-content table td { font-size: 14px; padding: 15px; text-transform: uppercase; color: #000; font-family: 'Open Sans', sans-serif;; font-weight: 300; color: rgba(51, 51, 51, 0.8); }
        #BasketDetail .box-content table .remove-product, #BasketDetail .box-content table .remove-coupon { font-size: 25px; color: #e20f0f; }
    #BasketDetail .actions { margin-top: 20px; }
    #BasketDetail .product-color-square { height: 22px; width: 22px; display: inline-block; border: 1px solid #dbd1d5; }
    #BasketDetail .basket-products .product-operation { height: 35px; border: 1px solid #dbd1d5; 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: #666; }
        #BasketDetail .basket-products .product-operation i { margin: 0; }
    #BasketDetail .basket-products .quantity { height: 35px; border: 1px solid #dbd1d5; 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: #c69c6d; }
        #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: black; }
            #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: #c69c6d; font-size: 22px; font-weight: 700; }
    #BasketCheckout .basket-lines { font-family: 'Open Sans', sans-serif; font-weight: 300; color: rgba(51, 51, 51, 0.8); }
        #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; padding-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; }

.only-print { display: none !important; }

@media print {
    #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; }
    .only-print { display: block !important; }
    .no-print { display: none !important; }
    .generalContentSection { padding: 0; }
    .zcmsdoor { display: none !important; }
}
