﻿
/* ===========================================================
    1. Common Uses
============================================================ */
body {
    -webkit-font-smoothing: subpixel-antialiased !important;
    -moz-font-smoothing: subpixel-antialiased !important;
    -ms-font-smoothing: subpixel-antialiased !important;
    -o-font-smoothing: subpixel-antialiased !important;
    text-rendering: optimizeLegibility !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

a {
    text-decoration: none;
}

    a:focus {
        text-decoration: none;
        outline: none;
        outline-offset: 0;
    }

    a:hover {
        text-decoration: none;
        font-weight:700;
    }

.paira-animation {
    opacity: 0;
}

    .paira-animation.animated {
        opacity: 1;
    }

.fa.minus-fa {
    margin-left: 5px;
    display: none;
}

.text-underline {
    text-decoration: underline;
}

.img-hovers {
    opacity: 0;
}

a, .product-quantity-fix .up-down span, .btn-default, .btn-success, .btn-primary, .product .background-overlay, .product .product-hover, .carousel-control.left span, .carousel-control.right span {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

p {
    line-height: 1.5;
}

input, button {
    -webkit-appearance: none;
    outline: none;
}

button {
    box-shadow: none;
    border: solid 1px;
}

.btn-group-lg > .btn, .btn-lg, .btn, .input-group-addon, .dropdown-menu {
    border-radius: 0;
}

.product-button .btn {
    text-transform: uppercase;
}

.full-width {
    width: 100%;
}

.display-inline-b {
    display: inline-block;
}

.overflow {
    overflow: hidden;
}

.paira-animation {
    opacity: 0;
}

    .paira-animation.animated {
        opacity: 1;
    }

.breadcrumb .fa {
    padding: 0 0 0 10px;
}

.breadcrumb {
    margin: 0;
    padding: 5px 0;
    background: transparent;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-radius: 0;
}

    .breadcrumb .list-inline {
        margin: 0;
        padding: 8px 0;
    }

.position-r {
    position: relative;
}

.ajax-loading {
    top: 45%;
    left: 29%;
    position: fixed;
    width: 100px;
    height: 100px;
    background: #fff;
    z-index: 999999;
    display: none;
}

figcaption h4.panel-heading {
    margin: 0;
}

ul.pagination.list-inline {
    margin: 0;
    font-size: 16px;
}

.thumbnail {
    margin: 0;
    border-radius: 0;
}

p, a, .btn-default, .btn-success, .cart-sub-total textarea.form-control, h1, h2, h3, h4, h5, h6, .form-control, .product .product-sale, .product-stock-out, .short-by button, .views button, .show-category button, .breadcrumb li:last-child, label, .btn-primary, .lists li {
    letter-spacing: 1px;
}

.margin-clear {
    margin: 0 !important;
}

.padding-clear {
    padding: 0 !important;
}

.paira-margin-top-1 {
    margin-top: 100px !important;
}

.paira-margin-top-2 {
    margin-top: 60px !important;
}

.paira-margin-top-3 {
    margin-top: 50px !important;
}

.paira-margin-bottom-1 {
    margin-bottom: 100px !important;
}

.paira-margin-bottom-2 {
    margin-bottom: 60px !important;
}

.paira-margin-bottom-3 {
    margin-bottom: 50px !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.padding-right-0 {
    padding-right: 0 !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}
.padding-breadcrumbs{
    padding: 85px 0px;
}
/* ===========================================================
    2. Font Size
============================================================ */
.cart-menu-line-title, .cart-menu-body .span, .menus li a, .menus .social-links li a i, .wish-compare-view-cart i, .font-size-18, .menu-pops {
    font-size: 18px !important;
}

    .menus li a i, .dropdown-category .btn-success, .cart-menu-buttons .btn-default {
        font-size: 14px;
    }
/* ===========================================================
    3. Header
============================================================ */
.search-popup img, .login-popup img {
    margin-top: 10px;
}

.menu-pops span {
    vertical-align: middle;
}

.header-top {
    background: transparent;
    position: absolute;
    z-index: 20;
    width: 100%;
}

.padding-fix {
    padding: 0 65px;
}

.logo img {
    margin: 15px 0 5px 0;
    max-height: 60px;
}

.header-top .menu-pops i {
    font-size: 33px;
    vertical-align: middle;
}

.header-top .menu-pops {
    margin: 23px 0 10px 0 !important;
    display: inline-block;
}

.menus .dropdown-menu {
    position: relative;
    top: 0;
    min-width: 100%;
    max-width: 100%;
    border: none;
    box-shadow: none;
    z-index: 89;
    padding: 0;
    margin: 0;
    background: transparent;
    text-align: center;
}

.menu-pops:hover .img-hover {
    opacity: 0;
}

.menu-pops:hover .img-hovers {
    opacity: 1 !important;
}

.img-hover {
    margin-right: -49px !important;
}

.menus li a {
    margin-bottom: 10px;
    display: block;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
}

.menus hr {
    width: 6%;
    border: 2px solid;
}

.menus .social-links li a i {
    padding: 7px;
}

.account-ajax-cart {
    margin: 23px 0 10px 0;
}

   /* .account-ajax-cart ul li {
        margin-left: 10px;
    }*/

.cart-table h3 {
    margin-bottom: 30px;
}

.row-1, .row-2, .row-3 {
    width: 33.33%;
    float: left;
    display: table;
    height: 115px;
    margin-bottom:20px;
}

.modal-lg {
    width: 1170px;
}

.row-3 {
    text-align: right;
    width: 6%;
}

.row-2 {
    width: 55.33%;
    margin-left:20px;
}

.row-1 img {
    width: 200px;
    height: auto;
}

.row-1 a, .row-2 p, .row-3 p {
    vertical-align: middle;
}

.cart-menu-line-title {
    margin-top: -5px;
    margin-bottom: 15px;
    display: block;
}

.product-quantity-fix .form-control {
    width: 90px;
    background: transparent;
    line-height: inherit;
    height: 41px;
    padding: 9px 12px;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid;
}

.product-quantity-fix .up-down {
    width: 37px;
    height: 41px;
}

    .product-quantity-fix .up-down span {
        padding: 0 13px;
        cursor: pointer;
        display: block;
    }

.dropdown-category .btn-success, .dropdown-category.open > .dropdown-toggle.btn-success {
    height: 44px;
    border: 1px solid;
    background: transparent;
}

.dropdown-category .dropdown-menu {
    margin: 0;
}

.dropdown-icon {
    width: 30px;
    text-align: right;
    font-size: 16px !important;
}

.cart-sub-total, .cart-shipping-calculate {
    padding: 15px 0;
}

.cart-menu-body .span {
    position: absolute;
    right: 17px;
    top: 18px;
}

.header-middle .account-ajax-cart-currency {
    position: absolute;
    z-index: 20;
    top: 35%;
    left: 70px;
    width: 48%;
}

.sign, .doller {
    font-size: 70px;
}

.cart-sub-total textarea.form-control {
    background: transparent;
    border: 1px solid;
    border-radius: 0;
}

.cart-sub-total h1 {
    font-size: 48px;
}

.for-pass .forget, .new-customer h4 {
    vertical-align: middle;
}

.search-pops .form-control {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    height: inherit;
    border-bottom: 1px solid;
    font-size: 36px;
}

.popup-search-form .btn-success {
    padding: 12px 30px;
}

.search-pops .search {
    z-index: 2;
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
    border: none;
    background: transparent;
}

.currency li a {
    display: block;
    margin-bottom: 8px;
}

.account-ajax-cart .dropdown-menu li a:hover {
    border: none;
}

.contact-form .input-group-addon {
    min-width: 155px;
    height: 50px;
    border: 1px solid;
}

.contact-form .form-control {
    height: 50px;
    padding: 6px 12px;
    background: transparent;
    border: 1px solid;
    border-radius: 0;
    box-shadow: none;
}
/* ===========================================================
    4. Product
============================================================ */
.product, .blog, .instragram, .banners {
    padding: 0;
    position: relative;
    text-align: center;
}

.latest-collection .product-image img {
    max-height: 403px;
    width: 100%;
}

.latest-collection .col-md-8 {
    z-index: 999;
}

.product .product-sale, .product-stock-out {
    margin: 0;
    padding: 14px 0;
    text-transform: uppercase;
    position: absolute;
    font-size: 10px;
    z-index: 8;
    top: -9px;
    border-radius: 100%;
    height: 45px;
    width: 45px;
    text-align: center;
}

.product .product-stock-out {
    right: -3px;
}

.product .product-sale {
    left: -3px;
    border: 1px solid;
}
/*.product-hover h4 {
    margin-top: 25%;
}*/
    .product-hover h4 a{
        color:#fff !important;
    }

    .latest-collection .product-hover a, .instragram-desc a {
        display: block;
    }

.product .product-hover, .blog .blog-hover, .instragram .instragram-hover, .banners .banner-hover {
    left: 0;
    z-index: 3;
}

.product .product-image .background-overlay, .product .product-hover, .blog .blog-image .background-overlay, .blog .blog-hover, .instragram .instragram-image .background-overlay, .instragram .instragram-hover,
.banners .banner-img .background-overlay, .banners .banner-hover {
    height: 100%;
    width: 100%;
    top: -100%;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    position: absolute;
    display: none;
}

.product:hover .product-hover, .blog:hover .blog-hover, .instragram:hover .instragram-hover, .banners:hover .banner-hover {
    top: 40%;
    height: 50%;
    display: block;
}

.product:hover .background-overlay, .banners:hover .background-overlay {
    top: 0;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    overflow: hidden;
    display: block;
}

.latest-picture .product:hover .background-overlay, .blog:hover .background-overlay, .instragram:hover .background-overlay {
    top: 0;
    -webkit-transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -o-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
    overflow: hidden;
    display: block;
}

.latest-picture .product:hover .prices {
    display: inline-block;
}

.wish-compare-view-cart .btn {
    height: 45px;
    width: 45px;
    padding: 12px 0;
    text-align: center;
}

.wish-compare-view-cart .product-cart-con {
    margin-right: 5px;
}
/* ===========================================================
    5. Single Product Page
============================================================ */
.pro-select {
    padding: 8px 40px 5px 10px;
    font-size: 14px;
    border: 1px solid;
    letter-spacing: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.arrow-d {
    position: relative;
    float: left;
}

    .arrow-d:after {
        content: "\f107";
        font: normal normal normal 14px/1 FontAwesome;
        right: 10px;
        top: 13px;
        position: absolute;
        pointer-events: none;
        display: block;
        font-size: 18px;
    }

select::-ms-expand {
    display: none;
}

.paira-single-product-slider {
    padding: 0 15px;
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
    margin-top: 30px;
}

.single-product-image {
    padding: 0 30px;
    z-index: 9;
    position: relative;
}

.product-page .bx-wrapper, .quick-view .bx-wrapper {
    margin-left: 48px !important;
    margin-top: 30px;
    position: relative;
    z-index: 9;
}

.bx-viewport {
    height: 100% !important;
}

.single-product-container {
    background: url(../images/product-container-1.png) no-repeat;
    background-position: bottom;
    height: 90px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
}

.paira-single-product-slider-left {
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 9;
}

.paira-single-product-slider-left, .paira-single-product-slider-right {
    display: none;
}

.single-varients-product:hover .paira-single-product-slider-left, .single-varients-product:hover .paira-single-product-slider-right {
    display: block;
}

.paira-single-product-slider-right {
    position: absolute;
    right: 0;
    top: 40%;
    z-index: 9;
}

.single-varients-product img {
    margin-left: auto;
    margin-right: auto;
    
    position: relative;
}

.single-product-container-small {
    background: url(../images/product-container-1.png) no-repeat;
    background-position: bottom;
    height: 65px;
    position: relative;
    margin-top: -20px;
    left: 0;
    width: 100%;
}

.bx-controls-direction .bx-prev {
    left: -40px;
    position: absolute;
    top: 45%;
    background: #000;
    width: 30px;
    height: 33px;
    color: #fff;
    text-align: center;
    padding: 2px 0;
    display: none;
}

.bx-controls-direction .bx-next {
    right: -40px;
    position: absolute;
    top: 45%;
    background: #000;
    width: 30px;
    height: 33px;
    color: #fff;
    text-align: center;
    padding: 2px 0;
    display: none;
}

.quick-view .bx-controls-direction .bx-next {
    right: -10px;
}

.single-varients-product:hover .bx-controls-direction .bx-next, .single-varients-product:hover .bx-controls-direction .bx-prev {
    display: block !important;
}

.small-verient-product img {
    width: 100%;
    height: auto;
    /*border: 5px solid;*/
}

.small-verient-product .owl-item {
    padding: 0 15px;
}

.product-page .product-quantity-fix .form-control {
    border: 1px solid;
}

.product-page .dropdown-category .btn-success, .product-page .dropdown-category.open > .dropdown-toggle.btn-success {
    border: 1px solid;
}

.quick-view .btn-primary:hover {
    background-color: transparent;
}

.quick-view .pro-select {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.quick-view .arrow-d:after {
    color: #fff;
}

.quick-view .pro-select option {
    background: transparent;
    color: #000;
}

.quick-view .paira-single-product-slider {
    opacity: 1 !important;
}

.product-page .btn-primary {
    padding: 12px 45px;
}
.product-page .btn-select {
    padding: 7px 30px;
    background: #000;
    color: #fff;
}
.tab-content {
    padding: 5px 0 0 0;
    border: none;
}

.single-product-tabs li a {
    font-size: 18px;
    background: transparent;
    border-radius: 0;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid transparent;
    text-transform:uppercase;
}

#accessories .single-product-tabs li a {
    font-size: 14px;
}

.single-product-tabs li.active a, .nav-tabs.single-product-tabs > li > a:hover, .nav-tabs.single-product-tabs > li.active > a:focus {
    border: 1px solid;
    background: #fff;
    /*border-bottom: 1px solid;*/
}

.single-product .product-details h1, .quick-view .product-details h1 {
    font-size: 30px;
}

/*.nav-tabs.single-product-tabs {
    border: none;
}*/

.nav-tabs > li{
    margin-bottom:0px;
}

.lists li {
    padding: 5px 0;
}

.social-li li {
    padding-right: 20px;
    padding-left: 15px;
}

    .social-li li a {
        font-size: 18px;
    }
/* ===========================================================
    6. Collections
============================================================ */
.list-view .product, .search-content .product {
    text-align: left;
}

.list-view .col-md-4, .list-view .col-sm-4, .list-view .col-xs-6, .search-content .col-md-4, .search-content .col-sm-4, .search-content .col-xs-6 {
    width: 100%;
}

.list-view .product .product-hover, .search-content .product-hover {
    width: auto;
    right: inherit;
    text-align: left;
    display: block;
    position: absolute;
    left: 313px;
}

.list-view .prices, .search-content .prices {
    float: left;
    width: 100%;
}

.list-view .product .product-stock-out, .search-content .product .product-stock-out {
    right: auto;
    left: 216px;
}

.list-view .product .product-sale, .search-content .product .product-sale {
    left: 20px;
}

.list-view .margin-bottom-30 {
    margin-bottom: 0 !important;
}

.list-view .product-hover p, .search-content .product-hover p {
    float: left;
}

.list-view .wish-compare-view-cart .product-cart-con, .search-content .wish-compare-view-cart .product-cart-con {
    margin-right: 5px;
}

.list-view .product-container, .search-content .product-container {
    display: none;
}

.list-view .product .block-image img, .search-content .product .block-image img {
    display: block;
    margin-right: auto;
    margin-left: 0;
    float: left;
    padding-right: 45px;
}

.latest-picture .list-view .product img, .search-content .list-view .product img {
    width: inherit;
}

.list-view .product .product-image .background-overlay, .search-content .product .product-image .background-overlay {
    display: none;
}

.list-view .product-image img, .search-content .product-image img {
    width: 75% !important;
    margin-left: auto;
    margin-right: auto;
}

.list-view .product-image, .search-content .product-image {
    width: 25%;
    float: left;
    background: url("../images/product-container-3.png") no-repeat;
    background-position: bottom;
    height: 324px;
    margin-bottom: 40px;
}
/* ===========================================================
    7. Collections Product Page
============================================================ */
.showing-item {
    padding: 10px 0;
}

.short-by, .views, .show-category {
    border: 1px solid;
    border-right: none;
}

.views {
    border: 1px solid;
}

.paira-social ul {
    margin-bottom: 0;
}

.short-by .btn-group, .short-by .btn-group button, .show-category .btn-group, .show-category .btn-group button, .views .btn-group, .views .btn-group button {
    width: 100%;
    text-align: left;
}

.short-by i, .views i, .show-category i {
    float: right;
    margin-top: 4px;
}

.short-by button, .views button, .show-category button {
    box-shadow: none;
    outline: 0;
    padding: 12px 30px;
}

    .short-by button:hover, .views button:hover, .show-category button:hover {
        background: transparent;
    }

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}

.short-by .dropdown-menu, .show-category .dropdown-menu, .views .dropdown-menu {
    top: 45px;
    left: -1px;
    min-width: 100%;
    border: 1px solid;
    box-shadow: none;
}

.pagination {
    width: 100%;
    margin: 10px 0 !important;
}

    .pagination > li > a, .pagination > li > span {
        float: none;
        padding: 6px 17px;
        margin-left: 0;
        background-color: transparent;
        border: 1px solid;
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 2;
        cursor: default;
        background-color: transparent;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
        margin-left: 0;
        border-radius: 0;
    }

    .pagination > li {
        padding-left: 0;
        padding-right: 0;
    }

        .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
            background-color: transparent;
        }

.breadcrumb li {
    padding-left: 0;
}
/* ===========================================================
    8. Main Slider
============================================================ */
.carousel-caption {
    padding-bottom: 30px;
    float: right;
    top: 30%;
    text-align: right;
    text-shadow: none;
}

.carousel-indicators li {
    display: none !important;
}

    .carousel-indicators li.active {
        display: block !important;
    }

.carousel-indicators-total {
    font-size: 36px;
    position: absolute;
    bottom: 18%;
    left: 110px;
}

    .carousel-indicators-total:before {
        content: "/";
        font-size: 36px;
        padding: 0 5px 0 0;
    }

.carousel-indicators li {
    display: inline-block;
    width: 30px !important;
    height: 20px !important;
    margin: 20px;
    text-indent: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-size: 36px;
}

.carousel-indicators {
    bottom: 18%;
    left: 40px;
    margin-left: 0;
    text-align: left;
}

    .carousel-indicators .active {
        width: 30px !important;
        height: 20px !important;
        margin: 20px;
        background: transparent;
    }

.carousel-caption3 {
    right: 65px;
}

.carousel-caption1 {
    left: 65px;
    padding-bottom: 30px;
    float: left;
    top: 30%;
    text-align: left;
    text-shadow: none;
}

.paira-menu-popup .col-md-12 {
    margin-top: 50px !important;
}

.carousel-control {
    top: 70%;
    left: 65px;
    display: none;
    width: inherit;
    float: left;
}

.carousel:hover .carousel-control {
    display: block;
}

.carousel-control.left, .carousel-control.right {
    background: none;
}

    .carousel-control.left span, .carousel-control.right span {
        font-size: 14px;
        letter-spacing: 8px;
        border: 1px solid;
        display: block;
        width: 45px;
        height: 45px;
        text-align: center;
        padding: 3px 9px;
        text-shadow: none;
    }

.carousel-control.right {
    right: auto;
    left: 122px;
}

.carousel-caption2 {
    padding-bottom: 30px;
    float: none;
    top: 30%;
    text-align: center;
    text-shadow: none;
    margin-right: auto;
    margin-left: auto;
}

.carousel-caption h1 {
    font-size: 72px;
    margin: 0;
    letter-spacing: 2px;
}

.carousel-caption h4 {
    font-size: 16px;
    margin: 15px 0 25px 0;
    letter-spacing: 4px;
}

.carousel {
    position: relative;
}
/* ===========================================================
    9. Home Page
============================================================ */
.banner-small-back img {
    margin-right: 20px;
}

.btn-lg {
    font-size: 16px;
}

.home-page .heading-title h2:before {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 4px solid;
    top: 13px;
    width: 30px;
}

.home-page .heading-title h2:after {
    content: none;
}

.heading-title h2:before {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 4px solid;
    top: 13px;
    width: 30px;
}

.heading-title h2:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 4px solid;
    top: 13px;
    width: 30px;
}

.home-page .heading-title h2 span {
    margin-right: 0;
}

.heading-title h2 span {
    display: inline-block;
    position: relative;
    margin-left: 40px;
    margin-right: 10px;
}

.item image {
    background-attachment: fixed;
}

.picture-container {
    background: url(../images/banner/white-brick-wall-textures-background.jpg) no-repeat fixed;
    padding: 80px 0;
}
.certificate-section {
    background: url(../images/banner/home-banner-big.jpg) no-repeat fixed;
    padding: 80px 0;
}

.product-container {
    background: url(../images/product-container.png) no-repeat;
    background-position: bottom;
    height: 120px;
    margin-top: -40px;
}
.bottomborder{
    border-bottom:0px solid #000;
}

.latest-picture .product img {
    width: 100%;
    height: auto;
    /*border: 15px solid;*/
}

.gallery-background {
    background: url(../images/banner/home-banner-big.jpg) no-repeat fixed;
    padding: 80px 0;
}

.banner-desc {
    min-height: 332px;
    padding: 80px 0;
}

.banner-img img {
    max-height: 332px;
    width: 100%;
}

.banner .overs {
    z-index: 1;
}

.pages-container .header-middle {
    display: none;
}

.pages-container .header-top {
    position: relative;
}

.cart-sub-total textarea.form-control {
    height: 150px !important;
}

.home-page .heading-title a {
    border-bottom: 1px solid;
}
.firstspeciality {
    margin-bottom: 80px;
    margin-top: 20px;
}
.lastspeciality {
    margin-top: 80px;
}
/* ===========================================================
    10. Footer
============================================================ */
.footer-bottom, .footer-top {
    float: left;
    width: 100%;
}

footer .paira-siteinfo p {
    line-height: 1;
}

.footer-top {
    border-top: 1px solid;
}

.footer-bottom {
    padding: 35px 0px;
}

.footer-top .form-control {
    height: 55px;
    padding: 10px 10px;
    outline: none;
    resize: none;
    width: 100%;
    border: 1px solid;
    font-size: 14px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

footer .paira-subscribe {
    width: 50% !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 60px;
    padding-top: 60px !important;
    text-transform: uppercase;
}

    footer .paira-subscribe hr {
        width: 20%;
        border: 1px solid;
    }

footer .paira-widget.paira-subscribe .btn-default {
    height: 55px;
    padding: 0 30px;
    border: 1px solid;
}

    footer .paira-widget.paira-subscribe .btn-default:hover {
        border: 1px solid;
    }

footer .paira-widget {

    margin: 0;
    width: 100%;
    float: left;
}

    footer .paira-widget h4 {
        margin-top: 0;
        color:#fff;
    }
.footer-bottom .paira-social a:hover {
    color: #fff !important;
    font-weight: 700 !important;
}
footer .paira-social ul li a {
    font-size: 20px;
    height: 44px;
    width: 44px;
    text-align: center;
    padding: 8px 0;
    border: 1px solid;
    display: inline-block;
    margin-right: 0;
}

footer .paira-social ul li {
    padding: 0 3px;
}

    footer .paira-social ul li a:hover {
        border: 1px solid;
    }

footer .paira-menu ul {
    float: left;
    margin-bottom: 0;
}

    footer .paira-menu ul li:last-child a {
        padding: 0;
        margin-bottom: -10px;
    }

    footer .paira-menu ul li a {
        width: 100%;
        padding: 0 0 10px 0;
        float: left;
        line-height: 1.2;
    }
/* ===========================================================
    11. Single Blog Post Page
============================================================ */
.article-page hr {
    border-top: 1px solid;
}

.next-pre a {
    margin-right: 50px;
}

.blog-post-comments li img {
    position: absolute;
}

.blog-post-comments .reply {
    margin-left: 100px;
}

.blog-post-comments li .comments-content {
    margin-left: 140px;
}

.article-page .contact-form .form-control, .login-page .contact-form .form-control, .register-page .contact-form .form-control, .reset-password-page .contact-form .form-control {
    border: 1px solid;
}

.article-page .contact-form .input-group-addon, .login-page .contact-form .input-group-addon, .register-page .contact-form .input-group-addon, .reset-password-page .contact-form .input-group-addon {
    border: 1px solid;
}

.article-page .contact-form .input-group textarea.form-control {
    height: auto;
}

.register-page{
    padding-top:85px;
}
/* ===========================================================
    12. Login Page
============================================================ */
.new-customer h5 {
    margin-right: 5px;
}

.creat-account {
    border: 1px solid;
    width: 100%;
    padding: 75px 20px;
    text-align: center;
}

    .creat-account .btn-primary {
        border: 1px solid;
    }

.for-pass .btn-primary {
    padding: 12px 30px;
}
.login-image img{
    width: 100%;
    /*border: 7px solid;*/
}
/* ===========================================================
    13. 404 Page
============================================================ */
.error p {
    padding: 0 100px;
    line-height: 1.5;
}

.error h1 {
    font-size: 200px;
    line-height: .78;
    margin-bottom: 10px !important;
}

.error .btn-primary {
    padding: 12px 35px;
}
/* ===========================================================
    14. About Page, Contact Page
============================================================ */
#googleMap {
    height: 450px;
}

.team-background, .contact-form-background {
    background: url("../images/banner/home-banner-big.jpg");
    width: 100%;
    padding: 50px 0;
}

.team-title h4 {
    border-bottom: 1px solid;
    display: inline-block;
}

.team-title {
    padding: 0 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    right: 0;
}

.official-detail {
    border: 1px solid;
    padding: 0 15px 30px 15px;
}

    .official-detail i {
        border: 1px solid;
        padding: 7px 0;
        margin-top: -35px;
        margin-bottom: 30px;
        height: 60px;
        width: 60px;
        text-align: center;
    }

.contact-page {
    padding: 85px 0;
}
.contact-page .contact-form .input-group-addon {
    border: 1px solid;
}

.contact-page .contact-form .form-control {
    border: 1px solid;
}

.contact-page .contact-form .btn-default {
    background: transparent;
}

    .contact-page .contact-form .btn-default:hover {
        border: 1px solid;
    }

.reset-password-content .creat-account {
    padding: 30px 20px;
}
/* ======================================================================================
    15. Modal Dialog (Quick View, Success Message, Welcome Newsletter, Error Massage)
======================================================================================== */
.modal-content {
    border-radius: 0;
}

.paira-login-popup li a {
    text-decoration: underline;
    line-height: 1;
}

.modal-content button.close {
    opacity: 1;
    padding: 6px 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 34px;
}

.modal-content button {
    cursor: pointer;
}

.welcome-newsletter-content .modal-dialog {
    width: 768px;
}

.welcome-newsletter-content .modal-body {
    position: initial;
    padding: 0;
    height: 340px;
}

.welcome-newsletter-content .close {
    z-index: 10;
}

.welcome-newsletter {
    padding: 54px 27px;
    width: 100%;
}

    .welcome-newsletter img {
        position: absolute;
        top: 0;
        right: 0;
    }

    .welcome-newsletter ul li {
        border: none;
        padding: 4px 11px;
        margin: 0 3px;
    }

    .welcome-newsletter p {
        padding: 10px 15px 0 15px;
    }

    .welcome-newsletter .page-header {
        margin: 10px 0 20px;
    }

    .welcome-newsletter form input {
        height: 45px;
        padding: 9px 10px;
        outline: none;
        resize: none;
        width: 63%;
        border: 1px solid;
    }

    .welcome-newsletter button {
        padding: 10px 30px;
        height: 45px;
        letter-spacing: 1px;
        font-size: 14px;
        line-height: 0;
        width: 63%;
        margin-bottom: 30px;
    }

.modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.welcome-newsletter-content .modal-content {
    background: url(../images/wellcome-newsletter.png) no-repeat center;
    padding: 133px 0;
    margin-top: 70px;
}

.welcome-newsletter-content .modal-dialog {
    width: 760px;
}

.welcome-newsletter-content .modal-content .close-button {
    left: 0;
    top: -30px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.welcome-newsletter-content .modal-content button.close {
    position: relative;
    right: inherit;
    text-align: center;
    left: inherit;
    float: none;
}

.btn:active {
    box-shadow: none;
}

.page404{
    padding-top:80px;
}
