html, body{
	height:100%;
	width:100%;
}
body{
	position:relative;
}
.wrapper_main:after {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}
.wrapper_main {
    height: auto !important;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}
.close {
   cursor: pointer;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 5px;
  }
  .close:hover {color: #F07113;}
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}

.window {
  position:fixed;
  left:0;
  top:0;
  display:none;
  z-index:9999;
  padding:20px;
  width:500px;
  padding:10px;
  background-color:#fff;
}
html, body, div, p, form, ul, ol {
    margin: 0;
    padding: 0;
}

body {
    font: 12px Arial, Helvetica, sans-serif;
    position: relative;
    z-index: 1;
    
        background-image: url('https://static.insales-cdn.com/assets/1/3123/1002547/1745560907/loaded_bg.png');
        background-position: top left;
        background-repeat: repeat;
        background-attachment: fixed;
    
    background-color: #ebebeb;
    color: #000000;
}

h1, h3 {font-size: 115%;}
h2 {font-size: 130%;}


a {
    color: #238800;
    outline:none;
}

button img {
  vertical-align: middle;
}

a img { border:none; }

.wrapper {
    /*width: 960px;*/
  max-width:1200px;
    padding: 0;
    margin: 0 auto;
    position: relative;
  min-width: 950px;
}

#main_wrapper {
  box-shadow: 0 0 5px 5px #6C6C6C;
    padding:0 20px;
	position:relative;z-index:1;
    background: #ffffff;
}

.ajax-popup-wrapper {
  position: static;
    z-index: 3;
}

.ajax-popup-container {
  position: relative;
  width: 85px;
  margin: 0 auto;
    z-index: 4;
}

.ajax-popup {
    display: none;
  position: absolute;
  top: 30px;
  -moz-box-shadow: 0px 0px 8px #666;
    -webkit-box-shadow: 0px 0px 8px #666;
    box-shadow: 0px 0px 8px #666;
    padding: 8px 8px 8px 23px;
    background: #EDF1F5 url(clock.png) no-repeat 4px center;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 85px;
    z-index: 3;
}

.product-grid {
  padding: 5px 0;
}

.product-grid .product {
  margin: 5px 9px 5px 0; _margin:5px 8px 5px 0;
  width: 208px;
  height: 220px;
  padding: 10px;
  background-position: center 0;
  background-repeat: no-repeat;
  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #b0b0b0;
    cursor: pointer;
    position: relative;
    display: block;
    text-decoration: none;
    color: #000000;
}

.product-grid .product:hover {
    -moz-box-shadow: 0px 0px 8px #666;
    -webkit-box-shadow: 0px 0px 8px #666;
    box-shadow: 0px 0px 8px #666;
}

.product-grid .product:active {
  -moz-box-shadow: 0px 0px 3px #666;
    -webkit-box-shadow: 0px 0px 3px #666;
    box-shadow: 0px 0px 3px #666;
}

.product-grid .product .title {
  background: rgb(255,255,255);
  background: rgba(255,255,255,0.4);
  padding: 5px;
  position: absolute;
  bottom: 0;
    right: 0;
    width: 218px;
  font-size: 16px;
  font-weight: bold;
  display:  flex;
  flex-direction: column;
  align-items: flex-end;
}

.product-addtocart .price,
.product-grid .product .price {
  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #096528;
    padding: 3px 5px;
    color: #ebebeb;
    font-size: 14px;
}

.product-addtocart,
.not-available {
   
    overflow: hidden;
}

.not-available {
    font-size: 13px;
    font-weight: bold;
    display: none;
  	height: 47px;
}
#buybutton {
 float: left;
 margin-right: 5px; 
}

/*.product-cart-link span {
	float: right;
  	padding: 5px 10px;
  	color: #FF0000;
  	border: 2px solid #ccc;
  	border-radius: 10px;
}*/

.buy {
  cursor: pointer;
  }

.product-addtocart .price-n-qty { float:left; margin-right: 5px; }
.product-addtocart .price {
  display: inline;
}

.main-menu {word-spacing: 4px;}
.main-menu a {word-spacing: normal;}

.header {
    padding: 30px 0 0px;
  display: flex;
    justify-content: space-between;
}

.logo {
    font-size: 24px;
    font-weight: bold;
    color: #a0a0a0;
    text-decoration: none;
  margin-top: 20px;
}
.logo img {border:0;}

.product-list-popup {
  padding-top: 4px;
  position: absolute;
  top: 25px;
  right: 20px;
  -moz-box-shadow: 0px 0px 6px #666;
    -webkit-box-shadow: 0px 0px 6px #666;
    box-shadow: 0px 0px 6px #666;
    z-index: 4;
    display: none;
}

.product-list-popup .product{
  padding: 4px;
  width: 250px;
  position: relative;
  border-bottom: 1px dotted #b0b0b0;
}

.product-list-popup .img {
  width: 48px;
  height: 48px;
  background-position: center center;
  background-repeat: no-repeat;
}

.product-list-popup .title,
.product-list-popup .price {
  width: 175px;
  padding-right: 20px;
}

.cart-block .title {
  margin-bottom: 3px;
  font-weight: bold;
}

.cart-table .remove a,
.product-list-popup .remove {
  position: absolute;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: url(cart_delete.png) no-repeat 0 0;
  top: 4px;
  right: 4px;
  cursor: pointer;
}

.cart-table .remove a {
    position: static;
    top: auto;
    right: auto;
    display: block;
}

.product-list-popup .loader {
    background-image: url(loader.gif);
}

.top-navigation {
    
    background-color: #25352b;
    height: 26px;
    position: absolute;
    width: 100%;
    z-index: 3;
}

.top-navigation a {
    color: #f9f9f9;
    display: block;
    text-decoration: none;
  border-right: 1px solid #fff;
}
.top-navigation a:last-child {border-right: none;}

.top-navigation .text {
    padding: 5px;
}

.top-navigation .cart-link {
  padding-left: 20px;
  background: url(cart_edit.png) no-repeat 0 5px;
  font-size:1.1em;
}

.top-navigation .edit-cart {
  padding-left: 20px;
  background: url(cart.png) no-repeat 0 5px;
}

.top-navigation .negative {
    margin-top: -5px;
    height: 5px;
    line-height: 5px;
    overflow: hidden;
}

.top-navigation a div {
    position: relative;
    text-align: center;
}

.top-navigation p {
    display: none;
    overflow: hidden;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #7a7a7a;
    border-top-width: 0px;
    border-bottom-width: 5px;
    position: relative;
    z-index: 2;
}

.top-navigation a.active p,
.top-navigation a:hover p {
    display: inline-block;
}

.slider {
  position: relative;
  height: 360px;
  margin-bottom: 25px;
}

.slider .image {
  position: absolute;
  height: 360px;
  width: 100%;
  top: 0;
background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
}

.slider .navigation {
  background: #f9f9f9;
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 30px;
  padding: 3px 1px;;
  -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}
.autocomplete-suggestions {
	background: white;
    border:1px solid #254A26;
  max-height:unset;
}
.autocomplete-suggestion {
	margin: 5px;
    cursor:pointer;
    border-bottom:1px solid white;
  	transition:1s;
}
.autocomplete-suggestion:hover; {
     border-bottom:1px solid  #254A26;;  
}
.slider .navigation .item {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #f9f9f9;
  cursor: pointer;
  border: 1px solid #000;
  -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 2px;
    float: left;
}

.slider .navigation .active {
  background: #000;
}

.collections-wrapper {
  margin-top: 10px;
  height: 40px;
  margin-bottom: 25px;
  z-index: 2
}

.collections {
    float: left;
    height: 40px;
    list-style: none;
    width:100%;
}

.product-list-popup,
.collections,
.subcollections {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #b0b0b0;
    background: #ebebeb;
}

#tag-filters {
    float:left;
    width:100%;
    margin-bottom:20px;
}

#tag-filters .property-line {
    clear:both;
}

#tag-filters .tag_properties {
    color:#000000;
    float:left;
}

#tag-filters .tag_separator {
    float:left;
    margin:0 1em;
}

#tag-filters .tag_characteristics {
    float:left;
}

#collection_image {
    float:right;
    margin-left:15px;
    margin-bottom:15px;
}

.editable-content {
    overflow:hidden;
}

.collections .collection {
    display: block;
    vertical-align: top;
    position:relative;
  	z-index:2;
}

.collections a {
    white-space:nowrap;
    text-decoration: none;
    color: #242424;
}

.collections a.active,
.collections a:hover {
    background: #096528;
    color: #ebebeb;
}

.collection-link {
    display: block;
    padding: 12px 15px;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
}

* html .collection-link {
  display: inline;
  zoom: 1;
}

.subcollections {
    position: absolute;
    z-index: -1;
    margin-left: -1px;
    margin-top: 1px;
    list-style: none;
    background: #ebebeb;
    padding: 9px 0;
    display: none;
    -moz-box-shadow: 0px 0px 6px #666;
    -webkit-box-shadow: 0px 0px 6px #666;
    box-shadow: 0px 0px 6px #666;
    z-index: 3;
}

.subcollections li {
    position: relative;
}

.subcollections .subcollections {
    top: -11px;
}

.subcollection-link {
    display: block;
    padding: 3px 15px;
}

.phone {
  font-size: 16px;
  font-weight: bold;
  color: /*#000000;*/ red;
  width: 184px;
  padding-left: 20px;
  background: url(phone.png) no-repeat 2px center;
  margin-bottom: 2px;
}
.icq {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  width: 184px;
  padding-left: 20px;
  background: url(icq.gif) no-repeat 2px center;
  margin-bottom: 2px;
}

.coupon input,
.search-form .query {
  font: 12px Arial;
  border: 1px solid #b0b0b0;
  height: 22px;
  padding: 1px 4px 1px 20px;
  height: 22px;
  width: 180px;
  overflow: hidden;
  background: #ffffff url(find.png) no-repeat 3px center;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.coupon input {background-image: url(tag_red.png)}

.search-form .submit {
  /*position: absolute;
  top: -10000px;*/
  height: 26px;
}

.footer {
	color: #242424;
 	background: none repeat scroll 0 0 #FFFFFF;
    height: 30px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    z-index: 5;
}

.column-sidebar {
  width: 230px;
}

.column-content {
	margin-left:240px;
  margin-right:240px;
}
#rightSidebar{
  width: 230px;
}

#rightSidebar .custom-block {margin: 10px 0 10px 10px;}
.content-wide .column-content{
  width: 100% !important;
}

.content-wide .product-data {
    width: 690px !important;
  
}

.content-wide .column-sidebar {
    display:none !important;
}

.custom-block {
  border: 1px solid #b0b0b0;
  padding: 15px;
  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 10px 10px 10px 0;
}

.custom-block .title {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 8px;
        color:#000000;
}

.breadcrumbs {
  padding: 0 0 10px;
  font-size: 13px;
}

.pagination {
  padding: 5px;
  word-spacing: 3px;
}

.pagination a, .pagination span {
  display: inline-block;
  text-decoration: none;
  padding: 4px 6px;
  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #b0b0b0;
    background: #096528;
    color: #ebebeb;
    font-weight: bold;
}

.pagination a:hover {
  -moz-box-shadow: 0px 0px 6px #666;
    -webkit-box-shadow: 0px 0px 6px #666;
    box-shadow: 0px 0px 6px #666;
    background: #ebebeb;
    color: #096528;
}

.pagination a:active {
  -moz-box-shadow: 0px 0px 3px #666;
    -webkit-box-shadow: 0px 0px 3px #666;
    box-shadow: 0px 0px 3px #666;
}

.pagination .active {
  padding: 3px 5px;
  border-width: 2px;
  border-color: #000000;
}

.product-page .images {
  width: 540px;
  overflow: hidden;
  margin-left: 5px;
  text-align: center;
  margin-right: 5px;
}

.product-page .images .navigation {
  right: 10px;
  top:auto; bottom:0;
}

.product-page .images .image {
  cursor:pointer; cursor:hand;
  display:block;
 
  background-position:50% 50%;
  background-repeat:no-repeat;
}

.product-page .images .small_image {
  cursor:pointer; cursor:hand;
  display:inline-block;
  height: 48px;
  width:48px;
  margin:10px 6px 0 6px;
}

.product-page .images a {background-repeat: no-repeat;}

.product-data {
  margin-right: 10px;
  overflow: hidden;
}

.product-name {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
}

.available-sizes {display: none}

#comment_form .fc input,
#comment_form .fc textarea,
.cart-table .quantity input,
.product-addtocart input {
  width: 25px;
  border: 1px solid #b0b0b0;
  padding: 3px 2px;
  font: 12px Arial, Helvetica, sans-serif;
  -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background:#ffffff;
}

#comment_form .fc input { width: 120px;}
#comment_form .fc textarea {width: 300px;}

.page-headline {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
        color:#000000;
}

.column-content .page-headline {
  margin-left: 5px;
}

.modifications {
    margin: 8px 0; list-style-type:none;
}

.modifications .title {color:#000000; font-weight:bold;}

.properties {
    margin: 10px 0;
}

.properties .name {
    width: 150px;
    overflow: hidden;
    font-weight: bold;
}
.product-page .fb_like {
margin: 10px auto;
width: 110px;
}
.fb_reset {
background: none;
border-spacing: 0;
border: 0;
color: black;
cursor: auto;
direction: ltr;
font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 1;
margin: 0;
overflow: visible;
padding: 0;
text-align: left;
text-decoration: none;
text-indent: 0;
text-shadow: none;
text-transform: none;
visibility: visible;
white-space: normal;
word-spacing: normal;
}
.product-page .addthis {
width: 140px;
margin: 10px auto;
  margin-top: 10px;}

.properties .page-headline {
    margin-left: 0;
}

.subcollection-list {
    margin: 0 0 15px 20px;
}

.static-page {margin: 0 10px;}

.mod-container {margin-bottom:5px;}
.mod-container .title {float:left; padding-top:5px;}
.mod-container .value {float:left;}

.mod-container .title,
.mod-container .value {width:130px;overflow: hidden;}

.cart-table-container {
    padding: 0 1px 0 10px;
}

.cart-table {
    border-collapse: collapse;
    width: 100%
}

.cart-table td,
.cart-table th {
    padding: 2px 6px;
    border-bottom: 1px solid #b0b0b0;
}

.cart-table th {
    border-bottom: 2px solid #b0b0b0;
    padding-top: 8px;
}

.cart-table .lastrow th,
.cart-table .lastrow td {
    border-width: 0
}

.cart-table .price {
    font-weight: normal;
}

.cart-table .product-image div {
    width: 48px;
    height: 48px;
    background-position: center center;
    background-repeat: no-repeat;
}

.cart-table .product-meta {width: 430px;}
.cart-table .quantity input {padding: 1px 2px;}

.cart-table .remove {
    border: 0;
}

.coupon,
.cart-controls {margin-top: 20px;margin-right: 30px;}

.coupon .invalid {color: #c33}

.article {
  margin-bottom: 12px;
}

.article .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}

.blog-c {
  margin-left:250px;
}

.comments li {
  display: block;
  list-style: none;
  margin-bottom: 7px;
}

.comment-details,
.note {
  font-size: 11px;
  color: #000000;
  font-style: italic;
}


.price {
  text-align: right;
  color: #000000;
  font-weight: bold;
}

.old_price{
  text-decoration:line-through;
}

.fc {
    overflow: hidden;
    zoom: 1;
}

.fl {float: left;}
.fr {float: right;}
.cr {clear: right;}
.cl {clear: left;}
.cb {clear: both;}
.nb {border: 0 !important}
.al {text-align: left}
.ar {text-align: right}
.ac {text-align: center;}
.nw {white-space:nowrap;}

.z4 {z-index: 4}
.mt10 {margin-top: 10px;}


/* Blog */
#comments_link {cursor:pointer;}
.note, .comment-details {font-size:85%;}
.article {margin-bottom:40px;}
.pagination {font-weight:bold; text-align:center;}
.pagination_page {padding:0 0.4em;}
#comments, #comment_form {margin-top:20px;}
ul.comments {list-style-type:none; margin:0;}
ul.comments li {margin-bottom:20px;}
#comment_form dd {margin:2px 0 5px 0;}
#comment_form input {width:200px;}
#comment_form textarea {overflow:auto; width:270px;}
#author_fields, #comment_fields {display:block; float:left; margin-right:15px;}
#moderation_warning {margin-top:42px;}
.error {color:#c33 !important;}
.input-error {border:1px solid red !important;}
.notice { margin:15px 0; color:#000000; }
.small {font-size:85%;}

/* Reviews */
#reviews_link {cursor:pointer;}
.review {margin-bottom:40px;}
#reviews, #review_form {margin-top:20px;}
ul.reviews {list-style-type:none; margin:0;}
ul.reviews li {margin-bottom:20px;}
#review_form dd {margin:2px 0 5px 0;}
#review_form input {width:200px;}
#review_form textarea {overflow:auto; width:270px;}
#review_author_fields, #review_fields {display:block; float:left; margin-right:15px;}
#review_moderation_warning {margin-top:20px;}
.review_details { margin:5px 0; font-size:85%;}
.rating_wrapper {overflow:hidden; margin-bottom:10px;}
.rating_label {float:left; margin-right:10px;}
/* Seo */
.seo-description { -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50; }
#review_confirm_email { position:absolute; left:-2000px; }


.fast_chk_rb {float:right;position:relative;margin-top:6px;}
.fast_chk_rb a.banner_button {display:block;}
		.rb_callback {-webkit-border-radius: 8px;display:none;color:#3B362E;-moz-border-radius: 8px; border-radius: 8px;-moz-box-shadow: 0 0 5px #000;-webkit-box-shadow: 0 0 5px #000; box-shadow: 0 0 5px #000;text-align:left; background:#224523; padding:6px; width:290px; position:absolute;z-index:999;right:-15px;top:26px;}
.rb_callback a.rb_close {text-decoration:none; display:block; background:#EEE;-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;color:#FFF; font-family:arial; font-size:12px; line-height:12px; padding:0 5px 2px 5px; position:absolute; top:5px; right:5px;}
.rb_callback a:hover.rb_close { background:#224523;}
.rb_callback .rb_inner {-webkit-border-radius: 8px;-moz-border-radius: 8px; border-radius: 8px; background:#FFF;padding:20px;position:relative;}
.rb_callback .rb_title {margin-bottom:20px; font-size:12px;color:#999; }
.rb_callback .rb_title strong {font-weight:bold; font-size:16px;display:block;color:#3B362E;margin-bottom:2px;}
.rb_callback .rb_row_buttons {padding-top:8px;}
.rb_callback .rb_row { position:relative; margin-bottom:10px; }
.rb_callback .rb_row label { font-size:11px; color:#333; display:block;margin-bottom:2px;padding-left:5px; }
.rb_callback .rb_row .input-txt {box-shadow:inset 0 0 10px #DDD; -moz-box-shadow:inset 0 0 10px #DDD;border:1px solid #D5D5D5;width:233px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; padding:5px 8px; font-size:12px; line-height:12px; color:#333; }
.rb_callback .rb_hidden, .rb_callback .rb_state2 {display:none;}
.rb_callback .rb_state2 {color:#090;}
.rb_callback .input-submit {cursor:pointer;border:0px; background:#224523;-webkit-border-radius: 8px;-moz-border-radius: 8px; border-radius: 8px; color:#FFF; font-size:12px; line-height:24px; height:24px;padding:0 12px !important;}
.rb_callback .input-submit:hover { background:#224523;opacity:0.8;}
.rb_callback .row-error label { color:#F00 }
.rb_callback .row-error .input-txt { border:1px dotted #F00; background:#FCE5EB;box-shadow:inset 0 0 10px #FFCCCC; -moz-box-shadow:inset 0 0 10px #FFCCCC; }
.rb_callback input[disabled], .rb_callback input[disabled]:hover  { background: #F3F3F3;}
.rb_callback button[disabled], .rb_callback button[disabled]:hover { background:#D5D5D5;cursor:default;}
.rb_callback .rb_loader {margin-top:4px;display:none;}
.rb_callback .input-submit::-moz-focus-inner { border: 0;padding: 0;}

.rb_callback  .err {padding:6px; font-size:12px; color:#FFF; backfround: #F00}
.clr { clear:both; height:0px; line-height:0px; font-size:0px;}
.rb_callback_b { top:0px;left:auto; right:0px;}
.window_b_wrap {position:relative;}


.clearfix:after { clear:both; content:' '; display:block; font-size:0; line-height:0; visibility:hidden; width:0; height:0 }
* html .clearfix, *:first-child+html .clearfix { zoom:1 }
.fb_iframe_widget iframe { left: -17px;}


.retailrocket-widget ul.retailrocket-items {
	display:flex !important;
}



.sar-text-after{
	display:none;
    }

/*  the last changes */

@media  screen and (max-width : 1080px){
  .sar-text{display:none;}
  .sar-text-after{display:inline-block;margin-right:4px;}
}

.sitemap {margin: 0 0 0 30px; list-style: none;}
.sitemap li {padding: 3px 0;}
.sitemap ul {list-style: none; margin: 0 0 0 30px;}
.sitemap ul li {}
