body {
color: #555;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    padding: 0;
    margin: 0;
}
.container{
    margin-left: auto;
    margin-right: auto;
}
.layout_style{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-top {
    line-height: 40px;
    height: 40px;
    background-color: #18232e;
    color: #bbb;
}
.header-top_left{
    font-size: 13px;
}
.header-top_left span{margin-right: 15px;}
.header-top_left i{color:#3399FE;margin-right: 5px;font-size: 15px;}
.social-top ul li a{
    color: #bbb;
    margin-right: 15px;
    line-height: 40px;
}
.hidden {
    display: none;
    opacity: 0;
    visibility: hidden;
}
.currencies_box{
    border-left: 1px solid #bbb;
    padding-left: 15px;
}
.currencies_box select{background-color: #18232e;border:0;color:#bbb;width: 110px;}





.header-middle {
    padding: 41px 0 18px;
    background-color: #fff;
}
.header-middle .logo a {
    font-size: 30px;
    font-weight: 700;
    color: #3399FE;
    text-transform: capitalize;
}
.header-middle .logo i{font-size: 35px;}
.header-search{width: 55%;}
.header-search form {
    position: relative;
}
.header-search input[type="text"] {
    border: 1px solid #ddd;
    border-radius: 30px;
    height: 45px;
    padding: 0 75px 0 20px;
    width: 100%;
    margin: 0;
}
.header-search .input-group-btn {
    display: block;
    width: 35px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.header-search button {
    background-color: #3399FE;
    border-radius: 0 25px 25px 0;
    border: 0;
    color: #fff;
    cursor: pointer;
    padding: 10px 30px 9px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: inherit;
    height: 45px;
}
.header-middle_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 10%;
}
.header-middle_right .header_account{
    position: relative;
    text-align: center;
    padding-top: 30px;
}
.header_account >span {
    display: block;
    color: #666;
    text-transform: capitalize;
    font-size: 85.71%;
    white-space: nowrap;
}
.header_account .account_link_box ul {
    display: none;
    position: absolute;
    right: 0;
    top: 25px;
    margin-top: 1px;
    background: #fff;
    padding: 10px 20px;
    white-space: nowrap;
    min-width: 200px;
    z-index: 200;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    -o-box-shadow: 0 0 15px rgba(0,0,0,.1);
    margin-top: 20px;
}
.header_account .account_link_box ul li a{display: block;text-align: left;line-height: 35px;}
.header_account .account_link_box ul li i{margin-right: 10px;}
.header_account .account_link_box:after {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    color: #222;
    content: "\f2c0";
    display: inline-block;
    font-family: 'FontAwesome' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 18px;
}
.header_account:hover .account_link_box ul.account_link{display: block;}
.header_cart {
    position: relative;
}
.header_cart .text {
    display: block !important;
    position: inherit;
    width: auto;
    height: auto;
    overflow: hidden;
    padding-top: 30px;
    font-size: 85.71%;
    color: #666;
}
#cart-total {
    background-color: #3399FE;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    font-size: 71%;
    display: block !important;
    visibility: visible;
    opacity: 1;
    line-height: 21px;
    position: absolute;
    right: 0;
    top: -4px;
    z-index: 1;
    width: 20px;
    text-align: center;
}
.header_cart a:after {
    width: 35px;
    height: 25px;
    content: "\f07a";
    display: inline-block;
    font-family: 'FontAwesome' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    color: #222;
}




.header-bottom {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.header-bottom_left{display: flex;justify-content: start; align-items: center;}
.header-bottom_left .categories_box {
    background-color: #3399FE;
    width: 264px;
    position: relative;
}
span.categories_titile {
    color: #fff !important;
    display: flex !important;
    cursor: pointer;
}
.categories_box .categories_main {
    position: absolute;
    display: none;
    z-index: 10000;
}
.categories_main #nav-cat{background-color:#fff;border-left: 1px solid #ddd;border-right: 1px solid #ddd;height: 461px;overflow: hidden;}
.categories_main #nav-cat.open{height: auto !important;overflow: unset !important;}
.categories_main.active{display: block !important;}
.header_menu{padding-left: 20px;}
.header_menu ul.ezment {
    display: flex;
    justify-content: start;
    align-items: center;
}
.header_menu ul.ezment li a, span.categories_titile {
    color: #000;
    padding: 8px 15px;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    line-height: 32px;
}
.header_menu ul.ezment li a:hover{background-color: #3399FE;color:#fff;}
.header-bottom_right{color:#ff0000;}
.header-bottom_right i{margin-right: 10px;font-size: 15px;}

.more-w .more-view {
    padding: 12px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.categories_main .more-w .more-view {
    padding: 14px 20px;
    color: #222;
    border-radius: 0 0 10px 10px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.categories_main .more-w .more-view:after {
    float: right;
    content: "\f196";
    display: inline-block;
    font-family: 'FontAwesome' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
}
.categories_main .more-w .more-view.open:after {
    content: "\f147";
    display: inline-block;
    font-family: 'FontAwesome' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 14px;
}
/*main css bof*/

.slideshow-banner {
    width: calc(100% - 284px);
    padding: 20px 0 0;
    float: right;

    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.slideshow-banner .unslider{width: 79.5%;}
.slideshow-banner .banner-right{}

.banner-image {
    position: relative !important;
    background: #fff;
    overflow: hidden;
    display: block;
}
.slideshow-banner .banner-right .banner-top {
    margin-bottom: 20px;
}

.slideshow-banner .banner-right img{height: 235px;}


#navBreadCrumb {

    border: 1px solid #DDDDDD;
    font-size: 12px;
    text-indent: 18px;
    margin: 0px 0px 20px;
    line-height: 160%;
    padding: 10px 10px 5px;
    text-transform: capitalize;
}
#navBreadCrumb a {
    text-shadow: 0 1px 0 #fff;
    padding: 0 10px;
    position: relative;
    white-space: nowrap;
    display: none;
}
#navBreadCrumb a:after {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    right: -5px;
    width: 25px;
    height: 25px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navBreadCrumb a:last-child{
    display: inline;margin-right: 20px;
}




.infopage_txt_main{border: 1px solid #ddd;padding: 15px;}
.policy-shop ul {
    padding: 25px 0 30px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0;
}
.policy-shop ul li {
    margin: 10px 0 5px;
    list-style: none;
    display: flex;
    width: 20%;
    justify-content: center;
}
.policy-shop ul li .icon {
    margin-right: 20px;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    overflow: hidden;
}
.policy-shop ul li .text {
    line-height: 12px;
    margin-top: 10px;
}
.policy-shop ul li .text h5 {
    font-size: 100%;
    text-transform: uppercase;
    font-weight: 700;
    color: #222;
    margin: 0 0 8px;
}

.checkout_maintxt {
    display: flex;
    justify-content: space-between;
}

.checkout_left, .checkout_right {
    width: 49%;
}
.checkout_left, .checkout_right {
    width: 49%;
}

/*products box css bof*/
#whatsNew .centerBoxContentsNew,#productListing .products_list_main .centerBoxContentsProducts,#specialsDefault .centerBoxContentsSpecials,#similar_product .centerBoxContentsSimilar{width:19% !important;background: #f8f8f8;}
#whatsNew .centerBoxContentsNew,#productListing .products_list_main .centerBoxContentsProducts,#specialsDefault .centerBoxContentsSpecials,#similar_product .centerBoxContentsSimilar{margin: 0 5px; margin-bottom:10px;}
#specialsDefault .centerBoxContentsSpecials:nth-child(7n+2), #whatsNew .centerBoxContentsNew:nth-child(7n+2),#productListing .products_list_main .centerBoxContentsProducts:nth-child(7n+1),#similar_product .centerBoxContentsSimilar:nth-child(7n+2) {
    margin-left: 0;
}
#specialsDefault .centerBoxContentsSpecials:nth-child(7n), #whatsNew .centerBoxContentsNew:nth-child(7n),#productListing .products_list_main .centerBoxContentsProducts:nth-child(7n+6),#similar_product .centerBoxContentsSimilar:nth-child(7n) {
    margin-right: 0;
}

.product-thumb {position: relative;}
.product-thumb .image {
    position: relative;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    padding: 10px;
}

.product-thumb .image img {
    max-height: 210px;
    width: auto;
    max-width: 100%;
}
.product-thumb .prod-name {
    line-height: 25px;
    height: 55px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 600;
    overflow: hidden;
    
}
.product-thumb .prod-name a{color: #666;}
.product-thumb .captionrandom{padding: 20px 0;    text-align: center;}
.product-thumb .prod-name a:hover { text-decoration: underline;}
.product-thumb .productsprice{font-weight: 500;margin: 10px 0 0 1px;}
.product-thumb .price-new{color:#a30101;font-weight: 600 !important;margin-right: 10px; font-size:16px;}
.product-thumb .price-old{
    color:#888;
    font-weight: 500 !important;
    text-decoration: line-through;
}
.product-thumb button[type="submit"] {
    background: #308fed;
    border: 0;
    bottom: -10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    width: auto;
    padding: 10px 15px;
    color: #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;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    opacity: 0;
    position: absolute;
}


.product-thumb .fa-shopping-cart:before{margin-right: 10px;font-size: 15px;}
/*products box css eof*/


/*products page css bof*/
.products_info_main {
    display: flex;
    justify-content: space-between;
}
.productDetail-imageContainer {
    width: 55%;
}
.productDetail-tileContainer {
    width: 43%;
}
.picZoomer {
    position: relative;
}
.picZoomer-pic-wp {
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
#productMainImage .picZoomer .picZoomer-pic-wp img.lazyload {
    max-height: 100%;
}






#productMoreImages {
    margin-top: 20px;
}
.slick-prev, .slick-next {
    background-color: #fff !important;
    border: 1px solid #000;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 19px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
    background-image: url(../images/next_list1.png);
    z-index: 1000;
}
.slick-slider .slick-list {
    padding: 0 !important;
}
#productMoreImages ul li {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    box-shadow: 1px 3px 4px #d4d2d2;
    margin: 4px !important;
    padding: 3px;
    text-align: center;
    float: left;
}
.piclist li img {
    max-height: 100px;
    display: inline-block;
    max-width: 100%;
}
.slick-next {
    background-image: url(../images/next_list2.png);
    right: 0;
}

.picZoomer-zoom-wp {
    display: none;
    left: 700px !important;
    position: absolute;
    z-index: 996;
    overflow: hidden;
    background: #FFF;
    border: 2px solid #000;
}
.picZoomer-zoom-wp img {
    position: absolute;
    top: 0;
    max-width: inherit;
}
#productDescription{}
.productDetail-tileContainer-main h1#productName{
    color:#222;
}
#productPrices .productSpecialPrice{    color: #a30101;
    font-size: 25px;
    font-weight: bold;}
#productPrices .normalprice{
       color: #888;
       font-size: 16px;
    text-decoration: line-through;
}
#productPrices .productPriceDiscount{display:none;}

#productAttributes h3#attribsOptionsText {
    margin: 10px 0;
}
#productAttributes .wrapperAttribsOptions {
    display: flex;
    justify-content: left;
    align-items: center;
    border-bottom: none;
    margin: 0;
}
#productAttributes .wrapperAttribsOptions:last-child {
  
}
#productAttributes .wrapperAttribsOptions .optionName {
    margin-right: 10px;
}
#productAttributes .wrapperAttribsOptions .optionName, #productAttributes .wrapperAttribsOptions .optionName label {
    line-height: 25px;
}
#productAttributes .wrapperAttribsOptions .option_vs_name {
    width: 60%;
    margin: 10px 0;
}
#productAttributes .wrapperAttribsOptions .option_vs_name select {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

/*products page css eof*/

/*footer css bof*/

.footer-top {
    background-color: #28272d;
    padding: 55px 0;
    color: #bbb;
    z-index: 0;
    position: relative;
}
.footer-top:after {
    background: #15141c;
    display: inline-block;
    width: 58%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
}
.footer-bottom {
    border-top: 1px solid #eee;
    padding: 12px 0;
}

.footer-top .contact_us {
    max-width: 25%;
}
.block-footer .block-footer-title {
    font-size: 100%;
    color: #fff;
    font-weight: 600;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.block-footer .block-footer-content {
    padding-right: 25px;
}
.block-footer .block-footer-title:after {
    width: 30px;
    content: "";
    display: block;
    border-bottom-width: 3px;
    border-style: dotted none none;
    border-color: #3399FE;
    margin: 15px 0 25px;
}
.information_box {}
.information_box .block-footer {
    width: 20%;
}
.footer-top .layout_style{ align-items: unset;}
.block-footer-content ul li a{color:#bbb;line-height: 35px;display: block;}


.block-last-box {
    width: 40%;
    padding-left: 20px;
    margin-left: 20px;
}
.box-offer {
    position: relative;
    padding-bottom: 25px;
    margin: 0 auto;
}
.box-offer-inner {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.box-offer .fa {
    display: inline-block;
    font-size: 40px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    color: #3399FE;
    margin-right: 18px;
}
.box-offer .box-offer-title, .text_box h5 {
    font-size: 100%;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#LogoRight {
	width:100%;
	padding:12px 0px;
	height:24px;
	line-height:24px;
	margin:auto;
	background:#fff;
	display: inline-table;
}
#LogoRight a {
	padding: 0 10px;
	font-size:12px;
	text-transform: uppercase;
}
#mymain{ width:1170px; margin:auto;}
#mymainwrapper {
	margin:auto;
	width:1170px;
	padding:0px 31px;
	background: #fff;
	vertical-align: top;
	border-right: solid 1px #c9c4bf;
    border-top:0px;
}
.minibasket {
	float: left;
}
#currencebox {
	float:right;
}
#select-currency {
	margin:0px;
	padding:0px;
	height:24px;
	line-height:24px;
	border: 1px solid #ddd;
	width:110px;
	background:#fff;
	color: #717070;
}
.CartText {
	float: right;
	text-align: left;
	margin:0px 10px 0px 20px;
	height:24px;
	line-height:24px;
	display:block;
	padding:0px 0px 0px 25px;
	background: url(../images/cart.png) no-repeat left center;
}
.CartText a{ }
.search1  {
	float: left;
	margin:0px 0px 0px 15px;
	height:24px;	
}
.search1 input[type="image"] {
	margin:0px;
}
.search1 .input1 {
	float: left;
	border: 0px;
	width: 200px;
	height:23px;
	line-height:20px;
	border-bottom: 1px solid #EBEBEB;
	background:none;
	padding:0px;
	margin:0px;
	color: #717070;
}
.input2 {
	background: #f1ba84 none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 0.4em 0.6em;
	text-align: center;
	text-decoration: none;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	font-size: 14px;
	font-weight: 600;
	height: 36px;
	left: -1px;
	position: relative;
	top: 1px;
}
.logo_wrapper {
   width: 1170px;
   padding:30px 0px;
    margin:auto;
	text-align:center;
    background: url(../images/logo_lines.png) no-repeat center center ;
}
.logo_wrapper a {
    font-size: 28px;
    color: #333;
}
#navbox {
	background-color: #FFFFFF;
	border-color: #E3DFDF;
	border-style: solid;
	border-width: 0;
	clear: both;
	height: 22px;
	margin: 0 auto;
	text-align: center;
}

.navbg{ background:#f0f0f0; height:50px;}
#nav {
	margin:auto;
	width:1280px;
	position: relative;
}
#nav DL, #nav DT, #nav DD {
	display: block;
	float: left;
	z-index: 2;
}
#nav DD {
	margin:0;
}
#nav DL {
	margin:0;
	width:99%;
	padding:0px 2%;
	height:50px;
}
#nav DL A {
	display: block;
	padding: 0px 30px;
	color: #575757 !important;
	height:50px;
	line-height:50px;
	font-size: 14px;
	text-transform:capitalize;
	 font-weight:700;
}
#nav DL A:hover {
	color: #fff !important;
	background:#6e716e;
}
#nav UL {
	width: 1280px;
	display: none;
	background: #fff;
	margin: auto;
	padding:10px 0px;
	position: absolute;
	text-align: left;
	webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    z-index: 200000;
	left: 0;
}
#nav LI {
	float:left;
	width:25%;
	overflow:hidden;
}
#nav UL A {
	word-break: initial;
	white-space:nowrap;
	text-align: left;
	font-size: 13px;
	color:#555 !important;
	display: block;
	height: 22px;
	font-weight:normal;
	line-height: 22px;
	padding:0px 10px;
	font-weight:bold;
}
#nav UL A:hover {
	color:#c00 !important;
	background:none;
}
#productListHeading {
    font-weight: normal;
    margin: 0px 0px 15px !important;
    padding: 15px 0px 20px;
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-size: 18px;
    color: #555;
}
.page_main .container {
margin: auto;
    width: 1280px;
    padding: 10px 0px;
    background: #fff;
    vertical-align: top;
    border-top: 0px;
}
.centerBoxHeading {
	font-weight: normal;
	margin: 0px 0px 15px !important;
	padding: 15px 0px 20px;
	display: block;text-align: center;
	text-transform: capitalize;
	font-size:18px;
	color:#555; 
}
.centerBoxHeading span {
color:#fb838d; background:#fff; display: inline-block; padding:0px 20px;
}
#myfooter {
	width:100%;
	padding:30px 0px;
margin: 20px auto 0px;
	
}
#myfooter ul {
	width: 23%;
	float:left;
	margin:0px 2% 0px 0px;
}
#myfooter ul h3 {
	font-weight: bold;
	font-size: 16px;
	padding:0px 0px 15px;
	color:#525252;
}
#myfooter ul li {
	height:26px;
	line-height: 26px;
	width:100%;
	overflow:hidden;
}
#myfooter ul li a {
	text-transform:capitalize;
	font-size: 14px;
}
.we-accept {
	background: #f5f5f5 none repeat scroll 0 0;
	padding:16px;
	vertical-align: middle;
}
.we-accept .label {
	font-weight: 600;
	margin-right: 8px;
	vertical-align: middle;
}
.we-accept img {
	vertical-align: middle;
}
#mysiteinfoLegal {
	width:100%;
	padding:10px 0px;
	margin:auto;
	text-align: center;
	font-size: 13px;
	background:#6e716e;
	color:#fff;
	font-weight: bold;
}
#mysiteinfoLegal a{ font-weight:bold;}
.alsoPurchased {
	width:28%;
	float:right;
}
#productsListingListingTopLinks a,#productsListingListingBottomLinks a {
    border: 1px solid #ddd;
    padding: 7px 10px;

}
#productsListingListingTopLinks .current,#productsListingListingBottomLinks .current{
background: #a30101;
color: #fff;
border: 1px solid #ddd;
padding: 7px 10px;
}

.columnLeft {float:left;}

#categoriescss .leftBoxHeading {
    margin: 0px auto 15px;
    padding: 15px 0px 15px;
    background: url(../images/t_lines.png) no-repeat center bottom;
    text-align: center;
    color: #FB838D;
    font-size: 18px;
    font-weight: normal;
    text-transform: capitalize;
}

#productName {
    font-size: 20px;
    clear: both;
    color: #FB838D;
    font-weight: normal;
    text-align: left;
    padding: 12px 0px 12px !important;
    text-transform: capitalize;
}
.bagstyle_web_pro_detail_cart_content {
	margin-top:20px;
}
.web_pro_detail_tab_content {
	margin: 0px auto;
	padding: 15px 10px !important;
	line-height: 150%;
	border: 1px solid #ddd;
}
.tab1 {
	height:54px;
	clear:both;
	padding: 0;
	border-bottom:1px solid #ddd;
	margin:0px auto 15px;
}
.tab1 .selectTab2 {
	border-bottom: 3px solid #a30101;
	color:#a30101;
}
.tab1 .selectTab2 a {
	color: #a30101;
}
.tab1 li {
	float: left;
	text-decoration: none;
	font-weight: bold;
	margin:0px 15px 0px 0px;
	height: 52px;
	line-height: 52px;
	font-size:16px;
	cursor: pointer;
}
#gototop {
-moz-border-radius:100%;-webkit-border-radius:100%; border-radius:100%;
	height:40px;
	position: fixed;
	bottom:30px;
	right:2%;
	width:40px;
	cursor:pointer;
	background:#6e716e;
}
#gototop:hover {
	background:#fea4ad;
}



.panel-wrapper{
  border-bottom: 1px solid #e8e8e8;
  background-color: #6e716e;
  color: #fff;
}
.panel-header {
  max-width: 1280px;
  width: auto;
  display: flex;
justify-content: space-between;
margin: 0 auto;
padding: 10px 0;
}

.headerul li {
  padding-left: 3px;
  padding-right: 3px;
  border-right: 1px solid #fff;
  display: inline-block;
  line-height: 7px;
}
.headerul a{ color:#fff;padding: 0 0.8em;font-weight: 700;}
.last {
  border: none !important;
}

.headerul li i {
  margin-right: 5px;
}
.freeshopping{ padding-top:3px;font-weight: bold;}
.header_content {
  max-width: 1280px;
  width: auto;
  margin: 0 auto;
  padding: 10px 0;
  font-weight: bold;
  	display: flex;
	position: relative;
	min-height: 1.6rem;
	text-align: center;
	align-items: center;
	vertical-align: top;
	display: -webkit-flex;
	-webkit-align-items: center;
	padding: 22px 0;
}
#logoinfo a{ 
  font-size: 30px;
  font-weight: 700;
  color: #555;
  text-transform: capitalize;
}
.headerseace{flex: 1;box-sizing: border-box;-webkit-flex: 1}
input.head-search-input-txt {
  background: #FFFFFF;
  color: #000000;
  padding: 0 12px 0 12px;
  width: 380px;
  height: 36px;
  margin: 0;
  line-height: 28px;
  border: 1px solid #cccccc;
}
#search_mini_form{display: inline-flex;}
#searchimage{ margin:0px;}
.operat {
	width: auto;
	display: flex;
	align-items: center;
	display: -webkit-flex;
	-webkit-align-items: center
}
.top_cart {
    background: url("../images/cart1.gif") no-repeat scroll 6px 6px rgba(0, 0, 0, 0);
    border-radius: 5px;
    padding: 10px 35px;
}
#block-itempty a{ font-size:20px!important; padding:0 10px;}
#block-itempty { text-align: left;margin-bottom: 12px;margin-top: 2px;}

.product-thumb .image img:hover  {
transform:scale(1.2);
transition: all .5s ease .1s;
}
.headerul a:hover{ color:#bbb;}
.navSplitPagesLinks a {
  background: #f2f2f2;
  color: #555 !important;
  font-weight: bold;
  padding: 5px;
}
.products_list_main{ margin-bottom:10px;}


.above-footer-content {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.centered-iblocks{ 
display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
 margin-right:-15px;
 margin-left:-15px}
 .iblock {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
}
.icon-wrapper {
  margin-right: 20px;
  margin-bottom: 0;
  line-height: 0;
}
.no-margin{ font-size:14px;font-weight: 600;}
.nav-item{ font-size:16px; padding:10px 0;}
.leftBoxHeading{ font-size: 16px;
margin-bottom: 15px;
margin-top: 10px;}

ul.list-links li {
  border-bottom: 3px solid #f5f5f5;
}
ul.list-links li a {
  padding: 10px;
  display: block;
}
.category-top{ font-weight:bold;}
.sideBoxContent{ padding-right:5px;}

#quantity_message {
  color: #fff;
  padding:5px 12px;
  margin-bottom: 3px;
  display: inline-block;
  background: #000;
}
.addtocart input:hover{ background:#fff!important; border:1px solid #111!important; color:#111!important;}
#similarheading{ font-size:22px;}

.returnmore{ margin-top:24px;}
.returnmore i{ padding-right:10px; font-size:18px;}
#productDescription_first {
	line-height: 21px;
}
.productdecription{ border-bottom:1px solid #ddd; padding-bottom:15px; margin-top:32px;font-size: 16px; margin-bottom:10px;}

#similar_product{ margin-top:20px;}
#nav #home i{ padding-left:3px;}
.category-subs-selected{ color:#a30101;font-weight: bold;}
.sel:hover #home{ background:#6e716e; color:#fff!important;}
#productDescription{font-weight:400!important; font-size:18px!important;}