@charset "utf-8";
/* CSS Document */
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}
input, select, textarea {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	box-shadow: none;
	outline: 0;
}
a {
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
a:hover, a:focus, a:active {
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	text-decoration: none;
}
ol, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
	font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
	font-size: 75%;
}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 14px;
}
h6, .h6 {
	font-size: 12px;
}
p {
	margin: 0 0 10px;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}
.table-striped {
	width: 100%;
	max-width: 100%;
	margin-bottom: 27px;
}
.table-striped > caption + thead > tr:first-child > th, .table-striped > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table-striped > caption + thead > tr:first-child > td, .table-striped > colgroup + thead > tr:first-child > td, .table-striped > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table-striped > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
.table-striped > thead > tr > th, .table-striped > tbody > tr > th, .table-striped > tfoot > tr > th, .table-striped > thead > tr > td, .table-striped > tbody > tr > td, .table-striped > tfoot > tr > td {
	padding: 8px;
	line-height: 1.6875;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table-striped th {
	color: #333333;
}
.table-striped th {
	text-align: left;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.table-striped td {
	border-color: #e5e5e5 !important;
}
.table-bordered-01 {
	border-top: 1px solid #e5e5e5;
	width: 100%;
}
table {
	margin-bottom: 22px;
}
table {
	background-color: transparent;
}
.table-bordered-01 tbody tr, .table-bordered-01 thead tr {
	border-bottom: 1px solid #e5e5e5;
}
.table-bordered-01 thead th:first-child, .table-bordered-01 tbody tr td:first-child {
	width: 10%;
	border-right: 1px solid #e5e5e5;
	text-align: right;
	padding-left: 10px;
}
.table-bordered-01 thead td, .table-bordered-01 thead tr th {
	color: #333333;
}
.table-bordered-01 thead th, .table-bordered-01 tbody tr td {
	padding: 17px 30px;
}
.table-bordered-01 tbody tr, .table-bordered-01 thead tr {
	border-bottom: 1px solid #e5e5e5;
}
.table-bordered {
	border: 1px solid #ddd;
}
.table-bordered-01 tbody tr td:first-child {
	color: #fc9501;
}
.table-bordered-01 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.table-bordered-01 ul li {
	display: inline-block;
	color: #333333;
	min-width: 63px;
	margin-right: 10px;
}
dl {
	margin-top: 0;
	margin-bottom: 27px;
}
dl dt {
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	padding: 0 0 4px 0;
}
dl dd {
	padding-bottom: 21px;
}
dd {
	margin-left: 0;
}
dt, dd {
	line-height: 1.6875;
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
.container {
	width: 750px;
}
}

@media (min-width: 992px) {
.container {
	width: 970px;
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
}

@media (min-width: 1200px) {
.container {
	width: 1170px;
}
.container-fluid {
	padding-right: 60px;
	padding-left: 60px;
}
}


.row {
	margin-right: -15px;
	margin-left: -15px;
}
header {
	display: block;
}
.home-slider {
	display: block;
}
.main-container {
	display: block;
	float: left;
	width: 100%;
}
footer {
	clear: both;
	display: block;
}
/*===========================================
    Fonts size
 ===========================================*/
.font13 {
	font-size: 13px;
}
.font15 {
	font-size: 15px;
}
.font18 {
	font-size: 18px;
}
.font20 {
	font-size: 20px;
}
.font22 {
	font-size: 22px;
}
.font24 {
	font-size: 24px;
}
.font26 {
	font-size: 26px;
}

@media (max-width: 768px) {
.font26 {
	font-size: 20px;
}
}
.font30 {
	font-size: 30px;
}
.font35 {
	font-size: 35px;
}
.font36 {
	font-size: 36px;
}
.font48 {
	font-size: 48px;
}
.font50 {
	font-size: 50px;
}
.font54 {
	font-size: 54px;
}
.font86 {
	font-size: 86px;
}
.font96 {
	font-size: 96px;
	line-height: 1.2em;
}

@media (max-width: 767px) {
.font96 {
	font-size: 50px;
}
}

@media (min-width: 768px) {
.font96 {
	font-size: 75px;
}
}

@media (min-width: 992px) {
.font96 {
	font-size: 80px;
}
}

@media (min-width: 1200px) {
.font96 {
	font-size: 90px;
}
}

@media (min-width: 1770px) {
.font96 {
	font-size: 96px;
}
}
.font107 {
	font-size: 107px;
	line-height: 1.2em;
}
.font115 {
	font-size: 115px;
	line-height: 1.2em;
}
.font-medium {
	font-weight: 500;
}
.font-lighter {
	font-weight: lighter;
}
/* /fonts */
/*  */
.font-bold {
	font-weight: bolder;
}
.font-lighter {
	font-weight: lighter;
}
.font-middle {
	font-weight: 500;
}
.margin-right-10 {
	margin-right: 10px;
}
/*===========================================
    Divider
 ===========================================*/

.divider--lg {
	height: 45px;
}
.divider--md {
	height: 20.01px;
}
.divider {
	height: 30px;
	clear: both;
	overflow: hidden;
	width: 100%;
}
/*===========================================
    Button
 ===========================================*/
.btn--ec {
	position: relative;
	padding: 10px 14px;
	height: 40px;
	border-radius: 0;
	vertical-align: top;
	border: 0;
	letter-spacing: 1px;
	-webkit-transition: all 300ms 0s ease;
	-moz-transition: all 300ms 0s ease;
	-ms-transition: all 300ms 0s ease;
	-o-transition: all 300ms 0s ease;
	transition: all 300ms 0s ease;
}
.btn--ec.btn--sm {
	padding: 8px 16px;
	height: auto;
}
/*===========================================
    Page
 ===========================================*/
.main {
	padding-bottom: 80px;
}
.box-loading {
	display: block;
	text-align: center;
}
.box-loading .load-more {
	padding: 16px 40px;
}
/*===========================================
    Page title
 ===========================================*/
.title-under {
	position: relative;
	margin-bottom: 2.667em;
	clear: both;
}
.title-under.text-left:after {
	left: 0%;
}
.title-under .title-box {
	width: 100%;
	overflow: hidden;
}
/*===========================================
    breadcrumbs
 ===========================================*/
.breadcrumbs-account {
	padding: 20px 0;
}
.breadcrumbs-account .first {
	padding-left: 0 !important;
}
.breadcrumbs-account .last {
	padding-right: 0 !important;
}
.breadcrumbs-account li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 10px;
}
.breadcrumbs-account li:before {
	display: block;
	position: absolute;
	left: 0;
	width: 1px;
	height: 19px;
	content: "";
}
.breadcrumbs-account .home:before {
	display: none !important;
}
.breadcrumbs-account .home a {
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
}
/*============================================================================
    Sidebar
 ============================================================================*/
#sidebar {
	text-align: left;
	float: left;
}
#sidebar li a:hover {
	text-decoration: none;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#sidebar .tfs-widget {
	display: block;
	float: left;
	margin-bottom: 40px;
	width: 100%;
}
#sidebar .tfs-widget .tfs-categories {
	width: 100%;
	float: left;
}
#sidebar .tfs-filter {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
#sidebar .tfs-filter .filter-title {
	float: left;
}
#sidebar .tfs-filter .advanced-filters {
	clear: both;
	float: left;
}
#sidebar .tfs-filter .advanced-filters #filter4 {
	margin-bottom: 0;
}
#sidebar .tfs-filter .advanced-filters .left-image {
	position: relative;
	float: left;
}
#sidebar .tfs-filter .color li {
	width: 33% !important;
	float: left;
}
#sidebar .tfs-filter .color li:nth-child(9) {
	display: none;
}
#sidebar .tfs-filter .color li .label-filter {
	height: 15px !important;
	float: left;
}
#sidebar .tfs-filter .color li .label-filter img {
	width: 100%;
	height: 100%;
}
#sidebar .tfs-filter .color li .text {
	float: left;
}
#sidebar .tfs-filter .color li .count {
	float: left !important;
	margin-left: 5px;
}
#sidebar .tfs-widget-banner {
	margin-top: 50px;
	float: left;
}
#sidebar .tfs-widget-banner .left-image {
	position: relative;
	float: left;
}
#sidebar .tfs-widget-banner .left-image img {
	max-width: 100%;
}
#sidebar .tfs-top-seller {
	margin-bottom: 20px;
	margin-top: 20px;
	float: left;
}
#sidebar .tfs-top-seller .product-name {
	margin-top: -4px;
	margin-bottom: 9px;
	padding: 0;
	position: relative;
	height: 25px;
}

@media (min-width: 1200px) {
#sidebar #tags li {
	padding: 5px 23px 6px;
}
#sidebar #tags li:nth-child(4) {
	padding: 5px 30px 6px;
}
#sidebar #tags li:nth-child(5) {
	padding: 5px 34px 6px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
#sidebar #tags li {
	padding: 5px 14px 6px;
}
}

@media (max-width: 992px) {
#sidebar #tags li {
	padding: 5px 6px 6px;
}
}

@media (min-width: 992px) {
#sidebar .tfs-filter .color li .label-filter {
	width: 30px !important;
}
}

@media (max-width: 991px) {
#sidebar .tfs-filter .color li .label-filter {
	width: 20px !important;
}
}
/*===========================================
    Product Filter
 ===========================================*/
.product-filter {
	margin-bottom: 35px;
	padding: 0 0 25px;
}
.product-filter .sorter {
	padding: 0;
}
.product-filter span {
	display: inline-block;
	margin-right: 5px;
}
.product-filter span.filter-text {
	padding: 10px 0;
}
.product-filter .category-select, .product-filter .show-item, .product-filter .filter-view {
	display: inline-block;
}
.product-filter select:focus {
	box-shadow: none;
	outline: 0;
}
.product-filter .filter-view ul, .product-filter .filter-view ol {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.product-filter .filter-view li {
	display: inline-block;
}
.product-filter .filter-view a {
	display: inline-block;
	height: 30px;
	width: 30px;
}

@media screen and (max-width: 992px) {
.product-filter div[class*="col-"] {
	text-align: left;
}
}

@media screen and (max-width: 767px) {
.product-filter .category-select, .product-filter .show-item, .product-filter .filter-view {
	margin: 10px 0;
}
}
/*===========================================
   Cart page
 ===========================================*/
.shopping-cart-table {
	width: 100%;
}
.shopping-cart-table tr {
	border-bottom: 1px solid #e5e5e5;
}
.shopping-cart-table th {
	border-top: 1px solid #e5e5e5;
	color: #333333;
	font-weight: 500;
	padding: 11px 0;
}
.shopping-cart-table td {
	padding: 20px 0;
}
.shopping-cart-table td, .shopping-cart-table th {
	border-right: 1px solid #e5e5e5;
	vertical-align: top;
	text-align: center;
}
.shopping-cart-table td:first-child, .shopping-cart-table th:first-child, .shopping-cart-table td:last-child, .shopping-cart-table th:last-child, .shopping-cart-table td:nth-child(2), .shopping-cart-table th:nth-child(2) {
	border-right: none;
}
.shopping-cart-table td:first-child, .shopping-cart-table th:first-child {
	text-align: left;
}
.shopping-cart-table td:nth-child(1), .shopping-cart-table th:nth-child(1) {
	width: 5.3%;
}
.shopping-cart-table td:nth-child(2), .shopping-cart-table th:nth-child(2) {
	width: 32.7%;
	text-align: left;
}
.shopping-cart-table td:nth-child(3), .shopping-cart-table th:nth-child(3) {
	width: 10%;
}
.shopping-cart-table td:nth-child(4), .shopping-cart-table th:nth-child(4) {
	width: 14%;
}
.shopping-cart-table td:nth-child(5), .shopping-cart-table th:nth-child(5) {
	width: 15%;
}
.shopping-cart-table td:nth-child(6), .shopping-cart-table th:nth-child(6) {
	width: 15%;
}
.shopping-cart-table td:nth-child(7), .shopping-cart-table th:nth-child(7) {
	width: 5%;
}
.shopping-cart-table__input {
	position: relative;
}
.shopping-cart-table__input .qty {
	padding: 6px 12px 6px 0px;
	height: 35px;
}
.shopping-cart-table__input .btn-plus {
	background-color: #ebebeb;
	display: inline-block;
	float: left;
	height: 33px;
	width: 18px;
	position: absolute;
	right: 1px;
	top: 1px;
}
.shopping-cart-table__input .items {
	background-color: #ebebeb;
	border: 0px solid #dddee0;
	margin: 0;
	padding: 0;
	color: #8f8f8f;
	cursor: pointer;
	float: left;
	height: 14px;
	text-align: center;
	width: 18px;
}
.shopping-cart-table__input .items .fa {
	font-size: 12px;
	position: relative;
	top: -3px;
}

@media (max-width: 1200px) {
.shopping-cart-table td, .shopping-cart-table th {
	vertical-align: middle;
}
}
.shopping-cart-table__create {
	float: right;
	position: relative;
	top: -10px;
	right: 20%;
}
.shopping-cart-table__product-image {
	padding: 0 19px 0 0;
}
.shopping-cart-table__input {
	width: 77px;
	display: inline-block;
}
.shopping-cart-table__product-name {
	margin-bottom: 20px;
}
.shopping-cart-table__list-parameters {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.shopping-cart-table__list-parameters li {
	padding: 0 0 7px 0;
}
.shopping-cart-table__list-parameters span {
	display: inline-block;
	margin-right: 6px;
}
.options-box{
	padding: 10px 0px 15px 0px;
}

@media (max-width: 767px) {
.shopping-cart-table__create {
	float: right;
	position: relative;
	top: -10px;
	right: 0px;
	margin-right: 0px;
	margin-left: 18px;
}
.shopping-cart-table__delete {
	float: right;
	position: relative;
	top: -10px;
}
.shopping-cart-table__list-parameters li {
	padding: 0 0 2px 0;
}
.shopping-cart-table tbody, .shopping-cart-table td, .shopping-cart-table tr {
	display: block;
	border: 0;
	width: 100% !important;
	text-align: center !important;
}
.shopping-cart-table tr {
	border-bottom: 1px solid #e5e5e5;
}
.shopping-cart-table td:nth-child(1) {
	width: 30% !important;
	display: table-cell !important;
}
.shopping-cart-table td:nth-child(2) {
	width: 45% !important;
	display: table-cell !important;
	text-align: left;
}
.shopping-cart-table td:nth-child(3) {
	width: 20% !important;
	display: table-cell !important;
	text-align: left;
}
.shopping-cart-table td:nth-child(4), .shopping-cart-table td:nth-child(5), .shopping-cart-table td:nth-child(6), .shopping-cart-table td:nth-child(7) {
	display: none !important;
}
.shopping-cart-table thead {
	display: none;
}
}

@media (max-width: 767px) and (max-width: 529px) {
.shopping-cart-table__create {
	margin-right: 0px;
	margin-left: 7px;
}
}
/* /shopping-cart-table
==================================== */
/* shopping-cart-btns
==================================== */
.shopping-cart-btns button.pull-right, .shopping-cart-btns .btn.pull-right {
	margin-right: 0;
}
.shopping-cart-btns .btn {
	margin-bottom: 15px !important;
}

@media (max-width: 767px) {
.shopping-cart-btns {
	text-align: center;
}
.shopping-cart-btns > div {
	text-align: center !important;
	float: none !important;
}
.shopping-cart-btns .btn.pull-left, .shopping-cart-btns .btn.pull-right {
	float: none !important;
	display: inline-block !important;
}
.shopping-cart-btns .btn-right {
	margin-right: 0;
}
}

/*============================================================================
    Product Detail Page
 ==============================================================================*/
/* product name */
.product-fullwidth .product-name {
	margin-top: 0;
}
.product-fullwidth .product-info .product-options .option-inner {
	width: 78%;
}
.product-fullwidth .product-info .add-to-box .add-to-cart {
	float: left;
	margin-bottom: 20px; /*18-08-2016*/
}
/*18-08-2016* iphone6 portrait*/
@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : portrait) {
	.product-fullwidth .product-info .add-to-box .add-to-links {
		margin-left: 4px !important;
		padding-top: 0px !important;
	}
	.product-fullwidth .product-info .add-to-box .add-to-cart a#customizeBtn {
		margin-top: 0px !important;
	}
}
/*18-08-2016 iphone5 portrait*/
@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) {
	.product-fullwidth .product-info .add-to-box .add-to-links {
		margin-left: 0px !important;
		padding-top: 0px !important;
	}
	.product-fullwidth .product-info .add-to-box .add-to-cart a#customizeBtn {
		margin-top: 8px;
	}
	.product-info {
		margin-top : 60% !important;
	}
}
/*17-08-2016*/
.product-fullwidth .product-info .add-to-box .add-to-cart a.tryiton_button{
 	margin-right: 7px;
}
.product-fullwidth .product-info .add-to-box .add-to-cart a {
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
}
.product-fullwidth .product-info .add-to-box .add-to-links {
	margin-left: 20px;
	margin-top: 0;
}
.product-fullwidth .product-info .add-to-box .add-to-links a .lnr {
	margin-right: 0;
}

@media (min-width: 1200px) {
	.product-fullwidth .product-info .product-options .options-box {
		width: 48%;
	}
	.product-fullwidth .product-info .product-options .options-box:nth-child(1) {
		margin-right: 4%;
	}
}

@media (max-width: 1199px) {
	.product-fullwidth .product-info .product-options .options-box {
		width: 100%;
	}
	.product-fullwidth .product-info .add-to-box .product-qty {
		padding-right: 20px;
	}
}

@media (max-width: 991px) {
	.product-fullwidth .product-info .add-to-cart {
		clear: both;
		cursor: pointer;
	}
	.product-fullwidth .product-info .add-to-box .product-qty {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.product-fullwidth .product-img-box {
		width: 50%;
	}
	.product-fullwidth .product-info {
		width: 50%;
	}
}
/*17-08-2016*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1)  {
    .product-fullwidth .product-info .add-to-box .add-to-links {
	         margin-left: 14px;
	         margin-top: 0;
	     }
}
#related-product {
	/*margin-top: 70px;*/
	clear: both;
}
#related-product .related-product {
	clear: both;
}
#related-product .product-grid .item {
	padding-bottom: 0;
}
.product-info .product-name {
	margin-top: -10px;
	margin-bottom: 15px;
}
.product-info .product-name h1 {
	line-height: 30px;
	margin: 0px;
}
.product-info .product-name h1 a {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0px;
}
.product-info .product-name h1 a:hover {
	text-decoration: none;
}
.product-info .rating-product .ratings {
	float: left;
	width: 100px;
}
.product-info .rating-product .ratings .rating-box {
	width: 92px;
	height: 23px;
	background: url("../images/ratings-products.png") no-repeat center center;
}
.product-info .rating-product .ratings .rating {
	background: url("../images/rating-products.png") no-repeat;
	top: -1px;
	left: 0;
	height: 23px;
}
.product-info .rating-product .rating-links a {
	color: #6f6f6f;
	font-size: 13px;
	font-weight: 400;
	margin-left: 30px;
}
.product-info .price {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.product-info .short-description {
	border-top: 1px solid #f1f1f1;
	margin: 20px 0 0;
	padding: 20px 0 0;
	clear: both;
	float: left;
}
.product-info .short-description p {
	color: #5f5f5f;
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
}
.product-info .product-atr {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 10px;
	/*margin-bottom: 15px;*/
}
.product-info .product-atr p {
	font-size: 12px;
	font-weight: 400;
	line-height: 2;
	text-transform: capitalize;
	margin-bottom: 0;
}
.product-info .product-atr p span {
	color: #7f7f7f;
}
.product-info .product-atr p a:hover {
	text-decoration: none;
}
.product-info .product-atr p span {
	color: #7f7f7f;
}
.product-info .product-options .options-box, .product-info .product-options .option-inner, .product-info .product-options .lable {
	display: inline-block;
	float: left;
}
.product-info .product-options .lable {
	color: #7f7f7f;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	float: left;
	line-height: 30px;
	margin-right: 10px;
	width: 40px;
}
.product-info .product-options .option-inner {
	float: left;
	position: relative;
	width: 62%;
}
.product-info .product-options .option-inner .dropdown-menu {
	width: 100%;
	padding: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.product-info .product-options .options-box {
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
.product-info .product-options .options-box.size-options {
	margin-right: 0 !important;
}
.product-info .product-options .option_button {
	background-color: transparent;
	border: 1px solid #ebebeb;
	height: 30px;
	width: 100%;
	padding-right: 0;
	line-height: 30px;
}
.product-info .product-options .option_button .name {
	float: left;
	text-align: left;
	width: 80%;
	display: block;
	height: 28px;
	line-height: 27px;
	color: #a8a8a8;
	padding-left: 20px;
	font-size: 13px;
	font-weight: 400;
}
.product-info .product-options .option_button .select-icon {
	float: right;
	width: 32px;
	height: 29px;
	border-left: 1px solid #ebebeb;
	margin-top: -1px;
	color: #8f8f8f;
	font-size: 10px;
}
.product-info .add-to-box {
	padding: 0 0 20px;
	margin: 0;
	width: 100%;
	float: left;
}
.product-info .add-to-box .product-qty {
	float: left;
	padding-right: 35px;
}
.product-info .add-to-box .product-qty label {
	float: left;
}
.product-info .add-to-box .product-qty .custom-qty {
	margin: 0;
	background-color: #fff;
	/*border: 1px solid #eaeaea;*/
	overflow: hidden;
	/*width: 114px;*/
}
.product-info .add-to-box .product-qty .custom-qty input{
	width:50px;
	height: 35px;
	text-align: center;
	margin-bottom: 5px;
}
.product-info .add-to-box .product-qty input.qty {
	padding: 0;
	float: left;
	height: 44px;
	text-align: center;
	width: 60px !important;
	color: #333333;
	font-size: 13px;
	border: 0;
}
.product-info .add-to-box .custom-qty .btn-plus {
	background-color: #fff;
	float: left;
	height: 44px;
	width: 26px;
}
.product-info .add-to-box .custom-qty .btn-plus-left {
	border-right: 1px solid #eaeaea;
}
.product-info .add-to-box .custom-qty .btn-plus-right {
	border-left: 1px solid #eaeaea;
}
.product-info .add-to-box .product-qty .items {
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #8f8f8f;
	cursor: pointer;
	float: left;
	height: 44px;
	text-align: center;
	width: 24px;
	border: none;
}
.product-info .add-to-box .add-to-cart a {
	float: left;
	padding-left: 30px;
	display: block !important;
	border: 0px solid #dadada;
	color: #fff;
	font-size: 12px;
	line-height: 44px;
	padding-right: 30px;
	cursor: pointer;
}
.product-info .add-to-box .add-to-cart a .lnr {
	font-size: 20px;
	line-height: 41px;
	float: left;
	margin-right: 12px;
	cursor: pointer;
}
.product-info .add-to-box .add-to-cart a span {
	padding: 0;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	color: #fff;
}
.product-info .add-to-box .add-to-links {
	margin-top: 30px;
	padding: 0;
	float: left;
	font-size: 12px !important;
	line-height: 1.25 !important;
	text-align: left !important;
}
.product-info .add-to-box .add-to-links li {
	float: left;
	margin-right: 20px;
}
.product-info .add-to-box .add-to-links li a {
	padding: 0 12px;
	color: #fff;
	background-color: #fc9501;
	border: 1px solid #d7d7d7;
	float: left;
	line-height: 33px;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}
.product-info .add-to-box .add-to-links li a:hover {
	color: #fff;
	opacity: 0.8;
}
.product-info .add-to-box .add-to-links li a .lnr {
	font-size: 20px;
	line-height: 40px;
	float: left;
	margin-right: 12px;
}
.product-info .social-share {
	float: left;
	padding: 20px 0;
}
.product-info .social-share img {
	width: auto;
	max-width: 100%;
}
.gallery-image-thumb {
	padding: 0 10px;
}
.tab-page-left {
	text-align: left !important;
}
.tab-page-left .nav-tabs li:nth-child(1) {
	padding-left: 0 !important;
}

.tab-product-page {
	margin-top: 115px;
	display: block;
}
@media only screen and (max-width: 767px) {
	.tab-product-page {
		margin-top: 30px;
	}
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait){
	.tab-product-page {
		margin-top: 35px;
	}
}
.tab-product-page .nav-tabs {
	text-align: left;
	border: none;
	margin-bottom: 0 !important;
}
.tab-product-page .nav-tabs li {
	float: none;
	display: inline-table;
}
.tab-product-page .nav-tabs li:nth-child(3):before {
	display: none;
}
.tab-product-page .nav-tabs li a {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	border: none;
	float: left;
}
.tab-product-page .nav-tabs li a:hover, .tab-product-page .nav-tabs li a:active, .tab-product-page .nav-tabs li a:focus {
	text-decoration: none;
	background-color: transparent;
	border: none;
}
.tab-product-page .nav-tabs .active a {
	text-decoration: none;
	background-color: transparent;
	border: none;
}
.tab-product-page .nav-tabs .active a:hover, .tab-product-page .nav-tabs .active a:active, .tab-product-page .nav-tabs .active a:focus {
	text-decoration: none;
	background-color: transparent;
	border: none;
}
.tab-product-page .tab-content {
	text-align: left !important;
}
.tab-product-page .tab-content p {
	color: #323232;
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
}
.tfs-container-tab {
	border-color: #ececec;
	border-style: solid;
	border-width: 1px;
	padding: 20px;
}
.tfs-header .tfs-header-title {
	font-size: 25px;
}
.tfs-header .tfs-summary .tfs-summary-caption {
	color: #f65656;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8;
	margin-left: 30px;
}
.tfs-header .tfs-summary-actions-newreview {
	display: inline-block;
	float: right;
	font-weight: 400;
	padding: 3px 12px;
	transition: all 0.3s ease 0s;
}
.tfs-header .tfs-summary-actions-newreview:hover {
	text-decoration: none;
}
.tfs-review, .tfs-form {
	border-color: #ececec;
}
.tfs-form {
	margin: 24px 0 0 0;
	padding: 24px 0 0 0;
	/*border-top: 1px solid #dfdfdf;*/
	/*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
}
.tfs-form > form {
	margin: 0;
}
.tfs-form-title {
	font-size: 16px;
	line-height: 24px;
	margin-top: 0;
}
.tfs-form-contact, .tfs-form-review, .tfs-form-actions {
	padding: 0;
	border: 0;
	margin: 0;
}
/*04-08-2016 -- added  .tfs-form-date in the below line*/
.tfs-form-contact-name, .tfs-form-date, .tfs-form-contact-email, .tfs-form-contact-location, .tfs-form-review-rating, .tfs-form-review-title, .tfs-form-review-body {
	margin: 0 0 15px 0;
}
.tfs-form-label {
	float: left;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	font-weight: 500;
}
.tfs-form-label + .tfs-form-input {
	margin: 0;
}
.tfs-form-input-textarea, .tfs-form-label + .tfs-form-input {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.tfs-form-input-text, .tfs-form-input-email, .tfs-form-input-textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 0;
	border-color: #ececec;
	border-style: solid;
	border-width: 1px;
	padding: 8px;
}
.tfs-form-input {
	margin: 0;
}
.tfs-form-review-rating {
	clear: both;
	overflow: hidden;
}
.tfs-form-input-textarea {
	resize: vertical;
}
.tfs-form-actions .button {
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 10px 20px;
	text-transform: uppercase;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#datasheet table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#datasheet .table-data-sheet tr {
	height: 44px;
}
#datasheet .table-data-sheet tr td {
	color: #222;
	font-weight: 400;
	padding: 0 11px;
	border-style: solid;
	border-width: 1px;
	border-color: #ddd;
}
.product-img-box .product-img {
	position: relative;
	z-index: 9;
	box-sizing: border-box;
}
.product-img-box .more-view-image {
	position: relative;
	z-index: 10;
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.product-img-box img {
	width: 100%;
}
.gallery-image-thumb .img-thumb {
	width: 25%;
	float: left;
	padding: 5px;
}
.product-img-box {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.product-info {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

@media (min-width: 1200px) {
	.product-img-box {
		width: 54%;
	}
	.product-info {
		width: 46%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.product-img-box {
		width: 46%;
	}
	.product-info {
		width: 54%;
	}
}

@media (max-width: 991px) {
	.product-img-box {
		width: 100%;
	}
	.product-info {
		width: 100%;
		/*margin-top: 50px; !*04-08-2016*!*/
		margin-top: 34%; /*18-08-2016*/
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.product-main {
		width: 65% !important;
	}
	.product-sidebar {
		width: 35% !important;
	}
}
/* Related Products */
.columns-product-slider .owl-dots {
	display: none;
}
.columns-product-slider .owl-prev, .columns-product-slider .owl-next {
	float: left;
	font-size: 0;
	position: absolute;
	top: 45%;
	background-color: #f0f0f0;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.columns-product-slider .owl-prev:before, .columns-product-slider .owl-next:before {
	font-family: "FontAwesome";
	font-size: 14px !important;
	color: #818181;
	padding: 3px 10px;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: 25px;
	height: 25px;
	display: block;
}
.columns-product-slider .owl-prev {
	left: -25px;
}
.columns-product-slider .owl-prev:before {
	content: "\f0d9";
}
.columns-product-slider .owl-next {
	right: -25px;
}
.columns-product-slider .owl-next:before {
	content: "\f0da";
}
.columns-home4-slider:hover .owl-prev, .columns-home4-slider:hover .owl-next {
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	visibility: visible;
	opacity: 1;
}
.columns-home4-slider .owl-dots {
	display: none;
}
.columns-home4-slider .owl-prev, .columns-home4-slider .owl-next {
	float: left;
	font-size: 0;
	position: absolute;
	top: 30%;
	background-color: #f2f2f2;
	visibility: hidden;
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.columns-home4-slider .owl-prev:before, .columns-home4-slider .owl-next:before {
	font-family: "FontAwesome";
	font-size: 14px !important;
	color: #757575;
	padding: 5px 13px;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	width: 30px;
	height: 30px;
	display: block;
}
.columns-home4-slider .owl-prev {
	left: -35px;
}
.columns-home4-slider .owl-prev:before {
	content: "\f104";
}
.columns-home4-slider .owl-next {
	right: -35px;
}
.columns-home4-slider .owl-next:before {
	content: "\f105";
}
.columns-slider {
	margin-top: 45px;
}
.columns-slider .owl-dots {
	display: none;
}
.columns-slider .owl-nav {
	position: absolute;
	top: -80px;
	right: -10px;
}
.columns-slider .owl-nav:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 22px;
	background-color: #e1e1e1;
	width: 1px;
	height: 18px;
}
.columns-slider .owl-prev, .columns-slider .owl-next {
	float: left;
	font-size: 0;
}
.columns-slider .owl-prev:before, .columns-slider .owl-next:before {
	font-family: "FontAwesome";
	font-size: 22px !important;
	color: #c0c0c0;
	padding: 0 7px;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.columns-slider .owl-prev:before {
	content: "\f104";
}
.columns-slider .owl-next:before {
	content: "\f105";
}

/*New styles added*/
.product-options-label{
	color: #7f7f7f;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	float: left;
	line-height: 30px;
	margin-right: 10px;
	/*width: 40px;*/
}

#avgStarRating li.filled {
	color: #fc9501;
}


.add-to-cart-btn {
	/*float: left;*/
	margin: 0 10% 0 10%;
	padding: 5px;
	display: block !important;
	background-color: #fc9501;
	border: 0px solid #dadada;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
}
.contactUsform{
	margin-bottom: 20px;
}

#sleepheader-padding{
	min-height:600px;
}