.md-product-big-image {
	margin-bottom: 4px;
}
.md-product-small-image {
	margin-left: -4px;
	margin-right: -4px;
}
.md-product-small-image .image {
	width: 33.3333333333333%;
	float: left;
	padding: 4px;
	text-align: center;
}
.md-product-big-image a,
.md-product-small-image .image a {
	display: inline-block;
	border: 1px solid #eaeced;
	padding: 4px;
}
.md-product-price {
	font-weight: 600;
	font-size: 26px;
	letter-spacing: 0.05em;
	color: #666666;
}
.md-product-info-box span {
	display: inline-block;
	float: left;
}
.md-product-info-box span:first-child {
	width: 35%;
}
.md-product-info-box span:last-child {
	width: 65%;
}
#nav-icon {
    display: none;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 25px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #d62d42;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 8px;
}

#nav-icon span:nth-child(4) {
    top: 16px;
}

#nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
    top: 4px;
    width: 0%;
    left: 50%;
}
@media (min-width: 992px){
    #sidebarNavbarContent {
        display: block;
    }
}
@media (max-width: 992px){
    #nav-icon {
        display: inline-block;
    }
}
ul.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
}
ul.sidebar-menu li {
	margin-bottom: 6px;
}
ul.sidebar-menu li a {
    font-family: 'Roboto', sans-serif;
    display: block;
    padding: 15px;
    color: #474747;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    font-size: 15px;
    font-weight: 600;
    margin-top: -1px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	background: #f9f9f9;
	text-decoration: none;
}
ul.sidebar-menu li a:hover {
	background: #ececec;
}
ul.sidebar-menu li a span {
    position: absolute;
    left: 10px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
}
ul.sidebar-menu li a span img {
    max-width: 40px;
    height: auto;
}
.h-style-1 {
	position: relative;
	font-weight: 600;
}
.h-style-1:after {
	position: absolute;
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background: #222222;
	bottom: 0;
	left: 0;
}
.product {
    background: #fff;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 15px;
	-webkit-box-shadow: 0 0 15px 0 #d9d9d9;
    -moz-box-shadow: 0 0 15px 0 #d9d9d9;
    -o-box-shadow: 0 0 15px 0 #d9d9d9;
    -ms-box-shadow: 0 0 15px 0 #d9d9d9;
    box-shadow: 0 0 15px 0 #d9d9d9;
	transition: all .3s;
}
.product a.product-link {
    color: #474747 !important;
	font-weight: 600;
	font-size: 18px;
	padding: 0 10px;
	text-decoration: none;
}
.product:hover {
    -webkit-box-shadow: 0px 11px 35px -6px rgba(5, 24, 41, 0.5);
    -moz-box-shadow: 0px 11px 35px -6px rgba(5, 24, 41, 0.5);
    box-shadow: 0px 11px 35px -6px rgba(5, 24, 41, 0.5);
}
.product-wrapper h1 {
	line-height: 50px;
	margin-bottom: 10px;
}
.main-products .item .image,
.main-products .item a {
	transition: all .3s;
}
.main-products .item .image {
	overflow: hidden; 
	border-radius: 100%;
	position: relative;	
}
.main-products .item:hover .image {
	opacity: 0.5;
}
.main-products .item .image:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 6px solid #fff;
	border-radius: 100%;
	left: 0;
	top: 0;
	opacity: 0.5;
}
.main-products .item a {
	text-decoration: none;
	    font-size: 16px;
    font-weight: 600;
    color: #333333;
	display: block;
}
.main-products .item:hover a {
    color: #3a78d2;
}
.tmd-products-nav li.current a {
	color: #fff;
	background: #3a78d2;
}
.img-zoom-button {
	position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    z-index: 999;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    text-shadow: 1px 1px 3px #808080;
    color: #fff !important;
    font-size: 24px;
    opacity: 0.7;
}
#productCarousel .carousel-item a {
	position: relative;
	display: block;
}
#productCarousel .carousel-item a:before,
#productCarousel .carousel-item a:after {
	transition: all .3s;
}
#productCarousel .carousel-item a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
}
#productCarousel .carousel-item a:after {
	position: absolute;
	content: "\f00e";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	left: 50%;
	top: 50%;
	font-size: 38px;
    margin-left: -18px;
    margin-top: -18px;
	color: #fff;
	opacity: 0;
}
#productCarousel .carousel-item a:hover:before,
#productCarousel .carousel-item a:hover:after {
	opacity: 1;
}
.bd-callout { 
	border: 1px solid #eee; 
	padding: 1.25rem; 
	margin-bottom: 1.25rem; 
	border: 1px solid #eee;
	border-left-width: .25rem;
	border-radius: .25rem;
	border-left-color: #3a78d2;
}
.bd-callout p {
	margin: 0;
}