/**
 * orage #e37300
 * light orange #fd7e14
 */

body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* color:  #727272; */
    color:  #777777;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
    letter-spacing: 1px;
    color:  #000;
}

a {
    color: #fd7e14;
    text-decoration: none;
    background-color: transparent;
}
ul.menu--main li>a{
    height: 100%;
    line-height: 52px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
}

.navbar {
    margin-bottom: 100px;
}
.path-frontpage .navbar {
    margin-bottom: 0;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li > a:hover{
    border-bottom: solid 5px #fd7e14;
    color: #fd7e14 ;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #fd7e14;
}

.view-id-frontpage.view-display-id-page_1{
    display: none;
}

.navbar-default {
    background-color: #000;
    border-color: none;
}

#block-merx-main-menu{
    float: right;
    position: absolute;
    right: 50px;
}


h1.page-header{
    text-align: center;
    font-size: 3em;
    margin: 0 0 80px 0;
}


/* slider */
.slick-dots { 
    bottom: 0;
    z-index: 20;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}





.welcome{
    background: #fd7e14;
    padding: 60px 0 100px 0;
    text-align: center;
    background: linear-gradient(20deg, #ffba00 0%, #ff6c00 100%);
}
.welcome .btn-default{
    margin: 30px 0 10px 0;
    background: #e37300;
    text-transform: uppercase;
    padding: 10px 30px 10px 30px;
    font-weight: 700;
    border:  none;
 }
.welcome .btn-default:hover {
    color: #fff;
    background-color: #e37300;
    border-color: #fff;
}



.welcome p{
    color: #fff;
}

#topcta{
    min-height: 40px;
}
#topcta .svg-inline--fa {
    color: #fd7e14;
    opacity: 1;
    margin:  0 9px 0 0;
}

#block-socialmediatop .svg-inline--fa {
    color: #ccc;
    opacity: 0.8;
}
#block-socialmediatop ul, #block-socialmediatop li {
    list-style: none;
}
#block-socialmediatop li {
    display: inline-block;
    margin: 0 5px 0 0;
}




/* cart block top area */
.cart-block--summary__icon {
    display: none;
}
.cart--cart-block {
    text-align: right;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #727272;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color: #fd7e14;
    border-color: #fd7e14;
}
.btn-default {
    color: #fff;
    background-color: #fd7e14;
    border-color: #fd7e14;
}
.btn-info {
    color: #111;
    background-color: #ccc;
    border-color: #aaa;
}

.btn-info:focus, .btn-info.focus ,
.btn-info:hover, .btn-info.hover {
    color: #fff;
    background-color: #333;
    border-color: #111;
}



/* featured services */
#block-shopqualities {
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 60px 0;
    margin-top: -30px;
    background-color: #fff;
}

#block-shopqualities  .single-features {
    text-align: center;
    border-right: 1px solid #eeeeee;
}

#block-shopqualities  .single-features h6 {
    font-size: 18px;
    margin-bottom: 0;
}

#block-shopqualities .col-lg-3:last-child .single-features {
    border-right: 0;
}

#block-shopqualities  .single-features p {
    margin-bottom: 0;
    font-size: 0.8em;
    color: #ddd;
}



/* featured products */
.block-views-blockmerx-store-block-1 {
    padding: 40px 0 30px 0;
    margin:  30px 0 0 0 ;
}
.block-views-blockmerx-store-block-1 h2.block-title{
    text-align: center;
    font-style: italic;
    padding-bottom: 20px;
    margin-bottom: 50px;
    position: relative;
}
.block-views-blockmerx-store-block-1 h2.block-title::after{
    content: '';
    width: 80px;
    left: 46%;
    bottom:0 ;
    position: absolute;
    border-bottom: solid 3px #fd7e14;
    display: block;
}

.block-views-blockmerx-store-block-1 .view-header {
    margin:  10px 0 50px 0;
    text-align: center;
}

#block-views-block-merx-store-block-1-2 .views-row {
    text-align: center;
    border-right: 1px solid #eeeeee;
    min-height: 490px;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    transition: box-shadow 0.3s ease-in-out;
    background-color: #fff;
    padding: 10px 0 30px 0;
}
#block-views-block-merx-store-block-1-2 .views-row:hover {
    box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.1);
}

#block-views-block-merx-store-block-1-2 .views-row img {
    /* border:  solid 1px #eee; */
    position: relative;
}
#block-views-block-merx-store-block-1-2 .views-row img::after {
    position: absolute;
    content: '';
    width: 100px;
    left: 0;
    bottom: 0;
    display: block;
    height: 1px;
    border-bottom: solid #fd7e14 2px;
}


#block-views-block-merx-store-block-1-2 .views-row:last-child  {
    border-right: 0;
}
#block-views-block-merx-store-block-1-2 .views-field-price__number {
    padding: 10px 0 10px 0;
}

#block-views-block-merx-store-block-1-2 .views-field-title{
    margin: 10px 10px 5px 10px;
    padding: 5px 5px 5px 5px;
    border-bottom: solid 1px #eee;
    font-weight: 700;
    min-height: 60px;
}


/* footer */

.footerbottom {
    background: #000;
    color: #999;
    padding: 50px 0 20px 0;
    margin: 100px 0 0 0;
    font-size: 0.9em;
}

#block-copyright {
    margin:  20px 0 0 0;
    text-align: center;
    font-size: 0.9em;
    color: #333;
}




/* contact */
#contact-message-feedback-form {

}

#contact-message-feedback-form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
}

#contact-message-feedback-form .control-label {
    font-weight: 400;
    color: #aaa;
}
#contact-message-feedback-form .control-label::after {
    display: none;
}
h1.contact_header {
    text-align: center;
    font-size: 3em;
}

.page-node-1 h5 {
    margin:  5px 0 0 0;
    padding: 5px 0 5px 0;
    font-weight: normal;
    font-size: 1em;
}

.page-node-1 .svg-inline--fa {
    color: #fd7e14;
    opacity: 0.8;
}


/* product page */
.view-id-merx_store.view-display-id-page_1 .views-row {
    text-align: center;
    border-right: 1px solid #eeeeee;
    min-height: 490px;
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
    transition: box-shadow 0.3s ease-in-out;
    background-color: #fff;
}

.view-id-merx_store.view-display-id-page_1 .views-row:hover {
    box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.1);
}

.view-id-merx_store.view-display-id-page_1 .views-row:nth-child(4n) {
    border-right: 0;
}
  
.view-id-merx_store.view-display-id-page_1 .views-field-title{
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
    border-bottom: solid 1px #eee;
    font-weight: 700;
}



/* product */
.path-product .commerce-product--view-mode-full {

}
.path-product .commerce-product--view-mode-full .field--name-field-category{
    margin: 10px 0 10px 0;
    padding: 20px 0 10px 0;
}










/* pagination */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #fd7e14;
    border-color: #e37300;
}  

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #e37300;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
