/* TB - Product Page Start*/
  html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -moz-osx-font-smoothing: grayscale;
  } 
.product-sale-icon {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    left: 20px;
    right: auto;
    background-color: #f37166;
    border-radius: 122px;
}
.product-percent {
  right: 20px;
  left: auto;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.product-mk-colour {
  right: 20px;
  left: auto;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.product-mk-size {
  right: 20px;
  left: auto;
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.product-options .product-quantity {
	clear: both;
	text-align: center;
    border-top: 2px solid #eaeaea;
}
.zoomContainer {
  overflow: hidden;
}
.zoo-img {
	/* the coordinate of the zoom */
	--x: 50%;
	--y: 50%;
	/**/
	transform: scale(var(--zoom));
	transform-origin: var(--x) var(--y);
	clip-path: inset(calc((1 - 1 / var(--zoom)) * (var(--y))) calc((1 - 1 / var(--zoom)) * (100% - var(--x))) calc((1 - 1 / var(--zoom)) * (100% - var(--y))) calc((1 - 1 / var(--zoom)) * (var(--x))));
	/* width: 200px; */
	cursor: crosshair;
}
.zoo-img:hover {
	--zoom: 1.25;
	/* control the zoom level */
}
.product-details .product-info td {
	padding: 3px;
}
.product-details .product-info .product-info-value {
	 color: #f37166;
	 padding: 3px 3px 3px 10px;
	 font-weight: 400;
	 text-align: left;
}
.product-details .product-info .product-info-value a {
	color: #0b303e;
	font-weight: 500;
}
.product-details .product-info .product-info-value a:hover {
	color: #0b303e;
}
.product-details .product-info tr td {
    color: #0b303e;
    font: 400 14px/20px "Titillium Web", sans-serif;
    text-align: right;
}
.product-details h1.product-name {
	border-bottom: 1px solid #e5e5e5;
	color: #0b303e;
	margin: 0 auto 15px;
	padding-bottom: 10px;
	text-align: left;
	position: relative;
	font: 600 35px/38px "Titillium Web", sans-serif;
}
.product-details table.product-info {
	margin: 15px 0;
}
.product-details .product-price {
	border-top: 1px solid #f37166;
    border-bottom: 1px solid #f37166;
    padding: 5px 0;
    margin: 10px 0 15px;
}
.product-details .addthis_toolbox {
	padding-top: 15px;
	display: flex;
	align-items: start;
}

.product-details .product-options h3 {
    font: 500 25px/25px "Titillium Web", sans-serif;
    color: #f37166;;
}
.product-details .rating {
	display: block;
    align-items: center;
    padding: 5px;
}
.product-total-review .fa.fa-comment, .product-write-review .fa.fa-pencil {
    margin-right: 5px;
}
.rating .fa-stack i, #review i {
	color: #ffdf00;
	font-size: 16px;
	width: 14px;
}
.rating .fa-stack i.checked, #review i.checked {
	color: #ffbf34;
}
.product-details .btn.btn-default.product-btn-wishlist, .product-details .btn.btn-default.product-btn-compare {
	font-size: 14px;
	letter-spacing: 1px;
	text-align: left;
	text-transform: none;
	border: none;
	background: none;
	padding: 0 15px 0 0;
	color: #666;
	font-weight: 400;
	font-family: "Titillium Web", sans-serif;
	display: inline-flex;
}
.product-details .btn.btn-default.product-btn-wishlist:hover,
.product-details .btn.btn-default.product-btn-compare:hover {
	background: none;
	border: none;
	color: #111;
}
.product-details .rating > a {
	border-right: 1px solid #e5e5e5;
	color: #666;
	font-size: 14px;
	margin: 0 10px;
	padding: 0 10px;
	font-weight: 400;
	border-left: 1px solid #e5e5e5;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.product-details .rating > a i{
	font-size: 17px;
	margin: 0 5px 0 0;
}
.product-details .btn-group .btn-default i {
	font-size: 18px;
	vertical-align: top;
	line-height: 15px;
}
.product-details .rating > a:last-child {
	border-left: none;
	border-right: none;
	padding: 0;
	margin: 0;
}
.total-shipping {
    font-size:13px;
    text-align: center;
    color: #0b303e;
    margin: 10px;
}
.product-mk {
    text-align: center;
    padding:10px;
    background: repeating-linear-gradient(to right, #1f7d83, #fcbb81, #ffeebe, #f37166);
    width:100%;
    margin-bottom: 10px;
}
.product-mk p {
    font-size: 19px;
    text-align: center;
    color: #0b303e;
    font-weight: 700;
    margin-bottom: 0;
    text-shadow: 0px 0px 5px #fff;
    letter-spacing: 2px;
}
.steps-mk {
    text-align: center;
    padding: 10px;
    /* background: repeating-linear-gradient(to right, #1f7d83, #fcbb81, #ffeebe, #f37166); */
    width: 100%;
    margin-bottom: 10px;
}
.steps-mk p {
    font-size: 26px;
    text-align: center;
    color: #0b303e;
    font-weight: 700;
    margin-bottom: 0;
    text-shadow: 0px 0px 5px #fff;
    letter-spacing: 2px;
}
.render-info {
    padding: 5px 0 10px 5px;
    background: repeating-linear-gradient(to right, #1f7d83, #fcbb81, #ffeebe, #f37166);
    width: 100%;
    display: flex;
    align-items: center;
}
.render-info img {
    text-align: center;
    width: 50px;
    margin: 0 0 0 10px;
}
.render-info p {
    font-size: 17px;
    text-align: left;
    color: #0b303e;
    font-weight: 500;
    margin-bottom: 0;
    text-shadow: 0px 0px 5px #fff;
    padding: 0 10px 0 15px;
}
.bulk-info {
    text-align: center;
    padding: 3px 0;
    background-color: #0b303e;
    margin-bottom:5px;
    width: 100%;
}
.bulk-info p {
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}
.bulk-info span {
    text-align: center;
    color: #f37166;
    font-weight: 500;
    margin-bottom: 0;
}

.product-price .product-discounts {
	list-style: none;
	margin: 5px 0;
	padding: 10px 0;
	font-size: 18px;
	font-weight: 400;
	color: #0b303e;
}
.product-discounts span {
	list-style: none;
	margin: 5px 0;
	padding: 10px 0;
	font-size: 19px;
	font-weight: 600;
	color: #f37166;
}
/*.product-options .radio, .product-options .checkbox {
	padding: 5px;
    margin: 0 auto 10px auto;
    margin-bottom: 5px;
    display: inline-flex !important;
    width: 45%;
    text-align: center;
} */
.product-details .rating > a:hover {
	color: #111;
}
.product-details .price-new {
	margin:0 10px 0 0;
}
.product-details .price-old {
	color: red;
    white-space: nowrap;
    text-decoration: line-through;
    font: 700 18px / 24px "Titillium Web", sans-serif;
}
.product-details .product-tax {
    margin-top: 10px;
}
.product-details .product-options h3 {
	margin: 20px 0;
}
.product-details ul.product-price h2 {
	color: #0b303e;
	font: 700 28px/32px "Titillium Web", sans-serif;
	margin: 5px 0 5px 0;
}
.final {
	color: #f37166;
	font: 700 18px/22px "Titillium Web", sans-serif;
	margin: 0;
}
.product-product .product-details .addthis_toolbox > a:first-child {
	margin: 0px;
}
.product-product .product-details .addthis_toolbox > a {
	margin: 0 5px;
}
.product-quickview .product-details .btn-default::before, #product-product .product-details .btn-default::before{
	display:none;
}
.product-details #button-cart {
	border: medium none;
    letter-spacing: 1px;
    padding: 12px 20px 12px 45px;
    font: 400 14px / 20px "Titillium Web", sans-serif;
    position: relative;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    margin-top: 15px;
}
.product-product #button-cart::after {
	content: "\efe7";
	font-family: "IcoFont";
	font-size: 22px;
	height: 45px;
	left: 0;
	position: absolute;
	right: auto;
	width: 56px;
	top: 0;
	bottom: 0;
	line-height: 43px;
	font-weight: 400;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.product-details #button-cart.btn:hover,
.product-details #button-cart.btn:focus,
.product-details #button-cart.btn:active {
	color: #fff;
    background: #f37166;
}
.product-details #button-cart.btn:hover::after,
.product-details #button-cart.btn:focus::after,
.product-details #button-cart.btn:active::after{
	color: #fff;
}
.product-details .fa.fa-shopping-cart { padding-right: 5px; font-size: 17px;}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	background-position: 0 -15px;
	color: #fff;
}
#product-product .product-images .thumbnails .product-image .thumbnail img {
	border-radius: 0;
}
.product-product .thumbnails{
	overflow-x:hidden;
}
.product-product .product-info-value > a {
	color:#666;
}
.product-product .product-info-value > a:hover {
	color: #111;
}
.product-product .tab-content {
	padding:20px 0 0 0;
	margin-bottom: 20px;
	width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.product-product .nav-tabs > li > a {
	background: #fcbb81;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	color: #0b303e;
	font: 400 14px/16px "Titillium Web", sans-serif;
	margin: 0 5px;
	padding: 14px 40px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	display: inline-block;
	vertical-align: top;
}
.product-product .nav-tabs > li > a::before{
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	transition: all 400ms ease;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	height: 100%;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
}
.product-product .nav-tabs > li > a:hover::before,
.product-product .nav-tabs > li > a:active::before,
.product-product .nav-tabs > li > a:focus::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
.product-product .nav-tabs > li > a:hover{
	color: #0b303e;
}
.product-product .nav.nav-tabs li.active a {
	border: medium none;
	color: #fcbb81;
	background-color:#0b303e;
}
.product-product #tab-description > h3, .product-product #form-review > h2 {
	font-family: "Titillium Web", sans-serif;
	font-size: 16px;
	color: #111;
	font-weight: 500;
}
.product-product .nav-tabs > li {
	width: auto;
	padding: 0;
	margin: 5px 0;
}
.product-product .nav-tabs {
	padding: 10px 0 10px;
	text-align: center;
    justify-content: center;
}
#product-product .layout-desc .image img {
	margin: 0;
}
#product-product .layout-desc {
	margin: 0 0 40px;
}
#product-product .layout-desc h2 {
	font-size: 25px;
	line-height: 44px;
	font-weight: 400;
	color: #0b303e;
}
#product-product .layout-desc p {
	line-height: 24px;
}
.product-product #review .table.table-striped.table-bordered p {
    margin: 0;
}
.product-product .btn-lg {
	padding: 7px 20px;
}
.product-product .btn.btn-default::before, .product-quickview .btn.btn-default::before {
	display: none;
}
.product-product .btn.btn-default, .product-quickview .btn.btn-default {
	margin-right: auto;
    margin-left: auto;
    width: 30%;
    display: block;
    box-shadow: none;
}
.product-product .btn.btn-default i, .product-quickview .btn.btn-default i{
	font-size: 16px;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
}
.product-product .btn.btn-default:hover,.product-product .btn.btn-default:active,.product-product .btn.btn-default:focus{
	background-color: #f37166;
    color: #fff;
}
.product-product .form-group.required #button-upload222 .btn.btn-default:active, .product-product .form-group.required #button-upload222 .btn.btn-default:focus{
	background-color: #111;
	border: 1px solid #111;
	color: #fff;
}
#button-upload222:hover,#button-upload222:active,#button-upload222:focus{
	background-color: #ffc10a;
	border: 1px solid #ffc10a;
	color: #111;
}
.product-product .btn-group .btn.btn-default:active, .product-product .btn-group .btn.btn-default:focus{
	background:none;
	border: none;
	color: #111;
}
#product-product .product-image {
	margin-bottom: 0;
}
.product-product .product-image .thumbnail {
	background: none;
	border: none;
	padding: 0;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-khtml-transition: none;
	-o-transition: none;
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.additional-images-container {
	direction: ltr;
	position: relative;
	width: auto;
	overflow: hidden;
	text-align: center;
    margin-bottom: 15px;
}
.product-product .additional-images .image-additional {
	cursor: pointer;
	display: block;
	margin: 5px;
	text-align: center;
}
.tb-extended-prodcut-col img {
	border: 2px solid #e5e5e5;
}
.product-tabs {
	margin: 25px 0;
    clear: both;
    border-top: 2px solid #eaeaea;
}
.product-tabs .tab-inner {
	padding: 0 5px;
}
.form-group .btn-default i.icofont-calendar {
	font-size: 20px;
	vertical-align: top;
}
.form-group .input-group-btn .btn-default {
	padding: 9px 12px;
}
/* TB - Product Page End*/

/* TB - additional-images Start */
.additional-images .owl-nav button.owl-prev, .additional-images .owl-nav button.owl-next {
	background: none;
	border: 1px solid #edeae2;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	direction: ltr;
	bottom: 0;
	font-size: 0;
	height: 30px;
	margin: auto;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	padding: 0;
	position: absolute;
	text-shadow: none;
	top: 0;
	width: 30px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.additional-images .owl-nav button.owl-prev:hover, .additional-images .owl-nav button.owl-next:hover{
	background: #fff;
	border-color: #0b303e;
}
.additional-images-container .additional-images.owl-carousel .owl-nav > button.owl-prev {
	left: 250px;
	right: auto;
	bottom: auto;
	top: 140px;
}
.additional-images-container .additional-images.owl-carousel .owl-nav > button.owl-next {
	right: 250px;
	left: auto;
	bottom: auto;
	top: 140px;
}

.additional-images-container .additional-images.owl-carousel .owl-nav > button.owl-prev::before,
.additional-images-container .additional-images.owl-carousel .owl-nav > button.owl-next::before {
	background: none;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	color: #111;
	padding: 0;
	content: "\eab5";
	font-family: "IcoFont";
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}
.additional-images-container .additional-images.owl-carousel .owl-nav > button.owl-next::before {
	content: "\eab8";
	padding: 0;
}
.additional-images-container .additional-images.owl-carousel .owl-nav > button.owl-prev:hover::before,
.additional-images-container .additional-images.owl-carousel .owl-nav > button.owl-next:hover::before {
	color: #111;
}
.additional-images .owl-nav button.disabled, .additional-images .owl-nav button.disabled,
.additional-images .owl-nav button.disabled:hover, .additional-images .owl-nav button.disabled:hover{
	cursor: not-allowed;
	background: none;
	border: 1px solid #edeae2;
}
.additional-images .owl-nav button.disabled::before, .additional-images .owl-nav button.disabled::before,
.additional-images .owl-nav button.disabled:hover::before, .additional-images .owl-nav button.disabled:hover::before{
	color: #111 !important;
}
/* TB - additional-images Start */
@media (max-width: 767px) {
	.product-product .thumbnails{
		width: 90%;
		margin: 0 auto 30px;
	}
	.product-product .nav-tabs > li > a{
		padding: 14px 18px;
	}
		.additional-images-container .additional-images.owl-carousel .owl-nav > button.owl-prev {
	left: -40px;
	right: auto;
}
.additional-images-container .additional-images.owl-carousel .owl-nav > button.owl-next {
	right: -40px;
	left: auto;
}
.product-details h1.product-name {
	border-bottom: 1px solid #e5e5e5;
	color: #0b303e;
	font-weight: 700;
	margin: 0 auto 15px;
	padding-bottom: 10px;
	position: relative;
	font: 500 17px/18px "Titillium Web", sans-serif;
	text-transform: uppercase;
	text-align: center;
}
.product-details table.product-info {
margin: 15px auto;
}
.product-details .product-price {
    border-top: 1px solid #f37166;
    border-bottom: 1px solid #f37166;
    padding: 5px 0;
    margin: 10px 0 15px;
    text-align: center;
}
.product-details .rating {
        display: flex;
        justify-content: space-around;
}
.btn-group, .btn-group-vertical {
    position: relative;
    text-align: center !important;
    /* display: none; */
}
.product-product .nav-tabs {
    padding: 10px 0 10px;
    text-align: center;
    display: block;
} 
.product-product .btn.btn-default, .product-quickview .btn.btn-default {
    width: auto;
    display: block;
    box-shadow: none;
    margin: 15px auto 0 auto;
    text-align: center;
}
.product-options .product-quantity {
    clear: both;
    border-top: 2px solid #eaeaea;
    padding: 15px 10px 0 0;
    text-align: center;
}
textarea.form-control {
    height: 40px;
    text-align: center !important;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 400;
	outline: none;
	border-radius: 0;
	box-shadow: none !important;
	text-align: center;
}
.product-details #button-cart {
        display: block;
        padding: 12px 20px 12px 45px;
        font: 400 14px / 20px "Titillium Web", sans-serif;
        position: relative;
        transition: all 400ms ease-in-out 0s;
        -webkit-transition: all 400ms ease-in-out 0s;
        -moz-transition: all 400ms ease-in-out 0s;
        -o-transition: all 400ms ease-in-out 0s;
        -ms-transition: all 400ms ease-in-out 0s;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 575px) {
	.product-product .thumbnails {
		width: 90%;
	}
		.additional-images-container .additional-images.owl-carousel .owl-nav > button.owl-prev {
	left: -40px;
	right: auto;
}
.additional-images-container .additional-images.owl-carousel .owl-nav > button.owl-next {
	right: -40px;
	left: auto;
}
}
@media (max-width: 480px) {
	.product-product .thumbnails {
		width: 95%;
	}
	.product-details .rating > a {
		margin: 5px 0;
		padding: 0;
		width: 100%;
		display: block;
		border: none;
	}
	.product-details .rating{
		display:  block;
	}
	.product-product .nav-tabs{
		display: block;
	}
	.product-product .nav-tabs > li{
		width: 60%;
		margin: 0 auto;
	}
	.product-product .nav-tabs > li > a{
		display:  block;
		margin: 0 0 10px 0;
	}
	.product-details .btn.btn-default.product-btn-wishlist, .product-details .btn.btn-default.product-btn-compare{
		font-size: 13px;
	}
		.additional-images-container .additional-images.owl-carousel .owl-nav > button.owl-prev {
	left: -40px;
	right: auto;
}
.additional-images-container .additional-images.owl-carousel .owl-nav > button.owl-next {
	right: -40px;
	left: auto;
}
}
@media (max-width: 360px) {
	.product-product .nav-tabs > li{
		width: 90%;
	}
}