@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic';
/*global css */
body {
    font-family: 'open sans', sans-serif;
    font-size: 14px;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'open sans', sans-serif
}
.btn{   
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    -ms-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
ul{
    margin-bottom: 0px;
    padding: 0px;
}
a:hover{
    text-decoration: none;
}
.form-control {
    border-radius: 0;
}
a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
}
img {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block;
}
/*=============================================================
        header css starts
==============================================================*/
.header-container {
    background: #1C95D1 none repeat scroll 0% 0%;
}
.header-top {
    border-bottom: 1px dotted #65C3F1;
    padding: 0px 0px 6px;
}
.header-top .welcome-msg {
    text-align: left;
    display: inline-block;
    padding: 0px;
    margin: 8px 0px 0px 0px;
    font-size: 12px;
    color: #D1F0FF;
}
.service-enquiry {
    margin: 8px 0px 0px;
    color: white;
    text-align: center;
    text-shadow: 0px 0px 3px #00FF15;
}
.service-enquiry p {
    margin: 0px;
}
ul.toplinks {
    float: right;
}
ul.toplinks>li {
    float: left;
    list-style-type: none;
}
ul.toplinks>li>a {
    color: #D1F0FF;
    padding-right: 18px;
    font-size: 12px;
}
li.acc>a {
    text-shadow: 0 0 4px black;
    font-size: 14px !important;
    font-weight: 700;
}
ul.toplinks {
    float: right;
    margin-top: 7px;
}
br.phn_xs {
    display: none;
}
.header .logo {
    vertical-align: middle;
    cursor: pointer;
    margin-top: 6px;
    text-align: left;
    display: inline-block;
}
.logo>img {
    width: 150px;
    height: 50px;
}
.search-box {
    width: 100%;
    margin: 15px auto;
    float: right;
    position: relative;
    background: #FFF url(../images/search-icon.png) no-repeat scroll 10px 10px;
    padding: 0px 0px 0px 37px;
    border-radius: 2px;
}
.cate-dropdown {
    border: medium none;
    float: left;
    height: 34px;
    padding: 5px;
    width: 220px;
    line-height: 30px;
}
#search {
    margin: 0px;
    width: 62%;
    font-size: 12px;
    height: 32px;
    color: #333;
    border: 1px solid #F5F5F5;
    padding: 0px 10px;
    outline: medium none;
    float: left;
}
.search-btn-bg {
    background-color: #FDD922;
    border: 1px solid #E0BC27;
    border-radius: 0px 2px 2px 0px;
    color: #565656;
    cursor: pointer;
    font-weight: bold;
    height: 34px;
    line-height: 17px;
    padding: 5px 15px;
    position: absolute;
    text-transform: uppercase;
}
.top-cart-contain {
    color: #333;
    display: block;
    float: right;
    margin: 15px 0px 0px;
    padding: 0px;
    right: 0px;
    z-index: 1000;
}
.mini-cart {
    text-align: left;
    cursor: pointer;
    margin: 0px;
    padding: 1px 18px;
    background: #41ADE2 none repeat scroll 0% 0%;
    border-radius: 3px;
}
.mini-cart .basket a {
    color: #FFF;
    margin: 0px;
    line-height: 28px;
    font-size: 11px;
    padding: 2px;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
}
.basket .fa-shopping-cart {
    font-size: 20px;
    margin-right: 5px;
    color: rgb(253, 217, 34);
}
.mini-cart .basket .cart-box {
    display: inline-block;
}
.mini-cart .basket .title {
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
}
.mini-cart .basket .cart-box #cart-total {
    color: #FFF;
    text-transform: none;
    margin: 0px 0px 0px 5px;
}
.navbar-inverse {
    background-color: rgb(65, 173, 226);
    border-color: rgb(65, 173, 226);
    border-radius:0px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
    font-weight:bold;
}
.navbar-nav > li > a { 
    padding-top:0px;
    padding-bottom:0px;
    line-height:40px;
}
.sub-menu {
    position: absolute;
    top: 45px;
    width: 200px;
    z-index: 9999;
    padding: 5px 20px;
    background: #41ade2;
    margin-top: -4px;
    font-weight: bold;
}
.sub-menu:hover {
    background: #1c95d1;
}
.sub-menu li {
    font-size:14px;
    line-height:25px;
    list-style-type: none;
}       
.navbar { 
    margin-bottom:0px;
    min-height:40px;
}
.navbar-nav{
    margin-left:20px;
}
ul.sub-menu>li>a {
    color: white;
    text-transform: uppercase;
}
/*=============================================================
        header css ends
==============================================================*/


/*=============================================================
        spec-search css starts
==============================================================*/
.spec-search h3 {
    color: white;
    background-color: rgb(65, 173, 226);
    padding: 7px 17px;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 0px;
}
.sp-search.row {
    margin-top: 12px;
}
.spec-btn button {
    width: 100%;
}
.spec {
    margin-bottom: 15px;
}
/*=============================================================
        spec-search css ends
==============================================================*/


/*=============================================================
        middle-slider css starts
==============================================================*/
section.middle-slider {
    background: #f8f8f8;
    padding: 20px 0px;
}
.cat-section {
    background: #FFFFFF none repeat scroll 0% 0%;
    padding: 20px;
    border: 1px solid #EAEAEA;
}
.middle-slider .owl-buttons{
    position: absolute;
    top:-66px;
    right:0px;
} 
.col-item .product-img > img {
    height:275px;
    overflow: hidden;
    border:1px solid #ccc;
    padding:10px;
}
.slider-items-products {
    position: relative;
}
.cat-section .new_title {
    border-color: #CDE5F8;
}
.new_title.center {
    height: 38px;
}
.new_title {
    border-bottom: 3px solid #E5E5E5;
}
.cat-section .new_title h2 {
    border: medium none;
    padding-left: 0px;
    font-size: 16px;
}
.new_title h2 {
    border-width: 1px 1px 3px;
    border-style: solid;
    border-color: #37A4D9;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    color: #37A4D9;
    display: inline-block;    
    font-size: 16px;
    font-weight: 900;
    margin-top: 0px;
    padding: 10px 15px 7px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.product-flexslider {
    margin: 20px 0px;
}
.slider-items-products .item {
    text-align: left;
}
.col-item {
    position: relative;
}
.product-image-area {
    position: relative;
    overflow: hidden;
    height:200px;
    margin:5px;
    padding:10px;
    border:1px solid #CCC;
}
.product-image-area .img-responsive{
    height:100%;
    width:100%;
}
.col-item .info .info-inner .item-title {
    margin-bottom: 5px;
    padding-top: 16px;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
}
.cat-section .col-item .info .info-inner .item-title a {
    font-size: 13px;
    color: #37A4D9;
    font-weight: 600;
}
.ratings {
    font-size: 11px;
    line-height: normal;
    margin: 2px 0px;
}
.ratings .rating-box {
    margin-right: 8px;
    display: inline-block;
}
.price-box {
    margin: 3px 0px;
    min-height: 20px;
    font-size: 16px;
}
.old-price {
    display: inline;
    margin: auto;
}
button.button.btn-cart {
    background: #337AB7; 
    border: 1px solid #DDD;
    margin: 10px 8px 0px;
    padding: 7px 11px;
    color: white;
    line-height: 14px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
.actions {
    text-align: center;
}
.actions button.button.btn-cart span {
    font-size: 11px;
    padding: 0px;
    font-weight: bold;
    margin-left: 0px;
    text-transform: uppercase;
}
.rating ul li{
    float:left;
    margin-left:2px;
    color:#FF7500;
    list-style-type: none;
}
.item-content{
    text-align: center;
}
.special-price{
    color:red;
    margin: 3px 0px;
}
.slider-items-products {
    position: relative;
}
.slider-items-products .owl-buttons .owl-prev a {
    background-position: 0px 100%;
    left: 0px;
    top: 50%;
}
.owl-buttons .owl-prev a::before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    content: "";
    text-transform: none;
    font-size: 18px;
    padding: 6px 4px;
    line-height: 26px;
}
.brand-logo .slider-items-products .owl-buttons .owl-prev a::before {
    font-size: 24px;
}
.brand-logo .slider-items-products .owl-buttons .owl-next a::before {
    font-size: 24px;
}
.slider-items-products .owl-buttons .owl-next a::before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    content: "";
    text-transform: none;
    font-size: 18px;
    padding: 6px;
    line-height: 26px;
}
.info-inner {
    padding: 5px;
}
/*=============================================================
        middle-slider css ends
==============================================================*/


/*=============================================================
        brand-logo css starts
==============================================================*/
.brand-logo {
    background-color: #F5F5F5;
    padding: 20px 0px 6px;
}
.brand-logo .slider-items-products .owl-buttons .owl-prev {
    position: absolute;
    left: -30px;
    top: 16px;
}
.brand-logo .slider-items-products .owl-buttons a {
    border: medium none;
    background: transparent none repeat scroll 0% 0%;
}
.slider-items-products .owl-buttons .owl-prev a {
    background-position: 0px 100%;
    left: 0px;
    top: 50%;
}
.brand-logo .slider-items-products .owl-buttons .owl-next {
    position: absolute;
    right: -35px;
    top: 10px;
}
/*=============================================================
        brand-logo css ends
==============================================================*/

.page {
  position: relative;
  margin: auto;
  background: #fff;
  width: 100%;
}

.header-container {
    background: #1C95D1 none repeat scroll 0% 0%;
    

}

.header-top {
    border-bottom: 1px dotted #65C3F1;
    padding: 0px 0px 6px;
}

.header-top .welcome-msg {
    text-align: left;
    display: inline-block;
    padding: 0px;
    margin: 8px 0px 0px 0px;
    font-size: 12px;
    color: #D1F0FF;    
}

.toplinks {
    font-family: "Open Sans",sans-serif;
    line-height: normal;
    padding: 7px 0px 0px;
}

.toplinks .links {
    text-align: right;
}

.toplinks .links div {
    display: inline-block;
    text-align: right;
}

.toplinks div.links div a {
    display: inline-block;
    padding: 0px 0px 0px 18px;
    color: #D1F0FF;
    font-size: 12px;
}

.logo {
    float:left;

}
.logo img {
    width:150px;
    height:50px;
}
.header .logo {
    vertical-align: middle;
    cursor: pointer;
    margin-top:6px;
    text-align: left;
    display: inline-block;
}
.service-enquiry {
    margin:8px 0px 0px;
    color:white;
    font-size:14px;
    text-align: center;
    text-shadow: 0px 0px 3px #00FF15;
}
.service-enquiry p{
    margin:0px;
}
.search-box {
    width: 100%;
    margin: 15px auto;
    float: right;
    position: relative;
    background: #FFF url("images/search-icon.png") no-repeat scroll 10px 10px;
    padding: 0px 0px 0px 37px;
    border-radius: 2px;
}

.cate-dropdown {
    border: medium none;
    float: left;
    height: 34px;
    padding: 5px;
    width: 220px;
    line-height: 30px;
}

#search {
    margin: 0px;
    width: 62%;
    font-size: 12px;
    height: 32px;
    color: #333;
    border: 1px solid #F5F5F5;
    padding: 0px 10px;
    outline: medium none;
    float: left;
}

.search-btn-bg {
    background-color: #FDD922;
    border: 1px solid #E0BC27;
    border-radius: 0px 2px 2px 0px;
    color: #565656;
    cursor: pointer;
    font-weight: bold;
    height: 34px;
    line-height: 17px;
    padding: 5px 15px;
    position: absolute;
    text-transform: uppercase;
}

.top-cart-contain {
    color: #333;
    display: block;
    float: right;
    margin: 15px 0px 0px;
    padding: 0px;
    right: 0px;
    z-index: 1000;
}

.mini-cart {
    text-align: left;
    cursor: pointer;
    margin: 0px;
    padding: 1px 18px;
    background: #41ADE2 none repeat scroll 0% 0%;
    border-radius: 3px;
}

.mini-cart .basket a {
    color: #FFF;
    margin: 0px;
    line-height: 28px;
    font-size: 11px;
    padding: 2px;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
}

.mini-cart .basket .cart-box {
    display: inline-block;
}

.mini-cart .basket .title {
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
}
.mini-cart .basket .cart-box #cart-total {
    color: #FFF;
    text-transform: none;
    margin: 0px 0px 0px 5px;
}
.basket .fa-shopping-cart {
    font-size: 20px;
    margin-right: 5px;
    color: rgb(253, 217, 34);
}

.navbar-inverse {
    background-color: rgb(65, 173, 226);
    border-color: rgb(65, 173, 226);
    border-radius:0px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #FFF;
    font-weight:bold;
}
.navbar-nav > li > a { 
    padding-top:0px;
    padding-bottom:0px;
    line-height:40px;
                     }
.sub-menu{
    position: absolute;
    top:45px;
    background:white;
    color:black;
    width:200px;
    z-index:9999;
    padding:0px 20px;
    }
.sub-menu li {
    border-bottom: 1px dotted #ccc;
    font-size:14px;
    line-height:25px;
    }       
.navbar { 
    margin-bottom:0px;
    min-height:40px;
        }
.navbar-nav{
    margin-left:20px;
}
.header-service {
    padding: 10px 0px;
    color: #777;
    letter-spacing: 0.5px;
    line-height: 1.4em;
    text-transform: uppercase;
    overflow: hidden;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    margin-top:10px;
}

.header-service strong {
    font-weight: 900;
    color: #37A4D9;
    margin-left:3px;
}
.header-service .fa-truck{
    color:#37A4D9;
}
.header-service .fa-comments {
    color:#37A4D9;
}
.header-service .fa-money {
    color:#37A4D9;
}
.header-service .fa-star {
    color:red;
}
.cat-section {
    background: #F8F8F8 none repeat scroll 0% 0%;
    padding: 20px;
    border: 1px solid #EAEAEA;
    margin-top:20px;
}
.middle-slider .owl-buttons{
    position: absolute;
    top:-66px;
    right:0px;
} 
.col-item .product-img > img {
    height:275px;
    overflow: hidden;
    border:1px solid #ccc;
    padding:10px;
}
.slider-items-products {
    position: relative;
}

.cat-section .new_title {
    border-color: #CDE5F8;
}
.new_title.center {
    height: 38px;
}
.new_title {
    border-bottom: 3px solid #E5E5E5;
}

.cat-section .new_title h2 {
    border: medium none;
    padding-left: 0px;
    font-size: 16px;
}

.new_title h2 {
    border-width: 1px 1px 3px;
    border-style: solid;
    border-color: #37A4D9;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    color: #37A4D9;
    display: inline-block;    
    font-size: 16px;
    font-weight: 900;
    margin-top: 0px;
    padding: 10px 15px 7px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.product-flexslider {
    margin: 20px -10px;
}

.slider-items-products .item {
    text-align: left;
}

.col-item {
    position: relative;
}

.product-image-area {
    position: relative;
    overflow: hidden;
    height:200px;
    margin:5px;
    padding:10px;
    border:1px solid #CCC;
}
.product-image-area .img-responsive{
    height:100%;
    width:100%;
}
.col-item .info .info-inner .item-title {
    margin-bottom: 5px;
    padding-top: 16px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}
.cat-section .col-item .info .info-inner .item-title a {
    font-size: 15px;
    color: #37A4D9;
    white-space: pre-wrap;
    font-weight: 600;
}
.ratings {
    font-size: 11px;
    line-height: normal;
    margin: 2px 0px;
}
.ratings .rating-box {
    margin-right: 8px;
    display: inline-block;
}
.price-box {
    margin: 3px 0px;
    min-height: 20px;
}
.special-price {
    margin: 0px;
    display: inline-block;
}
.old-price {
    padding-left: 5px;
    display: inline; 
    margin: auto;
}
.actions button.button.btn-cart {
    background: #337AB7; 
    border: 1px solid #DDD;
    margin: 10px 8px 0px;
    padding: 7px 11px;
    color: white;
    line-height: 14px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

.actions {
    text-align: center;
}

.actions button.button.btn-cart span {
    font-size: 11px;
    padding: 0px;
    font-weight: bold;
    margin-left: 0px;
    text-transform: uppercase;


}
.rating ul li{
    float:left;
    margin-left:2px;
    color:#FF7500;
}
.item-content{
    text-align: center;
}
.special-price{
    color:red;
}

.brand-logo {
    background-color: #F5F5F5;
    margin: 20px 0px 0px;
    padding: 0px 0px 6px;
}
.slider-items-products {
    position: relative;
}

.product-flexslider {
    margin: 20px -10px;
}
.slider-items-products .owl-buttons .owl-prev a {
    background-position: 0px 100%;
    left: 0px;
    top: 50%;
}
.brand-logo .slider-items-products .owl-buttons .owl-next {
    position: absolute;
    right: -20px;
    top: 10px;
}
.brand-logo .slider-items-products .owl-buttons .owl-prev {
    position: absolute;
    left: -30px;
    top: 16px;
    
}
.brand-logo .slider-items-products .owl-buttons a {

    border: medium none;
    background: #F5F5F5 none repeat scroll 0% 0%;

}

.owl-buttons .owl-prev a::before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    content: "";
    text-transform: none;
    font-size: 18px;
    padding: 6px 4px;
    line-height: 26px;
}

.brand-logo .slider-items-products .owl-buttons .owl-prev a::before {

    font-size: 24px;

}
.brand-logo .slider-items-products .owl-buttons .owl-next a::before {
    font-size: 24px;
}
.slider-items-products .owl-buttons .owl-next a::before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    content: "";
    text-transform: none;
    font-size: 18px;
    padding: 6px;
    line-height: 26px;
}

.footer {
    background: #1C242F none repeat scroll 0px 0px;
    padding:40px;
}


.footer-middle h4 {
    color: #41ADE2;
    font-size: 13px;
    font-weight: bold;
    margin: 0px;
    padding: 0px 0px 10px;
    text-transform: uppercase;
}

.contacts-info address {
    display: block;
    margin: 10px auto 7px;
    font-style: normal;
    line-height: 1.5em;
    color: #999;
    padding-top: 5px;
    text-align: left;
    padding-bottom: 5px;
    font-size: 12px;
    border: medium none;
}

.add-icon::before {
    content: "";
    font-family: FontAwesome;
    font-size: 15px;
    color: #FFF;
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: inline-block;
    float: left;
    font-style: normal;
    text-align: center;
    margin-right: 10px;
    border-radius: 25px;
    background: #37A4D9 none repeat scroll 0% 0%;
}
.phone-footer {
    overflow: hidden;
    font-size: 12px;
    line-height: 35px;
    color: #999;
    margin-bottom: 18px;
    margin-top: 15px;
}
.phone-icon::before {
    content: "";
    font-family: FontAwesome;
    font-size: 15px;
    color: #FFF;
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: inline-block;
    float: left;
    font-style: normal;
    text-align: center;
    margin-right: 10px;
    background: #37A4D9 none repeat scroll 0% 0%;
    border-radius: 25px;
}

.email-footer {
    overflow: hidden;
    margin-top: 12px;
    font-size: 12px;
    color:#999;
}
.email-icon::before {
    content: "";
    font-family: FontAwesome;
    font-size: 14px;
    color: #FFF;
    height: 35px;
    width: 35px;
    line-height: 35px;
    display: inline-block;
    float: left;
    font-style: normal;
    text-align: center;
    margin-right: 10px;
    background: #37A4D9 none repeat scroll 0% 0%;
    border-radius: 25px;
}

.footer-middle ul.links {
    margin: auto;
    padding: 0px;
}
.footer-middle .links li {
    list-style: outside none none;
    padding: 5px 0px;
}
.footer-middle .links li a {
    color: #999;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}
.footer-middle .links li a::before {
    content: "";
    font-family: FontAwesome;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    line-height: 20px;
    color: #999;
    margin-right: 5px;
}
.breadcrumb li a {
    color:#37A4D9;
}
.main-container {
    background-color: #FFF;
    min-height: 400px;
    padding: 20px 0px 0px;
}

.col1-layout .col-main {
    float: none;
    width: auto;
}
.product-view {
    margin: auto;
    position: relative;
    z-index: 0;
}
.product-essential {
    overflow: hidden;
}
.product-view .product-img-box {
    margin-bottom: 10px;
    position: relative;
}
.moreview {
    direction: ltr;
}

#moreview .moreview_thumb, #moreview .moreview_small_thumb {
    border: 1px solid #E0E0E0;
    left:0px !important;
}
.moreview img {
    vertical-align: bottom;
    max-width: none;
}
.moreview img {
    vertical-align: bottom;
    max-width: none;
}

.product{
    height:395px;
    overflow: hidden;
    border:1px solid #CCC;
    padding:0px 50px;
    margin-left:5px;
    
}
.product-angles ul{
    padding-left:0px;
}
.product-angles ul li{
    list-style-type: none;
    border:1px solid #CCC;    
    height:125px;
    margin-bottom:10px;
    width:110px;
    opacity: .6;

}
.product-angles ul li > img {
    height:120px;
    width:103px;
}
.product > img {
    width:100%;
    height:350px;
    overflow: hidden;

}
.product-view .product-name {
    border-bottom: medium double #DDD;
}
.product-view .product-name h3 {
    
    margin: 0px 0px 2px;
    text-align: left;
    line-height: 1.2em;
    padding-bottom: 12px;
    letter-spacing: -1px;
    font-weight: 900;
    font-family: "Open Sans",sans-serif;
    padding-right: 70px;
}
.product-view .product-shop .ratings {
    padding: 10px 0px;
    height:25px;
    
   
}
.ratings ul li{
    float:left;
    color:#FF7500; 
    margin-left:5px;
}
.availability.in-stock span {
    color: #1C95D1;
    font-weight: bold;
}
.availability, .product-brand {
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0px 0px;
    padding: 4px 20px;
    background: #FDD922 none repeat scroll 0% 0%;
    border-radius: 3px;
    display: inline-block;
}
.product-view .product-shop .price-box {
    display: block;
    padding: 15px 0px;
    border-bottom: 1px solid #CCC;
    float: left;
    width: 100%;
}
.product-view .product-shop .price-box .old-price {
    margin-right: 11px;
    margin-top: 6px;
    display: inline-block;
    float: left;
}
.product-view .product-shop .special-price {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    font-weight:bold;
    font-size:12px;
}
.short-description ul{
    padding-left:20px;
    list-style-type:disc;    
}
.short-description ul li{
    line-height:20px;
    text-align: justify;
    margin:5px 0px;
}

.cart {
    background: #1C95D1 none repeat scroll 0% 0%;
    color: #FFF;
    font-size: 16px;
    text-shadow: none;
    padding: 3px 20px;
    float: left;
    margin-top: 0px;
    font-weight: normal;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    margin-left:20px;
    border: medium none;
   
}
.product-view .product-shop button.button.cart::before {
    content: "";
    font-family: "FontAwesome";
    font-size: 18px;
}
.cart span {
    background: transparent none repeat scroll 0% 0%;
    margin-left: 5px;
    font-size: 16px;
}
.product-view .product-shop .add-to-box {
    padding: 0px;
    overflow: hidden;
    text-align: center;
    margin: 10px 0px 0px;
    
}
.add-to-box .add-to-cart{
    margin:0px;
}

.product-view .product-shop .add-to-box .add-to-cart label {
    display: block;
    float: none;    
    text-align: left;
    text-transform: uppercase; 
}
.custom button.items-count.reduced {
    margin-right: 2px;
     background:#CCC;
}
.product-view .product-shop .icon-minus::before {
    font-size: 14px;
}
.add-to-cart .qty {
    padding: 0px 5px 1px;
    height: 23px;
    border: 1px solid #DDD;
    text-align: center;
    margin-right: 3px;
    width: 44px;
    vertical-align: top;
}
.custom button.items-count.increase {
    margin-right: 4px;
    background:#CCC;
}
.fa-plus{
    padding: 0;
}
.fa-minus {
    padding: 0;
}
.product-view .product-shop .icon-plus::before {

    font-size: 14px;

}
.short-description{
    margin-top:10px;
    clear: both;
}

.add-to-cart .btn-warning{
    padding:5px 20px;
    float: left;
    margin-left:20px;
    background-color: #FF8831;
    border-radius: 0px;
    border-color: #FF8831;
    font-weight:bold;
}
.social{
    margin-top:20px;
}
.social ul li{
    float:left;
    list-style-type:none;
    margin-left:10px;
}
.tab-content{
    margin:20px 0px;
}
.description{
    margin-top:20px;
}

.tab-pane ul li{
    margin-top:10px;
    font-size:12px;
    line-height:25px;
}

.tab-pane p{
    font-size:12px;
    margin:0px 0px 5px 0px;
}


#renew ul{
    padding-left:40px;
}
#renew ul li {
    margin-top:10px;
    line-height:20px;
    list-style-type:disc;
}

.page-content h4{
    margin-top:0px;
}

/*=============================================================
        footer css starts
==============================================================*/
.footer {
    background: #1C242F none repeat scroll 0px 0px;
    padding: 40px;
}
.footer-middle h4 {
    color: #41ADE2;
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 10px;
    padding: 0px 0px 10px;
    text-transform: uppercase;
}
.footer-middle .links li a::before {
    content: "";
    font-family: FontAwesome;
    font-size: 12px;
    display: inline-block;
    cursor: pointer;
    line-height: 20px;
    color: rgb(153, 153, 153);
    margin-right: 5px;
}
ul.links>li {
    list-style-type: none;
    line-height: 35px;
    color: #999;
}
ul.links>li>a {
    color: #999;
}
ul.links>li>i {
    margin-right: 10px;
    color: white;
    background: #41ade2;
    padding: 12px;
    border-radius: 25px;
    height: 35px;
    width: 35px;
    float: left;
}
ul#links_add>li {
    margin-top: 20px;
    line-height: 23px;
}
.footer-sub {
    background: #131921;
}
.footer-sub p {
    color: white;
    padding-top: 12px;
    font-size: 14px;
    font-weight: 300;
}
/*=============================================================
        footer css ends
==============================================================*/



/*=============================================================
        products page css starts
==============================================================*/
section.breadcrumb_section {
    background: whitesmoke;
}
ol.breadcrumb {
    background-color: transparent;
    margin: 0;
    color: #dddddd;
    padding: 8px 0px;
}
ol#breadcrumb_inner {
    color: black;
    padding: 10px 0px;
}
ol.breadcrumb>li>a {
    color: #dddddd;
}
ol#breadcrumb_inner>li>a {
    color: #1c95d1;
}
.category>a>img {
    width: 100%;
}
section.products_sec {
    padding: 20px 0px;
}
.panel-heading .accordion-toggle.collapsed h4:after {
    content: "\E114";
}
.panel-heading .accordion-toggle h4:after {
    font-family: 'Glyphicons Halflings';
    content: "\E113";
    float: right;
    color: white;
    overflow: no-display;
}
.brand h4 {
    padding: 5px;
    background: #41ADE2;
    color: white;
    font-size: 14px;
}
.panel-default > .panel-heading {
    background: #41ADE2;
    color: white;
    padding: 5px 15px;
}
.filter table > tbody > tr {
    line-height: 30px;
}
.filter table > tbody > tr > td {
    font-size: 12px;
}
.filter input[type="checkbox"] {
    margin: 4px 3px;
}
.panel-collapse .panel-body {
    padding: 5px 15px;
}
div#cate_div {
    height: 160px;
    overflow: auto;
}
div#brand_div {
    height: 160px;
    overflow: auto;
}
.search_details {
    margin-bottom: 20px;
}
.search_details>input {
    background: transparent;
    color: black;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
button#btn {
    background: #41ade2;
    color: white;
    padding: 7px 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.products_det>h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    color: #787878;
    font-weight: bold;
    margin: 0;
}
.prod_item {
    border: 1px solid #CCC;
    margin: 20px 0px;
    text-align: center;
    padding: 10px;
}
.col-item {
    position: relative;
}
.prod_item .product-image-area {
    border: 0;
}
.item-title-prod>a {
    color: #37A4D9;
    font-weight: 600;
    font-size: 16px;
}
p.special-price1 {
    margin: 10px 0px 3px;
}
.item-content1 {
    font-size: 18px;
}
span.price1 {
    color: red;
    padding-left: 10px;
}
.actions_prod>button {
    width: 100%;
    margin: 5px 0px !important;
}
a.product-image1>img {
    width: 100%;
    height: 230px;
}
ul.combo>li {
    list-style-type: none;
    line-height: 0px;
}
img#img_ups {
    width: 113px;
}
/*=============================================================
        products page css ends
==============================================================*/


/*=============================================================
        product_details page css starts
==============================================================*/
section.product_details {
    padding: 24px 0px 20px;
}
.product-angles ul {
    padding-left: 0px;
}
.product-angles ul li {
    list-style-type: none;
    height: 125px;
    margin-bottom: 10px;
    width: 110px;
}
ul.slides {
    height: 450px;
}
.product-angles ul li > img {
    height: 120px;
    width: 103px;
}
.product {
    height: 395px;
    overflow: hidden;
    border: 1px solid #CCC;
    padding: 25px 50px;
    margin-left: 5px;
}
.product > img {
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.designer_div>p {
    line-height: 20px;
}
.product_name>h3 {
    font-size: 26px;
    line-height: 26px;
    text-transform: capitalize;
    color: black;
    font-weight: 600;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    margin: 0px;
}
.product_name>p {
    line-height: 24px;
}
p.product_paragraph {
    color: #d60000;
}
.product_name>p {
    line-height: 24px;
    font-size: 20px;
    margin-top: 15px;
}
p.product_paragraph>strike {
    padding-right: 10px;
    color: #767676;
}
p.product_para {
    color: #2a657e;
    font-size: 18px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
    margin: 15px 0px;
}
.designer_div {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
p.designer {
    line-height: 20px;
    float: left;
    padding-right: 20px;
    border-right: 2px solid #ccc;
    margin-right: 20px;
}
ul#pdp_rating {
    margin-bottom: 15px;
}
ul#pdp_rating>li {
    display: inline-block;
    padding: 5px;
    margin-bottom: 20px;
}
ul#pdp_rating>li>i {
    font-size: 16px;
    color: #d60000;
}
button#buy_now {
    background: #337AB7;
    color: white;
    font-weight: 400;
    padding: 7px 15px;
}
button#add_now {
    border: 1px solid #337AB7;
    margin-left: -5px;
    font-weight: 400;
    color: #337AB7;
}
ul.delivery-block {
    background: #f5f5f5;
    padding: 20px;
    margin-top: 20px;
}
button#add_now:hover {
    background: transparent;
}
.social_icons li a:hover {
    color: #d60000;
}
ul.delivery-block>li>h3 {
    font-size: 18px;
    text-transform: capitalize;
    color: black;
    font-weight: 600;
    margin: 0 0 14px;
}
p#pdpPinCodeAvailable {
    padding-bottom: 5px;
}
.share>h3 {
    color: #2a657e;
    font-size: 18px;
    border-bottom: 1px solid #eeeeee;
    padding: 5px 0px;
}
ul.social_icons {
    margin-top: 30px;
}
.social_icons li {
    display: inline-block;
}   
.social_icons li a {
    text-align: center;
    line-height: 20px;
    color: #b2b2b2;
    display: inline-block;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}
ul.social_icons>li>a>i {
    font-size: 16px;
}
ul.delivery-block>li {
    list-style-type: none;
}
span.star_span {
    padding-right: 15px;
}
h4.highlight {
    color: #2a657e;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    margin: 15px 0px;
}
ul.spec_ul>li {
    margin-left: 30px;
    line-height: 26px;
}
p.click_para>a {
    color: #2a657e;
    float: left;
    margin: 10px 0px;
}
section.related_products {
    padding-bottom: 25px;
}
div#title_prod>a {
    font-size: 16px;
}
div#item_prod {
    margin-top: 20px;
}
div#cat_prod {
    background: #f8f8f8;
}
/*=============================================================
        product_details page css ends
==============================================================*/


/*=============================================================
        cart page css starts
==============================================================*/
td.cart-image img {
    width: 100px;
    height: 94px;
    margin-top: -5px;
}
td.cart-title h4 {
    font-size: 16px;
}
.cart-total {
    padding: 11px 15px;
    background-color: aliceblue;
}
.cart-total h4 {
    margin-top: 3px;
    padding: 5px 0;
}
ul.st li {
    padding: 6px 0px;
    font-size: 16px;
    list-style-type: none;
}
ul.st li label {
    width: 116px;
    margin-right: 79px;
}
ul.gt {
    margin: 14px 0;
    border-top: 2px solid;
    padding-top: 10px;
}
ul.gt li {
    font-size: 16px;
    list-style-type: none;
}
ul.gt li label {
    width: 116px;
    margin-right: 79px;
}
button#checkout-btn {
    margin: 10px 0;
    width: 100%;
}
h3.shop_cart {
    padding-bottom: 10px !important;
    border-bottom: 1px solid #CCC !important;
    color: #787878 !important;
    font-weight: bold !important;
    margin-bottom: 20px !important;
    font-size: 20px !important;
}
button#btn_right {
    float: right;
}
/*=============================================================
        cart page css ends
==============================================================*/


/*=============================================================
        login page css starts
==============================================================*/
#tabs-container {
    border: 1px solid #EAEAEA;
    margin-top: 0px;
    padding: 20px 40px 40px;
    border-radius: 4px;
    background: #EEE;
}
.tabs-menu li {
    line-height: 29px;
    margin-right: 10px;
    background-color: #EEE;
    border-top: 1px solid #D4D4D1;
    list-style-type: none;
}
.tabs-menu li.current {
    background-color: #FFF;
    border-bottom: 1px solid #FFF;
    border-left: 3px solid #41ADE2;
    font-weight: bold;
}
.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    outline: medium none;
}
.digit-circle {
    margin: 0px 10px;
    width: 28px;
    height: 28px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    border: 1px solid #41ADE2;
    background-color: #41ADE2;
    float: left;
}
.tab-name {
    color: #212121;
}
.tab-content {
    padding: 20px;
   /* display: none;*/
    color: #000;
    background: white;
}
button#btn_left1 {
    margin-top: 15px;
}
.login-details h3 {
    margin: 6px 0 7px 0;
    padding: 0 0px 11px 0px;
    border-bottom: 1px solid gainsboro;
    font-size: 16px;
}
.login-details {
    padding-right: 15px;
}
.address > p {
    font-size: 12px;
    margin-top: -54px;
    padding-bottom: 0px;
    float: right;
}
.payment {
    text-align: right;
}
/*=============================================================
        login page css ends
==============================================================*/

.tabs-menu {
    height: 500px;
    clear: both;
    background:#EEE;
}
.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
    outline: medium none;
}
.tabs-menu li.current {
    position: relative;
    background-color: #FFF;
    border-bottom: 1px solid #FFF;
    z-index: 5;
    border-left: 3px solid #41ADE2;
    font-weight: bold;    
}
.tabs-menu .current a {
    color: #FFF;
}
.checknote .nav-tabs > li.active > a {
   background: #f76506;
    padding: 8px 15px;
    color: white;
}
.tab-content{
    margin:20px 0px;
    background-color: white;
}
.description{
    margin-top:20px;
}

.tab-pane ul li{
    margin-top:10px;
    font-size:12px;
    line-height:25px;
}

.tab-pane p{
    font-size:12px;
    margin:0px 0px 5px 0px;
}

/*--------------------------login css starts -----------------*/
.login-form {
    width: 350px;
    margin: 0 auto;
    padding: 15px 0;
} 
.login-logo {
    padding: 25px 0 15px 0;
}
.login-logo img {
    width: 54%;
}
.login-details {
    padding: 14px 8px;
   
}
.login-details h3 {
    margin: 6px 0 7px 0;
    padding: 0 7px 11px 7px;
    border-bottom: 1px solid gainsboro;
    font-weight: 400;
    color: #388E3c;
}
button#forgot {
    background-color: #41ade2;
    color: white;
}
ul.ld-list li>input {
    border: 1px solid gainsboro;
    height: 42px;
}
ul.ld-list li>input::-webkit-input-placeholder {
    color: black !important;
}
ul.ld-list li {
    padding: 12px 0;
}
ul.ld-list li>button{
    margin: 0 10px;
}
.login-body {
    background-color: #fffdfc;
    padding: 10px 18px 30px;
    margin: 17px 0;
    border: 1px solid #41ade2;
    border-radius: 15px;
}
.login-main {
    width: 340px;
    margin: 30px auto 0 auto;
}
h2.login-hd {
    text-align: center;
    color: #1D2024;
    margin: 0px 0 30px 0;
    font-weight: 300;
}
.login-body>input {
    background-color: #fff;
    /*border: 1px solid #ccc;*/
    border-radius: 0;
    width: 100%;
    margin: 24px 0 25px 0;
}
button#login-btn {
    margin: 25px 0 5px 0;
    padding: 4px 28px;
    background-color: #41ade2;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 16px;
    width: 100%;
}
button#add_package {
    float: right;
}
input#fno {
    width: 20px;
    height: 20px;
}
.form-control {
    border-radius: 0px;
}
h3.thank {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #41ade2;
    padding-bottom: 15px;
    border-bottom: 1px solid #41ade2;
}
.heading {
    text-align: center;
    margin-bottom: 25px;
}
.inputerror {
    border-color: red;
}
.row.row_email {
    margin-bottom: 18px;
}
/*--------------------------login css ends -----------------*/
/*=============================================================
        Myaccount page css starts
==============================================================*/
section.myacc_sec {
    background: #eee;
}
.acc_block {
    border: 1px solid #eee;
    margin: 20px 0px;
    padding: 20px;
    background: white;
}
h3.my_acc {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
}
h3.my_acc>span {
    margin-left: 10%;
    color: #00496e;
    font-size: 20px;
}
h4.acc_settings {
    font-weight: 600;
    margin-bottom: 25px;
}
.acc_setting {
    border-right: 1px solid #eee;
}
section.invoice {
    padding: 30px 0px;
}
.account-information {
    border: 1px solid #CCC;
}
.account-information h4 {
    margin: 0px;
    padding: 10px;
    background: #ECECEC;
}
button.btn.btn-default {
    background: #337AB7;
    color: white;
    font-size: 12px;
    margin: 10px 0px -10px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: black;
    cursor: default;
    background-color: #fdd922;
    border: 1px solid #fdd922;
    border-bottom-color: transparent;
}
.nav-tabs>li>a, .nav-tabs>li>a:hover {
    background: #337ab7;
    color: white;
    text-transform: uppercase;
}
ul#event-tab {
    margin-bottom: 30px;
}
table#table_inv>thead {
    background: #ECECEC;
    color: black;
    font-weight: 600;
}
h4.title_prod {
    background: #eee;
    padding: 10px;
}
img#amc_img {
    width: 32px;
    padding: 3px;
}
@media only screen and (max-width: 1200px) and (min-width: 992px){
.modal-dialog {
    width: 97% !important;
}
}
@media only screen and (max-width: 991px) and (min-width: 768px){
.modal-dialog {
    width: 97% !important;
}
}
@media only screen and (max-width: 767px) {
.modal-dialog {
    width: 97% !important;
}
}
/*=============================================================
        Myaccount page css ends
==============================================================*/

.support {
    margin: 20px 0px;
    background: #F5F5F5;
    border-radius: 10px;
    padding: 15px;
}
.support h4 {
    margin:0px 0px 10px 0px;
    padding:8px;
    background:#37A4D9;
    text-align: center;
    color:white;
    border-top-right-radius:10px;
    border-top-left-radius:10px;
}
.support input {
    margin:20px 0px;
    }

.support .btn-warning{
    margin-top: 25px;
    border-radius: 50px;
    background-color:#F08E03;
}
.power{
    margin:20px 0px;
}
.power h4 {
    margin: 0px 0px 10px 0px;
    background: #93BC3C;
    color:white;
    padding: 5px;
}
.power ul {
    padding-left:20px;
    list-style: disc;
}
.power ul li {
    line-height:25px;
}
.support-content{
    margin:20px 0px;
}
.support-content p {
    line-height:25px;
}
.support-content h4 {
    margin: 0px 0px 10px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}
.center-table{
    border:1px solid #CCC;
    margin:20px 0px;
}
.center-table .table > thead > tr > th{
    background:#CCC;
}
address {
    margin-top:20px;
    padding: 15px 30px;
    border: 1px solid #CCC;
    border-radius: 10px;
}
address > h4 {
    margin:0px 0px 10px 0px;
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
}
address p {
    margin:0px 0px 15px;
}
address .fa-map-marker{
    color:rgb(255, 0, 0);
    height:35px;
    width:35px;
    padding:13px;
    background: #1C95D1;
    border-radius: 50%;
}
address .fa-phone{
    color: rgb(0, 255, 30);
    height:35px;
    width:35px;
    padding:13px;
    background: #1C95D1;
    border-radius: 50%;
}
address .fa-envelope {
     color: rgb(249, 186, 6);
    height:35px;
    width:35px;
    padding:12px;
    background: #1C95D1;
    border-radius: 50%;
}
address .fa-globe {
    color:rgb(53, 251, 244);
    height:35px;
    width:35px;
    padding:12px;
    background: #1C95D1;
    border-radius: 50%;
}
address .fa-print {
     color: white;
    height:35px;
    width:35px;
    padding:12px;
    background: #1C95D1;
    border-radius: 50%;
}
.google-map {
    margin:20px 0px 0px 0px;
}

.panel-default > .panel-heading{
   background: #41ADE2;
    color:white;
}

.panel-group {
    margin: 30px 15px;
}
.panel-group .panel{
    margin-bottom:15px;
}
.tab-pane1 {
    display: none;
}
.panel-heading{
    padding:5px 15px;
}
.panel-body{
    padding:30px 15px;
}

.glyphicon-chevron-up{
    color:white;
}

.glyphicon-chevron-down {
    color:white;
}

.careers{
    margin:20px 0px;
}

.careers h4 {
    margin:0px 0px 10px 0px;
   padding: 5px;
    background: rgb(147, 188, 60) none repeat scroll 0% 0%;
    color: white;
}

.careers .btn-default {
    color: #FFF;
    background-color: #93BC3C;
    border-color: #93BC3C;
}

.careers .table-bordered{
    margin-top:20px;
}

.footer-sub{
    background:#131921;
    padding:15px;
    color:white;
    height:40px;
}

.footer-sub p{
    margin:15px 0px 0px 0px;
}

.refund {
    margin:20px 15px;
}

.refund h4 {
    margin:0px 0px 15px 0px;
    padding-bottom: 10px;
    border-bottom:1px solid #ccc;
 }

.refund p {
    line-height:25px;
    text-align: justify;
  }

.refund ul {
    padding-left:20px;
    padding-bottom:15px;
}

.refund ul li {
    list-style-type: disc;
    line-height: 25px;
}

.shipping {
   margin:20px 15px; 
}

.shipping h4 {
   margin:0px 0px 15px 0px;
    padding-bottom: 10px;
    border-bottom:1px solid #ccc; 
}

.shipping p {
    text-align: justify;
    line-height: 25px;
}

.shipping ul {
    padding-left:20px;
    padding-bottom:15px;
}

.shipping ul li {
    list-style-type: disc;
    line-height: 25px;
}

.privacy {
   margin:20px 15px; 
}

.privacy h4 {
   margin:0px 0px 15px 0px;
    padding-bottom: 10px;
    border-bottom:1px solid #ccc; 
}

.privacy p {
    text-align: justify;
    line-height: 25px;
}

.privacy ul {
    padding-left:20px;
    padding-bottom:15px;
}

.privacy ul li {
    list-style-type: disc;
    line-height: 25px;
}

.terms {
   margin:20px 15px; 
}

.terms  h4 {
   margin:0px 0px 15px 0px;
    padding-bottom: 10px;
    border-bottom:1px solid #ccc; 
}

.terms  p {
    text-align: justify;
    line-height: 25px;
}

.terms  ul {
    padding-left:20px;
    padding-bottom:15px;
}
.terms  ul li {
    list-style-type: disc;
    line-height: 25px;
}
.calculate {
    margin:20px 0px;
}
.calculate h4 {
    margin:0px 0px 15px 0px;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;
}
.calculate p {
    text-align: justify;
    line-height: 22px;
}
.options {
    background: #EFEFEF none repeat ;
    margin:20px 0px;
    padding:7px 0px;
}
.options input[type="checkbox"]{
    margin:6px;
}
.appliance {
    border: 1px solid #ccc;
    padding: 13px 0 0 0;
}

.appliance .form-control {
    height:34px;
}
.appliance .table-striped > tbody > tr {
    background-color:    rgb(242, 251, 207) !important;

}
.appliance .table-striped > thead > tr {    
    background:#85B021;
    color:white;
}
.appliance .btn-default{
     background:#85B021;
    color:white;
    margin:20px;
}
.result {
    border: 1px solid #CCC;
    margin: 3px 0px 0px 0;
    padding: 20px;
}
.result h4 {
    text-align: center;
    padding-bottom: 10px;
    margin: 0px 0px 15px;
    border-bottom: 1px solid #CCC;
    color: #7EB400;
    font-size: 16px;
}
.result-display {
    border: 1px solid #ccc;
    margin: 17px 30px;
    min-height: 31px;
}
.value {
    text-align: center;
    padding: 14px 10px;
    display: none;
}
.contacts-info address {
    padding:0px;
}
.careers .table-bordered > thead > tr > th{
    background: #CCC;
    color: #005A8C;
}
.power-need {
    border:1px solid #CCC;
}
.power-need img {
    width:100%;
}

.pico {
    margin:20px 0px;
}
.pico img {
    width:100%;
    height:200px;
    border:1px solid #CCC;
}
.pico h4 {
    margin:20px 0px;
    padding: 5px;
    background: #EEE none repeat scroll 0% 0%;
    border-bottom:1px solid #ccc;
}
.pico p {
    text-align: justify;
    line-height:25px;
}
.pico ul {
    padding-left:20px;
    list-style-type: disc;
}
.pico ul li {
    line-height: 25px;
}

/*-------------------product  css starts  ----------------------*/
.panel-heading .accordion-toggle h4:after {
    font-family: 'Glyphicons Halflings';  
    content:"\E113";   
    float: right;        
    color:white;        
    overflow: no-display;
}
.panel-heading .accordion-toggle.collapsed h4:after {
    content:"\E114";
}
div#accordion {
    margin: 15px 0;
}
.panel-collapse .panel-body {
    padding: 0 1px;
}
.detail ul li p {
    float: left;
    margin-bottom: 0;
    margin-right: 13px;
    font-size: 16px;
    color: red;
    padding-left: 3px;
}
.detail {
    padding: 9px 0 9px 0;
    border-bottom: 1px dotted gainsboro;
    border-top: 1px dotted gainsboro;
    margin-bottom: 8px;
}
h3.product-name {
    padding: 0 8px;
}
.sub-detail ul {
    padding-left: 10px;
}
.sub-detail ul li {
    padding: 2px 0;
}
.spec-btn button {
    width: 100%;
}
li.pd-img img {
    max-width: 200px;
    max-height: 200px;
    text-align: center;
}
ul.combo {
    float: left;
    border-bottom: 1px dotted;
    width: 100%;
}
ul.combo li {
    display:grid;
    text-align: center !important;
    list-style-type: none;
}
#cp-plus {
    font-size: 24px;
    color: #3F51B5;
    margin: 32px 0;
}
ul.p-detail {
    float: left;
}
p.pd-name {
    clear: both;
    font-size: 16px;
    margin: 0 7px 0px 7px;
      height: 50px;
}
li.pd-img img {
    width: 200px;
    height: 200px;
    text-align: center;
}

li.pd-img {
    height: 200px;
    margin-bottom: 3px;
}
p.pd-price {
    font-size: 16px;
    margin: 2px 5px;
    color: red;
}
.cp-display {
    border: 1px solid gainsboro;
    padding: 15px;
    margin: 10px 0;
    height: 330px;
    box-shadow: 0 3px 5px 0px #ccc;
}
.cat-name {
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
    color: #787878;
    font-weight: bold;
}
.cp-btn button {
    background-color: #1C95D1;
    border-color: #1C95D1;
    color: white;
    margin-top: 11px;
    float: right;
}
.cp-btn button:hover {
    background-color: #1C95D1;
}
i#cp-rate {
    font-size: 18px;
    margin: 30px 0 0px 0;
    color: red;
}
.key-feat {
    clear: both;
    padding: 7px 0;
    border-bottom: 1px dotted;
}
.key-feat ul li label {
    color: #9E9E9E;
    font-weight: 700;
    width: 100px;
}
h3#spc_hd {
    background-color: rgb(65, 173, 226);
    color: white;
    padding: 11px 15px;
    font-size: 18px;
    text-transform: uppercase;
    margin: 19px 0px;
}
div#cate_div {
    height: 153px;
    overflow: auto;
}
div#brand_div {
    height: 153px;
    overflow: auto;
}

/*-------------------product  css ends  ----------------------*/
/*----------------------product-detail css starts---------------*/
.pd-key ul {
    float: left;
}
.pd-key ul li {
    float: left;
    margin: 2px 25px 2px 0px;
    color: #9E9E9E;
    font-weight: 600;
}
.pd-key ul li label {
    margin-right: 11px;
    font-weight: 600;
}
.pd-key {
    float: left;
    margin: 3px 0 7px 0;
    border-bottom: medium double gainsboro;
    width: 100%;
}
.price-block {
    float: left;
    width: 100%;
}
#add-cart {
    background-color: #1C95D1;
    color: white;
    font-size: 10px;
    letter-spacing: 0px;
    float: right;
    margin-top: 5px;
}
#add-cart:hover {
    background-color: #1C95D1;
    color: white;
}
.add-to-cart .btn-warning {
    margin-top: 17px;
}
section.spec h4 {
    margin: 9px 0px;
    padding: 8px 0px;
    border-bottom: 2px solid;
}
section.spec h4 {
    margin: 12px 0;
}
section.spec {
    margin: 19px 0;
}
caption.spec-cap {
    font-size: 14px;
    font-weight: 600;
    background-color: rgba(158, 158, 158, 0.37);
    color: black;
    padding: 8px;
}
.product-rate i {
    font-size: 26px;
    padding: 0 2px;
    margin: 8px 0;
    color: red;
}
.add-to-cart.row .col-sm-4.col-md-4.col-lg-4 {
    padding: 0;
}
/*----------------------product-detail css ends---------------*/

/*----------------------product-detail page css---------------*/

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
    -ms-flex-direction: column;
          flex-direction: column; 
}
 @media screen and (max-width: 996px) {
.preview {
      margin-bottom: 20px; 
  } 
}

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; 
    height: 500px;
}
.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; 
}
.preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; 
}
.preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      height: 65px;
      display: block; 
}
.preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; 
  }
.preview-thumbnail.nav-tabs>li>a, .preview-thumbnail.nav-tabs>li>a:hover{
     background: none !important;
     border: 2px solid #dedede;
}
.preview-thumbnail.nav-tabs>li.active>a, .preview-thumbnail.nav-tabs>li.active>a:focus, .preview-thumbnail.nav-tabs>li.active>a:hover {
    background: none !important;
    border: 3px solid #1c95d1;
}
.preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; 
}

.tab-content {
  overflow: hidden; 
}
.tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: 1.0s;
            animation-duration: 1.0s; 
}

.card {
  margin-top: 50px;
  background: #eee;
  padding: 3em;
  line-height: 1.5em;
}

.tooltip-inner {
  padding: 1.3em; 
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

