﻿
@import url(https://fonts.googleapis.com/css?family=Lato:400,900,700,700italic,400italic,300);

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Lato', sans-serif;
    text-transform:uppercase;
    margin-top:0px;
    color:#020202;   
}
.footer-social{
display:none;
}
.social-icons {
    display: none;
}

.scrollable-menu {height: auto;max-height: 200px;overflow-x: hidden;}
.scrollable-menu a:hover{ 
color:#d91b5c!important;
}

	  
h2, .h2 {
    font-size:22px;text-align:center;
}
h3, .h3 {
    font-size: 20px;
}
.product-box-icon { display:none!important;}

.item-photo{display:flex;justify-content:center;align-items:center;border-right:1px solid #f6f6f6;}

body {
    
    font-size:14px;
    font-family: 'Lato', sans-serif;
    line-height:20px;
    color:#666;
    font-weight:400;
    width:100%;
    max-height:100px;
}
th{   
   font-weight:600;
}
b, strong {
   font-weight:600;  
}
label{
    font-weight:400;
}
a { text-decoration:none;
}
a:hover { text-decoration:none; 
}
.fa-eye::before {
    content: "";
}
.fa-shopping-cart::before {
    content: "";
}
.fa-building-o::before {
    content: "";
}
.fa-phone::before {
    content: "";
}
.fa-envelope-o::before {
    content: "";
}
.fa-angle-right::before {
    content: "";
}
.fa-angle-double-right::before {
    content: "";
}
.fa-circle-o::before {
    content: "";
}
.fa-circle::before {
    content: "";
}
.fa-shopping-cart::before {
    content: "";
}
.fa-retweet::before {
    content: "";
}

button, a, .icon {
    transition: background-color 0.3s ease-in-out;
}
.offer.offer-default ul li {
    list-style: none;
}
.panel-body ul li {
    list-style: none;
}

.col-md-3.layout-left {
    padding: 0 30px 0 0;
}

.col-md-6.layout-middle {
    padding: 0;
}

.col-md-3.layout-right {
    padding: 0 0 0 30px;
}

.col-md-9.layout-right {
    padding: 0;
}
header{
    
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    padding:0px 0px 8px 0px;
    width:100%;
    z-index:999; 
    transition:all ease-in-out 0.4s;
    -webkit-transition:all ease-in-out 0.4s;
    -moz-transition:all ease-in-out 0.4s;
}
.top-nav-collapse {
    width:100%;
    position:fixed;
    top:0px;
    box-shadow: 0 0 3px #000000;
    padding:10px 0px 0px 0px;
    z-index:999;
     transition:all ease-out 0.4s;
    -webkit-transition:all ease-out 0.4s;
    -moz-transition:all ease-out 0.4s;
}
header .navbar-header {
    margin-top: 12px;
}
.jumbotron {
    text-align: center;
    background-color: transparent;
}
.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */
.masthead > .navbar {
    border: none;
    border-radius: 0px;
}
.masthead .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { /*background-color: #000*/  ;
    color: #fff;
    text-decoration: none;
}
.top-menu {
   
}
.top-menu ul.dropdown-menu > li > a {
    padding: 10px 15px;
    color: #B8B8B8;
}
.top-menu ul.dropdown-menu {
    padding: 10px 15px;
}
.top-menu ul.dropdown-menu {
    border: 1px solid black;
    padding: 0;
    border-radius: 0;
}
.navbar-fixed-top.top-menu {
    position: fixed;
    height: 55px;
    width: 100%;
    top: 0;
    left: 0; 
    background: #FFF;
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16); 
    color: #2B2B2B; 
}
.navbar-fixed-top.top-menu li { /*border-right: 1px solid #E2E4E6;*/
}
.navbar-fixed-top.top-menu li > a {
  color: #000;
}
.navbar-fixed-top.top-menu li > a:hover { /*background-color: #2B2B2B;*/
   color: #FFF;
}
.navbar-fixed-top.top-menu li > a:active {
   background-color: #2B2B2B;
   color: #FFF;
}
.top-menu .navbar-toggle {
   border-color:#333333;
}
.top-menu .navbar-toggle .icon-bar {
    background:#868585;
}
.navbar-fixed-top.top-menu li > a:focus { 
    color: #FFF;
}
.top-menu.navbar-default{
    background:none;
    border:none;
}
.masthead{
    position:relative;  
}
.masthead ul.dropdown-menu { 
    border: none;
    padding: 0;
    border-radius: 0;
    box-shadow:0px 4px 8px #B5B4B4;
    -webkit-box-shadow:0px 4px 8px #B5B4B4;
    -moz-box-shadow:0px 4px 8px #B5B4B4;

}
.masthead ul.dropdown-menu > li > a {
    padding: 6px 15px;
    color: #666;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus{
    background-color:#fff;
}
.masthead .open > .dropdown-menu {
    animation-name: slidenavAnimation;
    animation-duration: .4s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: slidenavAnimation;
    -webkit-animation-duration: .4s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: slidenavAnimation;
    -moz-animation-duration: .4s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}
.masthead ul.dropdown-menu li ul {
    display: none !important;
    left: 191px !important;
    position: absolute;
    top: 0px !important;
}
.masthead ul.dropdown-menu li:hover ul {
    display:block !important;
}
.masthead ul.dropdown-menu ul.dropdown-menu li ul{
    display: none !important;
    left: 191px;
    position: absolute;
    top: -2px;
}
.masthead ul.dropdown-menu ul.dropdown-menu li:hover ul{
    display:block !important;
}
.header-top {
    float:right;
}
.header-top ul {
  margin-top:15px; 
 }
.header-top .navbar-nav > li > a {
  line-height:14px;
  margin:4px 0px 0px 0px;
  padding:10px;
  font-size:13px;
  color:#666666;  
}
.header-top .navbar-nav > li > a:hover {
    background: none;
    border-bottom: 3px solid #000;
    border-top: 3px solid #000;
    padding: 7px 10px;    
}
.header-top .dropdown-menu > li > a {
   color:#778899;   
}
.header-top .dropdown-menu > li > a:hover {
   color:#1a4859;
}
.header-top li.dropdown {
   position:relative;
}
.header-top .dropdown-menu {
    left: auto !important;
    right: 0;
    background:#ffffff;
    color:#666;
    font-size:14px;
}
.search-box {
    padding: 4px 0px;
   // margin-right: -60px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.search-box .input-group {
   width:100%;
   margin-top:3px;
}
.searchBtn{  
  position: absolute;
  right: 0px;
  z-index: 99;
}
.searchBtn button {
   width:40px;
   height:33px;
   border: 1px solid #1a4859;
   background: #1a4859;
   cursor:pointer;
   color:#fff;  
   border-radius:0px 20px 20px 0px;
   -moz-border-radius:0px 20px 20px 0px;
   -webkit-border-radius:0px 20px 20px 0px;
}
.input-group .form-control {
  box-shadow:none;
  border:none;
  border-bottom:1px solid #dddddd;
  font-style:italic;
  height:32px;
  background:#ffffff;
  border-radius:20px !important;
  -moz-border-radius:20px !important;
  -webkit-border-radius:20px !important;
}
.search-icon {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    margin: 1px;
    color: #AEAEAE;
    padding: 0;
    width: 23px;
    height: 34px;
    z-index: 99;
    overflow: hidden;
}

.search-icon:hover {
    color: #000;
}
ul.laungage {
   list-style: none outside none;
   margin: 3px 3px 0px 0px;
   padding: 0px;   
}
ul.laungage li {
        display: inline-block;
        padding: 0px;
        font-size: 12px;
        margin-right: -4px;
}
ul.laungage li:hover ul.dropdown-menu {
    display: block;
 }

ul.laungage li {
  position: relative;
}
 ul.laungage li a {
    padding: 0px 12px;
    line-height: 36px;
    color:#666666 !important;
    display: inline-block;
 }
ul.laungage li a:hover {
   color:#1a4859 !important;
}        
.laungage-cont {
    width: 200px;
    background: #2c2c2c;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.176);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.176);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: auto;
    right: 0;
    list-style: outside none none;
    margin: 0px;
    min-width: 200px;
    padding: 15px !important;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu.laungage-cont > li {
    display: inline-block;
    padding: 3px 4px;
    width: 100%;
}
.inner-slider {
   background:#b2b2b2;
   padding:60px 0px 42px 0px;
   margin-bottom:0px;
}
.slider img {
  max-width:100%;
  margin-bottom:0px;
}
.theme-custom {
  margin:0px !important;
  max-width:100% !important;
}
.theme-custom .nivo-controlNav a {
   border-radius:14px;
   -moz-border-radius:14px;
   -webkit-border-radius:14px;
}
.theme-custom .nivo-controlNav a.active {
   background:#225e9c !important;   
}
.about-content{
   margin-top:50px;  
}
.about-image {
  max-width:100%;
}
.category-container {
    padding:20px 0px 50px;    
    width:100%;
 }
.category-container .container {
   background:#ffffff;
   padding-top:10px;
 }

.home-pageContent {
    margin-top:50px;
}
.home-pageContent .category-title, .home-pageContent .panel-body-content {
    text-align:center;
}
.home-pageContent .form-panel {
    padding:35px 0px 45px 0px;
}
.side-nav-block ul {
  list-style:none outside none;
  margin:0px;
  padding:0px;
}   
 .side-nav-block ul li {
    
     line-height:18px;
}
.side-nav-block ul li a {
  text-decoration:none;
  font-size:14px;
  color:#444444; text-transform:uppercase;  
}
.side-nav-block ul li a:hover, .side-nav-block ul li a:active, .side-nav-block ul li a:focus {
   color:#e02c3f;
 }
.sidebar-popheading h3{
  font-size:18px;
  padding:10px 0px 12px;
  position:relative;
  margin-bottom:5px;
}
.sidebar-popheading h3::after {
    position: absolute;
    content: '';
    height: 4px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    border-bottom: 2px solid #545454;
    padding-bottom: 10px;
}
.sidebar-popheading img {
    width:100%;     
}
.sidebar-popheading .box-col{
   margin-bottom:20px;
}
.side-nav-block ul li i {
  margin-right:8px;
  transition:all ease-in-out 0.4s;
  -webkit-transition:all ease-in-out 0.4s;
  -moz-transition:all ease-in-out 0.4s;

}
.side-nav-block ul li:hover i {
    margin-left:4px;
    margin-right:4px;
}
.side-nav-block {  
  
   margin-bottom:20px;
   box-shadow:0px 3px 5px #dcdcdc;
   -webkit-box-shadow:0px 3px 5px #dcdcdc;
   -moz-box-shadow:0px 3px 5px #dcdcdc;
}
@media (max-width: 768px) {
    .side-nav-block  {
        display: none!important;
    }
}
.side-category-title h3 {
   margin:0px;
   padding:12px 12px;
   background:#000;
   font-size:14px;
   color:#ffffff;
   letter-spacing:0.5px;   
}

.navbar-inverse .navbar-nav > li > a {
  text-transform:uppercase;
  font-size:14px;
}
.product-grid.home-page-product-grid {
    margin-top: 20px;
}
.read-more {
   text-transform:capitalize;
   color:#ffffff;
   font-size:14px;
}
.read-more:hover {
  color:#1a4859;
 }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
   background:none;
   color:#ffffff;
}
.nav .dropdown-menu {
  left:auto;
}
.dropdown-menu {
    background:#ffffff;
    min-width:190px;
    border:1px solid rgba(0,0,0,0.2);
    box-shadow:none;
    color:#666;    
}
.dropdown-menu > li a {
    line-height:34px; 
}
.addImages {
    margin-top:40px;
}
.addImages img {
   width:100%;  
 }
.advertisment-image {
    margin:80px 0px;
}
.advertisment-image img{
    width:100%;
    display:block;
}
.image-item {
   position:relative;
   overflow:hidden;
}
.image-item .img-animation:hover::before {
    box-shadow:inset 0 0 0px 22px rgba(255, 255, 255, 0.4);
    -moz-box-shadow:inset 0 0 0px 22px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow:inset 0 0 0px 22px rgba(255, 255, 255, 0.4);
}
.image-item a.img-animation::before{  
    border: 1px solid #ffffff;
    bottom: 30px;
    content: "";
    left: 30px;
    position: absolute;
    right: 30px;
    top: 30px;   
}
.image-item .img-animation img {
    transform: translate3d(0px, 0px, 0px);
    display: block;
    max-width: 110%;  
    position: relative !important;
    width: calc(100% + 50px) !important; 
    transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;

}
.image-item .img-animation:hover img {
    opacity: 0.9;
    transform: translate3d(-40px, 0px, 0px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    width: calc(100% + 50px) !important;      
}
.box-col {
   position:relative;
}
.box-col:hover .overlay {
    box-shadow: 0 0 0 8px rgba(121, 198, 223, 0.58);
    height: 100%;
    opacity: 100;
    top: 0;
    visibility: visible;
}
.box-col .overlay {
    background-color: rgba(111, 145, 126, 0.43);
    height: 0;
    left: 0;
    opacity: 0;
    padding: 17px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 10;
}

@keyframes slidenavAnimation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes slidenavAnimation {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .nav-justified {
        max-height: 52px;
    }
    .nav-justified > li > a {
        border-left: 1px solid #fff;
        border-right: 1px solid #d5d5d5;
    }
    .nav-justified > li:first-child > a {
        border-left: 0;
        border-radius: 5px 0 0 5px;
    }
    .nav-justified > li:last-child > a {
        border-radius: 0 5px 5px 0;
        border-right: 0;
    }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    /* Remove the padding we set earlier */
    .masthead,
    .marketing,
    .footer {
        padding-left: 0;
        padding-right: 0;
    }
}
a {
    color: #000;
}
.header-logo {
    float: left;
    margin-top: 5px;
    text-align: left;
}
a.logo {
    display: block;
    text-decoration: none;
    margin:25px 0px;    
}
.title-box {
    margin: 70px 0 30px 0;
}
.slide-container {
    padding: 0 3px;
}
.home-pageContent .mid-content-title{
    border-bottom:0px solid;
}
.mid-content-title {
    padding: 10px;
    color: #666666; 
    margin: 0; 
    border-bottom: 1px solid #ddd;   
}
.mid-content-title h2{
  font-size:20px;
  font-weight:normal;
  margin:0px 0px 10px 0px;
  color:#020202;
  text-align:center;
  text-transform:uppercase;
}
.mid-content-body {
    padding: 8px 10px;
}
.mid-content-title > h3 {
    padding: 0;
    margin: 0;
}
.headingArrow {
   display:inline-block;
   text-align:center;
   width:100%;  
   padding: 16px 0; 
}
.headingArrow a {
   font-size:18px;
   color:#868585;
}
.title.mid-content-title h4{
    margin:4px 0px;
}
.pull-right.item-container > div {
    margin-bottom: 5px;
}

.panel-body > ul > li {
    list-style: none;
}

.panel.panel-default.side-nav > .panel-body {
    padding: 5px;
}

.footer-poweredby, .footer-disclaimer, .footer-store-theme {
    text-align: center;
}

.top-menu-container {
    margin-bottom: 30px;
}

.panel.panel-default.side-nav, .panel.panel-default.form-panel { 
 }
.panel-default { border:none; }
.panel { background:none; border:none; box-shadow:none; border-radius:0px; width:100%;  }
.panel-default > .panel-heading { 
    background:none;
    border:none;
}
.entity a {
    line-height: 30px;
}
.category-image {
    margin:15px 0px 50px 0px;
    display: inline-block;
}
.category-image .item-box{
    overflow: hidden;
    height:280px;
}
.category-image .item-box img {
    height: 280px;
    width:auto;
}
.category-image ul{
    list-style:none outside none;
    margin:0px;
    padding:0px; 
}
.category-image ul li {
    width:20%;
    display:inline-block; 
    position:relative; 
    margin:0px; 
    float:left; 
}
.panel.panel-default.side-nav > .panel-heading {
    color: #000;
    border-radius: 0;
    cursor: default;
}
div.panel-body {
    border: none;
}
.panel.panel-default.side-nav > .panel-body > ul > li > a {
    color: #000;
}
.panel.panel-default.side-nav > .panel-body > ul > li > a:hover {
    background-color: #eee;
}
.panel-body > .poll {
    padding: 10px;
}
div.panel-body > div.poll > ul.poll-options {
    list-style: none;
    padding: 4px 0px 0px 10px;
}
.panel-body .poll .poll-results {
    margin-top: 5px;
}
.panel-heading { padding:0px 0px; }
.panel-body { padding:0px 0px; }

.btn.btn-default { color: #fff; background-color:unset; transition: all ease-in-out 0.4s; -webkit-transition: all ease-in-out 0.4s; -moz-transition: all ease-in-out 0.4s; }
.btn.btn-default:hover, .news-list-homepage .view-all .btn:hover { color: #fff; background-color: #d91b5c;   border-color:#d91b5c; }
.btn-default { background:#2c2c2c;  }
.btn { border:1px solid #000; border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px; }
.view-all .btn { 
    border:2px solid #999;
    margin:0px 0px 0px 0px;
    color:#fff;
    background: #333;
    padding:6px 12px;
}
.news-list-homepage .view-all .btn { 
    border:2px solid #fff; 
    margin:20px 0px 0px 0px;
    color:#868585;
    background: #fff;
    padding:6px 12px;
}
.panel-body > .tags {
    padding: 5px 5px 10px 0px;
 }
.tags > a {
    color: #000;
}
div.block-popular-tags div.view-all {
    padding: 0px 0px 10px 10px;
}
div.panel-body > div.newsletter-subscribe-block {
    padding: 10px;
}
.panel-body-content {
   padding-right:35px;
}
.newsletter-email .form-control {
  width:60%;
  background-color: #fff;
  border: 1px solid #D4D4D4;
  display:inline-block;  
  height:40px;
  border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.newsletter-email input[type="button"] {   
     margin: -2px 0px 0px 5px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #1a4859;
    border: 1px solid #1a4859;
    color: #ffffff;
    padding: 9px 20px;
    text-transform: uppercase;
}
.alert-info {
    color: #000000;
    background-color: #eee;
    border-color: #FDFDFD;
}
.home-page-best-seller .rating {
  display: inline-block;
  text-align: center;
  margin: 12px 0px 10px;
}
.required {
    color: red;
}
/*------------------------------------*\
.footer
\*------------------------------------*/
.footer {
    background:#f2f2f2;
    color: #a0a0a0;
    font-size: 12px;
    padding: 45px 0 0 0;
    display:inline-block;
    width:100%;
    float:left;
}
.footer h3 {
   font-size:16px;
   text-transform: capitalize;
}
.footer .first-footer {
    padding-bottom: 10px;
}

.footer li {
    line-height: 25px;
}
.footer li i {
  margin-right:8px;
  transition:all ease-in-out 0.4s;
  -webkit-transition:all ease-in-out 0.4s;
  -moz-transition:all ease-in-out 0.4s;  
}
.footer li:hover i{
  margin-right:3px;
  margin-left:5px; 
}
.footer a {
    color: #e02c3f;
    transition:all ease-in-out 0.4s;
    -webkit-transition:all ease-in-out 0.4s;
    -moz-transition:all ease-in-out 0.4s;
    font-size:13px;
}
.footer a:hover {
   text-decoration: none;
   color:#333;
 }
.footer .title {
    text-transform: uppercase;
    color: #aaaaaa;
    font-weight: 600;
    font-size: 13px;
    padding-bottom: 5px;
}
.footer-social a{
    margin-right:12px;
    display:inline-block;
    opacity:0.7;
}
.footer-social a:hover{
    opacity:1;
}
.contactInfo li {
   line-height:31px;
   display:inline-block;
   width:100%;
   margin:0px;
   padding:0px;
}
.contactInfo li:first-child {
    line-height: 22px;
}
.contactInfo i{ 
    color: #a9a7a7;
    float: left;
    font-size: 25px;
    margin-bottom: 8px;
    margin-right: 10px;
    padding-top: 6px;
    text-align: left;
    vertical-align: middle;
    clear: both;
}
.getintouch {
    text-align:center;
}
.getintouch li {
    padding-bottom: 10px;
}
.getintouch li:hover div.icon {
    background-color: #000;
}
.getintouch div.icon {
    display: table-cell;
    width: 38px;
    height: 38px;
    background-color: #333333;
    border: 1px #444444 solid;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}
.getintouch .fa {
    font-size: 15px;
    line-height: 27px;
}
.getintouch span a {
    display: block;
    line-height: 0px;
}
.getintouch div.c-info {
    display: table-cell;
    padding-left: 10px;
}
.social-icons {
    padding: 0px 0;
    display:inline-block;
}
.social-icons > span {
    display: inline-block;
    font-size: 14px;
    padding: 9px 12px 0 0;
    vertical-align: top;
    float:left;
}
 .social-icons i {
    margin-right:0px !important;
    margin-left:0px !important;
    font-size:18px;
}
.social-icons ul {
  display:inline-block;
  text-align:left;
}
.social-icons ul li {
    display:inline-block;
    margin-right: 5px;   
}
.social-icons ul li a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 0px;
    padding: 0px;
    border-radius:35px;
    -webkit-border-radius:35px;
    -moz-border-radius:35px;
}
.social-icons ul li a:hover {

}
.social-icons .google-plus a {
   color:#dc2310;
}
.social-icons .google-plus:hover a {
    background-color: #dc2310;
    color:#fff;
}
.social-icons .youtube a {
    color:#cd201f;
}
.social-icons .youtube:hover a {
    background-color: #cd201f;
    color:#fff;
}
.social-icons .twitter a {
    color:#33bce9;
}
.social-icons .twitter:hover a {
    background-color: #33bce9;
    color:#fff;
}
.social-icons .facebook a {
    color:#37528d;
}
 .social-icons .facebook:hover a {
    background-color: #37528d;
    color:#fff;
}
.social-icons .rss a{
    color:#FF6600;
}
.social-icons .rss:hover a {
    background-color: #FF6600;
    color:#fff;
}
.footer .copyrights {
    padding-top:14px;
    padding-bottom: 20px;
}
.copy {
    padding-top:8px;
    display:inline-block;
}
.footer .copyrights .copytxt {
    padding-bottom: 10px;
    display: inline-block;
}
.footer .copyrights .payment-icons {
    padding-bottom: 10px;
    float: right;
    text-align: center;
}
.footer .copyrights .payment-icons a {
    display: inline-block;
    padding-left: 10px;
    opacity: 0.2;
}
.footer .copyrights .payment-icons a:hover {
    opacity: 0.4;
}
.footer .copyrights .btmlinks {
    padding-left: 20px;
}
.footer ul {
    list-style-type: none;
    padding: 0px;
}

.footer a {
    color: #868585;
}

/*------------------------------------*\
.footer   end
\*------------------------------------*/
.offer {
    padding: 20px 0;
    overflow: hidden;   
}
.offer-default {   
    width:100%;
}
.box-products{  
  padding-left:6px;
  padding-right:6px;
}
.carousel-inner{
    padding:0px;
}
.box-products .silde-show-offer {    
    padding:0px 0px 15px;
    margin-bottom:10px;
}
.box-products .silde-show-offer:hover{
     box-shadow: 0px 1px 6px 3px #ddd;
    -moz-box-shadow: 0px 1px 6px 3px #ddd;
    -webkit-box-shadow: 0px 1px 6px 3px #ddd;   
}
.picture.thumbnail {   
    border:none;
    padding:0px;
    position:relative;
    margin-bottom:10px;
}
.Addcart {
    background:#d91b5c;    
    border: 0px solid #fff;
    padding: 6px;
    background-position:center center;
    color:#ffffff;
    font-size:19px;
    background-size:27px;
    display:block;
    width: 50px;
   height: 45px;      
}  
.product-box-detail-button {
   background:#020202;
   width: 50px;
   height: 45px;
   border: 0px solid #fff;
   padding: 6px;
   margin-bottom:3px;
   background-position: center center;
   background-size:24px;   
   color:#fff;
   font-size:19px;
   display:block;
   float:right   
 }
.order-summary-content .checkout-attributes {
    margin: 10px 0px 0px;
    padding: 10px 20px 2px;
    background: #eeeeee;
    border: 1px dotted #D3D3D3;
    clear: both;
}
.back-in-stock-subscription-page{
    text-align:center;
}
.back-in-stock-subscription-page .tooltip {
    position: relative;
    opacity: 1;
    line-height: 21px;
    font-size: 13px;
    margin-bottom: 20px;
    text-align: center;
}
.prices {
    margin: 0px 0;
    font-size: 15px;    
}
.price.old-price {
    text-decoration: line-through;
    color:#e02c3f;
}
.price.actual-price {
    
    color:#676767;
}
.page-title h1 {
    font-size: 20px;
    font-weight: 600;
    color: #020202;
}
h2.product-title {
    padding: 0; text-align:center;
    margin: 0;
    
}
h2.product-title > a {
    color: #020202;
    font-size: 13px;
    font-weight: 400;
    text-decoration:none;
    text-transform:capitalize;
}
.product-list .picture, .product-list.home-page-product-list .picture {
    float: left;
    margin: 0 0px 0px 15px;
    width:35%;
}
.product-list .middle-content {
    float: left;
    margin: 0 4px;
   
    padding-left:25px;
}
.product-list.home-page-product-list .middle-content {
    float: left;
    margin: 0 4px;
    width: 55%;
}
.middle-content .description {   
    display: none;
}
.item-box .discount-price, .discount-price {
    background: #ff3000;
    font-size: 14px;
    border: 1px solid #ff3000;
    padding: 4px 7px;
    border-radius: 3px;  
    color: #fff;
    position: absolute;
    top: 1px;
    right: 12px;
}
.product-list .add-info, .product-list.home-page-product-list .add-info {
    float: right;
    margin: 0 4px;
}
.product-grid > .offer.offer-default {
    float: left;
    height: 400px;
    margin: 5px;
    text-align: center;
    width: 32%;
}
.sub-category-grid .offer.offer-default {
    width: 25%;
    margin: 5px;
    text-align: center;
    float: left;
}

.glyphicon {
    margin-right: 10px;
}
.panel-body table tr td {
    padding-left: 15px;
}
.panel-body .table {
    margin-bottom: 0px;
}
div.pager li > a,
div.pager li > span {
    border-radius: 0px;
}
ul.group > li {
    list-style: none;
}
ul.nav > li.title {
    background-color: #F0F0F0;
    display: block;
    padding: 5px 5px;
}
.remove-filter > a {
    color: #000;
    font-weight: bold;
}
th.cart {
    width: 100px;
}
.cart.table th {
    background-color: #f5f5f5;
}

.buttons {
    margin: 20px 0;
}

/*Start*/

ul, ol {
    list-style:none outside none;
    margin:0px;
    padding:0px;
}

.address-item .left {
    padding-left: 40px;
}

.space10 {
    margin-top: 10px;
}

.space20 {
    margin-top: 20px;
}

.down-space-30 {
    margin-bottom: 30px;
}

.down-space-10 {
    margin-bottom: 10px;
}

.alignright {
    text-align: right;
}

.square-box {
    border-radius: 0px;
}

.inheri-width {
    width: inherit;
}

.pull-text-right {
    text-align: right;
}

.pull-text-left {
    text-align: left;
}

.pull-text-center {
    text-align: center;
}
.home-page-product-grid .rating {
   display: inline-block;   
   padding: 0px 0;
   text-align: center;
   margin:8px 0px;
}
.offer.home-page-categories {
  padding:0px;
  border:none;
  box-shadow:none;
  margin:0px;
}
.offer.home-page-categories h2 {
    background: rgba(34, 34, 34, 0.6);
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    margin: auto;
    padding: 48% 0 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition:all ease-in-out 0.4s;
    -moz-transition:all ease-in-out 0.4s; 
    vertical-align: middle;
}
.offer.home-page-categories h2:hover {
    background:none;
}
.offer.home-page-categories h2 a {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    position: absolute;
    width: 80%;
    line-height: 24px;
    max-height: 83px;
    padding: 30px;   
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition:all ease-in-out 0.4s;
    -moz-transition:all ease-in-out 0.4s;  
}
.offer.home-page-categories h2:hover::before {
    position: absolute;
    left: 40px;
    right: 40px;
    top: 40px;
    bottom: 40px;    
    content: '';
    background: rgba(0,0,0,0.2);
    border:3px solid rgba(251,33,88,0.95);
    visibility:visible; 
}
.offer.home-page-categories h2 a {
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
}
.offer.home-page-categories h2:hover a {   
    font-size:18px;
    letter-spacing:1px;
}
.offer.home-page-categories .img-responsive {
     display: inline;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
   max-width:100%;
}
.homepage-product{
    width:100%;
    padding:10px 0px 30px;
}
 .home-bestseller{ 
    padding:4px 0px 40px 0px;  
}
.product-selector-padding {
    padding-left:0px;
}
.product-item .product-box-detail {
    width: 0%;    
    padding-top: 45%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    position: absolute;
    text-align: center;
    vertical-align: middle;
    visibility:hidden;    
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    bottom:0px;
    overflow:hidden;     
}
.product-item:hover .product-box-detail {
   width:50%; 
   visibility: visible;
   overflow: hidden;
}
.product-item .product-box-cart {
    width: 0%;    
    padding-top: 45%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    position: absolute;
    text-align: center;
    vertical-align: middle;
    visibility:hidden;    
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    right:0;
    bottom:0px;
    overflow:hidden;     
}
.product-item:hover .product-box-cart {
   width:50%;   
   visibility: visible;
   overflow: hidden;
}
.product-item .quick-view{
    visibility:hidden;
    opacity:0;
     transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
} 
.option-list li {
    display: inline-block;
    border: 0px; width:100%;
    outline: none;
    margin-right: 15px;
}
span.color {
    width: 30px;
    display: inline-block;
    margin-right: 0px;
}
.product-item:hover .quick-view{
    visibility:visible;
    opacity:1;
} 
.product-item .thumbnail img {
   display: block;
   max-width: 100%;
   position: relative !important;  
   transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.product-item:hover .thumbnail img {
   display: block;
   max-width: 100%;
   position: relative !important;
   opacity: 0.8;
   transform: scale(0.98);
   transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
   -moz-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
   -webkit-transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;   
}
.offer.home-page-categories .picture img {
    max-width: 110%;
    width: calc(100% + 50px) !important; 
    transform: translate3d(-40px, 0px, 0px);     
    transition:all ease-in-out 0.4s;
   -webkit-transition:all ease-in-out 0.4s;
   -moz-transition:all ease-in-out 0.4s;
   overflow:hidden;
}
.offer.home-page-categories:hover .picture img {
    transform: translate3d(0px, 0px, -40px);    
    width: calc(100% + 50px) !important;   
}
.product-padding {
    padding:0px;
}
/*badge number css start*/

.op-number {
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    padding: 10px 12px;
    float:left;    
}
.dropdown-filter {
    height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.perPage {
   padding-left:3px;
}

/*badge number css end*/

/*------------------------------------*\
Page: One Page Shopping Cart  START
\*------------------------------------*/

.tab-section .step .box-content {
    padding: 15px;
}

.noproot-opc-payment-info select {
    color: #696763;
    border-radius: 0;
    resize: none;
    background: #F0F0E9;
    border: 0 none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    font-weight: 300;
}

    .noproot-opc-payment-info select#ExpireMonth {
        width: 70px;
    }

    .noproot-opc-payment-info select#ExpireYear {
        width: 80px;
    }

.noproot-opc-payment-info input#CardholderName {
    color: #696763;
    border-radius: 0;
    resize: none;
    background: #F0F0E9;
    border: 0 none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    font-weight: 300;
}

.noproot-opc-payment-info input#CardNumber {
    color: #696763;
    border-radius: 0;
    resize: none;
    background: #F0F0E9;
    border: 0 none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    font-weight: 300;
}

.noproot-opc-payment-info input#CardCode {
    color: #696763;
    border-radius: 0;
    resize: none;
    background: #F0F0E9;
    border: 0 none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    font-weight: 300;
}
/*------------------------------------*\
Page: One Page Shopping Cart  END
\*------------------------------------*/


/*------------------------------------*\
Page: Shopping Cart  START
\*------------------------------------*/


.rec-banner.deactive_position:hover {
    cursor: not-allowed;
}

    .rec-banner.deactive_position:hover a {
        color: #FFF;
    }

        .rec-banner.deactive_position:hover a:hover {
            color: #FFF;
        }

        .rec-banner.deactive_position:hover a:active {
            color: #FFF;
        }


.rec-banner.active_position a {
    text-decoration: none;
    color: #FFF;
}

    .rec-banner.active_position a:hover {
        text-decoration: none;
        color: #FFF;
    }

    .rec-banner.active_position a:active {
        text-decoration: none;
        color: #FFF;
    }

.active_position {
    border-radius: 4px;
    padding: 10px;
}

.deactive_position {
    border-radius: 4px;
    padding: 10px;
}

.rec-banner.deactive_position {
    color: #000;
}

    .rec-banner.deactive_position a {
        text-decoration: none;
        color: #000;
    }

        .rec-banner.deactive_position a:hover, .rec-banner.deactive_position a:active {
            text-decoration: none;
            color: #000;
        }



/*------------------------------------*\
Page: Shopping Cart  END
\*------------------------------------*/

/*------------------------------------*\
Page: Homepage Slide Show START
\*------------------------------------*/

.title-carousel-control {
    padding: 6px;
    border-radius: 0px;
    text-decoration: none;
    color:#ffffff;
}

/*.title-carousel-control:hover { background-color: #000; padding: 10px; color: #FFF; border-radius: 0px; text-decoration: none; }*/
/*------------------------------------*\
Page: Homepage Slide Show END
\*------------------------------------*/



/*------------------------------------*\
Page: Notification START
\*------------------------------------*/



.notifications {
    position: fixed;
    height: 55px;
    width: 100%;
    top: 0px;
    left: 0;
    color: #FFF; /*background: #000;*/
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    z-index: 999999;
}
.notifications.error {
    background: #8A0707;
}
.notifications.success {
    background: #21A674;
}
.notifications p {
    text-align: center;
    padding: 15px 0;
}

.notifications a, .notifications a:hover {
    text-decoration: none;
    color: #FFF;
}

.bar-notification .close {
    position:fixed;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: 17px;
    cursor: pointer; z-index:1050;
}
.notifications a, .notifications a:hover {
    text-decoration: none;
    color: #FFF;
}
.news-content {
   width:100%;   
   background-attachment:fixed;
}
.news-inner-box {
   padding:50px 0px 60px 0px;
   background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
   width: 100%; 
}
.newsletter-subscribe{
   padding: 18px 0 25px;
   margin-top:30px;
}
.news-content .mid-content-title{
   background:none;   
}
.news-content .mid-content-title h2{
  color:#ffffff;  
}
.news-items { 
  padding:15px 0px;
}
.mid-content-title.news-title {
  border-bottom:none;
}
.news-title h2{
  text-align: center;
  margin-bottom:25px;
  font-size:26px;
  color:#ffffff;               
}
.news-items h3, .news-items h3 a {
   font-size:16px;
   font-weight:normal;
   margin-top:0px;
   color:#ffffff;
   margin-bottom:10px;
   text-decoration:none;
   text-transform:capitalize;
} 
.news-items .item {
   background:rgba(255, 255, 255, 0.2); 
   display:inline-block;
   padding:12px;
   margin-bottom:25px;
   transition:all ease-in-out 0.4s;
   -webkit-transition:all ease-in-out 0.4s;
   -moz--transition:all ease-in-out 0.4s;
}
.news-items .item img {
   transition:all ease-in-out 0.4s;
   -webkit-transition:all ease-in-out 0.4s;
   -moz--transition:all ease-in-out 0.4s;     
}
.news-items .item:hover img {
  -webkit-transform:rotate(-0deg) scale(1.1);
  -ms-transform:rotate(-0deg) scale(1.1);
  transform:rotate(-0deg) scale(1.1);    
 }
.newsdate {
  color:#C7C3C3;
  font-size:14px;
  font-weight:400;
}
.news-subscribe-block, .Login-form {
   background:#f8f8f8;
   margin-top:0px;
}
.news-subscribe-block h5 {
   padding-top:20px;
}
.Login-form .offer-default {
   background:none;
  }
.news-details {
  color:#d4d2d2;
  padding:7px 0px;
  line-height:23px;
  overflow:hidden; 
}
.news-details > img {
  max-width:100%;
  width:100%;
  margin:10px 10px 15px 0px;
 }
.testimonials {  
  background-position:0px 0px;
  background-attachment:fixed;
  height:1100px;
}
.paddding-right0 {
    padding-right: 0px;
}

.paddding-left0 {
    padding-left: 0px;
}

.blogpost-page .post-date, .news-item-page .news-date {
    margin-top: 10px;
}

.blogpost-page .tags {
    padding-left: 0px;
}

.blog-posts legend, .news-items legend {
    padding: 15px 0px 5px 0px;
}

.blogpost-page .new-comment .title, .news-item-page .new-comment .title {
    margin-bottom: 15px;
}

.blogpost-page .blog-comment .comment-body, .news-item-page .news-comment .comment-total {
    padding: 10px;
}

.news-item-page .input-comment-title {
    margin-bottom: 10px;
}

.blogpost-page .blog-comment .avatar, .news-item-page .news-comment .avatar {
    padding-top: 10px;
}

.header-rss {
    color: #ffffff;
    margin-right: 12px;
}

.header-rss-icon {
    background-color: #FF6600;
}

.header-rss:hover .header-rss-icon {
    color: #FF6600;
    background-color: #ffffff;
}
.forums-main-page .forums-main-header {
    padding-top: 30px;
}

.forums-table-section .forums-table-section-title {
    padding: 30px 0px 10px 0px;
}

    .forums-table-section .forums-table-section-title h4 {
        display: inline;
    }

/*.forums-table-section .forums-table-section-body thead { background-color: #2B2B2B; color: #ffffff; }*/

.forums-table-section .forums-table-section-body thead th {
    padding-top: 20px;
    padding-bottom: 20px;
}

.forums-table-section .forums-table-section-body .forum-name, .forums-table-section .forums-table-section-body .topic-name {
    padding-left: 20px;
}

.forums-table-section .forums-table-section-body .topic-name {
    width: 60%;
}
.forum-topic-page .topic-header, .forum-page .actions {
    background-color: #f0f0f0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.forum-topic-page .posts .forum-post .user-info .user-stats {
    padding: 0px;
}
.forum-topic-page .posts .forum-post .post-body {
    padding: 10px;
}
.product-details-page, .product-details-page .panel-body {  
    margin-top:0px;
    padding-top:0px;
}
.product-details-page .panel {
   margin-bottom: 0px;
}
.product-collateral {
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}
.product-essential {
}
.product-details-page .gallery {
    margin-bottom: 30px;
    padding: 5px;
    border: 1px solid #ddd;    
}
.product-details-page .gallery .picture {
}
.product-details-page .gallery .picture img{
 width:100%;
}
.product-details-page .gallery .picture-thumbs {
    margin-top: 10px;
}
.product-details-page .gallery .picture-thumbs a {
    margin-right: 3px;
}
.product-details-page .overview {
    padding: 10px;
    border: 1px solid #f2f2f2;
    background: #F3F3F3;
    margin-bottom:30px;
}
.product-details-page .overview h3 {
   margin-top:0px;
}
.product-details-page .product-name {
    color: #5C5B5B;  font-weight:bold;
        font-size: 18px !important;
    margin-bottom: 0.3em;
    padding-top: 10px;     padding-left: 16px;
}
.product-details-page .short-description, .product-details-page .manufacturers, .product-details-page .sku, .product-details-page .manufacturer-part-number, .product-details-page .stock, .product-details-page .gtin, .product-details-page .delivery-date, .product-details-page .product-vendor {
    color: #777;
    margin-bottom: .3em;   
}
.product-details-page .free-shipping {
    font-size: 11px;
    height: 100px;
    width: 120px;
    line-height: 12px;
    padding: 18px 5px 0 4px;
    text-align: center;
    color: #fff;
    font-weight: normal;
}
.product-details-page .full-description {
    border: 1px solid #eee;
    clear: both;
    color: #666;
    margin-bottom: .3em;
    padding: 10px;
}
.product-details-page .full-description ul, .product-details-page .full-description ol {
    margin-left: 25px;
}

.product-details-page .back-in-stock-subscription {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product-details-page .email-a-friend {
    margin: 16px 5px 10px 0px;
    float: left;
}

.product-details-page .compare-products {
    margin:16px 0 10px 0px;
    float: left;
}

.product-details-page .product-share-button {
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

.product-details-page .product-reviews-overview {
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-details-page .product-reviews-overview .product-review-box {
   float:left;  
}
.rating {
    height: 16px;
    width: 80px;
        margin: 3px 5px 8px;
}
.rating div {
    float: left;
    height: 16px;

}
.product-price label {
    font-size: 15px;
}
.old-product-price {
    font-size: 15px;
}
.tax-shipping-info {
    font-size: 15px;
}
.product-details-page .product-reviews-overview .product-review-links .separator {
    margin: 0 2px;
}
.product-details-page .product-reviews-overview .product-review-links {
    margin: 0;
    display:inline-block;
}
.product-details-page .product-reviews-overview .product-no-reviews a {
    text-decoration: underline;
}
.product-no-reviews {
    display:block;
}

.product-no-reviews a {
    display:block;
}
.product-no-reviews a:hover {color:#666;
}

.product-details-page .product-variant-list { /*float: left;clear: none;*/
    clear: both;
    padding: 10px 0;
    border: 0; /*margin-bottom:20px;*/
    margin-top: 10px;
}
.product-details-page .product-variant-list .product-variant-line {
    border: 1px solid #EEEEEE;
    padding: 20px;
    margin: 10px 0;
    zoom: 1;
}
.product-details-page .product-variant-list .product-variant-line:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}
.add-to-cart-button {
    padding: 8px 12px;
    cursor: pointer;
    color: #444;
    text-shadow: none;
    border-color: #999;
    border: 0 none;
    font-size: 14px;
    border:1px solid #000;
    background:#020202;
}
.product-details-page .product-variant-list .add-to-cart-button {
    margin-left: 0;
    display: block;
}
.product-details-page .no-associated-products {
    font-weight: bold;
}
.add-to-cart-button:hover {
    color: #fff;
}
.add-to-wishlist-button, .email-a-friend-button, .add-to-compare-list-button {
    display: block;
    margin-top: 10px; line-height:15px;
    background-color: #CCCCCC;
    border: 1px solid #C7C7C7;
    color: #6B6B6B !important;  
}
.shipping{
    margin-left:-10px;
}
.add-to-wishlist-button:hover, .email-a-friend-button:hover, .add-to-compare-list-button:hover{
    color:#fff !important;
}
.email-compare-button{
    display:inline-block;
}
.wishlist-button{
    display: inline-block;
    vertical-align: top;
    
    margin: 9px 2px 10px 0px;
    padding: 7px 0;
}
.product-details-page .variant-picture {
    clear: both;
    float: left;
    margin-bottom: 15px;
}
.product-details-page .variant-overview {
    float: left;
    width: 100%;
}
.product-details-page .variant-name {
    color: #5C5B5B;
    font-size: 1.3em;
    margin-bottom: .3em;
}
.variant-name {
    font-size: 17px;
    padding: 10px 0px;
    line-height: 20px;
}
.product-details-page .variant-description {
    clear: both;
    color: #555;
    margin-bottom: .3em;
}

.product-details-page .download-sample {
    clear: both;
    color: #555;
    margin-top: 15px;
    margin-bottom: 15px;
}
.product-details-page .download-sample .download-sample-button {
    -x-system-font: none !important;
    border: 1px solid #B5B5B5;
    color: #444;
    cursor: pointer;        
    font-size: 11px !important;
    font-size-adjust: none !important;
    font-stretch: normal !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    overflow: visible;
    padding: 1px 5px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: auto;
}
.product-details-page .download-sample .download-sample-button a {
    text-decoration: none;
}
.product-details-page .download-sample .download-sample-button a:hover {
    color: #444;
}
.product-details-page .product-variant-line .prices { 
    padding-top: 10px;
    margin-right: 30px;
}
.product-details-page .product-essential .prices {
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-details-page .prices .product-price {
    font-weight: bold;   
}
.product-details-page .prices .product-price span {
    color: #020202;
    font-size: 16px;
}
.product-details-page .prices label{
    font-weight:400;
    width:128px;
}
.product-details-page .prices .old-product-price {
    color: #5C5B5B;
    display: inline-block;
    margin-right: 63px;
}
.product-details-page .prices .old-product-price span {
    text-decoration: line-through;
    color:#B80709;
}
.product-details-page .customer-entered-price {
    margin-bottom: 10px;
}

.product-details-page .add-to-cart {
    padding-top: 10px;
}
.product-details-page .add-to-cart .qty-input {
    width: 60px;
}
.form-control.square-box.inheri-width, .qty-input {
    text-align: center;
    width: 50px;
}
.product-details-page .add-to-cart .add-to-cart-panel .form-control {
    padding: 6px 2px;
}
.product-details-page .attributes {
    margin-bottom: 10px;
}
.attributes .form-control {
    width:auto;
    max-width:100%;
}
.product-details-page .attributes dl dt {
        margin: 0px 0 0;
 }
.product-details-page .attributes dl label, .product-details-page .attributes dt label {
    padding:9px 0px 0px 0px;
}
.product-details-page .attributes dl {
   margin-top:5px;
}
 .product-details-page .attributes .text-prompt {
        font-weight: bold;
 }

.product-details-page .attributes .attribute-description {
      font-size: 11px;
}

.product-details-page .attributes dl dt {
    margin: 0px 0 0;
    width: 100%;
}
.product-details-page .attributes ul.option-list {
    padding: 0px;
    margin: 0px;
}
.product-details-page .attributes ul.option-list li {
    list-style: none;
}    
.product-details-page .attributes textarea {
    width: 300px;
    height: 150px;
}
   
.product-details-page .attributes ul.color-squares li {
    display: inline;
}

.product-details-page .attributes ul.color-squares .color-container {
    position: relative;
    display: inline-block;
    border: solid 1px #999;
    padding: 1px;
    margin-bottom: 5px;
}

.product-details-page .attributes ul.color-squares .selected-value .color-container {
    border-color: #075899;
    border-width: 2px;
    padding: 0;
}

.product-details-page .attributes ul.color-squares .color {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.product-details-page .attributes ul.color-squares label {
    cursor: pointer;
    position: relative;
}
.product-details-page .attributes ul.color-squares input {
    height: 0;
    overflow: hidden;
    z-index: -10000;
    position: absolute;
    float: none;
}
.attributes select{
    height:33px;
    padding:5px 7px;
}
.product-details-page .giftcard {
}
    .product-details-page .giftcard dt {
        clear: left;
        float: left;
        width: 150px;
    }

    .product-details-page .giftcard label {
        display: inline-block;
        width: 150px;
        vertical-align: top;
        font-weight:400;
        font-size:14px;
    }

    .product-details-page .giftcard .recipient-name {
    }

    .product-details-page .giftcard .recipient-email {
    }

    .product-details-page .giftcard .sender-name {
    }

    .product-details-page .giftcard .sender-email {
    }

    .product-details-page .giftcard .message {
        width: 300px;
        height: 100px;
    }

.related-products-grid, .also-purchased-products-grid {
    margin-top: 10px;
}

.related-products-grid .title, .also-purchased-products-grid .title {
    text-align: left;
    padding: 5px;
    font-weight: 700;
    clear: both;
    font-size: 1.1em;
    color: #5C5B5B;
}

.related-products-grid .item-box, .also-purchased-products-grid .item-box {
    padding-bottom: 10px;
    text-align: center;
    vertical-align: text-top;
}
.item-box .picture img {
   width:100%;
}
.product-specs-box {
}

    .product-specs-box .data-table td {
        padding-left: 0px;
    }

    .product-specs-box .title {
        text-align: left;
        padding: 5px;
        font-weight: 700;
        clear: both;
        font-size: 1.1em;
        color: #5C5B5B;
    }

    .product-specs-box .data-table {
        margin: 5px;
    }

.product-tags-box {
    color: #555;
    zoom: 1;
}

    .product-tags-box:after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

    .product-tags-box .title {
        text-align: left;
        padding: 5px;
        font-weight: 700;
        clear: both;
        font-size: 1.1em;
        color: #5C5B5B;
    }

    .product-tags-box .product-tags-list {
    }

        .product-tags-box .product-tags-list ul {
            padding-left: 0px;
            margin-left: 0px;
        }

        .product-tags-box .product-tags-list a {
            text-decoration: underline;
        }

        .product-tags-box .product-tags-list li {
            float: left;
            padding-left: 5px;
            list-style: none;
        }

.tier-prices {
    text-align: center;
    margin-bottom: 10px;
}

    .tier-prices .prices-header {
        background: #3a3a3a;
        color: #FFF;
        padding: 3px;
        font-weight: 700;
    }

    .tier-prices .prices-list table {
        width: 100%;
        border-collapse: collapse;
        text-align: center;
        vertical-align: middle;
        background: #f3f3f3;
    }

    .tier-prices .prices-list td {
        border-bottom: solid 3px #d7d7d7;
        padding-top: 3px;
        padding-bottom: 3px;
        font-weight: 700;
    }

    .tier-prices .prices-list .field-header {
        font-weight: 700;
        text-align: center;
    }

    .tier-prices .prices-list .item-quantity {
    }

    .tier-prices .prices-list .item-price {
        color: #B80709;
    }

.remove_left_padding {
    padding-left: 0px;
}

.remove_right_padding {
    padding-right: 0px; font-size:15px;
}

.padding_top_bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}

.add_left_padding {
    padding-left: 15px;
}

.product-review-helpfulness {
    padding-top: 10px;
}

.product-review-item {
    padding-bottom: 15px;
}
.result {
    color: #07bd52;
    padding: 5px 0px;
}
.review-title, .product-review-box, .review-content{
    paddding:5px 0px;
}
.write-review .button{
    padding: 10px 20px 20px;
}
.product-review-item {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdada;
    line-height:24px;
}
.rating-options {
    display: inline-block;
}
.review-text{
    font-size:14px;
    color: #666;
}
.product-review-list {
    background: #f2f2f2;
    padding: 20px;
}

.product-details-page .short-description .product-details-label {
    color: #444444;
    font-size: 15px;
}
#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}
#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

    #lbPrevLink:hover {
    }

#lbNextLink {
    right: 0;
}

    #lbNextLink:hover {
    }

#lbBottom {
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: 700;
}



/*------------------------------------*\
Page: Product Details END
\*------------------------------------*/



/*------------------------------------*\
Page: Search START
\*------------------------------------*/

.top_padding15 {
    padding-top: 15px;
}

/*------------------------------------*\
Page: Search END
\*------------------------------------*/


/*------------------------------------*\
Product view START
\*------------------------------------*/
.product-list .product-item {
    display: inline-block;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
       
}
.product-list .add-info, .product-list.home-page-product-list .add-info {
        float: left;
    text-align: center;
    margin: 10px 0px 0px 45px;
    background: #f8f8f8;
    padding: 10px 15px;
    width: 26%;   
}
.product-list .add-info .prices, .product-list.home-page-product-list .add-info .prices {
    font-size: 1.3em;
}
.product-list .add-info .new-prices {
    font-size: 1.3em;
    font-weight: bold;
    float:left;
}
.product-grid .add-info {  
       text-align: center;
    bottom: 0;
    padding: 0px 0px 0px 0px;
    
}
.product-grid .ash-box {
    margin-top:0px;
    padding-top:0px;
    padding-bottom:0px;
}
.product-grid .ash-box{
   padding:0px;
  }
.product-grid .ash-box .prices {
    margin-top: 0px;
}
.product-grid .ash-box .new-prices {
    font-size: 15px;   
}
.product-grid .ash-box .buttons {
    margin-top: 15px;
}
.category-ash-box {
    height: 30px;
    margin-top:5px;
}

/*------------------------------------*\
Product view END
\*------------------------------------*/
/*------------------------------------*\
FLY OUT Shopping Cart Start
\*------------------------------------*/

#flyout-cart {
    padding: 10px 15px;
    width: 300px;
    max-height: 550px;
    overflow-y: auto;   
}
.top-menu ul.dropdown-menu{
   box-shadow:0px 2px 3px 0px rgba(0,0,0,0.4);
   -webkit-box-shadow:0px 2px 3px 0px rgba(0,0,0,0.4);
   -moz-box-shadow:0px 2px 3px 0px rgba(0,0,0,0.4);
}
/*------------------------------------*\
FLY OUT Shopping Cart END
\*------------------------------------*/

/*Strating Fixed Top Menu*/

.top-menu.navbar-default .navbar-nav > li > a {
 color: #1a4859;
}
.top-menu.navbar-default .navbar-nav > li > a:hover {
   color: #1a4859;
}
.top-menu.navbar-default .navbar-nav > li > a:active {
   color: #1a4859;
}
.top-menu.navbar-default .navbar-nav > li > a:focus {   
    color: #1a4859;
}

.top-menu ul.dropdown-menu {
    padding: 5px 15px;
    border: none;
    padding: 0;
    border-radius: 0;
}
.top-menu ul.dropdown-menu > li > a {
    padding: 5px 15px;
    color: #1a4859;
}

/*.top-menu ul.dropdown-menu > li > a:hover { padding: 10px 15px; color: #FFF; background-color: #2B2B2B; }*/


.top-menu.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
background-color: #1a4859;
color: #fff;
}

.test.collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.navbar-collapse {
 padding:0px;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
   background:#1a4859;
}
.menu {
    background:#376391;
    z-index: 9;
    position: relative;
}
.navbar{
  margin-bottom:0px;
  min-height:auto;
}
.navbar-inverse .navbar-nav > li > a {
   color:#ffffff;
}
.megaMenu {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 0;
    border-right: 1px solid #ccc;
    box-shadow: none;
    display: none;
    left: 0px;
    padding: 15px;
    position: absolute;
    width: 900px;
    z-index: 11;
    border-top: 4px solid #1a4859;
}
.imgMega {
    width: 690px;
}
.menuProduct {
    width: 194px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}
.menuProduct img {
    margin-bottom: 15px;
    max-width:100%;
}
.subMenu {
    display: inline-block;
    padding: 5px 0 6px 12px;
    vertical-align: top;
}
ul.subMenu li {
    border: 0 none;
    box-shadow: none;
    display: block;
    float: none;
    line-height: 28px;
    margin-bottom: 0;
}
ul.subMenu li a {
    color: #515151;
    font-size: 13px;
    font-weight: 400;      
}
ul.subMenu li:first-child a {
    color: #1a4859;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
}
ul.subMenu li a:hover {
   color: #D81E4D;
}
ul.subMenu img {
    margin-bottom: 20px;
}
.menuImagBox {
    display: inline-block;
}
.nav > li { position:inherit;
}

/*Ending of Fixed Top Menu*/
/*media query for auto hover dropdown on desktops start*/

@media (min-width:1024px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

/*media query for auto hover dropdown on desktops end*/




/* media query for fixed header start */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width:768px) {
    .nav > li > a {
        padding-right: 10px;
        padding-left: 10px;
    }
     .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width:1200px) {
.nav > li > a {
    padding-right: 15px;
    padding-left: 15px;
}
 .col-sm-15 {
    width: 20%;
    float: left;
}
}
cookie-bar-notification {
    display:block;
    left: 0;
    position: fixed;
    
    width: 100%;
    z-index:999;
    background: none repeat scroll 0 0 #FFFFFF;
    border-top: 3px solid #FFFFFF !important;
    color: #5C5B5B;
    margin: 0px;
    border-bottom: 4px solid #000000;
    -moz-box-shadow: 3px 2px 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 3px 2px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 3px 2px 3px 6px rgba(0, 0, 0, 0.16);
}
.eu-cookie-bar-notification .content {
    padding: 0px 10px;
    margin: 10px 0px;
    zoom: 1;
}
.eu-cookie-bar-notification .content:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}
.eu-cookie-bar-notification .content .text {
    float: left;
    padding-top: 5px;
}
.eu-cookie-bar-notification .content .ok-button {
    float: left;
    margin-left: 10px;
}
.eu-cookie-bar-notification .content a.learn-more {
    float: left;
    margin-left: 10px;
    padding-top: 5px;
    text-decoration: underline;
    color: #5C5B5B;
}
.eu-cookie-bar-notification .content a.learn-more:hover {
    text-decoration: none;
    color: #5C5B5B;
}

/*------------------------------------*\
   Theme Color Picker style End
\*------------------------------------*/

.theme-color-picker {
    position: fixed;
    top: 200px;
    right: 0px;
    z-index: 9;
}

.configure-button {
    background-color: #696763;
    color: #ffffff;
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0px;
    padding: 11px 14px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.configure-button a:hover {
    color: #ffffff;
}
.options-choosing-palette {
    padding: 10px 0px 10px 17px;
}
.color-options {
    height: 150px;
    width: 140px;
    border: 1px solid #696763;
    right: -200px;
    position: absolute;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    background: #ffffff;
}
.color-options h3 {
    padding: 0px 30px;
}
.color-options ul {
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
}
.color-options ul li {
    padding: 5px 0px;
    margin: 0px;
    display: inline;
    margin-right: 10px;
}
/*------------------------------------*\
   Theme Color Picker style End
\*------------------------------------*/

/*=============================================
      check out
    =============================================*/

/* ONE PAGE CHECKOUT */
.opc .buttons {
    margin-top: 0;
    padding-top: 2em;
}
.opc .buttons .back-link {
    margin-bottom: 10px;
}
.opc .buttons .back-link small {
    display: inline-block;
    font-size: 15px;
    margin-right: 5px;
}
.opc .buttons .back-link a {           
    padding-right:15px;
    color:#fff;
    border:1px solid #868585;
}
.opc .buttons.disabled button {
        display: inline-block;
}
.opc .buttons .please-wait {
    height: 21px;
    line-height: 21px;
}
.opc .ul {
    list-style: disc outside;
    padding-left: 18px;
}
.opc ul, .opc ol, ul.opc, ol.opc {
    list-style: none outside none;
}

.opc {
    position: relative;
}

.opc li.tab-section {
    margin-top:5px;
}

.opc .step-title {
    border-width: 0 1px;
    text-align: right;
    background:#f6f6f6;
}

.opc .step-title .number {
        float: left;
    background: #fff;
    border: 1px solid #fff;
    padding:12px;
    margin: 0 5px 0 0;
    font: bold 11px/14px arial,helvetica,sans-serif;
    color: #fff;
    background-color: #d91b5c;
}

.opc .step-title h2 {
    float: left;
    margin: 0;
    font: bold 16px/16px Arial,Helvetica,sans-serif;
    color: #868585;
    text-transform: capitalize;
    padding:10px;
    font-weight:400;
    line-height:20px;
}
.opc .allow .step-title {
    background: #F2F2F2;
    border: 1px solid #EEE;
    border-bottom: 0;
    color: #a4b3b9;
    cursor: pointer;
}

.opc .allow .step-title .number {
    background: #dbe6eb;
    border-color: #dbe6eb;
    color: #a4b3b9;
}

.opc .allow .step-title h2 {
    color: #a4b3b9;
}

.opc .active .step-title {
    background-color: #666666;
    border: 1px solid #666666;
    color: #ffffff;
    cursor: default;
    margin: 0 0 1px;
}
.opc .active .step-title .number {
    background: #B20405;
    border-color: #B20405;
    color: #fff;
}
.opc .active .step-title h2 {
    color: #F2F2F2;
}
.opc .step {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #f9f9f9;
    padding: 15px 30px;
    position: relative;     margin-bottom: 5px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}


.opc .step-title:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.opc .order-summary-content .cart-footer {
    background: none !important;
}

.cart-header-row {border:1px solid #ccc;}
.cart-item-row {border:1px solid #ccc;}
/*================================================
              Cart pages
    ==============================================*/

.cart-footer {
  margin: 0;
  border-top: 1px solid #ddd;
}
.order-summary-content .common-buttons {
  margin: 0 0 15px 0px;
  padding: 20px 0px; width:100%;
}
.selected-checkout-attributes {
   padding-top: 12px;
}
.order-summary-content .form-control {
    width:auto;
}

.cart-footer .deals {
  width:100%;
}
.cart-footer .cart-collaterals div, .cart-footer .cart-collaterals label {
  text-align: left;
}
.order-summary-content .square-box {
   float:left;
}
.qty-input form-control valid{
    width:50px !important;
}
.cart-footer .estimate-shipping .inputs label {
  display: inline-block;
  width: 33%;
  float:left;
  padding-top: 6px;
}
.cart-footer .estimate-shipping .inputs input, .cart-footer .estimate-shipping .inputs select {
  width: 65%;
}
.cart-footer .cart-collaterals div, .cart-footer .cart-collaterals label {
  text-align: left;
}
.cart-footer .inputs {
  margin: 10px 0px;
  float: left;
  width: 100%;
}
.estimate-shipping .buttons, .totals .checkout-buttons {
   text-align: right !important;
   margin-right: 8px;
}
.cart-collaterals .title {
  margin: 0 0 5px;
  font-size: 18px;
  color: #444;
}
.cart-footer .totals {
  max-width: 100%;
  margin: 0 auto 0px;
  background-color: #f9f9f9;
  padding: 20px;
  color: #414141;
  font-size:14px;
}
.cart-footer .totals span {
     padding: 0px 8px;
    display: block;
    text-align: left;
}
.totals .checkout-buttons .btn.btn-default {
   background: #f53e6c;
   border: 1px solid #d92653;
}
.cart-total-right {
   text-align:right;
}

.op-number {
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    padding: 10px 12px;
    float: left;
}

.op-number {
    background-color: #F53E6C;
    border: 1px #F53E6C;
}




/* ORDER DETAILS */
.order-details-page {
}

    .order-details-page .page-title {
    }

        .order-details-page .page-title h1 {
            float: left;
        }

        .order-details-page .page-title a {
            float: right;
            margin-left: 10px;
        }

            .order-details-page .page-title a:hover {
                text-decoration: none;
            }

    .order-details-page .title {
        padding: 10px 10px 5px 0;
        font-weight: 700;
        clear: both;
        font-size: 16px;
    }
    .order-details-page .page-body {
      padding:0px;
      display:inline-block;
      width:100%;
    }

    .order-details-page .order-overview {
        text-align: left;
        padding-bottom: 10px;
        overflow: hidden;
    }

        .order-details-page .order-overview .order-number {
            margin-bottom: 10px;
        }

        .order-details-page .order-overview .order-details {
            float: left;
        }

            .order-details-page .order-overview .order-details span {
                display: block;
                margin-bottom: 5px;
            }

        .order-details-page .order-overview .order-total {
            text-align: right;
        }

    .order-details-page .order-details-area {
        text-align: left;
        margin: 10px 0px;
        padding: 10px;
        border: 1px solid #EEE;
        height: auto;
    }

        .order-details-page .order-details-area table {
            width: 100%;
            border: 0px;
            border-collapse: collapse;
            border-spacing: 0;
        }

        .order-details-page .order-details-area td {
            width: 50%;
            vertical-align: top;
        }

        .order-details-page .order-details-area ul {
            float: left;
            margin-right: 20px;
        }

        .order-details-page .order-details-area li {
           list-style: none;
           line-height:25px;
        }

            .order-details-page .order-details-area li:first-child {
                margin-top: 0;
            }

    .order-details-page .tax-shipping-info {
        font-size: 11px;
        margin: 10px 0;
    }

        .order-details-page .tax-shipping-info a {
            text-decoration: underline;
        }

    .order-details-page .repost {
        margin: 10px 0px 10px 0px;
    }

        .order-details-page .repost .
        
         {
            margin: 0px;
        }

    .order-details-page .section {
        text-align: left;
        padding: 10px;
        margin-bottom: 20px;
        height: auto;
        border:1px solid #eeeeee;
    }

    .order-details-page .checkout-attributes {
        text-align: right;
        vertical-align: middle;
        padding: 10px;
        height: auto;
    }

    .order-details-page .actions {
        margin: 10px 0px 10px 0px;
    }

    .order-details-page .cart-total-left {
        color: #000;
        padding:5px;
    }

    .order-details-page .order-notes th.createdon {
        width: 30%;
    }

    .order-details-page .order-notes .download a {
        color: #B80709;
    }

    .order-details-page .products td .td-title {
        display: none;
    }
 .billing-info .label, .shipping-info .label {
   color:#868585;
   font-size:13px;
   padding-left:0px;
   line-height:20px; 
}
.order-details-page table {
   width:100%;
   border:1px solid #eeeeee;
}
.data-table tr{
   border-bottom:1px solid #eeeeee;
}
.data-table td, .data-table th{
   padding:7px 4px;
   white-space:nowrap;
   border-right:1px solid #eeeeee;
}
table.cart-total {
   border:none;
   width:213px;
}
.qty-input{
    width:50px !important;
}
table.cart-total tr{
     margin-bottom: 9px;
    display: inline-block;
}
td.cart-total-left {
    width: 145px;
}
.panel-group .panel-heading+.panel-collapse>.panel-body{
    border:0px solid #ddd;
}
.order-item table th {
   padding:8px 6px;
   border-bottom:1px solid #eeeeee;
}
.order-item table td {
  vertical-align:middle;
}
.data-table {
  width: 100%;
  border: 1px solid #EEE;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;  
}
td.specsKey {
    width: 270px;
    padding: 5px 0px;
}
.order-list-page .order-list .order-item {
}
.return-fieldset {
   margin-top:30px;
}
.return-fieldset select {
   width:30%;
 }
.required {
  color:#fd4326; 
}
.order-list-page .order-list .order-item .info {
  float: left;
}
.order-list-page .order-list .order-item .buttons {
  float: right;
  margin-top:10px;
}
.order-list-page .data-table td, .order-list-page .data-table th {
  white-space:inherit;  
}
.section.order-item {
  display: inline-block;
  margin-bottom: 40px;
  border: 1px solid #eeeeee;
  width: 100%;
  padding: 15px;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}
.order-list-page table td .order-details-page .section {
  padding:0px;
}
.btn-primary {
  background-color: #1a4859;
  border-color: #1a4859;
}
.btn-primary:hover{
  background-color: #d91b5c;
  border-color: #d91b5c;
} 
.estimate-shipping .hint{
    margin-left:-15px;
}
.title1{
    padding-top:25px;
    font-size: 17px;
    color: #000
}
 .shipping .title{
   margin:25px -15px;
}
 .qty nobr input{
     width:50px !important;
 }
 ul.customer-nav {
  list-style:none outside none;
  margin:0px;
  padding:0px;  
}
.customer-nav li {
  padding:5px;
  line-height:22px;
}
.customer-nav li a {
  text-decoration: none;
  font-size: 14px;
  color: #444444;
}
.customer-nav li a:hover, .customer-nav li a:active, .customer-nav li a.active, .customer-nav li a:focus {
     color: #e02c3f !important;
     background:none !important;
 }
.customer-nav li i {
    margin-right: 8px;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
}
.customer-nav li:hover i {
    margin-left: 4px;
    margin-right: 4px;
}
.onepage-container {
  padding:10px 0px;
}
.form-fields {
  position: relative;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 30px 15px;
  margin-bottom:10px;
}
.field-validation-error {
   color:#fd4326;
}
.form-fields .form-control, .form-fields select {
    background-color: #ffffff;
    max-width: 100%;
    width: 378px;
    border: 1px solid #ddd;
    height: 36px;
    padding: 8px;
    vertical-align: middle;
    box-shadow:none;
    color:#898888;
    display:inline-block;
}
.date-of-birth select {
    max-width: 122px;
    width: 31%;
    height: 35px;
    margin-right: 6px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
legend{
    padding-bottom:10px;
    margin-bottom: 12px;
    font-size: 18px;
}
.fieldset legend {
    border-bottom:none;
    margin-top:15px;
    padding:0px;
}
.add-button {
    float:right;
}
.add-address-button {
   background:#118D98;
   border-color:#056D76;
}
.onepage-container .panel-heading span a{
   margin-left:10px;
}
.total-info .table-bordered>tbody>tr>td, .total-info .table-bordered{
    border: none;
    padding: 3px;
    font-size: 14px;
 } 
.modal-dialog {
    max-width: 800px;
}
.masthead .navbar-collapse {
    max-height: 1000px;
}
.masthead .category-menu {   
   float:left;
}
.masthead .nav > li > a{
    color:#fff;
}
.masthead .nav > li > a:hover, .masthead .nav > li > a:active, .masthead .nav > li > a:focus {
   color:#000;
}
div#color-options h4 {
    margin-left: 10%;
}
#accordion .collapse {
    padding-left: 12px;
}
.pull-text-right {
    text-align: right;
}
.page.category-page .item-box .offer-default {
 }
.side-nav.side-nav-category {
    padding-bottom: 15px; padding-bottom: 15px;
    width: 74%;
    margin-top: 20px;
}
.category-page .category-title h3 {
   margin-top:0px; 
}
.one-page-checkout-page .fa{
    margin-right:6px;
}
.mid-content-title {
   padding:10px 0px;
}
.add-to-cart-panel label {
  padding-top:7px;
  font-weight:400;
  font-size:14px;
}
.form-control{
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;  
}
.masthead .navbar-toggle {
  background:#ffffff;
  margin-right:0px;
  float:left;   
}
.masthead .navbar-toggle .icon-bar{
    background:#020202;
}
.breadmargin{
    margin-top:25px;
}
.box-heading strong {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.news-list-page .news-details{
    color:#515151;
}
.news-list-page .news-items .item:hover img{
    -webkit-transform: rotate(-0deg) scale(1.01);
    -ms-transform: rotate(-0deg) scale(1.01);
    transform: rotate(-0deg) scale(1.01);
}
.apply-vendor-button {
    margin-left: 7px;
}
.carousel-inner > .item {
   margin-top:20px;
}
.qtyLabel, .qtyInput, .cartButton {
    display: inline-block;
    vertical-align: top;   
}
.qtyInput .qty-input{
    height:39px;
}
.qtyLabel {
    width: 70px;
}
.manufactures{
    padding:50px 0px 40px;
}
a.left.carousel-control, a.right.carousel-control{
    background:none;
}
.carousel-control {  
    top: 45%; 
    width: 1%;
    font-size: 30px;
    color: #8C8C8C; 
    text-shadow: none;    
    opacity: 1;
    vertical-align: middle;
    margin: auto;
}
.carousel-control:hover, .carousel-control:focus {
   color:#1a4859;
}


@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 800px;
    }
}
@media (min-width: 320px) and (max-width: 414px) {
  header {
   padding:0px 0px 15px 0px;        
  }
  .laungage-cont {
   width:165px;
   }
  .dropdown-menu{
     min-width:160px;
    }
  .search-box{
      width:225px;
  }
  .quick-view{
      top:2% !important;
  }  
  /*========================================
         menu
  =====================================*/
  .input-group .form-control {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #dddddd;
    font-style: italic;
    height: 32px;
    background: #ffffff;
    border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
   }
    .navbar-nav {
     margin:0px;
    }
    .header-top .nav li {
      border-bottom:1px solid #dddddd;
    }
    .mid-content-title h2, h2, .h2 {
     font-size: 22px;
    }
    .social-icons{
      text-align:left;
      margin-top:10px;
      float:left;
    }
   .social-icons span {
    margin-bottom:8px;
    }
   .social-icons ul{
       float:right;
   }
   .newsletter-email .form-control {
     width:100% !important;
    }
    .newsletter-email input[type="button"] {
         margin:6px 0px 0px;
         border-radius:3px;
         -webkit-border-radius:3px;
         -moz-border-radius:3px;
         margin:0px; 
    }
    .deals .form-control{
       padding:6px;
    }
    input.Addcart{
      padding-left:50px;
    }
    .category-image ul{
      padding:0px 15px;
    }
    .category-image ul li {
     width:100% !important;
    }
    .offer.home-page-categories .picture img, .image-item .img-animation img {
     max-width:116%;
    }
    .image-item .img-animation img {
      margin-bottom:12px;
    }
    .common-buttons .btn.btn-default {
      margin-bottom:10px;    
    }
    .opc .step {
     padding:15px 10px;
    }
    .cart-box-wr .btn.btn-default {
        padding:6px 8px;     
    }   
     .product-item .thumbnail img {

    }
     .category-page .product-item .thumbnail img {

    }   
    .qtyLabel {
       width: 65px;
    }
    .Manufacture-img{
        width:33%;
    }
}
@media screen and (max-width: 480px) {
  .top-menu .navbar-nav {
   margin-right:15px; 
  }
 .navbar-toggle {
  background:#1a4859;
  margin-right:0px;   
  }
 .navbar-toggle .icon-bar {
    background:#fff;
  }
  .dropdown-filter {
    height: 31px;
    width: 100%;
  }
  .remove_right_padding {
    padding-right:15px;   
  }
  .remove_left_padding {
     padding-left:15px;
   }
    input.product-box-detail-button {
        width:40px;
        height:40px;
        background-size:20px 20px;
        border-radius: 40px;
        padding:10px 12px 10px
    }
    input.Addcart{
        background-size:20px 20px;
        padding-left:40px;       
    }
    .newsletter-email input[type="button"] {
       margin-top:12px;
       width:58%;
       margin-left:0px;     
    }
     .product-list .picture, .product-list.home-page-product-list .picture{
        width:70% !important;
    }
    .product-list .middle-content{
        width:100% !important;
    } 
     .product-list .product-item .thumbnail img {

    }
}
@media (min-width: 568px) and (max-width: 600px) {     
    .navbar-nav {
       margin:0px;
    }
    .navbar-toggle {
      background:#1a4859;
      margin-right:0px;   
   }
    .navbar-toggle .icon-bar {
    background:#fff;
    }
    .category-image ul{
      padding:0px 15px;
    }
    .category-image ul li {
     width:50%;
    }
    .offer.home-page-categories .picture img, .image-item .img-animation img {
     max-width:116%;
    }
     .box-col {
     margin:15px 0px;
    }
    .theme-default .nivo-controlNav {
     display:none;
    }
     .newsletter-email .form-control {
     width:65%;
    }
    .advertisment-banner {
     margin:20px 0px;
    }
    .social-icons{
      text-align: left;
      margin-top: 20px;
      display: inline-block;
      width: 100%;
    }
    .social-icons ul {
       float:inherit !important;
    }
   .social-icons span {
      margin-bottom:8px;
    }
    .newsletter-email .form-control {
     width:65%;
    }
    .input-group .form-control {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #dddddd;
    font-style: italic;
    height: 32px;
    background: #ffffff;
    border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    }
   .image-item .img-animation img {
     margin-bottom:12px;
    }
   .dropdown-filter {
      height: 31px;
      width: 100%;
    }
   .remove_right_padding {
     padding-right:15px;   
    }
   .remove_left_padding {
      padding-left:15px;
    }   
 }

@media (min-width: 667px) and (max-width: 736px) {
   .navbar-nav {
       margin:0px;
     }
    .navbar-toggle {
      background:#1a4859;
      margin-right:0px;   
      }
     .navbar-toggle .icon-bar {
      background:#fff;
      }
    .category-image ul{
      padding:0px 15px;
    }
    .category-image ul li {
     width:50%;
    }
   .box-col {
     margin:15px 0px;
    }
    .theme-default .nivo-controlNav {
     display:none;
    }   
    .advertisment-banner {
     margin:20px 0px;
    }
    .social-icons{
     text-align: left;
      margin-top: 20px;
      width: 100%;
    }
    .social-icons ul {
     float:inherit !important;
     }
   .social-icons span {
    margin-bottom:8px;
    }
    .newsletter-email .form-control {
     width:65%;
    }
   .input-group .form-control {
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #dddddd;
    font-style: italic;
    height: 32px;
    background: #ffffff;
    border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    }
   .offer.home-page-categories .picture img, .image-item .img-animation img {
     max-width:116%;
    }
    .image-item .img-animation img {
     margin-bottom:12px;
    }
    .dropdown-filter {
      height: 31px;
      width: 100%;
    }
   .remove_right_padding {
      padding-right:15px;   
    }
    .remove_left_padding {
      padding-left:15px;
    } 

}
@media screen and (max-width: 768px) {
    .menuProduct {
     width:155px;
     margin-right:16px;
    }
    .megaMenu {
     width:730px;
    }
    .header-top .navbar-nav > li > a{
        margin-left:10px;
    }
    .navbar-inverse .navbar-nav > li > a {
     font-size:13px;
    }
    .category-image ul{
      padding:0px 15px;
    }
    .category-image ul li {
     width:50%;
    }
    .navbar-nav .open .dropdown-menu {
       background:#ffffff;
   }
   .search-box {
    margin-right:0px; 
    }
    .dropdown-filter {
    height: 30px;
   }
   .contactInfo li {
    width:100%;  
   }
   .product-details-page {
      margin-top:25px;
   }
   .newsletter-email .form-control{
     width:58%;
   }  
   .footer ul{
       margin-bottom:25px;
   }
   .footer .text-right{
       text-align:left;
       margin-top:8px;
    }
   .category-page .product-item .thumbnail img {
    }
   .product-item .thumbnail img {
    }
    .product-list .picture, .product-list.home-page-product-list .picture{
        width:45%;
    }
    .product-list .middle-content{
        width:50%;
    } 
     .product-list .product-item .thumbnail img {
    }
    .social-icons{
      float:left;   
    }   
   
}
@media screen and (max-width: 768px) {
    .search-box {
        margin-left: 10px;
        position: relative;
        float:right;
    }   
}
@media (min-width: 768px) and (max-width: 991px) {
    .search-box {
        width:300px;
        position: relative;
    }
    .offer.home-page-categories .picture img {
      max-width: 119%;
    }
}
@media (min-width: 992px) and (max-width: 1024px) {
    .search-box {
        width: 200px;
    }
    .wsmenu-list > li > a{
        padding: 15px 6px;
    }
    .offer.home-page-categories .picture img {
      max-width: 119%;
     }  
}
@media (min-width: 1024px) and (max-width: 1100px) {
    .search-box {
        width: 200px;
    }
    .wsmenu-list > li > a{
        padding: 15px 6px !important;
    }
}


.content {width:100%; height:auto; float:left; 
          background-color:#21a674; text-align:center;
          line-height:60px; font-size:14px; color:#fff;
           position: fixed;
          z-index: 999;
}

.top-main-menu-box-bg-clr {background-color:#d91b5c; width:100%; 
}
.shipping{
    margin-left:-10px;
}

.stemet-title{
    margin-left:84px;
}
@media only screen and (max-width: 959px){
    .stemet-title{
    margin-left:0px;
}
}
@media only screen and (max-width: 959px) {
    .panel {
        background: none;
        border: none;
        box-shadow: none;
        border-radius: 0px;
        width: 100%;
    }
}
.title h2{
    font-size:24px;
    color:#225e9c;
    font-weight:600;
}





.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align:left !important;
}

.breadcrumb {
    padding: 8px 15px; color: #d91b5c;
    
    list-style: none;
    background-color:unset !important;
    border-radius: 4px;
}

.breadcrumb.active {color:#941d1d !important;
}




h1, .h1 {
    font-size: 18px !important;
}













/*-------------------------------------zoom---in------------------------------------------*/
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
}
/* --------------- */

/* xZoom Styles below */
.xzoom-container { 
  display: inline-block; 
}

.xzoom-thumbs {
  text-align: center;
  margin-bottom: 10px;
}

.xzoom { 
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);  
  margin-bottom: 15px; 
}
.xzoom2, .xzoom3, .xzoom4, .xzoom5 {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);  
  margin-bottom: 15px;  
}

/* Thumbs */
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 { 
  border: 1px solid #cecece; 
  margin-left: 5px; 
  margin-bottom: 10px;
}

.xzoom-source, .xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
}

/* Preview */
.xzoom-preview {
  border: 1px solid #888; margin-left:20px;
  background: #fff;  width:500px !important; height:450px!important;
 
}

/* Lens */
.xzoom-lens {
  border: 1px solid #555;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
  cursor: crosshair;
}

/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: .7;
  width: 48px;
  height: 48px;
}

/* Additional class that applied to thumb when it is active */
.xactive {  
  -webkit-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  box-shadow: 0px 0px 3px 0px rgba(74,169,210,1); 
  border: 1px solid #4aaad2;
}

/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
}

.xzoom-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}

/*-------------------------------------zoom--end------------------------------------------*/

.row.box-products{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.product-item{
    flex: 0 1 269px;
}

.box-products .silde-show-offer{
    margin: 10px;
	padding-top: 10px;
    box-shadow: 0px 1px 3px 1px #eee;
    -moz-box-shadow: 0px 1px 3px 1px #eee;
    -webkit-box-shadow: 0px 1px 3px 1px #eee;
}

.category-detail{padding-bottom: 20px}

    