.box-title {
    margin-bottom: 35px;
}

.box-content {
    padding-bottom: 90px;
}

.list-item {
    margin-bottom: 30px;
}

.group-item {
    margin-left: -10px;
    margin-right: -10px;
}

.group-item::after {
    content: '';
    display: table;
    clear: both;
}

.group-item:not(:last-child) {
    position: relative;
    margin-bottom: 20px;
}


/* product */

.product {
    background: white;
    position: relative;
    transition: all .3s ease;
}

.product .inner {
    position: relative;
}

.product .icon-status {
    top: 10px;
    right: 10px;
    z-index: 10;
    position: absolute;
}

.product .txt {
    text-align: center;
    padding: 18px 20px 17px;
}

.product .title {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
	min-height: 44px;
	color: var(--c1);
}

.product .title a {
    display: block;
    overflow: hidden;
    transition: all .3s ease;
    text-transform: uppercase;
}

.product .prices {
    margin-bottom: 10px;
}

.product .price {
    font-size: 16px;
    font-weight: 700;
}

.product .price-old {
    color: #999;
    margin-left: 5px;
    text-decoration: line-through;
}

.product .add-to-cart {
    height: 36px;
    color: #3a50b9;
    padding: 0 15px;
    font-size: 15px;
    line-height: 34px;
    background: white;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    border: 1px solid #3a50b9;
}

.product:hover .add-to-cart {
    color: white;
    background: #3a50b9;
}

.product .add-to-cart .fa {
    width: 20px;
    font-size: 16px;
    margin-right: 5px;
    text-align: center;
}

.widget {
    padding: 20px;
    position: relative;
    background: url(../images/bg-widget.jpg) repeat;
}

.widget:not(:last-child) {
    margin-bottom: 20px;
}


/* box-sidebar */

#box-sidebar.widget::before {
    content: url(../images/mask-left.png);
    position: absolute;
    top: -15px;
    left: -1px;
}

#box-sidebar.widget::after {
    content: url(../images/mask-right.png);
    position: absolute;
    top: -15px;
    right: -1px;
}

#box-sidebar .widget-title {
    color: white;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
    padding-left: 18px;
    padding-right: 23px;
    text-transform: uppercase;
    margin: -30px -8px 10px -9px;
    border-radius: 0 0 10px 10px;
    background: #374a9f url(../images/icon-widget-title.png) no-repeat right center;
    background-origin: content-box;
}

#box-sidebar .items>li {
    color: #444;
    border-bottom: 1px solid white;
}

#box-sidebar .items>li:last-child,
#box-sidebar .items>li:last-child>a {
    border-bottom: 0;
}

#box-sidebar .items>li>a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    position: relative;
    padding: 9px 10px 10px;
    transition: all .3s ease;
    text-transform: uppercase;
    border-bottom: 1px solid #cacacb;
}

#box-sidebar .items>li.has-sub>a::before {
    right: 10px;
    content: '\f105';
    position: absolute;
}

#box-sidebar .items>li>a:hover,
#box-sidebar .items>li>a.active {
    color: #3a50b9;
    background: white;
}

#box-sidebar .items>li.has-sub>a.active::before {
    content: '\f107';
}

#box-sidebar .items>li>.sub-cats {
    display: none;
    padding: 15px;
    border-bottom: 1px solid #cacacb;
}

#box-sidebar .sub-cats>li:not(:last-child) {
    margin-bottom: 10px;
}

#box-sidebar .sub-cats>li>a::before {
    top: -2px;
    color: gray;
    font-size: 6px;
    content: '\f111';
    margin-right: 7px;
    position: relative;
}

#box-sidebar .sub-cats>li>a.active {
    color: #3a50b9;
}

#box-sidebar .items>li.has-sub a.active + .sub-cats {
    display: block;
}


/* box-viewed */

#box-viewed .widget-title {
    color: #374a9f;
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
    position: relative;
    padding-right: 42px;
    margin: -8px 0 10px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    background: url(../images/icon-hot.png) no-repeat right center;
    background-size: 34px 23px;
}

#box-viewed .product-small {
    color: #444;
    border-top: 1px solid #cacacb;
}

#box-viewed .product-small:last-child .inner {
    padding-bottom: 0;
}

#box-viewed .product-small .inner {
    display: flex;
    padding: 20px 0;
    overflow: hidden;
    border-top: 1px solid white;
}

#box-viewed .product-small a {
    display: block;
    overflow: hidden;
    line-height: 22px;
    position: relative;
    transition: all .3s ease;
    text-transform: uppercase;
}

#box-viewed .product-small .img {
    width: 100px;
    margin-right: 15px;
}
#box-viewed .product-small .txt {
	width: calc(100% - 115px);
}
#box-viewed .product-small .price {
    font-size: 15px;
    font-weight: 700;
}

#box-viewed .product-small .price-old {
    color: #999;
    text-decoration: line-through;
}

#box-related {
    margin-bottom: 30px;
}

#box-related h3.title {
    font-size: 32px;
    margin: 0 0 30px;
    text-align: center;
    font-family: 'Judson-Regular';
}

.description {
    margin-bottom: 30px;
    background: url(../images/bg-widget.jpg) repeat;
}

.description .nav {
    display: flex;
    position: relative;
    border-bottom: 1px solid #c9ced3;
}

.description .nav::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    height: 1px;
    background: white;
}

.description .nav li {
    color: #999;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}

.description .nav li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 0;
    border-right: 1px solid #dcdce4;
}

.description .nav li.active a {
    color: #374a9f;
}

.nav>li>a {
    padding: 13px 30px 12px;
    height: 50px;
}

.entry p:last-child {
    margin-bottom: 0;
}

.btn-call {
    display: flex;
    font-size: 16px;
}

.btn-call>li {
    line-height: 20px;
    position: relative;
}

.btn-call>li>span.fa-phone::before {
    top: 2px;
    font-size: 20px;
    margin-right: 7px;
    position: relative;
    font-family: FontAwesome;
}

.btn-call>li:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
}

.btn-call>li:first-child::after {
    top: 50%;
    right: 0;
    width: 1px;
    content: '';
    height: 16px;
    background: #666;
    position: absolute;
    transform: translate(0, -50%);
}

.box-share li {
    float: left;
    overflow: hidden;
    margin-right: 5px;
}

.box-share li.last {
    margin-right: 0;
}

.facebook-comment {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}

#gallery-info {
    margin-bottom: 30px;
}

.info {
    position: relative;
    margin-left: -40px;
}

.pname {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 17px;
    text-transform: uppercase;
}

.options {
    margin-bottom: 20px;
    padding-bottom: 11px;
    border-bottom: 1px dashed #ddd;
}

.options li {
    display: flex;
    font-size: 16px;
}

.options li:not(.last) {
    margin-bottom: 15px;
}

.options li b {
    width: 180px;
    display: block;
    position: relative;
}

.options li span::before {
    content: ':';
    font-size: 14px;
    font-weight: 400;
    padding-right: 30px;
}

.options .prices .price {
    color: #374a9f;
    font-size: 22px;
    font-weight: 700;
}

.options .prices .price-old {
    color: darkgray;
    margin-left: 10px;
}

.qtys {
    display: flex;
    margin-bottom: 20px;
}

.qtys label {
    font-size: 16px;
    line-height: 36px;
    margin: 0 20px 0 0;
}

.qtys .qty {
    width: 100px;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #c9ced3;
}

.qtys span {
    z-index: 1;
    color: #999;
    width: 40px;
    height: 18px;
    display: block;
    cursor: pointer;
    font-size: 16px;
    margin-left: 57px;
    text-align: center;
    position: relative;
}

.qtys span:hover {
    color: #374a9f;
}

.qtys .btn-plus .fa {
    top: -2px;
    position: relative;
}

.qtys .btn-minus .fa {
    top: -6px;
    position: relative;
}

.qtys .quantity {
    z-index: 2;
    float: left;
    color: #666;
    width: 57px;
    height: 36px;
    border: none;
    padding: 8px;
    font-size: 16px;
    box-shadow: none;
    position: relative;
    text-align: center;
    font-family: 'Tahoma';
    border-radius: 3px 0 0 3px;
    border-right: 1px solid #c9ced3;
}

.btn-cart {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}

.btn-cart button {
    width: 50%;
    padding: 0;
    border: none;
    height: 45px;
    outline: none;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    text-align: left;
    border-radius: 4px;
    font-family: 'Tahoma';
    text-transform: uppercase;
}

.btn-cart button:first-child {
    margin-right: 20px;
}

.btn-cart button .row1 {
    width: 50px;
    color: #666;
    float: left;
    padding: 15px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    background: #ffe150;
}

.btn-cart button .row2 {
    float: left;
    padding: 13px;
    display: block;
    max-height: 45px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    width: calc(100% - 50px);
}

.btn-cart button:first-child .row2 {
    color: #666;
    background: #f1cd20;
}

.btn-cart button:last-child .row1 {
    color: white;
    background: #536be0;
}

.btn-cart button:last-child .row2 {
    color: white;
    background: #3a50b9;
}

a.call {
    width: 270px;
    height: 45px;
    color: white;
    background: #5ab558;
    font-size: 18px;
    line-height: 45px;
    border-radius: 30px;
}

.gallery {
    position: relative;
    max-height: 350px;
    overflow: hidden;
}

#slider-nav {
    top: -18px;
    left: 0;
    width: 105px;
    overflow: hidden;
    position: absolute;
}

#slider-nav .item {
    outline: none;
    margin-top: 18px;
}

#slider-for {
    margin-left: 125px;
}

.facebook-comment {
    margin-bottom: 30px;
}

.facebook-comment h3.title {
    font-size: 32px;
    margin: 0 0 10px;
    text-align: center;
    font-family: 'Judson-Regular';
}

.noitem {
    text-align: center;
    border-radius: 0;
    margin: 0;
}

.box-fitter {
    margin-bottom: 40px;
}

.box-fitter::after {
    content: '';
    clear: both;
    display: table;
}

#box-search-status li {
    padding: 5px 0;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

#box-search-status li>label {
    margin: 0;
}

#box-search-status li>div {
    cursor: pointer;
    position: relative;
    padding-left: 22px;
}

#box-search-status li>div::before {
    left: 0;
    top: 50%;
    content: '';
    width: 16px;
    height: 16px;
    background: #fff;
    margin-right: 10px;
    position: absolute;
    border-radius: 100%;
    border: 1px solid #bdc5c7;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

#box-search-status li>div.active {
    color: #3a50b9;
}

#box-search-status li>div.active::before {
    border-color: #3a50b9;
}

#box-search-status li>div.active::after {
    top: 50%;
    left: 4px;
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    background: #3a50b9;
    border-radius: 100%;
    transform: translate(0, -50%);
}

#show {
    height: 30px;
    padding: 0 5px;
    box-shadow: none;
    border-color: #cad1dd;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
	padding-right: 18px;
	background:#fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
	background-size: 8px 6px;
	background-repeat: no-repeat;
    background-position: right 5px center;
}


/* entry */

.entry {
    padding: 30px;
}

.entry *:first-child {
    margin-top: 0;
}

.entry,
.entry *,
.entry p {
    font-size: 16px;
}

.entry table[border="0"],
.entry table[border="0"] * {
    margin: 0;
    padding: 0;
    border: none;
}

.entry table[border="0"] {
    margin-bottom: 20px;
}

.entry .box-date {
    color: #999999;
    font-size: 14px;
}

.entry p:last-child {
    margin-bottom: 0;
}

.entry img {
    margin: auto;
}

.loading {
    right: 0;
    bottom: 0;
    color: white;
    z-index: 99999;
    position: fixed;
    padding: 10px 20px;
    border-radius: 5px 0 0 0;
    background: rgba(0, 0, 0, 0.65);
}

@media screen and (max-width: 1200px) {
    .box-content {
        padding-bottom: 60px;
	}
    #box-sidebar.widget::before,
    #box-sidebar.widget::after {
        display: none;
	}
    #box-sidebar .widget-title {
        margin: -15px -15px 10px;
	}
    .widget-title {
        font-size: 15px ! important;
	}
    #box-viewed .product-small .img {
        width: 75px;
        margin-right: 10px;
	}
    #box-sidebar .items>li>a {
        padding-left: 0;
	}
    .btn-cart button {
        font-size: 15px;
	}
    .options {
        margin-bottom: 15px;
        padding-bottom: 10px;
	}
    .options li:not(.last) {
        margin-bottom: 10px;
	}
    .options li b {
        width: 150px;
	}
    .btn-cart {
        width: 100%;
        display: flex;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px dashed #ddd;
	}
    .btn-call>li:first-child::after,
    .btn-call>li.last {
        display: none;
	}
    .btn-call>li:not(:last-child) {
        margin-right: 0;
        padding-right: 0;
	}
    .qtys {
        margin-bottom: 15px;
	}
	.info {
		margin-left: 0;
	}
}

@media screen and (max-width: 992px) {
	.box-title {
		margin-bottom: 40px;
	}
	#box-search-status li:first-child {
		display: none;
	}
	#box-search-status li:last-child {
		margin: 0;
	}
	.box-fitter {
		margin-bottom: 20px;
	}
	#box-viewed .widget-title {
		padding-right: 0;
		background: none;
	}
	.list-item {
		margin-bottom: 0;
	}
	.list-item::after {
		content: '';
		clear: both;
		display: table;
	}
	.group-item::after {
		display: none;
	}
	.group-item:not(:last-child) {
		margin-bottom: 0;
	}
	.info {
		margin: 30px 0 0;
	}
	.slick-slide img {
		width: 100%;
		object-fit: cover;
	}
	.pname {
		margin: 0 0 20px;
	}
	.options {
		margin-bottom: 20px;
		padding-bottom: 15px;
	}
	.options li:not(.last) {
		margin-bottom: 15px;
	}
	.options li b {
		width: 180px;
	}
	#box-related {
		margin-bottom: 0;
	}
	#box-related .items::after {
		content: '';
		clear: both;
		display: table;
	}
	#box-related .group-item::after {
		display: none;
	}
	.qtys {
		margin-bottom: 20px;
	}
	.btn-cart {
		margin-bottom: 25px;
		padding-bottom: 20px;
	}
	.btn-call {
		display: block;
		font-size: 16px;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.box-content {
		padding-bottom: 40px;
	}
	.box-title {
        padding: 180px 0 30px;
	}
	#sidebar>a,
	.box-share,
	.facebook-comment,
	#box-viewed {
		display: none;
	}
	.product .title {
		font-size: 14px;
	}
	.options li b {
		width: 140px;
	}
	.btn-cart {
		display: block;
	}
	.btn-cart button {
		width: 100%;
	}
	.btn-cart button:first-child {
		margin: 0 0 20px;
	}
	.description {
		margin-bottom: 25px;
	}
	.entry {
		padding: 15px;
	}
	.entry,
	.entry *,
	.entry p {
		font-size: 18px;
		line-height: 1.6;
	}
	#box-related h3.title {
		font-size: 30px;
	}
	
	#box-sidebar {
		padding: 0;
		background: none;
	}
	#box-sidebar .widget-title {
		margin: 0;
		cursor: pointer;
		padding: 0 15px;
		border-radius: 0;
		position: relative;
		background: #374a9f;
	}
	#box-sidebar:not(.open) .widget-title::after {
		content: '';
		top: 50%;
		right: 15px;
		position: absolute;
		transform: translate(0, -50%);
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 8px solid white;
	}
	#box-sidebar.open .widget-title::after {
		content: '';
		top: 50%;
		right: 15px;
		position: absolute;
		transform: translate(0, -50%);
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 8px solid white;
	}
	#box-sidebar .widget-content {
		display: none;
		padding: 5px 15px;
		background: url(../images/bg-widget.jpg) repeat;
	}
	#slider-nav {
		display: none;
	}
	#slider-for {
		margin-left: 0;
	}
}