body {
    color: #4a4a4a;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    background: #f5f5f5;
    font-size: 12px;
    line-height: 18px;
   
}
.header-line1 {
    width: 100%;
    background:#dcdcdc;
    border-bottom: 1px solid #fff;
    padding: 6px 0 5px;
    line-height: normal;
}
.header-phone b {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #50749b;
    font-weight: bold;
    font-size: 21px;
    line-height: normal;
}
.header-phone {
    float: right;
    background: url(../../assets/images/header-phone-icon.png) no-repeat;
    padding-left: 34px;
    padding-bottom: 2px;
}
.header-phone strong {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #4a4a4a;
    font-size: 16px;
    line-height: normal;
}
.header-phone span {
    font-size: 13px;
    line-height: normal;
    color: #4a4a4a;
    padding-left: 5px;
}

.second-header {
    position: relative;
    background: url(../../assets/images/header-bg.jpg) center top no-repeat;
    background-position: 0px 0px;
}

.second-header #logo {

    margin: 31px 0 30px -1px;
}
div#welcome {
    text-align: right;
	    padding: 26px 0 10px 0;
    font-size: 13px;
    line-height: normal;
}
.second-header #welcome a {
    text-decoration: none;
    color: #50749b;
    font-weight: bold;
    margin: 0 2px 0 1px;
    font-size: 13px;
    line-height: normal;
}
#search {
    position: relative;
    padding: 9px 20px 0 0;
    float: right;
}
#search input {
    float: left;
    border: 1px solid #cac9c9;
    color: #4a4a4a;
    background: #fdfdfd;
    padding: 8px 10px 8px 10px;
    width: 190px;
    height: 38px;
    line-height: 23px;
    outline: none;
}
#search .button-search:hover {
    cursor: pointer;
    background: #CAC9C9;
}
#search .button-search {
    float: right;
    background: url(../../assets/images/button-search.png) repeat-x left top #354d6d;
    display: block;
    font-size: 16px;
    line-height: normal;
    color: #fcfcfc;
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 7px 13px 12px 14px;
    margin-left: 2px;
}
.clear{clear:both;}
.cart-position {
    float: right;
    margin-top: 9px;
    margin-right: 0px;
}

.cart-inner {
    float: right;
}
#cart {
    float: right;
    position: relative;
}
 #cart .heading {
    background: url(../../assets/images/cart-tail.gif) repeat-x #e9e9e9;
    border: 1px solid #cac9c9;
	    margin: 0;
}
.heading a {
    text-decoration: none;
    display: block;
    font-weight: normal;
    padding: 0px 0 0px 13px;
    overflow: hidden;
    min-width: 232px;
    font-size: 13px;
    line-height: normal;
    color: #4a4a4a;
}
.heading a span.sc-button {
    float: right;
    display: block;
    width: 34px;
    height: 39px;
    background: url(../../assets/images/sc-button.png) no-repeat;
    border-left: 1px solid #CAC9C9;
}
 #cart .heading b {
    font-size: 16px;
    line-height: normal;
    color: #50749b;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 7px 0;
    display: inline-block;
}
.heading a span#cart-total {
    display: inline-block;
    padding: 7px 0;
}
.heading a strong {
    font-weight: normal;
}
 #cart.active .content {
    display: block;
}
#header #cart .empty {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
}
 #cart .content {
    clear: both;
    padding: 8px 0 8px 0;
    display: none;
    position: absolute;
    top: 41px;
    background: #fff;
    z-index: 99999;
    width: 234px;
    float: right;
    box-shadow: 1px 1px 5px #b0b0af;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    right: 0px;
}
.empty {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
}
.heading a span.sc-button{cursor:pointer;}

/* nav css start here */
.box-heading {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #4a4a4a;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: none;
    border-bottom: 1px solid #cac9c9;
    padding: 14px 10px 16px 19px;
	background: url(../../assets/images/category-heading.gif) repeat-x #354d6d;
    border-bottom-color: #324660;
    color: #fff;
    padding: 15px 10px 16px 19px;
}

#mCSB_1_container > ul > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-top: 1px solid #324660;
    padding: 9px 15px 13px 18px
}
#mCSB_1_container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#mCSB_1_container > ul > li:first-child > a {
    padding-bottom: 13px;
    border: 0;
}
#mCSB_1_container > ul > li a{background:#3e5878;}
#mCSB_1_container > ul > li:hover > a {
    background: #374e6b;
}
#mCSB_1_container > ul > li ul > li > a {
    text-decoration: none;
    display: block;
    color: #fff;
    padding: 8px 0 8px 30px;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 19px;
    background: #3e5878;
        border-top: 1px solid #324660;
}
#mCSB_1_container > ul > li ul > li > a:hover {
    background: #374e6b;    
}
#mCSB_1_container > ul > li ul{display:none;}


.box-category > ul > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-top: 1px solid #324660;
    padding: 9px 15px 13px 18px
}
.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.box-category > ul > li:first-child > a {
    padding-bottom: 13px;
    border: 0;
}
.box-category > ul > li a{background:#3e5878;}
.box-category > ul > li:hover > a {
    background: #374e6b;
}
.box-category > ul > li ul > li > a {
    text-decoration: none;
    display: block;
    color: #fff;
    padding: 8px 0 8px 30px;
    font-size: 12px;
    margin-bottom: 0px;
    line-height: 19px;
	background: #3e5878;
	    border-top: 1px solid #324660;
}
.box-category > ul > li ul > li > a:hover {
    background: #374e6b;
	
}
.box-category > ul > li ul{display:none;}


span.ico {
    float: right;
}


.navigation-section .links li.active {
    background: url(../../assets/images/links_hover.gif) 0 bottom repeat-x #fff;
}
.navigation-section .links li.home a {
    background: url(../../assets/images/home.png) 19px 15px no-repeat;
}
.navigation-section .links a {
    color: #4a4a4a;
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
    line-height: 20px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 18px 25px 21px 55px;
    text-transform: capitalize;
}
.navigation-section .links li {
    display: inline-block;
}
.right-header ul {
    padding: 0;
}
.navigation-section .links li.active {
    background: url(../../assets/images/links_hover.gif) 0 bottom repeat-x #fff;
}

.navigation-section .links li {
    float: left;
    border-right: 1px solid #cac9c9;
    background: url(../../assets/images/links_hover.gif) ;
}
.navigation-section .links li.wishlist a {
    background: url(../../assets/images/wishlist.png) 19px 15px no-repeat;
}
.navigation-section .links li.account a {
    background: url(../../assets/images/account.png) 18px 15px no-repeat;
}
.navigation-section .links li.shopcart a {
    background: url(../../assets/images/cart.png) 14px 15px no-repeat;
}
.navigation-section .links li.chek_out a {
    background: url(../../assets/images/checkout.png) 16px 15px no-repeat;
}
.navigation-section .links li:hover {
    background: #f3f3f3;
}

.menu-bg {
    width: 100%;
    background: url(../../assets/images/menu.png) 0 bottom repeat-x #fff;
    border-bottom: 1px solid #b9b9b9;
    position: relative;
    z-index: 1;
}
.right-header ul {
    padding: 0;
    margin: 0;
}
/* .box-category {
    position: absolute;
    width: 89%;
} */
.navigation-section {
    width: 100%;
    background: url(../../assets/images/menu.png) 0 bottom repeat-x #fff;
    border-bottom: 1px solid #b9b9b9;
    position: relative;
    z-index: 1;
}
/* .slider-wrapper.theme-default {
    position: absolute;
} */
.navigation-section:before {
    background: url(../../assets/images/main-content.jpg) center top no-repeat;
    position: absolute;
    content: '';
    height: 420px;
    width: 100%;
    top: 60px;
}
.feature-product .box-heading {
    color: #50749b;
}
/* .feature-product {
    margin-top: 31%;
}
 */
.box-heading-n {
    font-size: 21px;
    line-height: 26px;
    font-weight: bold;
    color: #50749b;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    background: none;
    border-bottom: 1px solid #cac9c9;
    padding: 14px 10px 16px 19px;
	    background: #fff;
}
.text-13{font-size:13px;}
.text-blue{color:#50749b;}
.p-detail p {
   
    color: #50749b;
    text-decoration: none;
    line-height: 17px;
    font-weight: bold;
}
.p-detail img {
    display: block;
    text-align: center;
    margin-bottom: 52px;
}
.p-detail {
    padding: 10px 20px 20px;
    min-height: 360px;
}
.product {
    background: #fff;
	overflow: hidden;
}
.p-detail img {
    display: block;
    text-align: center;
    margin: auto;
    padding-bottom: 25px;
}
.box-product .price {
    text-align: left;
    margin: 0px 0 13px;
}
.p-detail .price-old {
    display: inline-block;
    margin-left: 10px;
}
.p-detail .price-old {
    text-decoration: line-through;
    color: #a7a7a7;
    font-weight: normal;
    font-size: 15px;
}
.price-old {
    text-transform: uppercase;
    font-weight: normal;
    color: #B7B7B7;
}
.price {
    font-size: 18px;
    line-height: normal;
    color: #4a4a4a;
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a.button.btn_add {
    width: 44px;
    height: 41px;
    background: url(../../assets/images/btn_add.gif) no-repeat;
}
a.button.btn_info {
    width: 45px;
    height: 41px;
    background: url(../../assets/images/btn_info.gif) no-repeat;
}
a.button.btn_info, a.button.btn_add {
    text-indent: -5000px;
    display: block;
    float: left;
    border: none;
}
a.button.btn_info:hover, a.button.btn_add:hover {
    background-position: 0 bottom;
    color: #fff;
}
.f-left {
    margin-bottom: 12px;
}
.p-list {
  
   
    text-align: left;
    position: relative;
    padding-right: 0px;
    margin: 0px 0px 0 0px;
    border-right: 1px solid #cac9c9;
    border-bottom: 1px solid #cac9c9;
}
.quick-view {
    color: #c7c7c7;
    display: inline-block;
    padding: 8px 10px;
    line-height: 18px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background: url(../../assets/images/button.gif) repeat-x left -5000px #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    border: 1px solid #cac9c9;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    margin: auto;
    height: 36px;
	text-align:center;
    width: 100px;
	display:none;
}

.quick-view:hover {
    background: #3e5878;
    color: white;
}
.image3 {
    float: left;
    margin-right: 15px;
}
.quick-dialog .modal-dialog {
    width: 752px;
    margin: 30px auto;
    border: 14px solid #F9F9F9;
}
.quick-dialog .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: none;
    border: none;
    background: #fff;
}
.right h2 {
    font-size: 20px;
    margin-bottom: 20px;
}
.right .inf span {
    display: block;
    margin-bottom: 10px;
}
 .right .inf span {
    display: block;
    margin-bottom: 10px;
}
.prod-not-in-stock {
    background: url(../../assets/images/stock_red.png) left 0px no-repeat;
    background-repeat: no-repeat;
    float: left;
    font-size: 14px;
    line-height: 14px;
    padding-right: 0px;
    padding-top: 16px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    background-repeat: no-repeat;
    background-size: 60px;
    height: 60px;
    width: 60px;
}

.prod-in-stock {
    background: url(../../assets/images/stock_green.png) left 0px no-repeat;
    background-repeat: no-repeat;
    float: left;
    font-size: 14px;
    line-height: 14px;
    padding-top: 15px !important;
    text-align: center;
    color: #fff;
    font-weight: normal;
    background-repeat: no-repeat;
    background-size: 60px;
    height: 60px;
    width: 60px;
    padding: 10px;
}
.prod-stock-2 {
    float: left;
    padding-top: 13px;
    padding-right: 10px;
}
.quick-dialog .price span {
    float: left;
    margin-right: 10px;
}
.quick-dialog .price {
    width: 100%;
    overflow: hidden;
    line-height: 24px;
}
.detail-popup {
    width: 49%;
    float: right;
}
.preview .cart {
    float: left;
}
.cart a {
    color: #c7c7c7;
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #c7c7c7;
    font-size: 13px;
    margin-bottom: 10px;
	list-style-type:none;
	text-decoration:none;
	cursor: pointer;
}
.cart.carts a:hover{background: url(../../assets/images/button.gif) ; color:#fff;}
span.manufacture a {
    font-size: 12px;
    color: #bbb;
    text-decoration: none;
}
#myModal-new .description {
    height: 160px;
    padding: 15px;
    overflow: auto;
    border: 1px solid #CAC9C9;
    margin-top: 15px;
}
div#myModal-new h3 {
    font-size: 13px;
    font-weight: 600;
}
#myModal-new .modal-content {
    padding: 40px;
    text-align: center;
}
form#section-feature-product p {
    font-weight: 700;
	    text-align: left;
}
form#section-feature-product input {
    height: 34px;
    width: 50%;
    margin-left: 20px;
    padding: 0px 14px;
}
form#section-feature-product p span {
    width: 84px;
    display: inline-block;
}
#myModal-new .close {
    margin-top: -2px;
    width: 30px;
    height: 30px;
    background: black;
    opacity: .99;
    color: white;
    text-shadow: none;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 0;
}
footer h2{font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    margin: 0 0 13px;
    font-weight: bold;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}

	
.foot {
       background: #4a4a4a;
  
	    padding: 36px 20px 35px;
}
	
#powered {
    margin-top: 0px;
    font-size: 13px;
    color: #fff;
    text-align: left;
    padding: 15px 0 20px 20px;
    background: #373737;
}
.p-list{cursor:pointer;}
.p-list:hover .quick-view{display:block;}
.btn-toogle{display:none; float:right;}
.breadcrumb a {
    color: #545759;
    text-decoration: none;
}
.heading {
    color: #4a4a4a;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 15px 0;
	font-weight: bold;
}
.box h2 {
    color: #50749B;
    margin-bottom: 3px;
    font-weight: normal;
	font-size:20px;
}
.right-white{background:#fff;     width: 98%;}
.bg-white{background:#fff;}
.box {
    /* float: left; */
    padding: 0 20px 12px 20px;
    /* width: 44%; */
    padding-top: 15px;
    background: url(../../assets/images/login-content-left.gif) right bottom no-repeat #ffffff;
    height: 265px;
    border: 1px solid #CAC9C9;
}
b.padd-form {
    display: display: block;
    display: block;
}
.content input {
    width: 100%;
}
a.button span {
    color: #c7c7c7;
    display: inline-block;
    padding: 8px 10px;
    line-height: 18px;
}
a.button {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    background: url(../../assets/images/button.gif) repeat-x left -5000px #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    border: 1px solid #cac9c9;
}
a.button:hover {
   background: url(../../assets/images/button.gif);
   
}
a.button:hover span{color:#fff;}
.box-heading.account {
    background: #fbfbfb;
    color: #555;
	border-right: 1px solid #cac9c9;
}
.box-category.account ul li a {
    background:  #fbfbfb;
	    border-right: 1px solid #cac9c9;
    color: #555;
}
.register.details h2 {
    color: #4a4a4a;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}
.register.details .content input {
    width: 60%;
}
form#register .content input {
    width: 60%;
    display: inline-block;
    /* float: right; */
}
form#register b {
    display: inline-block;
    width: 29%;
    margin-bottom: 20px;
	    margin-bottom: 14.5px;
}
form#register h2 {
    color: #4a4a4a;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}
input.q1.margen-bottom {
    width: 60%;
}
form#register select {
    width: 60%;
}

.text-gray{color:#4a4a4a !important;}
.navigation-section.registernav {
    width: 100%;
    background: none;
    border-bottom: none;
    position: relative;
    z-index: 1;
}
/*set a border on the images to prevent shifting*/
 #gallery_01 img{border:2px solid white;}
 
 /*Change the colour*/
 .active img{border:2px solid #333 !important;}
 .text-bold{font-weight:bold;}
.price-old {
    text-decoration: line-through;
    color: #a7a7a7;
    font-weight: normal;
    font-size: 15px;
}
.price-tax {
    font-size: 12px;
    font-weight: normal;
    padding-left: 7px;
}
.price-tag h3 {
    font-size: 22px;
    font-weight: bold;
	margin:0px;
}
.price-tag {
    background: #F7F7F7;
    padding: 12px 15px;
}
.p-detail.letest {
    background: #fff;
}
div#demo-1 {
    padding: 5px;
    background: #f7f7f7;
}
div#demo-1 img{padding:0px;}
.text-light{font-weight:lighter;}
.review-ortab.dynamic li a {
    font-size: 12px;
    font-weight: 700;
}
.review-ortab.dynamic .std {
    padding: 15px;
    border: 1px solid #ccc;
    border-top: none;
}
.text-21{font-size:21px;}
.text-24{font-size:24px;}
.p-detail.related img {
    border: none !important;
}

.owl-prev {
    background: #3e5878;
    left: -15px;
    position: absolute;
    z-index: 999;
    top: 50%;
}
.owl-next {
    background: #3e5878;
    right: -15px;
    position: absolute;
    z-index: 999;
    top: 50%;
}
.large-12.columns .owl-next .fa,.large-12.columns .owl-prev .fa {
    font-size: 19px;
    color: white;
    padding: 11px 13px;
}

@media(max-width:420px){
	.header-phone b{font-size:14px;}
	.header-phone{    text-align: center;}
	div#logo {text-align: center;}
	div#logo img {
    width: 60%;
    text-align: center;
    margin: auto;
    margin: 0 auto;
}.second-header #logo {
    margin: 15px 0 15px -1px;
}
div#welcome {
text-align: center;}
.second-header #logo {
    margin: 15px 0 15px -1px;
}
.second-header #welcome a {
    display: block;
    text-align: center;
}
.cart-position {
    float: none;
    margin-top: 9px;
    margin-right: 0px;
    width: 100%;
}
.cart-inner {
    float: none;
}
.box-heading {
    margin-top: 10px;
}
.box-category > ul > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
    border-top: 1px solid #324660;
    padding: 9px 15px 12px 18px;
}.box-heading {
font-size: 18px;}
.navigation-section .links li {
    width: 50%;
}
.navigation-section .links a {
    color: #4a4a4a;
    display: block;
    text-decoration: none;
    font-size: 13px;
    line-height: normal;
    font-weight: bold;
    line-height: 20px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 18px 16px 21px 49px;
    text-transform: capitalize;
}

.columnf{width:49%;}
#search {
    position: relative;
    padding: 9px 8px 0 0;
    float: right;
}
footer h2 {
    font-size: 13px;
}
.columnf:nth-child(2) {
    margin-bottom: 40px;
}
.p-list {
   
    width: 49%;
}
#cart {
float: none;}
#search {
    position: relative;
    padding: 9px 20px 0 0;
    float: none;
}
#search input{width: 74%;}
	.right-header ul {
    padding: 0;
    margin: 0;
    display: none;
}
#powered {
    margin-top: 0px;
    font-size: 13px;
    color: #fff;
    text-align: center;
}
.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}
.navigation-section:before {
    display:none;
}
.btn-toogle{display:block}

}
/* nav css end here */