/******************************************************************
 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; }

/******************************************************************
Geral Html
******************************************************************/
body { overflow-x: hidden; font-family: 'Open Sans', sans-serif; background-color: #ffffff; margin-top: 100px; }
    body.open { overflow: hidden; }

    body .wrapper { padding: 0 70px; max-width: 100%; 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 h1 { font-size: 55px; }
    body h2 { font-size: 40px; font-family: Oswald, sans-serif; }
    body h3 { font-size: 30px; font-family: Oswald, sans-serif; }
    body h4 { font-size: 20px; }
    body h5 { font-size: 16px; }

/* Buttons */
.btn { -moz-transition: all 0.3s; -o-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; border-radius: 0; font-family: 'Open Sans', sans-serif; font-weight: 400; }
    .btn.btn-primary { /* TODO */ }
    .btn.btn-default { /* TODO */ }
    .btn.btn-info { background-color: #d4145a; color: #ffffff; border-color: #d4145a; }
        .btn.btn-info:hover { background-color: #4d4d4d; border-color: #4d4d4d; }
    .btn.btn-warning { /* TODO */ }
    .btn.btn-success { background-color: #93b323; color: #ffffff; font-size: 12px; border-color: #93b323; }
        .btn.btn-success:hover { background-color: #4d4d4d; border-color: #4d4d4d; }
    .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: #007AA4 !important; background-color: white !important; height: 35px; width: 35px; border-color: #007AA4 !important; border-radius: 4px; margin: 0 5px; }
    .pagination .active a { border-color: #007AA4; background: #007AA4 !important; color: white !important; border: 1px solid #007AA4; }
    .pagination .disabled a { cursor: not-allowed; opacity: 0.5 !important; filter: alpha(opacity=50) !important; font-size: 16px !important; text-align: center; }
    .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 0; border-top-left-radius: 0; padding: 6px 4px; border-radius: 4px; }
    .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 0; border-top-right-radius: 0; padding: 6px 9px; border-radius: 4px; }


/******************************************************************
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: 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); }

.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; }


/******************************************************************
popUpModal
******************************************************************/
body .popUpModal { }
    body .popUpModal img{ max-width:100%;}
    body .popUpModal .modal-dialog { max-width: 50%; width: auto; margin: 100px auto; }
    body .popUpModal .modal-content{ border-radius:0;}
   body .popUpModal .modal-header{ border:0; margin-bottom:6px;}
   

/******************************************************************
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); }


/******************************************************************
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 .no-margin-right { margin-right: 0 !important; }
body  .marginTop80{    margin-top: 80px;}
body .zcmscontent-options .btn { font-family: 'Oswald', sans-serif; font-size: 16px; }
body .rte-pop { background: none; border: none; z-index: 50; }

/******************************************************************
zCMSContent
******************************************************************/
#zCMSContent { padding: 0; }

/******************************************************************
Modais
******************************************************************/

/* Basket Modal */
#BasketModal { padding-right: 0 !important; top: 0 !important; right: 0 !important; font-family: 'Open Sans', sans-serif; font-weight: 400; }
    #BasketModal .close { opacity: 1; padding-right: 25px; padding-top: 25px; transition: 0.3s; }
        #BasketModal .close:hover { color: #93b323; transition: 0.3s; }
    #BasketModal .modal-body { padding: 0 15px; background: #FFF; padding: 0 40px; }
    #BasketModal .modal-header { border: 0; padding: 0 40px; padding-top: 50px; padding-bottom: 15px; text-align: center; background: #FFF; }
        #BasketModal .modal-header svg { height: 35px; width: 35px; display: inline-block; vertical-align: middle; margin: auto; margin-bottom: 10px; }
        #BasketModal .modal-header h4 { display: inline-block; vertical-align: middle; font-family: Oswald, sans-serif; font-weight: 400; text-transform: uppercase; }
    #BasketModal .modal-dialog { width: 350px; height: 100vh; margin: 0; float: right; }
    #BasketModal .modal-content { background: #f7f7f8; border: 0; border-radius: 0; height: 100vh; }
        #BasketModal .modal-content .infos { font-size: 14px; padding: 15px 0; background: white; font-family: 'Open Sans', sans-serif; font-weight: 400; color: #4d4d4d; }
            #BasketModal .modal-content .infos strong { display: block; font-size: 16px; font-family: 'Open Sans', sans-serif; font-weight: 700; }
        #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: 15px; height: 15px; display: inline-block; vertical-align: middle; }
    #BasketModal .modal-footer { text-align: left; margin-top: 0; padding: 0 40px; border-top: 0; padding-bottom: 50px; background: #FFF; }
        #BasketModal .modal-footer a { display: block; margin: 0; margin-bottom: 10px; }
            #BasketModal .modal-footer a.btn { display: block; margin: 0; margin-bottom: 10px; text-transform: uppercase; font-family: Oswald, sans-serif; font-weight: 500; font-size: 16px; }

/* Login Modal */
#LoginModal { padding-right: 0 !important; }
    #LoginModal .close { opacity: 1; transition: 0.3s; }
        #LoginModal .close:hover { color: #93b323; transition: 0.3s; }
    #LoginModal .status { margin-bottom: 10px; text-align: center; }
    #LoginModal .modal-header { border: 0; padding-top: 50px; background-color: white; }
    #LoginModal .modal-title { display: block; vertical-align: middle; font-family: 'Open Sans', sans-serif; font-weight: 700; text-transform: uppercase; padding: 0 25px; }
    #LoginModal .modal-dialog { width: 350px; height: 100vh; margin: 0; float: right; }
        #LoginModal .modal-dialog .modal-content { background-color: #f7f7f8; height: 100vh; border-radius: 0; padding: 0; box-shadow: 0 0 5px 0 rgba(77,77,77,.8); border: 0; }
        #LoginModal .modal-dialog label { margin-bottom: 0; cursor: pointer; font-size: 13px; display: inline-block; vertical-align: middle; color: #333333; font-family: "Open Sans"; font-weight: 400; margin-bottom: 5px; }
    #LoginModal a { color: #4d4d4d; font-size: 13px; transition: 0.3s; display: inline-block; }
        #LoginModal a:hover { transition: 0.3s; color: rgb(147, 179, 35); }
    #LoginModal .modal-footer { margin-top: 0; padding-top: 0; border-top: 0; padding: 0 40px; padding-bottom: 50px; text-align: left; background-color: white; }
        #LoginModal .modal-footer a { display: block; }
        #LoginModal .modal-footer button { display: block; margin-top: 15px; text-transform: uppercase; font-family: Oswald, sans-serif; font-weight: 500; font-size: 16px; }
    #LoginModal .modal-body { position: relative; padding: 0 40px; background-color: white; }

    #LoginModal .modal-register { margin-top: 0; padding-top: 0; border-top: 0; padding: 25px 40px; padding-bottom: 50px; text-align: left; }
        #LoginModal .modal-register label { color: #333333; font-family: 'Open Sans', sans-serif; font-size: 17px; font-weight: 900; line-height: 17px; text-transform: uppercase; display: block; }
        #LoginModal .modal-register a { color: #333333; font-family: 'Open Sans', sans-serif; font-size: 17px; border: 1px solid #4d4d4d; padding: 5px 15px; text-transform: uppercase; display: inline-block; margin-top: 15px; transition: 0.3s; }
            #LoginModal .modal-register a:hover { background-color: #4d4d4d; color: white; }

#LoginModal-CreateAccount .modal-footer { border: 0; }


#LoginModal input { background-color: #f7f7f7; color: #4d4d4d; border-radius: 0; border: 0; padding-left: 10px; font-size: 12px; }
    #LoginModal input::-webkit-input-placeholder { color: #4d4d4d; }
    #LoginModal input::-moz-placeholder { color: #4d4d4d; }
    #LoginModal input:-ms-input-placeholder { color: #4d4d4d; }
    #LoginModal input:-moz-placeholder { color: #4d4d4d; }


/******************************************************************
Header
******************************************************************/
#Header { padding: 18px 0; position: fixed; top: 0; left: 0; right: 0; margin: auto; width: 100%; z-index: 20; background-color: rgba(255, 255, 255, 1); height: 100px; }
    #Header.bgTransparent { background-color: rgba(255, 255, 255, 0.8); }
    #Header .logo { padding-right: 30px; display: inline-block; max-width: 150px; vertical-align: middle; position: relative; z-index: 21; }
    #Header .menu { color: #93b323; font-family: Oswald; font-size: 24px; line-height: 24px; font-weight: 700; text-transform: uppercase; vertical-align: middle; display: inline-block; margin-top: 15px; float: right; clear: both; cursor: pointer; }
        #Header .menu svg { margin-left: 15px; vertical-align: top; display: inline-block; }
    #Header .full-menu { position: fixed; left: 0; right: 0; top: 0; bottom: 0; margin: auto; z-index: 11; display: none; }
        #Header .full-menu .btnClose { cursor: pointer; float: right; margin-top: 40px; }
        #Header .full-menu .navigation { margin: 0; padding: 0; display: block; text-align: center; position: relative; top: 25vh; }
            #Header .full-menu .navigation li { display: block; vertical-align: middle; }
                #Header .full-menu .navigation li a { display: inline-block; color: #ffffff; font-family: Oswald; font-size: 40px; line-height: 70px; font-weight: 600; text-transform: uppercase; transition: 0.3s; }
                    #Header .full-menu .navigation li a:hover { color: #4d4d4d; }
                    #Header .full-menu .navigation li a.active { font-weight: 700; color: #4d4d4d; }
        #Header .full-menu .small-foot { position: fixed; bottom: 0; width: 100%; padding: 30px 0; color: white; text-transform: uppercase; font-family: "Open Sans"; font-size: 10px; font-weight: 500; }
            #Header .full-menu .small-foot a { color: white; }
    #Header.open .logo svg path { fill: #ffffff; }
    #Header.open .full-menu { display: block; }

/******************************************************************
LateralMenus
******************************************************************/

/* lateral menu store button*/
#LateralMenuLeft { z-index: 10; position: fixed; top: 200px; bottom: 0; height: 100%; margin: auto; left: 0; width: 70px; display: block; background-color: rgba(255, 255, 255, 0.8); transition: 0.3s; }
    #LateralMenuLeft .storebtn { color: #ffffff; background-color: #93b323; font-family: Oswald; font-size: 24px; font-weight: 700; display: block; position: relative; top: 32vh; text-align: center; text-transform: uppercase; }

    #LateralMenuLeft.open { background-color: rgba(255, 255, 255, 0); }
        #LateralMenuLeft.open .storebtn { background-color: white; color: #93b323; }
            #LateralMenuLeft.open .storebtn svg text { fill: #93b323; }

/* lateral menu social network*/
#LateralSocialMenu { z-index: 10; position: fixed; top: 200px; bottom: 0; height: 100%; margin: auto; right: 0; width: 70px; display: block; background-color: rgba(255, 255, 255, 0.8); transition: 0.3s; }
    #LateralSocialMenu .social { list-style: none; padding: 0; margin-bottom: 0; position: relative; top: 34vh; }
        #LateralSocialMenu .social li { margin: 10px 0; }
            #LateralSocialMenu .social li a { color: #93b323; font-family: Oswald; font-size: 24px; font-weight: 700; display: block; text-align: center; text-transform: uppercase; transition: 0.3s; }
                #LateralSocialMenu .social li a svg path { fill: #93b323; }
                #LateralSocialMenu .social li a:hover svg path { fill: #4d4d4d; transition: 0.3s; }

    #LateralSocialMenu.open { background-color: rgba(255, 255, 255, 0); }
        #LateralSocialMenu.open .social li a svg path { fill: #ffffff; }
        #LateralSocialMenu.open .social li a:hover svg path { fill: #4d4d4d; transition: 0.3s; }


/* lateral menu Store - Right*/
#LateralStoreMenu { z-index: 9; position: fixed; top: 0; bottom: 0; height: 100%; margin: auto; right: 0; width: 70px; display: block; background-color: rgba(255, 255, 255, 0.8); transition: 0.3s; }
    #LateralStoreMenu .icons-menu { position: relative; top: 40vh; }
        #LateralStoreMenu .icons-menu a { display: block; text-align: center; margin-bottom: 30px; }
            #LateralStoreMenu .icons-menu a:hover svg path { fill: #4d4d4d; transition: 0.3s; }
        #LateralStoreMenu .icons-menu .basket-icon { position: relative; display: block; }
            #LateralStoreMenu .icons-menu .basket-icon .count-basket { line-height: 15px; background-color: #f6070c; width: 16px; height: 16px; color: white; border-radius: 15px; position: absolute; top: 4px; right: 16px; font-size: 12px; text-align: center; font-weight: 700; font-family: 'Open Sans',sans-serif; }


/******************************************************************
Footer
******************************************************************/
#Footer { display: block; background: #93b323; color: white; padding: 40px 0; font-family: "Open Sans"; font-size: 10px; font-weight: 500; text-transform: uppercase; position: relative; z-index: 10; }
    #Footer .footer-top { border-bottom: 1px solid white; padding-bottom: 50px; margin-bottom: 25px; }
        #Footer .footer-top ul { padding-left: 0; margin-bottom: 0; display: inline-block; margin-right: 100px; vertical-align: top; }
            #Footer .footer-top ul li { list-style: none; display: block; color: #ffffff; font-family: "Open Sans"; font-size: 14px; line-height: 30px; text-transform: uppercase; font-weight: 400; }
                #Footer .footer-top ul li.title { font-weight: 700; }
                #Footer .footer-top ul li a { color: #ffffff; transition: 0.3s; }
                    #Footer .footer-top ul li a:hover { color: #4d4d4d; }
                    #Footer .footer-top ul li a.active { color: #4d4d4d; }
        #Footer .footer-top .logo { text-align: center; }
            #Footer .footer-top .logo svg path { fill: #ffffff; }
    #Footer a { color: white; text-transform: uppercase; }

#PushTopBtn { display: inline-block; width: 35px; float: right; cursor: pointer; }
/******************************************************************
subHeader
******************************************************************/
.subHeader { overflow: hidden; -webkit-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.3); box-shadow: 0px 3px 11px 0px rgba(0,0,0,0.3); z-index: 5; position: relative; }
    .subHeader .background { width: 100%; height: 100%; position: absolute; left: 0; top: 0; transform: translate3d(0,0,0) scale(1.25); background-size: cover; z-index: -1; background-attachment: scroll, fixed !important; background-position: center center !important; }
    .subHeader.kenBurnsReady .background { transform: scale(1); transition: 8s transform; }
    .subHeader h1 { text-align: center; line-height: 200px; color: #fff; font-size: 50px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }

/******************************************************************
box-brand
******************************************************************/
.box-brand { width: 100%; background-color: white; text-align: center; height: 400px; position: relative; display:block;}
    .box-brand img { position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; padding: 0 35px; }

/******************************************************************
HomeIndex
******************************************************************/
#HomeIndex { }
    #HomeIndex .banners { position: relative; }
        #HomeIndex .banners .whiteBg { background-color: rgba(255,255,255,0.8); max-width: 100%; position: absolute; bottom: 0; left: 70px; right: 70px; z-index: 2; height: 70px; margin: auto; }
    #HomeIndex .brands-section { padding: 95px 55px; }
        #HomeIndex .brands-section h2 { text-transform: uppercase; color: white; text-align: center; margin-bottom: 70px; }

#BannersBottom .image { display: block; position: relative; }
    #BannersBottom .image h2 { color: #ffffff; font-family: 'Open Sans', sans-serif; font-size: 44px; font-weight: 900; line-height: 55px; text-transform: uppercase; text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4); text-align: center; position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 55px; margin: auto; }


#HomeBanners { height: 100vh; }
    #HomeBanners .image .content { color: white; position: absolute; right: 0; left: 0; text-align: center; top: 40vh; }
        #HomeBanners .image .content h2 { color: #ffffff; font-family: Oswald; font-size: 72px; font-weight: 700; text-transform: uppercase; text-shadow: 1px 1px 8px rgba(77, 77, 77, 0.4); }
        #HomeBanners .image .content .btn { margin-top: 30px; padding: 10px 25px; font-family: 'Oswald', sans-serif; font-size: 24px; font-weight: 400; text-transform: uppercase; }
            #HomeIndex section { padding: 75px 56px; background-color: #fbfbf6;}
        #HomeIndex .list-collection h3{ color: #93b323; font-family: 'Oswald', sans-serif; font-size: 40px; font-weight: 500; text-transform: uppercase; text-align: center; margin-top:80px; margin-bottom: 55px; }

/******************************************************************
HomeContent
******************************************************************/
#HomeContent { margin-top: 80px; }
#HomeContentGalery { float: left; max-width: 500px; margin-right: 15px; }

/******************************************************************
HomeBrands
******************************************************************/
#HomeBrands { background-color: #fbfbf6; }
    #HomeBrands h3 { color: #93b323; font-family: 'Oswald', sans-serif; font-size: 40px; font-weight: 500; text-transform: uppercase; text-align: center; margin-bottom: 55px; }
    #HomeBrands section { padding: 75px 56px; }
        #HomeBrands section .logotipo { max-width: 100%; margin-bottom: 16px; height: 90px; }
        #HomeBrands section .paddingcontent { margin-bottom: 74px; }
        #HomeBrands section .boxcontent { padding-bottom: 45px; padding-left: 36px; padding-right: 90px; padding-top: 38px; }
            #HomeBrands section .boxcontent h6 { color: #333333; font-family: 'Open Sans', sans-serif; font-size: 21px; font-weight: 400; text-transform: uppercase; margin-top: 38px; }
            #HomeBrands section .boxcontent p { color: #333333; font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 400; line-height: 21px; margin-bottom: 50px; }
            #HomeBrands section .boxcontent .btn { font-family: 'Oswald', sans-serif; font-size: 24px; font-weight: 400; text-transform: uppercase; }


/******************************************************************
HomeCatalogs
******************************************************************/
#HomeCatalog { background-color: #fbfaf5; }
    #HomeCatalog section { padding: 65px 55px; }
        #HomeCatalog section h3 { color: #93b323; font-family: 'Oswald', sans-serif; font-size: 40px; font-weight: 500; text-transform: uppercase; text-align: center; margin-bottom: 65px; }
        #HomeCatalog section .box-content { position: relative; margin-bottom:50px;}
        #HomeCatalog section .box-content  .itemCatalog{ position:relative; }
        #HomeCatalog section .box-content .itemCatalog .imgwrapper { position: relative; max-height:610px; overflow:hidden;}
            #HomeCatalog section .box-content .itemCatalog .imgwrapper .imageCatalog {  width:100%; position: relative; }
            #HomeCatalog section .box-content .itemCatalog .magnifier { position: absolute; top: 17px; right: 15px; }
                #HomeCatalog section .box-content .itemCatalog .magnifier svg path { fill: #ffffff; transition:0.3s;}
                #HomeCatalog section .box-content .itemCatalog .magnifier:hover svg path{fill:#93b323;}
            #HomeCatalog section .box-content .itemCatalog .boxLogo { background-color: rgba(255, 255, 255, 0.65); position: absolute; top: 130px; right: 0; padding: 6px 22px; max-width: 200px; }
                #HomeCatalog section .box-content .itemCatalog .boxLogo img { max-width: 100%; }
            #HomeCatalog section .box-content .itemCatalog .collection { position: absolute; bottom: 20px; padding-left:50px; padding-right:50px; margin:auto; width:100%; text-align:center; }
                #HomeCatalog section .box-content .itemCatalog .collection h4 { color: #ffffff; font-family: 'Open Sans', sans-serif; font-size: 20px; font-weight: 400; text-transform: uppercase; text-shadow:0 0 5px rgba(77, 77, 77, 0.8);}
                #HomeCatalog section .box-content .itemCatalog .collection p { color: #ffffff; font-family: 'Open Sans', sans-serif; font-size: 15px; font-weight: 400; text-transform: uppercase; text-shadow:0 0 5px rgba(77, 77, 77, 0.8);}
            #HomeCatalog section .box-content .catalogLink { }
                #HomeCatalog section .box-content .catalogLink a { display: block; color: #93b323; font-family: "Open Sans"; font-size: 18px; text-transform: uppercase; font-weight:700; transition:0.3s;}
                #HomeCatalog section .box-content .catalogLink a:hover{color:#4d4d4d;}
                  #HomeCatalog section .box-content .catalogLink a img{display:inline-block; vertical-align:middle;}
                 #HomeCatalog section .box-content .catalogLink a div{display:inline-block; vertical-align:middle; max-width:80%;}


/******************************************************************
HomeContacts
******************************************************************/
#HomeContacts {  background-color: #fbfaf5;}
#HomeContacts h3 { color: #93b323; font-family: 'Oswald', sans-serif; font-size: 40px; font-weight: 500; text-transform: uppercase; text-align: center; margin-bottom: 65px;  padding-top:65px; }
#HomeContacts section h3{padding:unset; margin:unset;}
#HomeContacts .ZFormGroupTitle{font-family: 'Oswald', sans-serif; font-size: 22px; font-weight: 400; margin-bottom:15px; text-transform:uppercase;}
#Map{margin-top:80px !important;}

/******************************************************************
CollectionMain
******************************************************************/
#CollectionMain { background-color: #fbfaf5; }
    #CollectionMain section { padding: 65px 55px; }
        #CollectionMain section h3 { color: #93b323; font-family: 'Oswald', sans-serif; font-size: 40px; font-weight: 500; text-transform: uppercase; text-align: center; margin-bottom: 65px; }
            #CollectionMain .collection-section { padding: 95px 55px; margin-bottom:250px; }
        #CollectionMain .collection-section h2 { text-transform: uppercase; color: white; text-align: center; font-size:48px; margin-bottom:12px;}
        #CollectionMain .collection-section h4 { text-transform: uppercase; color: white; text-align: center; font-family: 'Oswald', sans-serif; font-size:24px; margin-bottom:80px; }
        #CollectionMain .collection-section .box-brand{box-shadow:1px 1px 10px rgba(77, 77, 77, 0.5); transition:0.5s; }
        #CollectionMain .collection-section .box-brand:hover{box-shadow:1px 1px 10px rgba(0, 0, 0, 0.8)}

/******************************************************************
CollectionIndex
******************************************************************/
#CollectionIndex {background-color: #fbfaf5; }
#CollectionIndex .banner-section {position:relative; margin-bottom:150px;}
#CollectionIndex .banner-section .mini-section{background-color: #fbfaf5;  position:absolute; bottom:-80px;  left:0; right:0; max-width:800px; margin:auto; text-align:center; display:block; padding:40px 15px; }
#CollectionIndex .banner-section .mini-section img{margin-bottom:25px;}
#CollectionIndex .banner-section .mini-section h3{font-family: 'Oswald', sans-serif;  font-size:24px; font-weight:500;}
    #CollectionIndex section { padding: 65px 55px; }
     .list-collection{}
         .list-collection .product:hover { box-shadow: 1px 1px 15px rgba(155, 112, 44, 0.75); }
         .list-collection .product .details::before { content: ''; width: 80%; height: 2px; background-color: #cdcdcd; position: absolute; top: 0; left: 0; right: 0; margin: auto; }
          .list-collection .product-modal.modal-dialog{margin-top:15vh; }
          .list-collection .product-modal .modal-content{border:0; border-radius:0; box-shadow:none; padding:15px;}
          .list-collection .product-modal .modal-content .modal-header{border-bottom:0; text-align:center; position:relative; }
          .list-collection .product-modal .modal-content .modal-header img{ max-width:100px; position:absolute; top:0; left:0;}
          .list-collection .product-modal .modal-content .modal-header h3{ text-transform:uppercase; font-size:24px;}
          .list-collection .product-modal .modal-content .modal-header button{opacity:1; position:absolute; top:-50px; right:-50px;;}

         /* PhotosGalery */
.prodPhotos { background-color: transparent; }
    .prodPhotos  .slides img { height: auto; max-width: 100%; width: auto; margin: auto; }
    .prodPhotos  .imageWrapper { background-color: white; }



.thumbsPhotos{ padding: 25px 30px; background-color: transparent;  }
    .thumbsPhotos .flex-active-slide img { border: 2px solid #cdcdcd; }
    .thumbsPhotos li { padding: 10px; }
       .thumbsPhotos li img { width: 130px; height: auto; cursor: pointer; border: 1px solid #cdcdcd;}

/******************************************************************
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
******************************************************************/
.search-box { border-radius: 0; border: 0; background-color: #f2f2f2; color: #4d4d4d; 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); }
    .search-box input::-webkit-input-placeholder { color: #4d4d4d; }
    .search-box input::-moz-placeholder { color: #4d4d4d; }
    .search-box input:-ms-input-placeholder { color: #4d4d4d; }
    .search-box input:-moz-placeholder { color: #4d4d4d; }

/******************************************************************
product
******************************************************************/
body .product { background: white; display: block; margin-bottom: 20px; font-family: "Open Sans"; font-weight: 400; position: relative; }
    body .product .link { display: block; position: relative; }
    body .product .discount { position: absolute; top: 55px; left: 0; text-align: center; display: inline-block; background: #93b323; text-transform: uppercase; color: white; padding: 2px 5px; width: 70px; font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 16px; z-index: 2; }
    /*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: 'Open Sans', sans-serif; font-weight: 400; font-size: 11px; z-index: 4; }*/
    body .product .imgWrapper { display: block; min-height:340px; padding: 25px 0;}
        body .product .imgWrapper > img { display: inline-block; width: 100%; }
    body .product .effect { position: absolute; left: 0; right: 0; top: 60px; width: 100%; 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: 0 35px; position: absolute; bottom: 0; width: 100%; height: 40px; z-index: 2; }
    body .product:hover .effect { opacity: 1; }
    body .product:hover { box-shadow: 1px 1px 15px rgba(77, 77, 77, 0.3); }
    body .product .effect .moreColors { display: inline-block; vertical-align: middle; text-align: left; color: #93b323; font-family: "Open Sans"; font-size: 15px; font-weight: 700; }
    body .product .effect .wish { display: inline-block; vertical-align: middle; float: right; }
        body .product .effect .wish a { display: block; }
            body .product .effect .wish a svg path { fill: #cd0056; stroke: #cd0056; transition: 0.3s; }
            body .product .effect .wish a:hover svg path { fill: #333333; stroke: #333333; }

    body .product .details { position: relative; font-weight: 400; text-align: center; padding: 25px 10px; }
        body .product .details::before { content: ''; width: 80%; height: 2px; background-color: #93b323; position: absolute; top: 0; left: 0; right: 0; margin: auto; }
        body .product .details .description { }
        body .product .details .title { color: #333333; font-family: "Open Sans"; font-size: 15px; font-weight: 400; margin-bottom: 10px; }
        body .product .details .brand { color: #333333; font-size: 15px; font-weight: 700; text-transform: uppercase; }
        body .product .details .priceHolder { text-align: center; }
            body .product .details .priceHolder .price { color: #93b323; font-size: 15px; line-height: 15px; background-color: white; display: inline-block; vertical-align: top; }
                body .product .details .priceHolder .price .lineOver { color: black; text-decoration: line-through; font-size: 12px; display: inline-block; }



/* banner products */
#ProductsBanners { }
    #ProductsBanners .image { position: relative; }
        #ProductsBanners .image .content { height: 90px; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; }
            #ProductsBanners .image .content h2 { color: #ffffff; font-family: 'Oswald', sans-serif; font-size: 40px; font-weight: 700; text-transform: uppercase; text-align: center; text-shadow: 1px 1px 10px rgba(0, 0,0, 0.8); }
    #ProductsBanners .flex-control-nav { width: 23px; position: absolute; bottom: 0; text-align: center; z-index: 2; right: 10px; top: 50%; margin: auto; }
    #ProductsBanners .flex-control-paging li a.flex-active { background: #93b323; background: rgba(147, 179, 35, 0.9); cursor: default; }
    #ProductsBanners .flex-control-paging li a { width: 11px; height: 11px; display: block; background: rgb(255, 255, 255); background: rgba(255, 255, 255, 0.5); cursor: pointer; text-indent: -9999px; -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; box-shadow: none; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }


/* sliders products */
.productsSlider { margin: 0 52px; }
.flexslider .flex-direction-nav a:before { display: none; }
.flexslider .flex-direction-nav .flex-prev { left: -35px; opacity: 1; }
    .flexslider .flex-direction-nav .flex-prev:hover { left: -35px; opacity: 1; }
.flexslider .flex-direction-nav .flex-next { right: -35px; opacity: 1; }
    .flexslider .flex-direction-nav .flex-next:hover { right: -35px; opacity: 1; }
.flexslider:hover .flex-direction-nav .flex-prev { opacity: 1; left: -35px; }
.flexslider:hover .flex-direction-nav .flex-next { opacity: 1; right: -35px; }
.flexslider .slides > li .product { margin: 10px 10px; }

/******************************************************************
ProductsIndex
******************************************************************/
#ProductsIndex { padding: 0 70px; }
    #ProductsIndex .titleFeatured { color: #93b323; text-transform: uppercase; text-align: center; margin: 50px 0; font-weight: 500; }



/* menu categorias */
.list { margin-top: 0; }
.products-list { width: 84%; float: left; display: inline-block; position: relative; background-color: #fbfaf5; padding-bottom: 80px; }
.products-menu { width: 16%; float: left; display: inline-block; position: relative; }
.products-list.tablet { width: 75%; }
.products-menu.tablet { width: 25%; float: left; display: inline-block; position: relative; }

.products-menu .btn-close { position: absolute; left: -45px; top: 45vh; cursor: pointer; transition: 0.3s; z-index: 2; }
    .products-menu .btn-close svg path { fill: #93b323; transition: 0.3s; }
    .products-menu .btn-close:hover svg path { fill: #4d4d4d; transition: 0.3s; }
.products-menu .btn-open { opacity: 0; position: absolute; left: -45px; top: 45vh; cursor: pointer; transition: 0.3s; z-index: 1; }
    .products-menu .btn-open svg path { transition: 0.3s; }
    .products-menu .btn-open:hover svg path { fill: #4d4d4d; transition: 0.3s; }

/* menu close - detail */
.product-details { width: 100%; float: left; display: inline-block; position: relative; clear: both; }
.products-menu.p-close { width: 0; float: left; display: inline-block; position: relative; clear: both; }
    .products-menu.p-close .btn-open { position: absolute; left: -45px; top: 45vh; transition: 0.3s; opacity: 1; cursor: pointer; z-index: 2; }
    .products-menu.p-close .btn-close { position: absolute; left: -45px; top: 45vh; cursor: pointer; transition: 0.3s; z-index: 1; opacity: 0; }
    .products-menu.p-close .filters { opacity: 0; }



.filters { border: 1px solid #f2f2f2; margin-right: 50px; }
    .filters .whiteBackgoundfilter { background-color: white; padding: 20px 20px; }
    .filters .grayBackgoundfilter { background-color: #f7f7f8; padding: 20px 20px; min-height: 100vh; }
        .filters .grayBackgoundfilter h3 { font-size: 16px; font-family: 'Open Sans', sans-serif; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; }
    .filters .searchIcon { height: 14px; display: inline-block; position: absolute; right: 0; top: 9px; }
        .filters .searchIcon svg { max-height: 100%; }
            .filters .searchIcon svg path { fill: #4d4d4d; }
    .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: 25px; display: inline-block; vertical-align: top; }
            .filters .displays a.active { color: #22B7E8; }
.filter-section button { background-color: transparent; border: 0; display: block; color: #4d4d4d; width: 100%; padding: 0; text-align: left; }
    .filter-section button.active { color: #93b323; font-weight: 700; }
.filter-section h4 { font-size: 16px; font-family: 'Open Sans', sans-serif; font-weight: 400; padding: 0; display: inline-block; text-transform: uppercase; }
.filter-section .collapsed .icon-angle-down { display: block; }
.filter-section .collapsed .icon-angle-up { display: none; }
.filter-section .icon-angle-down { display: none; }
.filter-section .icon-angle-up { display: block; }
.filter-section { margin-bottom: 10px; }



.categories { color: #FFF; font-family: 'Open Sans', sans-serif; border: 0; text-transform: uppercase; }
    .categories h2 { font-size: 16px; }
    .categories h3 { font-size: 16px; font-family: 'Open Sans', sans-serif; font-weight: 400; }
    .categories h4 { font-size: 16px; font-family: 'Open Sans', sans-serif; font-weight: 700; }
    .categories .panel-group { margin: 0; }
        .categories .panel-group .panel + .panel { margin-bottom: 10px; }
    .categories .panel-default { border-radius: 0 !important; margin-top: 0; border: 0; }
        .categories .panel-default .panel-heading { padding: 4px 0; padding-right: 0; color: #4d4d4d; text-transform: uppercase; font-weight: 400; font-size: 16px; background: white; 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: #4d4d4d; font-family: 'Open Sans', sans-serif; font-weight: 700; }
    .categories .panel-default .collapsed .panel-heading { background: white; color: #4d4d4d; font-family: 'Open Sans', sans-serif; }
        .categories .panel-default .collapsed .panel-heading:hover, .categories .panel-default .active .panel-heading { background: white; color: #93b323; font-family: 'Open Sans', sans-serif; font-weight: 700; }
    .categories .panel .panel .panel-heading:hover, .categories .panel .panel .active .panel-heading { background: white; color: #93b323; font-weight: 700; }
    .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 { border: 0; }
        .categories .panel .panel .collapsed .panel-heading .panel-title { background: white; color: #4d4d4d; font-family: 'Open Sans', sans-serif; font-weight: 400; }
        .categories .panel .panel .collapsed.active .panel-heading .panel-title { background: white; color: #93b323; font-family: 'Open Sans', sans-serif; font-weight: 700; }
        .categories .panel .panel .panel-heading { background: white; color: #4d4d4d; font-weight: 700; padding: 0; }
            .categories .panel .panel .panel-heading .panel-title { background: white; color: #4d4d4d; font-weight: 700; padding: 6px 0; font-size: 16px; }
    .categories .panel-body .panel-body { padding-left: 15px; }
        .categories .panel-body .panel-body a { background: white; text-transform: unset; display: block; font-size: 16px; color: #4d4d4d; border: 0; -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: white; color: #93b323; font-weight: 700; }
    .categories .panel-group .panel-default { margin: 0; border: 0; }



#ProductsIndex .listing { }
    #ProductsIndex .listing .products { padding: 0 50px; padding-top: 25px; }


/******************************************************************
ProductDetail 
******************************************************************/
#ProductDetail { padding: 45px 70px; font-family: 'Open Sans', sans-serif; background-color: #fbfbf6; }
    #ProductDetail .product-details { float: none; }
    #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: #93b323; }
    #ProductDetail .crumb { margin-bottom: 45px; font-weight: 700; color: #4d4d4d; font-size: 13px; text-transform: uppercase; }
        #ProductDetail .crumb a { font-weight: 400; transition: 0.3s; color: #4d4d4d; }
            #ProductDetail .crumb a:hover { color: #93b323; transition: 0.3s; }
    /*#ProductDetail .details-prod .details .new { position: relative; text-align: center; display: inline-block; background: black; text-transform: uppercase; color: #FFF; padding: 2px 5px; font-family: 'Open Sans', sans-serif; font-weight: 400; font-size: 11px; margin-bottom: 20px; z-index: 2; }*/
    #ProductDetail .details-prod .details .discount { position: relative; text-align: center; display: inline-block; background: white; text-transform: uppercase; color: black; padding: 2px 5px; font-family: 'Open Sans', sans-serif; font-weight: 700; font-size: 14px; margin-bottom: 20px; }
    #ProductDetail .details-prod .details { background-color: white; padding: 40px 45px; position: relative; }
        #ProductDetail .details-prod .details .wish { height: 55px; width: 55px; display: inline-block; position: absolute; right: 0; top: 0; text-align: center; transition: 0.3s; }
            #ProductDetail .details-prod .details .wish a { line-height: 65px; display: block; transition: 0.3s; }
                #ProductDetail .details-prod .details .wish a svg path { fill: #cd0056; stroke: #cd0056; transition: 0.3s; }
            #ProductDetail .details-prod .details .wish:hover a svg path { fill: #4d4d4d; stroke: #4d4d4d; }
        #ProductDetail .details-prod .details h1 { margin-bottom: 20px; color: #333333; font-family: "Open Sans"; font-size: 21px; font-weight: 400; }
        #ProductDetail .details-prod .details .brand { color: #333333; font-family: "Open Sans"; font-size: 18px; font-weight: 700; text-transform: uppercase; margin-bottom: 20px; }

        #ProductDetail .details-prod .details .priceHolder { font-weight: 400; font-family: "Open Sans"; }
            #ProductDetail .details-prod .details .priceHolder .price { color: #93b323; font-size: 21px; font-weight: 700; display: inline-block; vertical-align: middle; }
            #ProductDetail .details-prod .details .priceHolder .oldPrice { text-decoration: line-through; display: inline-block; vertical-align: middle; font-size: 16px; margin-right: 10px; }
        #ProductDetail .details-prod .details .options { padding: 10px 0; }
            #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; }
                    #ProductDetail .details-prod .details .options .actions .stockHolder.selected { height: auto; opacity: 1; }
            #ProductDetail .details-prod .details .options .quantities { padding: 10px 0; position: relative; z-index: 1; display: inline-block; vertical-align: middle; }
                #ProductDetail .details-prod .details .options .quantities .quantity { text-align: center; color: black; font-size: 12px; width: 70px; display: inline-block; padding: 2px 0; font-weight: 400; background-color: #f3f3f3; height: auto; border: 0; }
                  #ProductDetail .details-prod .details .options .quantities .controller { vertical-align: top; text-align: center; color: #4d4d4d; 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: 10px; top: 18px; display: inline-block; vertical-align: middle; padding: 0; }
                    #ProductDetail .details-prod .details .options .quantities .controller.decrement { position: absolute; left: 10px; top: 18px; display: inline-block; vertical-align: middle; padding: 0; }
    #ProductDetail .details-prod .versionsHolder { text-transform: uppercase; text-align: left; color: #666666; font-size: 12px; line-height: 20px; font-weight: 400; display: block; vertical-align: middle; }
        #ProductDetail .details-prod .versionsHolder .productSize { }
        #ProductDetail .details-prod .versionsHolder .type-version { line-height: 30px; }

        #ProductDetail .details-prod .versionsHolder .text-size { border: 1px solid #cdcdcd; background-color: transparent; color: #333333; font-family: "Open Sans"; font-size: 12px; font-weight: 400; text-transform: uppercase; padding: 5px 10px; margin-top: 15px 5px; }
        #ProductDetail .details-prod .versionsHolder h6 { color: #333333; font-family: "Open Sans"; font-size: 9px; font-weight: 400; text-transform: uppercase; }
        #ProductDetail .details-prod .versionsHolder .colors { padding: 5px 0; }
            #ProductDetail .details-prod .versionsHolder .colors .btn { text-align: center; transition: 0.3s; margin: 0; border: 1px solid transparent; background-size: cover !important; color: #333333; font-family: "Open Sans"; font-size: 9px; font-weight: 400; text-transform: uppercase; width: 83px; height: 83px; }
                #ProductDetail .details-prod .versionsHolder .colors .btn.hidden { height: 0 !important; }
                #ProductDetail .details-prod .versionsHolder .colors .btn:hover { border: 1px solid #cdcdcd; transition: 0.3s; }
                #ProductDetail .details-prod .versionsHolder .colors .btn.selected { border: 1px solid #cdcdcd; }
                #ProductDetail .details-prod .versionsHolder .colors .btn img { display: block; padding-bottom: 5px; }
                #ProductDetail .details-prod .versionsHolder .colors .btn .squareColor { display: block; padding-bottom: 5px; width: 82px; height: 60px; margin-bottom: 5px; }
        #ProductDetail .details-prod .versionsHolder .productColor { height: 80px; width: 80px; display: inline-block; padding: 0; border-radius: 0; border: 1px solid transparent; }
        #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; }
            #ProductDetail .details-prod .versionsHolder .sizes .btn { color: #717174; text-align: center; transition: 0.3s; background-color: white; padding: 0; display: block; line-height: 35px; font-size: 14px; margin: 2px 4px; border-radius: 0; }
                #ProductDetail .details-prod .versionsHolder .sizes .btn.hidden { height: 0 !important; }
                #ProductDetail .details-prod .versionsHolder .sizes .btn:hover { background-color: #eaeaea; transition: 0.3s; }
                #ProductDetail .details-prod .versionsHolder .sizes .btn.selected { background-color: #eaeaea; }
    #ProductDetail .details-prod .cartHolder { padding: 25px 0; border-bottom: 1px solid #93b323; }
        #ProductDetail .details-prod .cartHolder .btn { padding: 10px 25px; text-transform: uppercase; font-size: 12px; }
    #ProductDetail .details-prod .actionsHolder { padding-top: 15px; padding-bottom: 15px; color: #717174; font-size: 12px; text-align: center; border-bottom: 1px solid #BFBFBF; }
        #ProductDetail .details-prod .actionsHolder a { color: #717174; font-size: 12px; text-transform: uppercase; }
            #ProductDetail .details-prod .actionsHolder a:hover { color: #93b323; }
        #ProductDetail .details-prod .actionsHolder .icon { font-size: 25px; vertical-align: middle; }
    #ProductDetail .details .type-sizes { font-size: 9px; font-weight: 400; text-transform: uppercase; color: #666666; }
        #ProductDetail .details .type-sizes a { display: block; color: #666666; transition: 0.3s; }
            #ProductDetail .details .type-sizes a:hover { color: #93b323; transition: 0.3s; }
    #ProductDetail .share { padding: 10px 25px; background-color: #93b323; text-align: center; }
        #ProductDetail .share span { display: inline-block; margin-right: 25px; }
        #ProductDetail .share a { display: inline-block; margin-right: 10px; transition: 0.3s; }
            #ProductDetail .share a svg path { fill: white; transition: 0.3s; }
            #ProductDetail .share a:hover svg path { fill: #4d4d4d; transition: 0.3s; }
    #ProductDetail .specs { font-weight: 400; font-size: 16px; margin-top: 30px; font-family: 'Open Sans', sans-serif; border: 1px solid #f3f3f3; border-collapse: collapse; }
        #ProductDetail .specs .nav-tabs { border: 0; text-align: center; }
            #ProductDetail .specs .nav-tabs > li { display: inline-block; width: 33.333333333%; float: left; border-top: 0; }
                #ProductDetail .specs .nav-tabs > li > a { border-radius: 0; border: 1px solid transparent; color: #333333; font-family: "Open Sans"; font-size: 11px; font-weight: 400; text-transform: uppercase; margin-right: 0; }
                #ProductDetail .specs .nav-tabs > li.active { border-radius: 0; text-decoration: none; margin: 0; }
                    #ProductDetail .specs .nav-tabs > li.active a { background-color: #f3f3f3; }
        #ProductDetail .specs .nav > li > a:hover { background-color: #f3f3f3; border: 1px solid transparent; }
        #ProductDetail .specs .inner { padding: 20px 10px; background-color: #ffffff; border-top: 1px solid #f3f3f3; }
            #ProductDetail .specs .inner .tab-pane { font-size: 12px; font-weight: 400; color: #666666; }
            #ProductDetail .specs .inner .wrapper{padding:0;}
        #ProductDetail .specs .table > thead > tr > th, #ProductDetail .specs .table > tbody > tr > th, #ProductDetail .specs .table > tfoot > tr > th, #ProductDetail .specs .table > thead > tr > td, #ProductDetail .specs .table > tbody > tr > td, #ProductDetail .specs .table > tfoot > tr > td { border: 0 !important; }
    #ProductDetail .relatedProducts { padding-bottom: 40px; padding-top: 55px; margin: 0 70px; }
        #ProductDetail .relatedProducts .caption { padding-bottom: 30px; font-size: 35px; color: #666666; font-weight: 400; line-height: 30px; text-transform: uppercase; margin-bottom: 35px; text-align: center; }


    #ProductDetail .dropdown-menu { min-width: 170px !important; padding: 0; margin: 0; font-size: 14px; text-align: left; list-style: none; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 0; border-radius: 0; -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.175); box-shadow: 0 1px 5px rgba(0,0,0,.175); }


/* PhotosGalery */
#PhotosGalery { background-color: transparent; }
    #PhotosGalery .slides img { height: auto; max-width: 100%; width: auto; margin: auto; }
    #PhotosGalery .imageWrapper { background-color: white; }



#ThumbsGalery { padding: 25px 30px; background-color: transparent; height: 300px; }
    #ThumbsGalery .flex-active-slide img { border: 1px solid #cdcdcd; }
    #ThumbsGalery li { padding: 10px; }
        #ThumbsGalery li img { width: 300px; height: auto; cursor: pointer; }



/******************************************************************
BasketDetail
******************************************************************/
#BasketDetail { /* TODO */ }
    #BasketDetail .basket-products td, #BasketDetail .basket-products th { vertical-align: middle; }
    #BasketDetail .box-content h1 { text-transform: uppercase; font-size: 24px; color: #656565; font-weight: 300; padding: 20px 0; border-bottom: 1px #E1E1E1 solid; }
    #BasketDetail .box-content table { width: 100%; }
        #BasketDetail .box-content table .price { font-size: 14px; }
        #BasketDetail .box-content table .price-send { font-size: 18px; }
        #BasketDetail .box-content table .text-table { font-size: 13px; padding: 20px 0; color: #333333; text-transform: none; }
        #BasketDetail .box-content table .price-total { font-size: 30px; }
        #BasketDetail .box-content table th { font-size: 13px; padding-top: 10px; padding-bottom: 10px; color: #333333; }
        #BasketDetail .box-content table tr { border: 1px #E1E1E1 solid; }
        #BasketDetail .box-content table td { font-size: 14px; padding: 15px; text-transform: uppercase; color: #666666; }
        #BasketDetail .box-content table .remove-product, #BasketDetail .box-content table .remove-coupon { font-size: 25px; color: #c0392b; }
    #BasketDetail .actions { margin-top: 20px; }
    #BasketDetail .product-color-square { height: 22px; width: 22px; display: inline-block; border: 1px solid #ccc; }
    #BasketDetail .basket-products .product-operation { height: 35px; border: 1px solid #b6b3b3; line-height: 35px; width: 35px; text-align: center; display: inline-block; vertical-align: middle; color: #666666; }
        #BasketDetail .basket-products .product-operation:hover { color: #FFF; background: #666; }
        #BasketDetail .basket-products .product-operation i { margin: 0; }
    #BasketDetail .basket-products .quantity { height: 35px; border: 1px solid #b6b3b3; line-height: 32px; width: 45px; text-align: center; display: inline-block; vertical-align: middle; }

    #BasketDetail .coupon { background: #eee; padding: 20px 20px 20px 20px; color: #666; }

/******************************************************************
BasketCheckout
******************************************************************/
#BasketCheckout { /* TODO */ }
    #BasketCheckout .box { border: 1px solid #e1e1e1; }
        #BasketCheckout .box .box-title { padding: 20px; display: block; }
        #BasketCheckout .box.last .box-title { background: #583857; }
        #BasketCheckout .box .box-title h2 { display: block; margin: 0; padding: 0; color: #000; text-transform: uppercase; }
        #BasketCheckout .box.finished .box-title { background: #f0f0f0; }
        #BasketCheckout .box.blocked .box-title { background: #666; }
            #BasketCheckout .box.blocked .box-title h2, #BasketCheckout .box.last .box-title h2 { color: #FFF; }
        #BasketCheckout .box .box-content { padding: 20px; border-top: 1px solid #e1e1e1; }
        #BasketCheckout .box.finished .box-content { background: #f0f0f0; }
        #BasketCheckout .box.blocked .box-content { background: #666; display: none; }
        #BasketCheckout .box .box-bottom { padding: 20px; border-top: 1px solid #e1e1e1; min-height: 110px; }
            #BasketCheckout .box .box-bottom .info { color: #666; }
            #BasketCheckout .box .box-bottom .price-total { color: #583857; font-size: 22px; font-weight: 700; }
    #BasketCheckout .basket-lines { }
        #BasketCheckout .basket-lines table { margin: 0; }
            #BasketCheckout .basket-lines table td, #BasketCheckout .basket-lines table th { vertical-align: middle; }
            #BasketCheckout .basket-lines table td { border-top: 1px dashed #ddd; }
            #BasketCheckout .basket-lines table p b { color: #666; font-weight: normal; }
        #BasketCheckout .basket-lines .product-color-square { height: 22px; width: 22px; display: inline-block; border: 1px solid #ccc; }
    #BasketCheckout .basket-steps { }
        #BasketCheckout .basket-steps .row { margin-left: -15px !important; margin-right: -15px !important; }
        #BasketCheckout .basket-steps .form-group { margin-bottom: 10px; }
        #BasketCheckout .basket-steps .box { margin-bottom: 15px; }
        #BasketCheckout .basket-steps h2 { font-size: 20px; }
        #BasketCheckout .basket-steps h3 { font-size: 18px; display: block; margin-bottom: 20px; }
        #BasketCheckout .basket-steps .step { }
            #BasketCheckout .basket-steps .step label { margin: 0; font-weight: normal; }
        #BasketCheckout .basket-steps .step-actions { margin-top: 15px; }
#Step1 form .row { height: 34px; line-height: 34px; }
#Step1 form .form-group { margin-bottom: 15px !important; }
#Step1 .newdeliver-option { margin-top: 15px; }
#Step1 .specialDropdown { line-height: initial; }
#Step1 .dropdown { margin-right: 15px; }
    #Step1 .dropdown .dropdown-toggle { background: #E1E1E1; padding: 0 20px; box-shadow: none; border: 0; color: #333; }
    #Step1 .dropdown .dropdown-menu { padding: 0; }
        #Step1 .dropdown .dropdown-menu li { display: block; padding: 0 15px; }
            #Step1 .dropdown .dropdown-menu li:hover { background: #E1E1E1; color: #333; cursor: pointer; }

#NewDeliverAddressLabel { text-align: center; display: block; cursor: pointer; }
#NewDeliverAddress { margin-top: 15px; }
#Step2 form label { cursor: pointer; display: block; margin: 0; line-height: 24px; }
#Step3 p { display: block; margin-bottom: 10px; }
#Step3 .price { color: #583857; font-size: 18px; font-weight: 700; }

/******************************************************************
AccountSign
******************************************************************/
#AccountSign { /* TODO */ }

/******************************************************************
AccountIndex
******************************************************************/
#AccountIndex { }
    #AccountIndex hr { margin-top: 7px; margin-bottom: 15px; }
    #AccountIndex h2, #AccountIndex h3 { text-transform: uppercase; color: #6D6E6E; margin-bottom: 5px; }
    #AccountIndex p { font-size: 12px; color: #6D6D6D; }
    #AccountIndex .nav-tabs > li { display: block; float: none; }
    #AccountIndex .nav-tabs { border-bottom: 0; }
        #AccountIndex .nav-tabs li > a { border: 0; border-top: 1px solid #DDDDDD; border-radius: 0; padding: 10px 0; color: #6D6D6D; padding-left: 15px; }
        #AccountIndex .nav-tabs li.active > a { border: 0; border-top: 1px solid #DDDDDD; border-radius: 0; font-weight: bold; }

/******************************************************************
AccountOrder
******************************************************************/
#AccountOrder { }
    #AccountOrder .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 */ }


/******************************************************************
TermsAndConditionsModal
******************************************************************/
#TermsAndConditionsModal .modal-dialog { width: 75%; }

/******************************************************************
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 h3 { text-align: center; font-size: 26px; font-weight: 700; 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: 400; font-size: 14px; }
    body .zForm input[type="text"], .zForm input[type="password"] { height: 42px; line-height: 42px; }
    body .zForm .g-recaptcha > div { margin: auto; }
    body .zForm .form-actions { text-align: center; }
        body .zForm .form-actions .btn { padding: 10px 40px; font-size:14px; 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; }
}
