@font-face {
    font-family: 'UTM Roman Classic';
    src: url('../fonts/UTM Roman Classic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1.5;
    font-size: 18px !important;
    background: #fff;
    color: #333;
    font-weight: 500;
    overflow-x: hidden;
}

    body.fh5co-offcanvas {
        overflow-x: hidden;
    }

img {
    max-width: 100%;
}

.clearfix {
    clear: both
}

#fh5co-header {
    background: #0962d2
}

a {
    color: #f00;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

    a:hover {
        text-decoration: none !important;
        color: #f00 !important;
    }

p {
    margin-bottom: 1.5em;
    color: #000;
    font-weight: 500;
    font-family: "Open Sans", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #5a5a5a;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 10px 0;
}

figure {
    margin-bottom: 2em;
}

::-webkit-selection {
    color: #fcfcfc;
    background: #add992;
}

::-moz-selection {
    color: #fcfcfc;
    background: #add992;
}

::selection {
    color: #fcfcfc;
    background: #add992;
}

#fh5co-header {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 15px;
}

.note {
    font-size: 16px;
    color: #333 !important;
    font-style: italic;
    line-height: 22px
}

.padd {
    padding: 5px
}

@media screen and (max-width: 480px) {
    #fh5co-header .top {
        text-align: center;
    }
}

#fh5co-header .top a {
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 480px) {
    #fh5co-header .top a {
        float: left;
    }
}

#fh5co-header .top a i {
    font-size: 20px;
    line-height: 0;
    position: relative;
    top: 1px;
    padding-right: 7px;
    font-style: normal;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #ff0
}

#fh5co-header .top a:hover {
    color: white !important;
    text-decoration: underline;
}

.fh5co-cover,
.fh5co-hero {
    position: relative;
    /*height: 800px;*/
    /*  height: 362px;
  margin-bottom:230px;
*/ font-weight: 300;
}

@media screen and (max-width: 768px) {
    .fh5co-cover,
    .fh5co-hero {
        /*    height: 700px;
*/
    }
}

.fh5co-overlay {
    position: absolute !important;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    /*  background: rgba(141, 113, 96, 0.3);
*/
}

.fh5co-cover {
    background-size: cover;
    background-position: center top;
    position: relative;
    z-index: 0
}

@media screen and (max-width: 768px) {
    .fh5co-cover {
        heifght: inherit;
        padding: 10px 0;
    }
}

.fh5co-cover .btn {
    padding: 1em 5em;
    opacity: .9;
}

.fh5co-cover.fh5co-cover_2 {
    height: 700px;
}

@media screen and (max-width: 768px) {
    .fh5co-cover.fh5co-cover_2 {
        heifght: inherit;
        padding: 3em 0;
    }
}

.fh5co-cover .desc {
    top: 50%;
    position: relative;
    width: 100%;
    z-index: 2;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .fh5co-cover .desc {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.fh5co-cover .desc h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 39px;
    font-weight: 300;
    margin-bottom: 0px;
    padding: 20px 15px 0 0;
}

@media screen and (max-width: 768px) {
    .fh5co-cover .desc h2 {
        font-size: 40px;
    }
}

.fh5co-cover .desc span {
    display: block;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 29px;
    letter-spacing: 1px;
    padding: 15px;
}

    .fh5co-cover .desc span a {
        color: #fff;
    }

        .fh5co-cover .desc span a:hover, .fh5co-cover .desc span a:focus {
            color: #fff !important;
        }

        .fh5co-cover .desc span a.fh5co-site-name {
            padding-bottom: 5px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.7);
        }

.top {
    padding: 10px 0;
    height: 50px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
    z-index: 99;
    text-align: right;
}

.icon-shopping-cart, .icon-heart {
    font-size: 40px !important;
    vertical-align: middle !important
}

@media screen and (max-width: 768px) {
    .top {
        text-align: center;
    }
}

.top span {
    margin-left: 20px;
    color: #fff;
    position: relative;
    padding-left: 0px;
}

    .top span i {
        font-size: 20px;
        position: absolute;
        left: 0;
        top: 2px;
    }

    .top span a {
        color: #fff;
    }


#camera_wrap_slider {
    display: block;
}

    #camera_wrap_slider .camera_pag {
        background: #0962D2;
    }

        #camera_wrap_slider .camera_pag .camera_pag_ul {
            text-align: center;
        }

            #camera_wrap_slider .camera_pag .camera_pag_ul li {
                margin: 15px 5px 5px;
                background: #fff;
            }
/* Superfish Override Menu */
.sf-menu {
    margin: 35px 0 0 !important;
    float: right;
}

    .sf-menu ul {
        box-shadow: none;
        border: transparent;
        min-width: 15em;
        *width: 15em;
    }

    .sf-menu a {
        color: rgba(0, 0, 0, 0.8);
        color: #fff;
        padding: .75em 1em;
        font-weight: normal;
        border-left: none;
        border-top: none;
        border-top: none;
        text-decoration: none;
        zoom: 1;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 700;
        border-bottom: none !important;
    }

        .sf-menu a:hover, .sf-menu a:focus {
            color: #fff !important;
        }

    .sf-menu li.active {
        border-bottom: 3px solid #fff;
    }

        .sf-menu li.active a:hover, .sf-menu li.active a:focus {
            color: #fff;
        }

    .sf-menu li,
    .sf-menu ul li,
    .sf-menu ul ul li,
    .sf-menu li:hover,
    .sf-menu li.sfHover {
        background: transparent;
    }

        .sf-menu ul li a,
        .sf-menu ul ul li a {
            text-transform: none;
            padding: .75em 1em;
            letter-spacing: 1px;
        }

        .sf-menu li:hover a,
        .sf-menu li.sfHover a,
        .sf-menu ul li:hover a,
        .sf-menu ul li.sfHover a,
        .sf-menu li.active a {
            color: #fff;
        }

        .sf-menu ul li:hover,
        .sf-menu ul li.sfHover {
            background: transparent;
        }

    .sf-menu ul li {
        background: transparent;
    }

.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em;
}

    .sf-arrows .sf-with-ul:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1em;
        margin-top: -3px;
        height: 0;
        width: 0;
        border: 5px solid transparent;
        border-top-color: #ccc;
    }

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: #ccc;
}


#fh5co-header-section {
    padding: 0;
    position: relative;
    /*  top: 5%;
*/ left: 0;
    width: 100%;
    z-index: 2;
    /*  padding-top: 40px;*/
}

.nav-header {
    position: relative;
    float: left;
    width: 100%;
}

#fh5co-logo {
    position: relative;
    z-index: 2;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 25px;
    font-weight: bold;
    float: left;
}

    #fh5co-logo img, .logo {
        height: 90px
    }

@media screen and (max-width: 768px) {
    #fh5co-header {
        padding: 0;
    }

    #fh5co-logo {
        width: 100%;
        float: none;
        text-align: center;
        margin: 10px 0;
    }
}

#fh5co-logo a {
    color: #fff;
}

    #fh5co-logo a:hover, #fh5co-logo a:focus {
        color: #fff !important;
    }

#fh5co-logo img {
    height: 69px
}

#fh5co-menu-wrap {
    position: relative;
    z-index: 2;
    display: block;
    float: right;
}

    #fh5co-menu-wrap .sf-menu a {
        padding: 10px 15px;
    }


@media(max-width: 1200px) {
    #fh5co-menu-wrap .sf-menu a {
        padding: 10px 10px;
        font-size: 10pt;
    }
}

@media(max-width: 992px) {
    #fh5co-menu-wrap .sf-menu a {
        padding: 10px 5px;
        font-size: 9pt;
    }
}

#fh5co-primary-menu > li > ul li.active > a {
    color: #f00 !important;
}

#fh5co-primary-menu > li > .sf-with-ul:after {
    border: none !important;
    position: absolute;
    float: right;
    margin-right: 5px;
    top: 50%;
    margin-top: -7px;
    content: "\e64b";
    color: #1fb5f6;
}

#fh5co-primary-menu > li > ul li {
    position: relative;
}

    #fh5co-primary-menu > li > ul li > .sf-with-ul:after {
        border: none !important;
        position: absolute;
        float: right;
        margin-right: 10px;
        top: 13px;
        font-size: 12px;
        content: "\e649";
        color: rgba(255, 255, 255, 0.5);
    }

#fh5co-primary-menu .fh5co-sub-menu {
    padding: 10px 7px 10px;
    background: #fff;
    left: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

    #fh5co-primary-menu .fh5co-sub-menu > li > .fh5co-sub-menu {
        left: 100%;
    }

    #fh5co-primary-menu .fh5co-sub-menu:before {
        position: absolute;
        top: -9px;
        left: 20px;
        width: 0;
        height: 0;
        content: '';
    }

    #fh5co-primary-menu .fh5co-sub-menu:after {
        position: absolute;
        top: -8px;
        left: 21px;
        width: 0;
        height: 0;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
        border-bottom: 8px solid white;
        border-left: 8px solid transparent;
        content: '';
    }

    #fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
        top: 6px;
        left: 100%;
    }

    #fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
        top: 7px;
        right: 100%;
        border: none !important;
    }

.site-header.has-image #primary-menu .sub-menu {
    border-color: #ebebeb;
    -webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    -ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
    box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}

    .site-header.has-image #primary-menu .sub-menu:before {
        display: none;
    }

#fh5co-primary-menu .fh5co-sub-menu a {
    letter-spacing: 0;
    padding: 0 15px;
    font-size: 18px;
    line-height: 34px;
    color: #575757 !important;
    text-transform: none;
    background: none;
}

    #fh5co-primary-menu .fh5co-sub-menu a:hover {
        color: #f00 !important;
    }

#fh5co-work-section,
#fh5co-services-section,
#fh5co-content-section,
#fh5co-work-section_2 {
    padding: 20px 0;
}

#fh5co-content-section {
    background: url(../images/bg1.png) no-repeat center;
    background-size: cover
}

.product {
    margin-bottom: 40px;
}

    .product .product-grid {
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        position: relative;
        height: 350px;
        margin-bottom: 20px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .product .product-grid .sale {
            position: absolute;
            top: 20px;
            left: 5px;
            padding: 10px;
            z-index: 100;
            background: #f00;
            color: #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            width: 55px;
            height: 55px;
            font-size: 15px;
        }

        .product .product-grid .inner {
            display: table;
            height: 350px;
            width: 100%;
            /*  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;*/
        }

@media screen and (max-width: 768px) {
    .product .product-grid .inner {
        opacity: 1;
        background: transparent;
    }
}

.product .product-grid .inner p {
    display: table-cell;
    vertical-align: middle;
}

    .product .product-grid .inner p .icon {
        padding: 7px 10px;
        color: #fff;
        background: #f00;
        border-radius: 4px;
        font-size: 30px;
    }

        .product .product-grid .inner p .icon:hover, .product .product-grid .inner p .icon:focus {
            color: #f00;
            background: #fff;
        }

.product .desc h3 {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 24px;
}

    .product .desc h3 a {
        color: #000;
    }

.product .desc .price {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.product:hover .product-grid, .product:focus .product-grid {
    -webkit-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
}

.product:hover .inner, .product:focus .inner {
    opacity: 1;
}

.product:hover .desc h3 a, .product:focus .desc h3 a {
    color: #f00;
}

.product-carousel {
    margin-bottom: 7em;
}

@media screen and (max-width: 768px) {
    .fh5co-nav .menu-1, .fh5co-nav .menu-2 {
        display: none;
    }
}

.fh5co-nav .menu-2 li.search {
    float: left;
    width: 83%;
    font-family: "Playfair Display", serif;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 0;
    margin: -5px 0 0 0;
}

.fh5co-nav .menu-2 li input[type=text] {
    padding: 6px 10px;
    width: 40%;
    border: none;
    float: right;
    font-size: 13px;
    margin-top: 4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .fh5co-nav .menu-2 li input[type=text]:focus {
        width: 100%;
        outline: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

.fh5co-nav .menu-2 li button {
    margin-top: 4px;
    padding: 5px;
    background: transparent;
    border: none;
}

    .fh5co-nav .menu-2 li button i {
        color: rgba(0, 0, 0, 0.5);
    }

    .fh5co-nav .menu-2 li button:hover, .fh5co-nav .menu-2 li button:focus {
        background: transparent !important;
    }

        .fh5co-nav .menu-2 li button:hover i, .fh5co-nav .menu-2 li button:focus i {
            color: black;
        }

.fh5co-nav .menu-2 li.shopping-cart {
    float: right;
}

.fh5co-nav .menu-2 li a.cart {
    color: black;
}

    .fh5co-nav .menu-2 li a.cart span {
        position: relative;
    }

        .fh5co-nav .menu-2 li a.cart span small {
            position: absolute;
            top: -20px;
            right: -15px;
            padding: 10px 6px;
            line-height: 0;
            font-size: 11px;
            background: #f00;
            color: white;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

.fh5co-nav ul {
    padding: 0;
    margin: 0;
}

    .fh5co-nav ul li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline-block;
        font-family: "Montserrat", Arial, sans-serif;
    }

        .fh5co-nav ul li a {
            font-size: 13px;
            padding: 0px 10px;
            text-transform: uppercase;
            color: rgba(0, 0, 0, 0.5);
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
        }

            .fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
                color: black;
            }

            .fh5co-nav ul li a.cart {
                color: black;
            }

                .fh5co-nav ul li a.cart span {
                    position: relative;
                }

                    .fh5co-nav ul li a.cart span small {
                        position: absolute;
                        top: -30px;
                        right: -20px;
                        padding: 14px 10px;
                        line-height: 0;
                        font-size: 18px;
                        background: #f00;
                        color: white;
                        -webkit-border-radius: 50%;
                        -moz-border-radius: 50%;
                        -ms-border-radius: 50%;
                        border-radius: 50%;
                    }

        .fh5co-nav ul li.has-dropdown {
            position: relative;
        }

            .fh5co-nav ul li.has-dropdown .dropdown {
                width: 150px;
                -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
                -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
                box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
                z-index: 1002;
                visibility: hidden;
                opacity: 0;
                position: absolute;
                top: 40px;
                left: 0;
                text-align: left;
                background: #000;
                padding: 20px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                -ms-border-radius: 4px;
                border-radius: 4px;
                -webkit-transition: 0s;
                -o-transition: 0s;
                transition: 0s;
            }

                .fh5co-nav ul li.has-dropdown .dropdown:before {
                    bottom: 100%;
                    left: 40px;
                    border: solid transparent;
                    content: " ";
                    height: 0;
                    width: 0;
                    position: absolute;
                    pointer-events: none;
                    border-bottom-color: #000;
                    border-width: 8px;
                    margin-left: -8px;
                }

.glyphicon {
    vertical-align: middle
}

.fh5co-nav ul li.has-dropdown .dropdown li {
    display: block;
    margin-bottom: 7px;
}

    .fh5co-nav ul li.has-dropdown .dropdown li:last-child {
        margin-bottom: 0;
    }

    .fh5co-nav ul li.has-dropdown .dropdown li a {
        padding: 2px 0;
        display: block;
        color: #999999;
        line-height: 1.2;
        text-transform: none;
        font-size: 15px;
    }

        .fh5co-nav ul li.has-dropdown .dropdown li a:hover {
            color: #fff;
        }

.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
    color: #000;
}

.fh5co-nav ul li.active > a {
    color: #000 !important;
}

.fh5co-nav ul li .form-group {
    border: 1px solid red;
    width: 100%;
}

#fh5co-hero {
    min-height: 700px;
    background: #fff url(../images/loader.gif) no-repeat center center;
}

    #fh5co-hero .btn {
        font-size: 24px;
    }

        #fh5co-hero .btn.btn-primary {
            padding: 14px 30px !important;
        }

    #fh5co-hero .flexslider {
        border: none;
        z-index: 1;
        margin-bottom: 0;
    }

        #fh5co-hero .flexslider .slides {
            position: relative;
            overflow: hidden;
        }

            #fh5co-hero .flexslider .slides li {
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center center;
                min-height: 700px;
            }

        #fh5co-hero .flexslider .flex-control-nav {
            bottom: 40px;
            z-index: 1000;
        }

            #fh5co-hero .flexslider .flex-control-nav li a {
                background: rgba(255, 255, 255, 0.2);
                box-shadow: none;
                width: 12px;
                height: 12px;
                cursor: pointer;
            }

                #fh5co-hero .flexslider .flex-control-nav li a.flex-active {
                    cursor: pointer;
                    background: rgba(255, 255, 255, 0.7);
                }

        #fh5co-hero .flexslider .flex-direction-nav {
            display: none;
        }

        #fh5co-hero .flexslider .slider-text {
            display: table;
            opacity: 0;
            min-height: 700px;
        }

            #fh5co-hero .flexslider .slider-text > .slider-text-inner {
                display: table-cell;
                vertical-align: middle;
                min-height: 700px;
            }

                #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
                    font-size: 24px;
                    font-weight: 400;
                    color: #000;
                    text-transform: uppercase;
                    letter-spacing: 2px;
                }

@media screen and (max-width: 768px) {
    #fh5co-work-section,
    #fh5co-services-section,
    #fh5co-content-section,
    #fh5co-work-section_2 {
        padding: 4em 0;
    }
}

h3.heading-section {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    padding-top: 15px;
    font-weight: bold;
}

    h3.heading-section:before {
        position: absolute;
        content: '';
        top: 0;
        width: 250px;
        height: 4px;
        background: #f00;
    }

.fh5co-grid {
    height: 302px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
    position: relative;
}

@media screen and (max-width: 480px) {
    .fh5co-grid {
        height: 400px;
    }
}

.fh5co-grid .image-popup {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
}

    .fh5co-grid .image-popup .prod-title {
        position: absolute;
        top: 50%;
        bottom: 20px;
        left: 20px;
        right: 20px;
        margin-top: -25px;
    }

        .fh5co-grid .image-popup .prod-title h3 {
            margin-bottom: 10px;
            color: #fff;
            font-size: 20px;
        }

        .fh5co-grid .image-popup .prod-title span {
            color: #fff;
        }

.fh5co-grid:hover .image-popup {
    opacity: 1;
}

.work-wrap-bg {
    padding-top: 30px;
    background: rgba(0, 0, 0, 0.03);
}

.work-wrap {
    height: 50vh;
    width: 100vw;
    content: 'viewport-units-buggyfill; height:100vh; width:100vw';
    display: table;
    position: relative;
    margin-bottom: 0;
}

    .work-wrap .fh5co-project-inner {
        display: table-cell;
        vertical-align: middle;
        height: 100vh;
        width: 100vw;
        content: 'viewport-units-buggyfill; height:100vh; width:100vw';
        position: relative;
    }

@media screen and (max-width: 768px) {
    .work-wrap .fh5co-project-inner {
        float: left;
        width: 100%;
        height: inherit !important;
        padding: 1em 0;
        width: 100vw;
        content: 'viewport-units-buggyfill; width:100vw';
    }
}

.work-wrap .fh5co-imgs {
    height: calc(100% - 50%);
    position: relative;
}

@media screen and (max-width: 768px) {
    .work-wrap .fh5co-imgs {
        margin-bottom: 80px;
    }
}

.work-wrap .fh5co-imgs .img-holder-1,
.work-wrap .fh5co-imgs .img-holder-2 {
    position: absolute;
}

@media screen and (max-width: 768px) {
    .work-wrap .fh5co-imgs .img-holder-1,
    .work-wrap .fh5co-imgs .img-holder-2 {
        position: relative;
    }
}

.work-wrap .fh5co-imgs .img-holder-1 img,
.work-wrap .fh5co-imgs .img-holder-2 img {
    max-width: 100%;
    padding: 10px;
    border-radius: 15px;
}

.work-wrap .fh5co-imgs .img-holder-1 {
    left: 0;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .work-wrap .fh5co-imgs .img-holder-1 {
        right: 0;
    }
}

.work-wrap .fh5co-imgs .img-holder-2 {
    bottom: -3em;
    right: 50px;
    max-width: 320px;
}

@media screen and (max-width: 768px) {
    .work-wrap .fh5co-imgs .img-holder-2 {
        position: absolute;
    }
}

@media screen and (max-width: 480px) {
    .work-wrap .fh5co-imgs .img-holder-2 {
        right: 30px;
        bottom: -1em;
    }

        .work-wrap .fh5co-imgs .img-holder-2 img {
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            max-width: 100%;
            height: 194px;
        }
}

.work-wrap.fh5co-reverse .img-holder-1 {
    left: auto;
    right: 0;
}

    .work-wrap.fh5co-reverse .img-holder-1 img {
        text-align: right;
    }

.work-wrap.fh5co-reverse .img-holder-2 {
    bottom: -2em;
    right: auto;
    left: 50px;
}

@media screen and (max-width: 768px) {
    .work-wrap.fh5co-reverse .img-holder-2 {
        position: absolute;
        left: auto;
        right: 50px;
    }
}

@media screen and (max-width: 480px) {
    .work-wrap.fh5co-reverse .img-holder-2 {
        right: 30px;
        bottom: -1em;
    }

        .work-wrap.fh5co-reverse .img-holder-2 img {
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            max-width: 100%;
            height: 194px;
        }
}

.work-wrap .fh5co-text {
    padding-top: 0;
}

    .work-wrap .fh5co-text span {
        text-transform: uppercase;
        display: block;
        margin-bottom: 15px;
        color: rgba(0, 0, 0, 0.3);
        letter-spacing: 1px;
    }

    .work-wrap .fh5co-text h2 {
        color: rgba(0, 0, 0, 0.7);
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .work-wrap .fh5co-text p {
        color: rgba(0, 0, 0, 0.5);
    }

.services {
    margin-bottom: 5em;
}

    .services span {
        margin-bottom: 25px;
        display: inline-block;
    }

        .services span i {
            font-size: 50px;
            color: rgba(0, 0, 0, 0.3);
        }

    .services img {
        max-width: 180px;
    }

    .services h3 {
        font-size: 20px;
        font-weight: 400;
        text-transform: capitalize;
        font-family: UTM Roman Classic !important;
        color: #000;
    }

#fh5co-services, #fh5co-about, #fh5co-contact {
    padding: 3em 0;
}

@media screen and (max-width: 768px) {
    #fh5co-services, #fh5co-about, #fh5co-contact {
        padding: 4em 0;
    }
}

#fh5co-contact .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    font-weight: 400;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

    #fh5co-contact .form-control:focus, #fh5co-contact .form-control:active {
        border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    }

#fh5co-contact input[type="text"] {
    height: 50px;
}

#fh5co-contact .form-group {
    margin-bottom: 30px;
}

.fh5co-testimonial {
    border-right: 1px solid rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 768px) {
    .fh5co-testimonial {
        border-right: 0;
        margin-bottom: 80px;
    }
}

.fh5co-testimonial h2 {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
}

.fh5co-testimonial figure {
    margin-bottom: 20px;
    background-size: cover;
}

    .fh5co-testimonial figure img {
        width: 88px;
        height: 88px;
        background-size: cover;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

.fh5co-testimonial blockquote {
    border: none;
    margin-bottom: 20px;
}

    .fh5co-testimonial blockquote p {
        font-style: italic;
        font-size: 20px;
        line-height: 24px;
        color: #555555;
    }

.fh5co-testimonial span {
    font-style: italic;
}

.fh5co-about-us h2 {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
}

.fh5co-about-us img {
    margin-bottom: 30px;
    background-size: cover;
    width: 100%;
}

.fh5co-about-us a {
    font-size: 18px;
}

#fh5co-blog-section, #fh5co-start-project-section {
    background: #3a3a3a;
    padding: 5em 0;
}

    #fh5co-blog-section h3.heading-section, #fh5co-start-project-section h3.heading-section {
        color: #fff;
    }

    #fh5co-blog-section p, #fh5co-start-project-section p {
        color: rgba(255, 255, 255, 0.7);
    }

.fh5co-blog {
    width: 100%;
    height: 468px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 30px;
    position: relative;
    -webkit-box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.57);
    box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.57);
}

@media screen and (max-width: 768px) {
    .fh5co-blog {
        width: 100%;
    }
}

.fh5co-blog:hover, .fh5co-blog:focus {
    width: 100%;
    -webkit-box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.65);
    box-shadow: 10px 27px 78px -15px rgba(0, 0, 0, 0.65);
}

.fh5co-blog .image-popup {
    position: absolute;
    padding: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

    .fh5co-blog .image-popup span {
        color: #fff;
        margin-bottom: 20px;
        display: inline-block;
        padding: 4px 15px;
        background: rgba(0, 0, 0, 0.2);
        text-transform: uppercase;
    }

    .fh5co-blog .image-popup h3 {
        font-size: 16px;
        font-weight: bold;
        line-height: 25px;
        color: #fff;
        margin-bottom: 20px;
    }

    .fh5co-blog .image-popup p {
        color: rgba(255, 255, 255, 0.5);
    }

    .fh5co-blog .image-popup:hover, .fh5co-blog .image-popup:focus {
        background: rgba(0, 0, 0, 0.3);
    }

        .fh5co-blog .image-popup:hover p, .fh5co-blog .image-popup:focus p {
            color: rgba(255, 255, 255, 0.7);
        }

#fh5co-start-project-section h2 {
    color: white;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 300;
}

@media screen and (max-width: 768px) {
    #fh5co-start-project-section h2 {
        font-size: 30px;
    }
}

#fh5co-start-project-section a:hover, #fh5co-start-project-section a:focus, #fh5co-start-project-section a:active {
    color: white !important;
}

#footer {
    background: #194781;
    padding: 20px 0 20px;
    margin-top: 30px;
}

    #footer p {
        color: #fff;
        letter-spacing: 1px;
        font-size: 14px;
        text-transform: uppercase;
    }

        #footer p a {
            color: #fff;
        }

    #footer .footer-menu {
        float: right;
        margin: 0;
        padding: 0;
    }

fh5co-social-icons {
    margin: 0;
    padding: 0;
}

.fh5co-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

    .fh5co-social-icons li a {
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        color: #fff;
        padding-left: 10px;
        padding-right: 10px;
    }

        .fh5co-social-icons li a i {
            font-size: 20px;
        }

.fh5co-footer-links {
    padding: 0;
    margin: 0;
}

    .fh5co-footer-links li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .fh5co-footer-links li a {
            color: #fff;
            text-decoration: none;
        }

            .fh5co-footer-links li a:hover {
                text-decoration: underline;
            }

.fh5co-widget {
    margin-bottom: 30px;
}

    .fh5co-widget h3, #footer h3 {
        color: #fff;
        text-transform: uppercase;
        font-family: UTM Roman Classic !important
    }

.list-group-item-text {
    list-style: none;
    color: #fff;
    padding: 0;
    line-height: 25px;
    float: left
}

    .list-group-item-text a {
        padding: 8px 10px 8px 0px;
        color: #fff;
        border-bottom: 1px solid #353535;
        border-top: 1px solid #444242;
        font-size: 15px;
    }

.app img {
    float: left;
    max-width: 120px;
    padding-top: 15px
}

@media(max-width:1350px ) {
    .fh5co-widget h3, #footer h3 {
        font-size: 12pt;
        line-height: 22px;
    }

    .fh5co-footer-links li {
        margin: 0 auto 5px;
        line-height: 18px;
    }

        .fh5co-footer-links li a {
            font-size: 11pt;
            line-height: 18px;
        }
}

@media(max-width:768px ) {
    #footer {
        padding: 20px 0 20px;
        margin-top: 0;
        font-size: 11pt;
    }

        #footer a img.logo {
            margin: 0 auto;
        }

        #footer .footer-menu {
            margin-bottom: 15px;
        }

        .fh5co-widget h3, #footer h3 {
            font-size: 9pt;
            line-height: 22px;
        }

        #footer p {
            font-size: 9pt;
        }

            #footer p.app {
                display: block;
                text-align: center;
            }

                #footer p.app a {
                    display: inline-block;
                    margin: 3px;
                }

    .fh5co-footer-links li {
        margin: 0 auto 5px;
        line-height: 16px;
    }

        .fh5co-footer-links li a {
            font-size: 9pt;
            line-height: 16px;
        }
}


.button_container {
    left: 0;
    right: 0;
    float: left;
    clear: both;
    margin-bottom: 20px;
    width: 100%;
}

    .button_container p {
        text-align: center;
        font-size: 35px;
    }

.btn_2 {
    border: none;
    display: block;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    overflow: hidden;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    background-color: #194781;
    padding: 17px 5px 17px 60px;
    margin: 0 auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}

    .btn_2 span {
        position: relative;
        z-index: 1;
        width: 100%
    }

    .btn_2:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 630%;
        width: 140%;
        background: #f00;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
        transform: translateX(-98%) translateY(-25%) rotate(45deg);
    }

    .btn_2:hover:after {
        -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
        transform: translateX(-9%) translateY(-25%) rotate(45deg);
    }

#fh5co-about {
}

.fh5co-staff {
    text-align: center;
    margin-bottom: 30px;
}

    .fh5co-staff img {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

    .fh5co-staff h3 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .fh5co-staff p {
        margin-bottom: 30px;
    }

    .fh5co-staff .role {
        color: #222;
        margin-bottom: 30px;
        font-weight: normal;
        display: block;
    }

@media screen and (max-width: 768px) {
    #footer .footer-menu {
        text-align: center;
        float: left;
    }
}

#footer .footer-menu li {
    display: inline-block;
    margin-left: 30px;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    #footer .footer-menu li {
        margin: 0 0 0 7px;
    }
}

#footer .footer-menu li a {
    color: #fff;
}

#footer .footer-menu li:first-child {
    margin-left: 0;
}

.btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn {
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

    .btn.btn-primary {
        background: #194781;
        color: #fff;
        border: none !important;
        border: 5px solid transparent !important;
    }

        .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
            box-shadow: none;
            background: #f00;
            color: #fff !important;
        }

    .btn:hover, .btn:active, .btn:focus {
        background: #393e46 !important;
        color: #fff;
        outline: none !important;
    }

    .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
        border-color: transparent;
    }

.js .animate-box {
    opacity: 0;
}

#fh5co-wrapper {
    overflow-x: hidden;
    position: relative;
}

#fh5co-page {
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fh5co-offcanvas #fh5co-page {
    -moz-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    transform: translateX(-240px);
}

@media screen and (max-width: 768px) {
    #fh5co-menu-wrap {
        display: none;
    }
}

#offcanvas-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 99;
    background: #222;
    right: -240px;
    width: 240px;
    padding: 20px;
}

    #offcanvas-menu ul {
        padding: 0;
        margin: 0;
    }

        #offcanvas-menu ul li {
            padding: 0;
            margin: 0 0 10px 0;
            list-style: none;
        }

            #offcanvas-menu ul li a {
                font-size: 18px;
                color: rgba(255, 255, 255, 0.4);
            }

                #offcanvas-menu ul li a:hover {
                    color: #f00;
                }

            #offcanvas-menu ul li > .fh5co-sub-menu {
                margin-top: 9px;
                padding-left: 20px;
            }

            #offcanvas-menu ul li.active > a {
                color: #f00;
            }

.fh5co-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

    .fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
        background: #fff;
    }

    .fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
        background: #fff;
    }

    .fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
        outline: none;
        border-bottom: none !important;
    }

    .fh5co-nav-toggle i {
        position: relative;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 30px;
        height: 2px;
        color: #fff;
        font: bold 14px/.4 Helvetica;
        text-transform: uppercase;
        text-indent: -55px;
        background: #fff;
        transition: all .2s ease-out;
    }

        .fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
            content: '';
            width: 30px;
            height: 2px;
            background: #fff;
            position: absolute;
            left: 0;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

    .fh5co-nav-toggle.dark i {
        position: relative;
        color: #000;
        background: #000;
        transition: all .2s ease-out;
    }

        .fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
            background: #000;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

    .fh5co-nav-toggle i::before {
        top: -7px;
    }

    .fh5co-nav-toggle i::after {
        bottom: -7px;
    }

    .fh5co-nav-toggle:hover i::before {
        top: -10px;
    }

    .fh5co-nav-toggle:hover i::after {
        bottom: -10px;
    }

    .fh5co-nav-toggle.active i {
        background: transparent;
    }

        .fh5co-nav-toggle.active i::before {
            top: 0;
            -webkit-transform: rotateZ(45deg);
            -moz-transform: rotateZ(45deg);
            -ms-transform: rotateZ(45deg);
            -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
        }

        .fh5co-nav-toggle.active i::after {
            bottom: 0;
            -webkit-transform: rotateZ(-45deg);
            -moz-transform: rotateZ(-45deg);
            -ms-transform: rotateZ(-45deg);
            -o-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
        }

.fh5co-nav-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9999;
    display: block;
    margin: 0 auto;
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .fh5co-nav-toggle {
        display: block;
        top: 25px;
    }
}

@media screen and (max-width: 480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
}

.row-bottom-padded-lg {
    padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
        padding-bottom: 2em;
    }
}

.row-top-padded-lg {
    padding-top: 7em;
}

@media screen and (max-width: 768px) {
    .row-top-padded-lg {
        padding-top: 2em;
    }
}

.row-bottom-padded-md {
    padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 2em;
    }
}

.row-top-padded-md {
    padding-top: 4em;
}

@media screen and (max-width: 768px) {
    .row-top-padded-md {
        padding-top: 2em;
    }
}

.row-bottom-padded-sm {
    padding-bottom: 2em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 2em;
    }
}

.row-top-padded-sm {
    padding-top: 2em;
}

@media screen and (max-width: 768px) {
    .row-top-padded-sm {
        padding-top: 2em;
    }
}

.border-bottom {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
    line-height: 1.8;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.fh5co-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/hourglass.svg) center no-repeat #222222;
}

/*# sourceMappingURL=style.css.map */
.fh5co-heading h2 {
    font-family: UTM Roman Classic !important;
    margin: 30px
}

.shopping-cart {
    float: right;
}

a.cart {
    display: block;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.5);
}

    a.cart span {
        position: relative;
    }

        a.cart span small {
            position: absolute;
            top: -20px;
            right: -15px;
            padding: 10px 6px;
            line-height: 0;
            font-size: 11px;
            background: #d1c286;
            color: white;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }
/*Css for add to cart*/
.product_list img {
    max-width: 100%;
    background: #000
}

.product_list {
    width: 100%;
    height: 300px;
    font-size: 10px;
    font-family: 'Arial';
    margin-bottom: 8px;
    padding-top: 8px;
    background: #000;
}

.product span, .price {
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Arial';
    color: #f60;
    font-weight: 500;
    padding-top: 10px;
    display: inline-block;
    transform: translateY(-16px);
}

.add-to-cart, .add-to-wish {
    margin-top: -8px;
}


span.add-to-cart, span.add-to-wish {
    font-size: 15px;
    padding-left: 5px;
    font-family: "Open Sans";
    font-weight: 800;
    color: #fff;
    padding-bottom: 12px;
    display: inline-block;
    cursor: pointer;
    background-color: DodgerBlue;
    width: 50%;
    padding: 10px 0;
    height: 60px;
    text-align: center;
    margin-bottom: 30px;
}

span.add-to-cart {
    float: left
}

span.add-to-wish {
    float: right
}

.no-mar-lr {
    margin: 0 !important
}

.prod-title {
    color: #000;
    font-size: 20px;
    margin-bottom: 30px
}
/*End css for add to cart*/

/*Begin css product layout*/
/*    Reset & General
---------------------------------------------------------------------- */
* {
    margin: 0px;
    padding: 0px;
}

#wrapper {
    background: #fff;
}

#grid {
    margin: 0 auto
}

#grid-selector {
    width: 100%;
    padding: 8px 0 20px 10px;
    float: left;
    color: #5d5f68;
    font-size: 14px;
}

#grid-menu {
    float: right;
    width: 100%;
}

    #grid-menu ul {
        width: 65px;
        float: right;
        position: relative;
        top: -1px;
    }

    #grid-menu li {
        float: right;
        width: 25px;
        height: 25px;
        list-style: none;
    }

        #grid-menu li a {
            display: block;
            width: 25px;
            height: 25px;
            background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/grid-menu.png") 0 0 no-repeat;
        }

        #grid-menu li.smallGrid {
            margin-right: 7px;
        }

            #grid-menu li.smallGrid a {
                background-position: 0 -33px;
            }

        #grid-menu li.largeGrid a {
            background-position: -37px 0;
        }

        #grid-menu li.smallGrid a.active {
            background-position: 0 0;
        }

        #grid-menu li.largeGrid a.active {
            background-position: -37px -33px;
        }


#grid {
    width: 1335px;
    position: absolute;
    left: 340px;
    height: 1200px;
    top: 180px;
}

#sidebar {
    float: left;
    background: #fff;
    padding: 10px 0 0 15px;
    border-right: 1px solid #eee;
}

    #sidebar h3 {
        color: #262626;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        padding: 25px 0 10px 0;
        margin-bottom: 5px;
        letter-spacing: 1px;
        border-bottom: 1px #ccc solid;
        clear: both;
    }

#cart {
    padding: 0px;
}

    #cart .empty {
        font-style: italic;
        color: #a0a3ab;
        font-size: 14px;
        letter-spacing: 1px;
    }

#sidebar .checklist {
    padding: 0;
}

.checklist ul li {
    font-size: 14px;
    font-weight: 400;
    list-style: none;
    padding: 7px 0 7px 23px;
}

.checklist li span {
    float: left;
    width: 11px;
    height: 11px;
    margin-left: -23px;
    margin-top: 4px;
    border: 1px solid #d1d3d7;
    position: relative;
}

.sizes li span, .categories .sizes li {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.checklist li a {
    color: #676a74;
    text-decoration: none;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

    .checklist li a:hover {
        color: #222;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }

.checklist a:hover span {
    border-color: #a6aab3;
}

.sizes a:hover span, .categories a:hover span {
    border-color: #a6aab3;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.checklist a span span {
    border: none;
    margin: 0;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
}

.checklist a .x {
    display: block;
    width: 0;
    height: 2px;
    background: #5ff7d2;
    top: 6px;
    left: 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 50ms ease-out;
}

    .checklist a .x.animate {
        width: 4px;
        -webkit-transition: all 100ms ease-in;
        -moz-transition: all 100ms ease-in;
        -ms-transition: all 100ms ease-in;
        -o-transition: all 100ms ease-in;
        transition: all 100ms ease-in;
    }

.checklist a .y {
    display: block;
    width: 0px;
    height: 2px;
    background: #5ff7d2;
    top: 4px;
    left: 3px;
    -ms-transform: rotate(13deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 50ms ease-out;
}

    .checklist a .y.animate {
        width: 8px;
        -webkit-transition: all 100ms ease-out;
        -moz-transition: all 100ms ease-out;
        -ms-transition: all 100ms ease-out;
        -o-transition: all 100ms ease-out;
        transition: all 100ms ease-out;
    }

.checklist .checked span {
    border-color: #8d939f;
}

.colors ul, .sizes ul {
    float: left;
    width: 100%
}

    .colors ul li {
        padding-left: 21px;
    }

.colors a span {
    border: none;
    position: relative;
    border-radius: 100%;
    background-color: #eae3d3;
    width: 13px;
    height: 13px;
    margin-left: -20px;
}

.colors a:hover span {
    width: 15px;
    height: 15px;
    margin-top: 3px;
    margin-left: -21px;
}

#sidebar img {
    margin-top: 6px;
}

#layout {
    float: left
}

#detail h3 {
    color: #f00
}

.title_cat {
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    padding-top: 15px;
    font-weight: bold;
    border-bottom: 1px #ccc solid;
    color: #f00;
    font-size: 25px;
    padding-bottom: 5px
}

.product_layout {
    position: relative;
    perspective: 800px;
    /*    width:306px;
    height:471px;
*/
    float: left;
    /*	margin-right: 23px;
*/ -webkit-transition: width 500ms ease-in-out;
    -moz-transition: width 500ms ease-in-out;
    -ms-transition: width 500ms ease-in-out;
    -o-transition: width 500ms ease-in-out;
    transition: width 500ms ease-in-out;
}

.product-front img {
    width: 100%;
}

.product-front, .product-back {
    /*	width:315px;
	height:480px;
*/ background: #fff;
    position: absolute;
    /*	left:-5px;
	top:-5px;
*/ -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.product-back {
    display: none;
    transform: rotateY( 180deg );
}

.make3D.animate .product-back,
.make3D.animate .product-front,
div.large .product-back {
    top: 0px;
    left: 0px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.make3D {
    width: 100%;
    float: left;
    height: 470px;
    position: relative;
    top: 10px;
    left: 10px;
    overflow: hidden;
    transform-style: preserve-3d;
    -webkit-transition: 100ms ease-out;
    -moz-transition: 100ms ease-out;
    -o-transition: 100ms ease-out;
    transition: 100ms ease-out;
}

div.make3D.flip-10 {
    -webkit-transform: rotateY( -10deg );
    -moz-transform: rotateY( -10deg );
    -o-transform: rotateY( -10deg );
    transform: rotateY( -10deg );
    transition: 50ms ease-out;
}

div.make3D.flip90 {
    -webkit-transform: rotateY( 90deg );
    -moz-transform: rotateY( 90deg );
    -o-transform: rotateY( 90deg );
    transform: rotateY( 90deg );
    transition: 100ms ease-in;
}

div.make3D.flip190 {
    -webkit-transform: rotateY( 190deg );
    -moz-transform: rotateY( 190deg );
    -o-transform: rotateY( 190deg );
    transform: rotateY( 190deg );
    transition: 100ms ease-out;
}

div.make3D.flip180 {
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
    transition: 150ms ease-out;
}

.make3D.animate {
    top: 5px;
    left: 5px;
    width: 365px;
    height::;
    80px;
    box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
    -webkit-transition: 100ms ease-out;
    -moz-transition: 100ms ease-out;
    -o-transition: 100ms ease-out;
    transition: 100ms ease-out;
}

div.large .make3D {
    top: 0;
    left: 0;
    width: 315px;
    height: 480px;
    -webkit-transition: 300ms ease-out;
    -moz-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.large div.make3D {
    box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0);
}

.large div.flip-back {
    display: none;
}

.stats-container {
    background: #fff;
    position: absolute;
    margin-top: -5px;
    top: 235px;
    left: 0;
    width: 100%;
    border: 1px #ccc solid;
    padding: 14px 10px 15px 12px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.make3D.animate .stats-container {
    top: 265px;
    margin-top: -35px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.stats-container .product_name {
    font-size: 20px;
    border-bottom: 1px #ccc solid;
    margin-bottom: 15px !important;
    color: #393c45;
    font-weight: 700;
}

.product_name a {
    color: DodgerBlue
}

.stats-container p {
    font-size: 15px;
    color: #333;
    padding: 2px 0 5px 0;
    margin-bottom: 0 !important
}

.stats-container .product_price {
    color: #f60;
    text-align: right !important;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.product_price {
    color: #f60;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.stats-container .add-to-cart {
    background: none !important;
    color: #000;
    position: absolute;
    width: 100% !important;
    text-align: left;
}

.stats-container p {
    width: 100%
}

.image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
    opacity: 0.22;
}

.make3D.animate .image_overlay {
    opacity: 0.7;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.product-options {
    padding: 0;
}

    .product-options strong {
        font-weight: 700;
        color: #393c45;
        font-size: 14px;
    }

    .product-options span {
        color: #969699;
        font-size: 14px;
        display: block;
        margin-bottom: 8px;
    }

.add_to_cart {
    position: absolute;
    top: 80px;
    left: 50%;
    width: 152px;
    font-size: 15px;
    margin-left: -78px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

    .add_to_cart:hover {
        background: #fff;
        color: #f60;
        cursor: pointer;
    }

.make3D.animate .add_to_cart {
    opacity: 1;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.view_gallery {
    position: absolute;
    top: 144px;
    left: 50%;
    width: 152px;
    font-size: 15px;
    margin-left: -78px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

    .view_gallery:hover {
        background: #fff;
        color: #333;
        cursor: pointer;
    }

.make3D.animate .view_gallery {
    opacity: 1;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

div.colors div {
    margin-top: 3px;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    float: left;
}

    div.colors div span {
        width: 15px;
        height: 15px;
        display: block;
        border-radius: 50%;
    }

        div.colors div span:hover {
            width: 17px;
            height: 17px;
            margin: -1px 0 0 -1px;
        }

div.c-blue span {
    background: #6e8cd5;
}

div.c-red span {
    background: #f56060;
}

div.c-green span {
    background: #44c28d;
}

div.c-white span {
    background: #fff;
    width: 14px;
    height: 14px;
    border: 1px solid #e8e9eb;
}

div.shadow {
    width: 335px;
    height: 520px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: none;
    background: -webkit-linear-gradient(left,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
    background: -o-linear-gradient(right,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
    background: -moz-linear-gradient(right,rgba(0,0,0,0.1),rgba(0,0,0,0.2));
    background: linear-gradient(to right, rgba(0,0,0,0.1), rgba(0,0,0,0.2));
}

.product-back div.shadow {
    z-index: 10;
    opacity: 1;
    background: -webkit-linear-gradient(left,rgba(0,0,0,0.2),rgba(0,0,0,0.1));
    background: -o-linear-gradient(right,rgba(0,0,0,0.2),rgba(0,0,0,0.1));
    background: -moz-linear-gradient(right,rgba(0,0,0,0.2),rgba(0,0,0,0.1));
    background: linear-gradient(to right, rgba(0,0,0,0.2), rgba(0,0,0,0.1));
}

.flip-back {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.cx, .cy {
    background: #d2d5dc;
    position: absolute;
    width: 0px;
    top: 15px;
    right: 15px;
    height: 3px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.flip-back:hover .cx, .flip-back:hover .cy {
    background: #979ca7;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.cx.s1, .cy.s1 {
    right: 0;
    width: 30px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cy.s2 {
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cy.s3 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cx.s1 {
    right: 0;
    width: 30px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cx.s2 {
    -ms-transform: rotate(140deg);
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cx.s3 {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 100ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.carousel {
    width: 315px;
    height: 480px;
    overflow: hidden;
    position: relative;
}

    .carousel ul {
        position: absolute;
        top: 0;
        left: 0;
    }

    .carousel li {
        width: 315px;
        height: 480px;
        float: left;
        overflow: hidden;
    }

    .carousel img {
        margin-top: 0px;
        height: 100%;
        width: auto;
        text-align: center;
        /*	width: 110%; 
*/
    }

.arrows-perspective {
    width: 315px;
    height: 55px;
    position: absolute;
    top: 218px;
    transform-style: preserve-3d;
    transition: transform 5s;
    perspective: 335px;
}

.carouselPrev, .carouselNext {
    width: 50px;
    height: 55px;
    background: #ccc;
    position: absolute;
    top: 0;
    transition: all 200ms ease-out;
    opacity: 0.9;
    cursor: pointer;
}

.carouselNext {
    top: 0;
    right: -26px;
    -webkit-transform: rotateY( -117deg );
    -moz-transform: rotateY( -117deg );
    -o-transform: rotateY( -117deg );
    transform: rotateY( -117deg );
    transition: all 200ms ease-out;
}

    .carouselNext.visible {
        right: 0;
        opacity: 0.8;
        background: #fff;
        -webkit-transform: rotateY( 0deg );
        -moz-transform: rotateY( 0deg );
        -o-transform: rotateY( 0deg );
        transform: rotateY( 0deg );
        transition: all 200ms ease-out;
    }

.carouselPrev {
    left: -26px;
    top: 0;
    -webkit-transform: rotateY( 117deg );
    -moz-transform: rotateY( 117deg );
    -o-transform: rotateY( 117deg );
    transform: rotateY( 117deg );
    transition: all 200ms ease-out;
}

    .carouselPrev.visible {
        left: 0;
        opacity: 0.8;
        background: #fff;
        -webkit-transform: rotateY( 0deg );
        -moz-transform: rotateY( 0deg );
        -o-transform: rotateY( 0deg );
        transform: rotateY( 0deg );
        transition: all 200ms ease-out;
    }

.carousel .x, .carousel .y {
    height: 2px;
    width: 15px;
    background: #5ff7d2;
    position: absolute;
    top: 31px;
    left: 17px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.carousel .x {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 21px;
}

.carousel .carouselNext .x {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.carousel .carouselNext .y {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

div.floating-cart {
    position: absolute;
    top: 0;
    left: 0;
    width: 315px;
    height: 480px;
    background: #fff;
    z-index: 200;
    overflow: hidden;
    box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
    display: none;
}

    div.floating-cart .stats-container {
        display: none;
    }

    div.floating-cart .product-front {
        width: 100%;
        top: 0;
        left: 0;
    }

    div.floating-cart.moveToCart {
        left: 75px !important;
        top: 55px !important;
        width: 47px;
        height: 47px;
        -webkit-transition: all 800ms ease-in-out;
        -moz-transition: all 800ms ease-in-out;
        -ms-transition: all 800ms ease-in-out;
        -o-transition: all 800ms ease-in-out;
        transition: all 800ms ease-in-out;
    }

body.MakeFloatingCart div.floating-cart.moveToCart {
    left: 90px !important;
    top: 140px !important;
    width: 21px;
    height: 22px;
    box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

div.cart-icon-top {
    position: absolute;
    background: #fff url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/cart.png") 0 -3px no-repeat;
    margin: 0;
    width: 21px;
    height: 3px;
    z-index: 1;
    /*	top: 140px;
	left: 90px;
*/
}

div.cart-icon-bottom {
    position: absolute;
    background: #fff url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/cart.png") 0 -3px no-repeat;
    margin: 0;
    width: 21px;
    height: 19px;
    z-index: 1;
    /*	top: 143px;
	left: 90px;
*/
}

body.MakeFloatingCart div.cart-icon-top {
    z-index: 30;
}

body.MakeFloatingCart div.cart-icon-bottom {
    z-index: 300;
}

.cart-item {
    padding: 11px 0 5px 110px;
    /*	height: 62px;
	width: 210px;
*/ margin-left: -25px;
    position: relative;
    background: #fff;
    -webkit-transition: all 1000ms ease-out;
    -moz-transition: all 1000ms ease-out;
    -ms-transition: all 1000ms ease-out;
    -o-transition: all 1000ms ease-out;
    transition: all 1000ms ease-out;
}

    .cart-item.flash {
        background: #fffeb0;
    }

.cart-item-border {
    position: absolute;
    bottom: 0;
    left: 45px;
    background: #edeff0;
    height: 1px;
    width: 230px;
}

.cart-item .img-wrap {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border: 1px solid #edeff0;
    float: left;
    margin-left: -65px;
}

.cart-item img {
    width: 100%;
    position: relative;
    top: -10px;
}

.cart-item strong {
    color: #f00;
    font-size: 16px;
}

.cart-item span {
    color: #393c45;
    display: block;
    font-size: 14px;
}

.cart-item .delete-item {
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/delete-item.png") 0 0 no-repeat;
    width: 15px;
    height: 15px;
    float: right;
    margin-right: 18px;
    /*	display:none;
*/
}

.cart-item:hover .delete-item {
    display: block;
    cursor: pointer
}


#info {
    position: absolute;
    top: 20px;
    left: 676px;
    text-align: center;
    width: 413px;
}

    #info p {
        font-size: 15px;
        padding: 3px;
        color: #b1b1b3
    }

    #info a {
        text-decoration: none;
    }

#checkout {
    border: 2px solid #f00;
    font-size: 13px;
    font-weight: 700;
    padding: 3px 9px;
    position: absolute;
    /*	top: 137px;
*/ left: 128px;
    color: #f00;
    display: none;
}

.product_layout.large {
    width: 639px;
    margin-bottom: 25px;
    overflow: hidden;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}




/* ---------------- */
.floating-image-large {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.price-old {
    text-decoration: line-through;
    font-size: 15px;
    color: #333
}

.info-large {
    display: none;
    position: absolute;
    top: 0;
    left: 0px;
    padding: 42px;
    width: 245px;
    height: 395px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.large .info-large {
    left: 310px;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.info-large h4 {
    text-transform: uppercase;
    font-size: 28px;
    color: #000;
    font-weight: 400;
    padding: 0;
}

div.sku {
    font-weight: 700;
    color: #666;
    text-align: right;
    font-size: 15px;
    padding-top: 0px;
}

    div.sku strong {
        color: #000;
    }

.price-big {
    font-size: 34px;
    font-weight: 600;
    color: #5ff7d2;
    margin-top: 21px;
}

    .price-big span {
        color: #d0d0d0;
        font-weight: 400;
        text-decoration: line-through;
    }

.add-cart-large {
    border: 3px solid #000;
    font-size: 17px;
    background: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px;
    font-family: "Open Sans", sans-serif;
    width: 246px;
    margin-top: 38px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

    .add-cart-large:hover {
        color: #5ff7d2;
        border-color: #5ff7d2;
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -ms-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        cursor: pointer;
    }

.info-large h3 {
    letter-spacing: 1px;
    color: #262626;
    text-transform: uppercase;
    font-size: 14px;
    clear: left;
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 3px;
}


.colors-large {
    margin-bottom: 38px;
}

    .colors-large li {
        float: left;
        list-style: none;
        margin-right: 7px;
        width: 16px;
        height: 16px;
    }

        .colors-large li a {
            float: left;
            width: 16px;
            height: 16px;
            border-radius: 50%;
        }

            .colors-large li a:hover {
                width: 19px;
                height: 19px;
                position: relative;
                top: -1px;
                left: -1px;
            }

.sizes-large {
}

    .sizes-large span {
        font-weight: 600;
        color: #b0b0b0;
    }

        .sizes-large span:hover {
            color: #000;
            cursor: pointer;
        }

.product_layout.large:hover {
    box-shadow: 0px 5px 31px -1px rgba(0, 0, 0, 0.15);
}
/*End css product layout*/


/*Begin css chi tiet san pham*/
.carousel-inner {
    position: relative;
    width: 100%;
    min-height: 300px;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: none !important;
    background-repeat: repeat-x;
}

.carousel-control.left {
    left: 0;
    right: auto;
    background-image: none !important;
    background-repeat: repeat-x;
}

#carousel-example-generic {
    margin: 20px auto;
    width: 100%;
}

#carousel-custom {
    margin: 20px auto;
    width: 100%;
}

    #carousel-custom .carousel-indicators {
        margin: 10px 0 0;
        overflow: auto;
        position: static;
        text-align: left;
        white-space: nowrap;
        width: 100%;
        overflow: hidden;
    }

        #carousel-custom .carousel-indicators li {
            background-color: transparent;
            -webkit-border-radius: 0;
            border-radius: 0;
            display: inline-block;
            height: auto;
            margin: 0 !important;
            width: auto;
        }

            #carousel-custom .carousel-indicators li img {
                display: block;
                opacity: 0.5;
            }

            #carousel-custom .carousel-indicators li.active img {
                opacity: 1;
            }

            #carousel-custom .carousel-indicators li:hover img {
                opacity: 0.75;
            }

    #carousel-custom .carousel-outer {
        position: relative;
    }

.carousel-indicators li img {
    height: 66px;
    width: 52px;
}
/* End css chi tiet san pham*/

/*Css for deatail product - col right*/
ul.menu-items > li {
    margin-right: 35px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
    text-transform: uppercase
}

li.active {
    border-bottom: 3px solid red;
}

.menu-items {
    list-style-type: none;
    font-size: 20px;
    display: inline-flex;
    margin-bottom: 0;
    margin-top: 20px
}

    .menu-items ul ul li {
        list-style-type: none;
    }

.title-price {
    margin-top: 30px;
    margin-bottom: 0;
    color: #333;
    font-size: 15px;
}

.title-attr {
    margin-top: 0;
    margin-bottom: 0;
    color: black;
}

.btn-minus {
    cursor: pointer;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid gray;
    border-radius: 2px;
    border-right: 0;
}

.btn-plus {
    cursor: pointer;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid gray;
    border-radius: 2px;
    border-left: 0;
}

div.section > div {
    width: 100%;
    display: inline-flex;
}

    div.section > div > input {
        margin: 0;
        padding-left: 5px;
        font-size: 20px;
        padding-right: 5px;
        max-width: 18%;
        text-align: center;
    }

.attr, .attr2 {
    cursor: pointer;
    margin-right: 5px;
    font-size: 15px;
    padding: 10px;
    border: 1px solid gray;
    border-radius: 2px;
}

    .attr.active, .attr2.active {
        border: 1px solid orange;
    }

.detail {
    border-top: 1px solid red
}

    .detail p {
        padding: 15px;
        width: 100%;
    }

.shape {
    border-style: solid;
    border-width: 0 70px 70px 0;
    float: right;
    height: 0px;
    width: 0px;
    -ms-transform: rotate(360deg); /* IE 9 */
    -o-transform: rotate(360deg); /* Opera 10.5 */
    -webkit-transform: rotate(360deg); /* Safari and Chrome */
    transform: rotate(270deg);
    position: absolute;
    z-index: 111
}

.offer {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin: 15px 0;
    overflow: hidden;
}

    .offer:hover {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: rotate scale(1.1);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.shape {
    border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}

.shape-text {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    right: -35px;
    top: 2px;
    white-space: nowrap;
    -ms-transform: rotate(30deg); /* IE 9 */
    -o-transform: rotate(360deg); /* Opera 10.5 */
    -webkit-transform: rotate(360deg); /* Safari and Chrome */
    transform: rotate(44deg);
}

@media (max-width: 426px) {
    .container {
        margin-top: 0px !important;
    }

        .container > .row {
            padding: 0 !important;
        }

            .container > .row > .col-xs-12.col-sm-5 {
                padding-right: 0;
            }

            .container > .row > .col-xs-12.col-sm-9 > div > p {
                padding-left: 0 !important;
                padding-right: 0 !important;
            }

            .container > .row > .col-xs-12.col-sm-9 > div > ul {
                padding-left: 10px !important;
            }

    .section {
        width: 104%;
    }

    .menu-items {
        padding-left: 0;
    }
}
/*Css for combo đề xuất*/
.title-arch {
    text-align: center;
    margin: 50px 0;
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.project {
    width: 100%;
    height: 190px;
    background-image: url(../images/product-4.jpg);
    background-size: cover;
    background-position: center;
    padding: 0 !important;
    float: left;
}

.project-2 {
    background-image: url(../images/product-8.jpg);
}

.project-3 {
    background-image: url(https://image.freepik.com/free-vector/abstract-geometric-background-design_1045-764.jpg);
}

.project-4 {
    background-image: url(https://image.freepik.com/free-vector/abstract-geometric-background-design_1045-764.jpg);
}

.project-hover {
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #007bff;
    padding: 2% 20px !important;
}

    .project-hover hr {
        height: 30px;
        width: 0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        background-color: rgba(255, 255, 255, 1);
        border: 0;
    }

    .project-hover a {
        color: rgba(255, 255, 255, 1);
        padding: 2px 22px;
        line-height: 40px;
        border: 2px solid rgba(255, 255, 255, 1);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .project-hover a:hover {
            border-color: rgba(51, 51, 51, 1);
            color: rgba(51, 51, 51, 1);
            background-color: #FFF;
        }

.project:hover .project-hover {
    opacity: 0.9;
}

    .project:hover .project-hover hr {
        width: 100%;
        height: 5px;
    }


/*End css for detail product - col right*/

