

@charset "utf-8";
/* CSS Document */







@font-face {
	font-family: 'UniversLT_W01_45_Light';
	src: url('static/fonts/UniversLT_W01_45_Light.woff') format('woff'),
		 url('static/fonts/UniversLT_W01_45_Light.woff2') format('woff'),
         url('static/fonts/UniversLT_W01_45_Light.ttf')  format('truetype');
}



/**************** Generic Start ****************/
body{
	font-family: 'UniversLT_W01_45_Light', Arial;
	background:#ffffff;
	font-size: 14px;
	color:#8a8a8a; position:relative;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pb0{padding-bottom:0 !important;}
.mb0{margin-bottom:0 !important;}
.mb-5{margin-bottom:5px !important;}
.mb1{margin-bottom:10px !important;}
.mb2{margin-bottom:20px;}
.mb3{margin-bottom:30px;}
.mr1{margin-right:10px !important;}
a, a:hover, a:focus, a:active{text-decoration:none;}
p{line-height:1.5;}


.errorMsg {
    color: #ff0000;
}



.btn{transition: background-color 0.5s ease;}

.btn-warning .btn-primary, .btn-default{border-radius:0; font-size: 14px; }
.btn-primary{background-color:#000000; border-color:#000000;}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary{background-color:#222222; border-color:#333333;}

.form-control{font-size: 14px;}

.prod-wrapper-content h3 a, .logo-blk a{color: #5b616b;}

.modal-header .close, .modal-body .close {
    opacity: 1;
    padding: 10px;
    margin-top: -20px;
    margin-right: -10px;
    font-size: 28px;
}

/**************** Generic End ****************/



/**************** Main Page Start ****************/
/*********** Header Bar Start ***********/
.main-header{
	padding:16px 0px; z-index:1000;
}

.main-header .menu-blk{
	float:left; padding-left: 2px;
}
.main-header .menu-blk .icon-bar{
	width:40px;
	height:38px;
	display:inline-block;
	background: url(static/images/icon_bar.png) no-repeat center top;
	vertical-align: middle;
	margin-right:20px;
}
.category-blk{float:left; margin-right:22px; padding-top: 3px;}
.main-header .category-blk .icon-products{
	width:24px; height:24px; 
	background:url(static/images/icon_bar_black_1.png) no-repeat center center; 
	display:inline-block; vertical-align:middle;
	margin-top:-6px;
}

.navbar {border:0px; border-radius:0; margin-bottom:0}

.navbar-toggle{padding:5px 0px; margin:0px 15px 0px 0px;}
.navbar-toggle .icon-bar{
	height: 22px;
	background: url(static/images/icon_bar_black.png) no-repeat center top;
    margin-top: 4px;

}
/*********** Nav Bar Start ***********/
.dl-menuwrapper{width:24px !important;}
.dl-menuwrapper .dl-menu {
	background-color: #000000 !important; transform: none !important;
}
.dl-menuwrapper ul{ transform-style: inherit !important; }
.dl-menuwrapper li a {
	color: #ffffff !important;
}

.dl-menuwrapper li a:hover {
	background: #222222 !important;
	color: #ffffff !important;
}

/*********** Nav Bar End ***********/


.main-header .logo-blk{/*border-left: 1px solid #999; padding-left:12px;*/ text-align:center; padding-top:2px; float:left; margin-right:16px; }
.main-header .logo-blk img{max-height:36px;}
.main-header .logo-blk .store-name{ padding-left:4px; vertical-align:middle;}
.logo-side {
    position: fixed;
    top: 43%;
    width: 50px;
    height: 80px;
    z-index: 1000;
    padding: 0;
    margin-left: 2% !important;
    margin-right: 0.5% !important; transition: all 0.5s ease;
}
.logo-side .logo-blk {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 200px;
    /*left: 50%;
    top: 50%;*/
    margin: -30px 0 0 0px;
}
.logo-side .logo-blk .logo-img{
    position: absolute;
    text-align: center;
    display: block;
    max-width: 34px; height:auto;
	top:0;
}
.logo-side .logo-blk .store-name{
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    text-align: right;
    display: block;
    width: 200px;
    height: 40px;
    line-height: 24px;
    /*color: #1E1E1C;*/
	top:124px;
	left: -150%;
}
/*.logo-side .logo-blk .store-name{
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    text-align: right;
    display: block;
    width: 32px;
    height: 40px;
    line-height: 40px;
    color: #1E1E1C;
	top:120px;
}*/


.logo-blk .logo, .logo-blk .store-name{display:inline-block; vertical-align:top; line-height:1;}
.logo-blk .logo img{}
.logo-blk .store-name{font-size:17px; color: #333333;}
.logo-blk .store-name a{color: #333333;}
.logo-blk .store-name a:active, .logo-blk .store-name a:focus{ text-decoration:none; }

.main-header .cart-blk{float:right;}
.main-header .cart-blk, .search-blk{margin-top:2px;}

.main-header .cart-blk .icon-cart,  .icon-cart{
	width:40px;
	height:38px;
	display:inline-block;
	background: url(static/images/icon_cart.png) no-repeat center top;
	margin-right:5px;
	vertical-align: middle; text-align:center; padding-top: 12px;
}
.main-header .cart-blk a{
	color: #5b616b;
}



.navbar{
	min-height:inherit;};
}
.navbar .icon-bar{
	width:24px;
	height:22px;
	display:inline-block;
	background: url(static/images/icon_bar_black.png) no-repeat center top;
    margin-top: 10px;
}


.nav-blk{ float:left;
	margin-left:0px !important;
	margin-right:0px !important;
	padding-left:0px !important;
	padding-right:0px !important;
}
.nav-blk ul{ float:left; margin-left:-10px; }
.nav-blk ul li{ float:left; }
.dl-menuwrapper button{font-size:15px; color: #8a8a8a;}
.nav-blk ul li a{
	font-size:15px;
	color: #8a8a8a;
	padding:10px 8px 6px;
}
.nav-blk ul li a:hover, .nav-blk ul li a:active, .nav-blk ul li a:focus, .main-menu ul li a:active, .main-menu ul li a:focus{
	background:none;
	color: #000000;
}
.search-blk { float:right; margin-right: 10px;}
.search-blk .form-inline .input-group {
    border-bottom: 1px solid #cccccc;
}

.search-blk .input-group-addon {
	padding-right:0px;
	background:transparent;
	border:0px;
}
.search-blk .input-group-addon .icon-search{
	width:18px;
	height:16px;
	display:inline-block;
	background: url(static/images/icon_search.png) no-repeat center top;
	vertical-align:middle;
	background-color:transparent;
	border:0px;
}

.search-blk .form-inline .input-group>.form-control { padding-left: 0; padding-right: 0; background: transparent; border: 0;  box-shadow:none; color: #8a8a8a; }

.search-blk .form-inline:active .input-group, .search-blk .form-inline:focus .input-group {
    border-bottom: 1px solid #ffffff;
}

/* do not group these rules*/

.search-blk .form-control::-webkit-input-placeholder { color: #8a8a8a; }
FF 4-18 
.search-blk .form-control:-moz-placeholder           { color: #8a8a8a; }

 FF 19+
.search-blk .form-control::-moz-placeholder          { color: #8a8a8a; }

 IE 10+

.search-blk .form-control:-ms-input-placeholder      { color: #8a8a8a; } 

.search-blk .form-inline .input-group>.form-control:active, .search-blk .form-inline .input-group>.form-control:focus{ color:#333333;}


/*********** Header Bar Start ***********/


/*********** Banner Start ***********/
.banner-blk{
	background: #eeeeee;
	/* background: #eeeeee url(static/images/default.jpg);
	background-size: cover; */
	margin-bottom:45px;
	font-size:20px;
	color:#5b616b;
	position:relative;  min-height:250px; max-height:250px; overflow:hidden;
}
.banner-blk img{width:100%; /* height:250px; */ }
/*.store-desc{width:28%; float:right; font-size: 27px;  color:#000000; margin-top:220px; margin-right: 45px; }*/
.store-desc{width:28%; font-size: 27px;  color:#000000; margin-right: 45px; position: absolute; right: 20px; top:44%; /* top: 220px; */ margin-top:0px; }


/* Banner cycle slider Start */
.container-fuild{padding:0px 0;overflow:hidden;white-space:nowrap;}

.cycle-slideshow{ height: 380px;}
.cycle-slideshow img{width:100%;height:100%; vertical-align: top;}
.cycle-slideshow  div{float:none;}

.cycle-slide{ background:#FFFFFF; position:relative !important; border-left:5px solid #ffffff; border-right:5px solid #ffffff; padding-left: 0px;
padding-right: 0px;}


.cycle-carousel-wrap{top:0 !important;}
.cycle-slideshow-hover{position: absolute; top: 0; left: 0; background:rgba(000,000,000,0.05); width: 100%;  height: 100%;}
/* Banner cycle slider End */




/*********** Banner End ***********/


.box-blk{
	background:#f9f9f9;
	border:1px solid #d7d6d3;
	padding:20px;
	margin-bottom:30px;
	position:relative;
}
.box-blk h3{margin-top:0px; margin-bottom:10px; font-size: 20px; color: #1E1E1C;}


/*********** Home Product List Start ***********/

.prod-container-blk{
	position: relative;
}
.prod-wrapper-content {
  padding: 0px 0px 0px;
  clear:both;
}
.prod-wrapper-content h3, .product-details-container h3{
	margin-top:0px;
	margin-bottom:15px;
	font-size: 26px;
}
.product-image-container{float:right; z-index:100;}

.hme-prod-blk{
	position:relative; margin-bottom:80px; 
	padding-left:5px; padding-right:5px; 
	background:#ffffff; text-align:center;
	transition: opacity 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s ;
	transition: all ease 0.5s ;
}
.hme-prod-blk .prod-img-overflow{
	position:relative;
	height: 240px; padding-top:30px;
	padding-bottom:12px; /*margin-bottom: 16px;*/
	overflow:hidden;
    transition: opacity .5s;
    -o-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
}
.hme-prod-blk .prod-img-blk{ position: absolute; width:100%; height:100%; top: 0;   bottom: 0;   left: 0;   right: 0;   text-align: center;}
.hme-prod-blk .prod-img-blk:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.hme-prod-blk .prod-img-blk img{display: inline-block; vertical-align: middle; max-width:94%;
	height:auto;}
	
.hme-prod-blk .prod-img-overflow img{
	/*min-width: 210px; 
	min-height: 200px;
	min-height: 200px;
	max-width:94%;
	height:auto;
	display: block;
	text-align: center;
	margin-left:auto;
	margin-right:auto;*/
}

.hme-prod-blk .icon-pointer, .product-details-container .icon-pointer{
	width:21px;
	height:10px;
	display:inline-block;
	background: url(static/images/icon_pointer.png) no-repeat center top;
	position:absolute;
	top:-10px;
}
.hme-prod-blk .prod-img-overflow .hme-prod-hover-content{display:; position:absolute; top:0;	left:0;	font-size:16px; width:100%; height: 100%; /*background:rgba(000,000,000, 0.07);*/ text-align:center; cursor: hand; cursor: pointer;}
.hme-prod-blk .prod-img-overflow .btn-primary{display:none; }

/*.hme-prod-blk:hover .prod-img-overflow .hme-prod-hover-content{background:rgba(000,000,000, 0.1);}
.hme-prod-blk:hover .prod-img-overflow .btn-primary{display:block; }*/

.hme-prod-blk .prod-img-overflow .hme-prod-hover-content{ 
    transition: opacity .5s;
    -o-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
 }

 .hme-prod-blk .prod-img-overflow .hme-prod-hover-content .btn{text-transform:uppercase; padding: 10px 18px;}

.hme-prod-blk .prod-img-overflow .hme-prod-hover-content a.prod-link{ width:100%; height: 100%; position:absolute; top:0;	left:0;}
 .hme-prod-blk .prod-img-overflow .hme-prod-hover-content a.prod-link{ color:#000000;}

 .hme-prod-blk .prod-img-overflow .hme-prod-hover-content a.prod-link:hover, .hme-prod-blk .prod-img-overflow .hme-prod-hover-content a.prod-link:focus{ color:#333333;}

.hme-prod-blk .hme-prod-btn{ position: absolute; top: 45%; left:28%;}

.hme-prod-txt-blk{/*min-height:60px;*/ height:46px; overflow:hidden; border-top: 1px solid rgba(0, 0, 0, 0.2);  padding-top: 5px;}
.hme-prod-txt-blk .hme-prod-name{width:70%; float:left; font-size:14px; line-height: 1.5; margin-top:0px; text-align:left;}
.hme-prod-txt-blk .hme-prod-price{width:28%; float:right; text-align:right;}

.hme-prod-txt-blk .hme-prod-name a{color:#8a8a8a;}
.hme-prod-txt-blk .hme-prod-price a{color:#333333;}
.hme-prod-txt-blk .hme-prod-name a:hover, .hme-prod-txt-blk .hme-prod-price a:hover{color:#000000;}
 
/*.hme-prod-blk .icon-color-palette{width:34px; height:34px; position:absolute; right:0px; top:284px; background: url(static/images/icon_color_palatte.png) no-repeat center top;  }*/
.hme-prod-blk .icon-color-palette{width:50px; height:45px; position:absolute; right:0px; top:258px; background: url(static/images/icon_color_palatte.png) no-repeat center center ; display:none;  }
 
/*********** Home Product List End ***********/

.pagination-blk{text-align:center; margin-bottom:30px;}
.pagination-blk .pagi-list{background:rgba(0, 0, 0, 1); display:inline-block;  border-radius: 5px; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); color: #666666; padding:5px 10px 8px;}
.pagination-blk .pagi-list:hover{background:rgba(0, 0, 0, 0.8); color:#FFF;}
.pagination-blk .pagi-list .icon {
    display: inline-block;
    height: 14px;
    vertical-align: middle;
    width: 14px;
}
.pagination-blk .pagi-list .icon.prev {
    background: url("static/images/icon_pagination_left.png") no-repeat scroll center center;
}
.pagination-blk .pagi-list .icon.next {
    background: url("static/images/icon_pagination_right.png") no-repeat scroll center center;
}


/*********** Filter Blk Start ***********/
.filter-blk{  margin: 0 auto 25px auto; display:none;}
.filter-blk .filter-blk-L{width:27%; float:left; }
.filter-blk .filter-blk-R{width:73%; float:right;}

/*.design-own-blk .filter-blk{    width: 68%;}
.design-own-blk .filter-blk .filter-blk-L{width:auto !important; margin-right: 3px; }*/
.design-own-blk .filter-blk .filter-blk-R{width:55%; }

.filter-blk .filter-blk-L .title, .filter-blk .filter-blk-R .title{margin-bottom:5px;}
.filter-blk .btn{margin-right:5px;}
.filter-blk select{text-align:left; height:32px;}
.filter-blk .form-group{ display:inline-block; margin-right:2px; margin-bottom: 10px;}
.filter-blk select.form-control{ display:inline-block; height:32px; width:100%; line-height:2;}
.filter-blk .btn, .filter-blk .form-control{ font-size: 13px; padding: 5px 10px;}
.filter-blk .form-control{height: 32px;}
.filter-blk .input-style-blk{display:inline-block; vertical-align:top;}
.filter-blk .input-style-blk .form-group{margin-right:1px;}
.filter-blk .input-style-blk .form-inline .form-control{height: 35px;}
.filter-blk .input-style-blk .btn{border-radius: 4px; margin-right:0; vertical-align:top}
.filter-blk .filter-right{display:inline-block; vertical-align:top;}
.filter-blk .filter-right .form-group{font-size:13px; vertical-align:top}


.search-blk-right .filter-right{margin-left:5px;}

/*********** Filter Blk End ***********/


/*********** Inside Page - Product Details Start ***********/
.container-blk {
	position: relative;
}
.page-header {
	margin-top:0px;
	margin-bottom:0px;
	border-bottom: 0px;
}
.page-header h3{
	margin-top:0px;
	margin-bottom:6px;
	font-size: 24px; color: #1E1E1C;
}

.inside-page-container-blk, .shop-list-container-blk, .cart-container {
	min-height:540px; padding-top:10px;
}
.product-details-thumb-blk, .product-details-img{float:left;}
.product-details-img{ width: 76%; position: relative; height: 258px; overflow: hidden;}

.product-details-img-blk{margin-bottom:54px;}
.product-details-img-blk .vote-blk{position:absolute;  bottom:88px; left:47%;}
.product-details-img-blk .vote-blk .icon-pointer{
	width: 21px;
    height: 7px;
    display: inline-block;
    background: url(static/images/icon_pointer_vote.png) no-repeat center top;
    position: absolute;
    top: -5px;
	left:4px;
}
.product-details-img-blk .vote-blk .btn-vote{
	border-radius:3px;
	background: #FFFFFF;
    border: 1px solid #757b82;
    color: #4a525b;
	padding: 2px 6px;
}
.product-details-img-blk .vote-blk .icon-vote{
	width:20px; height:18px; 
	float: left; margin-right:5px;
	background:url(static/images/icon_vote.png) no-repeat center center; 
}

.product-details-thumb-blk{width:16%; float:left; margin-right:10px;}
.product-details-container .product-details-left-blk .product-details-thumb-img{
	height: 48px;
	text-align:center;
	overflow:hidden;
}
.product-details-container .product-details-left-blk .product-details-img-blk .product-details-img img{/*max-width: 226px; height: 220px;*/ height:100%; float:left;}
.product-details-left-blk .carousel-inner{max-height: 415px;}
.product-details-img-blk img {
	cursor: url(static/images/zoom_in_cursor.png) 0 0, auto;
    cursor: url(static/images/zoom_in_cursor.cur), default;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.product-details-container .product-details-left-blk .product-details-thumb-img{
	width:100%;
	margin-bottom:22px;
	border:1px solid #d7d6d3;
}
.product-details-container .product-details-left-blk .product-details-thumb-blk.bottom-thumb-blk{width:100%;}
.product-details-container .product-details-left-blk .product-details-thumb-blk.bottom-thumb-blk .product-details-thumb-img{width:11%; float:left; margin-right:1%;}
.product-details-container .product-details-left-blk .product-details-img-blk img, .product-details-container .product-details-left-blk .product-details-thumb-img img{
	max-width:100%;
	height: auto;
	display: block;
	text-align: center; margin-left: auto; margin-right: auto;
}
.product-details-container .product-details-left-blk .product-details-img-blk img{
	margin-left:auto;
	margin-right:auto; max-height: 415px;
}
.product-details-container .product-details-left-blk .product-details-thumb-img img{
	height:46px;
}



.product-details-container .product-details-blk{ margin-bottom:30px; z-index:1000;}
.product-details-container .product-details-blk h3{
	margin-top:0px;
	margin-bottom:10px; color: #1E1E1C;
}
.product-details-container .product-details-blk h5{
	margin-top:0px;
	margin-bottom:40px; color: #1E1E1C;
}
.product-details-container .product-details-blk .txt-prod-desc{
	margin-bottom:15px;
}
.product-details-container .product-details-blk .txt-price{
	font-size:18px;
	margin-bottom:15px;
	line-height: 0.8; color: #1E1E1C;
}

.product-details-container .product-details-blk .prod-txt-blk {
	margin-bottom:15px;
}

.product-details-container .product-details-blk .prod-txt-blk p{
	margin-bottom:5px;
}
.product-details-container .product-details-blk .prod-txt-blk:last-child{
	margin-bottom:0px;
}
.product-details-container .product-details-blk .prod-txt-blk .icon-info, .product-details-container .product-details-blk .prod-txt-blk .fa-info-circle{
	width:20px;	height:20px; display:inline-block;
	background: url(static/images/icon_info.png) no-repeat center center;
	vertical-align: top;  padding: 16px 14px;
}

.product-details-blk .prod-txt-blk.material .fa.fa-info-circle{margin-top: -1px;}
.product-details-blk .prod-txt-blk.size button.selected {background: #dadada; border-color:#dadada; box-shadow:none; color: #000000;}

.product-details-container .product-details-blk .prod-txt-blk p{
	margin-bottom:5px;
}
.product-details-container .product-details-blk .size-blk ul {
  list-style: none;
  margin:0;
  padding:0;
}
.product-details-container .product-details-blk .size-blk li{
	float:left;
	margin-right:10px; margin-bottom:5px;
}
.product-details-container .product-details-blk .size-blk li a{
	background:#ffffff;
	border:1px solid #505760;
	display:block;
	padding:5px 12px;
	font-size:14px;
	color:#777777;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}
.product-details-container .product-details-blk .size-blk li a:hover, .product-details-container .product-details-blk .size-blk li a.selected{
	background:#ebe9e4;
	border:1px solid #505760;
	color:#4a525b;
}
.product-details-container .product-details-blk .prod-txt-blk.custom-size{margin-bottom:30px; margin-top:25px;}
.product-details-container .product-details-blk .prod-txt-blk.custom-size .custom-label{margin-right:20px; float:left; font-size:13px;}
.product-details-container .product-details-blk .prod-txt-blk.custom-size .custom-value{ float:left;}

.product-details-img-blk .carousel-indicators li, .modalProductSlider-blk .carousel-indicators li {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    border: 0 none; height: 6px; margin: 0; width: 6px;
}
.product-details-img-blk .carousel-indicators .active, .modalProductSlider-blk .carousel-indicators .active {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}
.product-details-container .product-details-blk .prod-txt-blk .btn-default{margin-bottom:12px;}


/**** Prod Modal End ****/
.modalProductSlider-blk {text-align:center;}
.modalProductSlider-blk .carousel-blk{margin-top:20px;}
.product-details-img-blk .carousel-indicators{ bottom: 0px; left: 50%;}
.modalProductSlider-blk .carousel-indicators{ bottom: -12px; left: 48%;}
.modalProductSlider-blk .modal-body img{display:inline-block;}

.modalProductSlider-blk .carousel-inner{ min-height: 415px;}
.modalProductSlider-blk .carousel-indicators li{width:6px; height:6px; border:0px; background:rgba(000,000,000,0.2); margin:0px;}
.modalProductSlider-blk .carousel-indicators .active{background:rgba(000,000,000,0.5)}
.modalProductSlider-blk .carousel-control, .product-details-img-blk  .carousel-control{width: 7%; top: 40px;}
.modalProductSlider-blk .carousel-control .fa { margin-top: 180px; color:rgba(0,0,0,0.6); text-shadow:none; }

.modalProductSlider-blk .carousel-control.left, .product-details-img-blk  .carousel-control.left{
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.0001)));
    background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	left:15px;
}
.carousel-control.right, .product-details-img-blk .carousel-control.right{
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.0001)));
    background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	right:15px;
}
.modalProductSlider-blk .arrow, .product-details-img-blk .arrow{
	width:36px;
	height:36px;
	display:block;
	margin-top: 180px;
	opacity:0.6;
}
.modalProductSlider-blk .arrow.right, .product-details-img-blk .arrow.right{
	background:url(static/images/icon_arrow_right.png) no-repeat center center; 
}
.modalProductSlider-blk .arrow.left, .product-details-img-blk .arrow.left{
	background:url(static/images/icon_arrow_left.png) no-repeat center center; 
}

/**** Prod Modal End ****/


/*****/
/*********** Inside Page - Designer Start ***********/
.product-fit-guide-container{    border-top: 1px solid #cccccc; padding-top: 40px; padding-bottom: 40px;}
.size_chart_blk{
}
.size_chart_blk h4, .product-fit-guide h4{
	font-size:18px;
	margin-top:0px;
	margin-bottom: 15px;
}
.size_chart_blk h4 span {
	text-transform: lowercase;  color: #1E1E1C;
}
.size_chart_blk h4 span:first-letter {
	text-transform: capitalize; 
}
.size_chart_desc_table th {
  background: #ebe9e4;
  font-weight: bold;
  padding: 6px 6px;
  text-align: center;
}
.size_chart_desc_table table{ width: 86%; }
.size_chart_desc_table table td {
  border-bottom: 1px solid #ebe9e4;
  text-align: center;
	padding: 6px 6px;
}
.size_chart_desc_table table td#size_chart_vhead1, .size_chart_desc_table table td#size_chart_vhead2 {
    text-align: left;
    font-weight: bold;
}


.product-fit-guide{
}

.prod-details-tab-blk {}
.prod-details-tab-blk .nav-tabs{margin-bottom:-1px; border-bottom: transparent;}
.prod-details-tab-blk .nav-tabs li{margin-bottom:0px;}
.prod-details-tab-blk .nav-tabs>li>a{border-radius:0px; border: 1px solid #e5e5e5; border-bottom: transparent; margin-right: -1px; color:#000000;}
.prod-details-tab-blk .nav-tabs>li>a:hover, .prod-details-tab-blk .nav-tabs>li.active>a, .prod-details-tab-blk .nav-tabs>li.active>a:hover, .prod-details-tab-blk .nav-tabs>li.active>a:focus{border-top:2px solid #000000; border-bottom: transparent; background:#ffffff; margin-top:-1px;}
.prod-details-tab-blk .tab-content{background:#ffffff; border: 1px solid #e5e5e5; padding:12px; margin-top: -1px; min-height: 200px;}
.prod-details-tab-blk .tab-content p{margin-bottom:10px;}
.prod-details-tab-blk .tab-content p:last-child{margin-bottom:0px;}

.product-fit-guide .fit-guide-img {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.product-fit-guide .fit-guide-img img { height:90px; }

.prod-details-tab-blk .fit-guide-care-blk {
}
.prod-details-tab-blk .fit-guide-care-blk ul{list-style:none; font-size:13px; line-height: 1.6; margin:0; padding:0;}
.prod-details-tab-blk .fit-guide-care-blk ul li{margin-bottom:12px;}
.prod-details-tab-blk .fit-guide-care-blk .icon{
	width:60px; height:20px;
	float:left; margin-right:10px;
}
.prod-details-tab-blk .fit-guide-care-blk .icon.hand-wash{
    background: url(static/images/icon_care_hand_wash.png) no-repeat center top;
}
.prod-details-tab-blk .fit-guide-care-blk .icon.line-dry{
    background: url(static/images/icon_care_line_dry.png) no-repeat center top;
}
.prod-details-tab-blk .fit-guide-care-blk .icon.no-stream{
    background: url(static/images/icon_care_no_stream.png) no-repeat center top;
}
.prod-details-tab-blk .fit-guide-care-blk .icon.no-bleach{
    background: url(static/images/icon_care_no_bleach.png) no-repeat center top;
}
.prod-details-tab-blk .fit-guide-care-blk .icon.no-dry-clean{
    background: url(static/images/icon_care_no_dry-clean.png) no-repeat center top;
}

/**** Related Prod Start ****/
.related-prod-blk h4{margin-top:0px; margin-bottom:20px;}
.related-prod-blk{ font-size: 13px; border-top: 1px solid #cccccc;  padding-bottom: 40px; padding-top: 40px;}
.related-prod-blk .related-img-blk ul {
    margin: 0;
    padding: 0;
}
.related-prod-blk .related-img-blk ul li {
    /* background:rgba(0, 0, 0, 0.07); */ border:1px solid rgba(0, 0, 0, 0.15);
    float: left;
    list-style-type: none;
    margin-bottom: 10px;
    margin-right: 1%;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 15%;
}
.related-img-blk ul li .prod-info-blk {
    color: #000000;
    text-align: center;
}
.related-img-blk ul li .prod-info-blk p {
    font-size: 11px;
    margin-bottom: 2px;
}
.related-img-blk ul li .prod-info-blk .designer-name {
    margin-bottom: 10px;
    overflow: hidden;
    text-transform: uppercase;
}
.related-img-blk ul li .related-prod-img-overflow {
    height: 94px;
    overflow: hidden;
}
.related-img-blk ul li .related-prod-img-overflow img {
    height: 90px;
}






.recommended-products-blk{
	margin-top:30px;
	padding-top:20px;
}
.recommended-products-blk h4{
	border-bottom:1px solid #e2e2e2;
	padding-bottom:6px;
	margin-bottom:20px;
	margin-left:15px;
	margin-right:15px;
}
/*********** Inside Page - Product Details End ***********/

/*********** Inside Page - Designer Start ***********/
.designers-blk{
	text-align:center; margin-bottom:40px;
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.designers-blk:hover {
      opacity: 0.8;
      }
.designers-img-blk img{border-radius:200px}
.designers-blk .designers-details-blk h4{font-size:16px;}
.designers-blk .designers-details-blk h4 a{
	color:#333333; 	
}
.designers-blk .designers-details-blk h4 a:hover{color:#666666; }
.designers-blk .designers-details-blk p{  min-height: 60px;}

.inside-nav .designer-logo{line-height:1.6;}

.designer-product-blk{text-align:center; margin-bottom:50px;}
.designer-prod-img-overflow{
	overflow-y: hidden;
}
.designer-product-blk .designer-prod-details .price{margin-bottom:10px; display:block;}





/*********** Inside Page - Designer End ***********/


/*********** Inside Page - CART Start ***********/
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.cart-container .your-cart-thumb-img, .order-confirmation-container .your-cart-thumb-img{width:50px; height:50px; overflow:hidden;}
.cart-container .your-cart-thumb-img img, .order-confirmation-container .your-cart-thumb-img img{
	height:51px;
}
.cart-container .icon-delete{
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(static/images/icon_delete.png) no-repeat center center;
}

.cart-container .icon-customize{
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(static/images/icon_cust.PNG) no-repeat center center;
}
.cart-container .icon-mail{
	margin-top:8px;
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(static/images/icon_email.png) no-repeat center center;
}
 
.table-blk table th{border-bottom:1px solid #e2e2e2;}
.table-blk table .border-top{border-top:1px solid #e2e2e2;}
.table-blk table th, .table-blk table td{padding:8px 8px; vertical-align: top;}
.table-blk table tr:nth-child(even){}
.table-blk table .fa{color:#444444; font-size:20px;}
.table-blk table .fa:hover{color:#ed5565;}

.table-responsive table table{width:100%;}
.inner-table{padding:0px !important;}
.inner-table table tr td{width:65%;}
.inner-table table tr td:first-child{width:35%;}
.table-responsive .text-country{padding-left:18px;}

.cart-container .input-quantity{width:30%;}
.cart-container .text-shipping {
    padding-top: 4px;
}

.cart-form-blk .cart-card-blk, .shipping-form-blk{min-height:650px; position: relative;}
.cart-form-blk .cart-card-blk .btn-blk{text-align:right;}
.cart-form-blk .form-group label{width:100%;}
.cart-form-blk .form-group .form-inline .form-control{width:100%;}
.cart-form-blk .verified-blk .icon_verified, .cart-form-blk .icon_lock{
	filter: grayscale(100%); 
	-webkit-filter: grayscale(100%);
}

.cart-form-blk  .icon_security_code {
  width: 124px;
  height: 35px;
  background: url(static/images/icon_security_code.png) no-repeat left;
}
.cart-form-blk .security-note{font-size:13px; margin-bottom:10px; color:#A9A9A9;}
.cart-form-blk .icon_lock {
	float:left;
	width:64px;
	height: 64px;
	background: url(static/images/icon_lock.png) no-repeat left;
	margin-right: 15px;
}
.cart-form-blk .icon_verified {
  width: 124px;
  height: 34px;
  background: url(static/images/seal.gif) no-repeat left;
}
.cart-form-blk .btn-place-order{
	color:#ffffff;
	border:1px solid #ffad41;
	background-color: #ffc579; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffc579), to(#fb9d23));
 background-image: -webkit-linear-gradient(top, #ffc579, #fb9d23);
 background-image: -moz-linear-gradient(top, #ffc579, #fb9d23);
 background-image: -ms-linear-gradient(top, #ffc579, #fb9d23);
 background-image: -o-linear-gradient(top, #ffc579, #fb9d23);
 background-image: linear-gradient(to bottom, #ffc579, #fb9d23);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffc579, endColorstr=#fb9d23);
}
.cart-form-blk .btn-place-order:hover{
	background-color: #ec8e13; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f4b461), to(#ec8e13));
 background-image: -webkit-linear-gradient(top, #f4b461, #ec8e13);
 background-image: -moz-linear-gradient(top, #f4b461, #ec8e13);
 background-image: -ms-linear-gradient(top, #f4b461, #ec8e13);
 background-image: -o-linear-gradient(top, #f4b461, #ec8e13);
 background-image: linear-gradient(to bottom, #f4b461, #ec8e13);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4b461, endColorstr=#ec8e13);
}
/*********** Inside Page - CART End ***********/

/*********** Inside Page - Order Start ***********/
.order-confirmation-container .dl-horizontal dt, .order-confirmation-container .dl-horizontal dd{  margin-bottom: 5px;}
.order-confirmation-container .dl-horizontal.total { border-top:1px solid #e2e2e2; padding-top:10px; font-size: 18px;}
.order-confirmation-container .box-blk.pb0{padding-bottom:10px !important;}
.order-shipping-add-blk pre{font-family: 'UniversLT_W01_45_Light'; font-size: 14px; background:transparent; border:0px; padding:0px; margin-bottom:0px; color: #8a8a8a; }
/*********** Inside Page - Order End ***********/

/*********** Inside Page - Track Start ***********/
.track-container-blk form-control{
	
}
/*********** Inside Page - Track End ***********/

/*********** Inside Page - Fit Guide Start ***********/
.fit_guide_example_blk {
    padding-left: 62px;
}
.inside-page-container-blk .tooltip-style-blk {
    position: relative;
    display: inline-block;
    margin: 10px 20px;
    opacity: 1;
}
.tooltip-style-blk .tooltip-arrow {
    top: 20%;
    left: -10px;
    margin-top: -5px;
    border-width: 10px 10px 10px 0;
    border-right-color: #f7f7f7;
}
.tooltip-style-blk .tooltip-container {
    max-width: 300px;
    padding: 10px 14px;
    color: #777777;
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 4px;
    text-align: left;
}

/*********** Inside Page - Fit Guide End ***********/

/**************** Main Page End ****************/

/************* Customize & Buy Modal *************/
.modalChooseArtwork {color:#000000}
.modalChooseArtwork h4{ font-size: 20px; }
.modalChooseArtwork h4 span{ font-size: 14px; }
.modalChooseArtwork  .btn{ font-size: 18px; padding: 3px 12px; line-height: 1.5;}
.modalChooseArtwork .btn-primary{ background-color: #1ab394; border-color: #1ab394; font-size: 18px; border-radius: 4px;}
.modalChooseArtwork .btn-primary:hover, .modalChooseArtwork .btn-primary:focus{ background-color: #08997c; border-color: #08997c; }
.modalChooseArtwork .close{ font-size: 30px; line-height: 0.5; opacity:1; padding: 10px 10px 10px 20px; margin-top: -10px; margin-right: -10px;}
/************* Customize & Buy Modal End *************/

/************* Customize & Buy Modal New *************/
.choose-artwork-modal .modal-header{ padding: 10px 15px 5px; border-bottom:0px;}
.choose-artwork-modal .modal-header h4{ font-size: 16px; }
.choose-artwork-modal .modal-header, .choose-artwork-modal .modal-footer{color: #888888;}
.choose-artwork-modal .modal-header .close{opacity: .5;}
.choose-artwork-modal .modal-dialog{ left: 29%; position: absolute; top: 87px; }
.choose-artwork-modal .modal-content{ border:2px solid #BFBFBF !important; border-radius: 0px; box-shadow:none; background: #ffffff;}
.choose-artwork-modal .modal-artwork-gallery{border:1px solid #e5e5e5;}
.choose-artwork-modal .progress{margin-bottom: 10px;}
.choose-artwork-modal .modal-footer{background:#f0f0f0; text-align:left;}


#thumbs li{margin-right: 5px !important;}
.thumbLogo #clipper::before {
    content: " ";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.thumbLogo #clipper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
#thumbs .thumbLogo img{
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    text-align: center;
}

/************* Customize & Buy Modal New End *************/



/* Footer Start */

.footer-bottom{
	background:#000000;
	font-size:14px;
}
.footer-blk{
	padding:15px 0px;
}
.pwd-by{
	margin-top:5px;
	margin-bottom:10px;
}
.footer-content{margin-bottom:20px;}
.footer-L ul{
}
.footer-L ul.shipping-blk{
	text-align:left;
	margin-top:5px;
}
.footer-L ul.shipping-blk li{
	float:left;
}
.footer-L ul , .footer-R .social_icons_blk {
  list-style:none;
  margin:0px;
  padding:0px;
}



.footer-L ul.pwd-by-blk li{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
.footer-L img{margin-right:10px;}
.footer-bottom a{color:#cccccc;}
.footer-bottom a:hover{color:#eeeeee;}

.footer-L ul.shipping-blk li{
	margin-right:10px;
}

.footer-L ul.shipping-blk li .icon-flag{
	width:16px;
	height:13px;
	display: inline-block;
	background: url(static/images/flag_sprite.png) no-repeat;
	margin-top:4px;
}
.footer-L ul.shipping-blk li .icon-flag.us{
	background-position: 0px 0px;
}
.footer-L ul.shipping-blk li .icon-flag.canada{
	background-position: 0px -32px;
}
.footer-L ul.shipping-blk li .icon-flag.australia{
	background-position: 0px -16px;
}
.footer-L ul.shipping-blk li .icon-flag.de{
        background-position: 0px -48px;
}
.footer-L ul.shipping-blk li .icon-flag.gb{
        background-position: 0px -64px;
}
.footer-L ul.shipping-blk li .icon-flag.hk{
        background-position: 0px -80px;
}
.footer-L ul.shipping-blk li .icon-flag.sg{
        background-position: 0px -96px;
}
.footer-L ul.shipping-blk li .icon-flag.nl{
        background-position: 0px -112px;
}
.footer-L ul.shipping-blk li .icon-flag.no{
        background-position: 0px -128px;
}
.footer-R {
	text-align:right;
}
.footer-R .social_icons_blk li{
	float:left;
	margin-right:6px;
	margin-left:6px;
}
.footer-R .social_icons_blk { 
	width:100%;
	padding-top:3px; 
      padding-left: 45px;
	display:inline-block;
}/
.footer-R .social_icons_blk li a{
	  width: 32px;
	display:block;
	vertical-align:middle;
	text-align:center;
	/*padding: 6px 0px;
	border:1px solid #9c9c9b;
	border-radius:20px;*/
	
}


/* Footer End */

@media (min-width: 2202px) and  (max-width: 3999px){	
	.choose-artwork-modal .modal-dialog{left: 38%;}
}
@media (max-width: 2201px){
	.choose-artwork-modal .modal-dialog{left: 37%;}
}
@media (max-width: 2199px){	
	.cycle-slideshow{ height: 480px;}
}

@media (min-width: 1901px) and (max-width: 2200px){
	.choose-artwork-modal .modal-dialog{left: 36%;}
}
@media (min-width: 1600px) and (max-width: 1899px){
	.choose-artwork-modal .modal-dialog{left: 33%;}
}

@media (max-width: 1599px){	
	.cycle-slideshow{ height: 400px;}
	.choose-artwork-modal .modal-dialog{left: 31%;}
}
@media (max-width: 1399px){	
	.cycle-slideshow{ height: 345px;}
	.choose-artwork-modal .modal-dialog{left: 29%;}
}

@media (max-width: 1299px){	
	.cycle-slideshow{ height: 340px;}
	.logo-side{margin-left: 1% !important;}
}
@media (min-width: 1200px){
	/*.container {width: 1150px;}
	.container{ padding-left: 30px; }*/
	.logo-side{ margin-left: .5% !important;}
}
@media (max-width: 1199px){	
	.logo-side{margin-left: 1% !important;}
	
	.banner-blk{ min-height: 209px; max-height: 209px;}
	.banner-blk img {  height: 209px; }
	
	.cycle-slideshow{ height: 300px;}
	.hme-prod-blk .prod-img-overflow{
		position:relative;
		height: 255px;
	}
	
	.filter-blk .input-style-blk.form-inline .form-control{ width: 114px;}
	.filter-blk .input-style-blk .btn { padding: 5px 6px; }
	
	.filter-blk .filter-blk-L{width:18%;}
	.filter-blk .filter-blk-R{width:81%; } 
	
	.product-details-container .product-details-left-blk .product-details-img-blk .product-details-img img {
		    max-width: 254px;
	}
	.product-details-img .vote-blk{ left: 34%;}
	.hme-prod-blk .hme-prod-btn{ left: 21%;}
	
	.hme-prod-blk .icon-color-palette{ top: 209px; }
	.related-prod-blk .related-img-blk ul li{min-height:170px;}
	.related-img-blk ul li .prod-info-blk .designer-name{height:35px;}
	
	.choose-artwork-modal .modal-dialog{ left: 23%; }
}
@media (max-width: 1070px){
	.filter-blk select.btn{margin-right:3px; margin-bottom: 5px;}
	.filter-blk .input-style-blk.form-inline .form-control{ width: 100px;}
	
	.filter-blk .filter-blk-L{width:18%;}
	.filter-blk .filter-blk-R{width:82%; }
}
@media (max-width: 1054px){	
	/*.container{ padding-left: 20px; }*/
}
@media (max-width: 1024px){	
	.cycle-slideshow{ height: 290px;}
	.banner-blk{ min-height: 209px; max-height: 209px;}
	.banner-blk img {  height: 209px; }
}
@media (min-width: 992px) and (max-width: 1024px){
	.product-details-container .product-details-blk .size-blk li a{ padding: 5px 6px;}
}
@media (min-width: 992px) and (max-width: 1054px){
	/* .container{ padding-left: 45px; } */
}
@media (max-width: 992px){
	.main-header .logo-blk{margin-right: 10px;}
	.nav-blk ul li a{padding: 10px 4px 6px;}
	.search-blk{ margin-right: 5px;}
	.main-header .cart-blk .icon-cart, .icon-cart{margin-right:0;}
	.main-header .menu-blk{padding-left: 10px;}
	
	.cycle-slideshow{ height: 260px;}
	.hme-prod-blk .prod-img-overflow{ position:relative; height: 210px;}
	.hme-prod-blk .hme-prod-btn{ left: 8%;}
	.hme-prod-txt-blk { min-height: 80px; overflow: hidden;}
	
	.hme-prod-blk .icon-color-palette{ top: 165px; }
	
	.banner-blk{ min-height: 160px; max-height: 160px;}
	.banner-blk img{ height: 160px;}
	.store-desc { width: 32%; /* margin-top: 175px; */}
	
	.filter-blk select.btn{margin-bottom:5px;}
	.filter-blk .input-style-blk.form-inline .form-control{width:}
	.filter-blk .filter-blk-R { width: 100%;}
	.filter-blk-R .filter-right .form-group:nth-child(2n){ width: 130px; }
	
	.hme-prod-blk .prod-img-overflow .icon-cart{top: 0; left:0;}
	.prod-wrapper-content h3{font-size: 23px;}
	.product-details-img{ max-height: 225px; overflow-y: hidden;}
	.product-details-blk .prod-txt-blk.size .form-inline .form-control{margin-bottom:10px;}
	.prod-details-tab-blk .nav>li>a{ font-size: 15px; padding: 10px 11px;}
	
	.product-details-container .size_chart_desc_table table{ width: 100%;}
	
	.related-img-blk ul li .related-prod-img-overflow img{height: 80px;}
	
	.customize-buy-container .container{width: 100%; margin: 0 auto;}	
	.choose-artwork-modal .modal-dialog{ left: 21%; }
	
	.cart-shipping-type-blk .form-control{ padding: 6px 1px;}
	.inner-table table tr td {  width: 60%;}
	.inner-table table tr td:first-child {width: 40%;}
}

@media (max-width: 899px){
	.cycle-slideshow{ height: 200px;}
	.hme-prod-blk .prod-img-overflow { height: 190px; }
	
	.hme-prod-blk .icon-color-palette{ width: 32px; height: 34px; background-size:100%; top: 155px; }
}
@media (max-width: 799px){
	/* .container{ padding-left: 40px; } */
}
@media (max-width: 767px){
	.logo-img{height: 32px;}
	.main-header .col-xs-12{padding-left:0px; padding-right:0px;}
	.main-header .logo-blk{text-align:left;     margin-left: 15px;}
	.main-header .menu-blk .icon-products{margin-top: -3px;}
	
	.main-header .nav>li>a{ padding: 10px 15px;}
	/* .container{ padding-left: 15px; } */
	.main-header .menu-blk{float:right;}
	/*.dl-menuwrapper button{ padding-top: 4px;}
	.dl-menuwrapper .dl-menu.dl-menuopen{ right: 14px;}
	.dl-menuwrapper .dl-menu.dl-menu-toggle{right:0;}*/
	
	.dl-menuwrapper button{margin-left:10px;}
	
	.navbar-nav:first-child{border-top: 1px solid #eeeeee; padding-top:5px;}
	.search-blk { width: 80%; float:left; margin-right:0px; margin-left: 15px;}
	.main-header .cart-blk{    padding-right: 15px; }
	.search-blk{ width: 95%;}
	.search-blk .form-inline .input-group>.form-control{}
	.search-blk .input-group-addon{padding-right:15px;}
	.navbar-nav>li>a{background:transparent; color:#8a8a8a; border-bottom:1px solid #eeeeee;}
	.navbar-nav>li>a:hover{background:#000000; color:#FFFFFF; border-bottom:1px solid #000000;}
	
	/* .container{ padding-left: 15px;  padding-right: 15px;} */
	.cycle-slideshow{ height: 180px;}
	.cycle-slide{    border-left: 2px solid #ffffff;  border-right: 2px solid #ffffff;}
	
	.banner-blk{ min-height: 164px; max-height: 164px;}
	.banner-blk img{ height: 164px;}
	.store-desc { width: 92%; float:none; margin-left:auto; margin-right:auto; text-align:center;}

	.banner-blk .banner-left-blk h3{margin-top:0px;}
	.banner-blk .banner-left-blk li a{    padding: 10px 20px;}
	.banner-blk .banner-right-blk .banner-img {min-height: 274px; background-size: 100% 100%;	}
	

	/*.hme-prod-blk .prod-img-overflow .hme-prod-hover-content{min-height: 220px;}*/
	.hme-prod-blk{margin-bottom: 20px;}
	.hme-prod-blk .prod-img-overflow img{  max-width: 32%;}
	.hme-prod-blk .hme-prod-btn { left: 40%; }
	
	.filter-blk .input-style-blk .form-group, .filter-blk .filter-right .form-group{float:left; vertical-align:top;}
	.filter-blk .filter-right{float:none;}
	
	.product-image-container{float:none;}
	.product-details-container .product-details-blk{    padding-left: 0px;}
	
	.product-details-blk .prod-txt-blk.size .form-inline .form-control{float: left; width: auto; margin-right:10px; margin-bottom:0;}
	
	.size_chart_desc_table table{width:100%;}
	.product-details-blk, .product-fit-guide{padding-top:20px;}
	
	.product-details-img .vote-blk{ left: 19%;}
	
	.related-prod-blk .related-img-blk ul li{width: 31%; min-height: 160px;}
	.related-img-blk ul li .related-prod-img-overflow { height: 80px; }
	.related-img-blk ul li .related-prod-img-overflow img{ height: 82px; }
	
	.customize-buy-container .container{width: 100%; margin: 0 auto;}	
	.modalProductImg-blk .carousel-inner{ min-height: inherit;}
	
	.modalProductImg-blk .arrow{	margin-top: 120px;}
	.table-responsive {
	  width: 100%;
	  margin-bottom: 15px;
	  overflow-y: hidden;
	  -ms-overflow-style: -ms-autohiding-scrollbar;
	  border: 1px solid #ddd;
	  padding:10px 0px;
	}
	.table-responsive table{width:600px;}
	.shipping-form-blk .form-group.col-sm-6{padding-left:0px; padding-right:0px;}
	.track-container-blk .form-control{ margin-bottom:20px; }
	
	
	
	.footer-L, .footer-R { text-align:center; }
	.footer-L{ padding-bottom:10px; }
	.footer-L ul, .footer-L ul.shipping-blk, .footer-R .social_icons_blk {
	  width: 100%;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  text-align: center;
	  line-height: 1;
	  padding: 0;
	}
	.footer-R .social_icons_blk{ margin-bottom: 10px;}
	.footer-L ul  li , .footer-L ul.shipping-blk, .footer-R .social_icons_blk li {
	  min-width: auto;
	  float:none !important;
	  display: inline-block;
	  position: relative;
	}
}

@media (max-width: 699px){
	.filter-blk .filter-blk-L { width: 60%; }
	.banner-blk{ min-height: 148px; max-height: 148px;}
	.banner-blk img{ height: 148px;}
}
@media (max-width: 649px) {
	.cycle-slideshow{ height: 165px;}

	.banner-blk{ min-height: 136px; max-height: 136px;}
	.banner-blk img{ height: 136px;}
	
	.related-prod-blk .related-img-blk ul li{width: 32%; min-height: 155px;}
}
@media (max-width: 550px) {
	.main-header .menu-blk, .main-header .menu-blk .icon-bar{ margin-right: 0px;}
	.main-header .logo-blk .store-name{display: inline-block;}
	.search-blk{ width: 72%; }
	
	.banner-blk{ min-height: 116px; max-height: 116px;}
	.banner-blk img{ height: 116px;}
	
	.hme-prod-blk .prod-img-overflow .hme-prod-hover-content{}
	.hme-prod-blk .hme-prod-btn { left: 36%; }
	
	.cycle-slideshow{ height: 126px;}
	.store-desc{/* margin-top: 140px; */ font-size: 20px;}
	.product-details-thumb-blk{width:16%;}
	.product-details-img{width:72%;}
	.product-details-container .product-details-left-blk .product-details-img-blk .product-details-img img{width:100%; min-height:auto;}
	.product-details-container .product-details-left-blk .product-details-thumb-img{height:44px;}
	.product-details-container .product-details-left-blk .product-details-thumb-img img{height: 38px;}
	.product-details-img .vote-blk{ left: 32%;}
	.related-prod-blk .related-img-blk ul li{width: 32%; min-height: 182px;}
	
}
@media (max-width: 500px) {
	.banner-blk{ min-height: 105px; max-height: 105px;}
	.banner-blk img{ height: 105px;}
}
@media (max-width: 400px) {
	.main-header .logo-blk .store-name{ width: 180px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
	
	.banner-blk{ min-height: 82px; max-height: 82px;}
	.banner-blk img{ height: 82px;}
	
	.cycle-slideshow{ height: 100px;}
	.main-header .logo-blk .store-name{font-size: 18px;}
	.main-menu ul li a{ padding: 15px 6px 15px 6px;}
	
	.filter-blk .btn { margin-bottom: 10px; }
	
	.product-details-thumb-blk{margin-right:5px;}
	.product-details-container .product-details-left-blk .product-details-thumb-img img{ height: 48px; }
	.hme-prod-blk .hme-prod-btn { left: 30%; }
	
	
	.prod-details-tab-blk .nav>li>a{ font-size: 12px; padding: 10px 6px;}
	.size_chart_desc_table{
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd; padding:10px 0px;
	  }
	.size_chart_desc_table table{width:410px;}
		
	.related-prod-blk .related-img-blk ul li{width: 99%; min-height: 150px;}
	.related-img-blk ul li .related-prod-img-overflow{height:120px;}
	.related-img-blk ul li .related-prod-img-overflow img{height:120px;}
}
@media (max-width: 360px) {
	.main-header .logo-blk .store-name{ width: 120px;}
	
	.banner-blk{ min-height: 73px; max-height: 73px;}
	.banner-blk img{ height: 73px;}
	
	.cycle-slideshow{ height: 85px;}
	.cart-form-blk .cart-card-blk .btn-blk{ text-align: left;}
	.cart-form-blk .cart-card-blk .verified-blk{width:100%;}
	.cart-form-blk .icon_verified{float:left;}
	.product-details-container .product-details-blk .size-blk li{ margin-right: 5px;}
}

@media screen and ( max-height: 350px ){
    .logo-side{top: 26%;}
}
@media screen and ( max-height: 290px ){
    .logo-side{top: 20%;}
}
@media (min-height: 550px) and (max-height: 629px){
    .body-blk .inside-page-container-blk{min-height: 440px; margin-bottom:80px;}
    .body-blk .inside-page-container-blk.customize-buy-container{min-height: 600px;}
    .body-blk .footer-bottom{position:fixed; bottom:0; width:100%;}
    .body-blk.body-customize-buy .footer-bottom{position:relative;}
    .body-blk.body-ord-conf .footer-bottom{position:relative;}
}
@media (min-height: 630px) and (max-height: 2000px){
    .body-blk .inside-page-container-blk{min-height: 480px; margin-bottom:80px;}
    .body-blk .inside-page-container-blk.customize-buy-container{min-height: 600px;}
    .body-blk .footer-bottom{position:fixed; bottom:0; width:100%;}
	.body-blk.body-customize-buy .footer-bottom{position:relative; bottom:0px; width:100%;}
	.body-blk.body-ord-conf .footer-bottom{position:relative; bottom:0px; width:100%;}
}
@media (min-height: 700px) and (max-height: 2000px){
    .body-blk .inside-page-container-blk.customize-buy-container{min-height: 520px;}
    .body-blk.body-customize-buy .footer-bottom{position:fixed; bottom:0; width:100%;}
    .body-blk.body-ord-conf .footer-bottom{position:relative; bottom:0; width:100%;}
}

