/**
 * Author -> ThemeTidy
 * Email -> support@themetidy.com
 * Version -> 1.0
 */

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Common Uses
2. Font Size
3. Header
4. Product
5. Single Product Page
6. Collections
7. Collections Product Page
8. Main Slider
9. Home Page
10. Footer
11. Single Blog Post Page
12. Login Page
13. 404 Page
14. About Page, Contact Page
15. Modal Dialog (Quick View, Success Message, Welcome Newsletter, Error Massage)
*/

.banners .banner-hover,
.blog .blog-hover,
.instragram .instragram-hover,
.product .product-hover {
    left: 0;
    z-index: 3;
}
.banners .banner-hover,
.banners .banner-img .background-overlay,
.blog .blog-hover,
.blog .blog-image .background-overlay,
.instragram .instragram-hover,
.instragram .instragram-image .background-overlay,
.product .product-hover,
.product .product-image .background-overlay {
    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;
}
.banners:hover .banner-hover,
.blog:hover .blog-hover,
.instragram:hover .instragram-hover,
.product:hover .product-hover {
    top: 40%;
    height: 50%;
    display: block;
}
.banners:hover .background-overlay,
.product: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;
}
.blog:hover .background-overlay,
.instragram:hover .background-overlay,
.latest-picture .product: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;
}
.pro-select {
    padding: 11px 40px 11px 10px;
    font-size: 14px;
    border: 1px solid;
    -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 {
    height: 90px;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.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;
    border: 15px solid;
    position: relative;
}
.single-product-container-small {
    height: 65px;
    position: relative;
    margin-top: -20px;
    left: 0;
}
.bx-controls-direction .bx-next,
.bx-controls-direction .bx-prev {
    top: 45%;
    background: #000;
    width: 30px;
    height: 33px;
    text-align: center;
    padding: 2px 0;
    display: none;
    color: #fff;
    position: absolute;
}
.bx-controls-direction .bx-prev {
    left: -40px;
}
.bx-controls-direction .bx-next {
    right: -40px;
}
.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 .dropdown-category .btn-success,
.product-page .dropdown-category.open > .dropdown-toggle.btn-success,
.product-page .product-quantity-fix .form-control {
    border: 1px solid;
}
.quick-view .btn-primary:hover {
    background-color: transparent;
}
.quick-view .pro-select {
    background: 0 0;
    border-color: #fff;
    color: #fff;
}
.quick-view .arrow-d:after {
    color: #fff;
}
.quick-view .pro-select option {
    background: 0 0;
    color: #000;
}
.product-page .btn-primary {
    padding: 12px 45px;
}
.tab-content {
    padding: 5px 0 0;
    border: none;
}
.single-product-tabs li a {
    font-size: 18px;
    background: 0 0;
    border-radius: 0;
    cursor: pointer;
    border: none;
    border-bottom: 1px solid transparent;
}
.nav-tabs.single-product-tabs > li.active > a:focus,
.nav-tabs.single-product-tabs > li > a:hover,
.single-product-tabs li.active a {
    border: none;
    background: 0 0;
    border-bottom: 1px solid;
}
.quick-view .product-detles h1,
.single-product .product-detles h1 {
    font-size: 30px;
}
.nav-tabs.single-product-tabs {
    border: none;
}
.lists li {
    padding: 5px 0;
}
.social-li li {
    padding-right: 20px;
    padding-left: 15px;
}
.social-li li a {
    font-size: 18px;
}
.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) bottom no-repeat;
    height: 310px;
    margin-bottom: 40px;
}
.showing-item {
    padding: 10px 0;
}
.short-by,
.show-category,
.views {
    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,
.show-category i,
.views i {
    float: right;
    margin-top: 4px;
}
.short-by button,
.show-category button,
.views button {
    box-shadow: none;
    outline: 0;
    padding: 12px 30px;
}
.short-by button:hover,
.show-category button:hover,
.views button:hover {
    background: 0 0;
}
.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;
}
.breadcrumb li,
.pagination > li {
    padding-left: 0;
}
.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-right: 0;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background-color: transparent;
}
.carousel-caption {
    padding-bottom: 30px;
    float: right;
    top: 30%;
    text-align: right;
    text-shadow: none;
}
.carousel-indicators li {
    display: none !important;
    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 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 {
    bottom: 18%;
    left: 40px;
    margin-left: 0;
    text-align: left;
}
.carousel-indicators .active {
    width: 30px !important;
    height: 20px !important;
    margin: 20px;
    background: 0 0;
}
.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%;
    right: 132px;
    display: none;
    width: inherit;
    float: right;
}
.carousel:hover .carousel-control {
    display: block;
}
.carousel-control.left,
.carousel-control.right {
    background: 0 0;
}
.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;
    right: 72px;
}
.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;
    letter-spacing: 4px;
}
.carousel {
    position: relative;
}
.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:after,
.heading-title h2:before {
    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/home-banner-big.jpg) no-repeat fixed;
    padding: 80px 0;
}
.product-container {
    background: url(../images/product-container.png) bottom no-repeat;
    height: 146px;
    margin-top: -50px;
}
.latest-picture .product img {
    width: 100%;
    height: auto;
    border: 15px solid;
}
.article-page hr,
.footer-top {
    border-top: 1px solid;
}
.home-page .heading-title a,
.team-title h4 {
    border-bottom: 1px 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;
}
.blog-post-comments li img,
.team-title {
    position: absolute;
}
.cart-sub-total textarea.form-control {
    height: 150px !important;
}
.footer-bottom,
.footer-top {
    float: left;
    width: 100%;
}
footer .paira-siteinfo p {
    line-height: 1;
}
.footer-bottom {
    padding: 20px 0 60px;
}
.footer-top .form-control {
    height: 55px;
    padding: 10px;
    outline: 0;
    resize: none;
    width: 100%;
    border: 1px solid;
    font-size: 14px;
    border-radius: 0;
    background: 0 0;
    box-shadow: none;
}
.contact-page .contact-form .btn-default:hover,
.contact-page .contact-form .form-control,
.contact-page .contact-form .input-group-addon,
.creat-account,
.creat-account .btn-primary,
.official-detail,
.official-detail i,
footer .paira-social ul li a,
footer .paira-social ul li a:hover,
footer .paira-subscribe hr,
footer .paira-widget.paira-subscribe .btn-default,
footer .paira-widget.paira-subscribe .btn-default:hover {
    border: 1px solid;
}
footer .paira-subscribe {
    width: 50% !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 60px;
    padding-top: 60px !important;
}
footer .paira-subscribe hr {
    width: 20%;
}
footer .paira-widget.paira-subscribe .btn-default {
    height: 55px;
    padding: 0 30px;
}
footer .paira-widget {
    padding-top: 40px;
    margin: 0;
    width: 100%;
    float: left;
}
footer .paira-widget h4 {
    margin-top: 0;
    margin-bottom: 20px;
}
footer .paira-social ul li a {
    font-size: 20px;
    height: 44px;
    width: 44px;
    text-align: center;
    padding: 8px 0;
    display: inline-block;
    margin-right: 0;
}
footer .paira-social ul li {
    padding: 0 3px;
}
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;
    float: left;
    line-height: 1.2;
}
.next-pre a {
    margin-right: 50px;
}
.blog-post-comments .reply {
    margin-left: 100px;
}
.blog-post-comments li .comments-content {
    margin-left: 140px;
}
.article-page .contact-form .form-control,
.article-page .contact-form .input-group-addon,
.login-page .contact-form .form-control,
.login-page .contact-form .input-group-addon,
.register-page .contact-form .form-control,
.register-page .contact-form .input-group-addon,
.reset-password-page .contact-form .form-control,
.reset-password-page .contact-form .input-group-addon {
    border: 1px solid;
}
.article-page .contact-form .input-group textarea.form-control {
    height: auto;
}
.new-customer h5 {
    margin-right: 5px;
}
.creat-account {
    width: 100%;
    padding: 75px 20px;
    text-align: center;
}
.for-pass .btn-primary {
    padding: 12px 30px;
}
.error p {
    padding: 0 100px;
    line-height: 1.5;
}
.error h1 {
    font-size: 200px;
    line-height: 0.78;
    margin-bottom: 10px !important;
}
.error .btn-primary {
    padding: 12px 35px;
}
#googleMap {
    height: 450px;
}
.contact-form-background,
.team-background {
    background: url(../images/banner/home-banner-big.jpg);
    width: 100%;
    padding: 50px 0;
}
.team-title h4 {
    display: inline-block;
}
.team-title {
    padding: 0 15px;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    right: 0;
}
.official-detail {
    padding: 0 15px 30px;
}
.official-detail i {
    padding: 7px 0;
    margin-top: -35px;
    margin-bottom: 30px;
    height: 60px;
    width: 60px;
    text-align: center;
}
.contact-page .contact-form .btn-default {
    background: 0 0;
}
.reset-password-content .creat-account {
    padding: 30px 20px;
}
.paira-login-popup li a {
    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-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;
}
.welcome-newsletter .page-header {
    margin: 10px 0 20px;
}
.welcome-newsletter form input {
    height: 45px;
    padding: 9px 10px;
    outline: 0;
    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: white;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.welcome-newsletter-content .modal-content {
    background: url(../images/wellcome-newsletter.png) center no-repeat;
    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;
}
.slider-btn{
    background: #273C4D;
    color: #45BDE7 !important;
    border: 0 !important;
    padding-top: 9px !important;
    font-weight:100;
}
.slider-btn i{
    font-weight:100;
}
.carousel-indicators-total{
    color: whitesmoke;
}
