*:active,
*:focus,
*:hover{
	outline: none !important;
	text-decoration: none;
	box-shadow: none;
}
body {
	font-family: Carrois Gothic,Arial,Helvetica,sans-serif;
	font-weight: 400;
	color: #555;
	font-size: 13px;
	width: 100%;
}
img{
	max-width: 100%; 
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	color: #333333;
	margin: 0;
	padding: 0;
	font-family: Open Sans,Arial,Helvetica,sans-serif;
}
h1            { font-size:30px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:16px; font-weight:normal; }
h4            { font-size:14px; font-weight:normal; }
h5            { font-size:12px; font-weight:normal; }
h6            { font-size:11px; font-weight:normal; }
/* default font size */
.fa {
	font-size: 13px;
}
a {
	color: #555;
	cursor: pointer;
}
a.colored {
	color: #9E9E9E;
}
a:hover {
	text-decoration: none;
	color: #880055;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.form-group label.error {
	color: red;
}
.form-control,
.form-control:focus{
	box-shadow: none;
	border: 1px solid #D7D7D7;
}
/* Lists */
ul,ol         { list-style:none; margin: 0; padding: 0;}

/* 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: #b8b8b8;
	font-weight: bold;
}
hr{
	border-color: #f2f2f2;
	margin: 0;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #880055;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #880055;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #880055;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #880055;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #880055;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #880055;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #880055;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #880055;
}
.tooltip-inner{
	background: #880055;
}
#button-guest:hover, #button-search:hover, #button-review:hover, #button-account:hover,
#button-login:hover, #button-confirm:hover, #button-payment-method:hover, #button-register:hover,
#button-shipping-method:hover, #button-quote:hover, #button-coupon:hover,
.form-horizontal input.btn:hover, a.btn:hover, input[type='submit']:hover, .button:hover{
	background: #000;
	color: #fff;
	border-color: #000;
}
#button-guest, #button-search, #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a.btn, input[type='submit'], .button{
	border: 2px solid #000;
	background: #fff;
	padding: 0px 15px;
	text-transform: uppercase;
	border-radius: 0;
	font-family: Carrois Gothic,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #000;
	height: 38px;
	line-height: 34px;
	display: inline-block;
}
/* transition */
.product-grid .product-intro i:hover, .actions-link .btn-quickview:hover i,
.owl-controls .owl-buttons > div:hover, .btn:hover, footer .list-unstyled li a:hover, .social-icons li a:hover,
.policy-static .text-content:hover, .policy-static .text-content:hover h2, a:hover , .banner:hover img{
	-webkit-transition: ease-in-out all 0.3s;
	-moz-transition: ease-in-out all 0.3s;
	transition: ease-in-out all 0.3s;
}
#top{
	background: url('../image/top_bar.png');
	color: #999;
}
#top .dropdown-menu{
	margin: 0;
}
.lang-cur .btn-link{
	color: #fff;
	padding: 10px 0;
	margin-left: 3px;
	font-size: 13px;
}
#top .btn-link{
	border: none;
}
#top .btn-link span{
	font-size: 13px;
/* 	text-transform: capitalize; */
}
#top .btn-link i{
	margin-left: 3px;
}
#top .text-cl{
	display: inline-block;
	padding: 10px 0;
}
.lang-cur > div:not(:last-child){
	margin-right: 10px;
}
#top .dropdown-menu{
	border-radius: 0;
	box-shadow: none;
}
#top .dropdown-menu li button{
	color: #555;
	margin: 0;
}
.currency-selected, .language-selected,
.currency-select:hover, .language-select:hover{
	color: #880055 !important;
}
#top-links .btn-link{
	padding: 10px 0;
	color: #fff;
	font-size: 13px;
}
#top-links ul ul li{
	padding: 10px 0;
	text-align: center;
}
#top-links ul ul li a{
	padding: 0;
	font-size: 13px;
}
#top-links ul ul li a:hover{
	background: none;
	color: #880055;
}
#top-links > ul > li > a:hover{
	color: #fff;
}
#logo img{
	margin: 0 auto;
}
#search-by-category {
	border: 1px solid #EBEBEB;
	background: #F5F5F5;
    position: relative;
	float: left;
/* 	text-transform: capitalize; */
	font-weight: 400;
	padding: 2px 0;
	margin-top: 5px;
}
#search-by-category .search-container .categories-container{
    float:left;
    position:relative
}
#search-by-category .search-container #text-search{
    box-shadow:none;
    height:30px;
    color: #bbb;
	padding: 0;
    float: left;
    border:none;
    text-indent: 10px;
    border-left: 1px solid #E5E5E5;
	background: none;
	width: 200px;
}
#search-by-category #sp-btn-search{
    float:right;
    background: none;
	margin-top: -30px;
}
#search-by-category .search-container .categories-container{
    border-radius: 20px 0 0 20px;
}
#search-by-category .search-container .categories-container .hover-cate p{
    margin:0;
    padding:0 15px 0 10px;
    cursor: pointer;
    overflow: hidden;
    display: table;
	line-height: 30px;
}
#search-by-category .search-container .categories-container .hover-cate p span{
  line-height: 30px;
}
#search-by-category .search-container .categories-container .hover-cate p i{
    position:absolute;
    top:0;
    right:0px;
    padding: 0 5px 0 0;
    line-height: 30px;    
}
#search-by-category .search-container .categories-container .hover-cate .cate-items{
    z-index:112 !important;
    position: absolute;
    display: none;
    background: none repeat scroll 0% 0% #FFF;
    max-height: 300px;
    overflow: auto;
    margin-top:3px;
    border: 1px solid #ebebeb!important;
    padding: 5px;
    width:150%;
    cursor: pointer;
}
.cate-items li {
    text-transform: uppercase;
    color:#333;
    font-size: 10px;
    list-style: none;
}
.cate-items li:hover{
    color: #880055;
}
.cate-items li.f1 {
    padding-left: 5px;
}
.cate-items li.f2 {
    padding-left: 15px;
}
#search-by-category .search-ajax{
    position: absolute;
    z-index:113 !important;
    background: none repeat scroll 0% 0% #fff;
    right: 0px;
    top: 100%;
    width:100%;
}
#search-by-category .search-ajax li{
    list-style: none;
}
#search-by-category .search-ajax .ajax-result-container{
  box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-msg{
  padding: 20px;
  margin: 0;
  color: #646464;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list{
    display:block;
    border:1px solid #ddd;
    max-height:300px;
    overflow: auto;
    padding:10px;
}
#btn-search-category:hover{
	color: #880055;
}
#btn-search-category{
    border:none!important;
    padding:0 5px;
    box-shadow:none;
    text-shadow:none;
	color: #bbb;
	background: none;
	height: 30px;
	display: block;
}
#btn-search-category i{
    text-align: center;
	font-size: 16px;
}
.search-ajax .ajax-result-list li{
	margin-bottom: 20px;
}
.search-ajax .product-info .price-box .old-price span{
	color: #999;
}
.search-ajax .product-info .price-box .old-price{
	text-decoration: line-through;
}
.search-ajax .product-info .price-box p{
	margin: 0;
}
.search-ajax .product-info .product-name{ margin: 10px 0 5px;
	font-size: 13px;
}
#cart{
	/*margin-top: 5px;*/
}
#cart > button i{
	font-size: 16px;
}
#cart > button{
	background: #f0f0f0;
	border-radius: 0;
	padding: 7px 20px;
	color: #161616;
	box-shadow: none;
}
#cart .dropdown-menu{
	padding: 10px;
	margin: 0;
	box-shadow: none;
	border-radius: 0;
	border-color: #ebebeb;
	max-height: 400px; 
	overflow: auto;
	min-width: 300px;
}
.text_cart{
	text-transform: uppercase;
	padding: 0 5px;
}
#content{
	min-height: 300px;
}
#top-links > ul >li a{
	/*color: #999;*/
	color: #fff;
}
#top-links > ul >li >ul >li a{
	color: #999;
}
.main-menu{
	border-top: 1px solid #eaeaea;
}
.header-inner{
	/*padding: 40px 0;*/
	/*padding: 10px 0 0 0;*/
}
.header-inner .img-thumbnail {
	border: none;
    border-radius: 4px;
    padding: 0px 15px 5px 15px;
}
.header-inner .header-slider-wraper img {
	width: 100%;
}

#logo2 a{
	display: block;
}
#logo2{
	display: none;
	position: absolute;
	z-index: 112;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(.6);
	-moz-transform: translateY(-50%) scale(.6);
	-o-transform: translateY(-50%) scale(.6);
	transform: translateY(-50%) scale(.6);
	-webkit-transform-origin:left center;
	-moz-transform-origin:left center;
}
/*
.main-menu.fix-header .pt_custommenu {
    padding-left: 160px;
}
*/
.main-menu.fix-header{
	border: none;
	position: fixed;
	top: 0;
	width: 100%;
	border-bottom: 1px solid #eaeaea;
	z-index: 3000;
	background: #fff;
}
.main-menu.fix-header .follow-us{
	display: none;
}
.nav-container{
	border-bottom: 1px solid #eaeaea;
	padding-right: 200px;
}
.main-menu.fix-header .nav-container{
	float: left;
	border: none;
	padding: 0;
	margin-top: 5px;
}
.main-menu.fix-header #logo2{
	display: block;
}
.main-menu > .container{
	position: relative;
}
.container.home-container {
	padding: 10px 0px;
}
.container.home-container .ocnewproductslider {
	margin: 30px 0px 0px 0px;
}
.container.home-container .ocnewproductslider .ocnewproduct-title h2 {
	margin: 0px 0px 10px 13px;
}
.follow-us{
	position: absolute;
	right: 15px;
	top: 14px;
	vertical-align: middle;
	z-index: 112;
	display: none;
}
#cart {
	position: absolute;
	right: 15px;
	top: 8px;
	vertical-align: middle;
	z-index: 112;
}
.follow-us label{
	font-weight: 700;
/* 	text-transform: capitalize; */
	display: inline-block;
}
.follow-us ul{
	display: inline-block;
}
.follow-us ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px;
	font-size: 20px;
}
.follow-us ul li i{
	font-size: 20px;
}
/* cmsblock */
.banner1{
	margin: 0 -15px;
}
.banner{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.banner:hover img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.banner.banner-style2 .text-content{
	right: 20px;
	left: 20px;
}
.banner .text-content{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: rgba(255,255,255,.8);
	left: 0;
	right: 0;
	text-align: center;
	padding: 20px 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.banner .text-content h2{
	font-size: 23px;
	text-transform: uppercase;
	font-family: Open Sans,Arial,Helvetica,sans-serif;
}
.banner .text-content p{
	font-size: 16px;
}
.common-home .policy-static{
	margin-top: 0px;
}
.policy-static{
	float: left;
	width: 100%;
	margin-top: 40px;
}
.policy-static .text-content:hover{
	background: #434343;
	color: #fff;
}
.policy-static .text-content{
	border: 2px solid #434343;
	text-align: center;
	padding: 30px 0;
	margin: 0px 0px 40px;
}
.policy-static .text-content:hover h2{
	color: #fff;
}
.policy-static .text-content p{
	margin: 0;
}
.policy-static .text-content h2{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	font-family: Carrois Gothic,Arial,Helvetica,sans-serif;
	margin: 0px 0px 5px;
}
/* newsletter popup */
.b-close{
	display: block;
}
.newletter-popup{
	background: #fff;
	top: 50% !important;
	margin-top: -179px;
	position: fixed !important;
	padding: 50px 20px;
	text-align: center;
	display: none;
}
#boxes .newletter-title h2{
	font-size: 36px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
#boxes .box-content > label{
	font-weight: 400;
	width: 80%;
}
#boxes  #frm_subscribe .required{
	color: #f00;
	padding-right: 5px;
}
#boxes  #frm_subscribe a{
	cursor: pointer;
}
#boxes  #frm_subscribe #subscribe_pemail{
	background: #EBEBEB none repeat scroll 0% 0%;
	border: medium none;
	height: 40px;
	width: 50%;
	margin: 20px 0;
	padding-left: 15px;
}
#boxes .box-content .subscribe-bottom{
	margin-top: 20px;
}
#boxes .box-content .subscribe-bottom  label{
	margin: 0;
}
#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again{
	display: inline-block;
	margin: 0;
}
#boxes  #frm_subscribe #notification{
	color: #f00;
}
#boxes  #frm_subscribe #notification .success{
	color: #67D7BB;
}
#popup2{
	position: absolute;
	right: -12px;
	top: -12px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
}
/* newsletter */
.newletter-subscribe{
	border-right: 1px solid #EAEAEA;
	padding: 35px 10px 35px 0;
	margin-bottom: 40px;
}
#boxes-normal .newletter-title{
	display: none;
}
#boxes-normal .des-testimonial{
	color: #FFF;
}
#boxes-normal .des-testimonial h1,
#boxes-normal .des-testimonial h2,
#boxes-normal .des-testimonial h3{
	color: inherit;
}
#boxes-normal .des-testimonial h1{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 900;
	font-size: 24px;
/* 	text-transform: capitalize; */
}
#boxes-normal .des-testimonial h2{
	font-style: italic;
	font-size: 17px;
}
#boxes-normal .des-testimonial h3{
	font-size: 26px;
	font-weight: 700;
/* 	text-transform: capitalize; */
	margin-top: 35px;
	margin-bottom: 15px;
}
#boxes-normal .box-content label{
	font-size: 16px;
	color: #434343;
	text-transform: uppercase;
	font-family: Carrois Gothic,Arial,Helvetica,sans-serif;
	font-weight: 400;
}
#boxes-normal #frm_subscribe-normal #subscribe-normal span{
	display: none;
}
#boxes-normal  #dialog-normal{
	position: relative;
}
#subscribe_email-normal{
	border: 1px solid #e5e5e5;
	height: 38px;
	width: 65%;
	padding-left: 10px;	
	background: #f5f5f5;
}
#boxes-normal #frm_subscribe-normal #subscribe-normal a{
	border-color: #eaeaea;
}
#boxes-normal #frm_subscribe-normal #subscribe-normal a:hover{
	border-color: #000;
}
#notification-normal{
	position: absolute;
	bottom: -25px;
}
#notification-normal div{
	color: #FFF;
}
#notification-normal div.warning{
	color: #880055;
}
/* owl carousel */
.owl-controls .owl-buttons > div{
	display: none;
}
.owl-style3 .owl-carousel .owl-controls .owl-buttons > div,
.owl-style2 .owl-carousel .owl-controls .owl-buttons > div,
.owl-carousel:hover .owl-controls .owl-buttons > div{
	display: block;
}
.owl-controls .owl-buttons > div:hover{
	background: #880055;
}
.owl-controls .owl-buttons > div{
	position: absolute;
	width: 21px;
	height: 21px;
	text-align: center;
	background: #DEDEDE;
	border-radius: 2px;
	color: #fff;
	top: 50%;
	margin-top: -11px;
}
.owl-controls .owl-buttons > div i{
	line-height: 21px;
}
.owl-controls .owl-buttons .owl-next{
	right: 15px;
}
.owl-style2 .owl-controls .owl-buttons > div{
	top: 0;
	margin-top: -21px;
}
.owl-style2 .owl-controls .owl-buttons .owl-prev{
	right: 40px;
}
.owl-style3 .owl-controls .owl-buttons .owl-next{
	right: -85px;
}
.owl-style3 .owl-controls .owl-buttons .owl-prev{
	right: -55px;
}
/* banner module */
.banner-module{
	padding: 10px 0;
	margin-bottom: 40px;
}
.banner-module img{
	margin: 0 auto;
}
/* footer */
footer{
	background: #880055;
	color: #AAA;
	padding: 30px 0 40px;
}
.footer-title{
	font-family: Open Sans,Arial,Helvetica,sans-serif;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: 1px solid #6B6B6B;
	margin: 0px 0px 15px;
	padding-bottom: 5px;
}
footer .list-unstyled li a:hover{
	color: #880055;
}
footer .list-unstyled li a{
	color: #AAA;
	font-size: 14px;
	line-height: 24px;
}
.social-icons li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	position: relative;
}
.social-icons li a i{
	font-size: 18px;
}
.social-icons li a:hover{
	border-color: #fff;
	color: #fff;
}
.social-icons li a{
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	line-height: 32px;
	text-align: center;
	border: 2px solid #AAA;
	color: #AAA;
}
footer .container .row > div{
	margin-bottom: 20px;
}
.contact-info li strong{
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
	color: #aaa;
	font-size: 13px;
	white-space: pre;
}
.contact-info li i.fa-mobile{
	font-size: 23px;
}
.contact-info li i{
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-right: 5px;
	color: #aaa;
} 
.contact-info li{
    position: relative;
    margin-bottom: 10px;
}
#back-top:hover{
	border-color: #880055;
	background: #880055;
	color: #fff;
}
#back-top{
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #fff;
	border-radius: 3px;
	cursor: pointer;
	border: 1px solid #e5e5e5;
}
#back-top i{
	font-size: 18px;
	display: block;
	line-height: 40px;
}
.text-powered{
	margin: 30px 0px;
	padding: 0px 30px 0px 150px;
	color: #666;
	font-size: 14px;
	text-align: center;
}
/* category */
.custom-products .product-layout.product-grid .product-caption .product-des{
	display: none;
}
.category-info .category-img img{
	padding: 0;
	border: none;
	border-radius: 0;
}
.category-info{
	position: relative;
}
.category-name{
	/*
	position: absolute;
	top: 50%;
	left: 50%;
	*/
	font-family: Carrois Gothic,Arial,Helvetica,sans-serif;
	margin-top: 10px;
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
	/*
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	*/
	color: #333333;
	/*text-align: center;*/
}
#compare-total,
/*.category-des*/{
	display: none;
}

.category-des {
	padding: 30px 15px;
}
.pagination{
	margin: 0;
}
.pagination > li > a, .pagination > li > span{
	border: none;
	border-radius: 0 !important;
	background: none !important;
	color: #666 !important;
	font-size: 14px;
	padding: 0 5px;
	margin: 0 5px;
}
.pagination > li.active > span{
	color: #333 !important;
}
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover{
	text-decoration: underline;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    background-color: #952a44;
	color: #FFF;
}
.toolbar4{
	margin-top: 20px;
	border-top: 1px solid #E5E5E5;
	padding-top: 20px;
}
.toolbar4  .text-right{
	margin-top: 0px;
}
.toolbar{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E5E5E5;
}
.toolbar2{
	margin-right: 15px;
}
.toolbar1, .toolbar2{
	padding: 0;
}
.toolbar1 select, .toolbar2 select{
	background: none;
	border: 1px solid #e5e5e5;
	text-align: center;
	box-shadow: none;
	color: #3F3F3F;
	border-radius: 0;
	padding: 0;
	height: 25px;
	min-width: 50px;
}
.toolbar3 {
	padding: 0;
}
.toolbar3 button{
	background: #f7f6f8;
	margin-right: 10px;
	border-radius: 0;
	border: none;
	color: #D1D1D1;
	height: 25px;
	padding: 0 8px;
}
.toolbar3 button:hover,
.toolbar3 button.selected{
	color: #434342;
}
.toolbar3 button i{
	margin-top: 2px;
}
#grid-view{
	margin-right: 0;
}
/* breadcrumb */
.breadcrumb a:hover{
	color: #880055;
}
.breadcrumb a{
    color: #666;
/*     text-transform: capitalize; */
}
.breadcrumb{
	background: none;
	font-size: 13px;
	color: #880055;
/* 	text-transform: capitalize; */
	margin: 20px 0px;
	padding: 0;
}
.breadcrumb > li + li::before{
	content: "\f105";
	font-family: FontAwesome;
	color: #666;
}
.breadcrumb li:last-child a{
	color: #880055;
}
/* module product */
.custom-products .product-layout{
	margin-bottom: 0;
}
.custom-products .product-layout.product-list{
	padding: 0;
}
.product-layout{
	margin: 30px 0;
}
.product-thumb .image{
	position: relative;
	text-align: center;
}
.product-thumb.layout1:hover .image > a:not(.btn-cart)::before{
	opacity: 1;
}
.product-thumb.layout1 .image > a:not(.btn-cart)::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(252,255,255,.6);
	opacity: 0;
	z-index: 1;
}
.product-thumb .image > a:not(.btn-cart){
	position: relative;
	display: block;
}
.product-thumb .img-r{
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	top: 0;
}
.product-layout:hover .img-r{
	opacity: 1;
}
.product-thumb .image img{
	margin: 0 auto;
}
.product-grid .product-inner{
	margin-top: 15px;
}
.product-list .product-thumb .product-inner .product-name{
	font-size: 20px
}
.product-thumb .product-inner .product-name{
	font-size: 13px;
	margin: 5px 0px 10px;
	font-weight: 500;
/* 	text-transform: capitalize; */
}
.product-grid  .product-inner .product-caption{
	padding-right: 70px;
	position: relative;
}
.ratings{
	text-indent: -999999px;
}
.rating0{
	background: url('../image/rating0.png') no-repeat;
}
.rating1{
	background: url('../image/rating1.png') no-repeat;
}
.rating2{
	background: url('../image/rating2.png') no-repeat;
}
.rating3{
	background: url('../image/rating3.png') no-repeat;
}
.rating4{
	background: url('../image/rating4.png') no-repeat;
}
.rating5{
	background: url('../image/rating5.png') no-repeat;
}
.product-list .price{
	font-size: 18px;
}
.product-list .price .price-old{
	font-size: 16px;
}
.product-list .product-des{
	margin: 15px 0;
}
.price{
	color: #333;
}
.price .price-tax{
	display: none;
}
.price .price-old{
	font-size: 11px;
	color: #9E9E9E;
	text-decoration: line-through;
}
.product-layout:hover .btn-cart{
	display: block;
}
.btn-cart span{
	position: relative;
	z-index: 2;
}
.btn-cart{
	position: absolute !important;
	top: 50%;
	margin-top: -19px;
	z-index: 2;
	display: none;
	font-size: 13px;
	left: 0;
	right: 0;
}
.actions-link2{
	display: none;
}
.product-grid .product-intro{
	position: absolute;
	right: 0;
	top: 0;
}
.product-intro i:hover{
	background: #880055;
}
.product-intro i{
	background: #999;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 9px;
}
.actions-link .btn-quickview:hover i{
	background: #880055;
}
.actions-link .btn-quickview{
	background: none;
	border: none;
	padding: 0;
}
.custom-products .two-items:nth-child(2n+1),
.custom-products .three-items:nth-child(3n+1),
.custom-products .four-items:nth-child(4n+1){
	clear: both;
}
/* detail product */
/* detail product */
.zoomContainer {
    top: 0px !important;
    left: 15px !important;
    right: 0px;
    bottom: 0px;
    width: 100% !important;
}
.zoomContainer .zoomLens {
    width: 100px !important;
    height: 100px !important;
}
.zoomContainer .zoomWindowContainer .zoomWindow {
    margin-left: 15px;
    border-color: #880055 !important;
}
.thumbnails .thumbnail {
    padding: 0px;
    border: 1px solid #EBEBEB;
	border-radius: 0;
    margin-bottom: 15px;
}
.thumbnails .thumbnail.active, 
.thumbnails .thumbnail:focus, 
.thumbnails .thumbnail:hover {
    border-color: #EBEBEB;
}
.col-2 .product-name {
    font-size: 24px;
/*     text-transform: capitalize; */
}
.col-2 .ratings{
	margin: 10px 0;
}
.col-2 .price-product li span{
	display: block;
}
.col-2 .price-product{
	font-size: 18px;
	float: right;
}
.col-2 .price-product .new-price{
	font-weight: 700;
	font-size: 22px;
}
.col-2 .price-product .old-price{
	font-size: 14px;
	text-decoration: line-through !important;
	color: #9E9E9E;
}
.col-2 .list-unstyled li {
/*     text-transform: capitalize; */
    padding: 5px 0px;
}
.col-2 .list-unstyled li .ex-text:hover{
	color: #880055;
}
.col-2 .list-unstyled li .ex-text {
    color: #627FB3;
    padding-left: 5px;
}
.short-des{
	color: #6F6F6F;
	line-height: 20px;
}
.col-2 > .form-group .btn-wishlist, .col-2 > .form-group .btn-compare{
	background: none;
	border: none;
	padding: 0px;
	margin: 30px 0;
}
.col-2 > .form-group .btn-wishlist:hover i, .col-2 > .form-group .btn-compare:hover i{
	background: #880055;
}
.col-2 > .form-group .btn-wishlist i, .col-2 > .form-group .btn-compare i{
	background: #999 none repeat scroll 0% 0%;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	font-size: 9px;
}
#input-quantity,
#minus, #plus{
	display: inline-block;
	height: 38px;
	border: 1px solid #e5e5e5;
	box-shadow: none;
	font-weight: 700;
	text-align: center;
	width: 38px;
	font-size: 14px;
	background: #F2F2F2;
	border-radius: 0;
}
#input-quantity{
	width: 70px;
}
#minus:hover, #plus:hover{
	border-color: #880055;
	background: #880055;
	color: #fff;
}
label[for="input-quantity"]{
	color: #100D13;
	margin-right: 10px;
}
.col-2 > .form-group {
    margin: 10px 0px;
}
#product {
/*     max-height: 400px; */
    overflow: auto;
    margin-bottom: 20px;
}
.has-option {
    border: 1px solid #CECECE;
    padding: 10px;
}
.col-3 .nav-tabs{
	margin: 0;
	border: none;
}
.col-3 { margin-bottom: 30px;
	margin-top: 40px;
}
.col-3 .nav-tabs li:hover a,
.col-3 .nav-tabs li.active a{
	color: #880055;
	background: none;
	border: none;
	border-bottom: 1px solid #880055;
}
.col-3 .nav-tabs li a{
	border: none;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 2px;
}
.col-3 .tab-content{
	border: 1px solid #e5e5e5;
	padding: 10px;
	color: #666;
	max-height: 300px;
	overflow: auto;
}
.image-additional-container{
	padding-right: 70px;
}
.image-additional-container  .thumbnail{
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
}
.related-product-container .product-des{
	display: none;
}
.related-product-container{
	margin-top: 60px;
}
.module-title{
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}
/*
.module-title2::before{
	position: absolute;
	right: 15px;
	content: "\f0d7";
	font-family: FontAwesome;
}
*/
.module-title2{
    color: #fff;
	font-size: 16px;
	font-family: Carrois Gothic,Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	background: #434342;
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 30px;
	position: relative;
}
#gallery_02.owl-carousel .owl-item,
#gallery_01.owl-carousel .owl-item{
	padding: 0 5px;
}
.owl-carousel .owl-item{
	padding: 0 15px;
}
.randomproduct-module{
	border: 1px solid #e5e5e5;
	margin-bottom: 40px;
}
.random-products-slider.owl-carousel .owl-item {
    padding: 0px;
}
.product-layout.layout2:not(:last-child){
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.product-layout.layout2{
	margin: 0;
	padding: 0 15px 15px;
	float: left;
	width: 100%;
}
.product-layout.layout2 .product-thumb .product-inner{
	float: left;
	width: 70%;
	padding-left: 10px;
	margin: 0;
}
.product-layout.layout2 .product-thumb .image{
	width: 30%;
	float: left;
}
.product-layout.product-grid.layout2 .product-inner .product-caption{
	padding: 0;
}
.alert.alert-success{
	text-align: center;
	font-size: 14px;
	margin: 0;
}
#cart .table > tbody > tr > td {
    border-top: medium none;
}
#cart .button:not(:last-child){
	margin-right: 10px;
}
.account-login .well{
	background: none;
	box-shadow: none;
}
#map-canvas{
	min-height: 400px;
	margin: 20px 0;
}
.information-contact form .required{
	margin-bottom: 20px;
}
.full-banner{
	margin: 0 -15px;
}
.btn-quickview span{
	display: none;
}
.label-product{
	position: absolute;
	background: #880055;
	z-index: 1;
	padding: 5px 10px;
	color: #fff;
	left: 0;
	top: 0;
	display: none;
}
#button-search + h2{
	display: none;
}
#button-search{
	margin: 15px 0;
}
#modal-agree{
	z-index: 9999;
}
#column-left,
#column-right,
.randomproduct-module{
	margin-bottom: 40px;
}
#content + h1{
	margin-bottom: 20px;
}
#button-voucher,
#button-coupon{
	height: 34px;
	line-height: 34px;
	margin-left: 5px;
}
.opc-hidden + h1, .opc-hidden + h2{
	margin-bottom: 20px;
}
#gallery_02,
#gallery_01{
	margin: 0 -5px 20px;
}
/* responsive */
@media(max-width: 1024px){
	.b-modal,
	.newletter-popup{
		display: none !important;
	}
	#subscribe_email-normal{
		width: 100%;
		margin-bottom: 15px;
	}
	.newletter-subscribe{
			padding: 20px 10px 20px 0;
	}
	.fix-header .pt_custommenu div.pt_menu .parentMenu a, 
	.fix-header .pt_custommenu div.pt_menu .parentMenu span.block-title{
		font-size: 14px !important;
	}
	.social-icons li{
		margin-bottom: 10px;
	}
	.filter-attribute-container .list-group-item .filter-price .input-price{
		width: 35px;
	}
	.zoomContainer{
		display: none !important;
	}
}
@media(max-width: 991px){
	.custom-products .product-grid:nth-child(2n+1){
		clear: both;
	}
	.custom-products .product-grid:nth-child(3n+1) {
		clear: none;
	}
	.toolbar1, .toolbar2{
		float: left !important;
		margin-right: 10px;
		margin-top: 10px;
	}
	.fix-header{
		display: none !important;
	}
	#search-by-category .search-container .categories-container{
		display: none;
	}
	#search-by-category .search-container #text-search{
		border: none;
	}
	.header-inner{
		/*padding: 20px 0;*/
	}
	.logo-container{
		margin-bottom: 20px;
	}
	.banner .text-content{
		padding: 20px 5px;
	}
	.banner .text-content h2{
		font-size: 16px;
	}
	.banner .text-content p {
		font-size: 13px;
		text-overflow: ellipsis;
		display: block;
		white-space: nowrap; 
		width: 90%;
		overflow: hidden;
	}
	.newletter-subscribe{
		border: none;
		padding: 0;
	}
	footer .container .row > div:nth-child(2n+1){
		clear: both;
	}
	.text-powered{
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.ma-nav-mobile-container{
		display: block !important; 
	}
}
@media(max-width: 768px){
	.banner1{
		text-align: center;
	}
	.banner{
		display: inline-block;
	}
	.banner1-1{
		display: block;
	}
	.banner .text-content p {
		white-space: normal; 
	}
	.category-name{
		font-size: 18px;
	}
}
@media(max-width: 640px){
	footer .container .row > div{
		margin-bottom: 30px;
	}
	.footer-title.ex-footer{
		position: relative;
	}
	/*
	.footer-title.ex-footer::before{
		position: absolute;
		content: "\f067";
		font-family: FontAwesome;	
		right: 0;
		cursor: pointer;
	}
	
	.footer-title.ex-footer[aria-expanded="true"]::before{
		content: "\f068";
	}
	*/
	.contact-info li i{
		position: static;
	}
	.contact-info li strong{
		padding-left: 5px;
	}
	#top .text-cl{
		display: none;
	}
}
@media(max-width: 480px){
	#top{
		text-align: center;
	}
	#top-links,
	.lang-cur > div{
		float: none !important;
		display: inline-block;
	}
	.cart-container,
	#search-by-category,
	.search-box{
		width: 100%;
	}
	#search-by-category #sp-btn-search{
		margin: 0;
	}
	.category-name{
		font-size: 14px;
	}
	#cart > button{
		float: none !important;
	}
	#cart{
		text-align: right;
		/*margin-top: 15px;*/
	}
	#cart .dropdown-menu{
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.product-list .product-inner,
	.product-list .image{
		width: 100%;
		margin-bottom: 10px;
	}
}
.bootstrap-datetimepicker-widget a[data-action]:hover {
	background: none;
}
.bootstrap-datetimepicker-widget a[data-action] {
    border: none;
	height: auto;
}
#button-cart2, #button-cart{
	margin-top: 20px;
}
#cart .cart-close button{
	background: none;
	color: #f50381;
	border: none;
}
#cart .cart-quantity{
	font-style: italic;
	color: #9a9a9a;
}
#cart .cart-name{
	font-weight: 700;
	color: #2e2e2e;
}
#cart .cart-price{
	font-weight: 700;
	font-size: 14px;
	color: #000000;
}
#cart .cart-button{
	background: #f50381;
	margin: 0 -20px !important;
	padding: 45px 20px;
}

.embleme-icon-list img {
	max-width: 45px;
	max-height: 45px;
    cursor: pointer;
    border: 1px solid #fff;
}
.embleme-icon-list img.selected {
    border: 1px solid #000;
}

.btn-block {
	width: auto;
}

.aboutus-static4 {
	margin-top: 20px;
}
.aboutus-static4 ul {
	padding: 0px 0px 0px 20px;
	margin: 10px 0px 20px;
    list-style-type: disc;
}


.ocnewproductslider h2.product-name {
    font-size: 13px;
    margin: 5px 0px 10px;
    font-weight: 500;
/*     text-transform: capitalize; */
}

.min-50 {
	min-width: 50px;
}
.max-200 {
	max-width: 200px;
}
.m-bottom-70 {
	margin-bottom: 70px;
}