body {
     font-family: 'Poppins', sans-serif;
     font-size: 12px;
     color: #999999;
     line-height: 24px;
     font-weight: 400;
     letter-spacing: 0.5px;
     background-color: #ffffff;
}
 main {
     background-color: #ffffff;
}
 :focus{
     outline:none !important;
}
 h1, h2, h3, h4, h5, h6 {
     color: #000000;
}
/* default font size */
 .fa {
     font-size: 13px;
}
 .fa-stack{
     width:12px;
     height: 15px;
}
 .fa-stack .fa{
     font-size:15px;
}
/* Override the bootstrap defaults */
 h1 {
     font-size: 33px;
}
 h2 {
     font-size: 27px;
}
 h3 {
     font-size: 21px;
}
 h4 {
     font-size: 15px;
}
 h5 {
     font-size: 12px;
}
 h6 {
     font-size: 10.2px;
}
 a {
     color: #999999;
}
 a:hover {
     text-decoration: none;
     color:#df0145;
}
 legend {
     font-size: 18px;
     padding: 7px 0px 
}
 label {
     font-size: 13px;
     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: 13px;
}
 .input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
     font-size: 13px;
}
 .input-group .input-group-addon {
     font-size: 13px;
     height: 30px;
     border-radius: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     -o-border-radius: 0;
}
 #comment_form {
     background-color: #fff;
     padding: 20px;
     border: 1px solid #e7e7e7;
}
/* 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: #ffffff;
     background-color: #df0145;
}
/* top */
 #top {
    /*background-color: #fff;
     */
     padding:0;
     text-align: left;
}
 #top .container {
     padding:0px;
}
 #top #form-currency .currency-select {
     text-align: left;
     width:100%;
}
 #top #form-currency .currency-select:hover {
     text-shadow: none;
}
 .language-currency-block {
     float: right;
     margin: 25px 0 0 0;
}
 #form-language .btn, #form-currency .btn {
     letter-spacing: 0.5px;
     font-size: 12px;
     text-transform: capitalize;
     font-weight: 400;
     color: #999999;
     padding: 0 30px 0 0;
     transition: all 0.3s ease-out 0s;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
}
 #form-language .btn:hover, #form-currency .btn:hover {
     color: #df0145;
     transition: all 0.3s ease-out 0s;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
}
 #form-language .btn > .fa.fa-language, #form-currency .btn > .fa.fa-usd {
     margin: 0 5px 0 0;
}
 #form-language ,#form-currency {
     position:relative;
}

 #form-language .btn.btn-link.btn-block, #form-currency .btn.btn-link.btn-block {
     padding: 0;
     text-transform: capitalize;
     font-weight: 400;
}
 #form-language .btn.btn-link.btn-block img {
     padding: 0 5px 0 0;
}
 #form-language .btn-group img {
     opacity: 0.7;
     -khtml-opacity: 0.7;
     -webkit-opacity: 0.7;
     -moz-opacity: 0.7;
}
 #form-language li.current .btn.btn-link.btn-block img, #form-language .btn.btn-link.btn-block:hover img{
     opacity: 1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity: 1;
}
 #form-language .dropdown-menu li.current .btn.btn-link.btn-block ,#form-language .btn.btn-link.btn-block:hover , #form-currency .btn.btn-link.btn-block:hover{
     color: #df0145;
}
 .language-currency-block-inner .dropdown-menu {
     padding: 10px 10px;
     top: 50px;
     margin: 0;
     right: 0;
     left: auto;
}
 #top .language-menu .language-select{
     color:#000000;
     width: 100%;
     padding: 2px 10px;
     text-align: left;
}
 #top .language-menu .language-select:hover{
     background-color: transparent;
     color: #df0145;
}
 .affiliate-dropmenu .dropdown-menu{
     left: 0;
     right: auto;
     background-color: #ffffff;
     padding: 10px 20px;
     margin-top: 3px;
     top: 30px;
     margin: 0 auto;
}
 .myaccount a{
     transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
}
 .myaccount{
     float: right;
     margin: 0 0 0 10px;
     position:relative;
}
 
 .checkout-wrapper {
     float: right;
     padding: 0 15px 0 0;
     margin-right: 15px;
     position:relative;
}
 .myaccount a.dropdown-toggle {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
    background-image: url('../image/themeimage/myaccount.svg');
    background-size: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    font-size: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
}
 .myaccount:hover a.dropdown-toggle {
	 background-image: url('../image/themeimage/myaccount-hover.svg');
     transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
}
 .myaccount .dropdown-menu > li > a{
     color: #999999;
}
 .myaccount .dropdown-menu{
     left: auto;
     right: 0;
     padding:10px 0;
     margin:0;
     z-index: 999;
     border-radius: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     -o-border-radius: 0;
     top: 40px;
     min-width: 200px;
     text-transform: capitalize;
}
 .nav.pull-left {
}
 .myaccount .caret{
     vertical-align:2px;
     display: none;
}
 #form-language .dropdown-menu > li > a {
     padding: 2px 10px;
     text-align: left;
}
 #form-language .dropdown-menu > li > a:hover {
     color:#df0145;
}
 #top .btn-link, #top-links li, #top-links a {
     color: #999999;
     font-size: 12px;
     letter-spacing: 0.5px;
     text-decoration: none;
     font-weight: 400;
}
 #form-language .dropdown-menu > li > a,#form-currency .dropdown-menu > li > a,#top-links .myaccount .dropdown-menu > li > a ,.affiliate-dropmenu .dropdown-menu li a{
     color:#df0145;
}
 #form-currency .dropdown-menu li, #form-language .dropdown-menu li {
     padding: 3px 7px;
     float: left;
}
 #top-links li{
     padding: 3px 0;
     display: block;
}
 #top-links .myaccount-menu li{
     padding:0;
}
 #top-links li+li{
    /*background:url("../image/themeimage/header_top_links_pipe.jpg") no-repeat scroll left 2px transparent;
     padding:0 4px 0 9px;
     */
}
 #top-links .myaccount-menu li + li{
     background:none;
     padding:0;
}
 #top-links a .fa{
     padding:5px 5px;
}
 #top .btn-link:hover, #top-links a:hover {
     color: #df0145;
     background-color: transparent;
}
 #form-currency .dropdown-menu.currency-menu li:hover .btn, #form-language .dropdown-menu > li:hover > a, .myaccount .dropdown-menu > li:hover > a , .affiliate-dropmenu .dropdown-menu li:hover > a{
     background-color: transparent;
     color: #df0145;
}
 #form-currency .dropdown-menu .btn:hover, #form-language .dropdown-menu > li > a:hover, .myaccount .dropdown-menu > li > a:hover{
}
 #top-links .dropdown-menu a ,.affiliate-dropmenu .dropdown-menu li a{
     text-shadow: none;
     padding:2px 10px;
     text-align:left;
}
 #top-links .dropdown-menu a:hover,#top-links .dropdown-menu a:focus {
     color: #fff;
}
 #top .btn-link strong {
     font-size: 14px;
     font-weight: normal;
}
 #top-links {
     padding: 0 20px;
     float: none;
}
 #top-links .list-inline{
     margin:0 0 0;
}
 #top-links a + a {
     margin-left: 15px;
}
 #top .fa-caret-down{
     vertical-align:-2px;
}
 #cart > .btn .fa-shopping-cart:before{
     display:none;
}
 @media (max-width: 1299px) {
.language-currency-block {
    float: left;
    margin: 3px 0 0 30px;
}
.language-currency-block-inner .dropdown-menu {
    top: 37px;
	left: 0;
    right: auto;
}
}
 @media (max-width: 979px) {
 #form-language .btn.btn-link.dropdown-toggle ,#form-currency .btn.btn-link.dropdown-toggle {
 	height: 30px;
    font-size: 0;
    width: 30px;
    background-position: center;
    padding: 0;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
 }
  #form-language .btn.btn-link.dropdown-toggle {
	background-image: url('../image/themeimage/header-language.svg');
 }
  #form-language .btn.btn-link.dropdown-toggle:hover {
	background-image: url('../image/themeimage/header-language-hover.svg');
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
 }
 #form-currency .btn.btn-link.dropdown-toggle {
	background-image: url('../image/themeimage/header-currency.svg');
    margin: 0 0 0 5px;
 }
 #form-currency .btn.btn-link.dropdown-toggle:hover {
	background-image: url('../image/themeimage/header-currency-hover.svg');
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
 }
     #form-language .btn > .fa, #form-currency .btn > .fa {
         display: none;
    }
     .language-currency-block {
         text-align: center;
	     margin: 3px 0 0 0;
    }
     .language-currency-block-inner {
         display: inline-block;
         vertical-align: top;
    }
     .myaccount a.dropdown-toggle {
         height: 30px;
         font-size: 0;
         width: 30px;
	     background-image: url('../image/themeimage/myaccount.svg');
		 background-size: 16px;
    	 background-repeat: no-repeat;
         background-position: center;
         padding: 0;
		transition: all 0.3s ease-out 0s;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
    }
     .myaccount a.dropdown-toggle .fa {
         display:none;
    }
	 .myaccount a.dropdown-toggle:hover {
	     background-image: url('../image/themeimage/myaccount-hover.svg');
		transition: all 0.3s ease-out 0s;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
    }
     .myaccount a.dropdown-toggle .fa {
         display:none;
    }
     .myaccount {
         padding: 0 0 0 0;
	     margin: 0 0 0 5px;
    }
     #form-currency .btn {
         border:none;
         margin: 0;
    }
     #form-currency .dropdown-menu, #form-language .dropdown-menu, .affiliate-dropmenu .dropdown-menu {
         margin-bottom: 10px;
    }
     .myaccount .dropdown-menu {
         top: 40px;
    }
}
 @media (max-width: 479px) {
     #form-language .btn, #form-currency .btn {
         padding: 0 15px 0 0;
    }
}
/* Header */
 .header-nav-wrapper {
}
 .content_headercms_top {
     position: relative;
	 background-color: #ffffff;
}
 header {
}
.common-home header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    z-index: 9;
}
 header.fixed {
}
 @keyframes slide-down {
     0% {
         transform: translateY(-100%) 
    }
     100% {
         transform: translateY(0) 
    }
}
 .header > .container{
     position:relative;
     text-align:center;
}
 .main-slider .swiper-wrapper {
     direction: ltr !important;
}
/* Block Top Cms Css Start */
#blocktopcms {
    text-align: right;
	margin: 3px 0 0 0;
}
 #blocktopcms .contact-phone {
     text-transform: capitalize;
		display: inline-block;
		vertical-align: top;
}
 #blocktopcms .contact-phone i.fa {
     height: 30px;
     width: 30px;
     line-height: 30px;
     text-align: center;
     color: #000000;
     background-color: #E4E4E4;
     margin: 0 5px 0 0;
}
@media (max-width: 1299px){
#blocktopcms {
    display: none;
}
}
/* Block Top Cms Css End */
/* logo */
 .header-logo{
    z-index: 1;
    margin: 8px auto 0;
    width: 140px;
    height: 60px;
    float: left;
}
 .header .search {
     display: inline-block;
     vertical-align: top;
}
 .header-searchwidget {
     float: right;
     position: relative;
     z-index: 9;
     margin: 16px 0 0 0;
     padding: 0 15px 0 0;
}
 .header-searchwidget:before {
     content: '';
     position: absolute;
     right: 0;
     top: 10px;
     left: auto;
     bottom: auto;
     height: 20px;
     width: 1px;
     background: #cccccc;
}
 .header-search{
     background-image: url("../image/themeimage/header-search.svg");
     background-size: 18px auto;
     -webkit-background-size: 18px auto;
     -moz-background-size: 18px auto;
     -ms-background-size: 18px auto;
     -o-background-size: 18px auto;
     background-position: center;
     background-repeat: no-repeat;
     float: right;
     height: 35px;
     width: 35px;
     position: relative;
     cursor: pointer;
     transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
}
 .header-search:hover{
     background-image: url("../image/themeimage/header-search-hover.svg");
     transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
}
 .header-search.active{
     background-image: url("../image/themeimage/header-close.svg");
     background-size: 18px auto;
     -webkit-background-size: 18px auto;
     -moz-background-size: 18px auto;
     -ms-background-size: 18px auto;
     -o-background-size: 18px auto;
     background-position: center;
     background-repeat: no-repeat;
     transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
}
 .header-search.active:hover{
     background-image: url("../image/themeimage/header-close-hover.svg");
     transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
}
 .header .header-cart{
     display: inline-block;
     vertical-align: top;
}
 @media (max-width: 1299px){
}
 @media (max-width: 979px){
.common-home header {
    position: static;
}

     .content_headercms_top {
		padding: 20px 0;
		position: relative;
		min-height: 70px;
    }
}
/* search */
 .dropdown.search {
     margin: 0 0 0 0;
     float: right;
}
 #search {
     background: transparent;
     color: #000000;
}

#search ::placeholder {

    color: #000000;
}

 #search .input-lg {
     float: left;
     height: auto;
     margin: 0;
     padding: 6px 45px 6px 15px;
     vertical-align: middle;
     width: 100%;
     border: none;
     background: transparent;
     color: #000000;
     font-size: 13px;
     letter-spacing: 0.5px;
}
 #search .input-lg:focus {
     background-color: #ffffff;
     box-shadow: none;
     -webkit-box-shadow: none;
}
 #search .btn-lg {
     background-image: url("../image/themeimage/header-search.svg");
     background-size: 17px;
     background-position: center;
     background-repeat: no-repeat;
     background-color: transparent;
     border: medium none;
     border-radius: 0;
     -webkit-border-radius: 0;
     -khtml-border-radius: 0;
     -moz-border-radius: 0px;
     color: #000000;
     cursor: pointer;
     float: left;
     height: 32px;
     width: 32px;
     line-height: 32px;
     font-weight: 600;
     margin: 0;
     padding: 0;
     text-transform: uppercase;
     z-index: 9;
     font-size: 0;
     transition-duration: 300ms;
     -webkit-transition-duration: 300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration: 300ms;
}
 #search .btn-lg:hover{
	background-image: url("../image/themeimage/header-search-hover.svg");
     color: #df0145;
     transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
}
/*#search .btn-lg:before {
     content: '';
     height: 30px;
     width: 1px;
     background: #E4E4E4;
     position: absolute;
     left: 0;
     right: auto;
     top: 0;
     bottom: auto;
}
*/
 #search .input-group-btn {
     position: absolute;
     right: 0;
     left: auto;
     width: auto;
     top: 0;
     bottom: auto;
}
 #search .search_button {
}
 #search .btn-lg:hover .search_button{
}
 #search .btn-lg .fa {
     color:#000000;
}
 #search .fa {
     font-size: 14px;
     color: #000000;
     width: 50px;
     height: 50px;
     line-height: 50px;
     cursor: pointer;
     text-align: center;
}

 #search {
     width: 220px;
}

 @media (max-width: 979px) {

  #search {
    width: 100%;
}
     .dropdown.search {
         float: none;
			width: 50%;
			margin: 0 auto;
    }
	#search .btn-lg:hover {
		background-color: #000000;
	}
	 #search .input-lg {
		border: none;
		padding: 10px 45px 10px 15px;
		background: #ffffff;
		color: #000000;
	 }
	 #search .btn-lg {
		height: 40px;
		width: 40px;
		line-height: 40px;
	}
	 #search .input-lg:focus {
    	background-color: #ffffff;
	}
}
 @media (max-width: 767px) {
.dropdown.search {
    width: 450px;
    margin: 0 auto;
}
}
 @media (max-width: 479px) {
    .dropdown.search {
		width: 100%;
		margin: 0 auto;
	}
}
/* cart */
 .header-nav-right {
     float: right;
     text-transform: uppercase;
     font-size: 12px;
     width: 40%;
}
 .header-nav-left {
     float: left;
     width: 60%;
}
 .nav-full-wrapper {
     text-align: center;
}
 #cart {
     margin: 0;
     float:right;
     position: static;
}
 .header-cart {
    float: right;
    position: relative;
    z-index: 99;
    margin: 18px 0 0 0;
}
 #cart > .btn {
    background-image: url('../image/themeimage/header-cart.svg');
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: 16px center;
    background-color: #df0145;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    top: 0;
    padding: 9px 15px 9px 65px;
    z-index: 0;
    transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-border-radius: 50px;

}
#cart > .btn:hover {
     transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
     background-color: #000000;
}
#cart-total {
	position:relative;
}
#cart-total:before {
	content:'';
	height:20px;
	width:1px;
	display:block;
	background-color:#8DBC4E;
	position:absolute;
	top:0;
	left:-12px;
	right:auto;
	bottom:auto;
	transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
}
#cart > .btn:hover #cart-total:before {
	  transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
     background-color: #333333;
}
 
 #cart > .btn .fa-angle-down {
     margin: 0 0 0 6px;
}
 #cart > .btn:hover #cart-total{

}
 #cart > .btn.active, #cart > .btn:active{
     box-shadow: 0 0 0;
     -webkit-box-shadow: 0 0 0;
     -moz-box-shadow: 0 0 0;
     -ms-box-shadow: 0 0 0;
     -o-box-shadow: 0 0 0;
}
 #cart.open > .btn {
}
 #cart.open > .btn:hover {
     color: #444;
}
 #cart .dropdown-menu {
     background-color: #ffffff;
     z-index: 1001;
     color: #000000;
     width: 350px;
     padding:20px 20px ;
     border-radius: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     -o-border-radius: 0;
     top: 58px;
     margin: 0;
     overflow-y: scroll;
     max-height: 400px;
     overflow-x: hidden;
}
 #cart .button-container {
     width: auto;
     float:right;
}
 #cart .dropdown-menu table {
     margin-bottom: 10px;
     background-color: transparent;
}
 #cart .dropdown-menu .text-center {
     padding: 0 0 20px 0!important;
}
 #cart .dropdown-menu table.table-striped {
     border-bottom: 1px solid #eeeeee;
     display: inline-block;
     vertical-align: top;
}
 .cart-menu .table-bordered tr > td, .cart-menu .table-bordered {
     border: medium none;
     padding: 4px 5px;
}
 #cart table.table-striped .btn-danger.btn-xs {
     background: none repeat scroll 0 0 transparent;
     box-shadow:none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none;
     -o-box-shadow: none;
     margin: 0;
     padding: 0 0 0 0;
     border:0 none;
     color:#f00;
}
 #cart table.table-striped .btn-danger:hover{
     color:#df0145 !important;
}
 #cart .dropdown-menu table td{
     border:none;
     background:none;
     padding: 0 8px 8px 8px;
}
 #cart .dropdown-menu li > div {
}
 #cart .dropdown-menu li p {
     margin:0px 0;
}
 .cart-menu a {
}
 #cart .dropdown-menu table td a:hover {
}
 .header-tele-cms {
     display: inline-block;
     position: relative;
}
 .header-tele-cms .telephone {
     background: url("../image/themeimage/call.png") no-repeat scroll 0 5px transparent;
     float: left;
     height: 40px;
     width: 31px;
}
 .cms-data {
    /*border-right: 1px solid #dcdcdc;
     */
     color: #696969;
     font-size: 13px;
     display: inline-block;
     letter-spacing: 0.6px;
     margin: 0 0 0 15px;
     padding-right: 20px;
}
 .call {
     float: left;
     font-size: 18px;
     line-height: 22px;
     text-transform: uppercase;
}
 .call-no {
     clear: both;
     float: left;
}
 .common-home .header {
    background-color: transparent;
}
.header {
    background-color: #EAEAEA;
    padding: 10px 0;
    min-height: 50px;
}
 @media (max-width: 979px) {

 #cart-total, #cart-title {
    margin-top: 5px;
}
 #cart > .btn #cart-icon {
    background-size: 16px auto;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin: 0 5px 0 0;
}
     .nav-full-wrapper {
		padding: 5px 0;
		background-color: #df0145;
    }
     #cart > .btn .fa-angle-down {
         display: none;
    }
     #cart .dropdown-menu {
         top: 50px;
    }
     .header-navfull {
         min-height:50px;
         padding: 0 20px;
         position: relative;
    }
     .header-cart {
         margin:0 0 0 0;
    }
	.common-home .header {
		background-color: #EAEAEA;
	}
}
 @media (max-width: 767px) {
     .header-cart {
         margin: 0 0 0 0;
    }
}
 @media (max-width: 479px) {
#cart > .btn #cart-icon {
    margin: 0 0 0 0;
}
#cart-total {
    margin-right: 2px;
}
}
/* menu */
 .nav-inner {
    /*display: none;
     */
}
 .nav-inner-cms {
}
 #main-menu {
     z-index: 9;
	 display:inline-block;
	 vertical-align:top;
}
.content_headercms_top_inner {
    text-align: center;
}
 .nav-responsive {
     display:none;
}
 .responsive-menu {
     background: #545F61;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     -khtml-border-radius: 5px;
     border-radius: 5px;
     padding: 8px 10px;
    /*overflow:hidden;
     HIDE CATEGORIES THOSE ARE OUT OF MANU. */
}
 ul {
     list-style: none;
     padding: 0;
}
 .main-menu ul {
     list-style: none;
     margin: 0 ;
     padding: 0;
}
 .main-menu > ul > li {
     float: left;
     position: relative;
     z-index: 20;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     margin: 0 25px;
}
 .nav-responsive span, .main-menu > ul > li > a {
     color: #000000;
     display: block;
     font-size: 12px;
     line-height: 24px;
     font-weight: 600;
     margin-bottom: 0;
     padding: 26px 0;
     position: relative;
     text-transform: uppercase;
     z-index: 9;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
}
 .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus, .nav>li>a:hover {
     background: none repeat scroll 0 0;
     color: #df0145;
}
 .main-menu a:hover {
     text-decoration:none 
}
 .main-menu > ul > li:hover > a {
    /*background: none repeat scroll 0 0 #646464;
     */
}
 .main-menu .column1 ul.childs_1 .dropdown a::after {
     content: "\f105";
     font-family: "FontAwesome";
     font-size: 14px;
     color: #000000;
     position: absolute;
     right: 9px;
}
 .main-menu .column1 ul.childs_1 .dropdown a:hover::after {
     color: #df0145;
}
 .main-menu .column1 ul.childs_2 a::after {
     display: none;
}
 .main-menu > ul > li > ul , .responsive-menu .main-navigation{
     display: none;
     background: #ffffff;
     position: absolute;
     z-index: 5;
     padding: 5px;
}
 .main-menu > ul > li:hover > ul {
     display: block;
}
 .main-menu > ul > li ul > li .dropdown-menu{
     display: block;
     z-index: 5;
     padding: 30px;
     left: 100%;
     right: auto;
     border-radius: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     -o-border-radius: 0;
     opacity: 0;
     -khtml-opacity: 0;
     -webkit-opacity: 0;
     -moz-opacity: 0;
     background: #ffffff;
     margin: 0 !important;
}
 .main-menu > ul > li .column3 ul > li .dropdown-menu{
     left: 30px;
}
 .main-menu > ul > li ul.childs_2 ul.childs_3 > li .dropdown-menu{
     display: block;
     background: #ffffff;
     z-index: 5;
     padding: 5px;
     opacity: 0;
     -khtml-opacity: 0;
     -webkit-opacity: 0;
     -moz-opacity: 0;
     filter: alpha(opacity=0);
     transform: translate(0px,20px);
     -webkit-transform: translate(0,20px);
     -moz-transform: translate(0,20px);
     -o-transform: translate(0,20px);
     -ms-transform: translate(0,20px);
     transition: opacity 0.5s ease 0s,transform 0.5s ease 0s;
     -moz-transition: opacity 0.5s ease 0s,-moz-transform 0.5s ease 0s;
     -webkit-transition: opacity 0.5s ease 0s,-webkit-transform 0.5s ease 0s;
     -ms-transition: opacity 0.5s ease 0s,-ms-transform 0.5s ease 0s;
     visibility: hidden;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
}
 .main-menu > ul > li ul.childs_1 > li:hover .dropdown-menu, .main-menu > ul > li ul.childs_2 > li:hover .dropdown-menu{
     opacity: 1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity: 1;
     filter: alpha(opacity=100);
     transform: translate(0px,0px);
     -webkit-transform: translate(0px,0px);
     -moz-transform: translate(0px,0px);
     -o-transform: translate(0px,0px);
     -ms-transform: translate(0px,0px);
     visibility: visible;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
}
 .main-menu > ul > li .column3 ul.childs_1 > li:hover .dropdown-menu, .main-menu > ul > li .column3 ul.childs_2 > li:hover .dropdown-menu{
     background: transparent;
}
 .main-menu > ul > li ul.childs_2 ul.childs_3 > li:hover .dropdown-menu{
     opacity: 1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity: 1;
     filter: alpha(opacity=100);
     transform: translate(0px,0px);
     -webkit-transform: translate(0px,0px);
     -moz-transform: translate(0px,0px);
     -o-transform: translate(0px,0px);
     -ms-transform: translate(0px,0px);
     visibility: visible;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
}
 .main-menu ul li ul {
     display: table-cell;
}
 .main-menu > ul > li ul + ul {
    /*padding-left: 20px;
     */
}
 .main-menu > ul > li ul > li > a, .main-menu > ul > li li > a{
     padding: 5px 8px;
     color: #000000;
     display: block;
     white-space: nowrap;
     font-size: 13px;
}
 .main-menu > ul > li .column3 ul.childs_1 > li > a {
     font-weight: 500;
     padding: 0 8px 15px 8px;
     font-size: 13px;
}
 .main-menu > ul > li .column3 ul.childs_1 > li > a:hover {
}
 .responsive-menu .main-navigation li a {
     color: #cecece;
     display: block;
     padding: 8px 12px;
     white-space: nowrap;
}
 .main-menu > ul > li ul > li > a{
     min-width: 160px;
}
 .main-menu > ul > li ul > li > a:hover, .main-menu > ul > li li > a:hover{
     color:#df0145;
     background-color:transparent;
}
 .responsive-menu .main-navigation li a:hover {
     background-color: #393939;
     border-left: 5px solid #ffe35f;
     color: #ffffff;
     padding: 8px 7px;
}
 .main-menu > ul > li ul > li > a.activSub {
     background-image:url(../image/themeimage/cat_arrow_hover.png) ;
     background-repeat:no-repeat;
     background-position: right center;
}
 .main-menu > ul > li > ul > ul > li > a {
     color: #FFFFFF;
}
 .main-menu > ul > li .column3 ul > li .dropdown-menu {
     position: static;
     box-shadow: none;
     padding: 0;
     opacity: 1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity: 1;
     background: transparent;
}
 .main-menu > ul > li ul > li .dropdown-menu a {
     padding: 5px 8px;
     position: relative;
}
 .main-menu > ul > li ul > li > a {
     display: inline-block;
     vertical-align: top;
     text-transform: capitalize;
}
 @media (min-width: 980px) {
     #menu .dropdown .dropdown-menu.megamenu .dropdown .dropdown-menu.megamenu{
         left: 100px;
         top: 35px;
    }

     #menu .dropdown .dropdown-menu.megamenu, #menu .dropdown .dropdown-menu.megamenu .dropdown .dropdown-menu.megamenu{
         display: block;
         padding: 30px;
         margin: 0!important;
         left: 0;
         opacity: 0;
         -khtml-opacity: 0;
         -webkit-opacity: 0;
         -moz-opacity: 0;
         filter: alpha(opacity=0);
         transform: translate(0px,20px);
         -webkit-transform: translate(0,20px);
         -moz-transform: translate(0,20px);
         -o-transform: translate(0,20px);
         -ms-transform: translate(0,20px);
         transition: opacity 0.5s ease 0s,transform 0.5s ease 0s;
         -moz-transition: opacity 0.5s ease 0s,-moz-transform 0.5s ease 0s;
         -webkit-transition: opacity 0.5s ease 0s,-webkit-transform 0.5s ease 0s;
         -ms-transition: opacity 0.5s ease 0s,-ms-transform 0.5s ease 0s;
         visibility: hidden;
         background: #ffffff;
         transition: all 0.3s ease 0s;
         -webkit-transition: all 0.3s ease 0s;
         -moz-transition: all 0.3s ease 0s;
         -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
    }
     #menu .dropdown:hover .dropdown-menu.megamenu, #menu .dropdown .dropdown-menu.megamenu .dropdown:hover .dropdown-menu.megamenu {
         opacity: 1;
         -khtml-opacity: 1;
         -webkit-opacity: 1;
         -moz-opacity: 1;
         filter: alpha(opacity=100);
         transform: translate(0px,0px);
         -webkit-transform: translate(0px,0px);
         -moz-transform: translate(0px,0px);
         -o-transform: translate(0px,0px);
         -ms-transform: translate(0px,0px);
         visibility: visible;
         transition: all 0.3s ease 0s;
         -webkit-transition: all 0.3s ease 0s;
         -moz-transition: all 0.3s ease 0s;
         -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
    }
    #menu .top_level.hiden-menu.dropdown li.dropdown .dropdown-menu.megamenu{
        right: 100%;
        left: auto;
        top: 5px;
    }
     #menu {
         display: inline-block;
         vertical-align: top;
    }
}
 @media (max-width: 1799px) {
     #main-menu {
    }
}
 @media (max-width: 767px) {
     #menu div.dropdown-inner > ul.list-unstyled {
         display: block;
    }
     #menu div.dropdown-menu {
         margin-left: 0 !important;
         padding-bottom: 10px;
         background-color: rgba(0, 0, 0, 0.1);
    }
     #menu .dropdown-inner {
         display: block;
    }
     #menu .dropdown-inner a {
         width: 100%;
         color: #fff;
    }
     #menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
         background: rgba(0, 0, 0, 0.1);
    }
     #menu .see-all {
         margin-top: 0;
         border: none;
         border-radius: 0;
         -webkit-border-radius: 0;
         -moz-border-radius: 0;
         -ms-border-radius: 0;
         -o-border-radius: 0;
         color: #fff;
    }
}
/* Tab cms */
 .category_tab {
     padding: 0 0 70px;
     position: relative;
     clear: both;
}
 #tab_spinner {
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     z-index: 9;
     background: url(../image/themeimage/category_load.gif) 50% 50% no-repeat #fff;
}
 .category_tab .nav-tabs {
     line-height: normal;
     padding:0;
     text-align: center;
}
 .etabs {
     display: inline-block;
     float: none;
     margin: 0;
     padding: 0;
     text-align: center;
     width: 100%;
}
 .category_tab ul li {
}
 .category_tab .tab-pane .product-block-inner {
     overflow: hidden;
     position: relative;
     margin: 0;
     display: inline-block;
     vertical-align: top;
}
 .category_tab .tab-pane{
     padding:0 0 0 !important;
     border:medium none !important;
     margin:0 -15px;
     text-align:center;
     vertical-align:middle;
}
 .category_tab .tab-pane > img {
     margin: 150px auto;
}
 .category_tab ul li:last-child {
     background:none;
     display: inline-block;
     vertical-align: top;
     float:none;
}
 .category_tab ul li a {
     font-size: 12px;
     background-color: #ffffff;
     color: #000000;
     padding: 12px 16px;
     position: relative;
     border: 2px solid #E4E4E4;
     font-weight: 400;
     transition: all 0.3s ease-out 0s;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
}
 .category_tab ul li.active a, .category_tab ul li.active a:hover, .category_tab ul li a:hover, .category_tab ul li a:focus{
     color: #ffffff;
     background-color: #000000;
     border-color: #000000;
     transition: all 0.3s ease-out 0s;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
}
 .category_tab .tab-content {
     border: medium none;
     overflow:visible;
     margin: 0;
     position: relative;
}
 .category_tab .nav-tabs>li>a:before {
     display:none;
}
 .tab-content {
     padding: 0px;
     z-index: 2;
     overflow: visible;
     margin-bottom:15px;
}
 .tab-content .tab {
     display: none;
}
 .category_tab .tab-pane .owl-carousel{
     margin: 0;
     position:static;
}
 .category_tab .etabs {
     margin-bottom: 40px;
}
 .category_tab .tab-pane .owl-prev {
    /*right: 25px !important;
     left:auto !important;
     */
}
 .category_tab .tab-pane .owl-prev span {
    /*background: transparent url(../image/themeimage/arrow.png) no-repeat scroll 1px 3px;
     border: medium none;
     cursor: pointer;
     padding:6px;
     */
}
 .category_tab .tab-pane .owl-prev:hover span {
    /*background-position: 1px -30px;
     text-decoration: none;
     */
}
 .category_tab .tab-pane .owl-carousel .owl-buttons div {
     top: 33%;
}
 .category_tab .tab-pane .owl-next {
    /*right: 6px !important;
     */
}
 .category_tab .tab-pane .owl-next span {
    /* background: transparent url(../image/themeimage/arrow.png) no-repeat scroll -19px 3px;
     border: medium none;
    */
     cursor: pointer;
     padding:6px;
}
 .category_tab .tab-pane .owl-next:hover span {
    /* background-position: -19px -30px;
    */
     text-decoration: none;
}
 .category_tab:hover .tab-pane .owl-carousel .owl-buttons div {
     opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity: 1;
     -khtml-opacity: 1;
     transform: scale(1);
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
     -moz-transform: scale(1);
}
 .category_tab .tab-pane .owl-buttons a, .related-products .customNavigation a, .home-products .customNavigation a{
     color: #CCCCCC;
     font-size: 32px;
     text-align: right;
}
 .category_tab .tab-pane .owl-buttons a:hover {
     color: #000000;
}
 .owl-buttons, .home-products .customNavigation{
     z-index: 1;
}
 .related-products,.home-products{
     margin: 0 -15px;
     position: relative;
}
 .box.product-box .container , .related-products .container{
     position: relative;
}
 .related-products .customNavigation{
}
 .related-products .customNavigation a:hover , .home-products .customNavigation a:hover{
     color: #df0145;
}
 @media (max-width: 1299px){
     .category_tab .tab-pane {
         margin: 0 -15px;
    }
}
 @media (max-width: 979px){
     .category_tab {
         padding: 0 0 30px;
    }
     .category_tab .nav-tabs {
         padding: 0;
         display: inline-block;
         vertical-align: top;
    }
     .category_tab .etabs {
         position: static;
         display: block;
         margin-bottom: 30px;
    }
}
 @media (max-width: 767px){
     .category_tab ul li {
         margin: 0 0 5px 0;
    }

}
 @media (max-width: 479px) {
     .category_tab ul li a{
         text-align:center;
         margin: 0;
    }
     .nav-tabs > li > a{
         float: none!important;
    }
     .owl-buttons{
         top:-140px;
    }
}
/* End Tab cms */
 

/* Css for  offer cms start */
#offercmsblock {
    margin-bottom: 100px;
}
#offercmsblock .offer-item {
    position: relative;
	display: inline-block;
    vertical-align: top;
}
#offercmsblock .offer-item:before {
	content:'';
	background-color:rgba(255,255,255,0.8);
	display:block;
	position:absolute;
	left:40px;
	right:40px;
	top:40px;
	bottom:40px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#offercmsblock .offer-item:hover:before {

    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#offercmsblock .offerbanner {
    float: right;
    position: absolute;
    bottom: 12%;
    top: auto;
    right: 20%;
    left: auto;
	z-index: 0;
}
#offercmsblock .offerbanner img {
    max-width: 100%;
}
#offercmsblock .offer-details {
    position: absolute;
    top: 17%;
    bottom: auto;
    left: 17%;
    right: auto;
    text-align: left;
    text-transform: capitalize;
    color: #000000;
    z-index: 1;
}
#offercmsblock .offer-img img {
    max-width: 100%;
    height: auto;
}
#offercmsblock .offer-details .offer-text1 {
    display: block;
    font-size: 36px;
	font-weight:600;
    line-height: 40px;
    margin-bottom: 15px;
}
#offercmsblock .offer-details .offer-text2 {
    display: block;
    font-size: 36px;
	font-weight:300;
    line-height: 40px;
    margin-bottom: 70px;
}

#offercmsblock .offer-details .offer-btn {
	font-size: 12px;
	font-weight:700;
	color:#df0145;
	padding:10px 30px;
    text-transform: uppercase;
	border:1px solid #df0145;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-border-radius: 50px;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#offercmsblock .offer-details .offer-btn:hover {
	color:#ffffff;
	background-color:#df0145;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

@media (max-width: 1299px) {
#offercmsblock .offer-details .offer-text1 {
    font-size: 30px;
    line-height: 30px;
}
#offercmsblock .offer-details .offer-text2 {
    font-size: 30px;
    line-height: 30px;
}
#offercmsblock .offerbanner {
    display: none;
}
}
@media (max-width: 979px) {
#offercmsblock .offer-details .offer-text1 {
    font-size: 25px;
    line-height: 30px;
	margin-bottom: 5px;
}
#offercmsblock .offer-details .offer-text2 {
    font-size: 25px;
    line-height: 30px;
}
#offercmsblock {
    margin-bottom: 60px;
	text-align: center;
}
#offercmsblock .offerbanner {
    display: block;
}
}
@media (max-width: 767px) {
#offercmsblock .offer-item {
    display: inline-block;
    vertical-align: top;
}
#offercmsblock {
    text-align: center;
}
}
@media (max-width: 479px) {
#offercmsblock .offer-details .offer-text1 ,#offercmsblock .offer-details .offer-text2{
    font-size: 20px;
    line-height: 24px;
}
#offercmsblock .offerbanner {
    display: none;
}
#offercmsblock .offer-item:before {
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
}
}
/* Css for offer cms end */

/* Css for Aboutus start */
 #blockaboutus {
     margin-bottom: 30px;
}
 @media (max-width: 979px) {
     .block-aboutus {
         display: none;
         margin: 0 0 15px 15px;
    }
     #blockaboutus {
         margin-bottom: 0;
    }
}
/* Css for Aboutus end */
/* Left-Right column css*/
/* 1-col layout */
 # .layout-3 #content{
     width:50%;
     margin-top: 20px;
     margin-bottom: 20px;
}
/* Content-top */
 .content-top {
    /*background-color: #eaeaea;
     */
}
 .slider-banner {
     float: left;
     width: 100%;
}
 .slider-banner .slide {
     float: left;
     width: 25%;
}
 .slider-banner .slide a {
     background: none repeat scroll 0 0 #107789;
     cursor: pointer;
     display: block;
     height: 100%;
     transition: background 0.2s ease 0s;
     -webkit-transition: background 0.2s ease 0s;
     -moz-transition: background 0.2s ease 0s;
     -ms-transition: background 0.2s ease 0s;
     -o-transition:background 0.2s ease 0s;
     width: 100%;
     border-top: 4px solid #064857;
}
 .slidebanner1 .cms-title {
     border-left: 0 none;
}
 .slidebanner4 .cms-title {
     border-right: 0 none;
}
 .cms-title {
     border-color: #064857;
     border-style: solid;
     border-width: 0 1px;
     padding: 15px 20px;
     text-align: center;
}
 .slider-banner .slide:hover a {
     border-top: 4px solid #ffe35f;
}
 .text1 {
     color: #ffffff;
     font-size: 18px;
}
 .text2 {
     color: #ffe35f;
     font-size: 18px;
}
 .owl-buttons {
    /*display: none;
     */
}
/* CMSBlock */
 .cmsblock_list_cms {
     float: left;
     position: relative;
     width: 100%;
     margin: 75px 0;
}
 .cms-box:nth-child(2) {
     width: 40%;
     padding: 0 5%;
}
 .cms-box {
     float: left;
     width: 30%;
     position: relative;
}
 .list_inner {
     float: left;
     position: relative;
}
 .cmsblock_img {
     float: left;
     left: 0;
     position: relative;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition:all 0.3s ease 0s;
}
 .thumbnails .thumbnail {
     border: none;
}
 .cmsblock_list_inner {
     background-color: #fff;
    /*float: left;
     */
     bottom: 0;
     padding: 30px 0 25px;
     position: absolute;
     right: -47px;
     top: auto;
     width: 47px;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition:all 0.3s ease 0s;
}
 .list_inner:hover .cmsblock_list_inner {
     background-color: rgba(255,144,106,0.9);
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition:all 0.3s ease 0s;
}
 .cmsblock-data {
     line-height: normal;
     writing-mode: vertical-rl;
     text-orientation: upright;
     padding: 0 15px;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition:all 0.3s ease 0s;
}
 .list_inner:hover .cmsblock_list_inner .cmsblock-data {
     color: #fff;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition:all 0.3s ease 0s;
}
 @media only screen and (max-width: 479px) {
     .cms-box:nth-child(2), .cms-box {
         float: left;
         width: 100%;
         position: relative;
         text-align: center;
    }
     .cms-box:nth-child(2){
         margin: 15px 0;
         padding: 0;
    }
     .list_inner {
         float: none;
         position: relative;
         display: inline-block;
    }
}
/*Megnor category */
 ul.dropmenu{
     display: block;
     font-family: Verdana,Arial,Helvetica,sans-serif;
     font-size: 12px;
     margin: 0;
     padding: 1px 0 0;
     position: relative;
     z-index: 9;
}
 .dropmenu li{
     position: relative;
     list-style: none;
     margin: 0px;
     display: block;
     cursor: pointer;
     padding-bottom: 1px;
}
 .dropmenu li:hover{
    /*background-color:#f5f5f5;
     */
}
 .dropmenu li a{
     display: block;
     cursor: pointer;
     text-decoration: none;
     font-weight: bold;
     -moz-border-radius-bottomleft: 5px;
     -moz-border-radius-bottomright: 5px;
     -moz-border-radius-topleft: 5px;
     -moz-border-radius-topright: 5px;
}
 .dropmenu li a:hover{
}
 .dropmenu li span{
     display: block;
     float: right;
     height: 10px;
     width: 6px;
     position: absolute;
     top: 18px;
     right: 10px;
}
 .dropmenu li:hover ul, .dropmenu li:hover div{
     display: block;
}
 .dropmenu ul, .dropmenu div{
     position: absolute;
     display: none;
     left: 0;
     top: 0px;
     margin: 0px;
     padding: 0px;
     min-width: 200px;
}
 .dropmenu li div ul{
     border: none;
     background: none;
     position: relative;
     display: block;
     left: 0px;
}
 .dropmenu ul li{
     border: 1px solid #e9e9e9;
     float: none;
}
 .dropmenu div ul{
     position: relative;
     display: block;
}
 .dropmenu li div{
     background-color: #ffffff;
     padding: 5px;
     display: none;
     position: absolute;
}
 .dropmenu .submenu {
     background-color: #e7e7e7;
}
 .box .box-content ul , #content .content ul {
     padding:0px;
     margin:0px;
     list-style:none;
}
 .box .box-content ul li{
}
 .box .box-content ul li:last-child a ,.box .box-content ul li ul li a{
     border-bottom:0 none;
}
 .box .box-content ul li a{
    /*border-bottom: 1px solid #e3e3e3;
     */
}
 #content .content ul li {
     line-height:22px;
     padding:5px;
}
 .box .box-content ul li ul li + li{
     border-top:medium none;
}
 .box .box-content ul li a , #content .content ul li a{
     color: #999999;
     font-size: 12px;
     font-weight: normal;
     position: relative;
     text-transform: capitalize;
}
 .box .box-content ul li a + a , .box .box-content ul li a + a:hover{
     background:none;
     padding-left:0;
}
 .box .box-content ul li a:hover , #content .content ul li a:hover,.box .box-content ul li.collapsable a.active{
     color:#df0145;
}
 .box .box-content ul li a.active {
}
 .box .box-content ul ul{
     margin-left:15px;
     width: 100%;
     z-index: 99;
}
 .box .box-content ul li ul li a {
     padding: 8px 0 8px 0;
}
 .box.sidebar-category .box-content ul li ul li a.activSub::before {
     right: 3px;
     top: 10px;
}
 .box.sidebar-category .box-content ul li {
     padding: 0 12px 0 0;
}
 .box .box-content ul li ul li a.activSub:before, .box .box-content ul li a.activSub:before {
     content:"\f105";
     font-family:'FontAwesome';
     position: absolute;
     right:6px;
     font-size:13px;
     color:#aba9a9;
}
 .box .box-content ul li ul li:hover > a.activSub:before, .box .box-content ul li:hover > a.activSub:before{
     color:#df0145;
     content:none;
}
 .box .box-content ul li ul li:hover > a.activSub, .box .box-content ul li:hover > a.activSub {
     background: rgba(0, 0, 0, 0) url("../image/themeimage/menu-hover-arrow.jpg") no-repeat scroll 209px 1px;
     margin-right: -12px;
}
 .box .box-content ul ul li ul {
     display:none;
     margin-left:21px;
}
 .box .box-content ul ul li:hover ul {
     display: block;
     top: 0;
     left: 0;
}
 .product-block-inner a img{
     vertical-align:middle;
}
 .box .box-category-heading {
     background: url("../image/themeimage/category.jpg") no-repeat scroll 0 0 #df0145;
     color: #ffffff;
     font-size: 18px;
     padding: 10px 0;
     text-transform: uppercase;
}
 .heading-img {
     margin-right: 16px;
     padding: 10px 24px;
}
/* tooltip */
 .tooltip.top .tooltip-arrow {
     border-top-color: #000000!important;
}
 .tooltip.top-left .tooltip-arrow {
     border-top-color: #000000!important;
}
 .tooltip.top-right .tooltip-arrow {
     border-top-color: #000000!important;
}
 .tooltip.right .tooltip-arrow {
     border-right-color: #000000!important;
}
 .tooltip.left .tooltip-arrow {
     border-left-color: #000000!important;
}
 .tooltip.bottom .tooltip-arrow {
     border-bottom-color: #000000!important;
}
 .tooltip.bottom-left .tooltip-arrow {
     border-bottom-color: #000000!important;
}
 .tooltip.bottom-right .tooltip-arrow {
     border-bottom-color: #000000!important;
}
 .tooltip-inner{
     background: #000000!important;
}
/* content */
 .content-top #content {
     min-height:495px;
     margin-bottom:25px;
}
 .common-home #content {
     min-height: inherit;
}
 #content {
     min-height:400px;
}
 .single-banner {
}
 #banner1 {
     margin: 0 25px;
     float:left;
}
 #banner0{
     float:left;
}
 #banner2{
     float:right;
}
 .inner-cms {
     background-color: transparent;
     height: 36px;
     margin: 15px auto;
     position: relative;
     padding-left: 124px;
}
 .box-cms-content .content {
     padding: 0;
}
 @media only screen and (max-width: 979px) {
     .inner-cms{
         padding-left: 0;
    }
     .inner-cms{
         margin: 40px auto 15px;
    }
}
 @media only screen and (max-width: 479px) {
     .box-cms-content .second-content.content, .box-cms-content .third-content.content{
         padding: 0 0 75px;
    }
}
/* Content Bottom*/
/* Offer Banner Css Start */
 #pstoffercmsblock {
     background-image: url('../image/themeimage/offer-bg.jpg');
     background-repeat: no-repeat;
     background-position: center;
     overflow: hidden;
     position: relative;
     z-index: 5;
     padding: 115px 100px;
     margin: 0 0 30px 0;
}
 #pstoffercmsblock .pst-offer-detail {
     float: right;
     text-align: center;
     text-transform: uppercase;
}
 .pst-offer-block .text1{
     font-size: 50px;
     line-height: 50px;
     font-weight: 600;
     display: block;
     margin-bottom: 90px;
     color: #000000;


}
 #pstoffercmsblock .text2 {
     font-size: 14px;
     font-weight: 300;
     margin: 0;
     color: #ffffff;
}
 .pst-offer-block .offer-btn{
     position: relative;
     text-transform: uppercase;
     font-size: 14px;
     font-weight: 600;
     color: #000000 ;
     transition: all 0.3s ease-out 0s;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
}
 .pst-offer-block .offer-btn:hover {
     color: #df0145 ;
     transition: all 0.3s ease-out 0s;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
}
 .pst-offer-block .offer-btn:before {
     content: '';
     background: #df0145;
     height: 1px;
     width: 0;
     display: block;
     position: absolute;
     bottom: -3px;
     top: auto;
     left: 0;
     right: auto;
     margin: 0 auto;
     transition: all 0.5s ease-out 0s;
     -webkit-transition: all 0.5s ease-out 0s;
     -moz-transition: all 0.5s ease-out 0s;
     -ms-transition: all 0.5s ease-out 0s;
     -o-transition: all 0.5s ease-out 0s;
}
 .pst-offer-block .offer-btn:hover:before {
     width: 50%;
     transition: all 0.5s ease-out 0s;
     -webkit-transition: all 0.5s ease-out 0s;
     -moz-transition: all 0.5s ease-out 0s;
     -ms-transition: all 0.5s ease-out 0s;
     -o-transition: all 0.5s ease-out 0s;
}
 @media (max-width:1199px) {
     #pstoffercmsblock {
         padding: 100px 40px;
    }
     .pst-offer-block .text1 {
         font-size: 40px;
         line-height: 40px;
         margin-bottom: 60px;
    }
}
 @media (max-width:767px) {
     .pst-offer-block .text1 {
         font-size: 23px;
         line-height: 24px;
         margin-bottom: 15px;
    }
     .pst-offer-block .offer-btn {
         font-size: 12px;
    }
}
 @media (max-width:479px) {
     #pstoffercmsblock .pst-offer-detail {
         float: none;
    }
}
/* Offer Banner Css End */
#homeblog .box-heading{
    text-align: left;
}
/* Home Service block start */
 #pst_serviceblock {
    margin-bottom: 110px;
}
 #pst_serviceblock ul.pst-service-wrapper {
     margin:0 -15px;
}
 #pst_serviceblock .pst-service-item-inner {
    display: inline-block;
    vertical-align: top;
}
 #pst_serviceblock .pst-service-right {
     overflow: hidden;
}
#pst_serviceblock .pst-service-title {
    color: #000000;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
    display: block;
}
#pst_serviceblock .pst-service-desc {
    color: #999999;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 12px;
    display: block;
}
 #pst_serviceblock .pst-image-block{
     margin: 0 15px 0 0;
     float: left;
}
 #pst_serviceblock .pst-service-item {
     overflow: hidden;
     text-align: center;
	 border-right: 1px solid #E4E4E4;
}
 #pst_serviceblock .pst-service-item:last-child {
	 border-right: none;
}
 #pst_serviceblock .service-right{
     text-align: left;
     overflow: hidden;
}
 #pst_serviceblock .pst-service-item:hover img{
     -webkit-transition-duration:200ms;
     -moz-transition-duration:200ms;
     -ms-transition-duration:200ms;
     -o-transition-duration:200ms;
     transition-duration:200ms;
}
 #pst_serviceblock .pst-service-item img{
     -webkit-transition-duration:200ms;
     -moz-transition-duration:200ms;
     -ms-transition-duration:200ms;
     -o-transition-duration:200ms;
     transition-duration:200ms;
}
 #pst_serviceblock .pst-service-item .pst-image-icon{
     background-position: center;
     background-repeat: no-repeat;
     height: 50px;
     width: 50px;
     background-size: 35px;
     display: block;
     transition: all 300ms ease;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
}
 #pst_serviceblock .pst-service-item:hover .pst-image-block{
     transition: all 300ms ease;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
}
 #pst_serviceblock .pst-service-item:hover .pst-image-icon{
     transition: all 300ms ease;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
}
 #pst_serviceblock .owl-buttons div {
     top:20%;
}
 #pst_serviceblock .pst-service-item:nth-child(1) .pst-image-icon{
     background-image: url('../image/themeimage/service-1.svg');
     background-size: 45px;
}
 #pst_serviceblock .pst-service-item:nth-child(1):hover .pst-image-icon{
     background-image: url('../image/themeimage/service-1-hover.svg');
}
 #pst_serviceblock .pst-service-item:nth-child(2) .pst-image-icon{
     background-image: url('../image/themeimage/service-2.svg');

}
 #pst_serviceblock .pst-service-item:nth-child(2):hover .pst-image-icon{
     background-image: url('../image/themeimage/service-2-hover.svg');
}
 #pst_serviceblock .pst-service-item:nth-child(3) .pst-image-icon{
     background-image: url('../image/themeimage/service-3.svg');
}
 #pst_serviceblock .pst-service-item:nth-child(3):hover .pst-image-icon{
     background-image: url('../image/themeimage/service-3-hover.svg');
}

 #pst_serviceblock .pst-service-item:hover .pst-image-icon{
     animation-duration:1s;
     animation-timing-function:linear;
     animation-name:"swing";
     webkit-animation-duration: 1s;
     -webkit-animation-timing-function: linear;
     -webkit-animation-name: "swing";
     -moz-animation-duration: 1s;
     -moz-animation-timing-function: linear;
     -moz-animation-name: "swing";
}
 @keyframes swing {
     20% {
         transform: rotate3d(0, 0, 1, 15deg);
    }
     40% {
         transform: rotate3d(0, 0, 1, -10deg);
    }
     60% {
         transform: rotate3d(0, 0, 1, 5deg);
    }
     80% {
         transform: rotate3d(0, 0, 1, -5deg);
    }
     to {
         transform: rotate3d(0, 0, 1, 0deg);
    }
}
 @media (max-width: 1299px){
     #pst_serviceblock .pst-image-block {
         margin: 0 0 5px 0;
         float: none;
    }
     #pst_serviceblock .service-right {
         text-align: center;
         margin: 0;
    }
     #pst_serviceblock .pst-service-item .pst-image-icon {
         display: inline-block;
         vertical-align: top;
    }
}
 @media (max-width: 979px){
     #pst_serviceblock {
         margin: 0 0 50px 0;
    }
}
 @media (max-width: 767px){
     #pst_serviceblock .pst-service-item {
         margin-bottom: 30px;
         display: block;
		 border:0;
    }
     #pst_serviceblock .pst-service-item:last-child {
         margin-bottom: 0;
    }
}
/* Home Service block end */
 .tabfeatured_default_width{
     width:240px;
}
 .tabbestseller_default_width{
     width:240px;
}
 .tablatest_default_width{
     width:240px;
}
 .tabspecial_default_width{
     width:240px;
}
 .htabs {
     height: 49px;
     line-height: 16px;
     border-bottom: 1px solid #e7e7e7;
}
 .htabs .etabs li {
     display: inline-block;
     float: left;
     line-height: 17px;
     list-style: outside none none;
     position: relative;
     text-align: center;
}
 .htabs a {
     background-color: #ffffff;
     color: #000000;
     float: left;
     font-size:18px;
     margin-right: 3px;
     padding:15px 20px;
     text-align: center;
     text-transform: uppercase;
     text-decoration:none;
}
 .htabs a.selected, .htabs a:hover{
     background:#fe646f;
     border-bottom: 2px solid #df0145;
     color: #ffffff;
}
 .hometab .tab-content {
     position:relative;
     padding:0;
     z-index: 0;
     overflow: visible;
     margin-bottom:0px;
}
 .tab-content .tab {
     display: none;
}
 .hometab {
     clear: both;
     padding-top:25px;
     margin-bottom:25px;
}
 .cms-banner-left {
     float: left;
}
 .cms-banner-right{
     float: left;
}
 .cms-banner2 ,.cms-banner3 {
     float: left;
}
 .cms-subbanner2 {
     margin-top: 25px;
}
 .cms-banner2 {
     margin:0 25px;
}
 .post-content-top {
     padding:15px 0 10px;
     overflow:hidden;
     color:#b3b3b3;
     font-size:13px;
     font-style:italic;
     font-weight:500;
}
 .post_comment{
     float:right;
}
 .post_comment a{
     color:#b3b3b3;
}
 .byadmin{
     float:left;
}
 .post-title {
     margin-bottom:5px;
     text-transform:uppercase;
     color:#000000;
     font-size:17px;
}
 .post-title a{
     color: #1b1b1b;
}
 .post-description{
     color:#838383;
}
 .post-image {
     height: 198px;
     overflow: hidden;
     position: relative;
     width: 353px;
}
 .post-date {
     position: absolute;
     right:4.5%;
     top: 0;
     background-color:#42cfa6;
     height:85px;
     min-width:55px;
     padding:12px;
     text-align:center;
}
 .post-image-hover {
     height: 100%;
     position: absolute;
     top: 0;
     transition: all 0.2s ease-out 0s;
     -webkit-transition: all 0.2s ease-out 0s;
     -moz-transition: all 0.2s ease-out 0s;
     -ms-transition: all 0.2s ease-out 0s;
     -o-transition: all 0.2s ease-out 0s;
     width: 100%;
}
 .post-date .date{
     font-size:25px;
     color:#fff;
     font-weight:bold;
}
 .post-date .month{
     font-size:12px;
     color:#fff;
     display: block;
}

/* Home Testimonial block start */
 #psttestimonialcmsblock {
    clear: both;
    margin-bottom: 100px;
}

ul#psttestimonial-carousel {
    position: static;
    text-align: center;
    width: auto;
	margin: 0 -100px;
}
#psttestimonialcmsblock li.item {
    letter-spacing: 1px;
	padding:20px 100px;
}
#psttestimonialcmsblock .name a {
	font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    color: #000000;
}
#psttestimonialcmsblock .name {
    line-height: 12px;
}
#psttestimonialcmsblock .container-wrapper {
    overflow: hidden;
	position: relative;
}

#psttestimonialcmsblock .name a:hover{color:#df0145;}

#psttestimonialcmsblock .testmonial-image{     
	display: inline-block;
    vertical-align: top;
    margin: -5px 0 0 0;
}
#psttestimonialcmsblock .product_inner_cms {
    text-transform: capitalize;
    text-align: left;
    position: relative;
    padding: 10px 20px 0 70px;
	display: inline-block;
    vertical-align: top;
}
#psttestimonialcmsblock .testmonial-image img{
	max-width: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 55px;
    width: 55px;
	
	transition-duration: 300ms;
	-webkit-transition-duration:300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration:300ms;
}
#psttestimonialcmsblock .testmonial-image:hover img{
	
	transition-duration: 300ms;
	-webkit-transition-duration:300ms;
	-moz-transition-duration: 300ms;
	-ms-transition-duration: 300ms;
	-o-transition-duration:300ms;
}
#psttestimonialcmsblock .desc {
    margin: 0 auto 40px;
    line-height: 28px;
    text-align: left;
    position: relative;
}
#psttestimonialcmsblock .product_inner_cms:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    background-image: url('../image/themeimage/testimonial-quote.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
    z-index: 1;
}
#psttestimonialcmsblock .owl-pagination{
	opacity:0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity:0;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#psttestimonialcmsblock:hover .owl-pagination{
	opacity:1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
@media (min-width: 768px) {
#psttestimonialcmsblock .owl-wrapper .owl-item:nth-child(even) {
    border-width: 0 1px;
    border-style: solid;
    border-color: #E8E8E8;
}
}
@media (max-width: 1799px) {
ul#psttestimonial-carousel {
    margin: 0 -15px;
}
#psttestimonialcmsblock li.item {
    padding: 20px 15px;
}
}
@media (max-width: 979px) {
#psttestimonialcmsblock {
    margin-bottom: 60px;
}
#psttestimonialcmsblock .owl-pagination{
	opacity:1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity:1;
    bottom: -8px;
}
}
@media (max-width: 767px) {
ul#psttestimonial-carousel {
    width: auto;
    margin: 0 -15px;
}
#psttestimonialcmsblock li.item {
    padding: 0 15px;
}
#psttestimonialcmsblock .desc {
    text-align: center;
}
}
@media (max-width: 479px) {
#psttestimonialcmsblock .product_inner_cms {
    display: block;
    padding: 40px 0 10px 0;
    text-align: center;
}
#psttestimonialcmsblock .product_inner_cms:before {
    bottom: auto;
    height: 30px;
    width: 30px;
    background-size: 30px;
	right: 0;
}
#psttestimonialcmsblock .testmonial-image {
    margin: 0;
}
#psttestimonialcmsblock .desc {
    margin: 0 auto 30px;
    line-height: 24px;
}
#psttestimonialcmsblock .item.cms_face {
    padding: 0 0 30px;
}
}
/* Home Testimonial block end */
 .post-image img{
     transition: all 1s ease 0s;
     -webkit-transition: all 1s ease 0s;
     -moz-transition: all 1s ease 0s;
     -ms-transition: all 1s ease 0s;
     -o-transition: all 1s ease 0s;
     max-width: 100%;
}
 .single-post .zoom {
     background: url("../image/themeimage/blog-link.png") no-repeat scroll 0 0 transparent;
     display: inline-block;
     height: 50px;
     left: 0;
     right:0;
     margin:auto;
     opacity: 0;
     -khtml-opacity: 0;
     -webkit-opacity: 0;
     -moz-opacity:0;
     padding: 18px 25px;
     position: absolute;
     top:0px;
     bottom:0;
     transition: all 0.9s ease 0s;
     -webkit-transition: all 0.9s ease 0s;
     -moz-transition: all 0.9s ease 0s;
     -ms-transition: all 0.9s ease 0s;
     -o-transition: all 0.9s ease 0s;
     width: 52px;
     z-index: 10;
}
 #testimonial-blog .single-post p{
     margin:0;
}
/*#testimonial-blog .slider-item.first_item_tm .single-post {
     margin: 0 45px 0 0;
}
 #testimonial-blog .slider-item.last_item_tm .single-post {
     margin: 0 0 0 45px;
}
 */
 #testimonial-blog.products{
     margin:50px 0;
}
 .single-banner div ,.cms-banner2 ,.cms-banner3{
     overflow:hidden;
}
 .single-banner div img ,.cms-banner-right .single-banner img {
     transition: all 0.5s ease 0s;
     -webkit-transition: all 0.5s ease 0s;
     -moz-transition: all 0.5s ease 0s;
     -ms-transition: all 0.5s ease 0s;
     -o-transition: all 0.5s ease 0s;
     display: inline-block;
     vertical-align: top;
}
 .single-banner div:hover img ,.cms-banner-right .single-banner:hover img {
     transform: scale(1.08);
     -webkit-transform: scale(1.08);
     -ms-transform: scale(1.08);
     -o-transform: scale(1.08);
     -moz-transform: scale(1.08);
}
 .content-bottom #content .swiper-viewport {
     border: medium none;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none;
     -o-box-shadow: none;
     margin: 0;
}
 .content-bottom .swiper-pagination-bullet.swiper-pagination-bullet-active {
     display: none;
}
 .owl-carousel .owl-item {
     float: left;
}
 .owl-carousel .owl-wrapper-outer {
     overflow: hidden;
     position: relative;
     float: left;
     width: 100%;
}
/* Blog listings */
 .blog-module .blog_grid_holder {
     padding-top:13px;
     font-size:0;
}
 .blog-module .blog_grid_holder.blogcarousel {
     padding-top:20px;
     width:inherit;
}
 #column-left .blog_grid_holder, #column-right .blog_grid_holder {
     padding-top:5px;
}
 .blog_grid_holder.related {
     padding-top:0px;
}
 .blog_item::after {
}
 #homeblog .blog_item{
     margin-bottom: 0;
     float:left;
     width:auto;
     padding:0;
}
 #content #homeblog .box-product .product-block {
     margin: 0;
}
 #homeblog .blog_item .product-block .summary {
     overflow: hidden;
     position:relative;
}
 #content #homeblog .box .box-content {
}
 #homeblog .blog_item .product-block .summary:hover .blog-desc {
     opacity: 1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity:1;
     transition: all 0.3s ease-out 0s;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     display: block;
}
 #homeblog .blog_item .post_hover {
     position: absolute;
     left: 0;
     top: 40%;
     right: 0;
     margin: 0 auto;
     text-align: center;
     padding: 0;
     bottom: auto;
	 z-index: 2;
}
 #homeblog .blog_item .summary:hover .post_hover{
     opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity: 1;
     -khtml-opacity: 1;
     transition-duration: 300ms;
     -webkit-transition-duration: 300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration: 300ms;
}
 #homeblog .blog-left {
     overflow: hidden;
     padding: 0;
     float: left;
     width: 40%;	 
     margin: 0 25px 0 0;
}
 #homeblog .blog-desc {
     overflow: hidden;
     padding: 50px 0 0;
}
 .blog_item {
     font-size:13px;
     display:inline-block;
     position: relative;
     vertical-align:top;
     margin-bottom:30px;
     width: 50%;
     float: left;
     padding: 0 15px;
}
  #homeblog .blog_item .blog-wrapper {
    margin-bottom: 30px;
}
#homeblog .blog_item .blog-wrapper:last-child {
    margin-bottom: 0;
}
 #homeblog .blog_title > a {
	font-size: 14px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}
 #homeblog .blog_item .product-block .blog_title > a:hover {
     color: #df0145;
}
 .blog_title > a {
     font-size: 14px;
     font-weight: 600;
     color:#000000;
}
 .blog_title > a:hover {
     color:#df0145;
}
 .extension-theme_blog-home .image,.information-blogger-blogs .image {
     margin-bottom: 0px;
     background-position: center center;
     height: 400px;
     overflow: hidden;
     width: 100%;
     background-repeat: no-repeat;
}
 .blogcarousel .blog_item {
     width:100% !important;
    /* carousel */
     margin-bottom:0px;
}
 #column-left .blog_item, #column-right .blog_item {
     width:100%;
    /* carousel */
     margin-bottom:0;
}
 .blog_item .image {
     margin-bottom:23px;
     margin-top:5px;
     float: left;
     position: relative;
     cursor: pointer;
}
 #homeblog .image {
     margin: 0;
     overflow: hidden;
}
 .column-2 .blog_item .image, .column-3 .blog_item .image, .column-4 .blog_item .image, #column-left .blog_item .image, #column-right .blog_item .image {
     margin-bottom:17px;
}
 .blog_item .image img {
     transition:all 400ms;
     -webkit-transition: all 400ms;
     -moz-transition: all 400ms;
     -ms-transition: all 400ms;
     -o-transition: all 400ms;
     max-width: 100%;
     height: auto;
}
 .blog_item .image img:hover {
     opacity:0.8;
     -webkit-opacity:0.8;
     -moz-opacity:0.8;
     -khtml-opacity:0.8;
     transition:all 400ms;
     -webkit-transition: all 400ms;
     -moz-transition: all 400ms;
     -ms-transition: all 400ms;
     -o-transition: all 400ms;
}
 .all-blogs .blog_grid_holder .blog_item .summary .image{
     background-position: center center;
     background-repeat: no-repeat;
     height: auto;
     margin-bottom: 15px;
     overflow: hidden;
     width: 100%;
     float: none;
     position: relative;
}
 .blog_item .summary .blog_title {
     margin:5px 0;
     font-size: 20px;
     font-weight: 400;
}
 #column-left .blog_item .summary .blog_title, #column-right .blog_item .summary .blog_title {
     font-size:16px;
     margin:0 0 7px;
}
 .column-2 .summary .blog_title, .column-3 .summary .blog_title {
     font-size: 24px;
     margin: 0 0 7;
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
}
 .column-4 .summary .blog_title {
     font-size:20px;
}
 #homeblog .summary .blog_title{
     font-size: 16px;
     font-weight: 600;
     line-height: 20px;
     margin-bottom: 10px;
     color: #000000;
     margin-top: 0;
}
 .single-blog .block-title {
     margin-top: 30px;
}
 .single-blog .blog-img {
     margin-bottom: 10px;
}
 #homeblog .blog_item .summary .desc p{
     color: #999999;
     line-height: 20px;
     margin: 0;
}
 .blog_item .summary p {
     font-size: 12px;
     font-weight: 400;
     line-height: 24px;
     color: #999999;
}
 .blog_item .summary p a{
     font-weight: 600;
     line-height: 24px;
     text-transform: capitalize;
     font-size: 13px;
     color: #000000;
}
 .blog_item .summary p a:hover {
     color: #df0145;
}
 #homeblog p.btn_readmore{
     margin: 0;
}
 #homeblog p.btn_readmore a {
     font-size: 12px;
     font-weight: 600;
     color: #000000;
     transition-duration: 300ms;
     -webkit-transition-duration: 300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration: 300ms;
     text-transform: uppercase;
     display: inline-block;
     vertical-align: top;
     position: relative;
}
 #homeblog p.btn_readmore a:hover {
     transition-duration: 300ms;
     -webkit-transition-duration: 300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration: 300ms;
     color: #df0145;
}
 #homeblog p.btn_readmore a:before {
     content: "";
     display: block;
     height: 2px;
     width: 100%;
     background: #999999;
     position: absolute;
     bottom: 0;
     left: 0;
     right: auto;
     top: auto;
     transition-duration: 300ms;
     -webkit-transition-duration: 300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration: 300ms;
}
 #homeblog p.btn_readmore a:hover:before{
     background:#df0145;
     transition-duration: 300ms;
     -webkit-transition-duration: 300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration: 300ms;
}
 .blog_item .post_hover {
     position: absolute;
     left: 0;
     top: 45%;
     right: 0;
     margin: 0 auto;
     text-align: center;
     padding: 0;
     bottom: auto;
     opacity: 0;
     -webkit-opacity:0;
     -moz-opacity:0;
     -khtml-opacity:0;
     transition-duration: 300ms;
     -webkit-transition-duration: 300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration: 300ms;
}
 .blog_item .summary:hover .image .post_hover {
     opacity: 1;
     -webkit-opacity:1;
     -moz-opacity:1;
     -khtml-opacity:1;
     transition-duration: 300ms;
     -webkit-transition-duration: 300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration: 300ms;
     transform: scale(1);
     -webkit-transform: scale(1);
     -ms-transform:scale(1);
     -o-transform:scale(1);
     -moz-transform:scale(1);
}
 #homeblog .blog_item .summary:hover .image img{
     transform: scale3d(1.1,1.1,1.1);
     -webkit-transform: scale3d(1.1,1.1,1.1);
     -ms-transform: scale3d(1.1,1.1,1.1);
     -o-transform: scale3d(1.1,1.1,1.1);
     -moz-transform: scale3d(1.1,1.1,1.1);
     transition: all 0.3s ease-out 0s;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     opacity: 1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity:1;
}
 .blog_item .product-block:hover .image img{
     transition: all 0.3s ease-out 0s;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     opacity:0.7;
     -khtml-opacity: 0.7;
     -webkit-opacity: 0.7;
     -moz-opacity:0.7;
}
 .blog_item .post_hover .fa{
     font-size: 14px;
}
 .icon.zoom {
     top: 30%;
     position: absolute;
     left: 0;
     right: 0;
     bottom: auto;
     width: 40px;
     margin: 0 auto;
}
 #column-left .blog_item .summary p, #column-right .blog_item .summary p {
     font-size:13px;
     line-height:20px;
}
 .blog_item .summary p a .fa.fa-search{
    color: #df0145;
    height: 40px;
    width: 40px;
    line-height: 39px;
    background-color: #ffffff;
    margin: 0;
}
 .blog_item .summary p a:hover .fa.fa-search {
     background-color:#df0145;
     color: #ffffff;
}
 .blog_item .summary p a .fa{
     margin-left:5px;
}
/* Blog Post */
 .blog_post .main_thumb {
     padding:0 0 15px;
     transition: all 400ms ease 0s;
     -webkit-transition: all 400ms;
     -moz-transition: all 400ms;
     -ms-transition: all 400ms;
     -o-transition: all 400ms;
}
 .blog_post .main_thumb:hover {
     opacity: 0.8;
     -webkit-opacity:0.8;
     -moz-opacity:0.8;
     -khtml-opacity:0.8;
     transition: all 400ms ease 0s;
     -webkit-transition: all 400ms;
     -moz-transition: all 400ms;
     -ms-transition: all 400ms;
     -o-transition: all 400ms;
}
 .blog_post h1 {
     margin-bottom:17px;
}
 .blog_post label {
     font-size:14px;
}
 .blog_post .main_description p {
     margin-bottom:18px;
}
 .blog_stats {
     font-size:12px;
     line-height: 24px;
     text-transform:none;
     color: #999999;
     margin:0 ;
    /*border-bottom:1px solid #f1f1f1;
     */
}

 #homeblog .blog_item .blog-wrapper:last-child .product-block {
     margin: 0;
     padding: 0;
     border: none;
}
 .blog_stats a {
     color: #999999;
}
 .blog_stats a:hover {
     color: #df0145;
}
 #common-home .blog_stats {
    background-color: #df0145;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    padding: 20px 30px;
}
 .view-blog {
     display: inline-block;
     vertical-align: top;
     border-left: 1px solid #e6e6e6;
     padding: 0 15px;
     color: #df0145;
}
 .blog_stats .fa.fa-clock-o {
     margin: 0;
     color: #999999;
}
 #homeblog .blog_item .product-block:hover .view-blog ,#homeblog .blog_item .product-block:hover .blog_stats .fa.fa-clock-o {
     color:#df0145;
}
 .view-blog .write-comment .fa {
     margin-right: 4px;
}
 .column-2 .blog_stats, .column-3 .blog_stats, .column-4 .blog_stats, .blog_post .related .blog_stats {
     font-size:12px;
     margin:0 0 12px;
     padding-bottom:1px;
}
 #column-left .blog_stats, #column-right .blog_stats {
     font-size:11px;
     margin-bottom:-4px;
     border-bottom:none;
     padding-bottom:0;
}
 .blog_stats span {

}
 .blog_stats span + span {
     padding-left:7px;
}
 .blog_stats .fa {
     margin-right:5px;
}
 .blog_stats .text {
     font-weight:inherit;
}
 #column-left .blog_stats .text, #column-right .blog_stats .text, .column-2 .blog_stats .text, .column-3 .blog_stats .text, .column-4 .blog_stats .text {
     font-size:0;
}
 .blog_stats .hl {
     font-size: 12px;
     font-weight: 400;
}
 .blog-time-comment {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 25%;
    bottom: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
#homeblog .blog-desc .desc {
    margin-bottom: 50px;
}
#homeblog .blog_item .summary:hover .blog-left .blog-time-comment {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}
 .blog-time-comment a{
     color: #ffffff;
}
 #common-home .blog_stats .hl {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
}
 #homeblog .blog_item .product-block .blog-time-comment a:hover,#homeblog .blog_item .product-block .blog_stats .hl:hover{
}
 #column-left .blog_stats .hl, #column-right .blog_stats .hl, .column-2 .blog_stats .hl, .column-3 .blog_stats .hl, .column-4 .blog_stats .hl {
     font-weight:inherit;
}
 .blog_post .blog_stats {
     margin:0 0 22px;
}
 .blog_post .tags {
     display:block;
     padding-top:5px;
     margin-bottom:25px;
     font-size:13px;
     color:#aaaaaa;
}
 .blog_post .tags a {
     font-size:14px;
     margin-left:2px;
}
 .blog_post h3 {
     margin:20px 0 18px;
     padding-bottom:6px;
     display:block;
     border-bottom:1px solid #eeeeee;
}
 .blog_post h3 i {
     vertical-align:middle;
     margin-right:7px;
}
 .blog_post .share {
     margin-bottom:40px;
}
 .blog_post .share .fa {
     font-size:19px;
     padding:0 10px;
     margin:0 5px 10px 0;
     color:#f5f5f5;
     height:36px;
     line-height:36px;
     width:120px;
     transition:all 300ms;
     -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
     -ms-transition: all 300ms;
     -o-transition: all 300ms;
}
 .blog_post .share .fa:hover {
     opacity:0.9;
     -webkit-opacity:0.9;
     -moz-opacity:0.9;
     -khtml-opacity:0.9;
     transition:all 300ms;
     -webkit-transition: all 300ms;
     -moz-transition: all 300ms;
     -ms-transition: all 300ms;
     -o-transition: all 300ms;
}
 .blog_post .share .fa:after {
     font-family:Arial, Helvetica, sans-serif;
     font-size:13px;
     vertical-align:top;
     margin-left:10px;
}
 .blog_post .share .fa-facebook {
     background:#3b5998;
}
 .blog_post .share .fa-facebook:after {
     content:"Facebook" 
}
 .blog_post .share .fa-twitter {
     background:#00aced;
}
 .blog_post .share .fa-twitter:after {
     content:"Twitter" 
}
 .blog_post .share .fa-google-plus {
     background:#dd4b39;
}
 .blog_post .share .fa-google-plus:after {
     content:"Google+" 
}
 .blog_post .share .fa-navicon {
     background:#EAEAEA;
     color:#888888;
     text-align:center;
     font-size:17px;
}
 .blog_post .at15t_compact, .at16nc.at16t_compact {
     background-position:-9999px -9999px !important;
}
/* Related blogs */
 .blog_post .related .blog_item {
     margin-bottom:15px;
}
 .blog_post .related .blog_title {
     font-size:18px;
}
 .blog_post .related p {
     font-size:14px;
     line-height:20px;
}
 .blog_post .related p a {
     color:#df0145;
}
 .blog_post .related p .fa {
     color:#cccccc;
}
/* Comments */
 .blog_post #comment {
     margin-bottom:55px;
}
 .blog_post .blog_comment {
     display:block;
     font-size:14px;
     margin-bottom:25px;
}
/* Modules */
 .blog-module {
     margin-bottom:40px;
}
 .blog-module.latest {
    /*margin: 80px auto 70px;
     */
}
 #homeblog {
     position: relative;
     margin-bottom: 100px;
}
 #homeblog .blog-module.latest {
     margin:0;
     position: relative;
}
 #homeblog .blog-module .blog_grid_holder {
     padding-top: 0;
     font-size: 0;
     border-radius: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -khtml-border-radius: 0;
     margin: 0;
     position: static;
}
 .blog-module h3 {
     margin:15px 0 10px 0;
     padding-bottom:6px;
     border-bottom:1px solid #f5f5f5;
}
 .blog-module h3 a.all {
     float:right;
     font-size:13px;
     line-height:24px;
}
 .blog-module h3 a.all .fa {
     color:#cccccc;
}
 #column-left .blog-module h3 a.all, #column-right .blog-module h3 a.all {
     display:none;
}
/* Category Module */
 .blog-category > ul > li {
     position:relative;
     border-bottom:1px solid #f5f5f5;
}
 .blog-category ul > li > ul {
     display: none;
     padding-left:0;
}
 .blog-category > ul > li.active > ul {
     display: block;
}
 .blog-category > ul > li > a {
     display: block;
     line-height:34px;
     font-size:14px;
}
 .blog-category .sign {
     position:absolute;
     right:0px;
     top:0px;
     line-height:34px;
     width:30px;
     text-align:center;
     cursor:pointer;
     color:#cccccc;
}
 .blog-category li .sign .fa-minus, .blog-category li.open .sign .fa-plus {
     font-size:0;
}
 .blog-category .sign .fa, .blog-category li.open .sign .fa-minus, .blog-category li.open ul li.open .sign .fa-minus, .blog-category li.open ul li .sign .fa-plus {
     font-size:11px;
}
 .blog-category > ul > li ul > li {
     border-top:1px solid #f5f5f5;
     list-style:none;
}
 .blog-category > ul > li ul > li {
     border-top:1px solid #f5f5f5;
     list-style:none;
}
 .blog-category > ul > li ul > li a {
     line-height:34px;
     font-size:13px;
}
 .blog-category > ul > li ul > li a .fa {
     color:#cccccc;
     font-size:10px;
     margin:0 6px;
}
 .captcha_wrap img {
     max-width:none;
}
 .blog_grid_holder.blog_products {
     padding-top:5px;
}
 .blog_product {
     font-size:14px;
}
 .blog_product .image {
     margin-top:0;
}
 .blog_product .name {
     display:inline-block;
     margin-bottom:5px;
}
 .blog_product .price-old {
     text-decoration:line-through;
}
 .blog_product .price-tax {
     font-size:11px;
     display:block;
     color:#aaaaaa;
}

 @media (max-width:1299px){
     .cmsblock_img img {
         max-width: 100%;
    }
     .list_inner:hover .cmsblock_img{
         left: 0;
    }
     .cmsblock_list_inner {
         bottom: 20px;
         padding: 10px 0;
         right: 20px;
         top: auto;
         left: 20px;
         text-align: center;
         width: auto;
    }
     .cmsblock-data {
         line-height: normal;
         writing-mode: unset;
         text-orientation: unset;
         text-align: center;
         letter-spacing: 4px;
    }
	#homeblog .summary .blog_title {
		margin: 0 0 5px 0;
	}
	#homeblog .blog-desc {
		padding: 10px 0 0;
	}
}
 @media (max-width:979px){
 #homeblog .blog-desc {
    padding: 50px 0 0;
}
.blog-time-comment {
    top: 32%;
}
#homeblog {
    margin-bottom: 60px;
}
}
 @media (max-width:767px){
 #common-home .blog_stats .hl {
    font-size: 24px;
    line-height: 30px;
}
     #homeblog .box-heading {
         position: static;
    }
     .blog_item {
         width: 100%;
    }
     #homeblog .blog-desc {
    }
     #homeblog .blog_item:hover .product-block .summary:before {
         top: 72%;
    }
     .column-3 .blog_item, .column-4 .blog_item {
         width:50%;
    }
}
 @media (max-width:544px){
     .column-2 .blog_item, .column-3 .blog_item, .column-4 .blog_item {
         width:100%;
    }
	#homeblog .blog-left {
		float: none;
		width: 100%;
		margin: 0 0 15px 0;
	}
	#homeblog .blog-desc .desc {
		margin-bottom: 10px;
	}
	#homeblog .blog-desc {
		padding: 0 0 0;
	}
	.blog-time-comment {
		top: 40%;
	}
}
 @media (max-width:479px){
 .blog-time-comment {
    top: 30%;
}
 #homeblog .blog-left {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
}

}
/* footer */
 .footer-top {
     float: right;
}
 footer {
     color: #999999;
     margin-top: 30px;
}
 .common-home footer {
     color: #999999;
     margin-top: 0;
}
 .home-about-me.container{
     padding:0;
}
.social-block {
    float: left;
}
.social-block h5 {
    display: none;
}
 .social li:last-child a {
}
 .social li a {
    color: #000;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    width: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    font-size: 0;
    text-align: center;
    background-color: transparent;
    transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -ms-transition-duration: 200ms;
    -o-transition-duration: 200ms;
}
 .social li a:hover {
 	color:#df0145;
	transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -ms-transition-duration: 200ms;
    -o-transition-duration: 200ms;
 }
 .social > ul {
     display: inline-block;
     list-style: outside none none;
     margin: 0 auto;
     padding: 0;
     width: auto;
}
 .social ul li{
     float: left;
     margin: 0 8px 0 0;
     overflow: hidden;
}
 .social li a:before{
     font-family:'FontAwesome';
     font-size:16px;
     display: block;
}
 .facebook a:before{
     content:'\f09a';
}
 .twitter a:before{
     content:'\f099';
}
 .rss a:before{
     content:'\f09e';
}
 .youtube a:before{
     content:'\f16a';
}
 .google-plus a:before{
     content:'\f0d5';
}
 .pinterest a:before{
     content:'\f0d2';
}
 .vimeo a:before{
     content:'\f27d';
}
 .instagram a:before{
     content:'\f16d ';
}
 .tm-about-text:before{
     content:"\f087";
     font-family:'FontAwesome';
     font-size:45px;
     color:#fff;
     float:left;
     margin-top: 10px;
}
 .tm-about-text {
     float: left;
     margin: 23px 0;
     padding: 0 0 0 40px;
     width: 76%;
}
 .content-wrap {
     float: left;
     margin-left: 30px;
}
 .footer-top .home-about-me .footer-top-right .tm-about-text h2 {
     margin:0 0 5px;
}
 .footer-top-right .tm-about-description {
     color: #ffffff;
}
 .tm-about-description {
     font-weight: 500;
     clear:both;
}
 .tm-about-description p{
     margin:0;
}
 .aboutme-read-more {
     float: right;
     position: relative;
}
 .aboutme-read-more {
     margin: 37px 25px 0 0;
     position: relative;
     text-align: center;
     text-transform: uppercase;
     width: 150px;
}
 .aboutme-read-more a{
     color: #ffffff;
     font-weight:bold;
     background-color: #000000;
     padding: 12px;
     color: #ffffff;
     height: 44px;
}
 .aboutme-read-more a:hover {
     background-color: #ffffff;
     color: #df0145;
     transition-duration: 500ms;
     -webkit-transition-duration: 500ms;
     -moz-transition-duration: 500ms;
     -ms-transition-duration: 500ms;
     -o-transition-duration: 500ms;
}
 .footer-top-right .title1 {
     color: #ffffff;
     font-size: 22px;
     font-weight: bold;
     text-transform: uppercase;
     letter-spacing: 1px;
}
 #footer{
     clear: both;
     margin-top: 30px;
}
.common-home #footer{
     margin-top: 0;
}
 .content_footer_center {
	clear: both;
    background-color: #1F1F1F;
}
.content_footer_center .row {
	margin:0;
}
 #footer .column {
     font-size: 12px;
     position:relative;
     line-height: 30px;
     padding: 60px 0;
     border-right: 1px solid #333333;
	 min-height: 375px;
}
 #footer #footer_cms_block {
     float: left;
     line-height: 23px;
     margin-left: 12px;
     padding-right: 20px;
}
#footer .column.third, #footer .column.forth {
    padding: 60px 30px;
}
#footer .column.first {
    border-left: 1px solid #333333;
}
 #footer .col-sm-3.column.fourth {
     padding: 0 0 0 40px;
}
 .tm-about-logo {
     margin-bottom: 15px;
}
 .tm-about-logo a img {
}
.adres{
    line-height: 20px !important;
}

 footer a{
     color:#999999;
     transition: all 0.3s ease-out 0s;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
}
 footer a:hover, #footer .column li:hover a:before, #footer .column li:hover a{
     color: #df0145;
     transition: all 0.3s ease-out 0s;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
}
 footer #footer .social li:hover a{
     transition: all 0.3s ease-out 0s;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     overflow: hidden;
     background: transparent;
     color: #000000;
     padding: 0;
}
 footer hr {
     border-top: none;
     border-bottom: 1px solid #666;
}
 #footer .column li a:before {
    /*font-family:'FontAwesome';
     content:'\f0da';
     font-size:14px;
     padding-right:8px;
     color:#ababab;
     */
}
 #footer .column li.email a::before{
     content:none;
}
 #footer .column ul {
     list-style: outside none none;
     margin: 0;
     padding-left: 0;
}
 footer #footer .column ul.list-unstyled li:hover a {
     padding: 0 0 0 5px;
}
 #footer #contact {
	position: relative;
    overflow: hidden;
    text-align: center;
    min-height: 135px;
}
#footer #contact:before {
    content: '';
    height: 1px;
    width: 100%;
    background: #333333;
    display: block;
    position: absolute;
    bottom: 40px;
    top: auto;
    left: 0;
    right: 0;
}
 #footer #contact #block-contact_list .icon {
     float: left;
     height: 24px;
     width: 24px;
     line-height: 30px;
     text-align: center;
     margin: 0 8px 0 0;
}
 
 #footer #contact .data {
     overflow: hidden;
}
#footer #contact .data.mail {
    color: #df0145;
}
 #footer #contact #block-contact_list .icon .fa {
     font-size: 16px;
}
 #footer #contact .contact-title {
     display: inline-block;
     vertical-align: top;
     text-align: left;
     font-size: 26px;
     line-height: 30px;
}
 .footer-logo img {
     max-width: 100%;
     height: auto;
}
 #footer #contact .contact-desc {
     display: block;
     font-size: 18px;
     font-weight: 100;
     color: #ffffff;
}

 #footer #contact ul li {
}
 footer h5 {
	margin-top: 0;
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
    text-transform: uppercase;
    line-height: 24px;
}
#footer .column.first h5, #footer .column.second h5 {
    /* display: none; */
}
 #footer .copyright-container{
     clear: both;
}
.footer_link {
    padding: 0 70px;
}
 .content_footer_bottom {
     clear: both;

}
 .footer-container {
}
 .footer-payment {
     display: inline-block;
     vertical-align: top;
}
 .payment-block > ul {
     margin: 0;
     padding: 0;
}
 #footer .payment-block > ul > li {
     display: inline-block;
     vertical-align: top;
     line-height: 0;
     margin: 0 3px 0 0;
}
 .visa a {
    /*background: url("../image/themeimage/payment.png") no-repeat scroll -165px 0 transparent;
     padding: 2px 18px;
     */
}
 .paypal a {
}
 .discover a {
     display: block;
}
 .mastercard a {
}
 .payment-block li .fa {
     font-size: 26px;
     line-height: normal;
}
 #bottomfooter {
     clear: both;
     float: left;
     margin: 0px 0 3px;
     text-align: left;
     width: 100%;
}
 #bottomfooter > ul {
     list-style: outside none none;
     margin: 0;
     padding: 0;
}
 #bottomfooter > ul > li {
     background: url("../image/themeimage/header_top_links_pipe.jpg") no-repeat scroll right 13px transparent;
     display: inline;
     font-size: 13px;
     padding: 10px 12px 3px 8px;
}
 #bottomfooter > ul > li:first-child {
     padding-left: 0;
}
 #bottomfooter > ul > li a{
     color:#696969;
}
 #bottomfooter > ul > li a:hover{
     color:#000000;
}
 #bottomfooter > ul .last {
     background: none repeat scroll 0 0 transparent;
}
 .powered {
     clear: both;
	 text-align: center;
     margin-top: 40px;
}
.footer-logo {
    background-image: url('../image/themeimage/footer-logo.png');
    background-repeat: no-repeat;
    background-position: center;
	background-size: 100%;
    display: block;
	width: 140px;
    height: 60px;
    margin: 0 auto;
}
 .powered a{
     color: #ffffff;
}
 .powered a:hover{
     color: #df0145;
}
 .newsletter-title {
     line-height: 24px;
     font-size: 16px;
     color: #000000;
     font-weight: 600;
     text-transform: uppercase;
}
 .newsletter-icon {
     background-repeat: no-repeat;
     background-position: center;
     background-size: 35px;
     float: left;
     height: 40px;
     margin: 0 10px 0 0;
     width: 50px;
}
 .newsletter-details-inner {
     overflow: hidden;
     margin-bottom: 30px;
}
 .newsletter label{
     display: none;
}
 .newsletter .desc {
     display: block;
}
 .newsletter .form-group{
     position: relative;
     margin: 0 auto;
	 width: 50%;
}
 #txtemail {
     letter-spacing: 1px;
     height: auto;
     border-width: 0;
     color: #000000;
     padding: 8px 15px;
     width: 100%;
     font-size: 12px;
     border-radius: 0;
     -webkit-border-radius: 0;
     -khtml-border-radius: 0;
     -moz-border-radius: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #E4E4E4;
    text-align: center;
    margin-bottom: 40px;
}
 #txtemail:focus {
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none;
     -o-box-shadow: none;
     border-color: #aaaaaa;
     color: #000000;
}
 .newsletter .text-danger{
     color: #D8000C;
     background-color: #FFD2D2;
     width: 100%;
     text-align: center;
         margin: 0 0 15px 0;
    padding: 10px 0;
	    border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
}
 .subscribe-btn {
}
 .subscribe-btn .btn {
     font-size: 12px;
     color: #ffffff;
     font-weight: 400;
     letter-spacing: 1px;
     text-transform: uppercase;
     background-color: #df0145;
     transition-duration: 300ms;
     -webkit-transition-duration: 300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration: 300ms;
     display:inline-block;
     vertical-align:top;
     padding: 8px 20px;
     border-radius: 50px;
	-webkit-border-radius: 50px;
	-khtml-border-radius: 50px;
	-moz-border-radius: 50px;
}
 .subscribe-btn .btn:hover {
     background-color: #000000;
     transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
}
 .subscribe-btn .btn:focus {
}
 .subscribe-btn .btn i{
     color: #df0145;
     font-size: 25px;
}
 .newsletter-details {
}
 .newsletter-inner{
        text-align: center;
}
 .newsletter {
 padding: 80px 0;
     border-top: 1px solid #E4E4E4;
}
/* Footer Link Css Start */
 #footer #links_block_footer li {
     display: inline-block;
     vertical-align: top;
     padding: 0 25px;
     position:relative;
}
 #footer #links_block_footer li:before {
     content: '/';
     position: absolute;
     right: 0;
     left: auto;
     top: 0;
     bottom: auto;
}
 #footer #links_block_footer li:last-child:before {
     display:none;
}
 ul#pst_footerlink {
     margin: 0;
     overflow: hidden;
}
 #links_block_footer {
     float: left;
}
 #links_block_footer h5 {
     float: left;
     padding: 0 20px 0 0;
     position: relative;
     margin: 0 20px 0 0;
}
 #links_block_footer h5:before {
     content: ':';
     position: absolute;
     right: 0;
     left: auto;
     top: 0;
     bottom: auto;
}
/* Footer Link Css End */

 @media (max-width: 1299px){
.footer_link {
    padding: 0 40px;
}

     #footer .column.third, #footer .column.forth {
      	padding: 60px 50px; 
    }
     #footer .column.forth {
       
    }
}

 @media (max-width: 979px){
 .social-block h5 {
    display: block;
}
     .content_footer_center {
         padding: 50px 0 30px;
    }
     #footer .column ul li {
         padding: 0;
    }
     #footer .column.forth {
         padding: 0 15px;
    }

     footer #footer #contact h5 {
         display: block;
    }
     footer h5 {
         display: block;
         margin-bottom: 10px;
    }
	#footer .column.first h5, #footer .column.second h5 {
		display: block;
	}
     .newsletter-details {
         margin-top: 0;
    }
     .footer-logo {
		width: 117px;
		height: 50px;
	    margin-bottom: 20px;
    }
     .newsletter-icon {
         float: none;
         display: inline-block;
         vertical-align: top;
         margin: 0;
    }
     #footer .column.second, #footer .column.third {
         padding: 0 15px;
         margin-bottom: 0;
         width: 100%;
    }
     .subscribe-btn {
         text-align: center;
    }
}
 @media (max-width: 767px){
     #footer #contact .ph-no::before {
         float: none;
         margin: 0 0 10px 0;
         display:block;
    }
     #footer #contact .email::before {
         float: none;
         margin: 0 0 10px 0;
         display:block;
    }
     #footer #contact .data {
    }
     #footer #contact .contact-title {
         font-size: 20px;
    }
     #footer #contact .contact-desc {
         font-size: 14px;
    }
     #footer #contact .email, #footer #contact .ph-no{
         display: block;
         margin: 0 0 30px 0;
    }
     .footer-logo img {
    }
}
 @media (max-width: 543px){
     .social-block .social-title {
         padding: 0 0 0 0;
    }
     .social-block .social-title:before{
         display:none;
    }
}
 @media (max-width: 479px){
     .subscribe-btn .btn {
         width: 100%;
    }
     .social-block .social-title {
         margin: 0 0 10px 0;
    }
     .subscribe-btn {
         text-align: center;
         position: static;
    }
     .newsletter .form-group .input-news {
         margin-bottom: 20px;
         width: 100%;
    }
}
/* Css for payment start */
 #pstpaymentcmsblock {
	min-height: 135px;
    text-align: center;
    position: relative;
}
 #pstpaymentcmsblock:before {
    content: '';
    height: 1px;
    width: 100%;
    background: #333333;
    display: block;
    position: absolute;
    bottom: 45px;
    top: auto;
    left: 0;
    right: 0;
}
.payment-block {
    margin-top: 5px;
}
 .payment-block .icon:hover img {
     animation: swing 1s infinite;
     -webkit-animation: swing 1s infinite;
     -moz-animation: swing 1s infinite;
     -o-animation: swing 1s infinite;
}
 @keyframes swing {
     20% {
         transform: rotate3d(0, 0, 1, 15deg);
    }
     40% {
         transform: rotate3d(0, 0, 1, -10deg);
    }
     60% {
         transform: rotate3d(0, 0, 1, 5deg);
    }
     80% {
         transform: rotate3d(0, 0, 1, -5deg);
    }
     to {
         transform: rotate3d(0, 0, 1, 0deg);
    }
}
 .payment-block .icon img {
     border: 1px solid #eeeeee;
}
 .payment-block .icon img:hover {
     -webkit-filter: grayscale(0);
     filter: grayscale(0);
     -ms-filter: grayscale(0);
     -o-filter: grayscale(0);
     -moz-filter: grayscale(0);
     transition: all 0.3s ease-out 0s;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
}
 @media (max-width: 979px) {
     #footer #contact {
        min-height: auto;
	    text-align: left;
    }
	#pstpaymentcmsblock {
		min-height: auto;
	    text-align: left;
	}
	#pstpaymentcmsblock:before {
		display:none;
	}
	.footer_link {
		padding: 0;
	}
	#footer #contact:before {
		display:none;
	}
}
/* Category PAge */
 .category_description {
     margin-top: 15px;
     margin-bottom: 20px;
}
 .category_img .img-thumbnail {
     border: medium none;
     border: medium none;
     border-radius: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     -o-border-radius: 0;
     padding: 0;
}
 .category_img .img-thumbnail:hover {
     opacity: 0.7;
     -khtml-opacity: 0.7;
     -webkit-opacity: 0.7;
     -moz-opacity: 0.7;
}
 .refine-search{
     font-size: 13px;
     margin-bottom: 10px;
}
 .copy-right {
     border-top: 1px solid #444;
     padding: 10px 0;
     text-align:center;
}
 #content .category_list {
     margin-bottom: 20px;
     padding: 0;
}
 #content .category_list ul {
     list-style: outside none none;
     margin: 0;
     padding: 0;
     position: relative;
     width: 100%;
}
 @media (max-width: 979px) {
     #footer .column ul ,#footer .column.forth ul.list-unstyled{
         display: none;
         margin: 0 0 15px 15px;
    }
     #bottomfooter, .powered{
         text-align: center;
	     line-height: 24px;
    }
     .footer-container, .content_footer_bottom{
         float:none;
    }
	.footer-container {
		margin-bottom: 10px;
	}
	.social {
		overflow: hidden;
	}
}
 @media (max-width: 767px) {
     .footer-payment {
         margin: 10px 0;
         display: block;
    }
     .footer-top {
         float: none;
    }
}
/* alert */
 .alert {
     padding: 8px 14px 8px 14px;
}
/* breadcrumb */
 ul.breadcrumb {
     padding: 20px 0;
     float: right;
     width: 100%;
     text-align: center;
}
 #breadcrumb {
    margin-bottom: 30px;
    border-width: 1px 0;
    border-style: solid;
    border-color: #e7e7e7;
}
 .layout-2.left-col #breadcrumb {
}
 .common-home #breadcrumb ,.product-quick_view-50 #breadcrumb {
    margin: 0;
    border: none;
    background: none;
}
 ul.breadcrumb i {
     font-size: 15px;
}
 ul.breadcrumb > li {
     position: relative;
     white-space: nowrap;
     line-height: 24px;
}
 ul.breadcrumb > li:after {
}
 .pagination {
     margin: 0;
}
 @media (max-width: 979px){
     #breadcrumb {
         border-top: none;
    }
}
/* buttons */
 .buttons {
     margin: 1em 0;
     display: inline-block;
     margin: 10px 0 0;
     width: 100%;
}
 .btn {
     padding: 6px 20px;
     font-size: 12px;
     letter-spacing: 1px;
     border-radius:0px;
     -webkit-border-radius:0px;
     -khtml-border-radius:0px;
     -moz-border-radius:0px;
     border: none;
	 border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
}
 .btn-xs {
     font-size: 9px;
}
 .btn-sm {
     font-size: 10.2px;
}
 .btn-lg {
     padding: 8px 20px;
     font-size: 15px;
}
 .btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover, .dropdown-menu.myaccount-menu, #form-currency .dropdown-menu .btn-link{
     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;
}
/* .product-layout.product-list .product-thumb .button-group .addtocart ,.btn-primary,#cart .text-right .addtocart,#cart .text-right .checkout ,.btn-default,#button-cart ,.btn-danger ,.button.aboutus,.btn-info {
     background: none repeat scroll 0 0 #df0145;
     border: medium none;
     color: #ffffff;
     display: inline-block;
     font-size: 14px;
     font-weight: 400;
     padding: 7px 12px;
     text-transform: none;
     width: auto;
     height:auto;
     border-radius:0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     -o-border-radius: 0;
     line-height: normal;
}
 .product-layout.product-list .product-thumb:hover .button-group .addtocart ,.btn-primary:hover ,#cart .text-right .addtocart:hover,#cart .text-right .checkout:hover ,.btn-default:hover ,#button-cart:hover ,.btn-danger:hover ,.button.aboutus:hover ,.btn-info:hover{
     background-color: #000000;
     color: #ffffff !important;
     transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
}
*/
 .product-layout.product-list .product-thumb:hover .button-group .addtocart:hover{
}
 #cart .text-right .addtocart strong, #cart .text-right .checkout strong{
     font-weight:600;
     font-size: 12px;
}
 .btn-warning {
     color: #ffffff;
     background-color: #faa732;
     background-image: linear-gradient(to bottom, #fbb450, #f89406);
     background-repeat: repeat-x;
     border-color: #f89406 #f89406 #ad6704;
}
 .btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
     box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
     -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
     -ms-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
     -o-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
 .btn-success {
     color: #ffffff;
     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);
     -webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
 .btn-link {
     border-color: transparent;
     cursor: pointer;
     color: #23A1D1;
     border-radius: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     -ms-border-radius: 0;
     -o-border-radius: 0;
}
 .btn-link, .btn-link:active, .btn-link[disabled] {
     background-color: rgba(0,0,0,0);
     background-image: none;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none;
     -o-box-shadow: none;
}
 .btn-inverse {
     color: #ffffff;
     background: #363636;
     border:none;
}
 .btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
     background-color: #222222;
     background-image: linear-gradient(to bottom, #000000, #111111);
}
 @media (max-width: 979px) {
}
/* list group */
 .box .filterbox {
}
 .box .filterbox .panel-footer.text-right {
     text-align: left;
}
 .filterbox .list-group a {
     display: block;
     font-weight: 600;
     padding: 0;
     border: 0 none;
     background: none;
     cursor: pointer;
     color:#000000;
}
 .filterbox .list-group-item {
     padding: 0 0;
}
 .box .filterbox input[type=checkbox] {
     margin: 4px 5px 0 0;
}
 .filterbox .list-group-item .checkbox {
     line-height: 22px;
}
 #column-left .list-group, #column-right .list-group {
     border-radius: 0;
     -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
     -khtml-border-radius: 0px;
     padding: 20px 15px;
     background: #ffffff;
	 border-width: 0 1px 1px;
     border-style: solid;
     border-color: #e7e7e7;
}
 #column-left .list-group a, #column-right .list-group a{
     border:none;
     font-size: 13px;
}
 #column-left .list-group a:first-child,#column-right .list-group a:first-child, #column-left .filterbox .list-group a, #column-right .filterbox .list-group a {
     border-top: medium none;
}
 .list-group a {
     border:none;
     color: #000000;
     padding: 3px 0;
     background: none repeat scroll 0 0 transparent;
}
 .list-group a.active, .list-group a.active:hover, .list-group a:hover {
     background: transparent;
}
 .list-group a:hover{
     color:#df0145;
}
 .filterbox .list-group a:hover{
     color:#df0145;
}
 .filterbox a.list-group-item::after {
     content: "\f068";
     font-family: 'FontAwesome';
     font-size: 10px;
     font-weight: 400;
     transition-duration: 300ms;
     -webkit-transition-duration: 300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration: 300ms;
     float: right;
}
 .filterbox a.list-group-item.collapsed::after {
     content: "\f067";
     font-family: 'FontAwesome';
     font-size: 10px;
     font-weight: 400;
     transition-duration: 300ms;
     -webkit-transition-duration: 300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration: 300ms;
     float: right;
}
 .filterbox .list-group-items {
     margin: 0 0 20px 0;
}
 .box .filterbox .btn-primary {
}
 .box .filterbox .btn-primary:hover {
}
 @media (max-width: 1799px) {
     #column-left .list-group, #column-right .list-group {
         padding: 20px 15px;
    }
}
 @media (max-width: 979px) {
     .filterbox .list-group-item {
    }
     .filterbox {
         
    }
}
/* carousel */
 .carousel-caption {
     color: #FFFFFF;
}
 .carousel-control .icon-prev:before {
     content: '\f053';
     font-family: FontAwesome;
}
 .carousel-control .icon-next:before {
     content: '\f054';
     font-family: FontAwesome;
}
/* product list */
 .product-thumb {
     margin-bottom: 30px;
     overflow: hidden;
     display: inline-block;
     vertical-align: top;
}
 .product-thumb .image {
     text-align: center;
     position:relative;
     overflow: hidden;
    /* border: 1px solid #E4E4E4; */
}
 .product-details {
}
 .product-thumb .image a {
     display: block;
}
 .product-thumb .image a:hover {
}
 .product-thumb .image img {
     margin-left: auto;
     margin-right: auto;
}
 .product-grid .product-thumb .image {
     float: none;
}
 .product-block .image .reg-image, #column-right .image .reg-image, #column-left .image .reg-image {
     opacity: 1;
     -webkit-opacity:1;
     -moz-opacity:1;
     -khtml-opacity:1;
     transition: all 0.5s ease 0s;
     -webkit-transition: all 0.5s ease 0s;
     -moz-transition: all 0.5s ease 0s;
     -ms-transition: all 0.5s ease 0s;
     -o-transition: all 0.5s ease 0s;
}
 .product-block:hover .image .reg-image {
     position: absolute;
     top: auto;
     right: 0;
     left: 0;
     transition: all 0.5s ease 0s;
     -webkit-transition: all 0.5s ease 0s;
     -moz-transition: all 0.5s ease 0s;
     -ms-transition: all 0.5s ease 0s;
     -o-transition: all 0.5s ease 0s;
}
 .product-block .image .hover-image, #column-right .image .hover-image, #column-left .image .hover-image .button-group button:hover{
     background: transparent none repeat scroll 0 0;
     color: #ffffff;
     height: auto;
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
 .product-block:hover .hover-image, #column-right .image:hover .hover-image, #column-left .image:hover .hover-image {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    position: relative;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;	 
}
 @media (min-width: 767px) {
     .product-list .product-thumb .image {
         float: left;
    }
}
 .product-thumb h4 {
     transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
     margin: 0 0 5px 0;
}
 .product-thumb h4 a{
     color: #000000;
     font-size: 14px;
     text-decoration: none;
     font-weight: 400;
     text-transform: capitalize;
}
 .product-thumb .caption {
     text-align: center;
     position: relative;
     padding: 10px 15px 0;
     min-height: 100px;
}
 .fa-star.off:before {
     content: "\f006";
}
 .fa-star:before {
     content: "\f005";
}
 .product-thumb .rating {
 
    position: absolute;
    top: 20px;
    bottom: auto;
    left: 20px;
    right: auto;
    display: none;
}

 #content .product-carousel .product-block:hover .rating, #content .box-product .product-block:hover .rating, #content .product-block:hover .rating{
}
 #content .product-carousel .product-block:hover .caption h4 , #content .box-product .product-block:hover .caption h4,#content .product-block:hover .caption h4{
     opacity: 1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity:1;
     transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
}
 .rating .fa-stack,#review .fa-stack{
     font-size: 8px;
     color:#FFC109;
}
 .fa.fa-star.off {
     color: #FFC109;
     font-size: 13px;
}
 .rating .fa-star.off,#review .fa-star.off{
     color: #FFC109;
     font-size: 13px;
     cursor: no-drop;
}
 .rating .fa-star,#review .fa-star,.fa-stack .fa{
     color: #FFC109;
     font-size: 13px;
}
 .rating .fa-star + .fa-star-o,#review .fa-star + .fa-star-o{
     color: #FFC109;
}
 h2.price {
     margin: 0;
}
 .product-thumb .price {
    color: #df0145;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
}
 .product-thumb .price-new {
}
 .product-thumb .price-old {
	color: #999999;
    text-decoration: line-through;
    margin: 0 5px;
    font-weight: 400;
}
 .product-thumb .price-tax {
     color: #999;
     display: none;
     font-size: 12px;
     width: 100%;
}
 .product-thumb .percentsaving {
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    background-color: #df0145;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: auto;
    left: auto;
    width: 45px;
    height: 45px;
    line-height: 45px;
}
 #column-left .product-thumb .percentsaving ,#column-right .product-thumb .percentsaving {
     font-size: 13px;
     position: static;
     display: none;
}
 .product-thumb .button-group {
     overflow: hidden;
}
 .product-list .product-thumb .button-group{
     overflow:visible;
}
 .product-block .button-group{
     position: absolute;
     left: 0;
     right: 0;
     text-align: center;
     top: auto;
     bottom: 0;
     transform: translateY(100%);
     -webkit-transform: translateY(100%);
     -ms-transform: translateY(100%);
     -o-transform: translateY(100%);
     -moz-transform: translateY(100%);
     transition-duration: 300ms;
     -webkit-transition-duration: 300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration: 300ms;
     opacity: 0;
     display: none;
}
 #content .product-carousel .product-block:hover .button-group, #content .box-product .product-block:hover .button-group ,#content .product-block:hover .button-group{
     transform: translateY(0);
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     -o-transform: translateY(0);
     -moz-transform: translateY(0);
     transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
}
 .product-block:hover .addtocart, .box-product .product-block:hover .addtocart, .product-grid .product-thumb:hover .addtocart, .product-list .product-thumb:hover .addtocart{
     opacity:1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity:1;
     transition-duration: 300ms;
     -webkit-transition-duration: 300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration: 300ms;
}
 .product-block:hover .button-group .wishlist, .box-product .product-block:hover .button-group .wishlist, .product-grid .product-thumb:hover .button-group .wishlist, .product-list .product-thumb:hover .button-group .wishlist{
     opacity:1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity:1;
     transition-duration: 300ms;
     -webkit-transition-duration: 300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration: 300ms;
}
 .product-block:hover .button-group .compare, .box-product .product-block:hover .button-group .compare, .product-grid .product-thumb:hover .button-group .compare, .product-list .product-thumb:hover .button-group .compare{
     opacity:1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity:1;
     transition-duration: 300ms;
     -webkit-transition-duration: 300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration: 300ms;
}
 .product-block:hover .quickview a, .box-product .product-block:hover .quickview a, .product-grid .product-thumb:hover .quickview a, .product-list .product-thumb:hover .quickview a{
     opacity:1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity:1;
     transition-duration: 300ms;
     -webkit-transition-duration: 300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration: 300ms;
}
 .product-grid .btn-wish-compare, .product-grid .list-right, .product-list .btn-list-grid{
     display:none;
}
 .product-list .btn-list-grid {
     display: block;
}
 @media (max-width: 1299px) {
.product-thumb .price {
    font-size: 15px;
}
.product-thumb .rating {
    top: 10px;
    left: 10px;
}
.product-thumb .percentsaving {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
}
 @media (max-width: 768px) {
     .product-list .product-thumb .button-group {
         border-left: none;
    }
}
 .product-list .product-thumb .button-group button::after {
     display: none;
}
 .product-thumb .addtocart{
     border: 0 none;
     display: inline-block;
     vertical-align: top;
     margin-right: 5px;
     height: 40px;
     width: 60px;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     font-size: 0;
     padding: 0;
     line-height: 0;
     background-size: 19px;
     background-image: url('../image/themeimage/product-cart.svg');
     background-repeat: no-repeat;
     background-position: center center;
     background-color: transparent;
     opacity:0;
     -khtml-opacity: 0;
     -webkit-opacity: 0;
     -moz-opacity:0;
}
 .product-thumb .button-group .fa{
     font-size: 17px;
     display: none;
}
 .product-thumb .addtocart:hover{
     background-image: url('../image/themeimage/product-cart-hover.svg');
     background-color: transparent;
     color: #000000;
     transition: all 0.3s ease-out 0s;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
}
 .product-thumb .button-group .wishlist{
     border: 0 none;
     display: inline-block;
     vertical-align: top;
     margin-right: 5px;
     height: 40px;
     width: 60px;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     font-size: 0;
     padding: 0;
     line-height: 0;
     background-size: 18px;
     background-image: url('../image/themeimage/product-wishlist.svg');
     background-repeat: no-repeat;
     background-position: center center;
     background-color: transparent;
     opacity:0;
     -khtml-opacity: 0;
     -webkit-opacity: 0;
     -moz-opacity:0;
}
 .product-thumb .button-group .wishlist:hover{
     background-image: url('../image/themeimage/product-wishlist-hover.svg');
     background-color: transparent;
     color: #ffffff;
     transition: all 0.3s ease-out 0s;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     opacity:0;
}
 .product-thumb .button-group .compare{
     border: 0 none;
     height: 40px;
     width: 60px;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     font-size: 0;
     padding: 0;
     line-height: 0;
     background-size: 18px;
     background-image: url('../image/themeimage/product-compare.svg');
     background-repeat: no-repeat;
     background-position: center center;
     background-color: transparent;
     opacity:0;
     -khtml-opacity: 0;
     -webkit-opacity: 0;
     -moz-opacity:0;
}
 .product-thumb .button-group .compare:hover{
     background-color: transparent;
     color: #ffffff;
     background-image: url('../image/themeimage/product-compare-hover.svg');
     transition: all 0.3s ease-out 0s;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     opacity:0;
}
 .product-thumb .quickview a {
     display: inline-block;
     vertical-align: top;
     border: 0 none;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     padding: 0 0;
     line-height: 0;
     background-color: transparent;
     color: #df0145;
     text-transform: uppercase;
     height:40px;
     width:60px;
     font-size:0;
     background-size: 21px;
     background-image: url('../image/themeimage/product-zoom.svg');
     background-repeat: no-repeat;
     background-position: center center;
     background-color: transparent;
     opacity:0;
     -khtml-opacity: 0;
     -webkit-opacity: 0;
     -moz-opacity:0;

}
 .product-thumb .quickview:hover a{
     background-image: url('../image/themeimage/product-zoom-hover.svg');
     transition: all 0.3s ease-out 0s;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     background-color: transparent;
     opacity:0;
}
 .product-thumb .quickview a .fa {
     font-size: 18px;
     line-height: 30px;
     opacity:0;
}
 .product-thumb .quickview a:hover{
     background-color: transparent;
     color: #000000;
     opacity:0;
}
 .product-thumb .button1-group{
     display: block;
}
 #cart .dropdown-menu .img-thumbnail{
     width:auto;
     max-width:none;
     border-radius: 0;
     -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
     -khtml-border-radius: 0px;
     border: none;
}
 #cart .text-right .addtocart, #cart .text-right .checkout{
    margin: 0;
    padding: 8px 20px;
    background: #df0145;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 1px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
	    text-transform: uppercase;
}
 #cart .text-right .checkout,#cart .text-right .addtocart:hover {
     background: #000000;
     color: #ffffff;
}
 #cart .text-right .checkout:hover {
     background: #df0145;
     color: #ffffff;
}
 .product-thumb .button-group button + button {
}
 .product-list .product-thumb .button-group .addtocart, .product-list .product-thumb .button-group .wishlist, .product-list .product-thumb .button-group .compare, .product-list .product-thumb .button-group .quickview a{
     left: 0;
     top: 0;
}
 .product-list .product-thumb .button-group .addtocart .fa{
     margin-right: 10px;
}
 .product-list .product-thumb .button-group .quickview a{
     font-size: 0;
}
 .product-list .caption {
     margin: 0 0 30px;
     text-align: left;
     padding: 0;
     background: transparent;
}
 .product-list .caption .desc {
     margin-bottom: 15px;
}
 #content .product-carousel .product-list .product-block:hover .caption h4, #content .box-product .product-list .product-block:hover .caption h4, #content .product-list .product-block:hover .caption h4{
     transform: scale(1);
     -webkit-transform: scale(1);
     -ms-transform: scale(1);
     -o-transform: scale(1);
     -moz-transform: scale(1);
     -webkit-transition: all 0.6s ease;
     transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
     -ms-transition: all 0.6s ease;
     -o-transition: all 0.6s ease;
     opacity: 1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity: 1;
}
 .product-list .btn-wish-compare {
     margin-top: 5px;
     display: none;
}
 #content .product-list .button-group {
     opacity: 1;
     -khtml-opacity: 1;
     -webkit-opacity:1;
     -moz-opacity:1;
}
 .product-list .product-thumb .sale {
}
 .product-list .list-right {
     border-left: 1px solid #e7e7e7;
     float: left;
     margin: 38px 0;
     padding: 0 10px 0 30px;
     width:27%;
}
 .product-list .product-thumb .price-tax {
     color: #df0145;
}
 .list-buttoncart {
     padding-left: 0;
}
 .caption-inner {
}
 .product-list .caption .caption-inner {
     position: static;
     padding: 0;
     transition: unset;
     -webkit-transition-duration: unset;
     -moz-transition-duration: unset;
     -ms-transition-duration: unset;
     -o-transition-duration: unset;
     opacity: 1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity:1;
     display: none;
}
 .product-thumb:hover .caption-inner {
     transition-duration: 300ms;
     -webkit-transition-duration: 300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration: 300ms;
     opacity: 1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity:1;
}
 .thumbnails {
     overflow: hidden;
     clear: both;
     list-style: none;
     padding: 0;
     margin: 0;
}
 .thumbnails > li {
}
 .thumbnails {
}
 .thumbnails > img {
     width: 100%;
}
 .image-additional a {
     margin-bottom:0px;
     display: block;
}
 .image-additional {
}
 .thumbnails .image-additional {
     float: left;
}
 @media (max-width: 1799px) {
     .product-thumb .button-group .wishlist,.product-thumb .addtocart,.product-thumb .button-group .compare,.product-thumb .quickview a {
         width: 40px;
    }
}
 @media (max-width: 767px) {
     .product-list .caption .price {
         font-size: 14px;
    }

}
 @media (min-width: 980px) and (max-width: 1199px) {
     #content .col-md-2:nth-child(6n+1), #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
         clear:left;
    }
}
 @media (min-width: 768px) and (max-width: 979px) {
     #content .col-sm-2:nth-child(6n+1), #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
         clear:left;
    }
}
 #input-captcha, #input-payment-captcha {
     margin-bottom: 10px;
}
/* Quickview css */
 .quickview {
     padding: 0;
     display: inline-block;
     vertical-align: top;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     margin-right: 5px;
}
 .product-block:hover .quickview {
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
}
 .quickview .container {
     width:100%;
     background:#FFFFFF;
     padding:0 10px;
}
 .quickview .container .row {
     margin:0;
}
 .quickview .top_button {
     display:none;
}
 .quickview #product2 {
     float:left;
     width:100%;
}
 .quickview #product2 h3 {
     width:100%;
}
 .productpage-quickview #product2 h3 {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     font-size: 14px;
     font-weight: 600;
     margin: 0 0 10px;
     padding: 0;
     text-transform: none;
     color:#000000;
}
 @media (max-width: 767px) {
     .quickbox {
         display:none;
    }
}
/* Theme Start */
/* box */
 .box {
     margin-bottom:0;
}
 .box-heading {
     margin-bottom: 40px;
     font-size: 28px;
     line-height: 30px;
     font-weight: 600;
     color: #000000;
     position: relative;
     text-transform: capitalize;
     display: block;
     text-align: center;
}

@media (max-width: 979px){
.box-heading {
    font-size: 24px;
    line-height: 24px;
}
}
 .box.related{
     margin: 30px 0 0;
     position: relative;
}
 #content .box.related .box-content{
     margin: 15px 0 30px;
}
 .box.related .box-heading, .box.related .box-content {
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none;
     -o-box-shadow: none;
}
 .sidebar-category .box-content {
     min-height:458px;
     background-color:#efefef;
     border:none;
}
 #content .box .box-heading,.box-heading.side-box-heading {
     margin-bottom: 40px;
}
 #content .box .box-content {
     background: none;
     -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
     -khtml-border-radius: 0px;
     border-radius: 0px;
     border:none;
     padding:0;
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none;
     -o-box-shadow: none;
}
 .box .box-content ul , #content .content ul {
     padding:0px;
     margin:0px;
     list-style:none;
}
 .box .box-content ul li , #content .content ul li {
     line-height: 20px;
     padding: 0 0 10px 0;
     border: 0;
}
 .box .box-content ul li ul li, #content .content ul li ul li {
     padding: 3px 0;
     margin-top: 5px;
}
 .box .box-content ul li a + a , .box .box-content ul li a + a:hover{
     background:none;
     padding-left:0;
}
 .box .box-content ul li a:hover , #content .content ul li a:hover{
}
/* Product Grid Start */
/*.product-grid-list {
}
 */
 #content .box-product 
/*, .product-grid-list ul*/
 {
     list-style-type: none;
     position:relative;
     width: 100%;
     padding:0px;
     margin:30px 0 0 0;
     list-style: none;
     overflow: hidden;
}
/*.product-grid-list ul li,*/
 #content .box-product .product-items {
     margin-bottom: 14px;
     padding: 0;
     margin:0;
     position:relative;
     overflow: hidden;
}
 .home-products {
}
 #featured-grid .product-items {
     width: 300px;
     float: left;
}
 .product-grid li, #content .box-product .product-items, #content .product-carousel .slider-item {
     width:240px;
     float:left;
     display: inline-block;
     text-align: center;
}
 .ie7 .product-grid li{
     width:192px !important;
}
 #content .image-additional .slider-item{
     display: inline-block;
     float: left;
}
 .zoomContainer {
     overflow: hidden;
}
 .product-block-inner {
     position: relative;
     text-align:center;
}
 .grid_default_width {
     width:360px;
}
 .featured_default_width{
     width:300px;
}
 .module_default_width{
     width:250px;
}
 .latest_default_width{
     width:300px;
}
 .special_default_width{
     width:300px;
}
 .related_default_width{
     width:270px;
}
 .bestseller_default_width{
     width:300px;
}
 .additional_default_width{
     width:100px;
}
 .testimonial_default_width{
     width:360px;
}
 .blog_default_width{
     width:120px;
}


 .banners-slider-carousel .product-block-inner{
     text-align:center;
}
 .banners-slider-carousel .product-block-inner img {
    filter: grayscale(100%);
}
 .banners-slider-carousel .product-block-inner:hover img {
    filter: grayscale(0);
}
 #content .product-carousel .product-block, #content .box-product .product-block 
/*, .product-layout.product-grid .product-block*/
 {
     background: none repeat scroll 0 0 transparent;
     margin:0 15px 30px;
     padding:0;
     overflow: hidden;
}
 .product-layout.product-grid .product-block{
     display: inline-block;
     vertical-align: top;
}
 .product-layout.product-grid.last-item {
     border-right:0 none;
}
 .product-layout.product-grid .product-block-inner{
     padding:0px;
     min-height: 400px;
}
 .product-layout.product-grid {
    /*border-right:1px solid #e4e4e4;
     */
     text-align: center;
}
 .product-listgrid .product-grid:last-child {
     border-right:0 none;
}
 .product-layout.product-list .product-block{
     margin: 0 0 30px;
     border: none;
     background: transparent;
}
 .product-list .caption .quickview {
}
 #content .product-list .btn-wish-compare .button-group {
     position: static;
}
 #content .product-list .btn-wish-compare .button-group {
     position: static;
     text-align: left;
}
 #content .banners-slider-carousel .product-carousel .product-block{
     border-right:0 none;
     margin:0;
     padding:0;
     position: relative;
}

 #content .box-product .last_item_tm .product-block{
     text-align: center;
}
 #content .product-carousel .product-block:hover, #content .box-product .product-block:hover {
     overflow:hidden;
     clear:both;
}
 #content .product-block h4:hover a, #content .product-carousel .product-block h4:hover a, #content .box-product .product-block h4:hover a , #content .product-layout .product-block h4:hover a {
     color:#df0145;
}
 .ie7 #content .product-carousel .product-block, 
/*.ie7 #content .product-grid-list .product-block,*/
 .ie7 #content .box-product .product-block {
     border:1px solid #e7e7e7;
}
 .ie7 #content .product-carousel .product-block:hover, 
/*.ie7 #content .product-grid-list .product-block:hover,*/
 .ie7 #content .box-product .product-block:hover {
     border:1px solid #e7e7e7;
}
 .product-grid .product-thumb .desc,.product-grid .product-thumb .price-tax,.product-carousel .product-thumb .price-tax ,.box-product .product-thumb .price-tax{
     display:none;
}
 .product-list .product-details{
     overflow:hidden;
     padding: 10px 20px;
}
 .product-list .product-thumb .image{
    /*width: 30%;
     */
     overflow: hidden;
}
 .product-list .caption .rating {
     position: static;
     margin: 5px 0;
}
 .product-list .product-thumb .caption h4 {
     font-size: 16px;
     text-transform: capitalize;
     margin-bottom: 5px;
     -webkit-transition: unset;
     transition:unset;
     -moz-transition: unset;
     -ms-transition: unset;
     -o-transition: unset;
     position: static;
     opacity: 1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity:1;
     padding: 0;
}
 .product-list .product-thumb .caption h4 a {
     font-size: 14px;
     font-weight: 400;
     color: #000000;
}
 #content .product-carousel .product-block-inner, #content .box-product .product-block-inner 
/*,.product-layout.product-grid .product-block-inner*/
 {
     overflow:hidden;
     position:relative;
     margin:0;
     display: inline-block;
     vertical-align: top;
}
 .banners-slider-carousel {
     position: relative;
	 margin-bottom: 100px;
	 clear: both;
}
 .banners-slider-carousel .container {
     position: relative;
}
 .banners-slider-carousel .box-heading {
     margin-bottom: 70px;
}

 @media (max-width: 1299px){
     .home-products {
         margin: 0 -15px;
    }
     #content .product-carousel .product-block, #content .box-product .product-block {
         margin: 0 15px 30px;
    }
}
 @media (max-width: 979px){
.banners-slider-carousel {
    margin-bottom: 60px;
}
}
 @media (max-width: 767px){
}
 @media (max-width: 544px){
     .product-layout.product-grid {
         width: 100%;
    }
}
 .sale{
	 display: none;
     font-size: 12px;
     font-weight: 600;
     text-transform: uppercase;
     line-height: 20px;
     color: #000000;
     padding: 0;
     position: absolute;
     left: auto;
     right: 15px;
     top: 10px;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
}
 #content .box-product .product-block:hover .sale, #content .category_tab .product-block:hover .sale, #content .product-grid .product-thumb:hover .sale, #content .product-list .product-thumb:hover .sale{
     opacity: 1;
     -khtml-opacity: 1;
     -webkit-opacity:1;
     -moz-opacity:1;
     transition: all 0.3s ease 0s;
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -ms-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
}

/* box products for Left Column and Right Column */
 #column-left .box-product, #column-right .box-product {
     width: 100%;
     overflow: hidden;
}
 #column-left .box-product > div, #column-right .box-product > div {
     display:block;
     vertical-align: top;
     margin-right:0px;
    /*margin-bottom:15px;
     */
     width:100%;
}
 #column-left .box .box-content div.product-items:last-child > div, #column-right .box .box-content div.product-items:last-child > div, #column-left .box .box-content div.slider-item:last-child > div, #column-right .box .box-content div.slider-item:last-child > div {
     border: 0 none;
     margin-bottom: 0;
}
 #column-left .product-thumb:hover h4 a, #column-right .product-thumb:hover h4 a{
     color:#000000;
}
 #column-left .product-thumb h4 a:hover, #column-right .product-thumb h4 a:hover{
     color:#df0145;
}
 #column-left .box-product .image, #column-right .box-product .image {
     display: block;
     margin-bottom: 0px;
     float: left;
     margin-right: 10px;
     padding: 0;
     width: auto;
     height: auto;
}
 #column-left .product-items .product-details, #column-right .product-items .product-details{
     float:left;
    /*width:55%;
     */
    /* specify width as per your requirement */
     padding-left: 10px;
     padding-right: 0;
}
 #column-left .product-thumb .caption, #column-right .product-thumb .caption{
     overflow: hidden;
     text-align: left;
     padding: 10px 0 0;
     width: auto;
     float: none;
     background-color: transparent;
}
 #column-left .product-thumb .caption .caption-inner, #column-right .product-thumb .caption .caption-inner {
     position: static;
     padding: 0;
     z-index: 1;
     opacity: 1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity: 1;
}
 #column-left .product-thumb .button1-group,#column-right .product-thumb .button1-group {
     margin: 0;
     display: none;
}
 #column-left .box-product .price, #column-right .box-product .price {
	font-size: 16px;
    padding: 0;
    margin: 0;
    border: none;
}
 #column-left .product-thumb .price-new,#column-right .product-thumb .price-new {
}
 #column-left .product-thumb .price-old,#column-right .product-thumb .price-old{
}
 #column-left .box-product .product-thumb h4, #column-right .box-product .product-thumb h4 {
     line-height: 24px;
     margin: 0 0 5px;
     position: static;
     opacity: 1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     -moz-opacity:1;
     padding: 0;
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
     color: #999999;
}
 #column-left .box-product .name, #column-right .box-product .name {
     display: block;
}
 #column-left .box-product .cart, #column-right .box-product .cart {
     display: block;
}
 #column-left .box-product .cart .button, #column-right .box-product .cart .button{
     padding:0;
     background:none;
     box-shadow:none;
     -webkit-box-shadow: none;
     -moz-box-shadow:none;
     height:auto;
     font-weight:normal;
     border-radius:0;
     -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
     -khtml-border-radius: 0px;
     color:#555;
     display:block;
     text-align:left;
}
 #column-left .box-product .cart .button:hover, #column-right .box-product .cart .button:hover {
     text-decoration:underline;
}
 #column-left .box-product .image img, #column-right .box-product .image img {
     width: 77px;
}
 #column-left .box-product .rating, #column-right .box-product .rating, #column-left .box-product .name, #column-right .box-product .name, #column-left .box-product .price, #column-right .box-product .price, #column-left .box-product .cart, #column-right .box-product .cart {
}
/*#column-left .box .box-content, #column-right .box .box-content, #column-left .box .filterbox, #column-right .box .filterbox {
     margin-bottom:30px;
}
 */
 #column-left .box-product .product-thumb h4 a, #column-right .box-product .product-thumb h4 a {
}
 #column-left .product-content .countdown,#column-right .product-content .countdown{
     display:none;
}
 #column-left .box, #column-right .box {
     margin-bottom: 30px;
     width: 100%;
     padding: 0;
     border: none;
     background-color: transparent;
}
 #column-left .box-product .rating, #column-right .box-product .rating {
    display: none;
}
 #column-left .product-thumb, #column-right .product-thumb {
     margin-bottom: 30px;
     background-color: transparent;
     border: none;
     display: block;
}
#column-left .product-items:last-child .product-thumb:last-child, #column-right .product-items:last-child .product-thumb:last-child {
    margin: 0;
}
 #column-left .sale, #column-left .price-tax, #column-left .wishlist , #column-left .compare, #column-right .sale, #column-right .price-tax, #column-right .wishlist , #column-right .compare {
     display:none !important;
}
 #column-left .product-thumb .button-group button, #column-right .product-thumb .button-group button {
     background: none repeat scroll 0 0 transparent;
     padding: 0;
     width: auto;
     line-height: 28px;
}
 #column-left .product-thumb .button-group button, #column-right .product-thumb .button-group button {
     background: none repeat scroll 0 0 transparent;
     font-size: 14px;
     font-weight: 500;
     line-height: 20px;
     padding: 0;
     width: auto;
     height:auto;
     text-transform:none;
     text-align:left;
     margin-right:0;
     left: 0;
}
 #column-left .product-thumb .button-group button:after, #column-right .product-thumb .button-group button:after {
     display: none;
}
 #column-left .product-thumb .button-group button:hover, #column-right .product-thumb .button-group button:hover{
     color:#000000;
}
 #column-left .product-block .button-group,#column-right .product-block .button-group{
     display: none;
}
 column-left{
     overflow: hidden;
}
 #column-right{
     overflow: hidden;
}
 #column-left .box .box-heading ,#column-right .box .box-heading {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    position: relative;
    margin: 0;
    padding: 15px 15px;
    color: #ffffff;
    background-color: #df0145;
    display: block;
    width: 100%;
}
 #column-left .box .box-heading-text, #column-right .box .box-heading-text {
     display:none;
}
 #column-left .box .box-content ,#column-right .box .box-content {
     box-shadow: unset;
     -webkit-box-shadow: unset;
     -moz-box-shadow: unset;
     -ms-box-shadow: unset;
     -o-box-shadow: unset;
     padding: 20px 15px;
     background: #ffffff;
	 border-width: 0 1px 1px;
     border-style: solid;
     border-color: #e7e7e7;
}
 #column-left .heading-title:before , #column-right .heading-title:before{
     display:none;
}
 #column-left .swiper-viewport #banner0, #column-right .swiper-viewport #banner0 {
     float: none;
     display: inline-block;
     vertical-align: top;
}
 .layout-1 #content{
     margin-bottom: 0;
     font-family: roboto;
}
 #column-left .box-heading-desc ,#column-right .box-heading-desc{
     display: none;
}
 #column-left .home-products ,#column-right .home-products{
     margin: 0;
}
 #column-left .container ,#column-right .container {
     width: auto;
     padding: 0;
}
 #column-left .swiper-viewport .swiper-pagination, #column-right .swiper-viewport .swiper-pagination{
     display: none!important;
}
 #column-left .swiper-viewport .swiper-slide, #column-right .swiper-viewport .swiper-slide{
     width: 100%!important;
}
 #column-left .swiper-viewport, #column-right .swiper-viewport {
     margin: 0 0 30px 0;
     background: transparent;
     z-index: 1;
     border: medium none;
     border-radius: 0;
     -webkit-border-radius:0;
     -khtml-border-radius:0;
     -moz-border-radius:0;
     box-shadow:none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none;
     -o-box-shadow: none;
     width: 100%;
     position: relative;
     overflow: visible;

     display: inline-block;
     vertical-align: top;
     text-align: center;
}
 #column-left #banner1 {
     margin: 0;
}
/* 2-col layout */
 .layout-2 #content{
     margin-bottom: 30px;
}
 .layout-2 .content-bottom #content{
}
 .layout-2.left-col .quickview-page #content , .layout-2.right-col .quickview-page #content{
     width: 100%;
}
 .content-bottom {
     clear: both;
	 position:relative;
}
@media (min-width: 980px){
.content-bottom:before{
	content: '';
    /* background-image: url('../image/themeimage/brand-bg.png'); */
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-size: 100%;
    display: block;
    width: 250px;
    height: 340px;
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    top: auto;
}
}
/* 3-col layout */
 .layout-3 #column-left, .layout-3 #column-right{
     width:25%;
     margin-top: 20px;
}
 .top_button {
     width: 60px;
     height: 60px;
     position: fixed;
     right: 40px;
     left: auto;
     bottom: 30px;
     top: auto;
     background-image: url('../image/themeimage/top.png');
     background-size: 60px;
     background-repeat: no-repeat;
     background-position: center;
     text-align: center;
     line-height: 40px;
     font-size: 0;
     transition: all 0.3s ease-out 0s;
     -webkit-transition: all 0.3s ease-out 0s;
     -moz-transition: all 0.3s ease-out 0s;
     -ms-transition: all 0.3s ease-out 0s;
     -o-transition: all 0.3s ease-out 0s;
     z-index: 9;
}
 .top_button:hover {
     margin-bottom:5px;
}
 @-webkit-keyframes rotation {
     from {
         transform: rotateY(0deg);
         -webkit-transform:rotateY(0deg);
         -ms-transform:rotateY(0deg);
         -o-transform:rotateY(0deg);
         -moz-transform:rotateY(0deg);
    }
     to {
         transform: rotateY(359deg);
         -webkit-transform:rotateY(359deg);
         -ms-transform:rotateY(359deg);
         -o-transform:rotateY(359deg);
         -moz-transform:rotateY(359deg);
    }
}

 @media (max-width: 1799px) {
     #column-left .product-thumb .caption, #column-right .product-thumb .caption {
         padding: 0 0 0;
    }
}
 @media (max-width: 1299px) {
#column-left .box-product .price, #column-right .box-product .price {
    font-size: 13px;
}
}
 @media (max-width: 979px) {
 #column-left .product-thumb .caption, #column-right .product-thumb .caption {
    padding: 10px 0 0;
}
     #column-left .box .box-heading, #column-right .box .box-heading {
         clear: both;
    }
     #column-left .box, #column-right .box{
         margin-bottom: 10px;
         border: none;
    }
	#column-left .box.product-box ,#column-right .box.product-box{
		margin: 0 -15px 10px;
		clear: both;
		width: auto;
	}
     #column-left .swiper-viewport, #column-right .swiper-viewport {
         margin: 0 0 10px 0;
    }
     #column-left .container, #column-right .container {
         margin: 0;
    }
}
 @media (max-width: 767px) {
     .zoomContainer {
         display: none;
    }
}
 @media (max-width: 479px) {
     .top_button {
         bottom: 15px;
         right: 15px;
    }
}
 .categorypage, .productpage {
     background-color: #ffffff;
}
 .manufacturer-list {
     margin-bottom: 20px;
     padding: 0;
     background-color: #fff;
}
 .manufacturer-heading {
     background-color: #f8f8f8;
     font-size: 15px;
     font-weight: bold;
     padding: 5px 15px;
}
 .manufacturer-content {
     padding: 15px;
}
 .manufacturer-list ul {
     float: left;
     list-style: outside none none;
     margin: 0 0 10px;
     padding: 0;
     width: 25%;
}
 .category_filter .sort .form-control {
     cursor:pointer;
}
 .productpage .box {
    /*margin-top:20px;
     */
}
.tab-pane ul{
    padding-left: 25px;
}

.tab-pane ul li{
    list-style:disc;
}
 .tab-content {
     color: #000;
     font-size: 14px;
     padding: 0;
     overflow:hidden;
}
 .product-tab .tab-content > .active {
     display: block;
}
 .product-tab .tab-content > .tab-pane{
     background-color: #ffffff;
}
 #form-review {
     padding: 0;
}
 .product-tab li a {
     background-color:#f5f5f5;
     color: #000000;
     margin-right: 10px!important;
}
 .product-tab li.active a, .product-tab li a:hover, .product-tab li:focus a {
    background-color: #df0145 !important;
    color: #ffffff !important;
    border-color: #df0145;
}
 .product-tab .table-bordered{
     margin: 0!important;
}
 .col-sm-4.total_amount {
     margin-top: 70px;
}
 .product-tag{
     margin:5px 0;
}
 .product-tab .nav-tabs {
     margin-bottom: 30px;
}
 @media (max-width: 767px){
     .product-tab li a {
         margin: 0 0 10px 0 !important;
    }
}
 #content .aboutus {
     clear: both;
     padding: 10px;
}
 .aboutus .content{
     margin-bottom:15px;
     overflow:hidden;
}
 .image1 {
     background: url("../image/themeimage/cms-sprite.png") no-repeat scroll 7px -165px;
     float: left;
     height: 50px;
     width: 60px;
}
 .image2 {
     background: url("../image/themeimage/cms-sprite.png") no-repeat scroll 7px -116px;
     float: left;
     height: 50px;
     width: 60px;
}
 .image3 {
     background: url("../image/themeimage/cms-sprite.png") no-repeat scroll 7px -52px;
     float: left;
     height: 50px;
     width: 60px;
}
 .image4 {
     background: url("../image/themeimage/cms-sprite.png") no-repeat scroll 7px 6px;
     float: left;
     height: 50px;
     width: 60px;
}
 .aboutus h2{
     clear:both;
     font-size:20px;
}
 .about-content{
     overflow:hidden;
}
 .information-information .right{
     float:right;
}
/*.category_filter #grid-view,.category_filter #list-view{
     background:#eee;
     border:1px solid #e7e7e7;
     color:#666;
}
 .category_filter #grid-view:hover,.category_filter #list-view:hover,.category_filter #grid-view.active,.category_filter #list-view.active{
     background:#e7e7e7;
}
 .category_filter #grid-view:hover .fa,.category_filter #list-view:hover .fa{
     color:#333;
}
 */
 .category_filter .btn-list-grid .btn-group .grid:hover, .category_filter .btn-list-grid .btn-group .grid.active{
     background: url("../image/themeimage/sprite.png") no-repeat scroll 5px -138px transparent;
}
 .category_filter .btn-list-grid .btn-group .list{
     background: url("../image/themeimage/sprite.png") no-repeat scroll -30px -173px transparent;
     border: medium none;
     box-shadow:none;
     -webkit-box-shadow: none;
     -moz-box-shadow:none;
     display: block;
     float: left;
     height: 27px;
     text-decoration: none;
     text-indent: -9999px;
     width: 31px;
}
 .category_filter .btn-list-grid .btn-group .list:hover, .category_filter .btn-list-grid .btn-group .list.active{
     background: url("../image/themeimage/sprite.png") no-repeat scroll -30px -138px transparent;
}
 .category_filter .btn-list-grid .btn-group .grid{
     background: url("../image/themeimage/sprite.png") no-repeat scroll 5px -173px transparent;
     border: medium none;
     box-shadow:none;
     -webkit-box-shadow: none;
     -moz-box-shadow:none;
     display: block;
     float: left;
     height: 27px;
     text-decoration: none;
     text-indent: -9999px;
     width: 31px;
     padding: 0 15px;
}
 .category_filter .btn-list-grid {
     float: left;
     margin: 5px 0 0;
     padding: 0;
     width: auto;
}
 .compare-total {
     float: left;
     margin:4px 0 0 15px;
}
 .pagination-right {
     float: right;
     margin:0;
     width: auto;
}
 .category_filter .sort-by {
     float: left;
     margin:5px 10px 0 0;
     width: auto;
     padding:0;
}
 .category_filter .sort-by label,.category_filter .show label{
     font-weight:normal;
     font-size:13px;
}
 .category_filter .show {
     float: left;
     margin: 5px 5px 0 0px;
     padding: 0;
}
 .sort-by-wrapper {
     margin-right: 10px;
}
 .category_filter .sort {
     float: left;
     height: 24px;
     margin: 1px 0 0;
     padding: 0;
     width: 180px;
}
 .category_filter .limit {
     float: right;
     height: 24px;
     margin: 1px 0 0;
     padding: 0;
     width: 80px;
}
 .sort-by-wrapper,.show-wrapper{
     float: left;
}
 .category_filter .form-control {
     padding: 3px 7px !important;
     height: 28px!important;
}
 .category_thumb .category_img, .category_thumb .category_description {
     float: left;
     width: 100%;
     display: none;
}
 .refine-search ul{
     padding:0;

}
 .refine-search ul li{
     list-style:none;
}
#content .subcategory ul li a {
    padding: 0;
    display: block;
    margin: 0 0 10px 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}

#content .subcategory li img {
    max-width: 100%;
    display: block;
    height: auto;
    text-align: center;
    margin: auto;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

#content .subcategory li:hover img {
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

#content .subcategory ul li a:hover {
	color: #df0145;
}

.category_list li a:hover {}

#content .subcategory li {
    float: left;
    margin: 0 15px;
    padding: 0;
    overflow: auto;
    position: relative;
    text-align: center;
}

.categorypage .product-subcategory.subcategory {
    margin-bottom: 20px;
    display: none;
}
 #content .category_list ul li a {
     background-color: transparent;
     display: block;
     padding: 0 20px 0 0;
     font-weight: 400;
}
 #content .category_list ul li a:hover{
     color: #df0145;
}
 .category_list li a:hover {
}
 #content .category_list li {
     float: left;
     margin: 0 7px 7px 0;
     overflow: auto;
     padding: 0;
     position: relative;
}
 .category_filter {
     background-color: #ffffff;
     border-radius: 0;
     -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
     -khtml-border-radius: 0px;
     color: #6c6c6c;
     display: inline-block;
     vertical-align: top;
     margin-bottom: 30px;
     padding: 15px 15px;
     width: 100%;
     border-width: 1px 0;
     border-style: solid;
     border-color: #e7e7e7;
}
 .pagination-wrapper{
     overflow: hidden;
     margin: 8px 0 0;
     padding: 15px 15px;
     background-color: #ffffff;
     border-width: 1px 0;
     border-style: solid;
     border-color: #e7e7e7;
}
 .pagination-wrapper .page-link {
     float: right;
     padding: 0;
     width: auto;
}
 .pagination-wrapper .page-result {
     float: left;
     padding: 0;
     width: auto;
     margin: 0;
     line-height: 30px;
     color: #6c6c6c;
}
 @media (max-width: 767px){
     .category_filter {
    }
}
/* Product Page*/
 .productpage .product-left{
     margin-bottom: 60px;
}
 .productpage .product-right{
     margin-bottom: 30px;
     background: #ffffff;
}
 .product-info .image {
     display: block;
     margin-bottom: 15px;
     text-align: center;
     border: 1px solid #e7e7e7;
}
 .productpage h3 {
     margin-top:0;
     width: 100%;
}
 .productpage h3.product-title {
     margin-bottom: 10px;
}
 .product-info .zoomContainer{
     z-index:9;
}
/* It need for ie7 */
 .product-info .additional-carousel{
     position:relative;
}
 .product-info .image-additional {
     clear: both;
     float: none;
     margin: 0 auto;
     overflow: hidden;
     padding-left: 25px;
     padding-right: 25px;
     width: 450px;
}
 .product-info .image-additional img {
     display: block;
     margin-left: auto;
     margin-right: auto;
     max-width: 100%;
     position: relative;
     border: 1px solid #e7e7e7;
}
 .product-info .image-additional img:hover {
     border-color: #cccccc;
}
 .product-info .image-additional a {
     display: block;
}
 .product-right .btn-group .wishlist .fa,.product-right .btn-group .compare .fa{
     margin-right:5px;
}
 #content .image-additional .slider-item .product-block{
     background: none repeat scroll 0 0 transparent;
     clear: both;
     margin: 0;
     overflow: hidden;
     padding:0;
     border-right:0 none;
}
 #content .image-additional .slider-item .product-block:hover {
     box-shadow: none !important;
     -webkit-box-shadow: none !important;
     -moz-box-shadow: none !important;
}
 .product-info .product-image .additional-carousel:hover .customNavigation span.prev, .product-info .product-image .additional-carousel:hover .customNavigation span.next {
     display: block;
}
 #product .btn-default,#content.return .input-group.date .btn-default{
     padding:8px 12px;
	 border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
}
 #content ul.list-unstyled {
     border-top: 1px solid #e7e7e7;
     line-height: 22px;
     margin-bottom: 0;
     padding: 30px 0;
}
 #content ul.list-unstyled.price{
     border-bottom: 1px solid #e7e7e7;
     margin-bottom: 20px;
}
 #content ul.list-unstyled li {
     color: #000000;
     line-height: 22px;
     padding: 2px 6px 2px 0;
}
 #content ul.list-unstyled li span{
     margin-right: 5px;
     font-weight: 500;
     letter-spacing: 0.7px;
}
 #content ul.list-unstyled li span.desc {
     width: 20%;
     display: inline-block;
     vertical-align: top;
}
 #content ul.list-unstyled.price li {
     display: inline-block;
}
 #content ul.list-unstyled.price li span{
     margin-right: 0;
}
 #content ul.list-unstyled li span.price-old {
     color: #696969;
     font-size: 15px;
}
 #content ul.list-unstyled li span.special-price{
     color: #000000;
     font-weight: 500;
     margin-bottom: 0;
}
 #content .list-unstyled.price li.price-tax {
     color: #acacac;
     display: inline-block;
     font-size: 12px;
     display: none;
}
 #content ul.list-unstyled.price li.points, #content ul.list-unstyled.price li.discount {
     color: #4d4d4d;
     display: block;
     font-size: 12px;
     font-weight: normal;
     padding: 0;
}
 #product h3.product-option {
    /*border-top: 1px solid #e7e7e7;
     */
     padding-top: 10px;
}
 #product .form-group.cart {
    /*background-color: #f9f9f9;
     border-bottom: 1px solid #e7e7e7;
     border-top: 1px solid #e7e7e7;
     margin-bottom: 10px;
     */
     padding: 10px;
}
 #product .form-group.cart .form-control {
     display: inline-block;
     vertical-align: top;
     text-align: center;
     width: auto;
}
 #product #input-quantity{
     padding: 10px;
     margin: 0 5px;
     height: 40px;
     line-height: normal;
}
 #product .btn-group .wishlist, #product .btn-group .compare {
     background: none repeat scroll 0 0 transparent;
     border: medium none;
     display: block !important;
     padding: 0;
     text-transform:none;
     color:#999;
     float:none;
}
 #product .btn-group .wishlist:hover, #product .btn-group .compare:hover {
     color: #df0145 !important;
}
 #product .cart span {
}
 #product .alert {
     margin-bottom: 10px;
     background-color: #ffffff;
}
 .productpage .rating-star {
     border-bottom: 1px solid #e7e7e7;
     padding: 0 0 10px;
}
 .productpage .rating-wrapper .addthis_toolbox.addthis_default_style {
     padding: 15px 0 10px;
}
 #content.productpage .list-unstyled.price li h2 {
     margin-bottom: 0;
     font-size: 16px;
}
 .button.aboutus{
     float:right;
}
/* Contact us PAge*/
 .contact-info .left {
     float: left;
     width: 50%;
}
 .contact-info .right {
     float: right;
     width: 50%;
     text-align:right;
     margin-top:20px;
}
 .row.contact-info {
     padding: 0 15px;
}
 .information-contact .panel-body{
     overflow:auto;
}
 .contact-info{
     color:#666;
}
 .contact-info .address-detail strong {
     background: url("../image/themeimage/cms-sprite.png") no-repeat scroll -6px -235px transparent;
     padding: 5px 0 0 35px;
     height:28px;
     margin:10px 0;
     float:left;
     clear:both;
}
 .contact-info .address-detail,.contact-info .telephone,.contact-info .fax{
     float:left;
     width:100%;
}
 .contact-info .telephone strong{
     background: url("../image/themeimage/cms-sprite.png") no-repeat scroll -5px -314px transparent;
     padding: 5px 0 0 35px;
     margin:10px 0;
     height:28px;
     float:left;
     clear:both;
}
 .contact-info .fax strong{
     background: url("../image/themeimage/cms-sprite.png") no-repeat scroll -5px -272px transparent;
     padding: 5px 0 0 35px;
     height:28px;
     margin:10px 0;
     float:left;
     clear:both;
}
 .contact-info address {
     display: inline-block;
     margin: 0 0 0 36px;
     float:left;
     clear:both;
}
 .contact-info .open-time strong{
     background: url("../image/themeimage/cms-sprite.png") no-repeat scroll -5px -355px transparent;
     padding: 5px 0 0 35px;
     margin:10px 0;
     height:28px;
     float:left;
     clear:both;
}
 .contact-info opentime {
     display: inline-block;
     margin: 0 0 0 36px;
     float:left;
     clear:both;
}
 #information-contact form.form-horizontal {
     padding: 20px;
     background-color: #fff;
     border: 1px solid #e7e7e7;
}
 #spinner {
     position: fixed;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     z-index: 99;
     background: url("../image/themeimage/ajax-loader.gif") 50% 50% no-repeat #ffffff;
     background-size: 64px;
}
 .main-slider {
     position: relative;
     margin-bottom:100px;
}
 .main-slider .swiper-pagination {
     bottom: 10px;
     display: none;
}
 .main-slider .swiper-viewport {
     border: medium none;
     box-shadow: none;
     margin-bottom: 0;
}
 .main-slider .swiper-slide .img-responsive {
     width: 100%;
}
 .main-slider .swiper-slide.text-center {
     margin-right: 0 !important;
}
 .main-slider .swiper-pagination-bullet{
     box-shadow: none;
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     -ms-box-shadow: none;
     -o-box-shadow: none;
}
 .main-slider .swiper-pagination-bullet-active, .main-slider .swiper-pagination-bullet:hover{
     color: #ffffff;
     background: #df0145;
}
 .information-sitemap .site-map ul{
     padding:0 0 0 25px;
}
 .forget-password {
     margin: 5px 0 0;
}
 .product-compare .btn-primary{
     margin:0;
}
 .productpage .write-review,.productpage .review-count{
     margin: 0 10px;
     position: relative;
}
 .productpage .write-review:before{
     position: absolute;
     content: "";
     height: 100%;
     width: 1px;
     background-color: #e7e7e7;
     left: -12px;
     right: auto;
     top: 0;
     bottom: auto;
}
 .productpage .write-review i{
     margin-right: 10px;
}
 .productpage .rating-wrapper{
     margin:0 0 15px;
     display: none;
}
 .quickview-page h3.product-title{
     margin:0;
}
 .checkout-cart .hasCustomSelect{
     width: 95% !important;
}
 .page-title , .aboutus h1 , .affiliate-success h1 {
}
 .page-title,.product-title,.product-option ,.aboutus h1 ,.affiliate-success h1{
     font-size: 16px;
     font-weight: 600;
     color: #000000;
     margin-bottom: 10px;
     margin-top: 0;
     text-transform: capitalize;
}
 .blog.all-blogs h2.page-title {
     font-size: 16px;
     padding: 0 15px;
}
 .blog_grid_holder {
     margin: 0 -15px;
     overflow: hidden;
}
 .affiliate-account h2{
     font-size:16px;
}
 .affiliate-account .btn-primary .list-group-item,.affiliate-account .btn-primary .list-group-item:hover{
     padding:0;
     background:none;
     color:#fff;
}
 .shopping-cart .img-thumbnail{
     max-width:none;
}
 #accordion label.col-sm-2.control-label{
     margin:7px 0 0;
     padding:0 15px 0 0;
     width:20%;
}
 #accordion #collapse-shipping label.col-sm-2.control-label{
     padding:0 15px;
}
 .checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group{
     margin-left:5px;
     font-size:14px;
	 border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
}
 .col-sm-3.search_subcategory {
     width: auto;
     margin-top:7px;
}
 #button-search{
     float:right;
}
 .product-search h2{
     clear:both;
}
 #product-search #content {
     padding: 20px 15px;
     margin-bottom: 30px;
}
 .checkout-cart .input-group.btn-block .form-control {
     padding: 10px 10px;
     text-align: center;
     width: 50px;
}
 .table.table-bordered .input-group-btn {
     float: left;
}
 #accordion .panel-title > a {
     color: inherit;
     display: inline-block;
     width: 100%;
}
 #accordion .panel-title{
     padding: 15px;
}
 #accordion .panel-heading .fa.fa-caret-down {
     float: right;
     margin-top:3px;
}
 #accordion .col-sm-10 {
     width: 75%;
}
 #accordion .form-horizontal .control-label {
     text-align:left;
}
 #content .well h2 {
     font-size: 16px;
     font-weight: 400;
     text-transform: capitalize;
}
 #collapse-checkout-option .panel-body h2, #collapse-checkout-option .form-group label, #content legend ,.account-account #content h2 ,.account-address h2,.affiliate-account h2{
     color: #000000;
     font-size: 14px;
     font-weight: 500;
     margin: 15px 0 15px;
     text-transform: capitalize;
}
 .account-download h2{
     color: #000000;
}
 #information-contact .page-title, #information-contact legend {
     padding-left: 15px;
}
 #information-contact .page-title {
     margin: 0 0 10px;
}
 .form-horizontal .control-label {
     width: 20%;
}
 .form-horizontal .col-sm-10 {
     width: 80%;
}
 .account-address .table-hover > tbody > tr > td {
     vertical-align: middle;
}
 #input-country, #input-zone {
     padding: 13px 0;
}
 .checkout-cart .hasCustomSelect {
     width: 95% !important;
}
 #accordion .panel-body {
     padding: 15px 20px 20px;
}
 #collapse-payment-address label{
     margin:5px 0;
}
 .checkout-checkout #accordion label.col-sm-2.control-label{
     padding:0 15px;
}
 .row.site-map {
     border: 1px solid #e7e7e7;
     margin: 0 0 20px;
     padding: 10px 0;
     background-color: #ffffff;
}
 #information-sitemap .page-title{
     padding-left: 15px;
     margin-bottom: 10px;
}
 .account-wishlist .btn-primary,.account-wishlist .btn-danger {
     margin-bottom: 2px;
}
 .account-wishlist .table-bordered .btn.btn-danger {
}
 .slider-item.first_item_tm{
     margin-left: 0;
}
 .slider-item.last_item_tm {
    /*margin-right: -15px;
     */
}
 #tab-review .form-horizontal .control-label {
     font-weight: bold;
     width: auto;
}
 .productpage .prod-desc {
     margin-top:30px;
}
 .product-search .search-checkbox {
     margin: 10px 0 0;
}
 .product-search .subcategory {
     width: auto;
}
 .product-search .sortcat {
     width: 35%;
}
 .bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover ,.bootstrap-datetimepicker-widget td span.active {
     background-color: #df0145 !important;
     color: #ffffff !important;
}
 .bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover,.bootstrap-datetimepicker-widget td span:hover {
     background-color: #000000 !important;
     color: #ffffff !important;
}
 .account-transaction table td.text-right, .affiliate-transaction table td.text-right {
     border-right: 1px solid #e7e7e7;
}
 .account-wishlist .text-center img {
}
 .product-compare .table-bordered tbody tr td + td {
     border-left: 1px solid #e7e7e7;
     text-align: center;
}
 .product-compare .table-bordered tr td:first-child {
     font-weight: bold;
     text-align: left;
}
 .product-compare .table-bordered thead tr td:first-child {
    /*background-color: #f7f7f7;
     */
     text-align: left;
}
 .quickview-page{
     display: inline-block;
     width: 100%;
     padding: 15px 0;
}
 .quickview-page .btn.btn-default {
     padding: 8px 12px;
}
 .quickview-page #content ul.list-unstyled.short-desc {
    /*border: none;
     */
}
 .quickview-page #button-upload222 {
     margin-left: 10px;
}
 .quickview-page #input-quantity {
     padding: 10px;
     margin: 0 5px;
}
 .quickview-page .form-group.cart-block .form-control {
     display: inline-block;
     text-align: center;
     width: auto;
}
 .quickview-page #button-cart2 {
     vertical-align: top;
     font-size: 13px;
     padding: 8px 20px;

}
 .quickview-page .btn-group.wish-comp {
     margin-bottom: 20px;
}
 .quickview-page .wish-comp .btn {
     margin-right: 10px;
     margin-bottom: 10px;
     background-color: #df0145;
     color: #ffffff !important;
     transition-duration: 300ms;
     -webkit-transition-duration: 300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration: 300ms;
}
 .quickview-page .wish-comp .btn:hover {
     background-color: #000000;
     color: #ffffff !important;
     transition-duration: 300ms;
     -webkit-transition-duration: 300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration: 300ms;
}
 .quickview-page .alert-info {
     color: #fff;
}
 #content ul.list-unstyled li span.old-price {
     color: #696969;
     font-size: 16px;
}
 .product-quick_view-42 div.zoomContainer .zoomWindowContainer {
     display: block;
}
.content_headercms_top.fixed {
         position: fixed;
         top: 0;
         left: 0;
         right: 0;
         z-index: 99;
         animation: slide-down 0.7s;
         -webkit-animation: slide-down 0.7s;
         -moz-animation: slide-down 0.7s;
         -o-animation: slide-down 0.7s;
		background: #ffffff;
		box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.1);
		-ms-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.1);
		-o-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.1);
         
    }
     @keyframes slide-down {
         0% {
             transform: translateY(-100%) 
        }
         100% {
             transform: translateY(0) 
        }
    }
 @media (max-width: 1300px) {
     #column-left .fa-shopping-cart:before, #column-right .fa-shopping-cart:before {
         display:none;
    }
     #column-left .hidden-xs, #column-left .hidden-sm, #column-left .hidden-md {
         display:block !important;
         text-transform: capitalize;
         font-weight:normal;
         margin-top: -25px;
    }
     .col-sm-4.total_amount {
         margin-top: 88px;
    }
     .cms-banner-left{
         width: 27%;
    }
     .cms-banner-right{
         width:73%;
    }
     .cms-banner img{
         max-width:100%;
    }
     .cms-banner .cms-banner-left .single-banner{
         width:100%;
    }
     .cms-banner-right .cms-banner2.single-banner{
         width:56%;
    }
     .cms-banner-right .cms-banner3.single-banner{
         width:37.1%;
    }
     .box .box-content ul ul li ul{
         margin-left:13px;
    }
     .post-image{
         width:100%;
         height:100%;
    }
}
 @media (min-width: 980px) {
}
 @media (max-width: 1699px){
     .product-info .image-additional {
         width: 100%;
    }
}
 @media (max-width:1299px) {
     .header-navfull.fixed {
         left: 20px;
         right: 20px;
    }
     .text1{
         font-size:15px;
    }
     #footer .container{
    }
     .cms-banner-right .cms-banner2.single-banner{
         width: 55%;
    }
     .main-menu.container{
         padding:0;
    }
     .product-list .caption{
         width:53%;
    }
     .product-list .list-right{
         width: 37%;
    }
     #product .form-group.cart .btn-group {
         clear: both;
    }
     .title1 {
         font-size: 18px;
    }
     .tm-about-text {
         width: 76%;
    }
     .aboutme-read-more{
         width:149px;
    }
     .slider-banner .slide {
         width: 50%;
    }
     #column-left .box .box-content, #column-right .box .box-content{
    }
     #column-left .sidebar-category .box-content{
         padding:10px 0 10px 10px;
    }
     #column-left .product-items .product-details, #column-right .product-items .product-details{
         width:64%;
    }
     #column-left .box-product .image img, #column-right .box-product .image img {
        /*width:52px;
         */
    }
     .cms-banner-left {
         width: 26.5%;
    }
     .cms-banner-right{
         width:73.5%;
    }
     .cms-banner-right .cms-banner2.single-banner{
         width:55.6%;
    }
     .product-list .caption {
         width: 100%;
    }
     .footer-top-right .title1{
         font-size:19px;
    }
     .header-search{
        /*width:341px;
         */
    }
     #footer .col-sm-3.column.fourth{
        /*width:27%;
         */
    }
     .col-sm-3.search_subcategory {
         padding: 0 18px;
    }
     .box .box-content ul li ul li:hover > a.activSub, .box .box-content ul li:hover > a.activSub {
         background: url("../image/themeimage/menu-hover-arrow.jpg") no-repeat scroll 146px 1px transparent;
    }
     .newsletter{
    }
}
 @media (max-width: 979px) {

     .content_headercms_top.fixed {
         position: fixed;
         top: 0;
         left: 0;
         right: 0;
         z-index: 99;
         animation: slide-down 0.7s;
         -webkit-animation: slide-down 0.7s;
         -moz-animation: slide-down 0.7s;
         -o-animation: slide-down 0.7s;
		background: #ffffff;
		box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.1);
		-webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.1);
		-ms-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.1);
		-o-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.1);
         
    }
     @keyframes slide-down {
         0% {
             transform: translateY(-100%) 
        }
         100% {
             transform: translateY(0) 
        }
    }
     .header-search ,.header-search.active {
         height: 30px;
         width: 30px;
         background-size: 17px;
    }
     .newsletter {
		clear: both;
		padding: 50px 0;
		text-align: center;
    }
     .social-block{
		float: none;
		margin-bottom: 10px;
    }
     .main-slider {
    	    margin-bottom: 60px;
	}
     #logo .img-responsive {
         max-height: 50px;
         display: inline-block;
         vertical-align: top;
    }
     .header-logo {
		top: 11px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		float: none;
		z-index: 9;
		text-align: center;
		width: 117px;
		height: 50px;
		bottom: auto;
    }
     #main-menu {
         float: left;
         margin: 0;
         position: static;
	     border: none;
    }
    /* css for responsive menu */
     .responsive-menu .top_level {
         padding: 0;
         width: 100%;
    }
     .nav.navbar-nav{
         display:none;
    }
     .responsive-menu .nav.navbar-nav {
         height: auto;
         overflow-y: scroll;
         padding: 15px 15px;
         background: #ffffff;
         position: absolute;
         width: auto;
         z-index: 999;
         left: 0;
         right: 0;
         margin: 0 auto;
         top: 70px;
         -webkit-box-shadow: 0px 0px 5px 0px rgba(51,51,51,0.3);
         -moz-box-shadow: 0px 0px 5px 0px rgba(51,51,51,0.3);
         box-shadow: 0px 0px 5px 0px rgba(51,51,51,0.3);
    }
     
     .head-cont {
         box-shadow:none;
    }
     #menu.responsive-menu ul li a.mobile_togglemenu {
         right:0;
         background:none;
         margin-top:0;
         float: right;
         width: 33px;
         height:33px;
    }
     .responsive-menu li.toggle {
         box-shadow:none;
         -webkit-box-shadow: none;
         -moz-box-shadow: none;
         -ms-box-shadow: none;
         -o-box-shadow: none;
         padding:0;
         float:left;
         width:100%;
         margin:0;
    }
     .top_level.home.home_first {
         display: none;
    }
     #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a {
         float: left;
    }
     #menu.responsive-menu .dropdown:hover .dropdown-menu {
         display: none;
    }
     #menu.responsive-menu .dropdown .dropdown-menu {
         background:none;
         border: medium none;
         box-shadow: none;
         -webkit-box-shadow: none;
         -moz-box-shadow: none;
         -ms-box-shadow: none;
         -o-box-shadow: none;
         padding: 0;
         position: relative;
         width: 100%;
         margin-left:0 !important;
    }
     #menu.responsive-menu ul li a , #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a{
         color: #000000;
         display: block;
         font-size: 13px;
         line-height: 24px;
         padding: 3px 0;
         text-transform: capitalize;
         float:left;
         width:100%;
         border:none;
    }
     #menu.responsive-menu ul li a.mobile_togglemenu , #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a.mobile_togglemenu {
         right: 0;
         background: none;
         margin-top: 0;
         float: right;
         width: 33px;
         padding: 0;
         height: 33px;
         text-align: center;
         line-height: 33px;
         top: 0;
         left: auto;
    }
     #menu.responsive-menu .top_level.dropdown.toggle {
         margin: 0;
    }
     #menu.responsive-menu ul.nav li .megamenu.column1 ul.childs_1 {
         padding: 0 0 0 15px;
         float:left;
         width:100%;
    }
     .responsive-menu ul li .mobile_togglemenu:hover {
         background-color: rgba(0, 0, 0, 0);
    }
     #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown:hover > .dropdown-menu {
         display: none;
    }
     #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled > li.dropdown .dropdown-menu {
         width:100%;
         float:left;
         border: medium none;
         left: 0;
         position: relative;
         top: 0;
         padding: 0 0 0 15px;
    }
     #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li > a{
         color: #000000;
    }
     #menu.responsive-menu ul li:hover a, #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li > a:hover {
         background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
         color:#df0145;
    }
     .top_level.home {
         display: none;
    }
     #menu.responsive-menu .toggle .mobile_togglemenu:before, #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle > a.mobile_togglemenu:before , #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle > a.mobile_togglemenu:before {
         color: #000000;
         content: "\f067";
         font-family: "FontAwesome";
         font-size: 10px;
         line-height: 33px;
    }
     #menu.responsive-menu .toggle.active .mobile_togglemenu:before, #menu.responsive-menu ul.nav li .megamenu.column1 ul.list-unstyled li.toggle.active > a.mobile_togglemenu:before , #menu.responsive-menu ul.nav li .megamenu ul.list-unstyled li.toggle.active > a.mobile_togglemenu:before {
         color: #df0145;
         content: "\f068";
         font-family: "FontAwesome";
         font-size: 10px;
         line-height: 33px;
    }
     #menu ul.nav li .megamenu.column1 ul.list-unstyled li.dropdown > a::after{
         content:"";
    }
     #menu ul.nav li .megamenu.column1 ul.list-unstyled > li.dropdown .dropdown-menu {
         padding: 0 0 0 10px;
    }
     #menu.responsive-menu ul.nav li .megamenu ul.childs_1 {
         display: block;
         float: left;
         padding: 0 0 0 15px;
         width: 100%;
         margin: 0;
    }
     #menu.responsive-menu .list-unstyled.childs_1 > li{
         padding:0;
    }
     .newsletter .form-group{
         width: 80%;
    }
     .copyright-container.container{
         padding: 10px 15px;
         margin: 0;
    }
    /* end css for responsive menu */
     .content-top #column-left .sidebar-category{
         display:none;
    }
     .layout-2 .content-top #content{
         width:100%;
         min-height:0;
         padding:0 15px;
    }
     .nav-inner {
         display: block;
         background-color:transparent;
    }
     .main-menu.container {
         width: 100%;
         bottom: -52px;
         top: auto;
         background-color: #000000;
         padding-left: 124px;
    }
     .nav-responsive span{
         padding: 0;
         color: #000000;
         margin-right: 6px;
    }
     .nav-responsive:hover span{
         color: #df0145;
    }
     .responsive-menu {
         text-align: left;
         border-radius:0;
         -webkit-border-radius: 0px;
         -moz-border-radius: 0px;
         -khtml-border-radius: 0px;
    }
     .responsive-menu .main-navigation {
         background: none repeat scroll 0 0 #646464;
    }
     #column-left .box-product .image, #column-right .box-product .image {
    }
     .col-md-4.btn-list-grid {
         margin-bottom: 10px;
    }
     .pagination-right {
         clear: both;
         float: left;
         margin: 5px 0;
    }
     .product-compare .table-bordered{
         width:100%;
         float:left;
         overflow:auto;
         display:inline;
    }
     .layout-2 #content{
         width:100%;
    }
     .layout-2.left-col #column-left, .layout-2.right-col #column-right{
         width:100%;
    }
     .layout-2.left-col #column-left .toggle .mobile_togglemenu , .layout-2.right-col #column-right .toggle .mobile_togglemenu{
         top: 15px;
	     color: #ffffff;
    }
     #column-left .box .box-content, #column-right .box .box-content , #column-left .list-group, #column-right .list-group{
         display: none;
         margin-bottom: 10px;
         margin: 0;
    }
     #footer .content_footer_wrapper {
         padding: 50px 0;
    }
     #footer .col-sm-3.column {
         padding:0 15px;
         width: 100%!important;
         margin: 0;
    }
	.content_footer_center .row {
		margin: 0 -15px;
	}
    
     .box.sidebar-category {
         display: none;
    }
     .slider-banner .slide {
         width: 25%;
    }
     #accordion .form-horizontal .control-label{
         width:100%;
    }
     #top .container{
         padding:0 15px;
    }
     .content_headercms_bottom{
         display:none;
    }
     .cms-banner-right .cms-banner2.single-banner{
         width: 56.7%;
         margin:0 15px;
    }
     .cms-banner-right .cms-banner3.single-banner{
         width:37.3%;
    }
     .cms-subbanner2 {
         margin-top: 15px;
    }
     #footer .column{
         margin-bottom: 0;
         width: 100%;
         text-align: left;
		border: none;
		min-height: auto;
    }
    #footer .column.first {
		border: none;
	}
     #footer #footer_cms_block{
         padding:0;
         margin:0 0 10px 0;
    }
     .product-list .product-details{
         padding: 10px 15px;
    }
     .product-list .list-right{
         width: 37%;
         padding: 0 10px 0 20px;
    }
     .product-block .button-group {
    }
     .productpage .product-info .product-image .customNavigation span.prev,.productpage .product-info .product-image .customNavigation span.next{
         display:block;
    }
     .productpage .product-right{
         width: 50%;
    }
     .productpage .product-left {
         width:50%;
    }
     .checkout-cart .table.table-bordered .input-group-btn {
         clear: both;
         margin: 5px 0 0;
         float: left;
    }
     #accordion label.col-sm-2.control-label{
         width:100%;
    }
     .checkout-cart .input-group-btn:last-child > .btn, .checkout-cart .input-group-btn:last-child > .btn-group {
         margin-left: 0 !important;
         margin-right: 3px !important;
    }
     .checkout-cart #accordion .input-group-btn:last-child > .btn, .checkout-cart #accordion .input-group-btn:last-child > .btn-group {
         margin-left: 3px !important;
    }
     #accordion .col-sm-10 {
         width: 100%;
    }
     .form-horizontal .control-label {
         width: 22%;
    }
     .form-horizontal .col-sm-10 {
         width: 78%;
    }
     .product-list .product-thumb .caption{
         margin: 10px 0;
         padding: 0 ;
    }
     .footer-top{
         height:auto;
    }
     #column-left .product-items .product-details, #column-right .product-items .product-details{
         width:63%;
    }
     #column-left .product-thumb .price-new, #column-right .product-thumb .price-new {
         margin-top:2px;
    }
     .product-search .sortcat {
         width: 60%;
    }
     .cms-banner-right{
         width:73%;
    }
     .cms-banner-left{
         width:27%;
    }
     #footer {
         margin: 0;
    }
     .pagination-right{
         margin-left:5px;
    }
     .productpage .product-info .product-image .customNavigation span.next,.productpage .product-info .product-image .customNavigation span.prev{
    }
     .productpage .rating-star{
         display:inline-block;
         width:100%;
    }
     .newsletter .toggle .mobile_togglemenu {
         display: none;
    }
     #content.return .input-group.date .form-control{
         width:auto;
    }
     .tm-about-text{
         padding:0 0 0 15px;
    }
     .aboutme-read-more{
         margin:37px 15px 0 0;
    }
     .contact-info .left,.contact-info .right{
         width:100%;
    }
     .contact-info .right{
         float:left;
         text-align:left;
         clear:both;
    }
     .sidebarFilter{
    }
     .nav-responsive span {
         display: none !important;
    }
     #cart > .btn {
		    padding: 4px 15px 4px 60px;
			    background-size: 19px;
    }
     #cart {
    }
    
}
 @media (max-width: 767px) {
     .product-list .product-thumb .caption {
         min-height: 0;
         margin-left: 0;
    }
     .product-grid .product-thumb .caption {
         min-height: 70px;
    }
     .main-menu.container {
         padding-left: 0;
    }
     .layout-2.left-col #column-left, .layout-2.right-col #column-right{
         display:block !important;
         float: left;
    }
     .layout-2 #content,.layout-3 #content{
         width:100%;
    }
     .product-info .image-additional {
         width: 100%;
    }
     .product-info .image-additional a {
         padding: 1px;
         border: none;
    }
     .layout-2 #content{
         padding:0 15px;
         float: left;
    }
     .btn-info {
         margin-bottom:3px;
    }
     .col-sm-4.total_amount {
         margin-top: 20px;
    }
     #cart .dropdown-menu {
    }
     .checkout-cart .btn.btn-danger {
         margin-top: -2px !important;
    }
     .button_class {
         clear:both;
    }
     .show-wrapper{
         clear:both;
         margin:10px 0 0;
    }
     .category_filter .show {
         float: left;
         margin: 8px 10px 0 0;
    }
     .product-compare .table-bordered{
         float:left;
         width:100%;
         overflow:auto;
         display:inline;
    }
     .product-info .image, .product-info .additional-carousel {
         margin: 0 auto 15px;
         width: 300px;
    }
     .addthis_toolbox.addthis_default_style{
         margin: 10px 0;
    }
     #content .category_list .filterbox{
         border:1px solid #e7e7e7;
         margin:10px 0;
    }
     #content .category_list .filterbox .list-group a{
         border:none;
    }
     .content-top #content{
         min-height:0;
    }
     .container.content-bottom{
         margin-top:25px;
    }
     .post-image {
         width: 100%;
    }
     .text2{
         font-size:12px;
    }
     .text1{
         font-size:10px;
    }
     #banner1{
         display: inline-block;
         margin: 0 2.3%;
    }
     .cms-title{
         padding:15px 12px;
    }
     .post-image img{
         width:100%;
    }
     #testimonial-blog .slider-item.last_item_tm .single-post,#testimonial-blog .slider-item.first_item_tm .single-post{
         margin: 0 20px !important 
    }
     .cms-banner-right .cms-banner2.single-banner{
         width: 55% 
    }
     .cms-banner-left {
         width: 26%;
    }
     .cms-banner-right {
         width: 74%;
    }
     .cms-banner-right .cms-banner3.single-banner {
         width: 36.1%;
    }
     .cms-banner-right .cms-banner2.single-banner {
         width: 54.8%;
    }
     .footer-container ,.content_footer_bottom{
    }
     #bottomfooter,.powered{
         text-align:center;
    }
     #content .category_list .filterbox{
         clear:both;
    }
     .filterbox .list-group{
    }
     .product-list .list-right{
         padding: 0 10px 0 18px;
    }
     .pagination-wrapper{
    }
     .productpage .product-left{
         width:100%;
    }
     .productpage .product-right{
         width:100%;
         padding:35px 15px;
    }
     .form-horizontal .col-sm-10,.form-horizontal .control-label{
         width:100%;
    }
     #form-language .btn span, #form-currency .btn span{
    }
     .tm-about-text{
         background:none;
         padding:0 15px 0 30px;
    }
     .cms-banner-right{
         width:73.5%;
    }
     .cms-banner-left{
         width:26.5%;
    }
     .sale{
         opacity:1;
         -khtml-opacity: 1;
         -webkit-opacity:1;
         -moz-opacity:1;
    }
     .banners-slider-carousel .product-block-inner > img{
         max-width:100%;
    }
     .product-list .product-thumb .image{
         float:left;
    }
     .product-search .sortcat {
         width: 100%;
    }
     .productpage .write-review{
         display: block;
    }
     .productpage .write-review:before {
         display:none;
    }
     .account-address .table-bordered .text-right .btn-info ,.account-order-info .table-bordered .text-right .btn-primary{
         margin-bottom:0;
    }
     #content.return .input-group.date .form-control{
         width:100%;
    }
     .tm-about-text::before {
         content: none;
    }
     .content-wrap{
         margin-left:0;
    }
     .tm-about-text{
         width:65%;
         padding-left:15px;
    }
     .productpage .rating-wrapper .addthis_toolbox.addthis_default_style,.productpage .review-count{
         float:left;
    }
     .cms-banner-right{
         text-align:center;
    }
     #footer .copyright-container.container{
         margin:0;
         padding: 20px 0;
    }
     #footer .copyright-container.container .footer-container {
         float: none;
    }
     .social, .footer-top-right {
         float: none;
         text-align: center;
    }
}
 @media (max-width: 544px) {
     .newsletter .form-group {
         width: 90%;
    }
     .product-list .product-details {
         overflow: visible;
         display: inline-block;
         vertical-align: top;
    }
     .product-list .product-thumb .caption {
         text-align: center;
    }
     .product-list .caption .price {
         text-align: center;
    }
     .product-list .product-thumb .image {
         float: none;
         display: inline-block;
         vertical-align: top;
    }
}
 @media (max-width: 479px) {
     #accordion .panel-body {
         padding: 10px 10px 20px;
         border: none;
    }
	.newsletter .form-group {
         width: 100%;
    }
     .responsive-menu .nav.navbar-nav {
         top: 70px;
    }
     
     .content_headercms_top_inner {
        
    }
     .header-logo {
		left: 50px;
		right: auto;
		top: 16px;
		width: 90px;
		height: auto;
    }
     .main-menu {
    }
     .header-right {
         padding: 0;
    }
     #menu.responsive-menu{
         padding: 0;
    }
     #content .box .box-heading, .box-heading.side-box-heading,.newsletter-title{
    }
     .table{
         margin-bottom: 20px;
         overflow: scroll;
         width: 100%;
    }
     #top-links .list-inline{
    }
     .product-layout.product-grid{
         width:100% !important;
         text-align: center;
    }
     .shopping-cart .input-group .form-control{
         width:100%;
         padding:0;
         text-align:center;
    }
     .account-wishlist .table-bordered{
         float:left;
         width:100%;
         overflow:auto;
         display:inline;
    }
     #cart .dropdown-menu table {
    }
     .flex-direction-nav a:before {
         font-size:27px !important;
    }
     .dropdown-menu.pull-right {
         width: 100%;
    }
     #cart .dropdown-menu li > div {
         min-width:100%;
    }
     .category_filter .limit {
         float: left;
    }
     .contact-info .left,.contact-info .right{
         width:100%;
    }
     .product-info .image, .product-info .additional-carousel {
         width: 100%;
    }
     .nav-tabs > li{
         width:100%;
    }
     .nav-tabs > li > a{
         margin:0 0 2px;
    }
     .product-thumb .button-group .addtocart, .product-thumb .button-group .wishlist, .product-thumb .button-group .compare, .product-thumb .button-group .quickview a{
    }
     .productpage .review-count{
         display: inline-block;
         margin-left: 0;
    }
     .pagination-wrapper .page-link{
         float:left;
    }
     .pagination-wrapper .page-result{
         float:left;
         clear:both;
    }
     .checkout-cart .buttons .pull-right {
         clear: both;
         float: left;
         margin: 10px 0;
    }
     .bootstrap-datetimepicker-widget.dropdown-menu{
         width:auto;
    }
     .checkout-cart #accordion .input-group-btn {
         float: left;
         margin: 5px 0 0;
    }
     .single-banner {
         width: 100%;
         text-align: center;
    }
     .single-banner div ,.cms-banner-right .single-banner{
    }
     #banner1{
         margin:15px 0;
    }
     .cms-banner-left ,.cms-banner-right{
         width: 100%;
    }
     .cms-subbanner1 ,.cms-banner .cms-banner-left .cms-subbanner2.single-banner{
         width:100%;
         margin:10px 0;
    }
     .cms-banner-right .cms-banner2.single-banner {
         width:100%;
         margin:10px 0 6px;
    }
     .cms-banner-right .cms-banner3.single-banner {
         width: 100%;
         margin:10px 0;
    }
     .single-banner div img, .cms-banner-right .single-banner img{
         transition:none;
         -webkit-transition: none;
         -moz-transition: none;
         -ms-transition:none;
         -o-transition:none;
         display:inline;
    }
     .single-banner div:hover img, .cms-banner-right .single-banner:hover img{
         transform:none;
         -webkit-transform:none;
         -ms-transform:none;
         -o-transform:none;
         -moz-transform:none;
    }
     .slider-banner{
         display:none;
    }
     .container.content-bottom {
         margin-top: 0;
    }
     .content-top #content{
         margin-bottom:15px;
    }
     .htabs .etabs li {
         display: block;
         float: none;
         margin-top: 3px;
         width: 100%;
    }
     .etabs, .nav-tabs > li {
         width: 100%;
    }
     .htabs {
         height: auto;
    }
     .htabs a {
         display: block !important;
         float: none;
         margin: 3px 0 0;
         width: auto;
         background-color: #eeeeee;
         border-bottom: 2px solid #eeeeee;
    }
     .hometab .customNavigation a{
         top: -25px;
    }
     #content .hometab .box .box-content{
         padding:28px 0 0;
    }
     .owl-pagination {
        /*display: none;
         */
    }
     .product-list .caption{
         width:100%;
    }
     .product-list .list-right {
         clear: both;
         width: 100%;
         padding:0 10px;
    }
     .product-list .list-right{
         margin:0 0 10px;
         border-left:0 none;
         padding:0;
    }
     .product-list .caption{
         margin: 15px 0;
    }
     .productpage .nav-tabs > li > a {
         display: block !important;
         float: none;
         margin: 0 0 10px!important;
         width: auto;
    }
     .etabs, .nav-tabs > li {
         width: 100%;
    }
     .nav .pull-left {
         display: inline-block;
         float: none;
    }
     .nav.pull-right {
         float: none;
    }
     .nav.pull-left {
         float: none;
    }
     #top .container{
         text-align:center;
    }
     #form-currency .dropdown-menu, #form-language .dropdown-menu{
         min-width: 160px;
    }
     #cart{
        /*margin-top:10px;
         */
    }
     .content_headercms_top ,.header-cart{
         display:block;
    }
     .cms-data{
         border-right:0 none;
    }
     .header {
        /*height: 180px;
         */
    }
     .header-search{
        /*top:212px;
         */
    }
     .content_headercms_top{
        /*margin-top:0;
         */
    }
     .header-tele-cms{
         right:0;
    }
     .cms-data{
         padding-right:0;
    }
     #cart > .btn{
         margin-right:0;
         margin-left:0;
    }
     .checkout-cart #accordion .input-group-btn:last-child > .btn, .checkout-cart #accordion .input-group-btn:last-child > .btn-group {
         margin: 0 !important;
    }
     .list-buttoncart{
         clear:both;
    }
     .tm-about-text {
         width: 100%;
         padding:0 15px 15px;
         margin-bottom:0;
         text-align:center;
    }
     .aboutme-read-more{
         margin:10px 0 25px 0;
         width:100%;
         text-align:center;
    }
     .product-search .sortcat{
         width: 100%;
    }
     #cart > .btn{
         margin-left:0;
    }
     #top-links{
    }
     .myaccount .dropdown-menu{
        /*margin: 6px 0 0;
         */
    }
     .box.related .box-heading{
        /*width:77%;
         */
    }
     .row.site-map{
         overflow:auto;
    }
     .contact-info .right{
         text-align:center;
    }
     .main-slider::after{
         top: 50px;
    }
     .main-slider{
        /*margin-bottom: 50px;
         */
    }
     .main-slider .swiper-pager {
         display: none;
    }
     .main-slider .swiper-pagination{
         display: block;
    }
     #txtemail{
         text-align: center;
         width: 100%;
         margin-bottom: 10px;
    }
     #cart .dropdown-menu {
         left: auto;
         right: -12px;
         width: 310px;
         overflow: scroll;
         padding: 12px;
    }
}
 @media (max-width: 319px){
     .product-info .product-image .customNavigation{
         width:196px;
         margin:0 auto;
         position: relative;
    }
     .product-info .additional-carousel {
         width:196px;
         margin:0 auto;
    }
     .compare-total {
         clear: both;
         margin: 8px 10px 10px 0;
    }
     #cart .text-right .addtocart{
         margin:0 0 5px;
    }
     #cart .text-right .checkout{
         margin:0;
    }
     .tm-about-text{
         background:none;
         padding:0 15px 
    }
     .aboutme-read-more{
         margin:25px 0;
    }
     #footer .column #contact ul{
         overflow: auto;
         width: 100%;
    }
     .post-date{
         min-width:45px;
    }
     .compare-total{
         margin-left:5px;
    }
     #product #input-quantity{
         margin-bottom:5px;
    }
     .account-address .table-bordered .text-right .btn-danger,account-order-info .table-bordered .text-right .btn-danger{
         float:left;
         clear:both;
         margin-top:2px;
    }
     .account-address .table-bordered .text-right .btn-info, .account-order-info .table-bordered .text-right .btn-primary{
         float:left;
    }
}
/* Theme End */
 .alert.alert-success.animated.fadeInDown{
     width:100%;
     text-align:center;
     margin:0 -5px;
}
 .product-compare .btn-block + .btn-block {
     margin-top: 0;
     background: #df0145;
     color: #ffffff;
}
 .product-compare .btn-block + .btn-block:hover {
     background: #000000;
     color: #ffffff;
}
 .main-slider .swiper-pager div {
     position: static;
     margin: 0;
   /*  background-color: #ffffff; */
     background-size: 16px;
     float: left;
     width: 80px;
     height: 80px
}
 .main-slider .swiper-viewport .swiper-pager {
     position:absolute;
     top:auto;
     bottom:10px;
     left:0;
     right:0;
     margin:0 auto;
     text-align:center;
     z-index:99;
     transition-duration: 300ms;
     -webkit-transition-duration:300ms;
     -moz-transition-duration: 300ms;
     -ms-transition-duration: 300ms;
     -o-transition-duration:300ms;
     width: 160px;
}

 .item.text-center.product-innerblock {
     display: inline-block;
     vertical-align: top;
}
/* Vertical Category start */
 .vertical-category .dropdown-inner {
     -webkit-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.3);
     -moz-box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.3);
     box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.3);
     padding: 25px;
}
 .vertical-category .dropmenu li:hover .megamenu .dropdown-inner {
     animation: fadeIn 0.4s;
     -webkit-animation: fadeIn 0.4s;
     -moz-animation: fadeIn 0.4s;
     padding: 25px;
}
 @keyframes fadeInLeft {
     from {
         opacity: 0;
         transform: translate3d(-100%, 0, 0);
    }
     to {
         opacity: 1;
         transform: none;
    }
}
 @keyframes fadeIn {
     from {
         opacity: 0;
    }
     to {
         opacity: 1;
    }
}
 .vertical-category .dropmenu .dropdown-inner ul li {
     border: none;
     margin: 0;
}
 .vertical-category .dropdown-inner:before {
     content: '';
     border-top: 10px solid transparent;
     border-bottom: 10px solid transparent;
     border-right: 10px solid #eeeeee;
     position: absolute;
     top: 20px;
     left: -10px;
}
 #column-left .box .vertical-content.box-content {
     padding: 0 30px;
}
 .vertical-category .list-unstyled .dropdown-inner:before {
    top: 10px;
}
 .vertical-category .list-unstyled .dropdown-inner {
}
 .box.vertical-category .top_level a {
     padding: 20px 20px;
     font-size: 12px;
     font-weight: 500;
     color: #000000;
     margin: 0;
     text-transform: uppercase;
     text-align: left;
     transition: 300ms ease;
     -webkit-transition: 300ms ease;
     -moz-transition: 300ms ease;
     -ms-transition: 300ms ease;
     -o-transition: 300ms ease;
     border-bottom: 1px solid #F2F2F2;
}
 .vertical-category .top_level:last-child a {
     border: none;
}
 .box.vertical-category .top_level a:hover {
     color: #df0145;
     transition: 300ms ease;
     -webkit-transition: 300ms ease;
     -moz-transition: 300ms ease;
     -ms-transition: 300ms ease;
     -o-transition: 300ms ease;
}
 .vertical-category .dropdown-menu li>a:hover {
     color: #df0145 !important;
     background: transparent;
}
 .vertical-content .top-vertical-category .top_level.dropdown li.top_level {
     padding: 0;
}
 .vertical-category #nav-one>li .column3 ul>li .dropdown-inner {
     position: static;
     box-shadow: none;
     border: none;
     border-radius: 0;
     padding: 0;
     animation: unset;
     -webkit-animation: unset;
     -moz-animation: unset;
}
 #nav-one .dropdown:hover .dropdown-menu, #nav-one .hiden_menu:hover .dropdown-menu {
     display: block;
}
 #nav-one .dropdown:hover .megamenu.more, #nav-one .hiden_menu:hover .megamenu.more {
     padding: 0;
     box-shadow: none;
}
 .vertical-category li .megamenu.more a {
     padding: 5px !important;
}
 .vertical-category li .megamenu.more a:before {
     display: none;
}
 .dropmenu li .megamenu.more .dropdown-inner {
     padding: 10px;
}
 #nav-one>li>.dropdown-menu {
     left: 100%;
     right: auto;
     padding: 0;
     border: none;
}
 #nav-one>li.hiden_menu>.dropdown-menu {
     padding: 22px;
}
 .top_level.hiden_menu {
     position: relative;
}
 #nav-one li .megamenu ul.childs_1 {
     padding: 0 10px;
}
 #nav-one li .megamenu ul.childs_1:last-child {
}
 #nav-one li ul {
     display: table-cell;
     float: none;
}
 #nav-one ul {
     display: inline-block;
     float: none;
     margin: 0 auto;
     text-align: left;
}
 #nav-one li .megamenu ul.list-unstyled li>a, .hiden_menu .top_level a {
     color: #000000;
     font-size: 13px;
     font-weight: 400;
     padding: 5px 8px;
     text-transform: capitalize;
     width: 100%;
}
 #nav-one li .megamenu ul.list-unstyled li>a:before {
     display: none;
}
 #nav-one>li ul>li>a {
     min-width: 188px;
}
 #nav-one>li ul>li>a {
     min-width: 188px;
}
 #nav-one li ul>li>a, .responsive-menu .main-navigation li a {
     color: #262626;
     display: block;
     font-size: 13px;
     padding: 8px;
     white-space: nowrap;
}
 #nav-one li .megamenu ul.list-unstyled li .dropdown-menu {
     border: medium none;
     margin: 0;
     padding: 0;
     position: relative;
}
 #nav-one li ul {
     display: table-cell;
     float: none;
}
 #nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li>a {
     color: #000000;
     display: inline-block;
     font-size: 12px;
     font-weight: 400;
     line-height: 24px;
     position: relative;
     text-transform: capitalize;
     border: none;
     text-align: left;
     margin: 0;
}
 #nav-one li .megamenu ul.list-unstyled.childs_2 a {
     min-width: 145px;
}
 #nav-one li .megamenu.column1 ul.childs_1 {
     border: medium none;
     padding: 0;
}
 #nav-one li .megamenu.column1 ul.list-unstyled li>a, .hiden_menu .top_level>a {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     font-size: 12px;
     font-weight: 400;
     line-height: 24px;
     color: #000000;
     border: none;
     text-align: left;
     margin: 0;
}
 #nav-one li .megamenu.column1 ul.list-unstyled>li.dropdown .dropdown-menu {
     display: none;
     left: 0;
     padding: 10px;
     position: absolute;
     top: 0;
}
 #nav-one li .megamenu.column1 ul.list-unstyled>li.dropdown:hover>.dropdown-menu {
     display: block;
     padding: 0;
     left: 100%;
}
 #nav-one li .megamenu.column1 ul.list-unstyled li:hover>a, #nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li:hover>a, .hiden_menu .top_level:hover>a {
     color: #df0145;
}
 #nav-one .dropmenu li a:before {
     font-family: 'FontAwesome';
     content: '\f0da';
     font-size: 11px;
     font-weight: 400;
     color: #283546;
     margin-right: 5px;
     transition: all 300ms ease;
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     -ms-transition: all 300ms ease;
     -o-transition: all 300ms ease;
}
 #nav-one .dropmenu li:hover a:before {
     color: #df0145;
}
 .column_left_cms .box.last .list-group {
     border-bottom: medium none;
     margin-bottom: 0;
     padding: 4px 0 0;
}
 .column_left_cms .box.last {
     margin-bottom: 0;
}
 @media (min-width: 980px) {
     .vertical-category {
         position: relative;
         z-index: 2;
         margin-bottom: 30px;
         clear: both;
    }
     .vertical-content .top-vertical-category {
         margin: 0;
         text-align: left;
         width: 100%;
         z-index: 999999;
    }
     .vertical-content .top-vertical-category .top_level.dropdown {
         position:relative;
         padding: 0;
    }
     .vertical-content .top-vertical-category .top_level.dropdown:before {
         content: '';
         background-image: url('../image/themeimage/vertical-menu-icon-active.svg');
         background-position: center;
         background-repeat: no-repeat;
         background-size: 10px;
         display: block;
         position: absolute;
         top: 23px;
         bottom: auto;
         right: 10px;
         left: auto;
         padding: 7px;
    }
     .vertical-content .top-vertical-category .top_level.dropdown:hover:before {
         background-image: url('../image/themeimage/vertical-menu-icon-active-hover.svg');
    }
}
 @media (max-width: 1799px) {
     #column-left .box .vertical-content.box-content {
         padding: 0 15px;
    }
}
 @media (max-width: 979px) {
 .main-slider .swiper-viewport .swiper-pager {
 	display:none;
 }
 .main-slider .swiper-pagination {
    display:block;
 }
}
 .vertical-category.col-sm-3 {
     padding: 0;
     position: relative;
}
 #nav-one li .megamenu.column3 ul.list-unstyled li .dropdown-menu {
     box-shadow: none;
}
 #nav-one li .megamenu.column3 ul.list-unstyled li .dropdown-menu .dropdown-inner:before {
     display: none;
}
 #nav-one li .megamenu.column3 ul.list-unstyled li a {
     font-weight: 500;
     text-transform: uppercase;
     font-size: 12px;
     color: #000000;
     text-align: left;
}
 #nav-one li .megamenu.column3 ul.list-unstyled li a:hover {
     color: #df0145 !important;
}
 #nav-one li .megamenu ul.list-unstyled li .dropdown-menu ul.list-unstyled li>a:hover {
     color: #df0145 !important 
}
 #nav-one li .megamenu ul.list-unstyled .dropdown>a {
     font-weight: 500;
     font-size: 12px;
     padding: 5px 8px 5px;
     margin: 0 0 15px;
}
 .vertical-category .box-content ul li {
     padding: 0;
}
 @media (max-width: 1299px) {
     .vertical-content .top-vertical-category {
         padding: 15px 0;
    }
}
 @media (max-width: 1199px) {
     .box.vertical-category .top_level a {
         padding: 20px 10px;
    }
}
 @media (max-width: 979px) {
     .vertical-category {
         display: none;
    }
     .vertical-content .top-vertical-category {
         display: none;
         height: auto;
         overflow-y: scroll;
         padding: 12px 20px;
         background: #df0145;
         position: absolute;
         width: auto;
         z-index: 999;
         box-shadow: 0px 0px 5px 0px rgba(51,51,51,0.3);
         -webkit-box-shadow: 0px 0px 5px 0px rgba(51,51,51,0.3);
         -moz-box-shadow: 0px 0px 5px 0px rgba(51,51,51,0.3);
         -ms-box-shadow: 0px 0px 5px 0px rgba(51,51,51,0.3);
         -o-box-shadow: 0px 0px 5px 0px rgba(51,51,51,0.3);
         left: 0;
         right: 0;
         margin: 0 auto;
         top: 80px;
    }
     .vertical-category .top_level a {
         margin:0;
         text-align: left;
    }
     .vertical-content {
         background-image: url(../image/themeimage/menu.svg);
         background-repeat: no-repeat;
         background-position: center;
         display: inline-block;
         vertical-align: top;
         background-size: 18px;
         height: 30px;
         width: 30px;
         font-size: 0;
         transition-duration: 300ms;
         -webkit-transition-duration: 300ms;
         -moz-transition-duration: 300ms;
         -ms-transition-duration: 300ms;
         -o-transition-duration: 300ms;
         border-radius: 50px;
         -webkit-border-radius: 50px;
         -khtml-border-radius: 50px;
         -moz-border-radius: 50px;
         background-color: #ffffff;
    }
}
/* Vertical Category end */
.last-word {
    font-weight: 100;
    display: block;
    font-size: 18px;
}
 .box.product-box {
     margin-bottom: 80px;
}
 @media (max-width: 979px){
     .box.product-box {
         margin-bottom: 30px;
    }
}
/* Css for banner cms start */
#bannercmsblock {
    margin: 0 0 100px 0;
    z-index: 2;
    position: relative;
    overflow: hidden;
}

#bannercmsblock .banner-item{
   margin-bottom:30px;
}
#bannercmsblock .bannercmsblock-wrapper {
    margin-bottom: 0;
}
#bannercmsblock .bannercmsblock-wrapper-inner .banner-item:last-child {
    margin: 0;
}
.banner-item-inner {
	position: relative;
	overflow: hidden;
}
#bannercmsblock .banner-item .banner-img img{
	max-width:100%;
	height:auto;
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-ms-transition-duration: 500ms;
	-o-transition-duration: 500ms;
}
.pst-sub-banner-item-inner{
	position:relative;
	overflow: hidden;
}
#bannercmsblock .banner-item .banner-details{
    text-transform: capitalize;
    text-align: left;
    color: #000000;
    z-index: 9;
    position: absolute;
    top: 31%;
    bottom: auto;
    left: 8%;
    right: auto;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
#bannercmsblock .banner-item.third .banner-details {
    top: 28%;
    left: 6%;
	right:auto;
}
#bannercmsblock .banner-item.forth .banner-details {
    top: 26%;
    right: 4%;
	left:auto;
}
#bannercmsblock .banner-item .banner-details .banner-text1 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    display: block;
}
#bannercmsblock .banner-item.third .banner-details .banner-text1 {
    font-size: 80px;
    line-height: 80px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    text-shadow: -2px 0 7px rgba(53,53,53,0.5);
}
#bannercmsblock .banner-item .banner-details .banner-text2 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    display: block;
    margin-bottom: 50px;
}
#bannercmsblock .banner-item.third .banner-details .banner-text2 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#bannercmsblock .banner-item.forth .banner-details .banner-text2 {
    margin-bottom: 50px;
}
#bannercmsblock .banner-name{
    font-weight: 700;
    font-size: 12px;
    text-decoration: underline;
    display: inline-block;
    vertical-align: top;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    text-transform: uppercase;
    color: #df0145;
}
#bannercmsblock .banner-name:hover{
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    color: #000000;
}
#bannercmsblock .banner-item .banner-img{display:block;    overflow: hidden;}

#bannercmsblock .banner-item:hover .banner-img img{
	transform: scale3d(1.1,1.1,1.1);
	-webkit-transform: scale3d(1.1,1.1,1.1);
	-ms-transform:scale3d(1.1,1.1,1.1);
	-o-transform:scale3d(1.1,1.1,1.1);
	-moz-transform:scale3d(1.1,1.1,1.1);
}


@media (max-width: 1299px) {
#bannercmsblock .banner-item.third .banner-details {
    top: 20%;
}
#bannercmsblock .banner-item .banner-details {
    top: 22%;
}
#bannercmsblock .banner-item.forth .banner-details {
    top: 17%;
}
}
@media (max-width: 979px) {
#bannercmsblock {
    margin: 0 0 60px 0;
}

#bannercmsblock .banner-item .banner-details .banner-text2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
}
#bannercmsblock .banner-item.forth .banner-details .banner-text2 {
    margin-bottom: 30px;
}

}
@media (max-width: 767px) {
.banner-item-inner {
    display: inline-block;
    vertical-align: top;
}
#bannercmsblock .banner-item , #bannercmsblock .bannercmsblock-wrapper-inner .banner-item:last-child{
    margin-bottom: 20px;
    text-align: center;
}
#bannercmsblock .bannercmsblock-wrapper-inner .banner-item.forth {
	margin:0;
}
#bannercmsblock .banner-item.third .banner-details .banner-text1 {
    font-size: 50px;
    line-height: 50px;
}
}
@media (max-width: 479px) {
#bannercmsblock .banner-item .banner-details .banner-text1 {
    font-size: 18px;
    line-height: 24px;
}
#bannercmsblock .banner-item .banner-details .banner-text2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 20px;
}
#bannercmsblock .banner-item.forth .banner-details .banner-text2 {
    margin-bottom: 20px;
}
#bannercmsblock .banner-item.third .banner-details {
    top: 12%;
}
#bannercmsblock .banner-item.forth .banner-details {
    top: 22%;
}
}
/* Css for banner cms end */


/* Css for category list start */

#pstcategorylist {
    margin-bottom: 100px;
    position: relative;
}

#pstcategorylist .container {
    position: relative;
}

ul.pstcategorylist-carousel {
    position: static;
    overflow: hidden;
}

#pstcategorylist .categoryblock {
    border: 1px solid #E4E4E4;
    text-align: center;
    background-color: #ffffff;
}

#pstcategorylist .categoryblock .image {
    overflow: hidden;
    border-bottom: 1px solid #E4E4E4;
}

#pstcategorylist .categoryblock .image a {
    display: inline-block;
    position: relative;
    vertical-align: top;
    overflow: hidden;
}

#pstcategorylist .categoryblock .image img {
    transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -ms-transition: all 1s ease-out 0s;
    -o-transition: all 1s ease-out 0s;
}

#pstcategorylist .categoryblock .image:hover img {
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
}

#pstcategorylist .categoryblock .categorylist {
    padding: 20px 0;
    display: none;
}

#pstcategorylist .categoryblock .categorylist .cat-title {
    margin-bottom: 25px;
}

#pstcategorylist .categoryblock .categorylist .cat-title a {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #000000;
    text-transform: uppercase;
    display: block;
}

#pstcategorylist .categoryblock .categorylist .viewmore {
    display:none;
    }


#pstcategorylist .title-wrapper {
    display:none;
}
    

#pstcategorylist .categoryblock .categorylist .cat-title a:hover {
    color: #df0145;
}

#pstcategorylist .categorylist #subcategory a {
    text-transform: capitalize;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

#pstcategorylist .categorylist #subcategory a:hover {
    color: #df0145;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

#pstcategorylist .categoryblock .categorylist #subcategory li {
    padding: 0 5px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

#pstcategorylist .categorylist #subcategory li.viewmore {
    padding: 0;
}

#pstcategorylist .categorylist #subcategory .viewmore a {
    padding: 0;
    color: #df0145;
    border: none;
}

#pstcategorylist .categorylist #subcategory .viewmore a:hover {
    color: #000000;
    background-color: transparent;
}

#pstcategorylist .categorylist ul#subcategory {
    display: none;
    margin-bottom: 15px;
}

#pstcategorylist .categorylist .viewmore a {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    padding: 5px 20px;
    border: 1px solid #df0145;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    color: #000000;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

#pstcategorylist .categorylist .viewmore a:hover {
    background: #df0145;
    color: #ffffff;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

#pstcategorylist .categoryblock .categorylist #subcategory li.child-item:before {
    content: ',';
    display: block;
    position: absolute;
    height: 5px;
    width: 5px;
    color: #999999;
    right: 0;
}

#pstcategorylist .category_item {
    position: relative;
    padding: 0 15px;
    overflow: hidden;
}

#pstcategorylist .category-grid .category_item {
    margin-bottom: 30px;
}

#pstcategorylist .categorylist-inner {
    margin: 0 -15px;
    overflow: hidden;
}

@media (min-width: 980px){
    #pstcategorylist:before {
        content: '';
      /*  background-image: url(../image/themeimage/categorycms-bg.png);*/
        background-repeat: no-repeat;
        background-position: center center;
        background-color: transparent;
        background-size: 100%;
        display: block;
        width: 198px;
        height: 395px;
        position: absolute;
        left: 0;
        right: auto;
        bottom: 0;
        top: auto;
    }
}
@media (max-width: 979px) {
    #pstcategorylist {
        margin-bottom: 50px;
    }
}

/* Css for category list end */


/* contact page success message start */

.contact-success {
    color: #4F8A10;
    background-color: #DFF2BF;
    border-color: #DFF2BF;
    padding: 10px 15px;
    margin: 10px 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.contact-success .fa {
    font-size: 14px;
    margin: 0 5px;
}

.contact-success .con-msg {
    display: inline-block;
    vertical-align: top;
}

.contact-success .con-msg p {
    margin: 0;
}

.mb15{
    margin-bottom: 15px;
}
.ozel{
    padding: 0px !important;
}

.content-bottom h2{
    display: none;
}
.mt25{
    margin-top: 25px;
}
#aciklama{
    font-size: 14px;
    color: #000000;
}
.ozel{
    padding:0px !important;
}

/* contact page success message end */