@charset "utf-8";
/* General CSS Document */
body {
  font-family:Arial, Helvetica, sans-serif;
  font-size:        12px;
  line-height:      1.428571429;
  color:            #333333;
  padding:          0px;
  margin:           0px;
}
a {
    color:#333333;
    text-decoration:none;
}
a:hover{
    color:#333333;
    text-decoration:none;
}
a:focus {
  outline: none;
}
a:active,
a:hover {
  outline: 0;
}
a:hover,
a:focus {
  color: #333333;
  text-decoration: none;
}
button, input, select, textarea {
    color:#757575;
}
ul{
    padding:0px;
    margin:0px;
    float:left;
}
ul li {
    list-style:none;
    padding:0px;
    margin:0px;
}
label {
    font-weight:normal;
}
h1 {
    font-size: 24px;
    padding:0px 0px 10px 0px;
    margin:0px;
}
h2 {
    font-family: 'merriweathersans-regular';
    font-size:18px;
    margin-bottom:15px;
}
h4 {
    background: none repeat scroll 0 0 #E7E7E7;
    border-left: 0px solid #DC1F2A;
    font-size: 12px;
    padding: 10px 10px;
}
.h3 {
    font-size: 16px;
    padding:0px 0px 10px 0px;
    margin:0px;
    font-family: 'merriweathersans-regular';
    color:#555555;
    background:url(../../img/title-bg.png) repeat-x 0px 10px scroll;
    text-align:left;
}
.h3 span {
    background:#fff;
    padding-right:20px;
}
h3 {
    font-size: 16px;
    padding:0px 0px 10px 0px;
    margin:0px;
    font-family: 'merriweathersans-regular';
    color:#555555;
    /*background:url(../../img/title-bg.png) repeat-x 0px 10px scroll;*/
    text-align:center;
}
h3 span {
    background:#fff;
    padding-right:20px;
}
.h3 div {
    background:url(../../img/plus_icon.png) no-repeat top center scroll;
    width:16px;
    height:16px;
    float:right;
}
.alpha {
    padding-left:0px;
}
.omega {
    padding-right:0px;
}
.btn-mini {
    background:none;
}
html {
    height:100%;
}

/*font styles*/

@font-face {
    font-family: 'merriweathersans-regular';
    src: url('../fonts/merriweathersans-regular-webfont.eot');
    src: url('../fonts/merriweathersans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/merriweathersans-regular-webfont.woff') format('woff'), url('../fonts/merriweathersans-regular-webfont.ttf') format('truetype'), url('../fonts/merriweathersans-regular-webfont.svg#merriweathersans-regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
.txt-align-center {
    text-align:center;
}
.width-controler {
    position: absolute;
    width: 100%;
}
.main-wrapper {
    display:inline;
    width:100%;
}

/********** Header Wrapper Styles **********/

.header-wrapper {
    width: 100%;
}
.head-strip {
    border-top:1px solid #e2e2e2;
    border-bottom:1px solid #e2e2e2;
    font-size:9px;
    text-transform:uppercase;
    color:#555555;
    margin-top:30px;
    text-align:center;
}
.head-strip ul li{
    display:inline-block;
    padding-right:10px;
    padding-left:5px;
}
.head-strip ul li a {
    /*padding:8px 0px;*/
    display:inline-block;
    color:#555555;
    text-align: left;
}
.lan-cur-strip {
    border:none;
}
.item-num {
    background: none repeat scroll 0 0 #ae0505;
    border-radius: 10px;
    color: #FFFFFF;
    float: right;
    margin-top: -4px;
    padding: 4px;
    position: relative;
    text-align: center;
    /*top: -4px;*/
    width: 20px;

}
.head-strip ul li a span {
    padding-left:5px;
}
.head-strip .btn-default {
    background-color: #FFFFFF;
    border-color: #fff;
    color: #555555;
    font-size:9px;
    text-transform:uppercase;
}
.head-strip .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #555555;
     box-shadow: none;
}
.head-strip .btn-group.open .dropdown-toggle:focus {
    box-shadow: none;
}
.lan-dropdown {
    font-size:9px;
}
.lan-dropdown li{
    width:100%;
    padding:0px 10px;
}
.lan-dropdown li a:hover {
    background:#ffffff;
}
.head-strip .btn {
    padding:7px 0px;
}
.logo {
    margin: -22px 5%;
    position: absolute;
    background:#ffffff;
}
.head-bottom {
    font-family: 'merriweathersans-regular';
    font-size:20px;
    padding:20px 0px;
}
.free-ship {
    display:inline-block;
}
.free-ship-icon {
    display:inline-block;
    margin-right:10px;
    position:relative;
    top:-12px;
}
.free-ship p {
    display:inline-block;
    padding:0px;
    margin:0px;
}
.head-bottom span {
    font-size:11px;
    text-transform:uppercase;
    display:block;
}
.contact-num {
    display:block;
    margin-top:10px;
}
.contact-num ul li {
    display:inline-block;
}
.contact-num span {
    display:inherit;
}
.search-block {
    margin-left: -23px;
    margin-right: 13%;
    margin-top: 10px;
    text-align: center;

}
.search-block .srh-form-control {
    border-radius:0px;
    border:1px solid #e2e2e2;
    padding:0px;
    height:25px;
    width:90%;
    box-shadow:none;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    padding:0px 30px 0px 10px;
float:left;
}
.search-block .input-group {
    width:100%;
}
.form-control:focus {
  border-color: #ae0505;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-block .search-btn {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    margin-left: -25px;
    padding: 0;
    float:left;
    
}

/********** Menu Wrapper Styles **********/

.menu {
    width:100%;
    height:40px;
    background-color:#333333;
    border:1px solid #333333;
    text-align:center;
}
#main-list li {
    float:left;
}
ul#main-list{
    position:absolute;
    z-index:2;
    margin-left:215px;
    margin-top:-1px;
}
/*ul.sublist,.overlay,ul#main-list li,ul#main-list li a{
}
.overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0);
    z-index:-1;
    left:0px;
}*/

.sub-div{
    -webkit-transition: all .3s ease-out;
    -moz-transition:all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out ;
}

ul#main-list:hover + .overlay{
    background:rgba(0,0,0,0.5);
    z-index:1;
}
ul#main-list li{
    margin:0 3px 0 0;
}
ul#main-list li a{
    display:block;
    padding:10px 20px;
    text-transform:uppercase;
    text-shadow:0 0 1px #000000;
    font-size:14px;
    color:#ffffff;
}
ul.sub-list{
    overflow:hidden;
    position:absolute;
    top:40px;left:0;
    visibility:hidden;
    height:auto;
    background:rgba(255,255,255,1);
    margin:0 0 0 0;
    opacity:0;
    width:700px;
    margin-left: -120px;
}
ul#main-list ul.sub-list li a{
    padding:0;
    background:none;
    color:#000;
    text-shadow:1px 1px 1px #fff;
    height:auto;width:auto;
}
ul#main-list li:hover ul.sub-list{
    visibility:visible;
    opacity:1;
    padding:14px 10px 10px 10px;
}
ul#main-list li:hover a{
    background:rgba(255,255,255,1);
    color:#000;
    text-shadow:1px 1px 1px #fff;
}
.sub-div{
    overflow:hidden;
    width:700px;
}
ul#main-list li:hover .sub-div{
}
ul.sub-list ul {
    float: left;
    overflow: hidden;
    padding: 0 0 0px 15px;
}
ul#main-list ul.sub-list ul li{
    display:block;
    text-align:left;
    margin-bottom:10px;
}
ul#main-list ul.sub-list ul li a{
    display: block;
    font-size: 12px;
    margin: 2px;
    padding: 2px 2px 2px 4px;
    text-decoration: none;
    height:auto;
    clear:both;
    font-weight:normal;
}
ul#main-list ul.sub-list ul li a:hover{
    color: #000;
    background:#fff;
    text-shadow:none;
}
li.sub-head{
    border-bottom: 1px solid #DDDDDD;
    color: #AAAAAA;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 6px;
}
.menumain {
    margin: 0;
    padding: 0px 240px;
    list-style: none;
}
.menumain li {
    float: left;
    display: block;
    background: none;
    position: relative;
    z-index: 999;
    /*margin: 0 1px;*/
}
.menumain li a {
    padding: 0;
    line-height: 40px;
    text-decoration: none;
    padding: 0px 12px;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    font-family: merriweather sans;
    font-size: 14px;
}
.subcat{
    border:1px solid #e2e2e2;
    width: 185px;
}
.subcat img {
    padding:3px;
}
.subcategory li{
    border-bottom: 1px dotted #333333;
    width:150px;
    text-transform: uppercase;
    font-family: arial;
    font-size: 12px;
    color: #555555;
    font-weight:bold;
}
#main-list a{
    text-decoration:none;
}

/* Mobile Menu Styles */

.navbar {
    display:none;
}

/********** Banner Styles **********/

.banner {
    margin:15px 0px;
}
.banner h1{
    padding:0px;
    font-size:34px;
    text-transform:uppercase;
    font-family: 'merriweathersans-regular';
}
.banner h2{
    padding:0px;
    font-size:28px;
    text-transform:uppercase;
    font-family: 'merriweathersans-regular';
}
.banner-description {
    /*left: 39%;*/
	margin-top: -160px;
text-align: center;
float: left;
width: 100%;
}
.banner-description p {
    text-shadow: 0px 0px 2px #ffffff;
    margin:0px;
}
.banner-description span {
    font-size:28px;
    text-shadow: 0px 0px 2px #ffffff;
}
.banner-left {
    width:50%;
    float:left;
}
.banner-right {
    width:50%;
    float:left;
}

/********** index inner content Styles **********/

.promo-content {
    font-family: 'merriweathersans-regular';
    display:inline-block;
    width:100%;
}
.promo-content h2 {
    background: none repeat scroll 0 0 #ffffff;
    bottom: 10%;
    font-size: 30px;
    height: 125px;
    line-height: 35px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 2px #FFFFFF;
    /*text-transform: uppercase;*/
     width:93.7%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /* for IE8 in IE7 mode */
    filter: alpha(opacity=80); /* for IE6-IE8 */
    opacity: .8;
    font-family: 'merriweathersans-regular';
    padding:0px 15px;
}
.promo-content h2 span{
    /*line-height:62px;*/
    /*float:left;*/
	display: inline-block;
	padding-top: 45px;
}

/********** Body Container Styles **********/

.brand-sec {
    margin-top:35px;
    text-align:center;
}
.brand-sec ul {
    float:left;
    width:100%;
    margin:30px 0px;
}
.brand-sec ul li {
    float:left;
}
.brand-sec li {
    width:95px;
    height:100px;
    line-height:70px;
    margin-right:20px;
}

/********** About Us Content Styles **********/

.about-content {
    margin-top:30px;
}

/********** Footer Styles **********/

.footer-wrapper {
    background:#303030;
    padding:20px 0px;
    color:#888888;
    margin-top:30px;
}
.footer-wrapper a {
    color:#888888;
}
.footer-wrapper h2 {
    color:#fff;
    font-family: merriweather Sans;
    font-size: 14px;
    font-weight:normal;
}
.footer_content {
    color:#fff;
    font-family: merriweather Sans;
    font-size: 14px;
    font-weight:normal;
}
.footer_content ul li a {
    color: #888888;
    text-decoration: none;
    font-family: arial;
    font-size: 12px;
    font-weight: regular;
}
.footer_content ul li {
    padding:6px 0px;
    list-style:square;
    color:#7a7a7a;
    margin-left:12px;
}
.footer_content ul li a img {
    padding-right: 5px;
}
.footer_content2 ul li a {
    color: #888888;
    text-decoration: none;
    font-family: arial;
    font-size: 12px;
    font-weight: regular;
}
.footer_content2 span {
    padding-left: 10px;
}
.footer_content2 ul li {
    padding:3px 0px;
}
.footer_content2 ul li a span {
    padding-left: 8px;
}
.footer_content2 {
    float:left;
    display:inline;
}
.footer_content3 span {
    float: right;
    margin-top: -27px;
    padding-right: 50px;
}
.footer_content3 ul {
    padding-right:15px;
}
.footer_content3 ul li {
    margin-bottom:15px;
    background:url(../../img/dotted-arrow.png) no-repeat 0px 8px scroll;
    padding-left:20px;
}
.footer_content3 ul li span {
    margin:0px;
    padding:0px;
    float:none;
    color:#c5c4c4;
}
.footer_content3 ul li p {
    margin:0px;
}
.footer_content4 ul li a img {
    padding-right:10px;
}
.footer_content4 ul {
    padding-bottom:30px;
}
.footer_content4 ul li a {
    background:url(../../img/right-icon.png) no-repeat 0px 5px scroll;
    padding-left:20px;
}
.footer_content4 ul li a {
    color: #888888;
    text-decoration: none;
    font-family: arial;
    font-size: 12px;
    font-weight: regular;
}
.footer_content4 ul li {
    padding: 4px 0px;
}
.reviews-block {
    display:inline-block;
    width:100%;
}
.reviews-block span {
    float: right;
    margin-top: -27px;
    padding-right: 50px;
    color:
}
.rating_align {
    float: right;
    margin-top: -50px;
}
.rating {
    display: inherit;
    text-align: center;
    width: 100%;
    margin:5px 0px;
}
.rating li {
    display: inline;
    padding-right: 5px;
}
.rating p, .total_rating p {
    color: #FFFFFF;
    font-size: 38px;
}
.rating span, .total_rating span {
    color: #FFFFFF;
    font-size: 12px;
    margin:0px;
    padding:0px;
    float:none;
    padding:0px 10px;
}
.total-reviews {
    font-size: 10px;
}
.total-reviews p {
    display: inline;
    font-size: 12px;
    padding-left: 5px;
}
.shoplupe-block {
    padding-top:30px;
    display:inline-block;
}
.copyright-section {
    background:#ffffff;
    padding:10px 0px;
}
.copyright-section p {
    display:inline-block;
    margin-top:5px;
}

/********** Product Listing Page Styles **********/


.leftframe {
    border-right:1px dotted #b0b0b0;
    min-height:200px;
    padding-right:10px;
    display:inline-block;
    width:100%;
}
.pad-top-15 {
    padding-top:15px;
}
.pad-top-25 {
    padding-top:25px;
}
.category-list li a {
	width:100%;
    background:url(../../img/dotted-arrow-gray.png) no-repeat 0px 12px scroll;
    padding:6px 6px 6px 15px;
    display:inline-block;
}
.brand-selection {
    width:100%;
}
.rating-sec {
    width:100%;
}
.rating-sec li {
    display:inline;
    padding-right:3px;

}
.price-sec {
    width:100%;
    font-size:11px;
}
.price-sec p {
    margin:0px;
    padding:0px;
}
.price-sec label {
    color:#757575;
}
.color-sec {
    width:100%;
}
.size-sec {
    width:100%;
}
.tag-sec {
    width:100%;
}

/* Right Frame Styles Ends */

.pictureBox {
    border:1px solid #e2e2e2;
    min-height:395px;
    text-align:center;
    /*display:inline-block;*/
    margin-bottom:15px;
}
.pictureBox:hover {
    border:1px solid #555555;
}
.pictureBox:hover .list-details{
    background:#555555;
    color:#ffffff;
}
.pictureBox:hover .list-details span img {
    background:url(../../img/basket_icon_hover.png) no-repeat top center scroll;
    color:#ffffff;
}
.pictureBox a {
    padding:8px 5px 5px 5px;
    display:inline-block;
}
.gridPicture img {
     /*max-width:100%;
    max-height:100%;
   height: 275px;
    min-width: 200px;*/
    display: inherit;
}

.pictureBox figure.gridPicture {
line-height: 290px;
min-height: 290px;
/*width: 40%;*/
text-align: center;
}
.gridPicture a {
	line-height: 245px;
}
.rating-sec a {
    padding:0px;
}
.pictureBox .rating-sec {
    text-align:center;
    padding:5px 0px;
}
.pictureBox p {
    padding:6px;
    display:inline-block;
}
.list-details {
    background:#e2e2e2;
    padding:10px;
}
.list-details .price-txt {
    font-size:14px;
    text-align:left;
    display:inline-block;
}
.price-txt p {
    padding:0px;
    margin:0px;
}
.list-details .price-txt span {
    font-size:11px;
    text-decoration:line-through;
    padding:0px 5px;
}
.list-right-icons a {
    padding:0px 0px 0px 10px;
}
.list-right-icons span {
    border-left:1px solid #c0c0c0;
    margin-left:10px;
}

/* breadcrumb styles*/

.breadcrumb-wrap .breadcrumb {
/*    margin: 0 5px;*/
    background:none;
    margin-bottom:10px;
}
.breadcrumb-wrap .breadcrumb > li + li:before {
    color: #CCCCCC;
    content: "";
    padding: 0 10px;
    background:url(../../img/breadcrumb_arrow.png) no-repeat 8px 5px scroll;
}
.breadcrumb-wrap .breadcrumb > li a {
    color:#959595;
}
.breadcrumb-wrap .breadcrumb > .active {
    color: #ae0505;
}
.refineParams {
    border: 1px solid #E2E2E2;
    color: #666666;
    float: left;
    font-size: 11px;
    margin: 0 10px 10px;
    padding:7px 10px;
    width: 97.4%;
}
.refineParams ul {
    float:left;
}
.refineParams ul li {
    float:left;
}
.refineParams ul li a {
    text-transform:uppercase;
    color:#333333;
    padding-left:5px;
}
.refineParams ul li span {
    padding:0px 5px;
}
.sortby label {
    padding-top:5px;
    padding-left:10px;
    padding-right:5px;
}
.sort-select {
    padding:5px;
    border:1px solid #ede9e9;
    min-width:130px;
}
.sort-select-mini {
    padding:5px;
    border:1px solid #ede9e9;
    min-width:50px;
}
.view-info {
    margin-top:5px;
}
.leftframe .panel-default > .panel-heading {
    background:none;
    border:0px !important;
}
.leftframe .panel-default {
    border:0px !important;
    box-shadow:none;
}
.leftframe .panel-default .panel-body {
    border:0px !important;
}
.leftframe .panel-heading {
    padding:0px;
}
.leftframe .panel-body {
    padding:0px;
}
.color-info {
    font-size:11px;
    color:#757575;
    margin:5px 0px;
}
.color-info > li {
    float: left;
    width: 100px;
    margin-bottom:5px;
}
.color-info span {
    display: inline-flex;
    margin-top: -2px;
    padding: 0 10px 0 0;
}
.size-info{
    font-size:11px;
    color:#757575;
}
.size-info span {
    padding-right:10px;
}
.tags-sec {
    width:100%;
}




.modal_cart {
    width:560px !important;
    height:auto!important;
}
.modal_desc {
    padding:0px;
}
.alignpop {
    color: #0f870f;
    font-size: 14px;
    font-family: merriweather sans;
    font-weight: regular;
}
.modal_pop {
    padding-top: 10px;
}
.modal_head {
    border-bottom:0px;
}
.panelborder {
    border:0px;
}
.paneltit a:hover, a:focus, a:active {
    color: #777777 !IMPORTANT;
}
.paneltit a{
    font-size: 13px !important;
    font-family: arial;
    color: #777777;
    font-weight: bold;
}
.paneltit a span {
    font-size:11px;
    font-weight:normal;
}
.textwidth {
    font-family:arial;
    font-size:15px;
    color:#333333;
}
.pop_upcart_text {
    font-family: arial;
    font-size: 12px;
}
.panel-default .panhead {
    background-color:#fff!important;
}
.popcart {
    padding:15px;
}
.popitemcart {
    border:1px solid #d6d4d4;
    background-color:#f7f4f4;
    padding: 10px;
}
.cartinside {
    padding:10px;
}
.pop_upcartbut_img img {
    float:right;
}
.popup_total_price {
    border-top: solid 1px #e2dddd;
    padding: 15px 0px 0px 0px;
    font-size: 16px;
    text-align: right;
    overflow: hidden;
    margin-top:10px;
    font-weight:normal;
}
.popup_total_price .popup_total_price_val {
    float: right;
    padding-left: 15px;
    font-size: 16px;
}
.popup_total_price .popup_total_price_tit {
    float: right;
    padding-left: 15px;
    font-size: 16px;
}
.pop_up_cart_price {
    float:right;
}
.right {
    float: right;
}
.alignpopupcart {
    padding:10px 0px 10px 0px;
}
.modalpopfooter {
    border-top:none;
    padding: 10px 0px;
}
.buttonpopup1 {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    font-size:12px;
}
.buttonpopup1:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    font-size:12px;
}
.buttonpopup {
    background-color: #AE0505;
    border-color: #AE0505;
    border-radius: 0 !important;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    width: 130px;
    color:#ffffff;
}
.buttonpopup a {
    color:#ffffff;
    font-size:14px;
    font-weight:normal;
}
.buttonpopup:hover {
    background-color: #AE0505;
    border-color: #AE0505;
}

.landing-banner {
    margin-bottom:15px;
    margin-left:10px;
}

/********** Product Details Page Styles **********/

/* Elastislide Style */
.product-details-sec {
    float: left;
    width: 100%;
}
.es-carousel-wrapper{
    position:relative;
    padding:0px 21px 0px 0px;

}
.es-carousel{
    overflow:hidden;
}
.es-carousel ul{
    /*display:none;*/
}
.es-carousel ul li{
    width:98px !important;
    height:100%;
    float:left;
    display:block;
    margin-left:5px;
}
.es-carousel ul li a{
    display:block;
    border-style:solid;
    border-color:#ffffff;
    opacity:1;
    -webkit-touch-callout:none;
    /* option */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width:98px;
}
.es-carousel ul li.selected a{
    border-color:#ce6969;
    opacity:1.0;
}
.es-carousel ul li a img{
    display:block;
    border:none;
    max-height:100%;
    max-width:100%;
}
.es-nav span{
    position:absolute;
    top:50%;
    left:-10px;
    background:url(../../img/gallery-left-arrow.png) no-repeat top left scroll;
    width:31px;
    height:31px;
    margin-top:-13px;
    text-indent:-9000px;
    cursor:pointer;
    opacity:1;
    z-index:0;
}
.es-nav span.es-nav-next{
    right:13px;
    left:auto;
    background-position:top right;
    background:url(../../img/gallery-right-arrow.png) no-repeat top left scroll;
}
.rg-thumbs {
    margin-bottom: 15px;
}
.es-nav span:hover{
    opacity:1.0;
}
.rg-image {
    /*z-index:-1;*/
}
.rg-image img {
    max-width:100%;
}
.rg-image-nav-prev {
    background:url(../../img/gallery-left-arrow.png) no-repeat top center scroll;
    width:27px;
    height:27px;
}

.productShortdesc {
    padding:10px 0px;
    display:inline-block;
}
.size-content {
    /*float:left;*/
    padding:10px 0px;
}
.size-content ul {
    float:left;
}
.size-content ul li{
    float:left;
    margin-right:5px;
}
.size-content ul li a {
    float:left;
    min-width:35px;
    border:1px solid #bfbebe;
    text-align:center;
    padding:3px 0px;
    color:#ada4a4;
}
.size-content ul li a:hover {
    color:#ae0505;
    border:1px solid #ae0505;
}
.size-content ul li a.active {
    color:#ae0505;
    border:1px solid #ae0505;
}
.size-content label {
    min-width:50px;
    float:left;
    padding: 5px 10px 0 0;
}
.size-content ul li a span {
    background: url("../../img/no-stack-icon.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 21px;
    position: absolute;
    width: 20px;
    margin-top:-15px;
}


.color-content {
    /*float:left;*/
    padding:10px 0px;
}
.color-content ul {
    float:left;
}
.color-content ul li{
    float:left;
    margin-right:5px;
}
.color-content ul li a {
    float:left;
    min-width:35px;
    min-height:25px;
    border:1px solid #bfbebe;
    text-align:center;
    padding:3px 0px;
    color:#ada4a4;
}
.color-content ul li .selected {
    background: url("../../img/color-selected.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 18px;
    margin-left: 8px;
    margin-top: -11px;
    position: absolute;
    width: 17px;
}
.color-content label {
    min-width:50px;
    float:left;
    padding: 5px 10px 0 0;
}
.color-content ul li a span {
    background: url("../../img/no-stack-icon.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    height: 21px;
    position: absolute;
    width: 20px;
    margin-top:-15px;
    margin-left:-10px;
}
.color-content .color01 {
    background: #9a9696
}
.color-content .color02 {
    background: #6aae6a
}
.color-content .color03 {
    background: #c36464
}
.color-content .color04 {
    background: #66b5cc
}
.color-content .color05 {
    background: #c19653
}
.color-content .color06 {
    background: #7054cb
}
.color-content .color07 {
    background: #eac6ad
}

.quan-content {
    float:left;
    padding:10px 0px;
}
.quan-content label {
    min-width:50px;
    float:left;
    padding: 5px 10px 0 0;
}
.quan-content > span {
    float: left;
    padding: 0 5px;
}
.quan-txtbox {
    float:left;
    width:35px;
    border:1px solid #bfbebe;
    text-align:center;
    padding:3px 0px;
    color:#333333;
}
.produtPrice {
    clear: both;
    color: #333333;
    float: left;
    font-size: 24px;
}
.produtPrice span {
    font-size: 18px;
    color:#999898;
    padding-right:10px;
    text-decoration:line-through;
}
.addtocart-btn span {
    margin:0px 10px;
}
.red-btn {
    background:#ae0505;
    min-width:210px;
    clear:both;
    font-size:16px;
    color:#ffffff;
    padding:5px 0px;
    border:0px;
    margin:10px 0px;
    display:inline-block;
    text-align:center;
}
.addtocart-btn a:hover, a:focus, a:active {
    color:#ffffff;
}
.last-pur-msg {
    background:#f8f6f6;
    border:1px solid #dddbdb;
    padding:5px;
    color:#7e7e7e;
    max-width:209px;
    margin:5px 0px;
}
.last-pur-msg span {
    color:#333333;
}

.last-pur-msg {
    background:#f8f6f6;
    border:1px solid #dddbdb;
    padding:5px;
    color:#7e7e7e;
    margin:5px 0px;
}
.ship-info {
    margin-top:30px;
}
.ship-info label {
    color:#19ab19;
}
.ship-info span {
    padding:0px 5px;
}
.ship-info ul {
    float:left;
}
.ship-info ul li {
    float:left;
}
.ship-info li {
    background:url(../../img/ship-info-rightarrow.png) no-repeat 0px 5px scroll;
    padding-left:15px;
}




.detail-tab-content .nav-tabs {
    display:inline-block;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    padding:10px 6px !important;
}
.brand_img {
    margin-top:15px;
}
/*write_reviews*/

.write_reviews {
    font-size:12px;
    float:left;
    width:40% !important;
}
.write_reviews h1 {
    background: none repeat scroll 0 0 #F5F1F2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 25px;
    padding: 5px 10px;
    width: 340px;
}
.control-label {
    color: #333;
    float:left;
    font-size:12px;
    padding-top:7px;
    width:191px;
}
.control-label2 {
    color: #333;
    float:left;
    font-size:12px;
    padding-top:7px;
    width:27%;
}
.textbox_small {
    width:60px;
}
.textbox_medium {
    width:129px;
}
.check_align {
    margin-top:10px !important;
    margin-right:10px !important;
}
.check_align2 {
    margin-top:0px !important;
    margin-right:5px !important;
}
.controls {
    float:left;
    padding:0px !important;
    margin:0px !important;
}
.controls label {
    font-size:12px;
}
.inputReview {
    font-size:12px;
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s !important;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset !important;
}
/*User_reviews*/

.user_reviews {
    /*float:left;*/
}
.dotted_border {
    border-bottom:1px dotted #777;
    margin-bottom:15px;
}
.user_reviews .rating {
    float:right;
    /*width:auto;*/
}
.user_reviews p {
    float:left;
}
.user_reviews small {
    float:right;
    font-size:12px;
}
.user_reviews h4 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:600;
}
.head_bg {
    background:#E7E7E7;
    color:#333;
    padding:6px 15px;
}
.head_bg:hover {
    color:#333;
    text-decoration:none;
}
.head_bg:active {
    color:#333;
    text-decoration:none;
}
.accordion-group {
    border:none;
}
.writecomments .accordion-group a {
    color:#333;
}
.head2_bg {
    background:#E7E7E7;
    color:#333;
    padding:6px 15px;
}
.head2_bg:hover {
    color:#333;
    text-decoration:none;
}
.head2_bg:active {
    color:#333;
    text-decoration:none;
}
/* Custom Scrollbar */
.align_scroll {
    float: left;
    margin-left: 381px;
    margin-top: -205px;
}
#container {
    height: 400px;
    overflow: auto;/*   width: 558px;*/
}
#position {
}
#content {
    padding: 10px;
}
#content p {
}
div.scrollbarpaper-container {
    background-color: #fff;
}
div.scrollbarpaper-track {
    width: 10px;
    background-color: #fff;
    border:1px solid #f2f2f2;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
div.scrollbarpaper-drag {
    background-color: #fc3335;
}
div.scrollbarpaper-drag-top {
}
div.scrollbarpaper-drag-bottom {
}
#content.scrollbarpaper-visible {
    padding-right: 33px;
}
.write_Comments {
    padding:20px;
}
div.scrollbarpaper-container {
    position: absolute;
    z-index: 1;
}
div.scrollbarpaper-track {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    cursor: pointer;
}
div.scrollbarpaper-drag {
    height: 100px;
    margin-left: 2px;
    position: absolute;
    width: 68%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
div.scrollbarpaper-drag-top {
    position: absolute;
    top: 0;
    width: 100%;
}
div.scrollbarpaper-drag-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.customer_comment {
    border-left:3px solid #ed8f94;
    padding-left:20px;
    float:left !important;
    margin-bottom:15px;
}
.customer_comment .blog_01 {
    border-bottom: 1px dotted #777;/*   width:900px;*/
}
.customer_comment .blog_01 h4 {
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:600;
    padding-bottom:5px;
}
.customer_comment .blog_01 small {
    float: right;
    font-size: 12px;
    margin-top:-20px;
}
.customer_comment .blog_01 span {
    float:left;
    clear:both;
}
/* rating */
    .rating {
    list-style: none;
    margin:0;
    padding:0;
    display:inline-block;
    padding-bottom:3px;
}
.rating li {
    margin:0;
    padding:0;
    float: left;
}
.rating i.star-on {
    width:18px;
    height:17px;
    display: block;
    background:url('../../img/star-on.png') no-repeat left top;
}
.rating i.star-off {
    width:17px;
    height:17px;
    display: block;
    background:url('../../img/star-off.png') no-repeat left top;
}
.controls {
    float: left;
/*  width:100%;*/
}
.control-label {
    color: #333333;
    float: left;
    font-size: 12px;
    padding-top: 7px;
    width: 180px;
}
.grey_btn {
    background: none repeat scroll 0 0 #333333;
    border: medium none;
    color: #FFFFFF !important;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 600;
/*  margin-left: 5px;*/
    margin-top: 0;
    padding: 5px 20px;
}
.leftSpace {
    margin-left:10px;
}
.alignRating {
    background: none repeat scroll 0 0;
    float: left;
    margin-bottom: 10px !important;
    margin-left: 0 !important;
    /*margin-top: 10px !important;*/
    width: 50%;
}
.border_none {
    border:none;
}
.blog_02 {
    /*width:876px; */margin:0px 0px 15px 30px;
    padding:10px;
    background:#f4f4f4;
    float:left;
    padding-right:15px;
}
.blog_02 h4 {
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:600;
    padding-bottom:5px;
}
.blog_02 small {
    float: right;
    font-size: 12px;
    margin-top:-20px;
}
.blog_02 span {
    float:left;
    clear:both;
}
.txt_color {
    color:#333 !important;
}
.carousel-caption h4 {
    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:normal;
}
.blog_03 {
    /*  width:846px;*/
    margin:0px 0px 15px 60px;
    padding:10px;
    background:#e6e5e5;
    float:left;
    padding-right:15px;
}
.blog_03 h4 {
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:600;
    padding-bottom:5px;
}
.blog_03 small {
    float: right;
    font-size: 12px;
    margin-top:-20px;
}
.blog_03 span {
    float:left;
    clear:both;
}
.accordion-inner {
    display:inline-block;
}

/*Custom scrollbar styles*/


.links {
    margin:10px;
}
.links a {
    display:inline-block;
    padding:3px 15px;
    margin:7px 10px;
    text-decoration:none;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
}
.links a:hover {
    background:#eb3755;
    color:#fff;
}
.output, .info {
    margin:20px 40px;
    background:#111;
    width:50%;
    padding:0 21px 0 19px;
    overflow:hidden;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
.output a {
    text-decoration:none;
    position:relative;
    display:inline-block;
    padding-left:19px;
    margin:5px 40px 5px 0;
}
.output a.hidden {
    opacity:0.3;
}
.output span {
    position:absolute;
    width:14px;
    height:14px;
    left:0;
    top:3px;
    display:none;
    border-radius:14px;
}
.output span.onScrollStart {
    background:#b0ef0a;
}
.output span.onTotalScrollBack {
    background:#f0df09;
}
.output span.onTotalScroll {
    background:#f08209;
}
.output span.onScroll {
    background:#0bbbee;
}
.output span.whileScrolling {
    background:#930bee;
}
.output span.hidden {
    visibility:hidden;
}
.info {
    padding:0;
    background:transparent;
    color:#999;
}
.info .content-position, .info .dragger-position, .info .scroll-pct {
    color:#eee;
    display:inline-block;
    min-width:40px;
    margin-right:20px;
}
code {
    color:#5b70ff;
}
.total-scroll-offset-cb {
    color:#f08209;
}
.total-scroll-back-offset-cb {
    color:#f0df09;
}
.content {
    height:416px;
    padding:0px;
    overflow:hidden;
}
.content p:nth-child(3n+0) {
/*color:#c96;*/
}
.mCSB_container {
    width:auto;
    margin-right:30px;
    overflow:hidden;
}
.mCSB_container.mCS_no_scrollbar {
    margin-right:0;
}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar, .mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar {
    margin-right:30px;
}
.mCustomScrollBox>.mCSB_scrollTools {
    width:21px;
    height:100%;
    top:0;
    right:0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    height:auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin:15px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width:6px;
    height:100%;
    margin:0 auto;
    border:1px solid #e8eae9;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor:pointer;
/*  width:100%;*/
    height:30px;
    border:1px solid #f2f2f2;
    opacity:1 !important;
    margin-left:7px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width:5px;
    height:100%;
    margin:0 auto;
    text-align:center;
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
    display:block;
    position:relative;
    height:23px;
    overflow:hidden;
    margin:0 auto;
    cursor:pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
    top:100%;
    margin-top:-44px;
}
/* horizontal scrollbar */
.mCSB_horizontal>.mCSB_container {
    height:auto;
    margin-right:0;
    margin-bottom:30px;
    overflow:hidden;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
    margin-bottom:0;
}
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar, .mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
    margin-right:0;
    margin-bottom:30px;
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools {
    width:100%;
    height:16px;
    top:auto;
    right:auto;
    bottom:0;
    left:0;
    overflow:hidden;
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin:0 20px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width:100%;
    height:2px;
    margin:7px 0;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger {
    width:30px;
    height:100%;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width:100%;
    height:4px;
    margin:6px auto;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft, .mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
    display:block;
    position:relative;
    width:20px;
    height:100%;
    overflow:hidden;
    margin:0 auto;
    cursor:pointer;
    float:left;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
    margin-left:-40px;
    float:right;
}
.mCustomScrollBox {
    -ms-touch-action:none; /*MSPointer events - direct all pointer events to js*/
}
/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox>.mCSB_scrollTools {
    opacity:0.75;
    filter:"alpha(opacity=75)";
    -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCustomScrollBox:hover>.mCSB_scrollTools {
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)"; /* old ie */
}
.mCSB_scrollTools .mCSB_draggerRail {
    background:none; /* rgba fallback */
    filter:"alpha(opacity=40)";
    -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background:#979797; /* rgba fallback */
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    border:1px solid #757575;
    filter:"alpha(opacity=75)";
    -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    filter:"alpha(opacity=85)";
    -ms-filter:"alpha(opacity=85)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {

    filter:"alpha(opacity=90)";
    -ms-filter:"alpha(opacity=90)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
    background-image:url(../img/mCSB_buttons.png);
    background-repeat:no-repeat;
/*  opacity:0.4;
    filter:"alpha(opacity=40)";
    -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp {
    background-position:0 0;/*
    sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark)
    */
}
.mCSB_scrollTools .mCSB_buttonDown {
    background-position:0 -29px;/*
    sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark)
    */
}
.mCSB_scrollTools .mCSB_buttonLeft {
    background-position:0 -40px;/*
    sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark)
    */
}
.mCSB_scrollTools .mCSB_buttonRight {
    background-position:0 -56px;/*
    sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark)
    */
}
.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity:0.75;
    filter:"alpha(opacity=75)";
    -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
    opacity:0.9;
    filter:"alpha(opacity=90)";
    -ms-filter:"alpha(opacity=90)"; /* old ie */
}

.h1 {
    background: none repeat scroll 0 0 #E7E7E7;
    border-left: 0px solid #DC1F2A;
    font-size: 12px;
    padding: 10px 10px;
}
.h2 {
    font-family: 'merriweathersans-regular';
    background: none repeat scroll 0 0 #E7E7E7;
    border-left: 5px solid #333333;
    font-size: 14px;
    padding: 8px 10px;
    text-transform:uppercase;
    color:#ae0505;
}
.h2 span {
    color:#333333;
}
.h4 {
    font-family: 'merriweathersans-regular';
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 15px;
    text-transform: uppercase;
    padding-top:5px;
}
#Reviews {
    margin-top:30px;
}
.control-label2 {
    color: #333333;
    float: left;
    font-size: 12px;
    padding-top: 7px;
    width: 35%;
}
.review-txtbox {
    width:220px;
    border:1px solid #cccccc;
    padding:6px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
.review-txtarea {
    width:220px;
    border:1px solid #cccccc;
    padding:6px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
#Reviews .control-group {
/*  display:inline-flex;*/
    float: left;
    width: 100%;
    padding-bottom:15px;
}
.detail-tab-content .nav.nav-tabs {
    width: 100%;
}


/* Tab Login page starts here */

.pop_up_form_txt {
    width:175px;
    margin-right:10px;
    font-size:12px !important;
}
.login_btn {
  background: none repeat scroll 0 0 #ae0505;
    border: medium none;
    color: #FFFFFF !important;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin-top: 0;
    padding: 5px 30px;
/*  position:absolute;*/
    font-weight:600;
}
.forgot_btn {
  background: none repeat scroll 0 0 #ae0505;
    border: medium none;
    color: #FFFFFF !important;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin-top: 0;
    padding: 5px 30px;
    font-weight:600;
    position:relative;
    top:-3px;
}
.forgot_btn a {
    color:#fff !important;
    font-weight:600;
}
.login_btn a {
    color:#fff;
    font-weight:600;
}
.model_content {
    max-height:none !important;
    font-size:12px;
    display:inline-block;
    width:100%;
}
.pass_forg p {
    font-size:12px;
    line-height:20px;
}
/*register form styles*/

.versenden_block {
    float: left;
    margin-right: 19px;
    text-align: left;
    width: 100%;
    font-size:12px;
    padding-left:20px;
    margin-bottom:30px;
}
.versenden_block p {
    font-size:12px;
}
.versenden_block ul {
    list-style: none outside none; /*padding-left: 15px;*/
}
.versenden_block ul li {
    list-style: disc outside none;
    float:none;
}
.register_form{
    font-size:12px !important;
    width:100%;
    float:left;
}
.register_form ul {
/*  width:375px;*/
    float:left;
    width:100%;
    /*margin:0 15%;*/
}
.register_form li {
    clear: both;
    padding: 5px 0;
    list-style:none;
    padding:0px;
    font-size:12px;

}
.register_form label {
/*  width: 150px;*/
    font-size:12px;
    float:left;
    width:30%;
    padding-top:3px;
}
.mediumSelect {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 8px;
    vertical-align: middle;
    width:220px;
}
.mediumSelect2 {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 8px;
    vertical-align: middle;
    width:70px;
}
.mediumTextbox2 {
     border: 1px solid #CCCCCC;
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 8px;
    vertical-align: middle;
    width: 60px;


}
.mediumTextbox {
         border: 1px solid #CCCCCC;
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 8px;
    vertical-align: middle;
    width:158px;
}
.small_font {
    font-size: 10px !important;
    padding-left: 2px !important;
}
.register_btn {
  background: none repeat scroll 0 0 #ae0505;
    border: medium none;
    color: #FFFFFF !important;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin-top: 0;
    padding: 5px 30px;
    position:absolute;
    font-weight:600;
}

.pop_up_form_txt {
    font-size: 12px !important;
    margin-right: 10px;
    width: 175px;
}
.textbox {
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
    border:1px solid #ccc;
    font-size:12px;
    width:220px;
    padding:7px;
}
.textarea{
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
    border:1px solid #ccc;
    font-size:12px;
    width:100%;
    padding:7px;
}
.medium-textbox {
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
    border:1px solid #ccc;
    font-size:12px;
    width:170px;
    padding:7px;
}
.medium-textbox2 {
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
    border:1px solid #ccc;
    font-size:12px;
    width:158px;
    padding:7px;
}
.selectbox {
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
    border:1px solid #ccc;
    font-size:12px;
    width:220px;
    padding:7px;
}
.textbox_small {
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
    border:1px solid #ccc;
    font-size:12px;
    width:60px;
    padding:7px;
}
.login-content {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
.txt_field {
    float: left;
    margin-right: 10px;
}
.product-set .product-rate .rating {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#Customer_Questions .control-group {
    float: left;
    padding-bottom: 15px;
    width: 100%;
}

/* Shopping Cart Styles */

#modalbasketFlyout {
    width: 350px;
    padding: 20px 20px 0px 20px;
    display: block;
    display: none;
    background: #FFF;
    border: solid 1px #BBBBBB;
    border-radius: 5px;
    box-shadow: 0px 0px 15px #999;
    /* position: absolute; */
    z-index: 3;
    /* margin-left: 581px; */
    margin-left: 0%;
    /* margin-top: -131px; */
    /* color: #555555; */
    max-width: 600px;
    z-index: 101 !important;
    /* top: -200px;*/
}

.shopping-cart_content {
    /*width:350px;*/
    padding:20px 5px 0px 20px;
    display:block;
    display:none;
    background:#FFF;
    border:solid 1px #BBBBBB;
    border-radius:5px;
    box-shadow:0px 0px 15px #999;
    position:absolute;
    z-index:3;
    /*margin-left: 581px;*/
    margin-left:;
    /*margin-top: -131px;*/
    color:#555555;
}
.arrow {
    border-bottom: 11px solid #FFFFFF;
    border-left: 11px solid rgba(0, 0, 0, 0);
    border-right: 11px solid rgba(0, 0, 0, 0);
    height: 0;
    left: 280px;
    position: absolute;
    top: -10px;
    width: 0;
    z-index: 1001;
}
.cart-wrap {
    padding-top:10px;
}
.cart-img {
    border:3px solid #edecee;
    float: left;
}
.cart-row {
    border-bottom:3px solid #edecee;
    padding-top:10px;
    padding-bottom:10px;
    float:left;
    width:100%;
}
.cart-row p {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 145px;
}
.cart-row > span > a {
    padding-left: 10px;
}
.cart-row2 {
    color: #333333;
    display: inline-block;
    font-size: 18px;
    padding: 10px;
    text-align: right;
    width: 100%;
}
.cart-row2 p span {
    padding-left:10px;
}
.cart-bottom-sec {
    background: none repeat scroll 0 0 #F6F6F6;
    border-top: 1px solid #E2E2E2;
    margin-left: -20px;
    margin-right: -5px;
    padding: 5px 0;
    height:60px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.red-btn2 {
    background:#ae0505;
/*  min-width:210px;*/
    clear:both;
    font-size:12px;
    color:#ffffff;
    font-weight:bold;
    padding:5px 20px;
    border:0px;
    margin:10px 0px;
    display:inline-block;
    text-align:center;
}
.red-btn2:hover, .red-btn2:focus {
    color:#ffffff;
}
.cart-btn-align {
    padding-right:10px;
}
.close-btn {
    padding-right:5px;
    float:right;
}

/* Checkout Styles Starts Here */
.cart-right-nav {
    font-size: 14px;
    text-transform:uppercase;
    float:left;
}
.shop-txt {
    font-size: 14px;
    text-transform:uppercase;
    float:left;
}
.shop-txt li {
    color: #FFFFFF;
    float: left;
    /*margin-left: 69%;*/
    padding: 8px 0 8px 35px;
}
.cart-right-nav li {
    float:left;
}
.cart-right-nav li{
    float:left;
    color:#ffffff;
    padding:8px 0px 8px 35px;
}
.cart-right-nav li img {
    padding-right:10px;
}
.cart-right-nav li a:hover, a:focus, a:active {
    color:#ffffff;
}
.checkout-page {
    font-size:12px;
}
.checkout-content {
    margin: 25px 20px 0px 20px;
    border:1px solid #e0e0e0;
    float:left;
}
.akordeon-item h2 {
    font-family: 'merriweathersans-regular';
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 15px;
    text-transform: uppercase;
    padding-top:5px;
    margin:0px;
}
.akordeon-item h1 {
    font-family: 'merriweathersans-regular';
    background: none repeat scroll 0 0 #E7E7E7;
    border-left: 5px solid #333333;
    font-size: 14px;
    padding: 8px 10px;
    text-transform:uppercase;
    color:#ae0505;
}
.news-page h2 {
    font-family: 'merriweathersans-regular';
    background: none repeat scroll 0 0 #E7E7E7;
    border-left: 5px solid #333333;
    font-size: 14px;
    padding: 8px 10px;
    text-transform:uppercase;
    color:#ae0505;
    margin:0px;
}
.myaccount h1 {
    font-family: 'merriweathersans-regular';
    background: none repeat scroll 0 0 #E7E7E7;
    border-left: 5px solid #333333;
    font-size: 14px;
    padding: 8px 10px;
    text-transform:uppercase;
    color:#ae0505;
}
.checkout_header {
    background: none repeat scroll 0 0 #F4F3F3;
    color: #333333;
    padding: 8px 0 6px;
    display: inline-block;
    font-size:14px;
    text-transform:uppercase;
}
.prefix {
    margin-left: 0 !important;
}
.checkout-page .thumbImage {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E7E7E7;
    float: left;
    padding: 3px;
/*  width:71%;*/
}
.article {
    display:inline-block;
    padding: 10px 0;
}
.checkout_content_left {
    text-align:left;
    display:inline-block;
}
.checkout_content_mid .txt_box {
    border: 1px solid #CFCECE;
    border-radius: 0 0 0 0;
    color: #333333;
    height: 26px;
    text-align: center;
    width: 67px;
}
.checkout_content_mid  a {
    padding-right:15px;
}
.coupon-arrow {
    margin-left: -19px;
    margin-top: 4px;
    position: relative;
    top: 2px;
}
.checkout_prod_info_container {
    border-bottom: 1px dotted #A3A1A1;
    color: #333333;
    margin-bottom: 20px;
    padding: 15px 0;
}
.price_block {
    color: #333333;
    float: right;
}
.price_block .price_block_txt {
    float: left;
    margin-bottom: 10px;
    text-align: left;
    width: 160px;
}
.price_block .price_block_val {
    float: left;
    text-align: right;
    width: 60px;
}
.gift_block {
/*  background-color: #F2F2F2;
    border: 1px dotted #A3A1A1;
    clear: both;
    color: #6D342D;
    padding: 5px;*/
    float:right;
}
.gift_block input[type="text"] {
    border: 1px solid #C5C4C4;
    border-radius: 0;
    color: #777777;
    font-size: 12px;
    height: 25px;
    margin-bottom: 0;
    margin-right: 0px;
    padding: 0 10px;
    width: 195px;
}
.gift_block img {
    position: relative;
    top: -4px;
}
.final_price {
    border-top: 1px dotted #A3A1A1;
    border-bottom: 1px dotted #A3A1A1;
    font-family: 'Alike', serif;
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 3px;
    text-align: right;
    margin-top:20px;
    float:left;
    width:100%;
}
.total_price_checkout {
    color: #DC1F2A;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
}
.final_price .final_price_txt {
    float: left;
}
.final_price .final_price_val {
    float: right;
    width: 90px;
}
.checkout_btn a {
    background: none repeat scroll 0 0 #ae0505;
    color: #FFFFFF;
    float: right;
    font-weight:bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-top: 25px;
    padding: 7px 20px;
    text-decoration: none;
    color:#ffffff !important;
}
.mainNav {
    background: none repeat scroll 0 0 #E7E7E7;
    margin-bottom: 30px;
}
.right_nav {
    float: right !important;
    font-size: 12px;
    text-transform:uppercase;
}
.checkout_nav .nav > li img {
    margin-top: -4px;
    padding: 0 8px;
}
.offer-blog {
    background:#f4f3f3;
    text-align:center;
    border:1px solid #d0cece;
    width:52%;
    padding:5px 5px 0px 5px;
    float:left;
    font-family: 'merriweathersans-regular';
    margin:5px 20px;
}
.offer-blog .off-txtbox{
    width:180px;
    padding:4px 5px;
    border:1px solid #b4aeae;
}
.offer-blog p {
    font-size:10px;
    font-family:Arial, Helvetica, sans-serif;
}
.offer-blog .offer-left-content {
    font-size:16px;
    text-align:center;
    border-right:1px solid #d0d0d0;
    padding:3px 0px;
}
.offer-blog .offer-left-content span {
    font-size:26px;
    color:#ae0505;
}
.offer-blog .offer-right-content {
    padding:20px 0px;
}
.signup-btn {
    background: url("../../img/signup-arrow.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: medium none;
    float: right;
    height: 23px;
    /*margin: 3px 0 0 10px;*/
    width: 24px;
}
.msg-icon {
    float: left;
    left: 0px;
    position: absolute;
    top: 25px;
    z-index: 3000;
}
/*=================== login =================*/
.login table {
    float:left;
    width:50%; /*border:1px solid #e0e0e0;*/
}
.login {
    display:inline;
    /*  margin-top: 15px;*/
/*  width: 920px;*/
    color:#333;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
.login table td {
    padding:24px 24px;
}
.login table td {
    /*  border-right:1px solid #e0e0e0;*/
    vertical-align: top;
}
.login table td h3 {
    margin-bottom:14px;
}
.login table td p {
    margin-bottom:18px;
}
.login table td label {
    font-size:12px;
    float:left;
    width:100%;
}
.new-customer {
/*  width:50%;
    float:left;*/
}
.new-customer table td {
    border-left:1px solid #e0e0e0;
    height:273px;
}
.new-customer .radio {
    float: left;
    padding-right: 20px;
    width: auto;
}
#courier label {
    width:auto;
}
#courier > div {
    float: left;
    width: 45%;
}
/*====================== Shipping info ================*/
.ship_info table {
    float:left;
    width:50%; /*border:1px solid #e0e0e0;*/
}
.ship_info {
    display:inline;
    /*  margin-top: 15px;*/
/*  width: 920px;*/
    color:#333;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    width:95.7%;
/*  padding:20px 0px;*/
}
.ship_info table td {
    padding:20px 24px;
}
.ship_info table td h3 {
    margin-bottom:14px;
}
.login table td p {
    margin-bottom:18px;
}
.ship_info table td label {
    font-size:12px;
}
.next_btn {
    float:right;
}
/*====================== Billing info ================*/
.billing_info table {
    float:left;
    width:50%; /*border:1px solid #e0e0e0;*/
}
.checkout-content2 {
    margin: 25px 20px 0px 20px;
    border:1px solid #e0e0e0;
    float:left;
}
.billing_info {
    /*    display:inline;*/
/*  margin-top: 15px;*/
/*  width: 920px;*/
    color:#333;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
.billing_info .control-group {
    display: inline-block;
    padding-bottom: 5px;
}
.billing_info table td {
    padding:5px 24px;
}
.billing_info table td {
    vertical-align: top;
}
.billing_info table td h3 {
    margin-bottom:14px;
}
.billing_info table td p {
    margin-bottom:18px;
}
.billing_info table td label {
    font-size:12px;
}
.icon_cont {
    float: left;
    text-align: center;
    width: 120px;
}
.ship-address {
    border-left:1px solid #E0E0E0;
    height:400px;
}
.next-btn-slign {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}
.payment-info td {
    border-left:1px solid #E0E0E0;
}
/*====================== Billing info ================*/
.order_review {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #E0E0E0 -moz-use-text-color #E0E0E0 #E0E0E0;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    margin-top: 15px;
    width: 920px;
    color:#333;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}
.order_review table td {
    padding:24px;
}
.order_review table td {
    border-right:1px solid #e0e0e0;
    vertical-align: top;
}
.order_review table td h3 {
    margin-bottom:14px;
}
.order_review table td p {
    margin-bottom:18px;
}
.order_review table td label {
    font-size:12px;
}
/*====================== contact info ================*/
.contact-info address {
    margin:18px 0;
    padding-bottom:24px;
    background:url('../img/dottedBorder.png') repeat-x left bottom;
}
.contact-info address h3 {
    margin-bottom:8px;
}
.contact-info address h4 {
    margin-bottom:6px;
}
.item_cart {
    padding:0px 15px !important;
}
.accordion-heading a {
    color:#333 !important;
}
.bottom_center_txt {
    color: #333333;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    width: 45%;
}
.bottom_center_txt a {
    color:#ae0505;
}
.center_align {
    text-align: center;
}
.buy_now_btn {
    margin-bottom: 10px;
    margin-top: 30px;
}
.buy_now_btn a {
    background: none repeat scroll 0 0 #ae0505;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform:uppercase;
    margin-top: 25px;
    padding: 10px 150px;
    text-decoration: none;
}
/*akordeon styles*/

.akordeon-item .akordeon-item-body {
    min-height: 0px;
    border-bottom: none;
    overflow: hidden;
}
.login .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
    margin-top:1px;
}
.text-error {
    color: #ff0000;
}
.akordeon-icon {
    /*    width: 34px;
    height: 30px;
    background: #c9f055; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c9f055), to(#95e21a));
    background-image: -moz-linear-gradient(#c9f055, #95e21a);
    background-image: -webkit-linear-gradient(#c9f055, #95e21a);
    background-image: -o-linear-gradient(#c9f055, #95e21a);
    background: -ms-linear-gradient(#c9f055, #95e21a);
    background: linear-gradient(#c9f055, #95e21a);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9f055', endColorstr='#95e21a', GradientType=0 ); /* IE6-9 */
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; /* position: absolute;     left: -8px;       top:14px;*/
    padding: 0;
    margin: 0;
    float: left;
    cursor: pointer;
    behavior: url(PIE.htc);
*/
}
.akordeon-item-head-container {
    /*width: 100%;*/
    /*    position: absolute;*/
    /*left: -8px;*/
    cursor: pointer;
}
.akordeon-item.expanded .akordeon-item-body.akordeon-border-bottom {
    /* border-bottom: solid 1px black !important;*/
   height:auto !important;
}
/*Thank you page Styles Starts Here*/
.thankyou-page {
    width:100%;
}
.checkout-left-content ul {
    width:100%;
    padding:0px;
    margin:0px 0px 30px 0px;
}
.checkout-left-content ul li {
    padding:6px 0px;
    margin:0px;
}
.checkout-left-content ul li .green-txt {
    color:#36a336;
}
.checkout-left-content ul li span {
    float:left;
    min-width:100px;
}
.thankyou-content2 li {
    background: url("../../img/thank-you-tick-cion.png") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
    padding-left: 30px !important;
}
.thankyou-content2 li a {
    background:#ae0505;
    font-size:11px;
    color:#ffffff;
    padding:2px 10px;
}
.checkout-right-content ul {
    margin-top:10px;
    margin-bottom:10px;
}
.social-block {
    background:#f8f7f7;
    border:1px solid #ebe9e9;
    margin-top:25px;
    padding:15px;
    float:left;
    width:100%;
}
.btn-mini {
    font-size:11px;
    border:none;
}
.social-block p {
    font-family: 'merriweathersans-regular';
    font-size:14px;
    color:#ae0505;
    text-transform:uppercase;
}
.social-block a {
    padding-top:10px;
    padding-right:10px;
    float:left;
}
.liked-products {
    margin-top:30px;
}
/*================= My Account ================*/
.myaccount ul.unstyled {
/*  margin-top:24px;*/
}
.myaccount li {
/*  border-bottom:1px dotted #d6d6d6;*/
}
.myaccount li:last-child {
    border:none;
}
.myaccount li a {
    font-weight: 600;
    padding:6px 0 6px 6px;
    display: block;
}
/*.categories ul.unstyled li a:hover {
    background-color:#f0f0f0;
}*/
/*.categories ul.unstyled li a:active {
    background-color:#e7e7e7;
}*/
.myaccount li a:hover.active {
    background: none !important;
}
/* submenu */
.myaccount ul.submenu {
    padding:12px 0px;
    margin:0 0 6px 0;
    list-style-type:none;
    color:#dc1f2a;
}
.myaccount ul.submenu li {
    margin:0 0 0 0px;
    padding:0;
}
.myaccount ul.submenu li a {
    background:url(../../img/dotted-arrow-gray.png) no-repeat 0px 11px;
    padding:5px 20px;
    font-weight: 400;
    font-size: 12px;
    color:#777;
}
.myaccount ul.submenu li a.active:hover {
    background-color: none;
}
.my_acc_lft p {
    padding-top: 5px;
    color:#333333;
}
.my_acc_lft h2 {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform:none;
    font-weight:600;
    line-height:0px;
}
/* news details */
.news_details a{color:#DC1F2A !important;}
.news_details span {
    color: #404040;
    font-size: 13px;
    text-transform: uppercase;
}
.medium-font {
    font-size:12px !important;
    font-weight:normal !important;
}
.pagination ul li a{color:#333333 !important;}
/*================= News Listing ================*/
.newsListing_left{}
.newsListing_left .blog{ border-top:1px dotted #333; color:#333;}
.newsListing_left .last{border-bottom:1px dotted #333 !important;}
.newsListing_left .blog h1{ font-weight:600; font-size:13px; font-family:Arial, Helvetica, sans-serif; /*float:left;*/ color:#333 !important; padding-top:10px;}
.newsListing_left .blog h1 a{ color:#333 !important;}
.newsListing_left .blog span{ padding:0px 0px; color:#DC1F2A; font-weight:normal;}
.newsListing_left .blog .rating{ /*padding:10px 0px;*/ color:#DC1F2A}
.newsListing_left .blog .name{float:left; padding-bottom:10px;}
.newsListing_left .blog .date{padding-bottom:10px;}
.newsListing_left .blog .name span{ color:#777;}
.newsListing_left .blog a{color:#777 !important; line-height:35px;}
.margin_top_none{margin-top:0px;}
.pagination ul li a{color:#333;}
.pagination ul li a.active{ background:#dee1e2;}
.pagination ul li a.fadeout{color:#777;}
/*================= review details ================*/
.review_details .blog2{ color:#333;}
.review_details .blog2 p{ padding:5px 0px; text-align:justify;}
.review_details .blog2 .name{float:left; padding-bottom:10px;}
.review_details .blog2 .date{padding-bottom:10px;}
.review_details .blog2 .name span{ color:#777;}
/*================= News details ================*/
.news_details .blog3{ color:#333;}
.news_details .blog3 p{ padding:5px 0px; text-align:justify;}
.news_details span{ font-size:13px; text-transform:uppercase; color:#404040;}
.head{padding:8px 15px; display: inline-block; width:910px;}
.collapse.in{position:relative;}
.align-btn-group {
    display: inline-block;
    padding: 5px 10px 5px 0;
    text-align: right;
    width: 100%;
    margin:5px 0px 15px 0px;
}

/*================= pagination ================*/

.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #f5f5f5;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

/*news Styles*/
.news ul li {
    list-style:none;
    padding:0px;
    margin:0px;
    margin-top:15px;
    float:left;
}
.news .thumb_txt {
    background: none repeat scroll 0 0;
    float: left;
    padding:10px 0px;
    margin-left: 7px;
    width:98%;
    border-bottom:1px solid #dadada;
}
.last {
    border-bottom:0px !important;
}
.news .thumb_txt .date {
    font-size:24px;
    color:#b1b1b1;
    float:left;
    padding-right:20px;
    line-height:20px;
}
.news .thumb_txt .date span {
    font-size:14px;
}
.news .thumb_tit {
}
.news .btn-mini {
    margin-top:-6px;
}
.shoplupe > ul {
    text-align: center;
    width: 100%;
}
.shoplupe ul li {
    list-style: none outside none;
    margin: 15px 0 0;
    padding: 0;
    text-align: center;
}
/* Lightbox content starts here */
.tabContent {
    margin-top:20px;
}
.tabContent li a {
    color:#333333;
}
.modal.hide.fade.model_popup.in {
    border-radius: 0 0 0 0;
/*  width:750px;*/
    margin-left: -395px !important;
}

.modal2.hide2.fade2.model_popup2.in2 {
    border-radius: 0 0 0 0;
/*  width:750px;*/
    margin-left: -395px !important;
}
/* Tab Login page starts here */
.pop_up_form_txt {
    width:175px;
    margin-right:10px;
    font-size:12px !important;
}
.login_btn {
    border: medium none;
    color: #FFFFFF !important;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin-top: 0;
    padding: 5px 30px;
/*  position:absolute;*/
    font-weight:600;
}
.forgot_btn {
    border: medium none;
    color: #FFFFFF !important;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin-top: 0;
    padding: 5px 30px;
    font-weight:600;
}
.forgot_btn a {
    color:#fff !important;
    font-weight:600;
}
.login_btn a {
    color:#fff;
    font-weight:600;
}
.model_content {
    max-height:none !important;
    font-size:12px;
}
.pass_forg p {
    font-size:12px;
    line-height:20px;
}
/*register form styles*/

.versenden_block {
    float: left;
    margin-right: 19px;
    text-align: left;
    width: 250px;
    font-size:12px;
}
.versenden_block p {
    font-size:12px;
}
.versenden_block ul {
    list-style: none outside none; /*padding-left: 15px;*/
}
.versenden_block ul li {
    list-style: disc outside none;
    float:none;
}
.register_form{ font-size:12px !important;}
.register_form ul {
/*  width:375px;*/
    float:left;
}
.register_form li {
    clear: both;
    padding: 5px 0;
    list-style:none;
    padding:0px;
    font-size:12px;

}

.smallTextbox {
    margin-left: 5px !important;
    width: 25px !important;
    font-size:12px !important;
    color:#777 !important;
}
.selectAlign {
    font-size:12px !important;
    color:#777 !important;
}
.bigTextbox {
    font-size:12px !important;
    color:#777 !important;
}
.register_form span {
    float:left;
}
.mediumTextbox3 {
    width: 158px !important;
    font-size:12px !important;
    color:#777 !important;
}
.mediumTextbox2 {
    width: 60px !important;
    font-size:12px !important;
    color:#777 !important;
}
.mediumTextbox {
    font-size:12px !important;
    color:#777 !important;
}
.small_font {
    font-size: 10px !important;
    padding-left: 2px !important;
}
.register_btn {
    background: none repeat scroll 0 0 #DC1F2A;
    border: medium none;
    color: #FFFFFF !important;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    line-height: 20px;
    margin-top: 0;
    padding: 5px 30px;
    position:absolute;
    font-weight:600;
}

/* Cms Page Styles */

.cms-block p {
    margin-top:20px;
    float:left;
}
.cms-block span {
    float:left;
}

/* Quick View Popup Styles */

.quick-view-popup .modal-dialog {
    width: 750px;
}
.quick-view-popup .modal-content {
    padding:10px;
    border-radius: 0px;
}
.quick-view-popup .modal-header {
    padding:0px;
    border:none;
    position:relative;
    z-index:1;
}
.quick-view-popup .modal-body {
    padding:0px;
}
#modal-container-345515 .modal-body {
    min-height: 460px;
}
.quick-view-left {
    width: 430px;
    display:inline-block;
}
.quick-view-right {
    width: 275px;
    display:inline-block;
    padding-left:25px;
    position:absolute;
}
.quick-view-popup .productTitle {
    font-size:16px;
}
.quick-view-popup .size-select {
    padding:2px;
    border:1px solid #ede9e9;
    min-width:55px;
    color:#ada4a4;
}
.quick-view-popup .color-content label {
    float: left;
    min-width: 50px;
    padding: 0px 10px 0 0;
}
.quick-view-popup .color-content ul li a {
    padding:0px;
    min-width:inherit;
    border:none;
    min-height:inherit;
}
.color-active {
    background: url("../../img/color-active.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    float: left;
    height: 4px;
    margin-left: -11px;
    margin-top: -5px;
    position: absolute;
    width: 7px;
}
.product-added {
    color:#0f870f;
    margin:5px 0px 40px 0px;
}
.product-added span {
    padding-right:10px;
    margin-top:-1px;
    float:left;
}
.quick-view-popup .produtPrice {
    margin:0px 0px;
}
.quick-view-popup .productShortdesc {
    margin-bottom:5px;
}
.quick-view-popup .more-txt {
    padding:5px 0px;
    font-size:11px;
}
.quick-view-popup .more-txt a {
    color:#438cd7;
}
.quick-view-popup .carousel-control.right {
  //  background:url(../../img/gallery-right-arrow2.png) no-repeat top center scroll;
  background: none;
    float:right;
    opacity:1;
    width:50px;
    height:32px;
    margin-top:15px;
}
.quick-view-popup .carousel-control.left {
   // background:url(../../img/gallery-left-arrow.png) no-repeat top center scroll;
   background: none;
    float:left;
    opacity:1;
    width:50px;
    height:32px;
    margin-top:15px;
    margin-left: 343px;
}

/* Checkout Start Mobile View Styles */

/*body content styles*/
#body_content {
    display:block;
}
.title_head {
    background: none repeat scroll 0 0 #E1E1E1;
    margin: 15px 0;
    padding: 0 10px;
}
.title_head ul li a {
    font-size:16px;
    font-weight:600;
}
.footerBottom {
    display:none;
}
.footersection {
    display:none;
}
.rightSpace {
    margin-right:10px;
}
.body-wrapper {
    width:100%;
    display:inline-block;
    margin:15px 0px;
    border:1px solid #e1e1e1;
    text-align:center;
}
.body-wrapper .thumbImage {
    padding:3px;
    background:#fff;
    border:1px solid #e7e7e7;
    display:inline-block;
    margin:15px 0px;
}
.body-wrapper h1 {
    font-size:18px;
    line-height:20px;
}
.body-wrapper p {
    font-size:16px;
    padding:10px 0px;
    margin:0px;
}
.checkout_content_mid img {
    padding-right:0px;
    padding-left:0px;
}
.body-wrapper label {
    font-size:16px;
    display:inline-block;
    margin:0px;
    font-weight:600;
}
.body-wrapper span {
    font-size:16px;
    display:inline-block;
}
.body-wrapper .price_block {
    margin-top:30px;
    width:100%;
}
.body-wrapper .price_block span {
    display:inline-block;
}
.body-wrapper .price_block p {
    border-top:1px solid #e1e1e1;
}
.body-wrapper .price_block label {
    float:right;
    padding-right:20px;
}
/*.body-wrapper .thumbImage img {
    min-width:100%;
}*/
.body-wrapper .giftwrap {
    border-top: 1px solid #E1E1E1;
    padding: 5px 0;
}
.body-wrapper .totalPrice {
    background: none repeat scroll 0 0 #F7F2F2;
    border-top: 1px solid #E1E1E1;
    display: inline-block;
    font-size: 20px;
    padding: 20px 0;
    font-weight:600;
    color:#AE0505;
    width:100%;
    margin-top:5px;
}
.body-wrapper .totalPrice span {
    float:right;
    padding-right:20px;
    font-size:20px;
}
.body-wrapper .totalPrice label {
    float:none;
    font-weight:600;
    font-size:20px;
}
.gift_block {
    background-color: #F2F2F2;
    border: 1px dotted #A3A1A1;
    clear: both;
    color: #6D342D;
    padding: 5px;
    float:none;
    display:inline-block;
}
.next_btn {
    text-align:center;
}
.next_btn a {
    /*background: none repeat scroll 0 0 #009640;
    color: #FFFFFF !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight:600;
    margin-bottom:15px;
    display:inline-block;*/
    /* background: none repeat scroll 0 0 #009640; */
color: red;
font-family: Arial, Helvetica, sans-serif;
/* font-size: 17px; */
/* padding: 10px 20px; */
text-decoration: none;
font-weight: 600;
/* margin-bottom: 15px; */
/* display: inline-block; */
text-align: center;
}
.next_btn {
    display:none;
}
#order-review-mobile {
    display:none;
}
#order-review-dt {
    display:block;
}
.inner-content {
    display:inline-block;
}

@media (max-width:767px) {

/* Index Page Styles */

.head-bottom {
    text-align:center;
}
.contact-num .puu-right {
    float:none !important;
}
.search-block {
    margin-right:0px;
}
.search-block .srh-form-control {
    width:100%;
    height:30px;
}
.logo {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: -22px 0%;
    position: relative;
}
.sm-contact-num {
    float:left !important;
}
.navbar {
    display:block;
    border-radius: 0px;
}
.xs-head-strip {
    border-top:none;
    border-bottom:none;
    font-size:9px;
    text-transform:uppercase;
    color:#555555;
    margin-top:10px;
    text-align:center;
}
.head-strip ul li {
    padding-right:0px;
    padding-left:15px;
}
.head-strip ul li a {
    color:#ffffff;
}
}

/* Ipad Vertical Styles */

@media (min-width:768px) and (max-width:991px) {

/* Index Page Styles */

.visible-ipad-v {
    display:block !important;
}
.hidden-ipad-v {
    display:none !important;
}
.logo {
    background:none !important;
    float:left;
}
.logo img {
    max-width:80%;
    margin-left:-35px;
    position:relative;
    top:15px;
}
.head-strip ul li a {
    color:#555555;
}
.head-bottom {
    text-align:center;
}
.contact-num .pull-right {
    float:none !important;
    margin-top:50px;
}
.search-block {
    margin-right:0px;
}
.search-block .srh-form-control {
    width:100%;
    height:30px;
}
.logo {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: -22px 0%;
    position: relative;
}
.sm-contact-num {
    float:none !important;
}

/* Mobile Menu Styles */

.navbar {
    display:block;
    border-radius: 0px;
}
.banner-description {
    left:31%;
}
.shopping-cart_content {
    margin-top:-26%;
    margin-left:48.3%;
}

/* Listing Page Styles */

.col-md-v-6 {
    width:50%;
}
.pictureBox {
    display:inherit;
}
.pictureBox a {
    display:inherit;
}
.gridPicture img {
   /* min-width:100%;*/
}
.pictureBox a {
	text-align: center;
	display: inline-block;
}
.list-right-icons a {
    display:inline-block;
}
.breadcrumb-wrap {
    margin-top:50px;
}
.list-details .price-txt {
    text-align:center;
}

/* Product Details Page Styles */

.rg-image {
    width:50%;
}
.product-desc-md-v {
    width:48%;
    float:right;
    /*background:#000;*/
    margin-top:-315px;
}
.breadcrumb-wrap {
    margin-top:0px;
}

/* Checkout Start Page Styles */
.checkout_content_mid a {
    padding-right:0px;
}
/* Chcekout Page Styles */

.offer-blog .off-txtbox {
    float: left;
    width: 140px;
}
}

/* Ipad Horizantal view Styles */

@media (min-width: 992px) and (max-width: 1199px) {

/* Index Page Styles */

.banner-description {
    left:35.3%;
}
.navbar-nav {
    width:100%;
}
/* Product Details Page Styles */

.rg-image {
    width:50%;
}
.product-desc-md-v {
    width:49%;
    float:right;
    /*background:#000;*/
    margin-top:-450px;
}
/* Chcekout Page Styles */

.signup-btn {
    position:relative;
    top:28px;
}
}

/* Mobile view Styles */

@media (max-width: 767px) {

/* Index Page Styles */

.navbar-nav {
    width:100%;
}
.contact-num {
    margin-top:50px;
}
.promo-content p {
    font-size: 12px;
    height: 75px;
    width:91%;
    bottom:6%;
}
.promo-content span {
/*    font-size: 12px;
    height: 75px;
    width:91%;*/
}
.search-block {
    margin-right:5px;
    margin-left:-5px;
}
.shopping-cart_content {
    margin-top:0;
    margin-left:0;
}
.shopping-cart_content{
    width:310px;
}
.cart-row p {
    width:110px;
}
.btn .caret {
    display: inline-block;
    margin-left: 5px;
}
.head-strip .btn-default {
    margin-right:5px;
}
.head-strip ul li a {
    color:#555555;
}
.xs-head-strip ul li a {
    color:#ffffff;
}


/* Listing Page Styles */

.pictureBox {
    display:inherit;
}
.pictureBox a {
    display:inherit;
}
.gridPicture img {
    min-width:100%;
}
.list-right-icons a {
    display:inline-block;
}
.sortby {
    float:none !important;
    margin-top:10px;
    display:inline-block;
}
.sortby label {
    padding:5px 5px 0px 10px;
}
.list-details .price-txt {
    text-align:center;
}
.breadcrumb-wrap {
    margin-top:30px;
}
.lan-dropdown {
    margin-left:-122px;
}

/* Product Details Page Styles */

.breadcrumb-wrap {
    margin-top:0px;
}
.rg-image {
    padding-left:10px;
}
.rg-gallery {
    margin-bottom:30px;
}
.res-pad {
    padding-left:10px;
    padding-right:10px;
}
.color-content ul li a {
    margin-bottom:10px;
}
.write_reviews {
    width:100% !important;
}
.leftSpace-0 {
    margin-left:0px;
}
.es-carousel-wrapper {
    padding:0px 0px 0px 0px;
}
.es-nav span.es-nav-next {
    right:-10px;
}
.rg-thumbs {
    z-index:2;
}

/* Landing Page Styles */

.landing-banner {
    margin-bottom:15px;
    margin-left:10px;
}
.landing-banner {
    margin-bottom:15px;
    margin-left:10px;
    margin-right:10px;
}

/* Checkout Start Page Styles */

.checkout_nav .nav li {
    float:left;
    margin:0px;
}
.checkout_nav .nav li .active {
    background:#AE0505;
}
.title_head .navbar {
    margin:0px;
    min-height:43px;
}
#body_content .btn {
    background:#E1E1E1;
}

/* Checkout Page Styles */

.field-align {
    width:100% !important;
}
.xs-medium-textbox2 {
    border-radius: 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    vertical-align: middle;
    border:1px solid #ccc;
    font-size:12px;
    width:157px;
    padding:7px;
}
.billing_info table {
    width:100%;
}
.ship-address {
    height:100px;
}
.ship_info table {
    width:100%;
}
.bottom_center_txt {
    width:65%;
}
.buy_now_btn a {
    padding:10px 50px;
}
.ship_info {
    width:90.7%;
}
.xs-pad-left-10 {
    padding-left:10px;
}
.xs-pad-left-0 {
    padding-left:0px;
}
.xs-pad-right-0 {
    padding-right:0px;
}
.xs-pad-left-right-10 {
    padding-left:10px;
    padding-right:10px;
}
}
.myaccount_heading h1{
font-family: 'merriweathersans-regular';
background: none repeat scroll 0 0 #E7E7E7;
border-left: 5px solid #333333;
font-size: 14px;
padding: 8px 10px;
text-transform: uppercase;
color: #ae0505;

}
.myaccount_passwordcolumn{
margin:25px 0px;
padding-bottom: 25px;}
.myaccount_passwordheading h2{
padding:15px;}
.align_head{
margin: 0 0 10px 15px;}
.form_passowrd{
margin-left:40px;}
.myaccount_width{
width:100% !important;}

.text_password{
margin-left: 15px;
font-weight:bold;
}
.align_head_edit{
color: #1155CC;
text-decoration: underline;}
.newsletter_account{
height:27px;
width:60px;}
.newsletter_account_button{
margin-top:0px;
margin-left: 20px;}
.align_head table td{
padding: 0px 0px;}
.align_head table td h3{
text-align:left;}

.text_news{
font-weight:bold;
}


.arrows {
  /*  margin-right: 30px; */
}
.more_category li a{
 margin:0 40px 0 0;
 font-size: 12px!important;
}

