@import url(https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800);
body {
    font-family: Montserrat, sans-serif;
    color: #32325d;
    width: 100%;
    background: #e6ebf3;
    overflow-x: hidden;
    font-weight: 400;
    padding-top: 66px;
	font-size: 16px;
}
body.open-mini-cart,
body.open-sidebar{
    overflow: hidden;
}
b, strong {
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
h1 {
    font-size: 33px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 21px;
    margin: 0 0 30px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: #3fa4f4;
    transition: all .3s cubic-bezier(.4, 0, 1, 1);
}
a:hover {
    color: #7bc5ff;
    text-decoration: none;
}
legend {
    font-size: 18px;
    padding: 7px 0;
}
label {
    font-size: 12px;
    font-weight: 400;
}
blockquote {
	background: none repeat scroll 0 0 #E6EBF3;
	border-left: 5px solid #2BA5EC;
	font-style: italic;
	padding: 10px 20px;
	width: 95%;
	box-shadow: 0 0 5px #c0c0c0;
}
.list-counter-square {
	list-style: none;
	counter-reset: list;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div.scrollup {
	position: fixed; /* фиксированная позиция */
	color: #fff; /* цвет текста */
	background-color: #2BA5EC; /* цвет заднего фона */
	right: 20px; /* расстояние от правого края */
	bottom: 0px; /* расстояние от нижнего края */
	padding: 4px 10px; /* отступы до содержимого блока */
	font-size: 20px; /* размер шрифта (иконки) */
	border-top-left-radius: 4px; /* скругление верхнего левого угла */
	border-top-right-radius: 4px; /* скругление верхнего правого угла */
	cursor: pointer; /* форма курсора */
	display: none; /* не отображать элемент */
	text-align: center; /*выравнивание содержимого элемента по центру */
	z-index:3;
}
div.scrollup:hover {
	background-color: #0677B6; /* цвет заднего фона при наведении */
}
.mtop {
	padding:5px;
}
#map {
min-height:320px;
}
.total_rating {
	float: right;
}
.img_small {width:96px;}
.sticky {
	position: sticky;
	top: 0;
}
.goToTop {
	top:75px;
}
.row-flex {
	display: flex;
	flex-flow: row wrap;
}
.po_tri {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
[class*="col-"] {
	margin-bottom: 10px;
}

.content {
	height: 100%;

}
.form-control {
    font-size: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #e6ebf3;
    border-radius: 6px;
    height: 42px;
    padding: 6px 15px;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
textarea.form-control {
    border-radius: 6px;
}
.input-group .dropdown-menu, .input-group .popover, .input-group input, .input-group select {
    font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}
a:focus, button:focus {
    outline: 0;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
}
.main-checkbox [type=checkbox]:checked, .main-checkbox [type=checkbox]:not(:checked),
.main-radiobox [type=radio]:checked, .main-radiobox [type=radio]:not(:checked){
    position: absolute;
    left: -9999px;
}
.main-checkbox [type=checkbox]:checked+label,
.main-checkbox [type=checkbox]:not(:checked)+label,
.main-radiobox [type=radio]:checked+label,
.main-radiobox [type=radio]:not(:checked)+label{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 13px;
    transition: .3s all;
}

.main-checkbox [type=checkbox]:checked+label:before,
.main-checkbox [type=checkbox]:not(:checked)+label:before,
.main-radiobox [type=radio]:checked+label:before,
.main-radiobox [type=radio]:not(:checked)+label:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #cfd8dc;
    border-radius: 4px;
    box-shadow: none;
}

.main-radiobox [type=radio]:checked+label:before,
.main-radiobox [type=radio]:not(:checked)+label:before{
    border-radius: 10px;
}

.main-checkbox [type=checkbox]:checked+label:before{
    background: #2986ff;
    border-color: #2986ff;
}

.main-radiobox [type=radio]:checked+label:before{
    border-color: #2986ff;
}

.main-checkbox [type=checkbox]:checked+label:after,
.main-checkbox [type=checkbox]:not(: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-radiobox [type=radio]:checked+label:after,
.main-radiobox [type=radio]:not(: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-checkbox [type=checkbox]:not(:checked)+label:after,
.main-radiobox [type=radio]:not(:checked)+label:after{
    opacity: 0;
    transform: scale(0);
}

.main-checkbox [type=checkbox]:checked+label:after,
.main-radiobox [type=radio]:checked+label:after{
    opacity: 1;
    transform: scale(1);
}

.main-radiobox [type=radio]:checked+label:after{
    background: #2986ff;
}

.main-checkbox [type=checkbox]:disabled:checked+label:before,
.main-checkbox [type=checkbox]:disabled:not(:checked)+label:before,
.main-radiobox [type=radio]:disabled:checked+label:before,
.main-radiobox [type=radio]:disabled:not(:checked)+label:before{
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
.main-checkbox [type=checkbox]:disabled:checked+label:after,
.main-radiobox [type=radio]:disabled:checked+label:after{
    color: #999;
}

.main-checkbox [type=checkbox]:disabled+label,
.main-radiobox [type=radio]:disabled+label{
    color: #aaa;
}

.main-checkbox label:hover:before,
.main-radiobox label:hover:before{
    border: 2px solid #2986ff!important;
}

.ocfilter .main-checkbox [type=checkbox]:disabled:checked+label:before,
.ocfilter .main-checkbox [type=checkbox]:disabled:not(:checked)+label:before {
    border-color: #e4e4e4;
    background-color: #f3f4f9;
}
.main-checkbox .main-checkbox [type=checkbox]:disabled:not(:checked)+label:hover:before {
    border: 2px solid #d5d5d8!important;
}









span.hidden-lg, span.hidden-md, span.hidden-sm, span.hidden-xs {
    display: inline;
}
section {
    padding: 60px 0;
}

section h2 {
    margin: 0 0 20px;
}

section .after-h2{
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 400;
}
div.required .control-label:before {
    content: '* ';
    color: red;
    font-weight: 700;
}
.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #333;
    background: #f7f8fd;
}
.wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    z-index: 2;
}
.container {
    width: 1300px;
}

#menu {
    background: #ffffff;
    position: fixed;
    z-index: 1001;
    width: 300px;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    padding: 15px;
    -webkit-box-shadow: 2px 0 4px rgb(0 0 0 / 8%);
    box-shadow: 2px 0 4px rgb(0 0 0 / 8%);
    margin-left: -310px;
    transition: 0.3s all;
}

.open-sidebar #menu{
    margin: 0;
}

#menu .menu-title {
    margin: -15px -15px 15px;
    padding: 20px 30px 21px;
    background: #f7f8fd;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

#menu .menu-title button{
    background: none;
    border: none;
    font-weight: 300;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 15px;
    top: 50%;
    margin-top: -15px;
    color: #8a95a5;
}

#menu .menu-title button:hover{
    color: #32325d;
}

#menu .navbar-menu {
    margin: 0;
    list-style: none;
    padding: 0;
}

#menu .navbar-menu>div{
    margin-bottom: 5px;
}

#menu .navbar-menu .dropdown>a{
    display: block;
    padding: 10px 30px 10px 15px;
    position: relative;
    color: #32325d;
    border-radius: 6px;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
}

#menu .navbar-menu .dropdown>a:before{
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    text-align: center;
    transition: 0.3s all;
    font-size: 14px;
    color: #8a95a5;
    border-radius: 50%;
    background: #f7f8fd;
}

#menu .navbar-menu .dropdown.open {
    background: #f7f8fd;
    border-radius: 10px;
}

#menu .navbar-menu .dropdown.open>a:before{
    transform: rotate(90deg);
}

#menu .navbar-menu .dropdown>a:hover{
    background: #f7f8fd;
}

#menu .navbar-menu .dropdown>a span{
    display: block;
    font-size: 12px;
    color: #afb1bd;
}

#menu .navbar-menu .dropdown-menu {
    background: none;
    margin: 0;
    float: none;
    position: relative;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px;
}

#menu .navbar-menu .nav-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

#menu .navbar-menu .nav-list .nav-li-item {
    margin-bottom: 15px;
}

#menu .navbar-menu .nav-list .nav-li-item:last-child{
    margin-bottom: 0;
}

#menu .navbar-menu .nav-list .nav-li-item a {
    display: block;
    color: #222;
    font-weight: 500;
    font-size: 12px;
}

#menu .navbar-menu .nav-list .nav-li-item a:hover{
    color: #3fa4f4;
}

#menu .navbar-menu .nav-list .nav-li-item a img{
    width: 30px;
    margin-right: 10px;
    border-radius: 6px;
}

#top {
    height: 66px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    z-index: 1000;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
}

.open-sidebar #top{
    z-index: 3;
}

#top ul>li>.btn{
    margin: 12px 10px 12px 0;
    padding: 10px 20px;
}

#top ul li.sale-btn .btn{
    background: #ff6719;
    color: #fff;
}

#top ul li.sale-btn .btn:hover{
    background: #f96113;
    color: #fff;
}

#top ul li.blog-btn .btn{
    background: #e6ebf3;
    color: #212529;
}

#top ul li.blog-btn .btn:hover{
    background: #f7f8fd;
}

#top li .icon-btn {
    font-weight: 500;
    background: 0 0;
    border: none;
    font-size: 28px;
    padding: 14px 10px;
    transition: all .3s cubic-bezier(.4, 0, 1, 1);
    line-height: 1;
    color: #212529;
    position: relative;
    height: 66px;
    display: flex;
    align-items: center;
}
#top li .icon-btn:hover {
    background: #f7f8fd;
}
#top li .icon-btn i {
    display: block;
    width: 17px;
    height: 17px;
    background: #2986ff;
    border-radius: 50%;
    font-size: 10px;
    font-style: normal;
    text-align: center;
    line-height: 17px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    top: 13px;
    left: 30px;
}

.navbar-nav>.btn-nav-link>a{
    padding: 23px 20px;
    font-weight: 500;
    color: #212529;
}

#top .dropdown-menu {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175);
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-width: 100%}
#top .dropdown-menu>li>a, #top .dropdown-menu>li>button {
    display: block;
    padding: 10px 15px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 13px;
}
#logo {
    height: 66px;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
#logo img {
max-height:40px;
}
.navbar-nav>li#logo>a {
    padding: 0;
    display: block;
}
.navbar-nav>li#logo>a:hover {
    background: 0 0;
}



@-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);}
}

#search {
    width: 300px;
    position: relative;
    padding: 13px 0;
    margin-right: 10px;
    float: left;
}
#search .form-control {
    border: none;
    background: #f3f5fd;
    height: 40px;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
    font-weight: 500;
    font-size: 13px;
    color: #2c2f48;
}
#search .form-control::placeholder {
    color: #bdc2d4;
    opacity: 1;
}
#search .form-control:-ms-input-placeholder {
    color: #bdc2d4;
}
#search .form-control::-ms-input-placeholder {
    color: #bdc2d4;
}
#search button {
    position: absolute;
    top: 15px;
    border: none;
    right: 6px;
    font-size: 26px;
    background: 0 0;
    color: #cbced8;
}
#search button:focus, #search button:hover {
    color: #212529;
}
@media (min-width:768px) {
    .navbar-right {
        margin: 0;
    }
}
.header-search {
      padding: 30px 0;
      margin-bottom: 30px;
      background: #dde4ef;
 }
.main-search-group {
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0.25rem 0.125rem 0 rgb(0 0 0 / 5%);
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}
.main-search-group .select-category {
    width: 30%
}
.main-search-group .search-input {
    width: 70%
}

.main-search-group select {
    background: #fff;
    border-right: 1px solid#e2e2e2!important;
}
.main-search-group .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 42px;
    border: none;
}

.main-search-group .main-btn{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.main-search .main-checkbox {
    width: auto;
    display: inline-block;
    margin-right: 50px;
}
.not-found-search {
    text-align: center;
}
.not-found-search-text {
    font-size: 16px;
    margin: 0 0 30px;
}
.not-found-search .main-search .main-checkbox {
    width: auto;
    display: inline-block;
    margin: 0 20px;
}
.not-found-search .main-search {
    margin: 0 auto 20px;
}
.btn-del {
    background: 0 0;
    border: none;
    font-size: 30px;
    padding: 0;
    line-height: 0;
}
.table-checkout td:first-child {
    width: 120px;
    padding: 10px 0;
}
.table-checkout td:last-child {
    width: 30px;
    padding: 0;
}
.table-checkout .table>thead>tr>td {
    font-weight: 700;
}
.total-price-cart {
    font-size: 16px;
    text-align: right;
}
.total-price-cart span {
    color: #80d797;
    font-weight: 600;
}
.order-info-acc {
    margin-bottom: 30px;
}
.order-info-acc .title {
    margin-bottom: 10px;
    font-size: 18px;
}
.order-info-item span {
    font-weight: 700;
}
.order-info-item {
    margin-bottom: 5px;
}

.table-checkout {
    border-bottom: 1px solid#e6ebf3;
}

.table-checkout tr th:first-child{
    padding-left: 0;
}

.table-checkout.table>tbody>tr>td {
    vertical-align: middle;
}
.table-checkout tr th {
    font-weight: 700;
    border: none!important;
}
.table-checkout .total-td {
    font-size: 16px;
    color: #76d48f;
    font-weight: 600;
    width: 100px;
}
.table-checkout .btn-del {
    color: #ccc;
}
.table-checkout img {
    width: 150px;
    margin-right: 10px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0.25rem 0.125rem 0 rgb(0 0 0 / 5%);
}
.table-checkout tr>th:nth-child(2) {
    width: 120px;
}
.table.table-checkout>tbody>tr>td {
    border-top: 2px solid#e6ebf3;
}

.table-checkout tr>td a{
    font-weight: 500;
}
#coupon-card {
    margin-top: 40px;
}
#popular-product-category {
    margin-bottom: 30px;
}
.coupon-box {
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0, 0, 0, .05);
    box-shadow: 0 .25rem .125rem 0 rgba(0, 0, 0, .05);
}
.coupon-box .header-coupon {
    margin-bottom: 15px;
}
.coupon-box .header-coupon h4 {
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: 500;
}

.coupon-container {
    position: relative;
}
.checkout-card {
    padding: 0!important;
    overflow: hidden;
}
.panel-checkout {
    margin: 0;
}
.panel-checkout .number-step {
    text-align: center;
    width: 39px;
    height: 39px;
    line-height: 31px;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: inline-block;
    float: left;
    margin-right: 10px;
    position: absolute;
    top: 19px;
    left: 20px;
    border: 5px solid#bfdbff;
    background: #2986ff;
}
.panel-checkout.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
}
.panel-checkout .panel-title {
    min-height: 80px;
    line-height: 39px;
    padding: 20px 20px 20px 75px;
    background: #fff;
    border-bottom: 1px solid#f3f4f9;
    border-top: 1px solid#f3f4f9;
    margin-bottom: -1px;
}
.panel-checkout .panel-heading {
    border: none;
    padding: 0;
    position: relative;
}
.panel-checkout .panel-heading a {
    display: block;
    color: #2986ff;
    font-weight: 500;
}
.panel-checkout .panel-heading a:focus {
    text-decoration: none;
}
.panel-checkout .panel-heading a.collapsed {
    color: #333;
    font-weight: 400;
}
.panel-checkout .panel-heading a .fa {
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 25px;
    color: #cfd8dc;
    transition: .3s all;
    transform: rotate(180deg);
}
.panel-checkout .panel-heading a.collapsed .fa {
    transform: rotate(0);
}
.panel-checkout .panel-heading a:hover .fa {
    color: #3fa4f4;
}
.panel-group.panel-checkout .panel+.panel {
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.panel-checkout .panel-body {
    padding: 20px 20px 20px 37px;
    border: none!important;
    border-left: 3px solid#2986ff!important;
    margin-left: 38px;
}
.panel-checkout .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table>thead>tr>th {
    font-weight: 500;
}
.table-confirm .total-td {
    font-size: 16px;
    color: #76d48f;
    font-weight: 500;
}
.table-confirm {
    border: none;
}
.table-confirm>tbody>tr>td, .table-confirm>tbody>tr>th, .table-confirm>tfoot>tr>td, .table-confirm>tfoot>tr>th, .table-confirm>thead>tr>td, .table-confirm>thead>tr>th {
    border-bottom: 1px solid #f3f4f9;
    border-top: none;
    padding: 15px 10px;
}
.table-confirm tr td:first-child {
    padding-left: 0;
}
.table-confirm tr td:last-child {
    width: 110px;
    padding-right: 0;
}
.table-confirm tr td:nth-child(2) {
    width: 130px;
}
.table-confirm tr th {
    font-weight: 500;
    border: none!important;
    border-bottom: 1px solid #f3f4f9!important;
}
.table-confirm tr th:first-child {
    padding-left: 0;
}
.table-confirm tr th:last-child {
    padding-right: 0;
}
.table-confirm>tbody>tr:hover {
    background-color: #fafbfd;
}
.confirm-alert {
    background: #e5e9fb;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 6px;
    color: #2d2f39;
}
.success-box {
    text-align: center;
    padding: 100px 0 0;
}
#cart {
    position: relative;
}
#mini-cart {
    position: absolute;
    top: 66px;
    left: auto;
    right: 0;
    height: 455px;
    display: block;
    width: 450px;
    background: #fff;
    padding: 20px;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    -webkit-transform: translateY(-540px);
    transform: translateY(-540px);
    overflow: hidden;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0!important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.open-mini-cart #mini-cart {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.heading-mini-cart {
    padding: 20px;
    border-bottom: 2px solid#e6ebf3;
    border-top: 2px solid#e6ebf3;
}
.mnc-title {
    font-size: 24px;
    margin-top: 0;
    position: relative;
}
.mini-cart-total {
    font-size: 15px;
}
.mini-cart-total span {
    color: #2986ff;
    font-weight: 600;
    font-size: 18px;
}
.responsive-mini-cart {
    background: #fff;
    padding: 20px;
    height: 275px;
    overflow-y: auto;
}
.responsive-mini-cart .table {
    margin: 0;
}
#mini-cart .table thead tr td {
    border: 0;
    background-color: #eaf1fb;
    line-height: 40px;
    font-weight: 500;
    font-size: 16px;
    color: #6d7088;
}
#mini-cart .table tr td {
    border: none;
    display: block;
    text-align: left;
    padding: 0;
}

#mini-cart .table tr td small{
    color: #8a95a5;
    display: block;
    font-size: 80%;
}

#mini-cart .table tr td img {
    vertical-align: middle;
    display: block;
    width: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0.25rem 0.125rem 0 rgb(0 0 0 / 5%);
}
.mini-cart tbody {
    display: block;
    text-align: center;
}
.mini-cart tbody tr {
    display: block;
    transition: all .5s cubic-bezier(.55, 0, .1, 1) 0;
    margin: 0 0 40px;
    width: 100%;
    background: #fff;
    padding: 0 0 0 115px;
    position: relative;
    min-height: 100px;
}
.mini-cart tbody tr:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #e6ebf3;
    position: absolute;
    bottom: -20px;
    left: 0;
}
.mini-cart tbody tr:last-child {
    margin-bottom: 0;
}
.mini-cart tbody tr:last-child:after {
    display: none;
}
#mini-cart .table tr td:first-child {
    padding: 0;
    position: absolute;
    width: 100px;
    left: 0;
    top: 0;
}
.cart-btn-del {
    border: none;
    font-size: 12px;
    color: #545669;
    border-radius: 6px;
    background: #e6ebf3;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.cart-btn-del i {
    font-size: 16px;
    float: left;
}
.cart-btn-del:focus, .cart-btn-del:hover {
    background: #f3f4f9;
}
#mini-cart .mini-price {
    color: #76d48f;
    font-size: 18px;
    font-weight: 500;
    margin-top: 5px;
    position: relative;
}
#mini-cart .title a {
    font-weight: 500;
    display: block;
    overflow: hidden;
    font-size: 13px;
}
#close-mini-cart {
    position: fixed;
    right: 0;
    top: -550px;
    z-index: 99999;
    font-size: 50px;
    background: 0 0;
    border: none;
    padding: 0;
    color: #abcaf3;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    line-height: 1;
}
#close-mini-cart:hover {
    color: #222;
    cursor: pointer;
}
.cart-bottom {
    overflow: hidden;
    border-top: 2px solid#e6ebf3;
    right: 0;
    text-align: center;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
}
#mini-cart .btn {
    width: 48%;
    padding: 10px 20px;
}
.no-item-cart {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    font-size: 18px;
    color: #daddea;
}
#btn-mini-cart {
    font-weight: 400;
    background: 0 0;
    border: none;
    font-size: 29px;
    padding: 14px 10px;
    transition: all .3s cubic-bezier(.4, 0, 1, 1);
    line-height: 1;
    color: #222;
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
}
#btn-mini-cart:hover {
    background-color: #f7f8fd;
}
#btn-mini-cart i {
    display: block;
    width: 17px;
    height: 17px;
    background: #2986ff;
    border-radius: 50%;
    font-size: 10px;
    font-style: normal;
    text-align: center;
    line-height: 17px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    top: 13px;
    left: 30px;
}

.open>#btn-mini-cart {
    background-color: #f7f8fd;
}
.dropdown-menu>li>a, .dropdown-menu>li>button {
    padding: 10px 20px;
    position: relative;
    font-size: 13px;
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    border: none;
    background: 0 0;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #ebebeb;
    border: none;
    padding: 7px 0;
    margin: 0;
}
.dropdown-submenu .dropdown-menu a {
    padding: 5px 15px;
    display: block;
    color: #b9b9b9;
    font-size: 13px;
}
.dropdown-submenu .dropdown-menu a:hover {
    color: #222;
    background: 0 0;
}
ul.nav li:hover>.dropdown-menu {
    display: block;
}
#content {
    min-height: 600px;
}
footer {
    padding-top: 50px;
    background-color: #2c2f48;
}
footer a {
    color: #b4bcc8;
    line-height: 34px;
}
footer a:hover {
    opacity: 1;
    color: #fff;
}
footer h5 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 15px;
}
footer .list-unstyled {
    margin-bottom: 30px;
}
footer .logo-box .payment-list img {
    background: #353854;
    border-radius: 10px;
    width: 70px;
    margin: 10px 5px 15px 0;
    padding: 5px;
    display: inline-block;
}
footer .logo-box {
    color: #b4bcc8;
}
footer .logo-box img {
    display: block;
    margin-bottom: 10px;
}
footer .social-list {
    float: right;
}
footer .social-link {
    display: block;
    width: 42px;
    height: 42px;
    background: #2c2f48;
    text-align: center;
    line-height: 42px;
    border-radius: 10px;
    margin-left: 10px;
    color: #6f7290;
    float: right;
    font-size: 18px;
}
footer .social-link:hover {
    color: #fff;
    background: #2986ff;
}
.footer-payment {
    margin-top: 10px;
}
.footer-bottom {
    padding: 30px 0;
    font-size: 14px;
    background: #23253a;
    color: #606379;
}
.footer-bottom .powered-text {
    float: left;
}
.footer-bottom .powered-text span {
    display: block;
    font-size: 16px;
    color: #9295ad;
}
#footer-page {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #cfd7de;
}
.footer-line {
    overflow: hidden;
}
.footer-menu {
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
}
.footer-menu li {
    display: inline-block;
}
.footer-menu li a {
    color: #fff;
    line-height: 30px;
    padding: 0 15px;
}
.footer-menu li:first-child a {
    padding-left: 0;
}
.footer-menu li:last-child a {
    border: none;
}
.footer-category {
    overflow: hidden;
}
.footer-category li {
    display: block;
    float: left;
    width: 50%}
.copyright-page {
    color: #868e96;
    font-size: 14px;
}
#form-review textarea {
    resize: vertical;
}
#form-review .form-group.star-group {
    overflow: hidden;
}
#form-review .star-group>label {
    font-size: 14px;
    margin-right: 10px;
    float: left;
    margin-top: 5px;
}
.answer-item {
    background: rgba(243, 244, 249, .3);
    padding: 20px;
    margin-left: 80px;
    border-left: 2px solid#3fa4f4;
    border-radius: 3px;
    margin-bottom: 20px;
}
.answer-item span {
    font-weight: 600;
}
.review-item {
    position: relative;
    padding: 0 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid#e6ebf3;
}

.review-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-date {
    font-size: 13px;
    font-weight: 500;
    color: #afb1bd;
}
.review-autor {
    font-size: 16px;
    font-weight: 500;
}

.review-text {
    line-height: 25px;
    padding: 10px 0;
}
#reviewstar {
    overflow: hidden;
    position: relative;
    float: left;
}
#reviewstar input {
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    width: 18px;
    height: 20px;
    margin: 0;
}
#reviewstar input:checked~label {
    color: #ffca27;
}
#reviewstar label {
    float: right;
    cursor: pointer;
    margin-bottom: 0;
    margin-right: 4px;
    position: relative;
    z-index: 1;
    color: #e2e2e2;
    font-size: 19px;
    transition: .3s all;
}
#reviewstar label:hover, #reviewstar label:hover~label {
    color: #ffca27;
}
.no-items-box {
    margin-bottom: 30px;
}
.no-items-box .title {
    font-size: 18px;
    margin-bottom: 5px;
}
.no-items-box .text {
    font-size: 16px;
    color: #9dc5de;
}/*
.alert {
    padding: 25px 25px 25px 85px;
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    left: 20px;
    font-size: 14px;
    border: none;
    color: rgba(255, 255, 255, .78);
    width: 500px;
    line-height: 19px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0, 0, 0, .05);
    box-shadow: 0 .25rem .125rem 0 rgba(0, 0, 0, .05);
}
.alert a {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}
.alert a:hover {
    color: #fca383;
}
.alert .close {
    color: #fff;
    opacity: .7;
    font-weight: 200;
    top: 5px;
    position: absolute;
    right: 10px;
    font-size: 30px;
    line-height: 1;
}
.alert .close:hover {
    opacity: 1;
}
.alert .fa {
    font-size: 38px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.alert-danger {
    background: #ff6b6b;
}
.alert-danger .fa {
    background: #f16161;
}
.alert-success {
    background-color: #20c997;
}
.alert-success .fa {
    background: #1db588;
}*/
.breadcrumb {
    background: 0 0;
    padding: 20px 0;
    border-radius: 0;
    margin: 0;
    font-size: 14px;
    color: #8a95a5;
    font-weight: 500;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb>li {
    position: relative;
    white-space: nowrap;
    margin-right: 0;
}
.breadcrumb>li>a {
    color: #222;
}
.breadcrumb li a:hover, .breadcrumb li:last-child a {
    color: #2986ff;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #222;
    content: "\f105";
    font-family: fontAwesome;
}
.pagination {
    margin: 0;
}
.buttons {
    margin: 1em 0;
}
.btn {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
    transition: all .3s cubic-bezier(.4, 0, 1, 1);
    font-weight: 500;
    background: #e6ebf3;
}
.btn:hover {
    background: #2986ff;
    color: #fff;
}
.btn .jam {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: -19%}
.main-btn {
    color: #fff;
    background: #2986ff;
}
.main-btn:focus, .main-btn:hover {
    background: #096ef3;
    color: #fff;
}
.action-btn.disabled, .action-btn[disabled], .main-btn.disabled, .main-btn[disabled] {
    background: #2c2f48;
    opacity: 1;
    cursor: not-allowed;
}
.btn-blog {
    background: #fff;
    color: #000;
}
.btn-blog:focus, .btn-blog:hover {
    color: #fff;
    background: #3fa4f4;
}
.btn-blog.active, .btn-blog:active {
    color: #fff;
    background: #3fa4f4;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.action-btn {
    color: #fff;
    background: #1fda51;
}
.action-btn:focus, .action-btn:hover {
    color: #fff;
    background: #19c547;
}
.action-btn:disabled {
    color: #fff;
    opacity: 1;
    background: #515361;
}
.br-btn {
    color: #7b809c;
    border: 1px solid #63667b;
}
.br-btn:focus, .br-btn:hover {
    background: #fff;
}
.big-btn {
    width: 100%}
.filter-btn {
    background: #f3f4f9;
    font-size: 12px;
    padding: 5px 14px!important;
    display: inline-block;
    margin: 0 5px 10px 0;
}
.reflesh-btn {
    border-radius: 0;
    padding: 0;
    background: 0 0;
    color: #716aca;
}
.btn-currency {
    font-size: 14px;
    color: #fff;
    border: none;
    border-left: 1px solid#474a5a;
    border-right: 1px solid#474a5a;
    background: no-repeat;
    padding: 22px 15px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    transition: all .3s cubic-bezier(.4, 0, 1, 1);
}
.btn-currency:focus, .btn-currency:hover {
    background: #4d505f;
}
.btn-currency i {
    font-style: normal;
}
.btn-group>.btn, .btn-group>.dropdown-menu, .btn-group>.popover {
    font-size: 12px;
}
.btn-group>.btn-xs {
    font-size: 9px;
}
.btn-group>.btn-sm {
    font-size: 10.2px;
}
.btn-group>.btn-lg {
    font-size: 15px;
}
.btn-default {
    color: #777;
    background: #f3f4f9;
    border: none;
}
.main-btncart.remove>i {
    margin-right: 10px;
    font-size: 20px;
    float: left;
}
.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(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.active, .btn-primary.disabled, .btn-primary:active, .btn-primary:hover, .btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px;
}
.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(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.active, .btn-warning.disabled, .btn-warning:active, .btn-warning:hover, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, .1);
}
.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(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.active, .btn-danger.disabled, .btn-danger:active, .btn-danger:hover, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, .1);
}
.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(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.active, .btn-success.disabled, .btn-success:active, .btn-success:hover, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, .1);
}
.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(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.active, .btn-info.disabled, .btn-info:active, .btn-info:hover, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #23a1d1;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000;
}
.btn-inverse.active, .btn-inverse.disabled, .btn-inverse:active, .btn-inverse:hover, .btn-inverse[disabled] {
    background-color: #222;
    background-image: linear-gradient(to bottom, #333, #111);
}
.list-group a {
    border: 1px solid #ddd;
    color: #888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444;
    background: #eee;
    border: 1px solid #ddd;
    text-shadow: 0 1px 0 #fff;
}
.carousel-caption {
    color: #fff;
    text-shadow: 0 1px 0 #000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
.product-sale {
    position: relative;
}
.product-sale:before {
    content: '';
    display: block;
    position: absolute;
    right: 9px;
    top: 0;
    background: #ebebeb;
    width: 1px;
    height: 200px;
}
.product-thumb {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0, 0, 0, .05);
    box-shadow: 0 .25rem .125rem 0 rgba(0, 0, 0, .05);
}
.product-list .product-thumb {
    padding: 15px;
}
.product-thumb .product-type {
    position: relative;
    padding-left: 42px;
    margin-bottom: 10px;
    min-height: 35px;
}
.product-thumb .product-type img {
    width: 32px!important;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 6px;
}
.product-list .product-thumb .product-type {
    position: relative;
    padding: 0 10px 60px 0;
    margin-bottom: 0;
    width: 400px;
}
.product-thumb .product-description {
    font-size: 13px;
    color: #8a95a5;
    font-weight: 500;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.product-thumb .product-type .button-group-list {
    display: none;
}
.product-list .product-thumb .product-type .button-group-list {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}
.product-list .product-thumb .product-type img {
    display: none;
}
.product-thumb h3 {
    margin: 0 0 2px;
}
.product-thumb h3 a {
    font-size: 13px;
    color: #343a40;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
    height: 15px;
}
.product-thumb h3 a:hover {
    color: #004fff;
}
.product-list .product-thumb h3 a {
    overflow: unset;
    white-space: normal;
    font-size: 14px;
    height: auto;
}
.product-thumb .image {
/*    position: relative;*/
    overflow: hidden;
    text-align: center;
	height:130px;
	width: 100%;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a img {
	width: 100%;
	object-fit: contain;
	height: 180px;
}
.product-list .product-thumb .image a img {
    height: 190px;
    float: left;
}
.product-thumb .image:hover {
	transition: opacity .4s ease;
	background:#D6DDE9;
}
.product-thumb .image .overline {
    transition: opacity .4s ease;
    position: relative;
    margin-top: -80px;
    height: 80px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .3) 0, transparent 60%);
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 10px 20px;
    opacity: 0;
}
.product-thumb:hover .image .overline {
    opacity: 1;
}
.product-list .product-thumb .image .overline {
    position: absolute;
    margin-top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.product-thumb .image .overline a, .product-thumb .image .overline button {
    background: 0 0;
    border: none;
    font-size: 30px;
    padding: 0;
    line-height: 1;
    opacity: .9;
    color: #fff;
}
.product-thumb .image .overline a:hover, .product-thumb .image .overline button:hover {
    opacity: 1;
}
.product-grid .product-thumb .image {
    float: none;
}
.product-list .product-thumb .image {
    float: left;
    width: 380px;
	height: 200px;
    border-radius: 10px;
    overflow: hidden;
}
.product-thumb .caption {
    padding: 20px;
}
.product-list .product-thumb .product-description {
    margin-bottom: 15px;
}
.product-thumb .description {
    display: none;
}
.product-list .product-thumb .description {
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
}
.product-thumb .version {
    color: #c5c8d6;
    font-size: 13px;
    font-weight: 500;
    display: none;
}
.product-list .product-thumb .version {
    display: block;
}
.product-thumb .product-intro {
    overflow: hidden;
}
.product-list .product-thumb .product-intro {
    overflow: hidden;
    width: 145px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid#e3e6f5;
    padding-left: 15px;
}
.product-thumb .product-intro img {
    display: none;
}
.product-list .product-thumb .product-intro img {
    border-radius: 10px;
    margin-bottom: 10px;
    width: 46px;
    display: block;
}
.product-thumb .rating {
    float: left;
	width:100%;
}
.product-list .product-thumb .rating {
    display: block;
    float: none;
}
.rating .fa-stack {
    font-size: 7px;
}
.rating .fa-star {
    color: #e3e6f5;
    font-size: 18px;
}
.rating .fa-star.stary {
    color: #ffca27;
}
.product-list .product-thumb .caption {
    margin-left: 380px;
    height: 190px;
    padding: 0 0 0 15px;
    display: flex;
}
.product-thumb .price {
    float: right;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    margin-top: 3px;
}
.product-list .product-thumb .price {
    float: none;
    font-size: 16px;
    margin-top: 10px;
}
.product-thumb .price .currency {
    margin-left: 3px;
}
.product-thumb .price-new {
    display: inline-block;
    margin-left: 5px;
}
.product-thumb .price-old {
    color: #999;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin-top: 3px;
    text-decoration: line-through;
}
.product-thumb .price-sale{
    background: #2986ff;
    color: #fff;
    font-weight: 500;
    width: 76px;
    height: 44px;
    position: absolute;
    left: -28px;
    top: -10px;
    transform: rotate(-45deg);
    padding: 22px 0 0;
    font-size: 13px;
}
.filter-card {
    margin-bottom: 30px;
}
.filter-card .view-group {
    float: left;
    margin-right: 10px;
}
.filter-card.input-group .input-group-addon {
    font-size: 13px;
    height: 30px;
    background: #fff;
    font-weight: 500;
    border: none;
    border-right: 1px solid#ccc;
}
.filter-card.input-group .form-control {
    border: none;
}
.filter-card .view-group .btn {
    background: #fff;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 10px;
}
.filter-card .view-group .btn.active, .filter-card .view-group .btn:hover {
    background: #2986ff;
    color: #fff;
}
.card-help {
    text-align: center;
    border: 3px solid#2986ff;
}
.card-help>span {
    font-size: 60px;
    display: block;
    margin-bottom: 15px;
}
.card-help div {
    font-size: 20px;
}
.card-help p {
    margin-bottom: 15px;
}
.subcategory-card {
  display: flex;
  align-items: center;
  color: #32325d;
  padding-right: 65px!important;
  font-size: 13px;
  font-weight: 500;
}
.subcategory-card img {
  width: 40px;
      border-radius: 6px;
      margin-right: 10px;
}

.subcategory-card span{
  background-color: #e6ebf3;
    font-weight: 400;
    font-size: 11px;
    margin-left: 0;
    float: right;
    width: 36px;
    color: #8a95a5;
    text-align: center;
    position: absolute;
    right: 20px;
    border-radius: 10px;
}
.subcategory-card:hover {
background: #f3f5fd;
}
.category-label {
    font-size: 17px;
    line-height: 41px;
    font-weight: 500;
}
h1.category-label {
    font-size: 29px;
    margin: 0;
}
.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;
}
.category-about .breadcrumb>li {
    color: #b2cac3;
}
.thumbnail {
    padding: 0;
    list-style: none;
    margin: -20px -20px 20px;
    position: relative;
    border: none;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.thumbnail img {
    width: 100%}
.thumbnail .overline {
    opacity: 0;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 70px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    padding: 0;
    border: none;
    width: 100%}
.thumbnail:hover .overline {
    opacity: 1;
}
.card .subcard-button .btn {
    margin-right: 15px;
    color: #32325d;
}
.card .subcard-button .btn:hover {
    color: #fff;
}
.card .subcard-button .main-btn {
    background: #2986ff;
    color: #fff;
}
.card .subcard-button .main-btn:hover {
    color: #fff;
    background: #096ef3;
}
.category-list-box {
    padding-top: 25px;
    border-top: 2px solid#d6deeb;
}
#content .category-list-box:first-child {
    border: none;
}
.category-list-item {
    background: #fff;
    padding: 20px;
    display: block;
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0, 0, 0, .05);
    box-shadow: 0 .25rem .125rem 0 rgba(0, 0, 0, .05);
    color: #212529;
    font-weight: 500;
    height: 144px;
}
.category-list-item:hover {
    background: #dee5ef;
    color: #222;
}
.category-list-item img {
    width: 40px;
    margin-right: 5px;
    border-radius: 6px;
}
.category-list-item .item-head {
    display: block;
    margin-bottom: 10px;
}
.category-list-item .item-desc {
    display: block;
    font-weight: 400;
    font-size: 13px;
}
.category-list-head {
    position: relative;
    padding-right: 170px;
}
.category-list-head .after-h2 {
    font-size: 16px;
    margin-bottom: 30px;
}
.category-list-head h2 {
    margin: 0 0 10px;
    font-size: 26px;
}
.category-list-head .btn {
    position: absolute;
    right: 0;
    top: 13px;
}
.category-list-head .btn i {
    margin: 0 0 0 5px;
}

.product-title {
    position: relative;
    padding-left: 65px;
    margin-bottom: 20px;
    padding-right: 110px;
}

.product-title .page-title{
    margin: 0;
}





.product-title img {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.product-title .template-model {
    background: #ffffff;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    color: #8a95a5;
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0.25rem 0.125rem 0 rgb(0 0 0 / 5%);
}

.product-title .template-model:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent #ffffff transparent transparent;
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -8px;
}

.product-title .product-type {
    font-weight: 500;
    color: #8a95a5;
}

#product .main-checkbox [type=checkbox]:checked+label,
#product .main-checkbox [type=checkbox]:not(:checked)+label,
#product .main-radiobox [type=radio]:checked+label,
#product .main-radiobox [type=radio]:not(:checked)+label{
    padding-left: 30px;
    width: 100%;
    padding-right: 85px;
    margin-bottom: 10px;
}
#product .main-checkbox [type=checkbox]:checked+label:before{
    background: #1fda51;
    border-color: #1fda51;
}

#product .main-radiobox [type=radio]:checked+label:before{
    border-color: #1fda51;
}

#product .main-radiobox [type=radio]:checked+label:after {
    background: #1fda51;
}

#product .main-checkbox label:hover:before,
#product .main-radiobox label:hover:before{
    border-color: #1fda51!important;
}

#product .main-checkbox {
    position: relative;
}

#product .form-group {
    border-bottom: 2px solid#e6ebf3;
    padding-bottom: 15px;
}

#product .form-group .control-option{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative;
}

#product .form-group .option-price{
    position: absolute;
    right: 0;
    font-weight: 500;
    top: 0;
    font-size: 14px;
}

#product .form-group .option-gift{
    background: #8cf9a9;
    padding: 3px 10px;
    font-size: 10px;
    border-radius: 10px;
    color: #fff;
}






#product .action-btn {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  border: none;
}

#product .action-btn .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;
}

#product .action-btn .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);}
}

.have-question {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}
.features-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid#e6ebf3;
}
.features-item .features-name {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}
.card .features-item:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.features-item .features-list span:after {
    content: ':'}
.features-item .features-list span:last-child:after {
    display: none;
}

.features-list-item {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
}

.features-list .features-list-item:last-child{
    margin-bottom: 0;
}

.features-list-item span:first-child{
    width: 40%;
    font-weight: 500;

}

.features-list-item span:last-child{
    width: 60%;
    color: #afb1bd;
}


.price-box {
    margin-bottom: 20px;
    overflow: hidden;
}
.price-box .rating {
    float: left;
}
.price-box .price {
    float: right;
    display: flex;
    align-items: center;
}
.body-product .tab-content h3 {
    margin: 0 0 20px;
}
.body-product .description-text {
    line-height: 25px;
    margin-bottom: 40px;
}
.spacial-price {
    color: #999;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.spacial-price:before {
    background: #ed143d;
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 50%;
    -ms-transform: rotate(-12deg);
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
}
.main-price {
    font-size: 20px;
    font-weight: 600;
}
.economy-title {
    font-size: 14px;
    margin-top: 10px;
}
.economy-title span {
    padding: 4px 10px;
    background: gold;
    border-radius: 20px;
    margin-left: 5px;
}
.product-discount {
    top: 0;
    left: 0;
    bottom: auto;
    line-height: 25px;
    width: 60px;
    font-size: 14px;
    color: #444;
    background-color: #ffda17;
    text-align: center;
    font-weight: 500;
    border-radius: 4px;
    position: absolute;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}
.tags {
    overflow: hidden;
}
.tags a {
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    background: #ebebeb;
    color: #b7b7b7;
    border: none;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 16px;
    min-height: 20px;
    border-radius: 25px;
}
.tags a:hover {
    background: #2986ff;
    color: #fff;
}
.compare-table {
    text-align: center;
}
.compare-table tr td:first-child {
    text-align: left;
    padding-left: 0;
    font-weight: 500;
}
.compare-table tr td:nth-child(even) {
    background: #f6f7fb;
}
.compare-table>tbody>tr>td, .compare-table>tbody>tr>th, .compare-table>tfoot>tr>td, .compare-table>tfoot>tr>th, .compare-table>thead>tr>td, .compare-table>thead>tr>th {
    padding: 15px;
    border-top: 1px solid #e3e4e6;
}
.compare-table .main-price {
    color: #76d48f;
    font-size: 21px;
}
.compare-table .spacial-price {
    font-size: 17px;
    text-decoration: line-through;
    color: #c0c4d8;
}
.compare-table .features-item {
    display: inline-block;
    color: #90a4ae;
    border: solid 1px #cfd8dc;
    margin: 0 5px 10px;
    padding: 3px 15px;
    font-size: 11px;
    line-height: 16px;
    min-height: 20px;
    border-radius: 3px;
}
.compare-table h3 {
    margin: 0;
    font-size: 18px;
}
.table-nopd>tbody>tr>td, .table-nopd>tbody>tr>th, .table-nopd>tfoot>tr>td, .table-nopd>tfoot>tr>th, .table-nopd>thead>tr>td, .table-nopd>thead>tr>th {
    padding: 15px 8px;
    vertical-align: middle;
    border-bottom: 1px solid#f3f4f9;
    border-top: none;
}
.table-nopd>tbody>tr>td:first-child, .table-nopd>tbody>tr>th:first-child, .table-nopd>tfoot>tr>td:first-child, .table-nopd>tfoot>tr>th:first-child, .table-nopd>thead>tr>td:first-child, .table-nopd>thead>tr>th:first-child {
    padding-left: 0;
}
.table-nopd>tbody>tr>td:last-child, .table-nopd>tbody>tr>th:last-child, .table-nopd>tfoot>tr>td:last-child, .table-nopd>tfoot>tr>th:last-child, .table-nopd>thead>tr>td:last-child, .table-nopd>thead>tr>th:last-child {
    padding-right: 0;
}
@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%}
}#column-left .product-layout, #column-right .product-layout {
     width: 100%}
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}
.btn-info.active, .btn-info.disabled, .btn-info:active, .btn-info:hover, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.page-title {
    margin: 0 0 20px;
    font-size: 29px;
}
.error404 {
    text-align: center;
}
.error404 h1 {
    font-size: 40px;
    font-weight: 200;
    margin: 0;
}
.error404 h2 {
    font-size: 32px;
    font-weight: 200;
    margin: 20px 0;
}
.error404 p {
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 16px;
}
.cart-empty i {
    font-size: 80px;
    display: block;
    color: #666;
}
.cart-empty {
    text-align: center;
}
.cart-empty p {
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 16px;
}

#category-home {
    background: #fff;
    padding-bottom: 30px;
}

#category-home h2 {
    text-align: center;
}

#category-home .after-h2{
    text-align: center;
}

.category-thumb {
    background: #fff;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid#e6ebf3;
    display: flex;
    align-items: center;
}
.category-thumb:hover {
    background: #f7f8fd;
}
.category-thumb img {
    height: 40px;
    margin: 0 15px 0 0;
}

.category-thumb span{
    height: 40px;
    width: 40px;
    margin: 0 15px 0 0;
    border: 2px solid#3fa4f4;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    font-size: 22px;
    color: #3fa4f4;
}
.category-thumb h3 {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    color: #182546;
}

.card {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0, 0, 0, .05);
    box-shadow: 0 .25rem .125rem 0 rgba(0, 0, 0, .05);
    border-radius: 10px;
    position: relative;
}
.card-blog {
    padding: 30px;
    overflow: hidden;
}
.blog-latest h1 {
    margin: 0 0 30px;
}
.blog-card h1 {
    margin: 0 0 20px;
    font-size: 36px;
    font-weight: 700;
    color: #32325d;
}
.header-blog {
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 13px;
    color: #8a95a5;
    border-bottom: 2px solid#e6ebf3;
    padding-bottom: 20px;
}
.header-blog-overflow {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-card .header-blog a {
    font-size: 13px;
    background: #e6ebf3;
    padding: 5px 10px;
    border-radius: 10px;
    color: #aeb3ba;
    display: inline-block;
}
.blog-card .header-blog a:hover {
    background: #2986ff;
    color: #fff;
}
.blog-card .header-blog .fa {
    margin-right: 5px;
}
.blog-card .header-blog .rating .fa {
    margin: 0;
}
.blog-card .header-blog a span {
    font-size: 24px;
    float: left;
    color: #3fa4f4;
    margin-right: 10px;
    font-weight: 700;
    margin-top: 0;
}
.blog-card .header-blog .date-pub, .blog-card .header-blog .view-pub {
    float: left;
}
.blog-card .header-blog .date-pub span:first-child {
    font-size: 24px;
    float: left;
    color: #dcdcdc;
    margin-right: 9px;
    font-weight: 700;
    margin-top: 0;
}
.blog-card .header-blog .rating {
    float: left;
    margin-right: 30px;
}
.preview-blog {
    margin-bottom: 30px;
    width: 100%;
    border-radius: 10px;
}
.blog-articles .row{
    display: flex;
    flex-wrap: wrap;
}

.blog-thumb {
    padding: 0;
    overflow: hidden;
}
.blog-thumb .blog-title h3 {
    margin: 0 0 10px;
}
.blog-module-layout h3 a, .blog-thumb .blog-title a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #32325d;
}
.blog-module-layout h3 a:hover, .blog-thumb .blog-title a:hover {
    color: #0087ff;
}
.blog-thumb .description {
    padding: 20px;
    font-size: 13px;
}
.blog-thumb .description-overflow, .product-thumb .caption .description-overflow {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    color: #c2ccda;
    font-weight: 500;
	position: absolute;
	bottom: 10px;
	width: 87%;
}
.blog-thumb .description-overflow .fa, .product-thumb .caption .description-overflow .date-pub .fa {
    margin-right: 5px;
}

.blog-thumb .image a {
    display: block;
}
.blog-thumb .image a img {
    width: 100%;
	object-fit: contain;
	height: 180px;
}
.blog-thumb .image a img:hover {
	opacity: 0.5;
}
.blog-thumb .rating {
    margin-bottom: 10px;
}
.blog-popular h2 {
    margin: 0 0 30px;
    font-size: 24px;
    font-weight: 700;
}
.blog-popular .col-md-3 {
    border-right: 2px solid#f3f4f9;
}
.blog-popular .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.blog-popular .row .col-md-3:last-child {
    border: none;
}
.blog-module-layout h3 {
    margin: 0 0 10px;
}
.blog-page #column-left {
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 0;
    margin-bottom: 20px;
}
.blog-page #column-left .btn {
    margin-right: 10px;
}

.blog-links {
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.blog-links li {
    float: left;
    margin-right: 16px;
}
.blog-links .btn {
    background: #fff;
    border: none;
    border-radius: 10px;
    color: #222;
    display: block;
}

.blog-links .btn.active, .blog-links .btn:active, .blog-links .btn:hover {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #2986ff;
    color: #fff;
}

.blog-card #description img{
    max-width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0.25rem 0.125rem 0 rgb(0 0 0 / 5%);
}

.blog-author{
    position: relative;
    padding-left: 65px;
    border-top: 2px solid#e6ebf3;
    padding-top: 15px;
    min-height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-author img{
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    background: #e6ebf3;
    padding: 6px;
    border-radius: 10px;
}

.blog-author span {
    display: block;
}
.module-title {
    margin: 0 0 20px;
}
.account-card {
    display: flex;
}
.account-card .left-aside {
    width: 20%}
.account-card .left-aside #column-left {
    width: 100%;
    padding: 0;
}
.account-card .body-aside {
    width: 80%}
.account-card .body-aside .card {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.account-card .body-aside .card h2 {
    font-size: 24px;
    margin: 0 0 30px;
}
.account-card .left-aside a {
    display: flex;
    font-weight: 500;
    align-items: center;
    padding: 13px 10px;
    color: #8d97b5;
}
.account-card .left-aside a.active, .account-card .left-aside a:hover {
    background: #fff;
    color: #212529;
}
.account-card .left-aside a span {
    font-size: 24px;
    margin-right: 10px;
}
.account-box {
    display: block;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid#d8dbe8;
    margin-bottom: 30px;
    font-weight: 500;
    color: #8892c1;
}
.account-box:hover {
    background: #2986ff;
    color: #fff;
}
.account-box span {
    display: block;
    font-size: 44px;
    margin-bottom: 10px;
}
.register-card {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 10px;
    display: flex;
    padding: 15px;
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, .03);
}
.register-card .main-checkbox {
    margin-bottom: 20px;
}
.left-register-box {
    padding-bottom: 20px;
    padding-top: 20px;
}
.right-register-box {
    background: #fff;
    border-right: 1px solid#f2f3f9;
}
.register-carousel {
    text-align: center;
}
.register-carousel h4 {
    font-size: 18px;
}
.owl-dots {
    position: relative;
    text-align: center;
    padding-top: 10px;
}
.owl-dot {
    display: inline-block;
    width: 28px;
    height: 6px;
    border-radius: 6px;
    margin: 0 2px;
    background: #ccd4e2;
}
.owl-dot.active {
    background: #2986ff;
}
.owl-dot:hover {
    background: #2986ff;
}
.category-title {
    font-size: 24px;
    margin: 0 0 30px;
}
.category-about .breadcrumb {
    margin-bottom: 0;
    border: none;
}
.category-about h1 {
    font-size: 27px;
    margin: 0 0 15px;
    font-weight: 300;
}
.category-about img {
    width: 100%;
    border-radius: 10px;
}
.category-description {
    font-size: 14px;
}
.category-description h2 {
    font-size: 22px;
    margin: 0 0 15px;
}
.text-danger {
    color: #ff6b6b;
    font-size: 12px;
    font-weight: 500;
}
.group-filter {
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0, 0, 0, .05);
    box-shadow: 0 .25rem .125rem 0 rgba(0, 0, 0, .05);
    border-radius: 10px;
}
.group-filter .input-group-addon {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: none;
    background: #fff;
    height: 42px;
    border-right: 1px solid#ebebf1;
}
.group-filter .form-control {
    border: none;
    border-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #404350;
    background: #fff;
    height: 42px;
    font-weight: 500;
}
.view-group-btn .btn {
    width: 50px;
    height: 42px;
    background: #f8f8fb;
    border: none;
    padding: 0 10px;
}
.view-group-btn .btn:hover {
    background: #e9ebf3;
}
.view-group-btn .btn:first-child {
    border-radius: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-right: -4px;
}
.view-group-btn .btn:last-child {
    border-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.view-group-btn .btn.active {
    background: #3fa4f4;
    color: #fff;
}
.option-description {
    position: absolute;
    display: inline-block;
    right: 0;
    top: -2px;
}
.option-description>span {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #eceefb;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #9dc5de;
    font-size: 13px;
    transition: .3s all;
}
.option-description>span:hover {
    cursor: help;
    background: #eceefb;
    color: #222;
}
.option-description .description-text {
    background: #e6ebf3;
    padding: 20px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 24px;
    position: absolute;
    width: 365px;
    opacity: 0;
    visibility: hidden;
    top: 36px;
    right: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out, -webkit-transform .5s ease-in-out;
    z-index: 0;
    -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgb(0 0 0 / 5%);
    box-shadow: 0 0.25rem 0.125rem 0 rgb(0 0 0 / 5%);
}
.option-description .description-text:after {
    content: '';
    position: absolute;
    right: 2px;
    top: -21px;
    border: 10px solid transparent;
    border-bottom: 19px solid #e6ebf3;
}
.option-description>span:hover+.description-text {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 1;
}
.category-module {
    padding: 10px;
}
.category-module a {
    padding: 10px 50px 10px 10px;
    border-radius: 6px;
    position: relative;
    display: block;
    color: #222;
    font-weight: 500;
    font-size: 12px;
}
.category-module a:focus,
.category-module a:hover {
    background: #f7f8fd;
    color: #3fa4f4;
}

.category-module a.active{
    color: #3fa4f4;
}


.category-module a .count {
    position: absolute;
    right: 10px;
    width: 36px;
    height: 18px;
    border-radius: 20px;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    color: #8a95a5;
    background-color: #e6ebf3;
    top: 50%;
    margin-top: -9px;
}
.category-module a.active .count, .category-module a:focus .count, .category-module a:hover .count {
    background: #2986ff;
    color: #fff;
}
.category-module .category-child a{
    padding: 10px 50px 10px 50px;
}

.category-module .category-child a img{
    width: 35px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    border-radius: 6px;
}


.category-item.active {
    background: #f7f8fd;
    border-radius: 10px;
}
.pagination>li {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
.pagination>li>a, .pagination>li>span {
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    padding: 0;
    text-align: center;
    font-size: 16px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 50%}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #2986ff;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background-color: #e9ebf3;
}
.pagi-box {
    margin-bottom: 30px;
    color: #a6aebc;
    display: flex;
    align-items: center;
}

.overline {
    overflow: hidden;
}
#popular-product-category h2 {
    margin: 0 0 30px;
    text-align: center;
    float: left;
}
#popular-product-category .product-thumb {
    margin-bottom: 0;
}
.image {
    position: relative;
}
.image .corner_0, .image .corner_1, .image .corner_2, .image .corner_3 {
    height: 57px;
    width: 58px;
    position: absolute;
    z-index: 998;
}
.image .corner_0 {
    left: 0;
    top: 0;
}
.image .corner_1 {
    right: 0;
    top: 0;
}
.image .corner_2 {
    left: 0;
    bottom: 0;
}
.image .corner_3 {
    right: 0;
    bottom: 0;
}
.box-product .image .corner_0 img, .box-product .image .corner_1 img, .box-product .image .corner_2 img, .box-product .image .corner_3 img {
    border: none;
    padding: 0;
}
.box .box-product .image .corner_0 img, .box .box-product .image .corner_1 img, .box .box-product .image .corner_2 img, .box .box-product .image .corner_3 img {
    width: 60%}
.owl-nav .owl-next, .owl-nav .owl-prev {
    color: #c0d3ea;
    width: 44px;
    height: 44px;
    background: #eceefb;
    border-radius: 100%;
    border: none;
    line-height: 44px;
    font-size: 24px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    transition: all .3s cubic-bezier(.4, 0, 1, 1);
}
.owl-nav .owl-next:hover, .owl-nav .owl-prev:hover {
    background: #2986ff;
}
.tab-carousel:hover .owl-nav .owl-next, .tab-carousel:hover .owl-nav .owl-prev {
    opacity: 1;
}
.tab-carousel .col-md-3 {
    width: 100%;
    padding: 0;
}
.tab-carousel.off .col-md-3 {
    width: 25%;
    padding: 0 15px;
}
.owl-nav .owl-prev {
    left: -22px;
}
.owl-nav .owl-next {
    right: -22px;
}
.home-tabs li h2 {
    font-size: 20px;
    margin: 0;
}
.home-tabs li a {
    color: #252525;
    padding-right: 30px;
}
.tab-carousel.off {
    display: block;
    margin: 0 -15px;
    width: auto;
}
.tab-carousel.off .col-sm-3 {
    width: 25%;
    padding: 0 15px;
}
.tab-carousel .col-sm-3 {
    width: 100%;
    padding: 0;
}
.slidenav-box {
    float: right;
}
.slidenav-box .owl-next, .slidenav-box .owl-prev {
    display: inline-block;
}
.slidenav-box .owl-prev {
    margin-right: 10px;
}
.slidenav-box .owl-next i, .slidenav-box .owl-prev i {
    font-size: 24px;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #2986ff;
    background: #fff;
    transition: all .5s cubic-bezier(.55, 0, .1, 1) 0;
    -webkit-box-shadow: 0 30px 50px 0 rgba(0, 0, 0, .03);
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, .03);
}
.slidenav-box .owl-next.disabled i, .slidenav-box .owl-prev.disabled i {
    background: #eff3f9;
    color: #ccc;
}
.slidenav-box .owl-next.disabled i:hover, .slidenav-box .owl-prev.disabled i:hover {
    cursor: not-allowed;
    color: #ccc;
    background: #eff3f9;
}
.slidenav-box .owl-next i:hover, .slidenav-box .owl-prev i:hover {
    cursor: pointer;
    background: #2986ff;
    color: #fff;
}
.login-card {
    background: #fff;
    border-radius: 10px;
    width: 460px;
    padding: 30px;
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0, 0, 0, .05);
    box-shadow: 0 .25rem .125rem 0 rgba(0, 0, 0, .05);
}
.login-card .img-logo {
    display: block;
    width: 200px;
    margin: 0 auto;
}
.login-card .overline {
    overflow: hidden;
    margin-bottom: 10px;
}
.sale-home {
    padding: 40px 40px 30px;
    margin-top: -60px;
    position: relative;
    margin-bottom: 60px;
}
.product-sale .product-thumb .image {
    text-align: center;
    float: left;
    margin: 0 30px 0 0;
}
.product-sale .product-thumb .product-description {
    white-space: normal;
}
.product-latest h1, .product-mostviewed h1, .product-special h1 {
    margin: 0 0 20px;
}
.header {
    background: #101116 url(../image/header.jpg);
    background-size: cover;
    background-position: bottom;
    color: #fff;
    padding: 150px 0;
}
.header h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 20px;
}
.header .after-h1 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 40px;
}
.header .text {
    margin-bottom: 30px;
    width: 50%;
    font-size: 20px;
}


.owl-carousel.off {
    display: block;
}

#special-limit {
    background: #e6ebf3;
}

#special-limit .owl-dots{
    text-align: left;
}

#special-limit .product-thumb{
    margin: 0;
}

#tabs-home {
    padding-bottom: 30px;
}

#tabs-home h2{
    text-align: center;
}

#tabs-home .after-h2{
    text-align: center;
}

#tabs-home .nav-tabs {
    margin-bottom: 30px;
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#tabs-home .nav-tabs>li {
    float: none;
    margin-bottom: 0;
    text-align: center;
    width: 17%;
    margin: 0 10px;
}
#tabs-home .nav-tabs>li>a {
    margin: 0;
    border: none;
    border-radius: 10px;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    font-weight: 500;
    background: #fff;
    color: #818da1;
}
#tabs-home .nav-tabs>li>a>span {
    font-size: 23px;
    margin-right: 5px;
}
#tabs-home .nav-tabs>li>a:hover {
    background-color: #d5e3f5;
}
#tabs-home .nav-tabs>li.active>a, #tabs-home .nav-tabs>li.active>a:focus, #tabs-home .nav-tabs>li.active>a:hover {
    color: #ffffff;
    cursor: default;
    background-color: #2986ff;
    border: none;
}
.product-pills {
    border-bottom: 1px solid#e6ebf3;
    margin-bottom: 20px;
}
.product-pills.nav-pills>li {
    margin-bottom: 20px;
    margin-right: 15px;
}
.product-pills.nav-pills>li>a {
    border-radius: 6px;
    text-align: center;
    border: none;
    color: #9dc5de;
    font-weight: 400;
    padding: 10px 25px;
    background: #f7f8fd;
}
.product-pills.nav-pills>li>a:hover {
    background: #d0ebff;
    color: #228be6;
}
.product-pills.nav-pills>li.active>a, .product-pills.nav-pills>li.active>a:focus, .product-pills.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #2986ff;
    border-color: #2986ff;
}
.promo {
    flex-wrap: nowrap;
    background: url(../image/promo.png) no-repeat #2c2f48;
    overflow: hidden;
    padding: 100px 0;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.promo h1 {
    margin: 0 0 20px;
}
.promo .after-h1 {
    font-size: 18px;
    width: 700px;
    margin: 0 auto 20px;
}
.promo-category {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 980px;
    margin: 0 auto;
}
.promo-category-item {
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 20px;
    color: #cccdd8;
    text-align: center;
    width: 20%;
    font-weight: 500;
    height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.promo-category-item:hover {
    border: 2px solid #fff;
    color: #fff;
}
.promo-category-item img {
    border-radius: 10px;
    width: 42px;
    margin-bottom: 10px;
}
.promo-category-item .title {
    display: block;
}
.promo-category-item .fa {
    width: 38px;
    height: 38px;
    border: 2px solid#fff;
    border-radius: 50%;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #fff;
}

#advantages {
    background: #fff;
    text-align: center;
}

.advantages-box{
    margin: 0;
}

.advantages-box span {
    font-size: 36px;
    display: block;
    line-height: 90px;
    background: #ffffff;
    color: #2986ff;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto 10px;
    border: 3px solid#e6ebf3;
}

#about-first, #about-second {
    padding: 30px 0;
}
#about-first {
    background: #fff;
}
#about-first .container>.row, #about-second .container>.row {
    display: flex;
    align-items: center;
}

.about-card {
    background: #fff;
    padding: 15px 15px 15px 65px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0, 0, 0, .05);
    box-shadow: 0 .25rem .125rem 0 rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    position: relative;
    height: 70px;
}
.about-card i {
    font-size: 26px;
    display: block;
    position: absolute;
    color: #fff;
    top: 14px;
    left: 15px;
    background: #2986ff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 47px;
    border-radius: 50%}
.about-card .title {
    font-size: 13px;
    font-weight: 400;
    height: 44px;
    display: flex;
    align-items: center;
}
#about .about-header .text, #about .more-text {
    text-align: left;
    font-size: 14px;
    margin: 0 auto 30px;
    line-height: 25px;
}
#about .about-header {
    margin-bottom: 30px;
}
#about-first img, #about-second img {
    width: 100%}

.advantages-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid#e6ebf3;
}

#advantages .row>div:last-child .advantages-box,
#advantages .row>div:nth-child(3) .advantages-box{
    margin-bottom: 0;
}

.advantages-box.advantages-top {
    margin-top: 90px;
}

.advantages-box .title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.advantages-box .text {
    font-size: 13px;
}
#blue-line {
    padding: 50px 0 20px;
    font-size: 14px;
    background: #e6ebf3;
    position: relative;
}
#blue-line h2 {
    margin: 0 0 20px;
}
#blue-line .text-box {
    margin-bottom: 30px;
    line-height: 30px;
}
.product-grid .benefit, .product-grid .benefit-text, .product-grid .benefits, .product-grid .present {
    display: none;
}
.benefits {
    margin-left: -15px;
}
.benefit {
    list-style: none;
    padding: 0;
    margin: 0;
}
.benefit li span {
    display: table-cell;
    vertical-align: middle;
}
.benefit_description {
    display: none;
    position: absolute;
    top: 41px;
    z-index: 2;
    border: 1px solid #38b0e3;
    padding: 15px;
    left: -75px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 8px grey;
    width: 150px;
    line-height: 13px;
    font-size: 11px;
}
.benefit_description:after {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    top: -7px;
    content: '';
    left: 82px;
}
.benefit_description:before {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #38b0e3;
    top: -8px;
    content: '';
    left: 82px;
}
.benefit li:hover .benefit_description {
    display: block;
}
.product-info .present {
    border-top: 1px solid #e7e7e7;
    padding: 15px 5px 10px;
    margin-top: 10px;
}
.account-voucher {
    background: #fff;
}
.account-voucher .container-voucher {
    height: calc(100vh - 64px - 130px);
    padding-top: 13vh;
}
.account-voucher h1 {
    margin-top: 200px;
    position: relative;
    font-weight: 300;
    font-size: 42px;
}
.account-voucher h1:before {
    content: "";
    background: #4772d9 -webkit-linear-gradient(left, #4772d9, #7870e8);
    background: #4772d9 linear-gradient(90deg, #4772d9, #7870e8);
    border-radius: 6px;
    height: 4px;
    left: -27%;
    position: absolute;
    width: 25%;
    top: 20px;
}
.voucher-card {
    border: 3px solid#5561d9;
    border-radius: 10px;
    z-index: 10;
    position: relative;
}
.voucher-card h4 {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 20px;
}
.voucher-card form .btn {
    margin-top: 26px;
    width: 100%;
    background-color: #f93f65;
}
.voucher-card form .main-checkbox [type=checkbox]:checked+label, .voucher-card form .main-checkbox [type=checkbox]:not(:checked)+label {
    margin: 0;
}
.voucher-card .main-radiobox [type=radio]:checked+label, .voucher-card .main-radiobox [type=radio]:not(:checked)+label {
    margin: 0 0 10px;
}
.voucher-figure1 {
    position: absolute;
    top: 0;
    right: 5px;
    height: 70px;
    -webkit-transform: translate(-10%, -60%) scaleX(-1);
    transform: translate(-10%, -60%) scaleX(-1);
}
.voucher-figure2 {
    position: absolute;
    bottom: 35px;
    right: 18px;
    height: 80px;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}
.voucher-figure3 {
    position: absolute;
    bottom: 20px;
    left: 18px;
    height: 25px;
    -webkit-transform: translate(-99%, -333%);
    transform: translate(-99%, -333%);
}
.voucher-figure4 {
    position: absolute;
    top: 0;
    left: -35%;
    height: 400px;
    -webkit-transform: translate(-55%, -65%);
    transform: translate(-55%, -65%);
}
.voucher-figure5 {
    position: absolute;
    top: 8%;
    left: 40%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 55px;
}
.voucher-figure6 {
    position: absolute;
    bottom: -90%;
    left: -30px;
    height: 55px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.voucher-figure7 {
    position: absolute;
    bottom: -80%;
    right: 25%;
    height: 55px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.full-container {
    height: calc(100vh - 60px - 122px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.full-container #content {
    height: auto;
    min-height: auto;
}
.contact-box {
    display: block;
    text-align: center;
    padding: 30px;
    background: #f7f8fd;
    margin-bottom: 30px;
    border-radius: 10px;
    color: #d1d6ec;
}
.contact-box .fa {
    font-size: 40px;
    display: block;
    margin-bottom: 15px;
}
.contact-box .title {
    font-size: 16px;
    font-weight: 500;
}
.contact-box .text {
    font-size: 13px;
}
.contact-box:hover {
    background: #2986ff;
    color: #fff;
}
.contact-box:hover .text {
    color: #b4d5ff;
    font-size: 13px;
}
.contact-item {
    margin-bottom: 20px;
    font-size: 16px;
}
.contact-item span {
    display: block;
    font-size: 14px;
    color: #d1d6ec;
}
.contact-social-link a {
    background: #f7f8fd;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    margin-right: 10px;
    color: #d1d6ec;
    font-size: 13px;
    margin-top: 10px;
}
.contact-social-link a:hover {
    color: #fff;
    background: #2986ff;
}
.sitemap-list {
    padding: 0 0 0 18px;
    line-height: 30px;
}
.checkout-buttons {
    margin-bottom: 0;
}
.mobile-nav-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 0;
    transition: .3s all;
    background-color: rgba(0, 0, 0, .52);
}
.modal-open .mobile-nav-bg, .open-mini-cart .mobile-nav-bg, .open-sidebar .mobile-nav-bg {
    opacity: 1;
    z-index: 999;
}
#tabs-home .tab-header {
    margin: 0 0 20px;
    font-size: 22px;
    display: none;
}
.ocfilter-heading {
    position: relative;
    font-size: 22px;
}
#filter-btn {
    background: #2986ff;
    border: none;
    border-radius: 50%;
    color: #fff;
    width: 36px;
    height: 36px;
    font-size: 20px;
    line-height: 43px;
    text-align: center;
    padding: 0;
    position: absolute;
    right: 0;
    top: -3px;
    display: none;
}
#filter-btn:focus, #filter-btn:hover {
    color: #fff;
    background: #2196f3;
    cursor: pointer;
}

.navbar-nav>li.show-mobile {
    display: none;
}
.help-list {
    font-size: 15px;
}
.help-list h2 {
    font-size: 26px;
    margin-top: 40px;
}
.help-list h3 {
    font-size: 18px;
    margin-top: 30px;
}
.help-question-box {
    background: #f4f7f6;
    margin-bottom: 5px;
    padding-bottom: 10px;
}
.help-question-box a {
    color: #868e96;
    display: block;
    padding: 10px 20px;
    font-size: 15px;
    transition: .3s all;
}
.help-question-box a:hover {
    background-color: #e7f5ff;
}
.help-question-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.help-question-box h3 {
    font-size: 20px;
    margin: 0;
    padding: 20px 20px 15px;
}
#menu-sidebar {
    width: 50px;
    height: 66px;
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
}
#menu-sidebar span {
    display: block;
    position: absolute;
    height: 2px;
    width: 26px;
    background: #212529;
    border-radius: 9px;
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    left: 12px;
}
#menu-sidebar span:nth-child(1) {
    top: 26px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#menu-sidebar span:nth-child(2) {
    top: 34px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#menu-sidebar span:nth-child(3) {
    top: 42px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.open-sidebar #menu-sidebar span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 22px;
    left: 16px;
}
.open-sidebar #menu-sidebar span:nth-child(2) {
    width: 0;
    opacity: 0;
}
.open-sidebar #menu-sidebar span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 41px;
    left: 16px;
}
@media(max-width:1320px) {
    .product-list .product-thumb .image {
        width: 300px;
    }
    .product-list .product-thumb .image a img {
        height: auto;
    }
    .product-list .product-thumb .caption {
        margin-left: 300px;
        height: 170px;
    }
    .product-list .product-thumb .description {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .product-list .product-thumb .product-intro {
        width: 130px;
    }
}@media(max-width:1300px) {
    .container {
        width: 1170px;
    }

    footer h5 {
        font-size: 16px;
    }
    .account-box {
        padding: 15px;
        font-size: 13px;
    }
}@media(max-width:1200px) {

    #top ul li.sale-btn{
        display: none;
    }
    #search {
        width: 260px;
    }
    #about-first {
        text-align: center;
    }
    #about-first img {
        display: none;
    }
    #about-first .container>.row, #about-second .container>.row {
        display: block;
    }
    #about-first img, #about-second img {
        margin-bottom: 30px;
    }
    #about-first h2, #about-second h2 {
        text-align: center;
    }
    .more-text {
        text-align: center;
    }
    section {
        padding: 30px 0;
    }
    #category-home .after-h2 {
        font-size: 16px;
        margin-bottom: 30px;
    }
    #blue-line .text-box {
        line-height: normal;
    }
    .container {
        width: 970px;
    }
    .contact-box .contact-left h3 {
        clear: both;
    }
    .spacial-price {
        font-size: 16px;
        font-weight: 400;
    }
    .economy-title {
        display: none;
    }

    #tabs-home .nav-tabs>li {
        width: 20%;
        margin: 0 1%;
    }

    #tabs-home .product-thumb{
        margin: 0;
    }

    .footer-line {
        text-align: center;
    }
    .footer-line .pull-left {
        float: none!important;
    }
    .footer-line .pull-right {
        float: none!important;
    }
    .full-container {
        height: auto;
        padding: 100px 0;
    }
/*    .category-module {
        display: none;
    }*/
    .ocfilter-option {
        overflow: hidden;
    }
    .ocfilter-option .option-values {
        overflow: hidden;
        margin: 0 -15px;
    }
    .ocfilter-option .option-values .main-checkbox {
        float: left;
        width: 25%;
        padding: 0 15px;
    }
    #filter-btn {
        display: block;
    }
    #ocfilter {
        max-height: 60px;
        overflow: hidden;
        transition: .3s all;
    }
    #ocfilter.open {
        max-height: 9999px;
    }
    .scale {
        margin-bottom: 35px;
        margin-left: 30px;
        margin-right: 30px;
    }
    #about img {
        display: none;
    }
    .about-card {
        font-size: 14px;
        margin-bottom: 30px;
        background: #fff;
        overflow: hidden;
        transition: all .5s cubic-bezier(.55, 0, .1, 1) 0;
        border-radius: 10px;
        -webkit-box-shadow: 0 .25rem .125rem 0 rgba(0, 0, 0, .05);
        box-shadow: 0 .25rem .125rem 0 rgba(0, 0, 0, .05);
        padding: 10px 0 10px 75px;
    }
    .about-card i {
        position: absolute;
        top: 50%;
        left: 20px;
        margin-top: -20px;
    }
    .about-card h3 {
        font-size: 15px;
        color: #222;
        height: auto;
        margin: 0;
    }
    .option-description .description-text {
        width: 405px;
        font-size: 12px;
    }
    #close-mini-cart {
        top: -500px;
    }
    .blog-article #column-right {
        display: none;
    }
    .blog-popular .row {
        display: block;
    }
    .blog-module-layout {
        margin-bottom: 30px;
    }

    .module-title {
        font-size: 20px;
    }



    .advantages-box {
        margin-bottom: 30px;
    }
    .advantages-box .text {
        font-size: 12px;
    }
    .advantages-box.advantages-top {
        margin-top: 0;
    }

    #category-home .row>div:nth-child(9) .category-thumb,
    #category-home .row>div:nth-child(10) .category-thumb,
    #category-home .row>div:nth-child(11) .category-thumb{
        margin: 0;
    }

    .category-thumb h3 {
        font-size: 13px;
    }

    #filter-btn {
        display: block;
    }
    .ocfilter-option .main-checkbox [type=checkbox]:checked+label, .ocfilter-option .main-checkbox [type=checkbox]:not(:checked)+label {
        font-size: 12px;
    }
    .card-help {
        text-align: left;
        padding: 20px 240px 20px 110px;
    }
    .card-help>span {
        font-size: 60px;
        display: block;
        margin-bottom: 0;
        position: absolute;
        left: 30px;
        top: 25px;
    }

    .card-help p {
        margin-bottom: 0;
    }
    .card-help .main-btn {
        width: auto;
        position: absolute;
        right: 30px;
        top: 35px;
    }
    .nav-search {
        margin-right: 20px;
    }
    footer {
        font-size: 14px;
    }
    footer h5 {
        font-size: 16px;
        margin: 0 0 20px;
    }
    footer a {
        line-height: 30px;
    }
    .social-link a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .product-latest h1, .product-mostviewed h1, .product-special h1 {
        margin: 0;
    }
    .category-thumb {
        padding: 20px;
    }
    .panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border: none!important;
        padding-bottom: 0;
    }
    .account-card .left-aside {
        width: 30%}
    .account-card .left-aside a {
        font-size: 13px;
    }
    .account-card .body-aside {
        width: 70%}
    .account-box {
        height: 122px;
    }
}
@media(max-width:1024px) {
    #tabs-home .nav-tabs>li>a {
        font-size: 13px;
        font-weight: 500;
    }
    .account-voucher .container-voucher {
        height: auto;
    }

    #top .container {
        width: auto;
    }

    #menu-sidebarr{
        display: none;
    }

    #top ul li.blog-btn{
        display: none;
    }

    #top li .icon-btn .jam {
        margin-right: 0;
    }

    #menu-sidebar {
        display: block;
    }
    .promo-category {
        width: auto;
        flex-wrap: wrap;
    }
    .promo .after-h1 {
        width: auto;
    }
    .promo-category-item {
        width: 33.333%}
}@media(max-width:992px) {
    #content {
        min-height: 0;
    }
    #about .about-header img {
        width: 85%}
    .register-card {
        display: block;
        overflow: hidden;
    }
    .register-carousel {
        padding-bottom: 20px;
    }
    .header-text {
        text-align: center;
    }
    .header .text {
        width: 100%}
    .container {
        width: 750px;
    }
    .header h1 {
        font-size: 36px;
    }
    #about .col-sm-5 {
        display: none;
    }
    #about .col-sm-7 {
        width: 100%}
    .about-card {
        font-size: 14px;
    }
    #ocfilter.open {
        max-height: 1200px;
    }
    .ocfilter-option .option-values .main-checkbox {
        width: 50%}
    .option-description {
        margin-left: 10px;
    }
    .option-description .description-text {
        width: 456px;
    }
    #popular-product-category .card {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: 0 0;
        padding: 0;
        margin-bottom: 30px;
        border-radius: 0;
    }
    .body-product .description-text {
        margin-bottom: 30px;
    }
    .blog-thumb .description-overflow, .product-thumb .caption .description-overflow {
        font-size: 12px;
    }
    .blog-module-layout {
        margin-bottom: 30px;
        border-bottom: 3px solid#f3f4f9;
        padding-bottom: 30px;
    }
    .blog-popular .row .col-lg-3:last-child .blog-module-layout {
        margin-bottom: 0;
        border: none;
        padding: 0;
    }
    .blog-category #column-right, .blog-latest #column-right {
        display: none;
    }
    .nav-search {
        margin-right: 10px;
    }

    footer h5 {
        margin: 0 0 15px;
        font-size: 14px;
    }
    footer a {
        line-height: 30px;
    }
    .footer-bottom {
        font-size: 12px;
    }

    .product-list .product-thumb .product-type .button-group-list {
        left: -315px;
    }
    .product-list .product-thumb .caption {
        height: 210px;
    }
    .product-list .product-thumb .product-intro {
        width: 170px;
    }
    .product-list .product-thumb .product-type {
        width: 360px;
    }

    #category-home .row>div:nth-child(9) .category-thumb{
        margin-bottom: 30px;
    }

    #tabs-home .nav-tabs>li {
        width: 48%;
        margin: 0 1%;
        margin-bottom: 15px;
    }

}@media(max-width:768px) {
    .product-pills.nav-pills>li {
        margin: 0 5px 20px;
    }
    .product-pills.nav-pills>li>a {
        padding: 10px 20px;
    }
    .body-product .features-name {
        width: 100%;
        float: none;
        margin: 0 0 10px;
    }
    .footer-menu li a {
        padding: 0 10px;
    }
    #tabs-home .nav-tabs>li>a {
        font-size: 14px;
    }
    .account-voucher .container-voucher {
        height: calc(100vh - 64px - 192px);
        padding-top: 6vh;
    }
    .account-voucher h1 {
        margin-top: 0;
        text-align: center;
    }
    .account-voucher p {
        text-align: center;
        margin-bottom: 20px;
        font-size: 17px;
    }
    .voucher-figure2 {
        bottom: 0;
        right: 80px;
    }
    .voucher-figure4 {
        left: -10%}
    .account-voucher h1:before, .voucher-figure5, .voucher-figure6, .voucher-figure7 {
        display: none;
    }
    .body-product iframe {
        height: 380px;
    }
    .owl-nav {
        display: none;
    }

    #category-home .col-sm-6 {
        width: 33.3333333%}
    footer .list-unstyled {
        margin-bottom: 30px;
    }
    .option-description .description-text {
        width: 346px;
    }
    #product .form-group {
        width: 100%}
    .ocfilter h3 {
        margin: 4px 0 20px;
        font-size: 18px;
    }
    .category-title {
        font-size: 22px;
        margin: 0 0 15px;
    }
    .contact-box {
        padding: 15px;
    }
    .contact-box .title {
        font-weight: 400;
        line-height: 17px;
        font-size: 13px;
    }
    .contact-box .fa {
        font-size: 26px;
    }

    .about-card {
        padding-left: 70px;
    }
    .about-card i {
        top: 14px;
        left: 15px;
        font-size: 33px;
        margin: 0;
        position: absolute;
    }
    .total-price-cart {
        margin-right: 5px;
        font-size: 15px;
    }
    .btn {
        padding: 10px 25px;
    }
}@media(max-width:767px) {
    jdiv._show_1e.wrap_mW {
        bottom: 40px!important;
    }
    ._orinationRight_25 .button_1O {
        margin-right: 15px!important;
        width: 48px!important;
        height: 48px!important;
        box-shadow: none!important;
    }
    .container {
        width: auto;
    }
    .col-xs-12 {
        width: 50%}
    footer .col-xs-12 {
        width: 100%}
    .header {
        padding: 30px 20px;
    }
    .header h1 {
        font-size: 44px;
    }
    .header .after-h1 {
        margin: 0 0 30px;
    }
    #btn-mini-cart {
        padding: 14px 20px 14px 10px;
    }
    #btn-mini-cart span {
        font-weight: 700;
    }

    #menu{
        width: 280px;
        padding: 10px;
    }

    #menu .menu-title {
        margin: -10px -10px 10px;
        height: 60px;
    }
    .category-thumb {
        border: 1px solid#f2f2f2;
        margin-bottom: 16px;
        padding: 20px 10px;
    }
    #category-home .after-h2 {
        text-align: center;
        margin-bottom: 16px;
    }
    #about-first h2, #about-second h2 {
        margin: 0 0 20px;
    }
    .about-card {
        margin-top: 16px;
        height: 70px;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }
    .about-card i {
        font-size: 26px;
    }
    #about .about-header {
        margin-bottom: 0;
    }
    #tabs-home {
        overflow: hidden;
    }
    .full-container {
        height: auto;
        padding: 30px 15px;
    }
    .product-pills.nav-pills>li {
        margin: 0 0 20px;
        width: 50%;
        padding: 0 10px;
    }
    .account-voucher .container-voucher {
        height: auto;
    }
    .voucher-figure1, .voucher-figure2, .voucher-figure3, .voucher-figure4 {
        display: none;
    }
    .right-register-box {
        overflow: hidden;
        padding-top: 20px;
    }
    .body-coupon .form-control {
        margin-bottom: 15px;
    }
    .alert {
        top: 74px;
        right: 15px;
        width: auto;
    }
    .cart-bottom .sub-btn {
        float: none!important;
        width: 100%}
    .cart-bottom .sub-btn:last-child {
        margin-top: 10px;
    }
    #content {
        min-height: auto;
    }
    #about .about-header .after-h2 {
        width: 100%;
        text-align: left;
        font-size: 14px;
        margin: 0;
    }
    #about {
        padding: 30px 0 0;
    }
    #about h2 {
        text-align: left;
        font-size: 22px;
        margin-bottom: 16px;
    }
    #about .about-header img {
        display: none;
    }
    #about .about-header {
        border: none;
    }

    .sitemap-list {
        margin-bottom: 0;
    }
    .input-group {
        margin: 5px 0;
    }
    h1 {
        font-size: 24px;
        margin-top: 0;
    }
    .page-title {
        margin: 0 0 20px;
        font-size: 24px;
    }
    .help-list h2 {
        font-size: 20px;
        margin-top: 30px;
    }
    .help-list h3 {
        font-size: 16px;
    }

    #tabs-home .nav-tabs {
        margin-bottom: 15px;
    }

    #tabs-home .tab-header {
        display: block;
    }





    .success-box {
        text-align: center;
        padding: 50px 0;
    }
    .social-link a {
        width: 46px;
        height: 46px;
        line-height: 46px;
        font-size: 18px;
    }
    #category-home .col-sm-6 {
        width: 50%}
    .header-text {
        text-align: left;
        font-size: 18px;
    }
    .category-thumb img {
        height: 70px;
    }
    #product .main-checkbox .option-price {
        right: 0;
    }
    #product .main-checkbox [type=checkbox]:checked+label, #product .main-checkbox [type=checkbox]:not(:checked)+label {
        padding-right: 80px;
        font-weight: 400;
    }
    .thumbnail {
        margin: -15px -15px 20px;
    }
    .card .subcard-button .btn {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .card .subcard-button .btn:last-child {
        margin: 0;
    }
    #product .form-group {
        float: none;
        width: 100%}
    .product-pills.nav-pills>li {
        width: 33.33333%;
        padding: 0 5px;
    }
    label {
        font-size: 14px;
        font-weight: 300;
    }
    .review-date {
        color: #cccdd2;
        font-size: 14px;
    }
    .pagi-box {
        display: block;
    }
    .pagi-box .text-left {
        text-align: center;
        margin-bottom: 10px;
    }
    .pagi-box .text-right {
        text-align: center;
        color: #bdbdbd;
        font-size: 13px;
    }
    .contact-box>.row {
        display: block;
    }
    .contact-box .contact-left, .contact-box .contact-right {
        width: 100%}
    .table-checkout tbody, .table-checkout td, .table-checkout tr, .table-checkout.table {
        display: block;
    }
    .table-checkout.table thead {
        display: none;
    }
    .table-checkout td img {
        width: 100px;
        height: 100px;
    }
    .table-checkout.table>tbody>tr>td {
        white-space: normal;
        border: none;
    }
    .table-checkout.table tr {
        padding-left: 110px;
        position: relative;
        border-top: 1px solid #ebebeb;
    }
    .table-checkout.table tr:last-child {
        border-bottom: 1px solid #ebebeb;
    }
    .table-checkout.table tr td {
        border: none;
        text-align: left;
    }
    .table-checkout.table tr td:first-child {
        position: absolute;
        left: 0;
        top: 0;
        padding: 10px 0;
    }
    .table-checkout.table tr td:last-child {
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 0;
    }
    .table-responsive {
        border: none;
    }
    .table-checkout.table tr td:nth-child(3) {
        display: none;
    }
    .coupon-box .header-coupon {
        padding-bottom: 0;
    }
    .coupon-box .header-coupon span {
        font-size: 16px;
        line-height: 1;
    }
    .option-description {
        display: none;
    }
    .body-product .features-list span {
        margin: 0 5px 10px 0;
        padding: 5px 15px;
        font-size: 12px;
    }
    .tags a {
        margin: 0 5px 10px 0;
        padding: 5px 15px;
        font-size: 12px;
    }
    .card {
        padding: 15px;
        margin-bottom: 15px;
    }
    footer {
        padding-top: 30px;
        text-align: center;
    }
    .footer-bottom .powered-text {
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }
    footer .social-list {
        float: none;
        text-align: center;
    }
    footer .social-link {
        display: inline-block;
        float: none;
        margin: 0 5px;
    }
    footer .logo-box img {
        margin: 0 auto 10px;
    }
    .payment-list {
        margin-bottom: 30px;
    }
    body.open-mini-cart #top {
        z-index: 1028;
    }
    h3 {
        font-size: 20px;
        margin: 0 0 15px;
    }

    .card-help span {
        font-size: 60px;
        left: 0;
        top: 0;
        position: relative;
    }
    .card-help .main-btn {
        position: relative;
        right: 0;
        top: 0;
    }
    .card-help p {
        margin-bottom: 10px;
    }
    .panel-checkout .panel-body {
        padding: 15px;
        border: none!important;
        margin-left: 0;
    }
    #blue-line {
        padding: 30px 0 0;
    }
    .have-question {
        display: none;
    }
    body {
        padding-bottom: 46px;
    }
    .product-list .product-thumb {
        padding: 0;
        margin-bottom: 15px;
    }
    .product-list .product-thumb .image {
        width: 100%;
        float: none;
        border-radius: 0;
    }
    .product-list .product-thumb .caption {
        height: auto;
        margin: 0;
        padding: 15px;
        display: block;
    }
    .product-list .product-thumb .product-type {
        width: auto;
        position: relative;
        padding: 0 0 0 42px;
        margin-bottom: 10px;
        min-height: 35px;
    }
    .product-list .product-thumb .product-type img {
        display: block;
    }
    .product-list .product-thumb h3 a {
        overflow: hidden;
        white-space: normal;
        font-size: 13px;
        height: auto;
    }
    .product-list .product-thumb .product-description {
        margin-bottom: 15px;
    }
    .product-list .product-thumb .description {
        display: none;
    }
    .product-list .product-thumb .version {
        display: none;
    }
    .product-list .product-thumb .product-type .button-group-list {
        display: none;
    }
    .product-list .product-thumb .product-intro {
        width: auto;
        border: none;
        padding: 0;
        display: block;
    }
    .product-list .product-thumb .product-intro img {
        display: none;
    }
    .product-list .product-thumb .rating {
        float: left;
        padding-bottom: 1px;
    }
    .product-list .product-thumb .price {
        float: right;
        font-size: 15px;
        margin-top: 3px;
    }
    .copyright-page {
        font-size: 13px;
    }
    .footer-menu li a {
        color: #222;
        border: none;
    }
    .navbar-nav>li.show-mobile {
        display: block;
    }
    .navbar-nav>li.hide-mobile {
        display: none;
    }
    #cart .dropdown-backdrop {
        display: none;
    }
    .mnc-title {
        text-align: left;
        margin: 0;
    }
    .mini-cart-total {
        text-align: left;
    }
    #mini-cart .table, #mini-cart tbody, #mini-cart td, #mini-cart tr {
        display: block;
    }
    .mini-cart tbody tr {
        margin: 0 0 15px;
        max-width: 100%;
        padding: 0 0 0 110px;
        position: relative;
        background: #f8f9fa;
    }
    #mini-cart .table tr td {
        text-align: left;
    }
    #mini-cart .title a {
        white-space: normal;
    }
    #mini-cart .table tr td:nth-child(3) {
        padding-bottom: 0;
    }
    .breadcrumb {
        font-size: 13px;
    }
    #ocfilter {
        max-height: 9999px;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
    }
    #filter-btn {
        display: none;
    }


    .alert {
        top: 74px;
        right: 15px;
        left: 15px;
        width: auto;
        padding: 15px 15px 15px 70px;
        bottom: auto;
    }
    .alert .fa {
        font-size: 32px;
        width: 60px;
    }
    #mini-cart {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 46px;
        height: auto;
        width: auto;
        display: block;
        border-radius: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .cart-bottom {
        display: block;
        position: relative;
        padding: 0;
        bottom: auto;
    }
    .responsive-mini-cart {
        background: 0 0;
        height: auto;
        overflow-y: auto;
    }
    .cart-btn-del {
        background: #eaeaea;
        padding: 5px 10px;
    }
    .panel-checkout .panel-title {
        line-height: 20px;
        height: 80px;
        display: flex;
        align-items: center;
    }

    .category-about img {
        width: 200px;
        margin: 0 auto 20px;
        display: block;
    }
    section {
        padding: 30px 0;
    }
    #top {
        height: 60px;
    }
    #logo {
        height: 60px;
    }
    #top .navbar-nav {
        margin: 0;
    }
    #top .navbar-left {
        float: left;
    }
    #top .main-nav-right {
        float: right;
    }
    #top .nav>li {
        float: left;
    }

    #top .dropdown-menu {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #top form .dropdown-menu {
        top: auto;
        bottom: 46px;
        margin-top: 0;
        position: fixed;
        background: #f7f8fd;
        left: 0;
        width: 100%;
        display: none;
        font-weight: 600;
        -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, .08);
        box-shadow: 0 -2px 4px rgba(0, 0, 0, .08);
    }
    #top form .open .dropdown-menu {
        display: flex;
    }
    #top .sub-nav-right form li {
        flex: 1;
        width: 33.33333%}
    .nav.navbar-nav.navbar-right.sub-nav-right {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        margin: 0;
        display: flex;
        justify-content: space-between;
        -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, .08);
        box-shadow: 0 -2px 4px rgba(0, 0, 0, .08);
        height: 46px;
        display: flex;
    }
    #top .sub-nav-right li {
        flex: 1;
        width: 25%}
    #top .sub-nav-right li .icon-btn {
        font-size: 29px;
        padding: 5px 10px;
        height: 46px;
        text-align: center;
        justify-content: center;
        width: 100%}
    #top .sub-nav-right li .icon-btn i {
        top: 8px;
        left: 50%;
        margin-left: 5px;
    }

    #menu-sidebar {
        height: 60px;
        margin-right: -10px;
    }
    #menu-sidebar span:nth-child(2) {
        top: 29px;
    }
    #menu-sidebar span:nth-child(1) {
        top: 21px;
    }
    #menu-sidebar span:nth-child(3) {
        top: 37px;
    }
    .open-sidebar #menu-sidebar span:nth-child(3) {
        top: 39px;
    }
    .open-sidebar #menu-sidebar span:nth-child(1) {
        top: 21px;
    }
    #top li .icon-btn {
        height: 60px;
    }
    #top .dropdown-menu.dropdown-account.dropdown-menu-right {
        background: #f7f8fd;
        position: fixed;
        bottom: 46px;
        top: auto;
        text-align: center;
        -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, .08);
        box-shadow: 0 -2px 4px rgba(0, 0, 0, .08);
    }
    #top .sub-nav-right .dropdown-menu.dropdown-account li {
        width: 100%}
    .header-blog-overflow {
        display: block;
    }
    .blog-card .header-blog .date-pub, .blog-card .header-blog .view-pub {
        float: none;
    }
    .blog-card .header-blog .left {
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }
    .blog-card .header-blog .rating {
        float: none;
    }
    .account-card .left-aside {
        background: #f7f8fd;
        margin: 0;
        border-radius: 0;
        border: none;
        width: 280px;
        position: fixed;
        top: 60px;
        bottom: 46px;
        z-index: 999;
        left: 0;
        transition: .3s all;
        -webkit-transform: translateX(-280px);
        -moz-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
        -o-transform: translateX(-280px);
        transform: translateX(-280px);
        overflow: auto;
    }
    .account-card .body-aside {
        width: 100%}
    .category-list-head {
        position: relative;
        padding-right: 0;
    }
    .category-list-head .btn {
        position: relative;
        right: auto;
        top: auto;
        margin-bottom: 30px;
    }
    .category-list-head .after-h2 {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .category-list-head h2 {
        font-size: 20px;
    }
    .category-list-item {
        margin-bottom: 15px;
        height: auto;
    }

    .advantages-box{
        text-align: left;
        padding-left: 80px;
    }

    .advantages-box span{
        position: absolute;
        width: 50px;
        height: 50px;
        line-height: 43px;
        font-size: 22px;
        left: 15px;
        text-align: center;
        margin: 0;
    }

    #advantages .row>div:nth-child(3) .advantages-box {
        margin-bottom: 15px;
    }

}@media(max-width:600px) {
    .main-search-group .select-category {
        width: 100%}
    .main-search-group input, .main-search-group select {
        width: 100%;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        height: 42px;
        border: none!important;
    }
    .main-search-group .search-input {
        width: 100%;
        margin-bottom: 10px;
    }
    .not-found-search-text {
        font-size: 14px;
    }
    .header-search {
        margin-bottom: 0;
    }
    .main-search-group {
        width: 100%;
        margin: 0 0 20px;
        display: block;
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #mini-cart .table thead {
        display: none;
    }
    #mini-cart td img {
        width: 100px;
        height: 100px;
    }
    #mini-cart .btn {
        width: 170px;
        margin: 0 10px;
        padding: 10px;
    }
    .ocfilter-option .option-values .main-checkbox {
        width: 100%;
        float: none;
    }
    #ocfilter.open {
        max-height: 9999px;
    }
    .checkout-buttons {
        position: relative;
        padding-top: 40px;
    }
    .total-price-cart {
        float: none;
        position: absolute;
        top: -80px;
        margin-right: 0;
        margin-top: 0;
        font-size: 16px;
        width: 100%;
        text-align: center;
        left: 0;
        right: 0;
    }
    .checkout-buttons .pull-left, .checkout-buttons .pull-right {
        float: none!important;
    }
    .checkout-buttons .btn {
        display: block;
        margin-top: 10px;
    }
    .breadcrumb {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .blog-card #description img {
        width: 100%!important;
    }
    .blog-module-layout h3 a, .blog-thumb .blog-title a {
        font-size: 18px;
    }
    .blog-popular .row .col-lg-3:last-child .blog-module-layout {
        margin-bottom: 30px;
    }
    .blog-thumb .description {
        width: 100%;
        float: none;
    }
    .btn-blog {
        padding: 10px 20px;
        font-size: 12px;
    }
    .blog-card .header-blog .left {
        margin-bottom: 15px;
        display: block;
    }
    .blog-card .header-blog .rating {
        margin-right: 0;
        margin-bottom: 10px;
    }
}@media(max-width:500px) {
    .col-xs-12 {
        width: 100%}
    footer .col-xs-6 {
        width: 100%}
    .product-pills.nav-pills>li {
        margin: 0 0 10px;
        width: 100%;
        padding: 0;
    }
    .login-card {
        width: 100%;
        padding: 20px;
    }
    footer .col-xs-6 {
        width: 100%}
    .category-thumb a img {
        width: 100%}
    .slidenav-box .owl-next i, .slidenav-box .owl-prev i {
        font-size: 24px;
        width: 34px;
        height: 34px;
        line-height: 31px;
    }
    .blog-card .header-blog .rating {
        margin-right: 20px;
    }
    .blog-card .header-blog a {
        float: left;
        color: #000;
        font-size: 12px;
    }
    .blog-card .header-blog a span {
        font-size: 24px;
        margin-right: 5px;
        margin-top: -1px;
    }
    .blog-card h1 {
        font-size: 30px;
    }
    .blog-thumb .description-overflow {
        display: block;
    }
}@media(max-width:420px) {
    #mini-cart .btn {
        width: auto;
        margin: 10px 0;
        padding: 10px 30px;
        display: block;
    }
    .account-card-link .col-xs-6 {
        width: 100%}
    #popular-product-category h2 {
        margin: 5px 0 25px;
    }
}@media(max-width:380px) {
    .review-autor {
        line-height: 1;
    }
    .page-title {
        font-size: 23px;
    }
    .account-voucher h1 {
        font-size: 28px;
    }
    .account-voucher p {
        font-size: 15px;
    }
    .login-card .overline a {
        font-size: 13px;
    }
    .login-card h2 {
        font-size: 21px;
    }
    h2 {
        font-size: 20px;
    }
    #category-home .col-sm-6 {
        padding: 0;
    }
    .category-thumb {
        padding: 10px 0;
        border-radius: 0;
        box-shadow: none;
    }
    .mini-cart-total span {
        font-size: 16px;
    }

    #tabs-home .nav-tabs>li {
        width: 100%;
        margin: 0 0 15px;
    }


}@media(max-width:320px) {
    .main-review {
        padding-top: 0;
        margin-bottom: 20px;
    }
    .review-item {
        padding: 20px 15px;
    }
}
