/*------------------------------------------------------------------
[Master Stylesheet]

Project:  Prana
Version:  1.1
Assigned to:  WebNik
Primary use:  Prana
-------------------------------------------------------------------*/


/* FONTS*/

@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,300italic,700italic|Great+Vibes);
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i");
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i");
@import url("../fonts/ionicons/css/ionicons.min.css");
@import url("../fonts/font-awesome/css/font-awesome.css");
@import url("../fonts/elegant/css/style.css");
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
@import url("../plugins/bootstrap/css/bootstrap.css");
@import url("../plugins/slidebars/slidebars.css");
@import url("../plugins/validation/validation-2.2.min.css");
@import url("../plugins/owl-carousel/owl.carousel.css");
@import url("../plugins/owl-carousel/owl.transitions.css");
@import url("../plugins/owl-carousel/owl.theme.css");
@import url("../plugins/prettyphoto/css/prettyPhoto.css");
@import url("../plugins/nouislider/jquery.nouislider.css");
@import url("../plugins/jelect/main.css");
@import url("../plugins/flexslider/flexslider.css");
@import url("../plugins/animate/animate.css");
@import url("../plugins/sliderpro/css/slider-pro.css");
@import url("theme.css");
@import url("sidebar.css");
@import url("shop.css");
@import url("blog.css");
@import url("responsive.css");
/*@import url("animate.css");*/
@import url("custom.css");
* {
    outline: none !important;
}


/* PLUGIN CSS */


/* MAIN CSS */


/*@import url('debugging.css');*/


/* Change Autocomplete styles in Chrome*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #333;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

select {
    -webkit-appearance: none;
    background-image: url("caret.png") !important;
    background-position: 95% center;
    background-size: 15px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.nomargin-top {
    margin-top: 0;
}

a,
.btn,
button,
input {
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
}

.buse-enq {
    padding-top: 20px;
}

.buse-enq a {
    background-color: #555;
    padding: 0px 25px;
    line-height: 40px;
    border-radius: 4px;
    color: #EDE9DD;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    font-size: 15px;
}

.buse-enq a:hover {
    background-color: #ede9dd;
    color: #333;
}

.home-page-banner {
    position: relative;
}

.home-page-banner .caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

.home-page-banner .caption .headline {
    color: #ffffff;
    font-size: 38px;
    margin-bottom: 0.2em;
    line-height: 43px;
    font-weight: bold;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.home-page-banner .caption .subtitle {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: normal;
    position: relative;
    font-style: normal;
    text-transform: uppercase;
}

.home-page-banner .caption .action_button {
    color: #ffffff;
    padding: 0px 30px;
    line-height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    position: relative;
    display: inline-block;
    font-weight: 500;
}

.home-page-banner .caption .action_button:hover {
    background-color: #444;
}

.our-client-slide .our-client-slide__description {
    border: 1px solid #aaaaaa;
    padding: 10px 10px;
}

.our-client-slide .our-client-slide__description img {
    height: 100px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.our-latest-pro-wrap {
    padding-top: 40px;
}

.our-latest-pro-wrap .latest-pro-box {
    height: 180px;
    width: 100%;
    background-position: center;
    background-size: 60%;
    border: 1px solid #e6e2e2;
    padding: 0 10px;
    background-clip: content-box;
    background-repeat: no-repeat;
}

.product-listing-page {
    background-color: transparent;
    font-family: 'Lato', sans-serif;
}

.product-listing-page .breadcrumb-wrap {
    margin: 0;
}

.product-listing-page .breadcrumb-wrap .breadcrumb {
    margin: 0;
}

.product-listing-page .breadcrumb-wrap .breadcrumb > li {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 500;
}

.product-listing-page .sorting .sorting_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.product-listing-page .sorting .sorting_wrap label {
    margin-right: 5px;
    margin-bottom: 0;
}

.product-listing-page .sorting .sorting_wrap .sort_by {
    height: 38px;
    padding: 0 40px 0 15px;
    border: 1px solid #dce0e0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-size: 20px;
    font: 13px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-image: url("https://cdn.shopify.com/s/files/1/2458/8499/t/4/assets/select.png");
    background-repeat: no-repeat;
    background-position: right center;
}

.product-listing-page .sidebar .widget .widget-title-new {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: 20px;
    letter-spacing: 1px;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.product-listing-page .sidebar .widget .widget-title-new span {
    /*
      cursor: pointer;
      &::before{
        content: '';
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top-color: #000;
        display: inline-block;
        margin: 0 10px -2px 0;
      }
      */
}

.product-listing-page .sidebar .widget .widget-title-new div {
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    cursor: pointer;
}

.product-listing-page .sidebar .widget .widget-title-new div:hover {
    color: #FF6550;
}

.product-listing-page .sidebar .widget .price-colap {
    font-family: inherit;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
}

.product-listing-page .sidebar .widget .price-colap::after {
    display: none;
}

.product-listing-page .sidebar .widget .price-colap::before {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #444;
    display: inline-block;
    margin: 0 10px -2px 0;
}

.product-listing-page .sidebar .widget .price-colap.collapsed::before {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #444;
    display: inline-block;
    margin: 0 10px 2px 0;
}

.product-listing-page .sidebar .widget .nav-menu > li {
    border-bottom: 1px solid #eee;
    border-top: 0;
    padding-top: 0;
}

.product-listing-page .sidebar .widget .nav-menu > li > a {
    font-family: inherit;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.product-listing-page .sidebar .widget .nav-menu > li > a::after {
    display: none;
}

.product-listing-page .sidebar .widget .nav-menu > li > a::before {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #444;
    display: inline-block;
    margin: 0 10px -2px 0;
}

.product-listing-page .sidebar .widget .nav-menu > li > a.collapsed {
    /*
            &::before{
                content: '';
                width: 0;
                height: 0;
                border: 5px solid transparent;
                border-top-color: #000;
                display: inline-block;
                margin: 0 10px -2px 0;
              }
              */
}

.product-listing-page .sidebar .widget .nav-menu > li > a.collapsed::before {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #444;
    display: inline-block;
    margin: 0 10px 2px 0;
}

.product-listing-page .sidebar .widget .nav-menu > li ul li {
    border-top: 0;
    padding-top: 0;
}

.product-listing-page .sidebar .widget .nav-menu label {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
}

.product-listing-page .sidebar .widget .nav-menu input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 17px;
    height: 17px;
    border: 1px solid #c1c0c0;
    margin: 0;
    margin-right: 8px;
    position: relative;
}

.product-listing-page .sidebar .widget .nav-menu input::after {
    content: '';
    width: 9px;
    height: 6px;
    position: absolute;
    top: 3px;
    left: 3px;
    border: 2px solid #000;
    border-top: none;
    border-right: none;
    background: 0 0;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    box-sizing: border-box;
    opacity: 0;
    color: #666;
}

.product-listing-page .sidebar .widget .nav-menu input:checked::after {
    opacity: 1;
}

.product-listing-page .sidebar .widget.pricebox .filter-inner {
    margin-top: 0;
}

.product-listing-page .sidebar .widget.pricebox .nav-menu {
    margin-top: 0;
}

.product-listing-page .sidebar .widget.pricebox .upper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.product-listing-page .sidebar .widget.pricebox .upper .filter-price {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    float: none;
}

.product-listing-page .sidebar .widget.pricebox .upper .filter-price input {
    width: 60px;
    line-height: 30px;
    border: 1px solid #ddd;
    text-align: center;
    padding: 0 5px;
    font-size: 13px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}

.product-listing-page .sidebar .widget.pricebox .upper .filter-price button {
    background-color: transparent;
    border: 0;
    box-shadow: 0;
    outline: none;
    line-height: 20px;
    padding: 0;
    font-weight: 700;
    font-size: 13px;
    color: #333;
    margin-left: 5px;
}

.product-listing-page .sidebar .widget.pricebox .upper .filter-price button:hover {
    color: #000;
}

.product-listing-page .sidebar .widget.pricebox .down-sec {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.product-listing-page .sidebar .widget.pricebox .down-sec button {
    background-color: transparent;
    border: 0;
    box-shadow: 0;
    outline: none;
    line-height: 20px;
    padding: 0;
    font-weight: 700;
    font-size: 13px;
    color: #555;
    margin-left: 5px;
}

.product-listing-page .sidebar .widget.pricebox .down-sec button:hover {
    color: #000;
}

.product-listing-page .productcard a {
    display: block;
}

.product-listing-page .productcard:hover .product_detail .quick-btn span {
    opacity: 1;
    visibility: visible;
}

.product-listing-page .productcard .product_detail {
    position: relative;
}

.product-listing-page .productcard .product_detail .quick-btn {
    position: absolute;
    top: -44px;
    left: 0;
    right: 0;
}

.product-listing-page .productcard .product_detail .quick-btn span {
    display: block;
    line-height: 44px;
    cursor: pointer;
    background-color: #999;
    color: #fff;
    -webkit-transition: ease 0.4s;
    transition: ease 0.4s;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}

.product-listing-page .productcard .product_detail .quick-btn span:hover {
    background-color: #af1f31;
}

.quick-modal-wrap .modal-dialog {
    width: 80%;
}

.quick-modal-wrap .modal-dialog .modal-header .close {
    font-size: 30px;
    opacity: 0.5;
}

.quick-modal-wrap .modal-dialog .modal-body {
    position: relative;
}

.quick-modal-wrap .modal-dialog .modal-body .quick-pro-lod {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 100px;
    background-repeat: no-repeat;
}

.quick-modal-wrap .modal-dialog iframe {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    height: 83vh;
    position: relative;
    z-index: 2;
}

.footer .cont-info .footer-contacts {
    display: -webkit-flex;
    /* Safari */
    display: flex;
}

.footer .cont-info .footer-contacts .icon {
    float: none;
}

.footer .cont-info .footer-contacts a {
    display: block;
    color: #000;
}

.footer .cont-info .footer-contacts address {
    margin: 0;
}

.carousel-indicators {
    z-index: 1;
}

.store-locate-page {
    padding-bottom: 60px;
}

.store-locate-page .mapdiv > div {
    width: 100%;
    height: 400px;
}

.csr-holder {
    padding-bottom: 60px;
}

.csr-holder .csr__pruning {
    text-align: center;
    border: 1px solid #eee;
    padding: 15px;
}

.csr-holder .csr__pruning img {
    display: block;
    margin: 0 auto;
    height: 140px;
}

.csr-holder .csr__pruning .csr_title {
    padding: 10px 15px 0;
}

.certificates-wrap {
    padding-bottom: 60px;
}

.certificates-wrap .img-box img {
    display: block;
    width: 100%;
}

.get-touch-wrap {
    padding: 60px 15% 0;
}

.get-touch-wrap .get-sub-btn {
    display: block;
    background-color: #555;
    padding: 0 30px;
    line-height: 44px;
    color: #fff;
    width: 200px;
    max-width: 100%;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

.get-touch-wrap .get-sub-btn:hover {
    background-color: #000;
}

.inner-page.catalog-details-page {
    padding-bottom: 0;
}

.my-acc-side-bar .nav-menu > li > a {
    font-weight: 700;
}

input.aply-coupon-btn {
    background-color: #e6dac9 !important;
    border: 0;
}

.myenquery-wrap h3 span {
    color: #BD4A59;
}

.myenquery-wrap .spacial-wrap .or-box {
    background-image: url("../img/or.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
    height: 100px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.myenquery-wrap .frow-wrap {
    display: -webkit-flex;
    display: flex;
}

.myenquery-wrap .frow-wrap > div {
    width: 50%;
}

.myenquery-wrap .frow label {
    color: #555;
    margin: 0;
    display: block;
    width: 100%;
    font-weight: 500;
    margin-bottom: 10px;
}

.myenquery-wrap .frow select {
    border: 1px solid #ddd;
    width: 100%;
    height: 42px;
    border-radius: 0;
}

.myenquery-wrap .frow input {
    border: 1px solid #ddd;
    width: 100%;
    padding: 0 15px;
    line-height: 40px;
    border-radius: 0;
}

.myenquery-wrap .frow .select2-container {
    display: block;
}

.myenquery-wrap .frow .select2-container--default .select2-selection--multiple {
    border: 1px solid #ddd;
    border-radius: 0;
}

.myenquery-wrap .frow .select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 15px;
}

.myenquery-wrap .frow .select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 2px;
    background-color: #f3f3f3;
}

.myenquery-wrap .send-btn {
    padding-top: 20px;
}

.myenquery-wrap .send-btn .save_button {
    float: none;
    display: block;
    margin: 0 auto;
    width: 250px;
    max-width: 100%;
}

.myenquery-wrap .send-btn .save_button:hover {
    background-color: #BD4A59;
    color: #fff;
}


/*# sourceMappingURL=master.css.map */












/* About us apge designe */

.section-typografy {
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    padding: 20px;
    background: #fefefe;
    margin: 0 0 40px 0;
}

.about{
    width: 100%;
    height: auto;
    padding: 2%;
    margin-top: 50px;
    font-family: 'Open Sans', sans-serif;
}

.about h2 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.about p{
    font-size: 12px;
    color:#666;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    margin-top: 10px;
    line-height: 28px;
}

.about blockquote {
    padding: 9px 18px;
    margin: 0 0 18px;
    font-size: 15px;
    border-left: 5px solid #555;
}



.md-img-wrap{
    position: relative;
    z-index: 2;
}

 .md-img-wrap li{
    display: inline-block;
    text-align: center;
  }
  .md-img-wrap li p{
    margin-top: 0;
    font-weight: 700;
    color: #666;
    font-family: 'Open Sans', sans-serif;
  }
 .md-img-wrap h4{
    color: #AAAAA8;
    margin-top: 9px;
    margin-bottom: 9px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
 }

.about img {
    margin-left: 15px;
    margin-bottom: 10px;
    width: 250px;
    max-width: 100%;
}

.client_ss {
    text-align: center;
    margin: 3% 0%;
    text-transform: capitalize;
}
.client_ss h3 {
    font-size: 24px !important;
    line-height: 1.5em;
    margin: 0 auto 15px;
    clear: both;
    font-weight: bold;
    padding-top: 4px;
    text-transform: uppercase;
}