@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #343e48;
	background-color: #f9f9f9;
}

body.open-sidebar,
body.open-header,
body.open-infoside{
	overflow: hidden;
}

.open-sidebar #menu{
	padding-right: 17px;
}


.wrapper{
	position: relative;
	z-index: 1;
}


body.open-nav,
body.open-info{
	overflow: hidden;
}

body.modal-open .wrapper {
    z-index: auto;
}

*:focus{
	outline: none;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-right: 10px;
	padding-left: 10px;
}

.row {
	margin-right: -10px;
	margin-left: -10px;
}

.form-horizontal .form-group {
	margin-right: -10px;
	margin-left: -10px;
}

.h2, h2 {
	font-size: 20px;
	margin: 0 0 15px;
}

.title-page{
	margin: 0 0 20px;
	font-size: 28px;
}

/* default font size */
.fa {
	font-size: 14px;
}

a {
	color: #23a1d1;
	transition: 0.3s all;
}
a:hover {
	text-decoration: none;
}

button{
	transition: 0.3s all;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
.form-control{
	height: 38px;
	border: 1px solid#ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 6px;
	padding: 5px 15px;
	font-size: 13px;
	resize: vertical;
}

.form-control:focus{
	border-color: #3f4e5d;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.required .control-label:after {
	content: ' *';
	color: #F00;
	font-weight: bold;
}





.main-checkbox [type="checkbox"]:not(:checked),
.main-checkbox [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

.main-checkbox [type="checkbox"]:not(:checked) + label,
.main-checkbox [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 13px;
	transition: 0.3s all;
}

.main-checkbox [type="checkbox"]:not(:checked) + label:before,
.main-checkbox [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #e2e2e2;
	border-radius: 4px;
	box-shadow: none;
}

.main-checkbox [type="checkbox"]:checked + label:before {
	background: #3f4e5d;
	border-color: #3f4e5d;
}

.main-checkbox [type="checkbox"]:not(:checked) + label:after,
.main-checkbox [type="checkbox"]:checked + label:after {
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	top: 2px;
	left: 2px;
	font-size: 13px;
	color: #fff;
	transition: all .2s;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 18px;
}

.main-checkbox [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

.main-checkbox [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

.main-checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.main-checkbox [type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}

.main-checkbox [type="checkbox"]:disabled:checked + label:after {
	color: #999;
}

.main-checkbox [type="checkbox"]:disabled + label {
	color: #aaa;
}

.main-checkbox label:hover:before {
	border: 2px solid #3f4e5d!important;
}

.main-checkbox .main-checkbox [type="checkbox"]:disabled:not(:checked) +label:hover:before {
	border: 2px solid #d5d5d8!important;
}

.main-radiobox [type="radio"]:not(:checked),
.main-radiobox [type="radio"]:checked {
	position: absolute;
	left: -9999px;
}

.main-radiobox [type="radio"]:not(:checked) + label,
.main-radiobox [type="radio"]:checked + label {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
	font-size: 14px;
}

.main-radiobox [type="radio"]:not(:checked) + label:before,
.main-radiobox [type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #cfd8dc;
	border-radius: 10px;
	box-shadow: none;
}

.main-radiobox [type="radio"]:checked + label:before {
	border-color: #3f4e5d;
}

.main-radiobox [type="radio"]:not(:checked) + label:after,
.main-radiobox [type="radio"]:checked + label:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 13px;
	color: #fff;
	transition: all .2s;
	width: 10px;
	height: 10px;
	text-align: center;
	line-height: 18px;
	border-radius: 50%;
}

.main-radiobox [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

.main-radiobox [type="radio"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
	background: #3f4e5d;
}

.main-radiobox [type="radio"]:disabled:not(:checked) + label:before,
.main-radiobox [type="radio"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}

.main-radiobox [type="radio"]:disabled:checked + label:after {
	color: #999;
}

.main-radiobox [type="radio"]:disabled + label {
	color: #aaa;
}

.main-radiobox label:hover:before {
	border: 2px solid #3f4e5d!important;
}

.card {
	background: #fff;
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25);
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.main-tabs {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ededed;
}

.main-tabs>li {
	margin: 0 10px 0 0;
}

.main-tabs>li>a {
	border: none;
	border-radius: 6px;
	background: #f5f3f3;
	color: #343e48;
	height: 38px;
	line-height: 28px;
	margin: 0;
	font-size: 12px;
	padding: 5px 20px;
}

.main-tabs>li.active>a,
.main-tabs>li.active>a:focus,
.main-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background: #3f4e5d;
	border: none;
}



.dropdown-menu {
	margin: 0;
	padding: 0;
	border: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 10px 20px -5px rgba(36, 36, 59, .15);
}

.dropdown-menu>li>a,
.dropdown-menu>li>button {
	display: block;
	padding: 10px 15px;
	border: none;
	width: 100%;
	text-align: left;
	background: none;
		position: relative;
}

.dropdown-menu>li:last-child>a
.dropdown-menu>li:last-child>button{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>button:focus,
.dropdown-menu>li>button:hover {
    color: #343e48;
    background-color: #f9f9f9;
}

.dropdown-menu>li>.main-btn{
	background: #3f4e5d;
	color: #fff;
}




.dropdown-info{
	padding: 15px
}

.dropdown-info .dropdown-title {
	margin-bottom: 10px;
	display: block;
}

.dropdown-info .dropdown-title span{
    display: block;
		font-weight: bold
}

.dropdown-info .overflow-button{
	display: flex;
}

.dropdown-info .overflow-button .btn:first-child{
	margin-right: 15px
}


/* top */
#top {
	background: #fff;
	border-bottom: 1px solid #f7f7f7;
	min-height: 40px;
	position: relative;
	z-index: 1004;

}

#top .nav>li{
	float: left;
}

#top .nav>li>a,
#top .nav>li>button,
#top .nav>li>form>a,
#top .nav>li>form>button {
	padding: 10px 0;
	color: #343e48;
	border: none;
	background: none;
	text-decoration: none;
	font-size: 13px;

}

#top .nav>li>a:hover,
#top .nav>li>button:hover,
#top .nav>li>form>a:hover,
#top .nav>li>form>button:hover{

}

#top .nav>li>a>.fa,
#top .nav>li>button>.fa,
#top .nav>li>form>a>.fa,
#top .nav>li>form>button>.fa{
	margin-left: 5px
}

#top .nav.navbar-left>li>a,
#top .nav.navbar-left>li>button{
	margin-right: 20px;
}

#top .nav.navbar-right>li>a,
#top .nav.navbar-right>li>button,
#top .nav.navbar-right>li>form>a,
#top .nav.navbar-right>li>form>button{
	margin-left: 20px;
}




.currency-dropdown li>button,
.language-dropdown li>button {
    padding-right: 50px;
}

.currency-dropdown li span,
.language-dropdown li img{
	background: #f4f4f4;
	display: block;
	width: 32px;
	border-radius: 10px;
	color: #ccc;
	text-align: center;
	line-height: 11px;
	height: 16px;
	font-size: 10px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px;
	border: 2px solid#f4f4f4;
}

.language-dropdown li img{
		width: auto;
    height: auto;
}

.currency-dropdown li .currency-active span,
.language-dropdown li .language-active img{
	border: 2px solid#3f4e5d;
	    background: #3f4e5d;
}

.navbar-right{
	margin: 0;
}



header {
	padding: 15px 0;
	background: #fff;
	margin-bottom: 76px;
}

header .header-logo,
header .header-info{
	padding: 0 10px;
	float: left;
}

header .header-logo{
	width: 25%;
}

#logo img{
	max-height: 55px;
}

.header-nav{
	display: none;
}

#header-info{
	position: relative;
	z-index: 1003;
	width: 75%;
}

.header-info .header-btn{
	float: left;
	margin: 9px 10px 9px 0;
	border-radius: 50px;
	background: #f9f9f9;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.dropdown-menu.messenger-box{
	display: none;
}

.open>.dropdown-menu.messenger-box{
	display: block;
}

.header-help-box {
	height: auto;
	text-align: left;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	float: right;
	background: none;
	border: none;
	margin-left: 15px;
	padding: 10px 15px 10px 60px;
	line-height: 1;
	min-height: 55px;
}

.header-help-box .title {
	font-size: 14px;
	display: block;
	font-weight: 600;
	position: relative;
	top: auto;
	left: auto;
	color: #343e48;
	margin-bottom: 5px;
}

.header-help-box .text {
	color: #23a1d1;
	font-size: 13px;
	font-weight: 600;
	border: none;
	background: none;
	padding: 0;
	position: relative;
	top: auto;
	left: auto;
}

.header-help-box .text:hover{
	color: #ff680a;
}

.header-help-box .icon{
	font-size: 30px;
	color: #ff680a;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid#f9f9f9;
	line-height: 49px;
	background: #f9f9f9;
	text-align: center;
	margin: 0;
	top: 50%;
	position: absolute;
	left: 0;
	margin-top: -25px;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.dropdown-menu.messenger-box {
	display: none;
	width: 100%;
}


.dropdown-menu.messenger-box>li>a{
	padding: 5px 15px;
	color: #fff;
}

.dropdown-menu.messenger-box>li>a:after{
	content: "\f105";
	font-family: FontAwesome;
	right: 15px;
	position: absolute;
	top: 9px;
}


.dropdown-menu.messenger-box>li:last-child>a{
	margin-bottom: 0;
}

.header-help-box.help-mess-box {
	padding: 0;
}


.header-help-box.help-mess-box .dropdown-toggle{
	height: auto;
	text-align: left;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	float: right;
	background: none;
	border: none;
	padding: 10px 0 10px 60px;
	line-height: 1;
	min-height: 55px;
	border-radius: 10px;
}





/* search */
#search {
	width: 430px;
	position: relative;
	float: left;
	margin: 9px 0;
	transition: 0.3s all;
}

#search .search-btn{
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 38px;
	border: none;
	font-size: 22px;
	color: #fff;
	background: #5c6875;
	border-left: 1px solid#677380;
	border-bottom-right-radius: 50px;
	border-top-right-radius: 50px;
}

#search .form-control{
	background: #5c6875;
	border: none;
	color: #fff;
	border-radius: 50px;
	padding-right: 90px;
}

#search .form-control::placeholder {
	color: #909ead;
	opacity: 1;
}

#search .form-control:-ms-input-placeholder {
	color: #909ead;
}

#search .form-control::-ms-input-placeholder {
	color: #909ead;
}

#search .clear-search{
	position: absolute;
	right: 50px;
	top: 0;
	color: #909ead;
	font-size: 30px;
	bottom: 0;
	line-height: 38px;
	padding: 0 5px;
	cursor: pointer;
	display: block;
	transition: 0.3s all;
}

#search .clear-search:hover{
	color: #fff;
}

.live-search {
	width: 100%;
	position: absolute;
	z-index: 1000;
	background-color: #FFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0 10px 20px -5px rgba(36, 36, 59, .15);
	left: 0;
	top: 47px;
	display: none;
	overflow: hidden;
}


.live-search-box {
	max-height: 355px;
	overflow: auto;
}

.live-search .loading{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.live-search .item {
	background-color: #FFF;
	display: flex;
	padding: 10px 15px;
	align-items: center;
	border-bottom: 1px solid#f7f7f7;
	justify-content: space-between;
}
.live-search .live-search-box .item:nth-child(even) {
	background-color: #FAFAFA;
}
.live-search .item:hover {
	background-color: #f7f6f6!important;
}

.live-search .item a{
	display: flex;
	align-items: center;
}

.live-search .item .btn i{
	margin: 0;
}

.live-search .item .product-image{
	margin-right: 5px;
	width: 50px;
}

.live-search .product-image img {
	width: auto;
}

.live-search .item .product-name p{
	font-weight: normal;
	font-style: italic;
	font-size: 10px;
	color: #a6a6a6;
	margin: 0px;
}
.live-search .item .product-name{
	font-weight: bold;
	width: 205px;
}


.live-search .item .product-price {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	width: 100px;
	text-align: right;
	padding-right: 15px;
}

.live-search .item .product-price .special{
	color: #eb5757;
	text-decoration: line-through;
	display: block;
}

.live-search .product-price > .special {
	margin-top: -5px;
}

.live-search .product-add-cart a{
	border-radius: 50%;
	width: 38px;
	height: 38px;
	text-align: center;
	padding: 12px;
}

.live-search .result-text{
	text-align: center;
	font-size: 12px;
	background-color: #f9f9f9;
	padding: 10px 0;
	border-top: 1px solid#ededed;
}
.live-search .view-all-results:hover {
	color: #23527c;
}

.live-search .notitem{
	text-align: center;
	color: #a6a6a6;
	justify-content: center;
	font-size: 13px;
}




#sidebar {
	width: 280px;
	left: 0;
	top: 0;
	position: fixed;
	bottom: 0;
	background: #fff;
	z-index: 1005;
	margin-left: -290px;
	transition: 0.3s all;
	box-shadow: 10px 0px 20px -5px rgba(36, 36, 59, .15);
	overflow-y: auto;
}

.open-sidebar #sidebar{
	margin-left: 0;
}

.sidebar-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-menu li a{
	padding: 10px 50px 10px 15px;
	color: #343e48;
	position: relative;
	font-size: 13px;
	border-bottom: 1px solid#f7f7f7;
	display: flex;
	align-items: center;
	min-height: 50px;
}

.sidebar-menu li a:hover{
	background: #f9f9f9;
}

.sidebar-menu li.see-all a{
	color: #a6a6a6;
}

.sidebar-menu li a img{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.sidebar-menu li a i{
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -15px;
	text-align: center;
	width: 30px;
	height: 30px;
	background: #f7f7f7;
	line-height: 30px;
	border-radius: 6px;
}

.sidebar-menu li.open a i{
	transform: rotate(90deg);
}

.sidebar-menu li a .count{
	background: #f4f4f4;
	display: block;
	width: 32px;
	border-radius: 10px;
	color: #ccc;
	text-align: center;
	line-height: 16px;
	height: 16px;
	font-size: 10px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px;
}

.sidebar-title{
	background: #f9f9f9;
	padding: 18px 50px 18px 15px;
	font-weight: 600;
	position: relative;
}

.sidebar-title .sidebar-close{
	border: none;
	position: absolute;
	right: 0;
	font-size: 30px;
	top: 0;
	padding: 10px;
	bottom: 0;
	line-height: 20px;
	transition: 0.3s all;
}

.sidebar-title .sidebar-close:hover{
	background: #3f4e5d;
	color: #fff;
}

#top .sidebar-title,
#header-info .sidebar-title{
	display: none;
}

#sidebar .dropdown-menu{
	position: relative;
	float: none;
	box-shadow: none;
	border-radius: 0;
}


/* cart */

#cart .table{
	margin-bottom: 0;
}

.overflow-cart {
	max-height: 200px;
	overflow-y: auto;
	margin: -15px -15px 20px;
	border-bottom: 1px solid#ededed;
}

.mini-cart-table {
	width: 100%;
}

.mini-cart-table>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.mini-cart-table tr>td{
	position: relative;
	padding: 8px 0;
}

.mini-cart-table tr>td:first-child{
	width: 65px;
	padding-left: 15px;
}

.mini-cart-table tr>td:nth-child(2){
	padding-left: 15px;
}

.mini-cart-table tr>td:nth-child(3){
	width: 36px;
}

.mini-cart-table tr>td:last-child {
	padding-right: 55px;
	font-weight: 600;
	width: 165px;
}

.mini-cart-table a {
	font-weight: 600;
	color: #343e48;
}

.mini-cart-table .btn-del{
	background: #f2f3f5;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -13px;
	text-align: center;
	padding: 0;
	border: 1px solid#ccc;
	font-size: 18px;
	line-height: 26px;
}

.mini-cart-table .btn-del:hover {
	background: #3f4e5d;
	border: 1px solid#3f4e5d;
	color: #fff;
}

/* menu */
#menu {
	background: #3f4e5d;
	height: 56px;
	box-shadow: 0 10px 20px -5px rgba(36, 36, 59, .15);
	position: absolute;
	top: 126px;
	left: 0;
	right: 0;
	width: auto;
	z-index: 1002;
}

.modal-open #menu {
	right: 17px;
}

#menu.fixed-menu {
	position: fixed;
	top: 0;
}


#menu .icon-btn{
	width: 56px;
	height: 56px;
	font-size: 26px;
	color: #fff;
	position: relative;
	border: none;
	border-left: 1px solid#5c6875;
	background: none;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 20px;
	text-align: center;
}

#menu .icon-btn:hover{
	    background: #5c6875;
}

#menu .icon-btn .count{
	width: 14px;
	height: 14px;
	background: #677482;
	display: block;
	position: absolute;
	left: 60%;
	font-size: 8px;
	border-radius: 50%;
	text-align: center;
	line-height: 14px;
	top: 13px;
	font-weight: bold;
}

#menu #mini-cart-btn.icon-btn .count{
	background: #ff680a;
}

#menu .menu-sale a {
	padding: 5px 15px;
	border-radius: 24px;
	border-bottom-right-radius: 0;
	font-size: 12px;
	color: #fff;
	background: linear-gradient(143.92deg,#fb6c46 -.14%,#d14a9a 106.86%);
	height: 38px;
	margin: 9px 10px 9px 0;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}

#menu .menu-sale a i {
	font-size: 20px;
	float: left;
	margin-right: 5px;
}

#menu .menu-sale a:hover {
	background: linear-gradient(143.92deg,#fb6c46 -.14%,#d14a9a 190%);
}


#menu .menu-sale a .blink {
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	z-index: 20;
	height: 240px;
	width: 240px;
	top: -5px;
	left: -92px;
	opacity: 1;
}

#menu .menu-sale a .animate {
	-webkit-animation: ripple 1.65s linear;
	-moz-animation: ripple 1.65s linear;
	-ms-animation: ripple 1.65s linear;
	-o-animation: ripple 1.65s linear;
	animation: ripple 1.65s linear;
	animation-iteration-count: infinite;
}

@-webkit-keyframes ripple {
	100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
	100% {opacity: 0; -moz-transform: scale(2.5);}
}
@keyframes ripple {
	100% {opacity: 0; transform: scale(2.5);}
}



.btn-category {
	width: 270px;
	background: #5c6875;
	border: none;
	height: 56px;
	text-align: left;
	padding: 10px 20px 10px 40px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	position: relative;
	margin-right: 15px;
}

.btn-category:hover {
	background: #5c6875;
}

.btn-category:before {
	content: '\f107';
	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	right: 15px;
	top: 14px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: 0.3s all;
}

.btn-category .category-icon{
	position: absolute;
	height: 14px;
	top: 50%;
	margin-top: -7px;
	left: 15px;
}

.btn-category .category-icon span{
	display: block;
	height: 2px;
	background: #eef2f5;
}

.btn-category .category-icon span:nth-child(1){
	width: 17px;
	margin-bottom: 4px;
}

.btn-category .category-icon span:nth-child(2){
	width: 10px;
	margin-bottom: 4px;
	-webkit-transition: width .3s ease;
	transition: width .3s ease;
}

.btn-category .category-icon span:nth-child(3){
	width: 5px;
	-webkit-transition: width .3s ease;
	transition: width .3s ease;
}

.btn-category:hover .category-icon span:nth-child(2),
.btn-category:hover .category-icon span:nth-child(3){
	width: 17px;
}
/* content */
#content {
	min-height: 600px;
}



.feedback-card{
	background-image: url(../assets/images/newsletter-pattern.png);
	background-color: #3f4e5d;
	color: #fff;
	text-align: center;
}

.feedback-card span{
	font-size: 45px;
	display: block;
	margin: 0 auto 15px;
}

.feedback-card h3 {
	font-size: 18px;
	margin: 0 0 10px;
}

.feedback-card .text{
	margin-bottom: 15px;
}

/* footer */
footer {
	padding-top: 30px;
	background: #3f4e5d;
	color: #c4c4c4;
}

footer h5 {
	font-size: 16px;
	color: #fff;
	margin: 0 0 15px;
	position: relative;
	padding-bottom: 15px;
}

footer h5:before{
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background: #4d6073;
	position: absolute;
	left: 0;
	bottom: 0px;
}

footer a{
	color: #c4c4c4;
}

footer a:hover{
	color: #fff;
}

#sidebar-wrapper{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(0 0 0 / 60%);
	z-index: 0;
	opacity: 0;
	visibility: hidden;
}

.open-sidebar #sidebar-wrapper,
.open-infoside #sidebar-wrapper,
.open-search #sidebar-wrapper,
.open-header #sidebar-wrapper{
	z-index: 1004;
	opacity: 1;
	visibility: visible;
}

.footer-list {
	margin: 0 0 30px;
	list-style: none;
	padding: 0;
}

.footer-list a{
	display: block;
	margin-bottom: 8px;
}

.footer-hour .text,
.footer-contact .text{
	padding-left: 50px;
	position: relative;
	margin-bottom: 15px;
}

.footer-hour .text span,
.footer-contact .text span{
	font-size: 45px;
	position: absolute;
	left: 0;
	color: #fff;
}

.footer-contact .phone a{
	font-size: 20px;
	color: #fff;
}

.footer-contact .phone a:hover{
	color: #ff680a;
}

.footer-contact .address {
	margin-bottom: 15px;
}

.footer-social{
	overflow: hidden;
	margin-bottom: 25px;
}

.footer-social a {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	background: #485869;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	border-radius: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.footer-social a:hover{
	background: #5d7084;
	color: #fff;
}

.payment-text {
	margin-bottom: 10px;
}

.footer-payment {
	margin: 0 0 25px;
	overflow: hidden;
	list-style: none;
	padding: 0;
}

.footer-payment li{
	float: left;
}
.footer-payment li img{
	height: 34px;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #ffffff;
	border-radius: 6px;
	opacity: 0.2;
	transition: 0.3s all;
}

.footer-payment li img:hover{
	opacity: 1;
}

.footer-powered {
	background: #354758;
	padding: 20px 0;
	color: #5a6e82;
}

.footer-powered a{
	color: #708090;
	font-weight: 600;
}

.footer-powered .copyright{
	text-align: right;
}

.footer-newsletter{
	background-image: url(../assets/images/newsletter-pattern.png);
	background-color: #3f4e5d;
	padding: 20px 0;
	margin: -30px 0 30px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25);
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.footer-newsletter .newsletter-box{
	position: relative;
	display: flex;
	margin-top: 4px;
}

.footer-newsletter .newsletter-box .btn{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.footer-newsletter .newsletter-box .form-control{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.footer-newsletter .newsletter-text {
	position: relative;
	padding-left: 60px;
	color: #fff;
}

.footer-newsletter .newsletter-text span {
	font-size: 45px;
	position: absolute;
	left: 0;
}

.footer-newsletter .newsletter-text .title {
	font-size: 18px;
	font-weight: 600;
}

.messenger-box {
	display: flex;
	flex-wrap: wrap;
}

.messenger-box a{
	font-size: 13px;
	padding: 5px 15px;
	display: flex;
	border-radius: 50px;
	color: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	align-items: center;
}

.messenger-box a:hover{
    opacity: 0.8;
}

.messenger-box a img{
    width: 24px;
    height: 24px;
    margin-right: 5px;
}

.messenger-box a.messenger-viber{
	background: #9640e0!important;
}

.messenger-box a.messenger-whatsapp{
	background: #1bd741!important;
}

.messenger-box a.messenger-telegram{
	background: #34b0e3!important;
}

.messenger-box a.messenger-messenger{
	background: #0084ff!important;
}

#cookies-card{
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgb(64 79 94 / 85%);
	z-index: 1005;
	padding: 30px 0;
	color: #fff;
	box-shadow: 0 -10px 20px -5px rgba(36, 36, 59, .15);
}

#cookies-card.show{
	display: block;
}

#cookies-card .cookies-box{
	position: relative;
	display: flex;
}

#cookies-card .cookies-box .cookies-control {
	display: flex;
}

#cookies-card .cookies-box .btn{
	display: inline-block;
	margin-left: 10px;
}

.product-info .messenger-box {
    padding: 15px;
    border: 2px dashed#ededed;
    border-radius: 10px;
    font-size: 13px;
    color: #a6a6a6;
    margin-top: 20px;
    justify-content: space-between;
    position: relative;
    padding-left: 60px;
}

.product-info .messenger-box .text {
	width: 285px;
}

.product-info .messenger-box .title{
	color: #373941;
	font-size: 15px;
	font-weight: 600;
}

.product-info .messenger-box .messenger-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.product-info .messenger-box a {
	margin: 0 0 0 5px;
	padding: 8px;
}

.product-info .messenger-box .messenger-list a:last-child{
	margin-right: 0;
}

.product-info .messenger-box span{
    font-size: 40px;
    position: absolute;
    left: 15px;
    top: 15px;
}

.product-info .messenger-box a img {
	margin-right: 0;
}

#backtotop {
	width: 50px;
	height: 50px;
	background: #fff;
	box-shadow: 2px 3px 5px 0 rgba(0,1,1,.2);
	text-align: center;
	padding: 5px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
	border-radius: 50%;
	color: #343e48;
	z-index: 1000;
	font-size: 40px;
	line-height: 46px;
}

#backtotop:hover {
	background: #ff680a;
	color:#fff;
}


.modal {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.modal-content {
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
	border-radius: 10px;
}

.modal-header {
	border-bottom: none;
	background: #3f4e5d;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
	padding-right: 65px;
}

.modal-header .modal-title {
	margin: 0;
	line-height: 1.42857143;
	font-weight: 400;
	font-size: 16px;
}

.modal-header .close {
	background: #5c6875;
	opacity: 1;
	color: #fff;
	top: 0;
	position: absolute;
	right: 0;
	margin: 0;
	width: 50px;
	text-shadow: none;
	bottom: 0;
	font-size: 28px;
	border-top-right-radius: 10px;
	transition: 0.3s all;
}

.modal-header .close:hover{
	background: #ff680a;
}

.modal-icon-box {
	position: relative;
	padding-left: 75px;
	min-height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.modal-icon-box span {
	font-size: 60px;
	color: #ccc;
	position: absolute;
	left: 0;
	top: 0;
}

.modal-icon-box .title {
	font-size: 16px;
	font-weight: 600;
}

.modal-footer {
	text-align: left;
	background: #f2f3f5;
	border: none;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.modal-footer .space-right {
	float: right;
	display: flex;
	justify-content: space-between;
}

.modal-footer>button{
	float: left;
}

.boc_modal_form .caption{
	text-align: center;
}

.boc_modal_form img{
	margin: 0 auto 15px;
	width: 200px;
}

.boc_modal_form .caption h2{
	font-size: 14px;
	margin: 0 0 15px;
	font-weight: 600;
}

.boc_modal_form .caption .price {
	margin: 10px 0;
}


/* alert */
.alert {
	padding: 15px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	position: fixed;
	bottom: 15px;
	left: 15px;
	width: 300px;
	font-weight: 400;
	display: block;
	border: none;
	z-index: 1001;
	background: #fff;
	margin: 0;
	overflow: hidden;
	text-align: center;
}
.alert .title{
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 10px;
}

.alert .close {
	text-shadow: none;
	position: absolute;
	right: 6px;
	top: 6px;
	font-size: 22px;
	height: 30px;
	width: 30px;
	border-radius: 30px;
	border: 1px solid#e7e8e8;
	background: none;
	color: #e7e8e8;
	opacity: 1;
	transition: 0.3s all;
}

.alert .close:hover {
	background: #3f4e5d;
	color: #fff;
	border-color: #3f4e5d;
	opacity: 1;
}

.alert>.fa {
	color: #fff;
	width: 60px;
	height: 60px;
	font-size: 30px;
	text-align: center;
	border-radius: 50%;
	position: relative;
	margin-bottom: 15px;
}

.alert>.fa:before {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -15px;
}

.alert .btn{
	display: block;
	margin: 10px auto 0;
}

.alert a {
	text-decoration: underline;
}

.alert-danger, .alert-info, .alert-success {
	color: #343e48;
}

.alert-success{
	border-left: 5px solid#00bf54;
}

.alert-success>.fa {
	background: #00bf54;
}

.alert-danger{
	border-left: 5px solid#f44336;
}

.alert-danger>.fa {
	background-color: #f44336;
}

.alert-info{
	border-left: 5px solid#1886ff;
}

.alert-info>.fa {
	background: #1886ff;
}

.text-danger {
	color: #f44336;
	font-size: 13px;
	font-weight: 600;
}

/* breadcrumb */
.breadcrumb {
	margin: 0;
	padding: 0 0 15px;
	border: none;
	background: none;
	color: #a6a6a6;
	font-weight: 600;
	font-size: 13px;
}

.breadcrumb > li {
	padding: 0 15px 0 0;
	position: relative;
	display: inline;
}

.breadcrumb>li+li:before{
	content: '';
}

.breadcrumb > li a {
	color: #343e48;
	position: relative;
}

.breadcrumb > li > a:hover {
	color: #23a1d1;
}

.breadcrumb > li a:before {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 13px;
	position: absolute;
	right: -14px;
	top: 1px;
}

.pagination {
	margin: 0;
}
/* buttons */

.btn {
	padding: 5px 20px;
	font-size: 12px;
	border: none;
	border-radius: 6px;
	height: 38px;
	transition: 0.3s all;
	background: #e7e8e8;
	color: #343e48;
	line-height: 28px;
}

.btn:hover {
	background: #3f4e5d;
	color: #fff;
}

.btn:focus{
	outline: none;
}

.main-btn {
	background: #3f4e5d;
	color: #fff;
}

.main-btn:hover,
.main-btn:focus  {
	background: #5c6875;
	color: #fff;
}

.btn i{
	margin-right: 5px;
}

.submain-btn{
	background: #ff680a;
	color: #fff;
}

.submain-btn:hover,
.submain-btn:focus{
	background: #ff8d46;
	color: #fff;
}

.banner-btn{
	border: 2px solid#fff;
	line-height: 26px;
	background: none;
	color: #fff;
}

.banner-btn:hover,
.banner-btn:focus{
	background: rgb(255 255 255 / 15%);
	color: #fff;
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}


.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group{
	background: #fff;
	padding: 0;
}
.list-group a {
	color: #333e48;
	padding: 10px 15px;
	border: none;
	font-weight: 400;
	font-size: 13px;
	background: none;
	border-top: 1px solid#ececec;
	margin-bottom: 0;
}

.list-group.category-group a{
	padding: 10px 50px 10px 15px
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover,
.list-group a.active:focus,
.list-group a:focus {
	color: #333e48;
	text-shadow: none;
	background: #f9f9f9;
	border-color: #ececec;
}

.list-group a .count {
	background: #f4f4f4;
	display: block;
	width: 32px;
	border-radius: 10px;
	color: #ccc;
	text-align: center;
	line-height: 16px;
	height: 16px;
	font-size: 10px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px;
}

.list-group a.active .count,
.list-group a.active:hover .count,
.list-group a:hover .count,
.list-group a.active:focus .count,
.list-group a:focus .count{
	background: #3f4e5d;
	color: #fff;
}

.list-group a:first-child {
	border-top: none;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.list-group a:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.list-group a .circle {
	width: 4px;
	height: 4px;
	background: #cccccc;
	display: block;
	border-radius: 50%;
	float: left;
	margin-right: 5px;
	margin-top: 7px;
}

.list-group.list-group-icon a {
    display: flex;
    align-items: center;
}

.list-group.list-group-icon a span{
    font-size: 26px;
    width: 26px;
    text-align: center;
    margin-right: 10px;
}


/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

/* product list */
.product-thumb {
	margin-bottom: 20px;
	background: #fff;
	border-radius: 10px;
	position: relative;
	transition: 0.3s all;
	overflow: hidden;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25);
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.product-thumb.product-disabled{
	opacity: 0.6;
}
.product-thumb .image {
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	padding: 15px;
	position: relative;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	width: 100%;
}

.product-thumb .overflow-buttons {
	position: absolute;
	z-index: 1;
	right: 10px;
	transition: 0.3s all;
	top: 50%;
	margin-top: -58px;
}

.product-thumb .overflow-buttons .icon-btn {
	background: #f4f4f4;
	border: none;
	font-size: 16px;
	height: 34px;
	line-height: 34px;
	border-radius: 50%;
	width: 35px;
	margin-bottom: 5px;
	color: #9d9d9d;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	-o-transition: 0.3s all;
	transition: 0.3s all;
	opacity: 0.9;
}

.product-thumb .overflow-buttons .icon-btn:hover {
	background-color: #5c6875;
	color: #fff;
}


.product-thumb h3 {
	font-size: 14px;
	margin: 0 0 5px;
	overflow: hidden;
	font-weight: 600;
	height: 32px;
}

.product-thumb h3 a{
	color: #343e48;
}

.product-thumb h3 a:hover {
	color: #ff680a;
}

.product-thumb .description{
	display: none;
}
.product-thumb .caption {
	padding: 0px 15px 15px;
	position: relative;
	z-index: 2;
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: center;
}

.product-thumb .rating {
	padding-bottom: 5px;
}

.rating .fa-stack {
    font-size: 7px;
    height: 18px;
}

.rating .fa-star {
	color: #e6e6e6;
	font-size: 16px;
}

.rating .fa-star.stary {
	color: #ffd820;
	z-index: 1;
}

.product-thumb .rating .reviews-count{
	color: #e6e6e6;
	display: inline-block;
	margin-left: 8px;
	position: relative;
	text-align: center;
	font-size: 10px;
}

.product-thumb .rating .reviews-count .fa{
	font-size: 18px;
}

.product-thumb .rating .reviews-count span{
	position: absolute;
	left: 0;
	color: #fff;
	width: 18px;
	height: 18px;
	line-height: 16px;
}

.product-thumb .price {
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 5px;
}


.product-thumb .price-new {
	color: #eb5757;
}

.product-thumb .price-old {
	color: #a6a6a6;
	text-decoration: line-through;
	margin-left: 5px;
}

.product-thumb .price-tax {
	color: #7b8186;
	font-size: 12px;
	display: block;
	font-weight: 400;
	padding: 10px 0px 0px;
}

.product-thumb .caption .button-group {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.product-thumb .caption .button-group .btn {
	width: 100%;
}

.product-thumb .sale {
	font-weight: 600;
	position: absolute;
	left: 15px;
	top: 15px;
	width: 55px;
	background: #ff680a;
	padding: 5px 10px;
	color: #ffffff;
	border-radius: 10px;
	z-index: 2;
	font-size: 12px;
	text-align: center;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.06), 0 0 2px rgba(0,0,0,.07);
	box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 2px 2px rgba(0,0,0,.06), 0 0 2px rgba(0,0,0,.07);
}

.product-list .product-thumb{
	min-height: 190px;
	display: flex;
	padding-left: 190px;
}

.product-list .product-thumb h3{
	height: auto;
}

.product-list .product-thumb .image{
	width: 190px;
	border-radius: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.product-list .product-thumb .caption{
	padding: 15px;
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 802px;
}

.product-list .product-thumb .caption .button-group {
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.product-list .product-thumb .description {
	display: block;
	margin-bottom: 10px;
}

.product-list .product-thumb .caption .button-group .btn {
	width: auto;
	margin-right: 15px;
}




.product-vertical-list .product-thumb{
    display: flex;
    padding: 0 0 10px;
    border: none;
    margin-bottom: 10px;
    border-bottom: 1px solid#e5e5e5;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    align-items: center;
}

.product-vertical-list .product-thumb:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.product-vertical-list  .product-thumb .image{
	padding: 0;
	border-radius: 0;
	width: 35%;
}

.product-vertical-list  .product-thumb .caption{
	padding: 0 0 0 10px;
	background: none;
	width: 65%;
	text-align: left;
}

.product-vertical-list .product-thumb h3 {
	font-size: 14px;
	height: auto;
}

.product-vertical-list .product-thumb .rating {
	text-align: left;
}

.product-vertical-list .product-thumb .price {
	text-align: left;
	margin-bottom: 0;
	font-size: 13px;
}



.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.product-empty {
    display: flex;
    align-items: center;
}

.product-empty img{
    width: 200px;
}

.card-category img{
	display: block;
	width: 100%;
}

.card-category h1 {
	margin: 0 0 15px;
	font-size: 22px;
}

.subcategory-list a {
	font-weight: 600;
	font-size: 13px;
	background: #fff;
	padding: 10px;
	padding-left: 65px;
	position: relative;
	height: 70px;
	display: flex;
	align-items: center;
	border-radius: 10px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25);
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.subcategory-list a:hover{
	color: #23a1d1;
}

.subcategory-list a img {
	width: 40px;
	position: absolute;
	left: 15px;
}

.subcategory-list a span{
	color: #23a1d1;
	font-style: normal;
	font-size: 13px;
	line-height: 16px;
}

.card-filter{
	background: #fff;
}

.card-filter .btn-link {
	color: #222;
	font-weight: 600;
}

.card-filter .form-group {
	margin: 0;
}

.btn-view .btn {
	width: 50px;
	height: 38px;
	border-radius: 10px;
	overflow: hidden;
	line-height: 30px;
	text-shadow: none;
	border: none;
	font-size: 14px;
	justify-content: center;
}

.btn-view .btn.active,
.btn-view .btn:hover {
	background: #5c6875;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-view .btn .fa {
	margin: 0;
}

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	background: #ffffff;
	border: 1px solid#dddddd;
	border-right: 0;
}

.input-image {
	display: inline-block;
	margin: 0 5px 5px 0;
	text-align: center;
}

.input-image img {
	display: block;
	width: 44px;
	height: 44px;
	border-radius: 6px;
	padding: 3px;
	border: 2px solid#cfd8dc;
}

.input-image label, .input-image label{
	padding: 0;
}

.input-image [type="radio"]:not(:checked),
.input-image [type="radio"]:checked,
.input-image [type="checkbox"]:not(:checked),
.input-image [type="checkbox"]:checked{
	position: absolute;
	left: -9999px;
}

.input-image [type="radio"]:checked + img,
.input-image [type="checkbox"]:checked + img{
	border-color: #3f4e5d;
}

.input-image [type="radio"]:disabled + label,
.input-image [type="checkbox"]:disabled + label{
	color: #aaa;
}

.help-block {
    color: #a6a6a6;
}

.card-manufactured {
	display: block;
	text-align: center;
	color: #343e48;
	font-weight: 600;
	margin-bottom: 15px;
}

.card-manufactured:hover {
	color: #23a1d1;
}

.card-manufactured img {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.section-title{
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 20px;
    position: relative;
    border-bottom: 1px solid#ececec;
    padding-bottom: 15px;
    padding-right: 85px;
}

.section-title:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	display: block;
	width: 100px;
	background: #3f4e5d;
	height: 3px;
	border-radius: 30px;
}

.owl-carousel.custom-nav .owl-nav {
	position: absolute;
	top: -62px;
	right: 0;
}



.owl-carousel.custom-nav .owl-nav button.owl-prev, .owl-carousel.custom-nav .owl-nav button.owl-next {
	width: 38px;
	height: 30px;
	text-align: center;
	border-radius: 0;
	overflow: hidden;
	background-color: #e7e8e8;
	font-size: 30px;
	line-height: 36px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	color: #343e48;
}

.owl-carousel.custom-nav .owl-nav button.owl-prev{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-right: 1px solid#e5e5e5;
}

.owl-carousel.custom-nav .owl-nav button.owl-next{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-left: none;
}

.owl-carousel.custom-nav .owl-nav button.owl-prev:hover,
.owl-carousel.custom-nav .owl-nav button.owl-next:hover{
	background-color: #5c6875;
	color: #fff;
}

.owl-dots {
	display: block;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	margin-top: -10px;
}

.owl-carousel button.owl-dot{
	width: 10px;
	height: 10px;
	background: #ddd;
	display: inline-block;
	margin: 0 3px;
	border-radius: 20px;
	transition: 0.3s all;
}

.owl-carousel button.owl-dot:hover {
	background: #3f4e5d;
}

.owl-carousel button.owl-dot.active {
	background: #3f4e5d;
	width: 22px;
}

.owl-carousel.carousel .owl-item img {
	width: auto;
}

.owl-carousel.carousel .owl-dots {
	margin-bottom: 0px;
}

.product-title{
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.product-title .title-page{
	margin: 0;
}

.product-title span{
	background: #ffecb2;
	border-radius: 4px;
	font-size: 13px;
	padding: 5px 10px;
}




.product-desc-title span {
	color: #d2d2d2;
}

.detail-action {
	display: flex;
	margin-bottom: 15px;
}

.detail-action .btn-icon {
    border: none;
    padding: 5px 15px;
    color: #a6a6a6;
    width: 50%;
    height: 41px;
    background: #f3f3f3;
    border-radius: 10px;
    line-height: 12px;
    display: flex;
    align-items: center;
}

.detail-action .btn-icon:last-child{
	margin-left: 10px;
}

.detail-action .btn-icon:hover {
	background: #3f4e5d;
	color: #fff;
}

.detail-action .btn-icon i{
    color: #23a1d1;
    font-style: normal;
    font-size: 13px;
    border-bottom: 1px dashed;
    line-height: 16px;
}

.detail-action .btn-icon:hover i{
    color: #fff;
}

.detail-action .btn-icon span{
    font-size: 20px;
    margin-right: 5px;
    font-weight: bold;
}


.product-info h3 {
	font-size: 18px;
}

.after-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.product-categories {
	margin-bottom: 10px;
}

.product-categories a{
	font-size: 13px;
	color: #a6a6a6;
	display: inline-block;
	margin-right: 10px;
}

.product-categories a:hover{
	color:#23a1d1
}


.option-label {
	font-size: 15px;
	font-weight: 600;
}

.product-info .list-unstyled {
	margin-bottom: 0;
	line-height: 25px;
	padding: 15px 0 0;
	font-size: 13px;
}

.product-info .list-unstyled span {
	display: inline-block;
	width: 160px;
}

.box-info-product {
	margin-left: 15px;
}

.box-info-product .btn {
	    min-width: 180px;
}


.buyoneclick-box{
	display: flex;
	justify-content: space-between;
	padding: 15px;
	background: #f9f9f9;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25);
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.buyoneclick-box .text-box {
	padding-left: 45px;
	text-align: left;
	position: relative;
	font-size: 13px;
	color: #a6a6a6;
}

.buyoneclick-box .text-box span {
	font-size: 40px;
	position: absolute;
	left: 0;
	top: 0;
}

.buyoneclick-box .text-box .title {
	color: #373941;
	font-size: 15px;
	font-weight: 600;
}

.buyoneclick-box .btn{
	min-width: 150px;
}



.number-spinner .btn {
	height: 38px;
	background: #f5f3f3;
	color: #a6a6a6;
	border-color: #f5f3f3;
	padding: 13px 15px;
	text-align: center;
	line-height: 1;
}

.number-spinner .btn:hover{
	background: #5c6875;
	color: #fff;
	border-color: #5c6875;
}

.number-spinner .btn .fa{
	margin: 0;
}

.number-spinner .form-control {
	height: 38px;
	border: 1px solid#f3f3f3;
	padding: 10px;
}

.box-review {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	color: #a6a6a6;
}

.box-review .rating{
	display: inline-block;
	z-index: 0;
	position: relative;
	float: right;
	margin-right: 10px;
}

.box-review a{
	background: #ff680a;
	padding: 5px 15px;
	font-size: 12px;
	border-radius: 6px;
	margin-right: 30px;
	color: #ffffff;
}

.box-review a:hover{
	background: #ff8d46;
	color: #ffffff;
}



#product-option-box {
	background: #f9f9f9;
	padding: 15px;
	border-radius: 10px;
	margin-bottom: 20px;
}

#product-option-box h3{
	margin: 0 0 15px;
}

#product-option-box .form-group:last-child{
	margin: 0;
}

#product-option-box .main-radiobox [type="radio"]:not(:checked) + label,
#product-option-box .main-radiobox [type="radio"]:checked + label,
#product-option-box .main-checkbox [type="checkbox"]:not(:checked) + label,
#product-option-box .main-checkbox [type="checkbox"]:checked + label{
	font-size: 13px;
}

#product-option-box .main-radiobox [type="radio"]:not(:checked) + label span,
#product-option-box .main-radiobox [type="radio"]:checked + label span,
#product-option-box .main-checkbox [type="checkbox"]:not(:checked) + label span,
#product-option-box .main-checkbox [type="checkbox"]:checked + label span{
	font-weight: 600;
}

.main-product-price {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	position: relative;
	flex-wrap: wrap;
}

.main-product-price .form-group {
	width: 138px;
	margin: 0;
}

.product-price {
	font-size: 20px;
	    color: #5c6875;
	    font-weight: 600;
	    line-height: 1;
	    margin-right: 15px;
	    width: 197px;
}

.product-price .tax{
	font-size: 13px;
	color: #6c7c93;
}

.product-price .new-price {
	display: inline-block;
}

.product-price .old-price{
	display: inline-block;
	margin-left: 10px;
	text-decoration: line-through;
	color: #a6a6a6;
	font-weight: 600;
}

.product-discount{
	padding: 15px 15px 15px 70px;
	margin-bottom: 15px;
	position: relative;
	border-radius: 10px;
	color: #fff;
	overflow: hidden;
	min-height: 68px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(143.92deg,#fb6c46 -.14%,#d14a9a 106.86%);
}

.product-review {
	background: #f9f9f9;
	color: #343e48;
	padding: 15px 15px 15px 80px;
	margin: 0 0 20px;
	border-radius: 10px;
	position: relative;
	min-height: 80px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.25);
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.product-discount>span,
.product-review>span{
	font-size: 25px;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	left: 15px;
	background: #ffffff;
	color: #343e48;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1)!important;
}

.product-review>span {
	background: #ff680a;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
}

.product-review .btn {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -19px;
}


.product-discount .title,
.product-review .title{
	font-weight: 600;
	font-size: 15px;
}

.product-review .title{
	margin-bottom: 5px;
}

.product-review .box-review{
	margin: 0;
}


.product-review .rating .fa-star {
	font-size: 20px;
}

.product-review .rating .fa-stack {
	font-size: 10px;
	height: 18px;
}


.no-review {
	position: relative;
	padding: 0 0 20px 50px;
	color: #a6a6a6;
	margin-bottom: 20px;
	border-bottom: 1px solid#ededed;
	min-height: 60px;
}

.no-review span{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 40px;
	color: #343e48;
}

.no-review div {
	font-weight: 600;
	color: #343e48;
}

.discount-list{
	overflow: hidden;
}

.discount-list .item{
	float: left;
	margin: 5px 0 0;
	position: relative;
	padding-right: 16px;
}

.discount-list .item:after{
	content: '';
	width: 6px;
	height: 6px;
	background: #fff;
	display: block;
	border-radius: 50%;
	right: 6px;
	position: absolute;
	top: 50%;
	margin-top: -3px;
}

.discount-list .item:last-child:after{
	display: none;
	content: none;
}

.product-service {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid#ededed;
	margin-top: 20px;
}

.product-service  .item {
	width: 50%;
	margin-top: 20px;
	padding: 0 10px 0 65px;
	position: relative;
	min-height: 50px;
}

.product-service  .item span {
	font-size: 30px;
	color: #ff680a;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 1px solid#f9f9f9;
	line-height: 49px;
	background: #f9f9f9;
	text-align: center;
	margin: 0;
	top: 0;
	position: absolute;
	left: 0;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
}

.product-service .item .title {
	font-weight: 600;
}

.item .text {
	font-size: 13px;
	color: #a6a6a6;
}

.tags span{
	display: block;
	font-weight: 600;
}
.tags a{
	background: #f2f3f5;
	padding: 5px 10px;
	border-radius: 6px;
	color: #343e48;
	display: inline-block;
	margin-right: 5px;
	font-size: 13px;
}

.tags a:hover {
	background: #3f4e5d;
	color: #ffffff;
}

.thumb-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.thumb-container .slider-thumb {
	width: 100px;
	position: relative;
	z-index: 2;
}

.slider-thumb-container {
	position: relative;
	z-index: 3;
	margin-top: -5px;
}

.thumb-container .slider-thumb img{
	display: block;
	width: 100%;
	height: auto!important;
}

.slider-bigthumb {
	width: 100%;
	margin-left: -115px;
	padding-left: 115px;
}


.thumb-container .slider-thumb .slick-slide:focus,
.thumb-container .slider-thumb .slick-slide:hover{
	outline: 0;
	cursor: pointer;
}

.thumb-container .slider-thumb .slick-slide {
	margin: 5px 0;
	border: 1px solid#ddd;
	border-radius: 10px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	position: relative;
}
.thumb-container .slider-thumb .slick-slide.slick-current,
.thumb-container .slider-thumb .slick-slide:hover{
	border: 1px solid#8a8383;
}

.thumb-container .slider-thumb .slick-slide span,
.slider-bigthumb .slick-slide span{
	background: rgb(63 78 93 / 58%);
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	color: #ff680a;
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -20px;
	font-size: 26px;
	font-weight: bold;
	box-shadow: 2px 3px 5px 0 rgba(0,1,1,.2);
	transition: 0.3s all;
}

.slider-bigthumb .slick-slide span{
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 36px;
    margin-left: -30px;
}

.thumb-container .slider-thumb .slick-slide:hover span,
.slider-bigthumb .slick-slide:hover span {
	transform: scale(1.2);
}

.none-slider-bigthumb {
	width: 100%;
}

.none-slider-bigthumb .thumbnail{
	border: 1px solid #ededed;
	border-radius: 10px;
}

.none-slider-bigthumb a.thumbnail.active,
.none-slider-bigthumb a.thumbnail:focus,
.none-slider-bigthumb a.thumbnail:hover {
	border-color: #a9a9a9;
}

.slider-bigthumb .slick-slide {
	border-radius: 10px;
	overflow: hidden;
	padding: 15px;
	height: 428px;
	display: flex;
	align-items: center;
}

.slider-bigthumb .slick-slide a{
	display: flex;
	align-items: center;
	height: 100%;
}

.slider-bigthumb .slick-slide img{
	width: 100%;
}

.slider-bigthumb .slick-list{
	border: 1px solid#ddd;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.slider-bigthumb:hover .slick-list{
	border: 1px solid#8a8383;
}




.prev.slick-arrow,
.next.slick-arrow{
	font-size: 28px;
	height: 30px;
	width: 30px;
	left: 50%;
	margin-left: -15px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background: #5c6875;
	border-radius: 50%;
	z-index: 3;
	cursor: pointer;
	position: absolute;
}

.prev.slick-arrow:hover,
.next.slick-arrow:hover{
	background: #3f4e5d;
}



.prev.slick-arrow {
	top: 15px;
}

.next.slick-arrow {
	bottom: 15px;
}

.prev.slick-arrow.slick-disabled,
.next.slick-arrow.slick-disabled{
	background: #f3f3f3;
	color: #ccc;
}


.review-list {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid#ededed;
}

.review-box {
	border-bottom: 1px solid#ededed;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.review-box:last-child{
	margin: 0;
	padding: 0;
	border: none;
}

.review-profile {
	position: relative;
	font-weight: 600;
	padding-left: 50px;
}

.review-box .review-profile>i {
	width: 40px;
	height: 40px;
	display: block;
	background: #f2f3f5;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #a6a6a6;
	font-size: 20px;
	position: absolute;
	left: 0;
}

.review-box .text {
	border-left: 1px solid#ededed;
	padding-left: 15px;
}

.review-box .date {
	color: #d2d2d2;
}

.review-stars-lab {
	overflow: hidden;
}

.lab-text {
	font-size: 14px;
	float: left;
	margin-right: 30px;
	margin-top: 2px;
}

#reviewstar{    overflow: hidden;
	position: relative;
	float: left;
	margin-bottom: 0;}
#reviewstar input{opacity:0;position:absolute;top:0;z-index:0;width:18px;height:20px;margin:0;}
#reviewstar input:checked ~ label{color:#ffd820;}
#reviewstar label{
	float: right;
	cursor: pointer;
	margin-bottom: 0;
	margin-right: 4px;
	position: relative;
	z-index: 1;
	color: #e2e2e2;
	font-size: 22px;
	transition: 0.3s all;
	line-height: 1;
}
#reviewstar label:hover,
#reviewstar label:hover ~ label{color:#ffd820;}

#reviewstar label .fa {
	font-size: 18px;
}


.panel-attribute:last-child{
	margin-bottom: 0;
}


.attr-group {
	margin-bottom: 20px;
}

.attr-row {
	position: relative;
	margin-bottom: 10px;
}

.attr-row:after {
	content: "";
	border-bottom: 1px dotted #a6a6a6;
	height: 1px;
	position: absolute;
	top: 14px;
	left: 0;
	right: 0;
	z-index: 1;
}

.attr-row span {
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.attr-title{
	color: #a6a6a6;
}

.head-td {
	margin-bottom: 5px;
	font-weight: 600;
}


#home-slider .slider-info {
	width: 50%;
}

#home-slider .slider-info .title{
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 30px;
}

#home-slider .slider-info .after-title {
	margin-bottom: 15px;
	font-size: 16px;
	color: #a6a6a6;
}

#home-slider .item{
	display: flex;
	align-items: center;
	padding: 0 55px;
	height: 380px;
}

#home-slider .slider-info .price-text {
	font-size: 18px;
	margin-bottom: 20px;
}

#home-slider .slider-info .price-text span{
	font-size: 30px;
	font-weight: bold;
	color: #ff680a;
}

#home-slider .slider-image {
	width: 50%;
}

.slider-home-carousel.owl-carousel .owl-nav button.owl-prev,
.slider-home-carousel.owl-carousel .owl-nav button.owl-next{
	font-size: 40px;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	transition: 0.3s all;
	background: #fff;
	box-shadow: 2px 3px 5px 0 rgba(0,1,1,.2);
	border-radius: 50%;
	color: #343e48;
}



.slider-home-carousel.owl-carousel .owl-nav button.owl-prev{
	left: 0;
}

.slider-home-carousel.owl-carousel .owl-nav button.owl-next{
	right: 0;
}

.slider-home-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.slider-home-carousel.owl-carousel .owl-nav button.owl-next:hover{
	background: #5c6875;
	color: #fff;
}


.slider-home-carousel.owl-carousel .owl-dots {
	margin: 0;
}

.swiper-wrapper img{
	margin: 0 auto;
}

.card-banner{
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
	height: 200px;
}



.home-banners .card-banner{
	height: 205px;
}


.card-banner .banner-info{
	width: 50%;
}

.card-banner .banner-info .title{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.card-banner .banner-info .price-text,
.card-banner .banner-info .text{
	margin-bottom: 15px;
}

.card-banner .banner-info .price-text span{
	font-weight: bold;
}

.card-banner .banner-image{
	width: 50%;
	height: 100%;
	position: relative;
	background: radial-gradient(50% 50% at 50% 50%, rgb(255 255 255 / 30%) 0%, rgba(196, 196, 196, 0) 100%);
}

.card-banner .banner-image img{
	display: block;
	margin: 0 auto;
	height: 100%;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

.card-banner:hover .banner-image img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.banner-dark{
	 background: #3f4e5d;
	 color: #fff;
}

.banner-orange{
	background: #ff680a;
	color: #fff;
}

.banner-purple{
	background: #d54d93;
	color: #fff;
}

.banner-long{
	height: 200px;
}

.card-banner .banner-info {
	width: 60%;
}

.card-banner .banner-image{
	width: 40%;
}

.banner-row {
	margin: 0 -10px;
	display: flex;
	justify-content: space-between;
}

.banner-col{
	padding: 0 10px;
}

.banner-row.banner-2 .banner-col{
	width: 50%;
}

.banner-row.banner-3 .banner-col{
	width: 33.3333333%;
}

.wallcategory-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.wallcategory-item {
	width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.category-wall-box {
	height: 100%;
}

.card.category-wall-box{
	margin-bottom: 0;
}

.category-wall-box .category-list {
	line-height: 24px;
	position: relative;
}


.category-wall-box .image img{
	width: 120px;
	margin: 0 auto 10px;
	display: block;
}

.category-wall-box .title {
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
	overflow: hidden;
	color: #343e48;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding-right: 35px;
	padding-bottom: 10px;
	border-bottom: 1px solid#ededed;
	line-height: 1;
}

.category-wall-box .show-more {
	font-size: 13px;
	font-weight: 600;
	border-bottom: 1px dashed;
}

.category-wall-box .show-more:hover{
	color: #343e48;
}

.category-wall-box ul {
	margin: 0 0 10px;
	padding-left: 0;
	list-style: none;
}

.category-wall-box ul li a {
	color: #a6a6a6;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: 0.3s all;
	position: relative;
	font-weight: 400;
	padding-right: 35px;
}

.category-list a span{
	background: #f4f4f4;
	display: block;
	width: 32px;
	border-radius: 10px;
	color: #ccc;
	text-align: center;
	line-height: 16px;
	height: 16px;
	font-size: 10px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -12px;
}

.category-wall-box .title span {
	background: #3f4e5d;
	color: #fff;
}

.category-wall-box ul li a:hover{
	text-decoration: underline;
}

.service-item {
	text-align: center;
	padding: 30px 15px;
	position: relative;
}

.service-item span {
	font-size: 40px;
	color: #ff680a;
	margin-bottom: 10px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 1px solid#f9f9f9;
	line-height: 68px;
	background: #f9f9f9;
	box-shadow: 0 1px 2px rgba(0,0,0,.25);
	transition: 0.5s all;
}

.service-item:hover span{
	color: #ffffff;
	background: #ff680a;
}

.service-item .title  {
	font-weight: 600;
	padding-bottom: 20px;
	font-size: 15px;
	position: relative;
}

.service-item .title:before {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #ff680a;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 9px;
	transition: 0.3s all;
}

.service-item:hover .title:before{
	width: 70px;
	margin-left: -35px;
}

.service-item .text{
	color: #a6a6a6;
}

.home-text-container{
	position: relative;
	padding-right: 80px
}

.home-text-container h2{
	margin: 0 0 15px;
	font-size: 20px;
	padding-right: 0;
}

.home-text-container ul {
	padding-left: 17px;
}

#expand-home-text {
	background: #3f4e5d;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	font-size: 30px;
	position: absolute;
	right: 0;
	top: 12px;
	cursor: pointer;
	transition: 0.3s all;
	color: #ffffff;
	border: 4px solid#f2f3f5;
}

#expand-home-text:hover {
	background: #ff680a;
	color: #ffffff;
}

#expand-home-text.open{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #5c6875;
	color: #ffffff;
}

.account-box {
    display: flex;
    align-items: center;
    border: 1px solid#ededed;
    border-radius: 10px;
    padding: 15px;
    color: #343e48;
    margin-bottom: 20px;
    font-size: 13px;
}

.account-box:hover {
    background: #f2f3f5;
    color: #343e48;
}

.account-box span {
    font-size: 36px;
    display: block;
    margin-right: 10px;
}

.main-table {
    width: 100%;
    border-bottom: 1px solid#f0f3f6;
}

.main-table tr td {
    vertical-align: middle;
    padding: 10px;
    border-top: 1px solid#f0f3f6;
}

.main-table tr td.price {
    font-weight: bold;
}

.main-table tr td a {
    color: #313131;
    font-weight: 600;
}

.panel-default>.panel-heading {
    color: #343e48;
    background-color: #f9f9f9;
    padding: 15px;
}

.panel-default>.panel-heading>.panel-title>a{
    display: block;
    position: relative;
}

.panel-default>.panel-heading>.panel-title>a .fa {
    font-size: 20px;
    position: absolute;
    right: 0;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px;
    overflow: hidden;
    background: #ffffff;
    border: none;
}

.article-card .article-image{
	width: 100%;
	margin: 0 0 10px;
	border-radius: 10px;
}
.article-thumb .caption {
	font-size: 13px;
}

.article-thumb .caption .article-date{
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 5px;
	color: #d2d2d2;
}

.article-thumb .caption h3 {
	font-size: 15px;
	margin: 0 0 10px;
	font-weight: 600;
}

.article-thumb .caption h3 a{
	color: #343e48;
}

.article-thumb .caption h3 a:hover{
	color: #5c6875;
}


.article-thumb .image img{
	width: 100%;
	border-radius: 10px;
}

.owl-carousel .article-thumb .image{
	margin-bottom: 10px;
}

.article-thumb .overflow-article {
	overflow: hidden;
	display: flex;
	align-items: center;
}

.article-thumb .overflow-article .viewed {
	color: #a6a6a6;
	margin-left: 15px;
}
.article-thumb .overflow-article .viewed .fa{
	margin-right: 5px;
}




@media(max-width: 1200px){

	.live-search .item .product-name {
		width: 175px;
		font-size: 13px;
	}


	.btn-category{
		width: 220px;
		font-size: 13px;
	}

	.header-help-box{
		margin-left: 5px;
	}

	.header-info .header-btn span{
		display: none;
	}

	.header-info .header-btn{
	width: 50px;
	height: 50px;
	margin: 0 10px 0 0;
	font-size: 30px;
	line-height: 50px;
	padding: 0;
	color: #ff680a;
}

	.header-info .header-btn .fa {
		margin: 0;
		font-size: 24px;
	}

	.header-help-box .title {
		font-size: 13px;
	}

	#search {
	    width: 405px;
	}

	#menu .menu-sale a span{
		display: none;
	}

	#menu .menu-sale a i {
    margin-right: 0;
}



	#home-slider .item {
		height: 350px;
	}

	.home-banners .card-banner {
		height: 190px;
	}

	.thumb-container {
		padding-bottom: 115px;
		position: relative;
	}

	.slider-thumb-container {
		position: absolute;
		bottom: 0;
		margin: 0;
	}

	.slider-bigthumb{
		padding:0;
		margin: 0;
	}



	.thumb-container .slider-thumb {
		width: 445px;
	}
	.thumb-container .slider-thumb .slick-slide {
		margin: 0 5px;
		height: 102px;
	}




	.prev.slick-arrow, .next.slick-arrow {
		position: absolute;
		top: 50%;
		margin-top: -15px;
		margin-left: 0;
	}

	.prev.slick-arrow{
		transform: rotate(-90deg);
		left: 15px;
	}

	.next.slick-arrow {
		right: 15px;
		transform: rotate(-90deg);
		left: auto;
	}

	.product-price {
		margin: 0 0 10px;
		width: 100%;
	}


	.product-thumb .rating .reviews-count {
		margin-left: 5px;
	}

	.product-info .messenger-box{
		padding: 15px;
		justify-content: center;
	}

	.product-info .messenger-box .text {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.product-info .messenger-box span {
		position: relative;
		left: 0;
		top: 0;
	}

	.product-info .messenger-box a {
		margin: 5px 5px 0 0px;
	}

	.product-list .product-thumb .caption {
		width: 510px;
	}


	.banner-3 .card-banner{
		flex-direction: column-reverse;
		height: auto;
	}

	.banner-3 .card-banner .banner-info {
		width: 100%;
		text-align: center;
	}

	.banner-3 .card-banner .banner-image {
		width: 100%;
		margin-bottom: 15px;
	}

	.banner-3 .card-banner .banner-image img{
		height: 180px;
	}

	footer .messenger-box a {
		width: 40px;
		height: 40px;
		justify-content: center;
	}

	footer .messenger-box a img {
		margin-right: 0;
	}

	footer .messenger-box a span{
		display: none;
	}

}

@media(max-width: 992px) {

	body {
		padding-top: 71px;
	}

    .title-page {
        font-size: 24px;
    }


	.btn-category {
		margin: 0;
		width: 100%;
	}

	.btn-category .title{
		display: none
	}


	.btn-category:before{
		display: none;
	}


	#menu .navbar-body {
    display: flex;
    justify-content: space-between;
}

	.btn-category .category-icon {
		left: 50%;
		margin-left: -8px;
	}

	.open-sidebar #menu,
	.modal-open #menu {
		padding-right: 0;
		right: 0;
	}

	#menu .container{
		width: auto;
	}

#menu .navbar-nav{
	display: flex;
	margin: 0
}

#menu .navbar-nav.navbar-left{
	width: 100%
}

	#menu {
		box-shadow: 0 -10px 20px -5px rgba(36, 36, 59, .15);
		position: fixed;
		top: auto;
		bottom: 0;
		z-index: 1005;
	}

	#menu.fixed-menu {
		top: auto;
		bottom: 0;
	}

	#menu .navbar-body {
		margin: 0 -15px;
	}





	#menu .navbar-nav.navbar-left {
		width: 20%;
	}

	#menu .navbar-nav.navbar-left>li {
		width: 100%;
	}

	#menu .navbar-nav.navbar-right {
		width: 80%;
	}

	#menu .navbar-nav.navbar-right>li{
		width: 25%;
	}

	#menu .icon-btn {
		width: 100%;
	}

	#menu .icon-btn .count {
		left: 53%;
	}

    .dropdown-account .dropdown-menu{
        text-align: center;
    }

    .dropdown-account .dropdown-info .overflow-button {
        justify-content: center;
    }

	.dropdown-account.open .dropdown-menu {
		margin: 0!important;
		position: fixed;
		bottom: 56px;
		top: auto;
		background: #fff;
		width: 100%;
		border-radius: 0;
		box-shadow: 0 -10px 20px -5px rgba(36, 36, 59, .15);
	}

	.dropdown-account .dropdown-menu>li>a {
		line-height: 30px;
		text-align: center;
		padding: 5px 15px;
	}

	#search {
		position: fixed;
		top: 56px;
		background: #f9f9f9;
		padding: 15px;
		margin: 0;
		box-shadow: 0 10px 20px -5px rgba(36, 36, 59, .15);
		width: 100%;
		margin-top: -100px;
	}

	.open-search #search{
		margin: 0;
	}

	#search .form-control {
		background: #fff;
		color: #343e48;
		box-shadow: 0px 1px 5px rgba(0,0,0,0.03);
	}

	#search .search-btn {
		right: 15px;
		top: 15px;
		color: #343e48;
		background: #ffffff;
		border-left: 1px solid#ededed;
	}


	#search .search-btn {
		right: 15px;
	}

	#search .clear-search {
		right: 65px;
		top: 15px;
		bottom: 15px;
	}

    #search .clear-search:hover{
        color: #354d5d;
    }

	.live-search {
		width: auto;
		right: 0;
		top: 124px;
		bottom: 56px;
		position: fixed;
		border-radius: 0;
		overflow: auto;
	}

	.live-search-box {
		max-height: none;
		overflow: auto;
	}

	.live-search .item .product-name {
		width: 325px;
	}

	.live-search .item .product-price {
		flex: 1;
	}

	.live-search .item>a {
		width: 85%;
	}

	.live-search .item .product-add-cart{
		width: 15%;
	}

	.live-search .product-add-cart a{
		float: right;
	}


	#logo {
		height: 56px;
		display: flex;
		align-items: center;
		float: left;
	}


	#logo img{
	width: 130px;
}

	header {
		margin: 0;
		padding: 0;
		background: none;
	}

	header .header-logo {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 0;
		height: 56px;
		position: fixed;
		top: 0;
		left: 0;
		box-shadow: 0 10px 20px -5px rgba(36, 36, 59, .15);
		z-index: 1006;
		background: #fff;
		padding: 0 15px;
	}

	header .header-nav {
		display: block;
		margin-right: -15px;
	}

	header .header-nav>li {
		float: left;
	}

	header .header-nav .icon-btn {
		width: 56px;
		height: 56px;
		font-size: 26px;
		color: #3f4e5d;
		position: relative;
		border: none;
		border-left: 1px solid#ededed;
		background: none;
		padding-top: 15px;
		padding-bottom: 15px;
		line-height: 20px;
		text-align: center;

	}

	#header-info {
		width: 280px;
		left: 0;
		top: 56px;
		position: fixed;
		bottom: 56px;
		background: #fff;
		z-index: 1005;
		margin-left: -290px;
		transition: 0.3s all;
		box-shadow: 10px 0px 20px -5px rgba(36, 36, 59, .15);
		overflow-y: auto;
		border: none;
		min-height: auto;
		padding: 0;
	}

	.open-header #header-info{
		margin: 0;

	}

	.header-help-box {
		float: none;
		margin: 10px 0 0;
		padding: 10px 15px 10px 75px;
	}

	.header-help-box .icon {
		left: 15px;
	}

	.header-help-box.help-mess-box .dropdown-toggle {
		padding: 10px 15px 10px 75px;
	}

	.header-info .header-btn {
		width: auto;
		height: 38px;
		font-size: 13px;
		line-height: 1;
		padding: 5px 20px;
		color: #343e48;
		float: none;
		display: flex;
		align-items: center;
		margin: 10px 15px 0;
		justify-content: center;
	}

	.header-info .header-btn:hover{
		color: #fff;
	}

	.header-info .header-btn span {
		display: inline-block;
	}

	.header-info .header-btn .fa {
		font-size: 14px;
		margin-right: 5px;
	}

	.dropdown-menu.messenger-box {
		position: relative;
		border-radius: 0;
		box-shadow: none;
		padding-bottom: 0;
	}




	#sidebar {
		top: 56px;
		bottom: 56px;
	}



	#top{
		width: 280px;
		left: 0;
		top: 56px;
		position: fixed;
		bottom: 56px;
		background: #fff;
		z-index: 1005;
		margin-left: -290px;
		transition: 0.3s all;
		box-shadow: 10px 0px 20px -5px rgba(36, 36, 59, .15);
		overflow-y: auto;
		border: none;
		min-height: auto;
	}

	.open-infoside #top{
		margin: 0;
	}

	#top	.container {
		width: auto;
		padding: 0;
	}

	#top .sidebar-title,
	#header-info .sidebar-title{
		display: block;
	}

	#top .nav>li {
		float: none;
	}

	#top .navbar-left,
	#top .navbar-right{
		float: none!important;
	}

	#top .nav.navbar-left>li>a,
	#top .nav.navbar-left>li>button {
		margin-right: 0;
	}

	#top .nav.navbar-right>li>a,
	#top .nav.navbar-right>li>button,
	#top .nav.navbar-right>li>form>a,
	#top .nav.navbar-right>li>form>button {
		margin-left: 0;
	}

	#top .nav>li>a,
	#top .nav>li>button,
	#top .nav>li>form>a,
	#top .nav>li>form>button{
		padding: 10px 50px 10px 15px;
		color: #343e48;
		position: relative;
		font-size: 13px;
		border-bottom: 1px solid#f7f7f7;
		display: flex;
		align-items: center;
		width: 100%;
		min-height: 50px;
	}

	#top .nav>li>a>i,
	#top .nav>li>button>i,
	#top .nav>li>form>a>i,
	#top .nav>li>form>button>i{
		position: absolute;
		right: 15px;
		top: 50%;
		margin-top: -15px;
		text-align: center;
		width: 30px;
		height: 30px;
		background: #f7f7f7;
		line-height: 30px;
		border-radius: 6px;
	}

	#top .dropdown-menu {
		position: relative;
		float: none;
		box-shadow: none;
		border-radius: 0;
	}






	.card-banner .banner-image {
		display: flex;
		align-items: center;
	}

	.card-banner .banner-image img {
		height: auto;
		max-width: 100%;
	}

	.wallcategory-item {
		width: 50%;
	}

	.card.category-wall-box {
		display: flex;
	}

	.category-wall-box .image {
		width: 35%;
		padding-right: 15px;
	}

	.category-wall-box .image img {
		width: 100%;
	}

	.category-wall-box .category-list{
		width: 65%;
	}

	.service-item{
		padding: 15px;
	}

    .product-price {
			margin: 0;
	    width: 357px;
    }

	.product-info .messenger-box{
		padding-left: 60px;
		justify-content: space-between;
	}

	.product-info .messenger-box .text {
		width: 60%;
		text-align: left;
	}

	.product-info .messenger-box span {
		position: absolute;
		left: 15px;
		top: 15px;
	}

	.product-info .messenger-box a {
		margin: 5px 5px 0 0px;
	}

	.product-list .product-thumb .caption {
		width: 548px;
	}


	.thumb-container {
		padding-bottom: 0;
		position: relative;
	}

	.slider-thumb-container {
		position: relative;
		margin-top: -5px;
	}

	.thumb-container .slider-thumb {
		width: 130px;
	}

	.slider-bigthumb {
		margin-left: -145px;
		padding-left: 145px;
	}

	.slider-bigthumb .slick-slide {
		height: 548px;
	}

	.prev.slick-arrow,
	.next.slick-arrow {
		position: absolute;
		top: auto;
		margin-top: 0;
		margin-left: -15px;
		left: 50%;
	}

	.thumb-container .slider-thumb .slick-slide {
		margin: 5px 0;
		height: 130px;
	}

	.prev.slick-arrow {
		transform: none;
		top: 15px;
	}

	.next.slick-arrow {
		right: auto;
		transform: none;
	}


    .alert {
        bottom: 76px;
    }



	.footer-powered {
		padding: 20px 0 76px;
	}


	#cookies-card .cookies-box{
		display: block;
	}

	#cookies-card .cookies-box .cookies-control {
		padding-top: 10px;
		margin: 0 -5px;
	}

	#cookies-card .cookies-box .btn {
		width: 50%;
		margin: 0 5px;
	}

	#backtotop {
		bottom: 71px;
	}
}

@media (max-width: 767px) {




	#home-slider .item {
		height: auto;
		display: block;
		text-align: center;
		padding: 0 20px;
	}

	#home-slider .slider-info,
	#home-slider .slider-image{
		width: auto;
	}

	#home-slider .slider-info .title {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	#home-slider .slider-info .after-title {
		margin-bottom: 10px;
		font-size: 14px;
	}

	#home-slider .slider-info .price-text {
		margin-bottom: 10px;
	}

	.title-page {
		font-size: 22px;
	}

	.wallcategory-item {
		width: 100%;
	}

	.wallcategory-item {
		margin-bottom: 15px;
	}

	.product-empty img {
		width: 110px;
		margin-right: 10px;
	}


	.service-item {
		text-align: left;
		padding: 15px 15px 15px 90px;
	}

	.service-item span {
		margin-bottom: 0;
		position: absolute;
		left: 15px;
		text-align: center;
		font-size: 30px;
		width: 60px;
		height: 60px;
		line-height: 58px;
	}

	.service-item .title{
		margin: 0;
	}

	.service-item .title:before {
		left: 0;
		margin-left: 0;
	}

	.service-item:hover .title:before {
		margin-left: 0;
	}



	#content {
		min-height: 0;
	}

	.banner-long {
		height: auto;
		display: block;
		text-align: center;
	}

	.banner-long .banner-info {
		width: 100%;
		margin-bottom: 20px;
	}

	.banner-long .banner-image {
		width: 100%;
	}

	.banner-row {
		display: block;
	}

	.banner-row.banner-3 .banner-col {
		width: 100%;
	}

	.banner-row.banner-2 .banner-col {
		width: 100%;
	}

	.banner-3 .card-banner {
		flex-direction: row;
	}

	.banner-3 .card-banner .banner-info {
		width: 60%;
		text-align: left;
	}

	.banner-3 .card-banner .banner-image {
		width: 40%;
		margin-bottom: 0;
	}

	.banner-3 .card-banner .banner-image img {
		height: auto;
	}

	.card-category img {
		display: block;
		width: auto;
		margin: 0 auto;
		max-width: 100%;
	}


	.product-layout.product-list.col-xs-12 {
		width: 50%;
	}

	.product-list .product-thumb .description {
		display: none;
	}

	.product-list .product-thumb {
		min-height: auto;
		display: block;
	}

	.product-list .product-thumb .image {
		width: auto;
	}

	.product-list .product-thumb .caption{
		padding: 0 10px 10px;
		text-align: center;
		display: block;
	}

	.product-list .product-thumb h3 {
		height: 32px;
	}

	.product-list .product-thumb .caption .button-group {
		display: block;
	}

	.product-list .product-thumb .caption .button-group .btn {
		width: 100%;
		margin: 0;
	}





	.product-thumb .caption{
		padding: 0 10px 10px;
	}

	.product-thumb .image {
		padding: 10px;
	}

	.product-thumb h3 {
		font-size: 14px;
		height: 32px;
	}





	.product-title {
		display: block;
	}

	.product-title .title-page {
		margin: 0 0 10px;
	}

	.product-service .item {
		width: 100%;
		margin-top: 15px;
		padding: 0 0 0 65px;
	}



	.product-info .messenger-box {
		padding: 15px;
		justify-content: center;
	}

	.product-info .messenger-box .text {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.product-info .messenger-box span{
		position: relative;
		left: 0;
		top: 0;
	}

	.product-info .messenger-box .messenger-list {
		justify-content: center;
	}

	.main-product-price .form-group {
		width: 46%;
		margin: 0 4% 0 0;
	}

	.product-price {
		width: 100%;
		margin-bottom: 15px;
	}

	.box-info-product {
		margin-left: 0;
		width: 50%;
	}

	.box-info-product .btn {
		width: 100%;
		min-width: 100px;
	}

	.product-thumb .price {
		font-size: 14px;
	}


	#product .box-review {
		padding: 15px 0;
		border-top: 2px dashed#f3f3f3;
		border-bottom: 2px dashed#f3f3f3;
		position: relative;
		align-items: flex-start;
	}

	#product .box-review a{
		margin: 0;
		padding: 11px;
		text-align: center;
		height: 38px;
		background: #3f4e5d;
		color: #fff;
		width: 50%;
	}

	#product .box-review a:hover {
		background: #5c6875;
		color: #fff;
	}

	#product .box-review .rating {
		padding-left: 15px;
	}

	#product .box-review .review-text {
		position: absolute;
		bottom: 15px;
		left: 50%;
		padding-left: 15px;
	}

	.buyoneclick-box{
		text-align: center;
		display: block;
	}

	.detail-action .btn-icon {
		padding: 10px;
		display: block;
		height: auto;
	}

	.detail-action .btn-icon span {
		margin-right: 0;
		display: block;
	}



	.buyoneclick-box .text-box {
		padding-left: 0;
		text-align: center;
		margin-bottom: 15px;
	}

	.buyoneclick-box .text-box span {
		position: relative;
		margin-bottom: 15px;
	}

    .thumb-container {
        margin-bottom: 10px;
		flex-direction: column-reverse;
    }

	.slider-thumb-container{
        width: 100%;
        margin: 0;
	}

    .slider-bigthumb {
        margin-left: 0;
        padding-left: 0;
    }

    .slider-bigthumb .slick-slide {
        height: auto;
    }

	.thumb-container .slider-thumb {
		width: 100%;
		margin-top: 10px;
	}

    .thumb-container .slider-thumb .slick-slide {
		margin: 0 5px;
		height: auto;
    }

    .prev.slick-arrow, .next.slick-arrow {
        position: absolute;
        top: 50%;
        margin-top: -15px;
        margin-left: 0;
    }

    .prev.slick-arrow {
        transform: rotate(-90deg);
        left: 15px;
    }

    .next.slick-arrow {
        right: 15px;
        transform: rotate(-90deg);
        left: auto;
    }

	.review-profile {
		display: flex;
		padding-left: 50px;
		min-height: 40px;
		margin-bottom: 15px;
		flex-direction: column;
		text-align: left;
	}

	.review-box .text {
		border-left: none;
		padding-left: 0;
	}

	.review-box .review-profile>i {
		margin: 0;
		position: absolute;
		left: 0;
		top: 0;
	}

	.product-review {
		padding: 15px;
		text-align: center;
	}

	.product-review>span {
		position: relative;
		margin: 0 auto 10px;
		left: auto;
	}

	.product-review .box-review {
		display: block;
		margin-bottom: 10px;
	}

	.product-review .box-review .rating {
		display: block;
		float: none;
		margin: 0;
	}

	.product-review .btn {
		position: relative;
		right: 0;
		top: auto;
		margin: 0;
	}

	.breadcrumb {
		padding: 0 0 15px;
		font-size: 13px;
	}

	.nav-tabs>li {
		float: none;
		margin: 0 0 5px 0;
	}

	.main-tabs>li>a{
		text-align: center;
	}


	.alert{
		left: 15px;
		right: 15px;
		width: auto;
		top: 71px;
		bottom: auto;
	}

	.footer-newsletter .newsletter-text {
		padding-left: 0;
		text-align: center;
		margin-bottom: 15px;
	}

	.footer-newsletter .newsletter-text span {
		position: relative;
	}

	.footer-powered,
	.footer-powered .copyright{
		text-align: center;
	}

	#backtotop {
        width: 50px;
        height: 24px;
        padding: 0px;
        bottom: 56px;
        right: 50%;
        font-size: 30px;
        line-height: 1px;
        margin-right: -25px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background: #3f4e5d;
        color: #fff;
	}

	.modal-footer .btn{
		width: 100%;
		float: none;
		margin-bottom: 5px;
	}

	.modal-footer .btn+.btn {
		margin-bottom: 0;
		margin-left: 0;
	}

	.modal-footer .space-right {
		float: none;
		display: block;
	}
}


/**/
#articles-catalog .articles-info, #articles-catalog .articles-info p {
    padding: 25px !important;
}
header {
    margin-bottom: 20px !important;
}