﻿/*******Fonts*******/
@font-face {
    font-family: "icomoon";
    src: url(../fonts/icomoon/icomoon.eot?iy0n3t);
    src: url(../fonts/icomoon/icomoon.eot?iy0n3t#iefix) format('embedded-opentype'),
    url(../fonts/icomoon/icomoon.ttf?iy0n3t) format('truetype'),
    url(../fonts/icomoon/icomoon.woff?iy0n3t) format('woff'),
    url(../fonts/icomoon/icomoon.svg?iy0n3t#icomoon) format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Montserrat-Black;
    src: url(../fonts/Montserrat-Black/Montserrat-Black.eot);
    src: url(../fonts/Montserrat-Black/Montserrat-Black.woff2) format('woff2'),
    url(../fonts/Montserrat-Black/Montserrat-Black.woff) format('woff'),
    url(../fonts/Montserrat-Black/Montserrat-Black.ttf) format('truetype'),
    url(../fonts/Montserrat-Black/Montserrat-Black.svg#Montserrat-Black) format('svg'),
    url(../fonts/Montserrat-Black/Montserrat-Black.eot?#iefix) format('embedded-opentype');
    font-weight: 400;
    font-style: normal
}
[class*=" icomoon-"],
[class^=icomoon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icomoon-cart:before {
    content: "\e900";
}
.icomoon-wishlist:before {
    content: "\e901";
}
.icomoon-search:before {
    content: "\e902";
}
.icomoon-refresh:before {
    content: "\e903";
}
.icomoon-quickview2:before {
    content: "\e904";
}
.icomoon-compare2:before {
    content: "\e905";
}
.icomoon-wishlist2:before {
    content: "\e906";
}
.icomoon-cart2:before {
    content: "\e907";
}


body {
    max-width: 1920px;
    margin: auto;
    font-size: 14px;
    font-family: "Open Sans", Arial, serif;
    font-weight: 400;
    color: #333333;
    background-color: #ffffff;
    overflow-x: hidden;
}
a {
    color: #333333;
}
a:hover,
a:focus {
    outline: none;
    text-decoration: none;
    color: #fca53c;
}
img {
    max-width: 100%;
}
ul,
ol {
    margin: 0;
    padding: 0;
}
ul ul,
ol ol,
ul ol,
ol ul {
    padding-left: 30px;
}
.video-responsive {
    height: 0;
    padding-top: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}
.video-responsive embed,
.video-responsive iframe,
.video-responsive iframe,
.video-responsive video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: none;
}
.audio-responsive iframe {
    width: 100%;
    height: 126px;
}
.chosen-container-single .chosen-search input[type="text"]{
    min-height: 1px;
}
/*==========================================================

	3. ELEMENTS

==========================================================*/
.pagination {
    text-align: center;
    display: block;
    margin: 0;
}
.pagination > li {
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
    margin-bottom: 7px;
    vertical-align: top;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > span {
    border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
    color: #333333;
    border: 1px solid #dfdfdf;
    line-height: 32px;
    min-width: 34px;
    text-align: center;
    padding: 0 5px;
    border-radius: 0;
    background-color: #fff;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #fff;
    color: #fca53c;
    border-color: #dfdfdf;
}
.pagination .action > a,
.pagination .action > span {
    color: #888888;
}
.pagination .active > a,
.pagination .active > span,
.pagination .active > a:hover,
.pagination .active > span:hover,
.pagination .active > a:focus,
.pagination .active > span:focus {
    background-color: #fff;
    color: #fca53c;
    border-color: #dfdfdf;
}
.pager > li > a,
.pager > li > span {
    color: #a9a9a9;
    border-color: #dcdcdc;
    line-height: 37px;
    min-width: 39px;
    text-align: center;
    padding: 0 25px;
    border-radius: 40px;
}
.pager > li > a:hover,
.pager > li > span:hover,
.pager > li > a:focus,
.pager > li > span:focus {
    background-color: #1a1a1a;
    color: #fff;
    border-color: #1a1a1a;
}
.breadcrumb {
    background-color: transparent;
    text-transform: capitalize;
    padding: 0;
    font-size: 14px;
    margin-bottom: 22px;
    margin-top: 20px;
}
.breadcrumb li {
    color: #333;
    line-height: 25px;
}
.breadcrumb li + li:before {
    color: #999999;
    content: " / ";
    margin: 0 2px;
}
.breadcrumb li a {
    color: #333;
}
.breadcrumb li a:hover {
    color: #fca53c;
}
.breadcrumb .active {
    color: #999999;
}
.breadcrumb .active a {
    color: #999999;
}
.dropdown-menu {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
    border: none;
    border-radius: 0;
}
.dropdown-menu > li > a {
    color: #333333;
    padding: 6px 12px;
}
.dropdown-menu > li > a:hover {
    background-color: #fca53c;
    color: #fff;
}
.dropdown-menu .dropdown-header {
    color: #777;
    padding: 6px 12px;
}
.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    height: 39px;
    padding: 0 35px;
    font-family: "Open Sans";
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.btn.form-control-feedback {
    border: none;
    pointer-events: auto;
}
.btn:focus,
.btn.focus {
    outline: none;
    outline-style: none;
}
.btn:hover,
.btn:focus {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline-style: none;
}
.btn-lg {
    height: 60px;
    font-size: 18px;
}
.btn-sm {
    height: 28px;
    font-size: 12px;
}
a.btn {
    height: auto;
    line-height: 37px;
}
a.btn-lg {
    height: auto;
    line-height: 60px;
}
a.btn-sm {
    height: auto;
    line-height: 28px;
}
.btn-default {
    color: #6b6b6b;
    background-color: transparent;
    border-color: #e3e3e3;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
    color: #ffffff;
    background-color: #fca53c;
    border-color: #e3e3e3;
}
.open .btn-default.dropdown-toggle {
    color: #ffffff;
    background-color: #fca53c;
    border-color: #e3e3e3;
}
.btn-default:active,
.btn-default.active {
    background-image: none;
}
.open .btn-default.dropdown-toggle {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: transparent;
    border-color: #e3e3e3;
}
.btn-default .badge {
    color: transparent;
    background-color: #6b6b6b;
}
.btn-inline {
    color: #ffffff;
    background-color: #fca53c;
    border-color: #fca53c;
}
.btn-inline:hover,
.btn-inline:focus,
.btn-inline.focus,
.btn-inline:active,
.btn-inline.active {
    color: #ffffff;
    background-color: #171717;
    border-color: #171717;
}
.open .btn-inline.dropdown-toggle {
    color: #ffffff;
    background-color: #171717;
    border-color: #171717;
}
.btn-inline:active,
.btn-inline.active {
    background-image: none;
}
.open .btn-inline.dropdown-toggle {
    background-image: none;
}
.btn-inline.disabled,
.btn-inline[disabled],
fieldset[disabled] .btn-inline,
.btn-inline.disabled:hover,
.btn-inline[disabled]:hover,
fieldset[disabled] .btn-inline:hover,
.btn-inline.disabled:focus,
.btn-inline[disabled]:focus,
fieldset[disabled] .btn-inline:focus,
.btn-inline.disabled:active,
.btn-inline[disabled]:active,
fieldset[disabled] .btn-inline:active,
.btn-inline.disabled.active,
.btn-inline[disabled].active,
fieldset[disabled] .btn-inline.active {
    background-color: #fca53c;
    border-color: #fca53c;
}
.btn-inline .badge {
    color: #fca53c;
    background-color: #ffffff;
}
.btn-inline-sub {
    color: #ffffff;
    background-color: #9a9a9a;
    border-color: #9a9a9a;
}
.btn-inline-sub:hover,
.btn-inline-sub:focus,
.btn-inline-sub.focus,
.btn-inline-sub:active,
.btn-inline-sub.active {
    color: #ffffff;
    background-color: #fca53c;
    border-color: #fca53c;
}
.open .btn-inline-sub.dropdown-toggle {
    color: #ffffff;
    background-color: #fca53c;
    border-color: #fca53c;
}
.btn-inline-sub:active,
.btn-inline-sub.active {
    background-image: none;
}
.open .btn-inline-sub.dropdown-toggle {
    background-image: none;
}
.btn-inline-sub.disabled,
.btn-inline-sub[disabled],
fieldset[disabled] .btn-inline-sub,
.btn-inline-sub.disabled:hover,
.btn-inline-sub[disabled]:hover,
fieldset[disabled] .btn-inline-sub:hover,
.btn-inline-sub.disabled:focus,
.btn-inline-sub[disabled]:focus,
fieldset[disabled] .btn-inline-sub:focus,
.btn-inline-sub.disabled:active,
.btn-inline-sub[disabled]:active,
fieldset[disabled] .btn-inline-sub:active,
.btn-inline-sub.disabled.active,
.btn-inline-sub[disabled].active,
fieldset[disabled] .btn-inline-sub.active {
    background-color: #9a9a9a;
    border-color: #9a9a9a;
}
.btn-inline-sub .badge {
    color: #9a9a9a;
    background-color: #ffffff;
}
.hp1-btn {
    color: #666666;
    background-color: #ffffff;
    border-color: #ffffff;
    height: 38px;
}
.hp1-btn:hover,
.hp1-btn:focus,
.hp1-btn.focus,
.hp1-btn:active,
.hp1-btn.active {
    color: #ffffff;
    background-color: #3f5266;
    border-color: #3f5266;
}
.open .hp1-btn.dropdown-toggle {
    color: #ffffff;
    background-color: #3f5266;
    border-color: #3f5266;
}
.hp1-btn:active,
.hp1-btn.active {
    background-image: none;
}
.open .hp1-btn.dropdown-toggle {
    background-image: none;
}
.hp1-btn.disabled,
.hp1-btn[disabled],
fieldset[disabled] .hp1-btn,
.hp1-btn.disabled:hover,
.hp1-btn[disabled]:hover,
fieldset[disabled] .hp1-btn:hover,
.hp1-btn.disabled:focus,
.hp1-btn[disabled]:focus,
fieldset[disabled] .hp1-btn:focus,
.hp1-btn.disabled:active,
.hp1-btn[disabled]:active,
fieldset[disabled] .hp1-btn:active,
.hp1-btn.disabled.active,
.hp1-btn[disabled].active,
fieldset[disabled] .hp1-btn.active {
    background-color: #ffffff;
    border-color: #ffffff;
}
.hp1-btn .badge {
    color: #ffffff;
    background-color: #666666;
}
a.hp1-btn {
    line-height: 38px;
    height: auto;
}
.form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ececec;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control:hover,
.form-control:focus {
    box-shadow: none;
    border: 1px solid #ececec;
}
select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: center right 11px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/arrow-select.png);
    padding-right: 22px;
}
.input-group-addon {
    border-radius: 0;
}
.nav-tabs {
    margin-bottom: 15px;
}
.nav-tabs > li > a {
    border-radius: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    border-color: #ddd #ddd transparent;
    background-color: #fff;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fca53c;
}
.nav-pills {
    margin-bottom: 15px;
}
.nav-pills > li > a {
    border-radius: 0;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    color: #fff;
    background-color: #5e5e5e;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #5e5e5e;
}
.owl-carousel .owl-item img {
    width: auto;
}

/*==========================================================

	4. HEADER

==========================================================*/
.block-search .block-title {
    display: none;
    width: 60px;
    height: 49px;
    padding: 0;
    color: #fff;
    text-align: center;
    line-height: 1px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index1/search.png);
}
.block-search .block-title span {
    display: none;
}
.block-search .block-content:before,
.block-search .block-content:after {
    content: "";
    display: table;
}
.block-search .block-content:after {
    clear: both;
}
.block-search .categori-search {
    width: 160px;
    float: left;
    margin-right: -1px;
}
/*.block-search .categori-search .dropdown-toggle {*/
/*display: block;*/
/*line-height: 47px;*/
/*height: 49px;*/
/*border: 1px solid #aaaaaa;*/
/*padding-left: 15px;*/
/*padding-right: 28px;*/
/*position: relative;*/
/*text-transform: capitalize;*/
/*color: #333333;*/
/*font-size: 14px;*/
/*font-weight: normal;*/
/*background-color: #fff;*/
/*}*/
/*.block-search .categori-search .dropdown-toggle .caret {*/
/*border: none;*/
/*width: auto;*/
/*height: auto;*/
/*color: #888888;*/
/*position: absolute;*/
/*top: 0;*/
/*right: 28px;*/
/*}*/
/*.block-search .categori-search .dropdown-toggle .caret:before {*/
/*content: "\f107";*/
/*font-family: 'FontAwesome';*/
/*}*/
/*.block-search .categori-search .dropdown-menu {*/
/*padding: 10px;*/
/*height: 350px;*/
/*overflow-y: auto;*/
/*left: 0;*/
/*width: 250px;*/
/*}*/
/*.block-search .categori-search .dropdown-menu ul {*/
/*padding-left: 15px;*/
/*font-size: 13px;*/
/*}*/
/*.block-search .categori-search .dropdown-menu ul li {*/
/*display: block;*/
/*margin-bottom: 5px;*/
/*}*/
/*.block-search .categori-search .dropdown-menu ul li a {*/
/*display: block;*/
/*}*/
/*.block-search .categori-search .dropdown-menu ul li a:hover {*/
/*color: #fca53c;*/
/*}*/
.block-search .categori-search .chosen-container {
    width: 100% !important;
}
.block-search .categori-search .chosen-container .chosen-single {
    line-height: 47px!important;
    height: 49px!important;
    border-radius: 0;
    border: 1px solid #aaaaaa;
    background-color: #fff;
    background-image: none;
    box-shadow: none;
    padding-left: 15px;
    padding-right: 28px;
    position: relative;
    text-transform: capitalize;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
}
.block-search .categori-search .chosen-container .chosen-single span {
    margin: 0;
}
.block-search .categori-search .chosen-container .chosen-single div {
    width: 28px;
    text-align: left;
}
.block-search .categori-search .chosen-container .chosen-single div b {
    font-size: 14px;
    color: #888888;
    background-image: none!important;
    font-weight: normal;
}
.block-search .categori-search .chosen-container .chosen-single div b:before {
    content: "\f107";
    font-family: 'FontAwesome';
}
.block-search .categori-search .chosen-container .chosen-drop {
    border-radius: 0;
}
.block-search .categori-search .chosen-container .chosen-results li {
    line-height: 22px;
}
.block-search .form-search {
    width: 340px;
    float: left;
    max-width: 100%;
}
.block-search .form-search .box-group {
    position: relative;
}
.block-search .form-search .form-control {
    height: 49px;
    border: 1px solid #aaaaaa;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 14px;
    color: #888888;
}
.block-search .form-search .form-control::-moz-placeholder {
    color: #888888;
    opacity: 1;
}
.block-search .form-search .form-control:-ms-input-placeholder {
    color: #888888;
}
.block-search .form-search .form-control::-webkit-input-placeholder {
    color: #888888;
}
.block-search .form-search .btn-search {
    width: 60px;
    padding: 0;
    background-color: #fca53c;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 1px;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index1/search.png);
}
.block-search .form-search .btn-search span {
    display: none;
}
.block-search .form-search .btn-search:before {
    /*content: "\f002";
				font-family: 'FontAwesome';*/
}
.block-search .form-search .btn-search:hover {
    /*background-color: #fb8e0a;*/
}
.block-minicart {
    position: relative;
    /*> .dropdown-toggle {
		width: 118px;
		line-height: 47px;
		height: 49px;
		display: block;
		position: relative;
		color: #fff;
		background-color: @color-font_theme_skin1;

		.clearfix();
		&:hover {
			background-color: darken( @color-font_theme_skin1, 10%);
		}
		.cart-icon {
			width: 38px;
			display: block;
			height: 49px;
			float: left;
			background-repeat: no-repeat;
			background-position: center;
			background-image: url(../images/icon/index1/minicart.png);
		}
		.text,
		.cart-text {
			display: none;
		}
		.counter-title {
			display: none;
		}
		.counter {
			float: left;
			text-align: center;
			width: 80px;
		}
		.counter-number {
			width: 20px;
			line-height: 20px;
			background-color: #312e42;
			border-radius: 100%;
			color: #fff;
			text-align: center;
			position: absolute;
			top: 6px;
			left: 17px;
			font-size: 14px;
		}
		.counter-label {
			display: none;
		}
		.counter-price {
			font-size: 17px;
		}
		.minicart-opt-3& {
			background-color: #fff;
			padding: 0;
			color: #888888;
			line-height: 1;
			.cart-icon {
				width: 70px;
				float: right;
				background-color: @color-font_theme_skin1;
				margin: 0;
			}
			.counter {
				float: left;
				border: 1px solid #aaaaaa;
				border-right: none;
				height: 49px;
				padding-left: 37px;
				padding-right: 5px;
				padding-top: 3px;
				width: 200px;
			}
			.counter-number {
				right: 19px;
				left: auto;
			}
			.counter-title {
				text-transform: uppercase;
				color: @color-font_theme_skin1;
				display: block;
				font-size: 16px;
				font-weight: 600;
				padding: 0;
				margin-bottom: 5px;
			}
			.counter-label {
				&:after {
					content: "-";
					padding-left: 3px;
				}
			}
			.counter-label,
			.counter-price {
				display: inline-block;
				font-size: 14px;
				vertical-align: top;

			}
		}
		.minicart-opt-4& {
			background-color: #fff;
			padding: 0;
			color: #666666;
			line-height: 1;
			height: 40px;
			.cart-icon {
				width: 47px;
				height: 40px;
				float: right;
				background-color: @color-font_theme_skin6;
				margin: 0;
				background-image: url(../images/icon/index6/minicart.png);
			}
			.counter {
				float: left;
				border: 1px solid #eeeeee;
				border-right: none;
				height: 40px;
				padding-left: 17px;
				padding-right: 5px;
				padding-top: 4px;
				width: 156px;
			}
			.counter-number {
				right: 29px;
				left: auto;
				background-color: #009966;
				line-height: 18px;
				text-align: center;
				font-size: 13px;
				font-weight: bold;
				width: 33px;
				padding: 0;
				border-radius: 20px;
				top: -10px;
				&:before {
					content: "";
					width: 0;
					height: 0;
					border-style: solid;
					border-width: 0 6px 4px 0;
					border-color: transparent #009966 transparent transparent;
					position: absolute;
					bottom: -4px;
					left: 17px;

				}
			}
			.counter-title {
				text-transform: uppercase;
				color: #333333;
				display: block;
				font-size: 14px;
				font-weight: 700;
				padding: 0;
				margin-bottom: 3px;
			}
			.counter-label {
				&:after {
					content: "-";
					padding-left: 3px;
				}
			}
			.counter-label,
			.counter-price {
				display: inline-block;
				font-size: 14px;
				vertical-align: top;

			}
		}
		.minicart-opt-2& {
			padding: 0;
			line-height: 30px;
			height: auto;
			background-color: transparent;
			.cart-icon {
				height: 30px;
				margin-right: 5px;
				background-image: url(../images/icon/index9/cart.png);
			}
			.counter-price {
				display: none;
			}
			.cart-text {
				display: inline-block;
				color: #333;
				font-size: 16px;
				&:after {
					content: "\f0d7";
					font-family: "FontAwesome";
					margin-left: 5px;
				}
			}
			.counter-number {
				background-color: @color-font_theme_skin9;
				width: 24px;
				line-height: 22px;
				top: -10px;
				left: 16px;

			}
			&:hover {
				color: @color-font_theme_skin9;
				.cart-text {
					color: @color-font_theme_skin9;
				}
			}
		}
	}*/
}
.block-minicart:hover > .dropdown-menu,
.block-minicart.open > .dropdown-menu,
.block-minicart:hover  .dropdown-menu,
.block-minicart.open  .dropdown-menu{
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-minicart > .dropdown-menu,
.block-minicart  .dropdown-menu{
    padding: 20px;
    margin: 0;
    right: 0;
    left: auto;
    width: 375px;
    display: block;
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-minicart .subtitle {
    display: block;
    font-weight: 600;
    color: #333;
    font-size: 16px;
    margin-bottom: 5px;
}
.block-minicart .subtotal {
    margin-bottom: 34px;
}
.block-minicart .subtotal:before,
.block-minicart .subtotal:after {
    content: "";
    display: table;
}
.block-minicart .subtotal:after {
    clear: both;
}
.block-minicart .subtotal .label {
    font-style: italic;
    padding: 0;
    line-height: 15px;
    font-weight: normal;
    font-size: 16px;
    float: left;
    color: #888888;
    display: block;
}
.block-minicart .subtotal .price {
    float: right;
    font-size: 16px;
    line-height: 15px;
    display: block;
    color: #333;
}
.block-minicart .actions:before,
.block-minicart .actions:after {
    content: "";
    display: table;
}
.block-minicart .actions:after {
    clear: both;
}
.block-minicart .actions .btn {
    line-height: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    color: #333;
    border: none;
    background-color: #cdccd1;
    width: calc((100% - 12px)/ 2);
    width: -moz-calc((100% - 12px)/ 2);
    width: -webkit-calc((100% - 12px)/ 2);
    width: -o-calc((100% - 12px)/ 2);
    margin-bottom: 9px;
    font-size: 14px;
    font-weight: 600;
}
.block-minicart .actions .btn:hover{
    color: #fff;
}
@media (max-width: 479px) {
    .block-minicart .actions .btn {
        font-size: 13px;
    }
}

.block-minicart .actions .btn-viewcart {
    float: left;
}
.block-minicart .actions .btn-checkout {
    float: right;
}
.block-minicart .minicart-items .product-item {
    border-bottom: 1px solid #cdccd1;
    padding: 0 0 26px;
    margin-bottom: 15px;
}
.block-minicart .minicart-items .product-item:before,
.block-minicart .minicart-items .product-item:after {
    content: "";
    display: table;
}
.block-minicart .minicart-items .product-item:after {
    clear: both;
}
.block-minicart .minicart-items .product-item .product-item-photo {
    display: block;
    float: left;
    margin-right: 10px;
    width: 96px;
    padding-top: 7px;
}
.block-minicart .minicart-items .product-item .product-item-details {
    overflow: hidden;
    position: relative;
    padding-top: 7px;
}
.block-minicart .minicart-items .product-item .product-item-name {
    font-weight: normal;
    display: block;
    text-transform: capitalize;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 6px;
}
.block-minicart .minicart-items .product-item .product-item-name a {
    color: #333;
}

.block-minicart .minicart-items .product-item .product-item-qty {
    margin-bottom: 2px;
}
.block-minicart .minicart-items .product-item .product-item-qty .label {
    color: #888888;
    font-size: 14px;
    padding: 0;
    font-weight: normal;
}
.block-minicart .minicart-items .product-item .product-item-price {
    font-size: 14px;
    color: #333;
    display: block;
}
.block-minicart .minicart-items .product-item .action.delete {
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
    display: block;
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index1/remove-cart.png);
}

.block-minicart .minicart-items .product-item .action.delete span {
    display: none;
}
.block-nav-categori {
    width: 292px;
    position: relative;
}
.block-nav-categori .block-title {
    cursor: pointer;
    line-height: 57px;
    height: 57px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding: 0 44px 0 25px;
    background-repeat: no-repeat;
    background-position: center right 25px;
    background-image: url(../images/icon/index1/menu-cat.png);
    letter-spacing: 1px;
}
.block-nav-categori .block-content {
    position: absolute;
    top: 100%;
    z-index: 300;
    background-color: #fff;
    left: 0;
    min-width: 292px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
}
.block-nav-categori.has-open .block-content,
.block-nav-categori.open-on-home .block-content {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-nav-categori .ui-categori {
    padding-top: 17px;
    padding-bottom: 13px;
}
.block-nav-categori .ui-categori .toggle-submenu {
    display: none;
}
.block-nav-categori .ui-categori > li {
    display: block;
}
.block-nav-categori .ui-categori > li > a {
    display: block;
    padding: 0 40px 0 25px;
    position: relative;
    text-transform: capitalize;
    line-height: 51px;
}
.block-nav-categori .ui-categori > li > a .icon {
    width: 40px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}
.block-nav-categori .ui-categori > li > a:hover {
    color: #888888;
}
.block-nav-categori .ui-categori > li.parent {
    position: relative;
}
.block-nav-categori .ui-categori > li.parent > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    line-height: 50px;
    top: 0;
    right: 0;
    width: 40px;
    text-align: left;
    font-size: 16px;
}
.block-nav-categori .ui-categori > li.parent:hover > a {
    color: #888888;
}
.block-nav-categori .ui-categori > li.parent:hover > a:after {
    content: "\f105";
}
.block-nav-categori  li.parent:hover > .submenu,
.block-nav-categori  li.parent:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    margin-left: 0px;
}
.block-nav-categori .ui-categori > li.cat-link-orther {
    display: none;
    list-style: none!important;
}
.block-nav-categori .ui-categori .submenu,
.block-nav-categori .ui-categori .sub-menu  {
    position: absolute;
    top: -17px;
    min-width: 200px;
    left: 100%;
    margin-left: 20px;
    padding: 15px 0;
    background-color: #fff;
    z-index: 300;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px 0px;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    background-position: top right;
    background-repeat: no-repeat;
}
.block-nav-categori .ui-categori .megamenu{
    padding: 20px;
}
.block-nav-categori .ui-categori .submenu .submenu {
    top: 0;
}
.block-nav-categori .ui-categori .submenu>li>a{
    display: block;
    line-height: 34px;
    padding: 0 12px;
    padding-left: 25px;
    padding-right: 25px;
    color: #888888;
}
.block-nav-categori .ui-categori .submenu .categori-img {
    display: block;
    margin-bottom: 10px;
}
.block-nav-categori .ui-categori .submenu .categori-img img {
    width: 100%;
}
.block-nav-categori .ui-categori .submenu .categori-img a {
    display: block;
    position: relative;
    overflow: hidden;
}
.block-nav-categori .ui-categori .submenu .categori-img a:before,
.block-nav-categori .ui-categori .submenu .categori-img a:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-style: solid;
    border-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 100;
}
.block-nav-categori .ui-categori .submenu .categori-img a:before {
    border-width: 1px 0 1px 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    top: 10px;
    bottom: 10px;
}
.block-nav-categori .ui-categori .submenu .categori-img a:after {
    border-width: 0px 1px 0px 1px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    left: 10px;
    right: 10px;
}
.block-nav-categori .ui-categori .submenu .categori-img a:hover:before,
.block-nav-categori .ui-categori .submenu .categori-img a:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-nav-categori .ui-categori .submenu .categori-img a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-nav-categori .ui-categori .submenu .categori-img a img {
    display: block;
    width: 100%;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-nav-categori .ui-categori .submenu .categori-list {
    margin: 0;
    padding-bottom: 43px;
}
.block-nav-categori .ui-categori .submenu .categori-list:before,
.block-nav-categori .ui-categori .submenu .categori-list:after {
    content: "";
    display: table;
}
.block-nav-categori .ui-categori .submenu .categori-list:after {
    clear: both;
}
.block-nav-categori .ui-categori .submenu .categori-list .title {
    text-transform: uppercase;
    font-weight: 600;
    color: #444444;
    display: block;
    margin-bottom: 11px;
    margin-top: 15px;
    font-size: 16px;
}
.block-nav-categori .ui-categori .submenu .categori-list .title a {
    color: #444444;
    text-transform: uppercase;
}
.block-nav-categori .ui-categori .submenu .categori-list .title a:hover {
    color: #fca53c;
}
.block-nav-categori .ui-categori .submenu .categori-list > li {
    padding: 0 20px;
}
.block-nav-categori .ui-categori .submenu .categori-list li a {
    color: #888888;
    font-size: 14px;
    display: block;
    line-height: 30px;
    text-transform: none;
}
.block-nav-categori .ui-categori .submenu .categori-list li a:hover {
    color: #fca53c;
}
.block-nav-categori .ui-categori .submenu .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #444444;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    margin-top: 25px;
    padding-left: 18px;
}
.block-nav-categori .ui-categori .submenu .subtitle:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-right: -100%;
    border-top: 1px solid #dfdfdf;
    margin-left: 8px;
}
.block-nav-categori .ui-categori .submenu .product-item-opt-1 .product-item-price {
    color: #333333;
    font-size: 16px;
}
.block-nav-categori .view-all-categori .btn-view-all,
.block-nav-categori .view-all-categori a {
    display: none;
    text-transform: capitalize;
    padding: 0 65px;
    line-height: 55px;
    background-color: #f9f9f9;
    color: #333;
    font-weight: 600;
    cursor: pointer;
}
.block-nav-categori.show-button-all .view-all-categori .btn-view-all,
.block-nav-categori.show-button-all .view-all-categori a{
    display: block;
}
.block-nav-categori .view-all-categori .btn-view-all:after,
.block-nav-categori .view-all-categori a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    float: right;
    font-size: 18px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.block-nav-categori .view-all-categori .btn-view-all:hover,
.block-nav-categori .view-all-categori a:hover {
    color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
/*
.sticky-wrapper:not(.is-sticky ) .block-nav-categori.has-open .block-content .ui-categori,
.sticky-wrapper:not(.is-sticky ) .block-nav-categori.has-open .block-content .view-all-categori {
  display: block !important;
}*/
.block-nav-menu .ui-menu {
    padding-left: 17px;
}
.block-nav-menu .ui-menu:before,
.block-nav-menu .ui-menu:after {
    content: "";
    display: table;
}
.block-nav-menu .ui-menu:after {
    clear: both;
}
.block-nav-menu .ui-menu .toggle-submenu {
    display: none;
}
.block-nav-menu .ui-menu > li {
    float: left;
    position: relative;
}
.block-nav-menu .ui-menu > li > a {
    text-transform: uppercase;
    display: block;
    padding: 0 23px;
    line-height: 57px;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    color: #333;
}
.block-nav-menu .ui-menu > li > a:hover,
.block-nav-menu .ui-menu > li > a:focus {
    color: #fca53c;
}
.block-nav-menu .ui-menu > li .label-menu {
    position: absolute;
    top: -7px;
    line-height: 20px;
    color: #fff;
    background-color: #009966;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    min-width: 33px;
    padding: 0 2px;
    border-radius: 10px;
    font-family: Arial;
    right: 35px;
}
.block-nav-menu .ui-menu > li .label-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 6px 0 0;
    border-color: #009966 transparent transparent transparent;
    position: absolute;
    bottom: -4px;
    left: 10px;
}
.block-nav-menu .ui-menu > li.parent > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    margin-left: 9px;
    position: absolute;
    right: 0;
    line-height: 30px;
    top: 50%;
    margin-top: -15px;
}
.block-nav-menu .ui-menu .parent:hover > .submenu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-nav-menu .ui-menu .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 170px;
    /*-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px 0px;*/
    margin-top: 0px;
    padding: 0px 0;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    z-index: 900;
    white-space: nowrap;
}
.block-nav-menu .ui-menu .submenu > li {
    display: block;
    margin-top: 1px;
}
.block-nav-menu .ui-menu .submenu > li > a {
    display: block;
    line-height: 34px;
    padding: 0 12px;
    padding-left: 25px;
    padding-right: 25px;
    color: #fff;
    background-color: #FE259A;
    border-radius: 20px 0;
}
.block-nav-menu .ui-menu .submenu > li > a:hover,
.block-nav-menu .ui-menu .submenu > li > a:focus {
    color: #fff !important;
}
.block-nav-menu .ui-menu .parent-megamenu:hover > .megamenu {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    margin-top: 0px;
}
.block-nav-menu .ui-menu .parent-megamenu > .megamenu {
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px 0px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 8px 0px;
    margin-top: 15px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    z-index: 900;
    padding: 30px;
}
@media (max-width: 991px) {
    .block-nav-menu .ui-menu .parent-megamenu > .megamenu {
        width: 100%;
        display: none;
        visibility: visible;
        margin: 0;
        opacity: 1;
        box-shadow: none;
        position: static;
    }
}
@media (max-width: 991px) {
    .block-nav-menu .ui-menu .parent-megamenu.open-submenu > .megamenu {
        display: block;
    }
}
.block-nav-menu .ui-menu .parent-megamenu > a {
    position: relative;
}
.block-nav-menu .ui-menu .horizontal-menu {
    width: 870px;
    padding: 30px 15px ;
}
@media (max-width: 1199px) {
    .block-nav-menu .ui-menu .horizontal-menu {
        width: 940px;
    }
}
@media (max-width: 991px) {
    .block-nav-menu .ui-menu .horizontal-menu {
        width: 100%;
    }
}
.block-nav-menu .ui-menu .horizontal-menu > ul:before,
.block-nav-menu .ui-menu .horizontal-menu > ul:after {
    content: "";
    display: table;
}
.block-nav-menu .ui-menu .horizontal-menu > ul:after {
    clear: both;
}
.block-nav-menu .ui-menu .horizontal-menu .title {
    color: #444444;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 7px;
    margin-top: 0;
    display: block;
    margin-top: 10px;
    font-weight: 600;
}
.block-nav-menu .ui-menu .horizontal-menu .img-categori {
    margin-bottom: 15px;
    position: relative;
}
.block-nav-menu .ui-menu .horizontal-menu .img-categori img {
    display: block;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-nav-menu .ui-menu .horizontal-menu .img-categori a {
    position: relative;
    display: block;
    overflow: hidden;
}
.block-nav-menu .ui-menu .horizontal-menu .img-categori a:before,
.block-nav-menu .ui-menu .horizontal-menu .img-categori a:after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.block-nav-menu .ui-menu .horizontal-menu .img-categori a:before {
    top: 20px;
    bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-nav-menu .ui-menu .horizontal-menu .img-categori a:after {
    left: 20px;
    right: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-nav-menu .ui-menu .horizontal-menu .img-categori a:hover:before,
.block-nav-menu .ui-menu .horizontal-menu .img-categori a:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-nav-menu .ui-menu .horizontal-menu .list-submenu li {
    padding-bottom: 10px;
}
.block-nav-menu .ui-menu .horizontal-menu .list-submenu a {
    display: block;
    color: #888888;
}
.block-nav-menu .ui-menu .horizontal-menu .list-submenu a:hover {
    color: #fca53c;
}
.block-nav-menu .ui-menu .vertical-menu {
    width: 1170px;
    padding: 30px 15px ;
}
@media (max-width: 1199px) {
    .block-nav-menu .ui-menu .vertical-menu {
        width: 940px;
    }
}
@media (max-width: 991px) {
    .block-nav-menu .ui-menu .vertical-menu {
        width: 100%;
        display: block;
    }
}
.block-nav-menu .ui-menu .vertical-menu:before,
.block-nav-menu .ui-menu .vertical-menu:after {
    content: "";
    display: table;
}
.block-nav-menu .ui-menu .vertical-menu:after {
    clear: both;
}
.block-nav-menu .ui-menu .vertical-menu .col-left {
    width: 245px;
    float: left;
}
@media (max-width: 991px) {
    .block-nav-menu .ui-menu .vertical-menu .col-left {
        width: 100%;
        float: none;
    }
}
.block-nav-menu .ui-menu .vertical-menu .col-left .title {
    line-height: 30px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #444444;
    padding: 0 15px;
    position: relative;
    font-weight: 600;
    margin-top: -10px;
    margin-bottom: 10px;
}
.block-nav-menu .ui-menu .vertical-menu .col-left > ul > li {
    position: static;
}
.block-nav-menu .ui-menu .vertical-menu .col-left > ul > li > a {
    line-height: 30px;
    display: block;
    text-transform: none;
    color: #888888;
    padding: 0 15px;
    position: relative;
    font-size: 14px;
}
.block-nav-menu .ui-menu .vertical-menu .col-left > ul > li > a:hover {
    color: #fca53c;
}
.block-nav-menu .ui-menu .vertical-menu .col-right {
    overflow: hidden;
}
@media (max-width: 991px) {
    .block-nav-menu .ui-menu .vertical-menu .col-right {
        width: 100%;
        float: none;
    }
}
.block-nav-menu .ui-menu .vertical-menu .col-right a {
    position: relative;
    display: block;
}
.block-nav-menu .ui-menu .vertical-menu .col-right a:before,
.block-nav-menu .ui-menu .vertical-menu .col-right a:after {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}
.block-nav-menu .ui-menu .vertical-menu .col-right a:before {
    top: 20px;
    bottom: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-nav-menu .ui-menu .vertical-menu .col-right a:after {
    left: 20px;
    right: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-nav-menu .ui-menu .vertical-menu .col-right a:hover:before,
.block-nav-menu .ui-menu .vertical-menu .col-right a:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-nav {
    background-color: #fff;
    position: relative;
}
.header-nav:before,
.header-nav:after {
    content: "";
    display: table;
}
.header-nav:after {
    clear: both;
}
.header-nav .container {
    position: relative;
}
.header-nav .container:before,
.header-nav .container:after {
    content: "";
    display: table;
}
.header-nav .container:after {
    clear: both;
}

.header-nav .box-header-nav {
    display: table;
    width: 100%;
}
.header-nav .box-header-nav:before,
.header-nav .box-header-nav:after {
    content: "";
    display: table;
}
.header-nav .box-header-nav:after {
    clear: both;
}
.header-nav .block-nav-categori,
.header-nav .block-nav-menu,
.header-nav .header-ontop-control {
    display: table-cell;
    vertical-align: middle;
}
.header-nav .header-ontop-control{
    width: 153px;
    display: none;
}
.sticky-wrapper.is-sticky .header-nav .header-ontop-control{
    display: table-cell;
}
.header-nav .block-minicart > .dropdown-toggle,
.header-nav .block-minicart  .dropdown-toggle{
    display: block;
    position: relative;
    color: #fff;
}
.header-nav .block-minicart > .dropdown-toggle:before,
.header-nav .block-minicart > .dropdown-toggle:after,
.header-nav .block-minicart  .dropdown-toggle:before,
.header-nav .block-minicart  .dropdown-toggle:after{
    content: "";
    display: table;
}
.header-nav .block-minicart > .dropdown-toggle:after,
.header-nav .block-minicart  .dropdown-toggle:after{
    clear: both;
}
.header-nav .block-minicart > .dropdown-toggle .cart-icon,
.header-nav .block-minicart  .dropdown-toggle .cart-icon{
    width: 38px;
    display: block;
    height: 49px;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index1/minicart.png);
}
.header-nav .nav-toggle-cat {
    display: block;
    float: left;
    width: 50px;
    padding: 0;
}
.nav-toggle-menu {
    display: none;
}
.site-header .switcher .dropdown-toggle {
    display: block;
}
.site-header .switcher .dropdown-toggle i {
    margin-right: 0;
}
@media (min-width: 768px) {
    .site-header .switcher:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
    .site-header .switcher .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        margin-top: 10px;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
}
.site-header .switcher .switcher-options .switcher-flag {
    margin-right: 10px;
}
.site-header .switcher .switcher-options .fa {
    margin-right: 10px;
}
.site-header .switcher-language .dropdown-toggle .switcher-flag {
    margin-right: 6px;
}
.site-header .switcher-language .switcher-options .switcher-flag {
    margin-right: 10px;
}
.site-header .switcher-language .switcher-options .fa {
    margin-right: 10px;
}
.site-header .setting .dropdown-menu {
    background-color: #fff;
    width: 273px;
    padding: 20px 22px;
    margin: 0;
    right: 0;
    left: auto;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    color: #333;
    font-size: 12px;
}
.site-header .setting.user-setting .dropdown-menu {
    width: 200px;
}
.site-header .setting .dropdown-menu a {
    color: #333;
}
@media (max-width: 600px) {
    .site-header .setting .dropdown-menu {
        left: 0;
        right: auto;
    }
}
@media (max-width: 479px) {
    .site-header .setting .dropdown-menu {
        left: 0;
        right: 0;
    }
}
@media (max-width: 479px) {
    .site-header .setting {
        position: static ;
    }
    .site-header .setting .dropdown-menu {
        top: 50px;
    }
}
@media (min-width: 768px) {
    .site-header .setting:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
    .site-header .setting .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        margin-top: 10px;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
}
.site-header .setting .switcher {
    margin-bottom: 13px;
    border-bottom: 1px dotted #dadada;
    padding-bottom: 8px;
}
.site-header .setting .switcher .title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    color: #333;
    display: block;
    margin-bottom: 12px;
}
.site-header .setting .switcher ul:before,
.site-header .setting .switcher ul:after {
    content: "";
    display: table;
}
.site-header .setting .switcher ul:after {
    clear: both;
}
.site-header .setting .switcher li {
    display: block;
    margin-right: 8px;
    margin-bottom: 10px;
    float: left;
}
.site-header .setting .switcher li a {
    display: block;
}
.site-header .setting .switcher li img {
    display: block;
}
.site-header .setting .switcher .switcher-options .switcher-flag {
    margin: 0;
}
.site-header .setting .switcher-language .switcher-active {
    outline: 1px solid #ededed;
}
.site-header .setting .switcher-currency a {
    display: block;
    width: 32px;
    line-height: 22px;
    padding: 0;
    text-align: center;
    background-color: #eeeeee;
    font-size: 12px;
    color: #333333;
}
.site-header .setting .switcher-currency .switcher-active {
    background-color: #4f4f4f;
    color: #fff;
}
.site-header .setting .switcher-currency .switcher-active a {
    color: #fff;
    background-color: #4f4f4f;
}
.site-header .setting .account {
    padding-left: 15px;
}
.site-header .setting .account li {
    display: list-item;
    text-transform: capitalize;
    line-height: 30px;
    list-style: disc;
    list-style-position: outside;
    color: #aaaaaa;
}
.site-header .setting .account li a {
    color: #333;
    font-size: 14px;
}
.site-header .setting .account li a:hover {
    color: #fca53c;
}
.site-header .nav-toggle-menu {
    line-height: 49px;
    padding: 0 20px;
    text-transform: uppercase;
    text-align: center;
    background-color: #fca53c;
    color: #fff;
    display: none;
    float: right;
    font-size: 15px;
    font-weight: 600;
    line-height: 57px;
    padding: 0 44px 0 25px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center right 25px;
    background-image: url(../images/icon/index1/menu-cat.png);
}
.site-header .nav-toggle-menu span {
    margin-right: 10px;
}
.site-header .nav-toggle-menu .fa {
    font-size: 24px;
    vertical-align: middle;
    display: none;
}
.site-header .nav-toggle-menu.active:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
}
@media (max-width: 991px) {
    .site-header .block-nav-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -110%;
        width: 280px;
        -webkit-box-shadow: rgba(136, 136, 136, 0.23) 0px 0px 3px 0px;
        box-shadow: rgba(136, 136, 136, 0.23) 0px 0px 3px 0px;
        background-color: #fff;
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
        overflow-y: auto;
        display: block;
    }
    .admin-bar .site-header .block-nav-menu{
        top: 46px;
    }
    .site-header .block-nav-menu.has-open {
        right: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
        background-color: grey;

    }
    .site-header .block-nav-menu .ui-menu {
        padding-left: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .site-header .block-nav-menu .ui-menu > li {
        float: none;
        display: block;
    }
    .site-header .block-nav-menu .ui-menu > li > a {
        padding: 0 15px;
        line-height: 46px;
    }
    .site-header .block-nav-menu .ui-menu li {
        position: relative;
    }
    .site-header .block-nav-menu .ui-menu li.parent > a:after {
        line-height: 46px;
        top: 0;
        margin: 0;
        width: 20px;
        content: none;
    }
    .site-header .block-nav-menu .ui-menu li a {
        display: inline-block;
        position: relative;
        z-index: 20;
        margin-right: 30px;
    }
    .site-header .block-nav-menu .ui-menu .open-submenu > .submenu {
        display: block;
        padding: 20px 0;
    }
    .site-header .block-nav-menu .ui-menu .open-submenu > .toggle-submenu:before {
        content: "\f107";
    }
    .site-header .block-nav-menu .ui-menu .submenu {
        position: static;
        display: none;
        box-shadow: none;
        border: none;
        padding: 0;
        margin: 0;
        opacity: 1;
        visibility: visible;
        padding-left: 20px;
    }
    .site-header .block-nav-menu .ui-menu .toggle-submenu {
        position: absolute;
        display: block;
        height: 46px;
        top: 0;
        left: 0;
        right: 0;
        cursor: pointer;
        text-align: right;
        padding-right: 15px;
        line-height: 46px;
    }
    .site-header .block-nav-menu .ui-menu .toggle-submenu:before {
        content: "\f105";
        font-family: 'FontAwesome';
        font-size: 18px;
    }
    .site-header .block-nav-categori {
        width: 100%;
    }
    .site-header .block-nav-categori .block-title {
        cursor: pointer;
    }
    .site-header .block-nav-categori .block-title.active:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 500;
    }
    .site-header .block-nav-categori.has-open .block-content {
        left: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
    .admin-bar .site-header .block-nav-categori .block-content{
        top: 46px;
    }
    .site-header .block-nav-categori .block-content {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -110%;
        right: auto;
        width: 280px;
        -webkit-box-shadow: rgba(136, 136, 136, 0.23) 0px 0px 3px 0px;
        box-shadow: rgba(136, 136, 136, 0.23) 0px 0px 3px 0px;
        background-color: #fff;
        z-index: 9999;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
        overflow-y: auto;
    }
    .site-header .block-nav-categori .ui-categori {
        padding-left: 0px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .site-header .block-nav-categori .ui-categori > li {
        float: none;
        display: block;
    }
    .site-header .block-nav-categori .ui-categori > li > a {
        padding: 0 15px;
        line-height: 46px;
    }
    .site-header .block-nav-categori .ui-categori li {
        position: relative;
    }
    .site-header .block-nav-categori .ui-categori li.parent > a:after {
        line-height: 46px;
        top: 0;
        margin: 0;
        width: 20px;
        content: none;
    }
    .site-header .block-nav-categori .ui-categori li a {
        display: inline-block;
        position: relative;
        z-index: 20;
        margin-right: 30px;
    }
    .site-header .block-nav-categori .ui-categori .open-submenu > a {
        color: #fca53c;
    }
    .site-header .block-nav-categori .ui-categori .open-submenu > .submenu {
        display: block;
    }
    .site-header .block-nav-categori .ui-categori .open-submenu > .toggle-submenu:before {
        content: "\f107";
    }
    .site-header .block-nav-categori .ui-categori .submenu {
        position: static;
        display: none;
        box-shadow: none;
        border: none;
        padding: 0;
        margin: 0;
        opacity: 1;
        visibility: visible;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }
    .site-header .block-nav-categori .ui-categori .toggle-submenu {
        position: absolute;
        display: block;
        height: 46px;
        top: 0;
        left: 0;
        right: 0;
        cursor: pointer;
        text-align: right;
        padding-right: 15px;
        line-height: 46px;
    }
    .site-header .block-nav-categori .ui-categori .toggle-submenu:before {
        content: "\f105";
        font-family: 'FontAwesome';
        font-size: 18px;
    }
    .site-header .block-nav-categori .ui-categori .categori-list li {
        display: block;
        float: none;
        width: 100%;
    }
    .site-header .nav-toggle-menu {
        line-height: 49px;
        padding: 0 20px;
        text-transform: uppercase;
        text-align: center;
        background-color: #fca53c;
        color: #fff;
        display: block;
        float: right;
        font-size: 15px;
        font-weight: 600;
        line-height: 57px;
        padding: 0 44px 0 25px;
        cursor: pointer;
        background-repeat: no-repeat;
        background-position: center right 25px;
        background-image: url(../images/icon/index1/menu-cat.png);
    }
    .site-header .nav-toggle-menu span {
        margin-right: 10px;
    }
    .site-header .nav-toggle-menu .fa {
        font-size: 24px;
        vertical-align: middle;
        display: none;
    }
    .site-header .nav-toggle-menu.active:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 500;
    }
    body.categori-open,
    body.menu-open {
        overflow: hidden;
    }
}

.header-opt-1 .header-top {
    background-color: #fca53c;
    padding: 0;
}
.header-opt-1 .header-top .container:before,
.header-opt-1 .header-top .container:after {
    content: "";
    display: table;
}
.header-opt-1 .header-top .container:after {
    clear: both;
}
.header-opt-1 .hotline {
    float: left;
    color: #fff;
}
.header-opt-1 .hotline:before,
.header-opt-1 .hotline:after {
    content: "";
    display: table;
}
.header-opt-1 .hotline:after {
    clear: both;
}
.header-opt-1 .hotline > li {
    position: relative;
    padding: 0 20px;
    float: left;
}
.header-opt-1 .hotline > li > span {
    line-height: 50px;
}
.header-opt-1 .hotline > li > a {
    line-height: 50px;
}
.header-opt-1 .hotline > li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
}
.header-opt-1 .hotline > li:first-child {
    padding-left: 0;
}
.header-opt-1 .hotline > li:first-child:before {
    content: none;
}
.header-opt-1 .hotline > li .fa {
    margin-right: 8px;
    font-size: 14px;
}
.header-opt-1 .links {
    float: right;
    color: #fff;
    position: relative;
}
.header-opt-1 .links:before,
.header-opt-1 .links:after {
    content: "";
    display: table;
}
.header-opt-1 .links:after {
    clear: both;
}
.header-opt-1 .links > li {
    position: relative;
    padding: 0 15px;
    float: left;
}
.header-opt-1 .links > li > a,
.header-opt-1 .links > li > span {
    color: #fff;
    display: block;
    line-height: 50px;
}
.header-opt-1 .links > li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
}
.header-opt-1 .links > li:last-child {
    padding-right: 0;
}
.header-opt-1 .links > li:last-child:before {
    content: none;
}
.header-opt-1 .links > li:first-child {
    padding-left: 0;
}


.header-opt-1 .header-content {
    background-color: #f5f5f5;
    padding: 55px 0 47px;
}
.header-opt-1 .header-content .logo {
    display: block;
    padding-top: 10px;
}
.header-opt-1 .header-content .block-search {
    float: right;
    position: relative;
    max-width: 100%;
}
@media (max-width: 1199px) {
    .header-opt-1 .header-content .block-search .categori-search {
        display: none;
    }
}
.header-opt-1 .header-content .block-minicart {
    float: right;
}
.header-opt-1 .header-content .block-minicart > .dropdown-toggle,
.header-opt-1 .header-content .block-minicart  .dropdown-toggle{
    width: 118px;
    line-height: 47px;
    height: 49px;
    display: block;
    position: relative;
    color: #fff;
}
.header-opt-1.header-opt-2 .header-content .block-minicart  .dropdown-toggle{
    width: auto;
    padding: 0 20px;
}

.header-opt-1.header-opt-3 .header-content .block-minicart  .dropdown-toggle{
    border: 1px solid #aaa;
    background-color: transparent;
    width: 100%;
    padding-right: 70px;
    text-align: center;
}

.header-opt-1 .header-content .block-minicart > .dropdown-toggle:before,
.header-opt-1 .header-content .block-minicart > .dropdown-toggle:after,
.header-opt-1 .header-content .block-minicart  .dropdown-toggle:before,
.header-opt-1 .header-content .block-minicart  .dropdown-toggle:after{
    content: "";
    display: table;
}
.header-opt-1 .header-content .block-minicart > .dropdown-toggle:after,
.header-opt-1 .header-content .block-minicart  .dropdown-toggle:after{
    clear: both;
}
.header-opt-1 .header-content .block-minicart > .dropdown-toggle .cart-icon,
.header-opt-1 .header-content .block-minicart .dropdown-toggle .cart-icon{
    width: 38px;
    display: block;
    height: 49px;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index1/minicart.png);
}

.header-opt-1 .header-content .block-minicart > .dropdown-toggle .text,
.header-opt-1 .header-content .block-minicart > .dropdown-toggle .cart-text,
.header-opt-1 .header-content .block-minicart  .dropdown-toggle .text,
.header-opt-1 .header-content .block-minicart  .dropdown-toggle .cart-text,
.header-content .block-minicart  .dropdown-toggle .cart-text .text2,
.header-content .block-minicart  .dropdown-toggle .cart-text .text3{
    display: none;
}
.header-opt-1.header-opt-3 .header-content .block-minicart  .dropdown-toggle .cart-text{
    text-transform: uppercase;
}
.header-opt-1.header-opt-3 .header-content .block-minicart  .dropdown-toggle .cart-text .text1{
    display: none;
}
.header-opt-1.header-opt-3 .header-content .block-minicart  .dropdown-toggle .cart-text,
.header-opt-1.header-opt-3 .header-content .block-minicart  .dropdown-toggle .cart-text .text2{
    display: block;
    line-height: 22px;
    font-weight: bold;
    font-size: 16px;
}
.header-opt-1.header-opt-2 .header-content .block-minicart  .dropdown-toggle .cart-text{
    display: inline-block;
}
.header-opt-1 .header-content .block-minicart > .dropdown-toggle .counter-title,
.header-opt-1 .header-content .block-minicart  .dropdown-toggle .counter-title{
    display: none;
}
.header-opt-1 .header-content .block-minicart > .dropdown-toggle .counter,
.header-opt-1 .header-content .block-minicart  .dropdown-toggle .counter{
    float: left;
    text-align: center;
    width: 80px;
}
.header-opt-1.header-opt-3 .header-content .block-minicart  .dropdown-toggle .counter{
    line-height: 22px;
    width: 100%;
    color: #888;
}
.header-opt-1.header-opt-2 .header-content .block-minicart  .dropdown-toggle .counter{
    float: none;
    text-align: left;
    width: auto;
    display: inline-block;
}
.header-opt-1 .header-content .block-minicart > .dropdown-toggle .counter-number,
.header-opt-1 .header-content .block-minicart  .dropdown-toggle .counter-number{
    width: 20px;
    line-height: 20px;
    background-color: #312e42;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 6px;
    left: 17px;
    font-size: 14px;
}
.header-opt-1.header-opt-3 .header-content .block-minicart  .dropdown-toggle .counter-number{
    top: 5px;
    left: auto;
    right: 15px;
}
.header-opt-1 .header-content .block-minicart > .dropdown-toggle .counter-label,
.header-opt-1 .header-content .block-minicart  .dropdown-toggle .counter-label{
    display: none;
}
.header-opt-1.header-opt-3 .header-content .block-minicart  .dropdown-toggle .counter-label .counter-sp{
    margin-left: 4px;
}
.header-opt-1.header-opt-3 .header-content .block-minicart  .dropdown-toggle .counter-label{
    display: inline-block;
}
.header-opt-1 .header-content .block-minicart > .dropdown-toggle .counter-price,
.header-opt-1 .header-content .block-minicart  .dropdown-toggle .counter-price{
    font-size: 17px;
}
.header-opt-1.header-opt-3 .header-content .block-minicart  .dropdown-toggle .counter-price{
    font-size: 14px;
}
.header-opt-1 .header-content .link-wishlist {
    line-height: 49px;
    height: 49px;
    background-color: #fca53c;
    color: #fff;
    text-align: center;
    float: right;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index1/wishlist.png);
}
.header-opt-1 .header-content .link-wishlist span {
    display: none;
}

@media (max-width: 991px) {
    .header-opt-1 .header-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header-opt-1 .header-content .nav-left {
        clear: both;
        text-align: center;
        margin-bottom: 30px;
    }
    .header-opt-1 .header-content .nav-mind {
        float: left;
    }
    .header-opt-1 .header-content .nav-right {
        float: right;
    }
}

.header-opt-2 .header-top {
    background-color: #0164c9;
    padding: 0;
}
.header-opt-2 .header-top .container:before,
.header-opt-2 .header-top .container:after {
    content: "";
    display: table;
}
.header-opt-2 .header-top .container:after {
    clear: both;
}
.header-opt-2 .hotline {
    float: left;
    color: #fff;
}
.header-opt-2 .hotline:before,
.header-opt-2 .hotline:after {
    content: "";
    display: table;
}
.header-opt-2 .hotline:after {
    clear: both;
}
.header-opt-2 .hotline > li {
    position: relative;
    padding: 0 20px;
    float: left;
}
.header-opt-2 .hotline > li > span {
    line-height: 50px;
}
.header-opt-2 .hotline > li > a {
    line-height: 50px;
}
.header-opt-2 .hotline > li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
}
.header-opt-2 .hotline > li:first-child {
    padding-left: 0;
}
.header-opt-2 .hotline > li:first-child:before {
    content: none;
}
.header-opt-2 .hotline > li .fa {
    margin-right: 8px;
    font-size: 14px;
}
@media (max-width: 479px) {
    .header-opt-2 .hotline > li {
        padding: 0 10px;
        padding-left: 0;
    }
    .header-opt-2 .hotline > li:before {
        display: none;
    }
}
.header-opt-2 .links {
    float: right;
    color: #fff;
    position: relative;
}
.header-opt-2 .links:before,
.header-opt-2 .links:after {
    content: "";
    display: table;
}
.header-opt-2 .links:after {
    clear: both;
}
.header-opt-2 .links > li {
    position: relative;
    padding: 0 15px;
    float: left;
}
.header-opt-2 .links > li > a,
.header-opt-2 .links > li > span {
    color: #fff;
    display: block;
    line-height: 50px;
}
.header-opt-2 .links > li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
}
.header-opt-2 .links > li:last-child {
    padding-right: 0;
}
.header-opt-2 .links > li:last-child:before {
    content: none;
}
.header-opt-2 .links > li:first-child {
    padding-left: 0;
}
@media (max-width: 479px) {
    .header-opt-2 .links > li {
        padding: 0 10px;
        padding-left: 0;
    }
    .header-opt-2 .links > li:before {
        display: none;
    }
}
@media (max-width: 479px) {
    .header-opt-2 .links .setting {
        position: static ;
    }
    .header-opt-2 .links .setting .dropdown-menu {
        top: 50px;
    }
}

.header-opt-2 .header-content {
    background-color: #f5f5f5;
    padding: 55px 0 47px;
}
.header-opt-2 .header-content .logo {
    padding-top: 10px;
}
.header-opt-2 .header-content .block-search {
    float: right;
    position: relative;
    width: 100%;
    max-width: 533px;
}
.header-opt-2 .header-content .block-search .form-search {
    width: 100%;
}
.header-opt-2 .header-content .block-search .form-search .form-control {
    padding-left: 64px;
    width: 100%;
}
.header-opt-2 .header-content .block-minicart {
    float: right;
}

.header-opt-2 .header-content .block-minicart  .dropdown-toggle {
    width: 190px;
    line-height: 47px;
    height: 49px;
    display: block;
    position: relative;
    color: #fff;
    padding-left: 13px;
}
.header-opt-2 .header-content .block-minicart  .dropdown-toggle:before,
.header-opt-2 .header-content .block-minicart  .dropdown-toggle:after {
    content: "";
    display: table;
}
.header-opt-2 .header-content .block-minicart .dropdown-toggle:after {
    clear: both;
}
.header-opt-2 .header-content .block-minicart  .dropdown-toggle .cart-icon {
    width: 38px;
    display: block;
    height: 49px;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index1/minicart.png);
}
.header-opt-2 .header-content .block-minicart  .dropdown-toggle .cart-text {
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 9px;
}
.header-opt-2 .header-content .block-minicart  .dropdown-toggle .counter-title {
    display: none;
}
.header-opt-2 .header-content .block-minicart  .dropdown-toggle .counter {
    float: left;
    text-align: center;
    width: 80px;
}
.header-opt-2 .header-content .block-minicart  .dropdown-toggle .counter-number {
    width: 20px;
    line-height: 20px;
    background-color: #312e42;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 6px;
    left: 30px;
    font-size: 14px;
}
.header-opt-2 .header-content .block-minicart  .dropdown-toggle .counter-label {
    display: none;
}
.header-opt-2 .header-content .block-minicart  .dropdown-toggle .counter-price {
    font-size: 16px;
    font-weight: 600;
    display: block;
    float: left;
    padding-left: 5px;
}
.header-opt-2 .block-nav-categori .block-title {
    cursor: pointer;
}

.header-opt-2 .block-nav-categori .view-all-categori .btn-view-all,
.header-opt-2 .block-nav-categori .view-all-categori a {
    background-color: #E1E1E1;
}


.header-opt-2 .nav-toggle-menu {
    background-color: #0164c9;
}
.header-opt-2 .header-nav {
    background-color: #F5F5F5;
}
.header-opt-2 .header-nav .box-header-nav {
    background-color: #fff;
}

@media (max-width: 991px) {
    .header-opt-2 .header-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header-opt-2 .header-content .nav-left {
        clear: both;
        text-align: center;
        margin-bottom: 30px;
    }
    .header-opt-2 .header-content .nav-mind {
        float: left;
    }
    .header-opt-2 .header-content .nav-right {
        float: right;
    }
}
.header-opt-3 .header-top {
    background-color: #e5343e;
    padding: 0;
}
.header-opt-3 .header-top .container:before,
.header-opt-3 .header-top .container:after {
    content: "";
    display: table;
}
.header-opt-3 .header-top .container:after {
    clear: both;
}
.header-opt-3 .hotline {
    float: left;
    color: #fff;
}
.header-opt-3 .hotline:before,
.header-opt-3 .hotline:after {
    content: "";
    display: table;
}
.header-opt-3 .hotline:after {
    clear: both;
}
.header-opt-3 .hotline > li {
    position: relative;
    padding: 0 20px;
    float: left;
}
.header-opt-3 .hotline > li > span {
    line-height: 50px;
}
.header-opt-3 .hotline > li > a {
    line-height: 50px;
}
.header-opt-3 .hotline > li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
}
.header-opt-3 .hotline > li:first-child {
    padding-left: 0;
}
.header-opt-3 .hotline > li:first-child:before {
    content: none;
}
.header-opt-3 .hotline > li .fa {
    margin-right: 8px;
    font-size: 14px;
}
@media (max-width: 479px) {
    .header-opt-3 .hotline > li {
        padding: 0 10px;
        padding-left: 0;
    }
    .header-opt-3 .hotline > li:before {
        display: none;
    }
}
.header-opt-3 .links {
    float: right;
    color: #fff;
    position: relative;
}
.header-opt-3 .links:before,
.header-opt-3 .links:after {
    content: "";
    display: table;
}
.header-opt-3 .links:after {
    clear: both;
}
.header-opt-3 .links > li {
    position: relative;
    padding: 0 15px;
    float: left;
}
.header-opt-3 .links > li > a,
.header-opt-3 .links > li > span {
    color: #fff;
    display: block;
    line-height: 50px;
}
.header-opt-3 .links > li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
}
.header-opt-3 .links > li:last-child {
    padding-right: 0;
}
.header-opt-3 .links > li:last-child:before {
    content: none;
}
.header-opt-3 .links > li:first-child {
    padding-left: 0;
}
@media (max-width: 479px) {
    .header-opt-3 .links > li {
        padding: 0 10px;
        padding-left: 0;
    }
    .header-opt-3 .links > li:before {
        display: none;
    }
}
@media (max-width: 479px) {
    .header-opt-3 .links .setting {
        position: static ;
    }
    .header-opt-3 .links .setting .dropdown-menu {
        top: 50px;
    }
}
.header-opt-3 .setting .account li a:hover,
.header-opt-3 .setting .account li a:focus {
    color: #e5343e;
}
.header-opt-3 .header-content {
    background-color: #f5f5f5;
    padding: 55px 0 53px;
}
.header-opt-3 .header-content .logo {
    padding-top: 10px;
    text-align: center;
    display: block;
}
.header-opt-3 .header-content .block-search {
    float: left;
    position: relative;
    width: 100%;
    max-width: 359px;
}

.header-opt-3 .header-content .block-search .form-search {
    width: 100%;
}
.header-opt-3 .header-content .block-search .form-search .form-control {
    padding-left: 20px;
}

.header-opt-3 .header-content .block-minicart {
    float: right;
    width: 100%;
}
.header-opt-3 .header-content .block-minicart  .dropdown-toggle {
    height: 50px;
    display: block;
    position: relative;
    color: #fff;
    padding-left: 13px;
}
.header-opt-3 .header-content .block-minicart  .dropdown-toggle:before,
.header-opt-3 .header-content .block-minicart  .dropdown-toggle:after {
    content: "";
    display: table;
}
.header-opt-3 .header-content .block-minicart  .dropdown-toggle:after {
    clear: both;
}
.header-opt-3 .header-content .block-minicart  .dropdown-toggle .cart-icon {
    width: 70px;
    display: block;
    height: 49px;
    float: right;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index1/minicart.png);
}
.header-opt-3 .header-content .block-minicart  .dropdown-toggle .counter-number {
    width: 20px;
    line-height: 20px;
    background-color: #312e42;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 6px;
    right: 19px;
    font-size: 14px;
}
.header-opt-3 .header-content .block-minicart  .dropdown-toggle .counter-title {
    display: none;
}
.header-opt-3 .header-content .block-minicart  .dropdown-toggle{
    min-width: 280px;
    border: 1px solid #999999;
    padding-left: 39px;
    background-color: #fff;
    color: #888888;
    display: inline-block;
    float: right;
}
.header-opt-3 .header-content .block-minicart  .dropdown-toggle .counter {
    float: left;
    text-align: left;

    border-right: none;

    font-size: 14px;
    font-weight: normal;
}
.header-opt-3 .header-content .block-minicart  .dropdown-toggle .cart-text {
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 7px;
    line-height: 1;
    margin-bottom: 1px;
}
.header-opt-3 .header-content .block-minicart  .dropdown-toggle .cart-text .text1,
.header-opt-3 .header-content .block-minicart  .dropdown-toggle .cart-text .text3{
    display: none;
}
.header-opt-3 .header-content .block-minicart  .dropdown-toggle .cart-text .text2{
    display: inline-block;
}


.header-opt-3 .block-nav-categori .block-title {
    background-color: #e5343e;
    cursor: pointer;
}
.header-opt-3 .block-nav-categori.has-open .block-content {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-opt-3 .block-nav-categori .view-all-categori .btn-view-all,
.header-opt-3 .block-nav-categori .view-all-categori a {
    background-color: #F9F9F9;
}

.header-opt-3 .block-nav-menu .ui-menu .parent-megamenu > .megamenu {
    right: 0;
}

.header-opt-3 .header-nav {
    background-color: #fff;
}
.header-opt-3 .header-nav .box-header-nav {
    background-color: #fff;
}
@media (max-width: 991px) {
    .header-opt-3 .header-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header-opt-3 .header-content .nav-left {
        clear: both;
        text-align: center;
        margin-bottom: 30px;
    }
    .header-opt-3 .header-content .nav-mind {
        float: left;
        padding-right: 0;
    }
    .header-opt-3 .header-content .nav-right {
        float: right;
        padding-left: 0;
    }
}

.header-opt-4 .header-top {
    background-color: #e1e1e1;
    padding: 0;
}
.header-opt-4 .header-top .container:before,
.header-opt-4 .header-top .container:after {
    content: "";
    display: table;
}
.header-opt-4 .header-top .container:after {
    clear: both;
}
.header-opt-4 .hotline {
    color: #333333;
}

.header-opt-4 .hotline > li {
    position: relative;
    padding: 0 20px;
    float: left;
}
.header-opt-4 .hotline > li > span {
    line-height: 48px;
}
.header-opt-4 .hotline > li > a {
    line-height: 48px;
    color: #333333;
}
.header-opt-4 .hotline > li > a>.icon{
    margin-right: 5px;
}
.header-opt-4 .hotline > li:first-child {
    padding-left: 0;
}
@media (max-width: 479px) {
    .header-opt-4 .hotline > li {
        padding: 0 15px;
        padding-left: 0;
    }
    .header-opt-4 .hotline > li:before {
        display: none;
    }
}
.header-opt-4 .switcher .dropdown-toggle .fa {
    margin-left: 6px;
    font-size: 14px;
    color: #888;
}
.header-opt-4 .links {
    float: right;
    color: #333;
    position: relative;
}
.header-opt-4 .links:before,
.header-opt-4 .links:after {
    content: "";
    display: table;
}
.header-opt-4 .links:after {
    clear: both;
}
.header-opt-4 .links > li {
    position: relative;
    padding: 0 20px;
    float: left;
}
.header-opt-4 .links > li > a,
.header-opt-4 .links > li > span {
    color: #333;
    display: block;
    line-height: 48px;
}
.header-opt-4 .links > li > a:hover,
.header-opt-4 .links > li > span:hover,
.header-opt-4 .links > li > a:focus,
.header-opt-4 .links > li > span:focus {
    color: #486393;
}
.header-opt-4 .links > li:last-child {
    padding-right: 0;
}
.header-opt-4 .links > li:first-child {
    padding-left: 0;
}
@media (max-width: 479px) {
    .header-opt-4 .links > li {
        padding: 0 15px;
        padding-left: 0;
    }
    .header-opt-4 .links > li:before {
        display: none;
    }
}
.header-opt-4 .setting .account li a:hover,
.header-opt-4 .setting .account li a:focus {
    color: #486393;
}
.header-opt-4 .header-content {
    background-color: #fff;
    padding: 44px 0 48px;
}
.header-opt-4 .header-content .nav-right {
    padding-left: 0;
}
.header-opt-4 .header-content .logo {
    padding-top: 6px;
    text-align: center;
    display: block;
}
.header-opt-4 .header-content .block-search {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-left: 27px;
}
.header-opt-4 .header-content .block-search .block-title {
    background-color: #486393;
}
.header-opt-4 .header-content .block-search .form-search {
    width: 100%;
    max-width: 362px;
}
.header-opt-4 .header-content .block-search .form-search .form-control {
    padding-left: 18px;
}
.header-opt-4 .header-content .block-search .form-search .btn-search {
    background-color: #486393;
}
.header-opt-4 .header-content .block-search .form-search .btn-search:hover {
    background-color: #374c71;
}
.header-opt-4 .header-content .block-search .categori-search .chosen-container .chosen-single {
    border-right: none;
    margin-right: -1px;
    z-index: 10;
    position: relative;
}
.header-opt-4 .header-content .block-search .categori-search .chosen-container .chosen-single:before {
    content: "";
    height: 40px;
    width: 1px;
    background-color: #dfdfdf;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}
.header-opt-4 .header-content .custom-link {
    display: block;
}
@media (max-width: 991px) {
    .header-opt-4 .header-content .custom-link {
        display: none;
    }
}
.header-opt-4 .header-content .custom-link:before,
.header-opt-4 .header-content .custom-link:after {
    content: "";
    display: table;
}
.header-opt-4 .header-content .custom-link:after {
    clear: both;
}
.header-opt-4 .header-content .custom-link .link {
    float: left;
    left: 25%;
    margin-left: 43px;
    position: relative;
    max-width: 540px;
}
@media (max-width: 1199px) {
    .header-opt-4 .header-content .custom-link .link {
        left: 0;
        margin-left: 0;
    }
}
.header-opt-4 .header-content .custom-link .link li {
    display: inline-block;
    line-height: 12px;
    border-right: 1px solid #9b9b9b;
    font-size: 13px;
    color: #888888;
    padding: 0 8px 0 4px;
}
.header-opt-4 .header-content .custom-link .link li a {
    color: #888888;
}
.header-opt-4 .header-content .custom-link .link li a:hover {
    color: #486393;
}
.header-opt-4 .header-content .custom-link .link li:last-child {
    border-right: none;
}
.header-opt-4 .header-content .custom-link .text-free {
    float: right;
    font-size: 13px;
    color: #888888;
}
.header-opt-4 .header-content .custom-link .text-free img {
    margin-right: 5px;
}
.header-opt-4 .header-content .custom-link .text-free a {
    color: #888888;
}
.header-opt-4 .header-content .custom-link .text-free a:hover {
    color: #486393;
}
.header-opt-4 .header-content .link-wishlist,
.header-opt-4 .header-content .link-login {
    width: auto;
    float: right;
    font-size: 14px;
    color: #888888;
    line-height: 1;
    background-image: none;
    background-color: transparent;
    margin-top: 12px;
    margin-left: 12px;
}
.header-opt-4 .header-content .link-wishlist:hover,
.header-opt-4 .header-content .link-login:hover {
    color: #486393;
}
.header-opt-4 .header-content .link-wishlist:before,
.header-opt-4 .header-content .link-login:before {
    content: "";
    width: 34px;
    height: 48px;
    display: inline-block;
    vertical-align: bottom;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index4/wislist.png);
    margin-right: 3px;
}
.header-opt-4 .header-content .link-wishlist span,
.header-opt-4 .header-content .link-login span {
    display: inline-block;
    vertical-align: bottom;
}
@media (max-width: 479px) {
    .header-opt-4 .header-content .link-wishlist,
    .header-opt-4 .header-content .link-login {
        margin-right: 0;
    }
    .header-opt-4 .header-content .link-wishlist span,
    .header-opt-4 .header-content .link-login span {
        display: none;
    }
}
.header-opt-4 .header-content .link-wishlist {
    margin-left: 0;
}
.header-opt-4 .header-content .link-login:before {
    background-image: url(../images/icon/index4/user.png);
}
.header-opt-4 .header-content .block-minicart {
    float: right;
    margin-left: 9px;
}
.header-opt-4 .header-content .block-minicart:hover .dropdown-toggle .counter,
.header-opt-4 .header-content .block-minicart.open  .dropdown-toggle .counter {
    color: #486393;
}
.header-opt-4 .header-content .block-minicart  .dropdown-toggle {
    display: block;
    position: relative;
    color: #fff;
    margin-top: 12px;
}
.header-opt-4 .header-content .block-minicart  .dropdown-toggle:before,
.header-opt-4 .header-content .block-minicart  .dropdown-toggle:after {
    content: "";
    display: table;
}
.header-opt-4 .header-content .block-minicart  .dropdown-toggle:after {
    clear: both;
}
.header-opt-4 .header-content .block-minicart  .dropdown-toggle .cart-icon {
    width: 40px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../images/icon/index4/cart.png);
    display: inline-block;
    vertical-align: bottom;
}
.header-opt-4 .header-content .block-minicart  .dropdown-toggle .counter-title {
    display: none;
}
.header-opt-4 .header-content .block-minicart  .dropdown-toggle .counter {
    font-size: 14px;
    color: #9f9f9f;
    display: inline-block;
    line-height: 1;
}
.header-opt-4 .header-content .block-minicart  .dropdown-toggle .counter-number {
    color: #486393;
}
.header-opt-4 .header-content .block-minicart  .dropdown-toggle .cart-text {
    text-transform: capitalize;
    color: #888;
}
.header-opt-4 .header-content .block-minicart  .dropdown-toggle .cart-text .text2{
    display: none;
}
.header-opt-4 .header-content .block-minicart  .dropdown-toggle .counter-label {
    display: none;
}
.header-opt-4 .header-content .block-minicart  .dropdown-toggle .counter-price {
    display: none;
}

.header-opt-4 .block-nav-categori .block-title {
    cursor: pointer;
    line-height: 50px;
    height: 50px;
}
.header-opt-4 .block-nav-categori.has-open .block-content {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-opt-4 .block-nav-categori .ui-categori .submenu .categori-list li a:hover,
.header-opt-4 .block-nav-categori .ui-categori .submenu .categori-list li a:focus {
    color: #486393;
}
.header-opt-4 .block-nav-categori .view-all-categori .btn-view-all,
.header-opt-4 .block-nav-categori .view-all-categori a {
    background-color: #E1E1E1;
}
.header-opt-4 .block-nav-menu .ui-menu {
    padding-left: 0;
}

.header-opt-4 .block-nav-menu .ui-menu > li > a {
    line-height: 50px;
}
.header-opt-4 .block-nav-menu .ui-menu > li > a,
.header-opt-4 .block-nav-menu .ui-menu > li.active > a,
.header-opt-4 .block-nav-menu .ui-menu > li:hover > a,
.header-opt-4 .block-nav-menu .ui-menu > li > a:hover{
    color: #fff;
}

.header-opt-4 .nav-toggle-menu {
    line-height: 50px;
}

.header-opt-4 .header-nav .custom-link {
    float: right;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    line-height: 49px;
}
.header-opt-4 .header-nav .custom-link i {
    font-size: 16px;
    margin-right: 5px;
}
.header-opt-4 .header-nav .custom-link a {
    color: #fff;
}
@media (max-width: 1199px) {
    .header-opt-4 .header-nav .custom-link {
        display: none;
        visibility: hidden;
    }
}
@media (max-width: 1199px) {
    .header-opt-4 .header-content .block-search .categori-search {
        display: none;
    }
}
@media (max-width: 991px) {
    .header-opt-4 .header-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header-opt-4 .header-content .nav-mind {
        float: left;
    }
    .header-opt-4 .header-content .nav-mind .block-search {
        float: left;
        margin-left: 0;
    }
    .header-opt-4 .header-content .nav-right {
        float: right;
    }
    .header-opt-4 .header-content .nav-left {
        clear: both;
        text-align: center;
        margin-bottom: 30px;
    }
}
.header-opt-5 .header-top {
    background-color: #f6f6f6;
    padding: 0;
}
.header-opt-5 .block-nav-categori .ui-categori > li > a{
    line-height: 41px;
}
.header-opt-5 .header-top .container:before,
.header-opt-5 .header-top .container:after {
    content: "";
    display: table;
}
.header-opt-5 .header-top .container:after {
    clear: both;
}
.header-opt-5 .hotline {
    float: left;
    color: #333333;
}
.header-opt-5 .hotline:before,
.header-opt-5 .hotline:after {
    content: "";
    display: table;
}
.header-opt-5 .hotline:after {
    clear: both;
}
.header-opt-5 .hotline > li {
    position: relative;
    padding: 0 20px;
    padding-left: 0;
    margin-right: 20px;
    float: left;
}
.header-opt-5 .hotline > li > a,
.header-opt-5 .hotline > li > span {
    line-height: 50px;
    color: #333333;
}
.header-opt-5 .hotline > li > a:hover {
    color: #3266cc;
}
.header-opt-5 .hotline > li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #888888;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: -20px;
}
@media (max-width: 600px) {
    .header-opt-5 .hotline > li:before {
        display: none;
    }
}
.header-opt-5 .hotline > li:first-child {
    padding-left: 0;
}
.header-opt-5 .hotline > li:first-child:before {
    content: none;
}
.header-opt-5 .hotline > li .fa {
    margin-right: 8px;
    font-size: 14px;
}
.header-opt-5 .links {
    float: right;
    color: #333;
    position: relative;
}
.header-opt-5 .links:before,
.header-opt-5 .links:after {
    content: "";
    display: table;
}
.header-opt-5 .links:after {
    clear: both;
}
.header-opt-5 .links > li {
    position: relative;
    padding: 0 15px;
    padding-left: 0;
    margin-right: 15px;
    float: left;
}
.header-opt-5 .links > li > a,
.header-opt-5 .links > li > span {
    color: #333;
    display: block;
    line-height: 50px;
}
.header-opt-5 .links > li > a:hover {
    color: #3266cc;
}
.header-opt-5 .links > li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #333;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: -15px;
}
@media (max-width: 600px) {
    .header-opt-5 .links > li:before {
        display: none;
    }
}
.header-opt-5 .links > li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.header-opt-5 .links > li:first-child {
    padding-left: 0;
}
.header-opt-5 .links > li:first-child:before {
    content: none;
}
@media (max-width: 479px) {
    .header-opt-5 .links .setting {
        position: static ;
    }
    .header-opt-5 .links .setting .dropdown-menu {
        top: 50px;
    }
}
.header-opt-5 .links .setting .account li a:hover {
    color: #3266cc;
}
.header-opt-5 .setting .account li a:hover,
.header-opt-5 .setting .account li a:focus {
    color: #3266cc;
}
.header-opt-5 .header-content {
    background-color: #fff;
    padding: 55px 0 52px;
}
.header-opt-5 .header-content .logo {
    display: block;
    padding-top: 10px;
}
.header-opt-5 .header-content .block-search {
    float: right;
    position: relative;
}
.header-opt-5 .header-content .block-search .block-title {
    background-color: #3266cc;
}
.header-opt-5 .header-content .block-search .form-search {
    width: 350px;
}
.header-opt-5 .header-content .block-search .form-search .form-control {
    padding-left: 20px;
}
.header-opt-5 .header-content .block-search .categori-search .chosen-container .chosen-single {
    border-right: 1px solid #dfdfdf;
    z-index: 10;
}
.header-opt-5 .header-content .block-search .btn-search {
    background-color: #3266cc;
}
.header-opt-5 .header-content .block-search .btn-search:hover {
    background-color: #2852a3;
}
.header-opt-5 .header-content .block-minicart {
    float: right;
    margin-right: 9px;
}
.header-opt-5 .header-content .block-minicart  .dropdown-toggle {
    position: relative;
    display: block;
}
.header-opt-5 .header-content .block-minicart .counter-label,
.header-opt-5 .header-content .block-minicart .counter-price{
    display: none;
}
.header-opt-5 .header-content .block-minicart  .dropdown-toggle:before,
.header-opt-5 .header-content .block-minicart .dropdown-toggle:after {
    content: "";
    display: table;
}
.header-opt-5 .header-content .block-minicart .dropdown-toggle:after {
    clear: both;
}
.header-opt-5 .header-content .block-minicart .dropdown-toggle .cart-icon {
    background-color: transparent;
    width: 46px;
    height: 46px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #3266cc;
    border-radius: 100%;
    display: block;
    float: right;
    background-image: url(../images/icon/index5/cart.png);
}
.header-opt-5 .header-content .block-minicart  .dropdown-toggle .text,
.header-opt-5 .header-content .block-minicart  .dropdown-toggle .cart-text {
    display: none;
}
.header-opt-5 .header-content .block-minicart  .dropdown-toggle .counter-title {
    display: none;
}
.header-opt-5 .header-content .block-minicart  .dropdown-toggle .counter-number {
    color: #fff;
    display: block;
    width: 32px;
    line-height: 18px;
    position: absolute;
    padding: 0;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    border-radius: 20px;
    top: -9px;
    left: 50%;
    font-family: Arial;
}
.header-opt-5 .header-content .block-minicart  .dropdown-toggle .counter-number:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 6px 0 0;
    border-color: #3266cc transparent transparent transparent;
    position: absolute;
    left: 10px;
    bottom: -4px;
}
.header-opt-5 .header-content .block-minicart > .dropdown-toggle .counter-label {
    display: none;
}
.header-opt-5 .header-content .block-minicart > .dropdown-toggle .counter-price {
    display: none;
}
.header-opt-5 .header-content .link-wishlist,
.header-opt-5 .header-content .link-compare {
    background-color: transparent;
    width: 46px;
    height: 46px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #3266cc;
    border-radius: 100%;
    display: block;
    float: right;
    margin-right: 20px;
}
.header-opt-5 .header-content .link-wishlist span,
.header-opt-5 .header-content .link-compare span {
    display: none;
}

.header-opt-5 .header-content .link-wishlist {
    background-image: url(../images/icon/index5/wishlist.png);
}
.header-opt-5 .header-content .link-compare {
    background-image: url(../images/icon/index5/compare.png);
}

.header-opt-5 .block-nav-categori .block-title {
    cursor: pointer;
    line-height: 52px;
    height: 52px;
}
.header-opt-5 .block-nav-categori.has-open .block-content {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-opt-5 .block-nav-categori .view-all-categori .btn-view-all,
.header-opt-5 .block-nav-categori .view-all-categori a {
    background-color: #888888;
    color: #fff;
}
.header-opt-5 .block-nav-menu .ui-menu > li > a {
    line-height: 52px;
}
.header-opt-5 .block-nav-menu .ui-menu > li > a,
.header-opt-5 .block-nav-menu .ui-menu > li > a:hover,
.header-opt-5 .block-nav-menu .ui-menu > li > a:focus,
.header-opt-5 .block-nav-menu .ui-menu > li > a:active,
.header-opt-5 .block-nav-menu .ui-menu > li:hover > a,
.header-opt-5 .block-nav-menu .ui-menu > li.active > a {
    color: #fff;
}
.header-opt-5 .block-nav-menu .ui-menu .parent-megamenu > .megamenu {
    right: 0;
}
.header-opt-5 .nav-toggle-menu {
    background-color: #3266cc;
    line-height: 52px;
}
.header-opt-5 .header-nav {
    background-color: #fff;
}
@media (max-width: 1199px) {
    .header-opt-5 .header-content .block-search .categori-search {
        display: none;
    }
}
@media (max-width: 991px) {
    .header-opt-5 .header-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header-opt-5 .header-content .nav-left {
        float: none;
        clear: both;
        text-align: center;
        margin-bottom: 30px;
    }

    .header-opt-5 .header-content .nav-mind .block-search {
        float: left;
        margin-left: 0;
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .header-opt-5 .header-content .nav-right {
        float: right;
    }
}

.header-opt-6 .nav-toggle-menu {
    line-height: 50px;
    background-color: #000000;
}
.header-opt-6 .header-top {
    padding: 0;
    font-size: 13px;
    background-color: #f6f6f6;
}
.header-opt-6 .header-top .hotline {
    color: #666666;
}
.header-opt-6 .header-top .hotline:before,
.header-opt-6 .header-top .hotline:after {
    content: "";
    display: table;
}
.header-opt-6 .header-top .hotline:after {
    clear: both;
}
.header-opt-6 .header-top .hotline > li {
    position: relative;
    padding: 0 18px;
    float: left;
}
.header-opt-6 .header-top .hotline > li > span {
    color: #666666;
    line-height: 36px;
}
.header-opt-6 .header-top .hotline > li > a {
    color: #666666;
    line-height: 36px;
}
.WOOF_Widget .woof_childs_list{
    margin: 0!important;
}
.header-opt-6 .header-top .hotline > li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #e0e0e0;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
}
.header-opt-6 .header-top .hotline > li:first-child {
    padding-left: 0;
}
.header-opt-6 .header-top .hotline > li:first-child:before {
    content: none;
}
.header-opt-6 .header-top .hotline > li .fa {
    margin-right: 8px;
    font-size: 14px;
}
@media (max-width: 479px) {
    .header-opt-6 .header-top .hotline > li:before {
        display: none;
    }
}
@media (max-width: 600px) {
    .header-opt-6 .header-top .hotline > li {
        padding-left: 0;
    }
    .header-opt-6 .header-top .hotline > li:before {
        display: none;
    }
}
.header-opt-6 .header-top .links {
    float: right;
    color: #fff;
    position: relative;
}
.header-opt-6 .header-top .links:before,
.header-opt-6 .header-top .links:after {
    content: "";
    display: table;
}
.header-opt-6 .header-top .links:after {
    clear: both;
}
.header-opt-6 .header-top .links > li {
    position: relative;
    padding: 0 15px;
    float: left;
}
.header-opt-6 .header-top .links > li > a,
.header-opt-6 .header-top .links > li > span {
    color: #666666;
    display: block;
    line-height: 36px;
}
.header-opt-6 .header-top .links > li > a {
    color: #666666;
    line-height: 36px;
}
.header-opt-6 .header-top .links > li > a:hover {
    color: #ff3366;
}
.header-opt-6 .header-top .links > li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #e0e0e0;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
}
.header-opt-6 .header-top .links > li:last-child {
    padding-right: 0;
}
.header-opt-6 .header-top .links > li:last-child:before {
    content: none;
}
.header-opt-6 .header-top .links > li:first-child {
    padding-left: 0;
}
@media (max-width: 479px) {
    .header-opt-6 .header-top .links > li:before {
        display: none;
    }
}
@media (max-width: 600px) {
    .header-opt-6 .header-top .links > li {
        padding-left: 0;
    }
    .header-opt-6 .header-top .links > li:before {
        display: none;
    }
}
.header-opt-6 .header-top .links .setting .dropdown-menu {
    width: 185px;
}
@media (max-width: 479px) {
    .header-opt-6 .header-top .links .setting {
        position: static ;
    }
    .header-opt-6 .header-top .links .setting .dropdown-menu {
        top: 100%;
    }
}
.header-opt-6 .header-top .setting .account li a:hover,
.header-opt-6 .header-top .setting .account li a:focus {
    color: #ff3366;
}
.header-opt-6 .header-content {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 35px;
}
.header-opt-6 .header-content .logo {
    display: block;
}
.header-opt-6 .header-content .nav-mind {
    float: right;
}
.header-opt-6 .header-content .nav-right {
    float: right;
    padding-right: 15px;
}
.header-opt-6 .header-content .block-search {
    float: right;
    margin-top: 18px;
}
.header-opt-6 .header-content .block-search .block-title {
    line-height: 40px;
    height: 40px;
    width: 45px;
    background-image: none;
    color: #fff;
    text-align: center;
    padding: 0;
    background-color: #ff3366;
}
.header-opt-6 .header-content .block-search .block-title:before {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 14px;
}
.header-opt-6 .header-content .block-search .categori-search {
    width: 153px;
}
.header-opt-6 .header-content .block-search .categori-search .dropdown-toggle {
    background-color: #f6f6f6;
    border-color: #eeeeee;
    line-height: 38px;
    height: 40px;
}
.header-opt-6 .header-content .block-search .categori-search .chosen-container .chosen-single {
    background-color: #f6f6f6;
    border-color: #eeeeee;
    line-height: 38px!important;
    height: 40px!important;;
}
.header-opt-6 .header-content .block-search .form-search {
    width: 415px;
}
@media (max-width: 1199px) {
    .header-opt-6 .header-content .block-search .form-search {
        width: 260px;
    }
}
@media (max-width: 767px) {
    .header-opt-6 .header-content .block-search .form-search {
        width: 100%;
    }
}
.header-opt-6 .header-content .block-search .form-search .form-control {
    border-color: #eeeeee;
    height: 40px;
    padding-left: 17px;
    padding-right: 45px;
    font-size: 14px;
    color: #999999;
}
.header-opt-6 .header-content .block-search .form-search .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.header-opt-6 .header-content .block-search .form-search .form-control:-ms-input-placeholder {
    color: #999999;
}
.header-opt-6 .header-content .block-search .form-search .form-control::-webkit-input-placeholder {
    color: #999999;
}
.header-opt-6 .header-content .block-search .form-search .btn-search {
    width: 45px;
    background-color: #ff3366;
    background-image: none;
    color: #fff;
    text-align: center;
    padding: 0;
}
.header-opt-6 .header-content .block-search .form-search .btn-search:before {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 14px;
}
.header-opt-6 .header-content .block-minicart {
    float: right;
    margin-top: 18px;
    margin-left: 30px;
}
@media (max-width: 991px) {
    .header-opt-6 .header-content .block-minicart {
        margin-top: 10px;
        margin-left: 20px;
    }
}
.header-opt-6 .header-content .block-minicart  .dropdown-toggle {
    height: 41px;
    display: block;
    position: relative;
    color: #fff;
    min-width: 200px;
    border: 1px solid #eeeeee;
    padding-left: 17px;
}
.header-opt-6 .header-content .block-minicart  .dropdown-toggle:before,
.header-opt-6 .header-content .block-minicart  .dropdown-toggle:after {
    content: "";
    display: table;
}
.header-opt-6 .header-content .block-minicart  .dropdown-toggle:after {
    clear: both;
}
.header-opt-6 .header-content .block-minicart  .dropdown-toggle .cart-icon {
    width: 41px;
    display: block;
    height: 40px;
    float: right;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index6/minicart.png);
}
.header-opt-6 .header-content .block-minicart .dropdown-toggle .counter-number {
    position: absolute;
    right: 25px;
    left: auto;
    background-color: #009966;
    line-height: 18px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    width: 33px;
    padding: 0;
    border-radius: 20px;
    top: -7px;
    color: #fff;
}
.header-opt-6 .header-content .block-minicart .dropdown-toggle .counter-number:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 4px 0;
    border-color: transparent #009966 transparent transparent;
    position: absolute;
    bottom: -4px;
    left: 17px;
}
.header-opt-6 .header-content .block-minicart  .dropdown-toggle .counter-title {
    display: none;
}
.header-opt-6 .header-content .block-minicart .dropdown-toggle .counter {
    float: left;
    color: #666;
    line-height: 1;
}
.header-opt-6 .header-content .block-minicart  .dropdown-toggle .cart-text .text1,
.header-opt-6 .header-content .block-minicart  .dropdown-toggle .cart-text .text3{
    display: none;
}
.header-opt-6 .header-content .block-minicart  .dropdown-toggle .cart-text .text2{
    display: inline-block;
}
.header-opt-6 .header-content .block-minicart  .dropdown-toggle .cart-text {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    padding-top: 5px;
    line-height: 1;
    margin-bottom: 1px;
}

.header-opt-6 .block-nav-categori .block-content {
    background-color: #f7f7f7;
}
@media (min-width: 992px) {
    .header-opt-6 .block-nav-categori .block-content {
        width: 270px;
    }
    .header-opt-6 .block-nav-categori .block-content .ui-categori {
        padding-bottom: 21px;
    }
    .header-opt-6 .block-nav-categori .block-content .ui-categori > li > a {
        line-height: 36px;
        padding-right: 20px;
    }
    .header-opt-6 .block-nav-categori .block-content .ui-categori > li.parent > a:after {
        line-height: 36px;
    }
    .header-opt-6 .block-nav-categori .block-content .ui-categori .submenu {
        left: 270px;
        width: 670px;
    }
}
@media (min-width: 1199px) {
    .header-opt-6 .block-nav-categori .block-content .ui-categori .submenu {
        width: 900px;
    }
}
.header-opt-6 .block-nav-categori .ui-categori {
    margin-bottom: 7px;
}
@media (min-width: 1200px) {
    .header-opt-6 .block-nav-categori .ui-categori > li > a {
        padding-left: 17px;
        line-height: 37px;
    }
}
.header-opt-6 .block-nav-categori .view-all-categori a {
    background-color: #888888;
    color: #fff;
    line-height: 46px;
}
.header-opt-6 .block-nav-categori .block-title {
    line-height: 50px;
    background-position: right 25px top 17px;
    height: 50px;
}
@media (max-width: 479px) {
    .header-opt-6 .block-nav-categori .block-title {
        background-position: right 12px center;
    }
}
@media (min-width: 1200px) {
    .header-opt-6 .block-nav-menu .ui-menu .horizontal-menu {
        width: 900px;
    }
}
@media (min-width: 992px) {
    .header-opt-6 .block-nav-menu .ui-menu {
        padding: 0;
    }
    .header-opt-6 .block-nav-menu .ui-menu > li > a {
        line-height: 50px;
        padding: 0 12px;
        font-size: 14px;
        text-transform: none;
        font-weight: normal;
        position: relative;
    }
    .header-opt-6 .block-nav-menu .ui-menu > li > a:after {
        position: static;
    }
    .header-opt-6 .block-nav-menu .ui-menu > li > a:before {
        content: "";
        height: 22px;
        width: 1px;
        background-color: #d6d6d6;
        position: absolute;
        top: 50%;
        margin-top: -11px;
        right: -1px;
    }

    .header-opt-6 .block-nav-menu .ui-menu > li.active > a:before {
        content: none;
    }
}
.header-opt-6 .block-nav-menu .ui-menu > li.active > a,
.header-opt-6 .block-nav-menu .ui-menu > li:hover > a,
.header-opt-6 .block-nav-menu .ui-menu > li > a:hover,
.header-opt-6 .block-nav-menu .ui-menu > li > a:focus,
.header-opt-6 .block-nav-menu .ui-menu > li > a:active{
    color: #fff;
    z-index: 10;
}

@media (min-width: 1200px) {
    .header-opt-6 .block-nav-menu .ui-menu > li > a {
        padding: 0 28px;
    }
}
.header-opt-6 .header-nav {
    background-color: #eeeeee;
}
@media (max-width: 991px) {
    .header-opt-6 .header-content .nav-left {
        float: none;
        clear: both;
        text-align: center;
        margin-bottom: 20px;
    }
    .header-opt-6 .header-content .nav-mind {
        float: left;
        padding-left: 15px;
    }
    .header-opt-6 .header-content .nav-mind .block-search {
        float: left;
        margin-left: 0;
        margin-top: 0;
    }
    .header-opt-6 .header-content .nav-right {
        float: right;
    }
    .header-opt-6 .header-content .block-minicart {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .header-opt-6 .header-content .block-search .categori-search {
        display: none;
    }
    .header-opt-6 .header-content .nav-right {
        float: right;
    }
}
.header-opt-7 .header-top {
    background-color: #d5d5d5;
}
.header-opt-7 .header-top .container:before,
.header-opt-7 .header-top .container:after {
    content: "";
    display: table;
}
.header-opt-7 .header-top .container:after {
    clear: both;
}
.header-opt-7 .hotline {
    color: #333333;
    font-size: 13px;
}
.header-opt-7 .hotline:before,
.header-opt-7 .hotline:after {
    content: "";
    display: table;
}
.header-opt-7 .hotline:after {
    clear: both;
}
.header-opt-7 .hotline > li {
    position: relative;
    padding: 0 20px;
    float: left;
}
.header-opt-7 .hotline > li > span {
    line-height: 38px;
    display: block;
}
.header-opt-7 .hotline > li > a {
    line-height: 38px;
}
.header-opt-7 .hotline > li:first-child {
    padding-left: 0;
}
.header-opt-7 .hotline > li .fa {
    margin-right: 8px;
    font-size: 14px;
}
.header-opt-7 .hotline > li .wellcome a {
    color: #fca53c;
}
.header-opt-7 .hotline > li .wellcome a:hover {
    color: #0f5194;
}
.header-opt-7 .hotline > li .wellcome span {
    color: #fff;
}
.header-opt-7 .links {
    float: right;
    color: #333;
    position: relative;
    font-size: 13px;
}
.header-opt-7 .links:before,
.header-opt-7 .links:after {
    content: "";
    display: table;
}
.header-opt-7 .links:after {
    clear: both;
}
.header-opt-7 .links > li {
    position: relative;
    padding: 0 15px;
    float: left;
}
.header-opt-7 .links > li > a,
.header-opt-7 .links > li > span {
    color: #333;
    display: block;
    line-height: 38px;
}
.header-opt-7 .links > li > a:hover,
.header-opt-7 .links > li > span:hover {
    color: #0f5194;
}
.header-opt-7 .links > li:last-child {
    padding-right: 0;
}

.header-opt-7 .links .link-account img,
.header-opt-7 .links .link-wishlist img,
.header-opt-7 .links .link-checkout img {
    margin-right: 7px;
    vertical-align: text-bottom;
}
.header-opt-7 .setting .account li a:hover,
.header-opt-7 .setting .account li a:focus {
    color: #0f5194;
}
.header-opt-7 .header-content {
    background-color: #fff;
    padding: 45px 0 45px;
}
.header-opt-7 .header-content .logo {
    display: block;
}
.header-opt-7 .header-content .block-search {
    float: right;
    position: relative;
    margin-top: 5px;
    margin-right: 17px;
}
.header-opt-7 .header-content .block-search .block-title {
    background-color: #ff8c00;
}
.header-opt-7 .header-content .block-search .categori-search .chosen-container .chosen-single {
    border-color: #e0e0e0;
    position: relative;
    z-index: 10;
    border-right: none;
    font-size: 13px;
    color: #888888;
    line-height: 40px!important;
    height: 40px!important;;
}
.header-opt-7 .header-content .block-search .categori-search .chosen-container .chosen-single:before {
    content: "";
    width: 1px;
    height: 34px;
    background-color: #e0e0e0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
}
.header-opt-7 .header-content .block-search .form-search {
    width: 375px;
}
.header-opt-7 .header-content .block-search .form-search .form-control {
    padding-left: 30px;
    border-color: #e0e0e0;
    font-size: 13px;
    color: #888888;
    height: 40px;
}
.header-opt-7 .header-content .block-search .form-search .form-control::-moz-placeholder {
    color: #888888;
    opacity: 1;
}
.header-opt-7 .header-content .block-search .form-search .form-control:-ms-input-placeholder {
    color: #888888;
}
.header-opt-7 .header-content .block-search .form-search .form-control::-webkit-input-placeholder {
    color: #888888;
}
.header-opt-7 .header-content .block-search .form-search .btn-search {
    width: 40px;
}
.header-opt-7 .header-content .link-wishlist,
.header-opt-7 .header-content .link-login,
.header-opt-7 .header-content .link-favorites {
    width: auto;
    float: right;
    font-size: 14px;
    color: #888888;
    line-height: 1;
    background-image: none;
    background-color: transparent;
    margin-top: 5px;
    margin-right: 11px;
}
.header-opt-7 .header-content .link-wishlist:hover,
.header-opt-7 .header-content .link-login:hover,
.header-opt-7 .header-content .link-favorites:hover {
    color: #486393;
}
.header-opt-7 .header-content .link-wishlist:before,
.header-opt-7 .header-content .link-login:before,
.header-opt-7 .header-content .link-favorites:before {
    content: "";
    width: 34px;
    height: 40px;
    display: inline-block;
    vertical-align: bottom;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index9/wishlist2.png);
    margin-right: 3px;
}
.header-opt-7 .header-content .link-wishlist span,
.header-opt-7 .header-content .link-login span,
.header-opt-7 .header-content .link-favorites span {
    display: inline-block;
    vertical-align: bottom;
}
@media (max-width: 479px) {
    .header-opt-7 .header-content .link-wishlist,
    .header-opt-7 .header-content .link-login,
    .header-opt-7 .header-content .link-favorites {
        margin-right: 0;
    }
    .header-opt-7 .header-content .link-wishlist span,
    .header-opt-7 .header-content .link-login span,
    .header-opt-7 .header-content .link-favorites span {
        display: none;
    }
}
.header-opt-7 .header-content .link-login {
    margin-left: 0;
}
.header-opt-7 .header-content .link-login:before {
    background-image: url(../images/icon/index9/login.png);
}
.header-opt-7 .header-content .block-minicart {
    float: right;
}
.header-opt-7 .header-content .block-minicart:hover  .dropdown-toggle .counter,
.header-opt-7 .header-content .block-minicart.open  .dropdown-toggle .counter {
    color: #486393;
}
.header-opt-7 .header-content .block-minicart  .dropdown-toggle {
    display: block;
    position: relative;
    color: #fff;
    margin-top: 5px;
}
.header-opt-7 .header-content .block-minicart  .dropdown-toggle:before,
.header-opt-7 .header-content .block-minicart  .dropdown-toggle:after {
    content: "";
    display: table;
}
.header-opt-7 .header-content .block-minicart  .dropdown-toggle:after {
    clear: both;
}
.header-opt-7 .header-content .block-minicart  .dropdown-toggle .cart-icon {
    width: 30px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../images/icon/index9/cart.png);
    display: inline-block;
    vertical-align: bottom;
}
.header-opt-7 .header-content .block-minicart  .dropdown-toggle .counter-title {
    display: none;
}
.header-opt-7 .header-content .block-minicart  .dropdown-toggle .counter {
    font-size: 14px;
    color: #9f9f9f;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
}
.header-opt-7 .header-content .block-minicart  .dropdown-toggle .counter-number {
    width: 20px;
    line-height: 20px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 6px;
    left: 17px;
    font-size: 14px;
}
.header-opt-7 .header-content .block-minicart  .dropdown-toggle .cart-text {
    text-transform: capitalize;
    color: #9f9f9f;
}
.header-opt-7 .header-content .block-minicart  .dropdown-toggle .cart-text .text2,
.header-opt-7 .header-content .block-minicart  .dropdown-toggle .cart-text .text1{
    display: none;
}
.header-opt-7 .header-content .block-minicart  .dropdown-toggle .cart-text .text3{
    display: inline-block;
}
.header-opt-7 .header-content .block-minicart  .dropdown-toggle .counter-label {
    display: none;
}
.header-opt-7 .header-content .block-minicart  .dropdown-toggle .counter-price {
    display: none;
}
.header-opt-7 .block-nav-categori {
    width: 195px;
}
.header-opt-7 .block-nav-categori .verticalmenu-content{
    width: 195px;
    min-width: 195px;
}
.header-opt-7 .block-nav-categori .block-title {
    cursor: pointer;
    line-height: 47px;
    height: 47px;
}
.header-opt-7 .block-nav-categori.has-open .block-content {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-opt-7 .block-nav-categori .ui-categori .submenu .categori-list li a:hover,
.header-opt-7 .block-nav-categori .ui-categori .submenu .categori-list li a:focus {
    color: #0f5194;
}
.header-opt-7 .block-nav-categori .view-all-categori .btn-view-all,
.header-opt-7 .block-nav-categori .view-all-categori a {
    background-color: #333333;
    color: #fff;
}
.header-opt-7  .block-nav-categori .ui-categori{
    padding: 10px 0;
}
@media (min-width: 992px) {
    .header-opt-7 .block-nav-categori .ui-categori > li {
        margin-bottom: 10px;
    }
    .header-opt-7 .block-nav-categori .ui-categori > li > a {
        font-size: 14px;
        padding-right: 15px;
        line-height: 28px;
        padding-left: 15px;
    }
    .header-opt-7 .block-nav-categori .ui-categori > li.parent > a:after {
        line-height: 28px;
        width: 16px;
        font-size: 13px;
    }
    .header-opt-7 .block-nav-categori .ui-categori > li > .submenu {
        left: 199px;
        width: 740px;
    }
    .header-opt-7 .block-nav-categori .view-all-categori a {
        line-height: 46px;
        background-color: #333333;
        color: #fff;
        font-size: 16px;
        padding-right: 16px;
        padding-left: 30px;
        font-weight: normal;
    }
}

.header-opt-7 .block-nav-menu .ui-menu > li > a {
    line-height: 47px;
    font-weight: normal;
}
.header-opt-7 .block-nav-menu .ui-menu > li > a,
.header-opt-7 .block-nav-menu .ui-menu > li:hover > a,
.header-opt-7 .block-nav-menu .ui-menu > li.active > a{
    color: #fff;
}

@media (min-width: 1200px) {
    .header-opt-7 .block-nav-menu .ui-menu .horizontal-menu {
        width: 970px;
    }
}
.header-opt-7 .block-nav-menu .ui-menu .parent-megamenu > .megamenu {
    right: 0;
}
.header-opt-7 .nav-toggle-menu {
    background-color: #0f5194;
}
.header-opt-7 .nav-toggle-menu {
    line-height: 47px;
    background-color: #0f5194;
    text-align: center;
}
.header-opt-7 .header-nav {
    background-color: #d5d5d5;
}
.header-opt-7 .header-nav .box-header-nav {
    background-color: #1369c0;
}
@media (max-width: 1199px) {
    .header-opt-7 .header-content .block-search {
        float: right;
        margin-right: 0;
    }

    .header-opt-7 .header-content .block-search .categori-search {
        display: none;
    }
}
@media (max-width: 991px) {
    .header-opt-7 .header-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header-opt-7 .header-content .nav-left {
        float: none;
        clear: both;
        text-align: center;
        margin-bottom: 30px;
    }
    .header-opt-7 .header-content .nav-mind {
        float: left;
    }
    .header-opt-7 .header-content .nav-mind .block-search {
        float: left;
        margin-left: 0;
        width: 100%;
    }
    .header-opt-7 .header-content .nav-right {
        float: right;
    }
}

.header-opt-8 .header-top {
    background-color: #f2f2f2;
    border-bottom: 1px solid #dfdfdf;
}
.header-opt-8 .header-top .container:before,
.header-opt-8 .header-top .container:after {
    content: "";
    display: table;
}
.header-opt-8 .header-top .container:after {
    clear: both;
}
.header-opt-8 .hotline {
    float: left;
    color: #333333;
    font-size: 13px;
}
.header-opt-8 .hotline:before,
.header-opt-8 .hotline:after {
    content: "";
    display: table;
}
.header-opt-8 .hotline:after {
    clear: both;
}
.header-opt-8 .hotline > li {
    position: relative;
    padding: 0 20px;
    float: left;
}
.header-opt-8 .hotline > li > span {
    line-height: 38px;
    display: block;
}
.header-opt-8 .hotline > li > a {
    line-height: 38px;
}
.header-opt-8 .hotline > li:first-child {
    padding-left: 0;
}
.header-opt-8 .hotline > li .fa {
    margin-right: 8px;
    font-size: 14px;
}
.header-opt-8 .hotline > li .wellcome a {
    color: #fca53c;
}
.header-opt-8 .hotline > li .wellcome a:hover {
    color: #0f5194;
}
.header-opt-8 .hotline > li .wellcome span {
    color: #919191;
}
.header-opt-8 .links {
    float: right;
    color: #333;
    position: relative;
    font-size: 13px;
}
.header-opt-8 .links:before,
.header-opt-8 .links:after {
    content: "";
    display: table;
}
.header-opt-8 .links:after {
    clear: both;
}
.header-opt-8 .links > li {
    position: relative;
    padding: 0 15px;
    float: left;
}
.header-opt-8 .links > li > a,
.header-opt-8 .links > li > span {
    color: #333;
    display: block;
    line-height: 38px;
}
.header-opt-8 .links > li:last-child {
    padding-right: 0;
}
.header-opt-8 .links .dropdown .dropdown-menu {
    right: 0;
    left: auto;
}
.header-opt-8 .links .link-account img,
.header-opt-8 .links .link-wishlist img,
.header-opt-8 .links .link-checkout img {
    margin-right: 7px;
    vertical-align: text-bottom;
}
.header-opt-8 .setting .account li a:hover,
.header-opt-8 .setting .account li a:focus {
    color: #0f5194;
}
.header-opt-8 .header-content {
    background-color: #f2f2f2;
    padding: 30px 0 30px;
}
.header-opt-8 .header-content .logo {
    padding-top: 5px;
    display: block;
}
.header-opt-8 .header-content .block-search {
    float: right;
    position: relative;
    margin-right: 17px;
}
.header-opt-8 .header-content .block-search .block-title {
    background-color: #ff8c00;
}
.header-opt-8 .header-content .block-search .categori-search .chosen-container .chosen-single {
    border-color: #e0e0e0;
    position: relative;
    z-index: 10;
    border-right: none;
    font-size: 13px;
    color: #888888;
    line-height: 40px!important;
    height: 40px!important;
}
.header-opt-8 .header-content .block-search .categori-search .chosen-container .chosen-single:before {
    content: "";
    width: 1px;
    height: 34px;
    background-color: #e0e0e0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
}
.header-opt-8 .header-content .block-search .form-search {
    width: 375px;
}
.header-opt-8 .header-content .block-search .form-search .form-control {
    padding-left: 30px;
    border-color: #e0e0e0;
    font-size: 13px;
    color: #888888;
    height: 40px;
}
.header-opt-8 .header-content .block-search .form-search .form-control::-moz-placeholder {
    color: #888888;
    opacity: 1;
}
.header-opt-8 .header-content .block-search .form-search .form-control:-ms-input-placeholder {
    color: #888888;
}
.header-opt-8 .header-content .block-search .form-search .form-control::-webkit-input-placeholder {
    color: #888888;
}
.header-opt-8 .header-content .block-search .form-search .btn-search {
    width: 40px;
}

.header-opt-8 .header-content .link-wishlist,
.header-opt-8 .header-content .link-login,
.header-opt-8 .header-content .link-favorites {
    width: auto;
    float: right;
    font-size: 16px;
    color: #333333;
    line-height: 1;
    background-image: none;
    background-color: transparent;
    margin-right: 15px;
}
.header-opt-8 .header-content .link-wishlist:before,
.header-opt-8 .header-content .link-login:before,
.header-opt-8 .header-content .link-favorites:before {
    content: "";
    width: 34px;
    height: 40px;
    display: inline-block;
    vertical-align: bottom;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index9/wishlist2.png);
    margin-right: 10px;
}
.header-opt-8 .header-content .link-wishlist span,
.header-opt-8 .header-content .link-login span,
.header-opt-8 .header-content .link-favorites span {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 7px;
}

@media (max-width: 479px) {
    .header-opt-8 .header-content .link-wishlist,
    .header-opt-8 .header-content .link-login,
    .header-opt-8 .header-content .link-favorites {
        margin-right: 0;
    }
    .header-opt-8 .header-content .link-wishlist span,
    .header-opt-8 .header-content .link-login span,
    .header-opt-8 .header-content .link-favorites span {
        display: none;
    }
}
.header-opt-8 .header-content .link-login {
    margin-left: 0;
}
.header-opt-8 .header-content .link-login:before {
    background-image: url(../images/icon/index9/login.png);
}
.header-opt-8 .header-content .block-minicart {
    float: right;
}
.header-opt-8 .header-content .block-minicart:hover  .dropdown-toggle .counter,
.header-opt-8 .header-content .block-minicart.open .dropdown-toggle .counter {
    color: #fca53c;
}
.header-opt-8 .header-content .block-minicart  .dropdown-toggle {
    display: block;
    position: relative;
    color: #333333;
}
.header-opt-8 .header-content .block-minicart  .dropdown-toggle:before,
.header-opt-8 .header-content .block-minicart  .dropdown-toggle:after {
    content: "";
    display: table;
}
.header-opt-8 .header-content .block-minicart  .dropdown-toggle:after {
    clear: both;
}
.header-opt-8 .header-content .block-minicart  .dropdown-toggle .cart-icon {
    width: 30px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../images/icon/index9/cart.png);
    display: inline-block;
    vertical-align: bottom;
}
.header-opt-8 .header-content .block-minicart  .dropdown-toggle .counter-title {
    display: none;
}
.header-opt-8 .header-content .block-minicart  .dropdown-toggle .counter {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    padding-bottom: 7px;
    padding-left: 5px;
}
.header-opt-8 .header-content .block-minicart  .dropdown-toggle .counter-number {
    width: 20px;
    line-height: 20px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 6px;
    left: 17px;
    font-size: 14px;
}
.header-opt-8 .header-content .block-minicart  .dropdown-toggle .cart-text {
    text-transform: capitalize;
}
.header-opt-8 .header-content .block-minicart  .dropdown-toggle .cart-text .text1,
.header-opt-8 .header-content .block-minicart  .dropdown-toggle .cart-text .text2{
    display: none;
}
.header-opt-8 .header-content .block-minicart  .dropdown-toggle .cart-text .text3{
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 4px;
    font-size: 16px;
    margin-left: 5px;
}
.header-opt-8 .header-content .block-minicart  .dropdown-toggle .counter-label {
    display: none;
}
.header-opt-8 .header-content .block-minicart  .dropdown-toggle .counter-price {
    display: none;
}

.header-opt-8 .block-nav-categori {
    width: 186px;
}
.header-opt-8 .block-nav-categori .block-title {
    cursor: pointer;
    line-height: 45px;
    height: 45px;
}
.header-opt-8 .block-nav-categori.has-open .block-content {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header-opt-8 .block-nav-categori .view-all-categori .btn-view-all,
.header-opt-8 .block-nav-categori .view-all-categori a {
    background-color: #7E7E7E;
    color: #fff;
}
.header-opt-8 .block-nav-categori .block-content {
    min-width: 186px;
}
.header-opt-8 .block-nav-categori .block-content .icon {
    display: none;
}
.header-opt-8 .block-nav-categori .block-content .ui-categori > li > a {
    font-size: 14px;
    line-height: 28px;
    padding: 0 10px;
}
@media (min-width: 992px) {
    .header-opt-8 .block-nav-categori .block-content .ui-categori {
        margin-bottom: 3px;
    }
    .header-opt-8 .block-nav-categori .block-content .ui-categori > li {
        margin-bottom: 10px;
    }

    .header-opt-8 .block-nav-categori .block-content .ui-categori > li.parent > a:after {
        line-height: 28px;
        width: 16px;
        font-size: 13px;
    }
    .header-opt-8 .block-nav-categori .block-content .ui-categori > li > .submenu {
        left: 199px;
        width: 740px;
    }
    .header-opt-8 .block-nav-categori .block-content .view-all-categori a {
        line-height: 36px;
        background-color: #7e7e7e;
        color: #fff;
        font-size: 16px;
        font-family: 'Lato', sans-serif;
        padding-right: 16px;
        font-weight: normal;
        padding: 0 10px;
    }
}
@media (min-width: 1200px) {
    .header-opt-8 .block-nav-categori .block-content {
        border: 1px solid #dfdfdf;
        border-top: none;
        margin-top: 1px;
    }
    .header-opt-8 .block-nav-categori .block-content .ui-categori > li > .submenu {
        width: 970px;
    }
}
.header-opt-8 .block-nav-menu .ui-menu > li > a {
    line-height: 45px;
    font-weight: normal;
}
.header-opt-8 .block-nav-menu .ui-menu > li > a,
.header-opt-8 .block-nav-menu .ui-menu > li.active > a,
.header-opt-8 .block-nav-menu .ui-menu > li:hover > a{
    color: #fff;
}
.header-opt-8 .block-nav-menu .ui-menu .parent-megamenu > .megamenu {
    right: 0;
}
.header-opt-8 .nav-toggle-menu {
    line-height: 45px;
    background-color: #333333;
    text-align: center;
}
.header-opt-8 .header-nav {
    background-color: #666666;
}
.header-opt-8 .header-nav .box-header-nav {
    background-color: #666666;
}
@media (max-width: 1199px) {
    .header-opt-8 .header-content .block-search {
        float: right;
        margin-right: 0;
    }
    .header-opt-8 .header-content .block-search .form-search {
        width: 275px;
    }
    .header-opt-8 .header-content .block-search .categori-search {
        display: none;
    }
}
@media (max-width: 991px) {
    .header-opt-8 .header-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header-opt-8 .header-content .nav-left {
        float: none;
        clear: both;
        text-align: center;
        margin-bottom: 30px;
    }
    .header-opt-8 .header-content .nav-mind {
        float: left;
    }
    .header-opt-8 .header-content .nav-mind .block-search {
        float: left;
        margin-left: 0;
    }
    .header-opt-8 .header-content .nav-right {
        float: right;
    }
}

.header-opt-9 .header-top {
    background-color: #f6f6f6;
    border-bottom: 1px solid #dfdfdf;
}
.header-opt-9 .header-top .container:before,
.header-opt-9 .header-top .container:after {
    content: "";
    display: table;
}
.header-opt-9 .header-top .container:after {
    clear: both;
}
.header-opt-9 .hotline {
    float: left;
    color: #333333;
    font-size: 13px;
}
.header-opt-9 .hotline:before,
.header-opt-9 .hotline:after {
    content: "";
    display: table;
}
.header-opt-9 .hotline:after {
    clear: both;
}
.header-opt-9 .hotline > li {
    position: relative;
    padding: 0 20px;
    float: left;
}
.header-opt-9 .hotline > li > span {
    line-height: 38px;
    display: block;
}
.header-opt-9 .hotline > li > a {
    line-height: 38px;
}
.header-opt-9 .hotline > li:first-child {
    padding-left: 0;
}
.header-opt-9 .hotline > li .fa {
    margin-right: 8px;
    font-size: 14px;
}
.header-opt-9 .hotline > li .wellcome a {
    color: #fca53c;
}
.header-opt-9 .hotline > li .wellcome a:hover {
    color: #333;
}
.header-opt-9 .hotline > li .wellcome span {
    color: #919191;
}
.header-opt-9 .links {
    float: right;
    color: #333;
    position: relative;
    font-size: 13px;
}
.header-opt-9 .links:before,
.header-opt-9 .links:after {
    content: "";
    display: table;
}
.header-opt-9 .links:after {
    clear: both;
}
.header-opt-9 .links > li {
    position: relative;
    padding: 0 15px;
    float: left;
}
.header-opt-9 .links > li > a,
.header-opt-9 .links > li > span {
    color: #333;
    display: block;
    line-height: 38px;
}

.header-opt-9 .links > li:last-child {
    padding-right: 0;
}
.header-opt-9 .links .dropdown .dropdown-menu {
    right: 0;
    left: auto;
}
.header-opt-9 .links .link-account img,
.header-opt-9 .links .link-wishlist img,
.header-opt-9 .links .link-checkout img {
    margin-right: 7px;
    vertical-align: text-bottom;
}

.header-opt-9 .header-content {
    background-color: #fff;
    padding: 30px 0 30px;
}
.header-opt-9 .header-content .logo {
    padding-top: 5px;
    display: block;
}
.header-opt-9 .header-content .block-search {
    float: right;
    position: relative;
    margin-right: 17px;
}

.header-opt-9 .header-content .block-search .categori-search .chosen-container .chosen-single {
    position: relative;
    z-index: 10;
    border-right: none;
    font-size: 13px;
    color: #888888;
    line-height: 40px!important;
    height: 40px!important;
}
.header-opt-9 .header-content .block-search .categori-search .chosen-container .chosen-single:before {
    content: "";
    width: 1px;
    height: 34px;
    background-color: #e0e0e0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
}
.header-opt-9 .header-content .block-search .form-search {
    width: 375px;
}
.header-opt-9 .header-content .block-search .form-search .form-control {
    padding-left: 30px;
    font-size: 13px;
    color: #888888;
    height: 40px;
}
.header-opt-9 .header-content .block-search .form-search .form-control::-moz-placeholder {
    color: #888888;
    opacity: 1;
}
.header-opt-9 .header-content .block-search .form-search .form-control:-ms-input-placeholder {
    color: #888888;
}
.header-opt-9 .header-content .block-search .form-search .form-control::-webkit-input-placeholder {
    color: #888888;
}
.header-opt-9 .header-content .block-search .form-search .btn-search {
    width: 40px;
}
.header-opt-9 .header-content .link-wishlist,
.header-opt-9 .header-content .link-login,
.header-opt-9 .header-content .link-favorites {
    width: auto;
    float: right;
    font-size: 16px;
    color: #333333;
    line-height: 1;
    background-image: none;
    background-color: transparent;
    margin-right: 15px;
}
.header-opt-9 .header-content .link-wishlist:before,
.header-opt-9 .header-content .link-login:before,
.header-opt-9 .header-content .link-favorites:before {
    content: "";
    width: 34px;
    height: 40px;
    display: inline-block;
    vertical-align: bottom;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index9/wishlist2.png);
    margin-right: 10px;
}
.header-opt-9 .header-content .link-wishlist span,
.header-opt-9 .header-content .link-login span,
.header-opt-9 .header-content .link-favorites span {
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 7px;
}
@media (max-width: 479px) {
    .header-opt-9 .header-content .link-wishlist,
    .header-opt-9 .header-content .link-login,
    .header-opt-9 .header-content .link-favorites {
        margin-right: 0;
    }
    .header-opt-9 .header-content .link-wishlist span,
    .header-opt-9 .header-content .link-login span,
    .header-opt-9 .header-content .link-favorites span {
        display: none;
    }
}
.header-opt-9 .header-content .link-login {
    margin-left: 0;
}
.header-opt-9 .header-content .link-login:before {
    background-image: url(../images/icon/index9/login.png);
}
.header-opt-9 .header-content .block-minicart {
    float: right;
}
.header-opt-9 .header-content .block-minicart  .dropdown-toggle {
    display: block;
    position: relative;
    color: #333333;
}
.header-opt-9 .header-content .block-minicart  .dropdown-toggle:before,
.header-opt-9 .header-content .block-minicart  .dropdown-toggle:after {
    content: "";
    display: table;
}
.header-opt-9 .header-content .block-minicart  .dropdown-toggle:after {
    clear: both;
}
.header-opt-9 .header-content .block-minicart  .dropdown-toggle .cart-icon {
    width: 30px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(../images/icon/index9/cart.png);
    display: inline-block;
    vertical-align: bottom;
}
.header-opt-9 .header-content .block-minicart  .dropdown-toggle .counter-title {
    display: none;
}
.header-opt-9 .header-content .block-minicart  .dropdown-toggle .counter {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    padding-bottom: 7px;
    padding-left: 5px;
}
.header-opt-9 .header-content .block-minicart .dropdown-toggle .counter-number {
    width: 20px;
    line-height: 20px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 6px;
    left: 17px;
    font-size: 14px;
}
.header-opt-9 .header-content .block-minicart .dropdown-toggle .cart-text {
    text-transform: capitalize;
}
.header-opt-9 .header-content .block-minicart .dropdown-toggle .cart-text .text1,
.header-opt-9 .header-content .block-minicart .dropdown-toggle .cart-text .text2{
    display: none;
}
.header-opt-9 .header-content .block-minicart .dropdown-toggle .cart-text .text3{
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 5px;
    margin-left: 5px;
}
.header-opt-9 .header-content .block-minicart .dropdown-toggle .counter-label {
    display: none;
}
.header-opt-9 .header-content .block-minicart .dropdown-toggle .counter-price {
    display: none;
}
.header-opt-9 .block-nav-categori {
    width: 186px;
}
.header-opt-9 .block-nav-categori .ui-categori{
    padding: 10px 0;
    padding-bottom: 11px;
}
.header-opt-9 .block-nav-categori .block-title {
    cursor: pointer;
    line-height: 45px;
    height: 45px;
}
.header-opt-9 .block-nav-categori .block-content {
    min-width: 186px;
    border-width: 1px;
    border-style: solid;
    border-top: none;
}
.header-opt-9 .block-nav-categori .block-content .view-all-categori a {
    line-height: 36px;
    background-color: #ff7f00;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    padding-right: 16px;
    font-weight: normal;
    padding: 0 10px;
}
.header-opt-9 .block-nav-categori .block-content .ui-categori > li > a {
    font-size: 14px;
    line-height: 28px;
    padding: 0 10px;
}

@media (min-width: 992px) {


    .header-opt-9 .block-nav-categori .block-content .ui-categori > li.parent > a:after {
        line-height: 28px;
        width: 16px;
        font-size: 13px;
    }
    .header-opt-9 .block-nav-categori .block-content .ui-categori > li > .submenu {
        left: 200px;
        width: 740px;
    }

}
.header-opt-9 .block-nav-menu .ui-menu > li > a {
    line-height: 45px;
    font-weight: normal;
}
.header-opt-9 .block-nav-menu .ui-menu > li > a,
.header-opt-9 .block-nav-menu .ui-menu > li:hover > a,
.header-opt-9 .block-nav-menu .ui-menu > li.active > a{
    color: #fff;
}
.header-opt-9 .nav-toggle-menu {
    line-height: 45px;
    background-color: #cc5200;
    text-align: center;
}
.header-opt-9 .header-nav {
    background-color: #ff7f00;
}
.header-opt-9 .header-nav .box-header-nav {
    background-color: #ff7f00;
}
@media (max-width: 1199px) {
    .header-opt-9 .header-content .block-search {
        float: right;
        margin-right: 0;
    }
    .header-opt-9 .header-content .block-search .form-search {
        width: 275px;
    }
    .header-opt-9 .header-content .block-search .categori-search {
        display: none;
    }
}
@media (max-width: 991px) {
    .header-opt-9 .header-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header-opt-9 .header-content .nav-left {
        float: none;
        clear: both;
        text-align: center;
        margin-bottom: 30px;
    }
    .header-opt-9 .header-content .nav-mind {
        float: left;
    }
    .header-opt-9 .header-content .nav-mind .block-search {
        float: left;
        margin-left: 0;
    }
    .header-opt-9 .header-content .nav-right {
        float: right;
    }
}
@media (max-width: 600px) {
    .header-opt-9 .header-content .nav-mind .block-search {
        width: auto;
        position: static;
    }
}
.header-opt-10 .nav-toggle-menu {
    line-height: 51px;
    background-color: #28a152;
}
.header-opt-10 .header-top {
    padding: 0;
    font-size: 13px;
    background-color: #28a152;
}
.header-opt-10 .header-top .hotline {
    float: left;
    color: #666666;
}
.header-opt-10 .header-top .hotline:before,
.header-opt-10 .header-top .hotline:after {
    content: "";
    display: table;
}
.header-opt-10 .header-top .hotline:after {
    clear: both;
}
.header-opt-10 .header-top .hotline > li {
    position: relative;
    padding: 0 18px;
    float: left;
}
.header-opt-10 .header-top .hotline > li > span {
    color: #fff;
    line-height: 36px;
}
.header-opt-10 .header-top .hotline > li > a {
    color: #fff;
    line-height: 36px;
}
.header-opt-10 .header-top .hotline > li > a:hover {
    color: #fff;
}
.header-opt-10 .header-top .hotline > li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
}
.header-opt-10 .header-top .hotline > li:first-child {
    padding-left: 0;
}
.header-opt-10 .header-top .hotline > li:first-child:before {
    content: none;
}
.header-opt-10 .header-top .hotline > li .fa {
    margin-right: 8px;
    font-size: 14px;
}
@media (max-width: 600px) {
    .header-opt-10 .header-top .hotline > li {
        padding-left: 0;
    }
    .header-opt-10 .header-top .hotline > li:before {
        display: none;
    }
}
.header-opt-10 .header-top .links {
    float: right;
    color: #fff;
    position: relative;
}
.header-opt-10 .header-top .links:before,
.header-opt-10 .header-top .links:after {
    content: "";
    display: table;
}
.header-opt-10 .header-top .links:after {
    clear: both;
}
.header-opt-10 .header-top .links > li {
    position: relative;
    padding: 0 15px;
    float: left;
}
.header-opt-10 .header-top .links > li > a,
.header-opt-10 .header-top .links > li > span {
    color: #fff;
    display: block;
    line-height: 36px;
}
.header-opt-10 .header-top .links > li > a {
    color: #fff;
    line-height: 36px;
}
.header-opt-10 .header-top .links > li > a:hover {
    color: #fe5654;
}
.header-opt-10 .header-top .links > li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
}
.header-opt-10 .header-top .links > li:last-child {
    padding-right: 0;
}
.header-opt-10 .header-top .links > li:last-child:before {
    content: none;
}
.header-opt-10 .header-top .links > li:first-child {
    padding-left: 0;
}
@media (max-width: 600px) {
    .header-opt-10 .header-top .links > li {
        padding-left: 0;
    }
    .header-opt-10 .header-top .links > li:before {
        display: none;
    }
}
.header-opt-10 .header-top .links .setting .dropdown-menu {
    width: 175px;
}
@media (max-width: 479px) {
    .header-opt-10 .header-top .links .setting {
        position: static ;
    }
    .header-opt-10 .header-top .links .setting .dropdown-menu {
        top: 100%;
        width: 175px;
    }
}
.header-opt-10 .header-top .setting .account li a:hover,
.header-opt-10 .header-top .setting .account li a:focus {
    color: #28a152;
}
.header-opt-10 .header-content {
    background-color: #53b475;
    padding-top: 35px;
    padding-bottom: 35px;
}
.header-opt-10 .header-content .logo {
    padding-top: 9px;
    display: block;
}
.header-opt-10 .header-content .nav-mind {
    float: right;
}
.header-opt-10 .header-content .nav-right {
    float: right;
    padding-right: 15px;
}
.header-opt-10 .header-content .block-search {
    float: right;
}
.header-opt-10 .header-content .block-search .block-title {
    line-height: 40px;
    height: 40px;
    width: 45px;
    background-image: none;
    color: #fff;
    text-align: center;
    padding: 0;
    background-color: #28a152;
}
.header-opt-10 .header-content .block-search .block-title:before {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 14px;
}
.header-opt-10 .header-content .block-search .categori-search {
    width: 153px;
}
.header-opt-10 .header-content .block-search .categori-search .chosen-container .chosen-single {
    border: none;
    line-height: 38px!important;
    height: 40px!important;
    border-right: 1px solid #fff;
    z-index: 10;
    color: #fff;
}
.header-opt-10 .header-content .block-search .categori-search .chosen-container .chosen-single div b {
    color: #fff;
}
.header-opt-10 .header-content .block-search .form-search {
    width: 415px;
}
@media (max-width: 1199px) {
    .header-opt-10 .header-content .block-search .form-search {
        width: 260px;
    }
}
@media (max-width: 767px) {
    .header-opt-10 .header-content .block-search .form-search {
        width: 100%;
    }
}
.header-opt-10 .header-content .block-search .form-search .form-control {
    border:none;
    height: 40px;
    padding-left: 17px;
    padding-right: 45px;
    font-size: 14px;
    color: #e0e0e0;
}
.header-opt-10 .header-content .block-search .form-search .form-control::-moz-placeholder {
    color: #e0e0e0;
    opacity: 1;
}
.header-opt-10 .header-content .block-search .form-search .form-control:-ms-input-placeholder {
    color: #e0e0e0;
}
.header-opt-10 .header-content .block-search .form-search .form-control::-webkit-input-placeholder {
    color: #e0e0e0;
}
.header-opt-10 .header-content .block-search .form-search .btn-search {
    width: 45px;
    background-image: none;
    color: #fff;
    text-align: center;
    padding: 0;
    border-left: 1px solid #fff;
}
.header-opt-10 .header-content .block-search .form-search .btn-search:before {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 14px;
}
.header-opt-10 .header-content .block-minicart {
    float: right;
    margin-left: 30px;
}
@media (max-width: 991px) {
    .header-opt-10 .header-content .block-minicart {
        margin-top: 10px;
        margin-left: 20px;
    }
}

.header-opt-10 .header-content .block-minicart  .dropdown-toggle {
    height: 41px;
    display: block;
    position: relative;
    color: #fff;
    min-width: 200px;
    padding-left: 17px;
}
.header-opt-10 .header-content .block-minicart  .dropdown-toggle:before,
.header-opt-10 .header-content .block-minicart  .dropdown-toggle:after {
    content: "";
    display: table;
}
.header-opt-10 .header-content .block-minicart  .dropdown-toggle:after {
    clear: both;
}
.header-opt-10 .header-content .block-minicart  .dropdown-toggle .cart-icon {
    width: 41px;
    display: block;
    height: 41px;
    float: right;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index6/minicart.png);
    border-left: 1px solid #fff;
}
.header-opt-10 .header-content .block-minicart  .dropdown-toggle .counter-number {
    position: absolute;
    right: 25px;
    left: auto;
    background-color: #fe5654;
    line-height: 18px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    width: 33px;
    padding: 0;
    border-radius: 20px;
    top: -7px;
    color: #fff;
}
.header-opt-10 .header-content .block-minicart  .dropdown-toggle .counter-number:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 4px 0;
    border-color: transparent #fe5654 transparent transparent;
    position: absolute;
    bottom: -4px;
    left: 17px;
}
.header-opt-10 .header-content .block-minicart  .dropdown-toggle .counter-title {
    display: none;
}
.header-opt-10 .header-content .block-minicart  .dropdown-toggle .counter {
    float: left;
    border-right: none;
    color: #fff;
    line-height: 1;
}
.header-opt-10 .header-content .block-minicart  .dropdown-toggle .cart-text {
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding-top: 5px;
    line-height: 1;
    margin-bottom: 1px;
}
.header-opt-10 .header-content .block-minicart  .dropdown-toggle .cart-text .text1,
.header-opt-10 .header-content .block-minicart  .dropdown-toggle .cart-text .text3{
    display: none;
}
.header-opt-10 .header-content .block-minicart  .dropdown-toggle .cart-text .text2{
    display: inline-block;
}
.header-opt-10 .block-nav-categori {
    width: 270px;
}
.header-opt-10 .block-nav-categori .block-content {
    background-color: #f7f7f7;
}
@media (min-width: 992px) {
    .header-opt-10 .block-nav-categori .block-content {
        width: 270px;
        min-width: 270px;
    }
    .header-opt-10 .block-nav-categori .block-content .ui-categori {
        padding-bottom: 21px;
    }
    .header-opt-10 .block-nav-categori .block-content .ui-categori > li > a {
        line-height: 36px;
    }
    .header-opt-10 .block-nav-categori .block-content .ui-categori > li.parent > a:after {
        line-height: 36px;
    }
    .header-opt-10 .block-nav-categori .block-content .ui-categori .submenu {
        left: 270px;
        width: 670px;
    }
}
@media (min-width: 1199px) {
    .header-opt-10 .block-nav-categori .block-content .ui-categori .submenu {
        width: 900px;
    }
}
.header-opt-10 .block-nav-categori .ui-categori {
    margin-bottom: 7px;
}
@media (min-width: 1200px) {
    .header-opt-10 .block-nav-categori .ui-categori > li > a {
        padding-left: 17px;
        line-height: 37px;
    }
}
.header-opt-10 .block-nav-categori .view-all-categori a {
    background-color: #888888;
    color: #fff;
    line-height: 46px;
}
.header-opt-10 .block-nav-categori .block-title {
    line-height: 50px;
    height: 50px;
}
.header-opt-10 .block-nav-categori .view-all-categori .btn-view-all,
.header-opt-10 .block-nav-categori .view-all-categori a {
    background-color: #888888;
    color: #fff;
}

.header-opt-10 .block-nav-menu .ui-menu > li > a:hover,
.header-opt-10 .block-nav-menu .ui-menu > li > a:focus {
    color: #fff;
}
@media (min-width: 992px) {
    .header-opt-10 .block-nav-menu .ui-menu {
        padding: 0;
    }
    .header-opt-10 .block-nav-menu .ui-menu > li > a {
        line-height: 50px;
        padding: 0 12px;
        font-size: 14px;
        text-transform: none;
        font-weight: normal;
        position: relative;
        color: #fff;
    }
    .header-opt-10 .block-nav-menu .ui-menu > li > a:after {
        position: static;
    }
    .header-opt-10 .block-nav-menu .ui-menu > li > a:before {
        content: "";
        height: 22px;
        width: 1px;
        background-color: #d6d6d6;
        position: absolute;
        top: 50%;
        margin-top: -11px;
        right: -1px;
    }
    .header-opt-10 .block-nav-menu .ui-menu > li.active > a,
    .header-opt-10 .block-nav-menu .ui-menu > li:hover > a{
        background-color: #333333;
        color: #fff;
        z-index: 10;
    }
    .header-opt-10 .block-nav-menu .ui-menu > li.active > a:before {
        content: none;
    }
}
@media (min-width: 1200px) {
    .header-opt-10 .block-nav-menu .ui-menu > li > a {
        padding: 0 28px;
    }
}
@media (max-width: 991px) {
    .header-opt-10 .header-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header-opt-10 .header-content .nav-left {
        float: none;
        clear: both;
        text-align: center;
        margin-bottom: 30px;
    }
    .header-opt-10 .header-content .nav-left .logo {
        padding-top: 0;
    }
    .header-opt-10 .header-content .nav-mind {
        float: left;
        padding-left: 15px;
    }
    .header-opt-10 .header-content .nav-mind .block-search {
        float: left;
        margin-left: 0;
        margin-top: 0;
    }
    .header-opt-10 .header-content .nav-right {
        float: right;
    }
    .header-opt-10 .header-content .block-minicart {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .header-opt-10 .header-content .block-search .categori-search {
        display: none;
    }
    .header-opt-10 .header-content .nav-right {
        float: right;
    }
}
/*==========================================================

	5. SIDEBAR

==========================================================*/
.slider-range {
    margin-bottom: 20px;
    padding-top: 2px;
}
.slider-range:before,
.slider-range:after {
    content: "";
    display: table;
}
.slider-range:after {
    clear: both;
}
.catalog-view_op1 .slider-range {
    margin-bottom: 5px;
}
.slider-range .ui-slider {
    position: relative;
    height: 3px;
    background-color: #888888;
    border-radius: 0px;
    margin: 5px 0 ;
}
.catalog-view_op1 .slider-range .ui-slider {
    height: 7px;
    background-color: #ff3366;
}
.slider-range .ui-slider-range {
    height: 3px;
    background-color: #00a1d0;
    position: absolute;
    top: 0;
}
.catalog-view_op1 .slider-range .ui-slider-range {
    height: 7px;
    background-color: #ccc;
}
.slider-range .ui-slider-handle {
    width: 12px;
    height: 12px;
    border-radius: 0;
    background-color: #888888;
    display: block;
    position: absolute;
    top: -5px;
}
.catalog-view_op1 .slider-range .ui-slider-handle {
    background-color: transparent;
    width: 13px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/slider-range.png);
}
.slider-range .action:before,
.slider-range .action:after {
    content: "";
    display: table;
}
.slider-range .action:after {
    clear: both;
}
.slider-range .action .price {
    font-size: 18px;
    float: left;
    margin-bottom: 15px;
}
.catalog-view_op1 .slider-range .action .price {
    font-size: 14px;
    color: #666666;
    margin: 0;
}
.slider-range .action .price > span {
    line-height: 30px;
    border: 1px solid #dfdfdf;
    text-align: center;
    width: 65px;
    display: block;
    float: left;
    font-size: 14px;
    color: #000000;
    margin: 0 10px 0 0;
}
.catalog-view_op1 .slider-range .action .price > span {
    float: none;
    display: inline;
    border: none;
    font-size: 14px;
    color: #666666;
    width: auto;
    margin: 0;
}
.slider-range .action .btn {
    height: 32px;
    width: 65px;
    text-align: center;
    padding: 0;
    font-size: 14px;
    color: #fff;
    background-color: #fca53c;
    float: left;
    margin-bottom: 15px;
}
.slider-range .action .btn:hover,
.slider-range .action .btn:focus {
    background-color: #171717;
}
.slider-range .amount-min,
.slider-range .amount-max {
    display: block;
    line-height: 30px;
    float: left;
    font-size: 14px;
    color: #888888;
}
.slider-range .amount-min .catalog-view_op1,
.slider-range .amount-max .catalog-view_op1 {
    display: none;
}
.slider-range .amount-max {
    float: right;
}
.block-sidebar {
    margin-bottom: 20px;
}
.block-sidebar .block-title {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
}
.block-sidebar .block-title strong {
    font-size: 15px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    display: block;
    line-height: 30px;
}
.block-sidebar .block-content {
    font-size: 13px;
    color: #5b5b5b;
}
.block-filter .close-filter-products {
    width: 50px;
    line-height: 40px;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    cursor: pointer;
    display: none;
}
.block-filter .block-title {
    margin-bottom: 38px;
}
.block-filter .block-content {
    background-color: #fff;
    padding: 20px 20px 15px;
    border: 1px solid #dfdfdf;
}
.block-filter .filter-options-item {
    margin-bottom: 15px;
}
.catalog-view_op1 .block-filter .filter-options-item {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    margin-bottom: 13px;
}
.catalog-view_op1_style2.catalog-view_op1 .block-filter .filter-options-item {
    margin-bottom: 20px;
}
.catalog-view_op1 .block-filter .filter-options-item .filter-options-content {
    padding-bottom: 0;
}
.catalog-view_op1 .block-filter .filter-options-item:last-child {
    border-bottom: none;
}
.block-filter .filter-options-title {
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 25px;
    display: block;
}
.catalog-view_op1 .block-filter .filter-options-title {
    margin-bottom: 5px;
}
.block-filter .filter-options-content {
    padding-bottom: 0;
}
.block-filter .filter-options-content .item {
    text-transform: capitalize;
    display: block;
    color: #888888;
    font-size: 14px;
    line-height: 34px;
    position: relative;
}
.catalog-view_op1 .block-filter .filter-options-content .item {
    line-height: 1;
}
.block-filter .filter-options-content .item label {
    font-size: 14px;
    line-height: 34px;
    font-weight: normal;
    cursor: pointer;
    color: #888888;
}
.block-filter .filter-options-content .item label:before,
.block-filter .filter-options-content .item label:after {
    content: "";
    display: table;
}
.block-filter .filter-options-content .item label:after {
    clear: both;
}
.catalog-view_op1 .block-filter .filter-options-content .item label {
    line-height: 25px;
    margin: 0;
}
.catalog-view_op1 .block-filter .filter-options-content .item label > span:before {
    top: 7px;
}
.block-filter .filter-options-content .item label:hover {
    color: #fca53c;
}
.block-filter .filter-options-content .item label > span {
    display: block;
    position: relative;
    padding-left: 27px;
}
.block-filter .filter-options-content .item label > span:before {
    content: '';
    width: 15px;
    height: 14px;
    background-color: #888888;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
}
.block-filter .filter-options-content .item label input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}
.block-filter .filter-options-content .item label input[type=checkbox]:checked + span {
    color: #fca53c;
}
.catalog-view_op1 .block-filter .filter-options-content .item label input[type=checkbox]:checked + span {
    color: #ff3366;
}
.catalog-view_op1 .block-filter .filter-options-content .item label input[type=checkbox]:checked + span:before {
    background-color: #ff3366;
    border-color: #ff3366;
}
.block-filter .filter-options-content .item label input[type=checkbox]:checked + span:before {
    background-color: #fca53c;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index1/checked.png);
}
.block-filter .filter-options-content .item a {
    display: block;
    color: #666666;
}
.block-filter .filter-options-content .item a:before,
.block-filter .filter-options-content .item a:after {
    content: "";
    display: table;
}
.block-filter .filter-options-content .item a:after {
    clear: both;
}
.block-filter .filter-options-content .item a:hover {
    color: #ff3366;
}
.block-filter .filter-options-content .item .count {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #a4a4a4;
    line-height: 1;
}
.block-filter .filter-options-categori,
.block-filter .filter-options-price {
    border-bottom: 1px dashed  #dfdfdf;
    margin-bottom: 22px;
}
.block-filter .filter-options-categori .filter-options-content,
.block-filter .filter-options-price .filter-options-content {
    padding-bottom: 18px;
}
.block-filter .filter-options-price .filter-options-content {
    padding-bottom: 0px;
}
.block-filter .filter-options-color .filter-options-content .items:before,
.block-filter .filter-options-color .filter-options-content .items:after {
    content: "";
    display: table;
}
.block-filter .filter-options-color .filter-options-content .items:after {
    clear: both;
}
.block-filter .filter-options-color .filter-options-content .item {
    padding: 0;
    width: 50%;
    float: left;
    line-height: 31px;
}
.block-filter .filter-options-color .filter-options-content .item:before {
    content: none;
}
.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item {
    display: block;
    width: auto;
    margin: 0 10px 10px 0;
    line-height: 1;
}
.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item label {
    margin: 0;
}
.block-filter .filter-options-color .filter-options-content .item .img {
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    margin-right: 6px;
}
.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item .img {
    width: 20px;
    height: 20px;
    border: 1px solid #dfdfdf;
    display: block;
}
.block-filter .filter-options-color .filter-options-content .item .text {
    display: inline-block;
    line-height: 19px;
    vertical-align: middle;
    padding: 0 6px;
    border: 1px solid #dfdfdf;
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}
.block-filter .filter-options-color .filter-options-content .item label > span {
    padding-left: 0;
}
.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item label > span {
    padding-left: 0;
    position: relative;
    height: 20px;
}
.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item label > span .count {
    display: none;
}
.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item label > span .img {
    display: block;
    margin: 0;
}
.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item label > span:before {
    width: 13px;
    height: 12px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
    border: none;
}
.block-filter .filter-options-color .filter-options-content .item label > span:before {
    top: 16px;
    background-color: transparent;
}
.block-filter .filter-options-color .filter-options-content .item label input[type=checkbox]:checked + span:before {
    background-color: #fca53c;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index1/checked.png);
}
.block-filter .filter-options-color .filter-options-content .item label input[type=checkbox]:checked + span .img,
.block-filter .filter-options-color .filter-options-content .item label input[type=checkbox]:checked + span .text {
    border: 1px solid #fca53c;
}
.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item label input[type=checkbox]:checked + span .img {
    border: 1px solid #ff3366;
}
.catalog-view_op1 .block-filter .filter-options-color .filter-options-content .item label input[type=checkbox]:checked + span:before {
    background-color: #ff3366;
}
@media (max-width: 991px) {
    .block-filter {
        position: fixed;
        top: 0;
        left: -110%;
        bottom: 0;
        width: 300px;
        background-color: #fff;
        z-index: 888;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
        overflow-y: auto;
        margin: 0;
        -webkit-box-shadow: 0 0 3px 0 rgba(136, 136, 136, 0.23);
        box-shadow: 0 0 3px 0 rgba(136, 136, 136, 0.23);
    }
    .block-filter.active {
        left: 0;
        visibility: visible;
        opacity: 1;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
    .block-filter .close-filter-products {
        display: block;
    }
    .block-filter .block-title {
        padding: 0 20px;
    }
    .block-filter .block-title strong {
        line-height: 50px;
        font-weight: bold;
        font-size: 20px;
    }
    .block-filter .block-content {
        padding: 0;
        border: none;
    }
    .block-filter .block-content .filter-options-item {
        border-bottom: 1px solid #dfdfdf;
        padding: 0 20px;
    }
    .block-filter .block-content .filter-options-item.active .filter-options-content {
        display: block;
    }
    .block-filter .block-content .filter-options-title {
        cursor: pointer;
        position: relative;
        padding-right: 20px;
    }
    .block-filter .block-content .filter-options-title:after {
        content: "\f105";
        font-family: "FontAwesome";
        display: block;
        line-height: 25px;
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        font-weight: normal;
    }
    .block-filter .block-content .filter-options-title.active {
        color: #fca53c;
    }
    .block-filter .block-content .filter-options-title.active:after {
        content: "\f107";
    }
    .block-filter .block-content .filter-options-content {
        display: none;
        border: none;
        padding-bottom: 20px;
    }
}
.catalog-view_op1 .block-sidebar {
    margin-bottom: 30px;
    border: 1px solid #f1f1f1;
}
.catalog-view_op1_style2.catalog-view_op1 .block-sidebar {
    border: none;
    margin-bottom: 20px;
}
.catalog-view_op1 .block-sidebar .block-title {
    margin-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 	27px;
    text-transform: uppercase;
}
.catalog-view_op1 .block-sidebar .block-title strong {
    font-size: 15px;
    font-weight: bold;
    line-height: 46px;
    color: #333;
}
@media (min-width: 992px) {
    .catalog-view_op1_style2.catalog-view_op1 .block-sidebar .block-title strong {
        font-weight: 600;
        color: #333;
        line-height: 32px;
    }
}
@media (min-width: 992px) {
    .catalog-view_op1_style2.catalog-view_op1 .block-sidebar .block-title {
        padding-left: 0;
        margin-right: 24px;
    }
}
.catalog-view_op1 .block-sidebar .block-content {
    border: none;
    padding-left: 27px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
@media (min-width: 992px) {
    .catalog-view_op1_style2.catalog-view_op1 .block-sidebar .block-content {
        padding-left: 20px;
        padding-bottom: 0;
    }
}
.catalog-view_op1 .block-filter {
    border: 1px solid #f1f1f1;
}
.catalog-view_op1_style2.catalog-view_op1 .block-filter {
    border: none;
}
.catalog-view_op1 .block-filter .block-title {
    margin-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 	27px;
    text-transform: uppercase;
}
.catalog-view_op1 .block-filter .block-title strong {
    font-size: 15px;
    font-weight: bold;
    line-height: 46px;
}
.catalog-view_op1 .block-filter .block-content {
    border: none;
    padding-left: 27px;
    padding-right: 22px;
    padding-top: 15px;
    padding-bottom: 0px;
}
@media (min-width: 992px) {
    .catalog-view_op1_style2.catalog-view_op1 .block-filter .block-content {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
    }
}
@media (max-width: 991px) {
    .catalog-view_op1 .block-filter .block-content {
        padding-left: 0;
        padding-right: 0;
    }
    .catalog-view_op1 .block-filter .block-content .filter-options-item {
        padding-bottom: 10px;
    }
}
.catalog-view_op1 .block-filter .filter-options-title {
    font-size: 15px;
    color: #666666;
    font-weight: normal;
}
.catalog-view_op1 .block-filter .filter-options-content .item label {
    color: #666;
}
.catalog-view_op1 .block-filter .filter-options-content .item label > span {
    padding-left: 24px;
}
.catalog-view_op1 .block-filter .filter-options-content .item label > span:before {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 1px solid #cdcdcd;
}
.catalog-view_op1 .block-filter .filter-options-size .filter-options-content {
    max-height: 150px;
    overflow-y: auto;
}
.catalog-view_op1 .block-filter .filter-options-size .filter-options-content .item {
    width: 50%;
    float: left;
}
.catalog-view_op1 .block-filter .filter-options-size .filter-options-content .item:nth-child(2n+1) {
    clear: both;
}
.block-sidebar-compare .block-content {
    padding: 20px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    font-size: 13px;
    color: #888888;
}
.block-sidebar-tags .block-content {
    padding-top: 8px;
}
.catalog-view_op1_style2 .block-sidebar-tags .block-content {
    margin-left: 0;
    padding-left: 0 !important;
    padding-right: 0;
}
.block-sidebar-tags .block-content:before,
.block-sidebar-tags .block-content:after {
    content: "";
    display: table;
}
.block-sidebar-tags .block-content:after {
    clear: both;
}
.block-sidebar-tags .block-content ul:before,
.block-sidebar-tags .block-content ul:after {
    content: "";
    display: table;
}
.block-sidebar-tags .block-content ul:after {
    clear: both;
}
.block-sidebar-tags .block-content li {
    float: left;
}
.catalog-view_op1 .block-sidebar-tags .block-content li {
    float: none;
    display: inline-block;
    vertical-align: bottom;
}
.block-sidebar-tags .block-content a {
    display: block;
    line-height: 31px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    padding: 0 13px;
    color: #888888;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 9px;
    float: left;
}
.block-sidebar-tags .block-content a:hover {
    color: #fca53c;
}
.catalog-view_op1_style2 .block-sidebar-tags .block-content a {
    line-height: 33px;
    font-size: 14px;
    font-style: italic;
    color: #333333;
    margin-right: 5px;
    margin-bottom: 5px;
}
.catalog-view_op1_style2 .block-sidebar-tags .block-content a:hover {
    color: #ff3366;
}
.catalog-view_op1:not(.catalog-view_op1_style2) .block-sidebar-tags .block-content a {
    color: #666666;
    margin-right: 22px;
    padding: 0;
    line-height: 1;
    border: none;
}
.catalog-view_op1:not(.catalog-view_op1_style2) .block-sidebar-tags .block-content a:hover {
    color: #ff3366;
}
.catalog-view_op1:not(.catalog-view_op1_style2) .block-sidebar-tags .block-content a.lv1 {
    font-size: 12px;
}
.catalog-view_op1:not(.catalog-view_op1_style2) .block-sidebar-tags .block-content a.lv2 {
    font-size: 16px;
}
.catalog-view_op1:not(.catalog-view_op1_style2) .block-sidebar-tags .block-content a.lv3 {
    font-size: 18px;
}
.catalog-view_op1:not(.catalog-view_op1_style2) .block-sidebar-tags .block-content a.lv4 {
    font-size: 20px;
}
.catalog-view_op1:not(.catalog-view_op1_style2) .block-sidebar-tags .block-content a.lv5 {
    font-size: 24px;
}
.block-sidebar-tags .block-content .view-all {
    color: #333333;
    text-transform: capitalize;
}
.block-sidebar-tags .block-content .view-all .fa {
    margin-left: 15px;
}
.catalog-view_op1 .block-sidebar-products .block-content {
    padding-left: 20px;
    padding-right: 20px;
}
.block-sidebar-products .product-item:not(.product-item-opt-2 ) .product-item-info {
    margin-bottom: 10px;
}
.block-sidebar-products .product-item:not(.product-item-opt-2 ) .product-item-info:before,
.block-sidebar-products .product-item:not(.product-item-opt-2 ) .product-item-info:after {
    content: "";
    display: table;
}
.block-sidebar-products .product-item:not(.product-item-opt-2 ) .product-item-info:after {
    clear: both;
}
.block-sidebar-products .product-item:not(.product-item-opt-2 ) .product-item-photo {
    float: left;
    margin-right: 10px;
    width: 110px;
}
.block-sidebar-products .product-item:not(.product-item-opt-2 ) .product-item-detail {
    overflow: hidden;
}
.block-sidebar-products .product-item:not(.product-item-opt-2 ) .product-item-name {
    font-size: 14px;
    color: #888888;
    font-weight: normal;
    display: block;
    margin-top: 53px;
    margin-bottom: 3px;
}
.block-sidebar-products .product-item:not(.product-item-opt-2 ) .product-item-name a {
    color: #888888;
}
.block-sidebar-products .product-item:not(.product-item-opt-2 ) .product-item-name a:hover {
    color: #fca53c;
}
.block-sidebar-products .product-item:not(.product-item-opt-2 ) .product-item-price {
    font-size: 16px;
    color: #333333;
}
.block-sidebar-products .product-item:not(.product-item-opt-2 ) .product-item-price .old-price {
    text-decoration: line-through;
    margin-left: 6px;
}
.block-sidebar-products .product-item-opt-2 {
    margin-bottom: 10px;
}
.block-sidebar-products .product-item-opt-2 .product-item-info:before,
.block-sidebar-products .product-item-opt-2 .product-item-info:after {
    content: "";
    display: table;
}
.block-sidebar-products .product-item-opt-2 .product-item-info:after {
    clear: both;
}
.block-sidebar-products .product-item-opt-2 .product-item-photo {
    padding: 0;
    width: 80px;
    margin-right: 10px;
    float: left;
}
.block-sidebar-products .product-item-opt-2 .product-item-detail {
    padding: 0;
    overflow: hidden;
}
.block-sidebar-products .product-item-opt-2 .product-item-name {
    white-space: normal;
    margin: 0;
}
.block-sidebar-products .product-item-opt-2 .product-item-price,
.block-sidebar-products .product-item-opt-2 .product-reviews-summary {
    float: none;
    width: 100%;
}
.block-sidebar-products .all-products {
    line-height: 29px;
    background-color: #fafafa;
    height: auto;
    border: 1px solid #e9e9e9;
    padding: 0 10px;
    color: #ff3366;
    font-size: 13px;
    text-transform: none;
}
.block-sidebar-products .all-products:hover {
    background-color: #ff3366;
    color: #fff;
    border-color: #fafafa;
}
.block-sidebar-products .owl-dots {
    text-align: center;
    margin-bottom: 4px;
}
.block-sidebar-products .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    background-color: #adadad;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px;
}
.block-sidebar-products .owl-dots .owl-dot.active {
    background-color: #ff3366;
}
.block-sidebar-products .owl-carousel .product-item {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 18px;
    padding-top: 4px;
}
.block-sidebar-products .owl-carousel .product-item:last-child {
    border-bottom: none;
}
.block-sidebar-products-opt2 .block-content {
    padding-left: 20px;
    padding-right: 20px;
}
.catalog-view_op1 .block-sidebar-products-opt2 .block-content {
    padding-left: 20px;
    padding-right: 20px;
}
.block-sidebar-products-opt2 .owl-dots {
    text-align: center;
    margin-bottom: 4px;
}
.block-sidebar-products-opt2 .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    background-color: #adadad;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px;
}
.block-sidebar-products-opt2 .owl-dots .owl-dot.active {
    background-color: #ff3366;
}
.block-sidebar-products-opt2 .product-item-opt-2 {
    margin-bottom: 15px;
}
.block-sidebar-products-opt2 .product-item-opt-2 .product-item-info {
    position: relative;
    padding-bottom: 40px;
}
.block-sidebar-products-opt2 .product-item-opt-2 .product-item-info .product-item-photo {
    position: static;
}
.block-sidebar-products-opt2 .product-item-opt-2 .product-item-info .btn-cart {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    height: 36px !important;
    line-height: 34px !important;
    background-color: #ff3366 !important;
    width: 130px;
    left: 50%;
    margin-left: -65px;
    right: auto;
    padding: 0;
}
.block-sidebar-products-opt2 .product-item-opt-2 .product-item-info .btn-cart:before {
    background-image: url(../images/icon/cart-catalog-op1.png);
    margin: 0;
}
.block-sidebar-products-opt2 .product-item-opt-2 .product-item-info .btn-cart:hover {
    background-color: #cc0033 !important;
}
.block-banner-sidebar .owl-carousel .owl-item img {
    width: 100%;
}
.block-banner-sidebar .owl-dots {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    text-align: center;
}
.block-banner-sidebar .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    background-color: #adadad;
    margin: 0 5px;
    display: inline-block;
    border-radius: 100%;
}
.block-banner-sidebar .owl-dots .owl-dot.active {
    width: 14px;
    height: 14px;
    background-color: #ff3366;
}
.block-sidebar-categorie .items a {
    color: #666666;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    line-height: 26px;
    margin-left: 17px;
    position: relative;
}
.block-sidebar-categorie .items a:hover {
    color: #ff3366;
}
.block-sidebar-categorie .items a:hover:before {
    color: #ff3366;
}
.block-sidebar-categorie .items a:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: -17px;
    color: #cccccc;
    font-size: 13px;
}
.block-sidebar-categorie .items li.active > ul,
.block-sidebar-categorie .items li:hover > ul {
    height: auto;
    display: block;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-sidebar-categorie .items > li > a:before {
    content: "\f105";
    font-size: 14px;
    font-weight: bold;
}
.block-sidebar-categorie .items > li:hover > a {
    color: #ff3366;
}
.block-sidebar-categorie .items > li:hover > a:before {
    color: #ff3366;
}
.block-sidebar-categorie .items > li ul {
    padding-left: 17px;
    display: none;
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-sidebar-categorie .items > li ul li {
    border-bottom: 1px dotted #eeeeee;
}
.block-sidebar-categorie .items > li ul li:last-child {
    border-bottom: none;
}
.block-sidebar-testimonials .item {
    margin-bottom: 10px;
}
.block-sidebar-testimonials .item .name {
    font-weight: normal;
    font-size: 14px;
    color: #000;
    margin: 0;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.block-sidebar-testimonials .item .avata {
    text-align: center;
    width: 108px;
    height: 108px;
    border-radius: 100%;
    overflow: hidden;
    border: 3px solid #eeeeee;
    display: block;
    margin: auto;
    margin-bottom: 5px;
}
.block-sidebar-testimonials .item .avata img {
    display: block;
}
.block-sidebar-testimonials .item .des {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}
.block-sidebar-testimonials .owl-dots {
    text-align: center;
    margin-bottom: 4px;
}
.block-sidebar-testimonials .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    background-color: #adadad;
    border-radius: 100%;
    display: inline-block;
    margin: 0 5px;
}
.block-sidebar-testimonials .owl-dots .owl-dot.active {
    background-color: #ff3366;
}
.block-sidebar-testimonials2 .block-content {
    background-color: #f6f6f6;
    text-align: center;
}
.catalog-view_op1_style2 .block-sidebar-testimonials2 .block-content {
    padding-bottom: 15px ;
}
.block-sidebar-testimonials2 .block-content .item {
    padding-bottom: 5px;
}
.block-sidebar-testimonials2 .block-content .img {
    margin-bottom: 10px;
}
.block-sidebar-testimonials2 .block-content .img img {
    margin: auto;
}
.block-sidebar-testimonials2 .block-content .title {
    color: #ff3366;
    font-size: 16px;
    font-family: Arial;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 15px;
}
.block-sidebar-testimonials2 .block-content .des {
    font-size: 14px;
    color: #666666;
    font-family: Arial;
    margin-bottom: 12px;
}
.block-sidebar-testimonials2 .block-content .btn {
    line-height: 29px;
    height: auto;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    padding: 0 9px;
    color: #333333;
    font-family: Arial;
    text-transform: none;
}
.block-sidebar-testimonials2 .block-content .btn:hover {
    background-color: #ff3366;
    color: #fff;
}
/*==========================================================

	6. FOOTER

==========================================================*/
.block-newletter {
    margin-bottom: 25px;
}
.block-newletter .block-title {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 55px;
    line-height: 1.1;
    overflow: hidden;
}
.block-newletter .form-control {
    height: 52px;
    border: 1px solid #aaaaaa;
    padding-left: 14px;
    font-size: 14px;
    color: #aaaaaa;
}
.block-newletter .form-control::-moz-placeholder {
    color: #aaaaaa;
    opacity: 1;
}
.block-newletter .form-control:-ms-input-placeholder {
    color: #aaaaaa;
}
.block-newletter .form-control::-webkit-input-placeholder {
    color: #aaaaaa;
}
.block-newletter .btn-subcribe {
    z-index: 20;
    padding: 0 15px;
    height: 52px;
    background-color: #3e3e3e;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}
.block-newletter .btn-subcribe:before {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 22;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-newletter .btn-subcribe:hover:before {
    width: 100%;
    opacity: 1;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.site-footer {
    background-color: #fff;
    padding-top: 80px;
}
.site-footer .footer-column {
    padding-bottom: 62px;
}
.site-footer .footer-column .logo-footer {
    margin-bottom: 35px;
    display: block;
}
.site-footer .footer-column .address,
.footer-opt-1 .address{
    font-size: 14px;
    color: #888888;
    margin-bottom: 42px;
}
.site-footer .footer-column .address td,
.footer-opt-1 .address td{
    padding-bottom: 8px;
    vertical-align: top;
}
.site-footer .footer-column .address b,
.footer-opt-1 .address b{
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    padding-right: 15px;
}
.site-footer .footer-column .links {
    font-size: 14px;
}
.site-footer .footer-column .links h3.title {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 55px;
}
.site-footer .footer-column .links a {
    color: #888888;
}
.site-footer .footer-column .links a:hover {
    color: #333;
}
.site-footer .footer-column .links li {
    margin-bottom: 7px;
}
.site-footer .footer-column .block-social .block-title {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 25px;
}
.site-footer .footer-column .block-social .block-content:before,
.site-footer .footer-column .block-social .block-content:after {
    content: "";
    display: table;
}
.site-footer .footer-column .block-social .block-content:after {
    clear: both;
}
.site-footer .footer-column .block-social .block-content a {
    width: 32px;
    line-height: 30px;
    border: 1px solid #aaaaaa;
    border-radius: 100%;
    text-align: center;
    color: #333333;
    font-size: 16px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: block;
    float: left;
    margin-right: 7px;
    margin-bottom: 5px;
}
.site-footer .footer-column .block-social .block-content a:last-child {
    margin-right: 0;
}
.site-footer .footer-column .block-social .block-content a:hover {
    color: #fff;
    background-color: #fca53c;
    border-color: #fca53c;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.site-footer .footer-bottom {
    border-top: 1px solid #e4e4e4;
    padding-bottom: 40px;
    padding-top: 32px;
}
.site-footer .footer-bottom .links {
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
}
.site-footer .footer-bottom .links ul {
    margin-bottom: 5px;
}
.site-footer .footer-bottom .links li {
    display: inline-block;
}
.site-footer .footer-bottom .links li:last-child a:after {
    content: none;
}
.site-footer .footer-bottom .links a {
    color: #333;
    display: block;
    line-height: 24px;
    position: relative;
    padding-right: 9px;
    padding-left: 6px;
}
.site-footer .footer-bottom .links a:after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #333;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 0;
}
.site-footer .footer-bottom .links a:hover {
    color: #fca53c;
}
.site-footer .payment {
    margin-bottom: 20px;
}
.site-footer .payment img {
    margin-right: 6px;
    cursor: pointer;
}
.site-footer .copyright {
    font-size: 14px;
    color: #333333;
    padding-bottom: 40px;
    text-align: center;
}
.site-footer .footer-tag {
    margin-bottom: 30px;
}
.site-footer .footer-tag .title {
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}
.site-footer .footer-tag li {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    margin-bottom: 5px;
    margin-right: 6px;
}
.site-footer .footer-tag li:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 0;
    width: 1px;
    height: 14px;
    background-color: #666666;
}
.site-footer .footer-tag li:last-child:after {
    content: none;
}
.site-footer .footer-tag a {
    font-size: 14px;
    color: #666666;
}
.site-footer .footer-tag a:hover {
    color: #333;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .site-footer:not(.footer-opt-6) .footer-column .block-newletter .input-group {
        display: block;
    }
    .site-footer:not(.footer-opt-6) .footer-column .block-newletter .form-control {
        margin-bottom: 5px;
    }
}
@media (max-width: 991px) {
    .site-footer:not(.footer-opt-6) .footer-column .col-sm-6:nth-child(2n+1) {
        clear: both;
    }
}
.back-to-top {
    display: block;
    border: 2px solid #fca53c;
    padding: 3px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    float: right;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
    top: auto !important;
}
.back-to-top .fa {
    line-height: 36px;
    width: 36px;
    border-radius: 100%;
    background-color: #fca53c;
    font-size: 22px;
    color: #fff;
}
.back-to-top:hover {
    color: #fff;
    background-color: #fca53c;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer-opt-2 {
    padding-top: 50px;
}
.footer-opt-2 .footer-column .block-social .block-content a:hover,
.footer-opt-2 .footer-column .block-social .block-content a:focus {
    background-color: #0164c9;
    border-color: #0164c9;
}
.footer-opt-2 .copyright {
    text-align: left;
}
.footer-opt-3 .footer-column .block-social .block-content a:hover,
.footer-opt-3 .footer-column .block-social .block-content a:focus {
    background-color: #e5343e;
    border-color: #e5343e;
}
.footer-opt-3 .copyright {
    text-align: left;
    float: left;
    padding-bottom: 20px;
    line-height: 30px;
}
.footer-opt-3 .payment {
    float: right;
}
.footer-opt-3 .footer-bottom {
    padding-bottom: 50px;
}
.footer-opt-3 .footer-bottom .links a:hover,
.footer-opt-3 .footer-bottom .links a:focus {
    color: #e5343e;
}
.footer-opt-4 .copyright {
    text-align: left;
    color: #666;
}
.footer-opt-4 .footer-column {
    padding-bottom: 32px;
}
.footer-opt-4 .footer-column .block-social .block-content a:hover,
.footer-opt-4 .footer-column .block-social .block-content a:focus {
    background-color: #486393;
    border-color: #486393;
}
.footer-opt-4 .footer-column .links h3.title {
    margin-bottom: 35px;
}
.footer-opt-4 .block-newletter .block-title {
    margin-bottom: 40px;
}
.footer-opt-5 .copyright {
    float: left;
}
.footer-opt-5 .payment {
    float: right;
}
.footer-opt-5 .footer-column {
    padding-bottom: 28px;
}
.footer-opt-5 .footer-column .block-social .block-content a:hover,
.footer-opt-5 .footer-column .block-social .block-content a:focus {
    background-color: #3266cc;
    border-color: #3266cc;
}
.footer-opt-5 .footer-column .links h3.title {
    margin-bottom: 35px;
}
.footer-opt-5 .block-newletter {
    margin-bottom: 33px;
}
.footer-opt-5 .block-newletter .block-title {
    margin-bottom: 38px;
}
.footer-opt-5 .footer-bottom {
    padding-top: 40px;
    padding-bottom: 48px;
}
.footer-opt-5 .copyright {
    padding-bottom: 30px;
}
.footer-opt-5 .footer-bottom .links a:hover {
    color: #3266cc;
}
.footer-opt-6 {
    background-color: #eeeeee;
    padding-top: 24px;
}
.footer-opt-6 .footer-column {
    padding-bottom: 0;
}
@media (max-width: 991px) {
    .footer-opt-6 .footer-column .col:nth-child(3n+1) {
        clear: both;
    }
}
.site-footer.footer-opt-6 .footer-column .links,
.site-footer.footer-opt-6 .widget{
    margin-bottom: 15px;
}
.site-footer.footer-opt-6 .footer-column .links h3.title ,
.site-footer.footer-opt-6 h2.widgettitle{
    margin-bottom: 15px;
}

.footer-opt-6 .footer-column .links li ,
.footer-opt-6 .widget_nav_menu li{
    list-style: disc;
    list-style-position: outside;
    font-size: 10px;
}
.footer-opt-6 .footer-column .links li a,
.footer-opt-6 .widget_nav_menu li a{
    font-size: 14px;
    color: #666666;
}
.footer-opt-6 .widget_nav_menu li a:before{
    content: '';
    width: 4px;
    height: 4px;
    background-color: #666;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 100%;
}
.footer-opt-6 .footer-column .logo-footer {
    margin-bottom: 10px;
}
.footer-opt-6 .address {
    color: #333333;
    margin-bottom: 28px;
}
.footer-opt-6 .address b {
    font-size: 14px;
}
.footer-opt-6  .block-social{
    overflow: hidden;
    margin-bottom: 20px;
}
.footer-opt-6  .block-social .block-title {
    margin-bottom: 10px;
}
.site-footer.footer-opt-6  .block-social .block-content a {
    width: 32px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    border-radius: 0;
    border: none;
    color: #fff;
    background-color: #415a99;
}
.site-footer.footer-opt-6  .block-social .block-content .sh-pinterest {
    background-color: #cb222a;
}
.site-footer.footer-opt-6 .block-social .block-content .sh-vk {
    background-color: #5b7fa6;
}
.site-footer.footer-opt-6 .block-social .block-content .sh-twitter {
    background-color: #00caff;
}
.site-footer.footer-opt-6 .block-social .block-content .sh-google {
    background-color: #da4735;
}
.site-footer.footer-opt-6  .block-social .block-content .twitter{
    background-color: #00caff;
}
.site-footer.footer-opt-6  .block-social .block-content .pinterest{
    background-color: #cb222a;
}
.site-footer.footer-opt-6  .block-social .block-content .dribbble{
    background-color: #F26798;
}
.site-footer.footer-opt-6  .block-social .block-content .vimeo{
    background-color: #1AB7EA;
}
.site-footer.footer-opt-6  .block-social .block-content .tumblr{
    background-color: #36465c;
}

.footer-opt-6 .block-newletter {
    margin-bottom: 20px;
    max-width: 270px;
}
.footer-opt-6 .block-newletter .block-title {
    margin-bottom: 19px;
}
.footer-opt-6 .block-newletter .btn-subcribe {
    color: #fff;
    height: 30px;
}
.footer-opt-6 .block-newletter .form-control {
    height: 30px;
    font-size: 13px;
    color: #999999;
    text-align: center;
    padding: 0 6px;
    border: none;
    min-height: 1px;
}
.footer-opt-6 .block-newletter .form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
.footer-opt-6 .block-newletter .form-control:-ms-input-placeholder {
    color: #999999;
}
.footer-opt-6 .block-newletter .form-control::-webkit-input-placeholder {
    color: #999999;
}
.footer-opt-6 .payment-methods {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0;
}
.footer-opt-6 .payment-methods:before,
.footer-opt-6 .payment-methods:after {
    content: "";
    display: table;
}
.footer-opt-6 .payment-methods:after {
    clear: both;
}
.footer-opt-6 .payment-methods .block-title {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    width: 220px;
    float: left;
    line-height: 46px;
}
.footer-opt-6 .payment-methods .block-content {
    overflow: hidden;
}
.footer-opt-6 .payment-methods .kt_banner_child{
    list-style: none;
    display: inline-block;
}
.footer-opt-6 .payment-methods .block-content .owl-carousel img {
    width: auto;
    height: 46px;
}
@media (max-width: 767px) {
    .footer-opt-6 .payment-methods .block-title,
    .footer-opt-6 .payment-methods .block-content {
        float: none;
        display: block;
        width: 100%;
    }
}
.footer-opt-6 .footer-links {
    padding: 26px 0 26px;
}
.footer-opt-6 .footer-links .title {
    font-weight: bold;
    color: #333333;
    font-size: 13px;
    text-transform: uppercase;
}
.footer-opt-6 .footer-links .links {
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 3px;
}
.footer-opt-6 .footer-links .links:before,
.footer-opt-6 .footer-links .links:after {
    content: "";
    display: table;
}
.footer-opt-6 .footer-links .links:after {
    clear: both;
}
.footer-opt-6 .footer-links .links li {
    display: inline-block;
}
.footer-opt-6 .footer-links .links li:last-child a:after {
    content: none;
}
.footer-opt-6 .footer-links .links a {
    color: #666666;
    display: block;
    line-height: 24px;
    position: relative;
    padding-right: 9px;
    padding-left: 6px;
}
.footer-opt-6 .footer-links .links a:after {
    content: "";
    width: 1px;
    height: 12px;
    background-color: #666666;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 0;
}

.footer-opt-6 .footer-bottom {
    padding-top: 10px;
    padding-bottom: 3px;
}
.footer-opt-6 .footer-bottom .links {
    font-size: 13px;
}
.footer-opt-6 .footer-bottom .links ul {
    margin-bottom: 0;
}
.footer-opt-6 .footer-bottom .links a {
    color: #0066cc;
}
.footer-opt-6 .footer-bottom .links a:after {
    background-color: #0066cc;
    height: 13px;
    margin-top: -6px;
}
.footer-opt-6 .copyright {
    padding-bottom: 18px;
    font-size: 13px;
}
.footer-opt-7 {
    padding-top: 40px;
}
.footer-opt-7 .footer-column {
    padding-bottom: 25px;
}
.footer-opt-7 .footer-bottom {
    padding-bottom: 25px;
}


.footer-opt-8 {
    padding-top: 45px;
}

.footer-opt-8  h2.widgettitle {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
}
.footer-opt-8 .links a,
.footer-opt-8 .widget_archive li a, .widget_categories li a,
.footer-opt-8 .widget_pages li a,
.footer-opt-8 .widget_meta li a,
.footer-opt-8 .widget_recent_comments li a,
.footer-opt-8 .widget_recent_entries li a,
.footer-opt-8 .widget_nav_menu li a,
.footer-opt-8 .widget_layered_nav li a{
    color: #666;
}
.footer-opt-8 .block-social {
    margin-bottom: 42px;
}

.footer-opt-8 .block-social .block-title {
    line-height: 1.1;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer-opt-8  .block-social a {
    color: #999999;
    border-color: #999999;
    margin-right: 19px;
}

.footer-opt-8 .block-social a:last-child {
    margin-right: 0;
}
.footer-opt-8 .block-newletter {
    max-width: 370px;
}

.footer-opt-8 .block-newletter .input-group {
    display: table;
}
.footer-opt-8 .block-newletter .block-title {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 18px;
}
.footer-opt-8 .block-newletter .form-control {
    height: 40px;
    margin: 0;
}
.footer-opt-8 .block-newletter .btn-subcribe {
    height: 40px;
}
.footer-opt-8 .footer-bottom {
    padding-bottom: 17px;
}
.footer-opt-8 .footer-bottom .links ul {
    margin-bottom: 0;
}
.footer-opt-8 .footer-bottom .links a {
    color: #999999;
    font-size: 13px;
}
.footer-opt-8 .footer-bottom .links a:after {
    background-color: #999;
    height: 12px;
    margin-top: -6px;
}
.footer-opt-8 .copyright {
    font-size: 13px;
}
.footer-opt-8 .payment-methods {
    text-align: center;
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
}
.footer-opt-8 .payment-methods li,
.footer-opt-8 .payment-methods .kt_banner_child{
    list-style: none;
    display: inline-block;
}
.footer-opt-9 {
    padding-top: 0px;
}
.footer-opt-9 .line {
    display: block;
    border-top: 1px solid #dfdfdf;
    margin-bottom: 26px;
}
.footer-opt-9 .about {
    font-size: 14px;
    color: #888888;
    line-height: 20px;
    margin-bottom: 35px;
}
.footer-opt-9 .about h3.title {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    margin: 0 0 15px;
}
.footer-opt-9 .block-newletter {
    margin-bottom: 15px;
    max-width: 303px;
}

.footer-opt-9 .block-newletter .form-control {
    height: 36px;
    min-height: 36px;
}
.footer-opt-9 .block-newletter .btn-subcribe {
    height: 36px;
    font-size: 14px;
    font-weight: 600;
}
.footer-opt-9 .address {
    margin-bottom: 0;
    max-width: 303px;
}
.footer-opt-9 .address td {
    margin-bottom: 0;
    padding-bottom: 0;
}
.footer-opt-9  .address b {
    font-size: 14px;
}
.footer-opt-9 .widget h2.widgettitle{
    margin: 15px 0 13px;
    font-size: 14px;
}

.footer-opt-9 .footer-tag {
    border-top: 1px solid #dfdfdf;
    padding-top: 23px;
    margin-bottom: 35px;
}
.footer-opt-9 .footer-tag .title {
    margin-bottom: 12px;
}
.footer-opt-9 .copyright {
    float: left;
    padding-bottom: 30px;
    line-height: 30px;
}
.footer-opt-9 .payment {
    float: right;
}
/*==========================================================

	7. Blog

==========================================================*/
.post-grid .post-items {
    margin-bottom: 34px;
}
.post-list .post-items {
    margin-bottom: 25px;
}
.post-grid .post-items .post-item {
    margin-bottom: 30px;
    width: 50%;
    float: left;
}
.post-grid .post-items .post-item:nth-child(2n+1) {
    clear: both;
}
@media (max-width: 360px) {
    .post-grid .post-items .post-item {
        width: 100%;
    }
}
.post-list .post-items .post-item {
    margin-bottom: 30px;
}
.post-list .post-items .post-item .post-item-info {
    border: 1px solid #f0f0f0;
}
.post-list .post-items .post-item .post-item-info:before,
.post-list .post-items .post-item .post-item-info:after {
    content: "";
    display: table;
}
.post-list .post-items .post-item .post-item-info:after {
    clear: both;
}
.post-list .post-items .post-item .post-item-photo {
    width: 48%;
    float: left;
    margin: 0;
}
@media (max-width: 479px) {
    .post-list .post-items .post-item .post-item-photo {
        width: 100%;
        float: none;
    }
}
.post-list .post-items .post-item .post-item-detail {
    overflow: hidden;
    padding-left: 35px;
    padding-right: 15px;
    padding-bottom: 10px;
}
.post-list .post-items .post-item .post-item-name {
    font-size: 16px;
    margin-top: 30px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
@media (max-width: 1199px) {
    .post-list .post-items .post-item .post-item-name {
        margin-top: 5px;
    }
}
.post-items .post-item .post-item-des {
    font-size: 13px;
    color: #888888;
    margin: 22px 0 25px;
    line-height: 20px;
    max-height: 61px;
    overflow: hidden;
}
.post-items .post-item .post-item-actions {
    margin-top: 15px;
}
.post-items .post-item .post-item-actions .btn {
    color: #666666;
    font-size: 13px;
    display: inline-block;
    line-height: 36px;
    padding: 0 22px;
    text-transform: none;
    background-color: #f2f2f2;
    text-align: center;
    border-radius: 100px;
}
.post-items .post-item .post-item-actions .btn:hover {
    background-color: #fca53c;
    color: #fff;
}
.post-items .post-item .post-item-photo {
    display: block;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}
.post-items .post-item .post-item-photo a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(225, 165, 60, 0.5);
    opacity: 0;
    display: block;
    z-index: 5;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.post-items .post-item .post-item-photo:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.post-items .post-item .post-item-photo:hover a:before {
    opacity: 1;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.post-items .post-item .post-item-photo img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.post-items .post-item .post-item-name {
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    display: block;
    margin-bottom: 6px;
}
.post-items .post-item .post-item-name a {
    color: #333333;
}
.post-items .post-item .post-item-name a:hover {
    color: #fca53c;
}
.post-items .post-item .post-item-athur {
    color: #aaaaaa;
    font-size: 11px;
    display: block;
}
.cms-blog .pagination {
    margin-bottom: 70px;
}
.sidebar-blog .block {
    margin-bottom: 30px;
}
.sidebar-blog .block .block-title {
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    display: block;
    border-bottom: 1px solid #dfdfdf;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding-bottom: 5px;
}
.sidebar-blog .block-categori-blog .block-title {
    margin-bottom: 26px;
}
.sidebar-blog .block-categori-blog li {
    font-size: 14px;
    color: #666666;
    display: block;
    border-bottom: 1px solid #f3f3f3;
    text-transform: capitalize;
    padding: 10px 0;
}
.sidebar-blog .block-categori-blog li:last-child {
    border-bottom: none;
}
.sidebar-blog .block-categori-blog li:before,
.sidebar-blog .block-categori-blog li:after {
    content: "";
    display: table;
}
.sidebar-blog .block-categori-blog li:after {
    clear: both;
}
.sidebar-blog .block-categori-blog li a {
    color: #666666;
    display: block;
}
.sidebar-blog .block-categori-blog li a:hover {
    color: #fca53c;
}
.sidebar-blog .block-categori-blog li a:hover .count {
    color: #fca53c;
}
.sidebar-blog .block-categori-blog li .count {
    float: right;
    font-style: italic;
    color: #aaa;
    margin-left: 5px;
}
.block-recent-post li {
    margin-bottom: 20px;
}
.block-recent-post li:hover .item-photo img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-recent-post .item-photo {
    float: left;
    width: 32.6%;
    max-width: 90px;
    margin-right: 15px;
    display: block;
    overflow: hidden;
}
.block-recent-post .item-photo img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-recent-post .item-detail {
    overflow: hidden;
    color: #aaaaaa;
    font-size: 10px;
}
.block-recent-post .item-name {
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}
.block-tag-blog .block-content a {
    display: inline-block;
    line-height: 34px;
    border: 1px solid #eeeeee;
    text-align: center;
    padding: 0 23px;
    color: #666666;
    font-size: 12px;
    font-style: italic;
    font-family: "Merriweather";
    margin-bottom: 5px;
    margin-right: 1px;
}

.post-detail .post-item-info .post-item-photo {
    display: block;
}
.post-detail .post-item-info .post-item-photo img {
    width: 100%;
    display: block;
}
.post-detail .post-item-info .post-item-name {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    margin: 24px 0 15px;
    display: block;
}
.post-detail .post-item-info .post-item-athur {
    font-size: 12px;
    color: #aaaaaa;
    margin-bottom: 18px;
}
.post-detail .post-item-info .post-item-des {
    color: #666666;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.post-detail .post-item-info .post-item-des ul,
.post-detail .post-item-info .post-item-des ol{
    padding-left: 18px;
}
.post-detail .post-item-info .post-item-des:before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #eaeaea;
    position: absolute;
    bottom: 0;
    left: 0;
}
.post-detail .post-item-info .post-item-des blockquote {
    font-size: 14px;
    color: #333333;
    font-family: "Merriweather";
    border-left: 3px solid #e9c77b;
    padding-left: 29px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.post-detail .post-item-info .post-item-tag {
    font-size: 13px;
    color: #888888;
    float: left;
    line-height: 28px;
    margin-bottom: 23px;
}
.post-detail .post-item-info .post-item-tag a {
    color: #888888;
    line-height: 28px;
}
.post-detail .post-item-info .post-item-tag a:hover {
    color: #fca53c;
}
.post-detail .post-item-info .post-item-tag label {
    font-size: 13px;
    text-transform: uppercase;
    color: #333;
    padding: 0;
    font-weight: normal;
    margin-right: 3px;
    line-height: 28px;
}
.post-detail .post-item-info .post-item-share {
    font-size: 18px;
    color: #333;
    float: right;
    line-height: 28px;
    margin-bottom: 23px;
}
.post-detail .post-item-info .post-item-share a {
    color: #333;
    margin-left: 5px;
    line-height: 28px;
}
.post-detail .post-item-info .post-item-share a:hover {
    color: #fca53c;
}
.post-detail .post-item-info .post-item-share label {
    font-size: 13px;
    text-transform: none;
    color: #666666;
    padding: 0;
    font-weight: normal;
    margin-right: 3px;
    font-family: "Merriweather";
    font-style: italic;
    line-height: 28px;
}
.post-detail .post-arthur {
    background-color: #f2ddb0;
    margin-bottom: 25px;
    padding: 27px 35px  33px 53px;
}
.post-detail .post-arthur:before,
.post-detail .post-arthur:after {
    content: "";
    display: table;
}
.post-detail .post-arthur:after {
    clear: both;
}
@media (max-width: 479px) {
    .post-detail .post-arthur {
        padding: 25px 20px;
    }
}
.post-detail .post-arthur .avata {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
    float: left;
}
.post-detail .post-arthur .avata img {
    display: block;
}
.post-detail .post-arthur .des {
    overflow: hidden;
    font-size: 12px;
    color: #555555;
    font-family: "Merriweather";
    font-style: italic;
    padding-top: 20px;
}
.post-detail .post-arthur .des .name {
    font-size: 13px;
    color: #333;
    font-weight: 600;
    display: block;
    font-family: "Open Sans";
    font-style: normal;
    margin-bottom: 8px;
}
.block-comment-blog .list-commnet {
    margin-bottom: 35px;
}
.list-commnet .comment{
    list-style: none;
}
.block-comment-blog .list-commnet .block-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 25px;
}
.block-comment-blog .list-commnet .block-title:before,
.block-comment-blog .list-commnet .block-title:after {
    content: "";
    display: table;
}
.block-comment-blog .list-commnet .block-title:after {
    clear: both;
}
li.pingback{
    list-style: none;
}
.block-comment-blog .list-commnet .block-title .leaver-comment {
    float: right;
    font-size: 12px;
    color: #888888;
    font-family: "Merriweather";
    font-style: italic;
    font-weight: normal;
}
.block-comment-blog .list-commnet .item {
    border: 1px solid #ececec;
    padding: 22px 29px 28px;
    margin-bottom: 10px;
}
.block-comment-blog .list-commnet .item .user {
    font-size: 14px;
    color: #222222;
    font-weight: 600;
    margin-right: 25px;
}
.block-comment-blog .list-commnet .item .date {
    color: #aaaaaa;
    font-size: 13px;
}
.block-comment-blog .list-commnet .item .des {
    font-size: 12px;
    font-family: "Merriweather";
    font-style: italic;
    margin-top: 12px;
    margin-bottom: 15px;
    color: #666666;
}
.block-comment-blog .list-commnet .item .actions {
    text-align: right;
    font-size: 12px;
    color: #333333;
    font-family: "Merriweather";
    font-style: italic;
    margin-top: 45px;
}
.block-comment-blog .list-commnet .item .actions .fa {
    color: #8b8b8b;
    font-size: 11px;
    margin-left: 5px;
}
.block-comment-blog .list-commnet .item .actions .reply:hover {
    color: #fca53c;
}
.block-comment-blog .list-commnet .item .actions .reply:hover .fa {
    color: #fca53c;
}
.block-comment-blog .block-leave-reply {
    margin-bottom: 70px;
}
.block-comment-blog .block-leave-reply .block-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}
.block-comment-blog .block-leave-reply .form-group {
    margin-bottom: 10px;
}
.block-comment-blog .block-leave-reply .form-control {
    height: 40px;
    padding-left: 10px;
    font-size: 13px;
    color: #888888;
    max-width: 295px;
}
.block-comment-blog .block-leave-reply .form-control::-moz-placeholder {
    color: #888888;
    opacity: 1;
}
.block-comment-blog .block-leave-reply .form-control:-ms-input-placeholder {
    color: #888888;
}
.block-comment-blog .block-leave-reply .form-control::-webkit-input-placeholder {
    color: #888888;
}
.block-comment-blog .block-leave-reply textarea,
.block-comment-blog .block-leave-reply textarea.form-control {
    height: 190px;
    max-width: 510px;
}
.block-comment-blog .block-leave-reply .btn {
    height: 40px;
    border-radius: 100px;
    padding: 0 20px;
    font-size: 12px;
    margin-top: 10px;
}
/*==========================================================

	8. SHOP

==========================================================*/
.product-reviews-summary .rating-result {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.product-reviews-summary .rating-result,
.product-reviews-summary .rating-result > span {
    color: #ccc;
    white-space: nowrap;
    font-size: 0;
}
.product-reviews-summary .rating-result:before,
.product-reviews-summary .rating-result > span:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    font-family: "FontAwesome";
    font-size: 12px;
    letter-spacing: 1.5px;
}
.product-reviews-summary .rating-result > span {
    color: #ff9900;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    font-size: 0;
}
.product-reviews-summary .rating-result > span span {
    display: none;
}
.product-item-opt-1 {
    padding: 10px 22px;
    position: relative;
    z-index: 10;
    background-color: #fff;
}
.product-item-opt-1:hover .product-item-actions .btn,
.product-item-opt-1:hover .product-item-actions .btn-wishlist,
.product-item-opt-1:hover .product-item-actions .compare,
.product-item-opt-1:hover .product-item-actions .btn-cart,
.product-item-opt-1:hover .product-item-actions > a.added_to_cart,
.product-item-opt-1:hover .product-item-actions .yith-wcwl-add-to-wishlist a,
.product-item-opt-1:hover .product-item-actions  .yith-wcqv-button{
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 0.45s;
    animation-duration: 0.45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.product-item-opt-1 .product-item-info .product-item-photo img{
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-1 .product-item-info:hover .product-item-photo img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-1 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.product-item-opt-1 .product-item-img img {
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-1 .product-item-name {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    display: block;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-item-opt-1 .product-item-name a {
    color: #333333;
}

.product-item-opt-1 .product-item-price {
    font-size: 18px;
    color: #fca53c;
    margin-bottom: 2px;
}

.product-item-opt-1 .product-item-price del {
    color: #666;
    text-decoration: line-through;
    font-size: 14px;
}
.product-item-opt-1 .product-item-actions {
    position: absolute;
    z-index: 30;
    right: 10px;
    top: 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    max-width: 30px;
}
.product-item-opt-1 .product-item-actions .btn-wishlist,
.product-item-opt-1 .product-item-actions .compare,
.product-item-opt-1 .product-item-actions .btn-cart,
.product-item-opt-1 .product-item-actions .yith-wcwl-add-to-wishlist a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    background-color: #aaaaaa;
    color: #333;
    margin-bottom: 10px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: 0.45s;
    animation-duration: 0.45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    font-size: 0;
    float: left;
    border-radius: 0;
    margin-top: 0;
    text-align: center;
    line-height: 30px;
}
.product-item-opt-1 .yith-wcqv-button{
    position: absolute;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index9/quickview.png);
    top: 50%;
    margin-top: -26px;
    left: 50%;
    margin-left: -26px;
    padding: 0;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    font-size: 0;
}
.product-item-opt-1:hover .yith-wcqv-button{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
    visibility: visible;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.product-item-opt-1 .product-item-actions > a.added_to_cart{
    font-size: 0;
}
.product-item-opt-1 .product-item-actions > a.added_to_cart:before{
    font-family: FontAwesome;
    content: "\f00c";
    display: inline-block;
    font-size: 14px;
}

.product-item-opt-1 .product-item-actions .btn-wishlist {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.product-item-opt-1 .product-item-actions .compare {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.product-item-opt-1 .product-item-actions .btn-cart {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.product-item-opt-1 .product-item-actions .btn:nth-child(4) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.product-item-opt-1 .product-item-actions .btn span {
    display: none;
}
.product-item-opt-1 .product-item-actions .btn:hover,
.product-item-opt-1 .product-item-actions .btn-wishlist:hover,
.product-item-opt-1 .product-item-actions .compare:hover {
    color: #fff;
}
.product-item-opt-1 .product-item-actions .btn-wishlist,
.product-item-opt-1 .product-item-actions .yith-wcwl-add-to-wishlist a{
    background-image: url(../images/icon/index1/btn-wishlist.png);
}
.product-item-opt-1 .product-item-actions .btn-wishlist:hover,
.product-item-opt-1 .product-item-actions .yith-wcwl-add-to-wishlist a:hover{
    background-image: url(../images/icon/index1/btn-wishlist-hover.png);
}
.product-item-opt-1 .product-item-actions .btn-compare ,
.product-item-opt-1 .product-item-actions a.compare{
    background-image: url(../images/icon/index1/btn-compare.png);
}
.product-item-opt-1 .product-item-actions .btn-compare:hover,
.product-item-opt-1 .product-item-actions a.compare:hover {
    background-image: url(../images/icon/index1/btn-compare-hover.png);
}
.product-item-opt-1 .product-item-actions .btn-cart {
    background-image: url(../images/icon/index1/btn-cart.png);
}
.product-item-opt-1 .product-item-actions .btn-cart:hover {
    background-image: url(../images/icon/index1/btn-cart-hover.png);
}

.product-item-opt-1 .product-item-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
.product-item-opt-1 .product-item-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a{
    background-image: none;
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.product-item-opt-1 .product-item-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product-item-opt-1 .product-item-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before{
    font-family: FontAwesome;
    content: "\f00c";
    display: inline-block;
    font-size: 14px;
}
.product-item-opt-1 .product-item-actions .btn-cart.product_type_variable,
.product-item-opt-1 .product-item-actions .btn-cart.product_type_variable:hover,
.product-item-opt-1 .product-item-actions .btn-cart.product_type_external,
.product-item-opt-1 .product-item-actions .btn-cart.product_type_external:hover,

.product-item-opt-1 .product-item-actions .btn-cart.product_type_grouped,
.product-item-opt-1 .product-item-actions .btn-cart.product_type_grouped:hover
{
    background-image: none;
}
.product-item-opt-1 .product-item-actions .btn-cart.product_type_variable:before,
.product-item-opt-1 .product-item-actions .btn-cart.product_type_external:before,
.product-item-opt-1 .product-item-actions .btn-cart.product_type_grouped:before{
    font-family: FontAwesome;
    content: "\f0c1";
    display: inline-block;
    font-size: 16px;
}

.product-item-opt-0 .product-item-info {
    padding: 10px 22px 5px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    position: relative;
}
.product-item-opt-0 .product-item-info:hover .product-item-photo img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-0 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.product-item-opt-0 .product-item-img img {
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-0 .product-item-name {
    font-size: 14px;
    font-weight: normal;
    color: #888888;
    display: block;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
}
.product-item-opt-0 .product-item-name a {
    color: #888888;
}
.product-item-opt-0 .product-item-name a:hover {
    color: #fca53c;
}
.product-item-opt-0 .product-item-price {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}
.product-item-opt-0 .product-item-price .old-price {
    color: #666;
    text-decoration: line-through;
}
.product-item-opt-0 .product-item-actions:before,
.product-item-opt-0 .product-item-actions:after {
    content: "";
    display: table;
}
.product-item-opt-0 .product-item-actions:after {
    clear: both;
}
.product-item-opt-0 .product-item-actions .btn {
    width: 35px;
    height: 35px;
    line-height: 33px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    border: 1px solid #dfdfdf;
    float: left;
    margin-right: 5px;
}
.product-item-opt-0 .product-item-actions .btn:last-child {
    margin-right: 0;
}
.product-item-opt-0 .product-item-actions .btn span {
    display: none;
}
.product-item-opt-0 .product-item-actions .btn:hover {
    color: #fff;
    background-color: #fca53c;
    border-color: #fca53c;
}
.product-item-opt-0 .product-item-actions .btn-wishlist {
    background-image: url(../images/icon/index1/btn-wishlist.png);
}
.product-item-opt-0 .product-item-actions .btn-wishlist:hover {
    background-image: url(../images/icon/index1/btn-wishlist-hover.png);
}
.product-item-opt-0 .product-item-actions .btn-compare {
    background-image: url(../images/icon/index1/btn-compare.png);
}
.product-item-opt-0 .product-item-actions .btn-compare:hover {
    background-image: url(../images/icon/index1/btn-compare-hover.png);
}
.product-item-opt-0 .product-item-actions .btn-cart {
    padding-left: 40px;
    background-position: center left 12px;
    background-position-x: 1%;
    background-position-y: 50%;
    width: auto;
    padding-right: 10px;
    background-image: url(../images/icon/index1/btn-cart.png);
}
.product-item-opt-0 .product-item-actions .btn-cart span {
    display: block;
}
.product-item-opt-0 .product-item-actions .btn-cart:hover {
    background-image: url(../images/icon/index1/btn-cart-hover.png);
}
.product-item-opt-0 .product-item-review .action {
    font-size: 13px;
    color: #888888;
    line-height: 34px;
}
.product-item-opt-0 .product-item-review .action:hover {
    color: #fca53c;
}
.product-item-opt-0 .product-item-des {
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    margin-bottom: 26px;
    overflow: hidden;
    max-height: 73px;
}
.product-item-opt-2 {
    padding: 0;
    position: relative;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #FDC0E1;
}
.product-item-opt-2:hover .product-item-actions .yith-wcqv-button,
.product-item-opt-2:hover .product-item-actions .compare,
.product-item-opt-2:hover .product-item-actions .btn-wishlist ,
.product-item-opt-2:hover  .product-item-actions .yith-wcwl-add-to-wishlist>div a{
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 0.45s;
    animation-duration: 0.45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.product-item .product-item-opt-2 .status{
    left: 10px;
    top: 3px;
}
.product-item .product-item-opt-2 .status .onsale,
.product-item .product-item-opt-2  .status .new{
    color: #fff;
    border-radius: 100%;
    text-transform: uppercase;
    width: 36px;
    text-align: center;
    padding: 0;
    height: 36px;
    right: 10px;
    top: 3px;
    line-height: 1;
    font-size: 11px;
    line-height: 36px;
}
.product-item .product-item-opt-2 .status .onsale{
    display: none;
}
.product-item-opt-2 .product-item-info:hover .product-item-photo img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-2 .product-item-info:hover .btn-cart,
.product-item-opt-2 .product-item-info:hover .added_to_cart{
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
}

.product-item-opt-2 .product-item-info .btn-cart,
.product-item-opt-2 .product-item-info .added_to_cart {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(254, 37, 154, 0.6);
    color: #fff;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    text-transform: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
    -webkit-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    transform: translate(0, 60px);
    margin: 0;
    border: none;
    border-radius: 30px 0;
}
.product-item-opt-2 .product-item-info .btn-cart:before,
.product-item-opt-2 .product-item-info .added_to_cart:before{
    content: "";
    width: 33px;
    height: 33px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index6/btn-cart.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.product-item-opt-2 .product-item-info .btn-cart.loading:before{
    background-image: none;
    font-family: 'FontAwesome';
    content: "\f110";
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
    display: inline-block;
    line-height: 33px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 100%;
}
.product-item-opt-2 .product-item-info .product_type_external:before,
.product-item-opt-2 .product-item-info .product_type_grouped:before,
.product-item-opt-2 .product-item-info .product_type_variable:before,
.product-item-opt-2 .product-item-info .added_to_cart:before{
    background-image: none;
    border: 1px solid #fff;
    border-radius: 100%;
    font-family: 'FontAwesome';
    content: "\f0c1";
    line-height: 33px;
}
.product-item-opt-2 .product-item-info .added_to_cart:before{
    content: "\f00c";
}
.product-item .product-item-opt-2 .add_to_cart_button.loading,
.product-item .product-item-opt-2 .add_to_cart_button.loading:hover{
    background-color: rgba(0, 0, 0, 0.6)!important;
    color: #fff;
    background-image: none;
}
.product-item-opt-2 .product-item-info .product-reviews-summary {
    float: right;
    display: inline-block;
    margin-top: -2px;
}

.product-item-opt-2 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.product-item-opt-2 .product-item-img img {
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-2 .product-item-detail {
    padding: 0 15px 10px;
}
.product-item-opt-2 .product-item-name {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
    display: block;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
}
.product-item-opt-2 .product-item-name a {
    color: #666666;
}
.product-item-opt-2 .product-item-price {
    font-size: 16px;
    color: #ff3366;
    font-weight: 600;
    margin-bottom: 2px;
}
.product-item-opt-2 .product-item-price .price,
.product-item-opt-2 .product-item-price .price span{
    line-height: 100%;
    display: inline-block;

}
.product-item-opt-2 .product-item-price del{
    font-size: 14px;
    color: #666;
    text-decoration: line-through;
    font-weight: normal;
    line-height: 100%;
}
.product-item-opt-2 .product-item-price .price ins{
    line-height: 100%;
    margin-right: 10px;
    float: left;
}
.product-item-opt-2 .product-item-price .price del{
    line-height: 100%;
}
.product-item-opt-2 .product-item-price .price del span{
    text-decoration: line-through;
}

.product-item-opt-2 .product-item-actions {
    position: absolute;
    z-index: 30;
    right: 23px;
    top: 80px;
    max-width: 32px;
}
.product-item-opt-2 .rating-summary{
    line-height: normal;
    margin-top: 3px;
}
@media (max-width: 1199px) {
    .product-item-opt-2 .product-item-actions {
        top: 55px;
    }
}
.product-item .yith-wcwl-add-to-wishlist{
    display: inline-block;
    float: left;
    margin: 0;
}
.product-item .yith-wcwl-add-to-wishlist>div{
    position: relative;
    display: inline-block;
    float: left;
    font-size: 0;
}
.product-item .yith-wcwl-add-to-wishlist  .feedback{
    display: none;
}
.yith-wcwl-add-to-wishlist>div .ajax-loading{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    margin: 0;
}


.product-item-opt-2 .product-item-actions .btn-wishlist,
.product-item-opt-2 .product-item-actions .yith-wcqv-button,
.product-item-opt-2 .product-item-actions .compare,
.product-item-opt-2 .product-item-actions .yith-wcwl-add-to-wishlist>div a{
    width: 32px;
    height: 32px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    background-color: #FE259A;
    color: #fff;
    margin-bottom: 7px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: 0.45s;
    animation-duration: 0.45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: static;
    font-size: 0;
    opacity: 1;
    visibility: inherit;
    margin-top: 0;
    float: left;
}
.product-item-opt-2 .product-item-actions .btn-wishlist{
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.product-item-opt-2 .product-item-actions .compare {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.product-item-opt-2 .product-item-actions .yith-wcqv-button {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.product-item-opt-2 .product-item-actions .btn:nth-child(4) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.product-item-opt-2 .product-item-actions .btn span {
    display: none;
}

.product-item-opt-2 .product-item-actions .btn-wishlist,
.product-item-opt-2 .product-item-actions .yith-wcwl-add-to-wishlist>div a{
    background-image: url(../images/icon/index6/btn-wishlist.png);
}
.product-item-opt-2 .product-item-actions .yith-wcwl-add-to-wishlist .ajax-loading{
    margin-top: -3.5px;
}
.product-item-opt-2 .product-item-actions .compare {
    background-image: url(../images/icon/index6/btn-compare.png);
}
.product-item-opt-2 .product-item-actions .yith-wcqv-button {
    background-image: url(../images/icon/index6/btn-quickview.png);
}
.product-item-opt-2 .product-item-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a,
.product-item-opt-2 .product-item-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a{
    background-image: none;
    color: #fff;

    text-align: center;
    line-height: 32px;
}
.product-item-opt-2 .product-item-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse>a:before,
.product-item-opt-2 .product-item-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse>a:before{
    font-family: 'FontAwesome';
    content: "\f00c";
    font-size: 14px;
}
.product-item-opt-2 .product-item-label {
    position: absolute;
    top: 20px;
    right: 0px;
    line-height: 28px;
    padding: 0 8px;
    display: block;
    background-color: #3395ff;
    color: #fff;
    font-size: 13px;
}
.product-item-opt-2 .product-item-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 14px 0;
    border-color: transparent #3395ff transparent transparent;
}
.product-item-opt-2 .product-item-label:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 9px;
    border-color: transparent transparent  #3395ff  transparent;
}

.product-item-opt-2 .product-item-label.label-sale {
    background-color: #ff9c33;
}
.product-item-opt-2 .product-item-label.label-sale:before {
    border-color: transparent #ff9c33 transparent transparent;
}
.product-item-opt-2 .product-item-label.label-sale:after {
    border-color: transparent transparent #ff9c33 transparent;
}
.product-item-opt-2 .product-item-label.label-price {
    background-color: #ff6600;
    color: #fff;
    border-radius: 100%;
    text-transform: uppercase;
    width: 36px;
    text-align: center;
    padding: 0;
    height: 36px;
    right: 10px;
    top: 3px;
    line-height: 1;
    font-size: 11px;
    padding-top: 7px;
    z-index: 10;
}
.product-item-opt-2 .product-item-label.label-price span {
    display: block;
}
.product-item-opt-2 .product-item-label.label-price:before,
.product-item-opt-2 .product-item-label.label-price:after {
    content: none;
}
.product-item-opt-3 {
    padding: 0;
    position: relative;
    z-index: 10;

    padding: 1px;
}
.product-item-opt-3 .product-item-info {
    border: 1px solid #dfdfdf;
    padding: 15px 28px;
    background-color: #fff;
}
.product-item-opt-3 .product-item-info:hover .product-item-img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-3 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 0px;
}
.product-item-opt-3 .product-item-img img {
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-3 .product-item-detail {
    text-align: center;
    padding: 0;
}
.product-item-opt-3 .product-item-name {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    display: block;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
    text-transform: uppercase;
}
.product-item-opt-3 .product-item-name a {
    color: #333;
}
.product-item-opt-3 .product-item-actions .btn {
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    text-align: center;
    background-color: #dddddd;
    color: #333;
    margin-bottom: 7px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 19px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-transform: uppercase;
    font-size: 12px;
}
.product-item-opt-3 .product-item-actions .btn:hover {
    color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.product-item-opt-4 {
    padding: 0;
    background-color: #fff;
}
.product-item-opt-4:hover .product-item-actions .btn,
.product-item-opt-4:hover .product-item-actions .compare,
.product-item-opt-4:hover .product-item-actions .yith-wcwl-add-to-wishlist>div a,
.product-item-opt-4:hover .product-item-actions .added_to_cart,
.product-item-opt-4:hover .product-item-info .button.yith-wcqv-button{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-4:hover .product-item-info .btn-quickview {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-4 .product-item-info {
    padding: 20px 0 13px;
}
.product-item-opt-4 .product-item-info:hover .product-item-photo img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-4 .product-item-info .btn-quickview,
.product-item-opt-4 .product-item-info .button.yith-wcqv-button{
    position: absolute;
    width: 52px;
    height: 52px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index9/quickview.png);
    top: 50%;
    margin-top: -26px;
    left: 50%;
    margin-left: -26px;
    padding: 0;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    font-size: 0;
}
.product-item-opt-4 .product-item-info .btn-quickview span {
    display: none;
}
.product-item-opt-4 .product-item-info .product-reviews-summary {
    display: block;
    float: none;
}
.product-item.product-item-opt-4  .status .onsale,
.product-item.product-item-opt-4  .status .new {
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    font-size: 10px;
    border-radius: 100%;
}
.product-item.product-item-opt-4 .status{
    left: 10px;
}
.product-item-opt-4 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 0 27px;
}
.product-item-opt-4 .product-item-img {
    position: relative;
    overflow: hidden;
    display: block;
}
.product-item-opt-4 .product-item-img img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.product-item-opt-4 .product-item-detail {
    padding: 0 27px ;
}
.product-item-opt-4 .product-item-name {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    display: block;
    margin-bottom: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
}
.product-item-opt-4 .product-item-name a {
    color: #333;
}
.product-item-opt-4 .product-item-price {
    font-size: 14px;
    color: #b40000;
    font-weight: 400;
    margin-bottom: 2px;
    margin-top: 5px;
    line-height: 100%;
}

.product-item-opt-4 .product-item-price ins {
    margin-right: 3px;
    float: left;
    line-height: 100%;
}
.product-item-opt-4 .product-item-price del {
    font-size: 14px;
    color: #666;
    line-height: 100%;
    font-weight: normal;
}
.product-item-opt-4 .product-item-actions {
    position: absolute;
    z-index: 30;
    right: 7px;
    bottom: 1px;
    max-width: 30px;
}
.product-item-opt-4 .product-item-actions .btn,
.product-item-opt-4 .product-item-actions .compare,
.product-item-opt-4 .product-item-actions .yith-wcwl-add-to-wishlist>div a,
.product-item-opt-4 .product-item-actions .added_to_cart {
    width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    color: #333;
    margin-top: 5px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #dfdfdf;
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    float: left;
    font-size: 0;
    border-radius: 0;
}
.product-item-opt-4 .product-item-actions .btn span {
    display: none;
}
.product-item-opt-4 .product-item-actions .btn:hover {
    color: #fff;
}
.product-item-opt-4 .product-item-actions .btn-wishlist ,
.product-item-opt-4 .product-item-actions .yith-wcwl-add-to-wishlist>div a{
    background-image: url(../images/icon/index1/btn-wishlist.png);
}
.product-item-opt-4 .product-item-actions .btn-wishlist:hover,
.product-item-opt-4 .product-item-actions .yith-wcwl-add-to-wishlist>div a:hover{
    background-image: url(../images/icon/index1/btn-wishlist-hover.png);
}
.product-item-opt-4 .product-item-actions .btn-compare,
.product-item-opt-4 .product-item-actions .compare{
    background-image: url(../images/icon/index1/btn-compare.png);
}
.product-item-opt-4 .product-item-actions .btn-compare:hover,
.product-item-opt-4 .product-item-actions .compare:hover{
    background-image: url(../images/icon/index1/btn-compare-hover.png);
}
.product-item-opt-4 .product-item-actions .btn-cart {
    background-image: url(../images/icon/index1/btn-cart.png);
}
.product-item-opt-4 .product-item-actions .btn-cart:hover {
    background-image: url(../images/icon/index1/btn-cart-hover.png);
}

.product-item-opt-4 .product-item-actions .added_to_cart,
.product-item-opt-4 .product-item-actions .yith-wcwl-add-to-wishlist  .yith-wcwl-wishlistaddedbrowse>a,
.product-item-opt-4 .product-item-actions .yith-wcwl-add-to-wishlist  .yith-wcwl-wishlistexistsbrowse>a,
.product-item-opt-4 .product-item-actions .product_type_external,
.product-item-opt-4 .product-item-actions .product_type_variable {
    background-image: none;
    text-align: center;
    line-height: 28px;
}
.product-item-opt-4 .product-item-actions .added_to_cart:hover,
.product-item-opt-4 .product-item-actions .yith-wcwl-add-to-wishlist  .yith-wcwl-wishlistaddedbrowse>a:hover,
.product-item-opt-4 .product-item-actions .yith-wcwl-add-to-wishlist  .yith-wcwl-wishlistexistsbrowse>a:hover,
.product-item-opt-4 .product-item-actions .product_type_external:hover,
.product-item-opt-4 .product-item-actions .product_type_variable:hover{
    background-image: none;
    color: #fff;
}
.product-item-opt-4 .product-item-actions .added_to_cart:before,
.product-item-opt-4 .product-item-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product-item-opt-4 .product-item-actions  .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.product-item-opt-4 .product-item-actions .product_type_external:before,
.product-item-opt-4 .product-item-actions .product_type_variable:before{
    font-family: 'FontAwesome';
    content: "\f00c";
    font-size: 14px;
}
.product-item-opt-4 .product-item-actions .product_type_external:before,
.product-item-opt-4 .product-item-actions .product_type_variable:before{
    content: "\f0c1";
}
.product-item-opt-4 .product-item-label {
    position: absolute;
    top: 20px;
    right: 0px;
    line-height: 28px;
    padding: 0 8px;
    display: block;
    background-color: #3395ff;
    color: #fff;
    font-size: 13px;
}
.product-item-opt-4 .product-item-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 14px 0;
    border-color: transparent #3395ff transparent transparent;
}
.product-item-opt-4 .product-item-label:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 9px;
    border-color: transparent transparent  #3395ff  transparent;
}
.product-item-opt-4 .product-item-label.label-sale {
    background-color: #ff9c33;
}
.product-item-opt-4 .product-item-label.label-sale:before {
    border-color: transparent #ff9c33 transparent transparent;
}
.product-item-opt-4 .product-item-label.label-sale:after {
    border-color: transparent transparent #ff9c33 transparent;
}
.product-item-opt-2.product-item-opt-5 .product-reviews-summary{
    display: block;
    float: left;
    margin-top: 2px;
}
.product-item-opt-2.product-item-opt-5 .status{
    display: none;
}
@media (max-width: 991px) {
    body.filter-active {
        overflow: hidden;
        height: 0;
    }
    .catalog-category-view .col-sidebar > *:not(.no-hide) {
        display: none;
    }
}
.toolbar-products {
    /* Safari */
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-align-items: flex-start;
    -webkit-justify-content: space-between;
    flex: 1 1 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    padding: 8px 0 0px;
}
.toolbar-products.toolbar-top {
    margin-top: 40px;
    margin-bottom: 45px;
}
.toolbar-products.toolbar-bottom {
    margin-top: 20px;
    margin-bottom: 65px;
}
.toolbar-products .btn-filter-products {
    line-height: 32px;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #dfdfdf;
    color: #000000;
    background-color: #fff;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 300;
    display: none;
}
.toolbar-products .btn-filter-products:hover {
    color: #fca53c;
}
.toolbar-products .modes .label {
    display: none;
}
.toolbar-products .toolbar-option .label {
    color: #000000;
    display: inline-block;
    line-height: 34px;
    font-weight: normal;
    font-size: 14px;
    padding: 0;
    vertical-align: top;
    margin: 0;
    margin-right: 5px;
}
.toolbar-products .form-control {
    height: 34px;
    border: 1px solid #dfdfdf;
    color: #000000;
    display: inline-block;
    box-shadow: none;
    font-size: 14px;
    font-weight: 300;
    padding-left: 10px;
    padding-right: 19px;
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index1/arrow-select.png);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.toolbar-products .modes {
    font-size: 13px;
    margin-bottom: 7px;
}
.toolbar-products .modes .modes-mode {
    margin-top: 2px;
    width: 29px;
    height: 27px;
    text-align: center;
    background-color: #dddddd;
    color: #bcbcbc;
    display: inline-block;
    margin-right: 6px;
    background-position: center;
    background-repeat: no-repeat;
}
.toolbar-products .modes .modes-mode span {
    display: none;
}
.toolbar-products .modes .modes-mode.active,
.toolbar-products .modes .modes-mode:hover {
    color: #fff;
    background-color: #fca53c;
}
.toolbar-products .modes .mode-grid {
    background-image: url(../images/icon/index1/grid.png);
}
.toolbar-products .modes .mode-grid.active,
.toolbar-products .modes .mode-grid:hover {
    background-image: url(../images/icon/index1/grid-active.png);
}
.toolbar-products .modes .mode-list {
    background-image: url(../images/icon/index1/list.png);
}
.toolbar-products .modes .mode-list.active,
.toolbar-products .modes .mode-list:hover {
    background-image: url(../images/icon/index1/list-active.png);
}
.toolbar-products .toolbar-sorter,
.toolbar-products .toolbar-limiter {
    display: inline-block;
    vertical-align: top;
    margin: 0 13px;
    margin-bottom: 7px;
}
.toolbar-products .toolbar-sorter .form-control {
    padding-left: 12px;
    width: 105px;
}
.toolbar-products .toolbar-limiter .form-control {
    text-align-last: center;
    text-align: center;
    width: 54px;
    padding-left: 2px;
}
@media (max-width: 991px) {
    .toolbar-products .modes {
        display: none;
    }
    .toolbar-products .btn-filter-products {
        display: block;
    }
    .toolbar-products .btn-filter-products.active:before {
        content: "";
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 333;
    }
}
@media (max-width: 767px) {
    .toolbar-products .modes,
    .toolbar-products .toolbar-limiter {
        display: none;
    }
    .toolbar-products .toolbar-sorter {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width: 600px) {
    .toolbar-products.toolbar-top .pagination {

    }
    .toolbar-products.toolbar-bottom .toolbar-option,
    .toolbar-products.toolbar-bottom .btn-filter-products {
        display: none;
    }
}
.category-view {
    margin-top: 30px;
}
.category-view .category-image {
    display: block;
    position: relative;
    overflow: hidden;
}
.category-view .category-image:before,
.category-view .category-image:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-style: solid;
    border-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 100;
}
.category-view .category-image:before {
    border-width: 1px 0 1px 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    top: 10px;
    bottom: 10px;
}
.category-view .category-image:after {
    border-width: 0px 1px 0px 1px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    left: 10px;
    right: 10px;
}
.category-view .category-image:hover:before,
.category-view .category-image:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.category-view .category-image:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.category-view .category-image img {
    display: block;
    width: 100%;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.category-view .category-image img {
    display: block;
    width: 100%;
}
.catalog-view_op1 .category-view {
    margin-top: 0;
}
.category-view:hover .owl-nav .owl-prev,
.category-view:hover .owl-nav .owl-next {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.category-view:hover .owl-nav .owl-prev {
    left: 0;
}
.category-view:hover .owl-nav .owl-next {
    right: 0;
}
.category-view .owl-nav .owl-prev,
.category-view .owl-nav .owl-next {
    width: 40px;
    line-height: 40px;
    background-color: #a1a19c;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.category-view .owl-nav .owl-prev:hover,
.category-view .owl-nav .owl-next:hover {
    background-color: #ff3366;
    color: #fff;
}
.category-view .owl-nav .owl-prev:before,
.category-view .owl-nav .owl-next:before {
    content: "\f105";
    font-family: "FontAwesome";
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.category-view .owl-nav .owl-prev {
    left: 15px;
}
.category-view .owl-nav .owl-prev:before {
    content: "\f104";
}
.category-view .owl-nav .owl-next {
    right: 15px;
}
.products.products-grid {
    padding-top: 5px;
}
.products.products-grid .product-items .col-sm-4:nth-child(3n+1) {
    clear: both;
}

.products.products-grid .product-items .product-item {
    margin-bottom: 19px;
}
@media (max-width: 479px) {
    .products.products-grid .product-items .product-item {
        width: 100%;
        max-width: 330px;
        margin-right: auto;
        margin-left: auto;
        float: none;
        display: block;
    }
}
.products.products-grid .product-items .product-item-opt-2 {
    border: 1px solid #eeeeee;
}
.catalog-view_op1 .products.products-grid .product-items .product-item {
    margin-bottom: 30px;
}
.products.products-list .product-items .product-item {
    margin-bottom: 19px;
}
.products.products-list .product-items .product-item .product-item-info {
    background-color: transparent;
    border: none;
    padding: 0;
}
.products.products-list .product-items .product-item .product-item-info:before,
.products.products-list .product-items .product-item .product-item-info:after {
    content: "";
    display: table;
}
.products.products-list .product-items .product-item .product-item-info:after {
    clear: both;
}
.products.products-list .product-items .product-item .product-item-photo {
    float: left;
    width: 31%;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    padding: 30px 25px;
}
.products.products-list .product-items .product-item .product-item-detail {
    float: right;
    width: 69%;
    padding-left: 20px;
}
.products.products-list .product-items .product-item .product-item-name {
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    margin-top: 38px;
}
@media (max-width: 1199px) {
    .products.products-list .product-items .product-item .product-item-name {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .products.products-list .product-items .product-item .product-item-name {
        margin-top: 0px;
    }
}
.products.products-list .product-items .product-item .product-item-name a {
    color: #333333;
}
.products.products-list .product-items .product-item .product-item-name a:hover,
.products.products-list .product-items .product-item .product-item-name a:focus {
    color: #fca53c;
}
@media (max-width: 680px) {
    .products.products-list .product-items .product-item .product-item-des {
        margin-bottom: 10px;
    }
}
@media (max-width: 479px) {
    .products.products-list .product-items .product-item .product-item-photo {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .products.products-list .product-items .product-item .product-item-detail {
        float: none;
        width: 100%;
    }
}
.products.products-list .product-items .product-item-opt-2 {
    border: 1px solid #eeeeee;
    margin-bottom: 10px;
}
.products.products-list .product-items .product-item-opt-2 .product-item-photo {
    border: none;
}
.products.products-list .product-items .product-item-opt-2 .product-item-info .product-reviews-summary,
.products.products-list .product-items .product-item-opt-2 .product-item-info .product-item-price {
    float: none;
    display: block;
    width: 100%;
    margin-bottom: 6px;
}
.products.products-list .product-items .product-item-opt-2 .product-item-info .btn-cart,
.products.products-list .product-items .product-item-opt-2 .product-item-info .btn {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    float: left;
    margin: 0 6px;
    background-color: #999999;
}
.products.products-list .product-items .product-item-opt-2 .product-item-info .btn-cart:hover,
.products.products-list .product-items .product-item-opt-2 .product-item-info .btn:hover {
    background-color: #ff3366;
}
.products.products-list .product-items .product-item-opt-2 .product-item-info .btn-cart {
    width: auto;
    border-radius: 0;
    padding: 0 10px;
    height: 36px;
    margin: 0;
    margin-bottom: 15px;
    float: none;
    clear: both;
    background-color: #ff3366;
    line-height: 1;
}
.products.products-list .product-items .product-item-opt-2 .product-item-info .btn-cart:hover {
    background-color: #cc0033;
}
.products.products-list .product-items .product-item-opt-2 .product-item-info .btn-cart:before {
    display: inline-block;
    background-image: url(../images/icon/cart-catalog-op1.png);
}
.products.products-list .product-items .product-item-opt-2 .product-item-info .btn-cart span {
    display: inline-block;
}
.products.products-list .product-items .product-item-opt-2 .product-item-detail {
    padding-right: 20px;
}
.products.products-list .product-items .product-item-opt-2 .product-item-actions {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
}
.products.products-list .product-items .product-item-opt-2 .product-item-actions:before,
.products.products-list .product-items .product-item-opt-2 .product-item-actions:after {
    content: "";
    display: table;
}
.products.products-list .product-items .product-item-opt-2 .product-item-actions:after {
    clear: both;
}
.products.products-list .product-items .product-item-opt-2 .product-item-actions .btn {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
@media (max-width: 600px) {
    .products.products-list .product-items .product-item-opt-2 .product-item-actions {
        position: static;
        margin-top: 10px;
    }
}
.products.products-list .product-items .product-item-opt-2 .product-item-name {
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    white-space: normal;
    margin-top: 20px;
}
.products.products-list .product-items .product-item-opt-2 .product-item-name a {
    color: #666666;
}
.products.products-list .product-items .product-item-opt-2 .product-item-name a:hover {
    color: #ff3366;
}
.products.products-list .product-items .product-item-opt-2 .product-item-label.label-price {
    top: 9px;
}
.products.products-list .product-items .product-item-opt-2 .product-info-des {
    position: relative;
    padding-right: 150px;
    min-height: 102px;
}
@media (max-width: 600px) {
    .products.products-list .product-items .product-item-opt-2 .product-info-des {
        padding-right: 0;
        min-height: 0;
    }
}
.products.products-list .product-items .product-item-opt-2 .product-item-code {
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px;
}
.products.products-list .product-items .product-item-opt-2 .product-item-stock {
    font-size: 14px;
    margin-bottom: 5px;
    color: #6bb898;
}
.products.products-list .product-items .product-item-opt-2 .product-item-stock .title {
    color: #666666;
}
.products.products-list .product-items .product-item-opt-2 .product-item-des {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.page-no-bg {
    background-color: #fff !important;
}
.page-no-bg .site-header {
    background-color: #fff !important;
}
.page-no-bg .site-header .header-content {
    background-color: #fff;
}
.page-no-bg .site-header .header-nav {
    background-color: #EBEBEB;
}
.catalog-view_op1 .toolbar-products {
    padding: 0;
    border: none;
}
.catalog-view_op1 .toolbar-products .cate-title {
    margin: 0;
    margin-bottom: -1px;
    font-size: 18px;
    font-weight: bold;
    padding: 0 12px;
    line-height: 32px;
    border-bottom: 3px solid #ff3366;
}
.catalog-view_op1 .toolbar-products.toolbar-top {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 25px;
    margin-top: 20px;
}
.catalog-view_op1 .toolbar-products.toolbar-top .toolbar-option,
.catalog-view_op1 .toolbar-products.toolbar-top .pagination {
    display: none;
}
.catalog-view_op1 .toolbar-products.toolbar-bottom {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin-top: 0;
    margin-bottom: 40px;
}
.catalog-view_op1 .toolbar-products.toolbar-bottom .modes {
    display: none;
}
.catalog-view_op1 .toolbar-products .btn-filter-products {
    margin-bottom: 0px;
    line-height: 28px;
}
.catalog-view_op1 .toolbar-products .btn-filter-products:hover {
    color: #ff3366;
}
.catalog-view_op1 .toolbar-products .modes {
    margin: 0;
}
.catalog-view_op1 .toolbar-products .modes:before,
.catalog-view_op1 .toolbar-products .modes:after {
    content: "";
    display: table;
}
.catalog-view_op1 .toolbar-products .modes:after {
    clear: both;
}
.catalog-view_op1 .toolbar-products .modes .modes-mode {
    background-color: #fafafa;
    width: 30px;
    height: 30px;
    float: left;
    display: block;
    margin: 0;
    margin-left: 3px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.catalog-view_op1 .toolbar-products .modes .modes-mode.active,
.catalog-view_op1 .toolbar-products .modes .modes-mode:hover {
    background-color: #ff3366;
    border-color: #ff3366;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.catalog-view_op1 .toolbar-products .modes .mode-list {
    background-image: url(../images/icon/list-view-bg.png);
    background-position: top left;
}
.catalog-view_op1 .toolbar-products .modes .mode-list.active,
.catalog-view_op1 .toolbar-products .modes .mode-list:hover {
    background-position: bottom left;
}
.catalog-view_op1 .toolbar-products .modes .mode-grid {
    background-image: url(../images/icon/grid-view-bg.png);
    background-position: top left;
}
.catalog-view_op1 .toolbar-products .modes .mode-grid.active,
.catalog-view_op1 .toolbar-products .modes .mode-grid:hover {
    background-position: bottom left;
}
.catalog-view_op1 .toolbar-products .toolbar-sorter,
.catalog-view_op1 .toolbar-products .toolbar-limiter {
    margin: 0;
    margin-right: 25px;
}
.catalog-view_op1 .toolbar-products .toolbar-sorter .label,
.catalog-view_op1 .toolbar-products .toolbar-limiter .label {
    display: none;
}
.catalog-view_op1 .toolbar-products .toolbar-sorter .sorter-options,
.catalog-view_op1 .toolbar-products .toolbar-limiter .sorter-options,
.catalog-view_op1 .toolbar-products .toolbar-sorter .limiter-options,
.catalog-view_op1 .toolbar-products .toolbar-limiter .limiter-options {
    height: 31px;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    padding-left: 5px;
    padding-right: 12px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    color: #666666;
    background-image: url(../images/icon/select.png);
    background-position: center right 5px;
    font-weight: normal;
}
.catalog-view_op1 .toolbar-products .toolbar-limiter .limiter-options {
    width: 95px;
    text-align: left;
}
.catalog-view_op1 .toolbar-products .toolbar-sorter:before,
.catalog-view_op1 .toolbar-products .toolbar-sorter:after {
    content: "";
    display: table;
}
.catalog-view_op1 .toolbar-products .toolbar-sorter:after {
    clear: both;
}
.catalog-view_op1 .toolbar-products .toolbar-sorter .sorter-options {
    width: 110px;
    float: left;
}
.catalog-view_op1 .toolbar-products .toolbar-sorter .sorter-action {
    display: block;
    line-height: 29px;
    border: 1px solid #e8e8e8;
    width: 37px;
    text-align: center;
    background-color: #fafafa;
    color: #666666;
    float: left;
    margin-left: -1px;
    height: 31px;
}
.catalog-view_op1 .toolbar-products .toolbar-sorter .sorter-action:before {
    content: "\f15d";
    font-family: 'FontAwesome';
}
.catalog-view_op1 .toolbar-products .pagination:before,
.catalog-view_op1 .toolbar-products .pagination:after {
    content: "";
    display: table;
}
.catalog-view_op1 .toolbar-products .pagination:after {
    clear: both;
}
.catalog-view_op1 .toolbar-products .pagination > li {
    margin: 0;
    display: block;
    float: left;
}
.catalog-view_op1 .toolbar-products .pagination > li > a,
.catalog-view_op1 .toolbar-products .pagination > li > span {
    line-height: 29px;
    min-width: 34px;
    background-color: #fafafa;
    font-size: 13px;
    color: #666666;
    font-weight: normal;
}
.catalog-view_op1 .toolbar-products .pagination > li.active > a,
.catalog-view_op1 .toolbar-products .pagination > li.active > span {
    background-color: #ff3366;
    color: #fff;
    border-color: #ff3366;
}
.catalog-view_op1 .toolbar-products .pagination > li.action > a,
.catalog-view_op1 .toolbar-products .pagination > li.action > span {
    padding-left: 15px;
    padding-right: 15px;
}
.catalog-view_op1 .toolbar-products .pagination > li.action > a span,
.catalog-view_op1 .toolbar-products .pagination > li.action > span span {
    font-size: 16px;
    line-height: 29px;
    vertical-align: top;
}
.catalog-view_op1 .toolbar-products .pagination > li .action-next > a span,
.catalog-view_op1 .toolbar-products .pagination > li .action-next > span span {
    margin-left: 4px;
}
.catalog-view_op1 .toolbar-products .pagination > li .action-prew > a span,
.catalog-view_op1 .toolbar-products .pagination > li .action-prew > span span {
    margin-right: 4px;
}
.catalog-view_op1 .category-view {
    margin-bottom: 33px;
}
.catalog-view_op1 .product-item-opt-2 .product-item-info .btn-cart {
    background-color: rgba(51, 51, 51, 0.5);
    height: 45px;
    line-height: 43px;
}
.catalog-view_op1 .product-item-opt-2 .product-item-info .btn-cart:hover {
    background-color: #ff3366;
}
.catalog-view_op1 .product-item-opt-2 .product-item-actions {
    right: 15px;
}
.catalog-view_op1 .breadcrumb {
    margin: 13px 0;
}
.catalog-view_op1 .breadcrumb li + li:before {
    content: ">";
    color: #333333;
    font-family: 'Libre Baskerville', serif;
}
.catalog-view_op1 .breadcrumb li a:hover {
    color: #ff3366;
}
.catalog-view_op1 .breadcrumb .active {
    color: #333333;
}
.category-links {
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
}
.category-links:before,
.category-links:after {
    content: "";
    display: table;
}
.category-links:after {
    clear: both;
}
.category-links > li {
    float: left;
}
.category-links > li > a {
    display: block;
    line-height: 34px;
    font-size: 13px;
    color: #666666;
    text-transform: capitalize;
    padding: 0 32px;
    position: relative;
}
@media (max-width: 1199px) {
    .category-links > li > a {
        padding: 0 22px;
    }
}
.category-links > li > a:hover {
    background-color: #f2f2f2;
}
@media (max-width: 479px) {
    .category-links > li {
        float: none;
        display: block;
    }
}
.category-links > li.current-cate > a {
    background-color: #000000;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
.category-links > li.current-cate > a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: transparent transparent transparent #000000;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: -5px;
    z-index: 10;
}
@media (max-width: 479px) {
    .category-links > li.current-cate > a:before {
        border-width: 4px 3px 0 3px;
        border-color: #000000 transparent transparent transparent;
        top: auto;
        margin-top: 0;
        bottom: -4px;
        left: 20px;
        right: auto;
    }
}
.catalog-product-view.catalog-view_op1 .columns {
    padding-bottom: 12px;
}
.catalog-product-view .site-main .block-service {
    margin-top: 77px;
}
.woocommerce-product-gallery .flex-control-nav.flex-control-thumbs{
    margin-top: 30px;
}
.woocommerce-product-gallery .flex-viewport{
    border: 1px solid #E6E6E6;
}
.woocommerce-product-gallery .flex-control-nav li{
    list-style: none;
}
.woocommerce-product-gallery .flex-control-nav li img{
    border: 1px solid #E6E6E6;
}
.woocommerce-product-gallery .flex-control-nav .owl-next,
.woocommerce-product-gallery .flex-control-nav .owl-prev{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -21px;
    font-size: 30px;
    color: #888;
}
.woocommerce-product-gallery__trigger{
    position: absolute;
    z-index: 10;
    right: 20px;
    top: 20px;
}

.woocommerce-product-gallery .flex-control-nav .owl-prev{
    right: inherit;
    left: 0;
}
.breadcrumb-page .breadcrumb {
    margin-top: 27px;
    margin-bottom: 42px;
    text-transform: capitalize;
}
.breadcrumb-page .breadcrumb li a {
    color: #999999;
}
.breadcrumb-page .breadcrumb li a:hover {
    color: #fca53c;
}
.breadcrumb-page .breadcrumb li.active {
    color: #333;
}
.breadcrumb-page .breadcrumb li.active a {
    color: #333;
}
.catalog-view_default .product-media {
    margin-bottom: 60px;
    border: 2px solid #FDC0E1;
    border-radius: 30px 0;
}
.catalog-view_default .product-media  img{
    padding: 15px;
}
.catalog-view_default .product-media .images-large {
    position: relative;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    margin-bottom: 33px;
    text-align: center;
    padding: 70px 58px;
}
.catalog-view_default .product-media .images-large .btn-zoom {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #8f8f8f;
    color: #fff;
    border-radius: 3px;
    border: none;
    box-shadow: none;
    z-index: 1000;
    line-height: 34px;
    width: 34px;
    text-align: center;
    font-size: 24px;
    padding: 0;
}
.catalog-view_default .product-media .images-large .btn-zoom:before {
    content: "\f0b2";
    font-family: "FontAwesome";
}
.catalog-view_default .product-media .images-large .btn-zoom:hover,
.catalog-view_default .product-media .images-large .btn-zoom:focus {
    box-shadow: none;
    border: none;
    outline: none;
}
.catalog-view_default .product-media .images-large .btn-zoom span {
    display: none;
}
.catalog-view_default .product-media .images-small a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    text-align: center;
    padding: 5px 10px;
}
.catalog-view_default .product-media .images-small a.active {
    border: 1px solid #fca53c;
}
.catalog-view_default .product-media .images-small a img {
    margin: auto;
    display: block;
    width: 100%;
}
.catalog-view_default .product-media .images-small .owl-prev,
.catalog-view_default .product-media .images-small .owl-next {
    width: 30px;
    text-align: center;
    line-height: 30px;
    color: #888888;
    border-radius: 0;
    display: block;
    height: auto;
    text-indent: 0;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-size: 25px;
    cursor: pointer;
}
.catalog-view_default .product-media .images-small .owl-prev:hover,
.catalog-view_default .product-media .images-small .owl-next:hover {
    color: #fca53c;
}
.catalog-view_default .product-media .images-small .owl-prev:before,
.catalog-view_default .product-media .images-small .owl-next:before {
    content: "";
    font-family: "FontAwesome";
}
.catalog-view_default .product-media .images-small .owl-prev {
    left: 0 ;
}
.catalog-view_default .product-media .images-small .owl-prev:before {
    content: "\f104";
}
.catalog-view_default .product-media .images-small .owl-next {
    right: 0 ;
}
.catalog-view_default .product-media .images-small .owl-next:before {
    content: "\f105";
}
.catalog-view_default .product-info-main {
    margin-bottom: 60px;
}
.catalog-view_default .product-info-main .page-title {
    font-size: 20px;
    color: #333333;
    text-transform: capitalize;
    font-weight: 600;
    display: block;
    margin-top: 0;
    margin-bottom: 8px;
}
.catalog-view_default .product-info-main .product-reviews-summary {
    margin-bottom: 15px;
}
.catalog-view_default .product-info-main .product-reviews-summary .rating-summary,
.catalog-view_default .product-info-main .product-reviews-summary .rating-action {
    display: inline-block;
    vertical-align: middle;
}
.catalog-view_default .product-info-main .product-reviews-summary .rating-summary {
    margin-right: 5px;
}
.catalog-view_default .product-info-main .product-reviews-summary .rating-action {
    color: #888888;
    font-size: 14px;
    text-transform: capitalize;
}
.catalog-view_default .product-info-main .product-reviews-summary .rating-action a {
    color: #888888;
}
.catalog-view_default .product-info-main .product-reviews-summary .rating-action a:hover {
    color: #fca53c;
}
.catalog-view_default .product-info-main .product-info-price {
    margin-bottom: 25px;
}
.catalog-view_default .product-info-main .product-info-price:before,
.catalog-view_default .product-info-main .product-info-price:after {
    content: "";
    display: table;
}
.catalog-view_default .product-info-main .product-info-price:after {
    clear: both;
}
.catalog-view_default .product-info-main .price-box {
    float: left;
    margin-right: 120px;
}
.catalog-view_default .product-info-main .price-box .price {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
}
.catalog-view_default .product-info-main .price-box .old-price .price {
    text-decoration: line-through;
}
.catalog-view_default .product-info-main .product-info-stock-sku {
    float: left;
    color: #fca53c;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
}
.catalog-view_default .product-info-main .product-info-stock-sku .label {
    color: #333;
    font-weight: normal;
    padding: 0;
    margin-right: 10px;
    font-size: 14px;
}
.catalog-view_default .product-info-main .product-overview {
    color: #888888;
    font-size: 14px;
    margin-bottom: 25px;
}
.catalog-view_default .product-info-main .product-overview .overview-label {
    text-transform: uppercase;
    display: block;
    color: #333333;
    margin-bottom: 5px;
}
.catalog-view_default .product-info-main .product-overview .overview-content {
    overflow: hidden;
    max-height: 75px;
    line-height: 24px;
}
.product-add-form .clear{
    display: none;
}
.catalog-view_default .product-info-main .product-add-form .product-options-wrapper {
    margin-bottom: 45px;
}
.catalog-view_default .product-info-main .product-add-form .product-options-wrapper .form-group {
    display: block;
    width: 100%;
    margin-bottom: 23px;
    max-width: 485px;
}
.catalog-view_default .product-info-main .product-add-form .product-options-wrapper .form-group label {
    display: block;
    font-weight: normal;
    padding: 0;
    text-transform: uppercase;
    color: #333;
    font-size: 14px;
}
.catalog-view_default .product-info-main .product-add-form .product-options-wrapper .form-group label sup {
    color: #fca53c;
    font-size: 15px;
    top: 0px;
}
.catalog-view_default .product-info-main .product-add-form .product-options-wrapper .form-group .control {
    display: block;
}
.catalog-view_default .product-info-main .product-add-form .product-options-wrapper .form-group .form-control {
    height: 39px;
    width: 100%;
    border: 1px solid #dfdfdf;
    text-align: center;
    font-size: 14px;
    color: #888888;
}
.catalog-view_default .product-info-main .product-add-form .share {
    margin-bottom: 36px;
}
.catalog-view_default .product-info-main .product-add-form .share:before,
.catalog-view_default .product-info-main .product-add-form .share:after {
    content: "";
    display: table;
}
.catalog-view_default .product-info-main .product-add-form .share:after {
    clear: both;
}
.catalog-view_default .product-info-main .product-add-form .form-qty {
    height: 43px;
    background-color: #dedede;
    padding-top: 6px;
    padding-left: 20px;
    padding-right: 28px;
    float: left;
    margin: 0;
    margin-bottom: 10px;
}
.catalog-view_default .product-info-main .product-add-form .form-qty label {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    line-height: 34px;
    margin: 0;
    vertical-align: top;
    margin-right: 15px;
    font-weight: normal;
}
.catalog-view_default .product-info-main .product-add-form .form-qty .control {
    padding-right: 16px;
    position: relative;
    width: 49px;
    display: inline-block;
    vertical-align: top;
}
.catalog-view_default .product-info-main .product-add-form .form-qty .input-qty {
    text-align: center;
    height: 33px;
    background-color: #fff;
    border: none;
    box-shadow: none;
    width: 33px;
    padding: 0;
}
.catalog-view_default .product-info-main .product-add-form .form-qty .btn-number {
    background-color: #333333;
    cursor: pointer;
    line-height: 17px;
    width: 16px;
    text-align: center;
    position: absolute;
    right: 0;
    display: block;
    color: #fff;
    border: none;
    padding: 0;
}
.catalog-view_default .product-info-main .product-add-form .form-qty .btn-number:hover,
.catalog-view_default .product-info-main .product-add-form .form-qty .btn-number:focus,
.catalog-view_default .product-info-main .product-add-form .form-qty .btn-number.focus,
.catalog-view_default .product-info-main .product-add-form .form-qty .btn-number.active,
.catalog-view_default .product-info-main .product-add-form .form-qty .btn-number.disabled,
.catalog-view_default .product-info-main .product-add-form .form-qty .btn-number:disabled {
    background-color: #333333;
    color: #fff;
    outline: none;
    outline-style: none;
}
.catalog-view_default .product-info-main .product-add-form .form-qty .qtyminus {
    bottom: 0;
}
.catalog-view_default .product-info-main .product-add-form .form-qty .qtyplus {
    top: 0;
}
.catalog-view_default .product-info-main .actions {
    float: left;
}
.summary form.cart{
    margin-bottom: 0;
}
.catalog-view_default .product-info-main .actions .clear {
    display: none;
}
.catalog-view_default .product-info-main .actions:before,
.catalog-view_default .product-info-main .actions:after {
    content: "";
    display: table;
}
.catalog-view_default .product-info-main .actions:after {
    clear: both;
}
.catalog-view_default .product-info-main .actions .action {
    width: 41px;
    height: 43px;
    line-height: 41px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    border: 1px solid #dfdfdf;
    float: left;
    margin-right: 5px;
}
.catalog-view_default .product-info-main .actions .action:last-child {
    margin-right: 0;
}
.catalog-view_default .product-info-main .actions .action span {
    display: none;
}
.catalog-view_default .product-info-main .actions .action:hover {
    color: #fff;
    background-color: #fca53c;
    border-color: #fca53c;
}
.catalog-view_default .product-info-main .actions .btn-wishlist {
    background-image: url(../images/icon/index1/btn-wishlist.png);
}
.catalog-view_default .product-info-main .actions .btn-wishlist:hover {
    background-image: url(../images/icon/index1/btn-wishlist-hover.png);
}
.catalog-view_default .product-info-main .actions .btn-compare {
    background-image: url(../images/icon/index1/btn-compare.png);
}
.catalog-view_default .product-info-main .actions .btn-compare:hover {
    background-image: url(../images/icon/index1/btn-compare-hover.png);
}
.catalog-view_default .product-info-main .actions .btn-cart {
    padding-left: 35px;
    background-position: center left 11px;
    width: auto;
    padding-right: 15px;
    background-image: url(../images/icon/index1/btn-cart.png);
}
.catalog-view_default .product-info-main .actions .btn-cart span {
    display: block;
}
.catalog-view_default .product-info-main .actions .btn-cart:hover {
    background-image: url(../images/icon/index1/btn-cart-hover.png);
}
.catalog-view_default .product-info-detailed {
    margin-bottom: 37px;
    /*border: 1px solid #dfdfdf;*/
    background-color: #fff;
    position: relative;
}
.catalog-view_default .product-info-detailed > .nav {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    width: 170px;
    vertical-align: top;
    border-right: 1px solid  #FDC0E1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
}
.catalog-view_default .product-info-detailed > .nav li {
    float: none;
    display: block;
    margin: 0;
}
.catalog-view_default .product-info-detailed > .nav li a {
    line-height: 43px;
    padding: 0 10px 0 27px;
    border-bottom: 1px solid #dfdfdf;
    color: #000000;
    white-space: nowrap;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    border-radius: 30px 0;
    margin-bottom: 10px;
    background-color: RGBA(254,37,154,0.5);
}
.catalog-view_default .product-info-detailed > .nav li.active a,
.catalog-view_default .product-info-detailed > .nav li:hover a {
    color: #fff;
    background-color: #fca53c;
}
.catalog-view_default .product-info-detailed > .tab-content {
    vertical-align: top;
    padding: 40px 20px;
    font-size: 14px;
    color: #888888;
    overflow: hidden;
    padding-left: 190px;
    border: 2px solid #FDC0E1;
    border-radius: 5px;
}
.catalog-view_default .product-info-detailed > .tab-content .block-title {
    display: none;
}
@media (max-width: 767px) {
    .catalog-view_default .product-info-detailed {
        display: block;
        height: auto;
    }
    .catalog-view_default .product-info-detailed > .nav {
        display: block;
        position: static;
        width: 100%;
        border-right: 0;
    }
    .catalog-view_default .product-info-detailed > .tab-content {
        display: block;
        padding: 20px;
    }
    .catalog-view_default .product-info-detailed > .tab-content .block-title {
        display: block;
        line-height: 43px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #dfdfdf;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
    }
    .catalog-view_default .product-info-detailed > .tab-content .block-content {
        display: none;
        margin-top: 20px;
        border-bottom: 1px solid #dfdfdf;
    }
    .catalog-view_default .product-info-detailed > .tab-content .tab-pane {
        position: static;
        opacity: 1;
        visibility: visible;
    }
    .catalog-view_default .product-info-detailed > .tab-content .tab-pane {
        display: block;
    }
    .catalog-view_default .product-info-detailed > .tab-content .tab-pane.has-active .block-content {
        display: block;
    }
    .catalog-view_default .product-info-detailed > .tab-content .tab-pane.has-active .block-title {
        color: #fca53c;
    }
}
.block-upsell,
.block-related {
    margin-bottom: 37px;
}
.block-upsell .block-title,
.block-related .block-title {
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.block-upsell .block-title .title,
.block-related .block-title .title {
    font-weight: 600;
    display: block;
    margin: 0;
    line-height: 36px;
}
.catalog-view_op1 .block-upsell,
.catalog-view_op1 .block-related {
    margin-bottom: 17px;
}
.catalog-view_op1 .block-upsell .block-title,
.catalog-view_op1 .block-related .block-title {
    margin-bottom: 8px;
    border-bottom: none;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.block-upsell .owl-nav,
.block-related .owl-nav {
    position: absolute;
    right: 0;
    top: -70px;
}
.block-upsell .owl-nav:before,
.block-related .owl-nav:before,
.block-upsell .owl-nav:after,
.block-related .owl-nav:after {
    content: "";
    display: table;
}
.block-upsell .owl-nav:after,
.block-related .owl-nav:after {
    clear: both;
}
.catalog-view_op1 .block-upsell .owl-nav,
.catalog-view_op1 .block-related .owl-nav {
    top: -40px;
}
.block-upsell .owl-nav .owl-next,
.block-related .owl-nav .owl-next,
.block-upsell .owl-nav .owl-prev,
.block-related .owl-nav .owl-prev {
    width: 33px;
    line-height: 28px;
    border: 1px solid #dfdfdf;
    display: block;
    text-align: center;
    background-color: #fff;
    color: #333;
    font-size: 20px;
    float: left;
    margin-left: 10px;
}
.catalog-view_op1 .block-upsell .owl-nav .owl-next,
.catalog-view_op1 .block-related .owl-nav .owl-next,
.catalog-view_op1 .block-upsell .owl-nav .owl-prev,
.catalog-view_op1 .block-related .owl-nav .owl-prev {
    width: 24px;
    line-height: 24px;
    background-color: #aaaaaa;
    border: none;
    color: #fff;
    font-size: 16px;
}
.catalog-view_op1 .block-upsell .owl-nav .owl-next:hover,
.catalog-view_op1 .block-related .owl-nav .owl-next:hover,
.catalog-view_op1 .block-upsell .owl-nav .owl-prev:hover,
.catalog-view_op1 .block-related .owl-nav .owl-prev:hover {
    background-color: #ff3366;
}
.block-upsell .owl-nav .owl-next:before,
.block-related .owl-nav .owl-next:before,
.block-upsell .owl-nav .owl-prev:before,
.block-related .owl-nav .owl-prev:before {
    content: "";
    font-family: "FontAwesome";
}
.block-upsell .owl-nav .owl-next:hover,
.block-related .owl-nav .owl-next:hover,
.block-upsell .owl-nav .owl-prev:hover,
.block-related .owl-nav .owl-prev:hover {
    color: #fff;
    background-color: #fca53c;
    border-color: #fca53c;
}
.block-upsell .owl-nav .owl-next:before,
.block-related .owl-nav .owl-next:before {
    content: "\f105";
}
.block-upsell .owl-nav .owl-prev:before,
.block-related .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-upsell .owl-item,
.block-related .owl-item {
    padding-bottom: 1px;
}
.catalog-view_op1 .block-upsell .product-item,
.catalog-view_op1 .block-related .product-item {
    border: 1px solid #eeeeee;
}
.catalog-view_op1 .product-media {
    margin-bottom: 50px;
}
@media (min-width: 767px) {
    .catalog-view_op1 .product-media {
        margin-bottom: 20px;
    }
}
@media (min-width: 1200px) {
    .catalog-view_op1 .product-media {
        padding-right: 30px;
    }
}
.catalog-view_op1 .product-media .images-large {
    position: relative;
    border: 1px solid #eeeeee;
    background-color: #fff;
    margin-bottom: 25px;
    text-align: center;
    padding: 30px;
}
.catalog-view_op1 .product-media .images-large .btn-zoom {
    display: none;
    visibility: hidden;
    opacity: 0;
}
.catalog-view_op1 .product-media .images-small {
    padding: 0 35px;
}
.catalog-view_op1 .product-media .images-small a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #eeeeee;
    background-color: #fff;
    text-align: center;
    padding: 0;
}
.catalog-view_op1 .product-media .images-small a.active {
    border: 1px solid #ff3366;
}
.catalog-view_op1 .product-media .images-small a img {
    margin: auto;
    display: block;
    width: 100%;
}
.catalog-view_op1 .product-media .images-small .owl-item {
    padding-bottom: 1px;
}
.catalog-view_op1 .product-media .images-small .owl-prev,
.catalog-view_op1 .product-media .images-small .owl-next {
    width: 24px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    background-color: #aaaaaa;
    border-radius: 0;
    display: block;
    height: auto;
    text-indent: 0;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-size: 16px;
}
.catalog-view_op1 .product-media .images-small .owl-prev:hover,
.catalog-view_op1 .product-media .images-small .owl-next:hover {
    background-color: #ff3366;
}
.catalog-view_op1 .product-media .images-small .owl-prev:before,
.catalog-view_op1 .product-media .images-small .owl-next:before {
    content: "";
    font-family: "FontAwesome";
}
.catalog-view_op1 .product-media .images-small .owl-prev {
    left: -35px;
}
.catalog-view_op1 .product-media .images-small .owl-prev:before {
    content: "\f104";
}
.catalog-view_op1 .product-media .images-small .owl-next {
    right: -35px;
}
.catalog-view_op1 .product-media .images-small .owl-next:before {
    content: "\f105";
}
.catalog-view_op1 .product-info-main {
    margin-bottom: 50px;
}
@media (min-width: 1200px) {
    .catalog-view_op1 .product-info-main {
        margin-left: -15px;
    }
}
.catalog-view_op1 .product-info-main .page-title {
    font-size: 24px;
    color: #666666;
    text-transform: capitalize;
    display: block;
    margin: 0 0 12px;
}
.catalog-view_op1 .product-info-main .product-reviews-summary {
    margin-bottom: 6px;
}
.catalog-view_op1 .product-info-main .product-reviews-summary .rating-summary {
    display: inline-block;
    vertical-align: top;
}
.catalog-view_op1 .product-info-main .product-reviews-summary .reviews-actions {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #666666;
}
.catalog-view_op1 .product-info-main .product-reviews-summary .reviews-actions a {
    color: #666666;
    display: inline-block;
    line-height: 18px;
    padding: 0 10px;
}
.catalog-view_op1 .product-info-main .product-reviews-summary .reviews-actions a:hover {
    color: #ff3366;
}
.catalog-view_op1 .product-info-main .product-reviews-summary .reviews-actions .action {
    border-right: 1px solid #e5e5e5;
}
.catalog-view_op1 .product-info-main .product-reviews-summary .reviews-actions .action:last-child {
    border-right: none;
}
.catalog-view_op1 .product-info-main .product-info-price {
    margin-bottom: 10px;
}
.catalog-view_op1 .product-info-main .product-info-price .price {
    font-weight: bold;
    color: #ff3366;
    font-size: 18px;
}
.catalog-view_op1 .product-info-main .product-info-price .old-price {
    font-size: 14px;
    color: #666666;
    text-decoration: line-through;
    margin-left: 12px;
}
.catalog-view_op1 .product-info-main .product-info-price .label-sale {
    display: inline-block;
    line-height: 23px;
    background-color: #ff9900;
    color: #fff;
    padding: 0 12px;
    font-size: 14px;
    margin-left: 12px;
}
.catalog-view_op1 .product-info-main .product-info-stock {
    color: #009966;
    font-size: 14px;
    margin-bottom: 7px;
}
.catalog-view_op1 .product-info-main .product-info-stock .label {
    color: #666;
    padding: 0;
    font-size: 14px;
    font-weight: normal;
}
.catalog-view_op1 .product-info-main .product-code,
.catalog-view_op1 .product-info-main .product-condition {
    color: #666;
    font-size: 14px;
    margin-bottom: 7px;
}
.catalog-view_op1 .product-info-main .product-overview {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    border-top: 1px solid #eeeeee;
    padding-top: 5px;
    padding-bottom: 5px;
}
.catalog-view_op1 .product-info-detailed {
    margin-bottom: 38px;
}
.catalog-view_op1 .product-info-detailed .nav {
    margin: 0;
}
@media (max-width: 767px) {
    .catalog-view_op1 .product-info-detailed .nav {
        display: none;
    }
}
.catalog-view_op1 .product-info-detailed .nav > li + li {
    margin-left: 6px;
}
.catalog-view_op1 .product-info-detailed .nav > li > a {
    display: block;
    line-height: 46px;
    padding: 0 25px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-transform: uppercase;
    background-color: #e2e2e2;
}
@media (max-width: 1199px) {
    .catalog-view_op1 .product-info-detailed .nav > li > a {
        padding: 0 15px;
    }
}
.catalog-view_op1 .product-info-detailed .nav > li.active > a {
    background-color: #fff;
    margin-bottom: -1px;
    border: 1px solid #eeeeee;
    border-bottom: none;
}
.catalog-view_op1 .product-info-detailed .tab-content {
    border: 1px solid #eeeeee;
    padding: 30px 15px;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}
.catalog-view_op1 .product-info-detailed .tab-content .block-title {
    display: none;
    line-height: 30px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: -1px;
    padding: 0 20px;
    text-transform: uppercase;
    line-height: 46px;
    padding: 0 25px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
    position: relative;
    padding-right: 35px;
}
.catalog-view_op1 .product-info-detailed .tab-content .block-title:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    right: 20px;
}
@media (max-width: 767px) {
    .catalog-view_op1 .product-info-detailed .tab-content .block-title {
        display: block;
    }
}
@media (max-width: 767px) {
    .catalog-view_op1 .product-info-detailed .tab-content {
        padding: 0;
    }
    .catalog-view_op1 .product-info-detailed .tab-content .tab-pane {
        display: block;
    }
    .catalog-view_op1 .product-info-detailed .tab-content .tab-pane.has-active .block-content {
        display: block;
    }
    .catalog-view_op1 .product-info-detailed .tab-content .tab-pane.has-active .block-title {
        background-color: #e2e2e2;
    }
    .catalog-view_op1 .product-info-detailed .tab-content .tab-pane.has-active .block-title:after {
        content: "\f106";
        font-family: "FontAwesome";
    }
    .catalog-view_op1 .product-info-detailed .tab-content .block-content {
        display: none;
        padding: 20px;
        border-bottom: 1px solid #eeeeee;
    }
    .catalog-view_op1 .product-info-detailed .tab-content .tab-pane {
        visibility: visible;
        opacity: 1;
        position: static;
    }
}
.catalog-view_op1 .product-add-form {
    padding-top: 5px;
    border-top: 1px solid #eeeeee;
}
.catalog-view_op1 .product-options-wrapper .form-qty {
    margin-bottom: 10px;
}
.catalog-view_op1 .product-options-wrapper .form-qty .label {
    font-size: 14px;
    color: #666666;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
    min-width: 45px;
    padding: 0;
    font-weight: normal;
    text-align: left;
}
.catalog-view_op1 .product-options-wrapper .form-qty .control {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 70px;
}
.catalog-view_op1 .product-options-wrapper .form-qty .input-qty {
    height: 31px;
    border: 1px solid #eaeaea;
    background-color: #fafafa;
    width: 100%;
    font-size: 13px;
    color: #666666;
    padding-left: 10px;
}
.catalog-view_op1 .product-options-wrapper .form-qty .btn-number {
    color: #666666;
    width: 10px;
    padding: 0;
    text-align: center;
    line-height: 6px;
    border: none;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
    position: absolute;
    right: 7px;
}
.catalog-view_op1 .product-options-wrapper .form-qty .btn-number span {
    display: none;
}
.catalog-view_op1 .product-options-wrapper .form-qty .btn-number:before {
    font-family: 'FontAwesome';
}
.catalog-view_op1 .product-options-wrapper .form-qty .btn-number.qtyminus {
    top: 50%;
    margin-top: 2px;
}
.catalog-view_op1 .product-options-wrapper .form-qty .btn-number.qtyminus:before {
    content: "\f0d7";
}
.catalog-view_op1 .product-options-wrapper .form-qty .btn-number.qtyplus {
    bottom: 50%;
    margin-bottom: 2px;
}
.catalog-view_op1 .product-options-wrapper .form-qty .btn-number.qtyplus:before {
    content: "\f0d8";
}
.catalog-view_op1 .product-options-wrapper .form-configurable {
    margin-bottom: 10px;
}
.catalog-view_op1 .product-options-wrapper .form-configurable .label {
    font-size: 14px;
    color: #666666;
    display: inline-block;
    line-height: 30px;
    vertical-align: top;
    min-width: 45px;
    padding: 0;
    font-weight: normal;
    text-align: left;
}
.catalog-view_op1 .product-options-wrapper .form-configurable .control {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 95px;
}
.catalog-view_op1 .product-options-wrapper .form-configurable .form-control {
    height: 31px;
    border: 1px solid #eaeaea;
    background-color: #fafafa;
    width: 100%;
    font-size: 13px;
    color: #666666;
    padding-left: 10px;
    padding-right: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
}
.catalog-view_op1 .product-options-wrapper .form-configurable select {
    background-position: center right 5px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/select.png);
}
.catalog-view_op1 .product-options-wrapper .form-configurable .size-chart {
    color: #ff3366;
    line-height: 30px;
    display: inline-block;
    text-decoration: underline;
    font-size: 14px;
    font-style: italic;
    margin-left: 6px;
}
.catalog-view_op1 .product-options-bottom {
    padding-top: 10px;
    margin-top: 15px;
    border-top: 1px solid #eeeeee;
}
.catalog-view_op1 .product-options-bottom .btn-cart {
    height: 36px;
    background-color: #ff3366;
    color: #fff;
    font-size: 14px;
    padding: 0 12px;
    border: none;
    box-shadow: none;
    line-height: 36px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    margin-bottom: 10px;
}
.catalog-view_op1 .product-options-bottom .btn-cart:before {
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/cart-catalog-op1.png);
    width: 16px;
    height: 16px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.catalog-view_op1 .product-options-bottom .btn-cart:hover {
    background-color: #cc0033;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.catalog-view_op1 .product-options-bottom .product-addto-links .action {
    display: inline-block;
    line-height: 34px;
    font-size: 14px;
    color: #666666;
    margin-right: 15px;
    margin-bottom: 10px;
    vertical-align: top;
}
.catalog-view_op1 .product-options-bottom .product-addto-links .action:before {
    content: "";
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 30px;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
    margin-right: 3px;
    width: 30px;
    height: 30px;
    background-color: #999999;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.catalog-view_op1 .product-options-bottom .product-addto-links .action:hover {
    color: #ff3366;
}
.catalog-view_op1 .product-options-bottom .product-addto-links .action:hover:before {
    background-color: #ff3366;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.catalog-view_op1 .product-options-bottom .product-addto-links .btn-wishlist:before {
    content: "\f08a";
}
.catalog-view_op1 .product-options-bottom .product-addto-links .btn-compare:before {
    content: "\f012";
}
.catalog-view_op1 .product-addto-links-second {
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
    margin-bottom: 15px;
}
.catalog-view_op1 .product-addto-links-second .action {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    background-position: center left;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #666666;
    padding-left: 26px;
    margin-right: 15px;
}
.catalog-view_op1 .product-addto-links-second .action:hover {
    color: #ff3366;
}
.catalog-view_op1 .product-addto-links-second .action-print {
    background-image: url(../images/icon/action-print.png);
}
.catalog-view_op1 .product-addto-links-second .action-friend {
    background-image: url(../images/icon/action-friend.png);
}
.swatch-opt .swatch-attribute .swatch-attribute-label {
    font-size: 14px;
    color: #666666;
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
    min-width: 45px;
}
.swatch-opt .swatch-attribute .swatch-attribute-options {
    display: inline-block;
    vertical-align: top;
}
.swatch-opt .swatch-attribute .swatch-attribute-options:before,
.swatch-opt .swatch-attribute .swatch-attribute-options:after {
    content: "";
    display: table;
}
.swatch-opt .swatch-attribute .swatch-attribute-options:after {
    clear: both;
}
.swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option {
    width: 20px;
    height: 20px;
    border: 1px solid #eeeeee;
    float: left;
    margin-right: 9px;
    margin-bottom: 10px;
    cursor: pointer;
}
.swatch-opt .swatch-attribute .swatch-attribute-options .swatch-option.selected {
    outline: 1px solid #ff3366;
}
.fancybox-overlay {
    z-index: 9999;
}
/*==========================================================

	9. PAGES

==========================================================*/
.page-title-base .title-base {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin: 0;
    margin-bottom: 15px;
}
.cms-page .breadcrumb-page .breadcrumb {
    margin-bottom: 19px;
}
.block-about-us {
    margin-bottom: 40px;
}
.block-about-us .block-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
    text-transform: uppercase;
}
.block-about-us .block-content {
    padding-top: 2px;
}
.block-about-us .img {
    position: relative;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 20px;
}
.block-about-us .img img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-about-us .img:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-about-us .text {
    color: #666666;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 20px;
}
/*block-why-choos-us*/
.block-why-choos-us {
    margin-bottom: 60px;
}
.block-why-choos-us .block-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
    text-transform: uppercase;
}
.block-why-choos-us ul li {
    position: relative;
    padding-left: 30px;
    border-bottom: 1px dotted #666666;
    font-size: 13px;
    color: #666666;
    line-height: 30px;
    text-transform: capitalize;
    background-repeat: no-repeat;
    background-position: top 8px left;
    background-image: url(../images/icon/index1/check.png);
    padding-bottom: 5px;
    margin-bottom: 4px;
}
.block-why-choos-us ul li:last-child {
    border-bottom: none;
}
.block-why-choos-us ul li a {
    color: #666666;
}
.block-why-choos-us ul li a:hover {
    color: #fca53c;
}
.block-why-choos-us ul li:hover {
    color: #fca53c;
    background-image: url(../images/icon/index1/check-hover.png);
}
/*block-our-menber*/
.block-our-member {
    margin-bottom: 57px;
}
.block-our-member .block-title {
    font-size: 14px;
    color: #888888;
    text-align: center;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 84px;
    line-height: 24px;
}
.block-our-member .block-title .title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.block-our-member .item .item-photo img {
    width: 100%;
    display: block;
}
.block-our-member .item .name {
    display: block;
    font-size: 14px;
    color: #157ed2;
    text-transform: capitalize;
    margin-top: 3px;
}
.block-our-member .item .team {
    display: block;
    text-transform: capitalize;
}
.block-our-member .item .des {
    color: #888888;
    display: block;
    font-size: 13px;
    line-height: 24px;
    margin-top: 12px;
}
.block-our-member .owl-dots {
    text-align: center;
    top: -60px;
    left: 0;
    right: 0;
    position: absolute;
}
.block-our-member .owl-dots .owl-dot {
    width: 17px;
    height: 17px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    background-color: #bbbbbb;
    margin-right: 5px;
}
.block-our-member .owl-dots .owl-dot.active {
    width: 19px;
    height: 19px;
    background-color: #fca53c;
}
.block-googlemap {
    margin-bottom: 20px;
}
.block-contact-us,
.block-address {
    margin-bottom: 70px;
}
.block-contact-us .block-title,
.block-address .block-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.block-contact-us .row {
    margin: 0 -5px;
}
.block-contact-us .col-md-5,
.block-contact-us .col-md-6,
.block-contact-us .col-md-7,
.block-contact-us .col-md-4 {
    padding: 0 5px;
}
.block-contact-us .form-control {
    border: 1px solid #e5e5e5;
    font-size: 13px;
    color: #888888;
    padding-left: 25px;
}
.block-contact-us .form-control::-moz-placeholder {
    color: #888888;
    opacity: 1;
}
.block-contact-us .form-control:-ms-input-placeholder {
    color: #888888;
}
.block-contact-us .form-control::-webkit-input-placeholder {
    color: #888888;
}
.block-contact-us .form-control:not(textarea) {
    height: 56px;
}
.block-contact-us textarea {
    height: 185px;
    padding-top: 18px;
    padding-bottom: 18px;
}
.block-contact-us .form-group {
    margin-bottom: 8px;
}
.block-contact-us .btn {
    height: 43px;
    margin-top: 12px;
    font-size: 14px;
    padding: 0 22px;
    text-transform: uppercase;
}
.block-address .block-content {
    font-size: 14px;
    color: #888888;
    margin-top: -6px;
}
.block-address .block-content .title {
    font-weight: 600;
    display: block;
    line-height: 24px;
    color: #333;
    font-size: 14px;
}
.block-address .block-content p {
    margin-bottom: 26px;
}
.block-form-login {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    color: #666666;
    margin-top: 17px;
}
.block-form-login .block-form-create,
.block-form-login .block-form-registered {
    display: table-cell;
    border: 1px solid #ececec;
    width: 50%;
}
.block-form-login .block-form-create .block-title,
.block-form-login .block-form-registered .block-title {
    font-size: 16px;
    font-family: "Montserrat";
    display: block;
    margin-bottom: 37px;
}
.block-form-login .form-control {
    height: 40px;
    border: 1px solid #e5e5e5;
    padding-left: 24px;
    font-size: 13px;
    color: #aaaaaa;
    max-width: 320px;
}
.block-form-login .form-control::-moz-placeholder {
    color: #aaaaaa;
    opacity: 1;
}
.block-form-login .form-control:-ms-input-placeholder {
    color: #aaaaaa;
}
.block-form-login .form-control::-webkit-input-placeholder {
    color: #aaaaaa;
}
.block-form-login .form-group {
    margin-bottom: 20px;
}
.block-form-login p {
    margin-bottom: 15px;
}
.block-form-login .btn {
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 14px;
    height: 40px;
    margin-top: 10px;
}
.block-form-login .block-form-create {
    padding: 45px 60px 60px;
    background-color: #fafafa;
}
@media (max-width: 991px) {
    .block-form-login .block-form-create {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.block-form-login .block-form-registered {
    padding: 45px 70px 60px 74px;
}
@media (max-width: 991px) {
    .block-form-login .block-form-registered {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.block-form-login .checkbox {
    color: #666666;
    margin-top: 10px;
    margin-bottom: 15px;
}
.block-form-login .checkbox label {
    padding-left: 0;
}
.block-form-login .checkbox label > span {
    display: block;
    position: relative;
    padding-left: 27px;
}
.block-form-login .checkbox label > span:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #dedede;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 100%;
    color: #fca53c;
    line-height: 14px;
    font-size: 11px;
    text-align: center;
}
.block-form-login .checkbox input[type=checkbox] {
    visibility: hidden;
}
.block-form-login .checkbox input[type=checkbox]:checked + span:before {
    border-color: #fca53c;
    content: "\f00c";
    font-family: "FontAwesome";
}
@media (max-width: 639px) {
    .block-form-login {
        display: block;
    }
    .block-form-login .block-form-create,
    .block-form-login .block-form-registered {
        display: block;
        width: 100%;
    }
}
.block-forgot-pass {
    display: block;
    border: 1px solid #ececec;
    text-align: center;
    border-top: none;
    font-size: 14px;
    padding: 25px 15px;
    margin-bottom: 72px;
}
.block-forgot-pass a {
    color: #7dc7d1;
    text-decoration: underline;
}
.form-cart {
    margin-bottom: 70px;
}
.form-cart .table-cart-wrapper {
    border: 1px solid #ececec;
    padding: 9px;
    margin: 0;
}
.form-cart table {
    margin: 0;
}
.form-cart table thead tr td,
.form-cart table tbody tr td,
.form-cart table thead tr th,
.form-cart table tbody tr th {
    padding-left: 30px;
    padding-right: 30px;
    padding: 20px 30px;
}
.form-cart table thead tr td,
.form-cart table thead tr th {
    background-color: #ebebeb;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    text-transform: capitalize;
    border: none;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.form-cart table thead .tb-available {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}
.form-cart table tbody tr th,
.form-cart table tbody tr td {
    vertical-align: top;
    text-align: center;
    border-top: none;
    border-bottom: 1px solid #efefef;
}
.form-cart table .tb-product {
    text-align: left;
}
.form-cart table .tb-product .item:before,
.form-cart table .tb-product .item:after {
    content: "";
    display: table;
}
.form-cart table .tb-product .item:after {
    clear: both;
}
.form-cart table .tb-product .item-photo {
    float: left;
    width: 100px;
    border: 1px solid #e9e9e9;
    display: block;
    padding: 12px 2px 6px;
    text-align: center;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}
.form-cart table .tb-product .item-photo:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.form-cart table .tb-product .item-photo img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.form-cart table .tb-product .item-detail {
    overflow: hidden;
    white-space: normal;
}
.form-cart table .tb-product .item-name {
    display: block;
    font-weight: normal;
    color: #888888;
    font-size: 14px;
    margin-bottom: 7px;
}
.form-cart table .tb-product .item-name a {
    color: #888888;
}
.form-cart table .tb-product .item-name a:hover {
    color: #fca53c;
}
.form-cart table .tb-available {
    font-size: 13px;
    color: #87af66;
    font-style: italic;
}
@media (min-width: 1199px) {
    .form-cart table .tb-available {
        width: 198px;
    }
}
.form-cart table .tb-available .value {
    padding-top: 6px;
    display: block;
}
.form-cart table .product-quantity{
    text-align: left;
}
.form-cart table .tb-qty .input-qty {
    height: 35px;
    width: 60px;
    text-align: center;
    border: 1px solid #dddddd;
    font-size: 14px;
    color: #555555;
    font-family: "Arimo";
    padding: 0;
    margin: auto;
}
.form-cart table .tb-total {
    font-size: 14px;
    font-weight: 600;
}
@media (min-width: 1199px) {
    .form-cart table .tb-total {
        width: 220px;
    }
}
.form-cart table .tb-total .amount {
    padding-top: 7px;
    display: block;
}
@media (min-width: 1199px) {
    .form-cart table .tb-remove {
        width: 120px;
    }
}
.form-cart table .tb-remove .action-remove {
    color: #cccccc;
    display: inline-block;
    padding-top: 6px;
}
.form-cart table .tb-remove .action-remove:hover {
    color: #fca53c;
}
.form-cart table .tb-remove .action-remove span {
    display: none;
}
.form-cart table .tb-remove .action-remove:before {
    content: "\f00d";
    font-family: "FontAwesome";
}
.form-cart table .tb-subtotal {
    border: none;
    font-size: 16px;
    color: #444444;
    font-weight: 600;
    text-align: right;
    padding-right: 140px;
    padding-top: 32px;
    padding-bottom: 23px;
}
.form-cart table .tb-subtotal .label {
    font-size: 16px;
    display: inline-block;
    color: #444444;
    margin-right: 12px;
    font-weight: 600;
}
.form-cart .cart-actions {
    border: 1px solid #ececec;
    padding: 28px 40px 13px;
    background-color: #fafafa;
    border-top: none;
}
@media (max-width: 600px) {
    .form-cart .cart-actions {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.form-cart .cart-actions:before,
.form-cart .cart-actions:after {
    content: "";
    display: table;
}
.form-cart .cart-actions:after {
    clear: both;
}
.form-cart .cart-actions .action {
    margin-bottom: 15px;
    border-radius: 30px;
    border: 1px solid #ececec;
    height: 40px;
    box-shadow: none;
    padding: 0 24px;
    font-size: 12px;
    color: #555555;
    text-transform: uppercase;
    background-color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.form-cart .cart-actions .action:hover {
    background-color: #fca53c;
    color: #fff;
    border-color: #fca53c;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.form-cart .cart-actions .action.update {
    float: left;
}
.form-cart .cart-actions .action.checkout {
    float: right;
}
@media (max-width: 479px) {
    .form-cart .cart-actions .action {
        display: block;
        float: none;
        width: 100%;
    }
}
#popup-newsletter .close {
    width: 16px;
    height: 16px;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index1/close.png);
    opacity: 1;
    position: absolute;
    top: 12px;
    right: 14px;
}
#popup-newsletter .close span {
    display: none;
}
#popup-newsletter .modal-dialog {
    width: 100%;
    max-width: 800px;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Safari */
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    margin: 0 auto;
    height: 100%;
    padding: 15px;
}
#popup-newsletter .modal-content {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/Popup_Newsletter.jpg);
    height: 390px;
    border-radius: 0;
    border: none;
    padding: 20px;
    color: #fff;
    padding-top: 43px;
    padding-bottom: 40px;
    width: 100%;
    max-width: 770px;
}
#popup-newsletter .block-inner{
    max-width: 375px;
    overflow: hidden;
    float: left;
}
#popup-newsletter .block-newletter {
    font-size: 14px;

}
#popup-newsletter .block-newletter .block-title {
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
}
#popup-newsletter .block-newletter .text-des {
    margin-bottom: 30px;
}
#popup-newsletter .block-newletter .form-control {
    height: 40px;
    border: none;
    background-color: #dbdbdb;
    color: #888888;
    font-style: italic;
    font-size: 14px;
}
#popup-newsletter .block-newletter .form-control::-moz-placeholder {
    color: #888888;
    opacity: 1;
}
#popup-newsletter .block-newletter .form-control:-ms-input-placeholder {
    color: #888888;
}
#popup-newsletter .block-newletter .form-control::-webkit-input-placeholder {
    color: #888888;
}
#popup-newsletter .block-newletter .btn-subcribe {
    height: 40px;
}
#popup-newsletter .block-social .block-title {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}
#popup-newsletter .block-social .block-content {
    font-size: 18px;
}
#popup-newsletter .block-social .block-content a {
    margin-right: 13px;
    color: #fff;
}
#popup-newsletter .block-social .block-content a span{
    display: none;
}
#popup-newsletter .btn-checkbox {
    position: absolute;
    bottom: 6px;
    left: 20px;
}
#popup-newsletter .btn-checkbox label {
    cursor: pointer;
}
.cms-page {
    background-color: #fff;
}
.cms-page .site-main {
    background-color: #fff;
}
.cms-page.index-opt-1 {
    background-color: #fff;
}
.cms-page.index-opt-1 .header-content {
    background-color: #fff;
}
.cms-page.index-opt-1 .header-nav {
    background-color: #ebebeb;
}
/*==========================================================

	10. HOME PAGE

==========================================================*/
.effect-border {
    display: block;
    position: relative;
    overflow: hidden;
}
.effect-border:before,
.effect-border:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-style: solid;
    border-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 100;
}
.effect-border:before {
    border-width: 1px 0 1px 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    top: 10px;
    bottom: 10px;
}
.effect-border:after {
    border-width: 0px 1px 0px 1px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    left: 10px;
    right: 10px;
}
.effect-border:hover:before,
.effect-border:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.effect-border:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.effect-border img {
    display: block;
    width: 100%;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.effect-bg {
    position: relative;
    display: block;
}
.effect-bg:before {
    content: "";
    background-color: #fca53c;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    border-radius: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.effect-bg img {
    display: block;
    width: 100%;
}
.effect-bg:hover:before {
    opacity: 0.4;
    border-radius: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.effect-banner1 .box-img {
    position: relative;
    display: block;
}
.effect-banner1 .box-img:before,
.effect-banner1 .box-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.effect-banner1 .box-img:hover:before {
    top: 50%;
    bottom: 50%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background-color: rgba(255, 255, 255, 0.5);
}
.effect-banner1 .box-img:hover:after {
    left: 50%;
    right: 50%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background-color: rgba(255, 255, 255, 0.5);
}
.effect-banner1 .box-img img {
    display: block;
    width: 100%;
}
.effect-banner2 .box-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.effect-banner2 .box-img:before {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0px, 100%, 0px);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0px, 100%, 0px);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0px, 100%, 0px);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0px, 100%, 0px);
    visibility: hidden;
    width: 100%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.effect-banner2 .box-img:hover:before {
    opacity: 1;
    visibility: initial;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0px, -100%, 0px);
    -ms-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0px, -100%, 0px);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0px, -100%, 0px);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 135deg) translate3d(0px, -100%, 0px);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.effect-banner2 img {
    display: block;
    width: 100%;
}
.effect-banner3 .box-img,
.effect-banner3 .img-banner {
    display: block;
    position: relative;
    overflow: hidden;
}
.effect-banner3 .box-img:before,
.effect-banner3 .img-banner:before,
.effect-banner3 .box-img:after,
.effect-banner3 .img-banner:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
    background-color: rgba(254, 86, 84, 0.3);
}
.effect-banner3 .box-img:before,
.effect-banner3 .img-banner:before {
    left: 0;
    width: 0;
}
.effect-banner3 .box-img:after,
.effect-banner3 .img-banner:after {
    right: 0;
    width: 0;
}
.effect-banner3 .box-img:hover:before,
.effect-banner3 .img-banner:hover:before,
.effect-banner3 .box-img:hover:after,
.effect-banner3 .img-banner:hover:after {
    opacity: 1;
    background-color: rgba(254, 86, 84, 0.3);
}
.effect-banner3 .box-img:hover:before,
.effect-banner3 .img-banner:hover:before {
    left: 0;
    width: 50%;
    -webkit-transition: 0.55s;
    -o-transition: 0.55s;
    transition: 0.55s;
}
.effect-banner3 .box-img:hover:after,
.effect-banner3 .img-banner:hover:after {
    right: 0;
    width: 50%;
    -webkit-transition: 0.55s;
    -o-transition: 0.55s;
    transition: 0.55s;
}
.effect-banner3 img {
    display: block;
    width: 100%;
}
.block-slide-main .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.block-slide-main .item .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}
.block-slide-main .item .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}
.block-slide-main .item .des {
    display: block;
}
.block-slide-main .item .btn {
    line-height: 50px;
    background-color: #0a3a68;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 25px;
    font-size: 16px;
    font-weight: bold;
}
.block-slide-main .item .btn:hover {
    background-color: #fca53c;
}
.block-slide-main .owl-item {
    /*&:hover {
			.item {
				.title {
					.animation(fadeOutUp 0.6s ease-in-out 0.8s both);
				}
				.subtitle {
					.animation(fadeOutLeft 0.6s ease-in-out 0.8s both);
				}
				.des {
					.animation(fadeOutDown 0.6s ease-in-out 0.8s both);
				}
				.btn {
					.animation(fadeOutRight 0.6s ease-in-out 0.8s both);
				}
			}
		}*/
}
.block-slide-main .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}
.block-slide-main .owl-dots .owl-dot {
    width: 21px;
    height: 2px;
    background-color: #fff;
    display: inline-block;
    margin: 0 3px;
}
.block-slide-main .dotsData .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: auto;
    right: 257px;
}
@media (max-width: 640px) {
    .block-slide-main .dotsData .owl-dots {
        right: 30px;
    }
}
.block-slide-main .dotsData .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    line-height: 18px;
    background-color: #fff;
    display: inline-block;
    margin: 0 2px;
    border: 1px solid #fff;
    border-radius: 100%;
    color: #666666;
}
.block-slide-main .dotsData .owl-dots .owl-dot.active {
    background-color: #28a152;
    color: #fff;
}
.block-slide-main:hover .owl-nav .owl-next,
.block-slide-main:hover .owl-nav .owl-prev {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-slide-main:hover .owl-nav .owl-prev {
    left: 15px;
}
.block-slide-main:hover .owl-nav .owl-next {
    right: 15px;
}
.block-slide-main .owl-nav .owl-next,
.block-slide-main .owl-nav .owl-prev {
    width: 32px;
    line-height: 50px;
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    font-size: 24px;
    color: #333333;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    opacity: 0;
}
.block-slide-main .owl-nav .owl-next:hover,
.block-slide-main .owl-nav .owl-prev:hover {
    color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.block-slide-main .owl-nav .owl-next:before,
.block-slide-main .owl-nav .owl-prev:before {
    content: "";
    font-family: 'FontAwesome';
}
.block-slide-main .owl-nav .owl-prev {
    left: 25px;
}
.block-slide-main .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-slide-main .owl-nav .owl-next {
    right: 25px;
}
.block-slide-main .owl-nav .owl-next:before {
    content: "\f105";
}
.block-slide-main .active .item .title {
    -webkit-animation: fadeInRight 0.9s ease-in-out 0.8s both;
    -o-animation: fadeInRight 0.9s ease-in-out 0.8s both;
    animation: fadeInRight 0.9s ease-in-out 0.8s both;
}
.block-slide-main .active .item .subtitle {
    -webkit-animation: fadeInRight 0.6s ease-in-out 0.8s both;
    -o-animation: fadeInRight 0.6s ease-in-out 0.8s both;
    animation: fadeInRight 0.6s ease-in-out 0.8s both;
}
.block-slide-main .active .item .des {
    -webkit-animation: fadeInRight 0.6s ease-in-out 0.8s both;
    -o-animation: fadeInRight 0.6s ease-in-out 0.8s both;
    animation: fadeInRight 0.6s ease-in-out 0.8s both;
}
.block-slide-main .active .item .btn {
    -webkit-animation: fadeInRight 0.8s ease-in-out 0.8s both;
    -o-animation: fadeInRight 0.8s ease-in-out 0.8s both;
    animation: fadeInRight 0.8s ease-in-out 0.8s both;
}
.block-slide-main .active .item1 .title {
    -webkit-animation: fadeInDown 0.6s ease-in-out 0.8s both;
    -o-animation: fadeInDown 0.6s ease-in-out 0.8s both;
    animation: fadeInDown 0.6s ease-in-out 0.8s both;
}
.block-slide-main .active .item1 .subtitle {
    -webkit-animation: fadeInDown 1s ease-in-out 0.8s both;
    -o-animation: fadeInDown 1s ease-in-out 0.8s both;
    animation: fadeInDown 1s ease-in-out 0.8s both;
}
.block-slide-main .active .item1 .des {
    -webkit-animation: fadeInDown 1.5s ease-in-out 0.8s both;
    -o-animation: fadeInDown 1.5s ease-in-out 0.8s both;
    animation: fadeInDown 1.5s ease-in-out 0.8s both;
}
.block-slide-main .active .item1 .btn {
    -webkit-animation: fadeInDown 1.7s ease-in-out 0.8s both;
    -o-animation: fadeInDown 1.7s ease-in-out 0.8s both;
    animation: fadeInDown 1.7s ease-in-out 0.8s both;
}
.block-slide-main .active .item3 .title {
    -webkit-animation: flipInX 1s ease-in-out 1s both;
    -o-animation: flipInX 1s ease-in-out 1s both;
    animation: flipInX 1s ease-in-out 1s both;
}
.block-slide-main .active .item3 .subtitle {
    -webkit-animation: flipInX 1.2s ease-in-out 1s both;
    -o-animation: flipInX 1.2s ease-in-out 1s both;
    animation: flipInX 1.2s ease-in-out 1s both;
}
.block-slide-main .active .item3 .des {
    -webkit-animation: flipInX 1.5s ease-in-out 0.8s both;
    -o-animation: flipInX 1.5s ease-in-out 0.8s both;
    animation: flipInX 1.5s ease-in-out 0.8s both;
}
.block-slide-main .active .item3 .btn {
    -webkit-animation: flipInX 1.7s ease-in-out 0.8s both;
    -o-animation: flipInX 1.7s ease-in-out 0.8s both;
    animation: flipInX 1.7s ease-in-out 0.8s both;
}
/*.slide-opt-1 .item,*/
.slide.slide-style1{
    color: #fff;
    font-size: 18px;
}
/*.slide-opt-1 .item a,*/
.slide.slide-style1 a{
    color: #fff;
}
/*.slide-opt-1 .item .description,*/
.slide.slide-style1 .description{
    position: relative;
    left: 300px;
    padding-top: 180px;
    max-width: 500px;
}
/*.slide-opt-1 .item1 .description,*/
.slide.slide-style1.item1 .description{
    padding-left: 55px;
    padding-top: 194px;
    max-width: 530px;
}
.slide-opt-1 .item1 .title,
.slide.slide-style1.item1 .title{
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 56px;
    margin-bottom: 10px;
    line-height: 1;
}
.slide-opt-1 .item1 .subtitle,
.slide.slide-style1.item1 .subtitle{
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 15px;
}
.slide-opt-1 .item1 .des,
.slide.slide-style1.item1 .des{
    margin-bottom: 14px;
    display: block;
    margin-bottom: 25px;
    max-width: 345px;
    line-height: 24px;
}
.slide-opt-1 .item1 .btn,
.slide.slide-style1.item1 .btn{
    line-height: 55px;
    background-color: #f5bc9e;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 23px;
    margin-top: 32px;
    font-size: 18px;
    font-weight: bold;
}
.slide-opt-1 .item1 .btn:hover,
.slide.slide-style1.item1 .btn:hover{
    background-color: #fca53c;
}
.slide-opt-1 .item2 .description,
.slide.slide-style1.item2 .description{
    margin-left: 260px;
    padding-top: 255px;
    max-width: 500px;
}
.slide-opt-1 .item2 .title,
.slide.slide-style1.item2 .title{
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 55px;
    margin-bottom: 5px;
    line-height: 1;
}
.slide-opt-1 .item2 .subtitle,
.slide.slide-style1.item2 .subtitle{
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 8px;
}
.slide-opt-1 .item2 .des,
.slide.slide-style1.item2 .des{
    margin-bottom: 15px;
    display: block;
    margin-bottom: 7px;
    max-width: 345px;
    line-height: 1;
}
.slide-opt-1 .item2 .btn,
.slide.slide-style1.item2 .btn{
    line-height: 55px;
    background-color: #b22c2d;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 30px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
}
.slide-opt-1 .item2 .btn:hover,
.slide.slide-style1.item2 .btn:hover{
    background-color: #fca53c;
}
.slide-opt-1 .item3 .description,
.slide.slide-style1.item3 .description{
    margin-left: 475px;
    padding-top: 130px;
    max-width: 450px;
    float: left;
}
.slide-opt-1 .item3 .title,
.slide.slide-style1.item3 .title{
    display: block;
    text-transform: none;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 5px;
}
.slide-opt-1 .item3 .subtitle,
.slide.slide-style1.item3 .subtitle{
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 5px;
    line-height: 1;
}
.slide-opt-1 .item3 .des,
.slide.slide-style1.item3 .des{
    margin-bottom: 15px;
    display: block;
    margin-bottom: 38px;
    text-align: right;
}
.slide-opt-1 .item3 .btn,
.slide.slide-style1.item3 .btn{
    line-height: 55px;
    background-color: #9941ef;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 30px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
}
.slide-opt-1 .item3 .btn:hover,
.slide.slide-style1.item3 .btn:hover{
    background-color: #fca53c;
}
.slide-opt-1 .active .item .title,
.active .slide.slide-style1.item .title{
    -webkit-animation: fadeInRight 0.9s ease-in-out 0.8s both;
    -o-animation: fadeInRight 0.9s ease-in-out 0.8s both;
    animation: fadeInRight 0.9s ease-in-out 0.8s both;
}
.slide-opt-1 .active .item .subtitle,
.active .slide.slide-style1.item .subtitle{
    -webkit-animation: fadeInRight 0.6s ease-in-out 0.8s both;
    -o-animation: fadeInRight 0.6s ease-in-out 0.8s both;
    animation: fadeInRight 0.6s ease-in-out 0.8s both;
}
.slide-opt-1 .active .item .des,
.active .slide.slide-style1.item .des{
    -webkit-animation: fadeInRight 0.6s ease-in-out 0.8s both;
    -o-animation: fadeInRight 0.6s ease-in-out 0.8s both;
    animation: fadeInRight 0.6s ease-in-out 0.8s both;
}
.slide-opt-1 .active .item .btn,
.active .slide.slide-style1.item .btn{
    -webkit-animation: fadeInRight 0.8s ease-in-out 0.8s both;
    -o-animation: fadeInRight 0.8s ease-in-out 0.8s both;
    animation: fadeInRight 0.8s ease-in-out 0.8s both;
}
@media (max-width: 1199px) {
    .slide-opt-1 .item .description,
    .slide.slide-style1.item .description{
        left: 20px;
        margin-left: 0;
        padding-left: 0;
        padding-top: 110px;
    }
}
@media (max-width: 600px) {
    .slide-opt-1 .item,
    .slide.slide-style1.item{
        height: 400px;
    }
    .slide-opt-1 .item .description,
    .slide.slide-style1.item .description{
        left: 20px;
        margin-left: 0;
        padding-left: 0;
        padding-top: 40px;
    }
}
@media (max-width: 479px) {
    .slide-opt-1 .item,
    .slide.slide-style1.item {
        height: 360px;
        font-size: 13px;
    }
    .slide-opt-1 .item .description,
    .slide.slide-style1.item .description {
        left: 20px;
        margin-left: 0;
        padding-left: 0;
        padding-top: 40px;
    }
    .slide-opt-1 .item .btn,
    .slide.slide-style1.item .btn {
        line-height: 34px;
        font-size: 14px;
        margin-top: 10px;
    }
    .slide-opt-1 .item1 .title,
    .slide.slide-style1.item1 .title {
        font-size: 24px;
    }
    .slide-opt-1 .item1 .subtitle,
    .slide.slide-style1.item1 .subtitle {
        font-size: 14px;
    }
    .slide-opt-1 .item2 .title,
    .slide.slide-style1.item2 .title {
        font-size: 24px;
    }
    .slide-opt-1 .item2 .subtitle,
    .slide.slide-style1.item2 .subtitle {
        font-size: 14px;
    }
    .slide-opt-1 .item3 .title,
    .slide.slide-style1.item3 .title {
        font-size: 14px;
    }
    .slide-opt-1 .item3 .subtitle,
    .slide.slide-style1.item3 .subtitle {
        font-size: 24px;
    }
}
.slide-opt-2 .item,
.slide.slide-style2.item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 16px;
}

.slide-opt-2 .item a,
.slide.slide-style2.item a {
    color: #fff;
}
.slide-opt-2 .item .description,
.slide.slide-style2.item .description {
    position: relative;
    padding-top: 180px;
}
@media (max-width: 991px) {
    .slide-opt-2 .item .description,
    .slide.slide-style2.item .description {
        font-size: 14px;
        padding-top: 40px;
    }
}
@media (max-width: 991px) {
    .slide-opt-2 .item .description .title,
    .slide.slide-style2.item .description .title {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .slide-opt-2 .item .description .subtitle,
    .slide.slide-style2.item .description .subtitle {
        font-size: 20px;
    }
}
.slide-opt-2 .item1 .description,
.slide.slide-style2.item1 .description {
    margin-left: 465px;
    padding-top: 128px;
}
@media (max-width: 991px) {
    .slide-opt-2 .item1 .description,
    .slide.slide-style2.item1 .description {
        margin-left: 200px;
        padding-top: 80px;
    }
}
.slide-opt-2 .item1 .title,
.slide.slide-style2.item1 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 56px;
    margin-bottom: 12px;
    color: #333;
    line-height: 1;
}
.slide-opt-2 .item1 .subtitle,
.slide.slide-style2.item1 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 12px;
    color: #333;
}
.slide-opt-2 .item1 .des,
.slide.slide-style2.item1 .des {
    margin-bottom: 15px;
    display: block;
    margin-bottom: 5px;
    color: #f3a829;
}
.slide-opt-2 .item1 .btn,
.slide.slide-style2.item1 .btn {
    line-height: 50px;
    background-color: #0a3a68;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 25px;
    margin-top: 18px;
    font-size: 16px;
    font-weight: bold;
}
.slide-opt-2 .item1 .btn:hover,
.slide.slide-style2.item1 .btn:hover {
    background-color: #fca53c;
}
.slide-opt-2 .item2 .description,
.slide.slide-style2.item2 .description {
    margin-left: 615px;
    padding-top: 147px;
}
@media (max-width: 1199px) {
    .slide-opt-2 .item2 .description,
    .slide.slide-style2.item2 .description {
        margin-left: 400px;
    }
}
@media (max-width: 991px) {
    .slide-opt-2 .item2 .description,
    .slide.slide-style2.item2 .description {
        margin-left: 200px;
        padding-top: 40px;
    }
}
.slide-opt-2 .item2 .title,
.slide.slide-style2.item2 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 55px;
    margin-bottom: 10px;
    line-height: 1;
}
.slide-opt-2 .item2 .subtitle,
.slide.slide-style2.item2 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 20px;
}
.slide-opt-2 .item2 .des,
.slide.slide-style2.item2 .des {
    display: block;
    margin-bottom: 15px;
    line-height: 24px;
}
.slide-opt-2 .item2 .btn,
.slide.slide-style2.item2 .btn {
    line-height: 50px;
    background-color: #0a3a68;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 25px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
}
.slide-opt-2 .item2 .btn:hover,
.slide.slide-style2.item2 .btn:hover {
    background-color: #fff;
    color: #333;
}
.slide-opt-2 .item3 .description,
.slide.slide-style2.item3 .description {
    margin-left: 55px;
    padding-top: 80px;
}
.slide-opt-2 .item3 .title,
.slide.slide-style2.item3 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 55px;
    margin-bottom: 12px;
    line-height: 1;
    color: #333;
}
.slide-opt-2 .item3 .subtitle,
.slide.slide-style2.item3 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 12px;
    color: #333;
}
.slide-opt-2 .item3 .des,
.slide.slide-style2.item3 .des {
    display: block;
    margin-bottom: 0px;
    line-height: 24px;
    color: #666666;
}
.slide-opt-2 .item3 .btn,
.slide.slide-style2.item3 .btn {
    line-height: 50px;
    background-color: #c59313;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 25px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
}
.slide-opt-2 .item3 .btn:hover,
.slide.slide-style2.item3 .btn:hover {
    background-color: #fca53c;
}
@media (max-width: 991px) {
    .slide-opt-2 .item,
    .slide.slide-style2.item {
        height: 400px;
    }
    .slide-opt-2 .item .description,
    .slide.slide-style2.item .description {
        font-size: 14px;
        padding-top: 40px;
    }
    .slide-opt-2 .item .description .title,
    .slide.slide-style2.item .description .title {
        font-size: 40px;
    }
    .slide-opt-2 .item .description .subtitle,
    .slide.slide-style2.item .description .subtitle {
        font-size: 20px;
    }
}
@media (max-width: 639px) {
    .slide-opt-2 .item,
    .slide.slide-style2.item {
        height: 300px;
    }
    .slide-opt-2 .item .description,
    .slide.slide-style2.item .description {
        font-size: 13px;
        padding-top: 40px;
        margin-left: 20px;
    }
    .slide-opt-2 .item .description .title,
    .slide.slide-style2.item .description .title {
        font-size: 30px;
    }
    .slide-opt-2 .item .description .subtitle,
    .slide.slide-style2.item .description .subtitle {
        font-size: 16px;
    }
    .slide-opt-2 .item .description .des,
    .slide.slide-style2.item .description .des {
        margin-bottom: 0;
    }
    .slide-opt-2 .item .description .btn,
    .slide.slide-style2.item .description .btn {
        line-height: 30px;
        font-size: 14px;
    }
}
@media (max-width: 479px) {
    .slide-opt-2 .item,
    .slide.slide-style2.item {
        height: 300px;
    }
    .slide-opt-2 .item .description,
    .slide.slide-style2.item .description {
        font-size: 13px;
        padding-top: 40px;
        margin-left: 20px;
    }
    .slide-opt-2 .item .description .title,
    .slide.slide-style2.item .description .title {
        font-size: 20px;
    }
    .slide-opt-2 .item .description .subtitle,
    .slide.slide-style2.item .description .subtitle {
        font-size: 16px;
    }
    .slide-opt-2 .item .description .des,
    .slide.slide-style2.item .description .des {
        margin-bottom: 0;
    }
    .slide-opt-2 .item .description .btn,
    .slide.slide-style2.item .description .btn{
        line-height: 30px;
        font-size: 14px;
        margin-top: 15px;
    }
}
.slide-opt-2 .active .item .title,
.active .slide.slide-style2.item .title {
    -webkit-animation: fadeInRight 0.9s ease-in-out 0.8s both;
    -o-animation: fadeInRight 0.9s ease-in-out 0.8s both;
    animation: fadeInRight 0.9s ease-in-out 0.8s both;
}
.slide-opt-2 .active .item .subtitle,
.active .slide.slide-style2.item .subtitle {
    -webkit-animation: fadeInRight 0.6s ease-in-out 0.8s both;
    -o-animation: fadeInRight 0.6s ease-in-out 0.8s both;
    animation: fadeInRight 0.6s ease-in-out 0.8s both;
}
.slide-opt-2 .active .item .des,
.active .slide.slide-style2.item .des {
    -webkit-animation: fadeInRight 0.6s ease-in-out 0.8s both;
    -o-animation: fadeInRight 0.6s ease-in-out 0.8s both;
    animation: fadeInRight 0.6s ease-in-out 0.8s both;
}
.slide-opt-2 .active .item .btn,
.active .slide.slide-style2.item .btn {
    -webkit-animation: fadeInRight 0.8s ease-in-out 0.8s both;
    -o-animation: fadeInRight 0.8s ease-in-out 0.8s both;
    animation: fadeInRight 0.8s ease-in-out 0.8s both;
}
.slide-opt-2 .active .item1 .title,
.active .slide.slide-style2.item1 .title {
    -webkit-animation: fadeInDown 0.6s ease-in-out 0.8s both;
    -o-animation: fadeInDown 0.6s ease-in-out 0.8s both;
    animation: fadeInDown 0.6s ease-in-out 0.8s both;
}
.slide-opt-2 .active .item1 .subtitle,
.active .slide.slide-style2.item1 .subtitle {
    -webkit-animation: fadeInDown 1s ease-in-out 0.8s both;
    -o-animation: fadeInDown 1s ease-in-out 0.8s both;
    animation: fadeInDown 1s ease-in-out 0.8s both;
}
.slide-opt-2 .active .item1 .des,
.active .slide.slide-style2.item1 .des {
    -webkit-animation: fadeInDown 1.5s ease-in-out 0.8s both;
    -o-animation: fadeInDown 1.5s ease-in-out 0.8s both;
    animation: fadeInDown 1.5s ease-in-out 0.8s both;
}
.slide-opt-2 .active .item1 .btn,
.active .slide.slide-style2.item1 .btn {
    -webkit-animation: fadeInDown 1.7s ease-in-out 0.8s both;
    -o-animation: fadeInDown 1.7s ease-in-out 0.8s both;
    animation: fadeInDown 1.7s ease-in-out 0.8s both;
}
.slide-opt-2 .active .item3 .title,
.active .slide.slide-style2.item3 .title {
    -webkit-animation: flipInX 1s ease-in-out 1s both;
    -o-animation: flipInX 1s ease-in-out 1s both;
    animation: flipInX 1s ease-in-out 1s both;
}
.slide-opt-2 .active .item3 .subtitle,
.active .slide.slide-style2.item3 .subtitle {
    -webkit-animation: flipInX 1.2s ease-in-out 1s both;
    -o-animation: flipInX 1.2s ease-in-out 1s both;
    animation: flipInX 1.2s ease-in-out 1s both;
}
.slide-opt-2 .active .item3 .des,
.active .slide.slide-style2.item3 .des {
    -webkit-animation: flipInX 1.5s ease-in-out 0.8s both;
    -o-animation: flipInX 1.5s ease-in-out 0.8s both;
    animation: flipInX 1.5s ease-in-out 0.8s both;
}
.slide-opt-2 .active .item3 .btn,
.active .slide.slide-style2.item3 .btn {
    -webkit-animation: flipInX 1.7s ease-in-out 0.8s both;
    -o-animation: flipInX 1.7s ease-in-out 0.8s both;
    animation: flipInX 1.7s ease-in-out 0.8s both;
}
.slide-opt-3 .item,
.slide.slide-style3.item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 18px;
}
.slide-opt-3 .item a,
.slide.slide-style3.item a {
    color: #fff;
}
.slide-opt-3 .item .description,
.slide.slide-style3.item .description {
    position: relative;
    padding-top: 180px;
}
.slide-opt-3 .item1 .description,
.slide.slide-style3.item1 .description {
    margin-left: 358px;
    padding-top: 103px;
}
@media (max-width: 991px) {
    .slide-opt-3 .item1 .description,
    .slide.slide-style3.item1 .description {
        margin-left: 200px;
        padding-top: 80px;
    }
}
.slide-opt-3 .item1 .title,
.slide.slide-style3.item1 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 56px;
    margin-bottom: 0px;
    color: #fff;
}
@media (max-width: 639px) {
    .slide-opt-3 .item1 .title,
    .slide.slide-style3.item1 .title {
        font-size: 30px;
    }
}
.slide-opt-3 .item1 .subtitle,
.slide.slide-style3.item1 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 33px;
    margin-bottom: 8px;
    color: #fff;
}
@media (max-width: 639px) {
    .slide-opt-3 .item1 .subtitle,
    .slide.slide-style3.item1 .subtitle {
        font-size: 20px;
    }
}
.slide-opt-3 .item1 .des,
.slide.slide-style3.item1 .des {
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    color: #333333;
}
@media (max-width: 639px) {
    .slide-opt-3 .item1 .des,
    .slide.slide-style3.item1 .des {
        font-size: 13px;
    }
}
.slide-opt-3 .item1 .btn,
.slide.slide-style3.item1 .btn {
    line-height: 55px;
    background-color: #0a193a;
    padding: 0 23px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: bold;
}
.slide-opt-3 .item1 .btn:hover,
.slide.slide-style3.item1 .btn:hover {
    background-color: #fca53c;
}
.slide-opt-3 .item2 .description,
.slide.slide-style3.item2 .description {
    margin-left: 315px;
    padding-top: 115px;
}
@media (max-width: 991px) {
    .slide-opt-3 .item2 .description,
    .slide.slide-style3.item2 .description {
        margin-left: 200px;
        padding-top: 40px;
    }
}
.slide-opt-3 .item2 .title,
.slide.slide-style3.item2 .title {
    font-weight: bold;
    font-size: 55px;
    margin-bottom: 0px;
    line-height: 1;
    color: #333333;
}
@media (max-width: 639px) {
    .slide-opt-3 .item2 .title,
    .slide.slide-style3.item2 .title {
        font-size: 30px;
    }
}
.slide-opt-3 .item2 .subtitle,
.slide.slide-style3.item2 .subtitle {
    font-weight: bold;
    font-size: 55px;
    margin-bottom: 12px;
    line-height: 1;
    color: #333333;
}
@media (max-width: 639px) {
    .slide-opt-3 .item2 .subtitle,
    .slide.slide-style3.item2 .subtitle {
        font-size: 30px;
    }
}
.slide-opt-3 .item2 .des,
.slide.slide-style3.item2 .des {
    margin-bottom: 16px;
    font-size: 18px;
    color: #888888;
}
@media (max-width: 639px) {
    .slide-opt-3 .item2 .des,
    .slide.slide-style3.item2 .des {
        font-size: 14px;
    }
}
.slide-opt-3 .item2 .btn,
.slide.slide-style3.item2 .btn {
    line-height: 55px;
    background-color: #37321b;
    padding: 0 30px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
}
.slide-opt-3 .item2 .btn:hover,
.slide.slide-style3.item2 .btn:hover {
    background-color: #fff;
    color: #333;
}
.slide-opt-3 .item3 .description,
.slide.slide-style3.item3 .description {
    padding-top: 190px;
    float: right;
}
.slide-opt-3 .item3 .title,
.slide.slide-style3.item3 .title {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 8px;
    color: #fff;
    text-transform: none;
}
.slide-opt-3 .item3 .subtitle,
.slide.slide-style3.item3 .subtitle {
    font-weight: bold;
    font-size: 55px;
    margin-bottom: 5px;
    line-height: 1;
    color: #fff;
}
@media (max-width: 639px) {
    .slide-opt-3 .item3 .subtitle,
    .slide.slide-style3.item3 .subtitle {
        font-size: 30px;
    }
}
.slide-opt-3 .item3 .des,
.slide.slide-style3.item3 .des {
    margin-bottom: 50px;
    color: #fff;
    text-align: right;
}
@media (max-width: 639px) {
    .slide-opt-3 .item3 .des,
    .slide.slide-style3.item3 .des {
        margin-bottom: 30px;
    }
}
.slide-opt-3 .item3 .btn,
.slide.slide-style3.item3 .btn {
    line-height: 55px;
    background-color: #304d88;
    padding: 0 30px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
}
.slide-opt-3 .item3 .btn:hover,
.slide.slide-style3.item3 .btn:hover {
    background-color: #fff;
    color: #333;
}
@media (max-width: 991px) {
    .slide-opt-3 .item,
    .slide.slide-style3.item {
        height: 400px;
    }
    .slide-opt-3 .item .description,
    .slide.slide-style3.item .description {
        font-size: 14px;
        padding-top: 40px;
        margin-left: 20px;
    }
}
@media (max-width: 639px) {
    .slide-opt-3 .item,
    .slide.slide-style3.item {
        height: 300px;
    }
    .slide-opt-3 .item .description,
    .slide.slide-style3.item .description {
        font-size: 13px;
    }
    .slide-opt-3 .item .description .btn,
    .slide.slide-style3.item .description .btn {
        line-height: 30px;
        font-size: 14px;
    }
}
@media (max-width: 479px) {
    .slide-opt-3 .item,
    .slide.slide-style3.item {
        height: 300px;
    }
    .slide-opt-3 .item .description .btn,
    .slide.slide-style3.item .description .btn {
        line-height: 30px;
        font-size: 14px;
        margin-top: 15px;
    }
}
.slide-opt-3 .active .item .title,
.active .slide.slide-style3.item .title {
    -webkit-animation: fadeInDown 0.6s ease-in-out 0.8s both;
    -o-animation: fadeInDown 0.6s ease-in-out 0.8s both;
    animation: fadeInDown 0.6s ease-in-out 0.8s both;
}
.slide-opt-3 .active .item .subtitle,
.active .slide.slide-style3.item .subtitle {
    -webkit-animation: fadeInDown 1s ease-in-out 0.8s both;
    -o-animation: fadeInDown 1s ease-in-out 0.8s both;
    animation: fadeInDown 1s ease-in-out 0.8s both;
}
.slide-opt-3 .active .item .des,
.active .slide.slide-style3.item .des{
    -webkit-animation: fadeInDown 1.5s ease-in-out 0.8s both;
    -o-animation: fadeInDown 1.5s ease-in-out 0.8s both;
    animation: fadeInDown 1.5s ease-in-out 0.8s both;
}
.slide-opt-3 .active .item .btn,
.active .slide.slide-style3.item .btn {
    -webkit-animation: fadeInDown 1.7s ease-in-out 0.8s both;
    -o-animation: fadeInDown 1.7s ease-in-out 0.8s both;
    animation: fadeInDown 1.7s ease-in-out 0.8s both;
}
.slide-opt-3 .active .item1 .title,
.active .slide.slide-style3.item1 .title {
    -webkit-animation: zoomInLeft 1s ease-in-out 0.5s both;
    -o-animation: zoomInLeft 1s ease-in-out 0.5s both;
    animation: zoomInLeft 1s ease-in-out 0.5s both;
}
.slide-opt-3 .active .item1 .subtitle,
.active .slide.slide-style3.item1 .subtitle {
    -webkit-animation: zoomInLeft 1s ease-in-out 1s both;
    -o-animation: zoomInLeft 1s ease-in-out 1s both;
    animation: zoomInLeft 1s ease-in-out 1s both;
}
.slide-opt-3 .active .item1 .des,
.active .slide.slide-style3.item1 .des {
    -webkit-animation: zoomInLeft 1.5s ease-in-out 1s both;
    -o-animation: zoomInLeft 1.5s ease-in-out 1s both;
    animation: zoomInLeft 1.5s ease-in-out 1s both;
}
.slide-opt-3 .active .item1 .btn,
.active .slide.slide-style3.item1 .btn  {
    -webkit-animation: zoomInLeft 1.7s ease-in-out 1s both;
    -o-animation: zoomInLeft 1.7s ease-in-out 1s both;
    animation: zoomInLeft 1.7s ease-in-out 1s both;
}
.slide-opt-3 .active .item3 .title,
.active .slide.slide-style3.item3 .title {
    -webkit-animation: flipInX 1s ease-in-out 1s both;
    -o-animation: flipInX 1s ease-in-out 1s both;
    animation: flipInX 1s ease-in-out 1s both;
}
.slide-opt-3 .active .item3 .subtitle,
.active .slide.slide-style3.item3 .subtitle {
    -webkit-animation: flipInX 1.2s ease-in-out 1s both;
    -o-animation: flipInX 1.2s ease-in-out 1s both;
    animation: flipInX 1.2s ease-in-out 1s both;
}
.slide-opt-3 .active .item3 .des,
.active .slide.slide-style3.item3 .des {
    -webkit-animation: flipInX 1.5s ease-in-out 0.8s both;
    -o-animation: flipInX 1.5s ease-in-out 0.8s both;
    animation: flipInX 1.5s ease-in-out 0.8s both;
}
.slide-opt-3 .active .item3 .btn,
.active .slide.slide-style3.item3 .btn {
    -webkit-animation: flipInX 1.7s ease-in-out 0.8s both;
    -o-animation: flipInX 1.7s ease-in-out 0.8s both;
    animation: flipInX 1.7s ease-in-out 0.8s both;
}
.block-banner-main a {
    display: block;
    margin-bottom: 30px;
}
.img-banner {
    margin-bottom: 30px;
    /*.effect-bg();*/
}
.img-banner img {
    display: block;
    width: 100%;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.blog-item {
    position: relative;
    margin-bottom: 22px;
}
.blog-item:hover .blog-photo img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.blog-item .blog-photo {
    position: relative;
    overflow: hidden;
}
.blog-item .blog-photo img {
    display: block;
    width: 100%;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.blog-item .blog-date {
    display: block;
    line-height: 53px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #bf2025;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0 18px;
    text-align: center;
}
.blog-item .blog-name {
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    display: block;
    margin: 12px 0 15px;
    text-transform: uppercase;
}
.blog-item .blog-name a {
    color: #333333;
}

.blog-item .blog-des {
    font-size: 14px;
    color: #888888;
    display: block;
    margin-bottom: 15px;
    line-height: 20px;
}
.blog-item .blog-actions .action {
    color: #888888;
    font-size: 14px;
}
.blog-item .blog-actions .action:after {
    content: "\f0a9";
    font-family: 'FontAwesome';
    margin-left: 27px;
    font-size: 15px;
    vertical-align: middle;
}

.block-brand {
    margin-bottom: 38px;
}
.block-brand .item a{
    display: block;
    padding: 1px;
}
.block-brand img {
    border: 1px solid #ebebeb;
}
.block-brand.no-border img{
    border: none;
}
.block-brand img:hover {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-brand:hover .owl-nav .owl-prev,
.block-brand:hover .owl-nav .owl-next {
    opacity: 1;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-brand:hover .owl-nav .owl-prev {
    left: 0;
}
.block-brand:hover .owl-nav .owl-next {
    right: 0;
}
.block-brand .owl-nav .owl-prev,
.block-brand .owl-nav .owl-next {
    text-align: center;
    display: block;
    float: left;
    width: 24px;
    line-height: 24px;
    background-color: #d9d9d9;
    color: #b5b5b5;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-brand .owl-nav .owl-prev:hover,
.block-brand .owl-nav .owl-next:hover {
    background-color: #999999;
    color: #fff;
}
.block-brand .owl-nav .owl-prev:before,
.block-brand .owl-nav .owl-next:before {
    content: "";
    font-family: "FontAwesome";
}
.block-brand .owl-nav .owl-prev {
    left: 10px;
}
.block-brand .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-brand .owl-nav .owl-next {
    right: 10px;
}
.block-brand .owl-nav .owl-next:before {
    content: "\f105";
}

.block-service .item {
    font-size: 14px;
    color: #aaaaaa;
    position: relative;
    padding-left: 100px;
    min-height: 85px;
}
.block-service .item:hover .icon {
    -webkit-animation: bounce 0.7s ease-in-out 0.3s both;
    -o-animation: bounce 0.7s ease-in-out 0.3s both;
    animation: bounce 0.7s ease-in-out 0.3s both;
}
.block-service .item:before,
.block-service .item:after {
    content: "";
    display: table;
}
.block-service .item:after {
    clear: both;
}
.block-service .item .icon {
    width: 84px;
    text-align: center;
    line-height: 80px;
    height: 84px;
    background-color: #fca53c;
    border-radius: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.block-service .item .icon img {
    display: inline;
}
.block-service .item .title {
    display: block;
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 2px;
    margin-top: 12px;
}
@media (max-width: 767px) {
    .block-service .item {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}
.block-service-opt2 {
    margin-bottom: 30px;
}
.block-service-opt2 .item {
    padding-left: 82px;
}
.block-service-opt2 .item .title {
    font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .block-service-opt2 .item .title {
        font-size: 15px;
    }
}
.block-service-opt2 .item .icon {
    width: 66px;
    height: 66px;
    line-height: 62px;
}
@media (max-width: 767px) {
    .block-service-opt2 .item {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .block-service .item {
        padding-left: 50px;
    }
    .block-service .item .icon {
        width: 40px;
        height: 40px;
        line-height: 36px;
    }
    .block-service .item .icon img {
        max-width: 20px;
    }
    .block-service .item .title {
        margin-top: 0;
        font-size: 16px;
    }
}
.header-nav .setting {
    position: relative;
}
.header-nav .setting .dropdown-toggle {
    display: block;
    cursor: pointer;
    line-height: 57px ;
    height: 57px;
    width: 50px;
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.header-nav .setting .dropdown-toggle span {
    display: none;
}
.header-opt-4 .header-nav .setting .dropdown-toggle,
.header-opt-6 .header-nav .setting .dropdown-toggle,
.header-opt-10 .header-nav .setting .dropdown-toggle {
    line-height: 50px;
    height: 50px ;
}
.header-opt-5 .header-nav .setting .dropdown-toggle {
    line-height: 52px;
    height: 52px ;
}
.header-opt-9 .header-nav .setting .dropdown-toggle,
.header-opt-8 .header-nav .setting .dropdown-toggle {
    line-height: 45px;
    height: 45px ;
}
.header-opt-7 .header-nav .setting .dropdown-toggle {
    line-height: 47px;
    height: 47px ;
}
.header-nav .setting.open .dropdown-menu,
.header-nav .setting:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}
.header-nav .setting .dropdown-menu {
    right: 0;
    left: auto;
}
.header-nav .block-minicart {
    margin: 0 0 0 10px ;
}
.header-nav .block-minicart .dropdown-toggle {
    line-height: 57px;
    height: 57px ;
    padding: 0;
    margin: 0;
}
.header-opt-9 .header-nav .block-minicart .dropdown-toggle,
.header-opt-8 .header-nav .block-minicart .dropdown-toggle {
    line-height: 45px;
    height: 45px ;
}
.header-opt-7 .header-nav .block-minicart .dropdown-toggle {
    line-height: 47px;
    height: 47px ;
}
.header-opt-5 .header-nav .block-minicart .dropdown-toggle {
    line-height: 52px;
    height: 52px ;
}
.header-opt-4 .header-nav .block-minicart .dropdown-toggle,
.header-opt-6 .header-nav .block-minicart .dropdown-toggle,
.header-opt-10 .header-nav .block-minicart .dropdown-toggle {
    line-height: 50px;
    height: 50px ;
}
.header-nav .block-minicart .dropdown-toggle .cart-icon {
    height: 57px ;
    padding: 0;
    margin: 0;
    width: 50px;
}
.header-opt-4 .header-nav .block-minicart .dropdown-toggle .cart-icon,
.header-opt-6 .header-nav .block-minicart .dropdown-toggle .cart-icon,
.header-opt-10 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    line-height: 50px;
    height: 50px ;
}
.header-opt-5 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    line-height: 52px;
    height: 52px ;
}
.header-opt-9 .header-nav .block-minicart .dropdown-toggle .cart-icon,
.header-opt-8 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    line-height: 45px;
    height: 45px ;
}
.header-opt-7 .header-nav .block-minicart .dropdown-toggle .cart-icon {
    line-height: 47px;
    height: 47px ;
}
.header-nav .block-search {
    margin: 0 0 0 10px ;
}
.header-nav .block-search .block-title {
    display: block;
    cursor: pointer;
    line-height: 57px ;
    height: 57px;
    width: 50px;
}
.header-opt-4 .header-nav .block-search .block-title,
.header-opt-6 .header-nav .block-search .block-title,
.header-opt-10 .header-nav .block-search .block-title {
    line-height: 50px;
    height: 50px ;
}
.header-opt-5 .header-nav .block-search .block-title {
    line-height: 52px;
    height: 52px ;
}
.header-opt-9 .header-nav .block-search .block-title,
.header-opt-8 .header-nav .block-search .block-title {
    line-height: 45px;
    height: 45px ;
}
.header-opt-7 .header-nav .block-search .block-title {
    line-height: 47px;
    height: 47px ;
}

.header-nav .block-search .block-content {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    padding: 30px 20px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
}
.header-nav .block-search.active .block-content,
.header-nav .block-search:hover .block-content {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
}
.header-nav .block-search .form-search .form-control {
    padding-left: 15px;
}
.header-nav .setting,
.header-nav .block-minicart,
.header-nav .block-search {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: static;
    float: right;
    margin: 0;
    margin-left: 1px;
}
.header-nav .block-search {
    right: 51px;
}
.header-nav .setting {
    right: 102px;
}
@media (max-width: 991px) {
    .header-nav .nav-toggle-cat {
        display: none !important;
    }
    .header-nav .block-nav-categori .block-content .ui-categori,
    .header-nav .block-nav-categori .block-content .view-all-categori {
        display: block !important;
    }
}
@media (min-width: 992px) {
    .sticky-wrapper .mid-header .block-nav-categori {
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
}
.sticky-wrapper.is-sticky .mid-header {
    z-index: 9999;
    -webkit-box-shadow: 1px 5px 5px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 1px 5px 5px 0 rgba(0, 0, 0, 0.09);
    top: 0;
}
.sticky-wrapper.is-sticky .mid-header .block-nav-menu .ui-menu > li .label-menu {
    top: 1px;
    line-height: 13px;
    font-size: 8px;
}
.sticky-wrapper.is-sticky .mid-header .block-nav-categori {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
    visibility: visible;
}
.sticky-wrapper.is-sticky .mid-header .custom-link {
    display: none;
}
@media (min-width: 992px) {
    .sticky-wrapper.is-sticky .mid-header .block-nav-categori {
        width: 57px;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
    .sticky-wrapper.is-sticky .mid-header .block-nav-categori .block-title {
        background-position: center;
        padding: 0;
    }
    .sticky-wrapper.is-sticky .mid-header .block-nav-categori .block-title span {
        visibility: hidden;
        opacity: 0;
        font-size: 0;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
    }
    .sticky-wrapper.is-sticky .mid-header .block-nav-menu .ui-menu {
        padding-left: 0;
    }/*
  .sticky-wrapper.is-sticky .mid-header .block-nav-menu .ui-menu > li > a {
    padding: 0 18px;
    font-size: 13px;
  }*/
    .sticky-wrapper.is-sticky .mid-header .block-nav-menu .ui-menu .parent-megamenu > .megamenu {
        right: 0;
        left: 0;
    }
    .sticky-wrapper.is-sticky .mid-header .block-nav-menu .ui-menu .parent-megamenu > .megamenu .horizontal-menu,
    .sticky-wrapper.is-sticky .mid-header .block-nav-menu .ui-menu .parent-megamenu > .megamenu .vertical-menu {
        width: 100%;
    }
    .sticky-wrapper.is-sticky .mid-header .block-minicart,
    .sticky-wrapper.is-sticky .mid-header .block-search,
    .sticky-wrapper.is-sticky .mid-header .setting {
        visibility: visible;
        opacity: 1;
        display: block;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
}
@media (max-width: 991px) {
    .sticky-wrapper.is-sticky .mid-header {
        position: relative !important;
    }
}
.sticky-wrapper.is-sticky .mid-header .nav-toggle-cat {
    display: block;
    float: left;
    padding: 0;
    text-indent: -9999px;
    cursor: pointer;
    background-position: center;
}
.block-section-top {
    position: relative;
}
@media (max-width: 1199px) {
    .block-section-top {
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .block-section-top {
        padding-right: 0;
    }
}
.block-section-top .block-nav-categori {
    /*float: none;
			position: absolute;
			top: 0;
			left: 0;*/
    position: relative;
    float: none;
    width: 100%;
    z-index: 100;
}
.block-section-top .block-nav-categori .block-title {
    display: none;
}
.block-section-top .block-nav-categori .block-content {
    background-color: #f7f7f7;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.block-section-top6 .block-nav-categori .block-content {
    background-color: #f7f7f7;
}
.block-section-top7 .block-banner-main a,
.block-section-top7 .block-banner-main a,
.block-section-top7 .block-banner-main a {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.block-section-top7 .block-banner-main a:before,
.block-section-top7 .block-banner-main a:before,
.block-section-top7 .block-banner-main a:before {
    content: "";
    background-color: #fca53c;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    border-radius: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-section-top7 .block-banner-main a img,
.block-section-top7 .block-banner-main a img,
.block-section-top7 .block-banner-main a img {
    display: block;
    width: 100%;
}
.block-section-top7 .block-banner-main a:hover:before,
.block-section-top7 .block-banner-main a:hover:before,
.block-section-top7 .block-banner-main a:hover:before {
    opacity: 0.4;
    border-radius: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block .box-img {
    display: block;
    margin-bottom: 40px;
}
@media (max-width: 1199px) {
    .block-section-top1 .block-nav-categori {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}
.index-opt-1 {
    background-color: #f5f5f5;
}
.index-opt-1 .block-slide-main {
    margin-bottom: 40px;
}
.index-opt-1 .block-the-blog .block-title {
    padding-top: 20px;
}
@media (max-width: 767px) {
    .index-opt-1 .block-service {
        text-align: center;
    }
    .index-opt-1 .block-service .row {
        display: inline-block;
        text-align: left;
    }
}
.block-hot-categori {
    margin-bottom: 30px;
}
.block-hot-categori .block-title {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 34px;
    margin-bottom: 30px;
}
.block-hot-categori .block-content {
    margin: 0 -5px;
}
.block-hot-categori .item {
    padding: 0 5px;
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 10px;
}
.block-hot-categori .item:hover .title img {
    -webkit-animation: bounce 1.1s ease-in-out 0.3s both infinite;
    -o-animation: bounce 1.1s ease-in-out 0.3s both infinite;
    animation: bounce 1.1s ease-in-out 0.3s both infinite;
}
.block-hot-categori .item .item-info {
    background-color: #fff;
}
.block-hot-categori .item .title {
    background-color: #fca53c;
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 46px;
    color: #fff;
}
.block-hot-categori .item .title a {
    color: #fff;
}
.block-hot-categori .item .title img {
    vertical-align: middle;
    margin-right: 5px;
}
.block-hot-categori .item .title > span {
    vertical-align: middle;
}
.block-hot-categori .item ul,
.block-hot-categori .item .list{
    padding: 0px 17px;
    padding-bottom: 1px;
    text-transform: uppercase;
    font-size: 14px;
}
.block-hot-categori .item ul li,
.block-hot-categori .item .kt_banner_child {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    min-height: 208px;
}
.block-hot-categori .item ul li:last-child ,
.block-hot-categori .item .kt_banner_child:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.block-hot-categori .item .list a {
    color: #333333;
    display: block;
}
.block-hot-categori .item .list a > span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.block-hot-categori .item .list a:hover {
    color: #fca53c;
}
.block-hot-categori .item .list a:hover img {
    -webkit-filter: opacity(20%);
    filter: opacity(20%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-hot-categori .item .list img {
    display: block;
    margin: auto;
    margin-bottom: 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 991px) {
    .block-hot-categori .item {
        width: 33.33333333%;
    }
    .block-hot-categori .item:nth-child(3n+1) {
        clear: both;
    }
}
@media (max-width: 600px) {
    .block-hot-categori .item {
        width: 50%;
    }
    .block-hot-categori .item:nth-child(3n+1) {
        clear: none;
    }
    .block-hot-categori .item:nth-child(2n+1) {
        clear: both;
    }
}
@media (max-width: 420px) {
    .block-hot-categori .item {
        width: 100%;
    }
}
.heading-opt-1 {
    background-color: #fff;
    margin-bottom: 1px;
    padding-right: 50px;
    position: relative;
}
.heading-opt-1:before,
.heading-opt-1:after {
    content: "";
    display: table;
}
.heading-opt-1:after {
    clear: both;
}
.heading-opt-1 .title {
    font-size: 18px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 19px;
    display: block;
    line-height: 62px;
    float: left;
}
.heading-opt-1 .title img {
    margin-right: 13px;
    vertical-align: text-top;
}
.heading-opt-1 .links {
    float: right;
}
.heading-opt-1 .links:before,
.heading-opt-1 .links:after {
    content: "";
    display: table;
}
.heading-opt-1 .links:after {
    clear: both;
}
.heading-opt-1 .links li {
    float: left;
}
.heading-opt-1 .links li.active > a {
    color: #fca53c;
}
.heading-opt-1 .links a {
    display: block;
    line-height: 62px;
    color: #333333;
    text-transform: capitalize;
    font-size: 15px;
    padding: 0 10px;
}
.heading-opt-1 .links a:hover {
    color: #fca53c;
}
.heading-opt-1 .actions {
    position: absolute;
    right: 18px;
    top: 11px;
}
.heading-opt-1 .actions .action {
    width: 22px;
    text-align: center;
    line-height: 20px;
    display: block;
    cursor: pointer;
    color: #cccccc;
    font-size: 18px;
}
.heading-opt-1 .actions .action:hover {
    color: #fca53c;
}
.tab-content,
.col-products {
    position: relative;
}
.tab-content > .tab-pane,
.col-products > .tab-pane,
.tab-content > .box-tab,
.col-products > .box-tab {
    width: 100% !important;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important;
}
.tab-content > .tab-pane.active,
.col-products > .tab-pane.active,
.tab-content > .box-tab.active,
.col-products > .box-tab.active {
    position: relative;
    opacity: 1;
    z-index: 20;
    -webkit-transition: 0s !important;
    -o-transition: 0s !important;
    transition: 0s !important;
}
.block-floor-products .block-content:before,
.block-floor-products .block-content:after {
    content: "";
    display: table;
}
.block-floor-products .block-content{
    background-color: #fff;
}
.block-floor-products .block-content:after {
    clear: both;
}
.block-floor-products .col-banner {
    width: 20%;
    float: left;
    position: relative;
}

.block-floor-products .col-banner img {
    width: 100%;
    display: block;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-floor-products .col-banner .img {
    display: block;
    position: relative;
    overflow: hidden;
}
.block-floor-products .col-banner .description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(42, 42, 49, 0.5);
    padding: 15px ;
    padding-right: 5px;
    padding-bottom: 24px;
    min-height: 170px;
    z-index: 10;
    overflow: hidden;
}
.block-floor-2.block-floor-products .col-banner .description {
    background-color: rgba(0, 0, 0, 0.56);
}
.block-floor-3.block-floor-products .col-banner .description {
    background-color: rgba(186, 150, 115, 0.5);
}
.block-floor-products .col-banner .title {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 6px;
    margin-bottom: 10px;
}
.block-floor-3.block-floor-products .col-banner .title {
    font-size: 16px;
    color: #333;
}
.block-floor-2.block-floor-products .col-banner .title {
    font-size: 30px;
}
.block-floor-products .col-banner .des {
    display: block;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 7px;
}
.block-floor-3.block-floor-products .col-banner .des {
    color: #888888;
}
.block-floor-2.block-floor-products .col-banner .des {
    color: #aaaaaa;
    text-transform: uppercase;
}
.block-floor-products .col-banner .btn {
    background-color: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    padding: 0 17px;
    line-height: 40px;
    text-transform: capitalize;
    border: none;
}
.block-floor-products .col-banner .btn:hover {
    color: #fff;
}
.block-floor-3.block-floor-products .col-banner .btn {
    background-color: #373543;
    color: #fff;
}
.block-floor-3.block-floor-products .col-banner .btn:hover {
    background-color: #fca53c;
    color: #fff;
}
.block-floor-2.block-floor-products .col-banner .btn {
    background-color: #da9248;
    color: #fff;
}
.block-floor-2.block-floor-products .col-banner .btn:hover {
    background-color: #fca53c;
    color: #fff;
}
.block-floor-products .col-banner:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
}
.block-floor-products .col-banner:hover .title,
.block-floor-products .col-banner:hover .des,
.block-floor-products .col-banner:hover .btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.block-floor-products .col-banner:hover .title {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.block-floor-products .col-banner:hover .des {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.block-floor-products .col-banner:hover .btn {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.index-opt-2 .block-floor-products .col-banner:hover .title {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.index-opt-2 .block-floor-products .col-banner:hover .des {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.index-opt-2 .block-floor-products .col-banner:hover .btn {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.index-opt-3 .block-floor-products .col-banner:hover .title {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.index-opt-3 .block-floor-products .col-banner:hover .des {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.index-opt-3 .block-floor-products .col-banner:hover .btn {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.index-opt-4 .block-floor-products .col-banner:hover .title {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
.index-opt-4 .block-floor-products .col-banner:hover .des {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
.index-opt-4 .block-floor-products .col-banner:hover .btn {
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
.index-opt-5 .block-floor-products .col-banner:hover .title {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
.index-opt-5 .block-floor-products .col-banner:hover .des {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.index-opt-5 .block-floor-products .col-banner:hover .btn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
.index-opt-7 .block-floor-products .col-banner:hover .title {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
.index-opt-7 .block-floor-products .col-banner:hover .des {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.index-opt-7 .block-floor-products .col-banner:hover .btn {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.block-floor-products .col-featured {
    width: 20%;
    float: left;
    background-color: #fff;
    position: relative;
}
@media (max-width: 767px) {
    .block-floor-products .col-featured {
        display: none;
    }
}
.block-floor-products .col-featured .label-featured {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}
.block-floor-products .col-featured .item {
    overflow: hidden;
}
.block-floor-products .col-featured .product-item {
    margin-top: -1px;
}
.block-floor-products .col-featured .product-item-opt-1 {
    padding-bottom: 5px;
}
@media (max-width: 1199px) {
    .block-floor-products .col-featured .product-item-opt-1 {
        padding-bottom: 3px;
    }
}
@media (max-width: 992px) {
    .block-floor-products .col-featured .product-item-opt-1 {
        padding-bottom: 5px;
    }
}
.block-floor-products .col-featured:hover .owl-nav {
    left: 5px;
    opacity: 1;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-floor-products .col-featured .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -37px;
    left: -100%;
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-floor-products .col-featured .owl-prev,
.block-floor-products .col-featured .owl-next {
    width: 35px;
    line-height: 28px;
    border: 1px solid #dfdfdf;
    text-align: center;
    color: #888888;
    font-size: 20px;
    margin-bottom: 11px;
    display: block;
    background-color: #fff;
}
.block-floor-products .col-featured .owl-prev:hover,
.block-floor-products .col-featured .owl-next:hover,
.block-floor-products .col-featured .owl-prev:focus,
.block-floor-products .col-featured .owl-next:focus {
    background-color: #fca53c;
    border-color: #fca53c;
    color: #fff;
}
.block-floor-products .col-featured .owl-prev:before,
.block-floor-products .col-featured .owl-next:before {
    content: "";
    font-family: 'FontAwesome';
}
.block-floor-products .col-featured .owl-prev:before {
    content: "\f104";
}
.block-floor-products .col-featured .owl-next:before {
    content: "\f105";
}
.block-floor-products .col-products {
    width: 60%;
    float: left;
    background-color: #fff;
    overflow: hidden;
}
.block-floor-products .col-products .product-item {
    margin-top: -1px;
}
.block-floor-products-opt1 .col-featured{
    float: right;
}

.col-featured .product-item-photo{
    width: 110px;
    margin: 0 auto;
    padding-bottom: 1px;
}
.col-featured .product-item-photo .status{
    display: none;
}
@media (max-width: 1199px) {
    .col-featured .product-item-photo{
        width: 81px;
    }
}
@media (max-width: 379px) {
    .block-floor-products .col-products .product-item {
        height: auto;
    }
}
@media (max-width: 767px) {
    .block-floor-products .col-products .product-item-lag {
        width: 100% !important;
    }
}
.block-floor-products .product-item {
    border: 1px solid #eaeaea;
    border-bottom: none;
    border-right: none;
}
.block-floor-products .product-item-opt-2{
    border:none;
}
.block-floor-products .product-item-lag {
    padding: 0;
    position: relative;
}
.block-floor-products .product-item-lag .product-item-info {
    height: 100%;
    display: table;
}
@media (max-width: 379px) {
    .block-floor-products .product-item-lag .product-item-info {
        height: 230px;
    }
}
.block-floor-products .product-item-lag .product-item-photo {
    position: absolute;
    top: 10px;
    right: 23px;
}
.block-floor-products .product-item-lag .product-item-photo img {
    width: auto;
}
.block-floor-products .product-item-lag .product-item-detail {
    padding-left: 15px;
    position: relative;
    z-index: 10;
    display: table-cell;
    vertical-align: middle;
    max-width: 260px;
}
.block-floor-products .product-item-lag .product-item-name {
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    font-weight: 600;
    margin-bottom: 11px;
    position: relative;
    z-index: 10;
}
.block-floor-products .product-item-lag .product-item-name a:hover {
    color: #fca53c !important;
}
.block-floor-1.block-floor-products .product-item-lag .product-item-name a {
    color: #4457b5;
}
.block-floor-1.block-floor-products .product-item-lag .product-item-name a:hover {
    color: #333;
}
.block-floor-1.block-floor-products .product-item-lag .product-item-name:hover a {
    color: #333;
}
.block-floor-2.block-floor-products .product-item-lag .product-item-name {
    color: #fe822c;
}
.block-floor-2.block-floor-products .product-item-lag .product-item-name a {
    color: #fe822c;
}
.block-floor-2.block-floor-products .product-item-lag .product-item-name a:hover {
    color: #fca53c;
}
.block-floor-3.block-floor-products .product-item-lag .product-item-name {
    color: #564e4b;
}
.block-floor-3.block-floor-products .product-item-lag .product-item-name a {
    color: #564e4b;
}
.block-floor-3.block-floor-products .product-item-lag .product-item-name a:hover {
    color: #fca53c;
}
.block-floor-products .product-item-lag .product-item-des {
    color: #888888;
    font-size: 14px;
    margin-bottom: 20px;
}
.block-floor-products .product-item-lag .view-more {
    font-size: 14px;
    color: #333333;
    text-transform: capitalize;
    position: relative;
    z-index: 10;
}
.block-floor-products .product-item-lag .view-more:after {
    content: "\f0a9";
    font-family: "FontAwesome";
    margin-left: 10px;
}
.block-floor-products .product-item-lag .view-more:hover {
    color: #0164c9;
}
@media (max-width: 1199px) {
    .block-floor-products .col-featured .product-item-opt-1 .product-item-img img {
        height: 90px;
    }
}
@media (max-width: 991px) {
    .block-floor-products .col-banner {
        display: none;
    }
    .block-floor-products .col-featured {
        width: 100%;
    }
    .col-featured .product-item-photo{
        width: auto;
    }
    .col-featured .box-title{
        margin-top: 40px;
        margin-bottom: 30px;
        padding-left: 30px;
        color: #fca53c;
    }
    .col-featured .label-featured{
        display: none;
    }
    .block-floor-products .col-featured .product-item-opt-1 .product-item-img img {
        height: 85px;
    }
    .block-floor-products .col-products {
        width: 100%;
    }
    .heading-opt-1 .links{
        /* clear: both;
        float: none;
        padding: 0 30px;*/
    }
}

@media (max-width: 767px) {
    .block-floor-products .col-banner {
        display: none;
    }
    .block-floor-products .col-featured {
        display: none;
    }
    .block-floor-products .col-featured .product-item-opt-1 .product-item-img img {
        height: auto;
    }
    .block-floor-products .col-products {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .block-floor-products .col-featured {
        width: 100%;
    }
    .block-floor-products .col-products {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (max-width: 379px) {
    .block-floor-products .col-products {
        width: 100%;
        margin-bottom: 10px;
    }
}
.block-floor-products-opt1 .col-products .item:first-child .product-item {
    margin-left: -1px;
}
@media (min-width: 1200px) {
    .block-floor-products-opt1 .col-featured .product-item {
        /*height: 191px;*/
        height: auto;
    }
}
.block-floor-products-opt2 .col-products:not(.no-col-banner) {
    width: 80%;
}
.block-floor-products-opt2 .col-products.no-col-banner{
    float: none;
    width: 100%;
}
@media (max-width: 991px) {
    .block-floor-products-opt2 .col-products {
        width: 100%;
    }
}
.block-floor-products-opt3 .block-title .title {
    background-color: #3266cc;
    width: 237px;
    color: #fff;
}
.block-floor-products-opt3 .block-content {
    position: relative;
    padding-left: 235px;
}
.block-floor-products-opt3 .col-categori {
    width: 235px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #efefef;
    padding-top: 21px;
    padding: 21px 10px 5px 30px;
}
.block-floor-products-opt3 .col-categori li {
    display: block;
}
.block-floor-products-opt3 .col-categori a {
    font-size: 14px;
    color: #333333;
    display: block;
    line-height: 34px;
    text-transform: capitalize;
}

.block-floor-products-opt3 .col-products {
    width: 50%;
}
.block-floor-products-opt3 .col-products .product-item {
    margin-left: -1px;
    height: 286px;
}
@media (max-width: 1199px) {
    .block-floor-products-opt3 .col-products .product-item {
        height: 229px;
    }
}
@media (max-width: 992px) {
    .block-floor-products-opt3 .col-products .product-item {
        height: auto;
    }
}
.block-floor-products-opt3 .col-featured {
    width: 25%;
    float: right;
}
.block-floor-products-opt3 .col-featured .product-item {
    height: 191px;
}
@media (max-width: 1199px) {
    .block-floor-products-opt3 .col-featured .product-item {
        height: 153px;
    }
}
.block-floor-products-opt3 .col-banner {
    width: 25%;
    float: right;
}
@media (max-width: 1199px) {
    .block-floor-products-opt3 .col-banner {
        height: 457px;
    }
}
@media (max-width: 1199px) {
    .block-floor-products-opt3 .block-title .title {
        width: 191px;
    }
    .block-floor-products-opt3 .block-content {
        padding-left: 190px;
    }
    .block-floor-products-opt3 .col-categori {
        width: 190px;
        padding-left: 20px;
    }
    .block-floor-products-opt3 .col-featured .product-item-opt-1 {
        padding-top: 8px;
    }
}
@media (max-width: 991px) {
    .block-floor-products-opt3 .col-products {
        width: 100%;
    }
    .block-floor-products-opt3 .col-featured {
        display: none;
    }
}
@media (max-width: 767px) {
    .block-floor-products-opt3 .block-title .title {
        width: 100%;
        padding-right: 15px;
    }
    .block-floor-products-opt3 .col-categori {
        display: none;
    }
    .block-floor-products-opt3 .block-content {
        padding-left: 0;
    }
}
@media (max-width: 639px) {
    .block-floor-products-opt3 .col-products .product-item {
        width: 100%;
        float: none;
    }
}
@media (max-width: 599px) {
    .block-floor-products-opt3 .col-products {
        width: 100%;
    }
    .block-floor-products-opt3 .col-featured {
        width: 100%;
    }
    .block-floor-products-opt3 .col-featured .product-item {
        min-height: 0px;
    }
}
@media (max-width: 360px) {
    .block-floor-products-opt3 .col-products .product-item {
        width: 100%;
    }
}
.block-the-blog .block-title {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 34px;
    margin-bottom: 35px;
}
.index-opt-2 {
    background-color: #F5F5F5;
}
.index-opt-2 .back-to-top {
    border-color: #0164c9;
}
.index-opt-2 .back-to-top .fa {
    background-color: #0164c9;
}
.index-opt-2 .back-to-top:hover {
    background-color: #0164c9;
}
.index-opt-2 .product-item-opt-1 .product-item-name a:hover,
.index-opt-2 .product-item-opt-1 .product-item-name a:focus {
    color: #0164c9;
}
.index-opt-2 .block-nav-categori .view-all-categori .btn-view-all:hover,
.index-opt-2 .block-nav-categori .view-all-categori a:hover {
    background-color: #0164c9;
}
.index-opt-2 .block-hot-categori {
    top: -10px;
    position: relative;
    margin-bottom: 10px;
}
.index-opt-2 .block-hot-categori .item .title {
    background-color: #0164c9;
}
.index-opt-2 .block-hot-categori .item ul a:hover {
    color: #0164c9;
}
.index-opt-2 .block-hot-categori .item ul {
    padding: 0 18px;
}
.index-opt-2 .block-hot-categori .item ul li {
    margin-bottom: 20px;
    padding: 0;
}
.index-opt-2 .block-hot-categori .item ul li:last-child {
    margin-bottom: 0;
}
.index-opt-2 .block-hot-categori .item ul li img {
    margin-bottom: 8px;
}
.index-opt-2 .blog-item .blog-date {
    background-color: #F4B206;
}
.index-opt-2 .blog-item .blog-name a,
.index-opt-2 .blog-item .blog-actions .action {
    color: #333;
    font-size: 14px;
}
.index-opt-2 .blog-item .blog-name a:hover,
.index-opt-2 .blog-item .blog-actions .action:hover,
.index-opt-2 .blog-item .blog-name a:focus,
.index-opt-2 .blog-item .blog-actions .action:focus {
    color: #0164c9;
}
.index-opt-2 .block-service .item .icon {
    background-color: #0164c9;
}
.index-opt-2 .block-banner-main {
    margin-bottom: 10px;
}
.block-deals-of {
    /*margin-bottom: 40px;*/
    background-color: #fff;
}
.block-deals-of .block-title {
    margin-top: -6px;
}
.block-deals-of .deals-of-countdown {
    margin-left: 40px;
}
@media (max-width: 479px) {
    .block-deals-of .deals-of-countdown {
        margin-left: 10px;
    }
}
.block-deals-of .count-down-time:before,
.block-deals-of .count-down-time:after {
    content: "";
    display: table;
}
.block-deals-of .count-down-time:after {
    clear: both;
}
.block-deals-of .count-down-time .box-count {
    float: left;
    margin-right: 10px;
    text-align: center;
}
.block-deals-of .count-down-time .box-count:last-child {
    margin-right: 0;
}
.block-deals-of .count-down-time .box-count .number {
    width: 39px;
    height: 36px;
    line-height: 36px;
    display: block;
    font-size: 16px;
    color: #fff;
}
.block-deals-of .count-down-time .box-count .text {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}
.block-deals-of .product-item-opt-1 {
    padding: 0 0 15px;
    padding-bottom: 0;
}
.block-deals-of .product-item-opt-1 .product-item-price {
    color: #333333;
    font-size: 16px;
}
.block-deals-of .product-item-opt-1 .product-item-detail {
    padding-left: 10px;
    padding-right: 10px;
    padding: 10px;
}
.block-deals-of .product-item-opt-1 .product-item-name {
    margin-bottom: 4px;
}
.block-deals-of .owl-nav {
    position: absolute;
    right: 15px;
    top: -80px;
}
.block-deals-of .owl-nav .owl-prev,
.block-deals-of .owl-nav .owl-next {
    width: 24px;
    line-height: 24px;
    display: block;
    float: left;
    text-align: center;
    font-size: 16px;
}
.block-deals-of .owl-nav .owl-prev:before,
.block-deals-of .owl-nav .owl-next:before {
    content: "";
    font-family: "FontAwesome";
}
.block-deals-of .owl-nav .owl-prev:hover,
.block-deals-of .owl-nav .owl-next:hover {
    color: #fca53c;
}
.block-deals-of .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-deals-of .owl-nav .owl-next:before {
    content: "\f105";
}
.block-section-top3 .block-nav-categori .view-all-categori .btn-view-all,
.block-section-top3 .block-nav-categori .view-all-categori a {
    background-color: #F9F9F9;
}
.block-section-top3 .block-nav-categori .view-all-categori .btn-view-all:hover,
.block-section-top3 .block-nav-categori .view-all-categori a:hover {
    background-color: #e5343e;
}
@media (max-width: 991px) {
    .block-section-top3 .block-nav-categori {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}
.index-opt-3 {
    background-color: #F5F5F5;
}
.index-opt-3 .back-to-top {
    border-color: #e5343e;
}
.index-opt-3 .back-to-top .fa {
    background-color: #e5343e;
}
.index-opt-3 .back-to-top:hover {
    background-color: #e5343e;
}
.index-opt-3 .block-banner-main {
    margin-bottom: 10px;
}
.index-opt-3 .product-item-opt-1 .product-item-name a:hover,
.index-opt-3 .product-item-opt-1 .product-item-name a:focus {
    color: #e5343e;
}
.index-opt-3 .block-floor-products2 .col-products {
    width: 80%;
}
@media (max-width: 991px) {
    .index-opt-3 .block-floor-products2 .col-products {
        width: 100%;
    }
}
.index-opt-3 .block-floor-3.block-floor-products .col-banner .des {
    color: #fff;
}
.index-opt-3 .block-floor-3.block-floor-products .col-banner .btn {
    background-color: #320101;
}
.index-opt-3 .block-floor-3.block-floor-products .col-banner .btn:hover {
    background-color: #fca53c;
}
.index-opt-3 .block-floor-2.block-floor-products .col-banner .btn {
    background-color: #e04f22;
}
.index-opt-3 .block-floor-2.block-floor-products .col-banner .btn:hover {
    color: #e5343e;
}
.index-opt-3 .block-hot-categori .item .title {
    background-color: #e5343e;
}
.index-opt-3 .block-hot-categori .item ul a:hover {
    color: #e5343e;
}
.index-opt-3 .block-hot-categori .item ul li {
    margin-bottom: 10px;
    padding-bottom: 0;
    /*min-height: 208px;*/
}
.index-opt-3 .block-hot-categori .item ul li:last-child {
    margin-bottom: 0;
}
.index-opt-3 .block-service {
    padding-top: 35px;
    padding-bottom: 0px;
}
.index-opt-3 .block-service .item {
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .index-opt-3 .block-service {
        text-align: center;
    }
    .index-opt-3 .block-service .row {
        display: inline-block;
        text-align: left;
    }
}
.index-opt-3 .block-the-blog {
    position: relative;
    top: -10px;
    margin-bottom: 0;
}
.index-opt-3 .block-brand {
    margin-bottom: 100px;
}
.index-opt-3 .blog-item .blog-date {
    background-color: #E5343E;
}
.index-opt-3 .blog-item .blog-name a:hover,
.index-opt-3 .blog-item .blog-actions .action:hover,
.index-opt-3 .blog-item .blog-name a:focus,
.index-opt-3 .blog-item .blog-actions .action:focus {
    color: #e5343e;
}
.index-opt-3 .block-service .item .icon {
    background-color: #e5343e;
}
.slide-opt-4 {
    background-color: #f6f6f6;
}
.slide-opt-4 .container {
    position: relative;
}
.slide-opt-4 .item .description,
.slide.slide-style4.item .description {
    position: relative;
    padding-top: 180px;
    max-width: 100%;
}
.slide-opt-4 .item1 .description,
.slide.slide-style4.item1 .description {
    float: right;
    padding-right: 24px;
    padding-top: 135px;
    max-width: 290px;
    text-align: left;
}
.slide-opt-4 .item1 .title,
.slide.slide-style4.item1 .title {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 34px;
    color: #333333;
}
.slide-opt-4 .item1 .subtitle,
.slide.slide-style4.item1 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 30px;
    margin-bottom: 8px;
    color: #333333;
}
.slide-opt-4 .item1 .des,
.slide.slide-style4.item1 .des {
    font-size: 14px;
    color: #888888;
    line-height: 24px;
}
.slide-opt-4 .item1 .btn,
.slide.slide-style4.item1 .btn {
    line-height: 43px;
    background-color: #0a193a;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 23px;
    font-size: 13px;
    font-weight: 700;
    margin-top: 25px;
}
.slide-opt-4 .item1 .btn:hover,
.slide.slide-style4.item1 .btn:hover {
    background-color: #fca53c;
}
.slide-opt-4 .item2 .description,
.slide.slide-style4.item2 .description {
    float: right;
    padding-right: 16px;
    padding-top: 175px;
    max-width: 290px;
    text-align: center;
}
.slide-opt-4 .item2 .title,
.slide.slide-style4.item2 .title {
    display: block;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}
.slide-opt-4 .item2 .title span,
.slide.slide-style4.item2 .title span {
    font-weight: 700;
    font-size: 24px;
}
.slide-opt-4 .item2 .subtitle,
.slide.slide-style4.item2 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 7px;
    color: #fff;
}
.slide-opt-4 .item2 .btn,
.slide.slide-style4.item2 .btn {
    line-height: 36px;
    background-color: #01639a;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 17px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.slide-opt-4 .item2 .btn:hover,
.slide.slide-style4.item2 .btn:hover {
    background-color: #fca53c;
}
.slide-opt-4 .item3 .description,
.slide.slide-style4.item3 .description {
    padding-right: 0;
    padding-left: 30px;
    padding-top: 153px;
    max-width: 350px;
}
.slide-opt-4 .item3 .title,
.slide.slide-style4.item3 .title {
    display: block;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
}
.slide-opt-4 .item3 .subtitle,
.slide.slide-style4.item3 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 5px;
    color: #333;
    line-height: 1;
}
.slide-opt-4 .item3 .des,
.slide.slide-style4.item3 .des {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}
.slide-opt-4 .item3 .btn,
.slide.slide-style4.item3 .btn {
    line-height: 36px;
    background-color: #937637;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 17px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 23px;
}
.slide-opt-4 .item3 .btn:hover,
.slide.slide-style4.item3 .btn:hover {
    background-color: #fca53c;
}
.block-trending .block-title {
    background-color: #fed700;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
.block-section-top4 {
    position: relative;
    background-color: #F6F6F6;
    margin-bottom: 40px;
}
.block-section-top4 .container {
    position: relative;
}
.block-section-top4 .block-slide-main {
    padding-left: 300px;
    padding-right: 200px;
}
@media (max-width: 1199px) {
    .block-section-top4 .block-slide-main {
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .block-section-top4 .block-slide-main {
        padding-right: 0;
    }
}
.block-trending {
    background-color: #fff;
}
.block-trending .product-item-opt-1{
    padding: 0;
}
.block-trending .item-procduct {
    padding: 0 30px;
    padding-right: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 11px;
}
.block-trending .item-procduct:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.block-trending .product-item-opt-1 .product-item-price {
    font-size: 14px;
    color: #333;
}
.block-trending:hover .owl-prev,
.block-trending:hover .owl-next {
    opacity: 1;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-trending:hover .owl-prev {
    left: 5px;
}
.block-trending:hover .owl-next {
    right: 5px;
}
.block-trending .owl-prev,
.block-trending .owl-next {
    width: 35px;
    line-height: 28px;
    border: 1px solid #dfdfdf;
    text-align: center;
    color: #888888;
    font-size: 20px;
    display: block;
    background-color: #fff;
    position: absolute;
    top: 52%;
    margin-top: -32px;
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-trending .owl-prev:hover,
.block-trending .owl-next:hover,
.block-trending .owl-prev:focus,
.block-trending .owl-next:focus {
    color: #fff;
}
.block-trending .owl-prev:before,
.block-trending .owl-next:before {
    content: "";
    font-family: 'FontAwesome';
}
.block-trending .owl-prev {
    left: 10px;
}
.block-trending .owl-prev:before {
    content: "\f104";
}
.block-trending .owl-next {
    right: 10px;
}
.block-trending .owl-next:before {
    content: "\f105";
}
.slide-opt-5 {
    position: relative;
}
.slide-opt-5 .item,
.slide.slide-style5.item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 18px;
}
.slide-opt-5 .item a,
.slide.slide-style5.item a {
    color: #fff;
}
.slide-opt-5 .item .description,
.slide.slide-style5.item .description {
    position: relative;
    padding-top: 180px;
}
.slide-opt-5 .item1 .description,
.slide.slide-style5.item1 .description {
    margin-left: 321px;
    padding-top: 50px;
}
@media (max-width: 991px) {
    .slide-opt-5 .item1 .description,
    .slide.slide-style5.item1 .description {
        margin-left: 200px;
        padding-top: 50px;
    }
}
.slide-opt-5 .item1 .title,
.slide.slide-style5.item1 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 0px;
    color: #fff;
    line-height: 1;
}
@media (max-width: 639px) {
    .slide-opt-5 .item1 .title,
    .slide.slide-style5.item1 .title {
        font-size: 30px;
    }
}
.slide-opt-5 .item1 .subtitle,
.slide.slide-style5.item1 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 33px;
    margin-bottom: 13px;
    color: #fff;
}
@media (max-width: 639px) {
    .slide-opt-5 .item1 .subtitle,
    .slide.slide-style5.item1 .subtitle {
        font-size: 20px;
    }
}
.slide-opt-5 .item1 .des,
.slide.slide-style5.item1 .des {
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
    color: #fff;
}
@media (max-width: 639px) {
    .slide-opt-5 .item1 .des,
    .slide.slide-style5.item1 .des {
        font-size: 13px;
    }
}
.slide-opt-5 .item1 .btn,
.slide.slide-style5.item1 .btn {
    line-height: 55px;
    background-color: #3266cc;
    padding: 0 23px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: bold;
}
.slide-opt-5 .item1 .btn:hover,
.slide.slide-style5.item1 .btn:hover {
    background-color: #fca53c;
}
.slide-opt-5 .item2 .description,
.slide.slide-style5.item2 .description {
    margin-left: 326px;
    padding-top: 60px;
}
@media (max-width: 991px) {
    .slide-opt-5 .item2 .description,
    .slide.slide-style5.item2 .description {
        margin-left: 200px;
        padding-top: 40px;
    }
}
.slide-opt-5 .item2 .title,
.slide.slide-style5.item2 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 7px;
    color: #333;
    line-height: 1;
}
@media (max-width: 639px) {
    .slide-opt-5 .item2 .title,
    .slide.slide-style5.item2 .title {
        font-size: 30px;
    }
}
.slide-opt-5 .item2 .subtitle,
.slide.slide-style5.item2 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 18px;
    color: #333;
}
@media (max-width: 639px) {
    .slide-opt-5 .item2 .subtitle,
    .slide.slide-style5.item2 .subtitle {
        font-size: 20px;
    }
}
.slide-opt-5 .item2 .des,
.slide.slide-style5.item2 .des {
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
    color: #888;
}
@media (max-width: 639px) {
    .slide-opt-5 .item2 .des,
    .slide.slide-style5.item2 .des {
        font-size: 13px;
    }
}
.slide-opt-5 .item2 .btn,
.slide.slide-style5.item2 .btn {
    line-height: 55px;
    background-color: #24252a;
    padding: 0 23px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: bold;
}
.slide-opt-5 .item2 .btn:hover,
.slide.slide-style5.item2 .btn:hover {
    background-color: #fca53c;
}
.slide-opt-5 .item3 .description,
.slide.slide-style5.item3 .description {
    margin-left: 320px;
    padding-top: 63px;
}
@media (max-width: 991px) {
    .slide-opt-5 .item3 .description,
    .slide.slide-style5.item3 .description {
        margin-left: 200px;
        padding-top: 40px;
    }
}
.slide-opt-5 .item3 .title,
.slide.slide-style5.item3 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 37px;
    margin-bottom: 7px;
    color: #333;
    line-height: 1;
}
@media (max-width: 639px) {
    .slide-opt-5 .item3 .title,
    .slide.slide-style5.item3 .title {
        font-size: 30px;
    }
}
.slide-opt-5 .item3 .subtitle,
.slide.slide-style5.item3 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 5px;
    color: #333;
}
@media (max-width: 639px) {
    .slide-opt-5 .item3 .subtitle,
    .slide.slide-style5.item3 .subtitle {
        font-size: 20px;
    }
}
.slide-opt-5 .item3 .des,
.slide.slide-style5.item3 .des {
    font-size: 18px;
    display: block;
    margin-bottom: 36px;
    color: #888;
}
@media (max-width: 639px) {
    .slide-opt-5 .item3 .des,
    .slide.slide-style5.item3 .des {
        font-size: 13px;
    }
}
.slide-opt-5 .item3 .btn,
.slide.slide-style5.item3 .btn {
    line-height: 55px;
    background-color: #95a630;
    padding: 0 23px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: bold;
}
.slide-opt-5 .item3 .btn:hover,
.slide.slide-style5.item3 .btn:hover {
    background-color: #fca53c;
}
@media (max-width: 991px) {
    .slide-opt-5 .item,
    .slide.slide-style5.item {
        height: 400px;
    }
    .slide-opt-5 .item .description,
    .slide.slide-style5.item .description {
        font-size: 14px;
        padding-top: 40px;
        margin-left: 20px;
    }
}
@media (max-width: 639px) {
    .slide-opt-5 .item,
    .slide.slide-style5.item {
        height: 300px;
    }
    .slide-opt-5 .item .description,
    .slide.slide-style5.item .description {
        font-size: 13px;
    }
    .slide-opt-5 .item .description .btn,
    .slide.slide-style5.item .description .btn {
        line-height: 30px;
        font-size: 14px;
    }
}
@media (max-width: 479px) {
    .slide-opt-5 .item,
    .slide.slide-style5.item {
        height: 300px;
    }
    .slide-opt-5 .item .description .btn,
    .slide.slide-style5.item .description .btn {
        line-height: 30px;
        font-size: 14px;
        margin-top: 15px;
    }
}
.slide-opt-5 .banner-slide {
    width: 200px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 385px;
    z-index: 55;
}
@media (max-width: 1199px) {
    .slide-opt-5 .banner-slide {
        display: none;
        visibility: hidden;
    }
}
.slide-opt-5 .banner-slide a {
    margin-top: 10px;
    display: block;
    position: relative;
    overflow: hidden;
}
.slide-opt-5 .banner-slide a:before,
.slide-opt-5 .banner-slide a:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-style: solid;
    border-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 100;
}
.slide-opt-5 .banner-slide a:before {
    border-width: 1px 0 1px 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    top: 10px;
    bottom: 10px;
}
.slide-opt-5 .banner-slide a:after {
    border-width: 0px 1px 0px 1px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    left: 10px;
    right: 10px;
}
.slide-opt-5 .banner-slide a:hover:before,
.slide-opt-5 .banner-slide a:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.slide-opt-5 .banner-slide a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.slide-opt-5 .banner-slide a img {
    display: block;
    width: 100%;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.hot-sale-product .block-title {
    background-color: transparent;
    margin-bottom: 5px;
}
.hot-sale-product .block-title .title {
    padding: 0;
}
@media (max-width: 600px) {
    .hot-sale-product .block-title {
        padding-right: 0;
    }
    .hot-sale-product .block-title .links {
        float: none;
        clear: both;
        display: block;
        text-align: center;
    }
    .hot-sale-product .block-title .links li {
        float: none;
        display: inline-block;
    }
}
.hot-sale-product .block-content {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    padding: 20px;
}
.hot-sale-product .product-item-opt-1 {
    padding: 0;
}
.hot-sale-product .product-item-opt-1 .product-item-detail {
    padding: 0 15px;
}
.hot-sale-product:hover .owl-nav .owl-prev,
.hot-sale-product:hover .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}
.hot-sale-product:hover .owl-nav .owl-prev {
    left: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.hot-sale-product:hover .owl-nav .owl-next {
    right: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.hot-sale-product .owl-nav {
    position: static;
}
.hot-sale-product .owl-nav .owl-prev,
.hot-sale-product .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    display: block;
    float: left;
    width: 30px;
    text-align: center;
    line-height: 50px;
    background-color: #ccc;
    font-size: 24px;
    color: #fff;
    margin-top: -25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.hot-sale-product .owl-nav .owl-prev:hover,
.hot-sale-product .owl-nav .owl-next:hover {
    background-color: #3266cc;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.hot-sale-product .owl-nav .owl-prev:before,
.hot-sale-product .owl-nav .owl-next:before {
    content: "";
    font-family: "FontAwesome";
}
.hot-sale-product .owl-nav .owl-prev {
    left: 15px;
}
.hot-sale-product .owl-nav .owl-prev:before {
    content: "\f104";
}
.hot-sale-product .owl-nav .owl-next {
    right: 15px;
}
.hot-sale-product .owl-nav .owl-next:before {
    content: "\f105";
}
.block-section-top5 .block-banner-main {
    margin-bottom: 10px;
}
.block-section-top5 .block-nav-categori .ui-categori {
    padding-bottom: 23px;
}
.block-section-top5 .block-nav-categori .ui-categori > li > a {
    line-height: 40px;
}
.block-section-top5 .block-nav-categori .view-all-categori .btn-view-all,
.block-section-top5 .block-nav-categori .view-all-categori a {
    background-color: #888888;
    color: #fff;
}
.block-section-top5 .block-nav-categori .view-all-categori .btn-view-all:hover,
.block-section-top5 .block-nav-categori .view-all-categori a:hover {
    background-color: #3266cc;
}
@media (max-width: 1199px) {
    .block-section-top5 .block-nav-categori {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}
.index-opt-5 .block-deals-of {
    background-color: transparent;
}

.index-opt-5 .block-deals-of .product-item {
    border: 1px solid #dfdfdf;
    padding: 10px;
}
.index-opt-5 .block-deals-of:hover .owl-nav .owl-prev {
    left: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.index-opt-5 .block-deals-of:hover .owl-nav .owl-next {
    right: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.index-opt-5 .block-deals-of .owl-nav .owl-prev,
.index-opt-5 .block-deals-of .owl-nav .owl-next {
    width: 30px;
    text-align: center;
    line-height: 50px;
    background-color: #ccc;
    font-size: 24px;
    color: #fff;
    margin-top: -25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.index-opt-5 .block-deals-of .owl-nav .owl-prev:hover,
.index-opt-5 .block-deals-of .owl-nav .owl-next:hover {
    background-color: #3266cc;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.index-opt-5 .block-deals-of .owl-nav .owl-prev {
    left: 15px;
}
.index-opt-5 .block-deals-of .owl-nav .owl-next {
    right: 15px;
}
.index-opt-5 .block-the-blog .blog-item .blog-date {
    background-color: #f4b106;
}
.index-opt-5 .block-the-blog .block-title {
    padding-top: 20px;
}
.block-floor-products-opt7 .block-title .title {
    background-color: #3266cc;
    width: 237px;
    color: #fff;
}
.block-floor-products-opt7 .block-content {
    position: relative;
    padding-left: 235px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    border-top: none;
}
.block-floor-products-opt7.block-floor-1 .col-banner .btn {
    background-color: #3266cc;
    color: #fff;
}
.block-floor-products-opt7.block-floor-1 .col-banner .btn:hover {
    background-color: #fca53c;
}
.block-floor-products-opt7.block-floor-2 .col-banner .btn {
    background-color: #e04f22;
    color: #fff;
}
.block-floor-products-opt7.block-floor-2 .col-banner .btn:hover {
    background-color: #ff9956;
}
.block-floor-products-opt7.block-floor-2 .col-banner .des {
    color: #333;
    font-weight: 600;
}
.block-floor-products-opt7.block-floor-3 .col-banner .btn {
    background-color: #320101;
    color: #fff;
}
.block-floor-products-opt7.block-floor-3 .col-banner .btn:hover {
    background-color: #b6988e;
}
.block-floor-products-opt7 .col-categori {
    width: 235px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding-top: 21px;
    padding: 21px 10px 5px 30px;
}
.block-floor-products-opt7 .col-categori li {
    display: block;
}
.block-floor-products-opt7 .col-categori a {
    font-size: 14px;
    color: #333333;
    display: block;
    line-height: 34px;
    text-transform: capitalize;
}
.block-floor-products-opt7 .col-categori a:hover {
    color: #fca53c;
}
.block-floor-products-opt7 .col-products {
    width: 75%;
}
@media (max-width: 991px) {
    .block-floor-products-opt7 .col-products {
        width: 100%;
    }
}
.block-floor-products-opt7 .col-banner {
    width: 25%;
    border-left: 1px solid #dfdfdf;
    float: right;
}
.block-floor-products-opt7 .col-banner .description {
    background-color: transparent;
}
.block-floor-products-opt7 .col-banner .title {
    color: #000;
}
@media (max-width: 1199px) {
    .block-floor-products-opt7 .block-title .title {
        width: 191px;
    }
    .block-floor-products-opt7 .block-content {
        padding-left: 190px;
    }
    .block-floor-products-opt7 .col-categori {
        width: 190px;
        padding-left: 20px;
        padding-top: 5px;
    }
    .block-floor-products-opt7 .col-featured .product-item-opt-1 {
        padding-top: 8px;
    }
    .block-floor-products-opt7 .col-banner {
        height: 457px;
    }
    .block-floor-products-opt7 .col-products .product-item {
        height: 229px;
    }
}
@media (max-width: 767px) {
    .block-floor-products-opt7 .block-title .title {
        width: auto;
        padding-right: 15px;
    }
    .block-floor-products-opt7 .col-categori {
        display: none;
    }
    .block-floor-products-opt7 .block-content {
        padding-left: 0;
    }
    .block-floor-products-opt7 .col-products {
        margin-bottom: 0;
    }
    .block-floor-products-opt7 .col-products .product-item {
        height: auto;
    }
    .block-floor-products-opt7 .block-content {
        border-left: none;
    }
}
@media (max-width: 599px) {
    .block-floor-products-opt7 .col-products {
        width: 100%;
    }
}
.block-deals-of-opt3 .block-title {
    padding-bottom: 30px;
}
.block-deals-of-opt3 .block-title:before,
.block-deals-of-opt3 .block-title:after {
    content: "";
    display: table;
}
.block-deals-of-opt3 .block-title:after {
    clear: both;
}
.block-deals-of-opt3 .block-title > .title {
    float: left;
    color: #333333;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    padding: 0px;
    text-transform: uppercase;
}
@media (max-width: 639px) {
    .block-deals-of-opt3 .block-title > .title {
        float: none;
    }
}
.block-deals-of-opt3 .deals-of-countdown {
    float: right;
}
@media (max-width: 639px) {
    .block-deals-of-opt3 .deals-of-countdown {
        width: 100%;
        clear: both;
        float: none;
        margin-left: 0;
        margin-top: 10px;
    }
}
.block-deals-of-opt3 .deals-of-countdown .title {
    font-size: 16px;
    text-transform: uppercase;
    color: #333333;
    font-weight: normal;
    padding-left: 34px;
    background-position: center left;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index1/icon-deals-of.png);
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.block-deals-of-opt3 .count-down-time {
    display: inline-block;
    vertical-align: middle;
}
.block-deals-of-opt3 .count-down-time:before,
.block-deals-of-opt3 .count-down-time:after {
    content: "";
    display: table;
}
.block-deals-of-opt3 .count-down-time:after {
    clear: both;
}
.block-deals-of-opt3 .count-down-time .box-count {
    float: left;
    margin-right: 10px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #6e90b6;
    background-color: #fff;
    font-size: 14px;
    color: #05113b;
    padding: 0 7px;
    position: relative;
}
.block-deals-of-opt3 .count-down-time .box-count:after {
    content: ":";
    position: absolute;
    top: 0;
    right: -7px;
}
.block-deals-of-opt3 .count-down-time .box-count:last-child {
    margin-right: 0;
}
.block-deals-of-opt3 .count-down-time .box-count:last-child:after {
    content: none;
}
.block-deals-of-opt3 .count-down-time .box-count .number {
    width: auto;
    height: auto;
    line-height: 1;
    display: inline-block;
    font-size: 14px;
    background-color: transparent!important;
    color: #05113b;
    margin-right: 4px;
}
.block-deals-of-opt3 .count-down-time .box-count .text {
    display: inline-block;
    font-size: 14px;
    color: #05113b;
    line-height: 1;
}
@media (max-width: 479px) {
    .block-deals-of-opt3 .count-down-time .box-count {
        padding: 0 3px;
        margin-top: 5px;
    }
}
.block-deals-of-opt3:hover .owl-nav .owl-prev,
.block-deals-of-opt3:hover .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}
.block-deals-of-opt3 .owl-nav {
    position: static;
}
.block-deals-of-opt3 .owl-nav .owl-prev,
.block-deals-of-opt3 .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    opacity: 0;
    visibility: hidden;
}
.block-deals-of-opt3 .owl-nav .owl-prev {
    left: 0;
}
.block-deals-of-opt3 .owl-nav .owl-next {
    right: 0;
}
.qc-top-site {
    background-repeat: no-repeat;
}
.qc-top-site.close-bn {
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    /*.transition(0.35s);
		opacity: 0;
		visibility: hidden;*/
}
.qc-top-site1 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #310000;
    min-height: 150px;
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
.qc-top-site1 .container {
    position: relative;
}
.qc-top-site1 .close {
    background-color: #4c2222;
    width: 24px;
    height: 24px;
    border: none;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index6/close-top.png);
    position: absolute;
    top: 0;
    right: 15px;
    opacity: 0.5;
}
.qc-top-site1 .close span {
    display: none;
}
.qc-top-site1 .close:hover {
    background-color: #53B475;
}
.qc-top-site1 .description {
    max-width: 640px;
    padding-top: 33px;
    padding-bottom: 10px;
    text-align: center;
    margin: auto;
}
.qc-top-site1 .description .title {
    display: block;
    text-transform: capitalize;
    font-size: 44px;
    font-weight: bold;
    color: #ff3366;
    font-family: Arial;
    line-height: 1;
    margin-bottom: 0px;
}
@media (max-width: 600px) {
    .qc-top-site1 .description .title {
        font-size: 24px;
    }
}
.qc-top-site1 .description .subtitle {
    text-transform: none;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    display: block;
    font-family: Arial;
}
.qc-top-site1 .description .des {
    color: #999999;
    display: block;
    font-family: Arial;
    font-size: 12px;
}
.qc-top-site1 .description .btn {
    line-height: 28px;
    display: inline-block;
    padding: 0 9px;
    background-color: #fe5654;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-top: 7px;
}
.qc-top-site1 .description .btn:hover,
.qc-top-site1 .description .btn:focus {
    background-color: #fca53c;
}

/* TOP BANNER 3*/
.qc-top-site.layout3{
    border-radius: 0;
    min-height: 1px;
}
.qc-top-site.layout3 .description{
    text-align: center;
    padding: 19px 0;
}
.qc-top-site.layout3 .description .title{
    font-size: 16px;
    color: #ef6d6e;
    text-transform: uppercase;
    font-family: 'Impact',sans-serif;
    letter-spacing: 1px;
    margin-bottom: 7px;
}
.qc-top-site.layout3 .description .subtitle,
.qc-top-site.layout3 .description .link{
    font-size: 12px;
    color: #fff;
    display: inline-block;
    font-family: 'Calibri',sans-serif;
    font-weight: normal;
}
.qc-top-site.layout3 .description .link{
    text-decoration: underline;
}
.block-section-top6 {
    position: relative;
    padding-left: 270px;
    padding-right: 234px;
    margin-bottom: 20px;
    background-color: #dfdfdf;
}
@media (max-width: 1199px) {
    .block-section-top6 {
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .block-section-top6 {
        padding-right: 0;
    }
}
.block-section-top6 .banner-slide {
    position: absolute;
    top: 0;
    right: 0;
    width: 234px;
}
.block-section-top6 .banner-slide a {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 1px;
}
.block-section-top6 .banner-slide a:before,
.block-section-top6 .banner-slide a:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-style: solid;
    border-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 100;
}
.block-section-top6 .banner-slide a:before {
    border-width: 1px 0 1px 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    top: 10px;
    bottom: 10px;
}
.block-section-top6 .banner-slide a:after {
    border-width: 0px 1px 0px 1px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    left: 10px;
    right: 10px;
}
.block-section-top6 .banner-slide a:hover:before,
.block-section-top6 .banner-slide a:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-section-top6 .banner-slide a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-section-top6 .banner-slide a img {
    display: block;
    width: 100%;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
@media (max-width: 991px) {
    .block-section-top6 .banner-slide {
        display: none;
    }
}
.block-section-top6 .block-nav-categori {
    float: none;
    position: absolute !important;
    top: 0;
    left: 0;
}
@media (max-width: 1199px) {
    .block-section-top6 .block-nav-categori {
        display: none;
        visibility: hidden;
        opacity: 0;
    }
}
.block-section-top6 .block-nav-categori .block-title {
    display: none;
}
.block-section-top6 .block-nav-categori .ui-categori {
    padding-bottom: 21px;
}
.block-section-top6 .block-nav-categori .ui-categori > li > a {
    line-height: 36px;
    padding-left: 20px;
}
.block-section-top6 .block-nav-categori .ui-categori > li.parent > a:after {
    line-height: 36px;
}
.block-section-top6 .block-nav-categori .ui-categori .submenu {
    left: 270px;
    width: 900px;
}
.block-section-top6 .block-nav-categori .view-all-categori .btn-view-all,
.block-section-top6 .block-nav-categori .view-all-categori a {
    background-color: #888888;
    color: #fff;
}
.block-section-top6 .block-nav-categori .view-all-categori .btn-view-all:hover,
.block-section-top6 .block-nav-categori .view-all-categori a:hover {
    background-color: #ff3366;
}
.block-section-top6 .block-nav-categori .block-content {
    background-color: #f7f7f7;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 270px;
}
.index-opt-6 .back-to-top {
    border-color: #ff3366;
}
.index-opt-6 .back-to-top .fa {
    background-color: #ff3366;
}
.index-opt-6 .back-to-top:hover {
    background-color: #ff3366;
}
.index-opt-6 .block-service-opt3 {
    padding-top: 23px;
}
.index-opt-6 .block-service-opt3 .item .title {
    line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .index-opt-6 .block-service-opt3 .item {
        padding-left: 47px;
    }
    .index-opt-6 .block-service-opt3 .item .icon {
        left: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .index-opt-6 .block-service-opt3 .item {
        margin-left: 45px;
    }
}
@media (max-width: 767px) {
    .index-opt-6 .block-service-opt3 {
        text-align: center;
    }
    .index-opt-6 .block-service-opt3 > .clearfix {
        display: inline-block;
        text-align: left;
    }
}

@media (max-width: 640px) {
    .slide-opt-6 .item .description,
    .slide.slide-style6.item .description {
        max-width: 100% !important;
    }
}
.slide-opt-6 .item .description,
.slide.slide-style6.item .description {
    position: relative;
    padding-top: 180px;
    max-width: 100%;
}
.slide-opt-6 .item1 .description,
.slide.slide-style6.item1 .description {
    float: right;
    padding-right: 64px;
    padding-top: 50px;
    max-width: 250px;
    text-align: center;
}
.slide-opt-6 .item1 .title,
.slide.slide-style6.item1 .title {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 16px;
    color: #333333;
}
.slide-opt-6 .item1 .subtitle,
.slide.slide-style6.item1 .subtitle {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 27px;
    color: #fff;
    line-height: 1.12;
}
.slide-opt-6 .item1 .btn,
.slide.slide-style6.item1 .btn {
    line-height: 36px;
    background-color: #e1195f;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 600;
}
.slide-opt-6 .item1 .btn:hover,
.slide.slide-style6.item1 .btn:hover {
    background-color: #fca53c;
}
.slide-opt-6 .item2,
.slide.slide-style6.item2 {
    font-family: 'Roboto', sans-serif;
}
.slide-opt-6 .item2 .description,
.slide.slide-style6.item2 .description {
    margin-left: 26px;
    padding-top: 70px;
    text-align: center;
    float: left;
    max-width: 290px;
}
.slide-opt-6 .item2 .title,
.slide.slide-style6.item2 .title {
    font-size: 12px;
    display: block;
    margin-bottom: 8px;
    font-weight: normal;
    letter-spacing: 6px;
}
.slide-opt-6 .item2 .subtitle,
.slide.slide-style6.item2 .subtitle {
    font-weight: bold;
    display: block;
    border: 2px solid #333;
    font-size: 48px;
    line-height: 60px;
    padding: 0 15px;
    margin-bottom: 8px;
}
@media (max-width: 640px) {
    .slide-opt-6 .item2 .subtitle,
    .slide.slide-style6.item2 .subtitle {
        font-size: 30px;
    }
}
.slide-opt-6 .item2 .des,
.slide.slide-style6.item2 .des {
    display: block;
    font-size: 18px;
    font-weight: normal;
}
.slide-opt-6 .item2 .btn,
.slide.slide-style6.item2 .btn {
    background-color: transparent;
    color: #fff;
    line-height: 24px;
    padding: 0  15px;
    font-size: 15px;
    display: inline-block;
    font-weight: 300;
    border: 3px solid #333333;
    color: #333333;
    margin-top: 70px;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.slide-opt-6 .item2 .btn:hover,
.slide.slide-style6.item2 .btn:hover {
    text-decoration: none;
    background-color: #333333;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 640px) {
    .slide-opt-6 .item2 .btn,
    .slide.slide-style6.item2 .btn {
        margin-top: 10px;
    }
}
.slide-opt-6 .item3 .description,
.slide.slide-style6.item3 .description {
    margin-right: 30px;
    padding-top: 70px;
    text-align: center;
    float: right;
    max-width: 270px;
}
.slide-opt-6 .item3 .title,
.slide.slide-style6.item3 .title {
    font-size: 30px;
    display: block;
    margin-bottom: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.slide-opt-6 .item3 .subtitle,
.slide.slide-style6.item3 .subtitle {
    font-weight: normal;
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.slide-opt-6 .item3 .btn,
.slide.slide-style6.item3 .btn {
    background-color: #849dc5;
    color: #fff;
    line-height: 36px;
    padding: 0  19px;
    font-size: 16px;
    font-weight: 600;
}
.slide-opt-6 .item3 .btn:hover,
.slide.slide-style6.item3 .btn:hover {
    background-color: #333333;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.heading-opt-2 {
    background-color: #fff;
    margin-bottom: 0px;
    padding-right: 50px;
    position: relative;
    background-position: top 15px right 43px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index6/actions-floor.png);
    border-bottom: 3px solid #ff3366;
}
.floor_color1 .heading-opt-2 {
    border-bottom-color: #f18da5;
}
.floor_color2 .heading-opt-2 {
    border-bottom-color: #fdc113;
}
.floor_color3 .heading-opt-2 {
    border-bottom-color: #20254b;
}
.floor_color4 .heading-opt-2 {
    border-bottom-color: #3366cc;
}
.floor_color5 .heading-opt-2 {
    border-bottom-color: #669900;
}
.floor_color6 .heading-opt-2 {
    border-bottom-color: #6c6856;
}
.floor_color7 .heading-opt-2 {
    border-bottom-color: #ff6634;
}
.floor_color8 .heading-opt-2 {
    border-bottom-color: #1946bb;
}
.floor_color9 .heading-opt-2 {
    border-bottom-color: #00c0e3;
}
.floor_color10 .heading-opt-2 {
    border-bottom-color: #71cf2c;
}
.floor_color11 .heading-opt-2 {
    border-bottom-color: #9b26af;
}
.heading-opt-2:before,
.heading-opt-2:after {
    content: "";
    display: table;
}
.heading-opt-2:after {
    clear: both;
}
.heading-opt-2 .title {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 12px;
    display: block;
    line-height: 50px;
    float: left;
    background-color: #000;
    min-width: 235px;
}
.heading-opt-2 .title img {
    margin-right: 13px;
    vertical-align: text-top;
}
.heading-opt-2 .links {
    float: left;
}
.heading-opt-2 .links:before,
.heading-opt-2 .links:after {
    content: "";
    display: table;
}
.heading-opt-2 .links:after {
    clear: both;
}
.heading-opt-2 .links .dropdown-toggle {
    width: 40px;
    border: none ;
    background-color: transparent;
    padding: 0;
    height: 50px;
    font-size: 18px;
    display: none;
}
@media (min-width: 992px) {
    .heading-opt-2 .links .dropdown-menu {
        position: static;
        display: block;
        box-shadow: none;
        border: none;
        padding: 0;
        margin: 0;
    }
}
.heading-opt-2 .links li {
    float: left;
    list-style: none;
}
.heading-opt-2 .links li.active > a {
    color: #fff;
    background-color: #ff3366;
    z-index: 5;
}
.heading-opt-2 .links li.active > a{
    color: #fff;
}
.heading-opt-2 .links li.active > a:before {
    content: none;
}

.heading-opt-2 .links li:last-child > a:before {
    content: none;
}
.heading-opt-2 .links a {
    display: block;
    line-height: 50px;
    color: #333333;
    text-transform: capitalize;
    font-size: 14px;
    padding: 0 25px;
    position: relative;
}
.heading-opt-2 .links a:hover {
    background-color: transparent;
}
.heading-opt-2 .links a:before {
    content: "";
    height: 21px;
    width: 1px;
    background-color: #dbdbdb;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: -1px;
}
.heading-opt-2 .links .kt-tab:last-child a:before {
    display: none;
}
.heading-opt-2 .links .kt-tab:last-child a{
    padding-right: 0;
}
.heading-opt-2 .links .label-cat {
    position: absolute;
    top: -6px;
    right: 0;
    line-height: 18px;
    color: #fff;
    background-color: #009966;
    display: block;
    border-radius: 30px;
    width: 32px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.heading-opt-2 .links .label-cat:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 6px 0 0;
    border-color: #009966 transparent transparent transparent;
    position: absolute;
    bottom: -4px;
    left: 10px;
}
.heading-opt-2 .actions {
    position: absolute;
    right: 18px;
    top: 4px;
}
.heading-opt-2 .actions .action {
    width: 22px;
    text-align: center;
    line-height: 20px;
    display: block;
    cursor: pointer;
    color: #cccccc;
    font-size: 18px;
}
.heading-opt-2 .actions .action:hover {
    color: #999999;
}
@media (max-width: 991px) {
    .heading-opt-2 {
        padding-right: 0;
        background-position: top 15px right 80px;
    }
    .heading-opt-2 .links {
        float: right;
    }
    .block-floor-products-opt4 .block-title.heading-opt-2 .links {
        float: right;
        clear: none;
    }
    .heading-opt-2 .links .dropdown-toggle {
        display: block;
    }
    .heading-opt-2 .links .dropdown-menu {
        right: auto;
        left: 0;
        width: 300px;
        margin: 0;
        padding: 0;
    }
    .heading-opt-2 .links .dropdown-menu li {
        float: none;
        display: block;
        z-index: 30;
    }
    .heading-opt-2 .links .dropdown-menu li a {
        z-index: 40;
        border-bottom: 1px solid #dedede;
    }
    .heading-opt-2 .links .dropdown-menu li:last-child a {
        border-bottom: none;
    }
    .heading-opt-2 .actions {
        right: 48px;
    }
}
@media (max-width: 479px) {
    .heading-opt-2 {
        padding-right: 0;
        background-position: top 65px right 40px;
    }
    .heading-opt-2 .title {
        display: block;
        width: 100%;
    }
    .heading-opt-2 .links {
        float: left;
        position: static;
    }
    .block-floor-products-opt4 .block-title.heading-opt-2 .links {
        float: left;
        clear: none;
    }
    .heading-opt-2 .links .dropdown-menu {
        left: 0;
        width: auto;
        right: 0;
    }
    .heading-opt-2 .actions {
        top: 55px;
        right: 10px;
    }
}
.index-opt-6 .block-floor-products .block-banner-floor .box-img,
.index-opt-10 .block-floor-products .block-banner-floor .box-img,
.index-opt-6 .block-floor-products .block-banner-floor .img-banner,
.index-opt-10 .block-floor-products .block-banner-floor .img-banner {
    display: block;
    position: relative;
    overflow: hidden;
}
.index-opt-6 .block-floor-products .block-banner-floor .box-img:before,
.index-opt-10 .block-floor-products .block-banner-floor .box-img:before,
.index-opt-6 .block-floor-products .block-banner-floor .img-banner:before,
.index-opt-10 .block-floor-products .block-banner-floor .img-banner:before,
.index-opt-6 .block-floor-products .block-banner-floor .box-img:after,
.index-opt-10 .block-floor-products .block-banner-floor .box-img:after,
.index-opt-6 .block-floor-products .block-banner-floor .img-banner:after,
.index-opt-10 .block-floor-products .block-banner-floor .img-banner:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
    background-color: rgba(254, 86, 84, 0.3);
}
.index-opt-6 .block-floor-products .block-banner-floor .box-img:before,
.index-opt-10 .block-floor-products .block-banner-floor .box-img:before,
.index-opt-6 .block-floor-products .block-banner-floor .img-banner:before,
.index-opt-10 .block-floor-products .block-banner-floor .img-banner:before {
    left: 0;
    width: 0;
}
.index-opt-6 .block-floor-products .block-banner-floor .box-img:after,
.index-opt-10 .block-floor-products .block-banner-floor .box-img:after,
.index-opt-6 .block-floor-products .block-banner-floor .img-banner:after,
.index-opt-10 .block-floor-products .block-banner-floor .img-banner:after {
    right: 0;
    width: 0;
}
.index-opt-6 .block-floor-products .block-banner-floor .box-img:hover:before,
.index-opt-10 .block-floor-products .block-banner-floor .box-img:hover:before,
.index-opt-6 .block-floor-products .block-banner-floor .img-banner:hover:before,
.index-opt-10 .block-floor-products .block-banner-floor .img-banner:hover:before,
.index-opt-6 .block-floor-products .block-banner-floor .box-img:hover:after,
.index-opt-10 .block-floor-products .block-banner-floor .box-img:hover:after,
.index-opt-6 .block-floor-products .block-banner-floor .img-banner:hover:after,
.index-opt-10 .block-floor-products .block-banner-floor .img-banner:hover:after {
    opacity: 1;
    background-color: rgba(254, 86, 84, 0.3);
}
.index-opt-6 .block-floor-products .block-banner-floor .box-img:hover:before,
.index-opt-10 .block-floor-products .block-banner-floor .box-img:hover:before,
.index-opt-6 .block-floor-products .block-banner-floor .img-banner:hover:before,
.index-opt-10 .block-floor-products .block-banner-floor .img-banner:hover:before {
    left: 0;
    width: 50%;
    -webkit-transition: 0.55s;
    -o-transition: 0.55s;
    transition: 0.55s;
}
.index-opt-6 .block-floor-products .block-banner-floor .box-img:hover:after,
.index-opt-10 .block-floor-products .block-banner-floor .box-img:hover:after,
.index-opt-6 .block-floor-products .block-banner-floor .img-banner:hover:after,
.index-opt-10 .block-floor-products .block-banner-floor .img-banner:hover:after {
    right: 0;
    width: 50%;
    -webkit-transition: 0.55s;
    -o-transition: 0.55s;
    transition: 0.55s;
}
.index-opt-6 .block-floor-products .block-banner-floor img,
.index-opt-10 .block-floor-products .block-banner-floor img {
    display: block;
    width: 100%;
}
.block-floor-products-opt4 {
    margin-top: 30px;
}
.block-floor-products-opt4 .product-item-opt-2{
    border: none;
}
.block-floor-products-opt4 .block-banner-floor:before,
.block-floor-products-opt4 .block-banner-floor:after {
    content: "";
    display: table;
}
.block-floor-products-opt4 .block-banner-floor:after {
    clear: both;
}
.block-floor-products-opt4 .block-banner-floor .col-sm-6 {
    padding: 0;
}
.block-floor-products-opt4 .block-banner-floor .img-banner,
.block-floor-products-opt4 .block-banner-floor .box-img {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
.block-floor-products-opt4 .block-banner-floor .box-img{
    position: relative;
}
.block-floor-products-opt4 .block-banner-floor .box-img:before,
.block-floor-products-opt4 .block-banner-floor .box-img:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
    background-color: rgba(254, 86, 84, 0.3);
    z-index: 10;
    width: 0%;
}
.block-floor-products-opt4 .block-banner-floor .box-img:hover:before{
    left: 0;
    width: 50%;
    -webkit-transition: 0.55s;
    -o-transition: 0.55s;
    transition: 0.55s;
    opacity: 1;
}
.block-floor-products-opt4 .block-banner-floor .box-img:hover:after{
    right: 0;
    width: 50%;
    -webkit-transition: 0.55s;
    -o-transition: 0.55s;
    transition: 0.55s;
    opacity: 1;
}
.block-floor-products-opt4 .block-content{
    background-color: #fff;
    position: relative;
}
.block-floor-products-opt4 .col-banner {
    width: 20%;
    position: relative;
}
.block-floor-products-opt4 .col-banner .banner{
    background-position: center center;
    background-size: cover;
}
.block-floor-products-opt4 .col-banner .banner{
    display: block;
    font-size: 0;
}
.block-floor-products-opt4 .col-banner:before,
.block-floor-products-opt4 .col-banner:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-style: solid;
    border-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
}
.block-floor-products-opt4 .col-banner:before {
    border-width: 1px 0 1px 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    top: 10px;
    bottom: 10px;
}
.block-floor-products-opt4 .col-banner:after {
    border-width: 0px 1px 0px 1px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    left: 10px;
    right: 10px;
}
.block-floor-products-opt4 .col-banner:hover:before,
.block-floor-products-opt4 .col-banner:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-floor-products-opt4 .col-banner:hover a:before {
    opacity: 0.3;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-floor-products-opt4 .col-banner a {
    z-index: 100;
    display: block;
}
.block-floor-products-opt4 .col-banner a:before {
    content: "";
    background-color: #fca53c;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-floor-products-opt4 .col-banner a img {
    width: 100%;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}
.block-floor-products-opt4 .col-banner .label-featured {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 100;
}
.block-floor-products-opt4 .col-banner .label-featured img {
    width: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.block-floor-products-opt4 .col-products {
    width: 80%;
}
@media (max-width: 991px) {
    .block-floor-products-opt4 .col-products {
        width: 100%;
    }
}
.block-floor-products-opt4 .col-products .product-item {
    height: auto;
    width: 100%;
}
.block-floor-products-opt4 .col-products .product-item .product-item-photo {
    border: none;
}

.block-floor-products-opt4 .block-content:hover .col-products .owl-nav .owl-next,
.block-floor-products-opt4 .block-content:hover .col-products .owl-nav .owl-prev {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-floor-products-opt4 .block-content:hover .col-products .owl-nav .owl-prev {
    left: 0px;
}
.block-floor-products-opt4 .block-content:hover .col-products .owl-nav .owl-next {
    right: 0px;
}
.block-floor-products-opt4 .block-content .col-products .owl-nav .owl-next,
.block-floor-products-opt4 .block-content .col-products .owl-nav .owl-prev {
    width: 32px;
    line-height: 50px;
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    font-size: 24px;
    color: #333333;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    opacity: 0;
}
.block-floor-products-opt4 .block-content .col-products .owl-nav .owl-next:hover,
.block-floor-products-opt4 .block-content .col-products .owl-nav .owl-prev:hover {
    color: #fff;
    background-color: #ff8c00;
    border-color: #ff8c00;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.block-floor-products-opt4 .block-content .col-products .owl-nav .owl-next:before,
.block-floor-products-opt4 .block-content .col-products .owl-nav .owl-prev:before {
    content: "";
    font-family: 'FontAwesome';
}
.block-floor-products-opt4 .block-content .col-products .owl-nav .owl-prev {
    left: 25px;
}
.block-floor-products-opt4 .block-content .col-products .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-floor-products-opt4 .block-content .col-products .owl-nav .owl-next {
    right: 25px;
}
.block-floor-products-opt4 .block-content .col-products .owl-nav .owl-next:before {
    content: "\f105";
}
.block-floor-products-opt4 .product-item-opt-2 .product-item-detail {
    padding-bottom: 26px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .block-floor-products-opt4 .col-banner {
        width: 22%;
    }
    .block-floor-products-opt4 .col-products {
        width: 78%;
    }
    .block-floor-products-opt4 .product-item-opt-2 .product-item-detail {
        padding-bottom: 22px;
    }
    .block-floor-products-opt4 .heading-opt-2 .title {
        min-width: 209px;
    }
    .block-floor-products-opt4 .heading-opt-2 .links a {
        padding: 0 12px;
    }
}

.block-tab-products .block-title {
    margin-bottom: 30px;
}
@media (max-width: 479px) {
    .block-tab-products .block-title {
        margin-bottom: 35px;
    }
}
.block-tab-products .nav {
    border-bottom: 1px solid #eeeeee;
    padding-right: 56px;
}
.block-tab-products .nav > li {
    float: left;
    margin-right: 3px;
}
.block-tab-products .nav > li > a {
    display: block;
    text-transform: uppercase;
    line-height: 38px;
    color: #999;
    margin-bottom: -1px;
    border-bottom: 3px solid #ccc;
    padding: 0 10px 0 10px;
    font-size: 16px;
    font-weight: 600;
}
.block-tab-products .nav > li > a:hover,
.block-tab-products .nav > li > a:focus {
    background-color: transparent;
    color: #333;
}
.block-tab-products .nav > li.active > a {
    color: #333;
    border-bottom-style:solid ;
    border-bottom-width:3px;
}
.block-tab-products .nav > li.active > a:hover,
.block-tab-products .nav > li.active > a:focus {
    background-color: transparent;
    color: #333;
}
.block-tab-products .product-item-opt-2{
    border: none;
}
@media (max-width: 600px) {
    .block-tab-products .nav > li > a {
        padding: 0 10px;
    }
}
@media (max-width: 479px) {
    .block-tab-products .nav {
        padding-right: 0;
    }
    .block-tab-products .nav > li {
        width: 100%;
        display: block;
        margin-right: 0;
    }
}
.block-tab-products .owl-nav {
    position: absolute;
    top: -64px;
    right: 0;
}
.block-tab-products .owl-nav:before,
.block-tab-products .owl-nav:after {
    content: "";
    display: table;
}
.block-tab-products .owl-nav:after {
    clear: both;
}
@media (max-width: 479px) {
    .block-tab-products .owl-nav {
        top: -30px;
    }
}
.block-tab-products .owl-nav .owl-prev,
.block-tab-products .owl-nav .owl-next {
    text-align: center;
    display: block;
    float: left;
    margin-left: 5px;
    width: 24px;
    line-height: 24px;
    background-color: #eeeeee;
    color: #cccccc;
}
.block-tab-products .owl-nav .owl-prev:hover,
.block-tab-products .owl-nav .owl-next:hover {
    background-color: #999999;
    color: #fff;
}
.block-tab-products .owl-nav .owl-prev:before,
.block-tab-products .owl-nav .owl-next:before {
    content: "";
    font-family: "FontAwesome";
}
.block-tab-products .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-tab-products .owl-nav .owl-next:before {
    content: "\f105";
}
.block-tab-products .product-item-opt-2 .product-item-photo {
    border: 1px solid #e0e0e0;
}
.block-deals-of-opt2 {
    background-color: transparent;
    margin-bottom: 27px;
}
.block-deals-of-opt2 .block-title {
    padding: 0;
}
.block-deals-of-opt2 .block-content {
    border: 3px solid #ff3366;
    background-color: #fff;
}
.block-deals-of-opt2 .product-item-opt-2{
    border: none;
}
.block-deals-of-opt2 .block-content .heading-title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
}
.block-deals-of-opt2 .deals-of-countdown {
    margin: 0;
    padding-top: 10px;
}
.block-deals-of-opt2 .deals-of-countdown:before,
.block-deals-of-opt2 .deals-of-countdown:after {
    content: "";
    display: table;
}
.block-deals-of-opt2 .deals-of-countdown:after {
    clear: both;
}
.block-deals-of-opt2 .deals-of-countdown .icon {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index6/icon-deals-of.png);
    width: 44px;
    height: 44px;
    background-color: #ff3366;
    position: relative;
    float: left;
    margin-right: 8px;
}
.block-deals-of-opt2 .deals-of-countdown .icon:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 7px 22px;
    border-color: transparent transparent #ff3366 transparent;
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
}
.block-deals-of-opt2 .count-down-time {
    position: relative;
    float: left;
    padding-top: 14px;
}
.block-deals-of-opt2 .count-down-time:before,
.block-deals-of-opt2 .count-down-time:after {
    content: "";
    display: table;
}
.block-deals-of-opt2 .count-down-time:after {
    clear: both;
}
.block-deals-of-opt2 .count-down-time .box-count {
    float: left;
    margin-right: 10px;
    text-align: center;
    position: relative;
}
.block-deals-of-opt2 .count-down-time .box-count:after {
    content: ":";
    position: absolute;
    line-height: 24px;
    top: 0;
    right: -6px;
}
.block-deals-of-opt2 .count-down-time .box-count:last-child {
    margin-right: 0;
}
.block-deals-of-opt2 .count-down-time .box-count:last-child:after {
    content: none;
}
.block-deals-of-opt2 .count-down-time .box-count .number {
    width: 50px;
    height: 24px;
    line-height: 24px;
    display: block;
    font-size: 16px;
    background-color: #999999!important;
    color: #fff;
    position: relative;
    text-align: center;
}
.block-deals-of-opt2 .count-down-time .box-count .number:before,
.block-deals-of-opt2 .count-down-time .box-count .number:after {
    content: "";
    height: 24px;
    width: 24px;
    background-color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
}
.block-deals-of-opt2 .count-down-time .box-count .number:after {
    left: auto;
    right: 0;
}
.block-deals-of-opt2 .count-down-time .box-count .text {
    display: none;
}
.block-deals-of-opt2 .count-down-time .box-days {
    display: none;
}
.block-deals-of-opt2 .product-item-opt-2 .product-item-photo {
    padding: 10px 15px;
}
.block-deals-of-opt2 .product-item-opt-2 .product-item-name {
    margin-top: 0;
}
.block-deals-of-opt2 .product-item-opt-2 .product-item-detail {
    padding-left: 35px;
}
.heading-opt-6 {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
}
.heading-opt-6 .title {
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 0 24px 0 12px;
    border-bottom: 3px solid #ff3366;
    font-size: 16px;
}
@media (max-width: 991px) {
    .block-hot-categories-opt2 .col-sm-6 {
        float: left;
        width: 50%;
    }
    .block-hot-categories-opt2 .col-sm-6:nth-child(2n+1) {
        clear: both;
    }
}
@media (max-width: 639px) {
    .block-hot-categories-opt2 .col-sm-6 {
        width: 100%;
    }
}
.block-hot-categories-opt2 .item {
    margin-bottom: 30px;
}
.block-hot-categories-opt2 .item li {
    display: block;
}
.block-hot-categories-opt2 .item li > a {
    display: block;
    position: relative;
    padding: 0 12px;
    padding-left: 26px;
    line-height: 20px;
    color: #666666;
    font-size: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .block-hot-categories-opt2 .item li > a {
        font-size: 12px;
    }
}

.block-hot-categories-opt2 .item li > a:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    top: 0px;
    left: 10px;
    color: #cccccc;
}
.block-hot-categories-opt2 .item .description {
    margin-bottom: 5px;
    background-position: center right 20px;
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    min-height: 110px;
    padding-left: 24px;
}
.block-hot-categories-opt2 .item .description .title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    display: table;
    height: 73px;
}
.block-hot-categories-opt2 .item .description .title > span {
    display: table-cell;
    vertical-align: middle;
}
.block-hot-categories-opt2 .item .description .btn {
    line-height: 20px;
    padding: 0 7px;
    color: #fff;
    background-color: #999999;
    text-transform: uppercase;
    font-size: 10px;
    border: none;
}
.block-hot-categories-opt2 .item .description .btn:after {
    content: "\f0da";
    font-family: "FontAwesome";
    margin-left: 5px;
}

.block-showcase {
    margin-bottom: 28px;
}
.block-showcase .block-title {
    margin-bottom: 0;
}
.block-showcase .col-title {
    padding-right: 30px;
    padding-left: 30px;
}
@media (max-width: 991px) {
    .block-showcase .col-title {
        margin-bottom: 60px;
    }
}
.block-showcase .col-title .logo-showcase {
    margin-bottom: 15px;
    padding-top: 15px;
}
.block-showcase .col-title .des {
    border-top: 1px dotted #ccc;
    padding-top: 15px;
    padding-bottom: 32px;
}
.block-showcase .col-title .actions {
    border-top: 1px dotted #ccc;
    padding-top: 23px;
}
.block-showcase .col-title .btn {
    text-transform: uppercase;
    line-height: 28px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 12px;
    border-color: #cccccc;
    color: #333;
    font-family: Arial;
}
.block-showcase .col-title .btn i {
    margin-left: 15px;
}
.block-showcase .col-title .btn:hover {
    background-color: #ff3366;
    border-color: #ff3366;
    color: #fff;
}
.block-showcase .block-content {
    border: 1px solid #eeeeee;
    border-top: none;
    padding: 22px 0;
}
.block-showcase .owl-nav {
    position: absolute;
    top: -55px;
    right: 0;
}
.block-showcase .owl-nav:before,
.block-showcase .owl-nav:after {
    content: "";
    display: table;
}
.block-showcase .owl-nav:after {
    clear: both;
}
@media (max-width: 991px) {
    .block-showcase .owl-nav {
        right: 15px;
    }
}
.block-showcase .owl-nav .owl-prev,
.block-showcase .owl-nav .owl-next {
    text-align: center;
    display: block;
    float: left;
    margin-left: 5px;
    width: 24px;
    line-height: 24px;
    background-color: #d9d9d9;
    color: #b5b5b5;
}
.block-showcase .owl-nav .owl-prev:hover,
.block-showcase .owl-nav .owl-next:hover {
    background-color: #999999;
    color: #fff;
}
.block-showcase .owl-nav .owl-prev:before,
.block-showcase .owl-nav .owl-next:before {
    content: "";
    font-family: "FontAwesome";
}
.block-showcase .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-showcase .owl-nav .owl-next:before {
    content: "\f105";
}
.block-showcase .product-item {
    border: none;
}
.block-showcase .product-item-opt-2 .product-item-info:before,
.block-showcase .product-item-opt-2 .product-item-info:after {
    content: "";
    display: table;
}
.block-showcase .product-item-opt-2 .product-item-info:after {
    clear: both;
}
.block-showcase .product-item-opt-2 .product-item-photo {
    float: left;
    padding: 0;
    width: 152px;
}
.block-showcase .product-item-opt-2 .product-item-detail {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 5px;
}
.block-showcase .product-item-opt-2 .product-item-price,
.block-showcase .product-item-opt-2 .product-reviews-summary {
    float: none;
}
.block-showcase .product-item-opt-2 .product-item-name {
    white-space: normal;
}
.index-opt-6 .block-brand {
    padding-top: 40px;
    margin-bottom: 30px;
}
.block-service-opt3 {
    background-color: #f6f6f6;
    border: 1px solid #e1e1e1;
    padding-top: 20px;
    padding-bottom: 0;
}
.index-opt-6 .block-service-opt3 {
    margin-bottom: 25px;
}
.block-service-opt3 .item {
    font-size: 12px;
    border-right: 1px solid #e1e1e1;
    min-height: 40px;
    padding-left: 70px;
    margin-bottom: 20px;
    color: #666666;
}
.block-service-opt3 .item .title {
    font-size: 18px;
    margin: 0;
}
.block-service-opt3 .item .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 15px;
    background-color: transparent!important;
}
@media (max-width: 767px) {
    .block-service-opt3 .item {
        border-right: none;
    }
}
.block-service-opt3 .col-md-3:last-child .item {
    border-right: none;
}
@media (max-width: 991px) {
    .block-service-opt3 .col-md-3:nth-child(2n) .item {
        border-right: none;
    }
}

@media (max-width: 640px) {

    .slide-opt-7 .item .description,
    .slide.slide-style7.item .description {
        max-width: 100% !important;
    }
}
.slide-opt-7 .item .description,
.slide.slide-style7.item .description {
    position: relative;
    padding-top: 180px;
    max-width: 100%;
}
.slide-opt-7 .item1 .description,
.slide.slide-style7.item1 .description {
    padding-left: 70px;
    padding-top: 26px;
    max-width: 350px;
}
.slide-opt-7 .item1 .title,
.slide.slide-style7.item1 .title {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 20px;
    color: #000000;
}
.slide-opt-7 .item1 .des,
.slide.slide-style7.item1 .des {
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 12px;
    color: #555555;
    line-height: 24px;
}
.slide-opt-7 .item1 .btn,
.slide.slide-style7.item1 .btn {
    line-height: 40px;
    background-color: #2896b5;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 13px;
    font-size: 14px;
    font-weight: normal;
}
.slide-opt-7 .item1 .btn:hover,
.slide.slide-style7.item1 .btn:hover {
    background-color: #fca53c;
}
.slide-opt-7 .item2 .description,
.slide.slide-style7.item2 .description {
    padding-left: 54px;
    padding-top: 160px;
    max-width: 350px;
}
.slide-opt-7 .item2 .title,
.slide.slide-style7.item2 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 24px;
    color: #000000;
    font-family: 'Lato', sans-serif;
}
.slide-opt-7 .item2 .des,
.slide.slide-style7.item2 .des {
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 21px;
    color: #555555;
    line-height: 24px;
}
.slide-opt-7 .item2 .btn,
.slide.slide-style7.item2 .btn {
    line-height: 40px;
    background-color: #1369c0;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 14px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}
.slide-opt-7 .item2 .btn:hover,
.slide.slide-style7.item2 .btn:hover {
    background-color: #fca53c;
}
.slide-opt-7 .item3 .description,
.slide.slide-style7.item3 .description  {
    padding-left: 54px;
    padding-top: 80px;
    max-width: 350px;
}
.slide-opt-7 .item3 .title,
.slide.slide-style7.item3 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 24px;
    color: #000000;
    font-family: 'Lato', sans-serif;
}
.slide-opt-7 .item3 .des,
.slide.slide-style7.item3 .des {
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 25px;
    color: #555555;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
}
.slide-opt-7 .item3 .btn,
.slide.slide-style7.item3 .btn {
    line-height: 40px;
    background-color: #ff8c00;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 14px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
}
.slide-opt-7 .item3 .btn:hover,
.slide.slide-style7.item3 .btn:hover {
    background-color: #fca53c;
}
@media (max-width: 767px) {
    .slide-opt-7 .item .description,
    .slide.slide-style7.item .description {
        padding-top: 80px;
        padding-left: 40px;
    }
}
@media (max-width: 640px) {
    .slide-opt-7 .item .description,
    .slide.slide-style7.item .description {
        padding-top: 40px;
        padding-left: 40px;
    }
}
.block-hot-categories-opt7{
    background-color: transparent;
}
.block-hot-categories-opt7.block-deals-of .owl-nav .owl-prev,
.block-hot-categories-opt7.block-deals-of .owl-nav .owl-next {
    width: 30px;
    line-height: 50px;
    margin-top: -25px;
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    font-size: 24px;
}
.block-hot-categories-opt7.block-deals-of:hover .owl-nav .owl-prev {
    left: 6px;
}
.block-hot-categories-opt7.block-deals-of:hover .owl-nav .owl-next {
    right: 6px;
}
.block-hot-categories-opt7 .product-item-opt-3 .product-item-info {
    padding-bottom: 8px;
}
.block-newletter-banner {
    background-color: transparent;
    padding-left: 18px;
    padding-right: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 290px;
    padding-top: 24px;
    position: relative;
    display: block;
    /*&:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0px;
		right: 0px;
		bottom: 0;
		background-color: rgba(131, 155, 152, 0.23);
		.transition(0.35s);
		z-index: 10;
	}
	&:hover {
		&:before {
			background-color: rgba(131, 155, 152, 0.5);
			.transition(0.35s);
		}
	}*/
}
.block-newletter-banner:before {
    content: "";
    background-color: #fca53c;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    opacity: 0;
    border-radius: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-newletter-banner img {
    display: block;
    width: 100%;
}
.block-newletter-banner:hover:before {
    opacity: 0.4;
    border-radius: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .block-newletter-banner {
        padding-top: 10px;
        height: 232px;
    }
}
.block-newletter-banner .block-title {
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 26px;
    position: relative;
    z-index: 20;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .block-newletter-banner .block-title {
        margin-bottom: 15px;
    }
}
.block-newletter-banner .block-content {
    max-width: 270px;
    position: relative;
    z-index: 20;
}
.block-newletter-banner .input-group {
    max-width: 230px;
}
.block-newletter-banner .form-control {
    height: 45px;
    background-color: #fff;
    border: none;
    font-size: 13px;
    padding-left: 12px;
}
.block-newletter-banner .btn-subcribe {
    height: 45px;
    background-color: #ff8c00;
    width: 49px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index9/subcribe.png);
}
.block-newletter-banner .btn-subcribe span {
    display: none;
}
.block-newletter-banner .note {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    max-height: 82px;
    overflow: hidden;
    display: block;
    margin-bottom: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .block-newletter-banner .note {
        margin-bottom: 15px;
    }
}

.kt_container.services3 {
    background-color: transparent;
    padding-top: 0;
    margin-bottom: 45px;
    padding-bottom: 0;
}
.kt_container.services3 .item {
    border: 1px solid #dfdfdf;
    padding-left: 87px;
    padding-top: 24px;
    padding-bottom: 10px;
    min-height: 120px;
    padding-right: 3px;
    margin-bottom: 15px;
    background-color: #fff;
}
.kt_container.services3 .item .title {
    font-size: 16px;
    font-weight: bold;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .kt_container.services3 .item .title {
        font-size: 14px;
    }
}
.kt_container.services3 .item .icon {
    left: 10px;
    top: 24px;
    background-color: transparent;
}
@media (min-width: 768px) and (max-width: 1199px) {
    .kt_container.services3 .item .icon {
        width: 40px;
        height: 40px;
        left: 30px;
    }
    .kt_container.services3 .item .icon img {
        max-width: 100%;
    }
}



.block-floor-products-opt6 .block-title {
    margin-bottom: 20px;
}
.block-floor-products-opt6 .block-title .title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    line-height: 19px;
    border-left: 4px solid #00a2d1;
    padding-left: 14px;
}
.block-floor-2.block-floor-products-opt6 .block-title .title {
    border-left: 4px solid #ffa340;
}
.block-floor-products-opt6 .col-banner {
    width: 16.67%;
    height: 492px;
    overflow: hidden;
}
.block-floor-products-opt6 .col-banner .description {
    min-height: 126px;
}
.block-floor-products-opt6 .col-banner .description .title {
    font-size: 16px;
    color: #333;
    margin-bottom: 2px;
}
.block-floor-products-opt6 .col-banner .description .des {
    color: #fff;
    text-transform: none;
    margin-bottom: 10px;
}
.block-floor-products-opt6 .col-banner .description .btn {
    background-color: #fff;
    color: #333;
    text-transform: uppercase;
    line-height: 34px;
    font-weight: normal;
}
.block-floor-products-opt6 .col-banner .description .btn:hover {
    color: #fff;
}
@media (max-width: 991px) {
    .block-floor-products-opt6 .col-banner {
        display: none;
    }
}
.block-floor-products-opt6 .col-banner img {
    display: block;
    width: 100%;
}
.block-floor-products-opt6 .col-products {
    width: 83.33%;
    float: left;
}
.block-floor-products-opt6 .col-products.no-col-banner{
    width: 100%;
}
@media (max-width: 991px) {
    .block-floor-products-opt6 .col-products {
        width: 100%;
    }
}
@media (max-width: 600px) {
    .block-floor-products-opt6 .col-products .clearfix:before,
    .block-floor-products-opt6 .col-products .clearfix:after {
        clear: none;
    }
}
.block-floor-products-opt6 .col-products .product-item {
    border: none;
    margin: 0;
}
.block-floor-products-opt6 .col-products .item-product {
    border: 1px solid #eaeaea;
    border-top: none;
    border-right: none;
    display: block;
}



.block-floor-products-opt6 .col-products .product-item-lag {
    width: 40%;
    float: left;
}

@media (max-width: 991px) {
    .block-floor-products-opt6 .col-products .product-item.product-item-lag {
        display: none;
    }
}
@media (max-width: 600px) {

    .block-floor-products-opt6 .col-products .product-item .product-item-detail {
        padding-left: 6px;
        padding-right: 6px;
    }
}
.block-floor-products-opt6 .col-products .product-item .product-item-info {
    padding-top: 17px;
}
.block-floor-products-opt6 .col-products .product-item-lag {
    position: relative;
}
.block-floor-products-opt6 .col-products .product-item-lag .product-item-photo {
    position: static;
    padding: 0;
}
.block-floor-products-opt6 .banner-in-list a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(182, 128, 72, 0.5);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.block-floor-products-opt6 .banner-in-list.bottom a{
    top: inherit;
    bottom: 0;
}
.block-floor-products-opt6 .banner-in-list a span {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0;
    display: inline-block;
}

.block-floor-products-opt6 .block-content {
    border-top: 1px solid  #eaeaea;
    border-right: 1px solid  #eaeaea;
    border-bottom: 3px solid #ff9310;
}
.block-floor-products-opt6 .block-footer {
    background-color: #fff;
    padding: 21px 20px 28px ;
    border: 1px solid #eaeaea;
}
.block-floor-products-opt6 .block-footer .heading {
    margin-bottom: 25px;
}
.block-floor-products-opt6 .block-footer .heading:before,
.block-floor-products-opt6 .block-footer .heading:after {
    content: "";
    display: table;
}
.block-floor-products-opt6 .block-footer .heading:after {
    clear: both;
}
.block-floor-products-opt6 .block-footer .heading > .title {
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    float: left;
    line-height: 30px;
}
.block-floor-products-opt6 .block-footer .heading > ul {
    float: right;
}
.block-floor-products-opt6 .block-footer .heading > ul > li {
    float: left;
    list-style: none;
}
.block-floor-products-opt6 .block-footer .heading > ul > li > a {
    line-height: 30px;
    padding: 0 12px;
    display: block;
    background-color: transparent;
    color: #333;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}
.block-floor-products-opt6 .block-footer .heading > ul > li.active > a {
    color: #fff;
}
.block-floor-products-opt6 .block-footer .product-item {
    border: none;
}
.block-floor-products-opt6 .block-footer .product-item .product-item-info {
    padding: 0;
}
.block-floor-products-opt6 .block-footer .product-item .product-item-info:before,
.block-floor-products-opt6 .block-footer .product-item .product-item-info:after {
    content: "";
    display: table;
}
.block-floor-products-opt6 .block-footer .product-item .product-item-info:after {
    clear: both;
}
.block-floor-products-opt6 .block-footer .product-item .product-item-photo {
    padding: 0;
    float: left;
    width: 93px;
    margin-right: 5px;
}
.block-floor-products-opt6 .block-footer .product-item .product-item-detail {
    overflow: hidden;
    padding: 0;
    padding-top: 20px;
}
.block-floor-products-opt6 .block-footer:hover .owl-nav .owl-next,
.block-floor-products-opt6 .block-footer:hover .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-floor-products-opt6 .block-footer:hover .owl-nav .owl-prev {
    left: -15px;
}
.block-floor-products-opt6 .block-footer:hover .owl-nav .owl-next {
    right: -15px;
}
.block-floor-products-opt6 .block-footer .owl-nav .owl-next,
.block-floor-products-opt6 .block-footer .owl-nav .owl-prev {
    width: 32px;
    text-align: center;
    line-height: 50px;
    border-radius: 3px;
    border: 1px solid #dfdfdf;
    background-color: #f5f5f6;
    color: #333;
    font-size: 24px;
    top: 50%;
    margin-top: -25px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-floor-products-opt6 .block-footer .owl-nav .owl-next:hover,
.block-floor-products-opt6 .block-footer .owl-nav .owl-prev:hover {
    color: #fff;
    border-color: #ff8c00;
    background-color: #ff8c00;
}
.block-floor-products-opt6 .block-footer .owl-nav .owl-next:before,
.block-floor-products-opt6 .block-footer .owl-nav .owl-prev:before {
    content: "";
    font-family: "FontAwesome";
}
.block-floor-products-opt6 .block-footer .owl-nav .owl-prev {
    left: 0px;
}
.block-floor-products-opt6 .block-footer .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-floor-products-opt6 .block-footer .owl-nav .owl-next {
    right: 0;
}
.block-floor-products-opt6 .block-footer .owl-nav .owl-next:before {
    content: "\f105";
}
.block-bestseller-op2 {
    margin-top: 20px;
    margin-bottom: 60px;
}
.block-bestseller-op2 .block-title {
    margin-bottom: 20px;
}
.block-bestseller-op2 .block-title .title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    line-height: 19px;
    border-left: 4px solid #ff1877;
    padding-left: 14px;
}
.block-bestseller-op2 .row {
    margin: 0;
}
.block-bestseller-op2 .col {
    padding: 0;
}
.block-bestseller-op2 .box-categories {
    background-color: #fff;
    padding: 25px 15px 10px;
    border: 1px solid #dfdfdf;
    margin: -1px;
}
.block-bestseller-op2 .box-categories > .title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    line-height: 19px;
    margin-bottom: 30px;
}
.block-bestseller-op2 .box-categories .product-item-opt-4 .product-item-photo,
.block-bestseller-op2 .box-categories .product-item-opt-4 .product-item-detail,
.block-bestseller-op2 .box-categories .product-item-opt-4 .product-item-info {
    padding: 0;
}
.block-bestseller-op2 .box-categories .product-item-opt-4 .product-item-info {
    padding-top: 8px;
    padding-bottom: 10px;
}
.slide-opt-8 .item,
.slide.slide-style8.item {
    height: 440px;
}
@media (max-width: 640px) {
    .slide-opt-8 .item,
    .slide.slide-style8.item {
        height: 300px;
    }
    .slide-opt-8 .item .description,
    .slide.slide-style8.item .description {
        max-width: 100% !important;
    }
}
.slide-opt-8 .item .description,
.slide.slide-style8.item .description {
    position: relative;
    padding-top: 180px;
    max-width: 100%;
}
.slide-opt-8 .item1 .description,
.slide.slide-style8.item1 .description {
    padding-right: 25px;
    padding-top: 102px;
    max-width: 400px;
    float: right;
}
.slide-opt-8 .item1 .title,
.slide.slide-style8.item1 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 2px;
    font-size: 25px;
    color: #333333;
    font-family: 'Lato', sans-serif;
}
.slide-opt-8 .item1 .des,
.slide.slide-style8.item1 .des {
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 28px;
    color: #555555;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}
.slide-opt-8 .item1 .btn,
.slide.slide-style8.item1 .btn {
    line-height: 43px;
    background-color: #d5625c;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 13px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
.slide-opt-8 .item1 .btn:hover,
.slide.slide-style8.item1 .btn:hover {
    background-color: #fca53c;
}
.slide-opt-8 .item2 .description,
.slide.slide-style8.item2 .description {
    padding-left: 40px;
    padding-top: 140px;
    max-width: 412px;
    font-family: 'Lato', sans-serif;
}
.slide-opt-8 .item2 .title,
.slide.slide-style8.item2 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 25px;
    color: #333333;
    font-family: 'Lato', sans-serif;
}
.slide-opt-8 .item2 .des,
.slide.slide-style8.item2 .des {
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 27px;
    color: #555555;
    line-height: 20px;
}
.slide-opt-8 .item2 .btn,
.slide.slide-style8.item2 .btn {
    line-height: 43px;
    background-color: #d5625c;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 14px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
.slide-opt-8 .item2 .btn:hover,
.slide.slide-style8.item2 .btn:hover {
    background-color: #fca53c;
}
.slide-opt-8 .item3 .description,
.slide.slide-style8.item3 .description {
    padding-left: 362px;
    padding-top: 139px;
    max-width: 100%;
    font-family: 'Lato', sans-serif;
}
.slide-opt-8 .item3 .title,
.slide.slide-style8.item3 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 25px;
    color: #333;
    font-family: 'Lato', sans-serif;
}
.slide-opt-8 .item3 .des,
.slide.slide-style8.item3 .des {
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 25px;
    color: #888888;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}
.slide-opt-8 .item3 .btn,
.slide.slide-style8.item3 .btn {
    line-height: 40px;
    background-color: #d5625c;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 14px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
.slide-opt-8 .item3 .btn:hover,
.slide.slide-style8.item3 .btn:hover {
    background-color: #fca53c;
}
@media (max-width: 640px) {
    .slide-opt-8 .item .description,
    .slide.slide-style8.item .description {
        padding-top: 40px;
        padding-left: 40px;
    }
}
.block-section-top8 {
    position: relative;
    padding-left: 209px;
    padding-top: 10px;
    margin-bottom: 25px;
}
.block-section-top8 .block-nav-categori {
    position: absolute !important;
    top: 0;
    left: 0;
}
.block-section-top8 .block-nav-categori .block-content {
    width: 200px;
}
.block-section-top8 .block-nav-categori .block-content .icon {
    display: none;
}
@media (min-width: 992px) {
    .block-section-top8 .block-nav-categori .block-content .ui-categori {
        margin-bottom: 3px;
    }
    .block-section-top8 .block-nav-categori .block-content .ui-categori > li {
        margin-bottom: 10px;
    }
    .block-section-top8 .block-nav-categori .block-content .ui-categori > li > a {
        font-size: 14px;
        padding-left: 15px;
        line-height: 28px;
        padding-right: 5px;
    }
    .block-section-top8 .block-nav-categori .block-content .ui-categori > li.parent > a:after {
        line-height: 28px;
        width: 16px;
        font-size: 13px;
    }
    .block-section-top8 .block-nav-categori .block-content .ui-categori > li > .submenu {
        left: 199px;
        width: 740px;
    }
    .block-section-top8 .block-nav-categori .block-content .view-all-categori a {
        line-height: 36px;
        background-color: #7e7e7e;
        color: #fff;
        font-size: 16px;
        font-family: 'Lato', sans-serif;
        padding-left: 16px;
        padding-right: 30px;
        font-weight: normal;
    }
    .block-section-top8 .block-nav-categori .block-content .view-all-categori a:hover,
    .block-section-top8 .block-nav-categori .block-content .view-all-categori a:focus {
        background-color: #656565;
    }
}
@media (min-width: 1200px) {
    .block-section-top8 .block-nav-categori .block-content {
        /*visibility: visible;
				opacity: 1;
				*/
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #dfdfdf;
        border-top: none;
        margin-top: 1px;
    }
    .block-section-top8 .block-nav-categori .block-content .ui-categori > li > .submenu {
        width: 970px;
    }
}
@media (max-width: 1199px) {
    .block-section-top8 .block-nav-categori {
        display: none;
        visibility: hidden;
    }
}
.block-section-top8 .block-slide-main {
    padding-right: 230px;
    margin-bottom: 6px;
}
@media (max-width: 1199px) {
    .block-section-top8 {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (max-width: 991px) {
    .block-section-top8 {
        padding-left: 0;
    }
    .block-section-top8 .block-slide-main {
        padding-right: 0px;
    }
}
.block-section-top8 .banner-slide {
    position: absolute;
    right: 0;
    top: 0px;
    width: 220px;
}
@media (max-width: 1199px) {
    .block-section-top8 .banner-slide {
        width: 215px;
        overflow: hidden;
    }
}
@media (max-width: 991px) {
    .block-section-top8 .banner-slide {
        display: none;
        visibility: hidden;
    }
}
.block-section-top8 .banner-slide a {
    margin-top: 10px;
    display: block;
    position: relative;
    margin-bottom: 11px;
}
@media (max-width: 1199px) {
    .block-section-top8 .banner-slide a {
        margin-bottom: 15px;
    }
}
.block-section-top8 .banner-slide a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-section-top8 .banner-slide a img {
    display: block;
    width: 100%;
}
.block-section-top8 .banner-slide a:hover:before {
    opacity: 1;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.index-opt-8 {
    background-color: #f5f5f5;
}
.index-opt-8 .back-to-top {
    border-color: #ff8307;
}
.index-opt-8 .back-to-top .fa {
    background-color: #ff8307;
}
.index-opt-8 .back-to-top:hover {
    background-color: #ff8307;
}
.index-opt-8 .block-banner-main .row {
    margin: 0 -5px;
}
.index-opt-8 .block-banner-main .col-sm-6,
.index-opt-8 .block-banner-main .col-md-6 {
    padding: 0 5px;
}
.index-opt-8 .block-banner-main a {
    margin-bottom: 25px;
}
.heading-opt2 .title {
    font-size: 14px;
    line-height: 20px;
    display: block;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    margin-bottom: 17px;
}
.block-featured-opt8 .block-content {
    border: 1px solid #dfdfdf;
    background-color: #fff;
    padding: 10px 10px 25px;
}
.block-featured-opt8 .product-item .product-item-info,
.block-featured-opt8 .product-item .product-item-photo,
.block-featured-opt8 .product-item .product-item-detail {
    padding: 0;
}
.block-bestseller-opt8 .product-item {
    margin-bottom: 1px;
}
.block-bestseller-opt8 .product-item .product-item-info,
.block-bestseller-opt8 .product-item .product-item-photo {
    padding: 0;
}
.block-bestseller-opt8 .product-item .product-item-detail {
    padding: 0 10px;
}
.block-bestseller-opt8 .product-item .product-item-info {
    border: 1px solid #dfdfdf;
    padding-bottom: 23px;
}

.block-arrival-opt8 .block-content {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    padding: 8px;
}
.block-arrival-opt8 .block-content:before,
.block-arrival-opt8 .block-content:after {
    content: "";
    display: table;
}
.block-arrival-opt8 .block-content:after {
    clear: both;
}
.block-arrival-opt8 .col-banner {
    width: 29%;
    float: left;
    position: relative;
    border: 10px solid #f2f2f2;
    min-height: 530px;
}
@media (max-width: 1199px) {
    .block-arrival-opt8 .col-banner {
        min-height: 550px;
    }
}
@media (max-width: 1199px) {
    .block-arrival-opt8 .col-banner {
        display: none;
    }
}
.block-arrival-opt8 .col-banner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.22);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    z-index: 5;
}
.block-arrival-opt8 .col-banner .img {
    display: block;
    overflow: hidden;
}
.block-arrival-opt8 .col-banner:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-arrival-opt8 .col-banner:hover .img img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-arrival-opt8 .col-banner img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-arrival-opt8 .col-banner .des {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    padding-bottom: 23px;
    font-size: 14px;
    color: #666666;
    z-index: 10;
}
.block-arrival-opt8 .col-banner .des p {
    margin-bottom: 2px;
    display: block;
}
.block-arrival-opt8 .col-banner .des .title {
    display: block;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    font-family: 'Lato', sans-serif;
    margin-bottom: 10px;
}
.block-arrival-opt8 .col-products {
    width: 71%;
    float: left;
    padding: 10px 10px 0px 20px;
}
.block-arrival-opt8 .col-products.no-col-banner{
    width: 100%;
}
@media (max-width: 1199px) {
    .block-arrival-opt8 .col-products {
        width: 100%;
    }
}
.block-arrival-opt8 .product-item {
    margin-bottom: 12px;
}
.block-arrival-opt8 .product-item .product-item-info,
.block-arrival-opt8 .product-item .product-item-photo,
.block-arrival-opt8 .product-item .product-item-detail {
    padding: 0;
}
.block-hot-categori-opt8 .block-content {
    padding: 10px;
    background-color: #fff;
}
.block-hot-categori-opt8 .product-item {
    padding-bottom: 1px;
}
.block-hot-categori-opt8 .product-item:hover .product-item-photo img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-hot-categori-opt8 .product-item-info {
    border: 1px solid #dfdfdf;
}
.block-hot-categori-opt8 .product-item-photo {
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
}
.block-hot-categori-opt8 .product-item-photo img {
    margin: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-hot-categori-opt8 .product-item-detail {
    padding: 0 7px;
    padding-right: 4px;
    min-height: 61px;
}
.block-hot-categori-opt8 .product-item-name {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
    margin-top: 12px;
}
.block-hot-categori-opt8 .product-item-name a {
    color: #333;
}

.block-hot-categori-opt8 .btn {
    color: #888888;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 20px;
    border: none;
    background-color: transparent;
    padding: 0;
}
.block-hot-categori-opt8 .btn:after {
    content: "\f101";
    font-family: 'FontAwesome';
    font-size: 13px;
    margin-left: 4px;
}


.block-featured-brand-opt8 .block-content {
    padding-top: 60px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}
@media (max-width: 479px) {
    .block-featured-brand-opt8 .block-content {
        padding-top: 20px;
    }
}
.block-featured-brand-opt8 .footer-page {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    padding: 15px 0;
    text-align: center;
    height: 60px;
    color: #999;
}
.block-featured-brand-opt8 .footer-page .cus {
    color: #333;
}
.block-featured-brand-opt8 .product-item {
    margin-bottom: 8px;
}
.block-featured-brand-opt8 .product-item-info:before,
.block-featured-brand-opt8 .product-item-info:after {
    content: "";
    display: table;
}
.block-featured-brand-opt8 .product-item-info:after {
    clear: both;
}
.block-featured-brand-opt8 .product-item-detail {
    width: 55%;
    float: left;
}
@media (max-width: 479px) {
    .block-featured-brand-opt8 .product-item-detail {
        width: 100%;
    }
}
.block-featured-brand-opt8 .product-item-photo {
    float: right;
    width: 34%;
}
@media (max-width: 479px) {
    .block-featured-brand-opt8 .product-item-photo {
        width: 100%;
        margin-bottom: 20px;
    }
}
.block-featured-brand-opt8 .product-item-name {
    display: block;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
}
.block-featured-brand-opt8 .product-item-subname {
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
    color: #999;
    margin-bottom: 20px;
    display: block;
}
.block-featured-brand-opt8 .product-item-subname a {
    color: #999;
}
.block-featured-brand-opt8 .product-item-des {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 35px;
}
.block-featured-brand-opt8 .btn {
    line-height: 34px;
    border: none;
    padding: 0 10px;
    text-transform: capitalize;
    color: #fff;
    font-size: 14px;
}
.block-featured-brand-opt8 .btn:after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-left: 5px;
}

.block-featured-brand-opt8 .owl-carousel {
    padding-right: 80px;
    padding-left: 100px;
}
@media (max-width: 600px) {
    .block-featured-brand-opt8 .owl-carousel {
        padding: 0 20px;
    }
}
.block-featured-brand-opt8:hover .owl-nav .owl-prev,
.block-featured-brand-opt8:hover .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-featured-brand-opt8:hover .owl-nav .owl-prev {
    left: 15px;
}
.block-featured-brand-opt8:hover .owl-nav .owl-next {
    right: 15px;
}
.block-featured-brand-opt8 .owl-nav .owl-prev,
.block-featured-brand-opt8 .owl-nav .owl-next {
    width: 30px;
    line-height: 50px;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    font-size: 24px;
    color: #333;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-featured-brand-opt8 .owl-nav .owl-prev:before,
.block-featured-brand-opt8 .owl-nav .owl-next:before {
    content: "";
    font-family: "FontAwesome";
}
.block-featured-brand-opt8 .owl-nav .owl-prev:hover,
.block-featured-brand-opt8 .owl-nav .owl-next:hover {
    color: #fff;
}
.block-featured-brand-opt8 .owl-nav .owl-prev {
    left: 25px;
}
.block-featured-brand-opt8 .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-featured-brand-opt8 .owl-nav .owl-next {
    right: 25px;
}
.block-featured-brand-opt8 .owl-nav .owl-next:before {
    content: "\f105";
}

.block-product-sidebar-opt8 .block-content {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    padding: 10px 10px 6px;
}
.block-product-sidebar-opt8 .product-item {
    margin-bottom: 14px;
}
.block-product-sidebar-opt8 .product-item .product-item-info,
.block-product-sidebar-opt8 .product-item .product-item-photo,
.block-product-sidebar-opt8 .product-item .product-item-detail {
    padding: 0;
}
.block-product-sidebar-opt8 .product-item .product-item-info:before,
.block-product-sidebar-opt8 .product-item .product-item-info:after {
    content: "";
    display: table;
}
.block-product-sidebar-opt8 .product-item .product-item-info:after {
    clear: both;
}
.block-product-sidebar-opt8 .product-item .product-item-photo {
    float: left;
    margin-right: 10px;
    width: 40%;
    max-width: 100px;
}
.block-product-sidebar-opt8 .product-item .product-item-detail {
    overflow: hidden;
}
.block-product-sidebar-opt8 .product-item .product-item-name {
    margin-top: 5px;
    white-space: normal;
}
.block-product-sidebar-opt8 .block-footer {
    border: 1px solid #dfdfdf;
    margin-top: -1px;
    background-color: #fff;
    padding: 0 10px;
    line-height: 40px;
    min-height: 40px;
}
.block-product-sidebar-opt8 .block-footer .page {
    display: block;
    text-align: right;
    padding-right: 73px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #999;
}
.block-product-sidebar-opt8 .block-footer .page .cus {
    color: #333;
}
.block-product-sidebar-opt8 .owl-nav {
    position: absolute;
    bottom: -40px;
    right: 0px;
}
.block-product-sidebar-opt8 .owl-nav.disabled {
    /*pointer-events: none;*/
}
.block-product-sidebar-opt8 .owl-nav:before,
.block-product-sidebar-opt8 .owl-nav:after {
    content: "";
    display: table;
}
.block-product-sidebar-opt8 .owl-nav:after {
    clear: both;
}
.block-product-sidebar-opt8 .owl-nav .owl-prev,
.block-product-sidebar-opt8 .owl-nav .owl-next {
    width: 24px;
    line-height: 25px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    font-size: 14px;
    color: #333;
    border-radius: 1px;
    float: left;
    margin-left: 8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.block-product-sidebar-opt8 .owl-nav .owl-prev:before,
.block-product-sidebar-opt8 .owl-nav .owl-next:before {
    content: "";
    font-family: "FontAwesome";
}
.block-product-sidebar-opt8 .owl-nav .owl-prev:hover,
.block-product-sidebar-opt8 .owl-nav .owl-next:hover {
    color: #fff;
}
.block-product-sidebar-opt8 .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-product-sidebar-opt8 .owl-nav .owl-next:before {
    content: "\f105";
}

.block-service-opt8 .item {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    padding: 20px 0;
}
.block-service-opt8 .item .detail {
    padding-left: 50px;
    padding-right: 20px;
}
@media (max-width: 1199px) {
    .block-service-opt8 .item .detail {
        padding-left: 20px;
    }
}
.block-service-opt8 .item .icon {
    width: 80px;
    line-height: 80px;
    display: block;
    border-radius: 100%;
    background-color: #666666;
    text-align: center;
    margin: auto;
    margin-bottom: 25px;
}
.block-service-opt8 .item .icon img {
    margin-left: 4px;
}
.block-service-opt8 .item .title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 15px;
}
@media (max-width: 1199px) {
    .block-service-opt8 .item .title {
        font-size: 14px;
    }
}
.block-service-opt8 .item .des {
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    height: 83px;
    line-height: 20px;
    margin-bottom: 8px;
}
.block-service-opt8 .item .des p {
    margin-bottom: 2px;
}
.block-service-opt8 .item .btn {
    color: #ff8c00;
    font-weight: normal;
    font-size: 14px;
    text-transform: none;
    padding: 0;
    line-height: 20px;
    border: none;
}
.block-service-opt8 .item .btn:hover {
    color: #cc7000;
}
.block-product-sidebar-opt8 .heading-opt2 .title {
    margin-bottom: 13px;
}
.block-deals-of-opt4 {
    background-color: transparent;
}
.block-deals-of-opt4 .block-title {
    margin-bottom: 10px;
    position: relative;
    padding: 0;
}
.block-deals-of-opt4 .block-title:before,
.block-deals-of-opt4 .block-title:after {
    content: "";
    display: table;
}
.block-deals-of-opt4 .block-title:after {
    clear: both;
}
.block-deals-of-opt4 .block-title .title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    line-height: 32px;
    font-family: 'Lato', sans-serif;
    display: block;
}
.block-deals-of-opt4 .deals-of-countdown {
    padding-top: 0;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
@media (max-width: 600px) {
    .block-deals-of-opt4 .deals-of-countdown {
        text-align: right;
    }
}
.block-deals-of-opt4 .deals-of-countdown .icon {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index9/icon-deals-of.png);
    width: 32px;
    height: 32px;
    position: relative;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
}
.block-deals-of-opt4 .count-down-time {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.block-deals-of-opt4 .count-down-time:before,
.block-deals-of-opt4 .count-down-time:after {
    content: "";
    display: table;
}
.block-deals-of-opt4 .count-down-time:after {
    clear: both;
}
.block-deals-of-opt4 .count-down-time .box-count {
    float: left;
    margin-right: 10px;
    text-align: center;
    position: relative;
}
.block-deals-of-opt4 .count-down-time .box-count:after {
    content: ":";
    position: absolute;
    line-height: 24px;
    top: 0;
    right: -6px;
}
.block-deals-of-opt4 .count-down-time .box-count:last-child {
    margin-right: 0;
}
.block-deals-of-opt4 .count-down-time .box-count:last-child:after {
    content: none;
}
.block-deals-of-opt4 .count-down-time .box-count .number {
    width: 50px;
    height: 24px;
    line-height: 24px;
    display: block;
    font-size: 18px;
    background-color: #999!important;
    color: #fff;
    position: relative;
    text-align: center;
}
.block-deals-of-opt4 .count-down-time .box-count .number:before,
.block-deals-of-opt4 .count-down-time .box-count .number:after {
    content: "";
    height: 24px;
    width: 24px;
    background-color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
}
.block-deals-of-opt4 .count-down-time .box-count .number:after {
    left: auto;
    right: 0;
}
.block-deals-of-opt4 .count-down-time .box-count .text {
    display: none;
}
.block-deals-of-opt4 .count-down-time .box-days {
    display: none;
}
.block-deals-of-opt4:hover .owl-nav .owl-prev,
.block-deals-of-opt4:hover .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.block-deals-of-opt4:hover .owl-nav .owl-prev {
    left: 0px;
}
.block-deals-of-opt4:hover .owl-nav .owl-next {
    right: 0px;
}
.block-deals-of-opt4 .owl-nav {
    position: static;
}
.block-deals-of-opt4 .owl-nav .owl-prev,
.block-deals-of-opt4 .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    width: 27px;
    line-height: 40px;
    background-color: transparent;
    color: #333;
    font-size: 30px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.block-deals-of-opt4 .owl-nav .owl-prev:hover,
.block-deals-of-opt4 .owl-nav .owl-next:hover {
    color: #fff;
    background-color: #ff7f00;
}
.block-deals-of-opt4 .owl-nav .owl-prev {
    left: 20px;
}
.block-deals-of-opt4 .owl-nav .owl-next {
    right: 20px;
}
.block-service-opt4 .item {
    padding-left: 82px;
}

.block-deals-of-opt4 .product-item-opt-1 .product-item-detail{
    padding-bottom: 0;
}
.block-service-opt4 .item .title {
    font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .block-service-opt4 .item .title {
        font-size: 15px;
    }
}
.block-service-opt4 .item .icon {
    width: 66px;
    height: 66px;
    line-height: 62px;
}
@media (max-width: 767px) {
    .block-service-opt4 .item {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}
.block-service-opt4 {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 0;
}
.block-service-opt4 .item {
    border: 1px solid #dfdfdf;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 24px;
    min-height: 120px;
    width: 100%;
    text-align: center;
}
.block-service-opt4 .item .icon {
    left: 10px;
    top: 24px;
    background-color: #ff7f00;
    display: inline-block;
    vertical-align: top;
    position: static;
}
.block-service-opt4 .item .des {
    vertical-align: top;
    display: inline-block;
    text-align: left;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .block-service-opt4 .item {
        font-size: 12px;
    }
    .block-service-opt4 .item .icon {
        width: 50px;
        line-height: 50px;
        height: 50px;
        margin-top: 10px;
    }
    .block-service-opt4 .item .icon img {
        width: 30px;
    }
}
@media (max-width: 767px) {
    .block-service-opt4 .item {
        text-align: left;
        padding-left: 15px;
    }
}


@media (max-width: 640px) {

    .slide-opt-9 .item .description,
    .slide.slide-style9.item .description {
        max-width: 100% !important;
    }
}
.slide-opt-9 .item .description,
.slide.slide-style9.item .description {
    position: relative;
    padding-top: 180px;
    max-width: 100%;
}
.slide-opt-9 .item1 .description,
.slide.slide-style9.item1 .description {
    padding-right: 15px;
    padding-top: 102px;
    max-width: 270px;
    float: right;
    font-family: 'Lato', sans-serif;
}
@media (max-width: 1199px) {
    .slide-opt-9 .item1 .description,
    .slide.slide-style9.item1 .description {
        margin-right: 30px;
    }
}
.slide-opt-9 .item1 .title,
.slide.slide-style9.item1 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 13px;
    font-size: 18px;
    color: #333333;
    font-family: 'Lato', sans-serif;
}
.slide-opt-9 .item1 .des,
.slide.slide-style9.item1 .des {
    display: block;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 15px;
    color: #10286c;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}
.slide-opt-9 .item1 .btn,
.slide.slide-style9.item1 .btn {
    line-height: 36px;
    background-color: #10286c;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
.slide-opt-9 .item1 .btn:hover,
.slide.slide-style9.item1 .btn:hover {
    background-color: #fca53c;
}
.slide-opt-9 .item2 .description,
.slide.slide-style9.item2 .description {
    padding-left: 40px;
    padding-top: 67px;
    max-width: 412px;
    font-family: 'Lato', sans-serif;
}
.slide-opt-9 .item2 .title,
.slide.slide-style9.item2 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 18px;
    color: #333333;
    font-family: 'Lato', sans-serif;
}
.slide-opt-9 .item2 .des,
.slide.slide-style9.item2 .description {
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 15px;
    color: #888888;
    line-height: 20px;
}
.slide-opt-9 .item2 .btn,
.slide.slide-style9.item2 .btn {
    line-height: 36px;
    background-color: #10286c;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 12px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
.slide-opt-9 .item2 .btn:hover,
.slide.slide-style9.item2 .btn:hover {
    background-color: #fca53c;
}
.slide-opt-9 .item3 .description,
.slide.slide-style9.item3 .description {
    margin-right: 20px;
    padding-top: 64px;
    max-width: 255px;
    font-family: 'Lato', sans-serif;
    float: right;
    width: 100%;
}
.slide-opt-9 .item3 .title,
.slide.slide-style9.item3 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 18px;
    color: #333;
    font-family: 'Lato', sans-serif;
}
.slide-opt-9 .item3 .des,
.slide.slide-style9.item3 .des {
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 25px;
    color: #888888;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
}
.slide-opt-9 .item3 .btn,
.slide.slide-style9.item3 .btn {
    line-height: 36px;
    background-color: #10286c;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 14px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
.slide-opt-9 .item3 .btn:hover,
.slide.slide-style9.item3 .btn:hover {
    background-color: #fca53c;
}
@media (max-width: 640px) {
    .slide-opt-9 .item .description,
    .slide.slide-style9.item .description {
        padding-top: 40px;
        padding-left: 40px;
        float: none;
        margin: 0;
    }
}
.block-floor-products-opt5 .block-title {
    background-image: none;
    border: none;
    padding-right: 64px;
}
.block-floor-products-opt5.no-nav .block-title{
    padding-right: 0;
}

.block-floor-products-opt5 .block-title > .title {
    line-height: 46px;
    font-size: 14px;
    font-weight: bold;
}
.block-floor-products-opt5 .block-title .links {
    float: right;
    clear: none;
}
@media (min-width: 992px) {
    .block-floor-products-opt5 .block-title .links .dropdown-menu {
        background-color: transparent;
    }
}
.block-floor-products-opt5 .block-title .links li a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 17px;
    line-height: 46px;
}
.block-floor-products-opt5 .block-title .links li a:before {
    content: none;
}
@media (min-width: 992px) {
    .block-floor-products-opt5 .block-title .links li a {
        color: #fff;
    }
    .block-floor-products-opt5 .block-title .links li a:hover {
        color: #333;
    }
}
.block-floor-products-opt5 .block-title .links li.active a {
    color: #333;
    background-color: transparent;
}
@media (max-width: 991px) {
    .block-floor-products-opt5 .block-title .links li.active a {
        color: #fca53c;
    }
}
.block-floor-products-opt5 .block-title > .title {
    background-color: transparent;
    border-right: 1px solid #eaeaea;
}
@media (max-width: 479px) {
    .block-floor-products-opt5 .block-title {
        padding-right: 0;
    }
    .block-floor-products-opt5 .block-title > .title {
        border-right: none;
        border-bottom: 1px solid #dfdfdf;
    }
    .block-floor-products-opt5 .block-title .links {
        float: left;
    }
}
.block-floor-products-opt5 .col-products {
    width: 100%;
    /*border-left: 1px solid #eaeaea;
		border-right: 1px solid #eaeaea;*/
    border-right: 1px solid #eaeaea;
    overflow: visible;
}
.block-floor-products-opt5 .col-products .product-item {
    height: auto;
    border-left: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    /*border: 1px solid #eaeaea;

			margin-left: -1px;
			margin-right: -1px;*/
    margin-top: 0;
    width: auto;
    float: none;
    margin-bottom: 1px;
}
.floor_color2.block-floor-products-opt5 .col-products .product-item {
    padding-bottom: 15px;
}
.block-floor-products-opt5 .col-products .product-item .product-item-price {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.block-floor-products-opt5 .owl-nav {
    position: absolute;
    right: 15px;
    top: -38px;
}
.block-floor-products-opt5 .owl-nav .owl-prev,
.block-floor-products-opt5 .owl-nav .owl-next {
    width: 20px;
    line-height: 28px;
    text-align: center;
    font-size: 25px;
    color: #333;
    float: left;
    margin-left: 7px;
    cursor: pointer;
}
.block-floor-products-opt5 .owl-nav .owl-prev:before,
.block-floor-products-opt5 .owl-nav .owl-next:before {
    content: "";
    font-family: "FontAwesome";
}
.block-floor-products-opt5 .owl-nav .owl-prev:hover,
.block-floor-products-opt5 .owl-nav .owl-next:hover {
    color: #fff;
}
.block-floor-products-opt5 .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-floor-products-opt5 .owl-nav .owl-next:before {
    content: "\f105";
}
.column-featured-products {
    background-color: #f5f5f5;
    padding-top: 20px;
}
@media (max-width: 991px) {
    .column-featured-products .col-sm-6:nth-child(2n+1) {
        clear: both;
    }
}
@media (max-width: 767px) {
    .column-featured-products .col-sm-6 {
        float: left;
        width: 50%;
    }
}
@media (max-width: 479px) {
    .column-featured-products .col-sm-6 {
        width: 100%;
    }
}

.block-col-featured .block-title {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    display: block;
    line-height: 30px;
    text-transform: uppercase;
}
.block-col-featured .product-item {
    border: 1px solid #dfdfdf;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px;
}
.block-col-featured .product-item:hover .product-item-photo img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}

.block-col-featured .product-item .product-item-info:before,
.block-col-featured .product-item .product-item-info:after {
    content: "";
    display: table;
}
.block-col-featured .product-item .product-item-info:after {
    clear: both;
}
.block-col-featured .product-item .product-item-photo {
    float: left;
    width: 100%;
    max-width: 120px;
    position: relative;
    overflow: hidden;
    display: block;
}
.block-col-featured .product-item .product-item-photo a {
    display: block;
}
.block-col-featured .product-item .product-item-photo img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-col-featured .product-item .product-item-detail {
    overflow: hidden;
    padding-top: 21px;
    padding-left: 8px;
}
.block-col-featured .product-item .status{
    display: none;
}
.block-col-featured .product-item .product-item-name {
    font-weight: normal;
    font-size: 14px;
    color: #333;
    display: block;
}
.block-col-featured .product-item .product-item-name a {
    color: #333;
}
.qc-top-site10 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
.qc-top-site10 .container {
    position: relative;
}
.qc-top-site10 .close {
    background-color: #28a152;
    width: 24px;
    height: 24px;
    border: none;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index6/close-top.png);
    position: absolute;
    top: 0;
    right: 15px;
}
.qc-top-site10 .close span {
    display: none;
}
.qc-top-site10 .close:hover {
    background-color: #53B475;
}
.qc-top-site10 .description {
    max-width: 485px;
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 40px;
}
.qc-top-site10 .description .title {
    display: block;
    text-transform: capitalize;
    font-size: 44px;
    font-weight: bold;
    color: #fe5654;
    font-family: Arial;
    line-height: 1;
}
@media (max-width: 600px) {
    .qc-top-site10 .description .title {
        font-size: 24px;
    }
}
.qc-top-site10 .description .subtitle {
    text-transform: capitalize;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    display: block;
    font-family: Arial;
}
.qc-top-site10 .description .des {
    color: #999999;
    display: block;
    font-family: Arial;
}
.qc-top-site10 .description .btn {
    line-height: 28px;
    display: inline-block;
    padding: 0 9px;
    background-color: #fe5654;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-top: 7px;
}
.qc-top-site10 .description .btn:hover,
.qc-top-site10 .description .btn:focus {
    background-color: #fca53c;
}
@media (max-width: 640px) {
    .slide-opt-10 .item .description,
    .slide.slide-style10.item .description {
        max-width: 100% !important;
    }
}
.slide-opt-10 .item .description,
.slide.slide-style10.item .description {
    position: relative;
    padding-top: 180px;
    max-width: 100%;
}
.slide-opt-10 .item1 .description,
.slide.slide-style10.item1 .description  {
    padding-left: 0;
    margin-left: 220px;
    padding-top: 38px;
    max-width: 400px;
}
.slide-opt-10 .item1 .title,
.slide.slide-style10.item1 .title {
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 12px;
    font-size: 25px;
    color: #333333;
    line-height: 31px;
}
.slide-opt-10 .item1 .des,
.slide.slide-style10.item1 .des {
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 25px;
    color: #555555;
    line-height: 20px;
}
.slide-opt-10 .item1 .btn,
.slide.slide-style10.item1 .btn {
    line-height: 36px;
    background-color: #fe5654;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 17px;
    font-size: 16px;
    font-weight: 600;
}
.slide-opt-10 .item1 .btn:hover,
.slide.slide-style10.item1 .btn:hover {
    background-color: #fca53c;
}
.slide-opt-10 .item2 .description,
.slide.slide-style10.item2 .description {
    padding-left: 0;
    margin-left: 198px;
    padding-top: 143px;
    max-width: 400px;
}
.slide-opt-10 .item2 .title,
.slide.slide-style10.item2 .title {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 23px;
    font-size: 30px;
    color: #333333;
    line-height: 1px;
}
.slide-opt-10 .item2 .des,
.slide.slide-style10.item2 .des {
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 35px;
    color: #666666;
    line-height: 20px;
}
.slide-opt-10 .item2 .btn,
.slide.slide-style10.item2 .btn {
    line-height: 36px;
    background-color: #dc0012;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 32px;
    font-size: 16px;
    font-weight: 600;
}
.slide-opt-10 .item2 .btn:hover,
.slide.slide-style10.item2 .btn:hover {
    background-color: #fca53c;
}
.slide-opt-10 .item3 .description,
.slide.slide-style10.item3 .description {
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 173px;
    max-width: 400px;
    text-align: center;
    padding-left: 16px;
}
.slide-opt-10 .item3 .title,
.slide.slide-style10.item3 .title {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 30px;
    color: #333333;
    line-height: 31px;
}
.slide-opt-10 .item3 .des,
.slide.slide-style10.item3 .des {
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 43px;
    color: #444444;
    line-height: 20px;
}
.slide-opt-10 .item3 .btn,
.slide.slide-style10.item3 .btn {
    line-height: 36px;
    background-color: #1946bb;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 0 34px;
    font-size: 16px;
    font-weight: 600;
}
.slide-opt-10 .item3 .btn:hover,
.slide.slide-style10.item3 .btn:hover {
    background-color: #fca53c;
}
@media (max-width: 640px) {
    .slide-opt-10 .item .description,
    .slide.slide-style10.item .description {
        padding-top: 40px;
        padding-left: 40px;
        margin: 0;
    }
}
.block-deals-of-opt5 {
    background-color: transparent;
    margin-bottom: 27px;
}
.block-deals-of-opt5 .block-title {
    padding: 0;
}
.block-deals-of-opt5 .block-content {
    border: 3px solid #ff3366;
    background-color: #fff;
}
.block-deals-of-opt5 .block-content .heading-title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
}
.block-deals-of-opt5 .deals-of-countdown {
    margin: 0;
    padding-top: 10px;
}
.block-deals-of-opt5 .deals-of-countdown:before,
.block-deals-of-opt5 .deals-of-countdown:after {
    content: "";
    display: table;
}
.block-deals-of-opt5 .deals-of-countdown:after {
    clear: both;
}
.block-deals-of-opt5 .deals-of-countdown .icon {
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index6/icon-deals-of.png);
    width: 44px;
    height: 44px;
    background-color: #ff3366;
    position: relative;
    float: left;
    margin-right: 8px;
}
.block-deals-of-opt5 .deals-of-countdown .icon:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 22px 7px 22px;
    border-color: transparent transparent #ff3366 transparent;
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
}

.block-deals-of-opt5 .count-down-time {
    position: relative;
    float: left;
    padding-top: 14px;
}
.block-deals-of-opt5 .count-down-time:before,
.block-deals-of-opt5 .count-down-time:after {
    content: "";
    display: table;
}
.block-deals-of-opt5 .count-down-time:after {
    clear: both;
}
.block-deals-of-opt5 .count-down-time .box-count {
    float: left;
    margin-right: 10px;
    text-align: center;
    position: relative;
}
.block-deals-of-opt5 .count-down-time .box-count:after {
    content: ":";
    position: absolute;
    line-height: 24px;
    top: 0;
    right: -6px;
}
.block-deals-of-opt5 .count-down-time .box-count:last-child {
    margin-right: 0;
}
.block-deals-of-opt5 .count-down-time .box-count:last-child:after {
    content: none;
}
.block-deals-of-opt5 .count-down-time .box-count .number {
    width: 50px;
    height: 24px;
    line-height: 24px;
    display: block;
    font-size: 16px;
    background-color: transparent!important;
    color: #fff;
    position: relative;
    letter-spacing: 15px;
    text-align: center;
    text-indent: 8px;
}
.block-deals-of-opt5 .count-down-time .box-count .number:before,
.block-deals-of-opt5 .count-down-time .box-count .number:after {
    content: "";
    height: 24px;
    width: 24px;
    background-color: #999999;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.block-deals-of-opt5 .count-down-time .box-count .number:after {
    left: auto;
    right: 0;
}
.block-deals-of-opt5 .count-down-time .box-count .text {
    display: none;
}
.block-deals-of-opt5 .product-item-opt-2 .product-item-photo {
    padding: 10px 15px;
}
.block-deals-of-opt5 .product-item-opt-2 .product-item-name {
    margin-top: 0;
}
.block-deals-of-opt5 .product-item-opt-2 .product-item-detail {
    padding-left: 35px;
}
.block-deals-of-opt5 {
    margin-bottom: 7px;
}
.block-deals-of-opt5 .block-content {
    border: none;
}
.block-deals-of-opt5 .block-title {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 23px;
    padding-bottom: 10px;
    padding-right: 100px;
}
.block-deals-of-opt5 .block-title:before,
.block-deals-of-opt5 .block-title:after {
    content: "";
    display: table;
}
.block-deals-of-opt5 .block-title:after {
    clear: both;
}
.block-deals-of-opt5 .block-title .deals-of-countdown {
    padding-top: 0;
    float: right;
}
.block-deals-of-opt5 .block-title .deals-of-countdown .icon {
    background-image: url(../images/icon/icon-deals-of.png);
    background-color: transparent;
}
.block-deals-of-opt5 .block-title .deals-of-countdown .icon:before {
    content: none;
}

.block-deals-of-opt5 .block-title .title {
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    padding-top: 17px;
}
.block-deals-of-opt5 .product-item .product-item-photo {
    border: 1px solid #dfdfdf;
}
.block-deals-of-opt5 .product-item .product-item-opt-2{
    border: none;
}
.block-deals-of-opt5 .product-item .product-item-name {
    margin-top: 10px;
}
.block-deals-of-opt5 .owl-nav {
    position: absolute;
    top: -64px;
    right: 0;
}
.block-deals-of-opt5 .owl-nav .owl-prev,
.block-deals-of-opt5 .owl-nav .owl-next {
    width: 24px;
    height: 24px;
    line-height: 22px;
    background-color: #eeeeee;
    color: #cccccc;
    float: left;
    margin-left: 5px;
    text-align: center;
}
.block-deals-of-opt5 .owl-nav .owl-prev:hover,
.block-deals-of-opt5 .owl-nav .owl-next:hover {
    background-color: #999999;
    color: #fff;
}
.block-deals-of-opt5 .owl-nav .owl-prev:before,
.block-deals-of-opt5 .owl-nav .owl-next:before {
    content: "";
    font-family: "FontAwesome";
}
.block-deals-of-opt5 .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-deals-of-opt5 .owl-nav .owl-next:before {
    content: "\f105";
}

.block-floor-products-opt10 {
    margin-top: 30px;
}
.block-floor-products-opt10 .block-banner-floor:before,
.block-floor-products-opt10 .block-banner-floor:after {
    content: "";
    display: table;
}
.block-floor-products-opt10 .block-banner-floor:after {
    clear: both;
}
.block-floor-products-opt10 .block-banner-floor .col-sm-6 {
    padding: 0;
}
.block-floor-products-opt10 .block-banner-floor .img-banner,
.block-floor-products-opt10 .block-banner-floor .box-img {
    display: block;
    margin-bottom: 10px;
}
.block-floor-products-opt10 .col-banner {
    width: 20%;
    position: relative;
}
.block-floor-products-opt10 .col-banner:before,
.block-floor-products-opt10 .col-banner:after {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-style: solid;
    border-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
}
.block-floor-products-opt10 .col-banner:before {
    border-width: 1px 0 1px 0;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    top: 10px;
    bottom: 10px;
}
.block-floor-products-opt10 .col-banner:after {
    border-width: 0px 1px 0px 1px;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    left: 10px;
    right: 10px;
}
.block-floor-products-opt10 .col-banner:hover:before,
.block-floor-products-opt10 .col-banner:hover:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-floor-products-opt10 .col-banner:hover a:before {
    opacity: 0.3;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-floor-products-opt10  .links li.tablink-orther{
    display: none;
}
@media (max-width: 1199px) {
    .block-floor-products-opt10 .col-banner {
        height: 310px;
    }
}
.block-floor-products-opt10 .col-banner a {
    z-index: 100;
    display: block;
}
.block-floor-products-opt10 .col-banner a:before {
    content: "";
    background-color: #fca53c;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
.block-floor-products-opt10 .col-banner a img {
    width: 100%;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}
.block-floor-products-opt10 .col-banner .label-featured {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 100;
}
.block-floor-products-opt10 .col-banner .label-featured img {
    width: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.block-floor-products-opt10 .col-products {
    width: 80%;
}
@media (max-width: 991px) {
    .block-floor-products-opt10 .col-products {
        width: 100%;
    }
}
.block-floor-products-opt10 .col-products .product-item {
    height: auto;
    width: 100%;
}
.block-floor-products-opt10 .col-products .product-item .product-item-photo {
    border: none;
}
.block-floor-products-opt10 .block-content:hover .col-products .owl-nav .owl-next,
.block-floor-products-opt10 .block-content:hover .col-products .owl-nav .owl-prev {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.block-floor-products-opt10 .block-content:hover .col-products .owl-nav .owl-prev {
    left: 0px;
}
.block-floor-products-opt10 .block-content:hover .col-products .owl-nav .owl-next {
    right: 0px;
}
.block-floor-products-opt10 .block-content .col-products .owl-nav .owl-next,
.block-floor-products-opt10 .block-content .col-products .owl-nav .owl-prev {
    width: 32px;
    line-height: 50px;
    background-color: #f5f5f5;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    font-size: 24px;
    color: #333333;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    opacity: 0;
}
.block-floor-products-opt10 .block-content .col-products .owl-nav .owl-next:hover,
.block-floor-products-opt10 .block-content .col-products .owl-nav .owl-prev:hover {
    color: #fff;
    background-color: #ff8c00;
    border-color: #ff8c00;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.block-floor-products-opt10 .block-content .col-products .owl-nav .owl-next:before,
.block-floor-products-opt10 .block-content .col-products .owl-nav .owl-prev:before {
    content: "";
    font-family: 'FontAwesome';
}
.block-floor-products-opt10 .block-content .col-products .owl-nav .owl-prev {
    left: 25px;
}
.block-floor-products-opt10 .block-content .col-products .owl-nav .owl-prev:before {
    content: "\f104";
}
.block-floor-products-opt10 .block-content .col-products .owl-nav .owl-next {
    right: 25px;
}
.block-floor-products-opt10 .block-content .col-products .owl-nav .owl-next:before {
    content: "\f105";
}
.block-floor-products-opt10 .product-item-opt-2 .product-item-detail {
    padding-bottom: 26px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .block-floor-products-opt10 .col-banner {
        width: 22%;
    }
    .block-floor-products-opt10 .col-products {
        width: 78%;
    }
    .block-floor-products-opt10 .product-item-opt-2 .product-item-detail {
        padding-bottom: 22px;
    }
    .block-floor-products-opt10 .heading-opt-2 .title {
        min-width: 209px;
    }
    .block-floor-products-opt10 .heading-opt-2 .links a {
        padding: 0 12px;
    }
}
.block-floor-products-opt10 .block-content {
    padding-left: 20%;
    position: relative;
}
@media (max-width: 991px) {
    .block-floor-products-opt10 .block-content {
        padding-left: 0;
    }
}
.block-floor-products-opt10 .col-categori {
    width: 20%;
    border: 1px solid #dfdfdf;
    border-right: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    background-color: #fff;
}
.block-floor-products-opt10 .col-categori li{
    list-style: none;
}
.block-floor-products-opt10 .col-categori.open {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    z-index: 100;
}
@media (min-width: 992px) {
    .block-floor-products-opt10 .col-categori {
        min-height: 349px;
    }
}
@media (max-width: 991px) {
    .block-floor-products-opt10 .col-categori {
        display: none;
    }
    .block-floor-products-opt10  .links li.tablink-orther{
        display: block;
    }
}
.block-floor-products-opt10 .col-categori a {
    font-size: 14px;
    color: #333333;
    padding-left: 18px;
    padding-right: 10px;
    line-height: 50px;
    border-top: 1px solid #dfdfdf;
    display: block;
}

.block-floor-products-opt10 .col-categori ul {
    padding: 5px  0 13px;
}
@media (max-width: 1199px) {
    .block-floor-products-opt10 .col-categori ul {
        padding-bottom: 11px;
    }
}
.block-floor-products-opt10 .col-categori ul a {
    line-height: 40px;
    border: none;
}
.block-floor-products-opt10 .col-categori ul .cat-orther {
    display: none;
}
.block-floor-products-opt10 .col-categori .btn-cat,
.block-floor-products-opt10 .col-categori .btn-close-cat {
    cursor: pointer;
}
.block-floor-products-opt10 .col-categori .btn-cat .fa,
.block-floor-products-opt10 .col-categori .btn-close-cat .fa {
    margin-left: 20px;
}
.block-floor-products-opt10 .col-banner {
    width: 25%;
}
.block-floor-products-opt10 .col-banner .banner{
    font-size: 0;
}
@media (max-width: 1199px) {
    .block-floor-products-opt10 .col-banner {
        display: none;
    }
}
.block-floor-products-opt10 .col-products {
    width: 75%;
}
@media (max-width: 1199px) {
    .block-floor-products-opt10 .col-products {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .block-floor-products-opt10 .col-products {
        width: 100%;
    }
}
.block-floor-products-opt10.floor_color2 .col-categori ul a:hover {
    color: #FDC113;
}
.block-floor-products-opt10.floor_color7 .col-categori ul a:hover {
    color: #FF6634;
}
.block-floor-products-opt10.floor_color8 .col-categori ul a:hover {
    color: #1946bb;
}
.block-floor-products-opt10.floor_color9 .col-categori ul a:hover {
    color: #00c0e3;
}
.block-floor-products-opt10.floor_color10 .col-categori ul a:hover {
    color: #71cf2c;
}
.block-floor-products-opt10.floor_color11 .col-categori ul a:hover {
    color: #9b26af;
}


/**
** ADDED BY TruongTuyen
**/
.header-opt-2 .hotline.nav-left li a,
.header-opt-3 .hotline.nav-left li a{
    color: #fff;
}

.header-opt-2 .nav-mind .form-search input[name="s"]{
    width: 100%;
}

.header-ontop-control .switcher.switcher-currency .switcher-options  .woocs_flag_view_item,
.top-bar-menu .switcher.switcher-currency .switcher-options  .woocs_flag_view_item{
    font-weight: bold;
    color: #333;
}
.header-ontop-control .switcher.switcher-currency .switcher-options  .woocs_flag_view_item:hover,
.top-bar-menu .switcher.switcher-currency .switcher-options  .woocs_flag_view_item:hover{

    color: #fff;
}

.kt_opt_3_minicart .block-minicart .dropdown-toggle.kt_mini_cart,
.kt_block_minicart_opt6 .kt_mini_cart{
    display: none!important;
}
.header-opt-4 .header-content .block-minicart.kt_minicart_opt4 > .dropdown-toggle .counter{
    line-height: 19px;
}

.header-opt-4 .nav-mind .form-search input[name="s"],
.header-opt-6 .nav-mind .form-search input[name="s"],
.header-opt-7 .nav-mind .form-search input[name="s"],
.header-opt-8 .nav-mind .form-search input[name="s"],
.header-opt-9 .nav-mind .form-search input[name="s"],
.header-opt-10 .nav-mind .form-search input[name="s"]{
    width:100%;
}

.header-opt-4 .header-content .block-minicart.kt_minicart_opt4  .dropdown-toggle .cart-text{
    color: #9f9f9f;
}

.kt_header_opt4_lang_curr.hotline.nav-left li a,
.header-opt-6 .dropdown.switcher a{
    color: #333;
}

.kt_header_opt4_lang_curr.hotline.nav-left .dropdown.switcher ul li a:hover,
.kt_header_opt4_lang_curr.hotline.nav-left .dropdown.switcher ul li.active a,
.header-opt-6 .dropdown.switcher ul li a:hover,
.header-opt-6 .dropdown.switcher ul li.active a{
    color: #fff;
}

.kt_header_opt4_lang_curr.hotline.nav-left .dropdown.switcher ul li a.woocs_flag_view_item span,
.header-opt-6 .dropdown.switcher ul li a.woocs_flag_view_item span{
    margin-right: 10px;
    font-weight: bold;
}

.header-opt-5 .hotline.nav-left > li > a{
    color: #333333
}

.switcher-currency .switcher-option.switcher-active a span{ color: #fff; background-color: #4f4f4f;}
.switcher-currency .switcher-option a span{ color: #333333;}

.header-ontop-control .switcher.switcher-currency .switcher-options  .woocs_flag_view_item:hover,
.top-bar-menu .switcher.switcher-currency .switcher-options  .woocs_flag_view_item:hover{
    color: #333;
}
.header-opt-6 .top-bar-menu .switcher.switcher-currency .switcher-options .woocs_flag_view_item:hover ,
.header-opt-6 .top-bar-menu .switcher.switcher-currency .switcher-options .woocs_flag_view_item.woocs_flag_view_item_current,
.header-opt-7 .top-bar-menu .switcher.switcher-currency .switcher-options .woocs_flag_view_item:hover,
.header-opt-7 .top-bar-menu .switcher.switcher-currency .switcher-options .woocs_flag_view_item.woocs_flag_view_item_current,
.header-opt-8 .top-bar-menu .switcher.switcher-currency .switcher-options .woocs_flag_view_item:hover,
.header-opt-8 .top-bar-menu .switcher.switcher-currency .switcher-options .woocs_flag_view_item.woocs_flag_view_item_current,
.header-opt-9 .top-bar-menu .switcher.switcher-currency .switcher-options .woocs_flag_view_item:hover,
.header-opt-9 .top-bar-menu .switcher.switcher-currency .switcher-options .woocs_flag_view_item.woocs_flag_view_item_current,
.header-opt-10 .top-bar-menu .switcher.switcher-currency .switcher-options .woocs_flag_view_item:hover,
.header-opt-10 .top-bar-menu .switcher.switcher-currency .switcher-options .woocs_flag_view_item.woocs_flag_view_item_current{
    color: #fff;
}

/**
** END
**/
.col-no-padding{
    padding-left: 0!important;
    padding-right: 0!important;;
}
.footer-opt-3 .kt_single_banner.default{
    text-align: right;
}


/* Header style 11 */
.header-opt-11 .header-top{
    border-bottom: 1px solid #dfdfdf;
}

.header-opt-11 .top-bar-menu{
    display: inline-block;
    float: left;
    width: auto;
}
.header-opt-11 .top-bar-menu>li{
    display: inline-block;
}
.header-opt-11 .top-bar-menu>li>a{
    display: inline-block;
    border-left: 1px solid #DFDFDF;
    color: #666;
    font-size: 14px;
    padding: 17px 30px;
}

.header-opt-11 .setting .dropdown-menu{
    width: 190px;
    right: inherit;
    left: 0;
}
.header-opt-11 .header-top-right{
    display: inline-block;
    float: right;
}
.header-opt-11 .header-top-right .header-message,
.header-opt-11 .header-top-right .block-minicart{
    display: inline-block;
    float: left;
    border-right: 1px solid #DFDFDF;
    padding: 17px 30px;
}
.header-opt-11 .block-minicart .cart-text .text3,
.header-opt-11 .block-minicart .cart-text .text1{
    display: none;
}
.header-opt-11 .block-minicart .counter .counter-label,
.header-opt-11 .block-minicart .counter .counter-price{
    display: none;
}
.header-opt-11 .block-minicart .dropdown-toggle{
    font-size: 14px;
    color: #666;
}
.header-opt-11 .block-minicart .counter .counter-number{
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
}
.header-opt-11 .block-minicart .counter .counter-number:before{
    content: "[";
}
.header-opt-11 .block-minicart .counter .counter-number:after{
    content: "]";
}
.header-opt-11 .block-minicart .cart-icon{
    display: inline-block;
    width: 24px;
    height: 23px;
    background-image: url("../images/icon-cart.png");
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.header-opt-11 .block-minicart .cart-text{
    display: inline-block;
    vertical-align: middle;
    padding-left: 6px;
}
.header-opt-11 .header-top-right .block-minicart{
    padding-top: 16px;
    padding-bottom: 15px;
}
.header-opt-11 .header-content{
    border-bottom: 1px solid #DFDFDF;
    padding: 48px 0;
}
.header-opt-11 .header-hotline-worktime{
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
}
.header-opt-11 .header-hotline-worktime .hotline{
    font-size: 18px;
    font-weight: 600;
}
.header-opt-11 .header-hotline-worktime .worktime{
    font-family: 'Calibri',sans-serif;
    margin-top: -1px;
}
.header-opt-11 .header-socials{
    text-align: right;
    padding-top: 8px;
}
.header-opt-11 .header-socials a{
    font-size: 16px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 20px;
    color: #c6c6c6;
}
.header-opt-11 .header-socials a>span{
    display: none;
}
.header-opt-11 .header-socials a:hover{
    color: #fff;
}
.header-opt-11 .logo{
    text-align: center;
}
.header-opt-11 .block-nav-menu{
    display: block;
    border-bottom: 1px solid #DFDFDF;
}
.header-opt-11 .block-nav-menu:before,
.header-opt-11 .block-nav-menu:after{
    content: '';
    display: table;
}
.header-opt-11 .block-nav-menu:after{
    clear: both;
}
.header-opt-11 .block-nav-menu .main-menu{
    padding: 0;
    display: inline-block;
    float: left;
    border-left: 1px solid #DFDFDF;
}
.header-opt-11 .block-nav-menu .main-menu>li{
    padding: 20px 0;
}
.header-opt-11 .block-nav-menu .main-menu>li>a{
    color: #666;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-right: 1px solid #DFDFDF;
    line-height: 25px;
    padding: 0 30px;
}
.header-opt-11 .block-nav-menu .main-menu>li:last-child>a{
    border: none;
}
.header-opt-11 .block-nav-menu .ui-menu > li.parent > a::after {
    position: static;
    line-height: normal;
}
.header-opt-11 .header-nav .block-search{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.header-opt-11 .header-nav .block-search .block-title{
    display: none;
}
.header-opt-11 .header-nav .block-search .block-content{
    visibility: visible;
    opacity: 1;
    position: static;
    -webkit-box-shadow: none;
    box-shadow:none;
    padding: 20px 0;
    margin: 0;
    border: 1px solid #DFDFDF;
    border-top: none;
    border-bottom: none;
}
.header-opt-11 .header-nav .block-search .form-search .form-control{
    padding: 0px 30px;
    border: none;
    height: 25px;
    min-height: 1px;
    padding-right: 90px;
    width: 100%;
    color: #888888;
}
.header-opt-11 .block-search .form-search .btn-search{
    background-color: transparent;
    height: 25px;
    border-left: 1px solid #DFDFDF;
    width: 60px;
    background-image: url("../images/icon-search.png");
}
.header-opt-11 .sticky-wrapper.is-sticky .block-nav-menu,
.header-opt-11 .sticky-wrapper.is-sticky .block-nav-menu .main-menu,
.header-opt-11 .sticky-wrapper.is-sticky .header-nav .block-search .block-content{
    border: none;
}
.header-opt-11 .sticky-wrapper.is-sticky .mid-header .block-nav-menu .ui-menu > li:first-child > a{
    padding-left: 0;
}

/* HEADER 12*/
.header-opt-12 .top-bar-menu{
    display: inline-block;
    float: left;
}
.header-opt-12 .top-bar-menu.nav-right{
    float: right;
}
.header-opt-12 .top-bar-menu>li{
    display: inline-block;
    padding: 20px 0;
}
.header-opt-12 .top-bar-menu>li>a{
    display: inline-block;
    border-right: 1px solid #000;
    padding: 0 15px;
    line-height: 10px;
    font-size: 13px;
    color: #333;
}
.header-opt-12 .top-bar-menu>li:last-child>a{
    padding-right: 0;
    border: none;
}
.header-opt-12 .top-bar-menu>li:first-child>a{
    padding-left: 0;
}
.header-opt-12 .top-bar-menu .switcher-language .switcher-flag{
    display: none;
}
.header-opt-12 .header-content{
    padding: 15px 0;
    background-color: #fff;
}
.header-opt-12 .is-sticky .header-content{
    padding: 5px 0;
}
.header-opt-12 .block-nav-menu{
    display: table;
    margin: 0 auto;
}
.header-opt-12 .block-nav-menu .ui-menu{
    padding: 0;

}
.header-opt-12 .block-nav-menu .ui-menu>li>a{
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-transform: none;
    padding: 0 20px;
    line-height: 48px;
}
.header-opt-12 .block-nav-menu .ui-menu>li:hover>a,
.header-opt-12 .block-nav-menu .ui-menu>li.active>a{
    color: #888;
}
.header-opt-12 .header-main-control{
    float: right;
}
.header-opt-12  .block-search{
    display: inline-block;
    position: relative;
    float: right;
}
.header-opt-12  .block-search .block-title{
    display: inline-block;
    width: 43px;
    height: 48px;
    background-color: transparent;
    background-image: url("../images/icon-search2.png");
}
.header-opt-12  .block-search .block-content{
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    padding: 30px 20px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.09);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.09);
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    z-index: 10;
}
.header-opt-12  .block-search:hover .block-content{
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
}
.header-opt-12  .block-search .categori-search{
    display: none;
}
.header-opt-12 .header-main-control .link-wishlist{
    display: inline-block;
    width: 43px;
    height: 48px;
    background-image: url("../images/icon-wislist.png");
    background-position: center center;
    font-size: 0;
    background-repeat: no-repeat;
    float: right;
}
.header-opt-12 .header-main-control .block-minicart{
    display: inline-block;
    float: right;
}
.header-opt-12 .header-main-control .block-minicart .dropdown-toggle{
    display: inline-block;
    float: left;
}
.header-opt-12 .header-main-control .block-minicart .cart-icon{
    display: inline-block;
    width: 43px;
    height: 48px;
    background-image: url("../images/icon-cart2.png");
    background-position: center center;
    font-size: 0;
    background-repeat: no-repeat;
    float: right;
}
.header-opt-12 .header-main-control .block-minicart .cart-text{
    display: none;
}
.header-opt-12 .header-main-control .block-minicart .counter{
    width: 20px;
    line-height: 20px;
    background-color: #312e42;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 14px;
}
.header-opt-12 .header-main-control .block-minicart .counter .counter-label,
.header-opt-12 .header-main-control .block-minicart .counter .counter-price{
    display: none;
}
.header-opt-12 .nav-toggle-menu{
    float: left;
    padding: 0;
    line-height: 42px;
    color: #333;
    background-color: transparent!important;
    font-weight: normal;
    width: 30px;
    background-image: none;
}
.header-opt-12 .nav-toggle-menu>span{
    display: none;
}
.header-opt-12 .nav-toggle-menu .fa{
    color: #333;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
}

/* header-opt-13*/
.header-opt-13 .header-content{
    padding: 0;
    background-color: #f7f7f7;
}
.header-opt-13 .header-content-inner{
    display: table;
    width: 100%;
    position: relative;
}
.header-opt-13 .header-content-inner:before{
    content: '';
    width: 100%;
    left: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
}
.header-opt-13 .logo,
.header-opt-13 .header-right{
    display: table-cell;
    vertical-align: middle;
}
.header-opt-13 .header-right{
    padding: 12px 0;
}
.header-opt-13 .logo{
    width: 370px;
}
.header-opt-13 .header-nav{
    display: inline-block;
    float: left;
    background-color: transparent;
    padding-left: 15px;
}
.header-opt-13 .header-main-control{
    display: inline-block;
    float: right;
}
.header-opt-13 .block-nav-menu .ui-menu > li > a{
    padding: 0 15px;
    line-height: 54px;
    font-size: 16px;
    color: #333;
}
.header-opt-13 .block-nav-menu .ui-menu > li:hover > a,
.header-opt-13 .block-nav-menu .ui-menu > li.active > a,
.header-opt-13 .block-nav-menu .ui-menu > li > a:hover,
.header-opt-13 .block-nav-menu .ui-menu > li > a:focus,
.header-opt-13 .block-nav-menu .ui-menu > li > a:active{
    color: #fff;
}
.header-opt-13 .block-nav-menu .ui-menu > li.parent > a::after {
    position: static;
}
.header-opt-13 .block-search .block-title,
.header-opt-13 .header-main-control .link-wishlist{
    height: 54px;
    float: right;
}
.header-opt-13 .header-main-control .block-minicart .cart-icon{
    width: 54px;
    height: 54px;
    border-radius: 5px;
    background-image: url("../images/icon-cart3.png");
}
.header-opt-13 .header-main-control .block-minicart .counter {
    top: 10px;
    right: 7px;
}
.header-opt-13 .is-sticky .header-content{
    padding: 0
}
.header-opt-13 .is-sticky .logo{
    display: none;
}
.header-opt-13 .is-sticky .header-right{
    padding: 0;
}

/*header-opt-14*/
.header-opt-14{
    background-color: #f5f5f5;
}
.header-opt-14 .header-top{
    padding:0;
}
.header-opt-14 .top-bar-menu{
    padding: 0;
    margin: 0;
}
.header-opt-14 .top-bar-menu.nav-right{
    float: right;
}
.header-opt-14 .top-bar-menu>li{
    display: inline-block;
    line-height: 10px;
    padding: 10px 0;
}
.header-opt-14 .top-bar-menu>li>a{
    display: inline-block;
    line-height: 10px;
    padding: 0 15px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: rgba(0,0,0,0.2);
    color: #fff;
}
.header-opt-14 .top-bar-menu>li:last-child>a{
    border: none;
    padding-right: 0;
}
.header-opt-14 .top-bar-menu>li:first-child>a{
    padding-left: 0;
}
.header-opt-14 .header-main{
    padding: 10px 0;
}
.header-opt-14 .block-minicart,
.header-opt-14 .link-wishlist{
    display: inline-block;
    float: right;
}
.header-opt-14 .block-minicart{
    margin-left: 10px;
}
.header-opt-14 .block-minicart .dropdown-toggle,
.header-opt-14 .link-wishlist{
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
.header-opt-14 .block-minicart .cart-text .text1,
.header-opt-14 .block-minicart .cart-text .text2,
.header-opt-14 .block-minicart .counter-label,
.header-opt-14 .block-minicart .counter-price{
    display: none;
}
.header-opt-14 .header-main-control .block-minicart .cart-icon{
    display: inline-block;
    width: 43px;
    height: 52px;
    background-image: url("../images/icon-cart2.png");
    background-position: center center;
    font-size: 0;
    background-repeat: no-repeat;
    float: left;
}
.header-opt-14 .header-main-control .block-minicart .counter{
    width: 20px;
    line-height: 20px;
    background-color: #312e42;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 6px;
    left:20px;
    font-size: 14px;
}
.header-opt-14 .block-minicart .cart-text{
    display: inline-block;
    line-height: 52px;
    float: left;
}
.header-opt-14 .header-main-control .link-wishlist{
    line-height: 52px;
}
.header-opt-14 .header-main-control .link-wishlist:before{
    content: '';
    display: inline-block;
    width: 43px;
    height: 52px;
    background-image: url("../images/icon-wislist.png");
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
}
.header-opt-14 .block-search{
    width: 100%;
    border: 1px solid #dfdfdf;
    padding: 1px;
    border-radius: 2px;
    position: relative;
    border-radius: 30px 0;
}
.header-opt-14 .block-search:before{
    content: '';
    width: 52px;
    height: 52px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/icon-search2.png");
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}
.header-opt-14 .categori-search{
    display: none;
}
.header-opt-14 .form-search{
    width: 100%;
}
.header-opt-14 .block-search .form-search .form-control{
    border: none;
    height: 48px;
    width: 100%;
    padding: 0 ;
    padding-left: 60px;
    border-radius: 30px 0;
}
.header-opt-14 .block-search .form-search .btn-search{
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    height: 48px;
    border-radius: 2px;
    padding: 0 30px;
    background-image: none;
    width: auto;
    border-radius: 30px 0;
}
.header-opt-14 .block-search .form-search .btn-search>span{
    display: inline-block;
}
.header-opt-14 .header-nav {
    /*border: 1px solid #000;*/
    border-right: none;
    border-left: none;
    background-color: #FE259A;
    border-radius: 30px 0 30px 0;
}
.header-opt-14 .header-nav .block-nav-menu{
    display:table;
    /*margin: 0 auto;*/
}
.header-opt-14 .header-nav .main-menu{
    padding: 0;
}
.header-opt-14 .block-nav-menu .ui-menu > li > a{
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
    color: #fff;
    line-height: 42px;
}
.header-opt-14 .block-nav-menu .ui-menu > li:hover > a,
.header-opt-14 .block-nav-menu .ui-menu > li.active > a,
.header-opt-14 .block-nav-menu .ui-menu > li > a:hover,
.header-opt-14 .block-nav-menu .ui-menu > li > a:focus,
.header-opt-14 .block-nav-menu .ui-menu > li > a:active{
    color: #bbbbbb;
}
.header-opt-14 .header-content {
    background-color: #f5f5f5;
}
.header-opt-14 .sticky-wrapper.is-sticky .header-nav{
    border: none;
}

/*kt_newsletter  layout3 */
.kt_newsletter.layout3{
    color: #fff;
    padding: 10px 100px;
}
.kt_newsletter.layout3 .block-content{
    overflow: hidden;
    font-weight: 500;
}
.kt_newsletter.layout3 .block-title{
    display: inline-block;
    float: left;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 46px;
}
.kt_newsletter.layout3 .newsletter-form-wrap{
    width: 387px;
    display: inline-block;
    float: right;
    background-color: #fff;
    border-radius: 2px;
}
.kt_newsletter.layout3 .newsletter-form-wrap  .email {
    height: 46px;
    border: none;
    border-radius: 2px;
}
.kt_newsletter.layout3 .newsletter-form-wrap .btn-submit{
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background-color: #555555;
    margin: 0;
    padding: 0 20px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    float: right;
}
.kt_container:before,
.kt_container:after{
    content: '';
    display: table;
}
.kt_container:after{
    clear: both;
}
/* Shortcode Vertical menu */
.kt_vertical_menu{
    width: 100%;
}
.kt_vertical_menu .block-content{
    position: static;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    border-left: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    border-right: 1px solid #fff;
    width: 100%;
    min-width: 1px;
}
.kt_vertical_menu .block-title{
    margin: 0;
}
.kt_vertical_menu .view-all-categori{
    border-top: 1px solid #DFDFDF;
}
.block-nav-categori.kt_vertical_menu .view-all-categori a,
.block-nav-categori.kt_vertical_menu .view-all-categori a:hover{
    background-color: transparent;
    color: #333;
}
.block-nav-categori.kt_vertical_menu .ui-categori > li > a{
    line-height: 39px;
}
.block-nav-categori.kt_vertical_menu.open-other-link .block-content{
    position: absolute;
    border-right: 1px solid #DFDFDF;
}
/* Mega categories */
.kt_megacategories.layout12 .heading{
    margin-bottom: 37px;
}
.kt_megacategories.layout12 .heading .title{
    text-align: center;
    font-size: 30px;
    color: #333;
    font-weight: normal;
    position: relative;
    margin-bottom: 11px;
}
.kt_megacategories.layout12 .heading .title .text{
    display: inline-block;
    padding: 0 45px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.kt_megacategories.layout12 .heading .title:before,
.kt_megacategories.layout12 .heading .title:after{
    content: '';
    height: 1px;
    background-color: #DFDFDF;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    display: inline-block;
}
.kt_megacategories.layout12 .heading .title:after{
    margin-top: 3px;
}
.kt_megacategories.layout12 .heading ul{
    display: table;
    margin: 0 auto;
}
.kt_megacategories.layout12 .heading ul li{
    list-style: none;
    display: inline-block;
    padding: 0 27px;
}
.kt_megacategories.layout12 .heading ul li a{
    font-size: 18px;
    color: #666;
    display: inline-block;
    position: relative;
    padding: 1px 0;
}
.kt_megacategories.layout12 .heading ul li a:after{
    content: '';
    display: inline-block;
    width: 0%;
    height: 1px;
    background-color: #b2b2b2;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.kt_megacategories.layout12 .heading ul li:hover a:after,
.kt_megacategories.layout12 .heading ul li.active a:after{
    width: 100%;
}
.kt_megacategories.layout12 .product-item{
    border: 1px solid #dfdfdf;
    padding: 10px;
    padding-bottom: 20px;
}
.kt_megacategories.layout13 .heading{
    margin-bottom: 20px;
    overflow: hidden;
}
.kt_megacategories.layout13 .has-nav{
    padding-right: 80px;
}
.kt_megacategories.layout13 .heading .title{
    display: inline-block;
    float: left;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 0;
    position: relative;
}
.kt_megacategories.layout13 .heading .title:after{
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    margin-top: 2px;
}
.kt_megacategories.layout13 .heading ul{
    display: inline-block;
    float: right;
}
.kt_megacategories.layout13 .heading ul li{
    list-style: none;
    display: inline-block;
}
.kt_megacategories.layout13 .heading ul li a{
    font-size: 16px;
    color: #000;
    display: inline-block;
    padding: 0 20px;
    line-height: 26px;
}
.kt_megacategories.layout13 .heading ul li:last-child a{
    padding-right: 0;
}
.kt_megacategories.layout13 .heading ul li:first-child a{
    padding-left: 0;
}
.kt_megacategories.layout13 .owl-nav{
    position: absolute;
    top: -46px;
    right: 0;
}
.kt_megacategories.layout13 .owl-nav .owl-prev,
.kt_megacategories.layout13 .owl-nav .owl-next{
    display: inline-block;
    width: 16px;
    height: 26px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}
.kt_megacategories.layout13 .owl-nav .owl-next{
    text-align: right;
}
.kt_megacategories.layout13 .owl-nav .owl-prev:before,
.kt_megacategories.layout13 .owl-nav .owl-next:before{
    font-family: 'FontAwesome';
}
.kt_megacategories.layout13 .owl-nav .owl-prev:before{
    content: "\f104";
}
.kt_megacategories.layout13 .owl-nav .owl-next:before{
    content: "\f105";
}
.kt_megacategories.layout13  .product-item{
    padding: 1px;
    margin-bottom: 25px;
}
.kt_megacategories.layout13  .product-item .product-item-photo{
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding: 10px;
}
.kt_megacategories.layout13  .product-item .product-item-photo .status{
    left: 10px;
}
.kt_megacategories.layout14 .block-title{
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
}
.kt_megacategories.layout14 .block-title .title{
    font-size: 24px;
    color: #FE259A;
    margin: 0;
    text-align: center;
    margin-bottom: 35px;
    font-weight: 600;
}
.kt_megacategories.layout14 .block-title .title>span:first-child{
    color: #FE259A;
    font-weight: 600;
}
.kt_megacategories.layout14  .links{
    display: block;
    margin: 0;
}
.kt_megacategories.layout14  .links li{
    display: inline-block;
    list-style: none;
    padding: 0 5px;
}
.kt_megacategories.layout14  .links li a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: #FE259A;
    padding: 0 20px;
    line-height: 42px;
    border-radius: 5px;
    position: relative;
}
.kt_megacategories.layout14  .links li a:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height:0;
    z-index: 10;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.kt_megacategories.layout14  .links li:hover a,
.kt_megacategories.layout14  .links li.active a{
    color: #fff;
}
.kt_megacategories.layout14  .links li:hover a:before,
.kt_megacategories.layout14  .links li.active a:before{
    width: 100%;
}
.kt_megacategories.layout14 .product-style-3.product-item{
    padding: 0;
    margin-bottom: 26px;
}
.kt_megacategories.layout14 .product-style-3.product-item .product-item-photo{
    border: 1px solid #e6e6e6;
    margin-bottom: 16px;
    padding: 5px;
}

/*   kt_testimonial  default */
.kt_testimonial.default .testimonial{
    overflow: hidden;
    font-size: 15px;
    color: #bbbbbb;

}
.kt_testimonial.default .testimonial .image{
    width: 170px;
    float: left;
}
.kt_testimonial.default .testimonial .image img{
    border-radius: 50%;
}
.kt_testimonial.default .testimonial .info{
    overflow: hidden;
    padding-left: 30px;
    padding-top: 25px;
}
.kt_testimonial.default .testimonial .info .name{
    font-size: 16px;
    color: #fff;
    margin-bottom: 2px;
    font-weight: 600;
}
.kt_testimonial.default .testimonial .info .position{
    color: #fca53c;
    font-size: 14px;
}
.kt_testimonial.default .testimonial .info .text{
    margin-top: 15px;
}
.kt_testimonial.default .owl-dots{
    text-align: center;
    padding-top: 20px;
}
.kt_testimonial.default .owl-dots .owl-dot{
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 2px 5px;
    background-color: #888888;
    border-radius: 50%;
}
.kt_testimonial.default .owl-dots .owl-dot.active{
    width: 14px;
    height: 14px;
    margin: 0 5px;
    background-color: #2a3843;
}
/* kt_woocommerce layout8*/
.kt_woocommerce.layout8{
    border: 1px solid #dfdfdf;
    border-top: 2px solid #dfdfdf;
}
.kt_woocommerce.layout8 .block-left{
    width: 64%;
    float: left;
}
.kt_woocommerce.layout8 .block-left .col-head{
    width: 271px;
    float: left;
    border-right: 1px solid #DFDFDF;
}
.kt_woocommerce.layout8 .block-left .col-banner{
    overflow: hidden;
    background-size: cover;
    display: block;
}
.kt_woocommerce.layout8 .col-products{
    width: 36%;
    float: left;
}

.kt_woocommerce.layout8 .block-title{
    font-size: 18px;
    text-transform: uppercase;
    padding: 14px 15px;
    border-bottom: 1px solid #DFDFDF;
}
.clear-both:before,
.clear-both:after{
    content: '';
    display: table;
}
.clear-both:after{
    clear: both;
}
.kt_woocommerce.layout8 .block-tags{
    padding: 20px;
    border-top: 1px solid #DFDFDF;
    padding-bottom: 0;
    display: block;
    float: left;
    width: 100%;
}
.kt_woocommerce.layout8 .block-tags label{
    display: inline-block;
    background-image: url("../images/icon-tags.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-bottom: 20px;
    font-weight: normal;
}
.kt_woocommerce.layout8 .block-tags a{
    display: inline-block;
    border: 1px solid #DFDFDF;
    font-size: 14px;
    color: #333;
    padding: 0 10px;
    margin-bottom: 20px;
    margin-left: 15px;
    line-height: 32px;
}
.kt_woocommerce.layout8 .product-item{
    padding: 23px;
    padding-top: 8px;
    border: 1px solid #DFDFDF;
    border-right: none;
    border-bottom: none;
    padding-bottom: 13px;
}
.kt_woocommerce.layout8 .block-ctegory .product-cat{
    border: 1px solid #DFDFDF;
    padding: 6px 13px;
    border-top: none;
    border-left: none;
    text-align: center;
}
.kt_woocommerce.layout8 .block-ctegory .product-cat .thumb{
    margin-bottom: 5px;
}
.kt_woocommerce.layout8 .block-ctegory .product-cat .cat-name{
    margin-bottom: 0;
    font-weight: normal;
}
.kt_woocommerce.layout8 .block-ctegory .product-cat .cat-name a{
    color: #333;
    font-size: 14px;
}
.kt_woocommerce.layout8 .block-ctegory   .owl-dots{
    display: block;
    text-align: center;
    padding: 12px 0;
}
.kt_woocommerce.layout8 .block-ctegory   .owl-dots .owl-dot{
    display: inline-block;
    width: 9px;
    height: 9px;
    background-color: #d1d1d1;
    margin: 0 12px;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(155,155,155,1);
    -moz-box-shadow: 1px 1px 0px 0px rgba(155,155,155,1);
    box-shadow: 1px 1px 0px 0px rgba(155,155,155,1);
}
/**/
.kt_woocommerce.layout9 .block-title{
    display: table;
    margin: 0 auto;
    margin-bottom: 33px;
}
.kt_woocommerce.layout9 .block-title .title{
    font-size: 24px;
    color: #aaa;
    margin: 0;
    text-align: center;
    margin-bottom: 35px;
}
.kt_woocommerce.layout9 .block-title .title>span:first-child{
    color: #000;
    font-weight: 600;
}
.kt_woocommerce.layout9 .product-style-3.product-item{
    padding: 0;
    margin-bottom: 26px;
}
.kt_woocommerce.layout9 .product-style-3.product-item .product-item-photo{
    border: 1px solid #e6e6e6;
    margin-bottom: 16px;
    padding: 5px;
}

/*kt_woocommerce layout10*/
.kt_woocommerce.layout10 .block-title{
    margin-bottom: 30px;
    font-size: 22px;
    color: #aaaaaa;
}
.kt_woocommerce.layout10 .block-title .title>span{
    color: #333;
}
.kt_woocommerce.layout10 .item-product{
    margin-bottom: 20px;
}
.kt_woocommerce.layout11 .owl-item {
    border-left: 1px solid #dfdfdf;
    margin-left: -1px;
}
.kt_woocommerce.layout11 .owl-item.active:last-child{
    border: none;
}

/* kt_product_category  layout3 */
.kt_product_category.layout3 .description{
    position: relative;
}
.kt_product_category.layout3 .description .content{
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 20px;
    padding-left: 20px;
}
.kt_product_category.layout3 .description .content .title{
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 14px;
}
.kt_product_category.layout3 .description .content .button{
    font-size: 14px;
    color: #666;
    background-color: #eeeeee;
    padding: 0 20px;
    margin: 0;
    line-height: 38px;
    min-height: 1px;
    height: 38px;
}
.kt_product_category.layout3 .description .content .button:hover{
    color: #fff;
}
.kt_product_category.layout3 .sub{
    padding: 0;
    margin: 0;
    margin-top: 8px;
}
.kt_product_category.layout3 .sub li{
    list-style: none;
    line-height: 20px;
}
.kt_product_category.layout3 .sub li a{
    font-size: 14px;
    color: #333;
}
.kt_product_category.layout3 .sub li a:before{
    font-family: 'FontAwesome';
    content: "\f105";
    margin-right: 10px;
    color: #ccc;
}

/*kt_newsletter  layout2 */
.kt_newsletter.layout2{
    display: table;
    width: 100%;
    margin: 0;
}
.kt_newsletter.layout2 .block-title,
.kt_newsletter.layout2 .block-content{
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}
.kt_newsletter.layout2 .block-content{
    min-width: 575px;
}
.kt_newsletter.layout2 .email{
    padding: 0 30px;
    height: 58px;
    line-height: 58px;
    border: none;
    font-size: 14px;
    color: #888;
}
.kt_newsletter.layout2 .btn-subcribe{
    min-width: 120px;
    height: 58px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-left: 10px;
}
.kt_newsletter.layout2 .block-title{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    padding-right: 40px;
}
/*  kt_blog layout1 */
.kt_blog.layout1 .post-item{
    background-color: transparent;
    margin-bottom: 30px;
}
.kt_blog.layout1 .block-title{
    font-size: 20px;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 33px;
}

.kt_blog.layout1 .post-item .post-thumb{
    width: 250px;
    float: left;
}
.kt_blog.layout1 .post-item.has-post-thumbnail .blog-detail{
    overflow: hidden;
    padding-left: 30px;
}
.kt_blog.layout1 .post-item .blog-date{
    display: inline-block;
    color: #fff;
    padding: 6px 15px;
    margin-bottom: 15px;
}
.kt_blog.layout1 .post-item .blog-name{
    font-size: 14px;
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.kt_blog.layout1 .post-item .blog-name a{
    color: #333;
}
.kt_blog.layout1 .post-item .blog-actions .action::after {
    content: "\f0a9";
    font-family: 'FontAwesome';
    margin-left: 27px;
    font-size: 15px;
    vertical-align: middle;
}
.kt_blog.layout1 .post-item .blog-actions .action {
    color: #888888;
    font-size: 14px;
}
.kt_blog.layout1 .post-item .blog-des{
    margin-bottom: 15px;
}
.kt_blog.layout2 .title{
    display: table;
    margin: 0 auto;
    margin-bottom: 25px;
    font-size: 24px;
    color: #aaaaaa;
    font-weight: 600;
}
.kt_blog.layout2 .title>span{
    color: #000;
}
.kt_blog.layout2 .post-item{
    background-color: transparent;
}
.kt_blog.layout2 .post-item .post-thumb{
    margin-bottom: 10px;
}
.kt_blog.layout2 .post-item .blog-detail{
    text-align: center;
}
.kt_blog.layout2 .post-item  .post-name{
    font-size: 16px;
    color: #333;
    margin: 0;
    margin-bottom: 18px;
    font-weight: 600;
}
.kt_blog.layout2 .post-item  .post-name a{
    color: #333;
}
.kt_blog.layout2 .post-item .metas{
    margin-bottom: 16px;
    font-size: 14px;
    color: #666666;
}
.kt_blog.layout2 .post-item .metas>span{
    display: inline-block;
    padding: 0 13px;
}
.kt_blog.layout2 .post-item .metas .fa{
    margin-right: 10px;
}
.kt_blog.layout3 .title{
    color: #333;
}
/* Footer style 10*/
.site-footer.footer-opt-10{
    padding-top: 60px;
}
.site-footer.footer-opt-10 .widget .widgettitle{
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin-top: 0;
    margin-bottom: 25px;
}
.site-footer.footer-opt-10 .widget_nav_menu li{
    line-height: 35px;
}
.site-footer.footer-opt-10 .widget_nav_menu li>a:before{
    font-family: 'FontAwesome';
    margin-right: 10px;
    content: "\f105";
}
.site-footer.footer-opt-10 .block-social,
.site-footer.footer-opt-10 .block-social .block-content{
    text-align: center;
    overflow: hidden;
}
.site-footer.footer-opt-10 .block-social{
    margin-bottom: 12px;
}
.site-footer.footer-opt-10 .block-social .block-content a{
    float: none;
    border: none;
    display: inline-block;
    color: #d7d7d7;
}
.site-footer.footer-opt-10 .block-social .block-title{
    margin-top: 0;
}
.site-footer.footer-opt-10 .copyright{
    font-size: 12px;
    color: #666;
}
.site-footer.footer-opt-10 .footer-bottom{
    padding: 40px 0;
    border: none;
}
.site-footer.footer-opt-10 .block-newletter{
    display: table;
    width: 100%;
    margin: 0;
}
.site-footer.footer-opt-10 .block-newletter .block-title,
.site-footer.footer-opt-10 .block-newletter .block-content,
.site-footer.footer-opt-10 .block-newletter .desc{
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}
.site-footer.footer-opt-10 .block-newletter .block-content{
    padding: 0 40px;
}
.site-footer.footer-opt-10 .newsletter-form-wrap{
    min-width: 458px;
}

.site-footer.footer-opt-11{
    padding-top: 40px;
    background-color: #3c3d41;
    color: #fff
}
.site-footer.footer-opt-11 a,
.site-footer.footer-opt-11 .widget_nav_menu .menu li a{
    color: #888;
}
.site-footer.footer-opt-11 a:hover,
.site-footer.footer-opt-11 .widget_nav_menu .menu li a:hover{
    color: #fff;
}
.site-footer.footer-opt-11 .widget .widgettitle,
.site-footer.footer-opt-11 .block-social .block-title{
    font-size: 16px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 50px;
}
.site-footer.footer-opt-11 .block-social .block-content a{
    display: block;
    width: 100%;
    height: auto;
    border: none;
    float: none;
    text-align: left;
    font-size: 14px;
    color: #888;
    margin-bottom: 5px;
    line-height: 32px;
}
.site-footer.footer-opt-11 .block-social .block-content a span{
    display: inline-block;
    vertical-align: middle;
}
.site-footer.footer-opt-11 .block-social .block-content a:hover,
.site-footer.footer-opt-11 .block-social .block-content a:focus{
    background-color: transparent;
    color: #fff;
}
.site-footer.footer-opt-11 .block-social .block-content a .fa{
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 20px;
    color: #333;
    font-size: 16px;
}
.site-footer.footer-opt-11 .block-social .block-content a:hover .fa{
    color: #fff;
}
.site-footer.footer-opt-11 .widget_nav_menu .menu li{
    line-height: 32px;
    margin: 0;
}
.site-footer.footer-opt-11 .copyright{
    color: #fff;
    text-align: left;
    line-height: 35px;
    padding-bottom: 25px;
}
.site-footer.footer-opt-11 .tagcloud a{
    border-color: #888;
    font-style: normal;

}
.site-footer.footer-opt-11 .tagcloud a:hover{
    border-color: #fff;
}
.site-footer.footer-opt-11 .address{
    color: #888;
}
.site-footer.footer-opt-11 .address b{
    font-weight: normal;
    color: #fff;
}
.site-footer.footer-opt-12 .block-social .block-content a{
    width: 40px;
    height: 40px;
    color: #333;
    line-height: 40px;
    border-radius: 3px;
    background-color: #bbbbbb;
    border: none;
    margin-right: 10px;
    margin-bottom: 10px;
}
.site-footer.footer-opt-12  .copyright{
    text-align: left;
    line-height: 35px;
    padding: 0;
    margin-bottom: 30px;
}
.site-footer.footer-opt-12 .widgettitle,
.site-footer.footer-opt-12 .block-newletter .block-title{
    margin-top: 0;
    margin-bottom: 40px;
}
.site-footer.footer-opt-12 .block-newletter .note{
    margin-bottom: 40px;
}
.site-footer.footer-opt-12 .submit-newsletter{
    width: 63px;
    height: 56px;
    padding: 0;
    line-height: 56px;
    color: #333;
}
.site-footer.footer-opt-12 .submit-newsletter .fa{
    font-size: 26px;
}
.site-footer.footer-opt-12 .block-newletter .form-control{
    height: 56px;
    border-color: #e6e6e6;
    font-size: 13px;
    color: #bbbbbb;
}


/*site-footer footer-opt-13*/
.site-footer.footer-opt-13{
    background-color: #333333;
    color: #fff;
    padding-top: 38px;
}
.site-footer.footer-opt-13 .kt_banner_child a>span{
    display: none;
}
.site-footer.footer-opt-13 a{
    color: #fff;
}
.site-footer.footer-opt-13 h2.widgettitle{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Arial',sans-serif;
    margin-bottom: 21px;
}
.site-footer.footer-opt-13 .widget_nav_menu .menu li a{
    color: #ddd;
}
.site-footer.footer-opt-13 .widget_nav_menu .menu li:hover a{
    color: #fff;
}
.site-footer.footer-opt-13 .payment-methods {
    border: 1px solid #717171;
    padding: 10px 0;
    border-left: none;
    border-right: none;
    overflow: hidden;
}
.site-footer.footer-opt-13 .payment-methods .block-title{
    display: inline-block;
    float: left;
    line-height: 46px;
    min-width: 207px;
}
.site-footer.footer-opt-13 .payment-methods .list{
    display: inline-block;
    float: right;
    background-color: #ededed;
}
.site-footer.footer-opt-13 .payment-methods .list .kt_banner_child{
    display: inline-block;
}
.site-footer.footer-opt-13 .footer-links{
    padding:0;
}
.site-footer.footer-opt-13 .footer-links ul{
    padding: 2px 0;
    margin: 0;
}
.site-footer.footer-opt-13 .footer-links li{
    list-style: none;
    display: inline-block;
    font-size: 13px;
    color: #ddd;
    line-height: 13px;
    border-right: 1px solid #ddd;
    padding: 0 10px;
}
.site-footer.footer-opt-13 .footer-links li:first-child{
    padding-left: 0;
    border: none;
}
.site-footer.footer-opt-13 .footer-links li:last-child{
    padding-right: 0;
    border: none;
}

.site-footer.footer-opt-13 .footer-links li a{
    color: #ddd;
}
.site-footer.footer-opt-13 .footer-links li a:hover{
    color: #fff;
}
.site-footer.footer-opt-13 .copyright{
    font-size: 13px;
    color: #ddd;
    text-align: left;
    margin: 0;
    padding: 0;
}
.site-footer.footer-opt-13 .block-newletter .block-title,
.site-footer.footer-opt-13 .block-social .block-title{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 7px;
}
.site-footer.footer-opt-13 .block-newletter .note{
    margin-bottom: 26px;
}
.site-footer.footer-opt-13 .block-newletter .email{
    border: none;
    border-radius: 2px;
}
.site-footer.footer-opt-13 .block-newletter .btn-submit{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.site-footer.footer-opt-13 .block-social  .block-content a{
    color: #fff;
    border: none;
    background-color: transparent;
    text-align: left;
}
.site-footer.footer-opt-13 .block-social  .block-content a:hover{
    background-color: transparent;
}
/* kt_instagram  default */
.kt_instagram.default .list-photo {
    padding: 0;
    margin: 0 -5px;
    overflow: hidden;margin-top: -4px;
}
.kt_instagram.default .list-photo li{
    list-style: none;
    display: block;
    width: 25%;
    float: left;
    padding: 0 5px;
    margin-top: 10px;
}

/* banner effects */
.banner-effect1{
    display: block;
    position: relative;
}
.banner-effect1:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.banner-effect1:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.banner-effect1:hover:before {
    right: 50%;
    left: 50%;
    background: rgba(255,255,255,0.2);
}
.banner-effect1:hover:after {
    top: 50%;
    bottom: 50%;
    background: rgba(255,255,255,0.2);
}
.banner-effect2{
    position: relative;
}
.banner-effect2:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.banner-effect2:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.banner-effect2:hover:before {
    right: 50%;
    left: 50%;
    background: rgba(255,255,255,0.2);
}
.banner-effect2:hover:after {
    top: 50%;
    bottom: 50%;
    background: rgba(255,255,255,0.2);
}

.banner-effect3{
    display: block;
    position: relative;
}
.banner-effect3:before,
.banner-effect3:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
    opacity: 0;
}
.banner-effect3:after{
    left: inherit;
    right: 0;
    width: 0%;
    background-color: rgba(0,0,0,0.3);
    -webkit-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
.banner-effect3:hover:before{
    width: 0%;
    opacity: 1;
}
.banner-effect3:hover:after{
    width: 100%;
}
.banner-effect4{
    display: block;
    position: relative;
}

.banner-effect4:before{
    content: "";
    position: absolute;
    top: 25px;
    left: 25px;
    bottom: 25px;
    right: 25px;
    z-index: 9;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    transform: scale(0, 1);
}
.banner-effect4:after {
    content: "";
    position: absolute;
    top: 25px;
    left: 25px;
    bottom: 25px;
    right: 25px;
    z-index: 9;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    transform: scale(1, 0);
}
.banner-effect4:hover:before,
.banner-effect4:hover:after{
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.banner-effect5{
    overflow: hidden;
    position: relative;
    display: block;
}

.banner-effect5:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1.2s ease 0s;
    -o-transition: all 1.2s ease 0s;
    transition: all 1.2s ease 0s;
    z-index: 1;
}

.banner-effect5:hover:before{
    opacity: 1;
    filter: alpha(opacity=100);
}
.banner-effect5 img{
    -webkit-transition: all 1.2s ease 0s;
    -o-transition: all 1.2s ease 0s;
    transition: all 1.2s ease 0s;
}
.banner-effect5:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.banner-effect5 a{
    z-index: 10;
}
.banner-effect6 {
    display: block;
    position: relative;
    overflow: hidden;
}
.banner-effect6:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2);
    content: '';
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,100%,0);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.banner-effect6:hover:before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,-100%,0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: initial;
}

.banner-effect7{
    display: block;
    position: relative;
    overflow: hidden;
}
.banner-effect7:before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    z-index: 9;
}
.banner-effect7:after {
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    z-index: 9;
}
.banner-effect7:hover:before,
.banner-effect7:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.block-hot-categori .item ul,
.heading-opt-1 .links{
    list-style: none;
}


.product-item-opt-1 .product-item-actions .btn,
.product-item-opt-1 .product-item-actions > a{
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    background-color: #aaaaaa;
    color: #333;
    margin-bottom: 10px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;

    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: 0.45s;
    animation-duration: 0.45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: none;
}
.product-item-opt-1 .product-item-actions .btn-cart.added{
    display: none;
}
.product-item-opt-1 .product-item-actions .btn:nth-child(1),
.product-item-opt-1 .product-item-actions > a:nth-child(1){
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.product-item-opt-1 .product-item-actions .btn:nth-child(2),
.product-item-opt-1 .product-item-actions > a:nth-child(2){
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.product-item-opt-1 .product-item-actions .btn:nth-child(3),
.product-item-opt-1 .product-item-actions > a:nth-child(3){
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.product-item-opt-1 .product-item-actions .btn:nth-child(4),
.product-item-opt-1 .product-item-actions > a:nth-child(4){
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.product-item-opt-1 .product-item-actions .btn span {
    display: none;
}
.product-item-opt-1 .product-item-actions .btn:hover,
.product-item-opt-1 .product-item-actions > a:hover{
    color: #fff;
}


.product-style-3 .product-reviews-summary{
    display: none;
}

.site-footer h2.widgettitle {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 55px;
}
.site-footer .widget_nav_menu .menu li a {
    color: #888888;
}
.site-footer .widget_nav_menu .menu li a:hover {
    color: #333;
}
.site-footer .widget_nav_menu .menu li {
    margin-bottom: 7px;
    padding: 0;
    border: none;
}
table.address, table.address th, table.address td{
    border: none;
}
.site-footer .address td {
    padding: 0 0 8px 0;
    vertical-align: top;
    padding-right: 10px;
}
.site-footer .kt_single_banner{
    margin-bottom: 35px;
}

/* .site-footer .footer-column .block-social .block-title */
.site-footer .footer-column .block-social .block-title,
.site-footer .block-social .block-title{
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 25px;
}
.site-footer .block-social .block-content a span{
    display: none;
}
.site-footer .footer-column .block-social .block-content a,
.site-footer .block-social .block-content a{
    width: 32px;
    line-height: 30px;
    border: 1px solid #aaaaaa;
    border-radius: 100%;
    text-align: center;
    color: #333333;
    font-size: 16px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: block;
    float: left;
    margin-right: 7px;
    margin-bottom: 5px;
}
.site-footer .footer-column .block-social .block-content a:last-child,
.site-footer .block-social .block-content a:last-child{
    margin-right: 0;
}
.site-footer .footer-column .block-social .block-content a:hover,
.site-footer .block-social .block-content a:hover{
    color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.disabled {
    display: none;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
    margin: 0!important;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}
table, th, td {
    border: 1px solid #eaeaea;
}
th, td{
    padding: 10px;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
img.alignnone {
    margin: 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.sticky{
    color: inherit;
}
.bypostauthor{
    color: inherit;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img{
    height: auto;
}
/*img:not(.kt-lazy),
.owl-carousel img,
.product-item img{
  height: auto;
}*/

.text-center{  text-align: center; }
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 5px 3px 5px;
    text-align: center;
    margin: 0;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
    clear: both;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    padding: 10px 4px 5px;
    margin: 0!important;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 0;
}
iframe{
    max-width: 100%!important;
}
.sticky-post:before{
    font-family: 'FontAwesome';
    content: "\f11d";
    margin-right: 5px;
}

.post-password-form  input[type="submit"]{
    line-height: 40px;
    height: 40px;
    background-color: #cdccd1;
    border: 0;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
}
/* WordPress Gallery
------------------------------------------ */

.gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.gallery:after {
    display: table;
    content: "";
    clear: both;
}

.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}
a {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    text-decoration: none;
}
a:hover{
    color: inherit;
}

/*MENU ONTOP */
.admin-bar .sticky-wrapper.is-sticky .mid-header{
    top: 32px!important;
}
/* TOP MENU */
.header-opt-1 .hotline>li>a{
    color: #fff;
}
.dropdown-menu > li > a:hover{
    color: #fff;
}
.site-header li{
    list-style: none;
}
.block-minicart .dropdown-menu{
    max-height: 500px;
    overflow-y: auto;
}
/*woocs_flag*/
.switcher-currency a.woocs_flag_view_item{
    height: auto;
    margin: 0;
    width: auto;
}
.block-nav-menu .ui-menu .submenu .submenu {
    top: 0;
    left: 100%;
}
.site-header .setting .dropdown-menu a:hover{
    color: #fff;
}

/*MINI CART ONTOP */
.header-nav .block-minicart .dropdown-toggle .cart-text,
.header-nav .block-minicart .dropdown-toggle .counter {
    display: none;
}
.header-nav .block-search .block-content .categori-search{
    display: none;
}

.product-item .price ins{
    text-decoration: none;
}
.product-item .price del{
    color: #ccc;
}
.product-item-opt-0 .product-item-actions .compare,
.product-item-opt-0 .product-item-actions .yith-wcwl-add-to-wishlist>div a{
    width: 35px;
    height: 35px;
    line-height: 33px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    border: 1px solid #dfdfdf;
    float: left;
    font-size: 0;
    background-image: url(../images/icon/index1/btn-compare.png);
    border-radius: 0;
    margin: 0;
    margin-left: 5px;

}
.product-item-opt-0 .product-item-actions .compare:hover,
.product-item-opt-0 .product-item-actions .yith-wcwl-add-to-wishlist>div a:hover{
    color: #fff;
}
.product-item-opt-0 .product-item-actions .yith-wcwl-add-to-wishlist>div a{
    background-image: url(../images/icon/index1/btn-wishlist.png);
    margin: 0;
}
.product-item-opt-0 .product-item-actions .yith-wcwl-add-to-wishlist>div a:hover{
    background-image: url(../images/icon/index1/btn-wishlist-hover.png);
}
.product-item-opt-0 .product-item-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a ,
.product-item-opt-0 .product-item-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
.product-item-opt-0 .product-item-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover ,
.product-item-opt-0 .product-item-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover{
    background-image: none;
}
.product-item-opt-0 .product-item-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before ,
.product-item-opt-0 .product-item-actions .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before{
    font-family: 'FontAwesome';
    content: "\f00c";
    font-size: 14px;
}

.product-item-opt-0 .product-item-actions .compare:hover{
    color: #fff;
    background-image: url(../images/icon/index1/btn-compare-hover.png);
}
/* PRODUCT */
.product-item-opt-0 .product-item-actions .btn-wishlist.added{
    background-image: none;
}
.product-item-opt-0 .product-item-actions .btn-wishlist.added:before{
    font-family: 'FontAwesome';
    content: "\f00c";
    font-size: 14px;
}
.product-item .compare-button{
    display: inline-block;
    float: left;
}
.products-list-grid .product-item {
    margin-bottom: 19px;
}
.product-item  .status{
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
}
.products.products-list .product-item  .status{
    left: 10px;
}
.block-related ul.kt-owl-carousel{
    padding: 0;
}
.product-item  .status .onsale,
.product-item  .status .new{
    position: absolute;
    top: 16px;
    left: 5px;
    line-height: 40px;
    width: 40px;
    border-radius: 100%;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Arimo,sans-serif;
    text-align: center;
}
.product-item  .status .new{
    background-color: #3395ff;
}
.product-item-opt-0 .product-item-actions .btn-cart{
    background-position-x: 8%;
}
.product-item .add_to_cart_button.loading,
.product-item .add_to_cart_button.loading:hover{
    background-image: url(../images/icon/ajax-loader.gif);
    background-color: #fff!important;
    border-color: #dfdfdf!important;
    color: #333;
}
.product-item .add_to_cart_button.added{
    display: none;
}
.product-item  .added_to_cart {
    line-height: 33px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    border: 1px solid #dfdfdf;
    float: left;
    margin-right: 5px;
    padding: 0 15px;
}
.product-item  .added_to_cart:hover{
    color: #fff;
}
.product-media{
    position: relative;
}
.product-media .onsale{
    color: #fff;
    float: left;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 10px;
    background: #ff4318;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}
.toolbar-products select {
    height: 34px;
    border: 1px solid #dfdfdf;
    color: #000000;
    display: inline-block;
    box-shadow: none;
    font-size: 14px;
    font-weight: 300;
    padding-left: 10px;
    padding-right: 19px;
    background-position: center right 10px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index1/arrow-select.png);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-height: 1px;
    width: auto;
}
.product-item-opt-0 .product-item-actions .btn-cart{
    margin-top: 0;
}
.toolbar-products .toolbar-sorter .orderby {
    padding-left: 12px;
}
.toolbar-products .woocommerce-ordering{
    display: inline-block;
}
.pagination  li {
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
    margin-bottom: 7px;
    vertical-align: top;
}
.pagination a,
.pagination span,
.page-links>a,
.page-links>span{
    display: inline-block;
    color: #333333;
    border: 1px solid #dfdfdf;
    line-height: 32px;
    min-width: 34px;
    text-align: center;
    padding: 0 5px;
    border-radius: 0;
    background-color: #fff;
}
.page-links{
    margin-bottom: 25px;
}
.page-links>a,
.page-links>span{
    margin-right: 5px
}
.left-slidebar .main-content{
    float: right;
}

.product-item-opt-0 .product-item-des p{
    margin-bottom: 0;
}
input[type="text"],input[type="search"], input[type="email"], textarea, input[type="password"],input[type="tel"],input[type=url],select,
textarea,input[type="number"]{
    min-height: 40px;
    border: 1px solid #e5e5e5;
    padding-left: 24px;
    font-size: 13px;
    color: #aaaaaa;
    max-width: 100%;
    width: 300px;
}
.select2-drop {
    border: 2px solid #e1e1e1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.select2-drop.select2-drop-above.select2-drop-active{
    border-top: 1px solid #e5e5e5;
}
.select2-container .select2-choice {
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    color: #414141;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.select2-container .select2-choice .select2-arrow b:after{
    border: none;
    font-family: 'FontAwesome';
    content: "\f107";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    margin-left: -15px;
}
input[type="text"],input[type="search"], input[type="email"], textarea, input[type="password"],input[type="tel"],input[type=url],
textarea,input[type="number"]{
    -webkit-appearance: none;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus, input[type="password"]:focus,input[type="number"]:focus,input[type="search"]:focus{
    outline: none;
}
.button{
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 14px;
    height: 40px;
    margin-top: 10px;
    display: inline-block;
    border: none;
    color: #fff;
    line-height: 40px;
}
.button:hover, .button:focus, .button.focus, .button:active, .button.active {
    color: #ffffff;
    background-color: #171717;
    border-color: #171717;
}
.widget.block-sidebar select{
    width: 100%;
}
.post-item{
    background-color: #fff;
}
.post-list .post-items .post-item .post-item-detail{
    padding-bottom: 30px;
}
.navigation.pagination .screen-reader-text{
    display: none;
}
.post-grid .post-items .post-item{
    width: 100%;
}
.main-container{
    padding-bottom: 70px;
}
blockquote {
    font-size: 14px;
    color: #333333;
    font-family: "Merriweather";
    border-left: 3px solid #e9c77b;
    padding-left: 29px;
    padding-top: 15px;
    padding-bottom: 15px;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0;
}

/* COMMENT FORM */
.block-leave-reply .comment-reply-title{
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}
.block-leave-reply textarea{
    width: 100%;
    height: 190px;
    max-width: 510px;
}
.block-leave-reply input[type="text"],
.block-leave-reply input[type="email"],
.block-leave-reply input[type="url"]{
    width: 100%;
    max-width: 295px;
}
.block-leave-reply label{
    font-weight: normal;
    display: block;
}
.block-leave-reply .submit{
    height: 40px;
    border-radius: 100px;
    padding: 0 20px;
    font-size: 12px;
    margin-top: 10px;
    border: none;
    color: #fff;
}
.block-leave-reply .submit:hover,
.block-leave-reply .submit:focus,
.block-leave-reply .submit:active{
    color: #ffffff;
    background-color: #171717;
    border-color: #171717;
}
.list-commnet .children{
    padding-left: 50px;
}
.list-commnet .depth-6 .children{
    padding-left: 0;
}

/* SINGLE PRODUCT */
.woocommerce-review-link>span{
    color: #666666;
    display: inline-block;
    line-height: 18px;
    padding: 0 10px;
    border-right: 1px solid #e5e5e5;
}
.woocommerce-review-link>span:last-child{
    border: none;
}
.easyzoom-flyout img {
    max-width: inherit;
}
.kt-easyzoom {
    background-color: rgb(255, 255, 255);
    margin-bottom: 33px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(223, 223, 223);
    border-image: initial;
    padding: 70px 58px;
}
.woocommerce-breadcrumb{
    margin-top: 27px;
    margin-bottom: 27px;
    text-transform: capitalize;
    color: rgb(51, 51, 51);
    line-height: 25px;
}
.shop-page.no-sidebar .category-view{
    margin-top: 0;
}
.woocommerce-breadcrumb a{
    color: #ccc;
}
.woocommerce-breadcrumb a:after{
    content: " / ";
    margin: 0px 2px;
    display: inline-block;
    padding: 0 5px;
}
.product-info-detailed .panel{
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* review */
.woocommerce-Reviews .woocommerce-Reviews-title {
    margin-bottom: 30px;
}
.woocommerce-Reviews .commentlist{
    padding: 0;
    margin: 0;
}
.woocommerce-Reviews .commentlist .comment{
    list-style: none;
    margin-bottom: 30px;
    overflow: hidden;
}
.woocommerce-Reviews .commentlist .comment:last-child{
    margin-bottom: 0;
}
.woocommerce-Reviews .commentlist .avatar{
    float: left;
}
.woocommerce-Reviews .commentlist .comment-text{
    overflow: hidden;
    padding-left: 30px;
}
.woocommerce-Reviews .commentlist .comment-text .meta{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}
.woocommerce-Reviews .commentlist .star-rating{
    color: #ccc;
    white-space: nowrap;
    display: inline-block;
    font-size: 0;
    position: relative;
}
.woocommerce-Reviews .commentlist .star-rating:before{
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    font-family: "FontAwesome";
    font-size: 12px;
    letter-spacing: 1.5px;
}
.woocommerce-Reviews .commentlist .star-rating>span{
    color: #ff9900;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.woocommerce-Reviews .commentlist .star-rating>span:before{
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    font-family: "FontAwesome";
    font-size: 12px;
    letter-spacing: 1.5px;
}
.woocommerce-Reviews #review_form_wrapper{
    margin-top: 50px;
}
.woocommerce-Reviews #review_form_wrapper .comment-reply-title{
    margin-bottom: 20px;
}
#review_form .comment-form-rating .stars {
    margin-bottom: 0;
}
#review_form .comment-form-rating .stars a {
    font-size: 0;
    color: #e1e1e1;
    display: inline-block;
    border-right: 1px solid #e1e1e1;
    padding: 0 10px;
    line-height: 10px;
}
#review_form .comment-form-rating .stars a:hover,
#review_form .comment-form-rating .stars a.active{
    color: #333;
}
#review_form .comment-form-rating .stars a:first-child {
    padding-left: 0;
}
#review_form .comment-form-rating .stars a:last-child {
    padding-right: 0;
    border: 0;
}
#review_form .comment-form-rating .stars a:before {
    font-family: 'FontAwesome';
    font-size: 12px;
    display: inline-block;
}
#review_form .comment-form-rating .stars .star-1:before {
    content: "\f006";
}
#review_form .comment-form-rating .stars .star-2:before {
    content: "\f006\f006";
}
#review_form .comment-form-rating .stars .star-3:before {
    content: "\f006\f006\f006";
}
#review_form .comment-form-rating .stars .star-4:before {
    content: "\f006\f006\f006\f006";
}
#review_form .comment-form-rating .stars .star-5:before {
    content: "\f006\f006\f006\f006\f006";
}
.comment-respond .comment-form textarea, .comment-respond .comment-form input[type="text"], .comment-respond .comment-form input[type="email"], .comment-respond .comment-form input[type="url"] {
    width: 100%;
}

.comment-respond .submit {
    height: 40px;
    border-radius: 100px;
    padding: 0 20px;
    font-size: 12px;
    margin-top: 10px;
    border: none;
    color: #fff;
}
.catalog-view_default .product-info-main .product-add-form .form-qty .input-qty{
    min-height: 1px;
}
.product_meta{
    margin-bottom: 15px;
}
.product_meta>span{
    display: block;
    line-height: 24px;
}
.catalog-view_default .product-info-main .product-info-stock-sku{
    float: none;
}
.product-info-stock-sku.out-of-stock .fa{
    display: none;
}
.product-info-main .price{
    margin-bottom: 25px;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
}
.product-info-main .price ins{
    text-decoration: none;
}
.product-info-main .price del{
    color: #ccc;
    margin-right: 10px;
}
form.cart:before,
form.cart:after {
    display: table;
    content: '';
}
form.cart{
    margin-bottom: 15px;
}
form.cart:after{
    clear: both;
}
.catalog-view_default .product-info-main .actions .action{
    margin-bottom: 0;
    margin-top: 0;
}
.catalog-view_default .product-info-main .yith-wcwl-add-to-wishlist{
    display: inline-block;
    float: left;
    overflow: hidden;
    margin: 0;
}
.catalog-view_default .product-info-main .yith-wcwl-add-to-wishlist>div{
    font-size: 0;
    display: inline-block;
    float: left;
}
.catalog-view_default .product-info-main .btn-wishlist,
.catalog-view_default .product-info-main .compare,
.catalog-view_default .product-info-main .yith-wcwl-add-to-wishlist>div a{
    width: 41px;
    height: 43px;
    line-height: 41px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    border: 1px solid #dfdfdf;
    float: left;
    margin-right: 5px;
    font-size: 0;
    border-radius: 0;
}
.catalog-view_default .btn-wishlist,
.catalog-view_default .yith-wcwl-add-to-wishlist>div a{
    background-image: url(../images/icon/index1/btn-wishlist.png);
}
.catalog-view_default  .compare {
    background-image: url(../images/icon/index1/btn-compare.png);
}
.catalog-view_default  .compare:hover {
    background-image: url(../images/icon/index1/btn-compare-hover.png);
}
.catalog-view_default .btn-wishlist:hover,
.catalog-view_default .yith-wcwl-add-to-wishlist>div a:hover{
    background-image: url(../images/icon/index1/btn-wishlist-hover.png);
}
.catalog-view_default .kt-wcsc-popup-link{
    display: block;
    width: 100%;
    float: left;
    margin-top: 10px;
}
.kt-group-share{
    display: block;
    width: 100%;
    float: left;
}
.kt-social-share{
    margin-top: 20px;
}
.catalog-view_default .product-info-detailed{
    width: 100%;
    min-height: 500px;
}
.summary .group_table{
    margin-bottom: 30px;
}
.summary .group_table .quantity{
    margin: 0;
    width: 100%;
}
.summary .group_table .quantity .input-text{
    width: 100%;
    padding: 5px 0px;
}
.summary .group_table .button{
    padding: 5px 10px;
}
.summary .group_table .price{
    font-size: 14px;
}
.summary .group_table p{
    margin: 0;
}
.summary .group_table .product-name a{
    color: #333;
}
.catalog-view_default .product-info-main .product-add-form .group_table .form-qty{
    margin-bottom: 0;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    padding: 1em 2em 1em 2em;
    margin-bottom: 30px;
    position: relative;
    background-color: #fafafa;
    color: #515151;
    border-top: 3px solid #337ab7;
    list-style: none!important;
    width: auto;
    word-wrap: break-word;
}
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-message:before {
    content: " ";
    display: table;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
    float: right;
    font-size: 10px;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    height: 24px;
    line-height: 24px;
    margin: 0;
}
.woocommerce .woocommerce-error{
    border-color: #fcf8e3;
}
.woocommerce .woocommerce-info{
    border-color: #dff0d8;
}
/* Wishlist */
table.wishlist_table .remove{
    padding: 0;
    font-size: 14px;
    background-color: transparent;
}
.woocommerce table.wishlist_table .remove:hover{
    background-color: transparent;
    color: red;
}
table.wishlist_table .product-name a{
    display: block;
    font-size: 14px;
}
table.wishlist_table .product-name .yith-wcqv-button{
    display: inline-block;
    margin-top: 10px;
    min-height: 1px;
    line-height: 40px;
    padding: 0 15px;
}
table td.product-price{
    text-align: left;
    font-size: 15px;
    color: #ff7a5f;
}
table .product-price ins{
    text-decoration: none;
}
table .product-price del{
    color: #999;
}
.wishlist_table tr td, .wishlist_table tr th.wishlist-delete, .wishlist_table tr th.product-checkbox{
    text-align: left;
}
.woocommerce table.wishlist_table{
    font-size: 15px;
}
.woocommerce .wishlist_table td.product-add-to-cart a{
    display: inline-block!important;
    border-radius: 0;
    padding: 10px 15px;
    margin: 0;
    font-size: 14px;
}
.wishlist_table tr td.product-thumbnail a{
    max-width: 120px;
}
.woocommerce .wishlist_table .product-thumbnail{
    width: 150px;
}
.page-main-content ul,
.page-main-content ol{
    padding-left: 20px;
}
/* MY ACCOUNT */
.page-main-content .woocommerce:before,
.page-main-content .woocommerce:after{
    content: '';
    display: table;
}
.page-main-content .woocommerce:after{
    clear: both;
}
.woocommerce-MyAccount-navigation{
    width: 270px;
    float: left;
    padding: 10px 20px;
    background-color: #f8f7f7;
}
.woocommerce-MyAccount-navigation ul{
    margin: 0;
    padding: 0;
}
.woocommerce-MyAccount-navigation ul li{
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li a{
    display: inline-block;
    color: #414141;
    padding: 10px 0;
    width: 100%;
}
.woocommerce-MyAccount-navigation ul li a:before {
    content: '';
    display: inline-block;
    border: 2px solid #ededed;
    background-color: #fff;
    width: 7px;
    height: 7px;
    margin-right: 15px;
}
.woocommerce-MyAccount-content{
    overflow: hidden;
    padding-left: 30px;
}
.block-form-login{
    margin: 0;
}
.page-title-base .title-base{
    margin-bottom: 30px;
}
.woocommerce .form-row>label{
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}
.woocommerce legend{
    padding-bottom: 10px;
    margin-top: 30px;
    float: left;
}
.page-404{
    padding-top: 70px;
}
.page-404 .heading {
    font-size: 168px;
    font-weight: 700;
    color: #999;
    margin-top: 50px;
    line-height: normal;
}
.product-item-opt-0 .product-item-actions .btn-cart.product_type_variable,
.product-item-opt-0 .product-item-actions .btn-cart.product_type_grouped,
.product-item-opt-0 .product-item-actions .btn-cart.product_type_external{
    background-image: none;
    padding-left: 10px;
}

/* WIDGET */
.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_recent_comments li,
.widget_recent_entries li,
.widget_nav_menu li,
.widget_layered_nav li{
    list-style: none;
    font-size: 14px;
    color: #666666;
    display: block;
    /*border-bottom: 1px solid #f3f3f3;*/
    text-transform: capitalize;
    padding: 10px 0;
}
.widget_archive li a,
.widget_categories li a,
.widget_pages li a,
.widget_meta li a,
.widget_recent_comments li a,
.widget_recent_entries li a,
.widget_nav_menu li a,
.widget_layered_nav li a{
    color: #666666;
}
.widget_archive li:last-child,
.widget_pages li:last-child,
.widget_categories li:last-child ,
.widget_meta li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child,
.widget_nav_menu li:last-child,
.widget_product_categories li:last-child,
.widget_layered_nav li:last-child{
    border: none;
}

.widget_product_categories li{
    list-style: none;
    position: relative;
}
.widget_product_categories li a {
    font-size: 14px;
    color: #666666;
    display: block;
    border-bottom: 1px solid #f3f3f3;
    text-transform: capitalize;
    padding: 10px 0;
}
.widget_product_categories ul{
    padding: 0;
}
.widget_product_categories li .count{
    position: absolute;
    right: 0;
    top: 10px;
    font-style: italic;
    color: #aaa;
}
.widget_product_categories .children li a{
    padding-left: 30px;
}
.widget_rss li{
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.widget_rss .rssSummary{
    color: #8f8f8f;
    font-size: 12px;
    font-style: italic;
}
.tagcloud a{
    display: inline-block;
    line-height: 34px;
    border: 1px solid #eeeeee;
    text-align: center;
    padding: 0 23px;
    color: #666666;
    font-size: 12px!important;
    font-style: italic;
    font-family: "Merriweather";
    margin-bottom: 5px;
    margin-right: 1px;
}
.product_list_widget .item-product,
.product_list_widget li{
    list-style: none;
    margin-bottom: 10px;
    overflow: hidden;
}
.product_list_widget li img{
    float: left;
    margin-right: 10px;
}
.product_list_widget .item-product .thumb{
    width: 110px;
    float: left;
}
.product_list_widget .item-product .info{
    overflow: hidden;
    padding-left: 10px;
}
.product_list_widget .item-product .product-title{
    font-size: 14px;
    color: #888888;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
}
.product_list_widget .item-product .amount{
    font-size: 16px;
    color: #333;
}
.product_list_widget .item-product ins{
    text-decoration: none;
}
.product_list_widget .item-product del .amount,
.product_list_widget .item-product del{
    color: #ccc;
}
.product_list_widget .star-rating{
    position: relative;
    display: block;
    overflow: hidden;
    color: #ccc;
    font-size: 0;
    margin-bottom: 10px;
}
.product_list_widget .star-rating:before,
.product_list_widget .star-rating > span:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    font-family: "FontAwesome";
    font-size: 12px;
    letter-spacing: 1.5px;
}
.product_list_widget .star-rating > span {
    color: #ff9900;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    color: #ff9900;
}
.widget_price_filter .price_slider {
    position: relative;
    height: 3px;
    background-color: #888888;
    border-radius: 0px;
    margin: 5px 0;
}
.widget_price_filter .ui-widget-header{
    height: 3px;
    background-color: #00a1d0;
    position: absolute;
}
.widget_price_filter .ui-slider-handle{
    width: 12px;
    height: 12px;
    border-radius: 0;
    background-color: #888888;
    display: block;
    position: absolute;
    top: -5px;
}
.widget_price_filter .price_label{
    display: inline-block;
    vertical-align: middle;
}
.widget_price_filter .price_slider_amount{
    margin-top:10px;
}
.kutetheme.widget_layered_nav{
    overflow: hidden;
}
.kutetheme.widget_layered_nav .color-group a{
    display: inline-block;
    width: 50%;
    float: left;
    margin-bottom: 10px;
}
.kutetheme.widget_layered_nav .color-group a>i{
    width: 23px;
    height: 23px;
    display: inline-block;
    background-color: #fafafa;
    float: left;
    margin-right: 5px;
    border: 1px solid transparent;
    position: relative;
}
.kutetheme.widget_layered_nav .color-group a>i:before {
    content: '';
    width: 15px;
    height: 14px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}
.kutetheme.widget_layered_nav .color-group a.selected>i:before {
    background-color: #fca53c;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index1/checked.png);
}
.kutetheme.widget_layered_nav .color-group a .term-name{
    display: none;
}
.kutetheme.widget_layered_nav .color-group a .count{
    vertical-align: middle;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #a4a4a4;
    line-height: 1;
}
.widget_product_tag_cloud .tagcloud a{
    display: block;
    line-height: 31px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    padding: 0 13px;
    color: #888888;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 9px;
    float: left;
    font-style: normal;
    font-family: inherit;
    font-size: 14px!important;
}
.product-item,
.product{
    list-style: none;
}
.shop-sidebar .woocommerce-breadcrumb{
    background-color: transparent;
    text-transform: capitalize;
    padding: 0;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.cross-sells{
    margin-top: 50px;
}
.form-cart table,
.form-cart table th,
.form-cart table td{
    border: none;
}
/* CHECKOUT */
.checkout_coupon{
    margin-bottom: 30px;
}
.woocommerce-checkout .form-row{
    margin-bottom: 20px;
}
.woocommerce-checkout .input-text{
    width: 100%;
}
.woocommerce-checkout-review-order-table,
.woocommerce-checkout-review-order-table th,
.woocommerce-checkout-review-order-table td{
    border: 1px solid #ddd;
}
.woocommerce-checkout-review-order-table th{
    text-transform: uppercase;
}
.woocommerce-checkout-review-order-table .product-name{
    font-size: 16px;
}
.woocommerce-checkout-review-order-table .variation{
    font-size: 12px;
    color: #414141;
    line-height: 24px;
    overflow: hidden;
    margin-top: 15px;
}
.woocommerce-checkout-review-order-table .variation p{
    margin: 0;
}
.woocommerce-checkout-review-order-table .variation dt,
.woocommerce-checkout-review-order-table .variation dd{
    font-weight: normal;
    float: left;
    line-height: 24px;
}
.woocommerce-checkout-review-order-table .variation dt{
    clear: left;
}
.woocommerce-checkout-payment{
    background-color: #ebe9eb;
    padding: 30px 15px;
    margin-top: 15px;
}
.woocommerce-checkout-payment .payment_methods{
    margin: 0;
    padding: 0;
}
.woocommerce-checkout-payment .payment_methods .wc_payment_method{
    list-style: none;
}
#add_payment_method #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0;
}
.woocommerce-checkout-payment .payment_box p{
    margin: 0;
}
.woocommerce-checkout-payment .place-order{
    margin-bottom: 0;
    margin-top: 30px;
}
.woocommerce-thankyou-order-details{
    margin-bottom: 30px;
}
.woocommerce-thankyou-order-details li{
    list-style: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.latest-post li{
    list-style: none;
}
.switcher-currency ul,
.switcher-language ul{
    padding: 0;
}
.product-item-opt-0 .yith-wcqv-button{
    position: absolute;
    z-index: 10;
    bottom: -20px;
    left: 0;
    right: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    font-size: 12px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
}
.product-item-opt-0:hover .yith-wcqv-button{
    opacity: 1;
    visibility: visible;
    bottom: 10px;
}
.product-item-opt-2 .product-item-detail{
    overflow: hidden;
}
.product-item-opt-2 .compare-button{
    display: inline-block;
}
/* MEGA MENU */
.megamenu .widget{
    margin-bottom: 45px;
}
.megamenu .widget:last-child{
    margin-bottom: 0;
}
.megamenu .widget .widgettitle {
    color: #444444;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 12px;
    padding-bottom: 7px;
    margin-top: 0;
    display: block;
    font-weight: 600;
}
.megamenu .widget_nav_menu ul{
    padding: 0;
}
.megamenu .widget_nav_menu li{
    padding: 0;
    padding-bottom: 10px;
    list-style: none;
    border: none;
}
.megamenu .widget_nav_menu li a{
    display: block;
    color: #888888;
}
#yith-quick-view-modal .yith-wcqv-wrapper,
#yith-quick-view-modal.open .yith-wcqv-main{
    overflow-x: hidden;
}
#yith-quick-view-content{
    overflow: hidden;
    padding: 20px;
}
.return-message{
    padding: 5px 10px;
    margin-top: 10px;
}

/* WOOF_Widget */
.WOOF_Widget .woof_sid_widget{
    background-color: #fff;
    padding: 20px 20px 15px;
    border: 1px solid #dfdfdf;
}
.WOOF_Widget .woof_sid_widget:last-child{
    border: none;
    margin-bottom: 0;
}
.WOOF_Widget .woof_container_inner >h4,
.WOOF_Widget .widget_price_filter>h4{
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px!important;
    line-height: 25px;
    display: block;
}
.WOOF_Widget .widget_price_filter>h4{
    margin-bottom: 20px!important;
}
.WOOF_Widget .woof_container{
    border-bottom: 1px dashed #dfdfdf;
    margin-bottom: 22px;
    padding-bottom: 20px;
}
.WOOF_Widget .woof_list{
    padding: 0;
    margin: 0;
}
.WOOF_Widget .woof_list li{
    list-style: none;
    text-transform: capitalize;
    display: block;
    color: #888888;
    font-size: 14px;
    line-height: 34px;
    position: relative;
    margin: 0!important;
}
.WOOF_Widget .woof_list li label{
    font-size: 14px;
    line-height: 34px;
    font-weight: normal;
    cursor: pointer;
    color: #888888;
    margin: 0;
    padding: 0;
    padding-left: 27px;
}
.WOOF_Widget .woof_list li label.woof_radio_label:before{
    border-radius: 100%;
}
.WOOF_Widget .woof_list input[type="radio"],
.WOOF_Widget .woof_list input[type="checkbox"]{
    display: none;
}
.WOOF_Widget .woof_list li label .term-attr{
    width: 15px;
    height: 14px;
    background-color: #888888;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
}
.WOOF_Widget .woof_list li input[type=checkbox]:checked + label .term-attr,
.WOOF_Widget .woof_list li input[type=radio]:checked + label .term-attr{
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icon/index1/checked.png);
}
.WOOF_Widget .woof_childs_list_opener {
    vertical-align: middle;
    display: inline-block !important;
    float: right;
    margin: 0;
    line-height: normal;
    width: 18px;
    height: 18px;
    margin-top: 7px;
}
.woof .widget_price_filter .price_slider_wrapper .ui-widget-content{
    border: none;
    background-color: #888888;
    border-radius: 0;
    padding: 0;
    height: 3px;
}
.WOOF_Widget .woof .widget_price_filter .ui-slider .ui-slider-range{
    position: relative;
    height: 3px;
    background-color: #00a1d0;
    border-radius: 0px;
    margin: 5px 0;
}
.WOOF_Widget .woof .widget_price_filter .ui-slider .ui-slider-handle {
    height: 3px;
    background-color: #00a1d0;
    position: absolute;
}
.WOOF_Widget .woof .widget_price_filter .ui-slider .ui-slider-handle {
    width: 12px;
    height: 12px;
    border-radius: 0;
    background-color: #888888;
    display: block;
    position: absolute;
    top: -5px;
    border: none;
}
.WOOF_Widget .widget_price_filter .price_slider_amount {
    margin-top: 30px;
    overflow: hidden;
}
.WOOF_Widget .woof .widget_price_filter .price_slider_amount .button {
    float: left!important;
    margin: 0;
    margin-right: 10px;
}
.WOOF_Widget .woof_price_search_container .price_slider_amount .price_label{
    line-height: 40px;
}
.WOOF_Widget  .woof_submit_search_form_container{
    margin: 0;
}
.woof_products_top_panel{
    margin-top: 0;
    border: 1px solid #dfdfdf;
    padding: 20px;
    margin-top: 30px;
}
.WOOF_Widget .woof_container ul > li label .woof_is_closed:before,
.WOOF_Widget .woof_container ul > li a .woof_is_closed:before {
    font-family: FontAwesome;
    content: "\f067";
}
.WOOF_Widget .woof_container ul > li label .woof_is_opened:before,
.WOOF_Widget .woof_container ul > li a .woof_is_opened:before {
    font-family: FontAwesome;
    content: "\f068";
}
.WOOF_Widget .woof_container ul > li label .woof_is_closed,
.WOOF_Widget .woof_container ul > li a .woof_is_closed ,
.WOOF_Widget .woof_childs_list_opener span.woof_is_opened{
    background-image: none;
}
.top-bar-menu{
    display: inline-block;
    float: left;
}
.top-bar-menu:before,
.top-bar-menu:after {
    content: "";
    display: table;
}
.top-bar-menu:after{
    clear: both;
}
.header-opt-4 .block-nav-categori .ui-categori > li > a{
    line-height: 40px;
}
.header-opt-4 .block-nav-categori .ui-categori{
    padding-bottom: 19px;
}
.kt_single_banner.default{
    text-align: center;
}
.kt_megacategories.layout4 .links>li>a{
    position: relative;
}
.kt_megacategories.layout4 .links>li>a:before{
    content: '';
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.kt_megacategories.layout4 .links>li:hover>a:before,
.kt_megacategories.layout4 .links>li.active>a:before{
    width: 100%;
}
.rows-space-10{
    margin-bottom: 10px!important;
}
.rows-space-20{
    margin-bottom: 20px!important;
}
.rows-space-30{
    margin-bottom: 30px!important;
}
.rows-space-40{
    margin-bottom: 40px!important;
}
.rows-space-50{
    margin-bottom: 50px!important;
}
.rows-space-60{
    margin-bottom: 60px!important;
}
.rows-space-70{
    margin-bottom: 70px!important;
}
.rows-space-80{
    margin-bottom: 80px!important;
}
.rows-space-90{
    margin-bottom: 90px!important;
}
.rows-space-100{
    margin-bottom: 100px!important;
}


.ajax-loadding{
    width: 120px;
    height: 120px;
    background-color: transparent;
    text-align: center;
    box-shadow: none;
    color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    z-index: 100;

}
.ajax-loadding::before, .ajax-loadding::after {
    border: 5px solid transparent;
    border-radius: 50%;
    bottom: 20px;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
}
.ajax-loadding::before {
    -webkit-animation: counter_clockwise_rotation 3s linear infinite;
    animation: counter_clockwise_rotation 3s linear infinite;
    border-left-color: #bda47d;
    border-right-color: #bda47d;
    height: 80px;
    margin-left: -40px;
    width: 80px;
}
.ajax-loadding::after {
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    border-bottom-color: #bda47d;
    border-top-color: #bda47d;
    bottom: 40px;
    height: 40px;
    margin-left: -20px;
    width: 40px;
}
.block-content.loading,
.tab-content.loading{
    min-height: 215px;
    overflow: hidden;
}
.tab-content.loading{
    min-height: 105px;
}
.block-content.loading:before,
.tab-content.loading:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.7);
    z-index: 100;
}
.block-content.loading:after,
.tab-content.loading:after{
    border: 5px solid transparent;
    border-radius: 50%;
    bottom: 20px;
    content: "";
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    border-bottom-color: #bda47d;
    border-top-color: #bda47d;
    bottom: 40px;
    height: 40px;
    width: 40px;
    z-index: 101;
}


@-webkit-keyframes counter_clockwise_rotation {
    0% 		{ -webkit-transform: rotate(360deg); }
    50% 	{ -webkit-transform: rotate(180deg); }
    100% 	{ -webkit-transform: rotate(0); }
}
@keyframes counter_clockwise_rotation {
    0% 		{ transform: rotate(360deg); }
    50% 	{ transform: rotate(180deg); }
    100% 	{ transform: rotate(0); }
}

@-webkit-keyframes rotation {
    0% 		{ -webkit-transform: rotate(0deg); }
    50% 	{ -webkit-transform: rotate(180deg); }
    100% 	{ -webkit-transform: rotate(360deg); }
}
@keyframes rotation {
    0% 		{ transform: rotate(0deg); }
    50% 	{ transform: rotate(180deg); }
    100% 	{ transform: rotate(360deg); }
}
.kt_single_banner.default_background .shortcode-content{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.kt_social.default:before,
.kt_social.default:after{
    content: '';
    display: table;
}
.kt_social.default:after{
    clear: left;
}

/* QUICKVIEW */
#yith-quick-view-content div.images,
#yith-quick-view-content div.summary{
    width: 100%;
}
.wishlist_table .product-remove{
    text-align: center;
}
.owl-carousel .owl-item.active .owl-lazy{
    opacity: 1!important;
}
.shop_table.cart .form-qty label{
    display: none;
}
.shop_table.cart .form-qty{
    overflow: hidden;
}
.form-cart table .tb-qty .input-qty{
    float: left;
}
.shop_table.cart .form-qty .btn-number{
    width: 40px;
    height: 40px;
    border: 0;
    background-color: #333;
    color: #fff;
    float: left;
    font-size: 20px;
    margin-left: 5px;
}

/* kt_single_product  default */
.kt_single_product.default {
    position: relative;
}
.kt_single_product{
    background-size: cover;
}
.kt_single_product.default .block-content{
    position: absolute;
    top: 0;
    right: 0;
    min-width: 270px;
    padding-top: 40px;
}
.kt_single_product.default .block-content .title{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.kt_single_product.default .block-content  .product-count-down{
    overflow-y: hidden;
    margin-bottom: 27px;
}
.kt_single_product.default .block-content  .product-count-down .box-count{
    margin-right: 10px;
    display: inline-block;
    float: left;
}
.kt_single_product.default .block-content  .product-count-down .box-count:last-child{
    margin-right: 0;
}
.kt_single_product.default .block-content  .product-count-down .box-count .number{
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 20px;
    color: #333;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
}
.kt_single_product.default .block-content  .product-count-down .box-count .text{
    display: block;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.kt_single_product.default .block-content .product-item-name{
    font-size: 20px;
    color: #333;
    display: block;
    font-weight: 600;
}
.kt_single_product.default .block-content .product-item-name a{
    color: #333;
}
.kt_single_product.default .block-content .price{
    font-size: 24px;
    color: #dc4343;
    font-weight: 600;
    line-height: 100%;
    display: block;
    margin-bottom: 15px;
}
.kt_single_product.default .block-content .price del{
    font-size: 18px;
    color: #666666;
}
.kt_single_product.default .add_to_cart_button,
.kt_single_product.default .added_to_cart,
.kt_single_product.default .yith-wcwl-add-to-wishlist>div>a{
    display: inline-block;
    width: 43px;
    height: 43px;
    border: 1px solid #dfdfdf;
    font-size: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    margin-right: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    border-radius: 0;
}
.kt_single_product.default .add_to_cart_button.added{
    display: none;
}
.kt_single_product.default .add_to_cart_button,
.kt_single_product.default .added_to_cart{
    background-image: url(../images/icon/index1/btn-cart.png);
}
.kt_single_product.default .add_to_cart_button:hover,
.kt_single_product.default .added_to_cart:hover{
    background-image: url(../images/icon/index1/btn-cart-hover.png);
}
.kt_single_product.default .add_to_cart_button.loading,
.kt_single_product.default .add_to_cart_button.loading:hover {
    background-image: url(../images/icon/ajax-loader.gif);
    background-color: #fff !important;
    border-color: #dfdfdf !important;
    color: #333;
}
.kt_single_product.default .yith-wcwl-add-to-wishlist>div>a{
    background-image: url(../images/icon/index1/btn-wishlist.png);
}
.kt_single_product.default .yith-wcwl-add-to-wishlist>div>a:hover{
    background-image: url(../images/icon/index1/btn-wishlist-hover.png);
}
.kt_single_product.layout1{
    background-color: #fff;
    padding: 45px 0;
}
.kt_single_product.layout1 .product-item{
    display: table;
    width: 100%;
}
.kt_single_product.layout1 .product-item .thumb,
.kt_single_product.layout1 .product-item .info,
.kt_single_product.layout1 .product-item .coundown-block{
    display: table-cell;
    vertical-align: top;
}
.kt_single_product.layout1 .product-item .coundown-block{
    padding: 0 50px;
    width: 300px;
}
.kt_single_product.layout1 .product-item .thumb {
    width: 286px;
}
.kt_single_product.layout1 .product-item .info{
    padding-left: 50px;
}
.kt_single_product.layout1 .product-item .coundown-block{
    text-align: center;
}
.kt_single_product.layout1 .title{
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}
.kt_single_product.layout1 .count-down-time{
    width: 135px;
    margin: 0 auto;
}
.kt_single_product.layout1 .box-count{
    min-width: 135px;
    height: 53px;
    line-height: 53px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
}
.kt_single_product.layout1 .box-count .text,
.kt_single_product.layout1 .box-count .number{
    display: inline-block;
    margin-right: 2px;
}
.kt_single_product.layout1 .box-count .number{
    font-size: 24px;
}
.kt_single_product.layout1 .product-item-name{
    font-size: 24px;
    color: #333;
    margin-bottom: 0;
    font-weight: 600;
    display: block;
}
.kt_single_product.layout1 .product-item-name a{
    color: #333;
}
.kt_single_product.layout1 .price{
    display: block;
    font-size: 20px;
    color: #fca53c;
    font-weight: 600;
    margin-bottom: 30px;
}
.kt_single_product.layout1 .price del{
    font-size: 18px;
    color: #888888;
    font-weight: normal;
}
.kt_single_product.layout1 .price ins{
    float: left;
    margin-right: 10px;
}
.kt_single_product.layout1 .shop_attributes{
    line-height: 30px;
    margin-bottom: 30px;
}
.kt_single_product.layout1 .shop_attributes,
.kt_single_product.layout1 .shop_attributes td,
.kt_single_product.layout1 .shop_attributes th{
    border: none;
    padding: 0;
}
.kt_single_product.layout1 .shop_attributes th {
    width: 1px;
    color: #333333;
    font-weight: normal;
}
.kt_single_product.layout1 .shop_attributes td{
    padding-left: 10px;
    color: #888888;
}
.kt_single_product.layout1 .shop_attributes p{
    margin: 0;
}
.kt_single_product.layout1 .add_to_cart_button,
.kt_single_product.layout1 .added_to_cart,
.kt_single_product.layout1 .yith-wcwl-add-to-wishlist>div>a{
    display: inline-block;
    width: 43px;
    height: 43px;
    border: 1px solid #dfdfdf;
    font-size: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    margin-right: 10px;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    border-radius: 0;
}
.kt_single_product.layout1 .add_to_cart_button.added{
    display: none;
}
.kt_single_product.layout1 .add_to_cart_button,
.kt_single_product.layout1 .added_to_cart{
    background-image: url(../images/icon/index1/btn-cart.png);
}
.kt_single_product.layout1 .add_to_cart_button:hover,
.kt_single_product.layout1 .added_to_cart:hover{
    background-image: url(../images/icon/index1/btn-cart-hover.png);
}
.kt_single_product.layout1 .add_to_cart_button.loading,
.kt_single_product.layout1 .add_to_cart_button.loading:hover {
    background-image: url(../images/icon/ajax-loader.gif);
    background-color: #fff !important;
    border-color: #dfdfdf !important;
    color: #333;
}
.kt_single_product.layout1 .yith-wcwl-add-to-wishlist>div>a{
    background-image: url(../images/icon/index1/btn-wishlist.png);
}
.kt_single_product.layout1 .yith-wcwl-add-to-wishlist>div>a:hover{
    background-image: url(../images/icon/index1/btn-wishlist-hover.png);
}
.kt_single_product.layout1 .status{
    display: none;
}
/*product-item style9*/
.product-item.style9 .status{
    display: none;
}
.product-item.style9 .product-item-photo{
    width: 100px;
    float: left;
    border: 1px solid #e6e6e6;
    float: left;
}
.product-item.style9 .product-item-detail{
    overflow: hidden;
    padding-left: 10px;
}
.product-item.style9 .product-item-name{
    font-size: 14px;
    color: #333;
    font-weight: normal;
    line-height: 24px;
}
.product-item.style9 .product-item-name a{
    color: #333;
}
.product-item.style9 .price{
    font-size: 18px;
    color: #fca53c;
}
.product-item.style9 .price del{
    font-size: 14px;
}
/*product-item style10*/
.product-item.style10 .product-item-photo{
    width: 150px;
    float: left;
}
.product-item.style10 .product-item-detail{
    overflow: hidden;
    padding-left: 10px;
}
.product-item.style10 .status{
    display: none;
}
.product-item.style10 .product-item-name{
    font-weight: normal;
    font-size: 14px;
    color: #333;
    display: block;
    line-height: 24px;
    margin-bottom: 7px;
    min-height: 33px;
}
.product-item.style10 .product-item-name a{
    color: #333;
}
.product-item.style10  .price{
    display: block;
    font-size: 24px;
    color: #f62341;
    line-height: 100%;
    margin-bottom: 18px;
}
.product-item.style10  .price del{
    font-size: 18px;
    color: #888888;
    margin-right: 10px;
}
.product-item.style10 .btn-cart,
.product-item.style10 .added_to_cart{
    border-radius: 3px;
    background-color: #bbbbbb;
    font-size: 14px;
    color: #666666;
    margin: 0;
    text-transform: none;
    padding: 0 15px;
    line-height: 38px;
    border: none;
}
.product-item.style10 .btn-cart:hover,
.product-item.style10 .added_to_cart:hover{
    color: #fff;
    border: none;
}
.product-item.style10 .btn-cart:before,
.product-item.style10 .added_to_cart:before{
    content: '';
    width: 23px;
    height: 23px;
    display: inline-block;
    background-image: url('../images/icon-cart4.png');
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 10px;
}
.product-item.style10 .btn-cart:hover:before{
    background-image: url('../images/icon-cart4-hover.png');
}
.product-item.style10 .btn-cart.loading,
.product-item.style10 .add_to_cart_button.loading,
.product-item.style10 .add_to_cart_button.loading:hover{
    background-image: none;
    background-color: #bbbbbb!important;
}
.product-item.style10 .btn-cart.loading:before{
    background-image: url(../images/icon/ajax-loader.gif);
    background-color: #fff;
    border-radius: 50%;
}
.product-item.style10 .added_to_cart{
    color: #fff;
}
.product-item.style10 .added_to_cart:before{
    background-color: #fff;
    border-radius: 50%;
    background-image: none;
    font-family: 'FontAwesome';
    content: "\f00c";
    color: #666;
    line-height: 24px;
}
.product-item.style10 .product_type_external:before,
.product-item.style10 .product_type_external:hover:before,
.product-item.style10 .product_type_grouped:before,
.product-item.style10 .product_type_grouped:hover:before,
.product-item.style10 .product_type_variable:before,
.product-item.style10 .product_type_variable:hover:before{
    font-family: 'FontAwesome';
    content: "\f178";
    background-image: none;
    line-height: 24px;
}
.product-item.style10 .product-count-down{
    display: block;
    float: left;
    width: 100%;
}
.product-item.style10 .count-down-time{
    margin-top: 20px;
    overflow: hidden;
    line-height: 31px;
}

.product-item.style10 .count-down-time:before{
    display: inline-block;
    content: '';
    width: 24px;
    height: 28px;
    background-image: url("../images/time-icon.png");
    background-position: center center;
    float: left;
    margin-right: 10px;
}
.product-item.style10 .count-down-time .box-count,
.product-item.style10 .count-down-time .box-count .text,
.product-item.style10 .count-down-time .box-count .number{
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #333333;
}
.product-item.style10 .count-down-time .box-count:before{
    content: ':';
    display: inline-block;
    padding: 0 5px;
}
.product-item.style10 .count-down-time .box-count:last-child:before{
    display: none;
}

/*   kt_mega_banners  default*/
.kt_mega_banners.default{
    border-top: 2px solid #eee;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
    background-color: #fff;
    display: table;
    width: 100%;
}
.kt_mega_banners.default .col-links,
.kt_mega_banners.default .col-banner,
.kt_mega_banners.default .col-list-banners{
    display: table-cell;
    vertical-align: top;
}
.kt_mega_banners.default .col-list-banners{
    width: 100%;
}
.kt_mega_banners.default .col-banner{
    width: 270px;
    max-width: 270px;
    min-width: 270px;
}
.kt_mega_banners.default .col-links{
    min-width: 200px;
    max-width: 200px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
.kt_mega_banners.default .title{
    color: #fff;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    padding: 13px 20px;
    margin-left: -1px;
}
.kt_mega_banners.default .title img{
    margin-right: 15px;
}
.kt_mega_banners.default .col-links .links{
    padding: 17px 20px;
    line-height: 36px;
}
.kt_mega_banners.default .col-links .links li{
    list-style: none;
}
.kt_mega_banners.default .col-links .links li a{
    font-size: 14px;
    color: #666666;
}
.kt_mega_banners.default .col-list-banners .item{
    width: 25%;
    display: block;
    float: left;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    margin-top: -1px;
}
.kt_mega_banners.default .col-list-banners .item.x2{
    width: 50%;
}

/***featured_box****/
.block-service.block-service-opt5 .item {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 14px 0 14px 45px;
    /* max-width: 360px; */
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    font-size: 13px;
    color: #666;
}
.block-service.block-service-opt5 .item .icon{
    line-height: inherit;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid #e6e6e6;
    display: block;
    float: left;
    position: relative;
    margin-right: 23px;
}
.block-service.block-service-opt5 .item .title{
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

/* banner effects */
.banner-effect8 {
    position: relative;
    overflow: hidden;
}
.banner-effect8:before {
    background: rgba(255,255,255,.4);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,100%,0);
    -ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,100%,0);
    -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,100%,0);
    visibility: hidden;
    width: 100%;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
.banner-effect8:hover:before {
    opacity: 1;
    visibility: initial;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,-100%,0);
    -ms-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,-100%,0);
    -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,135deg) translate3d(0,-100%,0);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

/********/
.kt_megacategories.layout15 .block-tab-products .block-title{
    margin-bottom: 0;
}

.kt_megacategories.layout15 .product-item-opt-11{
    border-left: none;
}
.kt_megacategories.layout15 .block-tab-products .nav > li > a{
    font-weight: 700;
    line-height: 42px;
    font-size: 18px;
    text-transform: capitalize;
    border-bottom: 3px solid transparent;
    color: #333;
    padding: 0 18px;
}
.kt_megacategories.layout15 .block-tab-products .owl-nav {
    position: absolute;
    top: -32px;
    right: 0;
}
.kt_megacategories.layout15 .block-tab-products .owl-nav .owl-prev,
.kt_megacategories.layout15 .block-tab-products .owl-nav .owl-next{
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin-left: 0px;
    width: 25px;
    line-height: 29px;
    color: #999;
}
.kt_megacategories.layout15 .block-tab-products .owl-nav .owl-prev:before {
    content: "\f0d9";
}
.kt_megacategories.layout15 .block-tab-products .owl-nav .owl-next:before {
    content: "\f0da";
}
.product-item-opt-11{
    padding: 0;
    position: relative;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #eee;
}
.kt_megacategories.layout15 .product-item-opt-11 .product-item-info {
    padding: 20px 35px 35px;
}
.product-item-opt-11 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
    /*  padding: 20px; */
}
.product-item .product-item-opt-11 .status {
    left: 10px;
    top: 3px;
}
.product-item .status {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
}
.product-item-opt-11 .product-item-label.label-price {
    position: absolute;
    background-color: #f60;
    color: #fff;
    border-radius: 100%;
    text-transform: uppercase;
    width: 36px;
    text-align: center;
    padding: 0;
    height: 36px;
    right: 10px;
    top: 3px;
    line-height: 1;
    font-size: 11px;
    padding-top: 7px;
    z-index: 10;
}
.product-item-opt-11 .product-item-detail{
    text-align: center;
    padding-top: 25px;
}
.product-item-opt-11 .product-item-detail .product-item-name{
    color: #666;
    font-weight: normal;
    display: block;
    margin-bottom: 3px;
}
.product-item-opt-11 .product-item-actions {
    position: absolute;
    z-index: 30;
    right: 0px;
    top: 60px;
    max-width: 40px;
}
.kt_megacategories.layout16 .product-item-opt-11 .product-item-actions{
    right: -1px
}
.product-item-opt-11 .compare-button {
    display: inline-block;
}
.product-item-opt-11:hover .product-item-actions .yith-wcqv-button,
.product-item-opt-11:hover .product-item-actions .compare,
.product-item-opt-11:hover .product-item-actions .btn-wishlist,
.product-item-opt-11:hover .product-item-actions .yith-wcwl-add-to-wishlist>div a,
.product-item-opt-11:hover .product-item-info .btn-cart,
.product-item-opt-11:hover .product-item-info .added_to_cart {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* .product-item-opt-2 .product-item-actions .btn-wishlist, .product-item-opt-2 .product-item-actions .yith-wcwl-add-to-wishlist>div a {
    background-image: url(../images/icon/index6/btn-wishlist.png);
} */
.product-item-opt-11 .product-item-actions .btn-wishlist,
.product-item-opt-11 .product-item-actions .yith-wcqv-button,
.product-item-opt-11 .product-item-actions .compare, .product-item-opt-11 .product-item-actions .yith-wcwl-add-to-wishlist>div a,
.product-item-opt-11 .product-item-info .btn-cart,
.product-item-opt-11 .product-item-info .added_to_cart {
    width: 40px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    color: #fff;
    margin-bottom: 3px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: static;
    font-size: 0;
    opacity: 1;
    visibility: inherit;
    margin-top: 0;
    float: left;
    border-radius: 0;
}
.product-item-opt-11 .product-item-info .btn-cart.added{
    display: none;

}
.product-item-opt-11 .product-item-info .added_to_cart:hover{
    color: #fff;
}
.product-item-opt-11 .product-item-info .added_to_cart{
    margin: 0;
}

.product-item-opt-11 .product-item-info .btn-cart,
.product-item-opt-11 .product-item-info .added_to_cart {
    width: auto;
    background-color: #fff;
    color: #aaa;
    height: 40px;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    padding: 0 16px;
    z-index: 30;
    right: 0px;
    top: 190px;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    line-height: 40px;
}
.product-item-opt-11 .product-item-info .btn-cart span{
    line-height: 40px;
}
.kt_megacategories.layout16 .product-item-opt-11 .product-item-info .btn-cart,
.kt_megacategories.layout16 .product-item-opt-11 .product-item-info .added_to_cart{
    right: -2px;
}
.product-item-opt-11 .product-item-actions .compare {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.product-item-opt-11 .product-item-actions .yith-wcqv-button {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    margin-top: -4px;
}
.product-item-opt-11 .product-item-detail .price,
.product-item .product-item-opt-11 .price ins {
    text-decoration: none;
    margin-right: 5px;
    color: #333;
    font-weight: bold;
}
.product-item .product-item-opt-11 .price del{
    color: #666;
    text-decoration: line-through;
    font-weight: 400;
}
.product-item-opt-11 .product-item-actions .yith-wcwl-add-to-wishlist > div a:before,
.product-item-opt-11 .product-item-actions .compare:before,
.product-item-opt-11 .product-item-actions .yith-wcqv-button:before,
.product-item-opt-11 .product-item-info .btn-cart:before{
    font-family: icomoon;
    font-size: 20px;
    font-weight: 400;
    color: #aaa;
    display: inline-block;
}
.product-item-opt-11 .product-item-actions .yith-wcwl-add-to-wishlist:hover > div a:before,
.product-item-opt-11 .product-item-actions .compare:hover:before,
.product-item-opt-11 .product-item-actions .yith-wcqv-button:hover:before,
.product-item-opt-11 .product-item-info .btn-cart:hover:before,
.product-item-opt-11 .product-item-info .btn-cart:hover{
    color: #fff;
}
.product-item-opt-11 .product-item-actions .yith-wcwl-add-to-wishlist > div a:before{
    content: "\e906";
}
.product-item-opt-11 .product-item-actions .compare:before{
    content: "\e905";
}
.product-item-opt-11 .product-item-actions .yith-wcqv-button:before{
    content: "\e904";
}
.product-item-opt-11 .product-item-info .btn-cart:before{
    content: "\e907";
    margin-right: 12px;
    float: left;
    display: inline-block;
}
/********/
.product-item-opt-12 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.product-item-opt-12 .product-item-actions {
    z-index: 30;
    display: inline-flex;
    margin-top: 15px;
}
.product-item-opt-12 .product-item-actions .add_to_wishlist,
.product-item-opt-12 .product-item-actions .yith-wcqv-button,
.product-item-opt-12 .product-item-actions .compare,
.product-item-opt-12 .product-item-actions .yith-wcwl-add-to-wishlist>div a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    color: #fff;
    display: inline-block;
    border-radius: 0;
    margin-right: 3px;
    float: left;
    margin-top: 0;
}
.product-item-opt-12 .product-item-actions .add_to_wishlist:hover,
.product-item-opt-12 .product-item-actions .yith-wcqv-button:hover,
.product-item-opt-12 .product-item-actions .compare:hover,
.product-item-opt-12 .product-item-actions .yith-wcwl-add-to-wishlist>div a:hover,
.product-item-opt-12 .product-item-info .btn-cart:hover{
    background-color: #333;
    border-color: #333;
}
.product-item-opt-12 .product-item-actions .yith-wcwl-add-to-wishlist:hover > div a:before,
.product-item-opt-12 .product-item-actions .compare:hover:before,
.product-item-opt-12 .product-item-actions .yith-wcqv-button:hover:before,
.product-item-opt-12 .product-item-info .btn-cart:hover:before{
    color: #fff;
}
.product-item .product-item-opt-12 .compare-button{
    float: left;
}
.product-item-opt-12 .product-item-info .btn-cart,
.product-item-opt-12 .product-item-info .added_to_cart{
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    color: #fff;
    margin-top: 0;
    font-size: 0;
}
.product-item-opt-12 .product-item-info .added_to_cart:hover{
    color: #fff;
}
.product-item-opt-12 .product-item-info .btn-cart.loading{
    background-repeat: no-repeat;
    background-position: center center;
}
/* .product-item-opt-12 .product-item-actions,
.product-item-opt-12 .product-item-actions .yith-wcqv-button,
.product-item-opt-12 .product-item-info .btn-cart{
    font-size: 0;
} */
.product-item-opt-12 .product-item-actions .yith-wcwl-add-to-wishlist > div a:before,
.product-item-opt-12 .product-item-actions .compare:before,
.product-item-opt-12 .product-item-actions .yith-wcqv-button:before,
.product-item-opt-12 .product-item-info .btn-cart:before,
.product-item-opt-12 .product-item-info .added_to_cart:before{
    font-family: icomoon;
    font-size: 20px;
    font-weight: 400;
    color: #aaa;
    display: inline-block;
}
.product-item-opt-12 .product-item-actions .yith-wcwl-add-to-wishlist > div a:before{
    content: "\e906";
}
.product-item-opt-12 .product-item-actions .compare:before{
    content: "\e905";
}
.product-item-opt-12 .product-item-actions .yith-wcqv-button:before{
    content: "\e904";
}
.product-item-opt-12 .product-item-info .btn-cart:before{
    content: "\e907";
}
.product-item-opt-12 .product-item-info .added_to_cart:before{
    content: "\e907";
}
/**********/
.block-deals-of.block-deals-of-opt7.kt_woocommerce.deal07{
    position: relative;
    background-color: transparent;
}
/*.block-deals-of.block-deals-of-opt7 > .block-title{
    position: absolute;
    top: -7px;
    z-index: 10;
    min-width: 270px;
    padding-top: 0;
}*/
.block-deals-of.block-deals-of-opt7 > .block-title .heading-title{
    padding: 13px 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding-left: 22px;
}
.block-deals-of.block-deals-of-opt7 .product-item-opt-12 {
    border: 1px solid #e6e6e6;
    background: #fff;
    position: relative;
}
.block-deals-of.block-deals-of-opt7 .product-count-down {
    position: absolute;
    z-index: 10;
    top: 50px;
    margin-left: 23px;
}
.block-deals-of.block-deals-of-opt7 .count-down-time .box-count{
    margin-right: 5px;
}
.block-deals-of.block-deals-of-opt7 .count-down-time .box-count .number{
    border:1px solid #fff;
    font-size: 18px;
    font-weight: 700;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("./images/icon/index15/bg-deals-v15.png");
    background-color: #000;
}
.block-deals-of.block-deals-of-opt7 .count-down-time .box-count .text{
    font-size: 12px;
    line-height: 36px;
    color: #666;
    text-transform: uppercase;
    font-family: "Open Sans",Arial,serif;
    font-weight: 400;
}
.block-deals-of.block-deals-of-opt7 .deals-of-countdown {
    margin-left: 24px;
    position: absolute;
    z-index: 10;
    top: 77px;
}
.block-deals-of.block-deals-of-opt7 .count-down-time .box-count .number {
    width: 52px;
    height: 42px;
}
.block-deals-of.block-deals-of-opt7 .product-item-opt-12 .product-item-photo{
    padding:25px;
    padding-top: 20px;
}
.block-deals-of.block-deals-of-opt7 .product-item-opt-12 .status{
    display: none;
}
.block-deals-of.block-deals-of-opt7 .product-item-detail{
    margin-top: 13px;
}
.block-deals-of.block-deals-of-opt7 .product-item-opt-12 .product-item-photo .price,
.kt_megacategories.layout18 .product-item-opt-4 .product-item-price{
    color: #333;
    font-weight: bold;
}
.block-deals-of.block-deals-of-opt7 .product-item-opt-12 .product-item-photo .price del{
    margin-right: 5px;
    display: inline-block;
}
.block-deals-of.block-deals-of-opt7 .shortcode-content.block-content{
    z-index: 1;
    position: relative;
}
.block-deals-of.block-deals-of-opt7 .product-item-opt-12 .product-item-name{
    font-weight: normal;
    margin-bottom: 5px;
    display: block;
}
/********/
.block-floor-products-opt16 .col-products{
    width: 100% !important;
}
.kt_megacategories.layout16 .heading-opt-2 {
    background-color: transparent;
    margin-bottom: 0;
    padding-right: 50px;
    position: relative;
    background-position: top 0px right 19px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index15/actions-floor.png);
    border-bottom: none;
}
.kt_megacategories.layout16 .dropdown-menu{
    background-color: transparent;
}
.kt_megacategories.layout16 .block-floor-products .block-content{
    border-right: 1px solid #e6e6e6;
}
.kt_megacategories.layout16 .product-item-opt-11{
    border-left: none;
    border-right: none;
}
.kt_megacategories.layout16 .heading-opt-2 .links li>a{
    background-color: transparent;
    color: #7f7f7f;
    padding: 0 19px;
    line-height: 42px;
}
.kt_megacategories.layout16 .heading-opt-2 .links a:before{
    display: none;
}
.kt_megacategories.layout16 .heading-opt-2 .actions{
    top: -5px;
    right: -5px;
}
.kt_megacategories.layout16 .heading-opt-2 .actions .action{
    font-size: 14px;
    color: #999;
}
.kt_megacategories.layout16 .product-item-opt-11 .product-item-detail{
    padding-bottom: 30px;
}
/*****hotcate****/
.block-hot-categories-opt5 .heading-opt-6{
    position: relative;
    margin-bottom: 0;
    border-bottom: none;
}
.block-hot-categories-opt5 .block-content{
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding-bottom: 50px;
}
.block-hot-categories-opt5 .heading-opt-6 .title{
    text-transform: capitalize;
    z-index: 10;
    font-weight: bold;
    margin-bottom: 0;
    position: relative;
    border-bottom: none;
    line-height: 42px;
}
.block-hot-categories-opt5 .heading-opt-6 .subtitle{
    position: absolute;
    color: #ddd;
    font-size: 60px;
    text-transform: uppercase;
    font-family: Montserrat-Black,sans-serif;
    font-weight: 400;
    left: 0;
    top: -4px;
    line-height: 42px;
}
.block-hot-categories-opt5 .item{
    padding-top: 15px;
}
.block-hot-categories-opt5 .item .description {
    margin-bottom: 20px;
    background-position: center right 20px;
    background-repeat: no-repeat;
    /* min-height: 110px;*/
    padding-left: 24px;
}
.block-hot-categories-opt5 .item ul{
    padding-left: 15px;
}
.block-hot-categories-opt5 .item .description .title>span {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
    max-width: 100px;
}
.block-hot-categories-opt5 .item .description .btn {
    line-height: 20px;
    padding: 0 7px;
    color: #fff;
    background-color: #999;
    text-transform: uppercase;
    font-size: 10px;
    border: none;
}
.block-hot-categories-opt5 .item .description .btn:after {
    content: "\f0da";
    font-family: FontAwesome;
    margin-left: 5px;
}
.block-hot-categories-opt5 .item li{
    list-style: none;
}
.block-hot-categories-opt5 .item li > a {
    display: block;
    position: relative;
    padding: 0 12px;
    padding-left: 26px;
    line-height: 20px;
    color: #666;
    font-size: 14px;
}
.block-hot-categories-opt5 .item li > a::after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 10px;
    color: #ccc;
}
/*******/
.kt_megacategories.layout16 .heading-opt-2 .title,
.kt_megacategories.layout18 .block-footer .title{
    color: #333;
    background-color: transparent;
    position: relative;
    line-height: 45px;
}
.kt_megacategories.layout16 .heading-opt-2 .links {
    float: right;
    margin-right: 70px;
}
.kt_megacategories.layout16 .block-floor-products .product-item{
    border-bottom: 1px solid #eaeaea;
}
.kt_megacategories.layout16 .heading-opt-2 .title-big,
.kt_megacategories.layout18 .block-footer .title-big{
    display: block;
    position: relative;
    z-index: 10;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 0;
}
.kt_megacategories.layout16 .heading-opt-2 .subtitle,
.kt_megacategories.layout18 .block-footer .subtitle{
    position: absolute;
    color: #ddd;
    font-size: 70px;
    text-transform: uppercase;
    font-family: Montserrat-Black;
    font-weight: 400;
    left: 0;
    top: -8px;
    line-height: 49px;
}
.kt_megacategories.layout18 .block-footer .title li{
    list-style: none;
}
.kt_megacategories.layout18 .block-footer{
    padding: 0;
    border: none;
}
.block-floor-products-opt6.kt_megacategories.layout18 .block-footer .product-item .product-item-photo{
    margin-right: 20px;
}
/****Layout-12******/
.block-featured-opt12.kt_woocommerce.layout12 .block-title{
    position: relative;
    padding-right: 60px;
}
.block-featured-opt12.kt_woocommerce.layout12 .title {
    text-transform: capitalize;
    z-index: 10;
    font-weight: bold;
    margin-bottom: 0;
    position: relative;
    border-bottom: none;
    line-height: 42px;
    border-right: none;
    color: #333;
    font-size: 18px;
}
.block-featured-opt12.kt_woocommerce.layout12 .subtitle {
    position: absolute;
    color: #ddd;
    font-size: 60px;
    text-transform: uppercase;
    font-family: Montserrat-Black,sans-serif;
    font-weight: 400;
    left: 0;
    top: -4px;
    line-height: 42px;
}
.block-featured-opt12.kt_woocommerce.layout12 .block-content{
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 0 26px;
    padding-bottom: 37px;
}
.block-featured-opt12.kt_woocommerce.layout12 .product-item {
    padding: 0;
    position: relative;
    z-index: 10;
}
.block-featured-opt12.kt_woocommerce.layout12 .product-item-info {
    border: none;
    padding-top: 35px;
    background: #fff;
}
.block-featured-opt12.kt_woocommerce.layout12 .product-item-photo{
    float: left;
    /*border: 1px solid #e8e8e8;*/
    width: 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.block-featured-opt12.kt_woocommerce.layout12 .product-item .status .onsale{
    top: 0;
}
.block-featured-opt12.kt_woocommerce.layout12 .product-item-detail {
    text-align: left;
    padding: 10px 0 0 20px;
    overflow: hidden;
}
.block-featured-opt12.kt_woocommerce.layout12 .product-item-name {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
    margin-bottom: 3px;
}
.block-featured-opt12.kt_woocommerce.layout12 .product-item-price {
    font-size: 14px;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
}
.block-featured-opt12.kt_woocommerce.layout12 .owl-nav {
    top: -32px;
    position: absolute;
    right: -26px;
    z-index: 20;
}
.block-featured-opt12.kt_woocommerce.layout12 .owl-nav .owl-next,
.block-featured-opt12.kt_woocommerce.layout12 .owl-nav .owl-prev {
    width: 25px;
    line-height: 29px;
    background-color: #fff;
    color: #999;
    border: 1px solid #e6e6e6;
    float: left;
    margin: 0 -1px 0 0;
    position: relative;
    text-align: center;
}
.block-featured-opt12.kt_woocommerce.layout12 .owl-nav .owl-prev{
    right: 1px;
}
.block-featured-opt12.kt_woocommerce.layout12 .owl-nav .owl-next:before,
.block-featured-opt12.kt_woocommerce.layout12 .owl-nav .owl-prev:before {
    font-family: FontAwesome;
}
.block-featured-opt12.kt_woocommerce.layout12 .owl-nav .owl-prev:before {
    content: "\f0d9";
}
.block-featured-opt12.kt_woocommerce.layout12 .owl-nav .owl-next:before {
    content: "\f0da";
}
.block-featured-opt12.kt_woocommerce.layout12 .product-item-photo:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
}
/****Layout-17******/
.block-floor-products-opt5.kt_megacategories.layout17 .block-title{
    background-color: transparent!important;
    padding-right: 0;
    border-bottom: 1px solid #f0f0f0;
}
.block-floor-products-opt5.kt_megacategories.layout17 .block-title ul{
    padding: 0;
}
.block-floor-products-opt5.kt_megacategories.layout17 .block-title li{
    list-style: none;
}
.block-floor-products-opt5.kt_megacategories.layout17 .block-title  .kt-tab{
    opacity: 0.5;
    position: relative;
}
.block-floor-products-opt5.kt_megacategories.layout17 .block-title  .kt-tab.active{
    opacity: 1;
}
.block-floor-products-opt5.kt_megacategories.layout17 .block-title  .kt-tab>a{
    display: table;
    position: relative;
    margin: 0 auto;
}
.block-floor-products-opt5.kt_megacategories.layout17 .block-title  .kt-tab>a:after{
    content: '';
    height: 3px;
    display: block;
    width: 0%;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.block-floor-products-opt5.kt_megacategories.layout17 .block-title  .kt-tab.active>a:after,
.block-floor-products-opt5.kt_megacategories.layout17 .block-title .kt-tab:hover a:after{
    width: 100%;
}
.block-floor-products-opt5.kt_megacategories.layout17 .block-title .tabs{
    margin: 0 -20px;
    overflow: hidden;
}
.block-floor-products-opt5.kt_megacategories.layout17 .block-title .tabs li{
    padding: 0 20px;
    float: left;
    width: 16.6666666666666%;
}

.block-floor-products-opt5.kt_megacategories.layout17 .title-sub{
    position: relative;
}
.block-floor-products-opt5.kt_megacategories.layout17 .title-sub>.title{
    text-transform: capitalize;
    z-index: 10;
    font-weight: bold;
    margin-bottom: 0;
    position: relative;
    border-bottom: none;
    line-height: 42px;
    border-right: none;
    color: #333;
    font-size: 18px;
}
.block-floor-products-opt5.kt_megacategories.layout17 .title-sub .subtitle {
    position: absolute;
    color: #ddd;
    font-size: 60px;
    text-transform: uppercase;
    font-family: Montserrat-Black,sans-serif;
    font-weight: 400;
    left: 0;
    top: -4px;
    line-height: 42px;
}
.block-floor-products-opt5.kt_megacategories.layout17 .heading-opt-2 .links li{
    margin-right: 25px;
}
.block-floor-products-opt5.kt_megacategories.layout17 .heading-opt-2 .links li a img{
    width: 100%;
}
.block-floor-products-opt5.kt_megacategories.layout17 .owl-nav,
.block-floor-products-opt6.kt_megacategories.layout18 .block-footer .owl-nav {
    top: -119px;
    position: absolute;
    right: -1px;
    z-index: 20;
}
.block-floor-products-opt5.kt_megacategories.layout17 .owl-nav{
    top: -121px;
}
.block-floor-products-opt5.kt_megacategories.layout17 .owl-nav .owl-prev,
.block-floor-products-opt5.kt_megacategories.layout17 .owl-nav .owl-next,
.block-floor-products-opt6.kt_megacategories.layout18 .block-footer .owl-nav .owl-next,
.block-floor-products-opt6.kt_megacategories.layout18 .block-footer .owl-nav .owl-prev {
    width: 25px;
    line-height: 29px;
    background-color: #fff;
    color: #999;
    border: 1px solid #e6e6e6;
    float: left;
    margin: 0 0px 0 0;
    position: relative;
    text-align: center;
    font-size: 14px;
}
.block-floor-products-opt6.kt_megacategories.layout18 .block-footer .owl-nav{
    top: -32px;
    right: -27px;
}
.block-floor-products-opt6.kt_megacategories.layout18 .block-footer .owl-nav .owl-next,
.block-floor-products-opt6.kt_megacategories.layout18 .block-footer .owl-nav .owl-prev{
    opacity: 1;
    visibility: visible;
    border-radius: 0;
}
.block-floor-products-opt6.kt_megacategories.layout18 .block-footer:hover .owl-nav .owl-prev{
    left: 0;
}
.block-floor-products-opt6.kt_megacategories.layout18 .block-footer:hover .owl-nav .owl-next{
    right: 0;
}
.block-floor-products-opt5.kt_megacategories.layout17 .owl-nav .owl-prev:before,
.block-floor-products-opt6.kt_megacategories.layout18 .block-footer .owl-nav .owl-prev:before {
    content: "\f0d9";
}
.block-floor-products-opt5.kt_megacategories.layout17 .owl-nav .owl-next:before,
.block-floor-products-opt6.kt_megacategories.layout18 .block-footer .owl-nav .owl-next:before {
    content: "\f0da";
}
.block-floor-products-opt5.kt_megacategories.layout17 .col-products,
.block-floor-products-opt5.kt_megacategories.layout17 .col-products .product-item,
.block-floor-products-opt5.kt_megacategories.layout17 .product-item-opt-11{
    border:none;
}
.block-floor-products-opt5.kt_megacategories.layout17 .col-products{
    padding-bottom: 30px;
}
.block-floor-products-opt5.kt_megacategories.layout17 .block-content-inner,
.block-floor-products-opt6.kt_megacategories.layout18 .block-footer .tab-content{
    background-color: #fff;
    border: 1px solid #e6e6e6;
}
.block-floor-products-opt6.kt_megacategories.layout18 .block-footer .tab-content{
    padding: 0 26px;
}
.block-floor-products-opt6.kt_megacategories.layout18 .block-footer .product-item .product-item-info {
    padding-bottom: 35px;
    padding-top: 35px;
}
.block-floor-products-opt6.kt_megacategories.layout18 .block-footer .heading{
    margin-bottom: 0;
}
.kt_megacategories.layout18 .block-footer .subtitle{
    font-size: 60px;
    top: -7px;
}
.block-floor-products-opt6.kt_megacategories.layout18 .block-footer .heading>.title{
    line-height: 42px;
}
/**advertising**/
.qc-top-site1.layout4{
    min-height: 60px;
}
.qc-top-site1.layout4 .description{
    max-width: inherit;
    padding-top: 15px;
    padding-bottom: 7px;
}
.qc-top-site1.layout4 .description .subtitle{
    font-size: 18px;
    font-weight: 700;
}
/****header-top***/
.header-opt-15 .header-top {
    padding: 0;
    font-size: 13px;
    background-color: #fff;
}
.header-opt-15 .header-top .header-message {
    color: #666;
    line-height: 36px;
    display: inline-block;
    float: left;
    margin-right: 93px;
}
.header-opt-15 .header-top .hotline>li {
    position: relative;
    padding: 0 18px;
    float: left;
}
.header-opt-15 .header-top .hotline>li>a{
    color: #666;
    line-height: 36px;
}
.header-opt-15 .header-top .hotline > li .icon{
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -4px;
}
.header-opt-15 .header-top .hotline>li:last-child:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #e0e0e0;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 0;
}
.header-opt-15 .header-top .links {
    float: right;
    color: #666;
    position: relative;
}
.header-opt-15 .header-top .links>li {
    position: relative;
    padding: 0 15px;
    float: left;
}
.header-opt-15 .header-top .links>li:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #e0e0e0;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 0;
}
.header-opt-15 .header-top .links>li:last-child:before{
    content: none;
}
.header-opt-15 .header-top .links>li>a {
    color: #666;
    line-height: 36px;
}
.header-opt-15 .header-content {
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 40px;
}
.header-opt-15 .header-content .logo {
    display: block;
}
.header-opt-15 .header-content .nav-right {
    float: right;
    padding-right: 15px;
    width: 224px;
}
.header-opt-15 .header-content .nav-mind {
    float: right;
}
.header-opt-15 .header-content .block-search {
    float: right;
    position: relative;
}
.header-opt-15 .header-content .block-search .block-title {
    line-height: 40px;
    height: 40px;
    width: 45px;
    background-image: none;
    color: #fff;
    text-align: center;
    padding: 0;
    display: none;
}
.header-opt-15 .header-content .block-search .block-content {
    position: relative;
    padding: 0 56px 0 0;
}
.header-opt-15 .header-content .block-search .categori-search {
    width: 157px;
    float: right;
    position: relative;
}
.header-opt-15 .header-content .block-search .form-search {
    width: 375px;
    float: left;
}
.header-opt-15 .header-content .block-search .categori-search .chosen-container{
    margin-bottom: 0;
}
.header-opt-15 .header-content .block-search .categori-search .chosen-container .chosen-single {
    background-color: #fff;
    line-height: 50px;
    height: 50px;
    border-left: none;
    margin-left: -2px;
    position: relative;
    color: #999;
    font-size: 13px;
}
.header-opt-15 .header-content .block-search .categori-search .chosen-container .chosen-single:before {
    content: "";
    width: 1px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;
    background-color: #eee;
    display: block;
}
.header-opt-15 .header-content .block-search .form-search .box-group {
    position: static;
}
.header-opt-15 .header-content .block-search .form-search .form-control {
    height: 49px;
    padding-left: 23px;
    padding-right: 23px;
    font-size: 13px;
    color: #333;
    width: 100%;
}
.header-opt-15 .header-content .block-search .form-search .btn-search {
    width: 56px;
    background-color: #c33;
    background-image: none;
    color: #fff;
    text-align: center;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.header-opt-15 .header-content .block-search .form-search .btn-search:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 18px;
}
.header-opt-15 .header-content .block-minicart .dropdown-toggle {
    height: 50px;
    display: block;
    position: relative;
    width: 48px;
    line-height: 50px;
    color: #666;
    text-align: center;
}
.header-opt-15 .header-content .block-minicart .dropdown-toggle:before {
    content: "\e907";
    font-family: icomoon;
    font-size: 29px;
}
.header-opt-15 .header-content .block-minicart .dropdown-toggle .counter-number {
    position: absolute;
    right: 0;
    left: auto;
    line-height: 20px;
    width: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    border-radius: 100%;
    top: 0;
    color: #fff;
}
.header-opt-15 .header-content .block-minicart .dropdown-toggle .counter-label,
.header-opt-15 .header-content .block-minicart .dropdown-toggle .counter-price,
.header-opt-15 .header-content .block-minicart .dropdown-toggle .cart-text{
    display: none;
}
.header-opt-15 .header-nav {
    background-color: #fff;
    border-top: 1px solid #eee;
}
.header-opt-15 .block-nav-categori .block-title {
    background-color: #333;
    line-height: 50px;
    height: 50px;
    background-position: left 23px center;
    padding-left: 56px;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}
.header-opt-15 .block-nav-menu .ui-menu>li>a{
    line-height: 50px;
    font-size: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
.header-opt-15 .block-nav-menu .ui-menu>li:hover>a,
.header-opt-15 .block-nav-menu .ui-menu>li.active>a{
    color: #fff;
}

.header-opt-15 .block-nav-menu .ui-menu>li.parent>a:after{
    font-weight: 400;
    content: "\f0d7";
    font-size: 14px;
    position: static;
}
.header-opt-15 .block-nav-categori .block-title.active + .block-content,
.header-opt-15 .is-sticky .block-nav-categori .block-title + .block-content{
    visibility: hidden;
    opacity: 0;
}
.header-opt-15 .block-nav-categori .block-title + .block-content{

    padding-bottom: 20px;
}
.header-opt-15 .block-nav-categori .ui-categori > li.parent > a:after,
.header-opt-15 .block-nav-categori .view-all-categori .btn-view-all::after,
.header-opt-15 .block-nav-categori .view-all-categori a::after{
    content: "\f0da";
    width: 8px;
    float: none;
    font-size: 14px;
    margin-left: 14px;
}
.header-opt-15 .block-nav-categori .ui-categori > li{
    padding: 0 20px;
}
.header-opt-15 .block-nav-categori .ui-categori > li > a{
    border-bottom: 1px solid #eee;
    padding: 0;
}
.header-opt-15 .view-all-categori {
    padding: 0 20px;
}
.header-opt-15 .block-nav-categori .view-all-categori .btn-view-all,
.header-opt-15 .block-nav-categori .view-all-categori a{
    text-transform: uppercase;
    color: #666;
    font-weight: normal;
    padding: 0 15px;
    font-size: 11px;
    border:1px solid #e6e6e6;
    line-height: 35px;
    text-align: center;
    background: #fff;
}
/******footer******/
.site-footer.footer-opt-15 {
    padding-top: 50px;
    padding-bottom: 30px;
    border: 1px solid #e6e6e6;
}
.footer-opt-15 .address{
    display: block;
    margin-top: 30px;
    border-top: 1px solid #eaeaea;
    padding-top: 24px;
}
.footer-opt-15 .address b {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    padding-right: 15px;
}
.site-footer.footer-opt-15 .address td{
    padding-bottom: 8px;
    vertical-align: top;
    padding-right: 0;
}
.site-footer.footer-opt-15 h2.widgettitle{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 2px;
}
.site-footer.footer-opt-15 .widget_nav_menu .menu li a {
    color: #666;
    font-size: 13px;
}
.site-footer.footer-opt-15 .block-social .block-title{
    margin-top: 0;
    margin-bottom: 20px;
}
.site-footer.footer-opt-15 .block-social .block-content a{
    color: #999;
    border-color: #999;
    margin-right: 11px;
    width: 30px;
    line-height: 28px;
}
.footer-opt-15 .block-social {
    margin-bottom: 42px;
}
.footer-opt-15 .block-newletter .block-title{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}
.footer-opt-15 .block-newletter .form-control{
    height: 40px;
    margin: 0;
}
.footer-opt-15 .block-newletter .btn-subcribe{
    height: 40px;
    margin: 0;
}
.footer-opt-15 .payment-methods {
    text-align: center;
    padding: 24px 0;
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
}
.footer-opt-15 .payment-methods .kt_banner_child {
    display: inline-block;
    vertical-align: middle;
    margin-right: 69px;
    cursor: pointer;
}
.footer-opt-15 .payment-methods .kt_banner_child:hover {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
}
.site-footer.footer-opt-15 .footer-bottom {
    padding-bottom: 17px;
    padding-top: 20px;
}
.site-footer.footer-opt-15 .footer-bottom .links ul{
    margin-bottom: 0;
}
.site-footer.footer-opt-15 .footer-bottom .links a {
    color: #666;
    font-size: 13px;
}
.site-footer.footer-opt-15 .footer-bottom .links a:after {
    background-color: #999;
    height: 12px;
    margin-top: -6px;
}
.site-footer.footer-opt-15 .copyright {
    font-size: 13px;
    color: #666;
}
.header-opt-15 .header-content .link-account {
    float: right;
    height: 50px;
    font-size: 13px;
    width: 130px;
    text-align: right;
    text-transform: capitalize;
    padding-top: 6px;
}
.header-opt-15 .header-content .block-minicart{
    float: right;
    margin-left: 20px;
}
.kt_used_header_15 .kt_single_banner.default img{
    width: 100%;
}
.kt_used_header_15 .header-opt-15 .sticky-wrapper.is-sticky .block-nav-menu .ui-menu>li:first-child>a{
    padding-left: 20px;
}
.header-opt-15 .block-nav-categori .ui-categori{
    padding-top: 2px;
    border-top-style: solid;
    border-top-width: 3px;
}
.header-opt-15 .block-nav-categori .ui-categori .sub-menu{
    top: -2px;
}
.header-opt-15 .block-nav-categori .block-content{
    box-shadow: none;
}
.header-opt-15 .block-nav-menu .ui-menu{
    padding-left: 0;
}

/*------------------------------
 CUSTOM BOOSTRAP 5 COLUMNS
 ------------------------------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/*----------------
AUTO CLEAR
----------------*/
@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (min-width:480px) and (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}
@media (max-width:479px){
    .auto-clear .col-ts-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-ts-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-ts-15:nth-child(5n+1){clear:left;}
    .auto-clear .col-ts-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-ts-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-ts-6:nth-child(odd){clear:left;}
}

/*----------------------------------
Custom Bostrap Colum form 480 > 767
----------------------------------*/

@media (max-width: 480px){
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-ts-1,
    .col-ts-10,
    .col-ts-11,
    .col-ts-12,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}
    .col-ts-1,
    .col-ts-2,
    .col-ts-3,
    .col-ts-4,
    .col-ts-5,
    .col-ts-6,
    .col-ts-7,
    .col-ts-8,
    .col-ts-9,
    .col-ts-10,
    .col-ts-11{float:left;}
    .col-ts-12{width:100%;}
    .col-ts-11{width:91.66666667%;}
    .col-ts-10{width:83.33333333%;}
    .col-ts-9{width:75%;}
    .col-ts-8{width:66.66666667%;}
    .col-ts-7{width:58.33333333%;}
    .col-ts-6{width:50%;}
    .col-ts-5{width:41.66666667%;}
    .col-ts-4{width:33.33333333%;}
    .col-ts-3{width:25%;}
    .col-ts-2{width:16.66666667%;}
    .col-ts-1{width:8.33333333%;}
    .col-ts-pull-12{right:100%;}
    .col-ts-pull-11{right:91.66666667%;}
    .col-ts-pull-10{right:83.33333333%;}
    .col-ts-pull-9{right:75%;}
    .col-ts-pull-8{right:66.66666667%;}
    .col-ts-pull-7{right:58.33333333%;}
    .col-ts-pull-6{right:50%;}
    .col-ts-pull-5{right:41.66666667%;}
    .col-ts-pull-4{right:33.33333333%;}
    .col-ts-pull-3{right:25%;}
    .col-ts-pull-2{right:16.66666667%;}
    .col-ts-pull-1{right:8.33333333%;}
    .col-ts-pull-0{right:auto;}
    .col-ts-push-12{left:100%;}
    .col-ts-push-11{left:91.66666667%;}
    .col-ts-push-10{left:83.33333333%;}
    .col-ts-push-9{left:75%;}
    .col-ts-push-8{left:66.66666667%;}
    .col-ts-push-7{left:58.33333333%;}
    .col-ts-push-6{left:50%;}
    .col-ts-push-5{left:41.66666667%;}
    .col-ts-push-4{left:33.33333333%;}
    .col-ts-push-3{left:25%;}
    .col-ts-push-2{left:16.66666667%;}
    .col-ts-push-1{left:8.33333333%;}
    .col-ts-push-0{left:auto;}
    .col-ts-offset-12{margin-left:100%;}
    .col-ts-offset-11{margin-left:91.66666667%;}
    .col-ts-offset-10{margin-left:83.33333333%;}
    .col-ts-offset-9{margin-left:75%;}
    .col-ts-offset-8{margin-left:66.66666667%;}
    .col-ts-offset-7{margin-left:58.33333333%;}
    .col-ts-offset-6{margin-left:50%;}
    .col-ts-offset-5{margin-left:41.66666667%;}
    .col-ts-offset-4{margin-left:33.33333333%;}
    .col-ts-offset-3{margin-left:25%;}
    .col-ts-offset-2{margin-left:16.66666667%;}
    .col-ts-offset-1{margin-left:8.33333333%;}
    .col-ts-offset-0{margin-left:0;}
    .hidden-ts{
        display: none;
    }
}


@media (max-width: 1366px){

}
@media (max-width: 1200px){
    .block-nav-menu .ui-menu{
        padding-left: 0;
    }
    .header-nav .block-nav-categori{
        width: 57px;
    }
    .block-nav-categori .block-title{
        font-size: 0;
        padding: 0;
        background-position: center center;
    }
    .header-opt-8 .header-nav{
        background-color: transparent!important;
    }
    .product-item-opt-1 .product-item-price{
        font-size: 14px;
    }
    .slide-opt-5 .item1 .description, .slide.slide-style5.item1 .description,
    .slide-opt-5 .item2 .description, .slide.slide-style5.item2 .description,
    .slide-opt-5 .item3 .description, .slide.slide-style5.item3 .description{
        margin-left: 0;
    }
    .block-floor-products-opt7 .col-banner .description{
        background-color: rgba(255,255,255,0.8);
    }
    .footer-opt-6 .payment-methods .block-content,
    .footer-opt-6 .payment-methods .block-title{
        display: block;
        float: none;
    }
    .product-item-opt-4 .product-item-detail,
    .product-item-opt-4 .product-item-photo{
        padding: 0 5px;
    }
    .slide-opt-7 .item2 .description, .slide.slide-style7.item2 .description{
        padding-top: 50px;
    }
    .block-featured-brand-opt8 .owl-carousel{
        padding: 0 30px;
    }
    .block-service-opt8 .item{
        text-align: center;
    }
    .block-nav-categori.open-on-home .block-content {
        opacity: 0;
        visibility: hidden;
    }
    .block-nav-categori.has-open .block-content{
        opacity: 1;
        visibility: visible;
    }
    .header-opt-11 .top-bar-menu>li>a,
    .header-opt-11 .header-top-right .header-message,
    .header-opt-11 .header-top-right .block-minicart{
        padding: 10px 10px;
    }
    .header-opt-11 .block-nav-menu .main-menu>li>a{
        padding: 0 15px;
    }
    .kt_vertical_menu .block-title{
        padding: 0 44px 0 25px;
        background-position: center right 25px;
        font-size: 14px;
    }
    .kt_woocommerce.layout8 .block-left .col-banner{
        display: none;
    }
    .kt_woocommerce.layout8 .block-left,
    .kt_woocommerce.layout8 .col-products{
        width: 50%;
    }
    .kt_woocommerce.layout8 .block-left .col-head{
        width: 100%;
        border: none;
    }
    .kt_woocommerce.layout8 .block-tags{
        padding-top: 5px;
    }
    .kt_woocommerce.layout8 .block-tags a{
        margin-bottom: 5px;
        margin-left: 5px;
        line-height: 24px;
    }
    .kt_woocommerce.layout8 .block-tags label{
        margin-bottom: 5px;
    }
    .kt_vertical_menu  .toggle-submenu,
    .kt_vertical_menu.block-nav-categori .ui-categori .toggle-submenu{
        display: inline-block;
        position: absolute;
        line-height: 39px;
        top: 0;
        right: 0;
        width: 40px;
        text-align: left;
        font-size: 16px;
    }
    .kt_vertical_menu  .toggle-submenu:before{
        content: "\f107";
        font-family: 'FontAwesome';

    }
    .kt_vertical_menu  .ui-categori > li.parent > a:after{
        display: none;
    }
    .kt_vertical_menu .block-content .ui-categori{
        padding-top: 0;
        padding-bottom: 0;
    }
    .kt_vertical_menu.block-nav-categori .view-all-categori .btn-view-all,
    .kt_vertical_menu.block-nav-categori .view-all-categori a{
        line-height: 50px;
    }
    .kt_single_product.default .block-content{
        left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-opt-13 .logo{
        width: auto
    }
    .header-opt-13 .header-content-inner:before{
        display: none;
    }
    .header-opt-13 .nav-toggle-menu{
        line-height: 50px;
    }
    .header-opt-12 .block-nav-menu{
        display: block;
    }
    .header-opt-13 .header-main-control{
        padding-right: 20px;
        padding-left: 20px;
    }
    .kt_newsletter.layout3 .block-title,
    .kt_newsletter.layout3 .newsletter-form-wrap{
        display: block;
        width: 100%;
        float: none;
        text-align: center;
    }
    .kt_mega_banners.default .col-banner{
        display: none;
    }
    .site-footer.footer-opt-13 .payment-methods .list{
        float: left;
    }
}
@media (max-width: 1199px){

    .header-opt-15 .header-top .header-message{
        margin-right: 50px;
    }
    .kt_used_header_15 .kt_single_banner.default img{
        width: 100%;
    }
    .footer-opt-15 .block-newletter {
        max-width: 270px;
    }
    .block-deals-of.block-deals-of-opt7 .count-down-time .box-count .text{
        font-size: 10px;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .header-opt-15 .header-content .block-search .form-search {
        width: 260px;
    }
    .header-opt-15 .block-nav-categori .block-title{
        width: 1px;
    }
    .header-opt-15 .block-nav-categori .block-title span{
        width: 1px ;
        opacity: 0;
    }
    .header-opt-15 .block-nav-menu .ui-menu > li:first-child > a {
        padding-left: 23px;
    }
    .block-deals-of.block-deals-of-opt7 > .block-title{
        min-width: 213px;
    }
    .block-deals-of.block-deals-of-opt7 .product-item-opt-12 .product-item-photo{
        padding: 17px;
    }
    .block-deals-of.block-deals-of-opt7 .count-down-time .box-count .number {
        width: 36px;
        height: 42px;
    }
    .kt_megacategories.layout15 .product-item-opt-11 .product-item-actions{
        top: 12px;
    }
    .kt_megacategories.layout15 .product-item-opt-11 .product-item-info .btn-cart,
    .kt_megacategories.layout15 .product-item-opt-11 .product-item-info .added_to_cart{
        top: 142px;
    }
    .kt_megacategories.layout16 .product-item-opt-11 .product-item-detail{
        padding-top: 5px;
        padding-bottom: 7px;
    }
    .block-floor-products-opt5.kt_megacategories.layout17 .heading-opt-2 .links li {
        margin-right: 0;
    }
    .kt_megacategories.layout16 .heading-opt-2 .links{
        margin-right: 0px;
    }
    .kt_megacategories.layout16 .heading-opt-2 .title{
        min-width: 200px;
    }
    .block-floor-products-opt5.kt_megacategories.layout17 .owl-nav{
        top: -102px;
    }
}
@media (max-width: 991px){
    .block-nav-categori .ui-categori .submenu, .block-nav-categori .ui-categori .sub-menu{
        position: static;
        max-width: 100%!important;
        margin: 0;
        display: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
    }
    .block-nav-categori .open-submenu >.sub-menu,
    .block-nav-categori .open-submenu >.submenu{
        display: block;
    }
    .block-nav-menu .ui-menu .parent-megamenu > .megamenu{
        padding: 20px 13px;
    }
    .megamenu .widget:last-child,
    .megamenu .widget{
        margin-bottom: 30px;
    }
    .header-nav .block-nav-categori{
        width: 100%;
    }
    .block-nav-categori .block-title{
        cursor: pointer;
        line-height: 57px;
        height: 57px;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
        padding: 0 44px 0 25px;
        background-repeat: no-repeat;
        background-position: center right 25px;
        background-image: url(../images/icon/index1/menu-cat.png);
        letter-spacing: 1px;
    }
    .header-opt-1 .header-content .block-search,
    .block-search .form-search,
    .block-search .form-search .form-control,
    .header-opt-5 .header-content .block-search .form-search{
        width: 100%;
    }
    .header-opt-2 .header-content .block-minicart  .dropdown-toggle .cart-text,
    .header-opt-2 .header-content .block-minicart  .dropdown-toggle .counter-price{
        display: none;
    }
    .header-opt-2 .header-content .block-minicart  .dropdown-toggle{
        width: 47px;
        padding: 0;
    }
    .header-opt-2 .header-content .block-minicart  .dropdown-toggle .cart-icon{
        width: 100%;
    }
    .header-opt-4 .header-nav{
        background-color: transparent!important;
    }
    .block-floor-products-opt2 .col-products,
    .block-floor-products-opt2 .col-products:not(.no-col-banner){
        width: 100%;
    }
    .block-deals-of-opt2 .product-item-opt-2 .product-item-detail{
        padding: 0 15px 10px;
    }
    .block-floor-products-opt6 .col-products .product-item-lag{
        display: none;
    }
    .woocommerce table.wishlist_table td.product-stock-status,
    .woocommerce table.wishlist_table th.product-stock-stauts{
        display: none;
    }
    .header-opt-11 .header-top-right .header-message,
    .header-opt-11 .block-minicart .cart-text{
        display: none;
    }
    .header-opt-11 .block-minicart{
        border-left: 1px solid #DFDFDF;
    }
    .kt_vertical_menu .block-content{
        border-color: #DFDFDF;
    }
    .header-opt-11 .logo{
        margin-bottom: 30px;
    }
    .header-opt-11 .nav-toggle-menu{
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }
    .header-opt-11 .block-nav-menu .main-menu>li{
        padding: 10px 0;
        width: 100%;
    }
    .header-opt-11 .block-nav-menu .main-menu>li>a{
        border: none;
    }
    .header-opt-11 .block-nav-menu .main-menu{
        display: block;
        float: none;
        border: none;
    }
    .header-opt-11 .header-nav .block-search{
        margin-top: 30px;
        width: 100%;
    }
    .header-opt-11 .header-nav .block-search .block-content{
        border: none;
    }
    .header-opt-11 .header-nav .block-search .form-search .form-control{
        padding-left: 15px;
    }
    .kt_woocommerce.layout8 .block-left,
    .kt_woocommerce.layout8 .col-products{
        width: 100%;
    }
    .kt_blog.layout1 .post-item .post-thumb{
        display: block;
        float: none;
        margin-bottom: 30px;
        width: 100%;
    }
    .kt_blog.layout1 .post-item.has-post-thumbnail .blog-detail{
        padding: 0;
    }
    .site-footer.footer-opt-10 .block-newletter .block-title,
    .site-footer.footer-opt-10 .block-newletter .block-content,
    .site-footer.footer-opt-10 .block-newletter .desc,
    .site-footer.footer-opt-10 .block-newletter{
        display: block;
        padding: 0;
    }
    .site-footer.footer-opt-10 .block-newletter .block-title,
    .site-footer.footer-opt-10 .block-newletter .block-content{
        margin-bottom:20px;
    }
    .site-footer.footer-opt-10 .newsletter-form-wrap{
        min-width: 1px;
        width: 100%;
    }
    .kt_newsletter.layout2,
    .kt_newsletter.layout2 .block-title,
    .kt_newsletter.layout2 .block-content{
        display: block;
    }
    .kt_newsletter.layout2 .block-title{
        margin-bottom: 15px;
    }
    .kt_newsletter.layout2 .block-content{
        min-width: 1px;
        width: 100%;
    }
    .kt_megacategories.layout13 .heading ul li a{
        padding: 0 10px;
    }
    .header-opt-12 .nav-toggle-menu{
        display: inline-block;
    }
    .kt_single_product.layout1 .product-item .thumb,
    .kt_single_product.layout1 .product-item .info,
    .kt_single_product.layout1 .product-item .coundown-block,
    .kt_single_product.layout1 .product-item{
        display: block;
        float: left;
        width: 100%;
        overflow: hidden;
    }
    .kt_single_product.layout1 .product-item .thumb,
    .kt_single_product.layout1 .product-item .info{
        width: 50%;
    }
    .kt_single_product.layout1 .product-item .info{
        padding-left: 0;
    }
    .kt_single_product.layout1{
        overflow: hidden;
    }
    .kt_single_product.layout1 .product-item .coundown-block{
        text-align: left;
    }
    .block-deals-of.block-deals-of-opt7 .product-count-down{
        margin-left: 28px;
    }
    .kt_single_product.layout1 .count-down-time{
        width: 100%;
        margin: 0;
    }
    .kt_single_product.layout1 .count-down-time .box-count{
        display: inline-block;
        float: left;
        padding: 0 15px;
        text-align: center;
        margin-right: 10px;
    }
    .header-opt-13 .block-nav-menu .ui-menu > li:hover > a,
    .header-opt-13 .block-nav-menu .ui-menu > li.active > a,
    .header-opt-13 .block-nav-menu .ui-menu > li > a:hover,
    .header-opt-13 .block-nav-menu .ui-menu > li > a:focus,
    .header-opt-13 .block-nav-menu .ui-menu > li > a:active{
        color: #333;
    }
    .kt_mega_banners.default .col-links,
    .kt_mega_banners.default .col-list-banners,
    .kt_mega_banners.default{
        display: block;
        width: 100%;
        max-width: 100%;
        min-width: 1px;
    }
    .kt_mega_banners.default .col-links{
        position: relative;
        border-right: none;
    }
    .kt_mega_banners.default .col-links .links{
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 10;
        background-color: #fff;
        width: 100%;
        display: none;
    }
    .site-header.header-opt-14 .logo{
        text-align: center;
        /*margin-bottom: 30px;*/
    }
    .site-header.header-opt-14 .nav-toggle-menu{
        width: 100%;
        text-align: left;
    }
    .header-opt-14 .header-nav{
        border: none;
    }
    .header-opt-14 .header-nav .block-nav-menu{
        display: block;
    }
    .header-opt-4 .block-nav-menu .ui-menu>li>a, .header-opt-4 .block-nav-menu .ui-menu>li.active>a, .header-opt-4 .block-nav-menu .ui-menu>li:hover>a, .header-opt-4 .block-nav-menu .ui-menu>li>a:hover,
    .header-opt-5 .block-nav-menu .ui-menu>li>a, .header-opt-5 .block-nav-menu .ui-menu>li>a:hover, .header-opt-5 .block-nav-menu .ui-menu>li>a:focus, .header-opt-5 .block-nav-menu .ui-menu>li>a:active, .header-opt-5 .block-nav-menu .ui-menu>li:hover>a, .header-opt-5 .block-nav-menu .ui-menu>li.active>a,
    .header-opt-7 .block-nav-menu .ui-menu>li>a, .header-opt-7 .block-nav-menu .ui-menu>li:hover>a, .header-opt-7 .block-nav-menu .ui-menu>li.active>a,
    .header-opt-8 .block-nav-menu .ui-menu>li>a, .header-opt-8 .block-nav-menu .ui-menu>li.active>a, .header-opt-8 .block-nav-menu .ui-menu>li:hover>a,
    .header-opt-9 .block-nav-menu .ui-menu>li>a, .header-opt-9 .block-nav-menu .ui-menu>li:hover>a, .header-opt-9 .block-nav-menu .ui-menu>li.active>a{
        color: #333;
    }

    .header-opt-15 .header-top .header-message{
        display: none;
    }
    .header-opt-15 .header-content .logo{
        text-align: center;
        margin-bottom: 25px;
    }
    .site-header.header-opt-15 .nav-toggle-menu{
        line-height: 50px;
    }
    .header-opt-15 .header-content .block-search .form-search{
        width: 299px;
    }
    .kt_used_header_15 .block-service.block-service-opt5 .item{
        padding-left: 10px;
    }
    .kt_used_header_15 .block-service .item .icon img{
        max-width: 100%;
    }
    .kt_used_header_15 .block-service.block-service-opt5 .item .icon{
        margin-right: 10px;
    }
    .kt_used_header_15 .vc_col-md-3 .kt_single_banner.default {
        display: none;
    }
    .block-deals-of.block-deals-of-opt7 .count-down-time .box-count .number {
        width: 36px;
        height: 42px;
    }
    .block-deals-of.block-deals-of-opt7 .product-item-opt-12 .product-item-photo {
        padding: 20px;
    }
    .block-deals-of.block-deals-of-opt7 > .block-title{
        width: 100%;
        top: -51px;
    }
    .kt_megacategories.layout16 .heading-opt-2,
        /*.block-floor-products-opt5.kt_megacategories.layout17 .title-sub,*/
    .block-floor-products-opt6.kt_megacategories.layout18 .block-footer .heading>.title{
        padding-left: 40px;
    }
    .kt_megacategories.layout16 .heading-opt-2 .links,
    .block-floor-products-opt5.kt_megacategories.layout17 .block-title .links{
        position: absolute;
        top: 0;
        left: 0;
    }
    /*.block-floor-products-opt5.kt_megacategories.layout17 .title-sub .subtitle{
        left: 40px;
    }*/
    .block-floor-products-opt5.kt_megacategories.layout17 .block-title .links{
        top: -50px;
    }
    .block-floor-products-opt5.kt_megacategories.layout17 .heading-opt-2 .links .dropdown-menu{
        right: inherit;
        left: 0;
    }
    .block-floor-products-opt5.kt_megacategories.layout17 .heading-opt-2 .links li a img{
        width: auto;
    }
    .block-floor-products-opt5.kt_megacategories.layout17 .owl-nav{
        top: -83px;
    }
    .footer-opt-15 .payment-methods .kt_banner_child{
        margin-right: 15px;
    }
    .kt_megacategories.layout16 .dropdown-menu {
        background-color: #fff;
        z-index: 10;
    }

}
@media (max-width: 767px){
    .top-bar-menu,
    .header-opt-2 .links,
    .header-opt-2 .hotline,
    .header-opt-3 .hotline,
    .header-opt-3 .links,
    .header-opt-6 .header-top .links,
    .header-opt-7 .hotline{
        display: block;
        text-align: center;
        float: none;
        width: 100%;
        clear: left;
    }
    .top-bar-menu>li,
    .header-opt-7 .hotline > li{
        float: none!important;
        display: inline-block!important;
    }
    .header-opt-1 .hotline > li,
    .header-opt-1 .links>li {
        padding: 0 5px;
        padding-left: 0;
        float: none;
        display: inline-block;
        text-align: left;
    }
    .header-opt-1 .hotline > li:before {
        display: none;
    }
    .header-opt-1 .hotline,
    .header-opt-1 .links{
        text-align: center;
        display: block;
        float: none;

    }
    .header-opt-1 .links > li {
        padding: 0 15px;
        padding-left: 0;
    }
    .header-opt-1 .links > li:before {
        display: none;
    }
    .header-opt-1 .links .setting {
        position: static ;
    }
    .header-opt-1 .links .setting .dropdown-menu {
        top: 50px;
    }
    .left-slidebar .main-content{
        float: none;
    }
    .header-opt-3 .header-content .block-minicart  .dropdown-toggle .cart-text,
    .header-opt-3 .header-content .block-minicart  .dropdown-toggle .counter-label,
    .header-opt-3 .header-content .block-minicart  .dropdown-toggle .counter-price{
        display: none;
    }
    .header-opt-3 .header-content .block-minicart  .dropdown-toggle{
        border:  none;
        padding: 0;
        width: auto;
        min-width: 1px;
    }
    .footer-opt-3 .kt_single_banner.default{
        text-align: left;
    }
    .header-content .block-minicart  .dropdown-toggle .counter-price{
        display: none;
    }
    .header-opt-1 .header-content .block-minicart > .dropdown-toggle,
    .header-opt-1 .header-content .block-minicart  .dropdown-toggle{
        width: 47px;
    }

    .block-search .form-search .form-control{
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-opt-1 .header-content .block-search{
        width: 100%;
    }
    .block-minicart .dropdown-menu{
        max-width: 290px;
    }
    .header-opt-2 .header-content .block-search .form-search .form-control{
        padding-left: 10px;
    }
    .header-opt-3 .header-content .block-minicart  .dropdown-toggle .cart-icon{
        width: 49px;
    }
    .header-opt-4 .header-content .block-minicart.kt_minicart_opt4 > .dropdown-toggle .cart-text,
    .header-opt-4 .header-content .block-minicart.kt_minicart_opt4 > .dropdown-toggle .counter{
        display: none;
    }
    .header-opt-6 .header-content .block-minicart  .dropdown-toggle{
        min-width: 1px;
        padding: 0;
        font-size: 0;
    }
    .header-opt-6 .header-content .block-minicart  .dropdown-toggle .cart-text{
        display:none;
    }
    .header-opt-7 .header-content .block-search .form-search,
    .header-opt-8 .header-content .block-search .form-search,
    .header-opt-8 .header-content .nav-mind .block-search{
        width: 100%;
    }
    .block-floor-products .block-title {
        padding-right: 0;
    }
    .block-floor-products .block-title .links {
        text-align: center;
        float: none;
        clear: both;
        border-top: 1px solid #eee;
    }
    .block-floor-products .block-title .links li {
        display: block;
        float: none;
        border-bottom: 1px solid #eee;
    }
    .block-floor-products .block-title .links li:last-child{
        border: none;
    }
    .block-floor-products .block-title .links li a{
        line-height: 50px;
    }
    .hot-sale-product .block-title .links{
        border-top: 1px solid #eee;
        display: block;
    }
    .hot-sale-product .block-title .links>li{
        display: block;
        float: none;
        border-bottom: 1px solid #eee;
    }
    .hot-sale-product .block-title .links>li>a{
        line-height: 40px;
    }
    .kt_woocommerce.deal02 .deals-of-countdown .title{
        display: none;
    }
    .block-floor-products-opt7 .block-title .title{
        width: 100%;
    }
    .block-floor-products-opt7 .actions .action{
        color: #fff;
    }
    .header-opt-5 .hotline > li,
    .header-opt-5 .links > li{
        margin: 0;
    }
    .header-opt-5 .hotline > li>a,
    .header-opt-5 .links > li>a{
        display: inline-block;
        line-height: 30px;
    }
    .block-floor-products-opt6 .block-footer .heading > .title,
    .block-floor-products-opt6 .block-footer .heading > ul{
        display: block;
        float: none;
    }
    .kt_container.services3 .item{
        max-width: 100%;
    }
    .woocommerce table.wishlist_table thead{
        display: none;
    }
    .woocommerce table.wishlist_table,
    .woocommerce table.wishlist_table tbody,
    .woocommerce table.wishlist_table th,
    .woocommerce table.wishlist_table td,
    .woocommerce table.wishlist_table tr{
        display: block;
        width: 100%;
        border: none;
        padding: 5px 0!important;
    }
    .woocommerce table.wishlist_table tr{
        border-top: 1px solid #eee;
        padding: 20px 0!important;
    }
    .woocommerce table.wishlist_table tr td.product-remove{
        text-align: left;
    }
    .shop_table.cart,
    .shop_table.cart tr,
    .shop_table.cart th,
    .shop_table.cart td,
    .shop_table.cart tbody{
        display: block;
        width: 100%;
        padding: 5px 0;
    }
    .shop_table.cart thead{
        display: none;
    }
    .shop_table.cart .form-group{
        margin-bottom: 0;
    }
    .form-cart table .tb-total{
        text-align: left;
    }
    .form-cart .button-updatecart{
        float: none!important;
    }
    .group-cart-action .button{
        width: 100%;
    }
    .list-commnet .children{
        padding-left: 25px;
    }
    .block-comment-blog .list-commnet .item{
        padding: 10px;
    }
    .block-comment-blog .list-commnet .item .actions{
        margin-top: 15px;
    }
    .kt_megacategories.layout12 .heading ul li{
        padding: 0 10px;
    }
    .kt_megacategories.layout13 .has-nav{
        padding-right: 0;
    }
    .kt_megacategories.layout13 .owl-nav{
        display: none;
    }
    .kt_megacategories.layout13 .heading ul li a{
        font-size: 14px;
    }
    .kt_megacategories.layout14  .links li{
        display: block;
        padding: 0;
        float: none;
        margin-bottom: 5px;
    }
    .kt_megacategories.layout14 .block-title{
        margin-left: 0;
        margin-right: 0;
        display: block;
    }
    .kt_megacategories.layout14  .links li a{
        display: block;
        text-align: center;
    }
    .kt_mega_banners.default .col-list-banners .item{
        width: 33.33333%;
    }
    .kt_mega_banners.default .col-list-banners .item.x2{
        width: 66.66666%;
    }
    .kt_newsletter.layout3{
        padding: 10px;
    }
    .kt_newsletter.layout3 .block-title{
        font-size: 16px;
        line-height: normal;
        margin-bottom: 20px;
    }
    .kt_woocommerce.layout11 .owl-item{
        border: none;
    }
    .product-item.style10 .product-item-photo{
        width: 100%;
        float: none;
    }
    .product-item.style10 .product-item-detail{
        width: 100%;
        float: none;
        padding-left: 0;
        text-align: center;
    }
    .product-item.style10 .product-count-down {
        display: table;
        float: none;
        width: auto;
        margin: 0 auto;
    }
    .toolbar-products .toolbar-option .label{
        display: none;
    }
    .product-item-opt-0 .product-item-actions .btn-cart span{
        font-size: 12px;
    }
    .product-item-opt-0 .product-item-actions .btn-cart {
        padding-left: 30px;
    }
    .woocommerce-MyAccount-navigation{
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .woocommerce-MyAccount-content{
        padding-left: 0;
    }
    .header-opt-15 .header-content .block-search .categori-search{
        display: none;
    }
    .header-opt-15 .header-content .nav-mind{
        float: left;
        margin-left: 15px;
    }
    .header-opt-15 .header-content .block-search .form-search{
        width: auto;
    }
    .header-opt-15 .header-content .nav-right{
        width: 200px;
    }
    .header-opt-15 .header-content .block-minicart{
        margin-left: 0;
    }
    .block-deals-of.block-deals-of-opt7 .product-item-opt-12 .product-item-photo{
        padding: 10px;
    }
    .kt_megacategories.layout16 .block-floor-products .block-title .links,
    .kt_megacategories.layout17 .block-floor-products .block-title .links{
        border-top:none;
    }
    .block-floor-products-opt5.kt_megacategories.layout17 .block-title .tabs li {
        width: 50%;
        text-align: center;
    }
    .block-floor-products-opt5.kt_megacategories.layout17 .owl-nav {
        display: none;
    }
    .kt_megacategories.layout15 .block-tab-products .nav > li > a{
        text-align: center;
    }
    .kt_megacategories.layout15 .block-tab-products .owl-nav{
        display: none;
    }


}
@media (max-width: 763px){
    .block-deals-of.block-deals-of-opt7 .product-count-down {
        margin-left: 0;
        left: 50%;
        transform: translateX(-50%);
        min-width: 165px;
    }
}
@media (max-width:580px) and (min-width:481px){
    .product-item-opt-11 .product-item-actions{
        top: 5px;
    }
    .product-item-opt-11 .product-item-info .btn-cart,
    .product-item-opt-11 .product-item-info .added_to_cart{
        top: 135px;
    }
}
@media (max-width: 480px){
    .header-opt-1 .header-content .link-wishlist,
    .header-opt-7 .header-content .block-minicart  .dropdown-toggle .cart-text,
    .header-opt-8 .header-content .block-minicart  .dropdown-toggle .cart-text .text3,
    .header-opt-10 .header-content .block-minicart  .dropdown-toggle .cart-text{
        display: none;
    }
    .header-opt-10 .header-content .block-minicart  .dropdown-toggle{
        padding: 0;
        font-size: 0;
        min-width: 1px;
    }
    .header-opt-10 .header-content .block-minicart  .dropdown-toggle .cart-icon{
        border: none;
    }
    .header-opt-11 .header-hotline-worktime,
    .header-opt-11 .header-socials{
        text-align: center;
    }
    .header-opt-11 .header-top-right .block-minicart,
    .header-opt-11 .header-top-right{
        float: none;
        display: block;
        float: left;
        width: 100%;

    }
    .header-opt-11 .top-bar-menu{
        display: table;
        width: 100%;
        border-right: 1px solid #DFDFDF;
    }
    .header-opt-11 .top-bar-menu>li{
        display: table-cell!important;
        vertical-align: middle;
    }
    .header-opt-11 .header-top-right{
        border-top: 1px solid #DFDFDF;
    }
    .header-opt-11 .header-top-right .block-minicart{
        text-align: center;
    }
    .header-opt-11 .block-minicart .cart-text{
        display: inline-block;
    }
    .kt_megacategories.layout12 .heading ul li{
        display: block;
        text-align: center;
        padding: 5px 0;
    }
    .kt_megacategories.layout13 .heading ul li{
        display: block;
        padding: 5px 0;
        text-align: center;
        float: none;
        border-bottom: 1px solid #dfdfdf;
    }
    .kt_megacategories.layout13 .heading ul li:last-child{
        border:none;
    }
    .kt_megacategories.layout13 .heading ul{
        display: block;
        float: none;
        margin-top: 10px;
        border: 1px solid #dfdfdf;
    }
    .kt_megacategories.layout13 .heading .title{
        display: table;
        float: none;
        margin: 0 auto;
    }
    .header-opt-12 .logo{
        text-align: center;
    }
    .header-opt-12 .header-main-control{
        float: none;
        padding-top: 15px;
    }
    .kt_newsletter.layout2 .block-content .input-group-btn{
        display: block;
        float: left;
    }
    .kt_newsletter.layout2 .btn-subcribe{
        margin-left: 0;
        margin-top: 15px;
    }
    .header-opt-13 .logo, .header-opt-13 .header-right,
    .header-opt-13 .header-content-inner{
        display: block;
        width: 100%;
    }
    .header-opt-13 .logo{
        text-align: center;
        padding: 20px 0;
    }
    .header-opt-13 .header-main-control{
        padding-top: 0;
        width: 100%;
    }
    .kt_single_product.layout1 .product-item .thumb,
    .kt_single_product.layout1 .product-item .info{
        width: 100%;
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .kt_single_product.layout1 .product-item .thumb{
        text-align: center;
    }
    .kt_single_product.layout1 .product-item .coundown-block{
        padding: 0 20px;
    }
    .kt_testimonial.default .testimonial .image{
        float: none;
        margin: 0 auto;
    }
    .kt_testimonial.default .testimonial .info{
        padding-left: 0;
        text-align: center;
    }
    .kt_mega_banners.default .col-list-banners .item{
        width: 50%;
    }
    .kt_mega_banners.default .col-list-banners .item.x2{
        width: 100%;
    }
    .toolbar-products{
        display:block;
    }
    .toolbar-products.toolbar-top .pagination{
        text-align: left;
    }
    .toolbar-products .toolbar-sorter{
        display: block;
    }
    .toolbar-products .woocommerce-ordering,
    .toolbar-products .woocommerce-ordering select{
        width: 100%;
    }
    .header-opt-15 .header-content .link-account{
        display: none;
    }
    .header-opt-15 .header-content .nav-right{
        width: auto;
        padding-right: 5px;
    }
    .header-opt-15 .header-content .nav-mind{
        margin-left: 5px;
    }
    .product-item-opt-11 .product-item-actions{
        top: 79px;
    }
    .product-item-opt-11 .product-item-info .btn-cart, .product-item-opt-11 .product-item-info .added_to_cart{
        top: 208px;
    }
    .site-header.header-opt-15 .nav-toggle-menu{
        padding-left: 5px;
    }
    .block-deals-of.block-deals-of-opt7 .product-count-down{
        transform: translateX(-50%);
        left: 50%;
        margin-left: 0;
        min-width: 164px;
    }


}
@media (max-width: 320px){
    .kt_mega_banners.default .col-list-banners .item{
        width: 100%;
        text-align: center;
    }
    .kt_mega_banners.default .col-list-banners .item.x2{
        width: 100%;
    }
    .block-floor-products-opt5.kt_megacategories.layout17 .block-title .tabs li {
        width: 100%;
    }

}
.header-opt-14 .header-top{
    background-color: #FE259A !important;
}
.header-opt-14 .block-nav-menu .ui-menu > li:hover > a, .header-opt-14 .block-nav-menu .ui-menu > li.active > a, .header-opt-14 .block-nav-menu .ui-menu > li > a:hover, .header-opt-14 .block-nav-menu .ui-menu > li > a:focus, .header-opt-14 .block-nav-menu .ui-menu > li > a:active{
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 30px 0;
    color: #fe259a;
    border: 0;
}
.kt_megacategories.layout14  .links li:hover a, .kt_megacategories.layout14  .links li.active a{
    background-color: #FFD3EB !important;
    color: #fe259a !important;
    border-radius: 30px 0;
}
.footer-1{
    background: url("../images/icon/footer-bg.jpg") no-repeat center center;
    height: 381px;
    margin-top: 30px;
    padding: 30px;
}
.footer-1 h4{
    font-size: 16px !important;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.footer-1 .content{
    padding-top: 30px;
    color: #fff;
}
.footer-1 .content a{
    color: #fff;
}
.block-the-blog .block-title{
    text-align: center;
    color: #FE259A;
}
.page-title-product-cat{
    font-size: 24px;
    padding-top: 15px;
}
.footer ul li a{
    color: #fff !important;
}
