/*----*/
html, body{
	margin:0;
	font-size: 100%;
	font-family: Arial, sans-serif;
	background: #fff;
}
@font-face {
    font-family: 'eurof';
    src: url('/assets/fonts/eurof55.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
body a, a:hover, a:focus {
	text-decoration:none;
	color: #303030;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	color: #000;
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
	font-weight: normal;
}
/*-- header --*/
.titleTag {
	float: right;
    font-size: 12px;
    color: #666;
}
.header {
    border-bottom: 1px solid #eee;

}
.header ul li {
    display: inline-block;
    width: 33%;
    text-align: center;
	color:#848484;
	font-size:16px;
    padding: 12px 0;
}
.header ul li:nth-child(2) {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;	
}
.header ul li a {
	color:#848484;
	text-decoration:none;
}
.header ul li span {
    margin-right: 12px;
    top: 2px;
    color: #e5a2a2;
}
.header ul li:nth-child(3) {
    text-align: right;
}
.header ul li:nth-child(1) {
    text-align: left;
}
.header-right {
    text-align: center;
}
.header-left{
    text-align: left;	
}
/*-- //header --*/

/*-- header-sec --*/
.header-top {
	font-size: 9px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
    text-align: center;
    padding-top: 9px;
    height: 42px;
	white-space: nowrap;
}
.header-left img {
    width: 73%;
}
.header-middle {
    margin-top: 11px;
}
.header-sec {
    padding: 5px 0;
}
.header-right ul li{
	display:inline-block;
	margin:0 3px;
}
.header-right ul li a{
	width:32px;
	height:32px;
	display:block;
}
.header-right ul li a.use1{
	background:url(../img/img-sp.png) no-repeat -133px -1px;
}
.header-right ul li a.use1:hover {
    transform: inherit;
}

.header-right ul li a.fb{
	background:url(../img/img-sp.png) no-repeat 0px 0px;
}
.header-right ul li a.twi{
	background:url(../img/img-sp.png) no-repeat -33px 0px;
}
.header-right ul li a.insta{
	background:url(../img/img-sp.png) no-repeat -100px 0px;
}
.header-right ul li a.you{
	background:url(../img/img-sp.png) no-repeat -66px 0px;
}
.header-middle input[type="search"] {
    outline: none;
    border: none;
    width: 100%;
    padding: 14px 10px;
    color: #848484;
    font-size: 16px;
    border-right: 1px solid #eee;
}
.header-middle form input[type="submit"]{
    background: url(../img/search.png) no-repeat 4px 0px #e5a2a2;
    width: 100%;
    height: 50px;
    border: none;
    padding: 0;
    border:none;
	outline:none;
}
.sear-sub{
    float: right;
    width: 10%;		
}
.header-middle {
    border: 1px solid #eee;
	padding:0;
}
.header-right ul {
    margin-top: 20px;
}

/* pop-up text */
.footer-bottom a span {
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 19%;
    left: 59px;
    text-align: center;
    right: -25px;
    padding: 2px 0px;
    font-size: 1em;
    border-radius: 2px;
    background: #e5a2a2;
    visibility: hidden;
    opacity: 0;
}

/* pop-up text arrow */

.footer-bottom a span:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #e5a2a2;
    position: absolute;
    bottom: -4px;
    left: 21px;
}
.footer-bottom a:hover span {
    bottom: 41px;
    visibility: visible;
    opacity: 1;
}

/*-- //header-sec --*/
/*-- banner-top --*/
.nav-sec{
	position: sticky;
    top: 0;
	background:#fff;
    padding: 0px 0;
	z-index: 1005;
}
.navbar-nav > li > .dropdown-menu {
	font-size: 12px;
    width: 1130px;
    padding: 10px 5px 5px 5px;
	z-index: 1001 !important;
	overflow-y: auto;
	box-shadow: none;
	border-radius: 0;
}
.nav-gap {
	height: 5px;
}
.dropdown-menu {
	font-size: 11px;
	margin: 0;
    padding: 8px 0 8px 3px;
	border: 1px solid #ccc;
	border-radius: 0;
	z-index: 1002;
	overflow-y: auto;
}
.dropdown-menu > li > a {
	line-height: 1;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-color: #000000 !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #000000 !important;
	color: #fff;
}
.multi-gd-img img{
	width:100%;
}
/*-- nav-bar --*/
.navbar-default {
    background: none;
    border: none;
    min-height: inherit;
    margin: 0;
    float: left;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
	white-space: nowrap;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background: none;
}
.navbar-nav > li {
    margin: 1px 1px 0 0;
	position: static;
}
.navbar-nav > li > a {
    padding: 5px 5px;
	text-align: center;
	width: 138px;
	height: 28px;
	color: #000 !important;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav > li > a {
    line-height: inherit;
}
/*-- //nav-bar --*/
/* Common styles for all menus */

.menu-list {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu-item {
	display: block;
	margin: 0em 0;
}

.menu-link {
    font-size: 16px;
	font-family: eurof, Century Gothic, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu-link:hover,
.menu-link:focus {
	outline: none;
}

/*-- //left nav --*/
.top_nav_right {
    float: right;
    width: 10%;
}
.box_1 {
    background: #e5a2a2;
    padding: 10px 22px 3px;
    text-align: center;
}
.box_1 h3 {
    color: #fff;
    font-size: 1em;
    margin: 0;
	text-decoration:none;
    margin: 0 0 7px 0;
}
.total i {
    top: 2px;
    left: -5px;
}

.box_1 p {
	margin: 0;
    color: #999;
    font-size: 14px;
}
a.simpleCart_empty {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    display: block;
}
.header-right ul li a:hover {
    transform: rotateY(360deg);
}
/*-- //banner-top --*/
/*-- banner --*/
	
/*-- Slider Part starts Here --*/
#slider3,#slider4  {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 61%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 62px;
	width: 45px;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
a.callbacks_nav.callbacks1_nav.prev {
	background: transparent url("../img/themes.png") no-repeat 0px 0px;
  left: -3.1%;
}
.callbacks_nav.next {
	background: transparent url("../img/themes.png") no-repeat -46px 0px;
  left: 100%;
}
#slider3-pager a,#slider4-pager a  {
  display: inline-block;
}
#slider3-pager span,#slider4-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a ,#slider4-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a ,#slider4-pager a {
  padding: 0;
}
#slider3-pager li, #slider4-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
}

.callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 84%;
    z-index: 999;
    left: 40%;
    padding: 0;
    margin: 0;
}
ul.callbacks_tabs.callbacks2_tabs {
top: 73%;
left:46%;
}
.slider-top{
	text-align: center;
	padding:10em 0;
}
.slider-top h1{
	font-weight:700;
	font-size:48px;
	color:#010101;
}
.slider-top p{
	font-weight:400;
	font-size:20px;
	padding:1em 7em;
	color:#010101;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}
ul.social-slide li i{
	width:70px;
	height:74px;
	background:url(../img/img-resources.png) no-repeat;
	display: inline-block;
	margin:0px 15px;
}
ul.social-slide li i.win{
	background-position:-6px 0px;
}
ul.social-slide li i.android{
	background-position:-110px 0px;
}
ul.social-slide li i.mac{
	background-position:-215px 0px;
}
.callbacks_tabs li{
	display: inline-block;
}


.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
    height: 5px;
    width: 35px;
  display:inline-block;
  background: #ffffff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.callbacks_here a:after{
	background: #e5a2a2;	
}
a.callbacks_nav.callbacks2_nav.prev {
background: transparent url("../img/2.png") no-repeat left top;
width:23px;
height:23px;
}
a.callbacks_nav.callbacks2_nav.next{
background: transparent url("../img/2.png") no-repeat -29px 0px;
width:23px;
height:23px;
}
a.callbacks_nav.callbacks2_nav.prev {
left: 86% !important;
top: 9%;
}
a.callbacks_nav.callbacks2_nav.next {
right: 0% !important;
top: 9%;
}
/*-- Slider part Ends Here --*/
/*-- //banner --*/
/*-- footer --*/
.link-sec {
    padding: 20px 0 0;
    margin-top: 20px;
    border-top: 1px solid #dbdbdb;
    font-size: 12px;
    color: #4b4b4b;
}
.footer-sec {
    padding: 20px 0;
    margin-top: 20px;
    border-top: 1px solid #dbdbdb;
    font-size: 12px;
    color: #4b4b4b;
}
.footer-ico {
	width: 16px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.footer-content {
	font-size: 12px;
    margin-left: 5px;
    display: inline-block;
}
/*-- //footer --*/
/*-- new_arrivals --*/
.new_arrivals{
	padding:90px 0;
}
.new_arrivals h3{
	color:#000;
	font-size:36px;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:30px;
}
.new_arrivals h3 span{
	color:#e5a2a2;
}
.new_arrivals p{
	color:#848484;
	font-size:16px;
	text-align:center;
}
.new-gd-left{
position:relative;
}
.new-gd-left img{
	width:100%;
}
.new_grids{
	margin-top:55px;
}
.wed-brand h5 {
    margin: 20px 0;
    color: #000;
    font-size: 23px;
    text-align: center;
}
.wed-brand h4{
	font-size:23px;
	text-align:center;
	color:#000;
	text-transform:uppercase;

}

.wed-brand {
    position: absolute;
    top: 28%;
    left: 12%;
}
/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e5a2a2;
}
.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #e5a2a2 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hvr-outline-out:hover:before,.hvr-outline-out:focus:before,.hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
.wed-brand p i {
    text-decoration: line-through;
}
.wed-brand p {
    font-size: 21px;
    color: #000;
    text-align: center;
}
.wed-brand p a{
    color: #fff;
    padding: 9px 0px;
    display: block;
    text-transform: uppercase;
    margin: 25px auto 0;
    font-size: 16px;
    width: 50%;
	text-decoration:none;
}
.wed-brandtwo h4{
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.wed-brandtwo {
    position: absolute;
    top: 36%;
    left: 20%;
}
.wed-brandtwo p {
    font-size: 45px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.new-gd-middle img {
    width: 100%;
}
.new-levis {
    border: 1px solid #D2D2D2;
    background: #fff;
    padding: 45px 28px;
}
.mid-text {
    float: left;
    width: 48%;
    margin: 0 5%;
}
.mid-text h4 {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.5em;
	margin-bottom:15px;
}
.mid-text h4 span{
	display:block;
}
.mid-img {
    float: left;
    width: 35%;
    margin: 13% 3% 0;
}
.mid-text a {
    font-size: 16px;
    color: #fff;
    padding: 8px 18px;
}
.new-levis:nth-child(2) {
    margin-top: 35px;
}
/*-- //new_arrivals --*/
/*-- content --*/
.content-lgrid,.content-img-left,.content-rgrid{
	padding:0;
}
.content-lgrid{
	width:66.66%;
}
.content-rgrid {
    width: 33.334%;
}
.content-img-right {
    padding: 104px 50px 0px;
    background: #f7f7f7;
    text-transform: uppercase;
	min-height:343px;
}
/* CSS3 Hover Effects */
.img-box, .info-box {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.img-box img, .info-box img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
}

.img-box {
  position: relative;
}

.info-box {
  top: 0;
  left: 0;
  position: absolute;
}
.info-box .info-content {
  display: block;
  position: relative;
  padding: 0%;
  float: left;
  left: 50%;
  top: 50%;
  position: relative;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.separator {
    display: block;
    position: relative;
    height: 1px;
    width: 100%;
    margin: 20px auto;
    background: rgba(255, 255, 255, 0.5);
    clear: both;
}

.content-grid-effect {
  display: block;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.content-grid-effect .info-content {
  z-index: 2 !important;
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.content-grid-effect .img-box:after, .content-grid-effect .img-box:before, .content-grid-effect .info-box:after, .content-grid-effect .info-box:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.content-grid-effect.horizontal .img-box:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.content-grid-effect.horizontal .img-box:after {
  top: 25%;
  left: 0;
  width: 100%;
  height: 25%;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.content-grid-effect.horizontal .info-box:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 25%;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.content-grid-effect.horizontal .info-box:before {
  top: 75%;
  left: 0;
  width: 100%;
  height: calc(25% + 1px);
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.content-grid-effect.vertical .img-box:before {
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.content-grid-effect.vertical .img-box:after {
  top: 0;
  left: 25%;
  width: 25%;
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.content-grid-effect.vertical .info-box:after {
  top: 0;
  left: 50%;
  width: 25%;
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.content-grid-effect.vertical .info-box:before {
  top: 0;
  left: 75%;
  width: calc(25% + 1px);
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}
.content-grid-effect:hover .img-box:after, .content-grid-effect:hover .img-box:before, .content-grid-effect:hover .info-box:after, .content-grid-effect:hover .info-box:before {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.content-grid-effect:hover .info-content {
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.content-img-right h3 {
    color: #000;
    font-size: 24px;
}
.content-img-right h3 span {
    color: #e5a2a2;
    display: block;
    font-size: 51px;
	margin:15px 0;
}
.info-content h4 {
    font-size: 35px;
    color: #e5a2a2;
    text-transform: uppercase;
}
.info-content p {
    color: #fff;
    text-align: center;
    font-size: 26px;
}
.info-content a {
    text-align: center;
    padding: 10px 22px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
/*-- //content --*/
/*-- easy responsive tabs style--*/
.sap_tabs{
	clear:both;
	padding: 0em 0 0em;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
text-align:center;
  list-style: none;
    margin: 0 0 3em 0;
    padding: 0;
}
.resp-tab-item{
    margin: 0 25px;
    padding: 0 35px 25px 35px;
    text-decoration: none;
    color: #ccc;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 2px solid #ccc;
    display: inline-block;
    text-align: center;
    list-style: none;
    outline: none;
    text-transform: Capitalize;
    font-weight: 600;
}
.resp-tab-active,.resp-tab-item:hover{
	color: #333;
    border-bottom:2px solid #e5a2a2;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
	
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
.product-men img {
    width: 100%;
}
.body-sec {
    padding: 0;
	margin-top: 0;
}
/*-- effect --*/
.men-pro-item {
    position: relative;
    /*box-shadow: 0px 0px 5px 0px #D6D6D6;*/
    /*padding-bottom: 20px;*/
}
.thumb-item, .image-sec {
	height: 100%;
    position: relative;
}
.image-sec img {
    border: 1px solid #eee;
}
.thumb-item {
	font-size: 11px;
}
.thumb-item:hover {
    cursor: pointer;
}
.thumb-item img {
    padding: 0;
	border: 1px solid #fff;
	width: 100%; 
	height: auto;
}
.thumb-item:hover .item-quickv {
    opacity: 1;
    display: block;
}
.info-sec {
	padding-left: 15px;
}
.product-status-top {
    background-color: #000;
    color: #fff;
    display: inline-block;
    left: 0;
    padding: 0 10px 1px;
    position: absolute;
    top: 0;
    z-index: 10;
}
.quickv-img-sec {
	padding-left: 35px !important;
}
.quickv-info-sec {
	padding-right: 35px !important;
}
.quickv-nav {
	position: absolute;
    top: 207px;
    font-size: 30px;
    cursor: pointer;
	color: #acacac;
}
.quickv-nav-right {
	right: 15px;
}
/*-- //effect --*/
.item-info-product h4 a {
    font-size: 14px;
    color: #e5a2a2;
	text-decoration:none;
}
.info-product-price {
    margin: 0;
	height: 48px;
	white-space: nowrap;
	position: relative;
	color: #303030;
    font-family: verdana;
}
.info-product-price span {
    color: #666;
    font-size: 11px;
}
.info-product-price del {
    color: #A7A7A7;
    margin-left: 10px;
}
.info-product-box {
	text-align: right;
	margin-right: 33px;
	margin-left: 5px;
}
a.single-item{
	color:#fff;
    font-size: 16px;
    padding: 3px 14px;
	text-decoration:none;
}
.modal-backdrop {
    background: #464646;
}
.modal-dialog.quickv {
    width: 860px;
    margin: 50px auto;
}
.modal-dialog.login {
	width: 400px;
    margin: 30px auto;
}
.form-control {
	border-radius: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.modal-header {
    border-bottom: none;
}
.login-msg {
	font-size: 12px;
	line-height: 1.2;
}
.login-err {
	position: absolute;
    font-size: 10px;
    color: red;
    top: 55px;
    left: 5px;
}
.forgot-err {
	position: absolute;
    font-size: 12px;
    color: red;
    top: 98px;
    left: 5px;
}
.modal-open {
    overflow: hidden;
}
#login-forgot {
	margin-top:3px
}
.login-option {
	font-size:10px;
	font-weight:bold;
	font-family: Verdana;
	color: #303030;
	height: 20px;
	margin: 5px;
	text-align: center;
}
/*-- //login --*/
/*-- navigation --*/
ul.multi-column-dropdown li {
    list-style-type: none;
    line-height: 1.8em;
}
ul.multi-column-dropdown li a {
text-decoration:none;
font-size:12px;
color:#8E8E8E;	
}
ul.multi-column-dropdown li a:hover{
	color:#e5a2a2;
}
.col-sm-3.multi-gd-img {
    padding: 0;
}
.col-sm-6.multi-gd-img1 {
	padding-right:20px;
	padding-left:10px;
}
.multi-gd-img img,.multi-gd-img1 img {
    box-shadow: 0px 0px 7px 0px #AFAFAF;
}
/*-- //navigation --*/
.multi-gd-text a {
    display: block;
    position: relative;
}
.multi-gd-text a:hover::before {
    width: 100%;
    height: 100%;
}
.multi-gd-text a::before {
    background: rgba(0,0,0,0.1);
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    z-index: 99;
    content: "";
}
.multi-gd-text img {
    height: auto;
    width: 100%;
}
.multi-gd-text a:hover::after {
    width: 100%;
    height: 100%;
}
.multi-gd-text a::after {
    background: rgba(0,0,0,0.1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 99;
    content: "";
}
/*-- coupons --*/
.coupons{
background:url(../img/coupons.jpg) no-repeat center;
background-size:cover;
-webkit-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
-moz-background-size: cover;
min-height: 470px;
padding-top:110px;
}

.coupons-gd span {
    background: #e5a2a2;
    padding: 25px 24px;
    border-radius: 100%;
    color: #F3F3F3;
    font-size: 24px;
}
.coupons-gd h4 {
    color: #FFFFFF;
    font-size: 17px;
    text-transform: uppercase;
    margin: 40px 0 20px;
}
.coupons-gd h3 {
    color: #e5a2a2;
    font-size: 23px;
    text-transform: uppercase;
    line-height: 1.8em;
	margin: 83px 0 0;
}
.coupons-gd p {
    text-align: center;
    color: #BBB;
    font-size: 15px;
    line-height: 2em;
}
/*-- //coupons --*/
/*-- contact --*/
.page-head {
    background: url(../img/ba2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 217px;
    padding-top: 85px;
}
.page-head h3 {
    color: #e5a2a2;
    text-align: center;
    text-transform: uppercase;
    font-size: 48px;
}
.contact-form2 input[type="text"],.contact-form2 input[type="email"],.contact-form2 textarea{
    outline: none;
    padding: 10px;
    border: 1px solid #DFDFDF;
    background: none;
    font-size: 14px;
    color: #999;
    resize: none;
}
.contact-form2 input[type="text"],.contact-form2 input[type="email"]{
    width: 49%;	
}
.contact-form2 input[type="email"]{
	margin-left:1.5%;
}
.contact-form2 input[type="text"]:hover,.contact-form2 input[type="email"]:hover,.contact-form2 textarea:hover{
    border: 1px solid #e5a2a2;	
}
.contact-form2 textarea{
	min-height:220px;
    width: 100%;
	margin:25px 0;
}
.contact-form2 input[type="submit"]{
    outline: none;
    padding: 10px 0;
    border: none;
    background: #e5a2a2;
    font-size: 1em;
    color: #fff;
    width: 16%;
    margin: 0em 0 0 0em;
	text-transform:uppercase;
}
.contact-form2 input[type="submit"]:hover{
	background:#000;
}
.map iframe{
	width:100%;
	min-height:250px;
}
.map{
	margin: 0;
}
.contact-grid i {
    color: #fff;
    font-size: 33px;
}
.contact-grid2,.contact-grid1,.contact-grid3{
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 256px;
    padding-top: 45px;
}
.contact-grid2{
	background: url(../img/new2.jpg) no-repeat center;		
}
.contact-grid1{
	background: url(../img/new3.jpg) no-repeat center;
}
.contact-grid3{
	background: url(../img/new4.jpg) no-repeat center;
}
.contact-grid h4 {
    color: #e5a2a2;
    font-size: 35px;
    margin: 20px 0;
}

.contact-grid p {
    color: #fff;
    font-size: 14px;
    line-height: 2em;
}
.contact-grid p a{
    color: #fff;
	text-decoration:none;
}
.contact-grid p span {
display:block;	
}
.contact,.typrography{
	padding:90px 0;
}
/*-- typrography --*/
/*--trypography--*/
.mb-60 {
    padding-left: 0;
}
.mb-60 h4 {
    margin: 36px 0 38px;
    font-size: 24px;
}
.tab-content {
	padding: 15px;
	padding-top: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px;
	border-top: none;
}
.nav-tabs {
	border: none;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	background: #f8f8f8;
	margin-right: 3px;
	border: none;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #555;
	padding: 12px 20px;
}
.nav-tabs > li > a .fa {
	margin-right: 10px;
}
.nav-tabs > li.active > a{
	border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #e5a2a2;
	border: none;
	border-radius: 0;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #e5a2a2;
}
.nav-tabs > li > a i {
	font-size: 32px;
	margin-right: 20px;
	vertical-align: middle;
}
.tab-content p {
    line-height: 2.2em;
    font-size: 14px;
}
.grid_4{
	background:#fff;
	padding:0em 0em 0em 0em;
}  
.grid_5{
	background:#fff;
	padding:1em 0 2em 0;
}

.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
h4.typ1{
	margin-bottom:15px;
}
h5.typ1{
	margin-bottom:15px;
}
.progress {
  height: 8px;
  box-shadow: none;
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #03a9f4;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.progress-bar {
  box-shadow: none;
}
.progress-bar-primary {
  background-color: #03a9f4;
}
.progress-bar-info {
  background-color: #00bcd4;
}
.progress-bar-success {
  background-color: #8bc34a;
}
.progress-bar-warning {
  background-color: #ffc107;
}
.progress-bar-danger {
  background-color: #e51c23;
}
.progress-bar-inverse {
  background-color: #757575;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	color: #fff !important;
  background-color:#000 !important;
  border-color:#000 !important;
}
.pagination > li > a, .pagination > li > span {
	color: #000 !important;
	border-radius: 0 !important;
}
.page-jump {
	width: 54px;
    display: inline-block;
    top: 10px;
    margin-left: 5px;
    font-size: 11px;
    border-color: #ddd;
    padding: 3px 2px;
    height: 30px;
}
.grid_3 p,.page-header p {
  color: #888;
  font-size: 14px;
  line-height:2em;
  margin: 1em 0 2em;
}
.bs-docs-example {
  margin: 1em 0;
}
.optTable {
	border-collapse:collapse;
	min-width:330px;
	font-size: 13px;
}
.optTable th{
	padding:2px 15px;
	background:#f1f1f1;
}
.optTable td{
	padding: 2px 14px 2px 12px;
}
.cartTable > thead, .wishTable > thead, .notiTable > thead {
	position: sticky;
    top: 231px;
    z-index: 1;
}
.cartTable, .wishTable, .notiTable {
	font-size: 12px;
	border-collapse:collapse;
	width:100%;
	border-bottom: 1px solid #ccc;
}
.cartTable th, .wishTable th, .notiTable th {
	background:#f1f1f1;
	position: -webkit-sticky;
	vertical-align: middle !important;
	top: 0;
	z-index: 1002;
}
.cartTable td, .wishTable td, .notiTable td {
	line-height: 1.1 !important;
	vertical-align: middle !important;
}
section#tables  p {
 margin-top: 1em;
}
.breadcrumb li{
	font-size: 12px;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.90em;
  position: absolute;
	right: 10px;
	display:none;
	z-index: 10001;
	padding: 5px;
	width: 300px;
    margin-bottom: 5px;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
.bars {
  margin-bottom: 0.8em;
    color: #e5a2a2;
}
li.list-group-item1 {
  line-height: 2.5em;
}
ol {
  margin-bottom: 44px;
}
.list-group {
  margin-bottom: 48px;
}
.input-xs {
    height: 22px;
    padding: 2px;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 3px;
}
select.input-xs {
    line-height: 1;
    padding: 0;
}
.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 3px;
}
.breadcrumb {
    background-color: #fff;
	margin-bottom: 0;
	padding: 0;
	text-align: center;
	height: 24px;
}
.breadcrumb li a {
    font-size: 12px;
    color: #666666;
}
.breadcrumb > .active {
    color: #666666;
}
.breadcrumb li a span {
    margin-right: 6px;
}
/*-- //typrography --*/
/*-- electronics --*/
.electronics{
	padding:90px 0;
}
.electro-img-btm-left{
float:left;
width:48%;
}
.electro-img-btm-right{
float:right;
width:48%;
}
.electro-text h4 {
    font-size: 24px !important;
}
.electro-text a {
    padding: 5px 11px !important;
    font-size: 14px !important;
}
.electro-img-left{
	margin-bottom:30px;
}
.ele-bottom-grid {
    margin-top: 90px;
}
.ele-bottom-grid h3 span {
    color: #e5a2a2;
}
.ele-bottom-grid h3 {
    color: #000;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.ele-bottom-grid p {
    color: #848484;
    font-size: 16px;
    text-align: center;
	margin-bottom:60px;
}
/*-- //electronics --*/
/*-- men-wear --*/
.men-wear{
	padding:90px 0;
}
/*-- Slider range --*/
ul.dropdown-menu6 ,ul.dropdown-menu5{
margin:0;
position:relative;
}
ul.dropdown-menu6 li {
list-style:none;
}
ul.dropdown-menu6 li p{
width:100%;
}
span.amount{
color:#ffffff;
font-size:16px;
}
input#amount,input#amount1 {
    font-size: 18px;
    outline: none;
    background: none;
    word-spacing: 1em;
    color: #000 !important;
    position: absolute;
    left: 0%;
    top: 30px;
    text-align: center;
    width: 100%;
    border: 1px solid #D2D2D2 !important;
    padding: 4px 0;
}
ul.dropdown-menu6 li a {
text-decoration: none;
}
.range,.range-two{
padding: 15px 0 22px 0;
border-bottom: 1px solid #e5e3db; 
}
/*-- //Slider range --*/
.filter-price h3 {
    color: #e5a2a2;
    text-align: center;
    text-transform: uppercase;
	font-size:25px;
}
/*-- treeview --*/
.css-treeview label {
    padding: 5px;
    border-radius: 3px;
    margin: 2px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #999;
}

.css-treeview a{
    background: url("../img/icons1.png") no-repeat 0px 9px !important;
    padding: 7px 0 0 31px;
    border-radius: 3px;
    margin: 2px;
    font-size: 15px;
}

.css-treeview ul,
.css-treeview li
{
	list-style: none;
}

.css-treeview input
{
	position: absolute;
	opacity: 0;
}

.css-treeview
{
	font: normal 11px "Segoe UI", Arial, Sans-serif;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.css-treeview a {
    color: #999;
    text-decoration: none;
}

.css-treeview a:hover
{
	text-decoration: underline;
}

.css-treeview input + label + ul
{
	margin: 0 0 0 22px;
}

.css-treeview input + label + ul
{
	display: none;
}

.css-treeview label,
.css-treeview label::before
{
	cursor: pointer;
}

.css-treeview input:disabled + label
{
	cursor: default;
	opacity: .6;
}

.css-treeview input:checked:not(:disabled) + label + ul
{
	display: block;
}

.css-treeview label,
.css-treeview label::before
{
	background:url("../img/icons1.png") no-repeat 0px 7px !important;
}
.css-treeview label,
.css-treeview a,
.css-treeview label::before
{
	display: inline-block;
	vertical-align: middle;
}

.css-treeview label
{
	background-position: 18px 0;
}

.css-treeview label::before
{
	content: "";
	width: 16px;
	margin: 0 22px 0 0;
	vertical-align: middle;
	background-position: 0 -32px;
}

.css-treeview input:checked + label::before
{
	background-position: 0 -16px;
}

/*-- //treeview --*/
.css-treeview {
    border: 1px solid #d2d2d2;
}
.css-treeview h4 {
    color: #e5a2a2;
    text-align: center;
    background: #f7f7f7;
    padding: 17px 0;
    font-size: 26px;
    font-weight: 100;
    border-bottom: 1px solid #d2d2d2;
}
.tree-list-pad{
	padding:30px 30px;
}
.community-poll {
    border: 1px solid #d2d2d2;
    margin-top: 30px;
}
.radio {
	position: relative;
	display:inline-block;
	margin-left:15px;
}
.radio:first-child {
	margin-left: 0;
	margin: 0;
}
.radio {
	padding-left:22px;
	line-height: 28px;
	color: #404040;
	cursor: pointer;
}
.radio  input[type="radio"]{
	position: absolute;
	left: -9999px;
}
.radio-btns label {
  font-size: 14px;
  color: #000;
  padding: 0px 0 0 10px;
  font-weight:600;
  }
.radio i {
	position: absolute;
	top:5px;
	left: 0;
	display: block;
    width: 18px;
    height: 18px;
	outline: none;
  border:3px solid #e5a2a2;
  background: #fff;
	cursor:pointer;
}
.radio i {
	border-radius: 50%;
}
.radio input + i:after {
	position: absolute;
	opacity: 0;
}
 .radio input + i:after {
	content: '';
	top: 6px;
	left: 7px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}
.radio input:checked + i:after{
	opacity: 1;
}

label.checkbox {
	width: 28%;
	floaT: left;
}
/*** checked state ***/
.radio input + i:after {
  content: '';
  background: url("../img/tick-mark1.png") no-repeat center;
  top: 1px;
  left: 1px;
  width: 9px;
  height: 9px;
  text-align: center;
}
.radio input:checked + i {
  border:3px solid #e5a2a2;
  background: #fff;
}
.swit {
    padding: 30px 30px;
}
.check_box {
    margin-bottom: 5px;
}
.community-poll h4 {
    color: #e5a2a2;
    text-align: center;
    background: #f7f7f7;
    padding: 17px 0;
    font-size: 26px;
    font-weight: 100;
    border-bottom: 1px solid #d2d2d2;
}
/*-- //treeview --*/
.men-wear-left{
	padding-left:0;
}
.men-wear-bottom {
    margin: 50px 0;
}
.men-wear-right h4 {
    color: #e5a2a2;
    font-size: 27px;
    margin: 0px 0 24px;
}
.men-wear-right p {
    font-size: 15px;
    color: #999;
    line-height: 2.2em;
}
.products-right {
    padding-right: 0;
}
.no-pad-men {
    padding: 0 25px 0 0 !important;
}
.products-right h5 {
    color: #e5a2a2;
    font-size: 25px;
    text-transform: uppercase;
}
.sort-grid {
    padding: 11px 0;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    margin: 35px 0;
}
.sorting {
    float: left;
    width: 46%;
}
.sorting h6 {
    float: left;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    margin:7px 40px 0 0;
}
.sorting select {
    float: left;
    padding: 6px 13px;
    font-size: 14px;
    color: #999;
}
.single-pro {
    margin-top: 30px;
}
.pagination {
    margin: 10px 0 0;
}
/*-- //men-wear --*/
/*-- single-page --*/
.single {
    padding: 90px 0;
}
.single-right-left h3 {
    text-transform: capitalize;
    font-size: 24px;
    color: #e5a2a2;
    margin: 0;
}
.single-right-left p{
    color: #000;
    font-size: 23px;
	margin:.5em 0 1em;
}
.single-right-left del {
    color: #A7A7A7;
    margin-left: 10px;
}
.description{
	margin:1.5em 0;
}
.description h5 {
    color: #989898;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
	margin-bottom:12px;
}
.description p{
	font-size:14px;
	color:#999;
	line-height:1.8em;
	margin:0.5em 0 0;
}
.occasional{
	margin:2em 0;
}
.color-quality-right h5,.occasional h5 {
    color: #000;
    font-size: 18px;
    margin: 0 0 12px;
}
.color-quality-right select {
    padding: 5px 21px;
}
.colr {
    width: 33.333%;
    float: left;
}
.description input[type="text"]{
	padding:8px 8px;
	color:#ccc;
	font-size:13px;
	width:45%;
	outline:none;	
}
.description input[type="submit"]{
    color: #fff;
    font-size: 16px;
    background: #e5a2a2;
    border: none;
    outline: none;
    padding: 7px 17px 9px;	
}
.description input[type="submit"]:hover{
	background:#000;
}
.occasion-cart a{
	padding:8px 15px;
	text-decoration:none;
	color:#fff;
	font-size:16px;
}
.bootstrap-tab {
    margin: 5em 0 0;
}
.bootstrap-tab-text p{
	font-size:14px;
	color:#999;
	line-height:1.8em;
}
.bootstrap-tab-text h5,.add-review h4{
	text-transform:uppercase;
	font-size:1.2em;
	color:#212121;
	margin:2em 0;
}
.bootstrap-tab-text p span{
	display:block;
	margin:2em 0 0;
}
.bootstrap-tab ul li a {
    font-size: 1em;
    color: #999;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color:#FFFFFF !important;
}
.bootstrap-tab-text-grid-left{
	float:left;
	width:14%;
}
.bootstrap-tab-text-grid-right{
	float:right;
	width:83%;
}
.bootstrap-tab-text-grid-right ul li{
	display:inline-block;
}
.bootstrap-tab-text-grid-right ul li:nth-child(2){
	float:right;
}
.bootstrap-tab-text-grid-right ul li a{
	font-size:1em;
	color:#e5a2a2;
	text-transform:uppercase;
	text-decoration:none;
}
.bootstrap-tab-text-grid-right ul li a:hover{
	color: #212121;
}
.bootstrap-tab-text-grid-right ul li a span{
	left:-1em;
}
.bootstrap-tab-text-grids{
	margin:3em 0 0 0em;
}
.bootstrap-tab-text-grid-right p{
	margin:2em 0 0;
	color:#999;
	font-size:15px;
	line-height:2em;
}
.bootstrap-tab-text-grid-left img {
    border: 2px solid #000;
    border-left: 2px solid #e5a2a2;
    border-bottom: 2px solid #e5a2a2;
    border-radius: 100%;
    padding: 8px 8px;
    width: 86%;
}
.bootstrap-tab-text-grid:nth-child(2){
	margin:3em 0 0;
}
.add-review form{
	margin:2em 0 0;
}
.add-review input[type="text"],.add-review input[type="email"],.add-review textarea{
    outline: none;
    padding: 10px;
    border: 1px solid #D2D2D2;
    width: 49.35%;
    font-size: 15px;
    color: #e5a2a2;
}
.add-review input[type="email"]{
	margin-left:1%;
}
.add-review textarea{
	width:100% !important;
	min-height:150px;
	margin:1em 0;
	resize:none;
}
.add-review input[type="text"]:nth-child(3){
	width:100%;
	margin:1em 0;
}
.add-review input[type="submit"]{
	outline:none;
	padding:10px 0;
	background:#e5a2a2;
	border:none;
	width:30%;
	font-size:1em;
	color:#fff;
}
.add-review input[type="submit"]:hover{
    background: #000;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #e5a2a2;
	color:#fff;
}
/*-- Ratings --*/
.rating1 {
    direction:ltr;
}
.starRating:not(old) {
    display: inline-block;
    height: 18px;
    width:100px;
    overflow: hidden;
}

.starRating:not(old) > input{
  margin-right :-26%;
  opacity      : 0;
}

.starRating:not(old) > label {
    float: right;
    background: url(../img/1.png);
    background-size: contain;
    margin-right: 2px;
}

.starRating:not(old) > label:before{
  content         : '';
  display         : block;
  width           : 18px;
  height          : 18px;
  background      : url(../img/2.png);
  background-size : contain;
  opacity         : 0;
}

.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before{
  opacity : 1;
}
/*-- //Ratings --*/
/*-- //single-page --*/
/*-- check out --*/
.checkout{
	padding:90px 0;
}

.checkout h3 {
    color: #000;
    text-align: center;
    font-size: 26px;
	margin:0 0 3em;
	text-transform:uppercase;
}
.checkout h3 span{
	color:#d8703f;
}

/*-- responsive media queries --*/
@media (max-width: 1440px){
	.content-img-right h3 span {
		font-size: 49px;
	}
	.content-img-right {
	    padding: 85px 50px 0px;
		min-height:309px;
	}

}
@media (max-width: 1366px){
	.content-img-right h3 span {
		font-size: 46px;
	}
	.content-img-right {
		padding: 77px 50px 0px;
		min-height: 293px;
	}	
}
@media (max-width: 1280px){
	.content-img-right h3 span {
		font-size: 43px;
	}
	.content-img-right {
		padding: 70px 46px 0px;
		min-height: 274px;
	}
	.info-content a {
		padding: 7px 11px;
		font-size: 16px;
	}
	.info-content h4 {
		font-size: 27px;
	}
	.separator {
		margin: 15px auto;
	}	
}
@media (max-width: 1080px){
	.footer-bottom a span {
    width: 21%;
    left: 24px;
	}
	.header-right {
		padding-right: 0;
	}
	.header-left {
		padding-left: 0;
	}
	.box_1 h3 {
		font-size: 15px;
	}
	.new-gd-left {
		padding: 0;
	}
	.new-levis {
		padding: 45px 14px;
	}
	.mid-text a {
		padding: 5px 14px;
	}
	.wed-brand {
		left: 10%;
	}
	.wed-brand h4 {
		font-size: 20px;
	}
	.wed-brand h5 {
		font-size: 18px;
	}
	.new-levis {
		padding: 36px 14px;
	}
	.pignose-layerslider .slide-visual .script-wrap,.script-group img {
		width: 200px;
		height: 200px;
	}
	.pignose-layerslider .slide-visual {
		width: 1000px;
		height: 400px;
	}
	.content-img-right h3 {
		font-size: 19px;
	}
	.navbar-nav > li > a {
		padding: 5px 5px;
		width: 113px;
	}
	.content-img-right h3 span {
		font-size: 34px;
	}
	.content-img-right {
		padding: 62px 46px 0px;
		min-height: 231px;
	}
	.thumb-item img {
		padding: 0;
	}
	.item-info-product h4 a {
		font-size: 14px;
	}
	.product-men {
		padding: 0 10px;
	}
	.coupons-gd h3 {
		font-size: 19px;
	}
	.coupons-gd h4 {
		font-size: 14px;
		margin: 29px 0 14px;
	}
	.coupons-gd p {
		font-size: 13px;
	}
	.coupons {
		min-height: 365px;
		padding-top: 77px;
	}
	.newsleft h3 {
		font-size: 22px;
	}
	.newsright input[type="text"] {
		width: 67%;
	}
	.sign-grds {
		margin-top: 40px;
	}
	.men-wear-right p {
		font-size: 14px;
	}
	.css-treeview label {
		font-size: 14px;
	}
	.swit label {
		font-size: 14px;
	}
	.swit {
		padding: 20px 18px;
	}
	.community-poll h4,.css-treeview h4 {
		padding: 13px 0;
		font-size: 21px;
	}
	.sort-grid {
		padding: 25px 0;
	}
	.men-wear-right h4 {
		font-size: 23px;
	}
	.tree-list-pad {
		padding: 15px 24px;
	}
	.no-pad-men {
		padding: 0 18px 0 0 !important;
	}
	.electro-text h4 {
		font-size: 20px !important;
	}
	.electro-right {
		padding-right: 8px;
	}
	.page-head h3 {
		font-size: 42px;
	}
	.contact-grid h4 {
		font-size: 29px;
		margin: 18px 0;
	}
	.map iframe {
		min-height: 325px;
	}
	.contact-form2 textarea {
		min-height: 170px;
	}
	.contact-form2 input[type="submit"] {
		width: 12%;
	}
	.description {
		margin: 1em 0;
	}
	.occasional {
		margin: 1em 0;
	}
	.single-right-left del {
		font-size: 17px;
	}
	.bootstrap-tab {
		margin: 4em 0 0;
	}
	.add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
		width: 49.25%;
	}
	.wed-brandtwo p {
		font-size: 37px;
	}
	.close1, .close2, .close3, .close4 {
    right: 29px;
	}
}
@media (max-width: 1024px){
	.header-middle {
		margin-top: 6px;
	}
	.header-right ul {
		margin-top: 15px;
	}
	.new_arrivals {
		padding: 70px 0;
	}
	.new_arrivals h3,.ele-bottom-grid h3 {
		font-size: 32px;
	}
	.content-img-right {
		padding: 55px 36px 0px;
		min-height: 219px;
	}
	.navbar-nav > li > a {
		padding: 27px 13px;
	}
	.header-middle form input[type="submit"] {
		background: url(../img/search.png) no-repeat 1px 2px #e5a2a2;
	}
	.products-right h5,.filter-price h3 {
		font-size: 22px;
	}
	.css-treeview a {
		font-size: 14px;
	}
	.bootstrap-tab-text-grid-right p,.new_arrivals p {
		font-size: 14px;
	}	
}
@media (min-width: 992px) {
	.hide-lg {
		display: none !important;
	}  
	.col-md-80 {
	  width: 75%;
	}
	.col-md-20 {
	  width: 25%;
	}
	.navbar-nav > li > a {
		padding: 3px 5px;
		text-align: center;
		width: 115.375px;
		color: #000 !important;
	}
}  
@media (min-width: 1200px) {
	.col-md-20 {
		width: 20%;
	}
	.col-md-80 {
		width: 80%;
	}
	.navbar-nav > li > a {
		padding: 3px 5px;
		text-align: center;
		width: 140.375px;
		color: #000 !important;
	}
}  
.col-md-20,
.col-md-80 {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	height: 100%;
}
@media (max-width: 1199px){
	.slides_container {
		width: 930px !important;
	}
	.navbar-nav > li > .dropdown-menu {
		width: 930px;
	}	
	.popular-title {
		font-size:10px !important;
		height: 68px !important;
		padding-top: 18px !important;
	}	
	.popular-title2 {
		font-size:10px !important;
		height: 65.98px !important;
		padding-top: 17px !important;
	}	
}
@media (max-width: 991px){
	.slides_container {
		width: 710px !important;
	}
	.navbar-nav > li > .dropdown-menu {
		width: 710px;
	}	
	.hide-sm {
		display: none !important;
	}
	.col-md-12 {
		width: 100%;
		float: left;
	}
	.right-90 {
		width: 80% !important;
		float: right;
	}	
	.prod-price-box, .prod-btn-box, .detail-desc, .prod-info-box  {
		width: 100% !important;
	}
	.footer-bottom a span {
		width: 23%;
		left: 14px;
	}
	.header-left,.header-right {
		float: left;
		width: 31%;
	}
	.header-middle {
		float: left;
		width: 38%;
	}
	.sear-sub {
		float: right;
		width: 17%;
	}
	.box_1 h3 {
		font-size: 13px;
	}
	.box_1 {
		padding: 7px 4px;
	}
	.navbar-nav > li > a {
		padding: 4px 0;
		width: 87.875px;
		font-size: 14px;
	}
	.dropdown-menu {
		left: 0;
	}
	a.menu-link {
		font-size: 12px;
	}
	.new-gd-left,.new-gd-middle {
		float: left;
		width: 33.333%;
	}
	.mid-img {
		float: none;
		width: 52%;
		margin: 0% auto 9px;
	}
	.mid-img:nth-child(2){
		margin: 19px auto 0px;	
	}
	.mid-text {
		float: none;
		width: 100%;
		margin: 0 0%;
		text-align: center;
	}
	.mid-text h4 span {
		display: inline-block;
	}
	.new-levis {
		padding: 15px 14px;
	}
	.mid-text h4 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.mid-text a {
		padding: 3px 9px;
	}
	.new-levis:nth-child(2) {
		margin-top: 17px;
	}
	.content-rgrid {

		float: left;
	}
	.content-lgrid {

		float: left;
	}
	.content-img-right h3 span {
		font-size: 31px;
	}
	.content-img-right {
		padding: 55px 29px 0px;
		min-height: 211px;
	}
	.dropdown-menu.columns-3 {
		min-width: 644px;
	}
	ul.multi-column-dropdown li {
		line-height: 2.2em;
	}
	.wed-brand h4 {
		font-size: 15px;
	}
	.wed-brand h5 {
		font-size: 16px;
	}
	.wed-brand p a {
		padding: 6px 0px;
		font-size: 13px;
		width: 57%;
	}
	.wed-brandtwo {
		position: absolute;
		top: 36%;
		left: 10%;
	}
	.col-md-20 {
		width: 33.333%;
	}
	.col-md-80 {
		width: 66.666%;
	}
	.resp-tabs-list {
		margin: 0 0 1em 0;
	}
	.coupons-gd {
		float: left;
		width: 33.333%;
		padding: 0 10px;
	}
	.coupons-gd:nth-child(1) {
		width: 100%;
		float: none;
		padding:0;
	}
	.coupons-gd h3 {
		margin: 0 0 30px;
	}	
	.coupons {
		min-height: 400px;
		padding-top: 60px;
	}
	.footer-left p {
		margin: 22px 0 28px;
	}
	.newsleft {
		padding: 0;
	}
	.newsright {
		padding: 0;
	}
	.sign-gd, .sign-gd-two {
		float: left;
		width: 33.333%;
		padding: 0 10px;
	}
	p.copy-right {
		margin-top: 39px;
	}
	.products-left {
		float: none;
		width: 100%;
		padding: 0;
	}
	.tree-list-pad {
		padding: 15px 20px;
	}
	.css-treeview{
		float: left;
		width: 49%;
	}
	.community-poll {
		float: right;
		width: 49%;
		margin-top: 0;
	}
	.products-right {
		padding-right: 0;
		padding: 0;
		float: none;
		width: 100%;
	}
	.check_box {
		margin-bottom: 13px;
	}
	.swit {
		padding: 34px 25px;
	}
	.products-right {
		margin-top: 38px;
	}
	.single-pro {
		margin-top: 0;
	}
	.no-pad-men {
		padding: 0 10px !important;
	}
	.electro-right{
		float: left;
		width: 32.3%;
		padding: 0;
	}
	.electro-left{
		float: left;
		width: 67.5%;
		padding-left: 0;
	}
	.ele-bottom-grid p {
		font-size: 14px;
		margin-bottom: 32px;
	}
	.contact-grid {
		float: left;
		width: 33.333%;
		padding: 0 7px;
	}
	.contact-grid h4 {
		font-size: 24px;
		margin: 13px 0;
	}
	.contact-grid2, .contact-grid1, .contact-grid3 {
		min-height: 216px;
		padding-top: 37px;
	}
	.close1, .close2, .close3, .close4 {
		right: 26px;
	}
	.sec-carthead, .sec-wishhead {
		width: 100% !important;
	}
	.sec-cartlist {
		width: 100% !important;
	}
	.modal-dialog.quickv {
		width: 85% !important;
	}
	.quickv-img-sec {
		padding-left: 15px !important;
	}
	.quickv-info-sec {
		padding-right: 5px !important;
	}	
}
@media (max-width: 800px){
	.modal-dialog.quickv {
		width: 95% !important;
	}
	.pignose-layerslider .slide-visual .script-wrap {
		right: 300px;
	}
	.content-img-right h3 span {
		font-size: 24px;
	}
	.content-img-right h3 {
		font-size: 15px;
	}
	.content-img-right {
		padding: 37px 23px 0px;
		min-height: 170px;
	}
	.info-content p {
		font-size: 21px;
	}
	.separator {
		margin: 10px auto;
	}
	.info-content h4 {
		font-size: 22px;
	}
	.info-content a {
		padding: 4px 7px;
		font-size: 14px;
	}
	.hvr-outline-out:before {
		border: #e5a2a2 solid 2px;
	}
	.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
		top: -6px;
		right: -6px;
		bottom: -6px;
		left: -6px;
	}
	.resp-tab-item {
		margin: 0 13px;
		padding: 0 11px 14px 11px;
	}
	.sign-gd h4, .sign-gd-two h4 {
		font-size: 19px;
	}
	.men-wear-bottom {
		margin: 50px 0 17px;
	}
	.map iframe {
		min-height: 295px;
	}
}
@media (max-width: 768px){
	.pignose-layerslider .slide-visual {
		height: 400px;
	}
	ul.slide-group img {
		width: 100% !important;
		height: 400px !important;
	}
	.pignose-layerslider .slide-visual .script-wrap {
		top:50px;
	}
	.content-img-right {
		padding: 36px 23px 0px;
		min-height: 163px;
	}
	.newsright input[type="text"] {
		padding: 8px 10px;
	}
	.newsright input[type="submit"] {
		padding: 9px 20px 9px;
		font-size: 16px;
	}
	.single-right-left:nth-child(1) {
		float: left;
		width: 67%;
	}
	.occasion-cart a {
		padding: 5px 11px;
		font-size: 14px;
	}
	.bootstrap-tab ul li a {
		font-size: 14px;
	}
	.nav-tabs > li > a {
		padding: 7px 13px;
	}
	.bootstrap-tab-text h5, .add-review h4 {
		margin: 2em 0 1em;
	}
	.bootstrap-tab-text p span {
		margin: 1em 0 0;
	}
	.add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
		padding: 8px 10px;
		width: 49.35%;
		font-size: 14px;
	}
	.add-review textarea {
		min-height: 118px;
	}
	.add-review input[type="submit"] {
		width: 18%;
	}
	.electro-text a {
		font-size: 13px !important;
	}
	.ele-bottom-grid {
		margin-top: 70px;
	}
	.electronics,.men-wear,.contact, .typrography,.checkout,.single {
		padding: 70px 0;
	}
	.dropdown-menu.columns-3 {
		min-width: 555px;
	}
	.checkout h3 {
		margin: 0 0 2em;
	}	
}
.sec-carthead {
    background-color: white;
	position: sticky;
	top: 148px;
    z-index: 1003;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.sec-wishhead {
    background-color: white;
	position: sticky;
	top: 148px;
	height: 78px;
    z-index: 1003;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.sec-cartlist {
	width: 80%;
}
.sec-action {
	width: 100%; 
	height: 40px; 
	background-color: white; 
	position: sticky; 
	top: 185px; 
	z-index: 2;
}
@media (max-width: 767px){
	.slides_container {
		width: 100% !important;
	}
	.col-xs-12 {
		width: 50%;
	}
	.hide-xs {
		display: none !important;
	}
	.quickv-img-sec {
		padding-left: 0 !important;
	}
	.info-sec {
		padding-left: 0 !important;
	}
	.modal-dialog.quickv {
		margin: 52px auto;
	}
	.pagination-sm > li > a, .pagination-sm > li > span {
		padding: 5px 8px;
	}
	.container, .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
	.col-sm-3 {
		padding: 0;
		float: left;
	    width: 25%;
	}
	.header-sec, .large-width {
		display: none !important;
	}
	.dropdown-header {
		padding: 5px 5px 0 0 !important;
		font-size: 10px;
	}
	.navbar-nav > li > .dropdown-menu {
		font-size: 10px;
	}
	.dropdown-menu {
		font-size: 10px;
		margin: 0;
	}
	.headMenus {
		width: 165px !important;
		top: 52px !important;
	    right: 42px !important;
	}
	.cart-count {
		padding: 1px 4px 1px !important;
		right: 0px !important;
		top: 2px !important;
	}
	.menuItem {
		width: 30px !important;
		color: #000000 !important;
	}
	.menuIcon {
		top: 71px !important;
		left: 0 !important;
		font-size: 18px !important;
	}
	.menuName {
		top: 100px !important;
		right: 0 !important;
		width: 40px !important;
	}	
	.header-left img {
		width: 100%;
	}
	.header-left {
		float: left;
		width: 23%;
	}
	.header-right {
		float: left;
		width: 33%;
	}
	.header-middle {
		float: left;
		width: 44%;
	}
	.header-sec {
		padding: 17px 0;
	}
	.content-img-right {
		float: left;
		width: 50%;
	}
	.content-img-left {
		float: left;
		width: 50%;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #ffe4e4;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #000;
	}
	.navbar-nav > li {
		width: 100%;
		text-align: center;
		white-space: nowrap;
	}
	.nav > li > a {
		display: inline-block;
	}	
	ul.dropdown-menu.multi-column.columns-3 {
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		margin-top: 10px;
	}
	.navbar-default {
		width: 100%;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
	}
	ul.nav.navbar-nav.menu-list {
		display: list-item;
		width: 25%;
	    float: left;
	}
	.navbar-nav > li > a {
		width: 99.5%;
	}
	.close1, .close2, .close3, .close4 {
		right: 36px;
	}
	.table-responsive {
		border: none;
	}
	.toasts-top-right{
		top: 80px;
	}	  
	.sec-carthead {
		background-color: white;
		position: sticky;
		top: 94px;
	}
	.sec-wishhead {
		top: 94px;
	}
	.cartTable > thead, .wishTable > thead, .notiTable > thead {
		top: 172px;
	}	
	.sec-action {
		top: 94px;
	}
	.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
		width: 100% !important;
	}
	.bootstrap-select .dropdown-toggle .filter-option {
		text-align: left !important;
	}
}
@media (max-width: 667px){
	.btn-detail {
		font-size: 13px !important;
	}
	.header-middle form input[type="submit"] {
		height: 37px;
		background: url(../img/search.png) no-repeat -3px -4px #e5a2a2;
	}
	.sear-sub {
		float: right;
		width: 15%;
	}
	.header-middle input[type="search"] {
		padding: 8px 10px;
	}
	.header-right {
		float: left;
		width: 34%;
		padding-left: 8px;
	}	
	.header-middle {
		float: left;
		width: 43%;
	}
	.header-right ul {
		margin-top: 9px;
	}
	.top_nav_right {
		float: right;
		width: 23%;
	}
	.pignose-layerslider .slide-visual .script-wrap {
		left:350px;
	}
	.pignose-layerslider .slide-visual .script-wrap, .script-group img {
		width: 150px;
		height: 150px;
	}
	.pignose-layerslider .slide-visual {
		height: 350px;
	}
	ul.slide-group img {
		width: 100% !important;
		height: 350px !important;
	}
	.pignose-layerslider .slide-visual .script-wrap {
		top: 75px;
	}
	.dropdown-menu {
		border-radius: 0;
	}
	.dropdown-menu.columns-3 {
		min-width: 474px;
	}
	.row {
		margin-right: 0;
		margin-left: 0;
	}
	.dropdown-menu.columns-3 {
		padding: 19px 16px;
	}
	ul.multi-column-dropdown li {
		line-height: 2em;
	}
	.new-gd-left {
		float: none;
		width: 51%;
		margin: 0 auto;
	}
	.wed-brand h4 {
		font-size: 20px;
	}
	.wed-brand h5 {
		font-size: 20px;
	}
	.wed-brand p {
		font-size: 18px !important;
	}
	.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before {
		top: -8px;
		right: -8px;
		bottom: -8px;
		left: -8px;
	}
	.hvr-outline-out:before {
		border: #e5a2a2 solid 4px;
	}
	.new-gd-middle {
		width: 100%;
	}
	.new-levis {
		float: left;
		width: 49%;
	}
	.new-levis:nth-child(2) {
		margin-top: 0;
		float: right;
	}
	.mid-img:nth-child(2) {
		margin: 28px auto 0px;
	}
	.new-gd-middle {
		width: 100%;
		margin: 30px 0;
	}
	.wed-brandtwo {
		top: 61%;
		left: 19%;
	}
	.content-lgrid {
		width: 100%;
	}
	.content-img-right h3 {
		font-size: 20px;
	}
	.content-img-right h3 span {
		font-size: 30px;
	}
	.content-img-right {
		padding: 47px 26px 0px;
		min-height: 211.5px;
	}
	.content-rgrid {
		width: 53%;
		float: none;
		margin: 0 auto;
	}
	.content-lgrid {
		float: none;
	}
	.thumb-item:hover .inner-men-cart-pro .link-product-add-cart {
		top: 80.5%;
	}
	.coupons-gd span {
		padding: 18px 18px;
		font-size: 20px;
	}
	.coupons-gd h4 {
		font-size: 13px;
	}
	.coupons {
		min-height: 377px;
	}
	.sign-gd {
		width: 28%;
	}
	.sign-gd-two {
		width: 44%;
	}
	.item-info-product h4 a {
		font-size: 14px;
	}
	td.invert-image {
		width: 27%;
	}
	.checkout-left-basket ul {
		padding: 0px 15px;
	}
	.checkout-left-basket h4 {
		padding: .5em;
		font-size: 1em;
		margin: 0 0 1em;
	}
	.modform {
		margin: 0;
	}
	.modform input[type="text"], .modform input[type="password"] {
		padding: 7px 7px;
		font-size: 13px;
	}
	.modform h3 {
		font-size: 18px;
		margin-bottom: 16px;
	}
	.modform input[type="submit"] {
		font-size: 15px;
	}
	.modal-header {
		padding: 6px 10px;
	}
	.men-wear-right p {
		line-height: 2em;
	}
	.men-wear-right p {
		font-size: 13px;
	}
	.men-wear-right h4 {
		font-size: 20px;
		margin: 0px 0 21px;
	}
	.contact-grid i {
		font-size: 25px;
	}
	.contact-grid p {
		font-size: 13px;
	}
	.contact-grid2, .contact-grid1, .contact-grid3 {
		min-height: 179px;
		padding-top: 24px;
	}
	.map iframe {
		min-height: 227px;
	}
	.contact-form2 textarea {
		min-height: 124px;
	}
	.contact-form2 input[type="text"], .contact-form2 input[type="email"], .contact-form2 textarea {
		padding: 8px 8px;
	}
	.contact-form2 input[type="submit"] {
		width: 16%;
	}
	.footer-bottom a span {
    font-size: .8em;
	}
	.footer-bottom a span {
		left: 4px;
	}
}
@media (max-width: 640px){
	.btn-detail {
		font-size: 13px !important;
	}
	.header ul li {
		width: 32%;
	}
	.header-right ul li {
		margin: 0 0px;
	}
	.pignose-layerslider .slide-visual .script-wrap .slide-controller a {
		margin: 0 10px;
	}
	.pignose-layerslider .slide-visual .script-wrap .slide-pagination {
		bottom: -28px;
	}
	.pignose-layerslider .slide-visual .script-wrap .slide-controller {
		bottom: 61px;
	}
	.pignose-layerslider .slide-visual .script-wrap {
			left:380px;
		}
	.content-img-right h3 {
		font-size: 19px;
	}
	.content-img-right {
		padding: 55px 26px 0px;
		min-height: 202.5px;
	}
	.coupons-gd {
		padding: 0 8px;
	}
	.newsleft h3 {
		font-size: 17px;
	}
	.footer-left p {
		font-size: 13px;
	}
	.sign-gd ul li, .sign-gd-two ul li {
		font-size: 13px;
	}
	.multi-gd-img1 {
		padding-right: 13px;
		padding-left: 0px;
	}
	a.menu-link {
		font-size: 13px;
	}
	ul.multi-column-dropdown li a {
		font-size: 13px;
	}
	.multi-gd-img.multi-gd-text {
		width: 52% !important;
		padding: 0;
	}
	.electro-text h4 {
		font-size: 16px !important;
	}
	.electro-img-left {
		margin-bottom: 26px;
	}
	.info-product-price span {
		font-size: 11px;
		min-width: 56px;
	    display: inline-block;
	}
	.contact-form2 input[type="text"], .contact-form2 input[type="email"] {
		width: 48.8%;
	}
	.contact-form2 input[type="submit"] {
		padding: 6px 0;
	}
	td.invert-image {
		width: 26%;
	}
	.description h5 {
		font-size: 13px;
	}
	.bootstrap-tab-text-grid-right {
		float: right;
		width: 78%;
	}
	.bootstrap-tab-text-grid-left {
		float: left;
		width: 19%;
	}
	.add-review input[type="submit"] {
		width: 14%;
	}

	.footer-bottom a span {
		left: 25px;
	}
	.footer-bottom a span:before {
		bottom: -3px;
		left: 18px;
	}
	.box_1 h3 {
		font-size: 12px;
	}
	.close1, .close2, .close3, .close4 {
    right: 33px;
}
}
@media (max-width: 600px){
	.top_nav_right {
		width: 30%;
	}
	.page-head h3 {
		font-size: 28px;
	}
	.page-head {
		min-height: 143px;
	}	
	.css-treeview label {
		font-size: 13px;
	}
	.swit label {
		font-size: 13px;
	}
	.swit {
		padding: 26px 25px;
	}
	.products-right h5, .filter-price h3 {
		font-size: 19px;
	}
	.sorting h6 {
		margin: 7px 18px 0 0;
	}
	.sort-grid {
		padding: 12px 0;
	}
	.callbacks_tabs a:after {
		height: 3px;
		width: 24px;
	}
	.callbacks_tabs {
		top: 81%;
		left: 37%;
	}
	.men-wear-left {
		float: left;
		width: 32%;
	}
	.men-wear-right {
		float: left;
		width: 68%;
		padding: 0;
	}
	.men-wear-right h4 {
		margin: 0px 0 10px;
	}
	.no-pad-men {
		padding: 0 5px !important;
	}
	.item-info-product h4 a {
		font-size: 14px;
	}
	.header ul li {
		width: 49%;
	}
	.header ul li:nth-child(1),.header ul li:nth-child(3) {
		text-align: center;
	}
	.header ul li:nth-child(3) {
		width:100%;
	}
	.header ul li:nth-child(2) {
		border-right: none;
	}
	.header-left {
		float: none;
		width: 28%;
		padding: 0;
	    margin: 0 auto 16px;
	}
	.header-middle {
		float: left;
		width: 50%;
	}
	.header-right {
		float: left;
		width: 47%;
		padding-left: 0;
	}
	.pignose-layerslider .slide-visual .script-wrap {
		left:340px;
	}
	.new_arrivals {
		padding: 50px 0;
	}
	.new-gd-left {
		width: 62%;
	}
	.content-img-right h3 {
		font-size: 17px;
	}
	.content-img-right {
		padding: 35px 21px 0px;
		min-height: 179.5px;
	}

	.coupons-gd {
		float: none;
		width: 64%;
		padding: 0;
		margin: 0 auto;
	}
	.coupons-gd:nth-child(3) {
		margin: 30px auto;
	}
	.coupons {
		padding-top: 54px;
		min-height: 735px;
	}
	.coupons-gd h4 {
		font-size: 16px;
	}
	.multi-gd-img1 {
		padding-right: 0;
		padding-left: 0;
	}
	.dropdown-menu.columns-3 {
		min-width: 367px;
	}
	.multi-gd-img1 {
		float: left;
		width: 51%;
		margin: 0 auto 14px;
	}
	.multi-gd-img {
		float: left;
		width: 50%;
	}
	.multi-gd-img1 {
		padding-right: 0;
		padding-left: 0;
	}
	.multi-gd-img.multi-gd-text {
		margin-top: 20px;
	}
	.item-info-product h4 a {
		font-size: 14px;
	}
	.value {
		width: 37px;
		height: 35px;
		padding: 8px 0px;
		line-height: 16px;
		margin: 0px 0;
	}
	.value-minus, .value-plus {
		height: 37px;
		line-height: 33px;
		width: 37px;
		margin: 3px 0 4px;
	}
	td.invert-image a img {
		width: 65%;
		margin: 0 auto;
	}
	.single-right-left:nth-child(1) {
		margin-bottom: 35px;
	}
	.single-right-left:nth-child(1) {
		float: left;
		width: 78%;
	}
	h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
		font-size: 18px;
	}
	.contact-grid {
		padding: 0 3px;
	}
	.electro-left {
		float: none;
		width: 100%;
		padding: 0;
	}
	.electro-text h4 {
		font-size: 20px !important;
	}
	.electro-right {
		float: none;
		width: 52%;
		padding: 0;
		margin: 20px auto 0;
	}
	.content-img-right {
		min-height: 189.5px;
	}
	.quantity-select {
		padding: 0 9px;
	}
	.footer-bottom a span {
		width: 17%;
	}
	.footer-bottom a span {
		bottom: 43px;
		left: 81px;
	}
	.value-minus, .value-plus {
		margin: 0px 0 0px;
	}
	.value {
		width: 37px;
		height: 37px;
	}
	.close1, .close2, .close3, .close4 {
		right: 21px;
	}
}
@media (min-width: 581px) {
	.col-md-6 {
		width: 50%;
		float: left;
	}
}
 @media (max-width: 580px) {
	.prod-price-box, .prod-btn-box, .detail-desc, .prod-info-box  {
		width: 100% !important;
	}
	.col-md-20 {
		width: 50%;
	}
	.col-md-80 {
		width: 50%;
	}
	.col-xs-12 {
		width: 100%;
	}
	.btn-detail {
		font-size: 14px !important;
	}
	.hide-sm {
		display: none !important;
	}
	.info-sec {
		padding-left: 0 !important;
	}
	.quickv-img-sec {
		padding-left: 5px !important;
		padding-top: 10px !important;
	}
	.navbar-toggle {
		float: none;
	}
	.sel-qty-list {
		width: 35px !important;
	}
	.btn-cart-sm, .btn-wish-sm {
		width: 35%;
		float: left;
		font-size: 11px !important;
		height: 25px !important;
		margin: 0 1px;
		padding: 1px 3px;
		background-color: #efefef;
	}
	.btn-noti-sm {
		width: 48.5%;
		float: left;
		font-size: 11px !important;
		height: 25px !important;
		margin: 0 1px;
		padding: 1px 3px;
		background-color: #efefef;
	}
	.btn-type {
		width: 48.5%;
		float: left;
		font-size: 11px !important;
		height: 25px !important;
		margin: 1px;
		padding: 3px;
	}
	.btn-price {
		width: 48.5%;
		float: left;
		font-size: 12px;
		height: 25px;
		margin: 0 1px !important;
		padding: 2px 1px;
	}
	.btn-price.active, .btn-price:hover {
		background-color: #f3cfd7 !important;
		border-color: #e5a2a2 !important;
		box-shadow: none;
	}
	.modal-body#quickv-body {
		min-height: 800px !important;
	}
}  
@media (max-width: 568px){
	.content-img-right {
		padding: 35px 21px 0px;
		min-height: 179.5px;
	}	
	.quantity-select {
		padding: 0 0px;
	}
	.footer-bottom a span {
		left: 68px;
	}
	.footer-bottom a span:before {
		left: 15px;
	}
	.mid-img:nth-child(2) {
		margin: 25px auto 0px;
	}
}
@media (max-width: 480px){
	.modal-dialog.login {
		width: 80%;
	}
	td.invert-image a img {
		width: 50%;
	}
	tr.rem1,tr.rem2,tr.rem3,tr.rem4 {
		padding-top: 2em;
		border-top:none;
	}
	.close1, .close2, .close3 {
		right: 190px;
		top: -4px;
	}
	.quantity-select .entry.value-plus:after {
		margin-top: -5px;
	}
	.quantity-select .entry.value-minus:before, .quantity-select .entry.value-plus:before {
		margin-left: -3px;
	}
	td.invert-image a img {
		width: 100%;
	}
	
	.value-minus, .value-plus {
		margin: 0;
	}
	.quantity-select .entry.value-minus:before, .quantity-select .entry.value-plus:before {
		left: 41%;
	}
	.value {
		width: 37px;
		height: 37px;
	}
	.close1, .close2, .close3,.close4 {
		right: 64px;
		top: -26px;
	}
	.checkout-left-basket {
		float: right;
		width: 51%;
	}
	.pignose-layerslider .slide-visual .script-wrap {
		left:250px;
	}
	.wed-brand {
		left: 6%;
	}
	.mid-img:nth-child(2) {
		margin: 22px auto 0px;
	}
	.wed-brandtwo {
		top: 61%;
		left: 13%;
	}
	.content-img-left {
		float: none;
		width: 100%;
	}
	.content-img-right {
		float: none;
		width: 100%;
	}
	.content-rgrid {
		width: 100%;
		float: none;
		margin: 0 auto;
	}
	.resp-tab-item {
		margin: 0 5px;
		padding: 0 5px 8px 5px;
		font-size: 16px;
	}
	.sign-gd {
		width: 100%;
	}
	.sign-gd-two {
		width: 100%;
	}
	.flickr-post ul li {
		margin: 0% 0% 3%;
		width: 21%;
	}
	.sign-gd-two {
		width: 100%;
		margin: 20px 0;
	}
	.new_grids {
		margin-top: 35px;
	}
	.content-img-right {
		border-top: 1px solid #eee;
	}
	.dropdown-menu.columns-3 {
		min-width: 316px;
	}
	.multi-gd-img1 {
		width: 100%;
	}
	.header-left {
		width: 35%;
		margin: 0 auto 26px;
	}
	.header-right {
		float: left;
		width: 43%;
	}
	.header-middle {
		float: left;
		width: 57%;
	}
	.sear-sub {
		float: right;
		width: 17%;
	}
	.footer-bottom a span {
		left: 9px;
	}
	.multi-gd-img.multi-gd-text {
		width: 100% !important;
	}
	.top_nav_right {
		width: 31%;
	}
	.new-gd-left, .new-gd-middle {
		float: none;
	}
	.wed-brandtwo {
		top: 46%;
	}
	.resp-tab-item {
		margin: 0 9px;
	}
	.thumb-item:hover .inner-men-cart-pro .link-product-add-cart {
		top: 84.5%;
	}
	.item-info-product h4 a {
		font-size: 14px;
	}
	.flickr-post ul li {
		margin: 0% 0% 3%;
		width: 19%;
	}
	.css-treeview {
		float: none;
		width: 71%;
		margin: 0 auto 30px;;
	}
	.community-poll {
		float: none;
		width: 71%;
		margin: 0 auto;
	}
	.sorting {
		float: left;
		width: 50%;
	}
	.sorting select {
		padding: 4px 2px;
	}
	.men-wear-left {
		float: none;
		width: 46%;
		margin: 0 auto;
	}
	.men-wear-right {
		float: none;
		width: 100%;
		padding: 0;
		text-align: center;
		margin-top: 30px;
	}
	.no-pad-men {
		padding: 0 0px !important;
	}
	.pagination {
		margin: 34px 0px 0 0;
	}
	.single-right-left:nth-child(1) {
		float: left;
		width: 100%;
	}
	.colr {
		width: 33%;
		float: left;
	}
	.add-review input[type="submit"] {
		padding: 6px 0;
	}
	.footer-bottom a span {
		width: 23%;
	}
	.coupons-gd {
		width: 79%;
	}
	.col-sm-6.multi-gd-img1 {
		padding-right: 0;
		padding-left: 0;
	}
	.dropdown-menu.columns-3 {
		min-width: 300px;
	}
	.contact-grid {
		float: none;
		width: 75%;
		padding: 0 7px;
		margin: 0 auto 23px;
	}
	.map {
		margin: 30px 0 50px;
	}
	.contact-form2 input[type="submit"] {
		font-size: .875em;
	}
	.timetable_sub th {
		font-size: 12px;
	}
	.timetable_sub td {
		font-size: 12px;
	}
	.close1, .close2, .close3, .close4 {
		right: 21px;
		top: -12px;
	}
	.value-minus, .value-plus {
		height: 25px;
		width: 25px;
	}
	.quantity-select .entry.value-plus:after {
		left: 56%;
		top: 47%;
	}
	.value {
		line-height: 8px;
		width: 25px;
		height: 25px;
	}
	.close1, .close2, .close3, .close4 {
		right: 17px;
	}
	td.invert-image a img {
		width: 82%;
	}
	.close1, .close2, .close3, .close4 {
		right: 9px;
	}
}
@media (max-width: 414px){
	.header ul li span {
		margin-right: 5px;
	}
	.header-middle {
		float: left;
		width: 100%;
		margin: 0;
	}
	.header-left {
		width: 37%;
		margin: 0 auto 9px;
	}
	.header-middle input[type="search"] {
		padding: 6px 10px;
	}
	.header-middle form input[type="submit"] {
		height: 31px;
	}
	.sear-sub {
		float: right;
		width: 10%;
	}
	.header-middle form input[type="submit"] {
		background: url(../img/search.png) no-repeat -5px -8px #e5a2a2;
	}
	.header-right {
		float: left;
		width: 100%;
	}
	.header-right ul {
		margin-top: 31px;
		text-align: center;
	}
	.footer-bottom a span {
		width: 13%;
		left: 89px;
	}
	.footer-bottom a span:before {
		left: 19px;
	}
	.top_nav_right {
		width: 40%;
	}
	.dropdown-menu.columns-3 {
		min-width: 241px;
	}
	.menu--shylock .menu-link::before, .menu--shylock .menu-link::after {
		height: 3px;
	}
	.multi-gd-img {
		float: left;
		width: 100%;
		text-align: center;
	}
	.pignose-layerslider .slide-visual .script-wrap {
		left: 186px;
	}
	.new-gd-left {
		width: 87%;
	}
	.wed-brand {
		left: 11%;
	}
	.new-gd-middle {
		padding: 0;
	}
	.mid-img:nth-child(2) {
		margin: 20px auto 0px;
	}
	.wed-brandtwo {
		left: 21%;
	}
	.resp-tab-item {
		font-size: 14px;
	}
	.coupons-gd h3 {
		font-size: 18px;
	}
	p.copy-right {
		margin-top: 23px;
		line-height: 1.8em;
	}
	.flickr-post ul li {
		margin: 0% 0% 0%;
		width: 19%;
	}
	.item-info-product h4 a {
		font-size: 14px;
	}
	.description input[type="text"] {
		width: 73%;
	}
	.colr {
		width: 61%;
		float: left;
		margin-top: 10px;
	}
	.bootstrap-tab-text-grid-left {
		float: none;
		width: 48%;
		margin: 0 auto;
	}
	.bootstrap-tab-text-grid-right {
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	.add-review input[type="text"], .add-review input[type="email"], .add-review textarea {
		width: 100%;
	}
	.add-review input[type="email"] {
		margin-left: 0;
		margin: 15px 0 0;
	}
	.add-review input[type="submit"] {
		width: 22%;
	}
	.close1, .close2, .close3, .close4 {
		right: 53px;
	}
	.check_box {
		margin-bottom: 6px;
	}
	.sorting {
		float: left;
		width: 100%;
	}
	.sort-grid {
		padding: 0px 0;
	}
	.sorting {
		margin: 6px 0;
	}
	.contact-form2 input[type="text"], .contact-form2 input[type="email"] {
		width: 100%;
	}
	.contact-form2 input[type="email"] {
		margin: 25px 0 0;
	}
	.contact-form2 input[type="submit"] {
		width: 26%;
	}
	.checkout-right-basket {
		float: none;
		margin: 1em 0 0 0em;
	}
	.checkout-left-basket {
		float: none;
		width: 67%;
		margin-top: 35px;
	}
	.checkout-right-basket a {
		padding: 10px 54px;
	}
	.timetable_sub th {
    padding: 3px 2px;
	}

.close1, .close2, .close3, .close4 {
    right: 12px;
}
}
@media (max-width: 384px){
	.header ul li {
		width: 100%;
		padding: 6px 0;
	}
	.header ul li:nth-child(2) {
		border: none;
	}
	.footer-bottom a span {
		left: 79px;
	}
	.footer-bottom a span:before {
		left: 15px;
	}
	.top_nav_right {
		width: 44%;
	}
	.close1, .close2, .close3, .close4 {
		right: 46px;
	}
	.checkout-right-basket a {
		padding: 10px 44px;
	}
	.checkout-left-basket ul li:nth-child(5) {
		padding: 10px 0 0;
	}
	.coupons {
		min-height: 762px;
	}
	.dropdown-menu.columns-3 {
		min-width: 214px;
	}
	.pignose-layerslider .slide-visual .script-wrap {
			left: 150px;
		}
	.pignose-layerslider .slide-visual .script-wrap {
		padding: 9px;
	}
	.pignose-layerslider .slide-visual .script-wrap {
		top: 30px;
	}
	.pignose-layerslider .slide-visual {
		height: 237px;
	}
	.wed-brand h4 {
		font-size: 18px;
	}
	.new-levis {
		float: none;
		width: 100%;
	}
	.new-levis {
		float: none;
		width: 87%;
		margin: 0 auto;
	}
	.new-levis:nth-child(2) {
		float: none;
		margin: 26px auto 0;
	}
	.mid-img {
		width: 32%;
	}
	.resp-tab-item {
		margin: 0 5px;
	}
	.sign-gd-two ul li i {
		margin-right: .5em;
	}
	.css-treeview,.community-poll {
		width: 100%;
	}
	.electro-img-btm-left,.electro-img-btm-right {
		float: left;
		width: 100%;
		margin-top: 20px;
	}
	.electro-text p {
		font-size: 15px !important;
	}
	.electro-text a {
		padding: 3px 7px !important;
		font-size: 13px !important;
	}
	.electro-right {
		float: none;
		width: 100%;
	}
	.single-right-left h3 {
		font-size: 18px;
	}
	.tab-content {
		padding: 0;
	}
	td.invert-image {
    width: 21%;
}
.close1, .close2, .close3, .close4 {
    right: 9px;
}
.dropdown-menu {
    min-width: 111px;
}
}
@media (max-width: 375px){
	.wed-brandtwo {
		top: 42%;
		left: 16%;
	}
	.footer-bottom a span {
		left: 74px;
	}
	.flex-viewport {
		width: 100%;
	}
	.flex-control-nav {
		float:none;
		width: 100%;
	}
	.flex-control-thumbs li {
		width: 22.3%;
		margin: 3% 2.65% 0;
	}
	.flex-control-thumbs li:nth-child(4), .flex-control-thumbs li:nth-child(1) {
		margin: 0;
	}	
	.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 10px;
	}
	.value {
    line-height: 22px;
    width: 33px;
    height: 33px;
    margin: 5px 13px;
}
.value-minus, .value-plus {
    height: 33px;
    width: 33px;
}
.timetable_sub td {
    width: 21%;
}
.value-minus, .value-plus {
    margin: 3px 0;
}
.close1, .close2, .close3, .close4 {
    right: 18px;
}
.header-left {
    width: 46%;
}
.timetable_sub th {
    font-size: 13px;
}
}
@media (max-width: 320px){
	.header ul li {
		padding: 4px 0;
	}
	.header-sec {
		padding: 6px 0;
	}
	.header-left {
		width: 39%;
		margin: 0 auto 1px;
	}
	.footer-bottom a span {
		width: 15%;
		left: 46px;
	}
	.top_nav_right {
		width: 51%;
	}
	.pignose-layerslider .slide-visual .script-wrap, .script-group img {
		width: 126px;
		height: 126px;
	}
	.pignose-layerslider .slide-visual .script-wrap .slide-controller a {
		margin: 0 6px;
	}
	.sear-sub {
		float: right;
		width: 12%;
	}
	.pignose-layerslider .slide-visual {
		height: 200px;
	}
	.new_arrivals h3 {
		margin-bottom: 11px;
	}
	.new_arrivals h3, .ele-bottom-grid h3 {
		font-size: 23px;
	}
	.new_arrivals {
		padding: 32px 0;
	}
	.new_grids {
		margin-top: 21px;
	}
	.new_arrivals p {
		line-height: 1.8em;
	}
	.new-gd-left {
		width: 100%;
	}
	.wed-brand {
		left: 8%;
	}
	.wed-brand p a {
		padding: 0px 0px;
		font-size: 13px;
		width: 43%;
	}
	.new-levis {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.resp-tab-item {
		padding: 0 3px 5px 3px;
		font-size: 13px;
		margin: 0 2px;
	}
	.col-md-20 {
		float: none;
		width: 100%;
	}
	.body-sec {
		padding: 0;
	}
	.thumb-item:hover .inner-men-cart-pro .link-product-add-cart {
		top: 86.5%;
	}
	.coupons-gd {
		width: 100%;
	}
	.newsright input[type="text"] {
		width: 63%;
	}
	.newsright input[type="text"] {
		padding: 6px 10px;
		font-size: 13px;
	}
	.newsright input[type="submit"] {
		padding: 7px 20px 7px;
		font-size: 13px;
	}
	.sign-gd h4, .sign-gd-two h4 {
		margin-bottom: 13px;
	}
	.sign-grds {
		margin-top: 25px;
	}
	.sign-gd ,.sign-gd-two{
		width: 100%;
		padding: 0;
	}
	.seo-sec {
		padding: 30px 0;
	}
	.link-sec {
		padding: 30px 0;
	}
	p.copy-right {
		font-size: 13px;
	}
	.dropdown-menu.columns-3 {
		min-width: 163px;
	}
	.callbacks_tabs {
		top: 76%;
		left: 26%;
	}
	.men-wear-bottom {
		margin: 32px 0 0px;
	}
	.men-wear-right h4 {
		font-size: 16px;
	}
	.men-wear-left {
		width: 62%;
	}
	.page-head {
		padding-top: 40px;
		min-height: 115px;
	}
	.electronics, .men-wear, .contact, .typrography, .checkout, .single {
		padding: 40px 0;
	}
	.ui-widget-content {
		margin: 1.5em 0 5em 0;
	}
	.coupons-gd h4 {
		margin: 20px 0 8px;
	}
	.coupons {
		min-height: 670px;
		padding-top: 35px;
	}
	.navbar-toggle {
		padding: 7px 7px;
		margin-top: 12px;
	}
	.electro-img-left.mask img {
		height: 151px;
	}
	.electro-img-left {
		margin-bottom: 0;
	}
	.ele-bottom-grid {
		margin-top: 35px;
	}
	.ele-bottom-grid h3 {
		font-size: 21px;
	}
	.checkout h3 {
		margin: 0 0 1em;
	}
	.timetable_sub td {
		width: 47%;
	}
	.checkout-left-basket {
		float: none;
		width: 100%;
	}
	.coupons-gd:nth-child(3) {
		margin: 27px auto;
	}
	.single-right-left:nth-child(1) {
		margin-bottom: 18px;
	}
	.single-right-left h3 {
		font-size: 15px;
	}
	.single-right-left p {
		margin: .5em 0 0.5em;
	}
	.description {
		margin: 0.5em 0 1em;
	}
	.description h5 {
		margin-bottom: 11px;
		line-height: 1.8em;
	}
	.description input[type="text"] {
		width: 69%;
	}
	.occasional h5 {
		margin: 0 0 0px;
	}
	.bootstrap-tab {
		margin: 2em 0 0;
	}
	.bootstrap-tab-text h5, .add-review h4 {
		font-size: 1em;
	}
	.nav-tabs > li > a {
		padding: 5px 6px;
	}
	.dropdown-menu {
		min-width: 98px;
	}
	ul.slide-group img {
		width: 100% !important;
		height: 300px !important;
	}
	.modal-dialog {
		width: auto;
	}
	.checkout h3 {
		font-size: 22px;
	}
	.timetable_sub td {
		width: 12% !important;
	}
	.value-minus, .value-plus {
		height: 30px;
		width: 30px;
	}
	.value {
		line-height: 14px;
		width: 30px;
		height: 30px;
		margin: 2px 0px;
	}
	.close1, .close2, .close3, .close4 {
		right: 12px;
	}
	.timetable_sub th {
		font-size: 12px;
	}
	.header-left {
		width: 46%;
		margin: 5px auto 6px;
	}
}
@media (max-width: 412px) {
	.col-sm-12 {
		width: 100% !important;
		float: left !important;
	}
}
@media (max-width: 413px) {
	#email-news {
		width:166px !important;
	}
	.btn-subscrb {
		margin-left: 78px !important;
	}
}
@media (min-width: 768px) {
	.small-width {
	  display: none !important;
	}
	.col-md-1.title {
		width: 8.33333333%;
	}
	.col-md-2.categ, .col-md-2.theme, .col-md-2.color, .col-md-2.action  {
		width: 16.66666667%;
	}
	.col-md-3.keywd {
		width: 25%;
	}
	.hide-md {
		display: none !important;
	}  
	.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
		margin-right: 10px;
		width: 100px !important;
	}
	.bootstrap-select.shopby {
		margin-left: -3px;
		width: 56px !important;
	}
}
/*-- //responsive media queries --*/
.filter-sec {
	height: 30px;
    margin-bottom: 10px;
}
.left-filter-btn {
	padding: 4px 5px 5px 6px;
    border: 1px solid #ccc;
    font-size: 13px;
	cursor: pointer;
}
.text_content {
	text-decoration: none;
	position: absolute;
	bottom: 50px;
	left: 50px;
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,.5);
	opacity: 1;
}
.text_content a {
	text-decoration: none;
	font-weight: 600;
	color: #fff;
	text-shadow: 0 0 3px rgba(0,0,0,.5);
	opacity: 1;
}
.item-info-box {
	font-size: 10px;
    height: 48px;
    overflow: hidden;
    line-height: 1.2em;
	text-transform: uppercase;
	color: #303030;
    font-family: verdana;
	text-align: center;
}
.prod-price-box, .prod-btn-box, .detail-desc, .prod-info-box  {
	width: 85%;
}
.prod-info-box, .prod-info-box-qv {
	padding: 10px 0;
	font-size:12px;
	position: relative;
	line-height: 1.6;
	color: #666;
}
.text-undline {
	text-decoration: underline;
}
.text-italic {
	font-style: italic;
}
.text-bold {
	font-weight:bold;
}
.text-666 {
	color:#666;
}
.text-red {
	color:red;
}
.text-blue {
	color:blue;
}
.text-black {
	color:black;
}
.prod-info-title {
	width:20%;
	float:left;
	color: #000;
}
.prod-price-box {
    padding: 0;
	font-size:12px;
	position: relative;
	line-height: 1.6;
	height: 28px;
	white-space: nowrap;
}
.prod-price-box-qv {
    padding: 0;
	font-size:12px;
	position: relative;
	line-height: 1.6;
	height: 28px;
	white-space: nowrap;
}
.prod-price-title {
	width:20%;
	float:left;
	margin-top: 4px;
	color: #000;
}
.prod-price-option {
	width:30%;
	float:left;
	margin-top: 4px;
}
.prod-price-qty {
	width:26%;
	float:left;
}
.prod-price {
	width: 24%;
    text-align: right;
    float: left;
    margin-top: 4px;
}
.prod-price-box-qv, .prod-btn-box-qv, .detail-desc-qv, .prod-info-box-qv {
	width:100%;
}
.btn-item {
	font-size: 10px;
    padding: 0 1px;
	height: 19px;
}
.dropdown-header {
    padding: 8px 0 0 0;
	text-transform: uppercase;
	white-space: pre-wrap;
	overflow-wrap: break-word;
}
.dropdown-title {
	padding-left: 5px;
}
.dropdown-list {
    padding-top: 4px;
}
.back-to-top {
    position: fixed;
    display: none;
    background: #e39999;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 2;
    font-size: 12px;
    right: 1%;
    bottom: 10%;
	cursor: pointer;
    z-index: 11;
}
.back-to-top:hover {
    color: #fff;
}
.menu-right {
    position: fixed;
    display: none;
    background: rgba(229, 162, 162, 0.95);
    width: 200px;
    height: 100%;
    font-size: 24px;
    z-index: 10001;
	padding: 9px 14px;
	overflow-y: auto;
    right: 0;
    top: 0;
}
.menu-right a, .menu-right span {
    color: #fff;
    font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.menu-right-close {
	position: fixed;
    right: 12px;
    top: 3px;
	font-weight: normal;
    font-size: 38px;
	text-shadow: none;
    opacity: 0.8;
}
.menu-left {
    position: fixed;
    display: none;
    background: rgb(255 222 222 / 95%);
    width: 100%;
    z-index: 10001;
	padding: 9px 8px 20px 8px;
    left: 0;
    top: 42px;
}
.menu-left-close {
	position: fixed;
    right: 12px;
    top: 45px;
	font-weight: normal;
    font-size: 38px;
	text-shadow: none;
    opacity: 0.8;
}
.menuleft .bootstrap-select > .dropdown-toggle {
    height: 32px;
    padding: 6px 10px;
    font-size: 14px;
	background-color: white !important;
} 
.bootstrap-select > .dropdown-toggle {
	border-color: rgb(0 0 0 / 0%) !important;
    background-color: rgb(0 0 0 / 0%) !important;
    font-size: 11px;
	padding: 3px 8px 0 3px;
}
.bootstrap-select .dropdown-toggle .caret {
	right: 3px !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
	margin-right: 0;
}
.navbar-logo-sm {
	position: absolute;
    top: 52px;
    left: 4px;
}
.navbar-header {
    background-color: #fff;
	height: 52px;
}
.btn {
   border-radius: 0;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 1;
}
.btn-flat {
    border-radius: 0;
}
.btn-170 {
	width: 170px;
}
.btn-detail {
	width: 50%;
	height:35px;
    padding: 2px 8px 0;
    margin-bottom: -2px;
	font-size: 12px;
    font-family: Arial;
	color: #000;
}
.btn-continue {
	background-color: #e7ca95;
}
.btn-addcart {
	background-color: #c7e1e4;
}
.btn-addnoti {
	color: #e77f7c;
	background-color: #e6e6e6;
}
.btn-defwish, .btn-addwish, .btn-remwish {
	background-color: #d5ddc5;
}
.btn-chkout {
	background-color: #ff856d;
	color: #fff;
	padding-top: 0;
	font-weight: 800;
}
.btn-chkout.top {
    float: right;
    height: 35px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 4px;
}
.btn-sel-del, .btn-sel-cart, .btn-sel-wish {
	width: 30px;
    height: 30px;
    padding: 0;
}
.btn-cart, .btn-wish, .btn-noti {
	font-size: 10px;
    padding: 2px 3px;
    height: 20px;
    background-color: #efefef;
    border-color: #efefef;
	border-radius: 0;
}
.btn-wish, .btn-noti, .btn-wish-sm, .btn-noti-sm {
	color: #e77f7c;
}
.notiset {
	color: #000;
	background-color: #fff;
    border-color: #ccc;
}
.img-responsive {
    border: 1px solid #eee;
	max-width: 100%;
}
.more-option {
	font-size:10px;
	font-weight:bold;
	font-family: Verdana;
	color: #303030;
	height: 48px;
	padding-top: 16px;
	text-align: center;
}
.img-extra {
	max-width: 14%;
	width: 100%;
    height: auto;
    border: 1px solid #fff;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
	cursor: pointer;
}
.img-morecolor {
	max-width: 14.5%;
	width: 100%;
    height: auto;
    border: 1px solid #fff;
    margin-right: 1%;
    margin-bottom: 5px;
	cursor: pointer;
}
.sl-overlay {
    background: #000;
}
.sl-wrapper .sl-close {
    color: #fff;
    font-size: 4rem;
}
.sl-wrapper .sl-counter {
    color: #fff;
}
.more-title {
	margin: 30px 0 0 0;
	color: #7f7f7f;
	border-top: 1px solid #ddd;
    padding-top: 10px;
}
.sel-qty-list {
	font-size: 11px;
    float: left;
    margin-top: 3.5px;
    height: 20px;
    width: 40px;
    padding: 0 0 0 2px;
}
.sel-qty-main {
	width: 50px;
    height: 22px;
    display: inline-block;
    padding: 0;
    margin-top: 2px;
    font-size: 12px;
}
.catbar-toggle-up, .catbar-toggle-dw {
	position: absolute;
    left: 48.2%;
    top: 65px;
    font-size: 28px;
}
.left-filter-up, .left-filter-dw {
	float: right;
    margin-top: 3px;
    margin-right: 5px;
}
.btn-signin, .btn-login, .btn-back-sign, .btn-view-noti {
    color: #fff;
    background-color: #ff856d;
    border-color: #ff856d;
	width: 200px;
	height: 40px;
}
.btn-signup, .btn-send-link {
    color: #000;
    background-color: #d5ddc6;
    border-color: #d5ddc6;
    width: 200px;
	height: 40px;
}
.btn-forgot {
	color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
    width: 200px;
    height: 17px;
    font-size: 10px;
    padding: 0;
    text-align: left;
}
.font12 {
	font-size:12px;
}
.font10 {
	font-size:10px;
}
.info-titl {
	font-size:14px;
	font-family: arial;
	color: #000;
}
.info-cont {
	font-size: 12px;
	text-align: justify;
	font-family: verdana;
	color: #666;
}
.bott-titl {
	font-family: system-ui;
    font-size: 16px;
    color: #666;
    font-weight: bold;
}
.sign-in {
	height: 80px;
    position: relative;
}
.sign-id-msg, .sign-pass-msg {
	position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: red;
}
.right-marg-5 {
	margin-right: 5px !important;
}
.left-marg-5 {
	margin-left: 5px !important;
}
.top-marg-5 {
	margin-top: 5px !important;
}
.top-marg-6 {
	margin-top: 6px !important;
}
.top-marg-10 {
	margin-top: 10px !important;
}
.top-marg-11 {
	margin-top: 11px !important;
}
.top-marg-15{
	margin-top:15px !important;
}
.top-marg-20{
	margin-top:20px !important;
}
.top-marg-30 {
	margin-top:30px !important;
}
.top-marg-60{
	margin-top:60px !important;
}
.bottom-marg-0 {
	margin-bottom: 0 !important;
}
.bottom-marg-1 {
	margin-bottom: 1px !important;
}
.bottom-marg-5 {
	margin-bottom: 5px !important;
}
.bottom-marg-10 {
	margin-bottom: 10px !important;
}
.bottom-marg-15 {
	margin-bottom: 15px !important;
}
.bottom-marg-20 {
	margin-bottom: 20px !important;
}
.pad-left-10 {
	padding-left:10px !important;
}
.pad-left-20 {
	padding-left:20px !important;
}
.pad-right-10 {
	padding-right:10px !important;
}
.pad-right-20 {
	padding-right:20px !important;
}
.modal-header {
    font-size: 20px;
    padding: 10px 15px;
}
.modal-header .close {
    font-size: 34px;
	margin-top: -5px;
}
#vanillatoasts-container {
    width: 132px;
}
#vanillatoasts-container {
    z-index: 10001;
}
.vanillatoasts-toast {
    padding: 5px 0 5px 20px;
    margin: 10px;
    background: #fafafa;
}
.vanillatoasts-title {
    font-size: 13px;
	color: #eb8184;
}
.vanillatoasts-text {
    font-size: 12px;
    color: #777;
}
.vanillatoasts-icon {
    top: 7px;
    left: -32px;
    width: 40px;
    height: 40px;
}
.top-icons {
	padding: 16px 10px 0 3px;
    font-size: 24px;
    margin: 0;
	cursor: pointer;
}
.modal-content {
	border-radius: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.sec-btn-top {
	font-size: 14px;
}
.input-qty {
	height: 30px;
    width: 80px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    float: right;
}
.input-qty input {
	float: left;
    text-align: center;
    padding: 1px;
    height: 100%;
    width: 38px;
    font-size: 12px;
    font-weight: 500;
    border: none;
}
.btn-cartact.minus {
    height: 100%;
    background-color: #fff;
    border: 0;
    cursor: pointer;
	width: 25%;
    float: left;
    padding-bottom: 0;
    padding-left: 2px;
    border-radius: 5px 0 0 5px;
}
.btn-cartact.plus {
    height: 100%;
    background-color: #fff;
    border: 0;
    cursor: pointer;
	width: 25%;
    float: right;
    height: 100%;
    border-radius: 0 5px 5px 0;
}
.btn-cartact, .btn-wishact {
	width:30px;
	height:30px;
	padding: 0;
}
.btn-sel-wish, .btn-sel-wish:hover, .btn-sel-wish:active,
.btn-cart-wish, .btn-cart-wish:hover, .btn-cart-wish:active {
	color: #ff2a00 !important;
}
.btn-sel-cart, .btn-sel-cart:hover, .btn-sel-cart:active,
.btn-wish-cart, .btn-wish-cart:hover, .btn-wish-cart:active {
	color: #e5a2a2 !important;
}
.btn-sel-del, .btn-sel-del:hover, .btn-sel-del:active,
.btn-cart-del, .btn-cart-del:hover, .btn-cart-del:active,
.btn-wish-del, .btn-wish-del:hover, .btn-wish-del:active {
	color: #000 !important;
}
.cartSumm, .wishSumm {
	position: absolute;
    right: 5px;
    top: 19px;
}
.headMenus {
	position: absolute;
    display: table;
    height: 56px;
    top: 24px;
    right: 5px;
}
.menuItem {
	position: relative;
    display: table-cell;
    width: 48px;
	color:#000;
}
.menuItem:hover {
	color:#000;
}
.menuItem.menu-acct:hover {
	color:#000;
}
.menuItem.menu-cart:hover {
	color:#000;
}
.menuIcon {
	/* position: absolute; */
    /* top: 42px; */
    /* right: 7px; */
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    font-size: 22px;
    text-align: center;
    /* z-index: 2;*/
}
.menuName {
	/* position: absolute; */
    /* top: 39px; */
    margin-top: 2px;
    width: 48px;
    /* font-weight: 400; */
    font-size: 10px;
    line-height: 6px;
    white-space: nowrap;
    text-align: center;
    /* display: inline-block; */
    /* z-index: 2;*/
}
.cart-action, .wish-action {
	display:none;
}
.cart-action.top {
    float: left;
    margin: 5px 0 5px 13px;
}
.wish-action.top {
    float: left;
    margin: 5px 0 0 12px;
}
.txt-summary {
	font-size:16px;
	background-color: #fff;
}
.sec-func-btn {
	height: 40px;
}
.cat-list, .item-list {
	cursor: pointer;
}
.item-incart {
    font-size: 10px;
    text-align: center;
	height: 15px;
}
.incart, .incart:hover {
	color: #ef6f55;
	font-weight: 700;
}
.item-quickv {
	position: absolute;
    font-size: 16px;
    font-weight: 800;
    padding-top: 20px;
    text-align: center;
    width: 100%;
	height:60px;
    bottom: 0;
    left: 0;
    color: #000000;
    background: #bebebeab;
    display: none;
	opacity: 0.0;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.item-inwish, .item-inwish-o, .item-inwish-qv {
	position: absolute;
    font-size: 10px;
    top: 7px;
    right: 11px;
    cursor: pointer;
}
.cart-count {
	font-size: 9px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #ff0000;
    background-color: #ff0000;
    border-radius: 20px;
    padding: 3px 4px 2px;
    position: absolute;
    line-height: 1;
    right: 2px;
}
.stat-restocked {
	position: absolute;
	margin-top: 1px;
    left: 5px;
    background-color: #e5a2a2;
    color: #fff;
    font-size: 7px;
    line-height: 8px;
    padding: 1px 6px 2px 2px;
}
.stat-restocked:after {
	content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 4px solid white;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.stat-restocked-qv {
	position: absolute;
	margin-top: 1px;
    background-color: #e5a2a2;
    color: #fff;
    font-size: 7px;
    line-height: 8px;
    padding: 2px 6px 1px 2px;
}
.stat-restocked-qv:after {
	content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-right: 4px solid white;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.msg-selected {
	font-size: 11px;
}
.btn-quickv {
	width: 120px;
    font-size: 12px;
}
#overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1005;
	cursor: pointer;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 5px;
    padding-left: 5px;
}
.container-fluid {
    padding-right: 5px;
    padding-left: 5px;
}
.sec-info h4 {
    color: #464646;
    font-size: 22px;
	text-align: center;
    margin-bottom: 25px;
}
.menu-left ul li {
    color: #848484;
    line-height: 2em;
    font-size: 11px;
	list-style-type:none;
}
.menu-left ul li a {
    color: #848484;
	text-decoration:none;
}
.menu-left ul li a:hover
.menu-left ul li a:active {
    color: #000;	
}
.pin-categ {
	position: absolute;
    display: flex;
    right: 0px;
    top: 207px;
    float: right;
    color: #000;
    padding: 8px 13px;
    border: 2px solid #ccc;
    background-color: #ffffffd4;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
.sec-logo {
	height: 80px;
    margin-top: 10px;
}
.welcome-msg {
	position: relative;
    display: inline-block;
    top: 16px;
    right: 22px;
    width: 300px;
    font-size: 10px;
    color: #707070;
    text-align: right;
}
.welcome-msg-sm {
	position: absolute;
    font-size: 9px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.search {
	position: relative;
    bottom: 28px;
    height: 28px;
    width: 200px;
    left: 303px;
	font-size: 12px;
    padding-left: 5px;
}
.btn-search {
	position: relative;
    bottom: 53px;
    left: 483px;
	cursor:pointer;
}
.table {
	margin-bottom: 0;
}
.account > tbody > tr > td,
.account > tbody > tr > th,
.register > tbody > tr > td,
.register > tbody > tr > th {
	border: 0;
	font-size:75%;
	padding: 5px;
	vertical-align: middle;
}
.acct-title {
	width: 35%;
}
.acct-addr {
	width: 20%;
}
.acct-credit {
	width: 120px;
}
.register-title {
	width: 35%;
	vertical-align: top !important;
    padding-top: 10px !important;
}
.input-err {
	color:red;
	display:none;
}
.contact > tbody > tr > td {
    border: 0;
    font-size: 14px;
    padding: 5px 0;
	vertical-align: middle;
}
.contact-title {
	width: 25%;
}
.chkout > tbody > tr > td,
.chkout > tbody > tr > th {
	border: 0;
	font-size:75%;
	padding: 1px 0 1px 10px;
	vertical-align: middle;
}
.btn-new-addr {
    padding-left: 44px;
    color: red;
    font-size: 12px;
    font-weight: bold;
	cursor: pointer;
	display:none;
}
.frmacct, .frmreg {
	padding: 3px 8px;
    height: 28px;
}
.filters {
	padding: 3px 8px;
    height: 23px;
    margin-top: 3px;
	box-shadow: none;
}
.listFilter {
	padding: 0;
	height: 20px;
	margin-top: -5px;
}
.btn-acct {
	width: auto;
	padding: 5px 10px 2px;
	font-size: 12px;
}
.btn-blk {
	color: #fff;
    background-color: #000000;
}
.btn-grn {
	color: #fff;
    background-color: #00b409;
}
.btn-acct-inner {
	font-size: 11px;
    padding: 1px 6px;
	border-radius: 0;
	margin-bottom: 5px;
}
.btn-acct-top {
	position: absolute;
    right: 11px;
    font-size: 11px;
    padding: 3px 6px 1px 6px;
    margin-top: 5px;
    border-radius: 0;
	background-color: #000;
    color: #fff;
}
.btn-chkout-apply {
    font-size: 12px;
    height: 25px;
    font-weight: 900;
    color: #fff !important;
    background: #000;
    width: 260px;
    margin: 14px 29px;
    padding-top: 3px;
	display:none;
}
.btn-chkout-confirm {
    font-size: 14px;
	font-weight: bold;
    color: #fff;
    background-color: #ff856d;
    border-color: #ff856d;
	height: 35px;
	width:100%;
}
.btn-chkout-confirm.disabled, .btn-chkout-confirm[disabled] {
    background-color: #c1c1c1;
    border-color: #c1c1c1;
}
.btn-chkout-change {
	font-size: 12px;
    font-weight: 900;
    color: #fff !important;
    background: #000;
    width: 100px;
    height: 25px;
    margin: 14px 27px;
    padding-top: 3px;
	display:none;
}
.topline {
	border-top: 1px solid #ddd;
}
.table.chkout {
	margin-left: 8px;
}
.reqfield {
	color:red;
	font-size: 7px;
	padding-left:2px;
}
.vtop {
	vertical-align: top !important;
}
.modal-addr {
    padding: 10px 15px;
}
.modal-footer {
	padding: 20px 15px;
    text-align: center;
}
.btn-modal {
	width:auto;
}
.panel-body.acct {
    padding: 5px;
}
.panel.chkout {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	margin-bottom:5px;
}
.panel-body.chkout {
    padding: 10px;
}
.view-order, .mod-view-order {
	cursor: pointer;
}
.table > tbody + tbody {
    border-top: 1px solid #ddd;
}
.panel-title {
    font-size: 14px;
    font-weight: bold;
}
.order-info {
	font-size: 13px;
    margin-bottom: 15px;
}
.page-link {
	cursor: pointer;
}
.line-top {
	border-top: 1px solid #e5e5e5;
}
.pad-0 {
	padding: 0 !important;
}
.float-left-50 {
	width: 50%;
    float: left;
}
.cartIdx {
	font-size: 9px;
    /*position: absolute;
    left: 2px;
    padding: 8px;*/
}
.chkout-msg {
	color: red;
    font-size: 14px;
    padding-left: 18px;
}
.w100 {
	width:100%;
}
.w200px {
	width:200px;
}
.w125px {
	width:125px;
}
.w250px {
	width:250px;
}
.chkout-note {
	border: 1px solid #ccc;
	height: 95px;
	resize: vertical;
	font-size:12px;
	padding: 6px 10px;
	width:100%;
	line-height: 1.2;
}
.sec-filter {
	position: sticky;
    top: 153px;
    z-index: 1001;
}
.sec-summ-lg {
	border:1px solid #ccc;
	padding:10px 20px 15px 20px;
	margin-top:15px;
	font-size: 12px;
	line-height: 2;
	color: #000;
}
.sec-summ-sm {
	border: 1px solid #ccc;
    padding: 5px 10px 5px;
    font-size: 13px;
    line-height: 1;
    /*position: sticky;
    top: 94px;*/
    background-color: #fff;
    z-index: 2;
	color: #000;
	overflow:auto;
}
.sum-total {
	font-weight: 800;
	font-size: 13px;
	line-height: 2;
}
.summ-detail {
	line-height: 2;
}
.sec-noti-lg {
	border:1px solid #ccc;
	padding:10px 20px 15px 20px;
	margin-top:15px;
	font-size: 12px;
	line-height: 1.2;
	text-align: justify;
}
.sec-noti-sm {
    padding: 5px 10px 0;
    font-size: 12px;
	line-height: 1.2;
	text-align: justify;
    background-color: #fff;
    z-index: 1;
}
.sec-cartsumm-lg {
	border:1px solid #ccc;
	padding:20px 20px 25px 20px;
	margin-top:15px;
	font-size: 12px;
	line-height: 2;
}
.sec-cartsumm-sm {
    padding: 5px 22px;
	/*border: 1px solid #ccc;
    font-size: 13px;
    line-height: 2;*/
    background-color: #fff;
    z-index: 2;
}
.owa-title {
	margin-left: 10px;
	float: left;
	width: 100px;
	padding: 5px 0;
	height: 26px;
}
.owa-input {
	padding: 3px 8px;
    height: 24px;
    width: 120px;
    font-size: 11px;
}
.ship-quote:hover {
    background-color: #f5f5f5;
}
.divider {
    margin: 26px 0;
}
.notice-sm {
	font-size: 13px;
    color: #666;
	cursor: pointer;
}
.hide-detail-down {
	font-size: 13px;
	text-align: center;
    position: absolute;
    font-weight: normal;
	color: gray;
    top: 2px;
    left: 44%;
    line-height: 1.2;
	cursor: pointer;
	width: 100%;
    left: 0;
}
.hide-detail-up {
	font-size: 13px;
	color: gray;
	font-weight: normal;
	text-align: center;
	line-height: 1.2;
	cursor: pointer;
}
.chkout-txt {
	font-size: 14px;
    padding-left: 18px;
}
.owa-error {
	color:red;
	font-size: 12px;
	display: none;
}
.cc-title {
	float: left;
	width: 120px;
	padding: 5px 0;
	height: 26px;
}
.cc-input {
	padding: 3px 8px;
    height: 28px;
    width: 221px;
    font-size: 12px;
}
.cc-exp {
	padding: 3px 8px;
    height: 28px;
    width: 108px;
    font-size: 12px;
    display: inline-block;
}
.promo-title {
    margin-top: 5px;
	margin-left: 8px;
    width: 100px;
    font-size: 14px;
}
.promo-input {
    padding: 3px 8px;
    height: 28px;
    width: 130px;
    font-size: 14px;
}
.btn-promo-apply {
	font-size: 12px;
    padding: 6px 4px;
    height: 28px;
    margin-left: 0px;
    color: #ffffff;
    width: 64px;
    background-color: #000;
    border-color: #000;
}
#btn-payp-apply {
	display: inline-block;
    margin: 14px 0 14px 28px;
    width: 100px;
}
#btn-credit {
	z-index: 1;
}
.btn-promo-apply#point-rem, .btn-promo-apply#coupon-rem, .btn-promo-apply#credit-rem {
    background-color: #d3d3d3;
    border-color: #d3d3d3;
}
.panel-body {
    padding: 5px 10px;
}
.text-brown {
	color:brown;
}
.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.detail-desc {
	font-size:20px;
	width: 80%;
}
.faq-q {
	font-size: 12px;
    color: #666;
    font-family: Verdana;
	font-weight: normal;
    cursor: pointer;
    padding: 10px 0;
    border-top: 1px solid #ccc;
}
.faq-a {
	font-size: 12px;
    color: #666;
    font-family: Verdana;
	font-weight: normal;
	padding: 20px 0;
    text-align: justify;
	display:none;
}
.sec-popular {
	font-size: 14px;
	line-height: 2;
}
.popular-title {
	font-weight: 800;
    float: right;
    width: 100%;
    height: 85px;
    background: #eeeeee;
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 1.6;
    padding: 25px 6px;
    position: relative;
}
.popular-item {
	float:right;
	width:100%;
	margin-left:5px;
	margin-bottom:5px;
	position: relative;
}
.popular-title2 {
	font-weight: 800;
    float: left;
    width: 45%;
    height: 80.99px;
    background: #eeeeee;
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 1.6;
    padding: 25px 6px;
    position: relative;
}
.popular-item2 {
	float:left;
	width:45%;
	margin-left:5px;
	margin-bottom:5px;
	position: relative;
}
.popular-item img{
	padding: 0;
	border: 1px solid #eeeeee;
	width: 100%;
    height: 100%;
}
.left-menus {
    padding-bottom: 4px;
	white-space: pre-wrap;
	overflow-wrap: break-word;
	font-size: 12px;
}
.left-menus a {
    color:#4b4b4b;
}
.left-menus a:hover {
    color:#000;
}
.left-menus a.active {
	font-weight: bold;
    color: #000;
}
.sec-leftmenus {
    padding: 0 10px 5px 0;
    width: 98%;
}
.left-menu-sticky {
	position:sticky;
	top:168px;
}
.panel-default > .panel-heading {
    padding: 8px 10px;
}
.sec-search {
	height: 30px;
	margin-right: 1px;
}
.btn-srcrst {
	width: 25px;
    padding: 4px 2px 0;
    border: none;
    background-color: #fff;
    margin-left: -7px;
}
.cart-summary {
	float: right;
	position: sticky;
	top: 165px;
}
.chkout-summary {
	float: right;
	position: sticky;
	top: 165px;
}
.sec-social  ul li {
    display: inline-block;
    margin: 0;
}
.sec-social ul li a {
    width: 30px;
    height: 30px;
    display: block;
}
.sec-social ul li a.wo {
    background: url("/assets/img/social30.jpg") no-repeat 0px 0px;
}
.sec-social ul li a.bs {
    background: url("/assets/img/social30.jpg") no-repeat -30px 0px;
}
.sec-social ul li a.fb {
    background: url("/assets/img/social30.jpg") no-repeat -60px 0px;
}
.sec-social ul li a.in {
    background: url("/assets/img/social30.jpg") no-repeat -90px 0px;
}
.sec-social ul li a.tw {
    background: url("/assets/img/social30.jpg") no-repeat -120px 0px;
}
.sec-social ul li a.pt {
    background: url("/assets/img/social30.jpg") no-repeat -150px 0px;
}
.right-90 {
    width: 90%;
    float: right;
}
/*
.sec-paym-btn {
	height:25px;
	text-align:right;
}
*/
.sec-promo {
    padding: 6px 10px;
	width:60%;
}
.promos {
	display: inline-flex;
	position: relative;
	padding: 3px 0;
}
#credit-msg {
	color: #7b7b7b;
    font-size: 12px;
    position: absolute;
    right: 0;
    padding-top: 30px;
	z-index: 0;
}
.sec-gift {
	border: 1px solid #ccc;
    padding: 5px 10px;
    margin-top: 5px;
    font-size: 13px;
	display:none;
}
#overlays {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,0.8);
    opacity: 0.9;
    z-index: 1006;
}
#anima {
	position: fixed;
    color: white;
    top: 40%;
    left: 43%;
	width: 100%;
    z-index: 1007;
}
#plswait {
	position: absolute;
	padding-top: 43px;
    padding-left: 15px;
	font-size: 11px;
}
#spinner {
	position: absolute;
	height:100px;
	width:100px;
	margin:0px auto;
	-webkit-animation: rotation 2s infinite linear;
	-moz-animation: rotation 2s infinite linear;
	-o-animation: rotation 2s infinite linear;
	animation: rotation 2s infinite linear;
	border-left:6px solid rgba(255,255,255,.9);
	border-right:6px solid rgba(255,255,255,.9);
	border-bottom:6px solid rgba(255,255,255,.9);
	border-top:6px solid rgba(0,174,239,.8);
	border-radius:100%;
}
@-webkit-keyframes rotation {
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
	from {-moz-transform: rotate(0deg);}
	to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
	from {-o-transform: rotate(0deg);}
	to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
	from {transform: rotate(0deg);}
	to {transform: rotate(359deg);}
}
.seo-home {
	font-size: 12px;
    color: #ae0042;
    background: #fff3f5;
    height: 28px;
    text-align: center;
	padding-top: 6px;
}
.fa-heart.item-inwish {
	color:#ff2a00;
}
.fa-heart-o.item-inwish-o {
	color:#848484;
}
.btn-subscrb {
    color: #fff;
    background-color: #666666;
    height: 28px;
	padding-top: 3px;
	margin-left: 107px;
}
.carousel-control.left, .carousel-control.right {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: unset;
    background-repeat: unset;
}
.carousel-control {
    color: #afafaf;
    text-shadow: none;
}
.carousel-control:hover, .carousel-control:focus {
    color: #8a8888;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0;
    outline-offset: 0;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
    outline: 0 !important;
    outline-offset: 0 !important;
}
.bootstrap-select .dropdown-toggle .filter-option {
	text-align: right !important;
}
.bootstrap-select .shopby .dropdown-toggle .filter-option {
	text-align: left !important;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 2px !important;
}
.chkout-title {
	padding-top: 15px;
	padding-bottom: 10px;
	position: sticky;
	top: 99px;
	background: white;
    z-index: 1001;
}
.modal-navi {
	position: fixed;
    top: 50%;
    width: 30px;
    height: 38px;
    background: #ffc0cb9e;
    color: white;
    font-size: 22px;
    z-index: 2000;
	display: none;
}
.modal-navi:hover, .modal-navi:focus {
    color: white;
}
.modal-navi-prev {
	padding: 5px 0 0 6px;
	left: 0;
}
.modal-navi-next {
	padding: 5px 0 0 8px;
	right: 0;
}
.modal-body#quickv-body {
    min-height: 400px;
}
.btn-primary {
    background-color: #000;
    border-color: #000;
}
.gift-sec {
    border: 1px solid #ccc;
    padding: 3px 8px;
}
.gift-title {
	text-align:center;
}
.gift-items {
	text-align: left;
    display: inline-block;
}
.gift-name {
	color: green;
}
.top-banner {
	position: absolute;
    top: 0px;
    right: 5px;
	white-space: nowrap;
}
.ord-hist {
	padding: 1px 5px !important;
	vertical-align: top !important;
}
#order-status {
	position: absolute; 
	font-size: 18px; 
	margin-left: 8px;
}
.slides_container {
	width: 100%;
	aspect-ratio: 1130 / 496 !important;
}
.banner {
	width: 100%; 
	height: auto;
}
.read-link {
	cursor: pointer;
}