@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@font-face{
	font-family: 'Roboto', sans-serif;
	font-display:sans-serif;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }
    0% {
        -webkit-transform: rotate(-360deg);
    }
}
@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0);
    }
    0% {
        -moz-transform: rotate(-360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    0% {
        transform: rotate(-360deg);
    }
}
select {
    border: 1px solid #cccccc !important;
    box-shadow: none !important;
}
* {
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
}
html {
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}
ul,
ol {
    margin: 0;
}
li {
    list-style: none;
}
body {
    background-color: #ffffff;
    color: #444444;
	font-family: 'Roboto', sans-serif;
    margin: 0px;
    font-size: 14px;
    line-height: 20px;
    padding: 0px;
    font-weight: 400;
    text-align: left;
}
#content {
    min-height: 300px;
    position: inherit;
}
#content .pull-left, 
#content .pull-right{margin-bottom:30px;}
b,
strong {
    font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2f2f2f;
}
a:focus {
    background: none;
}
#content h1,
#content h2 {
    color: #444;
    font-size: 19px;
    margin-top: 0px;
    text-transform: uppercase;
    padding-bottom: 11px;
    background: #fff;
    margin-bottom: 0px;
    padding-top: 10px;
    /* border: 1px solid #f3f3f3; */
	font-weight: 400;
}
#content .account-border h1,
#content .account-border h2 {
    margin: 0;
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}
/* default font size */

.fa {
    font-size: 14px;
    color: #989898;
}


.fa-home {
    color: #000000;
}
/* Override the bootstrap defaults */

h1 {
    font-size: 33px;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a,
a:visited,
a b {
    color: #666;
    font-size: 14px;
    text-decoration: none !important;
    cursor: pointer;
}
:focus {
    outline: none!important;
}
a:focus {
    outline: none!important;
}
button {
    overflow: visible;
    width: auto;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
}
a:hover {
    text-decoration: none;
    color:#000000;
}
legend {
    font-size: 18px;
    padding: 7px 0px 15px;
}
label {
    font-size: 14px;
    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: 14px;
    box-shadow: none;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 0;
}
.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;
}
/* Gradent to all drop down menus */

.dropdown-menu li > a:hover {
    text-decoration: none;
color: #fff;
    background: #000000;
    background-repeat: repeat-x;
}
/* buttons */

buttons .close {
    background: none;
}
buttons .close:hover {
    background;
    none;
}
.buttons {
    margin: 1em 0;
}
.btn,
button {
    background: #222;
    border: 0 none;
    font-size: 14px;
    line-height: 15px;
    padding: 10px 12px;
    color: #fff;
    border-radius: 0;
}
a.btn {
    color: #fff;
}
.btn:hover,
button:hover {
    background: #ed1c24;
    color: #fff;
}
.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-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #333;
    background-position: 0 -15px;
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}
.btn-danger {
    color: #ffffff;
    border-radius: 0;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {} .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: #23A1D1;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-link:hover{text-decoration: none;}
.btn-inverse {
    color: #2f2f2f;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */

.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
	    text-transform: capitalize;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
color: #000000;
    background: #fafafa;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
    font-weight: 700;
}
.owl-carousel .owl-item{padding: 0 15px;}
img.img-category {
    max-width: 20px;
}
#menu #menu-list > li > a {
    font-size: 14px !important;
}
div#pt_vmegamenu img {
    display: none;
}
/**************************************HEADER*********************************************/
/* top */
/* .header-search-parent { */
    /* margin-top: 20px; */
/* } */
#menu.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu .btn > .fa{
	float: right;
}



#menu #menu-list{
	width: 100%;
	border-color: #ddd;
	border-radius: 0px 0px 4px 4px;
	padding: 0;
	margin: -1px 0 0 0;
}
#menu #menu-list .arrow{
	color: #aaa;
	line-height: 20px;
	float: right;
}
#menu #menu-list .count{
	font-size: 0.75em;
	color: #ccc;
	margin-left: 3px;
}
#menu #menu-list .livel-down {
	color: #ddd;
	margin-right: 5px;
}
#menu #menu-list > li{
	padding: 0;
}
#menu #menu-list > li + li{
	border-top: 1px solid #eee;
}
#menu #menu-list > li > a{
	padding: 8px 20px;
	white-space: normal;
	transition:.3s;
}
#menu #menu-list > li > a:hover {
    color: #e4003a;
    background: white;
    z-index: 1016;
    position: relative;
    background: -moz-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(244,244,244,1) 26%, rgba(253,253,253,0) 89%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(240,240,240,1)), color-stop(26%, rgba(244,244,244,1)), color-stop(89%, rgba(253,253,253,0)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(244,244,244,1) 26%, rgba(253,253,253,0) 89%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(244,244,244,1) 26%, rgba(253,253,253,0) 89%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left, rgba(240,240,240,1) 0%, rgba(244,244,244,1) 26%, rgba(253,253,253,0) 89%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(240,240,240,1) 0%, rgba(244,244,244,1) 26%, rgba(253,253,253,0) 89%, rgba(255,255,255,0) 100%);
	transition:.3s;
}
#menu #menu-list  > li > a.hover{
  background: #f5f5f5;
	color: #e4003a;
}
#menu #menu-list > li:first-child > a{
	padding-top: 10px;
}
#menu-home-helper {
	display: none;
}
#menu #menu-list:hover{
	display: block;
}
#menu #menu-list > li  a .arrow{
	display: none;
}
#menu #menu-list > li .with-child{
	margin-right: 39px;
	clear: none;
}
#menu #menu-list > li .toggle-child{
	display: block;
	float: right;
	width: 38px;
	padding: 8px 0;
	text-align: center;
	color: #aaa;
}
#menu #menu-list > li .toggle-child.open{
	background: #f5f5f5;
}
#menu #menu-list > li:first-child .toggle-child{
	padding: 10px 0 8px;
}
#menu #menu-list > li .toggle-child .fa{
	float: none;
}
#menu #menu-list > li .toggle-child .minus{
	display: none;
}
#menu #menu-list > li .toggle-child.open .minus{
	display: inline;
}
#menu #menu-list > li .toggle-child.open .plus{
	display: none;
}
#menu #menu-list > li .with-child2{
	margin-right: 40px;
	clear: none;
}
#menu #menu-list > li .toggle-child2{
	display: block;
	float: right;
	width: 38px;
	padding: 8px 0;
	text-align: center;
	color: #aaa;
}
#menu #menu-list > li .toggle-child2.open{
	background: #f5f5f5;
}
#menu #menu-list > li .toggle-child2 .fa{
	float: none;
}
#menu #menu-list > li .toggle-child2 .minus{
	display: none;
}
#menu #menu-list > li .toggle-child2.open .minus{
	display: inline;
}
#menu #menu-list > li .toggle-child2.open .plus{
	display: none;
}
#menu #menu-list > li .child-box {
	padding: 0;
	display: none;
}
#menu #menu-list > li .child-box-cell{
	padding: 0;
	border-top: 1px solid #eee;
}
#menu #menu-list > li .child-box h5 {
	margin: 0;
}
#menu #menu-list > li .child-box h5 a{
	display: block;
	padding: 8px 20px;
	line-height: 1.42857143;
}
#menu #menu-list > li .child-box-cell .child2-box{
	padding: 0 0 0 0;
	margin: 0;
	list-style: none;
	display: none;
}
#menu #menu-list > li .child-box-cell .child2-box li{
	border-top: 1px solid #eee;
}
#menu #menu-list > li .child-box-cell .child2-box a{
	display: block;
	padding: 8px 20px 8px 35px;
	line-height: 1.42857143;
	color: #555;
}
#menu #menu-list > li .child-box-cell .child2-box a:hover{
	color: #e4003a;
}
#menu #menu-list > li .child-box  a:hover{
	background: #f5f5f5;
}

@media (min-width: 992px) {

	#menu + #menuMask{
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: rgba(0,0,0,.3);
		z-index: 1038;
	}
	#menu.open + #menuMask{
		display: block;
		
	}
	#menu.open{
		z-index: 1039;
	}
	#menu.open #menu-list{
		z-index: 1039;
	}


	#menu #menu-list > li   a .arrow{
		display: block;
	}
	#menu #menu-list > li  .toggle-child{
		display: none;
	}
	#menu #menu-list > li  .toggle-child2{
		display: none;
	}
	#menu #menu-list > li  .with-child{
		margin-right: 0;
	}
	#menu #menu-list > li  .with-child2{
		margin-right: 0;
	}
	#menu #menu-list > li .child2-box{
		display: block;
	}
	#menu #menu-list > li  .child-box{
		display: none;
		background: #fff;
		position: absolute;
		left: 100%;
		top: 0;
		min-height: 100%;
		border: 1px solid #ddd;
		border-radius: 6px;
		padding: 0;
		margin-top: -1px;
		margin-left: -3px;
		box-shadow: 2px 6px 12px rgba(0,0,0,0.3);
		box-sizing: content-box;
		z-index: 1008;
	}
	#menu #menu-list > li:hover > .child-box{
		display: block;
	}
	#menu #menu-list > li .child-box >.row{
		padding: 4px 20px;
	}
	#menu #menu-list > li .child-box .row > .col-md-12:nth-child(1) .child-box-cell{
		border-top: none;
	}
	#menu #menu-list > li .child-box .row > .col-md-6:nth-child(1) .child-box-cell,
	#menu #menu-list > li .child-box .row > .col-md-6:nth-child(2) .child-box-cell{
		border-top: none;
	}
	#menu #menu-list > li .child-box .row > .col-md-4:nth-child(1) .child-box-cell,
	#menu #menu-list > li .child-box .row > .col-md-4:nth-child(2) .child-box-cell,
	#menu #menu-list > li .child-box .row > .col-md-4:nth-child(3) .child-box-cell{
		border-top: none;
	}	
	#menu #menu-list > li .child-box h5{
		margin: 8px 0;
	}
	#menu #menu-list > li .child-box h5 a{
		display: inline;
		padding: 0;
		font-weight: 600;
		line-height: 1.42857143;
	}
	#menu #menu-list > li .child-box h5 a:hover{
		background: none;
		color: #e4003a;
	}
	#menu #menu-list > li .child-box-cell .child2-box{
		padding: 0 0 10px 0;
		margin: 0;
		list-style: none;
		display: block;
	}
	#menu #menu-list > li .child-box-cell .child2-box li{
		border-top: none;
	}
	#menu #menu-list > li .child-box-cell .child2-box a{
		display: illine;
		padding: 0;
		line-height: 1.42857143;
	}
	#menu #menu-list > li .child-box  a:hover{
		background: none;
	}
	.common-home #menu #menu-list{
		display: block;
	}
	#menu-home-helper {
		display: block;
		margin-bottom: 20px;
	}
	.common-home #menu .btn{
		border-radius: 5px 5px 1px 1px;
	}
	.box-col-3{width: 331.2%;}
	.box-col-2{width: 220%;}
	.box-col-1{width: 110%;}
}
@media (min-width: 1200px) {
	.box-col-3{width: 325.4%;}
}

.common-home #content > div#slideshow0 {
    width: calc(100% - 25%);
    position: relative;
    margin-left: 25%;
}
li.help > a {
    margin-left: 15px;
    color: #000;
    border-bottom: 1px dashed #000;
}
.modal-content {
    border-radius: 0px !important;
}
.product_cart {
    display: block;
    position: relative;
}
.product_cart .image {
    max-width: 150px;
    display: inline-block;
}
.product_cart .cap {
    width: calc(100% - 155px);
    display: inline-block;
    position: relative;
	float:right
}
.product_cart .cap .price_once {
    width: 30%;
    display: inline-block;
    font-size: 19px;
    font-weight: 100;
    color: #000;
	float: left;
	margin-top: 5px;
}
.product_cart .cap .quantity_box input {
    padding: 4px 0px;
    text-align: center;
    width: 45px;
    position: relative;
}
.product_cart .cap .quantity_box i {
    color: #000;
    padding: 4px;
    cursor: pointer;
}
.product_cart .cap .quantity_box {
    width: 25%;
    display: inline-block;
	position:relative;
}
button.remove_product {
    background: transparent;
    color: #ddd;
    font-size: 20px;
    position: absolute;
    right: 0px;
    top: 10px;
    padding: 5px;
}
.product_cart .cap .price_sum {
    width: 25%;
    display: inline-block;
    position: relative;
    float: right;
    font-size: 19px;
    font-weight: 700;
    color: #222222;
	margin-top: 5px;
}
.total_price {
    text-align: right;
    font-size: 16px;
    margin-right: 15px;
}
.total_price span {
    font-weight: 600;
}
.product_cart .cap h4 a {
    font-size: 21px;
    font-weight: 400;
    color: #000;
}
.product_cart .cap p.atr_numb {
    position: relative;
    margin-top: -10px;
    margin-bottom: 0px;
    color: #d7d6d6;
    font-size: 11px;
}
.top_header{
    font-size: 11px;
    background: #f3f3f3;
    border-bottom: 1px solid #dddddd;
    color: #000;
    position: relative;
    z-index: 2;
}
.top_header_info .dropdown {
    display: inline-block;
}
a.btn-phone-header {
    color: #000;
}
.top_header button{color:#000; font-size:11px; background: none;}
.top_header button:hover{color:#019cb2; background:none;}
.top_header_info ul li{
	display:inline-block; 
	float:left; 
	color: #000; 
    font-family: arial;
    font-size: 11px;
	line-height: 30px;
	margin-right: 18px;
}
.dropdown-menu {
    border-bottom: 3px solid #000000 !important;
border-top: 3px solid #000000 !important;}
.top_header_info .info_mail:before {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f0e0";
    width: 27px;
    height: 27px;
    color: #ed1c24;
    border: 1px solid #ed1c24;
    border-radius: 100%;
    margin-right: 14px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
}
ul.information_to a {
    font-size: 13px !Important;
}
.top_header_info .info_address:before {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f041";
    width: 27px;
    height: 27px;
    color: #ed1c24;
    border: 1px solid #ed1c24;
    border-radius: 100%;
    margin-right: 5px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
}
header {
    background: #fff;
}
body.common-home {background-color: rgba(246, 254, 255, 0.27);}
body {background-color: #f1f1f1;}
ul.information_to {
    float: right;
}
.stroimat .main {
    font-size: 40px;
    font-weight: 500;
    color: black;
    float: right;
    margin-top: 6px;
margin-left: 10px;	
    display: inline-block;
}
.stroimat .code, .lesomat .code {
    display: inline-block;
    font-size: 15px;
    color: #ed1c24;
    font-weight: 700;
}
.stroimat .code a, .lesomat .code a {
    display: block;
    margin-top: -6px;
}
.stroimat .headers, .lesomat .headers, .grafic .headers{
    display: block;
    font-weight: 100;
    text-align: center;
    margin-bottom: 8px;
}
.grafic .code a {
    font-weight: 100;
    width: 45px;
    display: inline-block;
    text-align: left;
}
.stroimat, .lesomat, .grafic {
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-left: 10px;
}
.lesomat .headers {
    margin-bottom: 13px;
}
.lesomat .main {
    font-size: 34px;
    font-weight: 500;
    color: black;
    float: right;
    margin-top: 0px;
    margin-left: 5px;
    display: inline-block;
}
ul.delivery_icon_and_name li {
    display: inline-block;
    max-width: 19%;
    text-align: center;
    color: #666666;
    font-size: 13px;
    margin: 1px;
    border: 1px solid #e5e5e5;
}
.btn-outline-default {
    background: #fff;
    border: 1px solid #000000;
    color: #000000;
    width: 100%;
    margin-top: 10px;
}
section.zamer {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 60px;
    background: url(/image/zamer.jpg);
    background-size: cover;
    background-position: center;
    display: block;
    min-height: 260px;
    text-align: center;
	position:relative;
	overflow:hidden;
}
.b-right{border-right:1px solid #dddddd}
.b-bottom{border-bottom:1px solid #dddddd}
section.zamer::after {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.78);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
section.zamer>div {
    position: relative;
    z-index: 10;
}
section.zamer h3 {font-size: 26px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    margin-bottom: 28px;
}
span.submit {
    cursor: pointer;
}
span.submit i{
    color: #222;
}
ul.information_to li i {
	color:#000;
}
ul.information_to li {
    display: inline-block;
    color: #5b5b5b;
    margin-top: 9px;
    margin-left: 10px;
}
ul.information_to li a {
    color: #5b5b5b;
}
span.list-group-item.header {
    text-align: left;
    background: #ffffff;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin-top: 20px;
}
.name_head {
    font-weight: 700;
    font-size: 19px;
    padding-left: 11px;
    color: #ed1c24;
}
.top_header_info .info_phone:before {
    display: inline-block;
    font-family: FontAwesome;
    content: "\f095";
    width: 27px;
    height: 27px;
    color: #ed1c24;
    border: 1px solid #ed1c24;
    border-radius: 100%;
    margin-right:5px;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
}
.notfind_cat {
    width: 100%;
    background: #fff;
    padding: 5px;
    border: 1px solid #dddddd;
}
.notfind_cat h3,.notfind_cat p {
    margin-top: 5px;
    text-align: center;
}
.notfind_cat .form-group.icon_form {
    margin-left: 5px;
    margin-right: 5px;
}
section.home-benefit {
    margin-top: 20px;
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    min-height: 185px;
    float: none;
}
.home-benefit .icon {
    display: block;
    text-align: center;
}
.home-benefit .icon i {
    font-size: 37px;
    color: #ed1c24;
    margin-top: 20px;
    margin-bottom: 10px;
    border: 1px solid #dddddd;
    width: 70px;
    height: 70px;
    line-height: 65px;
}
.home-benefit p.headers {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 36px;
}
ul.nav.nav-tabs.tab_small li {
    margin: 0px !important;
}

.top_header_info ul li span{ color:#fff; font-size:12px;}
.top-link-right>div{display:inline-block; float:right; margin-left:20px;}
.notfind_cat button {
    display: table;
    margin: 2px auto;
}
.notfind_cat textarea {
    margin-bottom: 10px;
    height: 86px;
}

#logo {    text-align: left;
    height: 60px;
    line-height: 111px;
}
#logo>div {
    height: 100%;
    text-align: left;
}
#logo a {
    display: inline-block;
	/* padding-top: 25px; */
}
.pagination>li>a, .pagination>li>span {
color: #222222;}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #000000;
    border-color: #000000;
}
.description-down {
    margin-top: 20px;
    padding-top: 15px;
    text-align: justify;
    color: #b3b3b3;
    font-size: 14px;
    font-weight: 300;
}
.header-inner .header-button-top,
.header-inner .header-button-button{float:left; display:inline-block;}
.header-inner .header-buttom-buttom{clear:both;}
/*box-langguage-currency*/
.header-welcome {float:left;}
.box-language-currency{float:right;}
.box-language-currency > div{float:left; overflow: hidden;}
.box-language-currency .pull-left button{
	color:#fff; 
	font-size:11px; 
	text-decoration:none; 
	overflow:hidden;
    line-height: 41px;
    padding: 0 12px;
}
.box-language-currency .pull-left button:hover{text-decoration:none; background:none;}
.box-language-currency .pull-left button .fa{color:#fff;}
.box-language-currency .pull-left button.currency-select, .box-language-currency .pull-left .dropdown-menu1 li{color:#3c3c3c; text-align:left; transition:none;}
.box-language-currency .pull-left button.currency-select:hover,.box-language-currency .pull-left .dropdown-menu1 li:hover{
	color: #00a9e0;
    background: #515151;
	transition:none;
}
.box-language-currency li:hover a{transition:none;}
.box-language-currency .pull-left .dropdown-menu1 li{line-height:30px;}
.dropdown-menu1{
	opacity:0; 
	position:absolute; 
	top:50px; 
	left:0; 
	display: inline-block;
    width: 100%;
	background:#fff;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1);
}
.currency:hover .dropdown-menu1, .language:hover .dropdown-menu1{opacity:1; top:41px;}
.currency:hover, .language:hover{overflow:inherit;}
.language .dropdown-menu1 li{padding: 0 15px;}
.language .dropdown-menu1 li a{display:inline-block; width:100%; font-size:11px; text-transform:uppercase;}
/** top-link **/
.top-link{
	color: #fff;
    text-align: left;
    float: right;
    line-height: 41px;
    height: 41px;
    position: relative;
    font-size: 12px;
    padding: 0 0 0 15px;
    margin-right: 10px;
	overflow:hidden;
}
.top-link .toplink-hover a{
    padding-right:5px;
    color: #fff;
	text-transform:uppercase;
	font-size:11px;
}
.top-link .toplink-hover .fa{color:#fff;}
.top-link .top-link-inner{
    position: absolute;
    top: 55px;
    right: 0;
    z-index: 9;
    display: inline-block;
    padding: 0;
    background: #292560;
	opacity:0;
}
.top-link:hover{overflow:inherit;}
.top-link:hover .top-link-inner{
	top:41px;
	opacity:1;
}
.top-link .top-link-inner ul{
    display: inline-block;
    padding: 0;
    background: #fff;
    box-shadow: 0 1px 5px 0 rgba(0,0,0,0.1);
}
.top-link .top-link-inner ul li{
    padding: 0;
    display: block;
    text-align: left;
}
.top-link .top-link-inner ul li:hover{background:#515151; transition:none;}
.top-link ul li a {
    color: #3c3c3c;
    text-transform: capitalize;
    white-space: nowrap;
    line-height: 35px;
    padding: 0 22px;
    display: block;
	font-size:11px;
}
.top-link ul li a:hover{color: #019cb2; transition:none;}
.top-search {
    float: right;
    margin-top: 20px;
}
.top-search .btn-lg {
    padding: 8px;
    background: #fff;
    color: black !important;
}
.top-search .btn-lg i {
    font-size: 17px;
    color: #222;
}
#search:hover .search_form{
	transition: .4s;
    opacity: 1;
    z-index: 2;
}
.search_form {
    border: 1px solid #d0d0d0;
    transition: .4s;
    transition-delay: 1s;

	    background: #fff;
}
.description-down h2{
	padding-left:0px !Important:
}
.border{
	    border: 1px solid #ddd;
}
.p-15{
	padding: 15px;
}
.form-group.icon_form i {
    position: absolute;
    top: 12px;
    left: 7px;
}
.form-group.icon_form .form-control {
    padding-left: 26px;
}
.form-group.icon_form {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px !important;
}
div#content ul {
    margin-left: 15px;
    list-style: circle;
}
div#content ul li {
    list-style: circle;
    margin-left: 10px;
    margin-bottom: 5px;
}
p.info {
    border-bottom: 1px solid #ddd;
    margin-bottom: 3px;
    padding-bottom: 3px;
    font-size: 12px;
    text-align: left;
}
p.info i {
    color: #000000 !important;
}
span.input-group-addon.searcrch-btn {
    background: #fff;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    border-left: 1px solid #d0d0d0 !important;
    border: none;
}
span.input-group-addon.searcrch-btn i {
    color: #000;
    font-size: 14px;
}
div#logo img {
    max-width: 240px;
}
.top_header_info ul li[role=presentation]{
	margin-right:0px !important;
}
.no-pb{
	padding-bottom:0px !important;
}
.featuredproductslider {
    margin-top: 20px;
}
/** cart **/
.top-cart {
    display: inline-block;
    float: right;
    margin-top: 10px;
    margin-bottom: -11px;
}
.compare_header {
    display: inline-block;
    font-size: 22px;
    text-align: center;
    padding-top: 8px;
}
.clearfix {
    clear: both !important;
}
.mb-20{margin-bottom:20px;}
nav#menu button i.fa-bars {
    float: left;
    color: #fff;
	margin-right: 10px;
}
ul#menu-list {
    border-top: 0px !important;
    width: 100%;
}
ul#menu-list li a {
    font-size: 16px;
    font-weight: 100;
}
ul#menu-list li a:hover {
    background: transparent;
    color: #c9302c;
}
img.menuicon {
    max-width: 20px;
    margin-right: 5px;
}
.img_h {
    max-width: 80px;
    display: inline-block;
    float: left;
}
.top-work {
    padding-top: 15px;
}
nav#menu > button {
    font-weight: 700;
    text-align: left;
}
.compare_header i {
    font-size: 23px;
    color: #000;
}
.top-cart ul {
    width: 260px;
    position: absolute;
    top: 85px;
    right: 0px;
    padding: 15px;
    text-align: left;
    border-radius: 0px;
	background: #fff;
	max-height:375px;
	overflow:auto;
	box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}
.top-cart p{color: #2d2d2d;}
.top-cart .button-cart{
  background: url(../image/topcart.png) no-repeat 0 0 transparent;
  font-size: 0px;
  width: 35px;
  height: 35px;
  padding:0;
  display: block;
  border: none;
  
}
.top-cart .button-cart #cart-total{
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 100%;
  color: #FFF;
  font-family: arial;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  top: -10px;
  right: -5px;
    background:#ed1c24;
}
h1.cat_name {
    padding-left: 15px;
    /* border: 1px solid #dddddd !important; */
    /* border-bottom: none !important; */
}h1.cat_name.nm {
    padding-left: 15px;
    border: 1px solid #dddddd !important;
    border-bottom: none !important;
}
.powered a.copy {
    font-size: 50%;
    color: #666666;
}
.right-block p.description {
    display: none;
}
ul.sub_cates {
    margin-left: 0px !important;
    padding-left: 0px !important;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
@media (max-width:768px){
ul.sub_cates {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.product-list .left-block {
    padding: 0px;
    float: left;
    width: 30%;
}
.product-list .right-block {
    width: 70%;
}
.product-list .rating {
display: none !important;}
.product-list .bottom_buttons .price {
    float: left;
    margin-left: 15px;
}
.four_zero_four_bg {
    background-size: cover;
	margin-left: -45px;
    width: calc(100% + 90px);
}
#content .page_404 h1 {
    position: relative !important;
    left: auto !important;
    text-align: center !important;
    top: 0px !important;
}
}
@media (max-width:425px){
	.bf-responsive.bf-active .bf-btn-show, .bf-responsive.bf-active.bf-opened .bf-btn-reset{display:none !important;}
	div#logo img {max-width:80% !important;}
	.product-list .bottom_buttons .price{font-size:14px !important;font-weight:700 !important;}
	.product_cart .image {max-width: 20%;}
	.product_cart .cap {width: 79%;}
	.product_cart .cap h4 a {font-size: 14px;font-weight: 700;}
	.product_cart .cap .price_once {width:40%;font-size: 15px;font-weight: 100;color: #757575;}
	.product_cart .cap .quantity_box {display: none;}
	.product_cart .cap .price_sum {width: 50%;text-align: right;}	
}
@media (max-width:375px){
	.top_header {
    display: none;}
}
.btn-light {
    padding: 5px 10px;
    border: 1px solid #CCCCCC;
    display: inline-block;
    background: #fff;
    color: #666;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.btn-light i {
    margin-left: 10px;
}
button#btn-show-cat {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
div#hide-to-small > #inn {
    transition: all .4s ease;
    /* max-height: 130px; */
    overflow: hidden;
}
div#hide-to-small > #inn.all {
    transition: all .4s ease;
    /* max-height: 100%; */
}
.category-image {
    border: 1px solid #ddd;
    border-top: none !important;
}
body.information-information #content {
    background: #fff;
    border: 1px solid #ddd;
}
.icon_about span{font-size:15px !Important}
.icon_about{
	text-align:center;
}
.icon_about i {
    display: block;
    margin: 6px auto;
    text-align: center;
    font-size: 54px;
    color: #000000;
}
.top-cart .dropdown-menu-cart{
  position: absolute;
  right: 0;
  top:100%
}
.top-cart .dropdown-menu-cart  li{
  float: left;
  width: 100%;
  margin: 0px 0px 10px;
}
.top-cart .dropdown-menu-cart  li .product-image{
  float: left;
  display: block;
  width:30%;
  padding:0;
}
.top-cart .dropdown-menu-cart  li .product-details{
  position: relative;
  width: 70%;
    display: inline-block;
}
.top-cart .dropdown-menu-cart  li .product-details button{
  position: absolute;
  right: 0px;
  top: 6px;
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 0px;
  line-height: 0;
  text-indent: -999em;
  overflow: hidden;
  border: none;
      background: url(../image/btn_remove.gif) 0 0 no-repeat;
}
.top-cart .dropdown-menu-cart  li .product-details .product-name{
  word-wrap: break-word;
  text-transform:capitalize;
}
.top-cart .dropdown-menu-cart  li .product-details .product-name a {
    font-size: 13px;
}
.top-cart .dropdown-menu-cart  li .product-details .price {
    color: #000000;
    width: auto;
    font-size: 15px;
}
.top-cart .dropdown-menu-cart .top-subtotal{
  margin: 15px 0px 0px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
}
.total1{
  display: none
}
.top-cart .dropdown-menu-cart .top-subtotal span,
.top-cart .dropdown-menu-cart .top-subtotal strong {
    font-size: 14px;
	text-transform:capitalize;
}
.top-cart .dropdown-menu-cart .actions button{
  width: 100%;
  background:#1889e0;
}
.top-cart .dropdown-menu-cart .actions {
    padding: 0px;
	margin:10px 0 0 0;
    position:static;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}
.category-list {
    padding: 5px 15px;
    border: 1px solid #dddddd;
}
.top-cart .dropdown-menu-cart .actions a{
padding: 5px 0px;
    border-bottom: 1px solid white;
    text-align: center;
    background: #363636;
    color: #FFF;
    width: 100%;
    font-size: 12px;}
	#cart a.product-image.current:hover {
    background: none !IMPORTANT;
}
.top-cart .dropdown-menu-cart .actions a:hover{ color: #dbdbdb;}
.top-cart .dropdown-menu-cart .actions a .fa{color:#fff;}
.top-cart .dropdown-menu-cart .actions .cart-action{float:left;}
.top-cart .dropdown-menu-cart .actions .checkout-action{float:right;}
/** search **/
	#search{width:100%;}
#search input {
    border: none;
    height: 36px;
    width: 100%;
	padding-left: 10px;
}	#search span.input-group-btn{position:absolute; right:51px;}
	#search span.input-group-btn button{
	background: none;
    height: 51px;
    width: 51px;
}
/** end cart **/
.header {
    text-align: center;
    width: 100%;
    box-shadow: 0px 0px 10px #0000004f;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
	margin-bottom: 15px;
}
.header .header-inner {
    position: relative;
    z-index: 99;
	clear:both;
}

/********************************************** END HEADER ********************************************/

/*********************************************** FOOTER ***********************************************/
/*Footer static follow*/
.ma-footer-link-follow{
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    text-align: left;
}
.ma-footer-link-follow .block-link-follow{
	display:inline-block;
}
.ma-footer-link-follow .f-col-2{
	text-align:right;
}
.ma-footer-link-follow .f-col-1 h3{
    float: left;
    text-transform: uppercase;
    margin: 0 10px 0 0;
    line-height: 42px;
	color:#fff;
}
.ma-footer-link-follow .link-follow {
    float: left;
}
ul.link-follow li {
    float: left;
    margin-right: 10px;
	border:0;
}
ul.link-follow li a {
    position: relative;
    font-size: 0;
    color: #cbcbcb;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    padding: 0;
	border: 1px solid #cbcbcb;
    border-radius: 100%;
}
ul.link-follow li a:hover {
    color: #FFFFFF;
	background:none;
	padding:0;
}
ul.link-follow li a:before {
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    text-align: center;
}
ul.link-follow a:hover {
    color: #019cb2;
	padding:0;
}
ul.link-follow li a span::after {
    border-top: 5px solid #111111;
    bottom: -5px;
}
ul.link-follow li a span::before,
ul.link-follow li a span::after {
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid rgba(0, 0, 0, 0.1);
    bottom: -5px;
    content: "";
    height: 0;
    left: 46%;
    position: absolute;
    width: 0;
}
.mfilter-iscroll {
    background: #fff;
}
body.information-information h1, body.information-information h2 {
    border: none !important;
}
.image-options label input[type="radio"] {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px !important;
}

.image-options label {
    width: 49%;
    float: left;
    position: relative;
	    padding: 0px;
}
.image-options span {
    display: block;
    font-size: 13px;
}
.image-options label.control-label {
    display: block;
    width: 100%;
    font-weight: 700;
}
ul.link-follow li a span {
    background: none repeat scroll 0 0 #734C3A;
    border: 1px solid #030102;
    bottom: 40px;
    color: #ffffff;
    font-family: inherit;
    font-size: 12px;
    font-weight: normal;
    height: auto;
    left: 57%;
    line-height: 20px;
    margin-left: -40px;
    min-width: 70px;
    padding: 1px 5px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-transform: capitalize;
    opacity: 0;
}
ul.link-follow li a span::after {
    border-top: 5px solid #030102;
    bottom: -5px;
}
ul.link-follow li a:hover span {
    bottom: 50px;
    opacity: 1;
}
/*************footer-link***********/
.footer {
    margin-top: 30px;
    padding: 15px 0;
    background: #23252a;
    font-weight: 300;
    border-top: 2px solid #ee2830;
}
.footer .footer-content{
	font-size:14px; 
	color:#fff;
}
.footer .introduction{
	padding-top:10px;
	text-align:justify;
}
.footer h3{
	text-transform:uppercase;
	color:#fff;
	padding-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.footer li{
	line-height:25px; 
	font-size:14px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	color:#fff;
}
.footer li a {
    color: #fff;
    display: inline-block;
    width: 100%;
}
.footer li a:hover{
    padding-left: 10px;
	background: rgba(255,255,255,0.2);
}
.powered {
    padding: 5px 0;
    background: #000000;
    text-align: center;
    color: #fff;
}
.powered a{color:#fff;}
.powered a:hover{text-decoration: underline;}
span.dev {
    float: right;
}
span.dev a {
    font-size: 11px;
    color: #737373;
}
.footer .footer-content span{border:0; line-height:30px;}
.footer .footer-content .icon {
    position: relative;
    padding: 5px 0 0 50px;
    display: block;
        margin-bottom: 5px;
}
.footer .footer-content .icon:before {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-family: FontAwesome;
    border: 1px solid #fff;
    border-radius: 100%;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}
.footer .footer-content .icon.address:before {
content: "\f041";}
.footer .footer-content .icon.phone:before {
    content: "\f095";
}
.footer .footer-content .icon.email:before {
    content: "\f003";
}
/*************END footer-link***********/
/**************************************END_FOOTER********************************************************/

/**************************************CONTENT********************************************************/
/* alert */

.alert {
    padding: 8px 14px 8px 14px;
}
/* breadcrumb */

.category-row .vermagemenu .navleft-container {
    padding: 0;
    position: static;
}
.category-row {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #ddd;
}
.mt-0{margin-top:0px !Important;}
.mt-20{margin-top:20px !Important;}
.lead small {
    font-size: 63%;
}
.category-row .price s {
    color: #888888;
}
.menu-category .bestsellers-container {
    margin-top: 30px;
}
.top-breadcrumb {
    color: #000000;
    padding: 5px 0;
}
.breadcrumb {
    border: 0;
    font-size: 14px;
    padding: 0;
    border-radius: 0;
    background: none;
	margin:5px 0;
}
.breadcrumb li:last-child a {
    font-family: inherit;
    font-weight: 400;
    color: #222 !important;
    text-transform: capitalize;
    font-size: 14px;
}
.breadcrumb i {
    font-size: 18px;
}
.breadcrumb a{color:#000000;}
.breadcrumb > li {
    padding: 0 15px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb li:before,
.breadcrumb>li+li:before {
display: block;
    width: 12px;
    content: "\f061";
    font-family: FontAwesome;
    color: #000000;
    position: absolute;
    top: -1px;
    right: -8px;
    font-size: 10px;
}
.breadcrumb li:last-child:before{
	content:'';
}
.pagination {
    margin: 0;
}
/* 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 */

.row.products-category {
    margin-top: 30px;
}
.item_product{
	border: 1px solid #ddd;
	text-align:center;
    padding-bottom: 10px;
    margin-bottom: 20px;
transition:.3s;
    background: #fff;
}
.item_product:hover{
    border: 1px solid #e1e1e1;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2);
	transition:.3s;
}
.item-inner {
    position: relative;
    display: inline-block;
    width: 100%;
}
.item-inner .image img{width:100%;}
.item-inner .image {
    margin: 0;
    text-align: center;
    overflow: hidden;
    position: relative;
}


.price-tax {
    display: none;
}
.item-inner .image a {
    position: relative;
    display: block;
}
.item-inner .image a .img2 {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.item-inner:hover .image a .img2 {
    opacity: 1;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}
.item-inner .actions {}

.actions .button-group {
    position: relative;
    height: 42px;
	display:inline-block;
}
.item-inner .box-view-actions{
	background: #eeeef9;
    padding: 20px;
}
.actions .cart {
    display:inline-block;
}
.actions .add-to-links{
	display:inline-block;
}
.add-to-links > div{display:inline-block;}
.actions .cart button, .add-to-links div button {
    /* display: block; */
    /* font-size: 0; */
    color: #ffffff;
    text-align: center;
    width: 37px;
    height: 37px;
    padding: 0;
    border: 1px solid #222222;
    background: #000000;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}
.actions .cart button:hover,
.add-to-links div button:hover{
	background:#222;
	color:#fff;
	border-color:#000000;
}
.actions .cart button:before,.add-to-links div button:before{
	display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    vertical-align: top;}
.add-to-links div.wishlist button:before {
    content: "\f004";
}
.add-to-links div.compare button:before {
	content: "\f079";
}
.actions .cart button:before{
	content: "\f07a";
}
.owl-controls .owl-buttons div {
    position: absolute;
}
.owl-controls {
    display: inline-block;
}
.product-search .carousel-contain {
    margin: 40px 0 0;
}
.product-search .search-products {
    margin: 20px 0 0;
}
.product-grid .product-thumb .image {
    float: none;
}
.product-thumb h4 a {
    font-size: 13px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 700;
    color: #222222;
}
.product-thumb h4 a:hover {
    color: #019cb2
}
.product-list .product-thumb .caption {
    margin-left: 230px;
}
.product-list .left-block {
    padding: 5px 15px;
}
.product-list .item-inner .left-block .product-image {
    border: 1px solid #ddd;
}
.product-list .item-inner .left-block .product-image img {
    transform: none;
}
.product-list .item-inner {
    border: 0;
    padding: 0;
	margin: 0 !important;
}
.product-list .caption {
    margin-top: 15px;
}
.product-list .item-inner .actions .add-to-links {
    float: left;
	background: none;
}
.product-list .name {
    margin: 0;
    text-align: left;
}
.product-list .image {
    padding-top: 15px;
}
.product-list .name a {
    text-transform: capitalize;
    color: #404040;
    font-weight:700;
    font-family: inherit;
}
div#newCart .modal-body > div.total_price:last-child {
    display: none;
}
.product-list .price {
    padding: 0;
    margin: 0;
    text-align: left;
	background:none !important;
	position:static;
	width:auto;
	height:auto;
}
.product-list .bottom_buttons .price {
    float: left;
    color: #373737;
    font-weight: 400;
    font-size: 22px;
}
.product-list .bottom_buttons  .cart {
    text-align: right;
    display: inline-block;
    width: auto;
    float: right;
    margin: 0px !important;
}
.product-list .price .price-old {
    color: #ababab;
    font-size: 20px;
    text-decoration: line-through;
    font-weight: 500;
}
.product-list .rating {
    margin: 0px;
    text-align: left;
	display:block;
}
.product-list .description {
    clear: both;
    display: inline-block;
    padding: 10px 0;
    font-size: 13px;
    color: #909090;
	text-align:left;
	margin:0;
	width:100%;
}
.product-grid .description {
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: justify;
}
.bottom_buttons .cart {
    float: left;
}
.bottom_buttons .price {
    float: right;
	font-size:20px;
	margin-top: 7px;
    font-family: ROBOTO;
    font-weight: 300;
}
.related-container .price {
    float: right !Important;
    font-size: 20px !Important;
    margin-top: 7px !Important;
    font-family: ROBOTO;
    font-weight: 300 !important;
    display: inline-block;
    text-align: right !Important;
    width: 50% !IMportant;
    line-height: 20px !important;
}
.bottom_buttons {
	margin-top:10px;
	margin-left:8px;
	margin-right:8px;
}
.bottom_buttons .price span.price-new {
    font-weight: 700;
    display: block;
}
.caption .stock-status {
    float: left;
    display: inline-block;
    position: relative;
    margin-left: 8px;
    margin-top: 7px;
    color: #8bc34a !important;
    padding: 2px 4px;
    font-size: 16px;
    margin-right: -26px;
}
.product-image:hover .add-to-links {
	right:0px;
	transition:.4s;
}
.fs-19{
	font-size:19px;
}
.uppercase{text-transform:uppercase;}
.pl-15{padding-left: 15px;}
.add-to-links {
    position: absolute;
    right: -100px;
    transition: .4s;
    top: 90px;
}
span.heading {
    font-size: 14px;
    font-weight: 700;
}
.payment_information_in_product_page ul {
    padding-left: 0px !important;
    margin-left: 0px !important;
}
.payment_information_in_product_page i {
    color: #000000 !important;
}
.payment_information_in_product_page i {
    color: #000000 !important;
    width: 21px;
    text-align: center;
    margin-right: 4px;
}
.free-shipping {
    background: #fcfeff;
    padding: 8px 5px;
    color: #000;
    border: 1px solid #25bb3e;
    font-weight: 400;
    font-size: 12px;
    margin-top: 8px;
	position:relative
}
.free-shipping i {
    color: #25bb3e !important;
    font-size: 27px;
    position: absolute;
    right: 44px;
    top: -17px;
	  -webkit-animation: shake 15s infinite;
          animation: shake 15s infinite;
}
@-webkit-keyframes shake {
  78%, 80%,82%,84%,86%,88%,90%,92% {
    top: 3px;
    left: 2px;
  }
  79%,81%,83%,85%,87%,89%,91% {
    top: 0px;
    left: -2px;
  }
}
@keyframes shake {
  78%, 80%,82%,84%,86%,88%,90%,92% {
    top: 3px;
    left: 2px;
  }
  79%,81%,83%,85%,87%,89%,91% {
    top: 0px;
    left: -2px;
  }
}
.payment_information_in_product_page {
    padding: 10px;
    background: rgb(252, 254, 255);
    border: 1px solid #ddd;
}
.payment_information_in_product_page a {
    color: #7f7f7f !important;
}
ul.inti_prod b {
    min-width: 103px;
    display: inline-block;
}
.pl-0{
	padding-left:0px !Important;
}
.product-image:hover .add-to-links {
	right:0px;transition:.4s;
}
.product-image{
    overflow: hidden;
    position: relative;
}
.add-to-links > div {
    display: block;
    margin: 0px;
    padding: 0px;
}
.box-sale {
    position: absolute;
}
.ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.bottom_buttons .price span.price-old {
    font-size: 14px;
    text-decoration: line-through;
    color: #F44336;
    display: block;
    text-align: right;
    position: absolute;
    right: 8px;
    z-index: 5;
}

.product-list .box-list {
    border: 1px solid #e8e8e8;
    display: block;
    float: right;
    margin: 5px 0 0;
    max-width: 190px;
    padding: 30px;
    width: 100%;
    border-radius: 3px;
}
.product-list .actions {
    position: static;
    margin: 0;
    float: left;
	background:none;
	transform: none;
	opacity:1;
    margin-top: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
.product-list .item-inner:hover .actions{transform: none;}
.product-list .button-group {
    display: inline-block;
    margin: 20px 0 0;
    width: 100%;
}
.product-list .add-to-links {
    margin: 0;
    width: auto;
}
.product-list .add-to-links .cart button {
    background: url("../image/cart_icon.png") no-repeat scroll 0 3px #019cb2;
    padding: 12px 25px;
}
.product-list .add-to-links .cart button:hover {
    background: url("../image/cart_icon.png") no-repeat scroll 0 3px #666;
}
.product-list .item_product{
    border: 1px solid #fff;
	padding:0;
}
.product-list .item_product:hover{
	border: 1px solid #e1e1e1;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.product-list .cart button{
    background: #373737;
}
.product-list .actions .cart button span {
    color: #fff;
    font-family: inherit;
    font-weight: 400;
    font-size: 0;
}
.product-list .actions .cart button:after {
    background: #c5282f !important;
}
.product-list .add-to-links .wishlist,
.product-list .add-to-links .compare {
    width: auto;
    float: left;
}
.product-list .add-to-links .wishlist button {
	position: static !important;
    padding: 0;
    font-size: 14px;
    text-transform: capitalize;
	background:#373737;
}
.product-list .add-to-links .compare button {
	position: static !important;
    padding: 0;
    font-size: 14px;
    text-transform: capitalize;
	background:#373737;
}
.product-list .add-to-links div button span{display:none;}
.product-list .add-to-links .wishlist button:hover,
.product-list .add-to-links .compare button:hover{
	background-position: 0 100%;
    background-color: #019cb2;
    border-color: #019cb2;
}
.box-heading {
    border-bottom: 3px solid #ed1c24;
}
.category-top {
    display: inline-block;
    width: 100%;
}
.category-top h2 {
    display: none;
}
.category {
    margin: 33px 0 0;
}
.category-top .category-image {
    margin: 0;
    overflow: hidden;
    text-align: center;
}
.category-top .category-des {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
    text-align: justify;
    font-family: inherit;
}
.category .box-heading h3 {
    margin: 0;
    padding: 0 0 8px;
}
.category .box-heading h3 span {
    color: #555555;
    display: block;
    font-family: inherit;
    font-size: 25px;
    font-weight: normal;
    min-height: 16px;
    text-transform: uppercase;
}
.category .list-group {
    padding: 15px 0 0;
}
.category .list-group li {
    line-height: 35px;
}
.category .list-group li ul li {
    padding: 0 10px;
}
.category .list-group li:last-child {
    border: 0;
}
.category .list-group li a {
    border-bottom: 1px solid #ffffff;
    color: #444444;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 28px;
    text-decoration: none;
    border: 0;
    border-radius: 0;
    padding: 0;
    background: url("../image/bg_vertical.png") repeat-x scroll 0 50%;
}
.category .list-group li a span {
    background: #fff;
    padding-right: 10px;
    font-family: inherit;
    font-size: 15px;
}
.category .list-group li ul li a {
    text-transform: capitalize;
    padding: 3px 0 0;
}
.category .list-group li a:hover {
    color: #019cb2;
    border: 0;
    background: url("../image/bg_vertical.png") repeat-x scroll 0 50%;
}
.category-filter .filter-content {
    margin: 15px 0 0;
}
.category-filter .filter-content:first-child {
    margin: 0;
}
.category-filter .panel-heading {
    font-size: 14px;
    word-wrap: break-word;
    display: block;
    font-family: inherit;
    text-transform: uppercase;
    color: #fff;
    background-color: #019cb2;
    padding: 15px 10px 10px 20px;
    border-bottom: 5px solid #1a75bb;
    border-radius: 4px;
}
.category-filter .panel-heading span {
    color: #ffffff;
    display: inline-block;
    font-family: inherit;
    word-wrap: break-word;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
}
.category-filter {
    border: 0;
    box-shadow: none;
    margin: 30px 0 0;
    border-radius: 0;
}
.category-filter .filter-content a.list-group-item {
    color: #444;
    line-height: 30px;
    padding: 5px 10px 5px 10px;
    text-transform: uppercase;
    border: 0;
    font-size: 14px;
    border-bottom: 2px solid #000;
    background: url(../image/narrow-by.png) no-repeat 98% 50%;
}
.category-filter .filter-content a.list-group-item:hover {} .category-filter .filter-content div.list-group-item,
.category-filter .filter-content div.list-group-item:last-child {
    border: 0;
    margin: 0;
    padding: 10px 30px;
    border-radius: 0;
}
.category-filter .panel-footer {
    text-align: left;
    border: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px 0;
    background: none;
    margin: 5px 0 0;
}
.category-image .img-thumbnail {
    padding: 0;
    border-radius: 0;
    border: 0;
}
.list-group-item label {
    margin: 0;
    padding: 13px 0 0 10px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    font-family: inherit;
}
.list-group-item label:last-child {
    border: 0;
}
.rating {
    display: inline-block;
    margin: 0;
    text-align: left;
	min-height:20px;
	margin-top:5px;
}
.name {
    font-weight: normal;
    width: 100%;
	margin-top:10px;
	margin-bottom:20px;
	    min-height: 66px;
}
span.image_name {
    font-size: 14px;
    text-align: center;
    display: block;
    color: #ed1c24;
    font-weight: 100;
}
.name a {
	    max-height: 63px;
    display: block;
    overflow: hidden;
    font-size: 18px;
    text-transform: uppercase;
    font-family: inherit;
    color: #454545;
    font-weight: 700;
}
.name a:hover {
    color: #000000;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}
.rating .fa-stack-3x {
    color: #ddd;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
    display: none;
}
.category-list h3 {
    color: #444;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
    text-transform: uppercase;
}
.category-list ul {
    float: left;
    margin: 0;
}
.category-list li {
    background-color: #666;
    display: inline-block;
    float: left;
    margin-bottom: 8px;
    margin-right: 20px;
    margin-left: 2px !important;
    padding: 3px 10px;
    width: calc(100% - 20px);
}
.category-list li a {
    color: #fff;
    font-size: 13px;
}
.row-compare {
    display: none;
}
.product-filter .grid-list-parent{float:left;}
.product-filter .btn-group button {
    line-height: 30px;
    color: #000;
    font-weight: normal;
    background: none;
    box-shadow: none;
    outline: none !important;
}
.product-filter .grid-list-parent {padding-left:5px;}
.product-filter .grid-list-parent button{padding:0;}
.product-filter .grid-list-parent span{margin-left:5px;}
.product-filter .btn-group #list-view:before,
.product-filter .btn-group #grid-view:before {
    display: block;
    font-family: FontAwesome;
    font-size: 18px;
    text-align: center;
    color: #959595;
    line-height: 31px;
    width: 29px;
    height: 29px;
    text-align: center;
	content: "\f009";
	border: 1px solid #fff;
}
.product-filter .btn-group #list-view:before{
	content: "\f00b";
}
.product-filter .btn-group #grid-view:hover:before,
.product-filter .btn-group .selected#grid-view:before,
.product-filter .btn-group #list-view:hover:before,
.product-filter .btn-group .selected#list-view:before{
    border: 1px solid #ed1c24;
    color: #ed1c24;
	
}
button#list-view, button#grid-view {
    line-height: 1px;
    margin: 0px;
    padding: 0px;
}
.text-right {
    color: #929191;
    font-size: 13px;
}
.product-filter {
    /* overflow: hidden; */
    padding: 10px;
    border: 1px solid #e5e5e5;
    margin: 0 0 25px 0;
	background: #fff;
}
.product-filter .limit {
    color: #666;
    float: right;
    margin: 2px 0 0;
    padding: 0 20px;
}
.product-filter .sort {
    float: right;
    margin: 0;
    padding: 0 0 0 20px;
}
.product-filter .btn-group {
    margin: 0;
    display: inline-block;
    float: none;
    margin-left: 5px;
}
.product-filter select {
    background: none repeat scroll 0 0 #fff;
    color: #929191;
    padding: 3px;
    vertical-align: middle;
    font-size: 12px;
    border-radius: 0;
    height: auto;
    width: auto;
    float: none;
    display: inline-block;
}
.product-filter label {
    color: #444;
    font-size: 13px;
    font-weight: normal;
    line-height: 27px;
    text-transform: capitalize;
    float: none;
    display: inline-block;
    margin: 0 10px 0 0;
}
.button-view:hover {
    cursor: pointer;
}
.common-home .alert-success {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    border-radius: 0;
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #bebebe;
    border-color: #bebebe;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 0;
    display: block;
    border: 0;
    border-radius: 0;
    margin: 0;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
    max-width: inherit;
    width: 27%;
}
.product-ocbestseller .product-filter,
.product-ocnewproduct .product-filter {
    margin: 0;
}
/*productt-view------------------------------------------*/
.product-view .image-additional {
    margin: 0;
}
.product-view .image-additional a img {
    float: left;
    max-width: 100px;
    width: 99px;
}
.product-view .view-related.owl-carousel .owl-wrapper-outer {
    width: 100%;
}
.product-view .view-zoom {
    position: inherit;
}
.image-block .owl-carousel .owl-wrapper-outer {
    min-height: 130px;
}
.zoomLens {
    height: 200px !important;
    width: 200px !important;
}
.product-view .thumbnails-image .thumbnail {
    background: #fff;
    border: 0;
    padding: 0;
    border-radius: 0;
    margin: 0;
}
.product-view .image-block {
    padding-left: 15px;
}
.product-view .owl-controls {
    position: static;
    padding: 0;
    width: 0;
    height: 0;
}
.product-view .thumbnails-image .zoomContainer .zoomLens {
 border:1px solid #f1f1f1 !important;
}
.product-view .thumbnails-image .zoomContainer .zoomWindow {
 border:1px solid #ededed !important;
}
.product-view .thumbnails-image{position:relative;}
.product-view .thumbnails-image .zoomContainer {top:0 !important; left:0 !important;}
.product-view .owl-controls .owl-buttons div {
    float: left;
}
.product-view .owl-carousel{padding:0;}
.product-view .owl-wrapper-outer.autoHeight{padding:0; margin-top:30px;}
.product-view .product-name h1 {
    font-size: 29px !important;
    font-weight: 700 !important;
    margin: 5px 0px 0px 0px !important;
    font-family: inherit;
    text-transform: capitalize !important;
    border: 0px !important;
}
.light{font-weight:300;}
.product-view .list-unstyled {
    margin: 0;
    padding: 10px 0 0;
    font-family: inherit;
}
.product-view .short-description {
    margin-top: 15px;
    padding: 15px 0 0;
	font-family: arial;
    color: #3f3f3f;
    font-size: 12px;
    line-height: 23px;
    text-align: justify;
    border-top: 1px solid #e5e5e5;
}
.product-view .add-to-links {
    display: inline-block;
}
.product-view .add-to-links .wishlist,
.product-view .add-to-links .compare{
	background: #373737;
}
h1.heading_another {
    padding-left: 15px;
}
.bg_fff {
    background: #fff;
}
.pb-15{    padding-bottom: 15px;}
.product-view .list-unstyled li {
	color: #3f3f3f;
    line-height: 20px;
    font-size: 12px;
    text-transform: capitalize;
    margin: 0 0 3px 0;
    font-weight: 400;
    font-family: arial;
	list-style: none !important;
    margin-left: 0px !important;
}
.product-view #product {
    clear: both;
    max-height: 350px;
    overflow: auto;
    margin-top: 15px;
}
.product-view .btn-default {
    background: #ebebeb;
} color: #fff;
}
.product-view #product h3 {
    margin: 0;
}
.product-view .list-unstyled li a {
    color: #000000
}
.product-view .list-unstyled li a:hover {
    color: #4d4d4d
}
.product-view .price {
padding: 25px 0;
    margin: 20px 0;
    width: 100%;
    text-align: left;
    font-family: 'Roboto';
    font-size: 31px;
    color: #000000;
    font-weight: 700;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.product-view .price span {
    margin-left: 6px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: line-through;
    font-weight: 300;
    background: #000000;
    padding: 3px 10px;
    margin-top: -8px;
}
.product-view .price span {
    margin-right: 3px;
	color: #ababab;
    font-size: 20px;
    text-decoration: line-through;
    font-weight: 400;
}
.product-view .item-inner .price span.price-new {
    color: #019cb2;
    font-size: 22px;
    font-weight: normal;
    text-align: left;
    text-decoration: inherit;
}
.product-view .description {
    font-size: 13px;
    line-height: 23px;
}
.product-view .item-inner .add-to-links .wishlist,
.product-view .item-inner .add-to-links .compare {
    width: 46%;
    float: right;
}
.product-view .item-inner .description {
    display: none;
}
.product-view .addthis_toolbox{
	/* border-top: 1px solid #ddd; */
    padding-top: 20px;
}
.view-tag {
    display: inline-block;
    width: 100%;
    padding: 15px;
    background: #e8e8e8;
    margin: 20px 0 0;
}
.view-tag a {
    text-transform: capitalize;
    font-size: 14px;
}
.product-view #product .add-to-links .wishlist,
.product-view #product .add-to-links .compare {
    display: inline-block;
    margin: 0 5px 0 0;
}
.product-view .add-to-links button {
    float: left;
    background: transparent;
    display: inline-block;
    width: auto;
    padding: 0;
	position:static;
	border:0;
}
.product-view .add-to-links div.wishlist button{
	width:37px;
	height:37px;
	line-height:37px;
}
.product-view .add-to-links div.compare button {
	width:37px;
	height:37px;
	line-height:37px;
}
.product-view .add-to-links div span{font-size:0px;}
.product-view .add-to-links div {
    float: left;
    width: auto;
}
.product-view .add-to-links .btn-group{
    display: inline-block;
    margin: 0;
}
.product-view .add-to-links .form-group {
    padding-bottom: 0;
}
.product-view .add-to-links .alert.alert-info {
    float: none;
    display: inline-block;
    margin-top: 15px;
}
.product-view .add-to-links label {
    color: #3b3b3b;
    font-family: arial;
    font-size: 13px;
    font-weight: normal;
    line-height: 37px;
    float: left;
}
.product-view .form-group #minus {
    float: left;
    color: #373737;
    box-shadow: none;
    width: 30px;
    text-align: center;
    border: 1px solid #ddd;
    display: block;
    background: #000000;
    height: 35px;
    line-height: 38px;
    margin-left: 0px;
	transition:.5s;
}
.product-view .form-group #minus:hover{background-color:#fff; border-color:#373737; color:#373737;transition:.5s;}
.product-view .form-group #plus {
	float: left;
	color: #373737;
    box-shadow: none;
    width: 30px;
    text-align: center;
    border: 1px solid #ddd;
    display: block;
    background: #000000;
    height: 35px;
    line-height: 38px;	
    margin-left: 0px;
	transition:.5s;
}
.product-view .form-group #plus:hover{background-color:#fff; border-color:#373737; color:#373737; transition:.5s;}
.product-view .form-group #plus:hover i,.product-view .form-group #minus:hover i{color:#373737}
.product-view .form-group #input-quantity {
    background: #fff !important;
    border: 1px solid #ddd;
    box-shadow: none;
    float: left;
    padding: 9px 0;
    width: 37px !important;
    height: 35px;
    color: #000;
    text-align: center;
    margin-left: 0px;
}
.product-view .form-group #button-cart{
height: 34px;
    background-color: #373737;
    color: #FFFFFF;
	padding-right: 14px;
    float: left;
}
.mb-0{margin-bottom:0px !important;}
.fast_result.suc {    background: #5cb85c;}
.fast_result.err {    background: #FF8E07;}
.fast_result {
    position: fixed;
    top: -100px;
	opacity: 0;
    width: 300px;
    padding: 15px;
    text-align: center;
    left: calc(50% - 150px);
    color: #fff;
    font-size: 15px;
    z-index: 20;
	transition:.5s;
    box-shadow: 0px 0px 30px #777777;
}
.product-view .form-group #button-cart:hover{
	background:#000000;
}
.product-view .form-group #button-cart span:before{
    content: "\f07a";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    vertical-align: top;
	margin-right: 7px;
    color: #fff;
}
.btn-outline-default:hover i {
    color: #fff !Important;
}
.btn-cw i{color:#000000 !Important;line-height: 10px;}
.btn-cw:hover i{color:#fff !Important;}
.btn-cw {
    border: 1px solid #000000;
    background: transparent;
    color: #373737;
    max-height: 34px;
}
.btn-outer {
    margin-top: 8px;
}
.product-view .form-group #button-cart:hover span:before{
	color:#fff;
}
.product-view .form-group #button-cart span {
    display: inline-block;
    color: #fff;
}
.product-view .form-group {
    display: inline-block;
    width: 100%;
}
.product-view #product .add-to-links {
    padding: 10px 0 0;
    text-align: left;
    margin: 0;
}
.product-view .input-content {
    float: left;
    margin-right: 10px;
}
.product-view .rating {
    text-align: left;
    display: inline-block;
}
.product-view .rating p {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
}
.product-view .tab-view {
    float: left;
    width: 100%;
	padding: 0 15px;
}
.product-view .tab-view li {
    margin-right: 0px;
}
.product-view .tab-view ul a {
    background: #fff;
    color: #000;
    font-family: inherit;
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    padding: 16px 23px 13px 0;
    text-decoration: none;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 0;
    border: 0;
    margin: 0;
    padding-left: 15px;
	border:1px solid #ddd;
}
.product-view .tab-content h6 {
    font-weight: 700;
    font-size: 14px;
}
.product-view .tab-view ul a:hover,
.product-view .tab-view li.active a {
color: #000000;
    border: 1px solid #dddddd;
    background: #fff;
    border-top: 2px solid #000000;
    border-bottom: 1px solid #fff;}
.weight{
	    font-weight: 700 !Important;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(121, 82, 63, 0.1411764705882353);
}
.brown{color: #000000 !Important;}
.product-view .nav-tabs {
    margin: 0px 15px;
    border: none;
    position: relative;
}.product-view .nav-tabs:before{
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ddd;
    content: "";
    left: 0;
    top: 50%;
    z-index: -1;
}
.product-view .tab-content {
    margin: 0px 15px 20px 15px;
    font-size: 14px;
    line-height: 23px;
    font-family: Roboto;
    color: #737373;
    text-align: justify;
    font-weight: 300;
    padding: 15px;
    border: 1px solid #ddd;
}
.product-view #tab-review h2 {
    font-size: 18px;
    margin: 20px;
    text-transform: capitalize;
}
.product-view #tab-review .table {
    border: 0;
}
.product-view #tab-review .table td {
    background: none;
    border: 0;
    padding: 0;
    text-align: left;
}
.tab-content strong {
    display: inline-block;
    font-weight: normal;
    margin: 0 0 5px;
    font-size: 15px;
}
.product-view .tab-view .form-group label {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0 0 10px;
}
.product-view .tab-view input.form-control {
    width: 300px;
    box-shadow: none;
    border: 1px solid #e8e8e8 !important;
    font-size: 13px;
}
.product-view .tab-view textarea {
    width: 500px;
    min-height: 100px;
    line-height: 25px;
    box-shadow: none;
    border: 1px solid #e8e8e8 !important;
    font-size: 14px;
}
.product-view .tab-view .text:before {
    border-bottom: 9px solid #e5e5e5;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -9px;
}
.product-view .tab-view .text:after {
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -8px;
}
.product-view .tab-view .text {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    margin: 5px 0 20px;
    padding: 20px;
    position: relative;
}
.product-view .item-inner .price {
    margin: 0;
    line-height: 20px;
    border: 0;
    float: left;
    width: 100%;
    text-align: center;
}
.product-view .item-inner .add-to-links .cart button {
    padding: 0;
    font-size: 0;
}
.product-view .item-inner .rating {
    text-align: center;
}
/********related-container**********/
.related-title{position:relative;}
.related-container .item-inner {margin-top:10px;}
.related-title:before{
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    z-index: -1;
	}
.related-container  .related-title h2{
    font-size: 14px !important;
    text-transform: uppercase;
    display: inline-block;
    color: #373737 !important;
    margin: 0;
    line-height: 34px;
    font-weight: 700;
    border: 1px solid #019cb2;
    background-color: #fff;
	padding: 0 15px;
}
.related-container .owl-theme .owl-controls .owl-buttons div{
	width:31px; 
	height:31px; 
	top:-9px; 
	line-height:31px;
	opacity:1;
}
.related-container .owl-theme .owl-controls .owl-buttons div.owl-prev,
.related-container .owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
    right: 50px;
	left:auto;
}
.related-container .owl-theme .owl-controls .owl-buttons div.owl-next,
.related-container:hover .owl-theme .owl-controls .owl-buttons div.owl-next{
	right:15px;
}
.related-container .owl-carousel{padding-top:0;}
.related-container .owl-carousel .owl-wrapper-outer{padding:10px 0 0;}
.related-container .row-related .owl-item {
    padding: 0 15px;
}
.related-container h3 {
    padding: 15px;
}
.related-container .owl-theme .owl-controls {
    top: -35px;
    right: 15px;
}
.related-container .box-view-actions{background:none; padding:0;}
.related-container .product-thumb .image{
	    text-align: left;
	width:40%;
	float:left;
}
.related-container .product-thumb .caption{
    text-align: left;
	width:60%;
	float:left;
}
.related-container .price{
	position:static;
	background:none;
	text-align:left !important;
	padding:0;
}
.related-container .price-new,
/********end related-container**********/
/********tab-tabcategory**********/
.bestsellerproduct .owl-carousel .owl-item {
    padding: 0;
}
/********end tab-tabcategory**********/
/********title-group**********/
.module-group{margin-top:50px;}
.title-group-parent{text-align:center;}
.title-group{
	position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.title-group h2 {
    margin: 0;
    display: inline-block;
    line-height: 42px;
    padding: 0px 35px;
    font-size: 16px !important;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 700;
    background: #363636;
}
.title-group .after-title {
    position: absolute;
    top: 9px;
    left: -39px;
}
.title-group .content-after-title {
    border-left: 15px solid transparent;
    border-top: 21px solid #363636;
    border-bottom: 21px solid #363636;
    width: 36px;
    display: block;
    position: relative;
}
.title-group .content-after-title:before {
    position: absolute;
    content: "";
    width: 13px;
    height: 6px;
    bottom: -21px;
    right: -13px;
    background: #363636;
    display: block;
}
.title-group .content-after-title:after {
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -10px;
    content: "\f005";
    font-family: FontAwesome;
    font-size: 14px;
    color: #fff;
}
.title-group .before-title {
    right: -39px;
    left: inherit;
}
.title-group .content-before-title {
    border-left: 0;
    border-right: 15px solid transparent;
}
.title-group .content-before-title:before {
   right: inherit;
    left: -13px;
}
.title-group .content-before-title:after {
    right: inherit;
    left: 6px;
}
/****title-group2****/
.title-group2{
    text-align: left;
    position: relative;
    padding-bottom: 25px;
}
.title-group2 h2 {
    color: #363636 !important;
    font-size: 24px !important;
    font-weight: 700;
}
.title-group2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background: #363636;
    width: 52px;
    height: 3px;
    display: block;
    margin: auto;
}
.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    margin-top: -26px;
    font-size: 0;
    z-index: 1;
    background: #fff;
    display: block;
    float: left;
    color: #b7b7b7;
    text-align: center;
    width: 52px;
    height: 52px;
    line-height: 50px;
    border-radius: 100%;
    border: 1px solid #b7b7b7;
	opacity:0;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 100px;
}
.owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
    left: 0px;
	opacity:1;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 100px;
}
.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
    right: 0px;
	opacity:1;
}
.owl-theme .owl-controls .owl-buttons div:before {
    font-size: 19px;
    font-family: FontAwesome;
    display: block;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: "\f104";
}
.owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: "\f105";
}

/********other module css**********/
.bestsellerproduct .row_items{
	background-color: #f2f2f2;
    padding: 15px 49px 0 49px;
}
.bestsellerproduct .item_product,.bestsellerproduct .item_product:hover{border:0; box-shadow:none;}

.bestsellerproduct .owl-theme .owl-controls .owl-buttons div {
	width:34px;
	height:34px;
	line-height:34px;
}
.bestsellerproduct .owl-theme .owl-controls .owl-buttons div.owl-prev {left:8px;}
.bestsellerproduct .owl-theme .owl-controls .owl-buttons div.owl-next {right:8px;}
.newproductslider .actions .cart button,
.newproductslider .add-to-links div button,
.newproductslider .qv-button-container button{
    line-height: 30px;
    width: 30px;
    height: 30px;
}
.newproductslider .qv-button-container button:before,
.newproductslider .add-to-links div button:before,
.newproductslider .actions .cart button:before{
	font-size:12px;
}

/* .newproductslider .add-to-links .compare, .newproductslider .item-inner .actions > div{margin-left:5px;} */
.menu-recent .owl-carousel .owl-controls, .carousel-contain .owl-carousel .owl-controls{display:none !important;}
.most-products-container{margin-top:50px;}
/********end other module css**********/
/** BLOG **/

.menu-recent {
    padding: 0px;
    border: 0px none;
    position: relative;
	margin-top:0;
}
.menu-recent .owl-carousel .owl-wrapper-outer{
	padding-bottom:35px;
}
.menu-recent .description-blog{
    text-align: center;
    padding: 40px 0 0;
}
.menu-recent .date-blog {
	display: inline-block;
    padding: 0 5px 0 0;
    color: #019cb2;
    border-right: 1px solid #019cb2;
}
.menu-recent .item-inner:hover img {
    opacity: 0.7;
}
.menu-recent .name_date{font-size:12px; font-weight:700;}
.menu-recent .articles-date {
    display: inline-block;
    color: #019cb2;
    float: left;
    font-family: inherit;
	margin-top:20px;
}
.menu-recent .articles-intro {
    margin: 10px 0px;
    color: #838383;
    font-size: 14px;
    font-family: inherit;
}
.menu-recent .item-inner .articles-name {
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 400;
	display:inline-block;
    margin-top: 10px;
    clear: both
}
.menu-recent .item-inner .articles-name:hover {
    color: #019cb2;
}
.menu-recent .item-inner .readmore {
    margin-top: 10px;
}
.menu-recent .item-inner .readmore a:before {
    font-family: FontAwesome;
    text-align: center;
    line-height: 15px;
    content: "\f105";
    width: 17px;
    height: 17px;
    border-radius: 100%;
    border: 1px solid #019cb2;
    display: inline-block;
    margin-right: 5px;
}
.menu-recent .athor-blog{
	color:#019cb2;
	display:inline-block;
	margin-left:10px;
}
.menu-recent .item-inner .readmore a {
    text-transform: capitalize;
    font-size: 14px;
    display: inline-block;
    color: #019cb2;
    font-family: inherit;
}
.menu-recent .item-inner .readmore a:hover {
    color: #222;
}
.menu-recent .item-inner {
    margin: 0;
}
.article-container .article-date {
    float: right;
    margin-top: -29px;
}.article-container img {
    width: 40%;
	float:left;
}

.article-title h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
.article-date {
    font-size: 14px;
    font-weight: normal;
    float: right;
    margin-bottom: 10px;
}
.article-description p, .article-description {
    text-align: justify;
    letter-spacing: .4px;
    line-height: 22px;
    font-family: ROBOTO;
    font-weight: 300;
}
.article-description img {
    margin-bottom: 20px;
}
.readmore-page {
    color: #6B6B6B;
    font-size: 11px;
    font-weight: 700;
    padding: 0px 20px;
    display: inline-block;
    text-transform: uppercase;
    float: right;
    overflow: hidden;
    margin-top: 10px;
    line-height: 35px;
    letter-spacing: 3px;
    border: 2px solid #6B6B6B;
}
.readmore-page:hover {
    color: #000000;
    border-color: #000000;
}
.article-item p.date {
    float: left;
}
.inf-article {
    display: block;
margin-top: 10px;}
.article-item {
    display: inline-block;
}
.article-layout .odd .intro-content img {
    float: left;
    margin-right: 30px;
    border: 1px solid #dddddd;
}
.article-layout .even .intro-content img {
    float: right;
    margin-left: 30px;
}
.even .article-author,
.even .articledate,
.even .article-name h3 {
    text-align: right
}
.article-name h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
.article-name h3 a {
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: block;
}
.article-name h3 a:hover {
    color: #000000;
}
.article-titles {
    position: relative
}
.article-titles::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    width: 100%;
    background: #ddd;
    z-index: -1;
}
.article-titles h2 {
    padding: 0 10px 0 0;
    display: inline-block;
    background: #fff;
}
.article-layout {
    margin-bottom: 30px;
}
.odd .article-name h3,
.even .article-name h3 {
    position: relative;
}
.odd .article-name h3 a {
    background: #fff;
    padding-right: 10px;
}
.even .article-name h3 a {
    background: #fff;
    padding-left: 10px;
}
.odd .article-name h3::before {
    left: 0;
}
.even .article-name h3::before {
    right: 0;
}
.odd .article-name h3:before,
.even .article-name h3:before {
    content: "";
    width: 100%;
    background: #ddd;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: -1;
}
/** module blog **/
.product-view .view-related .owl-controls .owl-buttons div {
    margin: -45px 0 0;
}
.view-related .owl-wrapper {
    margin: 25px 0 0;
}
.alert-success a{color:#fff;}
.alert-success {
    border-radius: 0;
    margin: 0;
    font-size: 17px;
    padding: 17px;
    position: fixed;
    top: 25px;
    z-index: 500;
    width: 350px;
    right: 25px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.85);
    color: #FFFFFF;
    background-color: #5CB85C;
    border-color: #5CB85C;
}
.no_bg{background:transparent !important;}
.no_line:after{
	display:none;
}
.bg_white{
	background:#fff;
}
.no-pd{padding:0px !important;}
.table-responsive {
    max-width: 100%;
    overflow: auto;
}
.home_welcome {
	border:1px solid #d0d0d0;
}
.home_welcome h1 {
    padding-top: 15px !important;
    display: block;
    margin-bottom: 10px !important;
    border: none !important;
    font-size: 28px !important;
    font-weight: 300;}
.table-responsive .fa{color:#fff;}
.table-responsive thead td {
    background-color: #f7f7f7;
    border-bottom: 1px solid #dddddd !important;
    color: #4d4d4d;
    float: none;
    font-size: 14px;
    font-weight: normal;
    min-width: 150px;
    text-align: center;
    vertical-align: middle;
	text-transform:capitalize;
}
.account-order .table-bordered thead td {
    min-width: 115px;
}
.table-responsive td {
    padding: 15px !important;
    text-align: center;
    vertical-align: middle !important;
    color: #4d4d4d;
    font-size: 14px;
}
.table-responsive td .img-thumbnail {
    border-radius: 0;
    border: 0;
}
.table-responsive td.text-left a {
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
}
.table-responsive td.text-left a:hover {
    color: #f57b7a;
}
.table-responsive td.text-left small {
    color: #4d4d4d;
    font-family: inherit;
    font-size: 14px;
}
.table-responsive td .form-control {
	width: 50px;
    height: 35px;
    border: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    font-size: 14px;
    padding: 5px;
}
.table-responsive tbody td.text-right {
    color: #000000;
}
.table-responsive td .input-group-btn {
    width: auto;
    display: inline-block;
}
.table-responsive td .btn {
    margin-right: 15px;
}
.checkout-cart #content h1,
.checkout-cart #content h2 {
    font-size: 20px;
}
.checkout-cart #content p {
    color: #4d4d4d;
    font-family: inherit;
    font-size: 14px;
    margin-bottom: 20px;
}
.checkout-cart #accordion .panel-heading {
    background: #019cb2;
}
.checkout-cart #accordion .panel-heading a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.checkout-cart #accordion .panel-heading a .fa-caret-down {
    margin: 0 0 0 5px;
	color:#fff;
}
.checkout-cart .panel-group .panel {
    border-radius: 0;
    margin-bottom: 15px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background: none;
    box-shadow: none;
}
.checkout-cart .panel-collapse label {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 33px;
    margin: 0;
    padding: 0;
}
.checkout-cart .panel-collapse input {
    height: 40px;
    box-shadow: none;
    border: 1px solid #dddddd;
    color: #4d4d4d;
    font-size: 14px;
    width: 300px;
    border-radius: 0;
}
.checkout-cart .panel-collapse .input-group-btn {
    float: left;
}
.checkout-cart .panel-collapse .input-group-btn input {
    color: #fff;
    border: 0;
    width: auto;
}
.checkout-cart .panel-collapse .form-horizontal .btn {
    color: #fff;
    border: 0;
    width: auto;
}
.panel-group .panel-heading {
    background: #323a45;
    padding: 12px 15px 8px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-radius: 0;
}
.panel-group .panel {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
    border: 0;
}
.panel-group .panel .panel-heading a,
.panel-group .panel .panel-heading .panel-title {
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}
.panel-group .panel .panel-body {
    border: 1px solid #f2f2f2 !important;
    border-top: 0;
}
.panel-group .panel-body {
    border: 0 !important;
}
.panel-group .panel .panel-heading a .fa-caret-down {
    margin: 0 0 0 8px;
}
.panel-group .panel .panel-heading .panel-title {
    padding: 0 0 5px;
}
.panel-group .panel-collapse h2 {
    color: #666666;
    font-size: 16px;
    line-height: 33px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
}
.panel-group .panel-collapse p,
.panel-group .panel-collapse label {
    color: #4d4d4d;
    font-family: inherit;
    font-size: 14px;
}
.panel-group .panel-collapse label {
    margin-top: 5px;
}
.panel-group .panel-collapse .form-group a {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}
.panel-group .panel-collapse .form-group input {
    width: 300px;
    height: 40px;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 14px;
}
.table-bordered thead td {
    background-color: #f7f7f7;
    border-bottom: 1px solid #dddddd !important;
    color: #4d4d4d;
    float: none;
    font-size: 14px;
    font-weight: normal;
    /* min-width: 150px; */
    text-align: center;
    vertical-align: middle;
}
.white{color:#fff}
.alert i.fa {
    color: #fff !important;
}
.table-bordered td {
    text-align: center;
    vertical-align: middle !important;
    padding: 8px !important;
}
.table-bordered td.text-left a {
    color: #333333;
    font-size: 14px;
    text-transform: capitalize;
}
.table-bordered td.text-left small {
    color: #4d4d4d;
    font-family: inherit;
    font-size: 14px;
}
.account-account #content h2,
.account-wishlist #content h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.account-account .list-unstyled {
    margin-bottom: 20px;
    margin-left: 0px !important;
    list-style: none !important;
}a#compare-total {
    padding: 5px 10px;
    border: 1px solid #CCCCCC;
    margin-top: -1px;
    display: inline-block;
}
button#save_pdf {
    display: none;
}
.account-wishlist .table-bordered thead td {
    min-width: 135px;
}
.account-wishlist .table-bordered td {
    padding: 10px !important;
}
.account-wishlist .table-bordered .price {
    margin: 0;
    text-align: center;
}
.account-wishlist .table-bordered .btn {
    border-radius: 0;
}
.well {
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
	background: #fff;
}
.well p {
    margin: 0 0 20px;
}
.well input {
    border-radius: 0;
}
.list-group-item:first-child {
    border-radius: 0;
}
.list-group-item:last-child {
    border-radius: 0;
}
.account-border .form-group label {
    text-align: left;
}
/*---------------------------PRODUCT_VIEW------------------------------*/

.view-related .owl-item {
    padding: 0 15px;
}
.product-view .col-sm-5 {
    position: inherit !important;
}
.image-block .owl-theme .owl-controls .owl-buttons div {
	width: 30px;
    height: 30px;
    line-height: 30px;
    opacity: 0;
}
.image-block .owl-theme:hover .owl-controls .owl-buttons div {
    opacity: 1;
	top:43%;
}
.image-block .owl-theme .owl-controls .owl-buttons .owl-next {
    background-position: 100% 0;
    right: 0px;
}
.image-block .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0px;
}
/*ocfeaturedcategory========================================*/
.featured-cat-thumb{
	background: #f8f8fa;
    padding: 50px 0;
}
.featured-cat-thumb .title-group{
	margin:0;
}
.featured-cat-thumb .fcategory-content{
	display: inline-block;
	width:100%;
	max-height: 180px;
	min-height:165px;
	overflow:auto;
}
ul.sub-featured-categories {
    padding-top: 15px;
}
.featured-cat-thumb .owl-carousel{padding-top:30px;}
.featured-cat-thumb .name {border:0; padding:0; margin:0; text-transform:uppercase; }
.featured-cat-thumb li a{
	line-height: 25px;
    color: #808080;
    font-size: 15px;
}
.featured-cat-thumb li a:hover{
	color:#019cb2;
	padding-left:10px;
}
.featured-cat-thumb img:hover{opacity:0.7;}
/*END ocfeaturedcategory====================================*/
/*mega-menu========================================*/
.megamenu.fix-nav{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9997;
    margin: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: rgba(41,37,96,0.9);
}
.homemenu {
    padding: 0;
}


/*carousel====================================================================*/

.carousel-contain {
	padding: 35px 0;
    border-top: 1px solid #ddd;
}
.carousel-contain .owl-carousel .owl-wrapper-outer{padding-top:0;}
.brand-slider-contain .container {
    position: relative;
}
.brand-slider-contain .slides .owl-item {
    padding: 1px 15px;
	overflow:hidden;
	text-align:center;
}
.brand-slider-contain .slides .owl-item img{
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.brand-slider-contain .slides .owl-item img:hover{
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.brand-slider-contain .owl-theme .owl-controls .owl-buttons div	{
	background: url(../image/brand_owl_control.png) no-repeat;
    position: absolute;
    top: 42%;
	left:15px;
    margin-top: -21px;
    width: 42px;
    height: 42px;
	border:0;
}
.brand-slider-contain .owl-theme .owl-controls .owl-buttons .owl-next {
    background: url(../image/brand_owl_control.png) no-repeat 100% 0;
    right: 15px;
    left: auto;
}
/*End-carousel====================================================================*/
/**** Category block ****/

ul.list-group > li {
    position: relative;
}
.button-view {
    border-left: 10px solid #fff;
    width: 27px;
    height: 18px;
    background: url("../image/button_vertical.png") no-repeat scroll 0 0 #a1cfb8;
    text-indent: -99999px;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 9;
}
.alert-success button.close {
    line-height: 15px;
}
.alert-success button.close:hover {
    background: none;
}
ul.list-group li.active .button-view {
    background-position: 0 100%;
}
.ttopen {
    background-position: 0 100%;
}
/*list-web============================================*/
.information-sitemap #content ul li ul {
    margin-left: 20px;
	text-transform:capitalize;
}
.information-contact h3 {
    font-size: 16px;
}
.information-contact #content h1,
.information-contact #content h2 {
    margin: 10px 0 0;
}
.affiliate-login .well {
    border: 1px solid #dddddd;
    margin: 20px 0 0;
}
.product-search .checkbox-inline {
    margin: 10px 0 15px;
}
/*Mobile==========================================*/

/**csm block menu**/

/** End csm block menu**/

/** Banner Static**/
.banner-static {
    position: relative;
    margin: 50px 0 0;
}
.banner-static .banner-box {
position: relative;}
/***Banner static 1***/
.banner-static1 {
    position: relative;
    margin: 50px 0 0;
}
.banner-static1 .banner-box {
    position: relative;
}
.banner-static1 .banner-box a:after {
    content: "";
    background: rgba(0,0,0,0.3);
    height: 100%;
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    width: 0;
    pointer-events: none;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
}
.banner-static1 .banner-box a:hover:after {
    left: 0;
    width: 100%;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 100;
}
/***Banner static 2***/
.banner-static2{margin-bottom:25px;}
.banner-static2 .banner-box{position:relative; font-size:17px; overflow:hidden;}
.banner-static2 .banner-box .box-inner:after {
    pointer-events: none;
    position: absolute;
    content: "";
    opacity: 0.5;
    margin: auto;
    border: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.banner-static2 .banner-box:hover .box-inner:after {
    border: 2px solid #fff;
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}
.banner-static2 .banner-box .text-banner{
	overflow:hidden;
	position:absolute; 
	top:20%; 
	opacity:0;
	padding:1.3em 2em;
	color:#fff;
	font-size:1em;
	text-transform:uppercase;
	    -moz-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition: 0.8s;
}
.banner-static2 .banner-box:hover .text-banner{
	opacity:1;
	overflow:hidden;
	    -moz-transition:0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
/*banner-box1*/
.banner-static2 .banner-box1 .text-banner{
	background: rgba(1, 156, 178, 0.57);
	right:12px; 
	text-align:right;
}
.banner-static2 .banner-box1 .text-line1,
.banner-static2 .banner-box1 .text-line2,
.banner-static2 .banner-box1 .link-shopping a{
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	opacity:0;
}
.banner-static2 .banner-box1:hover .text-line1,
.banner-static2 .banner-box1:hover .text-line2,
.banner-static2 .banner-box1:hover .link-shopping a{
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity:1;
}
.banner-static2 .banner-box1 .text-line1{
	    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.banner-static2 .banner-box1:hover .text-line1{
	    -moz-transition: 0.5s;
    transition: 0.5s ;
    -webkit-transition: 0.5s;
}
.banner-static2 .banner-box1 .text-line2{
	    -moz-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition: 0.6s;
}
.banner-static2 .banner-box1:hover .text-line2{
	    -moz-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition: 0.6s;
}
.banner-static2 .banner-box1 .link-shopping a{
	    -moz-transition: 0.7s;
    transition: 0.7s;
    -webkit-transition: 0.7s;
}
.banner-static2 .banner-box1:hover .link-shopping a{
	    -moz-transition: 0.7s;
    transition: 0.7s;
    -webkit-transition: 0.7s;
}
.banner-static2 .banner-box1 .text-line1{font-size:1.5em; margin:0; color:#fff;}
.banner-static2 .banner-box1 .text-line1 .banner-word1{font-weight:700;}
.banner-static2 .banner-box1 .text-line2 {font-size:1em; margin:1.4em 0 0; color:#fff;}
.banner-static2 .banner-box1 .link-shopping{margin:1.4em 0 0;}
.banner-static2 .banner-box1 .link-shopping a{display:inline-block; padding:0.7em; font-size:0.7em; border:1px solid #ddd; color:#fff;}
.banner-static2 .banner-box1 .link-shopping a:hover{background: rgba(84, 75, 75, 0.2); border-color:rgba(84, 75, 75, 0.2);}
/*banner-box2*/
.banner-static2 .banner-box2 .text-banner{
	background: rgba(164, 182, 185, 0.57);
	left:12px; 
	text-align:left;
}
.banner-static2 .banner-box2 .text-line1,
.banner-static2 .banner-box2 .text-line2,
.banner-static2 .banner-box2 .link-shopping a{
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity:0;
}
.banner-static2 .banner-box2:hover .text-line1,
.banner-static2 .banner-box2:hover .text-line2,
.banner-static2 .banner-box2:hover .link-shopping a{
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity:1;
}
.banner-static2 .banner-box2 .text-line1{
	-moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.banner-static2 .banner-box2:hover .text-line1{
	-moz-transition: 0.5s;
    transition: 0.5s ;
    -webkit-transition: 0.5s;
}
.banner-static2 .banner-box2 .text-line2{
	-moz-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition: 0.6s;
}
.banner-static2 .banner-box2:hover .text-line2{
	-moz-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition: 0.6s;
}
.banner-static2 .banner-box2 .link-shopping a{
	-moz-transition: 0.7s;
    transition: 0.7s;
    -webkit-transition: 0.7s;
}
.banner-static2 .banner-box2:hover .link-shopping a{
	    -moz-transition: 0.7s;
    transition: 0.7s;
    -webkit-transition: 0.7s;
}
.banner-static2 .banner-box2 .text-line1{font-size:1.5em; margin:0; color:#000;}
.banner-static2 .banner-box2 .text-line1 .banner-word1{font-weight:700;}
.banner-static2 .banner-box2 .text-line2 {font-size:1em; margin:1.4em 0 0; color:#fff;}
.banner-static2 .banner-box2 .link-shopping{margin:1.4em 0 0;}
.banner-static2 .banner-box2 .link-shopping a{display:inline-block; padding:0.7em; font-size:0.7em; border:1px solid #ddd; color:#000;}
.banner-static2 .banner-box2 .link-shopping a:hover{background: rgba(84, 75, 75, 0.2); border-color:rgba(84, 75, 75, 0.2);}

/***Banner static 3***/
.banner-static3 {
    padding: 40px 0;
	margin-top:50px;
    position: relative;
	background: url(../image/bg_banner_static3.jpg) no-repeat center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-static3:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: block;
}
.banner-static3 .banner-box {
    text-align: center;
}
.banner-static3 .banner-box:hover img {
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    animation: bounceIn 0.5s linear infinite alternate;
    -webkit-animation: bounceIn 0.5s linear infinite alternate;
    -moz-animation: bounceIn 0.5s linear infinite alternate;
}
.banner-static3 .banner-box span {
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}

/** End Banner Static**/
/**************************************REPONSIVE_MOBI********************************************/
@media (max-width: 1199px) {
	/*********header**********/
	.top-link,.currency-language{padding:0 0 0 10px;}
	.top-cart{padding:10px;}
	.top-cart:hover .dropdown-menu-cart{top:55px;}
	/*********header**********/
	/*********footer**********/
	.ma-footer-link-follow .f-col{text-align:center;}
	.ma-footer-link-follow .f-col-1 h3,
	.ma-footer-link-follow .link-follow,
	.newletter-title,
	.newleter-content{float:none !important;}
	.ma-footer-link-follow .link-follow{display:inline-block;}
	/*********end-footer**********/
	.ttcountdown_module {padding: 10px 15px 60px;}
	.banner-static2 .banner-box{font-size:15px;}
	.footer .footer-content .icon{font-size:13px; padding: 10px 0 0 50px;}
	.footer .footer-content .icon:before{
	width: 45px;
    height: 45px;
    line-height: 45px;
	}
}
@media (max-width: 991px) {
	/* .header-search-parent {padding: 20px 15px; text-align:center;} */
	.header-inner .header-button-top{float:none; display:block;overflow: hidden;}
	.top-cart .dropdown-menu-cart{top: 36px;left: -110px;}
	.top_header{text-align:center;}
	.top_header_info{display:inline-block;}
	.top-cart{float:none; border:0; display:inline-block;}
	.header-link {display:inline-block;}
	.ttcountdown_module{margin-top:50px;}
	#logo>div,.header-link-parent{text-align:center;}
	.account-border {overflow: auto;}
	.related-container .owl-carousel .owl-wrapper-outer{margin:0;}
	.megamenu{background:none; height:auto;}
	.megamenu.fix-nav{display:none;}
	.banner-static2 .banner-box{font-size:8px;}
	.product-filter .view-control {text-align: right;width: 30%;}
	.product-filter a#compare-total {text-align: left;width: 170px;}
	button#list-view, button#grid-view {float: right;}
	.product-filter .sort,.product-filter  .limit {float: none}
}
.mfilter-free-button {
    border-color:#000000 !Important;
background-color: #000000!Important}
@media (max-width: 767px) {
.second-title .owl-theme .owl-controls .owl-buttons div{top:40%;}
.footer .column{min-height:320px;}
.footer .introduction, .footer li a, .footer .footer-content span, .powered, .powered a{font-size:13px;}
.powered .left-powered{text-align:center;}
.powered .right-powered{text-align:center; margin-top:20px;}
.banner-static .col .banner-box{margin-bottom:20px;}
.banner-static .col:last-child .banner-box{margin-bottom:0;}
.custom-products .clearfix {display: none;}
.item-inner .actions{transform: scaleX(1); opacity:1;}
.banner-static .banner-box2{margin-top:30px;}
.header-button-top{float:none; width:100%;}
.top-cart{float: left; display:inline-block; border:none;}
.top-search {margin-top: 0px;}
#logo {
    height: auto;
    line-height: 60px;
}
div#logo img {
    max-width: 350px;
}
.top_header {
    margin-top: -116px;
    transition: .4s;
}
.stroimat, .lesomat {
    display: block;
    float: none;
    text-align: center;
    width: 100%;
}
.stroimat .main {
    float: none;
	font-size: 50px;
margin-left: 0px;}
.lesomat {
    margin-top: 10px;
}
.lesomat .main {
    float: none;
}.top-work {
    display: none;
}
nav#menu {
    z-index: 1050;
    position: relative;
    display: block;
}
#search {
margin-top: 15px;}
#menu #menu-list{margin-top:35px;}
.grafic{display:none;}
.compare_header {
    float: right;
margin-top: 10px;}
.common-home #content > div#slideshow0{width:100%;margin-left:0px !important}
.product-filter, .product-filter>div {
    text-align: center;
    width: 100%;
}.product-view .col-sm-7 {
    padding-left: 30px;
    display: block;
    clear: both;
}
.product-view .col-sm-7 .col-sm-6.pr-0 {
    padding-left: 0px;
}
.payment_information_in_product_page {
    margin-bottom: 20px;
}
.top_header{text-align:center; padding-top:10px;padding-bottom: 7px;}
.top_header_info{display:inline-block;}
.box-language-currency {
}
.top-link {
	display: inline-block;
}
.zoomContainer{display:none;}
.image-block .owl-carousel .owl-wrapper-outer {
    min-height: 160px;
}
.related-title{margin-top:20px;}
.banner-static,.banner-static2{text-align:center;}
.banner-static .banner-box,.banner-static2 .banner-box{display:inline-block;}
.banner-static2 .banner-box2{margin-top:30px;}
.product-view .product-name{margin-top:20px;}
.product-view .nav-tabs:before {
    display:none;
}
#back-top{display:none;}
}
@media (max-width: 680px) {
	ul.tab_small li{display:block;}
	ul.tab_small li span{padding-left:0;}
	ul.tab_small li span:hover, ul.tab_small li.active span{padding-left:35px;}
}
@media (max-width: 620px) {
	.banner-static .banner-box,.banner-static2 .banner-box{display:block;}
}
@media (max-width: 580px) {
	.currency-language .box-language-currency{min-width: 125px;}
	.top_header_info ul li{float:none;}
	.footer{padding-top:0;}
	.footer .column{width:100%; min-height:auto; margin-top:20px;}
}
@media (max-width: 450px) {
	.articles-container{margin:0;}
	.menu-recent .articles-date,
	.articles-image{width:100%;}
	.menu-recent .articles-date{margin-top:20px;}
	.menu-recent .owl-theme .owl-controls{right:0;}
	span.countdown-section{margin-bottom:10px;}
	.product-layout.product-grid{width:100%;}
    .img-responsive{display:inline-block !important;}
	.ttcountdown_module .actions .cart {margin-bottom: 10px;}
}
@media (max-width: 380px) {
	.header-search-parent {
    margin-top: 20px;
}
.title-group h2{padding: 0px 20px;}
	.ttcountdown_module .owl-item{padding:0 0 25px;}
	.ttcountdown_module .box-price .description{display:none;}
	.owl-controls{display:none !important;}
	.ttcountdown_module .actions .add-to-links .wishlist{margin:0;}
	.image-block .owl-carousel .owl-wrapper-outer {
    min-height: 130px;
}
.top-link{padding:0;}
.top-cart ul{right:-60px;}
.currency-language .box-language-currency{right:-45px;}
.bestsellerproduct .row_items{padding:0;}
.banner-static2 .banner-box {
    font-size: 4px;
}
.product-view .tab-view a{ margin-top:10px;}
}
/**************Back-top************/
#back-top {
    background: url("../image/back-top.png") no-repeat no-repeat scroll 50% 50% #7f7f7f;
    bottom: 35px;
    display: none;
    height: 55px;
    position: fixed;
    right: 12px;
    width: 55px;
    z-index: 9999;
}
#back-top:hover {
    background:url(../image/back-top.png) no-repeat scroll 50% 50% #030102;
}
#back-top {
    border-radius: 30px;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out;
}
#back-top:hover {
    cursor: pointer;
    -moz-transition: all 0.3s ease 0s;
}
/*css3===================================================================*/

a,
#top #currency .currency-select,
#search .btn-lg,
.item-inner,
.owl-theme .owl-controls .owl-buttons div,
.product-list .product-container,
#cart .icon-cart,
#cart .icon-cart .fa,
#search .btn-lg .fa,
ul.tabs li span,
.item-inner .actions,
ul.tabs-category li,
ul.link-follow a,
ul.link-follow li a span,
.item-inner .add-to-links div button,
.currency .dropdown-menu1,
.language .dropdown-menu1,
.ttcountdown_module .add-to-links div.compare button,
.ttcountdown_module .add-to-links div.wishlist button,
.currency-language,
.product-view .add-to-links button,
.product-view .add-to-links button:hover,
.product-view .form-group #button-cart,
.product-view .add-to-links .compare,
.product-view .add-to-links .wishlist,
#cart .dropdown-menu-cart,
.top-link .top-link-inner,
.nivo-directionNav a,
.oc-banner7-container  .nivo-directionNav a,
ul.tab_small li span {
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
a:hover,
#top #currency .currency-select:hover,
#search .btn-lg:hover,
.owl-theme .owl-controls .owl-buttons div:hover,
#cart:hover .icon-cart,
#cart:hover .icon-cart .fa,
#search .btn-lg:hover .fa,
ul.tabs li span:hover,
.item-inner:hover .actions,
ul.tabs-category li:hover,
ul.link-follow a:hover,
.currency:hover .dropdown-menu1,
.language:hover .dropdown-menu1,
ul.link-follow li a:hover span,
.intem-inner:hover .actions,
#currency .dropdown-menu .currency-select span:hover,
.ttcountdown_module .add-to-links div.compare button:hover,
.ttcountdown_module .add-to-links div.wishlist button:hover,
.currency-language:hover .box-language-currency,
.product-view .add-to-links button:hover,
.product-view .form-group #button-cart:hover i,
.product-view .form-group #button-cart:hover span,
.product-view .add-to-links .compare:hover i,
.product-view .add-to-links .compare:hover span,
.product-view .add-to-links .wishlist:hover i,
.product-view .add-to-links .wishlist:hover span,
.top-link:hover .top-link-inner,
.nivo-directionNav:hover a,
.oc-banner7-container  .nivo-directionNav a:hover,
ul.tab_small li:hover span{
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    cursor: pointer;
}
.btn,
button {
    -moz-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
}
.btn:hover,
button:hover {
    -moz-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    cursor: pointer;
}
.links li a,
.pt_custommenu div.pt_menu a,
.footer-static2 .f-col3 .footer-static-content ul li a {
    -moz-transition: color 0.5s ease;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
}
.links li a:hover,
.pt_custommenu div.pt_menu a:hover,
.footer-static2 .f-col3 .footer-static-content ul li a:hover {
    -moz-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    cursor: pointer;
}
.products-category .product-list,
.product-search .product-list {
    webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* checkout page */
.checkout-column td.quantity {
    position: relative;
}
.checkout-column td.quantity > .button-remove {
 position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 22px;
    padding: 0px;
    padding-top: 5px;
	background:red;
    color: #fff !important;	
}
.checkout-column td.quantity > .button-update {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 22px;
    padding: 0px;
    padding-top: 5px;
    color: #fff !important;
}
.checkout-column td.quantity > input {
    margin: 0px 20px;
    text-align: center;
    width: 30px;
    border: 1px solid #dddddd;
}

.page_404{ padding:40px 0; background:#fff; font-family: 'Arvo', serif;
}
.category_list a {
    text-transform: uppercase;
}
.category_list,.category_list li  {position:relative}
.category_list ul li:hover > ul.dropdownchild {
	opacity:1;
	/* z-index:99; */
	transition: all .4s ease;
}
.category_list ul li > ul.dropdownchild {
    position: absolute;
    left: 100%;
    /* z-index: -99999; */
    opacity: 0;
    transition: all .4s ease;
	min-width: 300px;
}


.page_404  img{ width:100%;}
.four_zero_four_bg{
 background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
    height: 400px;
    background-position: center;
}
.four_zero_four_bg h1{
 font-size:80px;
}
.four_zero_four_bg h3{
 font-size:80px;
}
			 
.link_404{			 
	color: #fff!important;
    padding: 10px 20px;
    margin: 20px 0;
    display: inline-block;}
.contant_box_404{ margin-top:-50px;}
#content .page_404 h1 {
    font-size: 8rem;
    color: #000;
    font-weight: 100;
    position: absolute;
    left: 40px;
    top: 40px;
}
.upd-image-inner {
    width: calc(100% - 20px);
    display: block;
    position: relative;
    clear: both;
    margin: 15px 10px;
}