/* .logoimg{
    height: 60px;
    position: absolute;
    z-index: 999;
    top: -24px;
}
.menu-area{
    height: 45px !important;
} */
.form-control{
    border-radius: 0px;
}


.filter-scroll {
    max-height: 300px;
    overflow-y: scroll;
}
.text-danger {
    color: #e91b17 !important;
}
.section {
    padding: 40px 0 !important;
}

/* custom color start */

/* .header-area {
    background: #fff none repeat scroll 0 0 !important;
}

.menu-area {
    background: #001e38;
}

.main-menu > nav > ul > li > a {
    color: #fff;
}
 */
.page {
    padding: 50px 0 0 !important;
    background: #fff !important;
}

.shop-product-area {
    background: #fff;
}

.sin-shop-sidebar h2 {
    background: #dedede none repeat scroll 0 0;
}

/* .mean-container .mean-bar, .mean-container .mean-nav, .mean-container .mean-nav ul li a.mean-expand:hover {
    background: #001e38 none repeat scroll 0 0;
} */
body {
    background: #fff none repeat scroll 0 0;
}
/* custom color end */

.table>thead:first-child>tr:first-child>th {
    /* border-top: 0; */
    border: 1px solid #ddd;
}

label{
    text-align: left !important;
    font-weight: normal  !important;
}

.product-color-style2{
	padding : 10px;
}

.product-color-style2 > ul li {
    cursor: pointer;
    display: block;
    float: left;
    height: 16px;
    margin-top: -5px;
    margin-right: 10px;
    position: relative;
    transition: all 0.4s ease 0s;
    width: 16px;
}

.product-size-style2 li, .product-design-style2 li {
    display: inline-block;
    margin-right: 12px;
}
.product-size-style2 li a, .product-design-style2 li a {
    color: #828282;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.productpage-qty {
    min-width: 50px !important;
    padding: 6px 10px !important;
}

.list-pro-image {
    width: 200px;
}

/* .header-top {
    height:38px;
} */
.info{
    margin-top: 10px !important;
}

.breadcrumb > li,.breadcrumb > li > a{
    color: #337ab7;
    background-color: #f0f0f0 !important;
}

.page {
    padding: 7px 0 0 !important;
}

#top-menu>ul >li >a {
    padding : 10px;
}

.phn-num{
    margin-top: 8px;
}

.border-right:after{
    border-right: 1px solid #000;
}

.footer-links {
    margin-top: 0px !important;
}
.footer-links ul li {
    float: none !important;
}
.footer-area {
    background: #001e38 !important;
    padding: 10px 0 !important;
}
.footer-top-area {
    padding: 40px 0 10px !important;
}
.footer-links ul li {
    margin-bottom: 5px;
    width: 100%;
}
.footer-links.footer-account ul li {
    margin-bottom: 5px;
}

.vheight{
    height: 98px;
}

.vmainheight{
    height: 380px;
    max-width: 100%;
}

.item{
   /*  border: 1px solid #ccc;
    margin: 5px; */
}

.product-nav,.description .tab-content,.action-btn a  {
    background: #fff none repeat scroll 0 0;
}

.simpleLens-big-image-container{
    border: 1px solid #ccc;
    padding: 5px;
}
/* .mean-container .mean-bar {
    padding: 0px;
} */

.productbg {
    background: #f7f7f7 !important;
}

.onoffswitch3
{
    position: relative;
    margin-top: 4px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}

.onoffswitch3-label {
    display: block; overflow: hidden;
    border: 0px solid #999999; border-radius: 0px;
    margin-bottom: 0px;
}

.onoffswitch3-inner {
    display: block; width: 100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}

.onoffswitch3-inner > span {
    display: block; float: left; position: relative; width: 100%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: 'Montserrat', sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

.onoffswitch3-inner .onoffswitch3-active {
    padding-left: 10px;
    /* background-color: #018574; */
}

.footer-links ul li a {
    color: #fff !important;
}

.single-contact .details p, .single-contact .details a,.copy-right p,.copy-right p span{
    color: #fff;
}

.view-mode > a.active, .view-mode > a:hover {
    background: none !important;
}

.coupon input {
    width: 100%;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.megamenu-height{
	height: 400px;
	overflow-y: scroll;
}

.plusminus-input-group {
    clear: both;
    position: relative;
}

.plusminus-input-group input[type='button'] {
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
    color: #fff;
    min-width: 32px;
    width: auto;
    transition: all 300ms ease;
}

.plusminus-input-group .button-minus,
.plusminus-input-group .button-plus {
    font-weight: bold;
    line-height: 36px;
    padding: 0;
    width: 32px;
    position: relative;
}

.plusminus-input-group .quantity-field {
    position: relative;
    line-height: 36px !important;
    top: -1px;
    left: -6px;
    border: 1px solid #eeeeee;
    text-align: center;
    width: 60px;
    display: inline-block;
    font-size: 13px;
    margin: 0 0 5px;
    resize: vertical;
}

.plusminus-input-group .quantity-field:focus {
    outline: none;
}

.button-plus {
    left: -10px;
}
.ui-menu{
	width:350px !important;
}
.ui-menu-item{
	/* padding:10px !important; */
	word-break: break-all !important;
	white-space: pre-wrap !important;
	font-size:14px !important;
	overflow-x: hidden !important;
}
.img_responsive{
	max-width: 100%; 
	display: block; 
	height: auto;
}.pro-image{	height:100px !important;}.logo img {
	height: 60px !important;
}
.prodgrid{
	height:230px !important;
	overflow:hidden !important;
}
@media only screen and (max-width: 760px){
   /*  .logoimg{
        height: 40px;
        position: relative;
        z-index: 0;
        bottom: 5px;
    } */
	.ui-menu{
		width:300px !important;
	}
    .productpage-qty {
        min-width: 50px !important;
        padding: 6px 10px !important;
    }

    .vheight{
        height: 42px;
    }

    .footer-links {
        margin-top: 30px !important;
    }

    .header-top {
        height: 40px !important;
    }

    #top-menu{
        float: right;
        margin-top: 1px;
    }
    .mean-container .mean-bar {
         z-index: 0;
    }
	.cart-info {
        margin-top: 24px !important;
    }
	.logo img {
		height: 60px !important;
	}
	.search {
		margin-bottom: 0px !important;
	}
}.simpleLens-big-image {
    max-width: 100% !important;	height:auto;
}#product-thumbnail .owl-item {
    width: 64px !important;
    height: 64px !important;
	border: 1px solid #ccc;
	margin-left:5px;
}

.xzoom-gallery{
	max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	padding: 5px;
}
.xzoom-video{
	max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	padding: 5px;
}
.imgefixwidth{	max-height: 80px;
    max-width: 80px;	padding: 5px;}