body {
	font-family: 'Poppins', Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	color: #1e1e1e;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	background-color: #fff;
	letter-spacing: 0.7px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #1c61cb;
}
a:hover {
	text-decoration: none;
}
ul{
	margin: 0;
	padding: 0;
}
p{
    margin: 0;
}
b, strong {
    font-weight: 600;
}
.h1, .h2, .h3, h1, h2, h3, .h4, .h5, .h6, h4, h5, h6{
	margin: 0;
}
input[type="text"].form-control{
    z-index: 0;
}
.table-hover > tbody > tr:hover{
    background-color: transparent;
}
.form-control:focus{
    box-shadow: none;
    border-color: #2261ca;
}
.tooltip.top {
    z-index: 1;
}
.list-inline>li{
	padding: 0;
}
.btn-link:focus, .btn-link:hover{
	text-decoration: none !important;
}
.table-striped > tbody > tr:nth-of-type(2n+1){
    background-color: transparent;
}
:focus, a:focus, a:hover, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	outline: none !important;
	text-decoration: none !important;
}
.form-control{
    border-radius: 0;
    height: 37px;
    box-shadow: none;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.owl-wrapper-outer {
    border: none !important;
    box-shadow: none !important;
}
legend {
	font-size: 18px;
    padding: 7px 0px;
    color: #000;
    border-bottom: 1px solid #eee;
    text-transform: capitalize;
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
    color: #F00;
    font-weight: bold;
    font-size: 16px;
    top: 4px;
    position: relative;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	background-color: transparent;
    color: #2261ca;
}
@media (min-width:576px) {
    .container {
        width: 100%;
    }
}

@media (min-width:768px) {
    .container {
        width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        width: 100%;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width:1600px) {
    .container {
        width: 1560px;
    }
}
.product-thumb .second-img {
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
}
.product-thumb:hover .second-img {
    opacity: 1;
}
/* top */
@-moz-keyframes backgroundchange 
{
  0% {
      background: #2261ca;
  }
  50% {
    background: #131313	;
  }
  100% {
    background: #632823;
  }
}
@-webkit-keyframes backgroundchange 
{
  0% {
     background: #2261ca;
  }
  50% {
    background: #131313;
  }
  100% {
   background: #632823;
  }
}
@-moz-keyframes colorchange 
{
  0% {
      color: #2261ca;
  }
  50% {
    color: #131313;
  }
  100% {
    color: #632823;
  }
}
@-webkit-keyframes colorchange 
{
  0% {
     color: #2261ca;
  }
  50% {
    color: #131313;
  }
  100% {
   color: #632823;
  }
}
.nav-right .dropdown-toggle {
    padding: 0;
}
.nav-right li {
    vertical-align: middle;
}
#top {
    margin: 10px 0;
}
.get {
    color: #131313;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 10px;
    display: inline-block;
}
.tag-t {
    background: #2261ca;
    padding: 1px 10px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 3px;
    animation: backgroundchange 2s;
    -moz-animation: backgroundchange 2s infinite;
    -webkit-animation: backgroundchange 2s infinite;
    position: relative;
    font-size: 13px;
}
.tag-t::before {
    color: #2261ca;
    animation: colorchange 2s;
    -moz-animation: colorchange 2s infinite;
    -webkit-animation: colorchange 2s infinite;
    content: "\f0da";
    font-family: fontawesome;
    font-size: 16px;
    bottom: 0;
    top: 0;
    align-items: center;
    display: flex;
    position: absolute;
    left: auto;
    right: -5px;
    margin: 0 auto;
    text-align: center;
}
#wishlist-total span, #form-language button, #form-currency button {
    text-transform: capitalize;
    font-size: 13px;
    color: #767676;
    letter-spacing: 1px;
    text-align: left;
}
#form-language,#form-currency{
    margin-bottom: 0;
}
#form-language .dropdown-menu button,#form-currency .dropdown-menu button{
    padding: 5px 12px;
}
#wishlist-total span:hover, #form-language button:hover, #form-currency button:hover{
	color: #2261ca;
}

/* header */
.head-bg{
	background-color: #f5f5f5;
	padding: 25px 0;
}
.cont {
    margin-top: 6px;
}
.cont svg, .top-mi {
    vertical-align: middle;
    display: inline-block;
    text-align: left;
}
.top-mi {
    margin: 0 10px;
}
.top-mi h3 {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 3px;
    color: #3b3b3b;
    letter-spacing: 1px;
    font-weight: normal;
}
.top-mi h5 {
    color: #6d6c6c;
    font-size: 12px;
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 0;
    letter-spacing: 1px;
    margin-top: 5px;
}
/* logo */
#logo {
    margin-top: 5px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* user */
.usr-m {
    margin: 0 20px;
}
.usr-m li i {
    margin-right: 7px;
    width: 16px;
    color: #333;
}
.usr-m li:hover i {
    color: #2261ca;
}
.cart-count, .user-count {
    color: #3b3b3b;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0;
}
#cart-total, .user-log {
    color: #6d6c6c;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 4px 0 0 0;
}
.option-m li {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.option-r {
    margin-top: 8px;
}
.usr:hover svg, .cart:hover svg {
    fill: #2261ca;
}
/* cart */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
    background-color: transparent;
}
.dropdown-menu > li > a{
    font-size: 13px;
    text-transform: capitalize;
}
#cart .dropdown-menu li p {
    margin: 15px;
}
#cart .dropdown-menu {
    min-width: 295px;
}
#cart .dropdown-toggle {
    text-decoration: none;
    padding: 0;
    border: none;
    background: transparent;
    outline: none;
}
.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
/* search category */
.search-page .select-input {
    position: relative;
}
.search-page select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
#product-search .ct, #product-manufacturer .ct {
    margin-top: 6px;
}
#product-search .lgrid, #product-manufacturer .lgrid {
    margin-top: 4px;
}
#product-search .catesort, #product-manufacturer .catesort {
    margin-bottom: 0;
    margin-top: 0;
}
.checkbox-inline {
    margin-bottom: 15px;
    margin-top: 5px;
}
.cate-selected{
	display: inline-block;
	font-size: 13px;
	color: #A6A6A6;
}
.list-des{
	color: #727272;
    font-size: 12px;
    margin-bottom: 10px;
    max-height: 45px;
    overflow: hidden;
}
#search-by-category .search-container .categories-container{
    float:left;
	width:28%;
    position:relative
}
#search-by-category .search-container .categories-container .hover-cate p {
	position: relative;
	margin-bottom: 0;
	height: 45px;
	cursor: pointer;
	padding: 12px 10px;
	border-radius: 4px 0 0 4px;
	background: #fff url('../../../../../image/catalog/searcharrow.png') no-repeat;
	-moz-appearance: none;
	background-position: right bottom 7px;
}
#search-by-category .search-container .categories-container .hover-cate .cate-items{
    z-index: 9999;
	position: absolute;
	display: none;
	background: none repeat scroll 0% 0% #FFF;
	max-height: 300px;
	overflow: auto;
	padding: 15px;
	width: 100%;
	cursor: pointer;
	border: 1px solid #eee;
	line-height: 25px;
	text-transform: capitalize;
}
#search-by-category .search-ajax{
	position: absolute;
	z-index: 99;
	background: none repeat scroll 0% 0% #fff;
	top: 100%;
	left: 15px;
	right: 15px;
    border: 1px solid #efefef;
    font-size: 12px;
}
.ajax-result-msg {
    margin: 5px 15px;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list{
    display:block;
    border:1px solid #ddd;
    max-height:345px;
    overflow: auto;
}
#search-by-category .item-inner:before {
	display:none;
}
#btn-search-category {
	border: none;
	color: #fff;
	width: auto;
	cursor: pointer;
	height: 45px;
	border-radius: 4px;
	padding: 0 25px;
	background-color: #2261ca;
	transition: all .3s ease-in-out;
	margin-left: 10px;
}
#btn-search-category:hover {
	background: #2f2f2f;
}
#btn-search-category svg{
    fill: #fff;
}
#text-search { 
	width: 100%;
	border: none;
	height: 45px;
	padding: 0 15px;
	border-radius: 0 4px 4px 0;
}
.ajax-loader-container {
	display: none;
}
.ajax-result-item {
	list-style: none;
}
.ajax-loader-container {
	position: absolute;
	z-index: 110;
	height: 300px;
	background-color: white;
	border: 1px solid #eee;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
}
.product-info .price-old {
	text-decoration: line-through;
}
.sprice{
	font-size: 16px;
}
.ajax-result-list .product-name{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	text-transform: capitalize;
	margin: 0 0 10px 0;
}
.ajax-result-list .old-price{
	font-size: 16px;
}
.ajax-result-list .product-info{
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}
.item-cate{
	list-style: none;
}
.item-cate.f1{
	margin-left: 10px;
    font-size: 12px;
}
 /* Search-category over */
/* menu */
.menu-bg {
    background-color: #2261ca;
}
.menu1 ul li a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 25px 0 0;
}
.menu1 ul li a:hover {
    color: #131313;
}
.menu1 {
    margin-top: 19px;
}
#category {
    margin: 0 5px;
}
.container_wb_megamenu .title-menu{
	background: rgba(29,83,172,0.9) none repeat scroll 0 0;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	position: relative;
	text-transform: uppercase;
	border-radius: 0;
	font-weight: normal;
	padding: 6px 15px;
	cursor: pointer;
	margin: 5px 0;
	border-radius: 4px;
	width: 100%;
}
.menu-vertical{
	position: absolute;
	top: 57px;
	left: 15px;
	right: 15px;
	background-color: #fff;
	z-index: 98;
	border-radius: 4px;
    border: 1px solid #ddd;
    border-top: none;
}
.ico-menu .bar:nth-child(1) {
    top: 0;
    width: 18px;
}
.ico-menu .bar:nth-child(2) {
    top: 5px;
    width: 15px;
}
.ico-menu .bar:nth-child(3) {
    top: 10px;
    width: 12px;
}
.ico-menu .bar:nth-child(1)::after {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.ico-menu .bar:nth-child(2)::after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.ico-menu .bar:nth-child(3)::after {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.ico-menu .bar {
    position: absolute;
    height: 2px;
    background-color: #fff;
    overflow: hidden;
}
.ico-menu {
    position: relative;
    width: 16px;
    top: -6px;
    margin: 0 auto;
    left: 0;
}
.ico-menu .bar::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transition-delay: 0s;
}
.btn-navbar.navbar-toggle{
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
    background-color: rgba(23,66,138,0.9);
    border-radius: 100%;
    min-width: 35px;
    min-height: 35px;
    vertical-align: middle;
    margin: 0;
    padding:9px;
    display: inline-block;
	float: none;
}
#menu .navbar-nav > li > a, .view_more a {
    color: #222;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 500;
    cursor: pointer;
    font-size: 13px;
    padding: 14.1px 0 !important;
    background-color: transparent;
}
#menu .navbar-nav > li, #menu .navbar-nav {
    float: none;
}
#menu .submenu-title {
    color: #2261ca;
    font-size: 15px;
    font-weight: 500;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    direction: ltr;
    line-height: 20px;
    text-transform: capitalize;
}
#menu .grand-child li a {
    color: #222;
}
.view_more.my-menu {
    padding: 14.1px;
    cursor: pointer;
    list-style: none;
}
.view_more.my-menu a {
    margin: 0 10px;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
	    display: block;
	    padding: 12px 0;
	    visibility: visible;
	    opacity: 1;
	    filter: alpha(opacity=100);
	    border-radius: 0;
	}
	#menu .dropdown-menu {
	    background: #fff;
	    visibility: hidden;
	    display: block;
	    opacity: 0;
	    filter: alpha(opacity=0);
	    -webkit-transition: all 0.35s ease-out 0s;
	    -o-transition: all 0.35s ease-out 0s;
	    transition: all 0.35s ease-out 0s;
	    left: 107%;
	    right: auto;
	    margin: 0 !important;
	    border: none;
	    top: 0;
        box-shadow: none;
	}
	#menu .nav > li > a:focus, #menu .nav > li > a:hover, .my-menu a:hover, .my-menu a:focus {
	    color: #2261ca;
	    background-color: transparent;
	}
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
    #menu .dropdown-inner a {
        min-width: 230px;
        padding: 3px 9px;
    }
    #menu .submenu-title {
        margin-bottom: 8px;
    }
    .enangle {
        font-size: 18px;
        transition: all 0.3s ease 0s;
    }
    #menu li a:hover .enangle {
        transform: rotate(-90deg);
    }
}
@media (max-width: 767px) {
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
.sliderow {
    margin-top: 20px;
}
#slideshow0 .owl-pagination{
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	top: auto;
}
#slideshow0 .owl-controls .owl-page.active span {
    background: #2261ca !important;
}
#slideshow0.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 0;
    background: #78c0f6;
    border-radius: 50%;
    margin: 0;
}
/* service */
.serimg1 {
    height: 69px;
    width: 69px;
    cursor: pointer;
    background: rgba(255,255,255,0.9) url('../../../../../image/catalog/ser1.png') center center no-repeat;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid #e2e2e2;
}
.serimg2 {
    height: 69px;
    width: 69px;
    cursor: pointer;
    background: rgba(255,255,255,0.9) url('../../../../../image/catalog/ser2.png') center center no-repeat;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid #e2e2e2;
}
.serimg3{
    height: 69px;
    width: 69px;
    cursor: pointer;
    background: rgba(255,255,255,0.9) url('../../../../../image/catalog/ser3.png') center center no-repeat;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid #e2e2e2;
}
.serimg4{
    height: 69px;
    width: 69px;
    cursor: pointer;
    background: rgba(255,255,255,0.9) url('../../../../../image/catalog/ser4.png') center center no-repeat;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid #e2e2e2;
}
.deliveryinfo ul li {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.ser-t h4 {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    font-weight:500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.ser-t p {
    font-size: 12px;
    font-weight:500;
    color: #a9a9a9;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.deliveryinfo{
    cursor: crosshair;
    margin-top: 45px;
}
.deliveryinfo ul{
    margin-bottom: 0;
}
.deliveryinfo ul:hover .serimg1, .deliveryinfo ul:hover .serimg2, .deliveryinfo ul:hover .serimg3, .deliveryinfo ul:hover .serimg4{
	border: 1px solid #2261ca;
	transition: all .3s ease-in-out;
}
/* service over */
#img-banner0, .fproduct, .cate-pro, .ocproduct, .ofer-bn, .onsale, .cbanner, .latest-p, .blog_webi, .logo-m{
	margin-top: 45px;
}
/* prev-next */
.owl-theme .owl-buttons {    
    margin-top: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
    right: 60px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 15px;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #999 !important;
    margin: 0 !important;
    padding: 7px 0 0 0 !important;
    border-radius: 2px !important;
    background: #f0f0f0 !important;
    opacity: 1 !important;
    position: absolute;
    top: -76px;
    left: auto;
    width: 35px;
    height: 35px;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    background: #2261ca !important;
    color: #fff !important;
}
.owl-carousel .owl-buttons div i {
    font-size: 20px !important;
    margin: 0 !important;
}
/* prev-next over */
.product-thumb {
    position: relative;
}
.head-t {
    border-bottom: 2px solid #dcdcdc;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}
.head-t::before {
    border-bottom: 2px solid #2261ca;
    position: absolute;
    bottom: -2px;
    content: '';
    width: 145px;
}
.head-t h4 {
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    color: #131313;
}
.head1 {
    float: left;
    position: relative;
}
.head1 h4 {
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    position: relative;
    color: #131313;
}
.head1::before {
    border-bottom: 2px solid #2261ca;
    position: absolute;
    bottom: -17px;
    content: '';
    left: 0;
    width: 145px;
}
.pro-tab {
    border-bottom: 2px solid #dcdcdc;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.pro-tab .nav-tabs {
    text-align: right;
    margin-right: 85px;
    position: relative;
}
.nav > li > a {
    color: #121212;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size: 15px;
    padding: 0 25px;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    font-weight: 500;
    cursor: pointer;
    border: none;
}
.nav-tabs > li {
    display: inline-block;
    float: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav > li > a:focus, .nav > li > a:hover, .nav-tabs > li > a:hover{
	border: none;
	color: #2261ca;
	background-color: transparent;
	cursor: pointer;
}
.nav-tabs{
	border-bottom: none;
	margin-bottom: 0;
}
.product-thumb .caption h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    text-transform: capitalize;
    transition: 0.3s ease;
    margin: 0;
    font-weight: 400;
    padding: 3px 0;
    margin: 3px 0 5px 0;
}
.product-thumb .caption h4 a{
	color: #212121;
}
.product-thumb .caption .price {
    color: #1f1f31;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.product-thumb .caption {
    padding: 10px 15px;
    text-align: center;
}
/* button */
.product-thumb .pro-btn {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 38px;
    transition: all 200ms ease-out 0s;
    transform: scale(0);
    text-align: center;
}
.product-thumb:hover .pro-btn {
    transform: scale(1);
}
.button-group {
    background-color: #fff !important;
    padding: 9px 15px 10px 15px;
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ededed;
    border-radius: 4px;
    position: relative;
}
.button-group button {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
}
.button-group button:hover svg, .bquickv:hover svg {
    fill: #2261ca;
}
.button-group button svg{
	vertical-align: middle;
	fill: #5a5a5a;
}
.bquickv {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: transparent;
    transition: all 300ms ease 0s;
    transform: scaleX(0);
    cursor: pointer;
}
.bquickv svg{
	fill: #5a5a5a;
}
.product-thumb:hover .bquickv {
    transform: scale(1);
}
.product-thumb .button-group .pwish::after, .product-thumb .button-group .pwish::before {
    content: '|';
    color: #ededed;
    position: relative;
    margin: 0 15px;
    top: 1px;
}
/* button over */
/* content */
#content {
	min-height: 600px;
}
.block-cat-wr{
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 10px;
}
.cate-bg {
    text-align: center;
    margin: 15px 0 5px 0;
}
.cate-bg a{
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
	color: #121212;
    font-weight: 500;
}
.block-cat-wr:hover .cate-bg a{
	color: #2261ca;
}
.ocproduct .product-thumb .caption, .ocproduct .product-thumb .pro-btn, #onsale .product-thumb .caption {
    text-align: left;
}
.ocproduct .product-thumb:hover .caption h4, .ocproduct .product-thumb:hover .rating, #onsale .product-thumb:hover .caption h4, #onsale .product-thumb:hover .rating{
	opacity: 1;
}
.ocproduct .desc {
    display: block;
    color: #767676;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 6px 0 9px 0;
}
.ocproduct .product-thumb .pro-btn, .ocproduct .bquickv {
    position: unset;
    transform: scale(1);
}
.ocproduct .bquickv svg{
	vertical-align: middle;
}
.ocproduct .bquickv , .ocproduct .bview{
	display: inline-block;
}
.ocproduct .bview::after {
    content: '|';
    color: #ededed;
    position: relative;
    right: 0;
    top: 1px;
}
#ocpro .bview svg{
    margin: 0 15px 0 0;
}
#ocpro .bcart svg{
    margin: 0 0 0 9px;
}
.ocproduct .product-thumb .button-group{
	margin-top: 6px;
}
#onsale .image {
    padding: 0;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}
#onsale .product-thumb {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
}
/* blog */
#blog .date-time {
    position: absolute;
    top: 10px;
    left: 25px;
    right: auto;
    background-color: #fff;
    padding: 9px;
    border-radius: 4px;
    z-index: 6;
}
.blog-right h4{
	margin: 10px 0 5px 0;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: capitalize;
	padding: 1px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.3s ease;
}
.blog-right h4:hover, .blog-right h4 a:hover{
	color: #2261ca;
}
.blog-right h4:focus, .blog-right h4 a:focus{
	color: #2261ca;
}
.blog-right p{
	font-size: 13px;
	color: #95989d;
}
.seper{
	padding: 0 10px;
}
.webi-post-author .fa-calendar{
	margin-right: 5px;
}
.blog-left:hover .webi_post_hover {
    opacity: 1;
    visibility: visible;1
    z-index: 1;
    -webkit-transform: scale(0.94,0.9);
    border-radius: 4px;
}
.blog-left:hover .blog_mask {
    visibility: visible;
}
.webi-blog-image {
    position: relative;
    margin-bottom: 0;
}
.webi-blog-image img{
	border-radius: 4px 4px 0 0;
}
#blog .product-block .webi-blog-image {
    margin-bottom: 0;
}
.webi_post_hover {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
    -webkit-transform: scale(0.8);
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
}
.webi_post_hover .icon {
	border-radius: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #2261ca;
	padding: 8px 9px;
}
.webi_post_hover .icon:hover{
	background-color: #2261ca;
	color: #fff;
}
.webi_post_hover .icon i{
	font-size: 16px;
}
.readmore_link i{
	vertical-align: middle;
}
.blog-ic{
	position: absolute;
	left: 0;
	right: 0;
	margin: -8px auto;
	text-align: center;
	top: 50%;
}
.lb-nav a{
	transition: none
}
#carousel0{
	border: 1px solid #dfdfdf;
	padding: 10px;
	border-radius: 5px;
	margin-top: 50px;
}
.blogal .alert {
    position: unset;
}
.headingpage {
    font-size: 15px !important;
    font-weight: 500;
}
.blog-desc {
    font-size: 13px;
	color: #a9a9a9;
	letter-spacing: 0.5px;
	margin: 0 0 10px 0;
}
.blog-comment {
    margin: 0 0 10px 0;
}
.blogal .block-title h3,.blog-comment{
	text-transform: capitalize;
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 20px;
}
.wco{
    margin-left: 38px;
    position: relative;
    top: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
}
.bcomment{
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 30px;
}
.view-comment{
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.view-comment:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}
.blogu span{
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 23px;
}
.webi-single-blog .webi-blog-image{
	margin-bottom: 15px;
}
.date span{
	margin: 0 20px;
}
.view-comment i {
    font-size: 18px;
    line-height: 30px;
}
.allcomment h5{
	font-weight: 500;
	font-size: 16px;
	margin: 0;
}
.blog-right h4 a {
    margin: 10px 0 5px 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 1px 0;
    color: #222;
}
.blog_comment::before,.blog_comment::after{
	content: '|';
	padding: 0 15px;
}
.blog_links{
	margin: 15px 0 10px 0;
}
.allmb .webi-blog-image img {
    border-radius: 4px;
}
.allmb{
	margin-bottom: 30px;
}
.blog_links {
    margin: 10px 0 10px 0;
}
.allcomment h5{
    margin-top: 15px;
}
/* blog over */
.news-f.webi-newsletter form {
    margin-bottom: 0;
}
.webi-newsletter svg {
    float: left;
    fill: #fff;
    margin-right: 15px;
}
.main-s {
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 7px;
}
.mainh {
    color: #cdcdcd;
    font-size: 13px;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.email-n {
    background-color: #2261ca;
    padding: 35px 15px;
    margin: 25px auto 45px auto;
    border-radius: 5px;
}
.inputNew {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 5px !important;
    height: 48px;
}
.newsbrd .form-group {
    margin-bottom: 0;
}
.newsbrd .button-submit button {
    margin-left: 10px;
    background-color: #212121;
    height: 48px;
    padding: 0 20px;
}
.news-f #block-newsletter-label {
    margin-top: 5px;
}
/* footer */
.block-social p {
    margin: 25px 0;
    color: #767676;
    font-size: 13px;
    line-height: 28px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.fot-pro, .pay {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}
.sol-n li {
    height: 35px;
    width: 35px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 100%;
    padding-top: 8px;
    background: #e9e9e9;
    text-align: center;
    transition: 0.3s ease;
    display: inline-block;
    -webkit-padding-before: 11px;
}
.sol-n li a {
    color: #616161;
    line-height: 0;
}
.sol-n li:hover {
    background: #2261ca;
}
.sol-n li:hover a {
    color: #fff;
}
.f-left i {
    width: 25px;
}
.pay {
    margin-top: 20px;
}
.fpayment li {
    display: inline-block;
}
.fpayment i {
    font-size: 24px;
    color: #767676;
}
footer a, .f-left li {
    color: #767676;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-weight: 500;
    text-transform: capitalize;
}
footer a:hover, .f-left li:hover {
    color: #2261ca;
}
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #f5f5f5;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
.copy {
    border-top: 1px solid #e1e1e1;
    padding: 25px 0;
    margin-top: 30px;
}
.cpy{
    color: #767676;
    font-size: 13px;
    letter-spacing: 0.5px;
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 40px;
    cursor: pointer;
    z-index: 8;
    height: 40px;
    width: 40px;
    line-height: 0;
    padding: 4px 0;
    display: none;
    outline: none;
    text-align: center;
    transition: all .5s ease-in-out;
    background: #2261ca;
    color: #fff;
    border-radius: 50%;
}
#scroll i {
    font-size: 28px;
}
#scroll:hover {
    background: #222;
}
/* alert */
.alert {
    padding: 11px 14px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border: none;
    margin: 0;
    font-size: 12px;
}
.alert .close {
    opacity: 1;
    right: 0;
    top: 0;
}
.email-n .alert {
    padding: 11px 14px;
    position: absolute;
    top: 50px;
    right: 15px;
    left: 15px;
    border: none;
    margin: 0;
    font-size: 12px;
}
/* breadcrumb */
.breadcrumb {
    margin: 20px 0;
    padding: 8px 0;
    background-color: #f5f5f5;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:last-child::after {
    content: '';
}
.breadcrumb > li:after {
	content: '|';
	display: block;
	position: absolute;
	top: 0;
	right: -5px;
    color: #b2b2b2;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 10px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: none;
}
.btn.active, .btn:active{
    box-shadow: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #fff;
	background-color: #2261ca;
	border: none;
	box-shadow: none;
	border-radius: 4px;
	text-transform: capitalize;
	font-weight: 500;
	letter-spacing: 0.8px;
	font-size: 14px;
	transition: 0.3s ease;
    padding: 10px 12px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled], .btn-primary.focus, .btn-primary:focus, .btn-primary:active:focus {
	background-color: #2f2f2f;
	color: #fff;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #1c61cb;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
#xsfilter .list-group-item{
    border-radius: 0 !important;
}
.list-group a {
	border: 1px solid #DDDDDD;
	color: #222;
	padding: 8px 12px;
    font-size: 13px;
    font-weight: 500;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover,.list-group-item.active, .list-group-item.active:focus {
	color: #fff;
	background: #2261ca;
	border: 1px solid #DDDDDD;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	/* border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto; */
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
    border-radius: 5px;
}
.product-grid .product-thumb .image {
	float: none;
}
/* cart page */
.qtybtn .btn-primary {
    padding: 8.5px 12px;
}
#accordion .panel-default > .panel-heading {
    color: #333;
    background-color: #f2f2f2;
    border: none;
    box-shadow: none;
}
#accordion .panel-title i {
    float: right;
}
#accordion .panel-title i:hover{
    color: #2261ca;
}
.acc-h {
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: .5px;
}
.acc-d {
    margin: 15px 0;
}
.accordion-toggle, .panel-title{
    font-size: 14px;
}
#input-coupon {
    padding: 18px 20px;
}
.form-horizontal {
    margin-top: 15px;
}
.panel-body .control-label {
    margin-top: 12px;
}
.cartdrop{
    padding: 0;
}
#cart .btn-danger {
    background-color: #fff;
    color: #222;
    padding: 0;
    border-color: #fff;
    border: none;
    transition: all 0.4s ease-in-out 0s;
    position: absolute;
    right: 0;
}
.cartname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 10px;
    width: 160px;
    font-size: 14px;
    transition: 0.3s ease;
}
.cartdrop img {
    max-width: 60px;
}
.cartprice {
    clear: both;
    position: relative;
    top: -35px;
    left: 70px;
    width: 50%;
    color: #222;
    font-size: 13px;
    direction: ltr;
    margin-bottom: -10px;
}
.cart-dd li {
    display: block;
}
#cart .dropdown-menu li > div {
    padding: 0 10px;
}
#cart .dropdown-menu {
    padding-top: 10px;
}
.cart-dd tr td{
    font-size: 14px;
}
/* cart page over*/
.acpage h2, .acpage h1, .not-found-head, .sitem h1 {
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 10px;
}
#accordion .panel-default {
    border-color: #fff;
}
.panel{
    box-shadow: none;
}
#accordion #input-password, #affiliate-login #input-password, #account-login #input-password {
    margin-bottom: 10px;
}
.well p {
    margin-bottom: 10px;
}
.well{
    background-color: transparent;
}
#shipping-existing {
    margin-top: 10px;
}
#collapse-checkout-confirm .panel-body {
    padding: 15px 0;
}
.acco {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
}
.achead {
    font-size: 14px !important;
    color: #fff !important;
    background-color: #2261ca;
    padding: 8px 10px;
    border-radius: 4px;
}
.accolor {
    margin-top: -10px;
    padding: 10px 5px !important;
    line-height: 25px;
    background-color: #fff;
    margin-bottom: 10px;
}
.accolor a{
    color: #222;
}
.accolor a:hover{
    color: #2261ca;
}
.infobg p {
    margin-bottom: 10px;
}
.valign {
    font-size: 13px;
}
/* product page */
.speci {
    font-size: 13px;
}
#input-review, #input-name {
    margin-top: 10px;
}
.custreview{
    text-transform: capitalize;
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 10px;
}
#review .custreview:nth-child(1)  {
    border-top: none;
    margin-top: 0;
    padding-top: 0
}
#tab-review #review{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
}
#tab-review #review p{
    margin-bottom: 0;
    font-size: 12px;
}
.custreview p{
    color: #777;
    line-height: 23px;
    font-size: 13px;
    margin-bottom: 0;
}
.crspc {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.rsep {
    padding: 0 20px;
}
#zoom_03{
    border-radius: 4px;
}
.thumbnail{
    border: none;
    padding: 0;
}
#zoom_03{
    border: 1px solid #ededed;
}
.pro-price{
    font-size: 18px !important;
    color: #2261ca !important;
}
.palert,#tab-review .alert{
    position: relative;
}
#product-product .alert, #account-wishlist .alert {
    position: unset;
    margin-bottom: 10px;
}
#tab-review #review{
    margin-bottom: 15px;
}
.product-tab .nav-tabs li.active::after {
    height: 2px;
    width: 100%;
}
.product-tab .nav-tabs li::after {
    content: '';
    position: absolute;
    bottom: -11px;
    transition: all .3s ease-in-out;
    width: 0;
    border-bottom: 2px solid #2261ca;
    left: 0;
}
.product-tab .nav-tabs > li a{
    padding: 0 15px !important;
}
.product-tab .nav-tabs > li.active > a,.product-tab .nav-tabs > li.active > a:focus,.product-tab .nav-tabs > li.active > a:hover {
    color: #2261ca;
    cursor: default;
    background-color: #fff;
    border: none;
    cursor: pointer;
}
.product-tab .nav > li > a:focus,.product-tab .nav > li > a:hover,.product-tab .nav-tabs > li > a{
    border: none;
    background: transparent;
}
#tab-review i{
    color: #2261ca;
}
#tab-specification .table-bordered > thead > tr > td,#tab-specification .table-bordered > tbody > tr > td{
    border: 1px solid #f6f6f6;
}
#tab-specification strong{
    color: #2261ca;
    font-weight: 600;
}
#tab-description li {
    margin: 0 15px;
}
.pro-content h1 {
    font-size: 18px;
    text-transform: capitalize;
    color: #2261ca;
    letter-spacing: 1px;
    margin-top: 0;
}
.pro-content .alert,.product-quickview-detail .alert,#accordion .alert{
    position: unset;
}
.pro-content .qty-plus-minus .form-control {
    width: 45px;
    text-align: center;
    color: #222;
    border-radius: 0;
}
.btnminus,.btnplus{
    line-height: 22px;
}
.producthr {
    border-top: 1px solid #f2f2f2;
}
.text-decor, .text-de {
    text-transform: capitalize;
    color: #222;
    font-size: 14px;
    letter-spacing: 1px;
    min-width: 150px;
    display: inline-block;
    line-height: 25px;
}
.textdeb {
    color: #2261ca;
    margin: 0 4px;
}
.textdeb:hover{
    color: #2261ca;
}
.text-decor-bold{
    text-transform: capitalize;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.text-decor-bold h2{
    font-size: 18px;
    margin-top: 0;
    color: #2261ca;
}
.av-pro {
    font-size: 19px;
    margin-bottom: 10px;
}
.custom-radio .img-thumbnail {
    display: block;
    padding: 0;
    border-radius: 4px;
    border: none;
    height: 30px;
    width: 30px;
}
.text-decorop {
    text-transform: capitalize;
    color: #111;
    font-size: 14px;
    letter-spacing: 0;
}
.datebtn {
    background-color: #2261ca;
    color: #fff;
    box-shadow: none;
    transition: all 0.3s ease;
    font-size: 12px;
    border: none;
    padding: 11.5px
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group{
    z-index: 0;
}
.datebtn:hover, .btnup:hover, .add-to-cart:hover,.add-to-cart:active:focus, .add-to-cart:focus{
    background-color: #222;
    color: #fff;
}
.pro-content .rating li{
    display: inline-block;
}
.rating a {
    text-transform: capitalize;
}
.pro-content #button-cart {
    font-size: 12px;
    vertical-align: middle;
    padding: 10px 12px;
}
.btnup {
    color: #fff;
    background-color: #2261ca;
    transition: all 0.3s ease;
    font-size: 14px;
    box-shadow: none;
    border-radius: 4px;
    border: none
}
.proreview {
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
    margin: 0 30px;
    padding: 0 30px;
}
.productwish button {
    background-color: transparent;
    color: #2261ca;
    box-shadow: none;
    border: none;
    font-size: 37px;
    margin-right: 10px;
    padding: 0;
}
.pro-content .pcrt svg{
    fill: #fff;
    vertical-align: middle;
}
.pro-content .qty-plus-minus .form-control:focus{
    border-color: #ededed;
}
.pro-content #input-quantity{
    border-radius: 0;
}
.product-tab{
    margin: 30px 0;
    border-radius: 5px;
    border: 1px solid #ededed;
}
.product-tab .nav-tabs{
    border-bottom: 1px solid #ededed;
    padding: 10px 0;
}
.product-tab .tab-pane{
    padding: 15px;
}
.product-tab .tab-pane table{
    margin-bottom: 0;
}
.co-heading {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
    border-color: #ededed;  
}
.qtlabel{
    margin-top: 5px;
}
.product-tab #review .fa-stack{
    font-size: 5px;
}
#gallery_01 img{
    border: 1px solid #ededed;
    border-radius: 4px;
}
#gallery_01 .col-xs-12{
    padding: 0 5px;
}
.galarow{
    margin: 0 -5px;
}
#under-menu{
    position: absolute;
    width: 100%;
    z-index: 1;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}
.relspace{
    padding: 0
}
/* category page */
.panel-footer {
    background-color: #fff;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #ddd;
}
.des-cate{
    padding: 0;
}
.img-cate{
    padding: 0 0 0 15px;
}
.catfilter .panel-heading button {
    border: none;
    background: transparent;
    box-shadow: none;
}
.filter-panel .panel-footer{
    background-color: #fff;
}
.filter-panel .list-group a {
    color: #2261ca;
    border-bottom: 1px dotted #ededed;
    padding-bottom: 10px;
    font-weight: normal;
}
.filter-panel .list-group a:hover {
    background-color: transparent;
    border-bottom: 1px dotted #ededed;
}
.filter-panel .list-group-item {
    background-color: transparent;
}
.cate-top {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 20px;
}
.cate-top img{
    border-radius: 4px;
}
.cate-top h2{
    font-size: 18px;
    color: #2261ca;
    letter-spacing: 0.5px;
    margin-top: 0;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.cate-top p{
    font-size: 12px;
    color: #aaa;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.cate-border {
    background-color: #fff;
    border: 1px solid #eee;
    margin: 0 0 20px 0;
    padding: 10px 0px;
    border-radius: 4px;
}
#compare-total{
    padding: 0;
    color: #2261ca;
    font-weight: 500;
}
.catesort {
    margin-bottom: 4px;
    margin-top: -5px;
}
.catesort label {
    background-color: #fff;
    border: none;
    color: #222 !important;
}
.lgrid svg {
    fill: #aaa;
    cursor: pointer;
}
.lgrid .active svg {
    fill: #2261ca;
    cursor: pointer;
}
.catesort select option {
    background-color: #fff;
    color: #222;
}
.select-input::after {
    font-family: 'fontawesome';
    content: '\f107';
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 7px;
    pointer-events: none;
}
.catesort .input-group .form-control{
    z-index: 0;
    border-radius: 4px !important;
}
.catesort select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.listgridbtn {
    background-color: #fff;
    padding: 0 !important;
    margin: 0 2px;
    border: none;
    box-shadow: none
}
.listgridbtn.active, .listgridbtn.active:hover, .listgridbtn:hover {
    background-color: transparent;
    box-shadow: none;
}
.listgridbtn i {
    font-size: 22px;
}
.btn-link:focus, .btn-link:hover{
    text-decoration: none;
}
.product-grid,.product-list{
    margin-bottom: 30px;
    /* padding: 0 5px; */
}
.product-grid .price{
    height: 20px;
}
.product-grid .catlist-des {
    display: none;
}
.product-grid{
    /* padding: 0 5px; */
}
.catemarging{
    margin: 0 -5px;
}
.list-des {
    color: #727272;
    margin-top: 10px;
}
.product-list .image, .product-list .caption {
    float: left;
    position: relative;
}
.product-list .product-thumb {
    float: left;
    width: 100%;
}
.product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
    border: 1px solid #eee;
    border-radius: 4px;
}
.product-list .product-thumb .caption {
    text-align: left;
    padding: 10px 15px;
}
.product-list .product-thumb .pro-btn {
    position: unset;
    transition: none;
    transform: scale(1);
    text-align: left;
}
.product-list .bquickv{
    transform: scaleX(1);
}
.product-list .product-thumb:hover .caption h4, .product-list .product-thumb:hover .rating {
    opacity: 1;
}
.product-list .price{
    color: #2261ca !important;
    margin: 5px 0 10px 0;
}
.product-list .protitle a{
    font-size: 16px;
}
.product-list .product-thumb .caption h4{
    margin: 3px 0 1px 0;
}
.catlist-des {
    color: #8f8f8f;
    font-size: 13px;
}
.pagination > li > a, .pagination > li > span {
    color: #2261ca;
    padding: 7px 12px 5px 12px;
    border: 1px solid #eee;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover,.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
    background-color: #2261ca;
    border-color: #2261ca;
    z-index: 0;
    color: #fff;
}
.pagi {
    margin: 0;
    border-radius: 4px;
    border: 1px solid #eee;
    padding: 8px 0;
}
.pagi .tot {
    line-height: 34px;
    font-size: 12px;
}
.contsp {
    margin-left: 35px;
    line-height: 25px;
    margin-bottom: 13px;
    text-transform: capitalize;
}
.infocnt i {
    font-size: 16px;
    vertical-align: bottom;
    margin-top: 4px;
}
.infocnt {
    margin-bottom: 20px;
}
.infobg {
    margin: 0;
}
.infocnt .form-horizontal {
    margin-top: 0;
}
.infobg h3 {
    font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.infobg tr td {
    font-size: 13px;
}
.cale-pb {
    padding: 8px 12px 9.5px 12px;
}
.sitem ul {
    line-height: 35px;
    padding-left: 25px;
    padding-right: 25px;
}
.sitem ul li {
    list-style: upper-latin;
}
.sitem a {
    color: #222;
    font-size: 13px;
}
.sitem a:hover{
    color: #2261ca;
}
/*loader start */
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
}
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: all 1.3s ease 0.3s;
    overflow: hidden;
}
#page-preloader.visible {
    opacity: 1;
    z-index: 100500;
    overflow: hidden;
}
#page-preloader .preloader {
    position: absolute;
    left: 50%;
    top: 45%;
    text-align: center;
    transform: translate(-50%,-50%);
    transition: all 0.4s ease;
    opacity: 0;
}
#page-preloader.visible .preloader {
    opacity: 1;
    transform: translate(-50%,-50%);
}
.object{
    position: absolute;
    top: 0px;
    z-index: 4;
    background: url('../../../../../image/catalog/loader.gif') 50% 50% no-repeat;
    width: 100%;
    height: 100%;
}
#page-preloader{
    display: none;
}
#page-preloader{
    display: block;
}
/* loader over */
@media(min-width: 992px){
    .product-list .product-thumb .allbtn {
        position: unset;
        transform: none;
        text-align: left;
        margin-top: 15px;
        transition: none;
    }
    .product-list .product-thumb:hover .allbtn{
        transform: none;
        transition: none;
    }
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 13px;
}
.rating .fa-star {
	color: #2261ca;
	font-size: 13px;
}
.rating .fa-star + .fa-star-o {
	color: #2261ca;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	font-size: 12px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.thumbnails {
	position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
/* newsletter popup */
.news-popup .checkbox {
    display: inline-block;
}
.hr-pop {
    width: 20%;
    border-color: #d2d2d2;
}
.inner h3 {
    font-size: 25px;
    color: #1e1e1e;
}
#formNewLestter .inner{
    position: relative
}
.news-popup .inner .valid .alert{
    position: unset;
    width: 70%;
    margin: 0 auto 15px auto;
}
.newsletter-bg{
    text-align: center;
    padding: 45px 35px;
}
.newsletter-bg .description-top h2{
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    margin: 25px 0;
    color: #3c3c3c;
}
.newsletter-bg .description-bottom{
    display: none;
}
.newsletter-bg .description-top p{
    font-size: 13px;
    margin-bottom: 20px;
    color: #1e1e1e;
    line-height: 25px;
    padding: 0 25px;
}
.newsletter-bg .button-submit{
    margin-bottom: 20px;
}
.newsletter-bg .checkbox label{
    color: #1e1e1e;
}
.newsletter-bg .inner .form-group input{
    width: 70%;
    margin: 0 auto;
    height: 42px;
    border: 1px solid #fff;
    box-shadow: none;
}
.news-popup .checkbox{
    display: inline-block
}
#formNewLestter input[type="checkbox"] {
    margin: 2px -20px 0;
}
/* effect */
.sub-img-banner {
    position: relative;
    overflow: hidden;
    will-change: transform;
}
.sub-img-banner::after {
    content: "";
    position: absolute;
    will-change: transform;
}
.sub-img-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    will-change: transform, opacity;
     transition: 0.5s;
}
.sub-img-banner img{
    transition: 0.5s;
    border-radius: 5px;
}
.sub-img-banner:hover::before {
    background: #2261ca;
    opacity: 0.09;
}
.sub-img-banner:hover img {
    transform: scale(1.1) !important;
}
.sub-img-banner:hover .hover-border {
    opacity: 1;
    transform: scale(0.95);
}
.hover-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 60;
    transform: scale(0.5);
    opacity: 0;
    transition: 0.5s;
}
.hover-border>div {
    position: absolute;
    height: 10%;
    width: 10%;
    border: .15vw solid #fff;
}
.hover-border .leftTop,.hover-border .rightTop{
    border-bottom: none;
    top: 15px;
}
.hover-border .leftBot,.hover-border .rightBot{
    bottom: 15px;
    border-top: none;
}
.hover-border .leftTop,.hover-border .leftBot{
    left: 15px; 
    border-right: none;
}

.hover-border .rightTop,.hover-border .rightBot {
    right: 15px;
    border-left: none;   
}
/* effect over */
/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


@media (min-width: 768px){
    #xsfilter {
        display: block !important;
    }
    .sticky {
        position: sticky;
        top: 20px;
    }
    #cart.open .dropdown-menu, .nav-right .open .dropdown-menu, .option-r .open .dropdown-menu {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        margin-top: 10px !important;
    }
    #cart .dropdown-menu, .nav-right .dropdown-menu, .option-r .dropdown-menu {
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        visibility: hidden;
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all 0.35s ease-out 0s;
        margin-top: 50px;
        right: 0;
        left: auto;
        margin: 10px 0 0;
            margin-top: 10px;
        border: 1px solid #eee;
        box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
        visibility: hidden;
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all 0.35s ease-out 0s;
        margin-top: 50px;
    }
	.title-menu .menu-vertical.collapse.in {
	    display: block;
	}
	.title-menu .menu-vertical.collapse {
	    display: none;
	}
    .middle-footer h5 button {
        display: none;
    }
    .fborder a::before {
        content: '>';
        display: inline-block;
        vertical-align: middle;
        margin-right: 3px;
        position: relative;
        top: -1px;
        transition: 0.2s;
        -moz-transition: 0.2s;
        -webkit-transition: 0.2s;
    }
    .fborder a:hover::before {
        margin-right: 7px;
    }
    .footer-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .product-thumb:hover .caption h4, .product-thumb:hover .rating {
        opacity: 0;
    }
    .cur::before{
        border-right: 1px solid #7f7f7f;
        content: '';
        position: absolute;
        left: -25px;
        height: 11px;
        top: 6px;
    }
    .cur::after{
        border-right: 1px solid #7f7f7f;
        content: '';
        position: absolute;
        right: -25px;
        height: 11px;
        top: 6px;
    }
    .cur {
        margin: 0 50px;
        position: relative;
        padding: 0 !important;
    }
    .op-uc{
        margin: 0 0 0 8px;
    }
}
@media (min-width: 1600px){
	.cont {
	    width: 14%;
	}
	.search-h {
	    width: 44%;
	}
	.col-lg-3.blankd.cwidth, #product-category #column-left, .acpage #column-right {
	    width: 20%;
	}
    #product-category #content, .acpage #content{
        width: 80%;
    }
    .product-list .product-thumb .caption {
        width: 75%;
    }
    .product-list .product-thumb .image{
        width: 25%;
    }
    #product-search .product-list, #product-manufacturer .product-list {
        width: 50%;
    }
    #product-search .product-list .image, #product-manufacturer .product-list .image {
        width: 35%;
        position: relative;
    }
    #product-search .product-list .product-thumb .caption, #product-manufacturer .product-list .product-thumb .caption {
        width: 65%;
    }
    #product-search .product-grid, #product-manufacturer .product-grid {
        width: 20%;
    }
}

/* jQuery Countdown styles 2.0.0. */
.is-countdown {
	text-align: left;
}
.countdown-rtl {
	direction: rtl;
}
.countdown-row { width:100%; display:inline-block; }
.countdown-row .countdown-section {
    height: 58px;
    width: 58px;
    display: inline-block;
    font-size: 18px;
    border: 2px solid #f1f1f1;
    border-radius: 50%;
    text-align: center;
    padding-top: 17px;
    margin: 0 15px 0 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.countdown-row .countdown-section:hover {
	border: 2px solid #2261ca;
}
.countdown-row .countdown-section:last-child {
	margin:0 !important;
}
.countdown-amount {
    font-size: 18px;
	font-weight:500;
	color:#444444;
}
.countdown-period {
    display: block;
	color: #767676;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	font-size: 13px;
	text-align: center;
	margin-top: 20px;
}
.countdown-descr {
	display: block;
	width: 100%;
}
.brand-list {
    border: 1px solid #f5f5f5;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
}
.bname {
    border-bottom: 2px solid #f5f5f5;
    border-radius: 4px;
    padding: 5px;
    font-size: 16px;
    margin-bottom: 10px;
}
#product-manufacturer p {
    margin-bottom: 10px;
}
.comp tr td {
    font-size: 13px;
}
/* quick view */
.mfp-iframe-scaler iframe{
    background: #fff !important;
}
.product-quickview-detail #content {
    min-height: auto;
    margin-top: 20px;
}
.swiper-button-next::before, .swiper-button-prev::before{
    font-size: 25px !important;
}
.swiper-viewport:hover .swiper-button-next {
    right: 0 !important;
}
.swiper-viewport:hover .swiper-button-prev {
    left: 0 !important;
}
.product-quickview-detail .pro-content h1 {
    margin-bottom: 20px;
}
.product-quickview-detail .swiper-viewport{
    margin: 0
}
.product-quickview-detail {
    width: 100%;
    background-color: #fff;
}
.product-quickview-detail #content{
    min-height: auto;
    margin-top: 20px;
}
/* quick view over */
@media (max-width: 1199px){
	.countdown-row .countdown-section {
		min-width: 43px;
	}
	.countdown-amount { font-size:12px; }
	.countdown-period { font-size:11px; line-height:14px; }
	.is-countdown { margin:20px 0 0; }
}
@media (min-width: 992px){
	.is-countdown { padding:0px 5px 10px; }
    .fborder::before {
        border-left: 1px solid #e1e1e1;
        content: '';
        position: absolute;
        height: 250px;
        top: 0;
        left: 0;
    }
}
@media (max-width: 1599px){
    .cont{
        display: none;
    }
}
@media (min-width: 1200px) and (max-width: 1599px){
    .cont{
        display: none;
    }
    .search-h {
        width: 46%;
    }
    .option-r{
        width: 37%;
    }
    .ser-t p{
        letter-spacing: normal;
    }
    .countdown-row .countdown-section {
        height: 50px;
        width: 50px;
        font-size: 14px;
        padding-top: 14px;
    }
    .product-grid {
        width: 33.33%;
        clear: none !important;
    }
    #product-search .product-grid, #product-manufacturer .product-grid {
        width: 25%;
    }
    #product-search .product-list .product-thumb .image, #product-manufacturer .product-list .product-thumb .image {
        width: 25%;
    }
    #product-search .product-list .product-thumb .caption, #product-manufacturer .product-list .product-thumb .caption {
        width: 75%;
    }
    .product-list .product-thumb .image {
        width: 30%;
    }
    .product-list .product-thumb .caption {
        width: 70%;
    }
}
@media (max-width: 1199px){
    .img-cate{
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .product-list .product-thumb .image {
        width: 34%;
    }
    .product-list .product-thumb .caption {
        width: 66%;
    }
    .usr-m {
        margin: 0 10px;
    }
    #cart-total, .user-log{
        letter-spacing: normal;
    }
    .deliveryinfo ul li, .ses {
        text-align: center;
    }
    .ser-t{
        margin-top: 10px;
    }
    .product-thumb .button-group .pwish::after, .product-thumb .button-group .pwish::before, .ocproduct .bquickv::after{
        margin: 0 12px;
    }
    .countdown-row .countdown-section{
        height: 45px;
        width: 45px;
        font-size: 12px;
        padding-top: 12px;
        margin: 0 10px 0 0;
    }
    .is-countdown {
        padding: 0;
    }
    .is-countdown {
        margin: 10px 0 0;
    }
    .block-social p {
        margin: 20px 0;
        line-height: 23px;
        font-size: 12px;
    }
}
@media (max-width: 991px){
    .checkbox-inline {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .catlist-des {
        max-height: 40px;
        overflow: hidden;
    }
    .cart-count, .t-cunt, .categories-container, #block-newsletter-label{
        display: none;
    }
    .cunt{
        background: #2261ca;
        color: #fff;
        font-size: 10px;
        border-radius: 100%;
        width: 14px;
        position: absolute;
        left: auto;
        right: 0;
        letter-spacing: 0;
        top: -5px;
        height: 14px;
        line-height: 14px;
        text-align: center;
    }
    #text-search{
        border-radius: 4px;
    }
    .fo-so {
        text-align: center;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    #f-logo img {
        margin: 0 auto;
    }
    .block-social p {
        margin: 15px 0;
        font-size: 12px;
        line-height: 23px;
    }
    .block-social p {
        margin: 10px 0;
    }
    .fot-pro, .pay {
        font-size: 14px;
        letter-spacing: normal;
        margin-bottom: 13px;
    }
    footer a, .f-left li {
        font-size: 12px;
        letter-spacing: normal;
        line-height: 27px;
    }
    .copy{
        padding: 15px 0;
    }
    .email-n{
        padding: 20px 15px;
        margin: 0 auto 20px auto;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    #menu .dropdown-inner a {
        min-width: 126px;
        padding: 3px 5px;
        font-size: 12px;
    }
    .tag-t::before {
        display: none;
    }
    #menu .navbar-nav > li > a, .view_more a {
        padding: 11.1px 0 !important;
        font-size: 12px;
    }
    .product-list .product-thumb .image {
        width: 45%;
    }
    .product-list .product-thumb .caption{
        width: 55%;
    }
    .proreview {
        margin: 0 20px;
        padding: 0 20px;
    }
    .usr-m {
        margin: 0 5px;
    }
    .option-m li svg {
        width: 30px;
        height: 30px;
    }
    .option-r {
        margin-top: 7px;
    }
    .cate-bg a, .text-decorop {
        font-size: 13px;
    }
    .menu1 li:last-child {
        display: none;
    }
    #wishlist-total span, #form-language button, #form-currency button {
        font-size: 12px;
        letter-spacing: normal;
    }
    .cur {
        margin: 0px 30px;
    }
    .cur::before{
        left: -15px;
    }
    .cur::after{
        right: -15px;
    }
    .get{
        letter-spacing: normal;
    }
    .container_wb_megamenu .title-menu{
        font-size: 12px;
    }
    .deliveryinfo ul li, .ses {
        text-align: center;
    }
    .ser-t{
        margin-top: 10px;
    }
    .ser-t h4 {
        font-size: 14px;
    }
    .ser-t p {
        font-size: 11px;
        letter-spacing: 1px;
    }
    .is-countdown {
        padding: 0;
    }
    .is-countdown {
        margin: 12px 0 0;
    }
}
@media (min-width: 576px) and (max-width: 767px){
    #product-search .product-list .product-thumb .image {
        width: 40%;
    }
    #product-search .product-list .product-thumb .caption{
        width: 60%;
    }
    .col-xs-4.lgrid {
        width: 17%;
    }
    .catesort {
        width: 41%;
    }
    .product-thumb .button-group .pwish::after, .product-thumb .button-group .pwish::before {
        margin: 0 10px;
    }
    .product-grid{
        width: 33.33%;
    }
    .product-list .product-thumb .caption, .product-list .product-thumb .image{
        width: 50%;
    }
    .ses.col-xs-12 {
        width: 50%;
    }
    .ser-t h4 {
        font-size: 14px;
    }
    .ser-t p {
        font-size: 10px;
        letter-spacing: normal;
    }
    .ses:nth-child(1), .ses:nth-child(2){
        margin-bottom: 15px;
    }
    #img-banner0 .col-sm-4 {
        width: 33.33%;
        float: left;
    }
    .col-xs-12.on-spe, .col-xs-12.on-spe-de {
        width: 50%;
        padding: 0;
    }
}
@media (max-width: 767px){
    .mfp-iframe-holder .mfp-content {
        height: 100%;
    }
    .search-page .select-input {
        margin: 10px 0;
    }
    .panel-default {
        border: 1px solid #ddd;
        background-color: #fff;
        box-shadow: none;
    }
    .catfilter .panel-heading {
        position: relative;
        padding: 10px 15px;
        border-bottom: none;
        letter-spacing: 1px;
        font-size: 14px;
    }
    .catfilter .panel-heading button {
        position: absolute;
        top: 10px;
        right: 15px;
        padding: 0;
        background: transparent;
        border: none;
    }
    .catfilter .toggle.collapsed::after {
        font-family: 'FontAwesome';
        content: '\f067';
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
    }
    .catfilter .toggle::after {
        font-family: 'FontAwesome';
        content: '\f068';
        font-size: 14px;
        font-weight: normal;
        cursor: pointer;
    }
    .enangle {
        transition: all 0.3s ease 0s;
    }
    #menu li.dropdown.open .enangle {
        transform: rotate(180deg);
    }
    .pro-content{
        margin-top: 20px;
    }
    .pro-content h1 {
        font-size: 16px;
    }
    .cur, .lan{
        display: inline-block !important;
        margin-top: 5px;
    }
    .cur i, .lan i{
        width: auto !important;
        margin: 0 !important;
    }
    .usr-m li {
        display: block;
    }
    .haccount {
        min-width: 250px;
    }
    #form-language .test, #form-currency .test {
        border: 1px solid #eee;
        padding: 5px;
        color: #262626;
        font-size: 12px;
        letter-spacing: 0;
        border-radius: 4px;
    }
    #wishlist-total span {
        font-size: 12px;
        color: #262626;
        letter-spacing: normal;
    }
    .nav-right{
        text-align: left;
        padding: 0 25px;
    }
    .nav > li > a{
        font-size: 13px;
    }
    #menu .submenu-title{
        font-size: 14px;
    }
    /* sidenav */
    #mySidenav li a i{
        margin: 0;
        margin-top: 4px;
        float: right;
    }
    body.active {
        overflow: hidden;
    }
    body.active::before {
        background: #000000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.7;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 99;
        transition: all .2s ease 0s;
    }
    body.active .sidenav {
        overflow-x: unset;
        overflow-y: scroll;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        transition: 0.5s;
        padding-top: 60px;
        overflow-x: hidden;
        box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
        clear: both;
        height: 100%;
        background-color: #fff;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left;
    }
    .sidenav .close-nav {
        background-color: #2261ca;
        padding: 12px 15px;
        width: 100%;
        display: inline-block;
        color: #fff;
        letter-spacing: 1px;
    }
    .closebtn,.closebtn:hover,.closebtn:focus{
        color: #fff;
    }
    .container_wb_megamenu .title-menu {
        background: transparent;
        padding: 0;
        margin: 0;
    }
    .hlogo {
        padding: 0;
    }
    .search-h {
        padding: 5px 15px;
    }
    #btn-search-category {
        padding: 0 15px;
        background-color: #222;
        padding-top: 4px;
    }
    #btn-search-category svg {
        width: 18px;
        height: 18px;
    }
    .menu-vertical{
        display: block !important;
        border: none;
    }
    .dblock{
        display: block;
    }
    .dnone{
        display: none
    }
    .deliveryinfo, #img-banner0, .fproduct, .cate-pro, .ocproduct, .ofer-bn, .onsale, .cbanner, .latest-p, .blog_webi, .logo-m {
        margin-top: 25px;
    }
    .head-t h4 {
        font-size: 14px;
    }
    .middle-footer .btn.toggle {
        color: #232323;
        text-shadow: none;
        background: none;
        background-image: none;
        border: 0;
        box-shadow: none;
        font-size: 12px;
        position: absolute;
        top: -8px;
        right: 0;
        width: 100%;
    }
    footer h5 .toggle.collapsed::after {
        font-family: 'FontAwesome';
        content: '\f067';
        font-size: 14px;
        font-weight: normal;
        float: right;
        cursor: pointer;
    }
    footer h5 .toggle::after {
        font-family: 'FontAwesome';
        content: '\f068';
        font-size: 14px;
        font-weight: normal;
        float: right;
        cursor: pointer;
    }
    .middle-footer ul {
        padding: 0 15px;
        margin-bottom: 8px;
    }
    .newsbrd .button-submit button, .inputNew{
        height: 44px;
    }
    .copy{
        margin-top: 0;
    }
    .product-thumb .caption .price {
        font-size: 15px;
    }
    .product-thumb .pro-btn {
        position: unset;
        transition: none;
        transform: scale(1);
        margin-top: 5px;
    }
    .bquickv{
        transform: scale(1);
    }
    #top,.head1::before{
        display: none;
    }
    .nav > li > a {
        padding: 0 15px 0 0;
    }
    .pro-tab .nav-tabs {
        text-align: left;
        margin: 0;
    }
    .countdown-row .countdown-section{
        height: 45px;
        width: 45px;
        font-size: 12px;
        padding-top: 12px;
    }
    .is-countdown {
        padding: 0;
    }
    .is-countdown {
        margin: 10px 0 0;
    }
    .menu-mob {
        margin-top: 2px;
    }
    .option-r {
        margin-top: 7px;
        padding: 0 15px;
        float: right;
    }
    #menu .navbar-nav > li, #menu .navbar-nav{
        margin-top: 0;
    }
    #menu .dropdown-inner a {
        width: 100%;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }   
    .head-bg {
        padding: 10px 0;
    }
    #logo img {
        width: 122px;
    }
    .option-m li svg {
        width: 26px;
        height: 25px;
    }
    .btn-navbar.navbar-toggle{
        background-color: #2261c9;
    }
    #text-search, #btn-search-category{
        height: 40px;
    }
}
@media (max-width: 575px){
    .blog_links {
        font-size: 11px;
    }
    .blog_comment::before, .blog_comment::after {
        padding: 0 5px;
    }
    .allcomment h5{
        font-size: 13px;
    }
    .dropdown-menu > li > a {
        font-size: 12px;
    }
    #slideshow0 .owl-pagination{
        display: none;
    }
    .pagi .text-left, .pagi .text-right {
        text-align: center;
        width: 100%;
    }
    .mfp-close {
        width: 40px;
        height: 40px;
    }
    .newsletter-bg .description-top p {
        font-size: 12px;
        line-height: 19px;
        padding: 0 15px;
    }
    .newsletter-bg .inner .form-group input {
        width: 100%;
    }
    .product-quickview-detail .sticky, .product-quickview-detail .pro-content, .product-quickview-detail .prorate {
        width: 100%;
    }
    .op-uc{
        margin: 0;
    }
    #product-search .catesort, #product-manufacturer .catesort {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .product-list .product-thumb .caption, .product-list .product-thumb .pro-btn {
        text-align: center !important;
    }
    .lgrid{
        width: 100%;
    }
    .catesort {
        width: 100%;
        margin-top: 15px;
        padding: 0 15px 0 5px;
        margin-bottom: 0;
    }
    .cate-top{
        margin-bottom: 10px;
    }
    .breadcrumb > li {
        padding: 0 10px;
    }    
    .breadcrumb > li a {
        font-size: 12px;
        color: #222;
    }
    .breadcrumb > li a:hover{
        color: #2261ca;
    }
    .rsep {
        padding: 0 5px;
    }
    .product-tab .tab-pane {
        padding: 10px;
    }
    .speci, .crspc strong, .rdate,#tab-description{
        font-size: 12px;
    }
    .rating .fa-stack {
        font-size: 5px;
    }
    .pro-content .rating li a {
        font-size: 12px;
    }
    .product-tab .nav-tabs > li a {
        padding: 0 5px !important;
        font-size: 12px;
    }
    .proreview {
        margin: 0 5px;
        padding: 0 10px;
    }
    .text-decor-bold h2 {
        font-size: 17px;
    }
    .ses, .em-effect07{
        margin-bottom: 15px;
    }
    .ses:last-child, .em-effect07:last-child{
        margin-bottom: 0;
    }
    .on-spe-de, .mail-e {
        padding: 0;
    }
    .ocproduct .product-thumb .caption{
        text-align: center;
    }
    .newsbrd .button-submit button{
        padding: 0 8px;
    }
    .usr-m {
        margin: 0 7px;
    }
    .is-countdown,.ocproduct .product-thumb .pro-btn{
        text-align: center;
    }
}
@media (min-width: 510px) and (max-width: 767px){
    .product-thumb .caption {
        padding: 0;
    }
}
@media (min-width: 320px) and (max-width: 399px){
    .product-list .product-thumb .image{
        width: 100%;
    }
}
@media (min-width: 400px) and (max-width: 575px){
    .product-grid {
        width: 50%;
    }
    .product-thumb .button-group .pwish::after, .product-thumb .button-group .pwish::before {
        margin: 0 9px;
    }
    .product-list {
        width: 50%;
    }
}