﻿form.product {
    display: block;
    width: auto;
    margin-top: 0 auto;
    text-align: center;
}
.fixed-table-container .fixed {
    position: fixed;
    top: 0;
    display: none;
    border: none;
}
.hero-slider .slider-text-info.text-white h1 {
    font-size: 42px;
    margin-bottom: 10px;
}
article.fixed-table-article table.colorsize {
    display: inline-block;
}
article table {
    border-collapse: collapse;
}
article.fixed-table-article table.colorsize thead.colorsize-head {
    background: rgba(255, 255, 255, .9);
}
article.full form.product .color-head {
    text-transform: uppercase;
}
article.fixed-table-article table.colorsize thead.colorsize-head th {
    padding-top: 5px;
    padding-bottom: 3px;
    text-align: center;
}
article.fixed-table-article table.colorsize tr.row td:first-child {
    padding-bottom: 0;
    vertical-align: middle;
}
article.fixed-table-article table.colorsize tr.row td {
    padding-bottom: 5px;
    vertical-align: middle;
}
article.fixed-table-article table.colorsize tr.row td a {
    text-decoration: none;
}
article.fixed-table-article table.colorsize tr.row td a img {
    display: inline-block;
    margin-bottom: -12px;
}
article a:not(.btn) img {
    text-decoration: none;
}
.photoswipe[data-ready='1'] a img {
    cursor: zoom-in;
}
.photoswipe a img {
    cursor: wait;
}
img {
    max-width: 100%;
}
article.fixed-table-article table.colorsize tr.row td a div {
    display: inline-block;
    margin-right: 5px;
    padding-bottom: 12px;
    white-space: nowrap;
    background: rgba(255, 255, 255, .8);
}

form.product input.quantity {
    width: calc(100% - 6px);
    min-width: 50px;
    max-width: 60px;
    margin: 2px 3px;
}
@media(max-width: 768px) {
    form.product input.quantity {
        margin: 0;
    }
}
input[type='number'] {
    line-height: 30px;
    padding: 1px 1px 1px 8px;
}
/*input:not([type]), input[type='text'], input[type='tel'], input[type='number'], input[type='password'], input[type='email'], textarea, select {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    /*margin-top: 10px;*/
    /*margin-bottom: 5px;*/
    /*padding: 8px 2px 8px 8px;
    color: #333;
    border: none;
    border: #ddd 1px solid;
    background-color: #ddd;
}*/

@media (min-width: 768px){
form.product input.quantity {
    margin: 2px 10px;
}}
.supplier-heading {
    text-align: center;
    margin-bottom:20px;
}

.options-heading {
    margin-top: 40px;
    text-align:center;
}
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 30px;
    background-color: rgba(0,0,0,.3);
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.news-content {
    overflow: hidden;
    padding: 0 30px 0 10px;
}
.news-content .news-content-text {
    margin-left: 60%;
    margin-right: 80px;
}
.heading-boxes {
    position: absolute;
    z-index: 2;
    right: 0;
    left: 0;
    top: 20%;
}

.nice-select {
    padding: 0;
    margin: 0;
}
.bare-heading {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #1b6d36;
    line-height: 24px;
    margin-bottom: 40px;
}
.color-categoriy ul li span.grey {
    background: #777777;
}
.color-categoriy ul li span.blue {
    background: #0000ff;
}
.secondary-link {
    padding-left: 8px;
    padding-right: 8px;
}
.payment-m{
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    padding-left: 31px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
}

.cart-plus-minus {
    width: 92px;
}
.cart-plus-minus .cart-plus-minus-box {
    width: 4rem;
}



.color-categoriy ul li span.red{background: #f00;}
.color-categoriy ul li span.yellow{background: #ff0;}
.color-categoriy ul li span.green{background: #0f0;}
.color-categoriy ul li span.orange{background: #f70}
.color-categoriy ul li span.purple{background:#70f ;}
.color-categoriy ul li span.pink{background:#f0f;}
.color-categoriy ul li span.navy{background: #008;}
.color-categoriy ul li span.cyan{background: #0ff;}


.news-content-text > h2 {
    color: #ddd;
}
@media(max-width: 1500px) {
    .news-content .news-content-text {
        margin-right:25px;
    }
    .news-content-text > h2 {
        font-size: 20px;
        line-height: 1.2;
    }
}
.main-menu-area ul li {
    margin-right: 15px !important;
}
@media(max-width: 1270px) {
    .main-menu-area ul li {
        margin-right:5px;
        font-size:12px;
    }
}
@media(max-width: 992px) {
    .main-menu-area ul li {
        margin-right:20px;
        font-size:14px;
    }
    .news-content .news-content-text {
        margin-right:40px;
    }
    .news-content-text > h2 {
        font-size: 12px;
        line-height: 1.2;
    }
    
}
@media(max-width: 768px) {
    .container.container-top{
        width: 100% !important;
    }
}
@media(max-width: 455px) {
    .mobile-text {
        font-size: 12px;
        padding-left: 1px !important;
        padding-right: 1px !important;
    }
}
@media(max-width: 360px) {
    .mobile-text {
        font-size: 11px;
    }
}
@media(max-width: 321px) {
    .container {
        width: 100%;
    }
}
h3 {
        margin-top: 20px;
}

.selected-product-filter {
    text-shadow: 0 1px 0 rgba(0,51,83,.3);
    background-color: #1b9dec;
    background-image: -moz-linear-gradient(top,#1da7ee,#178ee9);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#1da7ee),to(#178ee9));
    background-image: -webkit-linear-gradient(top,#1da7ee,#178ee9);
    background-image: -o-linear-gradient(top,#1da7ee,#178ee9);
    background-image: linear-gradient(to bottom,#1da7ee,#178ee9);
    background-repeat: repeat-x;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee',endColorstr='#ff178ee9',GradientType=0);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.2), inset 0 1px rgba(255,255,255,.03);
    box-shadow: 0 1px 0 rgba(0,0,0,.2), inset 0 1px rgba(255,255,255,.03);
    padding: 2px 6px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #0073bb;
}
.bo-margin{
    margin-bottom: 135px;
}
@media(max-width: 992px) {
    .bo-margin{
        margin-bottom: 1rem !important;
    }
    .mobile-scroll{
        overflow-x:scroll;
    }
}
.cart-plus-minus-box {
    max-width: 75px;
}

.table-content table td {
    padding: 0 10px;
}
.bg-grey {
    padding: 10px 0;
}

.header-area .dropdown-menu {
    overflow-y: scroll !important;
}
.shopping-cart-content .mini-cart-content .mini-cart-product-img .product-quantity {
    width: 35px;
}



.search-title {
    min-height: 25px;
    margin-top: 20px;
}
@media only screen and (max-width: 992px) {
.search-title {
    min-height: 0;
    margin-top: 10px;
}
}
.single-team .team-imgae::before {
    background: transparent; 
}

.davisdohertygreen {
    color: #1b6d36 !important;
}

ul{
    list-style-type: disc;
    padding-left: 20px;
}
.header-sticky.is-sticky {
    box-shadow: none;
    max-height: 80px;
}
.bot-sticky {
    top: 36px !important;
}
.top-sticky{
    background: rgba(25, 25, 25, 0.9) none repeat scroll 0 0 !important;
}
#big-top{
    padding: 5px;
}
.bg-grey.top-sticky {
    background: rgba(245, 245, 245, 0.9) none repeat scroll 0 0 !important;
}
.section-title h2 {
    font-size: 34px !important;
    margin-top: -4px;
    font-weight: 400 !important;
    margin-bottom: 8px;
}


.login-register-tab-list a::before{
    background-color: #454545;
    bottom: 5px;
    content: "";
    height: 22px;
    margin: 0 auto;
    position: absolute;
    right: -2px;
    top: 3px;
    transition: all 0.4s ease 0s;
    width: 1px;
}

.desktop-minus{
    padding:0; 
    margin-left: -25px
}
@media only screen and (max-width: 1200px) {
    .desktop-minus{
        margin-left: 0
    }
    .only-desktop{
        padding-left: 0
    }

}
@media only screen and (max-width: 992px){
    .mob-marg{
        margin-top: 10px;
    }
}
.hero-slider .slider-text-info p {
    font-size: 16px;
}


 #mce-error-response {
     color: white;
 }
 #mce-success-response {
     color: white;
 }
 .single-product-wrap {
    margin-top: 15px;
}
 .cart-quantity .add-to-cart {
     background-color: red;
 }

 .logo-img {
     width: 240px;
 }

 .p-heading{
     
     margin-top:90px; 
     font-size: 48px
 }

 .wraperr{
     margin-bottom: 80px;
     margin-top: 100px;
 }
 .slider-text-info {
     margin-top: 110px;
 }
 .desc_footer ul{
     list-style: none;
 }
  @media only screen and (max-width: 1200px){
     .p-heading{
         font-size: 38px;
         margin-top: 70px;
    }
 }
 @media only screen and (max-width: 992px){
     .p-heading{
         font-size: 32px;
         margin-top: 45px;
    }
      .wraperr{
        margin-bottom: 50px;
         margin-top: 40px;
     }

 }

 @media only screen and (max-width: 767px){
     .p-heading{
         font-size: 28px;
         margin-top:30px;
    }
     .text-center-xs{
         text-align:center;
     }
     .pagination-box {
         padding-left: 0;
     }
     .pagination-box li a {
         padding: 0 7px;
     }
 }
 
 @media only screen and (max-width: 480px){
     .p-heading{
         font-size: 24px;
         margin-top: 14px;
    }
     .mobile-menu .mean-bar .mean-nav > ul {
         max-height: 270px !important;
     }
 }
 li.active span{
     font-weight: 600;
     font-size: 15px;
     color: #000;
 }

.p-text >p{
     font-size: 16px;
 }
.colorname{
    max-width: 125px;
    height: 60px;
}