@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url(http://weloveiconfonts.com/api/?family=entypo);
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@font-face {
	font-family: 'texgyreadventorregular';
	src: url('../font/texgyreadventor-regular-webfont.eot');
	src: url('../font/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/texgyreadventor-regular-webfont.woff') format('woff'), url('../font/texgyreadventor-regular-webfont.ttf') format('truetype'), url('../font/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "TeXGyreAdventor-Bold";
	src: url("texgyreadventor-bold.eot?") format("eot"), url("../font/texgyreadventor-bold.woff") format("woff"), url("../font/texgyreadventor-bold.ttf") format("truetype"), url("../font/texgyreadventor-bold.svg#TeXGyreAdventor-Bold") format("svg");
	font-weight: normal;
	font-style: normal;
}
html * {
	margin: 0;
	padding: 0;
}
html,
body {
	color: #646a7c;
	font-family: NanumGothic, "나눔고딕", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 25px;
}
#back-top {
	bottom: 30px;
	position: fixed;
	right: 10%;
}
#back-top a {
	background: rgb(177, 30, 34) none repeat scroll 0 0;
	border-radius: 5px;
	color: rgb(255, 255, 255);
	display: block;
	font: 11px/100% Arial, Helvetica, sans-serif;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 1s ease 0s;
}
a {
	transition: all 0.15s ease-in-out 0s;
}
a:hover {
	text-decoration: none;
}
a:focus { outline:none !important;}
.wrap { min-width:320px; overflow:hidden;}

/*---- top header ----*/

.top-header-right {
	float: right;
}
.top-header-right li {
	border-left: 0px solid rgb(48, 61, 73);
	display: inline;
	margin-left: 10px;
	float: left;
	padding-left: 10px;
}
.top-header-left span {
	float: left;
	padding: 3px 10px;
}
.top-header-right li:first-child {
	border-left: none;
}
.top-header-left {
	float: left;
}
.top-header-left li {
	border-left: 1px solid rgb(48, 61, 73);
	display: inline;
	margin-right: 0;
	padding-right: 5px;
	float: left;
}
.top-header-left li:first-child {
	border-left: none;
}
.top-header-left button {
	border: medium none;
	font-weight: 300;
}
.top-header-left .dropdown-menu>li {
	border: none;
	padding: 3px 20px;
	margin: 0;
}
.top-header {
	background: #081e3f none repeat scroll 0 0;
	float: left;
	padding: 6px 0;
	width: 100%;
	color: #fff;
}
.top-header_agent {
	background: #B11E22 none repeat scroll 0 0;
	float: left;
	padding: 16px 0;
	width: 100%;
	font-size:20px;
	color: #fff;
	font-weight:600;
}
.top-home3 {
	background: rgb(27, 37, 47) none repeat scroll 0 0;
	border-top: 1px solid rgb(48, 61, 73);
}
.top-home3 .cart-menu strong {
	color: rgb(255, 255, 255);
}
.top-home3 .cart-menu a {
	color: rgb(255, 255, 255);
}
.cart-content .pro-text strong {
    color: rgb(0, 0, 0);
}
.cart-outer .total strong {
    color: rgb(0, 0, 0);
}
/*---- top md header ----*/

.logo {
	color: rgb(0, 0, 0);
	font-size: 24px;
	font-weight: 600;
}
.logo span {
	color: #B11E22;
}
.top-md-menu {
	float: left;
	padding-top: 10px;
	width: 100%;
}
.top-md-menu .search {
	display: inline;
}
.top-md-menu .search input[type="text"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	padding: 5px;
	width: 100%;
	height:46px;
}
.well.carousel-search.hidden-phone {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	border: 1px solid rgb(221, 221, 221);
	border-radius: 5px;
	margin: 10px auto 0;
	padding: 0;

}
.well .btn.dropdown-toggle.btn-select {
	background: rgb(245, 245, 245) none repeat scroll 0 0;
	border-radius: 0;
	color: rgb(51, 62, 72);
	padding: 12px 14px;
	text-align: left;
	width: 150px;
}
.well #btnSearch {
	background: rgb(177, 30, 34) none repeat scroll 0 0;
	border: medium none;
	border-radius: 0 5px 5px 0;
	box-shadow: 0 0 0;
	float: right;
	font-size: 16px;
	height: 46px;
	margin-right: -8px;
	width: 46px;
}
.well .btn-group.open .dropdown-toggle {
	border: 0 none;
	border-radius: 0;
	box-shadow: 0 0 0;
}
.well .btn .caret {
     position: absolute;
    right: 8px;
    top: 22px;
}

.top-header-left .btn.btn-default.dropdown-toggle {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
    font-size: 12px;
	font-weight: 600;
	color: #fff;
}
.top-header-right .btn.btn-default.dropdown-toggle {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	font-weight: 300;
	color: #fff;
	padding: 0;
}
.cart-menu>ul {
	float: right;
	margin-top: 30px;
	color: #232530;
}
.cart-menu li {
	display: inline;
	float: left;
	margin-left: 12px;
	position: relative;
	text-align: center;
}
.cart-menu strong {
	display: block;
	font-size: 12px;
	font-weight: 500;
}
.cart-menu a {
	color: #232530;
	padding: 10px 15px;
	font-size: 20px;
	text-decoration: none;
}
.subno {
	background: #b11e22 none repeat scroll 0 0;
	border-radius: 50px;
	color: #fff;
	font-size: 11px;
	height: 20px;
	right: 11px;
	line-height: 19px;
	position: absolute;
	text-align: center;
	top: -11px;
	width: 20px;
	z-index: 99;
}
.main-menu {
	float: left;
	margin-top: 2px;
	width: 100%;
}
.main-menu .btn.btn-default.dropdown-toggle {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: rgb(255, 255, 255);
	font-weight: 300;
	padding: 15px 0;
	text-transform: uppercase;
}
.all-departments {
	background: rgb(177, 30, 34) none repeat scroll 0 0;
	border-radius: 10px 10px 0 0;
	padding: 10px 0;
	width: 270px;
}
.dropdown-menu.dropdownhover-bottom>li {
	border-left: 0 none;
	float: left;
	margin-left: 0;
	padding-left: 0;
	width: 100%;
	padding: 1px 0;
	border-bottom: 1px solid #f1f1f1;
}
.dropdown-menu.dropdownhover-bottom>li:last-child {
	border: none;
}
.dropdown-menu>li>a {
	padding: 11px 13px;
}
.dropdown-menu i {
	margin-left: 20px;
	float: right;
	margin-top: -16px;
	border:1px solid #F00;
}
.dropdown-menu {
	border-radius: 0;
	padding: 5px 0;
	top: 100%;
	border: 1px solid #ebebeb;
	margin-top:-20px;
}
.all-departments .dropdown-menu {
	border: 1px solid #ddd;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 0 0;
	left: 0;
	top: 70px;
	width: 270px;
}
.all-open {
	display: block;
}
.dropdown-menu.dropdownhover-bottom.all-open img {
	float: left;
	margin-right: 10px;
}
.dropdown-menu.right {
	border-radius: 0;
	margin-left: 269px;
	margin-top: -75px;
}
.collapse.navbar-collapse {
	padding: 0;
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	background: none;
	color: #b11e22;
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #b11e22;
}
.navbar.navbar-inverse.navbar-default {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	margin-bottom: 0;
}
.navbar-nav>li {
	float: left;
	padding-top: 0;
}
.navbar-inverse .navbar-nav>li>a {
	color: #333e48;
	font-weight: 500;
	text-transform: uppercase;
}
.all-departments .dropdown-toggle {
	color: #fff !important;
}
.all-departments img {
	margin-right: 10px;
}
.bg-red {
	background: rgb(229, 57, 57) none repeat scroll 0 0;
	border-radius: 3px;
	color: rgb(255, 255, 255);
	margin-left: 3px;
	padding: 3px 10px;
	text-transform: uppercase;
}
.bg-red::after {
	border-bottom: 10px solid rgb(229, 57, 57);
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	content: "";
	height: 0;
	left: -6px;
	position: absolute;
	top: 6px;
	transform: rotate(156deg);
	width: 0;
}
.bg-blue {
	background: #448ccb;
	border-radius: 3px;
	color: rgb(255, 255, 255);
	margin-left: 3px;
	padding: 3px 10px;
	text-transform: uppercase;
}
.bg-blue::after {
	border-bottom: 10px solid #448ccb;
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	content: "";
	height: 0;
	left: -6px;
	position: absolute;
	top: 6px;
	width: 0;
	transform: rotate(156deg);
}
.dropdown-menu {
	box-shadow: 0 0 0;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu i:hover {
	background: #f3f3f3;
	color: #b11e22;
}
.main-memu-socail>ul {
	float: right;
	margin-right: 30px;
}
.main-memu-socail li {
	display: inline;
	padding: 0 10px;
}
.main-memu-socail li a {
	color: #fff;
}
.main-memu-socail {
	border-left: 1px solid #85c93f;
	float: right;
	margin-top: 10px;
	width: 18%;
}
.all-departments i {
	float: right;
}
.navbar-nav > li > .dropdown-menu {
	top: 50px;
}
.all-departments .mega-menu {
	left: 270px;
	top: -140px;
	width: 870px;
}
.mega-menu {
	/*-- background: rgb(255, 255, 255) url("../images/megamenu-img1.jpg") no-repeat scroll right 50%; 우측하단 이미지--*/ 
	border-radius: 0 0 5px 5px !important;
	border-top: 1px solid rgb(177, 30, 34);
	border-bottom:1px solid #757575;
	border-left:1px solid #757575;
	border-right:1px solid #757575;
	left: 0;
	padding: 25px 30px 0;
	width: 1170px;
	font-family: NanumGothic, "나눔고딕"; font-size: 13px; color:#222222;
}
.mega-menu ul {
	float: left;
	padding: 0;
	width: 16.65%;
	height:260px;
}
.mega-menu li {
	width:80%;
	display: list-item;
	list-style: outside none none;
	margin-bottom: 5px;
}
.mega-menu strong {
	color: rgb(40, 40, 40);
	float: left;
	font-weight: 500;
	margin-bottom: 8px;
	text-transform: uppercase;
	width: 100%;
}
.mega-menu li a {
	color: #858a8d;
	transition: all 0.15s ease-in-out 0s;
	text-decoration: none;
}
.mega-menu li a:hover {
	padding-left: 10px;
	color: #000;
}
/* 메인페이지 상단 비주얼 수정 */
.header-slider .carousel-inner > .item {
	height: 406px;
	background-repeat: no-repeat;
	background-position: center;
}

.mega-menu li.titl { font-size:15px; font-weight:600; border-bottom:1px solid #c1c1c1; padding-bottom:6px; display:inline-block;}
.mega-menu li span.titl_big { vertical-align:middle; margin-right:10px; display:inline-block;}
.mega-menu li span.titl_small { font-size:15px; color:#569bf0; vertical-align:middle; display:inline-block;}
.mega-menu ul.menu_btm { float:left; margin-bottom:30px; padding:0; width:20%; height:auto;}


/*----------- header -----------------------*/

.header2 {
	border-bottom: 1px solid rgb(235, 235, 235);
}
.header-slider {
	float: left;
	width: 100%;
	height: 406px;
}
.header-outer .col-md-9 {
	padding-right: 0;
}
.header-outer {
	background: url("../images/header-bg.jpg") no-repeat;
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.header-outer2 {
	float: left;
	margin-bottom: 50px;
	width: 100%;
	padding-top: 25px;
}
.home2-caption .header-text h2 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0;
}
.header-slider .col-md-6 {
	padding: 0;
}
.header-slider .col-md-3 {
	margin-bottom: 40px;
}
.home2-caption .header-text h6 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 5px;
	text-transform: uppercase;
}
.menu2 .navbar-nav {
	margin-top: -7px;
}
.menu2.menu3 .navbar-nav {
	margin: 0px;
}
.menu2.menu3 .all-departments {
	border-radius: 3px;
}
.main-menu.menu2 {
	background: rgb(23, 32, 41) none repeat scroll 0 0;
}
.menu2 .navbar-inverse .navbar-nav > li > a {
	color: #fff;
}
.affix {
	left: 0;
	margin-top: 0 !important;
	position: fixed;
	top: 0;
}
.carousel-inner>.item {
	overflow: hidden;
}
.caption {
	color: #646a7c;
	display: block;
	letter-spacing: 1.5px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-transform: uppercase;
	width: 100%;
	z-index: 999;
}

.caption h3 {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	margin-top: 100px;
	letter-spacing: 0;
}
.caption h4 {
	color: #fe9700;
	font-size: 26px;
}
.caption h2 {
	font-size: 50px;
	margin-top: 0;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 15px;
	font-weight: 700;
}
.caption p {
	font-size: 12px;
	margin: 10px 0 20px;
	text-transform: capitalize;
	width: 410px;
	color: #fff;
}
.carousel-indicators {
	left: 50%;
}
.caption img {
	width: 100%;
}
.home2-caption {
	color: rgb(51, 62, 72);
	margin-bottom: 70px;
	margin-top: 320px;
	text-align: center;
}
.header-outer3 {
	float: left;
	margin-bottom: 50px;
	width: 100%;
}
.home3-caption {
	color: rgb(51, 62, 72);
}
.home3-caption-outer .header-text {
	float: left;
	padding-top: 160px;
}
.home3-caption .header-text h6 {
	font-size: 30px;
	font-weight: bold;
	margin-top: 20px;
	font-family: "TeXGyreAdventor-Bold";
}
.home3-caption .header-text h2 {
	font-size: 70px;
	margin: -10px 0 10px;
	font-family: "TeXGyreAdventor-Bold";
}
.home3-caption-outer {
	float: left;
	height: 611px;
}
.home3-caption-outer .header-text a {
	background: rgb(177, 30, 34) none repeat scroll 0 0;
	border-radius: 5px;
	color: rgb(255, 255, 255);
	float: left;
	font-size: 12px;
	margin-top: 33px;
	padding: 10px 30px;
	text-transform: uppercase;
}
.save-price {
	background: #fed700;
	border-radius: 50%;
	float: right;
	height: 120px;
	margin-top: 200px;
	padding: 33px 0;
	text-align: center;
	width: 120px;
}
.saveprice-no {
	font-size: 38px;
	font-weight: 700;
	color: #333e48;
}
.save-text {
	float: left;
	width: 100%;
	color: #333e48;
}
.saveprice-no sup {
	font-size: 14px;
}
.caption .btn.get-start {
	background: #B11E22;
	font-weight: 300;
	border-radius: 0;
	color: #fff;
	padding: 10px 20px;
	font-size: 12px;
}
.header-text.text-colr {
	color: rgb(255, 255, 255);
}

/*----------- banner -----------------------*/

.banner {
	padding: 50px 0;
}
.banner-img {
	background: rgba(0, 0, 0, 0) url("../images/banner-img1.jpg") no-repeat scroll 0 0 / cover;
	color: #333e48;
	float: left;
	height: 222px;
	padding: 50px 20px 0;
	text-decoration: none;
	width: 100%;
	position: relative
}
.banner-img:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/* on hover we animate the width to
 * 100% and opacity to 0 so the element
 * grows and fades out
 */

.banner-img:hover:after {
	width: 120%;
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.banner-img2 {
	background: rgba(0, 0, 0, 0) url("../images/banner-img2.jpg") no-repeat scroll 0 0 / cover;
}
.banner-img3 {
	background: rgba(0, 0, 0, 0) url("../images/banner-img3.jpg") no-repeat scroll 0 0 / cover;
}
.banner-img4 {
	background: rgba(0, 0, 0, 0) url("../images/banner-img4.jpg") no-repeat scroll 0 0 / cover;
}
.banner-img5 {
	background: rgba(0, 0, 0, 0) url("../images/banner-img5.jpg") no-repeat scroll 0 0 / cover;
}
.banner-img6 {
	background: rgba(0, 0, 0, 0) url("../images/banner-img6.jpg") no-repeat scroll 0 0 / cover;
}
.banner-img7 {
	background: rgba(0, 0, 0, 0) url("../images/hom4-banner1.jpg") no-repeat scroll 0 0 / cover;
	height: 390px;
}
.banner-img8 {
	background: rgba(0, 0, 0, 0) url("../images/hom4-banner2.jpg") no-repeat scroll 0 0 / cover;
	margin-bottom: 33px;
	height: 180px;
}
.banner-img9 {
	background: rgba(0, 0, 0, 0) url("../images/hom4-banner3.jpg") no-repeat scroll 0 0 / cover;
	height: 180px;
	margin-bottom: 33px;
}
.banner-img10 {
	background: rgba(0, 0, 0, 0) url("../images/hom4-banner4.jpg") no-repeat scroll 0 0 / cover;
	height: 388px;
	margin-bottom: 33px;
	padding: 22px 20px 0;
	text-align: center;
}
.banner-img11 {
	background: rgba(0, 0, 0, 0) url("../images/hom4-banner5.jpg") no-repeat scroll 0 0 / cover;
	height: 388px;
	text-align: center;
}
.banner-img12 {
	background: rgba(0, 0, 0, 0) url("../images/hom4-banner6.jpg") no-repeat scroll 0 0 / cover;
	height: 388px;
}
.banner-half-img8 {
	background: rgba(0, 0, 0, 0) url("../images/half-banner7.jpg") no-repeat scroll 0 0 / cover;
	color: #333e48;
	float: left;
	height: 215px;
	padding: 50px 20px 0;
	text-decoration: none;
	width: 100%;
	position: relative
}
.banner-half-img9 {
	background: rgba(0, 0, 0, 0) url("../images/half-banner8.jpg") no-repeat scroll 0 0 / cover;
}
.banner-half-img8:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/* on hover we animate the width to
 * 100% and opacity to 0 so the element
 * grows and fades out
 */

.banner-half-img8:hover:after {
	width: 120%;
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.banner-img:hover {
	text-decoration: none;
}
.banner-text>h3 {
	font-size: 12px;
	margin-top: 28px;
	text-transform: uppercase;
	font-family: "TeXGyreAdventor-Bold";
}
.banner-text .price {
	color: #e94c4c;
	font-size: 16px;
	margin-top: 18px;
}
.banner-text h5 {
	font-size: 20px;
	margin: 0 0 10px;
	font-family: "TeXGyreAdventor-Bold";
	text-transform: capitalize;
}
.price > span {
	color: rgb(51, 62, 72);
}
.hot-text {
	color: rgb(233, 76, 76);
	text-transform: uppercase;
	font-family: "TeXGyreAdventor-Bold";
	font-size: 12px;
}
.new-text {
	color: #448ccb;
	text-transform: uppercase;
	font-family: "TeXGyreAdventor-Bold";
	font-size: 12px;
}
.best-text {
	color: #ff9600;
	font-family: "TeXGyreAdventor-Bold";
	text-transform: uppercase;
	font-size: 12px;
}
.delivery-bg {
	background: rgb(51, 62, 72) none repeat scroll 0 0;
	color: rgb(255, 255, 255);
	margin-bottom: 50px;
	padding: 30px 0;
	text-align: center;
}
.delliver-text span {
	color: rgb(255, 216, 0);
}
.delliver-text > h6 {
	font-size: 18px;
	font-weight: 300;
}

/*----------- categories-banner -----------------------*/

.categories-banner {
	float: left;
	padding: 50px 0 0;
	width: 100%;
}
.categories-banner .owl-pagination {
	display: none;
}
.banner-img a {
	background: #ffffff;
	color: rgb(0, 0, 0);
	display: inherit;
	font-weight: 500;
	left: 23%;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	top: 44%;
	width: 180px;
}
.banner-img a:hover {
	background: rgba(0, 0, 0, .8);
	color: #fff;
}
.title {
	float: left;
	margin-bottom: 11px;
	position: relative;
	width: 100%;
}
.title h2 {
	color: #333;
	font-size: 19px;
	margin-top:10px;
	font-weight: bold;
}
.customNavigation {
	float: right;
}
.tab-content .customNavigation {
	margin-top: -40px;
}
.customNavigation .btn.next2 {
	border-left: 1px solid #ddd;
	border-radius: 0;
	color: #343434;
	font-size: 18px;
	line-height: 10px;
	padding: 0 12px;
}
.customNavigation .btn.prev2 {
	border-radius: 0;
	color: #343434;
	font-size: 18px;
	line-height: 10px;
	padding: 0 12px;
}
.customNavigation .btn.next {
	border-left: 1px solid #ddd;
	border-radius: 0;
	color: #343434;
	font-size: 18px;
	line-height: 10px;
	padding: 0 12px;
}
.customNavigation .btn.prev {
	border-radius: 0;
	color: #343434;
	font-size: 18px;
	line-height: 10px;
	padding: 0 12px;
}
.owl-carousel {
	float: left;
}
.owl-item>div {
	float: left;
}
.owl-theme .owl-controls .owl-buttons div {
	border-radius: 0 !important;
	color: rgb(232, 233, 233) !important;
	margin: 5px 0 !important;
	opacity: 0.5 !important;
	padding: 7px 10px !important;
}
.owl-buttons {
	position: absolute;
	right: 0;
	top: -30px;
}
.owl-theme .owl-controls .owl-buttons div:first-child {
	border-right: 1px solid #999!important;
}
.owl-prev {
	background: none !important;
	position: relative;
}
.owl-prev::before {
	color: rgb(0, 0, 0);
	content: "";
	font-family: fontawesome;
	font-size: 16px;
	position: absolute;
	top: -5px;
	right: 12px;
}
.owl-next {
	background: none !important;
	position: relative;
}
.owl-next::before {
	color: rgb(0, 0, 0);
	content: "";
	font-family: fontawesome;
	font-size: 16px;
	position: absolute;
	top: -5px;
	left: 12px;
}
.owl-pagination {
	display: none;
}
.owl-theme .owl-controls {
	margin-top: 0 !important;
	text-align: center;
}

/*----------- deal-section -----------------------*/

.deals-wk {
	border-radius: 3px;
	color: #868686;
	padding: 0;
}
.deals-wk .text-text>h4 {
	color: #373737;
	font-weight: 400;
	margin-bottom: 30px;
}
.deal-outer .pad-left {
	padding-left: 0;
}
.wk-price {
	color: #b11e22;
	font-size: 18px;
	font-weight: 500;
	margin: 50px 0 10px;
}
.wk-price>span {
	color: #888;
	font-size: 14px;
	font-weight: 100;
	margin-left: 20px;
	text-decoration: line-through;
}
.deal-section2 .title > h2 {
	border-bottom: 1px solid rgb(221, 221, 221);
	font-size: 18px;
	text-transform: capitalize;
}
.deal-section2 .e-product.e-product2 {
	float: left;
	margin: 0 0 20px;
	width: 100%;
	transition: all 0.3s ease-in-out 0s;
}
.deal-section2 .e-product .pro-text-outer {
	padding-top: 5px;
}
.deal-week2 .e-product .pro-text-outer {
	width: 63%;
}
.deal-section2 .e-product.e-product2:hover {
	box-shadow: 0 0 0;
}
.deal-section2 .e-product .pro-img {
	margin-right: 18px;
	width: 30%;
}
.deals-wk .availalbe {
	color: #373737;
}
.deal-section2 .grid-shop .pro-text {
	border: medium none;
	margin-bottom: 10px;
	margin-top: 10px;
	transition: all 0.15s ease-in-out 0s;
}
.deal-section2 .grid-shop .pro-text:hover {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	transform: translate3d(0px, 6px, 0px);
}
.deals-wk .availalbe>span {
	color: #b11e22;
}
.deal-section2 .e-product {
	float: left;
	margin-top: 50px;
	margin-bottom: 25px;
	padding: 0 2px;
	transition: all 0.3s ease-in-out 0s;
}
.deal-section2 .e-product:hover {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	transform: translate3d(0px, -6px, 0px);
}
.deal-section2 .new-arrivals .pro-text-outer .wk-price {
	margin: 20px 0 0;
}
.deal-section2 .new-arrivals .nav.nav-tabs .active a {
	background: rgb(177, 30, 34) none repeat scroll 0 0;
	color: rgb(255, 255, 255) !important;
	margin-top: -6px;
	padding: 13px;
}
.deal-section2 .new-arrivals .nav.nav-tabs a {
	background: rgb(242, 242, 242) none repeat scroll 0 0;
	border-radius: 7px 7px 0 0;
	color: #333e48 !important;
	text-transform: capitalize;
}
.deal-section2 .e-product2 .pro-text-outer h4 {
	font-size: 14px;
}
.deals-wk .item {
	margin-left: 0;
	width: 100%;
}
.deals-wk .pro-img > img {
	width: 100%;
	height:200px;
}
.add-btn {
	background: #b11e22 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	margin: 20px 0;
	padding: 6px 32px;
	font-size: 12px;
	text-transform: uppercase;
}
.add-btn:hover {
	background: #000 none repeat scroll 0 0;
	text-decoration: none;
	color: #fff;
}
.price {
	float: left;
	font-size: 22px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 30px;
	color: #B11E22;
	width: 100%;
}
.price .spical {
	color: #b3b7c8;
	font-size: 14px;
	font-weight: 300;
	text-decoration: line-through;
}
.ulcontent {
	list-style: outside none none;
	margin: 30px 0;
}
.ulcontent>li::before {
	content: "";
	font-family: fontawesome;
	margin-right: 12px;
	color: #B11E22;
}
#clockdiv {
	color: #232530;
	display: inline-block;
	text-align: center;
}
#clockdiv>div {
	border-radius: 3px;
	display: inline-block;
	margin: 18px 0;
	position: relative;
	padding: 5px 15px;
}
#clockdiv>div:last-child::before {
	display: none;
}
#clockdiv>div::before {
	content: ":";
	font-size: 29px;
	margin-left: 10px;
	position: absolute;
	right: -6px;
}
#clockdiv>h4 {
	border-top: 1px solid rgb(235, 235, 235);
	padding-bottom: 20px;
	padding-top: 20px;
}
#clockdiv div>span {
	color: rgb(0, 59, 87);
	display: inline-block;
	font-size: 36px;
	font-weight: 400;
}
.smalltext {
	font-size: 12px;
	margin-top: -5px;
	color: #bcbcbc;
}
.deal-content h2 {
	color: #232530;
	font-size: 24px;
	font-weight: 300;
}
.carousel-control {
	border-radius: 50%;
	height: 30px;
	line-height: 28px;
	text-align: center;
	top: 50%;
	width: 30px;
}
.carousel-control.left {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #b7b7b7;
	text-shadow: 0 0px 0px;
	bottom: inherit;
	border: 1px solid;
}
.carousel-control.right {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #b7b7b7;
	text-shadow: 0 0px 0px;
	bottom: inherit;
	border: 1px solid;
}
.deal-week2 #clockdiv > div {
	border-radius: 3px;
	display: inline-block;
	margin: 18px 0;
	padding: 5px 7px;
	position: relative;
}
.deal-week2 #clockdiv div > span {
	font-size: 22px;
}
.ads-lft2 > img {
	border-radius: 8px;
	margin-bottom: 20px;
	width: 100%;
}
.deal-week2 .wk-price {
	margin-top: 20px;
}
.deal-week2 .deals-wk {
	padding: 10px 0;
}
.deal-week2 .deals-wk .pro-img {
	margin-bottom: 20px;
}
.deal-week2 .deals-wk .text-text > h4 {
	margin-bottom: 20px;
}
.home-deals-wk .pro-img {
	float: left;
	width: 45%;
	margin-bottom: 0;
}
.home-deals-wk .text-text {
	float: left;
	width: 55%;
	margin-top: 30px;
}
.home-deals-wk .text-text > h4 {
	margin-bottom: 10px;
}
.home-deals-wk .wk-price {
	color: rgb(177, 30, 34);
	font-size: 18px;
	font-weight: 500;
	margin: 25px 0;
}
.home-deals-wk #clockdiv {
	text-align: left;
}
.home-deals-wk #clockdiv > h4 {
	border: none;
}
.home-deals-wk #clockdiv > div {
	padding: 5px 7px;
}

/*----------- new arrivals -----------------------*/

.deal-section {
	padding-bottom: 50px;
}
.new-arrivals {
	float: left;
	width: 100%;
	position: relative;
}
.new-arrivals .owl-buttons {
	top: -30px;
}
.new-arrivals .pro-text-outer .wk-price {
	margin: 50px 0 0;
}
.new-arrivals .pro-text-outer h4 {
	color: #373737;
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
}
.new-arrivals .pro-text {
	width:208px;
	border: 1px solid #ececec;
	border-radius: 3px;
	margin-top: 30px;
	margin-left:0;
	margin-right:0;
}
.new-arrivals .pro-img {
	margin-bottom: 15px;
}

.new-arrivals .nav-tabs { margin-right:40px; float:right;}

.new-arrivals .nav-tabs>li>a {
	border-radius: 0;
	color: #aeaeae;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.42857;
	text-transform: uppercase;
}
.new-arrivals .nav-tabs .active>a {
	color: #d61400 !important;
}
.new-arrivals .nav-tabs {
	border-bottom: 1px solid #fff;
}
.new-arrivals .nav>li>a:focus,
.new-arrivals .nav>li>a:hover {
	background-color: #fff;
	color: #d61400 !important;
	text-decoration: none;
}
.new-arrivals .pro-text-outer>span {
	font-weight: 100;
}
.new-arrivals .add-btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #eee;
	color: #a7a7a7;
	transition: all 0.15s ease-in-out 0s;
}
.new-arrivals .pro-text-outer:hover .add-btn {
	background: #B11E22;
	border: 1px solid #B11E22;
	color: #fff;
}
.new-arrivals .pro-text-outer:hover a,
.new-arrivals .pro-text-outer:hover a h4 {
	color: #B11E22;
	text-decoration: none;
}


/*----------- new arrivals(Video) -----------------------*/

.new-arrivals_video {
	float: left;
	width: 100%;
	position: relative;
}
.new-arrivals_video .owl-buttons {
	top: -30px;
}
.new-arrivals_video .pro-text-outer .wk-price {
	margin: 50px 0 0;
}
.new-arrivals_video .pro-text-outer h4 {
	color: #373737;
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
}
.new-arrivals_video .pro-text {
	width:208px;
	border: 1px solid #ececec;
	border-radius: 3px;
	margin-top: 30px;
	margin-left:0;
	margin-right:0;
}
.new-arrivals_video .pro-img {
	margin-bottom: 15px;
}

.new-arrivals_video .nav-tabs { margin-right:40px; float:right;}

.new-arrivals_video .nav-tabs>li>a {
	border-radius: 0;
	color: #aeaeae;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.42857;
	text-transform: uppercase;
}
.new-arrivals_video .nav-tabs .active>a {
	color: #d61400 !important;
}
.new-arrivals_video .nav-tabs {
	border-bottom: 1px solid #fff;
}
.new-arrivals_video .nav>li>a:focus,
.new-arrivals_video .nav>li>a:hover {
	background-color: #fff;
	color: #d61400 !important;
	text-decoration: none;
}
.new-arrivals_video .pro-text-outer>span {
	font-weight: 100;
}
.new-arrivals_video .add-btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #eee;
	color: #a7a7a7;
	transition: all 0.15s ease-in-out 0s;
}
.new-arrivals_video .pro-text-outer:hover .add-btn {
	background: #B11E22;
	border: 1px solid #B11E22;
	color: #fff;
}
.new-arrivals_video .pro-text-outer:hover a,
.new-arrivals_video .pro-text-outer:hover a h4 {
	color: #B11E22;
	text-decoration: none;
}
/*----------- //new arrivals(Video) -----------------------*/




/*----------- all-product  -----------------------*/

.all-product {
	background: #fff none repeat scroll 0 0;
	padding: 50px 0;
	border: 1px solid #ebebeb;
}
.electonics {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	float: left;
	width: 100%;
	border-radius: 3px;
}
.e-product .pro-img>img {
	width: 100%;
}
.e-product .pro-img {
	float: left;
	width: 40%;
	position: relative;
}
.e-product .pro-text-outer {
	float: left;
	padding-top: 15px;
	width: 60%;
}
.e-product .pro-text-outer h4 {
	color: rgb(55, 55, 55);
	font-size: 18px;
	font-weight: 400;
	margin-top: 5px;
}
.e-product .wk-price {
	color: rgb(177, 30, 34);
	font-size: 18px;
	font-weight: 500;
	margin: 15px 0 0;
}
.electonics .bdr {
	border-bottom: 1px solid rgb(235, 235, 235);
	border-left: 1px solid rgb(235, 235, 235);
	padding: 15px 0;
}
.electonics .brd2 {
	border-bottom: 1px solid rgb(235, 235, 235);
}
.electonics .ads {
	float: left;
	margin-top: 19px;
	margin-bottom: 19px;
}
.electonics .add-btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 3px;
	color: rgb(167, 167, 167);
	display: inline-block;
	font-size: 12px;
	margin: 20px 0;
	padding: 6px 17px;
	text-transform: uppercase;
	border: 1px solid rgb(238, 238, 238);
}
.electonics .add-btn:hover {
	background: #B11E22;
	border: 1px solid #B11E22;
	color: #fff;
}
.electonics .add-btn2 {
	background: #000;
	border-radius: 3px;
	color: rgb(255, 255, 255);
	display: inline-block;
	font-size: 17px;
	padding: 6px 11px;
	text-transform: uppercase;
}
.electonics .add-btn2:hover {
	background: rgb(177, 30, 34) none repeat scroll 0 0;
	text-decoration: none;
}
.electonics .owl-item>div {
	margin-left: 0;
}
.etabs a {
	border-left: 1px solid rgb(235, 235, 235) !important;
	color: rgb(159, 159, 159);
	font-size: 13px;
	font-weight: 400;
	padding: 0 15px !important;
}
.nav.nav-tabs.etabs {
	border: medium none;
	float: right;
	margin-right: 50px;
	margin-top: -40px;
}
.customNavigation.earrow {
	margin-top: -62px;
}
.etabs .active>a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: medium none !important;
}
.all-product .title>h2 {
	border-bottom: 1px solid rgb(221, 221, 221);
}
.etabs>li>a:hover {
	background: rgb(244, 248, 249) none repeat scroll 0 0;
	border-color: rgb(244, 248, 249);
	color: rgb(0, 0, 0);
}
.half-banner {
	float: left;
	width: 100%;
	padding: 50px 0;
}
.half-banner img {
	width: 100%;
}
.half-banner1 {
	background: rgba(0, 0, 0, 0) url("../images/half-banner1.jpg") no-repeat scroll center center / cover;
	color: rgb(0, 0, 0);
	float: left;
	height: 190px;
	padding: 50px 0 0;
	text-decoration: none;
	width: 100%;
}
.half-banner2 {
	background: rgba(0, 0, 0, 0) url("../images/half-banner2.jpg") no-repeat scroll center center / cover;
	color: rgb(0, 0, 0);
	float: left;
	height: 190px;
	padding: 50px 0 0;
	text-decoration: none;
	width: 100%;
}
.half-banner3 {
	background: rgba(0, 0, 0, 0) url("../images/half-banner3.jpg") no-repeat scroll center center/ cover;
	color: rgb(0, 0, 0);
	float: left;
	height: 190px;
	padding: 50px 0 0;
	text-decoration: none;
	width: 100%;
}
.half-banner4 {
	background: rgba(0, 0, 0, 0) url("../images/half-banner4.jpg") no-repeat scroll center center / cover;
	color: rgb(0, 0, 0);
	float: left;
	height: 190px;
	padding: 50px 0 0;
	text-decoration: none;
	width: 100%;
}
.half-banner5 {
	background: rgba(0, 0, 0, 0) url("../images/large-banner5.jpg") no-repeat scroll right center / cover;
	color: rgb(0, 0, 0);
	float: left;
	height: 190px;
	padding: 50px 0 0;
	text-decoration: none;
	width: 100%;
	margin-bottom: 30px;
}
.half-banner .text {
	color: rgb(255, 255, 255);
	float: left;
	text-align: center;
	width: 50%;
	text-transform: uppercase;
}
.half-banner5 .text {
	width: 100%;
}
.banner-price>span {
	margin-left: 10px;
	text-decoration: line-through;
}
.half-banner .text>h4 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 5px;
	margin-top: 15px;
}
.half-banner .text>h3 {
	font-size: 22px;
	margin-bottom: 12px;
}
.banner-price {
	font-size: 18px;
}
.sale-tag {
	background: #e53939;
	border-radius: 3px;
	color: rgb(255, 255, 255);
	left: 5px;
	padding: 10px 6px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	z-index: 999;
}
.new-tag {
	background: #448ccb;
	border-radius: 3px;
	color: rgb(255, 255, 255);
	left: 5px;
	padding: 10px 6px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	z-index: 999;
}
.hover-icon {
	height: 100%;
	left: 0;
	line-height: 180px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	transform: scale(0.2);
	transition: all 0.15s ease-in-out 0s;
}
.e-product .pro-img:hover .hover-icon {
	opacity: 1;
	transform: scale(1);
}
.hover-icon>a {
	background: #b11e22;
	border-radius: 3px;
	color: rgb(255, 255, 255);
	padding: 10px 12px;
}
.all-product .carousel-indicators .active {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid rgb(255, 0, 0);
	height: 12px;
	margin: 0;
	width: 12px;
}
.electonics .carousel-indicators {
	bottom: 33px;
	left: 50%;
}

/*----------- home-blog  -----------------------*/

.home-blog {
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	border-radius: 3px;
	float: left;
	padding: 0 15px;
	width: 100%;
}
.blog-img>img {
	width: 100%;
}
.home-blog .bdr {
	border-left: 1px solid rgb(235, 235, 235);
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
}
.blog-text-outer {
	margin-top: 20px;
}
.blog-text-outer h4 {
	color: rgb(51, 62, 72);
	font-size: 16px;
	margin-bottom: 10px;
}
.blog-text-outer .dt {
	color: #9f9f9f;
}
.blog-text-outer .ath {
	color: rgb(177, 30, 34);
}
.blog-text-outer .content-text {
	margin-bottom: 20px;
	margin-top: 20px;
}
.blog-text-outer .add-btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid rgb(238, 238, 238);
	border-radius: 3px;
	color: rgb(167, 167, 167);
	display: inline-block;
	font-size: 12px;
	margin: 20px 0;
	padding: 6px 17px;
	text-transform: uppercase;
}
.blog-text-outer .add-btn:hover {
	background: rgb(177, 30, 34);
	color: #fff;
}
.home-blog .owl-item>div {
	float: left;
	margin-left: 0;
}
.home-blog .item div:first-child {
	border: medium none;
}
.on-sale {
	float: left;
	margin: 0px 0 20px;
	width: 100%;
}
.latest-blog .blog-text-outer h4 {
	font-size: 14px;
}
.latest-blog .blog-text-outer .content-text {
	margin-top: 10px;
	margin-bottom: 0px;
}

/*----------- testimonal -----------------------*/

.testimonal .caption p {
	color: #606060;
	font-size: 12px;
	margin: auto;
	width: 80%;
}
.testimonal .carousel-inner>.item {
	height: 200px;
}
.testimonal .caption {
	padding-top: 0;
}
.testimonal {
	float: left;
	width: 100%;
	padding: 100px 0 0;
}
.testimonal .carousel-indicators img {
	border-radius: 50%;
	transition: opacity 0.5s linear 0s;
	width: 55px;
}
.testimonal .carousel-indicators .active {
	height: 3px;
	margin: 0;
	border: none;
	opacity: 1;
	background: none;
}
.testimonal .carousel-indicators .active img {
	border: 3px solid #B11E22;
	border-radius: 50%;
	transform: scale(1.5);
}
.testimonal .carousel-indicators {
	bottom: 50px;
	left: 0;
	list-style: outside none none;
	margin: auto;
	padding-left: 0;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 15;
}
.testimonal .carousel-indicators>li {
	border: medium none;
	border-radius: 0;
	height: 100%;
	opacity: 0.5;
	padding: 0 25px;
	text-indent: inherit;
	width: 50px;
	display: inline;
}
.testimonal .caption span {
	font-size: 14px;
	color: #e24347;
}
.testimonal .right-control {
	top: 33%;
}
.testimonal .left-control {
	top: 33%;
}
.t-pad {
	padding-top: 0;
}
.client-logo {
	border-top: 1px solid rgb(235, 235, 235);
	margin-top: 30px;
}
.client-logo > li {
	display: inline;
	float: left;
	padding: 30px 0 0;
	text-align: center;
	width: 20%;
}

/*----------- free-shipping -----------------------*/

.free-shipping {
	border-top: 1px solid rgb(235, 235, 235);
	color: rgb(51, 62, 72);
	float: left;
	margin-top: 50px;
	padding-top: 50px;
	width: 100%;
}
.shipping-text>h4 {
	font-size: 15px;
	text-transform: uppercase;
}
.shipping-text {
	float: left;
	font-size: 14px;
	margin-left: 27px;
}
.icon-shipping {
	float: left;
	font-size: 36px;
}

/*----------- newsletter -----------------------*/

.newsletter {
	background: rgb(177, 30, 34);
	padding: 50px 0;
	color: #fff;
}
.sing-up-text {
	float: left;
	font-size: 12px;
	margin-top: 20px;
	text-transform: uppercase;
}
.sing-up-text strong {
	font-size: 23px;
}
.sing-up-input>input[type="text"] {
	border-image: none;
	border-left: medium none;
	border-radius: 30px 0 0 30px;
	border-top: medium none;
	color: #000;
	padding: 10px 10px 10px 26px;
	width: 75%;
	float: left;
}
.sing-up-input>input[type="button"] {
	background: rgb(0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	border-radius: 0 30px 30px 0;
	float: left;
	padding: 11px 30px;
	text-transform: uppercase;
}
.sing-up-input>input:hover[type="button"] {
	background: #444;
	color: #fff;
}

/*----------- footer -----------------------*/

footer {
	float: left;
	padding: 50px 0 0;
	width: 100%;
}
.f-weghit { width:100%;}
.f-weghit li {
	display: list-item;
	font-size: 12px;
	list-style: outside none none;
	margin-bottom: 10px;
}
.f-weghit li .icons {
	font-size: 16px;
	margin-bottom: 10px;
	margin-right: 9px;
}
.f-weghit>ul {
	margin-top: 50px;
}
.f-weghit>p {
	margin-top: 30px;
}
.f-weghit2 {
	float: left;
	width: 50%;
}
.f-weghit h4 {
	color: #333e48;
	margin-bottom: 50px;
	margin-top: 50px;
	text-transform: uppercase;
	font-size: 16px;
}
.f-weghit2 h4 {
	color: #333e48;
	margin-bottom: 50px;
	margin-top: 50px;
	text-transform: uppercase;
	font-size: 16px;
}
.f-weghit2 li {
	display: list-item;
	list-style: outside none none;
	margin-bottom: 15px;
}
.f-weghit2 a {
	color: rgb(51, 62, 72);
}
.f-weghit2 a:hover {
	color: #B11E22;
	text-decoration: none;
}
.f-weghit .pro-img {
	border: 1px solid rgb(235, 235, 235);
	border-radius: 7px;
	float: left;
	margin-right: 15px;
	padding: 8px;
	position: relative;
	width: 25%;
}
.f-weghit .pro-text-outer {
	padding: 0;
}
.f-weghit .pro-text-outer h4 {
	margin: 0;
}
.f-weghit .e-product {
	float: left;
	margin-bottom: 40px;
	width: 100%;
}


.copayright {
	border-top: 1px solid rgb(235, 235, 235);
	float: left;
	margin-top: 10px;
	padding: 20px 0;
	width: 100%;
}
.copayright a {
	color: rgb(177, 30, 34);
}
.copayright a:hover {
	color: #000;
	text-decoration: none;
}
.f-weghit .e-product .pro-text-outer h4 {
	font-size: 14px;
}

/*----------- modal-popup -----------------------*/

.modal-popup .form-control {
	border: 1px solid rgb(232, 232, 232);
	border-radius: 0;
	box-shadow: none;
	color: rgb(136, 136, 136);
	font-size: 12px;
	height: 50px;
	margin: auto;
	width: 80%;
	margin-bottom: 30px;
}
.modal-popup .btn-black {
	background: rgb(226, 67, 71) none repeat scroll 0 0;
	border-radius: 0;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	width: 50%;
}
.modal-popup .pt-20 {
	padding-top: 65px;
	padding-bottom: 65px;
}
.modal-popup .heading.font34.inverse {
	color: rgb(51, 51, 51);
	font-size: 40px;
	margin-bottom: 20px;
}
.modal-popup .font22.text-center {
	margin-bottom: 30px;
}
.modal-popup .modal-content {
	background: rgba(0, 0, 0, 0) url("../images/popup-bg.jpg") no-repeat scroll 0 0;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	outline: 0 none;
	position: relative;
}
.modal-lg {
	margin: 15% auto 0;
	width: 1080px;
}
.modal-popup button.close {
	background: rgb(139, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	border-radius: 5px;
	color: rgb(255, 255, 255);
	cursor: pointer;
	font-size: 16px;
	font-weight: normal;
	opacity: 1;
	padding: 10px;
	position: absolute;
	right: -40px;
	text-shadow: 0 0 0;
	top: -25px;
	z-index: 99;
}

/*----------- cart-content -----------------------*/

.cart-content {
	border-bottom: 1px solid #ebebeb;
	display: table;
	margin: auto;
	padding: 20px 0;
	width: 100%;
}
.cart-outer {
	border-radius: 0 0 5px 5px;
	border-top: 1px solid rgb(177, 30, 34);
	box-shadow: 0 0 0;
	padding: 5px 20px;
	top: 100%;
}
.cart-content .pro-text a {
	color: #333e48;
	display: block;
	padding: 0px;
	font-size: 18px;
}
.cart-content .pro-text a:hover {
	background: none;
	color: #e24347;
	display: block;
}
.cart-outer img {
	width: 100%;
}
.cart-outer .total strong {
	font-size: 16px;
}
.cart-content .pro-text strong {
	font-size: 15px;
	margin-top: 10px;
}
.cart-content .close {
	color: #333e48;
	font-size: 13px;
	font-weight: 400;
	opacity: 1;
	position: absolute;
	right: 5px;
	top: 6px;
}
.dropdown-menu .cart-btn {
	background: rgb(177, 30, 34) none repeat scroll 0 0;
	color: rgb(255, 255, 255);
	display: table;
	float: left;
	font-size: 12px;
	font-weight: 600;
	margin: 30px 5px 10px;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 3px;
	width: 46.6%;
}
.dropdown-menu .cart-btn:hover {
	background: #333e48;
}
.dropdown-menu .total {
	border-bottom: 0 none;
	margin: auto;
	padding: 20px 0;
	width: 90%;
	display: table;
	color: #333e43;
}
.dropdown-menu.cart-outer {
	left: -280px;
	width: 336px;
}

/*----------- sticky-social -----------------------*/


/* entypo */

[class*="fa-"]:before {
	font-family: fontawesome;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sticky-social {
	right: 0;
	position: fixed;
	top: 35%;
}
#sticky-social a {
	background: rgb(51, 51, 51) none repeat scroll 0 0;
	border-radius: 5px 0 0 5px;
	color: rgb(255, 255, 255);
	display: block;
	font: 16px/35px 'Roboto', sans-serif;
	margin-bottom: 5px;
	padding: 6px 0;
	position: relative;
	text-align: center;
	width: 35px;
}
#sticky-social a span {
	border-radius: 5px 0 0 5px;
	line-height: 35px;
	margin-top: -6px;
	padding: 7px 0 6px;
	position: absolute;
	right: -120px;
	text-align: center;
	transition: all 0.15s ease-in-out 0s;
	width: 120px;
}
#sticky-social a:hover span {
	right: 10%;
}
#sticky-social i {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	float: left;
	margin-top: 10px;
	padding: 0 10px;
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span {
	background: #3b5998;
}
#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span {
	background: #00aced;
}
#sticky-social a[class*="rss"],
#sticky-social a[class*="rss"]:hover,
#sticky-social a[class*="rss"] span {
	background: #dd4b39;
}
#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span {
	background: #007bb6;
}
#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover,
#sticky-social a[class*="instagrem"] span {
	background: #517fa4;
}
#sticky-social a[class*="stumbleupon"],
#sticky-social a[class*="stumbleupon"]:hover,
#sticky-social a[class*="stumbleupon"] span {
	background: #eb4924;
}
#sticky-social a[class*="pinterest"],
#sticky-social a[class*="pinterest"]:hover,
#sticky-social a[class*="pinterest"] span {
	background: #cc2127;
}
#sticky-social a[class*="share"],
#sticky-social a[class*="share"]:hover,
#sticky-social a[class*="share"] span {
	background: #C11A21;
}
#sticky-social a[class*="tumblr"],
#sticky-social a[class*="tumblr"]:hover,
#sticky-social a[class*="tumblr"] span {
	background: #32506d;
}

/*------- grid -----*/

.grid-spr {
	float: left;
	margin: 50px 0;
	width: 100%;
}
.grid-shop .pro-text {
	border: 1px solid rgb(235, 235, 235);
	border-radius: 5px;
	float: left;
	margin-bottom: 50px;
	width: 100%;
}
.grid-shop .pro-img > img {
	width: 100%;
}
.grid-shop .pro-text-outer>span {
	font-weight: 300;
}
.grid-shop .add-btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #eee;
	color: #a7a7a7;
	transition: all 0.15s ease-in-out 0s;
}
.grid-shop .pro-text-outer:hover .add-btn,
.grid-shop .pro-text-outer:hover .add-btn2 {
	background: #B11E22;
	border: 1px solid #B11E22;
	color: #fff;
}
.grid-shop .pro-text-outer:hover a h4 {
	color: #B11E22;
	text-decoration: none;
}
.grid-shop .pro-text-outer h4 {
	color: rgb(55, 55, 55);
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
}
.spr-slidbar {
	background: rgb(245, 245, 245) none repeat scroll 0 0;
	color: rgb(51, 51, 51);
	float: left;
	margin-right: 10px;
	padding: 5px 13px;
}
.grid-view-icon {
	background: #B11E22;
	color: rgb(255, 255, 255);
	float: left;
	font-size: 15px;
	margin-right: 10px;
	border-radius: 3px;
	padding: 8px 13px;
}
.list-view-icon {
	background: rgb(245, 245, 245) none repeat scroll 0 0;
	color: rgb(51, 51, 51);
	float: left;
	font-size: 15px;
	margin-right: 10px;
	padding: 8px 13px;
}
.grid-spr strong {
	text-transform: uppercase;
	color: #B11E22;
}
.grid-spr span {
	color: #333E48;
}
.weight .title h2 {
	border-bottom: 2px solid rgb(235, 235, 235);
	font-size: 16px;
	font-weight: 500;
	position: relative;
	padding: 0px 0 10px;
}
.weight .title h2::before {
	background: rgb(177, 30, 34) none repeat scroll 0 0;
	bottom: -2px;
	content: "";
	height: 2px;
	position: absolute;
	width: 30%;
}
.weight .search-box input {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	width: 90%;
}
.weight .product-categories ul {
	float: left;
	list-style: outside none none;
	margin-bottom: 0;
	padding: 0;
}
.weight .product-categories li {
	border-bottom: 1px solid rgb(235, 235, 235);
	float: left;
	margin-bottom: 10px;
	padding: 0 0 10px;
	width: 100%;
}
.weight .product-categories a {
	color: rgb(134, 134, 134);
}
.weight .btn.btn-default {
	border: medium none;
	padding: 0;
}
.weight {
	float: left;
	margin-bottom: 25px;
	width: 100%;
}
.toprating-box {
	float: left;
	width: 100%;
}
.toprating-box .e-product .pro-img {
	width: 20%;
}
.toprating-box .e-product .pro-text-outer {
	padding-left: 18px;
	padding-top: 0;
	width: 80%;
}
.toprating-box li {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.grid-banner > img {
	width: 100%;
}
.grid-banner {
	float: left;
}
.ads-lft2 {
	margin-top: 30px;
}
.breadcrumb {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin-top: 20px;
	padding: 8px 0;
}
.breadcrumb > .active {
	color: rgb(177, 30, 34);
}
.breadcrumb-item > a {
	color: #333e48;
}
.breadcrumb > li + li::before {
	color: #333e48;
}
.product-categories span {
	float: right;
}
.brands {
	float: left;
	margin: 50px 0;
	width: 100%;
}
.brands > ul {
	float: left;
	width: 100%;
}
.brands li {
	margin-bottom: 10px;
}
.brands span {
	margin-left: 10px;
	color: #c4c9cd;
}
.brands a {
	color: rgb(51, 62, 72);
}
.filter-outer {
	border: 1px solid rgb(235, 235, 235);
	border-radius: 10px;
	float: left;
	padding: 20px;
	width: 100%;
}
.filter-outer h3 {
	border-bottom: 1px solid rgb(235, 235, 235);
	color: rgb(0, 0, 0);
	float: left;
	font-size: 16px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	width: 100%;
}
.filter-outer .btn.btn-default > p {
	margin-bottom: 30px;
	text-align: left;
}
.filter-outer .btn.btn-default span {
	font-weight: bold;
}
.filter-outer .btn-default:hover {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.color li {
	display: inline;
}
.color li span {
	background: rgb(0, 0, 0) none repeat scroll 0 0;
	border-radius: 30px;
	float: left;
	height: 14px;
	width: 14px;
}
.color li a {
	border: 1px solid rgb(235, 235, 235);
	border-radius: 30px;
	float: left;
	margin-right: 5px;
	padding: 5px;
}
.color li .color-1 > span {
	background: rgb(251, 175, 93) none repeat scroll 0 0;
}
.color li .color-1:hover {
	border: 1px solid rgb(251, 175, 93);
}
.color li .color-2 > span {
	background: #1cbbb4;
}
.color li .color-2:hover {
	border: 1px solid #1cbbb4;
}
.color li .color-3 > span {
	background: #f06eaa;
}
.color li .color-3:hover {
	border: 1px solid #f06eaa;
}
.color li .color-4 > span {
	background: #004a80;
}
.color li .color-4:hover {
	border: 1px solid #004a80;
}
.color li .color-5 > span {
	background: #c69c6d;
}
.color li .color-5:hover {
	border: 1px solid #c69c6d;
}
.color li .color-6 > span {
	background: #82ca9c;
}
.color li .color-6:hover {
	border: 1px solid #82ca9c;
}
.color li .color-7 > span {
	background: #252525;
}
.color li .color-7:hover {
	border: 1px solid #252525;
}
.color {
	float: left;
	margin-bottom: 50px;
	width: 100%;
}
.size {
	float: left;
	width: 100%;
}
.size > ul {
	float: left;
	margin-bottom: 50px;
}
.size li {
	display: inline;
	margin-left: 3px;
}
.size a {
	border: 1px solid rgb(221, 221, 221);
	border-radius: 4px;
	color: rgb(51, 62, 72);
	font-size: 12px;
	padding: 10px 12px;
}
.size a:hover {
	border: 1px solid #b11e22;
	color: #fff;
	background: #b11e22;
}
.ads-lft > img {
	margin-bottom: 30px;
	margin-top: 50px;
}
.grid-shop .pro-img {
	position: relative;
}
.grid-shop .pro-text:hover .hover-icon {
	opacity: 1;
	transform: scale(1);
}
.grid-shop .hover-icon {
	height: 100%;
	left: 0;
	line-height: 250px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	transform: scale(0.2);
	transition: all 0.15s ease-in-out 0s;
	width: 100%;
}
.grid-shop .hover-icon > a {
	background: #333E48;
	font-size: 20px;
}
.grid-shop .hover-icon > a:hover {
	background: #B11E22;
}
.pro-img .sale-tag {
	top: 10px;
}
.pro-img .new-tag {
	top: 10px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	background-color: rgb(177, 30, 34);
	border-color: rgb(177, 30, 34);
	color: rgb(255, 255, 255);
	cursor: default;
	z-index: 3;
}
.pagination > li > a,
.pagination > li > span {
	color: rgb(51, 62, 72);
}
.grid-spr.pag {
	border-top: 1px solid rgb(235, 235, 235);
	float: left;
	margin-top: 0;
}
.pag strong {
	float: right;
	margin-top: 30px;
}
.grid-shop .wk-price {
	margin-top: 20px;
}
.pro-text-outer.list-pro-text {
	padding-top: 20px;
}
.star2 {
	float: left;
	margin: 20px 0;
	width: 100%;
}
.star2 ul {
	padding: 0;
}
.star2 li {
	display: inline;
	color: #dfdfdf;
}
.star2 li.yellow-color {
	color: #ffc600;
}
.star2 a {
	border-left: 1px solid rgb(233, 233, 233);
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	text-align: center;
	color: #333E48;
}
.pro-text-outer.list-pro-text h4 {
	font-weight: 500;
}
.pro-text-outer.list-pro-text .add-btn {
	background: rgb(51, 62, 72) none repeat scroll 0 0;
	border: 1px solid rgb(51, 62, 72);
	border-radius: 3px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
}
.pro-text-outer.list-pro-text .add-btn2 {
	background: #333E48;
	border-radius: 3px;
	color: rgb(255, 255, 255);
	display: inline-block;
	font-size: 17px;
	border: 1px solid rgb(51, 62, 72);
	padding: 6px 17px;
	text-transform: uppercase;
}
*----------- shopping-cart -----------------------*/ .shopping-cart table {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.shipping-outer .radio {
	float: left;
	margin-right: 10px;
	width: auto;
}
.shipping-outer .label-radio {
	float: left;
	font-weight: 100;
	margin-right: 50px;
}
.shopping-cart td {
	padding: 15px;
}
.shopping-cart th {
	color: #484848;
	font-weight: 500;
	padding: 15px;
	text-transform: uppercase;
}
.shopping-cart tr {
	border-bottom: 1px solid #ebebeb;
}
.shopping-cart td input {
	color: #000;
	font-weight: 500;
	padding: 10px;
	width: 100px;
}
.shopping-cart .red {
	color: #e24347;
}
.shopping-cart .button {
	background: rgb(51, 62, 72) none repeat scroll 0 0;
	color: #fff;
	letter-spacing: 1.2px;
	margin-left: 20px;
	padding: 10px;
	text-shadow: 1px 1px 1px #333;
	font-size: 12px;
	border-radius: 3px;
}
.shopping-cart .button:hover {
	background: #B11E22 none repeat scroll 0 0;
}
.shopping-cart .button.red {
	background: #B11E22 none repeat scroll 0 0;
	color: #fff;
	margin-left: 0;
}
.shopping-cart .button.red:hover {
	background: rgb(51, 62, 72) none repeat scroll 0 0;
}
.shipping-outer {
	float: left;
	margin-bottom: 100px;
	margin-top: 50px;
	width: 100%;
}
.shipping-outer h2 {
	border-bottom: 2px solid rgb(235, 235, 235);
	color: rgb(51, 62, 72);
	font-size: 16px;
	margin-bottom: 50px;
	padding-bottom: 18px;
}
.shipping-outer .lable {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.shipping-outer input {
	margin-bottom: 20px;
	padding: 5px;
	width: 100%;
}
.size.State {
	margin: 0;
}
.State select {
	border: 1px solid #cccccc;
	color: #999;
	padding: 9px 10px;
}
.shopping-cart .button2 {
	background: rgb(51, 62, 72) none repeat scroll 0 0;
	color: #fff;
	float: left;
	letter-spacing: 1.2px;
	margin-top: 5px;
	text-align: center;
	padding: 10px 20px;
	font-size: 12px;
	border-radius: 3px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
	text-transform: uppercase;
	width: 54%;
}
.shopping-cart .button2:hover {
	background: #B11E22;
}
.shopping-cart .button3 {
	background: #1f1f1f none repeat scroll 0 0;
	color: #fff;
	float: right;
	letter-spacing: 1.2px;
	margin-top: 5px;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
	text-transform: uppercase;
	width: 48%;
}
.shipping-outer > ul {
	list-style: outside none none;
	padding: 0;
}
.shipping-outer li {
	border-bottom: 1px solid #ebebeb;
	float: left;
	margin-bottom: 27px;
	padding: 0 0 17px;
	width: 100%;
}
.shipping-outer strong {
	float: right;
	font-size: 16px;
	font-weight: 500;
}
.shipping-outer li:last-child {
	border: medium none;
}
.shipping-outer li a {
	color: #e24347;
	text-decoration: underline;
}
.shipping-outer li .redbutton {
	background: #B11E22;
	color: #fff;
	float: left;
	font-size: 12px;
	letter-spacing: 1.2px;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 3px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #111;
	text-transform: uppercase;
	width: 100%;
}
.shipping-outer li .redbutton:hover {
	background: rgb(51, 62, 72) none repeat scroll 0 0;
}
.counttry {
	margin-bottom: 25px;
}
.shipping-outer input[type="checkbox"] {
	float: left;
	margin-bottom: 0;
}
.shipping-outer input[type="checkbox"] {
	float: left;
	margin-bottom: 0;
	width: auto;
}
.forgot-link {
	color: red;
}
.login-btn {
	background: #e24347 none repeat scroll 0 0;
	color: #fff;
	float: left;
	letter-spacing: 1.2px;
	margin: 25px 0;
	padding: 10px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	width: 48%;
	text-decoration: none;
	text-transform: uppercase;
}
.login-btn:hover {
	color: #fff;
	text-decoration: none;
}
.fbtw {
	float: left;
	width: 100%;
}
.fac-btn {
	background: #2c5990 none repeat scroll 0 0;
	color: #fff;
	float: left;
	letter-spacing: 1.2px;
	padding: 10px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	width: 48%;
	text-decoration: none;
	text-transform: uppercase;
}
.fac-btn:hover {
	color: #fff;
	text-decoration: none;
}
.twi-btn {
	background: #16bce6 none repeat scroll 0 0;
	color: #fff;
	float: right;
	letter-spacing: 1.2px;
	padding: 10px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	width: 48%;
	text-decoration: none;
	text-transform: uppercase;
}
.twi-btn:hover {
	color: #fff;
	text-decoration: none;
}
.shipping-outer h4 {
	display: block;
	font-size: 12px;
	margin-bottom: 34px;
	margin-top: 0;
	text-transform: uppercase;
}
.panel-default > .panel-heading {
	background-color: #fff;
	border-bottom: 2px solid #f2f2f2;
	color: #333;
}
.panel {
	background-color: #fff;
	border: medium none;
	border-radius: 4px;
	box-shadow: none;
	margin-bottom: 20px;
}
#checkout-review-table-wrapper table {
	border: 1px solid rgb(223, 223, 223);
}
.data-table tfoot tr {
	background: rgb(244, 244, 244) none repeat scroll 0 0;
}
.data-table th {
	background: rgb(244, 244, 244) none repeat scroll 0 0;
	line-height: 1.4;
	text-transform: uppercase;
	white-space: nowrap;
}
.item-options dt {
	clear: left;
	color: rgb(51, 51, 51);
	float: left;
	font-weight: 500;
	padding-right: 0;
}
#checkout-review-table-wrapper table tbody tr td {
	border: 1px solid rgb(223, 223, 223);
}
#checkout-review-table-wrapper table tbody tr td:first-child {
	text-align: left;
	width: 49%;
}
.opc h3.product-name,
.opc h4.product-name {
	color: rgb(255, 152, 0);
	font-size: 18px;
	text-transform: none;
}
.item-options dd {
	float: left;
	margin: 0 0 6px;
	padding-left: 10px;
}
.odd h3 {
	color: rgb(226, 67, 71);
	font-size: 18px;
	margin-bottom: 36px;
	margin-top: 0;
}
#checkout-review-table-wrapper table tfoot tr td {
	position: relative;
	text-align: left;
}
#checkout-review-table-wrapper table tbody td,
#checkout-review-table-wrapper table thead th,
#checkout-review-table-wrapper table tfoot {
	text-align: center;
	vertical-align: top;
}
#checkout-review-table-wrapper table .price {
	color: #E24347;
	font-size: 24px;
	font-weight: 500;
}
#checkout-review-table-wrapper table tfoot tr td.last strong .price {
	color: #E24347;
	font-size: 34px;
}
#checkout-review-table-wrapper table tfoot tr td.last {
	text-align: right;
}
#review-buttons-container .f-left {
	float: right;
	font-weight: 500;
	margin: 10px 20px 0 0;
}
#review-buttons-container .btn-checkout {
	border: medium none;
	float: right;
	margin: 0;
	padding: 10px 26px;
}
#review-buttons-container .btn-checkout:hover {
	background: #E24347;
}
.item-options {
	color: rgb(153, 153, 153);
	font-size: 12px;
	font-weight: 500;
	text-transform: capitalize;
}
.opc h3.product-name,
.opc h4.product-name {
	color: rgb(255, 152, 0);
	font-size: 18px;
	text-transform: none;
}
#checkout-review-table-wrapper table tfoot tr td:first-child {
	padding: 8px 0 8px 40px;
}
#checkout-review-table-wrapper table tfoot tr td:first-child::after {
	right: 0;
}
#checkout-review-table-wrapper table tfoot tr td {
	font-weight: 500;
	position: relative;
	text-align: left;
}
.data-table td,
.data-table th {
	padding: 15px 20px;
	vertical-align: middle;
}
#checkout-review-table-wrapper table thead th {
	border: 1px solid rgb(223, 223, 223);
	color: rgb(51, 51, 51);
	font-size: 16px;
	font-weight: 500;
	text-align: left;
}
.f-left a {
	color: rgb(226, 67, 71);
	text-decoration: none;
}
.f-left a:hover {
	color: #1f1f1f;
	text-decoration: none;
}
.shopping-cart table {
	margin-bottom: 50px;
	margin-top: 50px;
	width: 100%;
}
.shopping-cart h2 {
	color: rgb(51, 62, 72);
	font-size: 16px;
}

/*------- tab-bg -----*/

.tab-bg {
	border-bottom: 1px solid rgb(235, 235, 235);
	border-top: 1px solid rgb(235, 235, 235);
	float: left;
	margin-bottom: 30px;
	padding-bottom: 8px;
	text-align: center;
	width: 100%;
}
.tab-bg > ul {
	padding: 10px 0 0;
}
.tab-bg .active {
	border-bottom: 2px solid;
}
.tab-bg li {
	display: inline;
	margin: 0 10px;
	padding: 10px 0;
}
.tab-bg .active a {
	color: rgb(31, 31, 31);
}
.tab-bg a {
	color: rgb(166, 166, 166);
	font-size: 13px;
	font-weight: 500;
	margin: 0 10px;
}
.grid-shop .tab-content {
	color: rgb(96, 96, 96);
	margin: 50px 0 100px;
}
.grid-shop .tab-content ul {
	list-style: outside none none;
	margin-bottom: 20px;
	margin-top: 30px;
	padding: 0;
}
.grid-shop .tab-content ul li::before {
	content: "";
	font-family: FontAwesome;
	margin-right: 15px;
}
.grid-shop .tab-content li {
	margin-bottom: 10px;
}
.zoomContainer {
	height: 10px !important;
	left: 15.5% !important;
	width: 10px !important;
}
.pro-text.product-detail {
	border: medium none;
}
.tag {
	float: left;
	font-size: 14px;
	margin-bottom: 30px;
	width: 100%;
}
.share {
	float: left;
	font-size: 14px;
	font-weight: 500;
	margin-top: 30px;
	width: 100%;
}
.share ul {
	float: left;
	list-style: outside none none;
	margin: 0 0 30px;
	padding: 0;
}
.share li {
	display: inline;
}
.share li a {
	color: rgb(51, 62, 72);
	display: inline;
	float: left;
	margin: 2px 0;
	padding: 0 10px;
}
.share li a:hover {
	color: #B11E22;
}
.product-detail.pro-text .hart {
	background: rgb(51, 62, 72) none repeat scroll 0 0;
	border-radius: 3px;
	color: rgb(255, 255, 255);
	float: left;
	margin-left: 10px;
	margin-top: 11px;
	padding: 5px 20px 3px;
	text-align: center;
}
.product-detail.pro-text .hart:hover,
.product-detail.pro-text .hart:hover span {
	background: rgb(177, 30, 34) none repeat scroll 0 0;
	color: #fff;
}
.product-detail.pro-text .hart span {
	margin-left: 0;
}
.product-detail.pro-text .addtocart2 {
	background: rgb(177, 30, 34) none repeat scroll 0 0;
	border-radius: 3px;
	color: rgb(255, 255, 255);
	float: left;
	font-size: 12px;
	font-weight: 600;
	margin: 11px auto auto;
	padding: 5px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.product-detail.pro-text .addtocart2:hover {
	background: rgb(51, 62, 72) none repeat scroll 0 0;
}
.product-detail.pro-text strong {
	color: #b11e22;
	font-size: 24px;
	font-weight: 500;
}
.in-stock {
	float: left;
	margin: 10px 0 20px;
	width: 100%;
}
.product-detail.pro-text .in-stock > span {
	color: rgb(177, 30, 34);
	font-size: 14px;
}
.product-detail.pro-text span {
	color: #aaaaaa;
	margin-left: 10px;
	font-size: 20px;
}
.pro-text.product-detail > p {
	color: rgb(51, 62, 72);
	float: left;
	margin-bottom: 25px;
	width: 100%;
}
.line-through {
	color: rgb(170, 170, 170);
	font-size: 20px;
	margin-left: 10px;
	text-decoration: line-through;
}
.numbers-row {
	border: 2px solid #ebebeb;
	float: left;
	margin-right: 10px;
	margin-top: 11px;
	padding: 3px 10px;
}
.inc.button {
	cursor: pointer;
	float: right;
	font-weight: 500;
}
.dec.button {
	font-weight: 500;
	float: left;
	cursor: pointer;
}
.ul-content {
	border-bottom: 1px solid rgb(235, 235, 235);
	float: left;
	margin-bottom: 30px;
	padding-bottom: 20px;
	width: 100%;
}
.ul-content > li {
	color: rgb(51, 62, 72);
	list-style: inside none disc;
	margin-bottom: 14px;
}
.numbers-row input {
	border: 0 none;
	font-size: 14px;
	font-weight: 500;
	margin: 0 10px;
	text-align: center;
	width: 30px;
}
.share > p {
	float: left;
	margin-right: 15px;
}
.product-detail.pro-text .tag span {
	color: rgb(136, 136, 136);
	font-size: 12px;
}
.product-detail.pro-text h4 {
	font-weight: 400;
	color: rgb(55, 55, 55);
	font-size: 30px;
}
.product-detail.pro-text .span1 {
	display: block;
	font-size: 16px;
	font-weight: 300;
	margin: 0 0 10px;
}
*----------- shopping-cart -----------------------*/ .shopping-cart table {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}
.shipping-outer .radio {
	float: left;
	margin-right: 10px;
	width: auto;
}
.shipping-outer .label-radio {
	float: left;
	font-weight: 100;
	margin-right: 50px;
}
.shopping-cart td {
	padding: 15px;
}
.shopping-cart th {
	color: #484848;
	font-weight: 500;
	padding: 15px;
	text-transform: uppercase;
}
.shopping-cart tr {
	border-bottom: 1px solid #ebebeb;
}
.shopping-cart td input {
	color: #000;
	font-weight: 500;
	padding: 10px;
	width: 100px;
}
.shopping-cart .red {
	color: #e24347;
}
.shopping-cart .button {
	background: #1f1f1f none repeat scroll 0 0;
	color: #fff;
	letter-spacing: 1.2px;
	margin-left: 20px;
	padding: 10px;
	text-shadow: 1px 1px 1px #333;
}
.shopping-cart .button.red {
	background: #e24347 none repeat scroll 0 0;
	color: #fff;
	margin-left: 0;
}
.shipping-outer {
	float: left;
	margin-bottom: 100px;
	margin-top: 50px;
	width: 100%;
}
.shipping-outer h2 {
	border-bottom: 2px solid #ebebeb;
	font-size: 26px;
	margin-bottom: 50px;
	padding-bottom: 18px;
}
.shipping-outer .lable {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.shipping-outer input {
	margin-bottom: 20px;
	padding: 5px;
	width: 100%;
}
.size.State {
	margin: 0;
}
.State select {
	border: 1px solid #cccccc;
	color: #999;
	padding: 9px 10px;
}
.shopping-cart .button2 {
	background: #1f1f1f none repeat scroll 0 0;
	color: #fff;
	float: left;
	letter-spacing: 1.2px;
	margin-top: 5px;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
	text-transform: uppercase;
	width: 48%;
}
.shopping-cart .button3 {
	background: #1f1f1f none repeat scroll 0 0;
	color: #fff;
	float: right;
	letter-spacing: 1.2px;
	margin-top: 5px;
	text-align: center;
	padding: 10px 20px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
	text-transform: uppercase;
	width: 48%;
}
.shipping-outer > ul {
	list-style: outside none none;
	padding: 0;
}
.shipping-outer li {
	border-bottom: 1px solid #ebebeb;
	float: left;
	margin-bottom: 27px;
	padding: 0 0 17px;
	width: 100%;
}
.shipping-outer strong {
	float: right;
	font-size: 16px;
	font-weight: 500;
}
.shipping-outer li:last-child {
	border: medium none;
}
.shipping-outer li a {
	color: #e24347;
	text-decoration: underline;
}
.shipping-outer li .redbutton {
	background: #e24347 none repeat scroll 0 0;
	color: #fff;
	float: left;
	font-size: 14px;
	letter-spacing: 1.2px;
	margin-bottom: 10px;
	padding: 10px;
	text-decoration: none;
	text-shadow: 1px 1px 1px #111;
	text-transform: uppercase;
	width: 100%;
}
.counttry {
	margin-bottom: 25px;
}
.shopping-cart {
	padding-bottom: 50px;
}
.shipping-outer input[type="checkbox"] {
	float: left;
	margin-bottom: 0;
}
.shipping-outer input[type="checkbox"] {
	float: left;
	margin-bottom: 0;
	width: auto;
}
.forgot-link {
	color: red;
}
.login-btn {
	background: #e24347 none repeat scroll 0 0;
	color: #fff;
	float: left;
	letter-spacing: 1.2px;
	margin: 25px 0;
	padding: 10px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	width: 48%;
	text-decoration: none;
	text-transform: uppercase;
}
.login-btn:hover {
	color: #fff;
	text-decoration: none;
}
.fbtw {
	float: left;
	width: 100%;
}
.fac-btn {
	background: #2c5990 none repeat scroll 0 0;
	color: #fff;
	float: left;
	letter-spacing: 1.2px;
	padding: 10px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	width: 48%;
	text-decoration: none;
	text-transform: uppercase;
}
.fac-btn:hover {
	color: #fff;
	text-decoration: none;
}
.twi-btn {
	background: #16bce6 none repeat scroll 0 0;
	color: #fff;
	float: right;
	letter-spacing: 1.2px;
	padding: 10px;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	width: 48%;
	text-decoration: none;
	text-transform: uppercase;
}
.twi-btn:hover {
	color: #fff;
	text-decoration: none;
}
.shipping-outer h4 {
	display: block;
	font-size: 12px;
	margin-bottom: 34px;
	margin-top: 0;
	text-transform: uppercase;
}
.panel-default > .panel-heading {
	background-color: #fff;
	border-bottom: 2px solid #f2f2f2;
	color: #333;
}
.panel {
	background-color: #fff;
	border: medium none;
	border-radius: 4px;
	box-shadow: none;
	margin-bottom: 20px;
}
#checkout-review-table-wrapper table {
	border: 1px solid rgb(223, 223, 223);
}
.data-table tfoot tr {
	background: rgb(244, 244, 244) none repeat scroll 0 0;
}
.data-table th {
	background: rgb(244, 244, 244) none repeat scroll 0 0;
	line-height: 1.4;
	text-transform: uppercase;
	white-space: nowrap;
}
.item-options dt {
	clear: left;
	color: rgb(51, 51, 51);
	float: left;
	font-weight: 500;
	padding-right: 0;
}
#checkout-review-table-wrapper table tbody tr td {
	border: 1px solid rgb(223, 223, 223);
}
#checkout-review-table-wrapper table tbody tr td:first-child {
	text-align: left;
	width: 49%;
}
.opc h3.product-name,
.opc h4.product-name {
	color: rgb(255, 152, 0);
	font-size: 18px;
	text-transform: none;
}
.item-options dd {
	float: left;
	margin: 0 0 6px;
	padding-left: 10px;
}
.odd h3 {
	color: rgb(226, 67, 71);
	font-size: 18px;
	margin-bottom: 36px;
	margin-top: 0;
}
#checkout-review-table-wrapper table tfoot tr td {
	position: relative;
	text-align: left;
}
#checkout-review-table-wrapper table tbody td,
#checkout-review-table-wrapper table thead th,
#checkout-review-table-wrapper table tfoot {
	text-align: center;
	vertical-align: top;
}
#checkout-review-table-wrapper table .price {
	color: #E24347;
	font-size: 24px;
	font-weight: 500;
}
#checkout-review-table-wrapper table tfoot tr td.last strong .price {
	color: #E24347;
	font-size: 34px;
}
#checkout-review-table-wrapper table tfoot tr td.last {
	text-align: right;
}
#review-buttons-container .f-left {
	float: right;
	font-weight: 500;
	margin: 10px 20px 0 0;
}
#review-buttons-container .btn-checkout {
	border: medium none;
	float: right;
	margin: 0;
	padding: 10px 26px;
}
#review-buttons-container .btn-checkout:hover {
	background: #E24347;
}
.item-options {
	color: rgb(153, 153, 153);
	font-size: 12px;
	font-weight: 500;
	text-transform: capitalize;
	border:1px solid #000
}
.opc h3.product-name,
.opc h4.product-name {
	color: rgb(255, 152, 0);
	font-size: 18px;
	text-transform: none;
}
#checkout-review-table-wrapper table tfoot tr td:first-child {
	padding: 8px 0 8px 40px;
}
#checkout-review-table-wrapper table tfoot tr td:first-child::after {
	right: 0;
}
#checkout-review-table-wrapper table tfoot tr td {
	font-weight: 500;
	position: relative;
	text-align: left;
}
.data-table td,
.data-table th {
	padding: 15px 20px;
	vertical-align: middle;
}
#checkout-review-table-wrapper table thead th {
	border: 1px solid rgb(223, 223, 223);
	color: rgb(51, 51, 51);
	font-size: 16px;
	font-weight: 500;
	text-align: left;
}
.f-left a {
	color: rgb(226, 67, 71);
	text-decoration: none;
}
.f-left a:hover {
	color: #1f1f1f;
	text-decoration: none;
}

/*--------- blog -----------------*/

.recent-box li {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.recent-box .pro-img {
	float: left;
	width: auto;
}
.recent-box .pro-text-outer {
	padding-left: 11px;
}
.recent-comment-box li {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.recent-comment-box .pro-img {
	float: left;
	width: auto;
}
.recent-comment-box .pro-text-outer {
	padding-left: 11px;
	padding-top: 0;
	width: 69%;
}
.archives-box a {
	color: #333e48;
}
.archives-box a:hover {
	color: #b11e22;
}
.rp-txt {
	color: #b11e22;
}
.blog-tags-box a {
	border: 1px solid rgb(221, 221, 221);
	border-radius: 3px;
	color: rgb(51, 62, 72);
	float: left;
	margin-bottom: 15px;
	padding: 5px 12px;
}
.blog-tags-box a:hover {
	border: 1px solid #b11e22;
	color: #fff;
	background: #b11e22;
}
.blog-tags-box > ul {
	float: left;
}
.blog-tags-box li {
	float: left;
	margin-right: 10px;
}
.blog {}
.blog-img {
	position: relative;
}
.blog-img-hover {
	height: 100%;
	padding: 25%;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
.blog-img-hover a {
	background: rgb(177, 30, 34) none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 22px;
	height: 50px;
	margin: auto;
	transform: scale(0.2);
	transition: all 0.15s ease-in-out 0s;
	padding: 15px;
	width: 50px;
}
.blog-img-hover:hover a {
	transform: scale(1);
}
.blog-text a h3 {
	color: rgb(51, 62, 72);
	font-size: 18px;
	margin-bottom: 15px;
}
.blog-text {
	color: rgb(51, 62, 72);
	float: left;
	margin: 30px 0 50px;
	width: 100%;
}
.blog-text span {
	color: rgb(167, 167, 167);
}
.blog-text .red {
	color: rgb(177, 30, 34);
}
.btn-outer .read-more {
	border: 1px solid rgb(221, 221, 221);
	border-radius: 3px;
	color: rgb(167, 167, 167);
	float: left;
	margin-bottom: 15px;
	padding: 15px 20px;
	text-transform: uppercase;
}
.btn-outer .read-more:hover {
	border: 1px solid #b11e22;
	background: #b11e22;
	color: #fff;
}
.btn-outer > ul {
	float: right;
	margin-top: 20px;
}
.btn-outer li {
	display: inline;
	margin-left: 10px;
}
.btn-outer a {
	color: rgb(159, 159, 159);
}
.btn-outer a:hover {
	color: #b11e22;
}
.blog-outer > img {
	width: 100%;
}
.btn-outer {
	border-top: 1px solid rgb(221, 221, 221);
	float: left;
	margin-top: 15px;
	padding-top: 30px;
	width: 100%;
}
.blog-text > p {
	margin-bottom: 15px;
}
.hank {
	margin: 15px 0 10px;
}
.blog .hank a {
	display: block;
	margin-top: 22px;
	margin-bottom: 22px;
	font-size: 20px;
	color: rgb(51, 62, 72);
}
.blog .hank a:hover {
	color: #b11e22;
}
.blog-deatails p {
	margin-bottom: 30px;
}
.blog-deatails {
	color: rgb(51, 62, 72);
}
.time .date {
	color: #9f9f9f;
}
.time span {
	color: #e24347;
}
.blog-img-hover {
	opacity: 0;
}
.blog-img-hover:hover {
	opacity: 1;
}
.blog-img img {
	width: 100%;
}
.inner-blog-header {
	background: rgba(0, 0, 0, 0) url("../images/blog-header.jpg") no-repeat scroll 0 0 / cover;
}
.wg-title {
	border-bottom: 2px solid #ddd;
	color: #333333;
	float: left;
	font-family: "Playfair Display", serif;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 20px;
	margin-top: 0;
	padding-bottom: 20px;
	text-transform: capitalize;
	width: 100%;
}
.left_menu ul li::after {
	background: #5cb1e2 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: all 0.5s ease 0s;
	width: 0;
}
.blog-deatails img {
	width: 100%;
}
.reply > img {
	width: auto;
}
.comment-post-img .hank > a {
	font-size: 16px;
	margin-bottom: 0;
}
.comment-post-img .hank {
	margin-bottom: 8px;
}
.zcube-recent-posts-widget-with-thumbnails > ul {
	float: left;
	margin-bottom: 50px;
}
.left_menu ul li {
	border-bottom: 1px solid #e5e5e5;
	line-height: 50px;
	list-style: inside none none;
}
.zcube-recent-posts-widget-with-thumbnails ul li .recent-thumb {
	margin-right: 20px;
	min-width: 60px;
	position: relative;
	float: left;
}
.zcube-recent-posts-widget-with-thumbnails ul li {
	float: left;
	line-height: 50px;
	list-style: inside none none;
	margin-bottom: 10px;
}
.zcube-recent-posts-widget-with-thumbnails ul li .recent-detail .zcube-post-title {
	color: #333333;
	font-size: 12px;
	line-height: 18px;
}
.zcube-recent-posts-widget-with-thumbnails > ul {
	padding: 0;
}
.left_menu.blog-lft > ul {
	padding: 0;
}
.zcube-recent-posts-widget-with-thumbnails ul li a {
	color: #333333;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
}
.left_menu.blog-lft a {
	color: #6f6f6f;
	font-size: 14px;
	text-decoration: none;
}
.left_menu.blog-lft a:hover {
	color: #e24347;
}
blockquote {
	background: rgba(0, 0, 0, 0) url("../images/qoute-icon.png") no-repeat scroll 8px 12px;
	font-size: 16px;
	font-style: italic;
	margin: 20px 0 40px;
	padding: 10px 22px;
	position: relative;
	border-left: 2px solid rgb(226, 67, 71);
}
.blog-deatils .hank a {
	display: inline-table;
	font-size: 26px;
	margin-top: 20px;
}
.blog-deatils .col-md-4 .hank a {
	font-size: 16px;
}
.blog-tags-social .blog-tag a {
	border-radius: 0;
	color: #8e9699;
	font-size: 11px;
	line-height: 36px;
	margin-left: 10px;
}
.blog-social .social-list {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.blog-social .social-list li {
	display: inline-block;
	list-style: outside none none;
	padding: 0 15px 0 0;
}
.blog-social .social-list li .fa {
	color: #212121;
	display: block;
	font-size: 14px;
	text-align: center;
}
.blog-social.col-md-6 > strong {
	margin-right: 15px;
}
.blog-tags-social {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-bottom: 50px;
	padding: 10px 0;
}
.blog-text-post a {
	color: #222626;
}
.left_menu.blog-lft li {
	border: medium none;
	line-height: 30px;
	padding: 0;
}
.reply {
	color: #1f1f1f;
	font-size: 14px;
}
.comments-area .offset2 {
	margin-left: 137px;
}
.blog-text-post a {
	color: #222626;
}
.bdr3 {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
.comment-post-img {
	border-top: 1px solid #ddd;
	float: left;
	margin-top: 50px;
	padding: 10px 0 0;
}
.comment-post-img > h2 {
	font-size: 25px;
	margin-bottom: 50px;
	position: relative;
}
.comment-post-img > h2::before {
	background: #e24347;
	bottom: -10px;
	content: "";
	height: 3px;
	position: absolute;
	width: 40px;
}
#respond {
	float: left;
	margin-bottom: 100px;
	width: 100%;
}
#respond > h2 {
	font-size: 25px;
	margin-bottom: 50px;
	position: relative;
}
#respond > h2::before {
	background: #e24347;
	bottom: -10px;
	content: "";
	height: 3px;
	position: absolute;
	width: 40px;
}
#comments #commentform p input[type="text"],
#comments #commentform p textarea {
	border: 1px solid #ddd;
	border-radius: 0;
	font-size: 13px;
	padding: 10px;
	width: 100%;
}
#comments #commentform p textarea {
	height: 100px;
	width: 100%;
}
#comments #commentform p {
	margin: 0 0 10px;
}
#comments #commentform p.form-submit input {
	background: rgb(51, 62, 72) none repeat scroll 0 0;
	border-radius: 5px;
	color: rgb(255, 255, 255);
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 1.5px;
	line-height: 30px;
	margin-top: 40px;
	padding: 10px 23px;
	text-transform: uppercase;
}
#comments #commentform p.form-submit:hover input {
	background: #B11E22;
}
#comments #respond {
	padding-top: 50px;
}
#comments #commentform p.comment-form-author,
#comments #commentform p.comment-form-email {
	float: left;
	width: 100%;
}
.comments-area .offset2 {
	margin-left: 116px;
}
.social-list {
	margin-top: 10px;
}
.comment-respond.comment-replay {
	border-top: 1px solid #e9e9e9;
	margin-top: 10px;
	padding-top: 20px;
}
.comment-replay h3 {
	margin-bottom: 35px;
}
.recent-detail {
	float: left;
}

/*----- contact ------*/

.contact-form {
	float: left;
	width: 100%;
	padding-top: 50px;
}
.contact-form p input[type="text"],
.contact-form p textarea {
	border: 1px solid #ddd;
	border-radius: 0;
	font-size: 13px;
	padding: 10px;
	width: 100%;
}
.contact-form .form-submit input {
	background: #B11E22 none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 1.5px;
	line-height: 24px;
	margin-bottom: 50px;
	margin-top: 20px;
	text-transform: uppercase;
	padding: 10px 30px;
	border-radius: 5px;
	width: 100%;
}
.contact-title.text-center span {
	color: #9d9d9d;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 100;
	text-transform: uppercase;
}
.contact-title.text-center {
	color: #606060;
	margin-bottom: 50px;
}
.contact-title.text-center > h2 {
	margin-bottom: 30px;
}
.contact-info strong {
	display: inline-table;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 15px;
}
.f-sicon > ul {
	padding: 0;
}
.pagetions ul {
	padding: 0;
}
.contact-bg {
	float: left;
	font-size: 13px;
	padding: 0 0 20px;
	width: 100%;
}
.contact-bg > p {
	margin-bottom: 30px;
}
.contact-bg h2 {
	font-size: 30px;
	margin-bottom: 18px;
}
.contact-bg img {
	margin-top: 20px;
}
.contact-bg h6 {
	color: rgb(52, 62, 72);
	font-size: 18px;
	margin-bottom: 5px;
}
.comment-form p {
	margin-bottom: 30px;
}
#map {
	height: 300px;
	width: 100%;
}
.map {
	float: left;
	margin: 50px 0;
	padding: 0 15px;
	width: 100%;
}
.comment-form-author {
	float: right;
	width: 100%;
}
.comment-form-email {
	float: right;
	width: 100%;
}
.comment-form-comment {
	float: right;
	width: 100%;
}
.form-submit {
	text-align: center;
}
.form-submit .btn.btn-secondary {
	float: left;
	width: 34%;
}

/*------------------------------------------------------------------- resposive -------------------------------------------------------------------*/

@media (min-width:300px) and (max-width:320px) {
	.electonics .add-btn2 {
		margin-bottom: 15px;
		width: 66% !important;
	}
}
@media (min-width:320px) and (max-width:640px) {
	.new-arrivals .owl-buttons,
	.owl-buttons {
		display: none;
	}
	.new-arrivals_video .owl-buttons,
	.owl-buttons {
		display: none;
	}
	.well .btn.dropdown-toggle.btn-select {
		width: 258px;
	}
	.top-md-menu .search input[type="text"] {
		width: 87%;
		font-size: 0.75em;
	}
	.modal-lg {
		width: 90%;
	}
	.modal-popup .modal-content {
		background: rgb(255, 255, 255) url("../images/popup-bg.jpg") no-repeat scroll center 0 / 100% auto;
		border: 1px solid rgba(0, 0, 0, 0.2);
		border-radius: 0;
		box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		outline: 0 none;
		position: relative;
	}
	.modal-popup .pt-20 {
		padding-bottom: 0;
		padding-top: 60px;
	}
	.modal-popup button.close {
		right: -5px;
		top: -4px;
	}
	.modal-popup .heading.font34.inverse {
		font-size: 25px;
	}
	.logo {
		text-align: center;
	}
	.top-md-menu {
		float: left;
	}
	.top-header-right .btn.btn-default.dropdown-toggle,
	.top-header-right li,
	.top-header-left .btn.btn-default.dropdown-toggle,
	.top-header-left span {
		font-size: 10px;
	}
	.top-header-left span {
		float: left;
		padding: 3px 5px;
	}
	.top-header-left li {
		padding: 0;
	}
	.top-header-right .dropdown-menu>li {
		border-left: medium none;
		width: 100%;
		margin-left: 0;
		padding-left: 0;
	}
	.top-header-right .dropdown-menu {
		margin-left: -110px;
		min-width: 150px;
	}
	.main-menu {
		background: rgb(51, 62, 72) none repeat scroll 0 0;
		float: left;
		margin-top: 30px;
		width: 100%;
	}
	.all-open {
		display: none;
	}
	.navbar-nav>li {
		float: left;
		padding: 0 24px;
		width: 100%;
	}
	.all-departments {
		width: auto;
		background: none;
	}
	.navbar-inverse .navbar-nav>li>a {
		color: #fff;
	}
	.dropdown-menu.dropdownhover-bottom.all-open {
		background: rgb(255, 255, 255) none repeat scroll 0 0;
		float: left;
	}
	.header-outer {
		float: left;
	}
	section {
		float: left;
		width: 100%;
	}
	.caption h3 {
		margin-top: 50px;
	}
	.caption img {
		margin-top: 80px;
		width: 100%;
	}
	.save-price {
		margin-top: 0;
	}
	.new-arrivals {
		float: none;
	}
	new-arrivals_video {
		float: none;
	}
	#clockdiv>div {
		padding: 5px 6px;
	}
	.new-arrivals .nav-tabs>li>a {
		padding: 5px 5px;
	}
	.new-arrivals_video .nav-tabs_video>li>a {
		padding: 5px 5px;
	}
	.owl-item>div {
		margin-left: 0;
	}
	.tab-content .customNavigation {
		margin-top: 10px;
	}
	.customNavigation {
		float: left;
	}
	.caption h2 {
		font-size: 35px;
	}
	.copayright img {
		margin-top: 16px;
		width: 100%;
	}
	.pro-img>img {
		width: 100%;
	}
	/* 메인페이지(우측 슬라이드 배너) */
	.ads>img {
		width: 70%;
		margin: 0 auto;
		margin-top: 20px;
	}
	.header-slider {
		float: left;
		height: 580px;
		width: 100%;
	}
	.title h2 {
		float: left;
		margin-left:18px;
	}
	.nav.nav-tabs.etabs {
		float: right;
		margin: 20px 0 0;
	}
	.nav.nav-tabs.etabs>li {
		float: left;
		margin-bottom: 10px;
		width: 50%;
	}
	.etabs .active>a {
		border: 1px solid rgb(244, 248, 249) !important;
	}
	.tab-content {
		float: none;
		margin-top: 100px;
		text-align:center;
	}
	.deals-wk {
		margin-bottom: 50px;
	}
	.electonics .add-btn2 {
		text-align: center;
		width: 20%;
	}
	.free-shipping .col-xs-12 {
		margin-bottom: 50px;
	}
	.sing-up-input>input[type="text"] {
		width: 61%;
	}
	.sing-up-text {
		float: left;
		font-size: 12px;
		margin-bottom: 24px;
		margin-top: 20px;
		text-align: center;
		text-transform: uppercase;
	}
	.testimonal .carousel-indicators {
		margin-top: 60px;
	}
	.free-shipping {
		padding: 0 15px;
	}
	.newsletter {
		margin-bottom: 30px;
	}
	.top-header-left li:last-child {
		display: none;
	}
	.dropdown-menu {
		background: rgb(255, 255, 255) none repeat scroll 0 0 !important;
		float: left !important;
	}
	.header-slider {
		height: 406px;
	}
	.header-outer2 .header-slider {
		height: 1050px;
	}
	.mega-menu ul {
		width: 100%;
		height:auto;
		padding-bottom:15px;
	}
	.tab-content {
		margin-top: -10px;
	}
	.half-banner .text {
		width: 100%;
	}
	.client-logo img {
		width: 50%;
	}
	.client-logo > li {
		width: 100%;
		text-align: center;
	}
	.home3-caption .header-text h6 {
		font-size: 16px;
	}
	.home3-caption .header-text h2 {
		font-size: 44px;
	}
	.header-outer3 {
		margin-bottom: 0;
	}
	.banner-img7,
	.banner-img12,
	.banner-img11,
	.half-banner1,
	.banner-half-img8 {
		margin-bottom: 30px;
	}
	#clockdiv div > span {
		font-size: 35px;
	}
	.grid-spr strong {
		float: right;
		margin-top: 50px;
		text-align: center;
		width: 100%;
	}
	.add-btn {
		padding: 6px 19px;
	}
	#comments #commentform p.form-submit input {
		width: auto;
	}
	.dropdown-menu.cart-outer {
		left: -220px;
		width: 280px;
	}
	.dropdown-menu .cart-btn {
		width: 45%;
	}
	.shopping-cart .button2,
	.shopping-cart .button3,
	.login-btn,
	.fac-btn,
	.twi-btn,
	.shopping-cart .button.red,
	.shopping-cart .button {
		width: 100%;
		float: left;
		margin-left: 0;
		margin-bottom: 10px;
		text-align: center;
	}
	th,
	tr,
	td {
		width: auto !important;
		text-align: center;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
		color: rgb(23, 32, 41);
	}
	.zoomContainer {
		left: 0 !important;
	}
	.carousel.carousel-stage img {
		margin-left: -60px;
	}
	.connected-carousels .carousel-stage {
		height: 415px;
	}
	.tab-content > .tab-pane {
		padding: 0 20px;
	}
	
/* --------------------------------------- 추가 --------------------------------------- */

	/* -- 상단영역 -- */
	.top-header-right li {
	margin-left: 15px;
	padding-left: 0;
	}
	.topmenu { font-size:13px !important;}
	.topmenu span { margin:0 3px !important;}
	.top_r { text-align:center !important; float:none !important;}
	.top_r .kakao_add { text-align:center !important;}
	.top_r .kakao_add .kakao_txt { text-align:left;}
	/* -- //상단영역 -- */
	
	/* -- 전체메뉴 -- */
	.mega-menu ul.menu_btm { float:none; width:auto; height:auto;}
	.mega-menu li { width:100%;}
	.nav_rmenu { margin-top:10px; margin-left:20px; margin-bottom:10px; float:left !important;}
	.nav_rmenu .menu a { color:#CCC;}
	/* -- //전체메뉴 -- */
	
	/* -- 랭킹상품 -- */
	.new-arrivals ul li.titl { margin-left:20px; padding-left: 15px;}
	.new-arrivals .nav-tabs { margin-right:0; margin-bottom:10px; text-align:center; display:inline-block; padding: 0 10px; float:none;}
	.ranking_cont { width:100% !important; text-align:center;}
	.ranking_box { width:100% !important; margin-bottom:10px;}
	.ranking_box .img img { width:100%; height:200px;}
	/* -- //랭킹상품 -- */
	
	/* -- 테마별 추천상품 -- */
	.theme_rbox { width:90% !important; margin:0 auto;}
	.deals-wk .pro-img > img {
	width: 100%;
	height:200px;
	}
	/* -- //테마별 추천상품 -- */
	
	/* -- 브랜드별 추천 상품 -- */
	.brand_inner { width:100% !important; text-align:center;}
	.brand .brand_slide { width:90% !important; height:200px !important; margin:0 auto; float:none !important;}
	.brand .brand_slide_img img { width:100%;}
	.brand .event_slide { width:90% !important; height:200px !important; margin:0 auto; float:none !important;}
	/* -- //브랜드별 추천 상품 -- */
	
	/* -- LAST MINUTE DEAL -- */
	.last_deal { width:100%; text-align:center;}
	.last_deal .titl { float:none !important;}
	.last_deal .titl_small { display:none;}
	/* -- //LAST MINUTE DEAL -- */
	
	/* -- 영상, 프로모션 -- */
	.video_inner { width:100% !important; text-align:center;}
	.video .video_slide { width:90% !important; height:200px; margin:0 auto; float:none !important;}
	.video .video_play { width:90% !important; height:200px; margin:0 auto; margin-top:20px; float:none !important;}
	/* -- //영상, 프로모션 -- */
	
	/* -- 하단 컨텐츠 -- */
	.col-md-4_l { width:95% !important; float:none !important; margin:0 auto; margin-bottom:40px;}
	.col-md-4_c { width:100% !important; margin-left:0 !important; float:none !important; margin-bottom:40px;}
	.col-md-4_r { width:95% !important; float:none !important; margin:0 auto;}
	
	.btm_l .list_r { display:none;}
	.btm_r .customer { text-align:center;}
	/* -- //하단 컨텐츠 -- */
	
	/* -- 하단 비주얼 -- */
	.btm_bgimg { 
	background-size:cover;
	background-image:url(../assets/images/main_btm_visual.jpg); 

    height: 340px !important;
	margin-top:20px !important;
	}
	.btm_visual_cont { width:auto !important;}
	.btm_visual_ico { width:100% !important; text-align:center; display:block !important;}
	.btm_visual_txt { width:90% !important; margin:0 auto; font-size:12px; line-height:18px; margin-top:20px; display:block !important;}
	/* -- //하단 비주얼 -- */
	
	/* -- 하단 메뉴 -- */
	.footer_menu_cont { width:100% !important; text-align:center; margin:0 auto;}
	.footer_menu .menu { font-size:11px !important; margin:0 6px !important;}
	.footer_menu .menu_r { display:none;}
	/* -- //하단 메뉴 -- */
	
	/* -- 하단 주소 -- */
	.footer_add_cont { width:92% !important; margin:0 auto;}
	/* -- //하단 주소 -- */
	
	#back-top {
	bottom: 15px;
	position: fixed;
	right: 3%;
	}
	
/* --------------------------------------- //추가 --------------------------------------- */
	
}
@media (min-width:450px) and (max-width:480px) {
	.menu2 .navbar-nav {
		margin-top: 18px;
	}
	.carousel.carousel-stage img {
		margin-left: 0px;
	}
	.half-banner .text {
		width: 55%;
	}
	.header-outer2 .header-slider {
		height: 1100px;
	}
	.well .btn.dropdown-toggle.btn-select {
		width: 150px;
	}
	.top-md-menu .search input[type="text"] {
		width: 51.8% !important;
	}
	.modal-lg {
		width: 90%;
	}
	.modal-popup .modal-content {
		background: rgb(255, 255, 255) url("../images/popup-bg.jpg") no-repeat scroll center 0 / 100% auto;
		border: 1px solid rgba(0, 0, 0, 0.2);
		border-radius: 0;
		box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		outline: 0 none;
		position: relative;
	}
	.modal-popup .pt-20 {
		padding-bottom: 0;
		padding-top: 60px;
	}
	.modal-popup button.close {
		right: -5px;
		top: -4px;
	}
	.modal-popup .heading.font34.inverse {
		font-size: 25px;
	}
	.logo {
		text-align: center;
	}
	.top-md-menu {
		float: left;
	}
	.top-header-right .btn.btn-default.dropdown-toggle,
	.top-header-right li,
	.top-header-left .btn.btn-default.dropdown-toggle,
	.top-header-left span {
		font-size: 9px;
	}
	.top-header-left span {
		float: left;
		padding: 3px 6px;
	}
	.top-header-left li {
		padding: 0;
	}
	.top-header-right .dropdown-menu>li {
		border-left: medium none;
		width: 100%;
		margin-left: 0;
		padding-left: 0;
	}
	.top-header-right .dropdown-menu {
		margin-left: -110px;
		min-width: 150px;
	}
	.main-menu {
		background: rgb(51, 62, 72) none repeat scroll 0 0;
		float: left;
		margin-top: 30px;
		width: 100%;
	}
	.all-open {
		display: none;
	}
	.navbar-nav>li {
		float: left;
		padding: 0 24px;
		width: 100%;
	}
	.all-departments {
		width: auto;
		background: none;
	}
	.navbar-inverse .navbar-nav>li>a {
		color: #fff;
	}
	.dropdown-menu.dropdownhover-bottom.all-open {
		background: rgb(255, 255, 255) none repeat scroll 0 0;
		float: left;
	}
	.header-outer {
		float: left;
	}
	section {
		float: left;
		width: 100%;
	}
	.caption h3 {
		margin-top: 50px;
	}
	.caption img {
		margin-top: 100px;
		width: 80%;
	}
	.save-price {
		bottom: 19%;
		left: 55%;
	}
	.new-arrivals {
		float: none;
	}
	.new-arrivals_video {
		float: left;
	}
	#clockdiv>div {
		padding: 5px 6px;
	}
	.new-arrivals .nav-tabs>li>a {
		padding: 5px 5px;
	}
	.new-arrivals_video .nav-tabs_video>li>a {
		padding: 5px 5px;
	}
	.owl-item>div {
		margin-left: 0;
	}
	.tab-content .customNavigation {
		margin-top: 10px;
	}
	.customNavigation {
		float: left;
	}
	.caption h2 {
		font-size: 35px;
	}
	.copayright img {
		margin-top: 16px;
		width: 100%;
	}
	.pro-img>img {
		width: 100%;
	}
	.ads>img {
		width: 448px;
	}
	.title h2 {
		float: left;
	}
	.nav.nav-tabs.etabs {
		float: right;
		margin: 20px 0 0;
	}
	.nav.nav-tabs.etabs>li {
		float: left;
		margin-bottom: 10px;
		width: 50%;
	}
	.etabs .active>a {
		border: 1px solid rgb(244, 248, 249) !important;
	}
	.tab-content {
		float: left;
		margin-top: 100px;
		width: 100%;
	}
	.deals-wk {
		margin-bottom: 50px;
	}
	.free-shipping .col-xs-12 {
		margin-bottom: 50px;
	}
	.sing-up-input>input[type="text"] {
		width: 75%;
	}
	.sing-up-text {
		float: left;
		font-size: 12px;
		margin-bottom: 24px;
		margin-top: 20px;
		text-align: center;
		text-transform: uppercase;
	}
	.testimonal .carousel-indicators {
		margin-top: 60px;
	}
	.free-shipping,
	.copayright {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width:480px) and (max-width:640px) {
	.well .btn.dropdown-toggle.btn-select {
		width: 150px;
	}
	.top-md-menu .search input[type="text"] {
		width: 64.8%;
	}
	.modal-lg {
		width: 90%;
	}
	.tab-content {
		margin-top: -10px;
	}
	.modal-popup .modal-content {
		background: rgb(255, 255, 255) url("../images/popup-bg.jpg") no-repeat scroll center 0 / 100% auto;
		border: 1px solid rgba(0, 0, 0, 0.2);
		border-radius: 0;
		box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
		outline: 0 none;
		position: relative;
	}
	.modal-popup .pt-20 {
		padding-bottom: 0;
		padding-top: 100px;
	}
	.modal-popup button.close {
		right: -5px;
		top: -4px;
	}
	.modal-popup .heading.font34.inverse {
		font-size: 25px;
	}
	.logo {
		text-align: center;
	}
	.top-md-menu {
		float: left;
	}
	.top-header-right .btn.btn-default.dropdown-toggle,
	.top-header-right li,
	.top-header-left .btn.btn-default.dropdown-toggle,
	.top-header-left span {
		font-size: 9px;
	}
	.top-header-left span {
		float: left;
		padding: 3px 6px;
	}
	.top-header-left li {
		padding: 0;
	}
	.top-header-right .dropdown-menu>li {
		border-left: medium none;
		width: 100%;
		margin-left: 0;
		padding-left: 0;
	}
	.top-header-right .dropdown-menu {
		margin-left: -110px;
		min-width: 150px;
	}
	.main-menu {
		background: rgb(51, 62, 72) none repeat scroll 0 0;
		float: left;
		margin-top: 30px;
		width: 100%;
	}
	.all-open {
		display: none;
	}
	.navbar-nav>li {
		float: left;
		padding: 0 24px;
		width: 100%;
	}
	.all-departments {
		width: auto;
		background: none;
	}
	.navbar-inverse .navbar-nav>li>a {
		color: #fff;
	}
	.dropdown-menu.dropdownhover-bottom.all-open {
		background: rgb(255, 255, 255) none repeat scroll 0 0;
		float: left;
	}
	.header-outer {
		float: left;
	}
	section {
		float: left;
		width: 100%;
	}
	.caption h3 {
		margin-top: 50px;
	}
	.caption img {
		margin-top: 100px;
		width: 80%;
	}
	.save-price {
		margin-top: 0;
	}
	.new-arrivals {
		float: left;
	}
	.new-arrivals_video {
		float: left;
	}
	#clockdiv>div {
		padding: 5px 6px;
	}
	.new-arrivals .nav-tabs > li > a {
		padding: 10px;
	}
	.new-arrivals_video .nav-tabs_video > li > a {
		padding: 10px;
	}
	.owl-item>div {
		margin-left: 0;
	}
	.tab-content .customNavigation {
		margin-top: 10px;
	}
	.customNavigation {
		float: left;
	}
	.caption h2 {
		font-size: 35px;
	}
	.copayright img {
		margin-top: 16px;
		width: 100%;
	}
	.pro-img>img {
		width: 100%;
	}
	.ads>img {
		width: 448px;
	}
	.client-logo > li {
		width: 100%;
	}
	.title h2 {
		float: left;
	}
	.nav.nav-tabs.etabs {
		float: right;
		margin: 20px 0 0;
	}
	.nav.nav-tabs.etabs>li {
		float: left;
		margin-bottom: 10px;
		width: 50%;
	}
	.etabs .active>a {
		border: 1px solid rgb(244, 248, 249) !important;
	}
	.deals-wk {
		margin-bottom: 50px;
	}
	.free-shipping .col-xs-12 {
		margin-bottom: 50px;
	}
	.sing-up-input>input[type="text"] {
		width: 75%;
	}
	.sing-up-text {
		float: left;
		font-size: 12px;
		margin-bottom: 24px;
		margin-top: 20px;
		text-align: center;
		text-transform: uppercase;
	}
	.testimonal .carousel-indicators {
		margin-top: 60px;
	}
	.testimonal .carousel-indicators > li {
		padding: 0 10px;
	}
	.free-shipping,
	.copayright {
		padding-left: 15px;
		padding-right: 15px;
	}
	.icon-shipping {
		margin-left: 25%;
	}
	.grid-shop .hover-icon {
		line-height: 380px;
	}
}

@media (min-width:768px) and (max-width:980px) {
	.top-header-right .btn, .top-header-right
	{
		font-size:10px;
	}
	.top-header-left span {
		font-size: 9px;
	}
	.all-departments {
    width: 175px;
}
	.all-open {
    display: none;
}
	.nav > li > a {
    font-size: 12px;
    padding: 10px 9px;
}
	.sing-up-text strong {
    font-size: 19px;
}
	.sing-up-input > input[type="text"] {
    width: 67%;
}
footer
{
	font-size:12px;
}
	.all-departments i {
    float: right;
    margin-top: 5px;
}
	.top-md-menu .search input[type="text"] {
    width: 40%;
}
	.navbar-nav > li > .dropdown-menu {
    top: 60px;
}
	.mega-menu {
    left: -288px!important;
    padding: 25px 40px 0;
    width: 698px;
}
	.all-departments .mega-menu {
    left: 270px !important;
    top: -140px;
    width: 609px;
}
	.breadcrumb {
    float: left;
    width: 100%;
}
	.modal-lg {
    width: 677px;
}
	.modal-popup .modal-content {
    background: rgba(0, 0, 0, 0) url("../images/popup-bg.jpg") no-repeat scroll center center / cover ;
}
	.title h2 {
    font-size: 18px;
}
	.shipping-text {
    margin-bottom: 50px;
}
	.banner-img{
    background-position: center center;
}
	.text-right.col-xs-12.col-sm-6.col-md-6 > img {
    width: 100%;
}
.ads-lft > img {
    width: 100%;
}
	.size a {
    display: inline-block;
    padding: 10px 20px;
}
	.weight .btn.btn-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
	.btn.btn-default strong {
    display: block;
}
	.slider.slider-horizontal {
    height: 20px;
    width: 91px !important;
}
.grid-shop {
    display: inline-block;
	 width: 100%;
}
	.shopping-cart .button {
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    width: 70%;
}
	.shipping-outer h2 {
    font-size: 24px;
}
.shopping-cart .button2,.shopping-cart .button3, .login-btn,.fac-btn,.twi-btn {
    width: 100%;
}
	.shopping-cart {
    display: inline-block;
		 width: 100%;
}
	.forgot-link {
     font-size: 12px;
}
	.blog-outer {
    float: left;
}
}
@media (min-width:980px) and (max-width:1024px) {
		.cart-menu li {
    margin-left: 2px;
}
.dropdown-menu {
    min-width: 221px;
}
	.all-departments .dropdown-menu {
    width: 221px;
}

	.all-departments {
    width: 175px;
}
.all-departments {
    width: 221px;
}
	.sing-up-text strong {
    font-size: 19px;
}
	.sing-up-input > input[type="text"] {
    width: 68%;
}

	.all-departments i {
    float: inherit;
    margin-top: 0;
}
	.top-md-menu .search input[type="text"] {
    width: 61%;
}
	.mega-menu {
    left: -288px!important;
}
	.all-departments .mega-menu {
    left: 270px !important;
    top: -140px;
    width: 609px;
}
	.breadcrumb {
    float: left;
    width: 100%;
}
	.modal-lg {
    width: 677px;
}
	.modal-popup .modal-content {
    background: rgba(0, 0, 0, 0) url("../images/popup-bg.jpg") no-repeat scroll center center / cover ;
}
	.title h2 {
    font-size: 18px;
}
	.shipping-text {
    margin-bottom: 50px;
}
	.banner-img{
    background-position: center center;
}
	.text-right.col-xs-12.col-sm-6.col-md-6 > img {
    width: 100%;
}
.ads-lft > img {
    width: 100%;
}
	.size a {
    display: inline-block;
    padding: 10px 20px;
}
	.weight .btn.btn-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
	.btn.btn-default strong {
    display: block;
}
	.slider.slider-horizontal {
    height: 20px;
    width: 91px !important;
}
.grid-shop {
    display: inline-block;
	 width: 100%;
}
	.shopping-cart .button {
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    width: 70%;
}
	.shipping-outer h2 {
    font-size: 24px;
}
.shopping-cart .button2,.shopping-cart .button3, .login-btn,.fac-btn,.twi-btn {
    width: 100%;
}
	.shopping-cart {
    display: inline-block;
		 width: 100%;
}
	.forgot-link {
     font-size: 12px;
}
	.blog-outer {
    float: left;
}
	#clockdiv > div {
    padding: 5px 9px;
}
	.electonics .add-btn2 {
    padding: 6px 13px;
}
}
@media (min-width:1200px) and (max-width:2000px) {
	.top-md-menu .search input[type="text"] {
    width: 91%;
}

}

/*---------------------------------------------  추가 Style  ---------------------------------------------*/

ol,ul,li { list-style:none; text-decoration:none; padding:0; margin:0;}
button { border:none;}

/*--  Input  --*/
input[type="text"], input[type="password"] { padding:0 6px; display:inline-block;}
.reserve_inputbox { height:30px; background:#f7f7f7; border:1px solid #dbdbdb; padding:0 6px; margin:1px 0; vertical-align:middle; display:inline-block;}
.reserve_inputbox:focus { background:#fff; border:1px solid #dbdbdb;}
.tel_inputbox { width:10%; height:30px; background:#f7f7f7; border:1px solid #dbdbdb; padding:0 6px; margin:1px 0; vertical-align:middle; display:inline-block;}
.tel_inputbox:focus { background:#fff; border:1px solid #dbdbdb;}
.inputbox_none { height:30px; background:#FFF; padding:0 6px; margin:1px 0; vertical-align:middle; display:inline-block;}
/*--  //Input  --*/

/*--  Select  --*/
select {
  height:30px;
  border:#bcbcbc solid 1px;
  font-size:13px;
  padding:0 25px 0 10px;
  background:url(../images/select_arrow.png) no-repeat 90% 50%;
  background-color:#FFF;
  -webkit-appearance: none;  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  vertical-align:middle;
  display:inline-block;
}
/* IE 10, 11의 네이티브 화살표 숨기기 */
select::-ms-expand { 
  display: none;
}
/*--  //Select  --*/


/*--  Textarea  --*/
textarea { color:#333; background: #f9f9f9; border:1px solid #CCC !important; padding:8px; resize:none;}
textarea:focus { background:#FFF; border:1px solid #CCC; padding:8px;}
/*--  //Textarea  --*/

/*--  체크버튼  --*/
.checkbox { font-size:12px;}
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-weight:normal;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left:0;
  top:2px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition:  0.3s ease-in-out;
  -o-transition:  0.3s ease-in-out;
  transition:  0.3s ease-in-out; 
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  left:2px;
  top:1px;
  font-size: 11px;
  color: #555555; 
}
.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1; 
  cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: none;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c"; 
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65; 
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed; 
}

.checkbox_new { font-size:12px; text-align:right;}
.checkbox_new label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-weight:normal;
}
.checkbox_new label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  top:4px;
  left: 1px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition:  0.3s ease-in-out;
  -o-transition:  0.3s ease-in-out;
  transition:  0.3s ease-in-out; 
}
.checkbox_new label::after {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 0;
  font-size: 11px;
  color: #555555; 
}
.checkbox_new input[type="checkbox"] {
  opacity: 0;
  z-index: 1; 
  cursor: pointer;
}
.checkbox_new input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: none;
  outline-offset: -2px;
}
.checkbox_new input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c"; 
}
.checkbox_new input[type="checkbox"]:disabled + label {
  opacity: 0.65; 
}
.checkbox_new input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed; 
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #1e88e5;
  border-color: #1e88e5; 
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; 
}
/*--  //체크버튼  --*/

/*--  체크버튼 좌측정렬  --*/
.checkbox_new_l { font-size:12px;}
.checkbox_new_l label {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  font-weight:normal;
}
.checkbox_new_l label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  top:4px;
  left: 0;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition:  0.3s ease-in-out;
  -o-transition:  0.3s ease-in-out;
  transition:  0.3s ease-in-out; 
}
.checkbox_new_l label::after {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 0;
  font-size: 11px;
  color: #555555; 
}
.checkbox_new_l input[type="checkbox"] {
  opacity: 0;
  z-index: 1; 
  cursor: pointer;
}
.checkbox_new_l input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: none;
  outline-offset: -2px;
}
.checkbox_new_l input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c"; 
}
.checkbox_new_l input[type="checkbox"]:disabled + label {
  opacity: 0.65; 
}
.checkbox_new_l input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed; 
}
/*--  //체크버튼 좌측정렬  --*/

/*--  Radio버튼  --*/
.radio_1 { margin-left:10px; display:inline-block;}
.radio_1 label {
  display: inline-block;
  position: relative;
  padding-left:20px;
  line-height:15px;
}
.radio_1 label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  outline: none !important;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.5s ease-in-out;
  -o-transition: border 0.5s ease-in-out;
  transition: border 0.5s ease-in-out;
}
.radio_1 label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  left: 3px;
  top: 3px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); 
}
.radio_1 input[type="radio"] {
  opacity: 0;
  z-index: 1; 
  cursor: pointer;
}
.radio_1 input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; 
}
.radio_1 input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); 
}
.radio_1 input[type="radio"]:disabled + label {
  opacity: 0.65; 
}
.radio_1 input[type="radio"]:disabled + label::before {
  cursor: not-allowed; 
}
/*--  //Radio버튼  --*/

/*-- 파일첨부 --*/
.file_input label {
    position:relative;
    cursor:pointer;
    display:inline-block;
    vertical-align:middle;
    overflow:hidden;
    height:28px;
    background:#e6e6e6;
	border:#CCC solid 1px;
	border-radius:3px;
	font-size:13px;
    color:#383838;
    text-align:center;
    line-height:28px;
	margin-right:2px;
	padding:0 15px;
}
.file_input label:hover {
    background:#d6d6d6;
	transition: all 0.2s linear;
}
.file_input label input {
    position:absolute;
    width:0;
    height:0;
    overflow:hidden;
}
.file_input input[type=text] {
    vertical-align:middle;
    display:inline-block;
    width:200px;
    height:28px;
    line-height:28px;
    font-size:11px;
    padding:0 8px;
    border:1px solid #c4c4c4;
}

/*--  공통  --*/
.paddingTop10 { padding-top:10px;}
.marginTop10 { margin-top:10px;}
.marginTop20 { margin-top: 20px;}

/*--  BUTTON  --*/
.btn-default_new { text-align:center; display:inline-block; cursor:pointer; transition:all 0.2s linear;}
.btn_more { height:22px; background:#9c9c9c; border-radius:2px; font-size:10px; color:#FFF; line-height:20px; text-align:center; cursor:pointer; padding:0 6px; vertical-align:middle; display:inline-block;}
.btn_more:hover { background:#878787; transition: all 0.2s linear;}
.btn_join { background:#cb1616; border:1px solid #cb1616; border-radius:2px; font-size:13px; color:#FFF; text-align:center; cursor:pointer; padding:5px 10px; vertical-align:middle; display:inline-block;}
.btn_join:hover { background:#a40606; border:1px solid #a40606; transition: all 0.2s linear;}
.btn_go { width:70px; height:64px; background:#df4935; border:1px solid #df4935; border-radius:2px; font-size:13px; color:#FFF; text-align:center; cursor:pointer; padding:5px 10px; vertical-align:middle; margin-top:2px; display:inline-block;}
.btn_go:hover { background:#c12f1b; border:1px solid #c12f1b; transition: all 0.2s linear;}
.btn_promotion { width:100%; height:64px; background:#c3527a; border:1px solid #c3527a; border-radius:2px; font-size:13px; color:#fff; line-height:18px; letter-spacing:-0.03em; text-align:center; cursor:pointer; vertical-align:middle; margin-top:2px; display:inline-block;}
.btn_promotion:hover { background:#a2345b; border:1px solid #a2345b; transition: all 0.2s linear;}
.btn_sort { width:80px; height:30px; background:#919191; border:1px solid #919191; border-radius:2px; font-size:12px; color:#FFF; line-height:28px; text-align:center; cursor:pointer; padding:0 6px; vertical-align:middle; display:inline-block;}
.btn_sort:hover { background:#737373; border:1px solid #737373; transition: all 0.2s linear;}
.btn_detailview { background:#df4935; border:1px solid #df4935; border-radius:2px; font-size:13px; color:#FFF; text-align:center; cursor:pointer; padding:2px 14px; vertical-align:middle; display:inline-block;}
.btn_detailview:hover { background:#c12f1b; border:1px solid #c12f1b; transition: all 0.2s linear;}
.btn_reservation { background:#2c4fb1; border:1px solid #2c4fb1; border-radius:2px; font-size:20px; color:#FFF; font-weight:600; text-align:center; cursor:pointer; padding:14px 60px; vertical-align:middle; display:inline-block;}
.btn_reservation:hover { background:#142e77; border:1px solid #142e77; transition: all 0.2s linear;}
.btn_date { background:#397fe9; border:1px solid #397fe9; border-radius:2px; font-size:12px; color:#FFF; text-align:center; cursor:pointer; padding:0 8px; vertical-align:middle; display:inline-block;}
.btn_date:hover { background:#397fe9; border:1px solid #397fe9; transition: all 0.2s linear;}
.btn_detail_tab { width:19.7%; background:#f7f7f7; border:1px solid #dfdfdf; border-radius:2px; font-size:15px; color:#666; text-align:center; cursor:pointer; padding:8px 4px; margin-right: -1px; vertical-align:middle; display:inline-block;}
.btn_detail_tab:hover { background:#efefef; border:1px solid #d6d6d6; transition: all 0.2s linear;}
.btn_detail_tab.focus { width:19.7%; background:#3456c2; border:1px solid #3456c2; border-radius:2px; font-size:15px; color:#FFF; text-align:center; cursor:pointer; padding:8px 4px; margin-right: -1px; vertical-align:middle; display:inline-block;}
.btn_detail_tab.focus:hover { background:#3456c2; border:1px solid #3456c2; transition: all 0.2s linear;}
.btn_idcheck { height:30px; background:#9c9c9c; border-radius:2px; font-size:12px; color:#FFF; line-height:28px; text-align:center; cursor:pointer; padding:0 10px; vertical-align:middle; display:inline-block;}
.btn_idcheck:hover { background:#878787; transition: all 0.2s linear;}
.btn_agent { background:#2c4fb1; border:1px solid #2c4fb1; border-radius:2px; font-size:18px; color:#FFF; font-weight:600; text-align:center; cursor:pointer; padding:10px 60px; vertical-align:middle; display:inline-block;}
.btn_agent:hover { background:#142e77; border:1px solid #142e77; transition: all 0.2s linear;}
.btn_mypage { background:#6e6e6e; border:1px solid #6e6e6e; border-radius:2px; font-size:13px; color:#FFF; text-align:center; cursor:pointer; padding:5px 10px; vertical-align:middle; display:inline-block;}
.btn_mypage:hover { background:#4f4f4f; border:1px solid #4f4f4f; transition: all 0.2s linear;}
.btn_list { background:#a2a2a2; border:1px solid #a2a2a2; border-radius:2px; font-size:13px; color:#FFF; text-align:center; cursor:pointer; padding:5px 16px; vertical-align:middle; display:inline-block;}
.btn_list:hover { background:#818181; border:1px solid #818181; transition: all 0.2s linear;}
.btn_search { height:30px; background:#4b4b4b; border:1px solid #4b4b4b; border-radius:2px; font-size:13px; color:#FFF; text-align:center; cursor:pointer; padding:0 10px; vertical-align:middle; display:inline-block;}
.btn_search:hover { background:#252525; border:1px solid #252525; transition: all 0.2s linear;}
.btn_write { background:#2c4fb1; border:1px solid #2c4fb1; border-radius:2px; font-size:13px; color:#FFF; text-align:center; cursor:pointer; padding:5px 20px; vertical-align:middle; display:inline-block;}
.btn_write:hover { background:#123085; border:1px solid #123085; transition: all 0.2s linear;}
.btn_cancel { background:#818181; border:1px solid #818181; border-radius:2px; font-size:13px; color:#FFF; text-align:center; cursor:pointer; padding:5px 20px; vertical-align:middle; display:inline-block;}
.btn_cancel:hover { background:#5f5f5f; border:1px solid #5f5f5f; transition: all 0.2s linear;}
.btn_reservation_ok { background:#2c4fb1; border:1px solid #2c4fb1; border-radius:2px; font-size:16px; color:#FFF; text-align:center; cursor:pointer; padding:8px 50px; vertical-align:middle; display:inline-block;}
.btn_reservation_ok:hover { background:#142e77; border:1px solid #142e77; transition: all 0.2s linear;}
.btn_join_new { background:#316cbc; border:1px solid #316cbc; border-radius:2px; font-size:16px; color:#FFF; text-align:center; cursor:pointer; padding:8px 50px; vertical-align:middle; display:inline-block;}
.btn_join_new:hover { background:#1f59a7; border:1px solid #1f59a7; transition: all 0.2s linear;}

/*--  상단메뉴  --*/
.topmenu { font-size:14px; color:#333; margin-top:10px; text-align:center;}
.topmenu span { margin:0 7px; vertical-align:middle; display:inline-block;}
.topmenu span a { color:#333;}
.topmenu span.line { height:20px; border-left:1px solid #c6c6c6;}

.top_r { text-align:right; margin-top:10px; float:right;}
.top_r .tel_txt { font-size:34px; color:#333;}
.top_r .kakao_add { text-align:left; margin-top:10px;}
.top_r .kakao_add .kakao_logo { vertical-align:middle; display:inline-block;}
.top_r .kakao_add .kakao_txt { font-size:13px; line-height:20px; vertical-align:middle; display:inline-block;}
/*--  //상단메뉴  --*/

/*--  GNB  --*/
.nav_container { width:100%; border-top:1px solid #CCC; border-bottom:1px solid #CCC; margin-top:10px;}
.nav_rmenu { margin-top:10px; float:right;}
.nav_rmenu .menu { margin:0 5px; display:inline-block;}
.nav_rmenu .menu_line { border-left:1px solid #CCC; margin:0 5px; display:inline-block;}
/*--  //GNB  --*/

/*--  상단검색 버튼  --*/
.btn-group { margin-left:2px; float:right;}
/*--  //상단검색 버튼  --*/

.contbody { width:100%; text-align:center; margin-top:20px; display:inline-block;}

/*--  좌측메뉴  --*/
.left_cont { width:220px; float:left;}
.category .category_box { border:1px solid #CCC; margin-bottom:10px;}
.category .category_top { background:#b11e22; font-size:16px; color:#FFF; font-weight:600; text-align:center; padding:8px 0;}
.category .category_menu { padding:10px 2px; overflow:hidden;}
.category .category_menu ul li { width:47%; font-size:12.5px; color:#666; text-align:left; padding:0 4px; float:left;}
.category .category_menu ul li a:link { color:#666;}
.category .category_menu ul li a.focus { background:#303030; padding:4px 6px; color:#fff;}

.category .category_menu_1 { padding:10px 2px; overflow:hidden;}
.category .category_menu_1 ul li { font-size:12.5px; color:#666; text-align:left; padding:0 4px;}
.category .category_menu_1 ul li a:link { color:#666;}
.category .category_menu_1 ul li a.focus { background:#303030; padding:4px 6px; color:#fff;}
/*--  //좌측메뉴  --*/

/*--  우측 컨텐츠  --*/
.r_cont { width:900px; margin-left:20px; vertical-align:top; float:left;}
.r_cont .titl { font-size:36px; color:#000; font-weight:600; text-align:left; border-bottom:1px solid #CCC; padding-bottom:10px;}
/*--  //우측 컨텐츠  --*/

/*--  중앙 컨텐츠  --*/
.c_cont { width:100%; vertical-align:top; float:left;}

/*-- 여행기간 --*/
.travel_date { margin-top:20px;}
.travel_date_titl { font-size:17px; color:#333; font-weight:600; border-bottom:1px solid #CCC; text-align:left; padding-bottom:4px; margin-bottom:8px;}
.date_select_l { width:67%; text-align:left; float:left;}
.date_select_r { text-align:left; float:right;}
.travel_date_selectbox { width:140px; height:30px; font-size:13px; margin:2px 0;}

.l_calender { width:100%; padding:0 6px; margin-top:8px; display:inline-block;}
.l_calender .top_btn { width:100%; text-align:center; margin-bottom:4px;}
.l_calender .day_l { display:inline-block;}
.l_calender .day_c { width:79px; font-size:13px; color:#333; font-weight:bold; display:inline-block;}
.l_calender .day_r { display:inline-block;}
.l_calender .day_body { width:100%; font-size:12px; background:#f5f5f5; border:1px solid #CCC; border-radius:3px; margin-top:6px; padding:10px 0; text-align:center;}
/*-- //여행기간 --*/

/*-- 프로모션 --*/
.promotion { margin-top:20px;}
.promotion_titl { font-size:17px; color:#333; font-weight:600; border-bottom:1px solid #CCC; text-align:left; padding-bottom:4px; margin-bottom:8px;}
.promotion_bann { margin-top:10px;}
.promotion_bann .bann_inner { width:48%; display:inline-block;}
/*-- //프로모션 --*/

/*--  지역별 예약 랭킹 Top4  --*/
.new-arrivals ul li.titl { font-size:19px; color:#333; font-weight:bold; margin-top:5px; float:left;}
.new-arrivals ul li.titl .txt_col_red { color:#F00;}
.ranking_cont { width:80%;}
.ranking_box { width:220px; border:1px solid #dbdbdb; margin: 0 2px; display:inline-block;}
.ranking_box .img { height:200px;}
.ranking_box .txt { width:218px; height:70px; font-size:14px; color:#333; font-weight:bold; line-height:22px; border-top:1px solid #ebebeb; text-align:left; vertical-align:top; padding:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis;}
.ranking_box .txt span.small_txt { width:218px; font-size:12px; color:#5b5b5b; font-weight:normal; display:inline-block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis;}
.ranking_box .price_new { background:#f3f3f3; font-size:13px; color:#F00; font-weight:bold; text-align:left; padding:10px;}
/*--  //지역별 예약 랭킹 Top4  --*/

/*--  테마별 추천상품  --*/
.theme_rbox { height:317px; border:1px solid #ddd;}
.theme_rbox .txt { width:218px; height:70px; font-size:14px; color:#333; font-weight:bold; line-height:22px; border-top:1px solid #ebebeb; text-align:left; vertical-align:top; padding:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis;}
.theme_rbox .txt span.small_txt { width:218px; font-size:12px; color:#5b5b5b; font-weight:normal; display:inline-block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis;}
.theme_rbox .price_new { background:#f3f3f3; font-size:13px; color:#F00; font-weight:bold; text-align:left; padding:10px;}
/*--  테마별 추천상품  --*/

/*-- 브랜드별 추천 상품 --*/
.brand { width:100%; background:#e7eff2; padding:30px 0; text-align:center; overflow:hidden;}
.brand_inner { width:1170px; margin:0 auto;}
.brand .brand_slide { width:60%; height:380px; float:left; border:1px solid #F00;}
.brand .brand_slide_titl { font-size:20px; color:#333; font-weight:bold; text-align:left;}
.brand .brand_slide_img { margin-top:10px;}
.brand .event_slide { width:20%; margin-top:10px; float:right;}
.brand_box { width:280px; border:1px solid #dbdbdb; margin-right:10px; margin-bottom:10px; cursor:pointer; display:inline-block;}
.brand_box .img { height:200px;}
.brand_box .top_line { width:100%; border-top:1px solid #ebebeb;}
.brand_box .txt { width:270px; height:70px; font-size:14px; color:#333; font-weight:bold; line-height:22px; text-align:left; vertical-align:top; padding:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis;}
.brand_box .txt span.small_txt { width:270px; font-size:12px; color:#5b5b5b; font-weight:normal; display:inline-block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis;}
.brand_box .price_new { background:#f3f3f3; font-size:13px; color:#F00; font-weight:bold; text-align:left; padding:10px;}
.brand_thumb_img { margin-top:56px;}

.nav_new > li > a {
    font-size: 12px;
    padding: 12px 8px;
	width:223px;
	float:left;
}
.new-arrivals .nav_new>li>a:focus,
.new-arrivals .nav_new>li>a:hover {
	background-color: #3456c2;
	color: #FFF !important;
	text-decoration: none;
}
.new-arrivals .nav-tabs_brand { margin-right:30px; margin-top:10px; float:left;}
.new-arrivals .nav-tabs_brand>li>a {
	border-radius: 2px;
	color: #e1e4e9;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.42857;
	text-transform: uppercase;
	background-color: #7d8fa9;
	margin-right:1px;
}
.new-arrivals .nav-tabs_brand .active>a {
	color: #FFF !important;
	background-color: #3456c2;
	font-weight: 500;
}

/*-- MD추천상품(서브_상세보기) --*/
.nav-tabs_md li { float:left;}
.new-arrivals .nav-tabs_md { margin-right:30px; margin-top: 10px; float:left;}
.new-arrivals .nav-tabs_md>li>a {
	border-radius: 2px;
	color: #828282;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.42857;
	text-transform: uppercase;
	margin-right:1px;
}
.new-arrivals .nav-tabs_md .active>a {
	color: #FFF !important;
	font-weight: 500;
}
/*-- //MD추천상품(서브_상세보기) --*/

.new-arrivals .nav-tabs_brand_main { margin-right:30px; margin-top:10px; float:left;}
.new-arrivals .nav-tabs_brand_main>li>a {
	border-radius: 2px;
	color: #e1e4e9;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.42857;
	text-transform: uppercase;
	background-color:#7d8fa9;
	margin-right:1px;
}
.new-arrivals .nav-tabs_brand_main .active>a {
	color: #FFF !important;
	background-color: #3456c2;
	font-weight:600;
}

/*-- //브랜드별 추천 상품 --*/

/*--  LAST MINUTE DEAL  --*/
.last_deal { display:inline-block;}
.last_deal .titl { font-size:19px; color:#333; font-weight:bold; margin-right:5px; float:left;}
.last_deal .titl span.txt_col_red { color:#F00;}
.last_deal .titl_small { font-size:13px; color:#333; margin-right:5px; margin-top:2px; float:left;}
.last_deal_box { width:286px; background:#FFF; border:1px solid #dbdbdb; margin:20px 3px; display:inline-block;}
.last_deal_box .img { position:relative; height:200px;}
.last_deal_box .img .sale-tag { margin-top:10px; margin-left:5px;}
.last_deal_box .txt { width:280px; height:50px; font-size:14px; color:#333; font-weight:bold; line-height:22px; text-align:left; vertical-align:top; padding:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis;}
.last_deal_box .txt span.small_txt { width:280px; font-size:12px; color:#5b5b5b; font-weight:normal; display:inline-block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis;}
.last_deal_box .price_new { background:#fff; font-size:13px; color:#F00; font-weight:bold; text-align:left; padding:10px;}
/*--  //LAST MINUTE DEAL  --*/

/*-- 영상, 프로모션 --*/
.ranking_cont_video { width:100%; overflow:hidden;}
.video { width:100%; background:#e7eff2; padding:30px 0; text-align:center; overflow:hidden;}
.video_inner { width:1170px; margin:0 auto; overflow:hidden;}
.video .video_slide { width:59%; height:250px; background-color:#FFF; float:left;}
.video .video_play { width:35%; height:250px; background-color:#000; float:right;}
.video .item { width:690px;}
.video .item_inner { width:100%;}
.video .item_l_img { margin:12px; float:left;}
.video .item_r_txt { width:45%; text-align:left; margin:20px 12px 12px 0; float:left;}
.video .item_r_txt_1 { font-size:18px; color:#0072ff;}
.video .item_r_txt_2 { font-size:26px; color:#333; margin-top:6px;}
.video .item_r_txt_3 { font-size:13px; color:#666; line-height:22px; margin-top:14px;}

.nav_new_video > li > a {
    font-size: 12px;
    padding: 12px 8px;
	width:229px;
	float:left;
}
.new-arrivals_video {
	float: left;
	position: relative;
}
.new-arrivals_video .nav_new_video>li>a:focus,
.new-arrivals_video .nav_new_video>li>a:hover {
	background-color: #3456c2;
	color: #FFF !important;
	text-decoration: none;
}
.new-arrivals_video .nav-tabs_video>li>a {
	color: #e1e4e9;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.42857;
	text-transform: uppercase;
	background-color:#7d8fa9;
	border-bottom:1px solid #e7eff2;
	margin-right:1px;
}
.new-arrivals_video .nav-tabs_video .active>a {
	color: #FFF !important;
	background-color: #3456c2;
	font-weight: 500;
}
/*-- //영상, 프로모션 --*/

/*--  하단_Notice  --*/
.btm_l .titl { overflow:hidden;}
.btm_l .titl_l { font-size:15px; color:#333; font-weight:600; float:left;}
.btm_l .titl_r { float:right;}
.btm_l .list { border-bottom:1px solid #dbdbdb; padding:4px 0; overflow:hidden;}
.btm_l .list_l { font-size:13px; color:#333; float:left;}
.btm_l .list_r { font-size:13px; color:#666; float:right;}
.bann_btm { margin-top:14px; overflow:hidden;}
.bann_btm .bann_btm_l { width:48%; height:64px; border-right:1px solid #b0b0b0; font-size:15px; display:inline-block;}
.bann_btm .bann_btm_r { width:48%; height:64px; font-size:15px; display:inline-block;}
/*--  //하단_Notice  --*/

/*--  하단_신규회원 혜택  --*/
.btm_c  { margin:0 10px; overflow:hidden;}
.btm_c .titl { font-size:15px; color:#333; font-weight:600;}
.btm_c .titl_small { font-size:13px; color:#333;}
.btm_c .btn_inner { margin-top:5px;}
.btm_c .mailing { background:#f3f3f3; border:1px solid #dfdfdf; padding:15px; margin-top:12px;}
.btm_c .mailing .l_inner { width:24%; vertical-align:middle; text-align:center; display:inline-block;}
.btm_c .mailing .r_inner { width:72%; vertical-align:middle; display:inline-block;}
.btm_c .mailing .r_txt_1 { font-size:14px; color:#333; font-weight:600; text-align:left;}
.btm_c .mailing .r_txt_2 { font-size:13px; color:#333; line-height:18px; text-align:left; margin-top:6px;}
/*--  //하단_신규회원 혜택  --*/

/*--  하단_고객센터  --*/
.btm_r { overflow:hidden;}
.btm_r .banner_r { height:125px; border:1px solid #CCC; text-align:center;}
.btm_r .customer { margin-top:15px;}
.btm_r .customer_l { width:24%; vertical-align:middle; text-align:center; display:inline-block;}
.btm_r .customer_r { width:72%; vertical-align:middle; display:inline-block;}
.btm_r .customer_r .txt_1 { font-size:20px; color:#333; font-weight:600;}
.btm_r .customer_r .txt_2 { font-size:30px; color:#dc2911; font-weight:600; margin-top:10px;}
/*--  //하단_고객센터  --*/

.col-md-4_l { width:32%; float:left;}
.col-md-4_c { width:35%; margin-left:25px; float:left;}
.col-md-4_r { width:29%; float:right;}

/*--  하단_visual  --*/
.btm_bgimg { 
    background-color: #99824c;
	background-repeat: repeat-x;
    background-position: top;
    width: 100%;
    height: 150px;
    color: #fff;
    text-align: center;
	margin-top:50px;
}
.btm_visual_cont { width:1170px; margin:0 auto; padding-top:30px;}
.btm_visual_ico { width:25%; vertical-align:middle; display:inline-block;}
.btm_visual_ico .ico_img { margin:0 10px; display:inline-block;}
.btm_visual_ico .ico_img_c { margin:0 30px; display:inline-block;}
.btm_visual_txt { width:70%; font-size:14px; color:#ffffff; line-height:22px; text-align:left; vertical-align:middle; display:inline-block;}
/*--  //하단_visual  --*/

.footer_menu { border-bottom:1px solid #CCC; padding:6px 0;}
.footer_menu_cont { width:1170px; margin:0 auto;}
.footer_menu .menu { font-size:13px; color:#666; margin:0 20px; display:inline-block;}
.footer_menu .menu a { color:#666;}
.footer_menu .menu_r { font-size:13px; color:#666; margin:0 20px; float:right;}
.footer_menu .menu_r a { color:#666;}
.footer_menu .line { height:20px; border-right:1px solid #CCC; vertical-align:middle; display:inline-block;}

.footer_add { background:#081e3f; padding:15px 0;}
.footer_add_cont { width:1170px; margin:0 auto; text-align:left;}
.footer_add .txt { font-size:12px; color:#7e7e7e; line-height:18px;}
.footer_add .txt a { color: #666;}
.footer_add .txt_copyright { font-size:11px; color:#a85747; margin-top:10px;}

/*--  브랜드 메인  --*/
.maininfo { margin-top:10px;}
.maininfo .maininfo_l { width:60%; margin-right:30px; float:left;}
.maininfo .maininfo_r { float:left;}
.maininfo .maininfo_l_txt_1 { font-size:26px; color:#333; font-weight:600; letter-spacing:-0.02em; margin-top:10px; text-align:left;}
.maininfo .maininfo_l_txt_2 { font-size:19px; color:#1f64ff; font-weight:600; letter-spacing:-0.02em; margin-top:20px; text-align:left;}
.maininfo .maininfo_l_txt_3 { font-size:14px; color:#595959; letter-spacing:-0.02em; margin-top:10px; text-align:left;}
.maininfo .video { width:300px; height:200px; background:#000; margin-top:10px;}

.travel_thumb { width:100%; margin-top:30px; display:inline-block;}
.nav-tabs_brand li { float:left;}
.nav_brand li { position:relative; display:block; padding:6px 15px; background:#FFF; border-radius:3px; border:1px solid #CCC; color:#666; margin-right:4px;}
.nav_brand li a:link { color:#666; text-decoration:none;}
.nav_brand li.active { background:#f36d33 ;border:1px solid #f36d33; border-radius:3px;}
.nav_brand li.active a { color:#FFF !important;}
.brand_marginTop { width:100%; margin-top:5px; float:left;}
.brand_thumb { text-align:left;}

.btm_banner_main { width:100%; text-align:center; margin-top:50px; display:inline-block;}
.btm_banner_main .bann_titl { font-size:36px; color:#333; font-weight:600; line-height:40px; margin-bottom:30px;}
.btm_banner_main .bann_titl span { font-weight:normal; color:#eb2207;}
.btm_banner_main .bann_1 { display:inline-block;}
.btm_banner_main .bann_2 { margin:0 53px; display:inline-block;}
.btm_banner_main .bann_3 { display:inline-block;}

.btm_banner { width:100%; text-align:center; margin-top:30px; display:inline-block;}
.btm_banner .bann_1 { display:inline-block;}
.btm_banner .bann_2 { margin:0 38px; display:inline-block;}
.btm_banner .bann_3 { display:inline-block;}
/*--  //브랜드 메인  --*/

/*--  조건별 검색결과  --*/
.search_body { width:100%;}
.search_top .search_top_l { float:left;}
.search_top .search_top_r { float:right;}
.search_list { width:100%; margin-top:16px; display:inline-block;}
.search_list_selectbox { width:140px; height:30px; font-size:13px; border:1px solid #CCC; display:inline-block;}
.search_list_inputbox { width: 400px; height:30px; font-size:13px; border:1px solid #CCC; vertical-align:middle; display:inline-block;}
.search_ico { background:none; position:relative;}
.search_ico_r { position:absolute; top:-12px; left:-25px;}
.search_list_rbox { border:1px solid #CCC; padding:20px; overflow:hidden;}
.search_list_rbox .rbox_l { width: 350px; height: 177px; border:1px solid #e8e8e8; margin-right:15px; float:left;}
.search_list_rbox .rbox_r { width: 490px; float:left;}
.search_list_rbox .info_txt_top { padding-bottom:5px; overflow:hidden;}
.search_list_rbox .info_txt_line { width:100%; border-bottom:1px dashed #CCC; overflow:hidden;}
.search_list_rbox .info_ico { margin-right:5px; float:left;}
.search_list_rbox .info_txt_1 { font-size:13px; color:#333; font-weight:600; margin-right:10px; float:left;}
.search_list_rbox .info_txt_2 { font-size:13px; color:#333; float:left;}
.search_list_rbox .info_txt_3 { font-size:15px; color:#333; font-weight:600; margin-top:8px; text-align:left;}
.search_list_rbox .info_txt_3_new { font-size:17px; color:#333; font-weight:600; float:left;}
.search_list_rbox .info_timebox { width:160px; background:#df4935; border:1px solid #df4935; font-size:13px; color:#FFF; text-align:center; padding:1px 2px; float:right;}
.search_list_rbox .info_txt_4 { font-size:13px; color:#5c5c5c; line-height:20px; text-align:left;}
.search_list_rbox .info_txt_4_new { font-size:13px; color:#5c5c5c; line-height:20px; margin-top:5px; text-align:left;}
.search_list_rbox .info_money { width:100%; margin-top:10px;}
.search_list_rbox .info_money_l { font-size:24px; color:#cd1212; font-weight:600; text-align: left; float: none;}
.search_list_rbox .info_money_r { text-align: right; margin-top: 20px; float: none;}

.search_list_rbox .rbox_l_search { width: 350px; height: 177px; border:1px solid #e8e8e8; margin-right:15px; float:left;}
.search_list_rbox .rbox_r_search { width: 490px; float:left;}
.search_list_rbox .info_txt_top_search { padding-bottom:5px; overflow:hidden;}
.search_list_rbox .info_ico_search { margin-right:5px; float:left;}
.search_list_rbox .info_txt_1_search { font-size:13px; color:#333; font-weight:600; margin-right:10px; float:left;}
.search_list_rbox .info_txt_2_search { font-size:13px; color:#333; float:left;}
/*--  //조건별 검색결과  --*/

/*--  상세보기  --*/
.detail { width:100%;}
.detail .top_titl { border-bottom:1px solid #333; padding-bottom:14px; overflow:hidden;}
.detail .top_titl .titl_txt { font-size:26px; color:#000; font-weight:600; text-align:left; margin-right:10px; float:left;}
.detail .top_titl .titl_ico { float:left;}
.detail .top_titl .titl_ico span { display:inline-block;}
.detail .top_titl .titl_ico span.ico_col_1 { height:20px; background:#F00; border-radius:2px; font-size:11px; color:#FFF; line-height:20px; text-align:center; padding:0 7px; vertical-align:middle;}
.detail .top_titl .titl_ico span.ico_col_2 { height:20px; background:#ff7e00; border-radius:2px; font-size:11px; color:#FFF; line-height:20px; text-align:center; padding:0 7px; vertical-align:middle;}
.detail .top_titl .titl_ico span.ico_col_3 { height:20px; background:#418b00; border-radius:2px; font-size:11px; color:#FFF; line-height:20px; text-align:center; padding:0 7px; vertical-align:middle;}

.detail .detail_txt_1 { font-size:14px; color:#333; line-height:20px; text-align:left; margin-top:10px;}

.detail .img_main { width:242px; height:215px; border:1px solid #CCC; vertical-align:top; margin-top:19px; margin-right:16px; float:left;}
.detail .img_main img { width:100%; height:213px;}
.detail .reservation_info { width:57%; vertical-align:top; margin-top:10px; float:left;}
.detail .r_reservation { width:20%; vertical-align:top; margin-top:10px; float:right;}
.detail .r_reservation .reservation_inner { margin-top:5px;}
.detail .reservation_txt { font-size:35px; color:#f31010; font-weight:600; letter-spacing:-0.03em;}
.detail .reservation_txt span { font-size:16px;}
.detail .reservation_btn { margin-top:8px;}
.detail .reservation_line { width:85%; margin:0 auto; margin-top:10px; border-top:1px solid #CCC;}
.detail .reservation_customer { width:100%; margin:0 auto; text-align:center; margin-top:14px; display:inline-block;}
.detail .reservation_customer .top { text-align:center; overflow:hidden;}
.detail .reservation_customer .customer_l { margin-right:10px; display:inline-block;}
.detail .reservation_customer .customer_r { vertical-align:top; margin-top:-4px; display:inline-block;}
.detail .reservation_customer .customer_r_txt_1 { font-size:18px; color:#333; text-align:left; font-weight:600;}
.detail .reservation_customer .customer_r_txt_2 { font-size:22px; color:#ec4909; text-align:left; font-weight:600;}
.detail .reservation_customer .btm { width:70%; margin:0 auto; text-align:left; overflow:hidden; margin-top:10px;}
.detail .reservation_customer .btm_txt { width: 100%; font-size: 14px; color: #555; line-height: 22px; text-align:left;}
.detail .reservation_customer .btm_txt .txt_l { width: 50px; text-align: right; display: inline-block;}
.detail .reservation_customer .btm_txt .txt_r { text-align: left; display: inline-block;}
.detail .reservation_customer .btm_txt .txt_btm { text-align: left; margin-left: 5px;}

.detail .tbl_view { margin-top:10px;}
.detail .view_info { font-size:13px; color:#ff6c4a; text-align:left;}

.detail .point { width:100%; margin-top:10px; display:inline-block;}
.detail .point_top { background:#f2f2f2; border-top:2px solid #333; border-bottom:1px solid #ccc; font-size:20px; color:#333; font-weight:600; text-align:center; padding:20px 0;}
.detail .point_list { border-bottom:1px solid #e3e3e3; padding:8px 0; text-align:left;}
.detail .point_l { width:15%; text-align:center; vertical-align:middle; display:inline-block;}
.detail .point_r { width:84%; vertical-align:middle; display:inline-block;}
.detail .point_full { width:100%; vertical-align: top; text-align: center; display:inline-block;}
.detail .point_ico { margin:0 auto; text-align:center;}
.detail .point_ico_titl { font-size:14px; color:#333; font-weight:600; text-align:center; margin-top:3px;}
.detail .point_r_txt { font-size:13px; color:#666; line-height:20px; text-align: center;}

.detail .info_box { border:1px solid #CCC; border-top:none; margin-top:30px;}
.detail .info_box_l { width:49%; border:1px solid #CCC; border-top:none; margin-top:30px; float:left;}
.detail .info_box_r { width:49%; border:1px solid #CCC; border-top:none; margin-top:30px; float:right;}
.detail .box_top { background:#f2f2f2; border-top:2px solid #666; border-bottom:1px solid #ccc; font-size:16px; color:#333; font-weight:600; text-align:left; padding:10px 20px;}
.detail .box_txt_inner { font-size:13px; text-align:left; padding:20px 20px;}

.detail .detail_tab { width:100%; margin-top:30px; padding-top: 30px; text-align: center; display: inline-block;}

.tablist_1 { background:#fff; border:1px solid #CCC; padding:20px 30px; text-align: left; margin-top:10px;}
.tablist_1 .tab_date_inner { margin-bottom:20px;}
.tablist_1 .date_top { width:100%; border-bottom:1px solid #dedede; padding-bottom:5px; text-align:left;}
.tablist_1 .date_rbox { background:#65aae5; border:1px solid #65aae5; border-radius:4px; font-size:15px; color:#FFF; font-weight:600; text-align:center; padding:10px 14px; margin-right:10px; display:inline-block;}
.tablist_1 .date_txt { font-size:20px; color:#333; font-weight:600; text-align:left; vertical-align:middle; margin-right:20px; display:inline-block;}
.tablist_1 .date_r_hotel { font-size:13px; color:#333; vertical-align:top; margin-top:18px; float:right;}
.tablist_1 .date_btm { margin-top:5px;}
.tablist_1 .btm_txt { font-size:13px; color:#333; line-height:25px; text-align:left;}
.tablist_1 .btm_txt span.txt_bullet { width:4px; height:4px; background:#b7b7b7; margin-right:5px; display:inline-block;}
.tablist_1 .btm_txt i { font-size:16px; color:#F00; margin-right:5px; vertical-align:middle; display:inline-block;}
.tablist_1 .btm_txt span.txt_red { color:#F00;}

.tablist_3 { margin-top:10px;}

.md_titl { font-size:20px; color:#000; font-weight:600; margin-top:6px; margin-right:10px; padding-top: 10px; float:left;}
.md_titl span.txt_1 { color:#F00;}
.md_box { width:270px; border:1px solid #dbdbdb; margin:0 5px; display:inline-block;}
.md_box .img { width:auto; height:190px;}
.md_box .top_line { width:100%; border-top:1px solid #ebebeb;}
.md_box .txt { width:260px; height:70px; font-size:14px; color:#333; font-weight:bold; line-height:22px; text-align:left; vertical-align:top; padding:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis;}
.md_box .txt span.small_txt { width:260px; font-size:12px; color:#5b5b5b; font-weight:normal; display:inline-block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis;}
.md_box .price_new { background:#f3f3f3; font-size:13px; color:#F00; font-weight:bold; text-align:left; padding:10px;}
.tab_btm_line { width:100%; border-bottom:1px solid #e7e7e7; margin:3px 0; display:inline-block;}
/*--  //상세보기  --*/

/*--  예약하기  --*/
.reserve_titl { font-size:30px; color:#333; text-align:center; margin-top:20px;}
.process_ico { margin-top:20px; text-align:center;}
.process_box { width:15%; background:#cbcbcb; border:1px solid #cbcbcb; border-radius:3px; font-size:15px; color:#FFF; text-align:center; padding:3px 4px 5px 4px; vertical-align:middle; margin:0 4px; display:inline-block;}
.process_box.focus { background:#ff6440; border:1px solid #ff6440;}
.process_arrow { vertical-align:middle; margin:0 4px; display:inline-block;}
.process_stitl { font-size:18px; color:#333; margin-top:20px; text-align:left;}
.process_stitl span { width:6px; height:6px; background:#999; margin-right:5px; vertical-align:top; margin-top:9px; display:inline-block;}

.basic_form { margin-top:20px;}
.basic_form .basic_titl { width:100%; text-align:left;}
.basic_form .basic_txt_1 { font-size:15px; color:#333; font-weight:600; margin-right:5px; display:inline-block;}
.basic_form .basic_txt_2 { font-size:13px; color:#ed4800; display:inline-block;}
.basic_form .form_inner { margin-top:5px;}

.agree_box { margin-top:10px;}
.agree_txt_box { font-size:13px; color:#333; line-height:22px; background: #fff; border:1px solid #CCC !important; padding:8px; resize:none;}
.agree_stitl { font-size:18px; color:#333; border-bottom:1px solid #CCC; padding-bottom:5px; margin-top:20px; text-align:left;}
.agree_stitl span { width:6px; height:6px; background:#999; margin-right:5px; vertical-align:top; margin-top:9px; display:inline-block;}

.payment_option { background:#e0eafb; border:1px solid #b4b4b4; border-radius:3px; padding:30px; margin-top:30px; overflow:hidden;}
.option_top_l { text-align:left; float:left;}
.option_top_l .top_l_txt_1 { font-size:25px; color:#000; font-weight:600;}
.option_top_l .top_l_txt_2 { margin-top:10px;}
.option_top_l .top_l_txt_2 .top_l_txt_2_inner { display:inline-block;}
.option_top_l .top_l_txt_2 .rbox { background:#3e7dff; border:1px solid #3e7dff; border-radius:2px; font-size:12px; color:#FFF; text-align:center; padding:0 4px; margin:4px 0 4px 0; display:inline-block;}
.option_top_l .top_l_txt_2 .date { font-size:12px; color:#333; text-align:left; margin:4px 10px 4px 0; display:inline-block;}
.option_top_l .top_l_txt_3 { font-size:18px; color:#000; margin-top:5px;}

.option_line { width:100%; border-bottom:1px solid #8e9198; padding:10px 0; overflow:hidden; display:none;}

.option_top_r { text-align:right; float:right;}
.option_top_r .top_r_txt_1 { font-size:22px; color:#333; letter-spacing:-0.03em;}
.option_top_r .top_r_txt_1 span.col_total { font-size:26px; color:#666; font-weight:600; display:inline-block;}
.option_top_r .top_r_total { margin-top:18px;}
.option_top_r .top_r_total .total_select { margin-right:10px; vertical-align:middle; display:inline-block;}
.option_top_r .top_r_total .total_momey { font-size:22px; color:#333; font-weight:600; vertical-align:middle; display:inline-block; letter-spacing:-0.03em;}
.option_top_r .top_r_total .total_momey span.total_txt { font-size:26px; color:#F00; font-weight:600; display:inline-block;}
.option_top_r .top_r_txt_2 { font-size:13px; color:#666; margin-top:5px;}

.reservation_btn_inner { margin-top:20px;}
/*--  //예약하기  --*/


/*--  회원가입  --*/
.checkbox_inner_l { vertical-align:top; margin-top:-10px; float:left;}
.btm_line { width:100%; border-bottom:1px solid #cbced4; padding:5px 0 10px 0; overflow:hidden;}
/*--  //회원가입  --*/

/*--  마이페이지  --*/
.btn_inner_r { text-align:right; margin-top:10px;}


/*--  에이전트  --*/
.agent_agree { margin-bottom:8px;}
.agent_agree .top_titl { font-size:13px; color:#333; font-weight:600; text-align:left;}
.agree_box_agent { margin-top:1px;}
.agent_regist_txt_1 { font-size:12px; color:#3c7bd0; text-align:left; line-height:18px;}
.tbl_inner { margin-top:10px;}
.tbl_inner_scroll { height: 300px; margin-top:10px; overflow-y: auto;}
/*--  //에이전트  --*/

/*--  로그인  --*/
.login_cont { width:600px; margin:0 auto; margin-top:60px;}
.login_logo { width:100%; text-align:center; margin-bottom:30px;}
.login_box { width:600px; height:435px; background:#FFF; border:#CCC solid 1px; overflow:hidden;}
.login_titl { background:#d60c0c; font-size:24px; color:#fff; line-height:22px; text-align:center; padding:20px 0;}
.login_titl span { font-size:18px; font-weight:normal;}
.login_inputbox { width:400px; margin:0 auto; margin-top:60px;}
.login_inputbox input[type="text"], input[type="password"] { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border:1px solid #CCC;}
.inputbox_idpw { width:100%; height:46px; font-size:18px; color:#666; padding:0 6px; margin-bottom:10px;}
.join_idpw { width:100%; text-align:center; margin-top:30px; overflow:hidden;}
.join_idpw ul { display:inline-block;}
.join_idpw ul li { margin-top:2px; float:left;}
.join_idpw ul li.join_idpw_line { width:1px; height:30px; background:#CCC; margin:0 40px;}

.login_btn { width:180px; height: 50px; font-size:18px; color:#FFF; background:#444; text-align:center; padding:0 10px; transition: all 0.2s linear; margin-top:50px; vertical-align: middle;}
.login_btn:hover { background:#111;}
.guest_btn { width:150px; height: 50px; font-size:14px; color:#FFF; background:#b2b2b2; text-align:center; padding:0 14px; transition: all 0.2s linear; margin-top:50px; vertical-align: middle;}
.guest_btn:hover { background:#111;}
/*--  //로그인  --*/

/*--  여행약관  --*/
.rule_box { height:500px; border:1px solid #CCC; font-size:12px; color:#414141; line-height:24px; text-align:left; padding:30px; margin:0 auto; overflow-y:auto}
.rule_box .stitl { font-size:14px; color:#000; font-weight:600;}

/*--  공지사항  --*/
.notice_titl { width:100%; border-bottom:1px solid #CCC; text-align:left;}
.notice_txt { font-size:18px; color:#333; font-weight:600; margin-right:5px; display:inline-block;}
.notice_search { text-align:right; margin-top:10px; margin-bottom:10px;}

/*--  회사소개  --*/
.company_1 { position:relative; width:100%; text-align:center; display:inline-block;}
.company_1 .company_1_txt { position:absolute; width:100%; top:35%; text-align:center;}
.company_1 .company_1_txt_1 { font-size:45px; color:#FFF;}
.company_1 .company_1_txt_1 span { font-weight:600;}
.company_1 .company_1_txt_2 { font-size:18px; color:#FFF; line-height:30px; margin-top:32px;}

.company_2 { width:100%; text-align:center; margin-top:100px; display:inline-block;}
.company_2 .company_2_txt_1 { font-size:35px; color:#999;}
.company_2 .company_2_txt_2 { font-size:50px; color:#000; font-weight:600; margin-top:30px;}
.company_2 .company_2_line { margin-top:60px;}
.company_2 .company_2_txt_l { width:45%; float:left;}
.company_2 .company_2_txt_r { width:45%; float:right;}
.company_2 .top_line { border:2px solid #3c88e6; margin-bottom:30px;}
.company_2 .txt1 { font-size:24px; color:#297de4; font-weight:600; text-align:left;}
.company_2 .txt2 { font-size:13px; color:#333; line-height:24px; text-align:left; margin-top:10px;}

.company_3 { position:relative; width:100%; text-align:center; margin-top:100px; display:inline-block;}
.company_3 .company_3_txt { position:absolute; width:100%; top:34%; text-align:center;}
.company_3 .company_3_txt_1 { font-size:35px; color:#FFF;}
.company_3 .company_3_txt_2 { font-size:40px; color:#FFF; font-weight:600; line-height:30px; margin-top:25px;}

.company_4 { width:100%; text-align:center; display:inline-block;}
.company_4 .company_4_img_1 { margin-top:50px;}
.company_4 .company_4_img_2 { margin-top:10px;}

.company_5 { position:relative; width:100%; text-align:center; margin-top:150px; display:inline-block;}
.company_5 .company_5_txt { position:absolute; width:100%; top:35%; text-align:center;}
.company_5 .company_5_txt_1 { font-size:35px; color:#FFF;}
.company_5 .company_5_txt_2 { font-size:40px; color:#FFF; font-weight:600; line-height:30px; margin-top:25px;}

.company_6 { width:100%; text-align:center; margin-bottom:50px; display:inline-block;}
.company_6 .company_6_img_1 { margin-top:50px;}
.company_6 .company_6_img_2 { margin-top:50px;}
.company_6 .company_6_txt_1 { font-size:40px; color:#131313; font-weight:600; margin-top:30px;}
.company_6 .company_6_txt_2 { font-size:14px; color:#131313; line-height:24px; text-align:left; margin-top:30px;}

.company_7 { width:100%; text-align:center; margin-top:150px; display:inline-block;}
.company_7 .company_7_txt_1 { font-size:35px; color:#999;}
.company_7 .company_7_txt_2 { font-size:50px; color:#000; font-weight:600; margin-top:30px;}
.company_7 .company_7_line { margin-top:60px;}
.company_7 .company_7_txt_l { width:45%; float:left;}
.company_7 .company_7_txt_r { width:45%; float:right;}
.company_7 .top_line { border:2px solid #3c88e6; margin-bottom:30px;}
.company_7 .txt1 { font-size:24px; color:#297de4; font-weight:600; text-align:left;}
.company_7 .txt2 { font-size:13px; color:#333; line-height:24px; text-align:left; margin-top:10px;}

.company_8 { width:100%; text-align:center; margin-bottom:50px; display:inline-block;}
.company_8 .company_8_img_1 { margin-top:50px;}
.company_8 .company_8_txt_1 { font-size:30px; color:#818181; font-weight:600; line-height:40px; margin-top:30px;}
.company_8 .company_8_txt_2 { font-size:30px; color:#333; line-height:40px; margin-top:30px;}

/*--  페이징  --*/
.pagination_inner { width:100%; text-align:center; overflow:hidden;}
.pagination { display:inline-block; padding-left:0; margin:8px 0 6px 0; border-radius:4px;}
.pagination>li { display:inline;}
.pagination>li>a, .pagination>li>span { position:relative; float:left; padding:6px 12px; margin-left:-1px; line-height:1.42857143; color:#337ab7; text-decoration:none; background-color:#fff; border:1px solid #c9c9c9;}
.pagination>li:first-child>a,.pagination>li:first-child>span { margin-left:0; border-top-left-radius:4px; border-bottom-left-radius:4px;}
.pagination>li:last-child>a,.pagination>li:last-child>span { border-top-right-radius:4px; border-bottom-right-radius:4px;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {z-index:3; color:#23527c; background-color:#eee; border-color:#c9c9c9;}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{ z-index:2; color:#fff; cursor:default; background-color:#337ab7; border-color:#337ab7;}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{ color:#777; cursor:not-allowed; background-color:#fff; border-color:#ddd;}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: #317eeb;
  border-color: #317eeb;
}
/*--  //페이징  --*/


/*-- 레이어 팝업 --*/
.ly_container { opacity:0; display:none; position:relative; width:auto; background-color:#fff;}
.pop_inner { width:750px; margin:0 auto; text-align:center;}
.pop_inner_top { width:100%; height:60px; background:#703890; text-align:center; line-height:60px;}
.pop_inner_titl { font-size:20px; color:#FFF;}
.pop_inner_close { position:absolute; top:0; right:15px;}
.pop_inner_close img { cursor:pointer;}
.pop_inner_body { padding:30px 15px 30px 15px;}
.pop_inner_body_1 { padding:40px;}
.ly_container .top_search { text-align:right;}

.ly_container .pop_inner_reservation { width: 600px; text-align: center; overflow: hidden;}
.ly_container .reservation_info_ico { text-align: center; margin-bottom: 20px;}
.ly_container .reservation_info_txt_top { font-size: 20px; color: #333; font-weight: 600; margin: 20px 0;}
.ly_container .reservation_info_txt_normal { font-size: 15px; color: #555; line-height: 28px; margin: 20px 0 40px 0;}
.ly_container .reservation_info_txt_normal span.bold { font-size: 18px; font-weight: 600;}
.ly_container .reservation_info_txt { font-size: 14px; color: #555555; line-height: 20px; text-align: left; border-bottom: 1px solid #e3e3e3; padding: 10px 10px 10px 10px;}
.ly_container .reservation_info_txt span.txt_l { width: 80px; color: #1b8ce4; vertical-align: middle; display: inline-block;}
.ly_container .reservation_info_txt span.txt_r { width: 83%; vertical-align: middle; display: inline-block;}
/*-- //레이어 팝업 --*/


/*--  Table  --*/
table.tbl_list { width:100%;}
table.tbl_list thead tr th { height:38px; line-height:20px; background:#f3f3f3; border-top:#848b91 solid 2px; border-bottom:#9e9e9e solid 1px; font-size:14px; font-weight:normal; color:#232323; text-align:center;}
table.tbl_list thead tr th.l_border { border-left:#CCC solid 1px; border-bottom-left-radius:3px; border-top-left-radius:3px;}
table.tbl_list thead tr th.r_border { border-right:#CCC solid 1px; border-bottom-right-radius:3px; border-top-right-radius:3px;}
table.tbl_list tbody tr td { height:26px; font-size:12px; color:#454545; line-height: 19px; padding:8px 8px; border-bottom:#dbdbdb solid 1px; text-align:center;}
table.tbl_list tbody tr td span.ico { margin:0 5px; vertical-align:middle; display:inline-block;}
table.tbl_list tbody tr td.link_txt { text-align:center; padding: 4px 15px;}
table.tbl_list tbody tr td.link_txt a { color:#454545; text-decoration: none;}
table.tbl_list tbody tr td.link_txt_l { line-height:20px; text-align:left; padding:0 15px;}
table.tbl_list tbody tr td.link_txt_l a { color:#454545; text-decoration: none;}
table.tbl_list tbody tr td .list_photo { width:70px; height:70px; margin:0 auto; border:1px solid #ebebeb; text-align:center;}
table.tbl_list tbody tr td.txt_col_red { color:#F00;}
table.tbl_list tbody tr td.txt_col_orange { color:#f8651d;}
table.tbl_list tbody tr td.txt_col_blue { color:#017bed;}
table.tbl_list tbody tr td.txt_col_grey { color:#afafaf;}

table.detail_view { width:100%;}
table.detail_view tbody tr td { height:40px; border:1px solid #CCC; border-left:none; border-right:none; font-size:13px; color:#333; line-height:18px; text-align:left; padding:6px 6px;}
table.detail_view tbody tr td.top { border-top:2px solid #999;}
table.detail_view tbody tr td.l_titl { background:#f2f2f2; text-align:center;}
table.detail_view tbody tr td.r_titl { background:#f2f2f2; text-align:right; padding-right:10px;}
table.detail_view tbody tr td div.date_txt_1 { font-size:20px; color:#000; font-weight:600; vertical-align:middle; margin-right:5px; display:inline-block;}
table.detail_view tbody tr td div.date_txt_2 { color:#333; vertical-align:middle; margin-right:6px; display:inline-block;}
table.detail_view tbody tr td div.date_txt_2 span { font-size:12px; text-align:left;}
table.detail_view tbody tr td div.date_txt_3 { vertical-align:middle; margin-right:10px; display:inline-block;}
table.detail_view tbody tr td div.departure_date { border:1px solid #CCC; border-bottom:none; vertical-align:top; display:inline-block;}
table.detail_view tbody tr td div.departure_date .top { background:#c6ddff; font-size:12px; color:#000; padding:2px; text-align:center;}
table.detail_view tbody tr td div.departure_date .list { min-height:30px; border-bottom:1px solid #CCC; font-size:12px; color:#666; padding:6px 10px 2px 10px; text-align:center;}
table.detail_view tbody tr td div.departure_select { border:1px solid #CCC; border-bottom:none; vertical-align:top; display:inline-block;}
table.detail_view tbody tr td div.departure_select .top { background:#c6ddff; font-size:12px; color:#000; padding:2px; text-align:center;}
table.detail_view tbody tr td div.departure_select .list { height:30px; border-bottom:1px solid #CCC; font-size:12px; color:#666; padding:4px 5px 2px 5px; text-align:center;}
table.detail_view tbody tr td div.join_txt_1 { font-size:13px; text-align:left; vertical-align:middle; display:inline-block;}
table.detail_view tbody tr td div.join_radio { font-size:13px; text-align:left; vertical-align:middle; display:inline-block;}
table.detail_view tbody tr td.txt_col_grey { color:#afafaf;}
table.detail_view tbody tr td div.alignL { display:inline-block;}
table.detail_view tbody tr td.view_txt { line-height:22px; padding:20px;}
table.detail_view tbody tr td.file a { color:#333;}
table.detail_view tbody tr td div.departure_price { width: 55%; border:1px solid #CCC; border-bottom:none; vertical-align:top; display:inline-block;}
table.detail_view tbody tr td div.departure_price .top { background:#c6ddff; font-size:12px; color:#000; padding:2px; text-align:center;}
table.detail_view tbody tr td div.departure_price .list { min-height:30px; border-bottom:1px solid #CCC; font-size:12px; color:#666; padding:6px 5px 2px 5px; text-align:center;}
table.detail_view tbody tr td div.departure_info { font-size:11px; color: #333333; text-align:left; vertical-align:middle; margin-top: 4px; display:inline-block;}

table.schedule { width: 100%;}
table.schedule thead tr th { height: 28px; background: #c6ddff; border: #b2b9c4 solid 1px; font-size: 1.0em; font-weight:normal; color:#232323; text-align:center;}
table.schedule tbody tr td { height: 20px; background: #FFF; border: #b2b9c4 solid 1px; font-size: 0.9em; font-weight:normal; color:#232323; text-align:center; padding: 4px;}
/*--  //Table  --*/

/*---------------------------------------------  //추가 Style  ---------------------------------------------*/

.btm_cont { padding-top: 50px;}
.map_big { font-size: 18px; font-weight: 100; margin-top: 6px; text-align: center; cursor: pointer;}

/*--  예약확인  --*/
.reservation_inputbox { width: 100%; text-align: center; margin-top: 30px; display: inline-block;}
.reservation_inputbox_inner { width: 500px; margin: 0 auto; text-align: center; display: inline-block;}
.reservation_inputbox .inputbox_idpw { width: 100%; height:46px; border: 1px solid #CCC; font-size:18px; color:#666; padding:0 6px; margin-bottom:10px;}
.reservation_inputbox .marginTop20 { margin-top: 10px;}

/*--  로그인  --*/
.login_btm { text-align: center; margin-top: 40px;}
.login_btm .txt { font-size: 20px; color: #333; line-height: 30px;}
.login_btm .txt span { font-size: 18px; color: #2e6de1; display: inline-block;}
.login_btm .btn_inner { margin-top: 20px;}

/*--  서브비주얼 추가  --*/
.header-slider_sub {
	float: left;
	width: 100%;
	height: 600px;
}
.header-slider_sub .carousel-inner > .item {
	height: 600px;
}

/* 상품상세보기(일정)_모바일에서만 노출 */
.departure_price .list_mobile { display: none;}

/* 인쇄페이지 */
.print_l { width: 18%; text-align: left; float: left;}
.print_c { width: 60%; margin: 0 10px; float: left;}
.print_r { width: 19%; text-align: right; float: right;}
.detail .img_main_print { width: 100%; height: 180px; border:1px solid #CCC; vertical-align:top; margin-top: 10px;}
.detail .img_main_print img { width:100%; height: 180px;}
.detail .reservation_info_print { width: 100%; vertical-align:top; margin-top:10px;}
.detail .r_reservation_print { width: 100%; vertical-align:top; margin-top:10px;}
.detail .r_reservation_print .reservation_inner { margin-top:5px;}
.detail .r_reservation_print .reservation_line { width: 100%; margin:0 auto; margin-top:10px; border-top:1px solid #CCC;}
.detail .reservation_txt_print { font-size: 1.6em; color:#f31010; font-weight:600; text-align: center; letter-spacing:-0.03em;}
.detail .reservation_txt_print span { font-size: 0.8em;}
.detail .reservation_customer .btm_print { width: 100%; margin:0 auto; text-align:left; overflow:hidden; margin-top:10px;}
.detail .reservation_customer .btm_txt_print { font-size: 0.85em; color: #666; line-height:18px; text-align:left;}
.tab_info { margin-top: 10px;}
.btn_reservation_print { width: 100%; background:#2c4fb1; border:1px solid #2c4fb1; border-radius:2px; font-size: 1.2em; color:#FFF; font-weight:600; text-align:center; cursor:pointer; padding: 12px 10px 14px 10px;}
.btn_reservation_print:hover { background:#142e77; border:1px solid #142e77; transition: all 0.2s linear;}

table.detail_view tbody tr td div.date_txt_1_print { font-size: 1.3em; color:#000; font-weight:600; vertical-align:middle; margin-right:5px; display:inline-block;}

.c_line { width: 1px; height: 80%; background-color: #cacaca; vertical-align: middle; margin-right: 8px; display: inline-block;}