h1,h2,h3,h4 {
    text-transform:uppercase;
}
.head-wrap {
    padding: 20px 0;
}
.border-bottom {
    border-bottom: 1px solid #f1f1f1;
}
.gridView.active {
    background: #ee9b4d;
}
.gridView {
    background: #b0afaf;
    width: 18px;
    height: 18px;
    margin: 0 15px 0 0;
    position: relative;
}
.gridView:after, .gridView:before {
    position: absolute;
    background: #fff;
    content: "";
}
.gridView:before {
    width: 18px;
    height: 2px;
    top: 8px;
    left: 0;
}
.gridView:after {
    width: 2px;
    height: 18px;
    left: 8px;
    top: 0;
}
.listView {
    background: #b0afaf;
    width: 18px;
    height: 18px;
    position: relative;
}
.listView:after, .listView:before {
    position: absolute;
    height: 3px;
    width: 18px;
    left: 0;
    content: "";
    background: #fff;
}
.listView:before {
    top: 4px;
}
.listView:after {
    top: 11px;
}
.bredcrumb {
    padding: 0;
    margin: 0;
    line-height: 30px;
    background: #f7f7f7;
    font-size: .6875rem;
    text-transform: capitalize;
}
.bredcrumb a {
    color: #6b6c70;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
	font-size:12px;
	padding:0 10px;
	position:relative;
}
.bredcrumb a:after {
	font-family:'FontAwesome';
	content:'\f105';
	font-size:11px;
	right: -10px;
    position: relative;
}
.bredcrumb a:last-child:after {
    display:none;   
}
.h4style, h4 {
    font-size: 1.125rem;
    font-weight: 600;
}
.rmv-padding {
    padding: 0!important;
	margin:0;
}
.sort_blk .btn:not(.btn-primary).dropdown-toggle {
    width: 115px;
    min-width: 115px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}
.sort_blk .btn:not(.btn-primary) {
    line-height: 34px;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
    border: #dcdcdc 1px solid;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    display: block;
    padding: 0 20px 0 15px;
    height: 35px;
    position: relative;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    font-weight: 600;
    font-size: 12px!important;
    color: #1f2131;
	background:none!important;
}
.sort_blk .dropdown {
    width: 115px;
}
.sort_blk .dropdown, .sort_blk>span {
    margin: 0 5px 10px 0;
}
.sort_blk {
    margin: 15px 0 20px;
    transition: visibility 0s linear .5s,opacity .5s linear,transform .5s linear,-webkit-transform .5s linear,-moz-transform .5s linear;
}
.fx-me {
	position:relative;	
}
.sort_blk .category-browse .filterhead {
    padding: 10px 10px 0 0;
    font-size: 13px;
}
.font-medium {
    font-weight: 600;
}
.sort_blk .btn:not(.btn-primary).dropdown-toggle:after, .dropbtns:after {
    content: "";
    border-right: grey 1px solid;
    border-top: grey 1px solid;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 15px;
}
.cateListing.row {
    margin: 0 -7.5px;
}
.cateListing {
    background: #fff;
}
.cateListing.row .pdt-item-list {
    padding: 0 7.5px;
}
.cateListing .bx-contr {
    margin: 0 auto 15px;
    border: #e9e9e9 solid 1px;
    background: #fff;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cateListing .bx-contr .imageBox .AddwishLst, .cateListing .bx-contr .imageBox .onedayshipping {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 20px;
    z-index: 10;
    background: rgba(255,255,255,.12);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 37px;
    height: 37px;
}

.cateListing .bx-contr .imageBox .AddwishLst a:before, .cateListing .bx-contr .imageBox .AddwishLst:before, .cateListing .bx-contr .imageBox .onedayshipping a:before, .cateListing .bx-contr .imageBox .onedayshipping:before {
    color: #bbb;
    line-height: 38px;
}
.icon-like:before {
    content: "\e948";
}
.cateListing .bx-contr .deatils {
    padding: 12px 10px;
    min-height: 175px;
    border-top: #e9e9e9 solid 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pos-rel {
    position: relative;
}
/*.right-content-block .item-img-info {*/
/*	height:auto!important;*/
/*}*/
.right-content-block .item-box-hover {
	bottom:inherit!important;
	top:82px!important;
}
.price-box del {
    font-size: 15px;
    color: #b2b2b6;
}
.right-content-block .info-inner {
	background:#f6f6f6;	
	border: 1px solid #EAEAEA!important;
    border-top: 0px!important;
}
.right-content-block .products-grid .item {
    margin:0 0 30px!important;
    min-height: inherit!important;
    height: auto!important;
}
.titleSec h1 {
    font-size: 1.5625rem;
    line-height: 28px;
    font-weight: 400;
}
.dark {
    color: #333!important;
}
.titleSec p {
    color: #7a7a7a;
    font-size: 12px;
}
.padding-top, .padding-vertical {
    padding-top: 8px!important;
}
.margin-bottom, .margin-vertical {
    margin-bottom: 12px!important;
}
.strip li:last-child {
    padding-right: 0;
    border-right: none;
}
.strip li:first-child {
    padding-left: 0;
}
.strip li {
    display: inline-block;
    color: #7a7a7a;
    font-size: 12px;
    padding: 0 5px;
}
.strip li a, .strip li label {
    font-size: 12px;
    margin: 0;
    color: #9e7922;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.discount-block .h4, .price-outer .h4 {
    font-size:20px!important;
}
.discount-block>*, .price-outer>* {
    display: inline-block;
    vertical-align: middle;
}
.font-rglr {
    font-weight: 400;
}
.discount-block del, .price-outer del {
    font-size:26px!important;
}

.discount-block>*, .price-outer>* {
    display: inline-block;
    vertical-align: middle;
}
.discount-block del i, .price-outer del i {
    vertical-align: -1px;
}
.discount-block .price-new, .price-outer .price-new {
    font-size: 1.7rem;
    color: #333;
    margin: 0 10px;
    font-weight: 600;
}
.discount-block .price-new i, .price-outer .price-new i {
    vertical-align: -2.9px;
}
.inl-tax {
    font-size: 12px;
    color: #000;
    display: block;
    margin-top: -5px;
}
.discount-block #savedPrice, .price-outer #savedPrice {
    color: #fd552c;
}
.discount-blk {
    text-align: center;
    margin-left: 15px;
}
.discount-blk .discount {
    padding: 3px 0px!important ;
}
.discount-blk .discount {
    width: 82px;
    text-align: center;
    padding-top: 4px;
    margin: auto;
    padding: 4px 0;
    display: inline-block;
}
.discount-block .discount, .price-outer .discount {
    font-weight: 600;
    color: #fd552c;
    padding: 4px 10px;
    font-size: 13px;
    border: 1px solid #fd552c;
    text-transform: uppercase;
    height: 25px;
}
.discount-block .discount .offerTxt, .price-outer .discount .offerTxt {
    margin-left: 3px;
}

.vertical-align {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}
.size-section label {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    margin: 0;
}
.margin-horizontal, .margin-right {
    margin-right: 12px!important;
}
.cart-right-area {
	padding:20px;
	border:1px solid #ddd;
	background:#f9f9f9;	
}
/*.cart-right-area table {
	border-bottom:1px solid #ddd;
	padding-bottom:20px;	
}*/
.cart-right-area td {
	font-size:20px;
	padding:10px 0;	
}
.cart-right-area td input[type="text"] {
	background:#fff;
	font-size:14px;
	padding:0px 15px;
	height:36px;
	width:100%;
}
.dropbtns {
  width: 115px;
    min-width: 115px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
	line-height: 34px;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
    border: #dcdcdc 1px solid;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    display: block;
    padding: 0 20px 0 15px;
    height: 35px;
    position: relative;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    font-weight: 600;
    font-size: 12px!important;
    color: #1f2131;
    background: none!important;
	cursor:pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdowns {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-contents {
  display: none;
  position: absolute;
  min-width:250px;
  z-index:99999999;
  padding-top:15px;
}
.dropdown-contents.rightmenu {
  right:0;
}
.dropdown-box {
  display:block;
  position:relative;
  background:#fff;
  padding:15px;
  border:1px solid #ddd;
}
.dropdown-box:before {
    background: #fff;
    border-top: #ddd 1px solid;
    border-left: #ddd 1px solid;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    content: "";
    display: block;
    position: absolute;
    top:-8px;
    left: 20px;
}
.dropdown-contents.rightmenu .dropdown-box:before {
    background: #fff;
    border-top: #ddd 1px solid;
    border-left: #ddd 1px solid;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    content: "";
    display: block;
    position: absolute;
    top:-8px;
    right: 20px;
	left:inherit;
}
/* Links inside the dropdown */
.dropdown-contents a {
  color: black;
  padding:8px;
  text-decoration: none;
  display: block;
  border-radius:100%;
}
.dropdowns:hover .dropdown-contents {display: block;}

.dropdown-contents input[type="text"], .dropdown-contents select {
	width:100%;
	height:40px;
	border:1px solid #ddd;
	background:none;		
}
.product-info {
	padding-top:25px;
}
.accordion {
	margin:25px 0;
	display:block;
}
.accordion .accor {
    color: #757575;
    padding: 15px 0 15px 32px;
    position: relative;
    display: block;
	border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
	font-size:16px;
	font-weight:600;
}
.click1:before {
    content: "\f02c";
    font-family: FontAwesome!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 19px;
	color: #757575;
}
.coll {
	padding:15px;
	border:1px solid #efefef;
	border-top:0px!important;
	position:relative;
}
.dropdown-box input {
	width: 100%;
    text-align: left;
    border: #dcdcdc 1px solid;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    display: block;
    padding: 0 10px;
    height: 35px;
    position: relative;
    font-weight: 600;
    font-size: 13px!important;
    color: #1f2131;
    background: none!important;
}
.list_dropdwons a:after {
	font-family: "FontAwesome";
    content: "\f105";
    float: right;
}
.accordion ul {
	margin-bottom:0;
}
ul.bozz {
	margin:0 -2px;
	padding:0;
}
ul.bozz li {
	list-style:none;
	float:left;
	padding:0 2px;
}
ul.bozz li a {
    padding: 5px 10px;
    font-size: 15px;
    display: inline-block;
    color: #000;
    font-weight:600;
	vertical-align:middle;
	text-align:center;
}
ul.bozz li a small {
	display:block;
	font-size: 12px;
    color: #878787;
	font-weight:400;
}
.cen {
    line-height:38px;
}
.accor:after {
	font-family:'FontAwesome';
	content:'+';
	right:15px;
	top:15px;
	font-weight:600!important;
	position:absolute;
}
.minus_icon:after {
	content:'--'!important;
}
ul.bozz li:nth-child(odd) a {
	border: 1px solid #d0d0d0;
}
ul.bozz li.one_line_total {
    display:block;
    width:100%;
    margin-top:15px;
}
ul.bozz li.one_line_total a {
    display:block;
}
.addToCart, .buynow {
display: inline-block;
    padding: 7px 8px;
    color: #fff;
    margin-left: 8px;
    font-size: 15px;
    border: 0!important;
    text-transform: uppercase;
}
.addToCart:hover, .buynow:hover {
    background:#29ada4;
    color:#fff!important;
}
.addToCart {
	background:#32b7ae;
}
.buynow {
	background:#707073;
}
.rp {
	background:#fff;
	clear:both;
	padding:60px 0;
	margin-top:60px;
	border-top:double;
	border-color:#f1f1f1;
}
.rp .jcarousel-prev-horizontal1 {
	margin: -45px 0 0 1174px;
}
.rp .jcarousel-next-horizontal1 {
	margin: -45px 0 0 1208px;
}
.rp .button {
	margin:0;
}
.prices {
	font-size:28px;
	font-weight:300;
}
.prices strong {
	font-weight:400;
}
.prices small {
	display:block;
	font-size:12px;
	color:#555;
}
.save {
	font-size:18px;
	color:#9d231f;
	position:relative;
	top:-5px;
}
.save small {
	font-size:13px;
	color:#555;
	display:block;
}
.pro_off {
	font-weight: 600;
    color: #fd552c;
    padding: 4px 10px;
    font-size: 13px;
    border: 1px solid #fd552c;
    text-transform: uppercase;
	position:relative;
	top:-15px;
}	
.ebq {
	padding:20px;
	border:1px solid #ddd;
	margin-top:15px;
}
.ebq input[type="text"], .ebq input[type="email"] {
	width:100%;
	height:44px;
	background:#fff;
	padding:0 15px;
	margin-bottom:10px;
}
.ebq textarea {
	width:100%;
	background:#fff;
	padding:15px;
	margin-bottom:10px;
	border: 1px solid #CCCCCC!important;
}









@media screen and (min-width: 1025px) {

.sort_blk .sort-label {
    padding: 10px 10px 0 0;
}
.font-small {
    font-size: 12px;
}
}

#results {
	clear:both;
}
.heads {
    position:relative;
    margin-bottom:30px;
    padding-bottom:20px;
}
.heads:after {
    position:absolute;
    width:60px;
    height:1px;
    background:#000;
    bottom:0;
    left:0;
    content:'';
}
.mart30 {
    margin-top:30px;
}
@media (min-width:560px) and (max-width:1024px) {
    
.fitlersort {
   position: absolute;
    right: 0;
    top: 0;
}
}
@media (max-width:535px) {

.mobright {
    right:0!important;
}  
.mobright .dropdown-box:before {
    left:inherit!important;
    right:15px!important;
}
.mobleft {
    left:0!important;
    right:inherit!important;
}
.mobleft .dropdown-box:before {
    left:15px!important;
    right:0!important;
}
}




.custom-back-img
{
    position:relative;
}
/*.custom-logo*/
/*{*/
/*   position: absolute;*/
/*    top: 35%;*/
/* left: 37.5%;*/
/*    width: 100px;*/
/*    color: #fff;*/
/*    height: 100px;*/
    
    
/*}*/
.customize-container
{
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}
.uploadOuter {
  text-align: center;
padding: 0 25px 0 0;
  

}
.dragBox {
  width: 100%;
  height: 100%;
  margin: 10px auto;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 185px;
  color: #999;
  border: 2px dashed #ccc;
  display: inline-block;
  transition: transform 0.3s;
}
  input.upload {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
  
}
.draging {
  transform: scale(1.1);
}


#preview {
  text-align: center; position: absolute;
   top: 58%;
    left: 36%;
    width: 120px;
    color: #fff;

}

#preview img
{
   max-height:100%;
}







