#breadrumb {
	margin-bottom: 0;
}
.box-content {
	padding-bottom: 40px;
}
.box-content .box {
	padding: 20px;
	background: white;
}
#box-pname {
	border-bottom: 1px solid #e0e0e0;
}
h1.pname {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 10px;
	line-height: 1.4;
}
ul.votes-views {
	display: flex;
}
ul.votes-views li:not(.last) {
	margin-right: 20px;
	position: relative;
}
ul.votes-views li:not(.last)::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 10px;
	background: #d2d2d2;
	top: 50%;
	right: -10px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
ul.votes-views .fa {
	color: #ffab27;
	margin-right: 3px;
}
.box-share ul {
	display: flex;
}
.box-share ul li:not(.last) {
	margin-right: 4px;
}

div.short.entry>* {
	margin-bottom: 5px;
}

/* box-gallery */
#box-gallery {
	margin-bottom: 20px;
}
#box-gallery .gallery {
    position: relative;
	margin-right: -20px;
}
#slider-for {
    position: relative;
    margin-bottom: 10px;
}
#slider-for .item a {
	display: block;
	padding-top: 100%;
	position: relative;
	border: 1px solid #d6d6d6;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
#slider-for .item a:hover {
	border-color: var(--c5);
}
#slider-for .item a img {
	top: 50%;
	left: 50%;
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.slider-for,
.slider-nav {
	display: none;
}
.slider-for .btn-prev,
.slider-for .btn-next {
    top: 50%;
    z-index: 1;
    padding: 0;
    width: 35px;
    height: 35px;
    outline: none;
	color: #a9a9a9;
    background: #fff;
    position: absolute;
    border-radius: 100%;
    border: 1px solid #d9d9d9;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}
.slider-for .btn-prev {
    left: 10px;
}
.slider-for .btn-next {
    right: 10px;
}
.slider-for .btn-prev:hover,
.slider-for .btn-next:hover {
    color: var(--c5);
    background: white;
    border-color: var(--c5);
}
.slider-for .btn-prev::before,
.slider-for .btn-next::before {
    font-size: 20px;
    font-family: FontAwesome;
}
.slider-nav {
    margin-left: -5px;
    margin-right: -5px;
}
#slider-nav .item {
    margin: 0 5px;
    outline: none;
    background: #fff;
    position: relative;
    border: 1px solid #d5d5d5;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
#slider-nav .item span {
	display: block;
	padding-top: 100%;
	position: relative;
}
#slider-nav .item span img {
	top: 50%;
	left: 50%;
	max-width: 85%;
	max-height: 85%;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
#slider-nav .item:hover,
#slider-nav .item.slick-current {
    border: 1px solid var(--c5);
}

.attributes {
	margin-left: 20px;
}
ul.maso-brand {
	display: flex;
	margin-bottom: 5px;
}
ul.maso-brand .blue {
	color: var(--c5);
}
ul.maso-brand li:not(.last) {
	position: relative;
	margin-right: 20px;
}
ul.maso-brand li:not(.last)::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 10px;
	background: #d2d2d2;
	top: 50%;
	right: -10px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}

span.price-new {
	font-size: 26px;
	color: #ec0e17;
	font-weight: 700;
}
span.vat {
	color: #888888;
	font-weight: 400;
}
li.price {
	margin-bottom: 5px;
}
div.price-text {
	padding-bottom: 10px;
	border-bottom: 1px dashed #d9d9d9;
	margin-bottom: 10px;
}
div.short {
	margin-bottom: 33px;
}
div.short li {
	position: relative;
}
div.short li:not(:last-child) {
	margin-bottom: 5px;
}

div.box-gift-desc {
	border: 1px solid #f44451;
	border-radius: 3px;
	padding: 15px 30px 15px 15px;
}
div.box-gift-desc > span {
	width: 238px;
	height: 25px;
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 25px;
	color: white;
	padding-left: 35px;
	position: relative;
    margin-top: -26px;
	background: url(../images/bg-km.png) no-repeat;
	margin-bottom: 15px;
}
div.box-gift-desc > span::before {
    top: -15px;
    left: -25px;
	content: '';
	position: absolute;
	background: url(../images/icon-km.png) no-repeat;
	background-size: 50px 50px;
	width: 50px;
	height: 50px;
}
div.box-gift-desc li {
	position: relative;
	padding-left: 22px;
}
div.box-gift-desc li::before {
	content: '\f06b';
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	color: var(--c4);
}
div.box-gift-desc li:not(:last-child) {
	margin-bottom: 5px;
}

div.info-cart .bg {
	background: #f6f6f6;
	border-radius: 3px;
	padding: 15px 20px;
	margin-bottom: 15px;
}
div.info-cart .bg .ico {
	position: relative;
	padding-left: 25px;
}
div.info-cart .bg .ico-1 {
	background: url(../images/ico-1.png) no-repeat 0 2px;
	background-size: 17px 17px;
}
div.info-cart .bg .ico-2 {
	background: url(../images/ico-2.png) no-repeat 0 2px;
	background-size: 17px 17px;
}
div.info-cart .bg .ico-3 {
	background: url(../images/ico-3.png) no-repeat 0 2px;
	background-size: 17px 17px;
}
div.info-cart .bg .ico-4 {
	background: url(../images/ico-4.png) no-repeat 0 2px;
	background-size: 17px 17px;
}
div.info-cart .bg .ico-5 {
	background: url(../images/ico-5.png) no-repeat 0 2px;
	background-size: 17px 17px;
}
div.info-cart .bg .ico:not(.last) {
	margin-bottom: 7px;
}
div.info-cart .bg .ico.saperated {
	border-bottom: 1px dashed #cdcdcd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.info-cart .border {
	border: 1px solid var(--c5);
	margin-bottom: 15px;
	padding: 15px 20px;
	position: relative;
	border-radius: 3px;
}
div.info-cart .border label {
	text-transform: uppercase;
	font-size: 16px;
}
div.info-cart .border li a::before {
	width: 20px;
	display: inline-flex;
	font-weight: 700;
	text-align: center;
	color: var(--c5);
}
div.info-cart .border li:not(:last-child) {
	margin-bottom: 5px;
}
div.info-cart .border .text-bold {
	color: #ec0e17;
	font-weight: 700;
}
div.qty-wrap {
	display: flex;
	font-size: 16px;
	margin-bottom: 10px;
}
div.qty-wrap > label {
	width: 125px;
	cursor: pointer;
	font-weight: 700;
	line-height: 50px;
}
div.qty {
	display: flex;
	border: 1px solid #666;
	border: 1px solid #c3c3c3;
	border-radius: 3px;
	background: white;
	width: 170px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
div.qty:hover {
	border-color: var(--c5);
}
div.qty .form-control {
	border: none;
	box-shadow: none;
	outline: none;
	text-align: center;
	font-weight: 800;
	padding: 0;
	height: 50px;
	background: none;
	font-size: 22px;
}
div.qty .button {
	line-height: 50px;
	width: 46px;
	padding: 0 17px;
	color: #9e9e9e;
	cursor: pointer;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	font-size: 16px;
}
div.qty .button:hover {
	color: var(--c5);
}

button.button.awesome {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	height: 56px;
	border-radius: 30px;
	border: none;
	color: white;
	text-transform: uppercase;
	outline: none;
}
button.button.last {
	padding: 0;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 700;
	background: #fd2;
	border: 2px solid #fd2;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
button.button.last:hover {
	color: #fd2;
	background: white;
}
button.button.fa-shopping-bag {
	font-size: 22px;
	font-weight: 800;
	background: #105caa;
	border: 2px solid #105caa;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
button.button.fa-shopping-bag:hover {
	color: #105caa;
	background: white;
}
button.button.awesome::before {
	font-weight: 400;
	margin-right: 10px;
}
button.button.fa-cart-plus::before {
	font-size: 20px;
}

.products .product {
    z-index: 100;
    padding: 20px;
    background: #ffffff;
    position: relative;
    min-height: 370px;
    border: 1px solid transparent;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.products .product:hover {
    z-index: 1;
    position: relative;
    border-color: #0c735c;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.15);
}
.products .product .img {
	position: relative;
	padding-top: 100%;
	overflow: hidden;
	margin-bottom: 3px;
}
.products .product .img a {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.products .product .icons {
	margin-bottom: 10px;
    padding-bottom: 10px;
	border-bottom: 1px solid #e4e6ed;
}
.products .product .icon-brand {
	background: #dfe1e8;
	text-transform: uppercase;
	height: 20px;
	padding: 0 10px;
	font-size: 11px;
	line-height: 20px;
	max-width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.products .product .icon-status {
	color: #666666;
	font-size: 13px;
	line-height: 20px;
}
.products .product .icon-status::before {
	margin-right: 5px;
	color: var(--c5);
}
.products .product .title {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
.products .product .prices {
	display: flex;
}
.products .product .prices li {
	line-height: 1.4;
}
.products .product .prices .price-new {
	font-size: 16px;
	font-weight: 700;
	color: #fa0707;
}
.products .product .prices li:not(:last-child) {
	margin-right: 10px;
}
.products .product .prices .price-old {
	font-size: 13px;
	text-decoration: line-through;
	color: #666666;
}

#box-tabs .nav,
#box-tabs .tab-content {
	margin-left: -20px;
	margin-right: -20px;
}
#box-tabs .product {
    padding: 13px 20px;
}
#box-tabs .products .owl-prev,
#box-tabs .products .owl-next {
    width: 79px;
    height: 79px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    line-height: 79px;
    font-size: 26px;
    color: #888888;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    margin-top: -30px;
}
#box-tabs .products .owl-prev {
    left: -34px;
    padding-left: 43px;
    background: url(../images/owl-prev.png) no-repeat;
}
#box-tabs .products .owl-next {
    right: -34px;
    padding-left: 27px;
    background: url(../images/owl-next.png) no-repeat;
}
#box-tabs .products .owl-prev:hover,
#box-tabs .products .owl-next:hover {
    color: #fa0707;
}
#box-tabs .products .owl-stage-outer:hover {
	z-index: 99;	
}
#box-tabs.box {
	padding-bottom: 0 ! important;
}
#box-tabs .nav {
	display: flex;
	font-size: 20px;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	border-bottom: 1px solid #d9d9d9;
	padding-left: 5px;
	padding-right: 5px;
}
#box-tabs .nav a {
	padding-top: 0;
	background: none;
}
#box-tabs .nav .active a::before {
	content: '';
	height: 3px;
	left: 15px;
	right: 15px;
	position: absolute;
	bottom: -1px;
	background: var(--c4);
}
#box-tabs {
	margin-bottom: 20px;
}

#primary {
	margin-right: 30px;
}
#sidebar {
	margin-left: -30px;
}

#primary .nav {
    display: flex;
    font-size: 20px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    border-bottom: 1px solid #d9d9d9;
    padding-left: 5px;
    padding-right: 5px;
	margin-left: -20px;
    margin-right: -20px;
}
#primary .nav a {
	padding-top: 0;
	background: none;
}
#primary .nav .active a::before {
	content: '';
	height: 3px;
	left: 15px;
	right: 15px;
	position: absolute;
	bottom: -1px;
	background: var(--c4);
}
#primary .box-tech {
	padding: 20px 0 0;
}
#primary .entry {
	padding-top: 20px;
}
ul.technologies {
	border-top: 1px solid #e0e0e0;
}
ul.technologies>li {
	width: 100%;
	display: table;
	border-bottom: 1px solid #e0e0e0;
}
ul.technologies>li>span {
	padding: 10px 0;
	display: table-cell;
	vertical-align: middle;
}
ul.technologies>li>span.op-name {
	width: 200px;
}
ul.technologies>li>span.op-value {
	padding-left: 25px;
	border-left: 1px solid #e0e0e0;
}

.entry p:last-child {
	margin-bottom: 0;
}

#box-desc {
	margin-bottom: 20px;
}

#box-comment-wrap {
	padding-bottom: 0;
	margin-bottom: 20px;
}
#box-comment-wrap .box-comment {
	margin-top: 0;
	padding-bottom: 20px;
}
#box-comment-wrap .facebook-comment {
	overflow: hidden;
	padding-bottom: 0;
	margin-top: -8px;
	padding-bottom: 20px;
}
#box-comment-wrap .fb-comments {
	margin-left: -8px;
	max-width: initial;
}
#box-watched .nav,
#box-watched .products {
	width: auto;
	margin-left: -20px;
	margin-right: -20px;
}
#box-watched .product {
    padding: 13px 20px;
}
#box-watched .products .owl-prev,
#box-watched .products .owl-next {
    width: 79px;
    height: 79px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    line-height: 79px;
    font-size: 26px;
    color: #888888;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    margin-top: -30px;
}
#box-watched .products .owl-prev {
    left: -34px;
    padding-left: 43px;
    background: url(../images/owl-prev.png) no-repeat;
}
#box-watched .products .owl-next {
    right: -34px;
    padding-left: 27px;
    background: url(../images/owl-next.png) no-repeat;
}
#box-watched .products .owl-prev:hover,
#box-watched .products .owl-next:hover {
    color: #fa0707;
}
#box-watched .products .owl-stage-outer:hover {
	z-index: 99;	
}
#box-watched.box {
	padding-bottom: 0 ! important;
}
#box-watched .nav {
	display: flex;
	font-size: 20px;
	font-family: 'Roboto Condensed';
	font-weight: 700;
	border-bottom: 1px solid #d9d9d9;
	padding-left: 5px;
	padding-right: 5px;
}
#box-watched .nav a {
	padding-top: 0;
	background: none;
}
#box-watched {
	margin-top: 20px;
}

#sidebar .widget {
	margin-bottom: 20px;
	background: white;
}
#sidebar .widget .widget-title {
	margin: 0;
	font-size: 20px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    border-bottom: 1px solid #d9d9d9;
	padding: 17px 20px;
	position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#sidebar .widget .widget-content {
	padding: 20px;
}

#product-new .widget-title::after {
	content: '';
	display: inline-block;
    vertical-align: middle;
    position: absolute;
    margin-left: 10px;
    margin-top: -5px;
	width: 44px;
	height: 29px;
	background: url(../images/icon-new.png) no-repeat;
	background-size: 44px 29px;
}

#product-new .items li a {
	display: block;
	overflow: hidden;
}
#product-new .items li:not(:last-child) {
	margin-bottom: 20px;
}
#product-new .items .img {
	float: left;
	display: block;
	max-width: 75px;
}
#product-new .items .txt {
	display: block;
	margin-left: 85px;
}
#product-new .items .price {
	display: block;
}

/* box-news */
#box-news .items li a {
	display: block;
	overflow: hidden;
}
#box-news .items li:not(:last-child) {
	margin-bottom: 20px;
}
#box-news .items .img {
	float: left;
	display: block;
}
#box-news .items .txt {
	display: block;
	margin-left: 95px;
}

/* scroll-sticky */
.scroll-sticky {
	z-index: 99 ! important;
}
.scroll-sticky form {
	padding: 20px;
	background: white;
}
.scroll-sticky .img {
	margin-bottom: 20px;
}
.scroll-sticky .img img {
	padding: 20px;
}
.scroll-sticky .text-bold {
	margin-bottom: 10px;
}
.scroll-sticky .buttons button {
    width: 100%;
    outline: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    height: 50px;
    color: white;
	margin-top: 10px;
}
.scroll-sticky .buttons button[type=submit] {
	background: #105caa;
    border: 2px solid #105caa;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
.scroll-sticky .buttons button[type=submit]:hover {
    color: #105caa;
    background: white;
}
.scroll-sticky .buttons button[type=button]:hover {
    color: #fd2;
    background: white;
}

span.discount {
	background: var(--c5);
	color: white;
	border-radius: 2px;
	margin-left: 10px;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	padding: 0 5px;
	position: relative;
}
span.discount::after {
	content: '%';
}

#box-desc .tab-content {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.product-small {
	display: flex;
}
.product-small .img {
	width: 75px;
	padding: 5px;
	border: 1px solid #d3d3d3;
	margin-right: 15px;
}
.product-small .text-bold {
	font-weight: 700;
	margin-bottom: 5px;
}
.product-small .prices {
	display: flex;
}
.product-small .price {
	font-size: 16px;
	margin-right: 10px;
}
.price {
	color: #fa0707;	
	font-weight: 700;
}
.price-old {
	color: #666666;
	text-decoration: line-through;
}

#add-cart-bottom .buttons {
	display: flex;
	margin: 12px -10px 13px;
}
#add-cart-bottom .buttons li {
	width: 50%;
	padding: 0 10px;
}
#add-cart-bottom .buttons button {
	width: 100%;
	border: none;
	outline: none;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	height: 50px;
	color: white;
}
#add-cart-bottom .buttons button[type=submit] {
	background: #105caa;
	border: 2px solid #105caa;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
#add-cart-bottom .buttons button[type=submit]:hover {
    color: #105caa;
    background: white;
}
#add-cart-bottom .buttons button[type=button] {
	background: #fd2;
    border: 2px solid #fd2;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
}
#add-cart-bottom .buttons button[type=button]:hover {
    color: #fd2;
    background: white;
}
.add_cart_success {
	overflow: hidden;
    white-space: nowrap;
	padding: 20px;
}
.add_cart_success a {
	width: 100%;
    height: 35px;
    color: white;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    border-radius: 20px;
    background: var(--c5);
    border: 2px solid var(--c5);
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.add_cart_success a::before {
    font-weight: 400;
    margin-right: 10px;
}
.add_cart_success a:hover {
    color: var(--c5);
    background: white;
    border: 2px solid var(--c5);
}
.add_cart_success .awesome {
	margin-bottom: 10px;
}
.add_cart_success .awesome::before {
	display: block;
    font-size: 60px;
	color: var(--c5);
}

ul.time {
	display: flex;
    margin-top: 15px;
    margin-bottom: 10px;
	padding-bottom: 10px;
    border-bottom: 1px dashed #d9d9d9;
}
ul.time li {
	width: 33.333333%;
	text-align: center;
}
ul.time li:not(.last) {
	margin-right: 10px;
}
ul.time strong {
	display: block;
	background: #e4e6ed;
	height: 65px;
	border-radius: 3px;
	font-size: 20px;
	overflow: hidden;
	padding: 20px 0;
}
ul.time strong.countdown {
	color: white;
	font-size: 16px;
	padding: 13px 10px;
	background: #fa0707;
}
ul.time strong.countdown small {
	font-size: 12px;
	font-weight: 400;
	position: relative;
    display: block;
}
ul.time span {
    display: block;
	padding: 0 5px;
	font-size: 12px;
    margin-top: 10px;
    line-height: 16px;
}

/* 1024px */
@media screen and (max-width: 1024px)
{
	div.qty {
		width: 100%;
	}
	.product.hover>.inner {
		padding: 15px;
	}
	#primary {
		margin: 0;
	}
	#sidebar {
		margin: 0;
	}
}

/* 768px */
@media screen and (max-width: 768px)
{
	#box-gallery .gallery {
		margin: 0 0 20px;
	}
	.attributes {
		margin: 0 0 20px;
	}
	.info-cart .btn-group {
		display: block;
	}
	#sidebar {
		margin-top: 20px;
	}
	#sidebar .widget:last-child {
		margin-bottom: 0;
	}
}

/* 767px */
@media screen and (max-width: 767px)
{
	section#content {
		margin-top: 20px;
	}
	.box-content .box:not(#cmt-list) {
		padding: 10px;
	}
	#primary .nav,
	#box-tabs .nav,
	#box-tabs .tab-content {
		margin-left: -10px;
		margin-right: -10px;
	}
	.products.owl {
		width: 100% ! important;
	}
	.products .product {
		min-height: initial;
	}
	#add-cart-bottom .buttons {
		display: block;
	}
	#add-cart-bottom .buttons li {
		width: 100%;
	}
	#add-cart-bottom .buttons li:last-child {
		margin-top: 10px;
	}
	#sidebar .widget .widget-title,
	#sidebar .widget .widget-content {
		padding: 10px;
	}
	#box-news .items li:not(:last-child) {
		margin-bottom: 10px;
	}
	.attributes,
	div.info-cart .bg,
	div.info-cart .border {
		margin: 0 0 10px;
	}
	#box-tabs .nav a {
		padding: 0 5px 7px;
	}
	#box-tabs .nav .active a::before {
		left: 5px;
	}
	.product.hover>.inner {
		padding: 10px;
	}
	div.icon-status {
		top: 10px;
		left: 10px;
	}
	#box-watched .nav,
	#box-watched .products {
		margin-left: auto;
		margin-right: auto;
	}
	#box-watched {
		padding-left: 0 ! important;
		padding-right: 0 ! important;
	}
}

/* 767px */
@media screen and (max-width: 380px)
{
	.products .product .prices,
	.products .product .prices li {
		margin: 0;
		display: block;
	}
	.products .product .prices li:not(:last-child) {
		margin-right: 0;
	}
	
}
