/*
Theme name:Polimerlist
Descripription:2021
Author:Abdulaziz
Author URL:asxonaxmedov@gmail.com
Version:1
*/
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
.header-cat .dropdown-cat{
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 600;
    font-size: 16px !important;
}
.gray-clr .white-clr.f-p{
    font-family: 'Rajdhani', sans-serif !important;
    font-size: 20px !important;
    font-weight: 600;
    letter-spacing: 2px;
}
.header-topbar {
    background-color:rgb(49 49 49);
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}
.dropdown-menu .cate-navbar>li>a{
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}
.d-none{
    margin-left:5px;
}
.prod-content .prod-title a{
        font-size: 16px !important;
}
.header-topbar .border {
    border-bottom: 1px solid #333;
}
.about-us.pt-40 p:hover .fa-check{
    transform: rotate(359.9deg);
    transition: 0.5s;
}
.header-topbar p {
    margin: 9px 0;
}
#prod-tab-2 p,
#prod-tab-1 p{
    line-height: 1.6!important;
    margin-bottom:5px!important;
}
.wp-dark-mode-active .white-l{
    display:inline-block !important;
}
#menu-verhnyaya .menu-item.active:after{border-bottom: solid 3px rgb(163 163 163); }
.cate-wrap .navbar-collapse .navbar-nav .menu-item:after,
#menu-verhnyaya .menu-item:after{border-bottom: solid 3px rgb(0 0 0); }
.cate-wrap .navbar-collapse .navbar-nav .menu-item:after,
#menu-verhnyaya .menu-item.active:after,
#menu-verhnyaya .menu-item:after{
  display:block;
  content: '';
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.cate-wrap .navbar-collapse .navbar-nav .menu-item:hover:after,
#menu-verhnyaya .menu-item:hover:after { transform: scaleX(1); }
.header-topbar p span {
    margin-right: 10px;
}
.prod-details .block-inline,
.prod-details .prod-title{
text-align: left!important;}
#list-view.active .prod-title{
        text-align: left!important;
}
.list-items .dropdown-menu li{
    padding:10px 0 !important;
    display:block;
}
.list-items .dropdown-menu{
    left: -100px!important;
}
.top-nav>li {
    margin: 0;
    padding: 10px;
    position: relative;
    vertical-align: middle;
}
.top-nav>li>a {
    color: #a3a3a3;
    text-transform: capitalize;
    vertical-align: middle;
}
.top-nav>li>a:focus, .top-nav>li>a:hover {
    color: #fff;
}
.dropdown-cat{
    color:rgb(204 204 204);
}
.top-nav .dropdown-menu>li {
    width: 100%}
.top-nav .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transition: transform .3s ease-in-out 0s;
    -webkit-transition: -webkit-transform .3s ease-in-out 0s;
    -ms-transition: -ms-transform .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease 0s;
}
.top-nav>li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}
.top-nav>li img {
    margin-right: 5px;
    margin-bottom: 2px;
}
.top-nav .bootstrap-select .btn .filter-option {
    color: #a3a3a3;
    line-height: normal;
}
.top-nav .bootstrap-select .btn:hover .filter-option {
    color: #fff;
}
.top-nav btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.top-nav .bootstrap-select.btn-group>.dropdown-menu {
    margin: 11px 0 0;
    border-radius: 0;
    box-shadow: none;
    min-width: 150px;
}
.top-nav .bootstrap-select.btn-group .dropdown-menu li {
    margin: 0;
    padding: 0 5px;
    width: 100%}
.top-nav .dropdown-menu>li>a {
    padding: 4px 8px;
    color: #999;
}
.top-nav .dropdown-menu>li>a:focus, .top-nav .dropdown-menu>li>a:hover {
    background: 0 0;
    color: #000;
}
.top-nav .btn-group.open .dropdown-toggle {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
}
.top-nav .dropdown-menu>.active>a, .top-nav .dropdown-menu>.active>a:focus, .top-nav .dropdown-menu>.active>a:hover {
    background-color: transparent;
    color: #000;
}
.top-nav .bootstrap-select .btn {
    border: medium none;
    font-size: 13px;
    font-weight: 500;
    height: auto;
    line-height: normal;
    padding: 0 10px 0 0;
    text-transform: capitalize;
}
.top-nav .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 5px;
    top: 0;
}
.top-nav .bootstrap-select.btn-group .dropdown-toggle .caret::after {
    color: #999;
}
.top-nav .bs-searchbox .form-control {
    padding: 0 5px;
    height: auto;
    line-height: 30px;
}
.logo-title {
    color: #313131;
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2.5px;
    padding-top: 3px;
    text-transform: uppercase;
}
.boxed .header-wrap {
    max-width: 1200px;
}
.header-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    transition: all ease-out .4s;
    -webkit-transition: all ease-in-out .4s;
}
.main-header {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    position: relative;
    padding: 20px 0;
    z-index: 11;
    transition: all ease-out .4s;
    -webkit-transition: all ease-out .4s;
}
.primary-navbar>li, .top-right {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all .2s ease-in-out 0s;
    -webkit-transition: all .2s ease-in-out 0s;
}
.is-sticky.main-header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #f4f4f4;
}
.is-sticky .header-logo img {
    margin-top: 15px;
    width: 120px;
}
#headerstyle .main-header {
    position: static;
}
.mCSB_inside>.mCSB_container, .mCustomScrollBox {
    margin-right: 0;
}
.navigation {
    position: static;
    z-index: 11;
}
.primary-navbar {
    float: right;
}
.primary-navbar>li.dropdown>a.dropdown-toggle::before {
    border: medium none;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 22px;
    position: absolute;
    right: -20px;
    top: 8px;
}
.primary-navbar>li {
    padding: 20px 20px;
}
.primary-navbar>li.dropdown {
    padding-right: 40px;
}
.primary-navbar li>a {
    color: #000;
}
.primary-navbar>li>a {
    font-size: 15px;
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .primary-navbar li>a:focus, .primary-navbar li>a:hover, .primary-navbar>li.active>a {
    background-color: transparent;
    color: #a3a3a3;
}
.navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-toggle {
    margin-right: 0;
}
.cate-navbar li .dropdown-menu, .navigation .primary-navbar li .dropdown-menu {
    background-color: #000;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    min-width: 210px;
    padding: 0;
}
.cate-navbar .dropdown-menu>li>a, .navigation .dropdown-menu>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 25px;
    text-transform: capitalize;
    white-space: normal;
    position: relative;
}
.cate-navbar .dropdown-menu>li>a:hover, .navigation .dropdown-menu>li>a:hover {
    background-color: #f7f7f7;
    color: #000;
    padding: 15px 15px 15px 35px;
}
.cate-navbar .dropdown-menu>li+li>a, .navigation .dropdown-menu>li+li>a {
    border-top: 1px solid rgba(255, 255, 255, .2);
}
.navigation .dropdown-menu>li {
    position: relative;
}
.navigation .dropdown-menu>li.dropdown>a.dropdown-toggle:after {
    border: medium none;
    content: "\f067";
    font-family: FontAwesome;
    font-size: 10px;
    position: absolute;
    right: 25px;
    top: 18px;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
}
.navigation .dropdown-menu>li.dropdown a:hover:after {
    right: 10px;
}
.primary-navbar .mega-dropdown {
    position: static;
}
.primary-navbar .mega-dropdown-menu {
    width: 100%}
.navigation .primary-navbar li .mega-dropdown-menu {
    padding: 35px 15px;
}
.sub-list>ul {
    padding: 0;
}
.sub-list>ul li a {
    display: block;
}
.navigation .mega-dropdown-menu li>a {
    color: #fff;
    text-transform: capitalize;
}
.navigation .mega-dropdown-menu li a:hover {
    color: #a3a3a3;
}
.navigation .mega-dropdown-menu .flicker-feed img {
    height: 73px;
    width: 73px;
}
.mega-dropdown-menu .section-title {
    border-bottom: 1px solid #a3a3a3;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.mega-dropdown-menu .blog-heading .blog-title {
    width: 70%}
.mega-dropdown-menu .nav-2 .owl-nav {
    top: -65px;
}
.mega-dropdown-menu .mega-dropdown-slider .hover {
    position: absolute;
    visibility: hidden;
    top: 100%;
    z-index: 1;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
}
.mega-dropdown-slider .hover .title-2 {
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: middle;
}
.mega-dropdown-slider .hover-effect-1:hover .hover {
    top: 32%;
    visibility: visible;
}
.cate-navbar {
    float: none;
}
.cate-navbar>li {
    display: block;
    float: none;
    text-transform: unset;
    width: 100%}
.cate-navbar>li.dropdown>a.dropdown-toggle::before {
    border: medium none;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 13px;
}
.cate-navbar>li>a {
    background-color: #f2f2f2;
    display: inline-block;
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 15px;
    width: 100%}
.cate-navbar>li+li>a {
    border-top: 1px solid #d6d6d6;
}
.cate-navbar li .mega-dropdown-menu {
    padding: 30px 0;
}
.header-cat {
    margin: 3% 0;
}
#list-view .prod-title{
        line-height: 1.6 !important;
}
.cate-navbar li .mega-dropdown-menu .menu-block {
    border-right: 1px solid rgba(255, 255, 255, .2);
    padding: 0 30px;
}
.cate-navbar .mega-dropdown-menu .section-title {
    margin-top: 20px;
}
.cate-navbar .mega-dropdown-menu li+li {
    padding-top: 10px;
}
.cate-bar {
    background-color: rgb(49 49 49);
}
.cat-menu .section-title {
    font-size: 18px;
    color: #fff;
    margin: 18px 0;
    float: left;
}
.cat-menu i {
    color: #fff;
    float: right;
    font-size: 17px;
    margin: 20px 0;
}
.cate-form {
    display: inline-block;
    width:100%;
    padding: 10px 0;
    vertical-align: middle;
    margin-left: 0%}
.cate-form .form-group {
    margin: 0;
}
.cate-form .bootstrap-select .btn, .cate-form .form-control.text {
    height: 35px;
    line-height: 35px;
    padding: 8px 20px;
    border: none;
    background-color: #fff;
    color: #999;
}
.cate-form .form-control.text {
    border-left: 1px solid #ccc;
    font-style: italic;
}
.cate-form .bootstrap-select .btn .filter-option {
    line-height: normal;
}
.cate-form .bootstrap-select.btn-group .dropdown-toggle .caret {
    top: 0;
}
.cate-form .submit-btn i {
    padding: 0;
    vertical-align: middle;
    line-height: 0;
}
.cate-form .submit-btn {
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    font-size: 13px;
    width: 170px;
    line-height: 0;
}
.cate-form .bootstrap-select .btn:focus, .cate-form .bootstrap-select .btn:hover {
    background-color: #fff!important;
}
.white-l,
.wp-dark-mode-active .dark-l,
.item-language-en,
.item-language-uz,
.hide {
    display:none!important;
}
.pop-up-box ul, .top-right ul {
    margin: 0;
}
.top-elements>li {
    display: inline-block;
}
.top-elements>li+li {
    margin-left: 10px;
}
.top-elements>li>a {
    color: #000;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 25px;
    vertical-align: middle;
    position: relative;
}
.items-count {
    border-radius: 1em;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -10px;
    top: -5px;
    text-align: center;
    width: 20px;
    background-color: #d5292c;
}
.search-icon::after {
    z-index: 1;
    opacity: 1;
    -ms-transform: translateY(48px) rotateX(-90deg);
    -webkit-transform: translateY(48px) rotateX(-90deg);
    transform: translateY(48px) rotateX(-90deg);
}
.search-icon::before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 15px;
    -ms-transition: all .3s;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -ms-transform: translateY(0) rotateX(0);
    -webkit-transform: translateY(0) rotateX(0);
    transform: translateY(0) rotateX(0);
}
.top-elements>li:hover>.pop-up-box {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}
.top-elements>li:hover>.pop-up-box.search-popup {
    bottom: 0;
    top: auto;
    transform: translateY(35px);
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
}
.cart-icon::after {
    content: "\f07a";
    font-family: FontAwesome;
    font-size: 18px;
}
.pop-up-box {
    background-color: #fff;
    display: inline-block;
    height: auto;
    position: absolute;
    right: 1px;
    text-align: left;
    top: 14px;
    z-index: 1001;
    width: 330px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transition: transform .3s ease 0s;
    -webkit-transition: transform .3s ease-in-out 0s;
    -ms-transition: transform .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease 0s;
}
.cart-btns, .cart-item, .cart-title, .cart-total {
    padding-left: 25px;
    padding-right: 25px;
}
.cart-title .title-1 {
    float: left;
    margin: 12px 0;
}
.cart-title span {
    float: right;
    font-size: 18px;
    margin: 10px;
}
.cart-list>div {
    display: table-cell;
    vertical-align: middle;
}
.cart-list {
    margin-top: 25px;
}
.cart-img {
    padding-right: 20px;
}
.cart-list .prod-title {
    border: medium none;
    margin: 0;
    padding: 5px 0;
}
.cart-detail sub {
    bottom: 0;
}
.cart-total div {
    padding: 20px 0;
}
.cart-total {
    margin-top: 30px;
}
.cart-btns {
    padding-bottom: 25px;
}
.cart-style-1 {
    border: 3px solid #000;
}
.cart-style-1 .title-1 {
    color: #fff;
}
.cart-style-1 .cart-title {
    background-color: #000;
    border-bottom: 3px solid #000;
    color: #fff;
}
.cart-style-1 .prod-title {
    border-bottom: 1px solid #000;
    margin-bottom: 13px;
    padding: 0 0 13px;
}
.cart-style-1 .cart-total {
    border-top: 2px solid #000;
}
.pop-up-box.search-popup {
    padding: 0;
    right: 0;
    width: 600px;
    border: 2px solid #000;
}
.search-popup .form-group {
    margin: 0;
}
.search-popup .bootstrap-select .dropdown-toggle, .search-popup .form-group .form-control {
    border: none;
}
.search-popup .search-selectpicker {
    border-right: 1px solid #ccc;
}
.form-wrap .form-control.submit-btn {
    border: medium none;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: auto;
}
.header-2 .navigation .primary-navbar li .dropdown-menu {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    color: #000;
    border-bottom: 2px solid #000;
}
.header-2 .navigation .dropdown-menu>li {
    border-bottom: 1px solid rgba(216, 216, 216, .2);
}
.header-2 .navigation .dropdown-menu>li>a {
    color: #000;
}
.header-2 .blog-title, .header-2 .cart-style-1 .title-1, .header-2 .white-clr .section-title {
    color: #000;
}
.header-2 .blog-heading.wht .date, .header-2 .nav-2.wht .owl-nav>div {
    border: 2px solid #000;
    color: #000;
}
.header-2 .blog-heading.wht .date:focus, .header-2 .blog-heading.wht .date:hover, .header-2 .nav-2.wht .owl-nav>div:focus, .header-2 .nav-2.wht .owl-nav>div:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.header-2 .cart-style-1 .cart-title {
    background-color: #fff;
    color: #000;
}
.header-2 .cart-style-1 {
    border: 2px solid #000;
}
.header-2 .cart-style-1 .cart-title {
    border-bottom: 2px solid #000;
    padding: 5px 25px;
}
.header-2 .pop-up-box .items-count {
    top: 15px;
    right: 20px;
}
.header-2 .cart-title span {
    margin: 10px 25px 10px 10px;
}
.header-3 .top-nav.list-items li {
    margin: 0;
}
.header-3 .top-nav.list-items>li {
    margin: 0 5px;
}
.header-3 .primary-navbar {
    float: none;
}
.header-3 .main-header {
    padding: 45px 0 0;
}
.top-nav .cart-preview {
    color: #fff;
    margin-right: 45px;
    text-transform: uppercase;
}
.header-3 .items-count {
    right: 20px;
    top: 11px;
}
.cart-preview>i {
    margin-left: 10px;
    margin-right: 10px;
}
.header-3 .cart-hover {
    border-left: 1px solid #282828;
    border-right: 1px solid #282828;
}
.header-3 .cart-hover:hover {
    background-color: #fff;
}
.header-3 .cart-hover:hover .cart-preview {
    color: #000;
}
.header-3 .cart-hover:hover>.pop-up-box {
    visibility: visible;
    opacity: 1;
    top: 100%;
    right: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}
.header-3 .cart-style-1 .cart-total {
    border-top: 1px solid #f4f4f4;
}
.border-menubar {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    margin-top: 40px;
}
.header-3 .navigation .primary-navbar li .dropdown-menu {
    background-color: #fff;
    color: #000;
    border: 1px solid #f4f4f4;
}
.header-3 .navigation .dropdown-menu>li {
    border-bottom: 1px solid rgba(216, 216, 216, .2);
}
.header-3 .navigation .dropdown-menu>li>a {
    color: #000;
}
.header-3 .blog-title, .header-3 .cart-style-1 .title-1, .header-3 .white-clr .section-title {
    color: #000;
}
.header-3 .blog-heading.wht .date, .header-3 .nav-2.wht .owl-nav>div {
    border: 2px solid #000;
    color: #000;
}
.header-3 .blog-heading.wht .date:focus, .header-3 .blog-heading.wht .date:hover, .header-3 .nav-2.wht .owl-nav>div:focus, .header-3 .nav-2.wht .owl-nav>div:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.header-3 .cart-style-1 .cart-title {
    background-color: #fff;
    color: #000;
}
.header-3 .cart-style-1 {
    border: 1px solid #f4f4f4;
    right: 0;
}
.header-3 .pop-up-box .items-count {
    top: 15px;
    right: 20px;
}
.header-3 .cart-title span {
    margin: 10px 25px 10px 10px;
}
.header-3 .search-review .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 15px;
    top: 0;
}
.header-3 .search-review .bootstrap-select .btn .filter-option {
    line-height: 58px;
}
.header-3 .search-review .form-group .fa {
    position: absolute;
    right: 15px;
    top: 35px;
}
.header-3 .search-review .bootstrap-select .btn, .header-3 .search-review .form-control, .header-3 .search-review .input-group-addon {
    font-size: 13px;
    height: 80px;
    line-height: 80px;
    border: none;
    padding: 10px;
    text-transform: capitalize;
}
.header-3 .search-review .search-selectpicker {
    border-left: 1px solid #f4f4f4;
}
.header-3 .search-review .form-group {
    margin: 0;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
}
@media (min-width:768px) and (max-width:1199px) {
    .header-3 .header-logo {
    text-align: left;
}
.header-3 .search-review {
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
}
}
@media (min-width:768px) and (max-width:1023px) {
    .header-3 .top-nav {
    float: none!important;
    text-align: center;
}
.header-3 .cart-hover {
    border: none;
}
.header-3 .header-topbar p {
    text-align: center;
}
}
.text-align-center {
    text-align: center;
}
@media (max-width:767px) {
    .header-3 .cart-hover {
    border: none;
}
.header-3 .header-wrap {
    position: relative;
    padding-bottom: 40px;
}
}
.header-4 .main-header {
    padding: 0;
}
.header-4 .primary-navbar {
    float: none;
    margin-top: 40px;
}
.header-4 .header-logo {
    margin-top: 40px;
}
.header-4 .navigation .primary-navbar li .dropdown-menu {
    background-color: #fff;
    color: #000;
    min-width: 300px;
    border: 1px solid #f4f4f4;
}
.header-4 .navigation .dropdown-menu>li {
    margin: 0 20px;
}
.header-4 .navigation .dropdown-menu>li+li {
    border-top: 1px dotted #a3a3a3;
}
.header-4 .navigation .dropdown-menu>li>a {
    color: #000;
    padding: 15px 10px;
}
.header-4 .blog-title, .header-4 .cart-style-1 .title-1, .header-4 .white-clr .section-title {
    color: #000;
}
.header-4 .blog-heading.wht .date, .header-4 .nav-2.wht .owl-nav>div {
    border: 2px solid #000;
    color: #000;
}
.header-4 .blog-heading.wht .date:focus, .header-4 .blog-heading.wht .date:hover, .header-4 .nav-2.wht .owl-nav>div:focus, .header-4 .nav-2.wht .owl-nav>div:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.header-4 .cart-style-1 .cart-title {
    background-color: #fff;
    color: #000;
}
.header-4 .cart-style-1 {
    border: 2px solid #000;
}
.header-4 .cart-style-1 .cart-title {
    border-bottom: 2px solid #000;
    padding: 5px 25px;
}
.header-4 .pop-up-box .items-count {
    top: 15px;
    right: 20px;
}
.header-4 .cart-title span {
    margin: 10px 25px 10px 10px;
}
.header-4 .cart-preview {
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    display: inline-block;
    font-size: 16px;
    padding: 30px 10px;
    width: 100%}
.header-4 .search-review .form-group {
    margin: 0;
}
.header-4 .items-count {
    right: 20px;
    top: 32px;
    margin-bottom: -1px;
}
.header-4 .header-wrap {
    border-bottom: 1px solid #f4f4f4;
}
.header-4 .search-review .form-group .fa {
    top: auto;
    bottom: 35px;
}
.header-4 .search-review .form-control {
    height: 80px;
}
.header-4 .cart-style-1 .cart-total {
    border-top: 1px solid #f4f4f4;
}
.header-4 .cart-style-1 {
    border: 1px solid #f4f4f4;
    right: 0;
}
.header-4 .cart-hover {
    position: relative;
}
.header-4 .cart-hover:hover>.pop-up-box {
    visibility: visible;
    opacity: 1;
    top: 100%;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}
@media (min-width:768px) and (max-width:1199px) {
    .header-4 .search-cart {
    position: absolute;
    top: 0;
    right: 0;
}
}
@media (max-width:767px) {
    .header-4 .primary-navbar {
    margin-top: 0;
}
.header-4 .cart-preview {
    border-top: 1px solid #f4f4f4;
    margin-top: 25px;
    position: relative;
}
}
@media (min-width:768px) {
    .cate-navbar li .dropdown-menu, .navigation .primary-navbar li .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transition: transform .3s ease 0s;
    -webkit-transition: -webkit-transform .3s ease-in-out 0s;
    -ms-transition: -ms-transform .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease 0s;
}
.cate-navbar>li:hover>.dropdown-menu, .navigation .primary-navbar>li:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}
.cate-navbar .dropdown-menu li:hover>.dropdown-menu, .navigation .dropdown-menu li:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}
.navigation .dropdown-menu>li .dropdown-menu {
    left: 100%;
    top: 0;
    margin: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
}
.cate-navbar .dropdown-menu li .dropdown-menu {
    left: 100%;
    right: auto;
    top: 0;
    margin: 0;
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
}
.cate-navbar li .dropdown-menu {
    left: 100%;
    top: 0;
}
.cate-navbar .mega-dropdown-menu {
    width: 900px;
}
}
@media (min-width:992px)and (max-width:1199px) {
    .top-right {
    top: -50px;
}
.cate-navbar .mega-dropdown-menu {
    width: 700px;
}
}
@media (min-width:768px)and (max-width:1199px) {
    .logo-title {
    font-size: 10px;
}
.primary-navbar {
    float: none;
    text-align: center;
}
.primary-navbar>li.dropdown {
    padding-right: 20px;
}
.primary-navbar>li {
    display: inline-block;
    float: none;
    padding-left: 10px;
    padding-right: 10px;
}
.menu-block:nth-child(3n) {
    margin-top: 40px;
}
.top-right {
    position: absolute;
    right: 0;
}
.header-logo {
    text-align: center;
}
.top-nav>li {
    padding: 10px 0;
}
.cate-form .submit-btn {
    width: 100px;
}
.cate-form .bootstrap-select .btn, .cate-form .form-control.text {
    padding: 8px;
}
}
@media (min-width:768px)and (max-width:991px) {
    .cate-navbar .mega-dropdown-menu {
    width: 500px;
}
}
@media (max-width:767px) {
    .nav-trigger {
    float: right;
}
.nav-trigger .toggle-icon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 3px solid #000;
    color: #000;
    cursor: pointer;
    display: inline-block;
    height: 45px;
    line-height: 2.8;
    margin: 8px 0;
    text-align: center;
    vertical-align: middle;
    width: 45px;
    z-index: 1;
}
.nav-trigger .toggle-icon:hover {
    background-color: #000;
    color: #fff;
}
.header-wrap .navigation {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #000;
    display: inline-block;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    vertical-align: middle;
    width: 97%;
    margin: 0 5px;
    max-height: 350px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(300px);
    -webkit-transform: translateY(300px);
    -ms-transform: translateY(300px);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
}
.navigation.off-canvas {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
}
.navigation .primary-navbar li.open .dropdown-menu {
    display: block;
    border: none;
    padding: 20px 0;
}
.navigation .dropdown-menu>.dropdown .dropdown-menu li a {
    margin-left: 20px;
    padding-left: 10px;
}
.navigation .primary-navbar li.open .dropdown-menu .dropdown-menu {
    padding: 0 0 0 15px;
}
.primary-navbar {
    float: none;
    margin: 0;
}
.off-canvas .nav-trigger .toggle-icon {
    height: 20px;
    line-height: normal;
    position: absolute;
    right: 15px;
    top: 0;
    width: 22px;
}
.off-canvas nav {
    padding-top: 30px;
}
.navigation li a .bubble {
    left: 30px;
    right: auto;
}
.primary-navbar>li {
    padding: 0 20px;
}
.primary-navbar>li.dropdown {
    padding-right: 20px;
}
.primary-navbar>li.dropdown>a.dropdown-toggle::before {
    right: 0;
}
.primary-navbar>li.active>a::after, .primary-navbar>li:focus>a::after, .primary-navbar>li:hover>a::after, .primary-navbar>li>a::after {
    background: 0 0;
}
.menu-block+.menu-block {
    border: medium none;
    margin-top: 30px;
    min-height: auto;
}
.main-header {
    padding: 25px 0;
}
.header-logo>a {
    float: left;
}
.header-logo img {
    width: 100%}
.logo-title {
    font-size: 10px;
}
.top-right {
    float: right;
    margin-right: 10px;
    position: static;
    top: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}
.header-topbar {
    text-align: center;
}
.top-nav {
    float: none!important;
}
.header-topbar p {
    margin: 9px 0 0;
}
.top-nav>li {
    padding: 10px 0;
}
.pop-up-box {
    right: 10px;
}
.pop-up-box.search-popup {
    right: 10px;
    width: auto;
}
.cate-form .submit-btn {
    width: 25%;
    font-size: 10px;
}
.cate-wrap>nav {
    max-height: 350px;
}
.cate-navbar {
    overflow: visible;
    margin: 0;
    background-color: #f2f2f2;
}
.cate-navbar .open .dropdown-menu {
    background-color: #000;
    margin: 0 20px;
}
.cate-navbar .open>a, .cate-navbar .open>a:focus, .cate-navbar .open>a:hover {
    border-color: #000;
}
.cate-navbar>li.dropdown>a.dropdown-toggle::before {
    content: "\f107"}
.cate-toggle {
    cursor: pointer;
}
.cate-wrap {
    display: none;
    margin-top: -50px;
    z-index: 999;
}
.cate-form .bootstrap-select .btn, .cate-form .form-control.text {
    padding: 8px;
}
}
@media (max-width:320px) {
    .pop-up-box {
    width: 300px;
}
.pop-up-box .prod-meta .theme-btn {
    min-width: 130px;
}
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
progress {
    vertical-align: baseline;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: inherit;
}
b, strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
.prod-wrap figure {
    margin: 0!important;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button, input, select, textarea {
    font: inherit;
    margin: 0;
}
optgroup {
    font-weight: 700;
}
button, input, select {
    overflow: visible;
}
button, select {
    text-transform: none;
}
[type=button], [type=reset], [type=submit], button {
    cursor: pointer;
}
[disabled] {
    cursor: default;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button:-moz-focusring, input:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none!important;
}
.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus, .mfp-close:hover {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1;
}
.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000;
}
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
    padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
}
.mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
}
.mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0;
}
}
@media all and (max-width:900px) {
    .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75);
}
.mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
}
.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%}
.mfp-container {
    padding-left: 6px;
    padding-right: 6px;
}
}
#loading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 2000;
    top: 0;
    background: #fff;
}
.loader {
    width: 100px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.loader .image {
    width: 100px;
    height: 160px;
    font-size: 40px;
    text-align: center;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation: 3s rotate infinite;
    animation: 3s rotate infinite;
    opacity: 0;
}
.loader span {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
}
@-webkit-keyframes rotate {
    0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
10% {
    opacity: 0;
}
35% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}
65% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}
80% {
    opacity: 0;
}
100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
}
@keyframes rotate {
    0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
10% {
    opacity: 0;
}
35% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}
65% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}
80% {
    opacity: 0;
}
100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
}
body {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    background: #fcfcfc;
    color: rgb(49 49 49);
    font-size: 14px;
    -webkit-font-kerning: auto;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: visible!important;
    overflow-x: hidden;
}
.boxed .wrapper {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1200px;
}
.theme-container {
    padding-left: 0;
    padding-right: 0;
}
.no-padding {
    padding-left: 0;
    padding-right: 0;
}
.no-margin {
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
    transition: all .4s linear 0s;
    -webkit-transition: all .4s linear 0s;
}
.img-effect:hover .img-hover>img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.owl-carousel .owl-item .carousel-inner>img {
    max-width: none;
}
.owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}
.panel {
    background-color: inherit;
}
.light-bg {
    background-color: #f2f2f2;
}
.light-bg-1 {
    background-color: #fcfcfc;
}
.white-bg {
    background-color: #fff;
}
.black-bg {
    background-color: #000;
}
.rel-div {
    position: relative;
    z-index: 1;
}
.pattern-bg-1 {
    background-image: url(assets/img/banner/pattern-bg.jpg);
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
}
.black-mask, .white-mask {
    position: relative;
    transition: all .4s linear 0s;
    -webkit-transition: all .4s linear 0s;
}
.item .text-middle .text-center{
    padding:10px 0!important;
}
.black-mask:before, 
.white-mask:before {
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    transition: all .4s linear 0s;
    -webkit-transition: all .4s linear 0s;
}
.item .text-middle .text-center .section-title, 
.item .text-middle .text-center .sub-detail{
    background:rgb(0 0 0 / 40%) none repeat scroll 0 0 !important;
        width: 95%;
    margin: 0 auto;
}
.black-mask:before {
    background: rgba(0, 0, 0, .5) none repeat scroll 0 0 !important;
}
.white-mask:before {
    background: rgba(255, 255, 255, .5) none repeat scroll 0 0;
}
.divider-solid {
    border-color: #000;
    border-style: solid;
}
.divider-dotted {
    border-color: #a3a3a3;
    border-style: dotted;
}
.title-wrap {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.blog-title, .prod-title, .section-title, .title-1, .title-2, .widget-title {
    color: #000;
    text-transform: uppercase;
}
.section-title.wht {
    color: #fff;
}
.section-title {
    font-size: 24px;
    margin: 0;
}
.section-title>span {
    margin: 0 4px;
    vertical-align: middle;
}
.widget-title {
    border-bottom: 1px solid #000;
    margin: 0 0 25px;
    padding-bottom: 20px;
    font-size: 24px;
}
.border-title {
    border-bottom: 1px solid #000;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 25px;
    padding: 25px 0 18px;
    text-transform: uppercase;
}
.title-1 {
    font-size: 16px;
}
.title-2 {
    font-size: 18px;
    font-weight: 700;
}
.sub-detail {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 500;
}
.discriptions {
    text-align: justify;
}
.sub-detail.wht {
    color: #fff;
}
.white-clr .section-title, .white-clr .sub-detail, .white-clr a {
    color: #fff;
}
.white-clr a:hover {
    color: #a3a3a3;
}
.line {
    position: relative;
    padding-left: 3px;
    padding-right: 3px;
}
.line:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    width: 100%;
    background-color: #d5292c;
    transition: transform .3s ease 0s;
    -webkit-transition: transform .3s ease 0s;
    -ms-transition: transform .3s ease 0s;
}
.title-1.line:before {
    width:0!important;
}
.white-clr {
    color: #fff;
}
.black-clr {
    color: #000;
}
.gray-clr {
    color: #a3a3a3;
}
.gray-light {
    color: #ccc;
}
.red-clr {
    color: #d5292c;
}
.black-bg {
    background-color: #000;
}
.gray-bg {
    background-color: #999;
}
.red-bg {
    background-color: #c33;
}
.yellow-bg {
    background-color: #fc6;
}
.green1-bg {
    background-color: #16c79e;
}
.green2-bg {
    background-color: #109121;
}
.blue1-bg {
    background-color: #16a9c7;
}
.blue2-bg {
    background-color: #185999;
}
.violate-bg {
    background-color: #461899;
}
.pink-bg {
    background-color: #c7166f;
}
.block-inline {
    display: block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
}
.list-items li {
    display: inline-block;
    margin: 0 5px;
}
.list-items {
    margin-bottom: 0;
}
.black-arrow, a.black-arrow {
    color: #000!important;
}
.white-arrow, a.white-arrow {
    color: #fff!important;
}
.black-arrow i, .white-arrow i {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    line-height: normal;
    transition: transform .4s ease 0s;
    -webkit-transition: transform .4s ease 0s;
    -ms-transition: transform .4s ease 0s;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
}
.black-arrow:hover i, .white-arrow:hover i {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
}
.black-tag>span, .red-tag>span {
    position: absolute;
    right: -55px;
    top: 13px;
    transform: rotate(49deg);
    -webkit-transform: rotate(49deg);
    -ms-transform: rotate(49deg);
}
.black-tag, .red-tag {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 60px 60px 0;
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
}
.red-tag {
    border-color: transparent #c00 transparent transparent;
}
.black-tag {
    border-color: transparent #000 transparent transparent;
}
.black-tag, .black-tag-left, .hot-tag, .hot-tag-left {
    border-radius: 0;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    padding: 0 3px;
    position: relative;
    z-index: 2;
}
.hot-tag, .hot-tag-left {
    background-color: #d5292c;
}
.black-tag, .black-tag-left {
    background-color: #000;
}
.black-tag::after, .black-tag::before {
    border-left: 6px solid #000;
}
.bubble {
    display: table;
    margin: auto;
    position: absolute;
    right: -15px;
    top: 0;
    width: auto;
}
.black-tag-left:before {
    border-color: transparent #000 transparent transparent;
}
.sec-space {
    padding-bottom: 68px;
    padding-top: 68px;
}
.ptb-15 {
    padding-bottom: 15px;
    padding-top: 15px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pt-15 {
    padding-top: 15px;
}
.ptb-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pt-20 {
    padding-top: 20px;
}
.ptb-25 {
    padding-bottom: 25px;
    padding-top: 25px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pt-25 {
    padding-top: 25px;
}
.ptb-30 {
    padding-bottom: 30px;
    padding-top: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pt-30 {
    padding-top: 30px;
}
.ptb-40 {
    padding-bottom: 40px;
    padding-top: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.ptb-35 {
    padding-bottom: 35px;
    padding-top: 35px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pt-35 {
    padding-top: 35px;
}
.ptb-50 {
    padding-bottom: 50px;
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.ptb-60 {
    padding-bottom: 60px;
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.ptb-70 {
    padding-bottom: 70px;
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-70 {
    padding-top: 70px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-30 {
    margin-bottom: 30px;
}
.btn:active, .btn:focus, .btn:hover, a:focus, a:hover a:active {
    text-decoration: none;
    outline: 0;
}
.btn, a {
    -ms-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: rgb(49 49 49);
}
.smooth-trantn, a:active, a:focus, a:hover {
    text-decoration: none;
    -ms-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
a:active, a:focus, a:hover {
    color: #a3a3a3;
}
p {
    margin-bottom: 15px;
    line-height: 1.7;
}
ol, ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}
ol ol, ol ul, ul ol, ul ul {
    padding-left: 20px;
}
h2, h3, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.align-center {
    text-align: center;
}
.theme-btn {
    cursor: pointer;
    display: inline-block;
    border: 2px solid;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    padding: 0 10px;
    min-width: 155px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    outline: 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: transparent;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.theme-btn::after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.theme-btn:hover::after {
    height: 230%;
    opacity: 1;
}
.theme-btn:active::after {
    height: 400%;
    opacity: 1;
}
.small-btn {
    height: 45px;
    font-size: 14px;
    min-width: 165px;
    line-height: 42px;
}
.theme-btn .fa {
    border-right: 2px solid;
    float: left;
    line-height: 43px;
    margin-left: -10px;
    margin-right: 10px;
    width: 40px;
}
.btn-white {
    border: 2px solid #fff;
    color: #fff;
}
.btn-white::after {
    background: #fff;
}
.btn-white:active, .btn-white:hover {
    color: #000;
}
.btn-white-1 {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.btn-white-1:hover {
    background-color: transparent;
    color: #fff;
}
.btn-black, .wpcf7-submit .btn-black {
    border: 2px solid #ccc;
    color: #ccc;
}
.btn-black::after {
    background: #ccc;
}
.btn-black:active, .btn-black:hover {
    color: #313131;
}
#main-slider .btn-black-1{
    background-color: #313131 !important;
border-color: #313131 !important;
color: #fff!important;
}
#main-slider .btn-black-1:hover{
    background-color:transparent !important;
    border-color: #000 !important;
    color: #000 !important;
}
.btn-black-1 {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff;
}
.btn-black-1:hover {
    background-color: transparent;
    border-color: #000;
    color: #313131;
}
label.btn input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    text-transform: uppercase;
}
.form-group {
    margin-bottom: 15px;
}
.bootstrap-select .btn, .form-control, .input-group-addon {
    background-color: rgba(0, 0, 0, 0);
    border-color: #f4f4f4;
    border-radius: 0;
    box-shadow: none;
    color: #a3a3a3;
    text-transform: uppercase;
    font-size: 14px;
    height: 45px;
    padding: 10px 20px;
}
.form-control.submit-btn {
    height: auto;
    line-height: normal;
}
.form-alert {
    margin: 0;
}
label {
    font-weight: 400;
}
.form-group [type=radio], [type=checkbox] {
    border: 0 none;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.checkbox-inline, .form-group .radio-inline {
    margin: 0;
    padding-left: 0;
    line-height: 1.2;
    color: #a3a3a3;
    vertical-align: -moz-middle-with-baseline;
}
[type=checkbox]+span, [type=radio]+span {
    border: 1px solid #a3a3a3;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin-right: 8px;
    position: relative;
    width: 10px;
}
.checkbox-inline:hover [type=checkbox]+span, .radio-inline:hover [type=checkbox]+span, [type=checkbox]:checked+span, [type=radio]:checked+span {
    border-color: #d5292c;
}
[type=checkbox]:checked+span::before, [type=radio]:checked+span::before {
    background-color: #d5292c;
    bottom: 0;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
}
.bootstrap-select .btn .filter-option {
    color: #000;
    line-height: 25px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    border: none;
    margin-top: 0;
    right: 30px;
    top: 12px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret::after {
    content: "\f0d7";
    font-family: fontawesome;
    font-size: 13px;
    color: #000;
}
.bootstrap-select .btn-default.active.focus, .bootstrap-select .btn-default.active:focus, .bootstrap-select .btn-default.active:hover, .bootstrap-select .btn-default.focus:active, .bootstrap-select .btn-default:active:focus, .bootstrap-select .btn-default:active:hover, .bootstrap-select>.dropdown-toggle.btn-default.focus, .bootstrap-select>.dropdown-toggle.btn-default:focus, .bootstrap-select>.dropdown-toggle.btn-default:hover {
    background-color: transparent;
    border-color: #ccc;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: 0 none!important;
    outline-offset: 0;
}
::-webkit-input-placeholder {
    color: #a3a3a3;
}
:-moz-placeholder {
    color: #a3a3a3;
}
::-moz-placeholder {
    color: #a3a3a3;
}
:-ms-input-placeholder {
    color: #a3a3a3;
}
.form-control::-webkit-input-placeholder {
    color: #a3a3a3;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #a3a3a3;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    color: #a3a3a3;
    opacity: 1;
}
.form-control:focus {
    background-color: transparent;
    border-color: #e7e8ec;
    box-shadow: none;
    outline: 0 none;
}
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: 0;
}
input:focus::-webkit-input-placeholder {
    color: transparent!important;
}
input:focus:-moz-placeholder {
    color: transparent!important;
}
input:focus::-moz-placeholder {
    color: transparent!important;
}
input:focus:-ms-input-placeholder {
    color: transparent!important;
}
textarea:focus::-webkit-input-placeholder {
    color: transparent!important;
}
textarea:focus:-moz-placeholder {
    color: transparent!important;
}
textarea:focus::-moz-placeholder {
    color: transparent!important;
}
textarea:focus:-ms-input-placeholder {
    color: transparent!important;
}
.box-hover:hover>img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.box-hover:hover .black-mask:before {
    background: rgba(0, 0, 0, .1) none repeat scroll 0 0;
}
.box-hover h2 {
    position: relative;
    overflow: hidden;
    display: inline-block;
    transition: all .4s linear 0s;
    -webkit-transition: all .4s linear 0s;
}
.box-hover h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ffffff00;
    content: '';
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.box-hover:hover h2::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #ffffff !important;
}
.box-hover:hover h2 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    transition: all .4s linear 0s;
    -webkit-transition: all .4s linear 0s;
}
.hover-effect-1 {
    position: relative;
    text-align: center;
}
.hover-effect-1::before {
    background: rgba(0, 0, 0, .4) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 1;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
}
.hover-effect-1:hover:before {
    top: 0;
}
.theme-tabs>li {
    padding: 0 25px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin: 5px 0;
}
.theme-tabs>li+li {
    margin-left: -4px;
    vertical-align: middle;
}
.theme-tabs>li a {
    padding: 0 3px;
    text-transform: uppercase;
    color: #ccc;
    position: relative;
    display: inline-block;
}
#tabs li.active{
    border-bottom:2px solid #ccc;
}
.theme-tabs>li a:focus, .theme-tabs>li a:hover, .theme-tabs>li.active a {
    background: 0 0;
    color: #000;
}
.font-2, .section-title, .title-1, .widget-title {
    font-family: Oswald, sans-serif;
}
.font-1 {
    font-family: Roboto, sans-serif;
}
.normal-font {
    font-weight: 400;
}
.bold-font {
    font-weight: 700;
}
.italic-font {
    font-style: italic;
}
.extra-bold-font {
    font-weight: 800;
}
.light-font {
    font-weight: 300;
}
.upper-text {
    text-transform: uppercase;
}
.normal-text {
    text-transform: none;
}
.capital-text {
    text-transform: capitalize;
}
.fsz-8 {
    font-size: 8px;
}
.fsz-10 {
    font-size: 10px;
}
.fsz-12 {
    font-size: 12px;
}
.fsz-14 {
    font-size: 14px;
}
.fsz-15 {
    font-size: 15px;
}
.fsz-16 {
    font-size: 16px;
}
#prod-tab-1 p,
.fsz-18 {
    font-size: 18px;
}
.fsz-20 {
    font-size: 20px;
    line-height: 1.4;
}
.fsz-24 {
    font-size: 24px;
}
.fsz-36 {
    font-size: 36px;
}
.fsz-48 {
    font-size: 48px;
}
.fsz-56 {
    font-size: 56px;
}
.fsz-86 {
    font-size: 65px;
}
.fw-900 {
    font-weight: 900;
}
.fw-600 {
    font-weight: 600;
}
.fw-500 {
    font-weight: 500;
}
.fw-300 {
    font-weight: 300;
}
.rating span.star::before {
    color: #ccc;
    font-size: 15px;
    content: "\f005";
    font-family: FontAwesome;
}
.rating span.star.active::before {
    color: #000;
}
.rating span.star.half:before {
    color: #000;
    content: "\f089";
    font-family: FontAwesome;
}
.owl-theme [class^=prod-tag] {
    right: -3px;
}
.owl-nav>div {
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
}
.nav-1 .owl-nav {
    position: absolute;
    right: 0;
    top: -30px;
}
.nav-1 .owl-nav .owl-next {
    margin-left: 10px;
}
.nav-2 .owl-nav>div {
    border: 2px solid #000;
    color: #000;
    font-size: 16px;
    height: 23px;
    line-height: 15px;
    text-align: center;
    width: 23px;
}
.nav-2 .owl-nav>div:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.nav-2.wht .owl-nav>div {
    border: 2px solid #fff;
    color: #fff;
}
.nav-2.wht .owl-nav>div:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.nav-2 .owl-nav {
    position: absolute;
    right: 0;
    top: -30px;
}
.nav-2 .owl-nav .owl-next {
    margin-left: 10px;
}
.owl-theme .owl-dots {
    text-align: center;
}
.owl-theme .owl-dots .owl-dot {
    background: rgba(0, 0, 0, 0) none repeat scroll center top;
    border: 2px solid #000;
    display: inline-block;
    vertical-align: middle;
    height: 14px;
    margin: 0 5px;
    position: relative;
    width: 14px;
}
.owl-theme .owl-dots .owl-dot span {
    background-color: #000;
    bottom: 0;
    height: 6px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 6px;
    opacity: 0;
    transition: opacity .2s ease 0s;
    -webkit-transition: opacity .2s ease 0s;
}
.owl-theme.dots-black .owl-dots .owl-dot {
    border: 2px solid #000;
}
.owl-theme.dots-black .owl-dots .owl-dot span {
    background-color: #000;
}
.owl-theme.dots-white .owl-dots .owl-dot {
    border: 2px solid #fff;
}
.owl-theme.dots-white .owl-dots .owl-dot span {
    background-color: #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
}
.tbl-wrp {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.tbl-wrp .text-middle {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
}
.tbl-wrp .tbl-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%}
.banner-1 {
    position: relative;
    padding: 0;
    overflow: hidden;
}
.banner-2 img {
    width: auto;
}
.banner-1 .section-title {
    margin: 0;
}
.banner-1 .sub-detail {
    margin-bottom: 0;
}
.banner-1 .banner-content {
    padding: 0 6%}
.banner-content .theme-btn {
    margin-top: 50px;
}
.prod-img {
    display: inline-block;
    position: relative;
    width: 100%}
.img-hover {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}
.prod-wrap:hover .img-hover>img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.prod-tag-1, .prod-tag-red {
    border: 3px solid rgba(0, 0, 0, .06);
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    height: 55px;
    width: 55px;
    line-height: 47px;
    position: absolute;
    right: -20px;
    top: -20px;
    text-align: center;
    text-transform: uppercase;
}
.prod-tag-1>span, .prod-tag-red>span {
    border-radius: 50%;
    display: inline-block;
    height: 100%;
    width: 100%}
.prod-tag-1>span {
    background-color: #000;
}
.prod-tag-red>span {
    background-color: #d5292c;
}
.prod-cat {
    background-color: #000;
    bottom: 0;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    left: 0;
    padding: 4px 10px 2px;
    position: absolute;
    text-transform: uppercase;
}
.prod-title {
    border-bottom: 1px solid #000;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 18px;
    padding: 17px 0;
    text-transform: none;
    text-align: center;
        height: 65px;
    line-height: 1.34;
}
.blog-title {
    border-bottom: 1px solid #000;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 17px;
}
.prod-content .prod-price {
    font-size: 16px;
}
.prod-price del, .prod-price ins {
    text-decoration: none;
}
.prod-price del {
    font-weight: 300;
    position: relative;
    color: #a3a3a3;
    margin-left: 6px;
    padding: 0 4px;
}
.prod-price del::before {
    background-color: #a3a3a3;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    transform: rotate(-12deg);
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
}
.prod-meta {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 20px;
    padding-left: 0;
}
.prod-meta li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px;
}
.prod-meta li:last-child {
    padding-right: 0;
}
.meta-icon, .prod-meta .theme-btn {
    border: 2px solid #ccc;
    font-size: 14px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    width: 45px;
    vertical-align: middle;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}
.prod-meta .theme-btn {
    min-width: 160px;
}
.meta-icon:hover {
    background-color: #000;
    color: #fff;
}
.prod-content .block-inline {
    height: 70px;
}
.testimonial-sec {
    background-image: url(assets/img/testimonials/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-wrap {
    margin: 0 10% 40px;
}
.testimonial-img {
    float: left;
    margin-right: 35px;
}
.testimonial-content b {
    font-size: 16px;
    text-transform: uppercase;
}
.special-promo-sec {
    background-image: url(assets/img/banner/promo-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.promo {
    opacity: .5;
    padding: 12% 30px;
    border-left: 2px solid #fff;
}
.promo:first-child {
    border-color: transparent;
}
.promo:hover {
    opacity: 1;
}
.promo .sub-detail {
    display: inline-block;
    margin: 30px 0 0 5px;
    padding: 15px 0 3px;
    position: relative;
    width: 100%}
.promo .sub-detail::before {
    background-color: #fff;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 65px;
}
.best-seller .prod-content {
    padding-left: 0;
}
.left-box {
    display: inline-block;
    vertical-align: middle;
    width: 100%}
.right-box {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    width: 88%}
.right-box .prod-title {
    padding-top: 0;
}
.right-box .prod-price, .right-box .rating {
    float: none;
}
.right-box .rating {
    margin-bottom: 10px;
}
.subscribe-1 {
    background-image: url(assets/img/banner/envolope-bg.png);
    background-repeat: no-repeat;
    background-position: center top -8px;
    border: 10px solid #f4f4f4;
    padding: 47px 50px 50px;
}
.brand-wrap .item {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.brand-wrap .item a {
    border: 2px solid transparent;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.brand-slider .item a {
    margin-bottom: 40px;
}
.brand-wrap .item a:hover {
    border-color: #a3a3a3;
}
.brand-wrap .item a:hover img {
    opacity: .1;
}
.brand-wrap .item a:hover .line {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.brand-wrap .item .line {
    opacity: 0;
    bottom: 0;
    height: 22px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
}
.blog-wrap {
    height: 160px;
    display: inline-block;
    margin-bottom: 30px;
    width: 100%}
.blog-img {
    margin-bottom: 20px;
}
.blog-heading .date>b {
    font-size: 11px;
    font-weight: 900;
    display: block;
    text-transform: uppercase;
}
.blog-heading .date {
    background-color: #000;
    color: #fff;
    display: inline-block;
    height: 70px;
    text-align: center;
    width: 48px;
    padding-top: 8px;
    margin-right: 20px;
    vertical-align: middle;
}
.blog-heading .blog-title {
    display: inline-block;
    vertical-align: bottom;
    width: calc(100% - 75px)!important;
    width: 80%}
.blog-heading.wht .blog-title {
    border-bottom: 1px solid #a3a3a3;
}
.blog-heading.wht .date {
    border: 2px solid #fff;
    padding-top: 6px;
    background-color: transparent;
}
.blog-heading.dark .date {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #000;
    color: #000;
}
.blog-heading.dark .blog-title {
    border-bottom: 1px solid #b0b0b0;
}
.blog-meta li b {
    font-size: 12px;
}
.blog-slider-1 .owl-nav div {
    position: absolute;
    bottom: 0;
    line-height: 0;
}
.blog-slider-1 .owl-prev {
    left: 40%}
.blog-slider-1 .owl-next {
    right: 40%}
.feature-wrap {
    border: 1px solid #dadada;
    background-image: url(assets/img/banner/feature-bg.jpg);
    text-align: center;
}
.feature {
    padding: 50px 15px 60px;
}
.feature+.feature {
    border-left: 1px solid #dadada;
}
@media (min-width:1200px){
    .header-cat {
    margin: 3% 0 !important;
}
}
@media (min-width:1200px)and (max-width:1200px) {
    .col-sm-6 .prod-content .prod-meta .theme-btn {
    min-width: 153px;
}
}
@media (min-width:992px)and (max-width:1200px) {
    .prod-wrap {
    display: table;
    margin: auto;
}
.prod-wrap .block-inline {
    display: table;
}
}
@media (min-width:768px)and (max-width:991px) {
    .banner-content .theme-btn {
    margin-top: 15px;
}
}
@media (max-width:767px) {
    .banner-1 {
    display: table;
    margin: auto;
}
.banner-content .theme-btn {
    margin-top: 15px;
}
.banner-1 .fsz-86 {
    font-size: 22px;
}
.testimonial-img {
    margin-right: 25px;
}
.promo {
    border-top: 2px solid #fff;
    border-left: 0 none;
}
.promo .sub-detail {
    margin: 30px 0 0;
}
.prod-slider-1 {
    margin-bottom: 40px;
}
.blog-slider-1 .owl-next {
    right: 20%}
.blog-slider-1 .owl-prev {
    left: 20%}
.feature+.feature {
    border-top: 1px solid #dadada;
    border-left: 0;
}
.blog-heading .date {
    margin-right: 15px;
    padding-top: 15px;
}
.blog-detail p {
    text-align: justify;
}
}
@media (min-width:568px)and (max-width:767px) {
    .prod-slider-1 .prod-meta .theme-btn, .prod-slider-2 .prod-meta .theme-btn {
    min-width: 145px;
}
.blog-heading .blog-title {
    width: 75%}
}
@media (max-width:479px) {
    .sec-banner-1 .sub-detail {
    display: none;
}
.blog-heading .blog-title {
    width: 75%}
}
.caption-text {
    max-width: 1140px;
    margin: auto;
    z-index: 2;
}
.main-slider .white-mask:before {
    z-index: 1;
    background: rgba(255, 255, 255, .18) none repeat scroll 0 0;
}
.main-slider .black-mask:before {
    z-index: 1;
    background: rgba(0, 0, 0, .6) none repeat scroll 0 0;
}
.carousel-inner>img {
    width: 100%}
.main-slider .content, .slider-btn {
    margin: 10% 0 0;
}
.text-center .slider-btn {
    margin: 5% 0 0;
}
.main-slider .slider-detail {
    width: 80%;
    margin: auto auto 15px;
}
.slider-btn>a+a {
    margin-left: 6px;
}
.main-slider .owl-dots {
    bottom: 0;
    position: absolute;
    right: 4%;
    top: 50%}
.main-slider .owl-dots .owl-dot {
    display: block;
    margin: 10px;
}
.caption-text .effect-1 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.caption-text .effect-1 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}
.caption-text .effect-3 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
.home-page2 .sec-banner-1 .banner-content {
    padding: 0 12%}
.banner-content .discount {
    border: 10px solid #fff;
    color: #fff;
    font-weight: 600;
    margin: 32% 0 0;
    text-align: center;
}
.counter-content, .counter-icon {
    display: inline-block;
    vertical-align: middle;
}
.counter-icon {
    margin-right: 20px;
}
.counter-content .title-1 {
    margin: 0 0 10px;
}
.counter-content p {
    margin: 0;
}
.outerwear .section-title {
    width: 82%}
.outerwear a {
    line-height: normal;
}
.subscribe-2 {
    border: 2px solid #f4f4f4;
    padding: 45px 15px;
}
.subscribe-2>i {
    margin-bottom: 20px;
}
.subscribe-2+.subscribe-2 {
    margin-top: 30px;
}
.blog-sec-2 {
    border-top: 1px solid #ededed;
}
.blog-sec-2 .blog-heading .blog-title {
    height: 68px;
}
.blog-sec-2 .blog-heading .blog-title{vertical-align:middle;width:79%}



/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.newsletter-1 {
    margin: auto;
    width: 50%}
.newsletter-1 .form-group {
    margin-bottom: 0;
}
.newsletter-form .theme-btn {
    min-width: auto;
    width: 100%}
.brand-about-sec .item a {
    margin-bottom: 50px;
}
@media (min-width:768px) and (max-width:991px) {
    .carousel-inner>img {
    height: 500px;
}
.counter-icon {
    margin: 0 0 20px;
}
.counter-content, .counter-icon {
    display: block;
    text-align: center;
}
.subscribe-2 {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
}
.subscribe-2+.subscribe-2 {
    margin: 0 0 0 25px;
}
.newsletter-1 {
    width: 80%}
.brand-about-sec .item:nth-child(-n+4) a {
    margin-bottom: 20px;
}
}
@media (max-width:767px) {
    .carousel-inner>img {
    height: 300px;
}
.counter-icon {
    margin: 0 0 15px;
}
.counter-content, .counter-icon {
    display: block;
    text-align: center;
}
.col-xs-6:nth-child(-n+2) .counter-content {
    margin-bottom: 25px;
}
.blog-sec-2 .block-inline>div:last-child {
    padding-top: 0;
}
.newsletter-1 {
    width: 100%}
.subscribe-2 {
    display: table;
    margin: auto;
    width: 270px;
}
.brand-about-sec .item:nth-child(-n+6) a {
    margin-bottom: 40px;
}
}
@media (max-width:479px) {
    .main-slider .content, .slider-btn {
    margin: 0;
}
.slider-btn>a {
    margin: 6px 0 0;
}
.slider-btn>a+a {
    margin-left: 0;
}
.main-slider .slider-detail {
    display: none;
}
.blog-sec-2 .blog-heading .blog-title {
    width: 75%}
}
.home-slide-thumb .owl-nav>div {
    height: 45px;
    line-height: 44px;
    width: 45px;
}
.home-slide-thumb {
    margin-left: 10%;
    width: 80%}
.home-slide-thumb .owl-prev {
    left: -10%}
.home-slide-thumb .owl-next {
    right: -10%}
.home-slide-thumb .item .transparent {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.home-slide-thumb .item .transparent::before {
    border: 2px solid #000;
    bottom: 0;
    content: "";
    display: table;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.home-slide-thumb .item:hover .transparent:before {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.home-page3 .sec-banner-1 .tbl-cell {
    vertical-align: bottom;
    padding-bottom: 60px;
}
.home-slide-thumb {
    bottom: 22px;
    position: absolute;
    border: 1px solid #ededed;
    border-left: 0;
}
.home-slide-thumb .owl-item {
    border-left: 1px solid #ededed;
}
.counter-home3 .light-bg {
    padding: 45px 25px 45px 40px;
}
@media (min-width:992px) and (max-width:1199px) {
    .counter-home3 .light-bg {
    padding: 45px 15px;
}
.counter-icon {
    margin-right: 8px;
}
}
@media (min-width:768px) and (max-width:991px) {
    .home-slide-thumb {
    bottom: 0;
}
.counter-home3 .light-bg {
    padding: 20px 15px;
}
.subscribe-home3 .subscribe-2 {
    width: 100%}
}
@media (max-width:767px) {
    .home-slide-thumb {
    bottom: 0;
}
.counter-home3 .light-bg {
    padding: 25px 25px 0;
    margin-bottom: 25px;
}
.subscribe-home3 .subscribe-2 {
    width: 100%}
}
.cate-slider .carousel-inner>img {
    height: 530px;
    max-width: none;
}
.deal-cntdwn {
    display: inline-block;
    padding-top: 15px;
    width: 100%}
.deal-cntdwn .is-countdown {
    border: none;
    background-color: transparent;
}
.deal-cntdwn .countdown-amount {
    font-size: 18px;
    color: #000;
    height: auto;
    margin-bottom: 5px;
}
.deal-cntdwn .countdown-period {
    color: #999;
    font-size: 12px;
}
.deal-cntdwn .countdown-section {
    width: 25%;
    margin: 0;
}
@media (min-width:1024px) and (max-width:1199px) {
    .cate-slider .content {
    margin: 0;
}
}
@media (min-width:768px) and (max-width:1023px) {
    .cate-slider .content {
    margin: 0;
}
.cate-slider .slider-btn .theme-btn {
    min-width: 135px;
}
}
@media (max-width:767px) {
    .cate-slider .carousel-inner>img {
    height: 300px;
}
}
#home-5 .main-slider .owl-dots {
    bottom: 8%;
    left: 0;
    right: 0;
    top: auto;
}
#home-5 .main-slider .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
}
@media (min-width:992px) and (max-width:1199px) {
    #home-5 .top-right {
    top: -35px;
}
}
@media (min-width:768px) {
    #home-5 header[class^=header-] {
    position: absolute;
    top: 0;
    z-index: 5;
}
#home-5 .header-topbar {
    background-color: rgba(0, 0, 0, .6);
}
#home-5 .main-header {
    background-color: rgba(0, 0, 0, .2);
}
#home-5 .is-sticky.main-header {
    background-color: rgba(0, 0, 0, .8);
    border: none;
    padding: 0;
}
#home-5 .main-header {
    padding: 20px 0;
}
#home-5 .primary-navbar>li>a, #home-5 .top-elements>li>a {
    color: #fff;
}
#home-5 .main-slider .tbl-cell {
    padding-top: 15%}
}
@media (min-width:768px) and (max-width:991px) {
    #home-5 .main-header {
    padding: 20px 0 0;
}
#home-5 .main-slider .content {
    margin: 20% 0 0;
}
#home-5 .carousel-inner>img {
    height: 650px;
}
}
.sorter-bar {
    border-bottom: 1px solid #000;
    padding-bottom: 45px;
}
.view-tabs {
    border: medium none;
}
.view-tabs li:first-child {
    margin-right: 5px;
}
.view-tabs li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #000;
    border-radius: 0;
    color: #000;
    display: inline-block;
    font-size: 14px;
    height: 32px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    width: 32px;
}
.view-tabs>li.active>a, .view-tabs>li.active>a:focus, .view-tabs>li.active>a:hover {
    background: #000 none repeat scroll 0 0;
    border: 2px solid #000;
    color: #fff;
}
.form-sorter, .sorter-bar .search-selectpicker, .sorter-bar label, .view-tabs {
    display: inline-block;
    vertical-align: middle;
    color: #a3a3a3;
    margin: 0;
}
.form-sorter {
    margin-left: 15px;
}
.form-sorter>.search-selectpicker {
    width: 150px;
    margin-left: 15px;
}
.sorter-bar .bootstrap-select .btn {
    height: 30px;
    line-height: 30px;
    padding: 6px 15px;
    text-transform: capitalize;
}
.sorter-bar .bootstrap-select .btn .filter-option {
    line-height: inherit;
    width: 92%}
.sorter-bar .bootstrap-select .btn {
    height: 30px;
    padding: 0 12px;
}
.sorter-bar .bootstrap-select .btn .filter-option {
    color: #a3a3a3;
}
.sorter-bar .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: 15px;
    top: 0;
}
.sorter-bar .bootstrap-select.btn-group .dropdown-toggle .caret::after {
    color: #a3a3a3;
}
.show-result {
    float: right;
    text-align: right;
}
.show-result .search-selectpicker {
    margin: 0 10px;
    width: 60px;
}
.listview-wrap .prod-attributes ul {
    margin-bottom: 0;
}
.pagination-wrap {
    border-top: 1px solid #000;
    margin-top: 40px;
    padding-top: 30px;
}
.nav-links {
    margin: 0;
}
.nav-links>.page-numbers {
    display: inline-block;
    margin: 0 4px;
    vertical-align: middle;
}
.nav-links>.page-numbers {
    border: 2px solid #000;
    display: inline-block;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    width: 45px;
}
.nav-links>.page-numbers.active, .nav-links>.page-numbers:focus, .nav-links>.page-numbers:hover {
    background-color: #000;
    color: #fff;
}
.border-1 {
    border: 4px solid #000;
}
.sync-sliedr .owl-theme .owl-dot {
    display: none;
}
.single-prod-thumb {
    margin-left: 8%;
    width: 84%}
.sync2 .item {
    cursor: pointer;
    position: relative;
    display: table;
    margin: auto;
}
.single-prod-thumb .item .transparent {
    border: 5px solid rgba(0, 0, 0, .5);
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.single-prod-thumb .item::before {
    background-color: rgba(255, 255, 255, .9);
    bottom: 5px;
    content: "";
    left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    opacity: 0;
}
.prod-img:hover .caption-link, .single-prod-thumb .item:hover .transparent, .single-prod-thumb .item:hover:before, .sync1 .item:hover .caption-link {
    opacity: 1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.caption-link {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}
.caption-link.left {
    left: -100px;
}
.caption-link.right {
    right: -100px;
}
.transparent>img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.sync2.nav-2 .owl-nav {
    position: static;
}
.sync2.nav-2 .owl-nav>div {
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
}
.single-prod-thumb.nav-2 .owl-nav>.owl-next {
    right: -9%}
.single-prod-thumb.nav-2 .owl-nav>.owl-prev {
    left: -9%}
.prod-details .prod-title {
    margin: 0 0 25px;
    padding: 7px 0 17px;
}
.prod-details .prod-price ins {
    font-size: 20px;
}
.discriptions>p {
    margin-bottom: 25px;
}
.prod-attributes .title-1 {
    margin: 0 0 30px;
}
.prod-attributes ul {
    margin-bottom: 33px;
}
.choose-clr a, .choose-size a {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.prod-attributes .choose-clr a {
    border: 2px solid transparent;
}
.choose-size a {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    color: #999;
    font-size: 11px;
}
.border-hover a {
    position: relative;
}
.border-hover a.active, .border-hover a:hover {
    border: 2px solid #000;
}
.border-hover a.active::after, .border-hover a:hover::after {
    opacity: 1;
}
.border-hover a::after {
    background-color: #000;
    bottom: -7px;
    content: "";
    height: 1px;
    left: -2px;
    position: absolute;
    width: 30px;
    opacity: 0;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
}
.prod-btns.prod-meta li:last-child {
    float: none;
}
.quantity {
    border: 2px solid #e0e0e0;
    height: 45px;
    overflow: hidden;
    position: relative;
    width: 110px;
}
.quantity .btn {
    border-radius: 0;
    bottom: 0;
    color: #999;
    height: 41px;
    padding: 0;
    position: absolute;
    width: 30px;
    background-color: #e0e0e0;
}
.quantity .form-control.qty::-webkit-inner-spin-button, .quantity .form-control.qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity .form-control.qty {
    -moz-appearance: textfield;
}
.quantity .btn.plus {
    right: 0;
}
.quantity .form-control.qty {
    color: #000;
    text-align: center;
}
.tabs-wrap .tabs {
    border-bottom: 1px solid #000;
    margin-bottom: 25px;
    margin-top: 10px;
    padding-bottom: 15px;
}
.prod-tab-content p {
    margin-bottom: 25px;
}
table {
    height: auto;
    overflow: auto;
    width: 100%}
.product-table thead {
    background-color: #000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    height: 45px;
}
.product-table th {
    text-align: center;
    border-left: 1px solid #000;
}
.product-table tbody td {
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    padding: 20px;
    vertical-align: top;
}
.product-table tbody td:last-child {
    border-right: 1px solid #dbdbdb;
}
.product-table .description {
    width: 27%}
.product-table .image {
    width: 20%;
    text-align: center;
}
.shopping-total {
    border-color: transparent #dbdbdb #dbdbdb;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
}
.total-box {
    border-left: 1px solid #dbdbdb;
    float: right;
    text-align: center;
    width: 15.7%}
.total-box-2 {
    border-left: 1px solid #dbdbdb;
    float: right;
    width: 25.9%}
.total-list ul {
    margin: 0;
}
.total-list ul li {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 13px;
    padding-top: 13px;
    text-transform: uppercase;
}
.total-list ul li:last-child {
    border: medium none;
}
.total-box-2 li {
    padding-left: 30px;
}
.product-table .edit>a {
    text-decoration: underline;
}
.in-stock {
    background-color: #5cb85c;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
    width: 70px;
}
.product-table .in-stock {
    margin-top: 22px;
}
.product-table .quantity {
    margin: 10px auto;
}
.continue-shopping {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    margin: 30px 0;
    padding: 20px 0;
    text-align: center;
}
.continue-shopping .theme-btn+.theme-btn {
    margin-left: 5px;
}
.cart-box {
    border: 2px solid #000;
    display: inline-block;
    margin-bottom: 30px;
    padding: 0 30px;
    width: 100%}
.chk-panel {
    margin-bottom: 0;
}
.chk-panel .panel {
    border: 0 none;
    box-shadow: none;
}
.accordion-heading .title-2 {
    border: 2px solid #000;
    display: inline-block;
    height: 48px;
    line-height: 45px;
    width: 100%}
.accordion-heading .title-2:hover, .accordion-heading .title-2[aria-expanded=true] {
    background-color: #000;
    color: #fff;
}
.accordion-heading .number {
    background-color: #000;
    color: #fff;
    display: inline-block;
    height: 100%;
    margin-right: 12px;
    text-align: center;
    width: 45px;
}
.chk-guest p {
    margin-bottom: 8px;
}
.chk-guest ul {
    margin-bottom: 36px;
    padding-left: 22px;
}
.chk-login p {
    margin-bottom: 8px;
}
.chk-panel .theme-btn {
    padding: 0 20px;
    min-width: auto;
}
.chk-login-form .gray-clr {
    margin-left: 15px;
    text-decoration: underline;
}
.chk-login-form .form-control, .gray-control .bootstrap-select .btn, .gray-control .form-control {
    border: 2px solid #e0e0e0;
}
.read-more {
    margin-bottom: 10px;
}
.read-more .theme-btn {
    line-height: 42px;
    min-width: auto;
    padding: 0 20px;
    margin-right: 8px;
}
.media-box {
    position: relative;
    width: 45%}
.media-box, .media-box>ul li {
    display: inline-block;
    vertical-align: middle;
}
.media-box ul {
    border: 2px solid #000;
    border-left: 0;
    display: inline-block;
    height: 45px;
    line-height: 40px;
    margin: 0;
    padding: 0 7px;
    vertical-align: middle;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 120px;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
}
.media-box:hover ul {
    opacity: 1;
    visibility: visible;
}
.media-box ul li a {
    margin: 0 5px;
}
.blog-page-wrap .blog-heading .blog-title {
    vertical-align: middle;
}
.blog-page-wrap .blog-detail>p:first-child {
    text-indent: 68px;
}
.post-wrap .pagination-wrap {
    margin-top: 0;
}
.blog-detail blockquote {
    border: medium none;
    font-size: inherit;
    font-style: italic;
    padding: 0;
}
.single-post .blog-detail p {
    margin-bottom: 25px;
}
.blog-detail blockquote span {
    border: 2px solid #000;
    display: inline-block;
    height: 110px;
    line-height: 110px;
    text-align: center;
    width: 45px;
}
.blog-detail blockquote>p {
    display: inline-block;
    margin: 0 0 0 20px!important;
    vertical-align: middle;
    width: calc(100% - 75px);
}
.blog-page-wrap .tag-cloud {
    border-left: 1px solid #000;
    padding-left: 35px;
}
.blog-page-wrap .tag-cloud ul, .blog-page-wrap .tag-cloud ul a {
    margin-bottom: 0;
}
.auther-wrap {
    border: 1px solid #dadada;
    background-image: url(assets/img/banner/feature-bg.jpg);
    margin: 35px 0;
}
.auther-detail {
    border-left: 1px solid #dadada;
}
.auther-detail .title-2 {
    margin-bottom: 20px;
}
.auther-detail ul {
    margin-bottom: 10px;
    margin-right: -10px;
    text-align: right;
}
.auther-detail ul li {
    padding: 0 5px;
}
.auther-detail ul li a {
    padding: 10px 5px;
    border-bottom: 1px solid transparent;
}
.auther-detail p {
    margin-bottom: 0;
}
.auther-detail ul li a:hover {
    border-bottom: 1px solid #000;
    color: #000;
}
.rel-blog-slider .owl-controls {
    position: absolute;
    right: -5px;
    top: -55px;
}
.comments .comment-avatar {
    padding-right: 35px;
}
.comment-meta {
    display: inline-block;
    margin: 10px 0 20px;
    width: 100%}
.comment-meta .admin, .comment-meta .reply {
    border: 2px solid #000;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    margin-right: 15px;
    padding: 0 10px;
    text-transform: capitalize;
    vertical-align: middle;
    font-weight: 600;
}
.comment-meta .admin:hover, .comment-meta .reply:hover {
    background-color: #000;
    color: #fff;
}
.comment-meta .title-2 {
    margin-right: 15px;
    vertical-align: middle;
}
.comment-meta .reply {
    float: right;
    margin-right: 0;
}
.comment-meta .reply i {
    margin-right: 8px;
}
.comment-text {
    clear: both;
}
.media.comment {
    margin-top: 30px;
    border-bottom: 1px dotted #a3a3a3;
}
.media.comment-child {
    border-left: 2px solid #000;
    border-top: 1px dotted #a3a3a3;
    margin-top: 0;
    padding-left: 35px;
    padding-top: 30px;
}
.reply-form .theme-btn {
    margin-right: 15px;
    min-width: auto;
    padding: 0 20px;
}
.form-icon .form-control {
    border: 2px solid #e0e0e0;
    text-transform: capitalize;
}
.form-icon .form-group {
    margin-bottom: 25px;
    position: relative;
}
.form-group .fa {
    position: absolute;
    right: 35px;
    top: 40px;
}
.form-group.no-label .fa {
    top: 15px;
}
.contact-detail>li {
    padding: 5px 0;
}
.contact-form .theme-btn {
    width: 100%}
.contact-form .theme-btn:hover {
    background-color: #000;
}
.google-map iframe {
    max-height: 500px;
    min-height: 500px;
    width: 100%;
    border: 0;
}
.about-info {
    border: 1px solid #dadada;
    background-repeat: no-repeat;
}
.about-testimonial {
    background: #001440;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.err-msg {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    font-size: 16px;
    margin: 85px 0 25px;
    padding: 13px 0;
    text-align: center;
    text-transform: uppercase;
}
.error-wrap .theme-btn {
    width: 100%}
.error-wrap::after {
    background: rgba(255, 255, 255, .9) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.error-wrap {
    background-size: cover;
    position: relative;
    border-radius: 0;
    padding: 5.5% 0;
}
.error-wrap .form-control {
    border: 2px solid #000;
}
.error-dark {
    background: rgba(0, 0, 0, .9) none repeat scroll 0 0!important;
}
.error-dark .err-msg {
    border-color: #fff;
    color: #fff;
}
.error-wrap.error-dark .form-control {
    border-color: #fff;
    color: #fff;
}
.error-wrap.error-dark .widget-search>button {
    color: #fff;
}
.countdown-section {
    display: inline-block;
    margin: 0 15px;
    text-align: center;
}
.countdown-amount {
    display: inline-block;
    font-size: 86px;
    height: 100px;
    line-height: normal;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}
.countdown-period {
    clear: both;
    color: #a3a3a3;
    display: block;
    font-size: 16px;
    line-height: normal;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
}
.coming-wrap::after {
    background: rgba(255, 255, 255, .9) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.coming-wrap {
    background-image: url(assets/img/banner/404-light.jpg);
    background-size: cover;
    position: relative;
    border-radius: 0;
    padding: 5.5% 0;
}
.coming-wrap .logo-title {
    color:#a3a3a3;
    display: block;
    text-transform: uppercase;
}
.coming-wrap .logo {
    display: inline-block;
    text-align: left;
}
.coming-wrap.coming-dark::after {
    background: rgba(0, 0, 0, .9) none repeat scroll 0 0;
}
.coming-wrap.coming-dark {
    background-image: url(assets/img/banner/404-dark.jpg);
}
.acnt-list {
    margin: 10px 0;
}
.acnt-list li {
    padding: 5px 0;
}
.account-wrap.cart-box {
    padding-top: 25px;
    padding-bottom: 10px;
}
.account-wrap .form-group {
    margin-bottom: 20px;
}
.subscribe-group>label {
    padding-right: 15px;
}
.subscribe-group>.radio-inline {
    margin-top: -10px;
}
.review-table .ratings, .review-table .reviews {
    border-top: 1px solid #dbdbdb;
}
.review-table .ratings {
    width: 40%}
.footer-wrap {
    background-color: #000;
}
.text-widget .footer-logo {
    float: left;
    margin-right: 40px;
}
.add-detail {
    margin-bottom: 20px;
    margin-top: 10px;
}
.add-detail li {
    margin-top: 10px;
}
.social-media {
    margin-bottom: 0;
}
.social-media li a {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    width: 38px;
}
.social-media li a:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.social-media.light-media li a {
    border: 2px solid #fff;
}
.social-media.light-media li a:hover {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}
.flicker-feed li {
    margin: 15px 0 0;
}
.post-widget {
    margin-top: 15px;
}
.post-widget li+li {
    margin-top: 30px;
}
.footer-1 {
    color: #fff;
}
.footer-1 a {
    color: #fff;
}
.footer-1 a:focus, .footer-1 a:hover {
    color: #a3a3a3;
    border-color: #a3a3a3;
}
.footer-banner {
    border-bottom: 1px solid #a3a3a3;
    border-top: 1px solid #a3a3a3;
    padding: 20px 0;
}
.footer-2 a {
    color: #a3a3a3;
}
.footer-2 a:focus, .footer-2 a:hover {
    color: #fff;
    border-color: #fff;
}
.footer-wrap ul {
    margin-bottom: 0;
}
.footer-2 li {
    font-weight: 500;
    margin-top: 8px;
}
.copy-right {
    text-align: right;
}
.to-top {
    -ms-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #ccc;
    border: 1px solid #999;
    border-radius: 0;
    bottom: -150px;
    color: #313131;
    cursor: pointer;
    font-size: 26px;
    height: 30px;
    line-height: 20px;
    position: fixed;
    right: 4%;
    text-align: center;
    width: 30px;
    z-index: 999;
}
.to-top:hover {
    opacity: .5;
}
.wp-dark-mode-side-toggle-wrap.floating, .wp-dark-mode-switcher.floating {
    bottom: 65px!important;
}
.popups-wrap .modal-content::after {
    background: rgba(255, 255, 255, .9) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.popups-wrap .modal-content {
    background-image: url(assets/img/popup/light-loging-bg.jpg);
    background-size: cover;
    position: relative;
    border-radius: 0;
}
.login-wrap {
    display: inline-block;
    padding: 35px 0 50px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: 1;
}
.popups-wrap .theme-btn {
    width: 100%}
.popups-wrap .sub-detail {
    margin-bottom: 25px;
    font-size: 16px;
}
.popup-cls:hover {
    opacity: .7;
}
.popup-cls.close {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    padding: 7px;
    position: relative;
    right: 0;
    top: 0;
    z-index: 5;
}
.popup-cls.close:before {
    border-color: transparent #000;
    border-style: solid;
    border-width: 0 45px 45px 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: -1;
}
.popup-cls.close:hover::before {
    opacity: .5;
}
.subscribe-me {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    height: auto;
    left: 0;
    margin: auto;
    padding: 0;
    right: 0;
    top: 10%;
    width: 770px;
}
.subscribe-me .form-group .form-control {
    background: 0 0;
    width: 100%;
    padding: 0 10px;
    border: 2px solid;
    border-color: inherit;
    font-size: 14px;
}
.subscribe-wrap {
    display: inline-block;
    padding: 100px 30px 85px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    z-index: 1;
}
.subscribe-me.popups-light .modal-content {
    background-image: url(assets/img/popup/light-subscribe-bg.jpg);
}
.subscribe-me.popups-dark .modal-content {
    background-image: url(assets/img/popup/dark-subscribe-bg.jpg);
}
.popups-light {
    color: #000;
}
.popups-light .modal-content::after {
    background: rgba(255, 255, 255, .9) none repeat scroll 0 0;
}
.popups-light .modal-content {
    background-image: url(assets/img/popup/light-loging-bg.jpg);
}
.popups-light .login-form .form-control {
    border: 2px solid #000;
}
.popups-light .popup-cls.close:before {
    border-color: transparent #000;
}
.popups-light .popup-cls.close {
    color: #fff;
}
.popups-dark {
    color: #fff;
}
.popups-dark .modal-content::after {
    background: rgba(0, 0, 0, .8) none repeat scroll 0 0;
}
.popups-dark .modal-content {
    background-image: url(assets/img/popup/dark-loging-bg.jpg);
}
.popups-dark .login-form .form-control {
    border: 2px solid #fff;
}
.popups-dark .popup-cls.close:before {
    border-color: transparent #fff;
}
.popups-dark .popup-cls.close {
    color: #000;
}
.product-modal {
    padding: 25px 15px 35px;
}
.product-modal .prod-details {
    z-index: 1;
    position: relative;
}
.light-breadcrumb {
    background: #f2f2f2;
    height: 350px;
}
.breadcrumb-bg {
    background: #CCCCCC;
    background-repeat: no-repeat;
    padding: 45px 0;
}
.breadcrumb-menubar {
    background: transparent none repeat scroll 0 0;
    margin: 7px 0 0;
    padding: 0;
}
.breadcrumb-menubar>li {
    text-transform: uppercase;
    font-weight: 500;
    color: #313131;
    width: 100%}
.site-breadcumb.white-clr a,
.site-breadcumb.white-clr .section-title{
    color: #313131 !important;
}
.breadcrumb-menubar>li>a {
    color: #313131 !important;
}
.breadcrumb-menubar>li>a::after {
    content: "\f105";
    font-family: FontAwesome;
    color: #313131;
    padding: 0 3px;
}
.nav-2.widget-best-seller .owl-nav {
    top: -70px;
}
.widget-best-seller .prod-wrap {
    margin-bottom: 30px;
}
.widget-banner-content {
    padding: 5%}
.widget-banner-content2 {
    padding: 0!important;
}
.plus-icon {
    border: 2px solid #000;
    float: right;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    width: 25px;
}
.plus-icon img {
    display: block;
    padding: 5px;
}
.widget-box .title-1 {
    margin: 0 0 20px;
}
.widget-box ul {
    display: inline-block;
    width: 100%}
.widget-box li {
    line-height: 0;
    margin-bottom: 10px;
    vertical-align: middle;
}
.with-border>li {
    border-bottom: 1px dotted #a3a3a3;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.with-border>li a {
    color: #a3a3a3;
}
.with-border>li a:focus, .with-border>li a:hover {
    color: #000;
}
#price-range {
    background-color: #e0e0e0;
    background-image: none;
    border: 0 none;
    border-radius: 0;
    height: 3px;
    margin: 30px 0;
}
#price-range .ui-widget-header {
    background-color: #d5292c;
    background-image: none;
}
#price-range .ui-slider-handle {
    background-color: #d5292c;
    background-image: none;
    border: 2px solid #fff;
    border-radius: 1em;
    height: 12px;
    top: -5px;
    width: 12px;
}
#price-range .ui-slider-handle::before {
    border: 2px solid #d5292c;
    border-radius: 1em;
    bottom: -4px;
    content: "";
    height: 16px;
    left: -4px;
    margin: auto;
    position: absolute;
    right: -4px;
    top: -4px;
    width: 16px;
}
.range-wrap span {
    border: 2px solid #e0e0e0;
    color: #a3a3a3;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 120px;
}
.range-wrap #price-max {
    float: right;
}
.range-wrap #price-min {
    float: left;
}
.range-wrap {
    line-height: 45px;
    text-align: center;
}
.widget-search>button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    position: absolute;
    right: 25px;
    top: 13px;
}
.cate-panel {
    margin-bottom: 25px;
}
.cate-panel .accordion-toggle {
    line-height: 25px;
    display: inline-block;
    padding-bottom: 20px;
    width: 100%}
.cate-panel .panel {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    border-bottom: 1px dotted #a3a3a3;
    margin-bottom: 18px;
}
.cate-panel .panel-collapse ul {
    display: inline-block;
    margin: 5px 0;
    padding-left: 20px;
    width: 100%}
.cate-panel .panel-collapse li {
    margin-bottom: 15px;
}
.tweet-icn {
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
    width: 35px;
}
.tweet-info {
    display: inline-block;
    width: calc(100% - 40px);
}
.tweet-info a {
    font-size: 12px;
    display: block;
}
.tweet-wrap>li {
    border-bottom: 1px dotted #a3a3a3;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.tweet-info>p {
    margin-bottom: 10px;
}
.widget-wrap .tag-cloud {
    margin-bottom: 25px;
}
.tag-cloud a {
    border: 2px solid #000;
    display: inline-block;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 10px;
    padding: 0 20px;
    text-transform: uppercase;
}
.tag-cloud a:hover {
    background-color: #000;
    color: #fff;
}
@media (max-width:1200px) {
    .theme-container {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (min-width:992px)and (max-width:1199px) {
    .range-wrap span {
    width: 100px;
}
.widget-wrap .left-box {
    width: 35%}
.blog-page-wrap .tag-cloud ul a {
    margin-bottom: 15px;
}
.footer-1 .blog-heading .blog-title {
    width: 75%}
.footer-2 .col-md-3:nth-child(4n+1) {
    clear: both;
}
.footer-2 .col-md-3:nth-child(-n+4) {
    margin-bottom: 35px;
}
.total-box-2 {
    width: 26.8%}
.total-box {
    width: 16.2%}
}
.blog-wrap .img-hover img {
    max-width: unset!important;
    width: auto!important;
    height: 188px!important;
}
@media (min-width:768px) {
    .subscribe-wrap {
    width: 60%;
    margin-left: 20%}
    .header-cat2{
    display:none;
}
}
@media (max-width:991px) {
    .subscribe-me {
    width: auto;
    margin: auto 25px;
    top: 10%}
.blog-page-wrap .tag-cloud {
    border-left: 0;
    padding-left: 15px;
}
.blog-page-wrap .tag-cloud ul a {
    margin-bottom: 15px;
}
.auther-detail {
    border-left: 0;
}
.auther-detail ul {
    text-align: left;
}
.header-cat {
    margin: 5% 0!important;
}
}
@media (min-width:992px) {
    .modal-dialog {
    margin: 40px auto;
}
#login-popup .modal-dialog {
    width: 770px;
}
}
@media (min-width:768px)and (max-width:991px) {
    .fsz-8 {
    font-size: 6px;
}
.fsz-10 {
    font-size: 8px;
}
.fsz-12 {
    font-size: 10px;
}
.fsz-14 {
    font-size: 12px;
}
.fsz-15 {
    font-size: 13px;
}
.fsz-16 {
    font-size: 16px;
}
.fsz-18 {
    font-size: 19px;
}
.fsz-24 {
    font-size: 18px;
}
.fsz-36 {
    font-size: 24px;
}
.fsz-48 {
    font-size: 28px;
}
.fsz-56 {
    font-size: 40px;
}
.fsz-86 {
    font-size: 50px;
}
.sub-detail {
    font-size: 16px;
}
.box-hover:hover h2 {
    margin-bottom: 0;
}
.prod-wrap .block-inline {
    display: table;
}
.prod-wrap {
    display: table;
    margin: auto;
}
.theme-tabs>li {
    padding: 0 20px;
}
.footer-1 .col-md-4:nth-child(-n+2) {
    margin-bottom: 35px;
}
.footer-2 .col-md-3:nth-child(-n+3) {
    margin-bottom: 35px;
}
.widget-best-seller .left-box {
    width: 35%}
.range-wrap span {
    width: 100px;
}
.form-sorter>.search-selectpicker {
    width: 120px;
}
#grid-view .prod-meta .theme-btn {
    min-width: 120px;
}
#grid-view .prod-meta li {
    padding-right: 2px;
}
.total-box-2 {
    width: 34%}
.total-box {
    width: 20.2%}
.product-table .image {
    padding: 20px 10px;
}
}
@media (max-width:767px) {
    .fsz-8 {
    font-size: 6px;
}
.fsz-10 {
    font-size: 8px;
}
.fsz-12 {
    font-size: 10px;
}
.fsz-14 {
    font-size: 12px;
}
.fsz-15 {
    font-size: 12px;
}
.fsz-16 {
    font-size: 16px;
}
.fsz-18 {
    font-size: 18px;
}
.fsz-24 {
    font-size: 16px;
}
.fsz-36 {
    font-size: 20px;
}
.fsz-48 {
    font-size: 22px;
}
.fsz-56 {
    font-size: 30px;
}
.fsz-86 {
    font-size: 30px;
}
.section-title, .widget-title {
    font-size: 18px;
}
.blog-title, .prod-title {
    font-size: 14px;
}
.sub-detail {
    font-size: 14px;
}
.prod-content .prod-price, .prod-details .prod-price ins {
    font-size: 14px;
}
.sec-space {
    padding-bottom: 48px;
    padding-top: 48px;
}
.ptb-15 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.pb-15 {
    padding-bottom: 10px;
}
.pt-15 {
    padding-top: 10px;
}
.ptb-20 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.pb-20 {
    padding-bottom: 10px;
}
.pt-20 {
    padding-top: 10px;
}
.ptb-25 {
    padding-bottom: 15px;
    padding-top: 15px;
}
.pb-25 {
    padding-bottom: 15px;
}
.pt-25 {
    padding-top: 15px;
}
.ptb-30 {
    padding-bottom: 20px;
    padding-top: 20px;
}
.pb-30 {
    padding-bottom: 20px;
}
.pt-30 {
    padding-top: 20px;
}
.ptb-40 {
    padding-bottom: 30px;
    padding-top: 30px;
}
.pb-40 {
    padding-bottom: 30px;
}
.pt-40 {
    padding-top: 30px;
}
.ptb-35 {
    padding-bottom: 25px;
    padding-top: 25px;
}
.pb-35 {
    padding-bottom: 25px;
}
.pt-35 {
    padding-top: 25px;
}
.ptb-50 {
    padding-bottom: 30px;
    padding-top: 30px;
}
.pb-50 {
    padding-bottom: 30px;
}
.pt-50 {
    padding-top: 30px;
}
.ptb-60 {
    padding-bottom: 40px;
    padding-top: 40px;
}
.pb-60 {
    padding-bottom: 40px;
}
.pt-60 {
    padding-top: 40px;
}
.ptb-70 {
    padding-bottom: 50px;
    padding-top: 50px;
}
.pb-70 {
    padding-bottom: 50px;
}
.pt-70 {
    padding-top: 50px;
}
.mb-30 {
    margin-bottom: 20px;
}
.theme-btn .fa {
    line-height: 38px;
}
.theme-btn {
    height: 40px;
    min-width: 130px;
    font-size: 14px;
    line-height: 38px;
}
.form-control {
    height: 40px;
    line-height: 40px;
}
.theme-tabs>li {
    font-size: 14px;
    padding: 0 10px;
}
.box-hover:hover h2 {
    margin-bottom: 0;
}
.prod-wrap .block-inline {
    display: table;
}
.prod-wrap {
    display: table;
    margin: auto;
}
.copy-right, .footer-banner ul {
    text-align: center;
}
.copy-right {
    margin-top: 10px;
}
.footer-1 .col-md-4:nth-child(-n+2) {
    margin-bottom: 35px;
}
.footer-2 .col-md-3:nth-child(-n+5) {
    margin-bottom: 35px;
}
.login-wrap {
    padding: 20px 30px 30px;
}
.login-wrap .col-sm-6 .theme-btn {
    width: 200px;
}
.subscribe-wrap {
    padding: 50px 30px 45px;
}
.nav-2.widget-best-seller .owl-nav {
    top: -65px;
}
.form-sorter>.search-selectpicker {
    width: 130px;
}
.error-wrap .theme-btn {
    margin-bottom: 20px;
}
.countdown-amount {
    font-size: 50px;
    height: auto;
}
.countdown-period {
    font-size: 14px;
    margin-bottom: 15px;
}
.total-box-2 {
    width: 55%;
    border-left: 0 none;
}
.total-box {
    width: 45%}
.product-table th {
    font-size: 12px;
}
.product-table tbody td {
    padding: 20px 10px;
}
.product-table {
    display: block;
}
.product-table .choose-size {
    margin: 10px 0;
}
.product-table .mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-bottom: 0;
}
}
@media (min-width:568px) and (max-width:767px) {
    .sorter-date {
    float: left;
}
}
@media (max-width:567px) {
    .show-result {
    float: left;
    margin-top: 20px;
}
.comments .comment-avatar {
    float: none!important;
}
}
@media (max-width:479px) {
    .prod-btns.prod-meta li:nth-child(-n+2) {
    clear: both;
    display: table-cell;
    padding-bottom: 15px;
}
.prod-btns .theme-btn {
    min-width: 150px;
}
.product-modal {
    padding: 25px 0 35px;
}
.continue-shopping .btn-black {
    margin-bottom: 20px;
}
}
@media (max-width:1200px) {
    .blog-wrap {
    height: 450px!important;
}
.blog-wrap .img-hover img {
    height: 318px!important;
}
.banner-2 img {
    width: auto;
}
.fsz-86 {
    font-size: 40px!important;
}
.sub-detail {
    font-size: 14px!important;
}
}
@media (max-width:992px) {
    .d-none{
        display:none;
    }
    .is-sticky .header-logo img {
    width: 400px !important;
}
.header-logo img {
    max-width: 20%!important;
}
.blog-wrap {
    height: 200px!important;
}
.blog-wrap .img-hover img {
    height: auto!important;
    max-width: 100%!important;
}
.banner-2 img {
    width: auto;
}
}
@media (max-width:768px) {
    .mar-top-sm {
    margin-top: 50px;
}
.banner-2 img {
    height: 100%!important;
    width: auto;
}
.fsz-86 {
    font-size: 24px!important;
}
.header-cat {
    margin: 3% 0 1% 0!important;
    text-align:center;
}
.header-cat2{
    display:block;
}
}
@media (max-width:768px) {
    .header-logo img {
    max-width: 55%!important;
}
.is-sticky .header-logo img {
    width: 150px !important;
}
.header-logo {
    margin-left: 10px;
}
.blog-wrap {
    height: 500px!important;
}
.blog-sec-2 .blog-heading .blog-title {
    height: 50px;
}
.nav-trigger .toggle-icon {
    margin-right: 10px;
}
}
@media (max-width:576px) {
    .blog-wrap {
    height: 412px!important;
}
.blog-sec-2 .blog-heading .blog-title {
    height: 60px;
}
.header-logo img {
    max-width: 80%!important;
}
}
@media (max-width:400px) {
    .blog-wrap {
    height: 330px !important;
}
.header-logo img {
    max-width: 100%!important;
}
}
.list-inline {
    margin: 0!important;
}
.blog-heading {
    height: 54px;
}
.form-group .submit-btn .fa {
    position: relative!important;
    right: 0!important;
    top: 0!important;
    font-size: 18px!important;
}
.wpm-language-switcher {
    text-transform: none;
    background: 0 0;
    border: 0;
    color: azure;
}
.wpm-language-switcher option {
    background: rgb(49 49 49);
}
