
/******************************************/
/*****   R E S E T   **********************/
/******************************************/
*, body, button, input, textarea, select, table, td, th {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-family: inherit;
  font-size: 100%;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
img,
iframe
{
  max-width: 100%;
}
img {
  line-height: 0;
  font-size: 0;
  -ms-interpolation-mode: bicubic;
  height: auto;
}
img,
a img {
  border: 0;
}
a, ins {
  text-decoration: none;
}
ul {
  list-style: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
a, button, input[type=submit], input[type=reset] {
  cursor: pointer;
}
button,
input[type=submit],
input[type=reset]
{
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
abbr {
  cursor: help;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*** Clearfix ***/
.clearfix:before,
.clearfix:after,
.s_row:before,
.s_row:after,
.s_wrap:before,
.s_wrap:after,
.s_item:before,
.s_item:after,
.post:before,
.post:after
{
    content: "";
    display: table;
}
.clearfix:after,
.s_row:after,
.s_wrap:after,
.s_item:after,
.post:after
{
    clear: both;
}
.clearfix,
.s_row,
.s_wrap,
.s_item,
.post
{
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
#header,
#content,
#intro,
#main_navigation,
#shop_info,
#footer_nav,
#footer
{
  display: block;
}

/*****************************************************/
/******   B A S I C    S T Y L E S   *****************/
/*****************************************************/
body {
  font: 13px/20px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
  }
h1,
h2,
h3
{
  margin-bottom: 20px;
  font-weight: normal;
  font-style: normal;
}
h4,
h5,
h6
{
  margin-bottom: 10px;
  font-weight: bold;
  font-style: normal;
}
h1 {
  line-height: 40px;
  font-size: 28px;
}
h2 {
  line-height: 30px;
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
a {
  color: #333;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 10px;
}
p,
ul,
ol,
dl,
address,
blockquote,
table,
hr
{
  margin-bottom: 20px;
}
ul ul {
  margin-bottom: 0;
}
pre {
  font-family: "Courier New", "Lucida Console", Courier, monospace;
}
p:empty,
ul:empty,
ol:empty,
dl:empty,
address:empty,
blockquote:empty,
table:empty
{
  display: none;
}
table img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
p img {
  display: inline;
}
*::-moz-selection,
*::-webkit-selection,
::selection
{
  color: #fff;
}

/*****************************************************/
/******   L A Y O U T   ******************************/
/*****************************************************/

/* relative */
  
.s_row {
    margin-left: -10px;
  margin-right: 10px;
  }
.s_main_col .s_row,
.s_row .s_row
{
    margin-left: -30px;
  margin-right: 0;
  }
.s_col {
    float: left;
  padding-left: 30px;
    box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.s_1_1 { width:100%; }
.s_1_2 { width:50%; }
.s_1_3 { width:33.33333%; }
.s_2_3 { width:66.66666%; }
.s_1_4 { width:25%; }
.s_3_4 { width:75%; }
.s_1_5 { width:20%; }
.s_2_5 { width:40%; }
.s_3_5 { width:60%; }
.s_4_5 { width:80%; }
.s_1_6 { width:16.656%; }
.s_5_6 { width:83.33%; }
.s_1_8 { width:12.5%; }
.s_3_8 { width:37.5%; }
.s_5_8 { width:62.5%; }
.s_7_8 { width:87.5%; }
.s_1_12 { width:8.3333%; }
.s_5_12 { width:41.6666%; }
.s_7_12 { width:58.3333%; }
.s_11_12 { width:91.6666%; }
.s_1_24 { width:4.1666%; }
.s_5_24 { width:20.8333%; }
.s_7_24 { width:29.1666%; }
.s_11_24 { width:45.8333%; }
.s_13_24 { width:54.1666%; }
.s_17_24 { width:70.8333%; }
.s_19_24 { width:79.1666%; }
.s_23_24 { width:95.8333%; }

/* absolute */

.s_wrap {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

.s_col_1,
.s_col_2,
.s_col_3,
.s_col_4,
.s_col_5,
.s_col_6,
.s_col_7,
.s_col_8,
.s_col_9,
.s_col_10,
.s_col_11,
.s_col_12,
.s_main_col,
.s_side_col
{
  display: inline;
    float: left;
    margin-left: 10px;
  margin-right: 10px;
}

.s_col_1 { width: 60px; }
.s_col_2 { width: 140px; }
.s_col_3 { width: 220px; }
.s_col_4 { width: 300px; }
.s_col_5 { width: 380px; }
.s_col_6 { width: 460px; }
.s_col_7 { width: 540px; }
.s_col_8 { width: 620px; }
.s_col_9 { width: 700px; }
.s_col_10 { width: 780px; }
.s_col_11 { width: 860px; }
.s_col_12 { width: 940px; }
.alpha { margin-left: 0; }
.omega { margin-right: 0; }

.s_h_10 { height: 10px !important; }
.s_h_20 { height: 20px !important; }
.s_h_30 { height: 30px !important; }
.s_h_40 { height: 40px !important; }
.s_h_50 { height: 50px !important; }
.s_h_100 { height: 100px !important; }
.s_h_130 { height: 130px !important; }
.s_h_150 { height: 150px !important; }
.s_h_170 { height: 170px !important; }
.s_h_180 { height: 180px !important; }
.s_h_200 { height: 200px !important; }
.s_h_270 { height: 270px !important; }



/*****************************************************/
/******   C O M M O N    S T Y L E S   ***************/
/*****************************************************/

.s_small {font-size: 10px;}
.inline {display: inline !important;}
a img.inline {vertical-align: middle;}
.align_left {text-align: left !important;}
.align_right {text-align: right !important;}
.align_center {text-align: center !important;}
.valign_top {vertical-align: top !important;}
.valign_middle {vertical-align: middle !important;}
.uppercase {text-transform: uppercase !important;}
.left {float: left !important;}
.clear {clear: both !important;}
.right {float: right !important;}
.nofloat {float: none !important;}
.block {display: block !important;}
.none, .s_hidden {display: none !important;}
.ui-tabs-hide {display: none;}
.border_eee {border-bottom: 1px solid #eee;}
.border_ddd {border-bottom: 1px solid #ddd;}
.border_ccc {border-bottom: 1px solid #ccc;}
.s_f_9 {font-size: 9px;}
.s_f_10 {font-size: 10px;}
.s_f_11 {font-size: 11px;}
.s_f_12 {font-size: 12px;}
.s_f_13 {font-size: 13px;}
.s_f_14 {font-size: 14px;}
.s_f_16 {font-size: 16px;}
.s_f_18 {font-size: 18px;}
.s_f_20 {font-size: 20px;}
.s_f_22 {font-size: 22px;}
.s_f_24 {font-size: 24px;}
.s_f_26 {font-size: 26px;}
.s_f_28 {font-size: 28px;}
.s_f_30 {font-size: 30px;}
.s_f_32 {font-size: 32px;}

.s_mb_0 {margin-bottom: 0 !important;}
.s_mb_5 {margin-bottom: 5px !important;}
.s_mb_10 {margin-bottom: 10px !important;}
.s_mb_15 {margin-bottom: 15px !important;}
.s_mb_20 {margin-bottom: 20px !important;}
.s_mb_25 {margin-bottom: 25px !important;}
.s_mb_30 {margin-bottom: 30px !important;}
.s_ml_0 {margin-left: 0 !important;}
.s_ml_10 {margin-left: 10px !important;}
.s_ml_15 {margin-left: 15px !important;}
.s_ml_20 {margin-left: 20px !important;}
.s_ml_25 {margin-left: 25px !important;}
.s_ml_30 {margin-left: 30px !important;}

.s_sep {margin-bottom: 30px !important;}

.border_eee.s_sep, .border_ddd.s_sep, .border_ccc.s_sep {margin-bottom: 29px !important}
.border_eee.s_mb_20, .border_ddd.s_mb_20, .border_ccc.s_mb_20 {margin-bottom: 19px !important}
.border_eee.s_mb_30, .border_ddd.s_mb_30, .border_ccc.s_mb_30 {margin-bottom: 29px !important}

.s_pt_5 {padding-top: 5px !important;}
.s_pt_10 {padding-top: 10px !important;}
.s_pt_20 {padding-top: 20px !important;}
.s_p_5_0 {padding: 5px 0 !important;}
.s_p_5_10 {padding: 5px 10px !important;}
.s_p_5_15 {padding: 5px 15px;}
.s_p_5_20 {padding: 5px 20px;}
.s_p_10_15 {padding: 10px 15px;}
.s_p_10_20 {padding: 10px 20px;}
.s_p_10_5 {padding: 10px 5px;}
.s_p_10_0 {padding: 10px 0 !important;}
.s_p_15_0 {padding: 15px 0;}
.s_p_15_5 {padding: 15px 5px;}
.s_p_15_10 {padding: 15px 10px;}
.s_p_15_20 {padding: 15px 20px;}
.s_p_20_0 {padding: 20px 0;}
.s_p_20_10 {padding: 20px 10;}
.s_p_20_15 {padding: 20px 15px;}

span.clear {
  visibility: visible;
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
}

.s_title_1 span {
  display: inline-block;
  border-bottom: 1px solid #ddd;
}
h2.s_title_1 {
  padding-bottom: 0;
}
h2.s_title_1 span {
  padding-bottom: 4px;
  text-indent: -1px;
}
.s_main_col > p {
  margin-bottom: 0;
}
.s_main_col > p:last-child,
.s_main_col > ul:last-child,
.s_main_col > ol:last-child,
.s_main_col > dl:last-child,
.s_main_col > blockquote:last-child,
.s_main_col > table:last-child
{
  margin-bottom: 30px;
}

.s_999 { color: #999; }
.s_666 { color: #666; }
.s_333 { color: #333; }
.s_red, p.required, span.required, ins.required { color: red; }
abbr.required { text-decoration: none; border-bottom: none; }

.s_eee_bgr { background-color: #eee; }
.s_ddd_bgr { background-color: #ddd; }
.s_ccc_bgr { background-color: #ccc; }
.s_bbb_bgr { background-color: #bbb; }

.s_h_80 {height: 80px;}
.s_h_90 {height: 90px;}
.s_h_100 {height: 100px;}
.s_h_150 {height: 150px;}

.s_nav ul {
  margin-bottom: 0;
}
.s_nav > ul > li,
.s_nav > ul > li > a
{
  z-index: 15;
  display: block;
    float: left;
  }
.s_nav .sub-menu, .s_nav .s_submenu {
  z-index: 10;
  position: absolute;
  display: none;
  top: 100%;
    left: 0;
  }
.s_nav li .sub-menu ul ul {
  z-index: 20;
  position: absolute;
  top: 0;
    left: 96%;
  }
.s_nav li:hover,
.s_nav li:hover > a
{
  position: relative;
  z-index: 20;
}
.s_nav li:hover .sub-menu,
#cart_menu:hover .s_submenu
{
  display: block;
}
.s_nav.s_size_1 > ul > li,
.s_nav.s_size_1 > ul > li > a
{
  height: 20px;
  line-height: 20px;
}
.s_nav.s_size_2 > ul > li,
.s_nav.s_size_2 > ul > li > a
{
  height: 30px;
  line-height: 30px;
}
.s_nav .s_toggle {
  display: none;
}


.s_list_1,
.s_list_2
{
  margin-left: 0;
  margin-right: 0;
}

.s_list_1,
.s_list_2,
.s_list_1 li,
.s_list_2 li
{
  list-style: none !important;
}
.s_list_1 li,
.s_list_2 li,
.menu li,
.sub-menu li,
.product-categories li,
.s_widget_wpsc_price_range li,
.s_box > ul > li
{
  position: relative;
    padding-left: 20px;
  }
.s_list_1 li:before,
.s_list_2 li:before,
.menu li:before,
.sub-menu li:before,
.product-categories li:before,
.s_widget_wpsc_price_range li:before,
.s_box > ul > li:before
{
  content: '';
  position: absolute;
  top: 8px;
  display: block;
  width: 6px;
  height: 5px;
    left: 3px;
  background-image: url(../images/bullet_1.png);
    background-position: 0 0;
  background-repeat: no-repeat;
}
.s_list_2 li:before {
  top: 5px;
  width: 11px;
  height: 11px;
    left: 0;
  background-image: url(../images/bullet_2.png);
  }
#shop_info .s_list_1 li:before,
#shop_info .menu li:before,
#shop_info .sub-menu li:before,
#shop_info .s_widget_wpsc_price_range li:before,
#shop_info .product-categories li:before,
#shop_info .s_box > ul > li:before
{
    background-image: url(../images/bullet_1_1.png);
  }
#shop_info .s_list_2 li:before {
    background-image: url(../images/bullet_2_1.png);
  }

ul.s_2cols,
ol.s_2cols,
dl.s_2cols
{
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -o-column-count: 2;
}
ul.s_3cols,
ol.s_3cols,
dl.s_3cols
{
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  -o-column-count: 3;
}

.s_icon_10,
.s_icon_16,
.s_icon_20,
.s_icon_24,
.s_icon_32
{
  position: relative;
  background-repeat: no-repeat;
  background-position: center left;
}
.s_icon_10 {padding-left: 15px !important;}
.s_icon_16 {padding-left: 25px !important;}
.s_icon_20 {padding-left: 25px !important;}
.s_icon_24 {padding-left: 32px !important;}
.s_icon_32 {padding-left: 42px !important;}

.s_icon_10 .s_icon,
.s_icon_16 .s_icon,
.s_icon_20 .s_icon,
.s_icon_24 .s_icon,
.s_icon_32 .s_icon,
.s_icon_10.s_icon:before,
.s_icon_16.s_icon:before,
.s_icon_24.s_icon:before,
.s_icon_32.s_icon:before
{
  position: absolute;
    left: 0;
    top: 50%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.s_icon_10.s_icon,
.s_icon_16.s_icon,
.s_icon_24.s_icon,
.s_icon_32.s_icon
{
  background: none;
}
.s_icon_10.s_icon:before,
.s_icon_16.s_icon:before,
.s_icon_24.s_icon:before,
.s_icon_32.s_icon:before
{
  content: '';
}
.s_icon_10 .s_icon,
.s_icon_10.s_icon:before
{
  width: 10px;
  height: 10px;
  margin-top: -5px;
}
.s_icon_16 .s_icon,
.s_icon_16.s_icon:before
{
  width: 16px;
  height: 16px;
  margin-top: -8px;
}
.s_icon_20 .s_icon,
.s_icon_20.s_icon:before
{
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.s_icon_24 .s_icon,
.s_icon_24.s_icon:before
{
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
.s_icon_32 .s_icon,
.s_icon_32.s_icon:before
{
  width: 32px;
  height: 32px;
  margin-top: -16px;
}

.s_phone_32,
.s_phone_32:before,
.s_fax_32,
.s_mobile_32,
.s_mail_32,
.s_skype_32,
.s_add_10,
.s_date_10,
.s_comment_10,
.s_success_24,
.s_failure_24,
.s_remove_16,
.s_single_color .s_date_16,
.s_single_color .s_comment_16,
.s_single_color .s_comments_16,
.s_single_color .s_tag_16,
.s_single_color .s_user_16
{
  background-image: url(../images/sprite.png);
}
.s_add_10 { background-position: -11px -498px !important; }
.s_date_10 { opacity: 0.35; filter: alpha(opacity=35); background-position: -40px -150px !important; }
.s_comment_10 { opacity: 0.35; filter: alpha(opacity=35); background-position: -40px -160px !important; }
.s_success_24 { background-position: 0 -288px !important; }
.s_failure_24 { background-position: 0 -264px !important; }
.s_remove_16 { background-position: -64px -42px !important; }
.s_single_color .s_date_16 { background-position: -50px -120px !important; }
.s_single_color .s_comment_16 { background-position: -50px -100px !important; }
.s_single_color .s_comments_16 { background-position: -70px -100px !important; }
.s_single_color .s_tag_16 { background-position: -70px -120px !important; }
.s_single_color .s_user_16 { background-position: -50px -140px !important; }
.s_phone_32, .s_phone_32:before {background-position: 0 -312px !important;}
.s_mobile_32 {background-position: 0 -344px !important;}
.s_mail_32 {background-position: 0 -376px !important;}
.s_skype_32 {background-position: 0 -408px !important;}
.s_fax_32 {background-position: 0 -440px !important;}
.s_save_10 {background-image: url(../images/i_save_10.png);}

.s_rating_holder p {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.s_rating_holder .s_average {
  display: inline-block;
  height: 16px;
  margin-bottom: 20px;
  line-height: 18px;
  font-size: 13px;
  font-weight: bold;
}
.s_rating_holder .s_total {
  color: #999;
  font-weight: normal;
  font-size: 12px;
}

/* rating - normal size */

.s_rating,
.s_rating .s_percent
{
  display: inline-block !important;
  height: 16px;
  line-height: 16px;
  vertical-align: bottom;
}
.s_rating.s_rating_6 {
  width: 96px;
}
.s_rating.s_rating_5 {
  width: 80px;
}
.s_rating {
  margin-right: 3px;
  background: url(../images/i_star_16.png) repeat-x 0 100%;
}
.s_rating .s_percent {
  float: left;
  background: url(../images/i_star_16.png) repeat-x 0 0;
}

/* rating - large size */

.s_rating_big,
.s_rating_big .s_percent
{
  height: 24px;
  line-height: 24px;
}
.s_rating_big.s_rating_6 {
  width: 150px;
}
.s_rating_big.s_rating_5 {
  width: 125px;
}
.s_rating_big {
  background: url(../images/i_star_24.png) repeat-x 0 100%;
}
.s_rating_big .s_percent {
  background: url(../images/i_star_24.png) repeat-x 0 0;
}

/* rating - small size */

.s_rating_small,
.s_rating_small .s_percent
{
  height: 10px;
  line-height: 10px;
}
.s_rating_small.s_rating_6 {
  width: 60px;
}
.s_rating_small.s_rating_5 {
  width: 50px;
}
.s_rating_small {
  background: url(../images/i_star_10.png) repeat-x 0 100%;
}
.s_rating_small .s_percent {
  background: url(../images/i_star_10.png) repeat-x 0 0;
}


.s_thumb {
    float: left;
  }
.s_thumb,
.s_thumb img
{
  display: block;
  max-width: 100%;
}
.s_thumb img {
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.s_table {
  background: #eee;
}
.s_table th,
.s_table td
{
  text-align: center;
  padding-top: 4px;
  padding-bottom: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.s_table th {
  background: #ddd;
  color: #888;
}

.s_table_1 th,
.s_table_1 td
{
  padding: 10px 10px 9px 10px;
}
.s_table_1 tbody th,
.s_table_1 td
{
  text-align: center;
  border-bottom: 1px solid #eee;
}
.s_table_1 thead th {
  background: #eee;
  border-bottom: 1px solid #ddd;
}
.s_table_1.s_narrow th,
.s_table_1.s_narrow td
{
  padding: 5px 5px 4px 5px;
}


/***************************************************************/
/*****   F O R M S   *******************************************/
/***************************************************************/

label {
  display: inline-block;
}
input[type=text],
input[type=password],
input[class*=text],
textarea,
select
{
    margin-right: 5px;
    padding: 4px;
  background: #eee;
  border: 1px solid;
  border-color: #ddd #eee #eee #ddd;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  resize: none;
}
input[type=text],
input[type=password],
input[class*=text],
select
{
  height: 30px;
}
input[type=radio],
input[type=checkbox]
{
  vertical-align: middle;
}
textarea {
  padding-bottom: 8px !important;
  resize: vertical;
  vertical-align: baseline;
}
select[size] {
  height: auto;
}
button {
  height: 40px;
  border: none;
  background: #ddd;
}
input[type=hidden] {
  display: none;
}
input[type=file] {
  font-size: 20px !important;
}
input[type=text]:hover,
input[type=password]:hover,
input[class*=text]:hover,
textarea:hover,
select:hover
{
  border-color: #999 #ddd #ddd #aaa;
}
input[type=text]:focus,
input[type=password]:focus,
input[class*=text]:focus,
textarea:focus,
select:focus
{
  border-color: #999 #ddd #ddd #aaa;
  outline: none;
}
select:focus {
  outline: 0 none !important;
}

label.s_disabled, label.s_disabled * {
  color: #9ea7ad !important;
}
label .s_legend {
  margin: 0 !important;
  padding-top: 0;
  line-height: 11px;
}

.s_checkbox,
.s_radio
{
  position: relative;
  display: block;
  width: auto;
    float: left;
  margin-right: 15px;
  padding: 5px 0 5px 20px !important;
  text-align: left;
    color: #333;
  font-size: 13px;
  font-weight: normal;
}
.s_checkbox input,
.s_radio input
{
    left: 0;
    position: absolute;
  margin: 0 !important;
}
.s_checkbox input,
.s_radio input
{
  top: 9px;
}
.s_full input[type=text],
.s_full input[type=password],
.s_full input[class*=text],
.s_full textarea,
.s_full select
{
  width: 100%;
}
.s_legend {
  clear: both;
  display: block;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 11px;
  color: #888;
  text-shadow: 1px 1px 0 #fff;
}

/*** form style 1 ***/

.s_row_2 {
  padding: 10px 0;
}
.s_row_2 label {
    float: left;
  margin-right: 15px;
    width: 150px;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: baseline;
}
.s_row_2 input[type=text],
.s_row_2 input[type=password],
.s_row_2 textarea,
.s_row_2 select,
.s_row_2 .s_error_msg
{
  clear: none;
    float: left;
  }
.s_row_2 .s_full input[type=text],
.s_row_2 .s_full input[type=password],
.s_row_2 .s_full textarea,
.s_row_2 .s_full select
{
    margin-right: 0;
  }

/*** form style 2 ***/

.s_row_3 {
  margin-bottom: 20px;
}
.s_row_3 label {
  display: block;
  margin-bottom: 5px;
}
.s_row_3 label.s_checkbox,
.s_row_3 label.s_radio
{
  margin-bottom: 0;
}
.s_row_3 input[type=text],
.s_row_3 input[type=password],
.s_row_3 textarea,
.s_row_3 select,
.s_row_3 .uploader
{
  display: block;
}
.s_row_3 .s_error_msg {
    float: left;
  }

.s_error_row input[type=text],
.s_error_row input[type=password],
.s_error_row textarea,
.s_error_row select
{
  color: #84290a;
  background-color: #ffe7df !important;
  border-color: #ffcdbc #ffe7df #ffe7df #ffcdbc !important;
}

.s_error_msg {
  margin-bottom: 0;
    padding: 5px 0 5px 12px !important;
  background: url(../images/bullet_error.gif) no-repeat 1px 12px;
    font-size: 11px;
  color: red;
}

/*** wordpress forms ***/

form > p,
.form-row
{
  clear: both;
}
form > p:after,
.form-row:after
{
  content: '';
  clear: both;
  display: table;
}

/*** wordpress form style 1 ***/

.form-row {
  margin-bottom: 0;
  padding: 10px 0;
}
.form-row:first-child {
  padding-top: 0;
}
.form-row label {
    float: left;
  margin-right: 15px;
    margin-bottom: 0;
  width: 150px;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: baseline;
}
.form-row input[type=text],
.form-row input[type=password],
.form-row textarea,
.form-row select
{
  clear: none;
    float: left;
    width: 220px;
}
.form-row .s_full input[type=text],
.form-row .s_full input[type=password],
.form-row .s_full textarea,
.form-row .s_full select
{
    margin-right: 0;
  }
.form-row-first,
.form-row-last
{
  clear: none;
  width: 50%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.form-row-first {
    float: left;
  padding-right: 10px;
  }
.form-row-last {
    float: right;
  padding-left: 10px;
  }
select.form-row-first,
select.form-row-last
{
  padding: 4px !important;
}

/*** wordpress form style 2 ***/

.s_form_2 .form-row,
.s_form_2 form > p,
form.s_form_2 > p
{
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.s_form_2 .form-row label,
.s_form_2 form > p label,
form.s_form_2 > p label
{
  float: none;
  width: auto;
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: bold;
}
.s_form_2 .form-row input[type=checkbox] + label,
.s_form_2 .form-row input[type=radio] + label,
.s_form_2 form > p input[type=checkbox] + label,
.s_form_2 form > p input[type=radio] + label,
form.s_form_2 > p input[type=checkbox] + label,
form.s_form_2 > p input[type=radio] + label
{
  display: inline-block;
  width: auto;
  font-weight: normal;
}
.s_form_2 .form-row input[type=text],
.s_form_2 .form-row input[type=password],
.s_form_2 .form-row textarea,
.s_form_2 .form-row select,
.s_form_2 form > p input[type=text],
.s_form_2 form > p input[type=password],
.s_form_2 form > p textarea,
.s_form_2 form > p select,
form.s_form_2 > p input[type=text],
form.s_form_2 > p input[type=password],
form.s_form_2 > p textarea,
form.s_form_2 > p select
{
  clear: both;
  display: block;
  width: 100%;
}
form p span.required {
    float: left;
  margin-right: 4px;
    font-size: 13px;
  font-weight: bold;
}

/*** wordpress comment form ***/

form p[class*="form-author"],
form p[class*="form-email"],
form p[class*="form-url"],
form p[class*="form-rating"]
{
  clear: none;
    float: left;
    width: 30%;
}
form p[class*="form-author"],
form p[class*="form-email"]
{
    margin-right: 5%;
  }
form span.required {
  font-weight: bold;
}
.form-allowed-tags {
  margin-top: -10px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 11px;
  color: #777;
}
.form-allowed-tags code {
  color: #333;
}
form .comment-notes {
  font-size: 11px;
  color: #999;
}
form .comment-notes span.required {
  float: none;
  margin: 0;
}

/*** buttons ***/

.s_button_1 {
  display: inline-block;
  padding: 3px;
  cursor: pointer;
}
button.s_button_1 {
  height: auto;
}
.s_button_1 .s_text {
  position: relative;
  display: block;
  height: 28px;
  padding: 0 10px;
  line-height: 28px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.s_button_1_small .s_text {
  height: 20px;
  line-height: 20px;
  text-transform: none;
  font-size: 14px;
}
.s_button_1_tiny .s_text {
  height: 18px;
  line-height: 16px !important;
  text-transform: none;
  font-size: 13px !important;
}
.s_button_1.s_ddd_bgr .s_text {
  color: #666;
}
.s_button_1.s_ddd_bgr:hover .s_text {
  color: #333;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.s_button_1.left {
    margin-left: 0 !important;
  margin-right: 10px;
  }
.s_button_1.s_ddd_bgr .s_text {
  color: #666;
}
.s_button_1.s_ddd_bgr:hover .s_text {
  color: #333;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.s_submit,
.form-submit
{
  overflow: hidden;
  clear: both;
  margin-bottom: 30px;
  padding-top: 2px !important;
  padding-bottom: 2px !important  ;
}
.s_submit .s_checkbox,
.s_submit .s_radio
{
  margin-top: 3px;
}

.s_server_msg {
  cursor: pointer;
  min-height: 38px;
  margin-bottom: 30px;
}
.s_server_msg + .s_server_msg {
  margin-top: -20px;
}
.s_server_msg p,
.s_server_msg ul
{
  min-height: 20px;
  margin: 0;
  padding: 9px 15px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.s_msg_green {
  color: green;
  background: #f4fbe4;
  border: 1px solid #e3f5bd;
}
.s_msg_red {
  color: red;
  background: #ffede5;
  border: 1px solid #ffd8c3;
}



/***************************************************************/
/*****   COMPONENTS   ******************************************/
/***************************************************************/

.s_tabs_nav {
  height: 40px;
  margin-bottom: 0;
    margin-left: -10px !important;
  }
.s_tabs_nav li,
.s_tabs_nav li a
{
  display: block;
    float: left;
    height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  outline: none !important;
}
.s_tabs_nav li {
  overflow: hidden;
    padding-left: 10px;
    box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.s_tabs_nav li a {
  width: 100%;
  background: #ddd;
  box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.03);
  -o-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: inset 0 -3px 4px rgba(0, 0, 0, 0.03);
}
.s_tabs_nav li.ui-tabs-selected a,
.s_tabs_nav li.ui-tabs-active a
{
  color: #999;
  background: #f3f3f3;
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.s_tabs_nav li.ui-tabs-selected a:hover,
.s_tabs_nav li.ui-tabs-active a:hover
{
  color: #999 !important;
}
.s_tab_box {
  padding: 20px;
  border: 10px solid #f3f3f3;
}
.s_tab_box > h2 {
  display: none;
}

/*** pagination ***/

.pagination {
  overflow: hidden;
  clear: both;
  line-height: 30px;
}
.pagination:empty {
  display: none;
}
.pagination .s_label {
    float: left;
  margin-right: 5px;
  }
.pagination .links {
    float: left;
    height: 30px;
  margin-bottom: 30px;
}
.pagination .results {
    float: right;
    height: 30px;
  margin-bottom: 30px;
  font-size: 12px;
  color: #999;
}
.pagination a,
.pagination b,
.pagination .links span
{
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
}
.pagination a {
    margin-right: 5px;
    font-size: 12px;
  color: #666;
  background: #eee;
}
.pagination .links a:hover,
#content .pagination .links a:hover
{
  color: #fff !important;
}
.wpsc_page_numbers_bottom {
  padding: 24px 0 0 0;
  border-top: 1px solid #e6e6e6;
}

/*** dropdown ***/

.s_switcher {
  margin-top: -2px;
  margin-bottom: -2px;
    padding-right: 22px;
  text-align: left;
  background: #f6f6f6 url(../images/dropdown.gif) no-repeat 100% 6px;
    z-index: 10;
  position: absolute;
  font-size: 11px;
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.s_switcher:hover {
  z-index: 20;
}
.s_switcher ul {
  margin-bottom: 0;
}
.s_switcher span.s_selected,
.s_switcher li,
.s_switcher li a
{
  display: block;
  line-height: 18px;
}
.s_switcher span.s_selected,
.s_switcher li a
{
    padding: 2px 0 2px 7px;
  }
.s_switcher span.s_selected {
  cursor: default;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.s_switcher .s_options {
  position: absolute;
  cursor: pointer;
  display: none;
  width: 100%;
  left: -1px;
  background: #f6f6f6;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
}
.s_switcher:hover {
  padding-bottom: 1px;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
}
.s_switcher img {
    margin: -2px 3px 0 0;
    display: inline;
  vertical-align: middle;
}

/*** remove button ***/

.remove_button,
.noty_close
{
  overflow: hidden;
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -1000em;
  text-transform: uppercase;
  background-image: url(../images/sprite.png);
  background-position: -90px 0;
  background-repeat: no-repeat;
  background-color: #ccc;
  border: none;
}
td .remove_button {
  position: static;
}

/*** item listing ***/

.s_grid_view {
  position: relative;
  margin: 0 -10px;
}
.s_single_col #listing_options + .s_grid_view.size_2 {
  margin-top: 29px;
}
.s_2_cols .s_grid_view.size_1 .clear3,
.s_single_col .s_grid_view.size_1 .clear4,
.s_2_cols .s_grid_view.size_2 .clear4,
.s_single_col .s_grid_view.size_2 .clear6,
.s_grid_view.s_size_2 .clear2,
.s_grid_view.s_size_3 .clear3,
.s_grid_view.s_size_4 .clear4,
.s_grid_view.s_size_5 .clear5
{
    clear: left;
  }


/*** PRICE TEXT ***/

.s_plain .s_price, .s_plain .s_price * {
  background: none !important;
}
.s_plain .s_old_price {
  line-height: 16px;
  text-decoration: line-through;
  opacity: 0.8;
}
.s_plain .s_price_legend.s_before {
  font-size: 90%;
  color: #888;
}
.s_plain .s_price_legend.s_before:after {
  content: '';
}
.s_plain .s_old_price .s_price_legend {
  display: inline-table;
  text-decoration: none !important;
}
.s_plain .s_old_price .s_price_legend:after {
  position: relative;
  z-index: 2;
    margin-right: -3px;
  border-right: 5px solid #fff;
  }
.s_plain .s_promo_price > .s_old_price:first-child {
    margin-right: 5px;
  }
.s_plain .s_old_price + .s_price_legend {
  overflow: hidden;
  visibility: hidden;
  display: inline-block;
  width: 1px;
  height: 0;
  margin-left: -7px !important;
  text-indent: 1px;
}
.s_item .s_plain .s_price {
  margin-bottom: 0;
}
.s_price_holder.s_size_1.s_plain .s_price {
  font-size: 12px;
}
.s_price_holder.s_size_2.s_plain .s_price {
  font-size: 14px;
}
.s_price_holder.s_size_3.s_plain .s_price {
  line-height: 30px;
  font-size: 18px;
}
.s_price_holder.s_size_4.s_plain .s_price {
  font-size: 26px;
  line-height: 30px;
}

/*** PRICE TAG ***/

.s_label .s_price {
  display: block;
  margin: 0;
  letter-spacing: -1px;
  text-align: center;
  font-weight: normal;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
}
.s_label .s_old_price,
.s_label .s_price_legend.s_before
{
  display: block;
  line-height: 16px;
  font-size: 11px;
  opacity: 0.8;
}
.s_label .s_price_legend.s_before {
  letter-spacing: 0;
}
.s_label .s_old_price {
  text-decoration: line-through;
}
.s_label .s_old_price .s_currency {
  display: none !important;
}
.s_label .s_price .s_currency.s_before {
  position: relative;
  top: -1px;
  display: inline;
  margin-right: 1px;
}
.s_label .s_price .s_currency.s_after {
  display: block;
}
.s_label .s_price .s_currency {
  opacity: 0.7;
}
.s_label .s_promo_price .s_price_legend {
  display: none;
}
.s_item .s_price_holder.s_label  {
  z-index: 1;
  position: absolute;
  display: table;
}
.s_list_view .s_item .s_price_holder.s_label  {
  width: 80px;
  height: 80px;
  top: -5px;
    right: -5px;
  }

/*** PRICE TAG size 1 ***/

.s_price_holder.s_size_1.s_label .s_price  {
  width: 46px;
  height: 33px;
  padding-top: 13px;
  letter-spacing: 0;
  font-size: 15px;
  background-image: url(../images/price_0.png);
  background-repeat: no-repeat;
  background-position: center;
}
.s_price_holder.s_size_1.s_label .s_promo_price  {
  padding-top: 1px;
  height: 45px;
}
.s_price_holder.s_size_1.s_label .s_old_price {
  margin-bottom: -4px;
  letter-spacing: -1px;
}
.s_price_holder.s_size_1.s_label .s_price_legend.s_before {
  margin-top: -10px;
  margin-bottom: -3px;
}
.s_price_holder.s_size_1.s_label .s_currency.s_before {
  margin-left: -2px;
  font-size: 80%;
}
.s_price_holder.s_size_1.s_label .s_currency.s_after {
  margin-top: -7px;
  font-size: 70%;
}
.s_grid_view .s_item .s_price_holder.s_size_1.s_label {
  top: -57px;
}
.s_grid_view.size_2 .s_item .s_price_holder.s_size_1.s_label {
  right: -10px;
}
.s_grid_view .s_item .s_price_holder.s_size_1.s_label,
.s_2_cols .s_grid_view .s_item .s_price_holder.s_size_1.s_label
{
  right: 0;
}

/*** PRICE TAG size 2 ***/

.s_price_holder.s_size_2.s_label .s_price {
  width: 66px;
  height: 43px;
  padding-top: 23px;
  font-size: 21px;
  background-image: url(../images/price_1.png);
  background-repeat: no-repeat;
  background-position: center;
}
.s_price_holder.s_size_2.s_label .s_promo_price {
  padding-top: 10px;
  height: 56px;
}
.s_price_holder.s_size_2.s_label .s_price_legend.s_before {
  margin-top: -15px;
  margin-bottom: 2px;
}
.s_price_holder.s_size_2.s_label .s_currency.s_before {
  margin-left: -2px;
  font-size: 80%;
}
.s_price_holder.s_size_2.s_label .s_currency.s_after {
  font-size: 70%;
}
.s_price_holder.s_size_2.s_label .s_promo_price .s_currency.s_after {
  margin-top: -3px;
}
.s_grid_view .s_item .s_price_holder.s_size_2.s_label {
  top: -77px;
}
.s_grid_view.size_2 .s_item .s_price_holder.s_size_2.s_label {
  right: -10px;
}
.s_grid_view .s_item .s_price_holder.s_size_2.s_label,
.s_2_cols .s_grid_view .s_item .s_price_holder.s_size_2.s_label
{
  right: 0;
}

/*** PRICE TAG size 3 ***/

.s_price_holder.s_size_3.s_label .s_price {

  font-size: 1.5em;
  background-image: url(../images/price_4.png) !important;
  background-repeat: no-repeat;
  background-position: center;
}
.s_price_holder.s_size_3.s_label .s_promo_price {
  height: 78px !important;
  padding-top: 6px !important;
}
.s_price_holder.s_size_3.s_label .s_old_price,
.s_price_holder.s_size_3.s_label .s_price_legend.s_before
{
  padding: 5px 0 !important;
  font-size: 12px !important;
}
.s_price_holder.s_size_3.s_label .s_price_legend.s_before {
  margin-top: -26px;
}
.s_price_holder.s_size_3.s_label .s_currency.s_before {
  text-indent: -1px !important;
  font-size: 80%;
}
.s_price_holder.s_size_3.s_label .s_currency.s_after {
  padding-top: 2px;
  font-size: 70%;
}
.s_grid_view .s_price_holder.s_size_3.s_label {
  top: -10px;
  right: -10px;
}
.s_grid_view .swiper-slide  .s_price_holder.s_size_3.s_label {
  top: 5px;
  right: 5px;
}
.s_grid_view .s_price_holder.s_size_3.s_label .s_price {
  height: 70px;
  width: 70px;
  font-size: 1.2em;
}

/*** PRICE TAG size 4 ***/

.s_price_holder.s_size_4.s_label .s_price {
  width: 100px;
  height: 100px;
  font-size: 28px;
  background-image: url(../images/price_3.png);
  background-repeat: no-repeat;
  background-position: center;
}
.s_price_holder.s_size_4.s_label .s_promo_price {
  height: 85px;
  padding-top: 15px;
}
.s_price_holder.s_size_4.s_label .s_price_legend.s_before {
  margin-top: -26px;
}
.s_price_holder.s_size_4.s_label .s_old_price,
.s_price_holder.s_size_4.s_label .s_price_legend.s_before
{
  padding-bottom: 10px;
  font-size: 14px;
}
.s_price_holder.s_size_4.s_label .s_currency.s_before {
  text-indent: -1px;
  font-size: 26px;
}
.s_price_holder.s_size_4.s_label .s_currency.s_after {
  padding-top: 8px;
  font-size: 18px;
}

/*** PRODUCT ***/

.s_item {
  position: relative;
  z-index: 1;
}
.s_item .s_item_info {
  position: relative;
}
.s_item h3 {
  font-size: 13px;
  font-weight: bold;
}
.s_item p.s_model {
  margin-top: -10px;
  margin-bottom: 10px;
  color: #999;
  font-size: 11px;
}
.s_item .s_description {
  margin-bottom: 10px;
    text-align: left;
  }
.s_item .s_rating {
  display: block;
}
.s_item .s_promo_label {
  letter-spacing: 0 !important;
  font-size: 14px !important;
}
.s_item .s_promo_label:before {
  content: '';
  display: block;
  height: 11px;
  line-height: 0;
}
.s_item .s_row_3 {
  margin: 10px 0 10px 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 11px;
}
.s_item .s_row_3:first-child {
  margin-top: 0;
}
.s_item .s_row_3 label,
.s_item .s_row_3 select
{
  width: 100%;
  margin-left: -5px;
  margin-right: -5px;
}
.s_item .s_row_3 label {
  margin-bottom: 0;
    text-align: left;
  }
.s_item .s_row_3 select {
  height: 28px;
}
.s_item .s_donation label,
.s_item .s_donation input
{
  display: inline-block;
  clear: none;
  float: none;
  width: auto;
}
.s_item .s_donation label {
  line-height: 30px;
}
.s_button_add_to_cart {
  overflow: hidden;
  display: block;
  height: 20px !important;
  padding: 0 !important;
  background: none;
}
.s_button_add_to_cart .s_icon_16 {
    padding-left: 22px !important;
  }
.s_button_add_to_cart .s_icon {
  margin-top: -9px;
  background: url(../images/sprite.png) no-repeat 0 -472px;
}
.s_item .s_button_add_to_cart {
  margin-bottom: 10px;
}
.s_item .s_button_wishlist,
.s_item .s_button_compare
{
  margin-left: 10px;
  color: #999;
}
.s_item .s_sold_out {
  margin-bottom: 0;
  color: #999;
}
.s_actions {
  direction: ltr;
}
.s_more {
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

/*** PRODUCT - LIST VIEW ***/

.s_list_view .s_item {
  clear: both;
  padding: 14px 0 15px 0;
  border-top: 1px solid #eee;
}
.s_list_view .s_item:hover {
  margin: 0 -15px -1px -15px;
  padding: 14px 15px 16px 15px;
  border-top: 1px solid #fff;
}
.s_list_view .s_item:first-child,
.s_list_view .s_item:first-child:hover
{
  margin-top: -5px !important;
  padding-top: 15px;
  border-top: none;
}
.s_list_view .s_item .s_thumb {
  padding-left: 10px;
  padding-right: 10px;
}
.s_list_view .s_item .s_item_info {
  padding-top: 15px;
  padding-bottom: 15px;
}
.s_list_view .s_item h3 {
  margin-bottom: 10px;
  font-size: 14px;
}
.s_list_view .s_item .s_actions {
    text-align: right;
  }
.s_list_view .s_item .s_row_3 {
  margin-left: 0;
  margin-right: 0;
    text-align: left;
  }
.s_list_view .s_item .s_row_3:first-child {
  padding-top: 10px;
}
.s_list_view .s_item .s_row_3:last-child {
  margin-bottom: 20px;
}
.s_list_view .s_item .s_row_3,
.s_list_view .s_item .s_row_3 label,
.s_list_view .s_item .s_row_3 input,
.s_list_view .s_item .s_row_3 select,
.s_list_view .s_item .s_row_3 textarea
{
  clear: none !important;
  float: none !important;
}
.s_list_view .s_item .s_row_3 label {
  font-weight: 600;
  font-size: 13px;
}
.s_list_view .s_item .s_row_3 input[type=text],
.s_list_view .s_item .s_row_3 select
{
    margin-right: 10px;
    width: 60% !important;
}
.s_list_view .s_item .s_row_3 .s_error_msg {
  display: inline-block;
  float: none;
  margin-top: -1px;
  margin-bottom: -1px;
}
.s_list_view .s_item .s_donation {
    float: right;
    margin-top: -5px;
}
.s_list_view .s_item .s_button_add_to_cart {
    float: left;
  }
.s_list_view .s_item .s_sold_out {
    text-align: left;
  }
.s_list_view .s_item.last {
  border-bottom: none;
}

/*** PRODUCT - GRID VIEW ***/

.s_grid_view .s_item {
    float: left;
    margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.s_grid_view .s_item .s_thumb {
  float: none;
}
.s_grid_view .s_item .s_description {
  display: none !important;
}
.s_grid_view .s_item .s_rating {
  margin: 12px auto 2px auto;
}
.s_grid_view .s_item_short .s_button_add_to_cart {
  margin-bottom: 0;
}
.s_grid_view .s_item_short:hover {
  margin: -20px -10px -21px -10px;
}
.s_grid_view .s_item h3 {
  margin-bottom: 0;
  border-top: 1px solid #eee;
}
.s_grid_view .s_item:hover h3 {
  border-top: 1px solid #ccc;
}
.s_grid_view .s_item h3 a {
  display: block;
}
.s_grid_view .s_item .s_actions {
  overflow: hidden;
  clear: both;
    width: auto;
  text-align: center;
  margin: 0 -10px !important;
  padding: 10px 10px 0 0;
  font-size: 11px;
  color: #999;
}
.s_grid_view .s_item .s_actions a,
.s_grid_view .s_item .s_actions button
{
  margin-left: 10px;
}
.s_grid_view .s_item .s_actions :last-child {
  margin-bottom: 0;
}
.s_grid_view .s_item .s_actions .s_button_wishlist,
.s_grid_view .s_item .s_actions .s_button_compare
{
  position: relative;
  left: -2px;
  display: inline-block;
  white-space: nowrap;
}
.s_grid_view .s_item .s_donation {
  margin-top: 20px;
}
.s_grid_view .s_item .s_sold_out {
  padding-left: 10px;
}
.s_grid_view .s_item button.s_button_add_to_cart {
  position: relative;
  left: 5px;
  margin-left: auto !important;
  margin-right: auto !important;
}

/***** PROCUCT size 1 ******/

.size_1 .s_item .s_thumb {
  padding: 20px;
}
.s_list_view.size_1 .s_item .s_thumb {
  max-width: 180px;
  padding: 10px 20px;
}
.s_list_view.size_1 .s_item_info {
    padding-right: 110px;
  margin-left: 230px;
  }
.s_grid_view.size_1 .s_item {
  width: 220px;
}
.s_grid_view.size_1 .s_item h3 {
  padding-top: 19px;
  font-size: 14px;
}
.s_grid_view.size_1 .s_item h3 a {
  margin-top: -19px;
  padding-top: 19px;
}
.s_grid_view.size_1 .s_item .s_row_3 {
  margin: 10px 30px 10px 40px;
}
.s_single_col .s_grid_view.size_1 .s_item:nth-of-type(4n+1),
.s_2_cols .s_grid_view.size_1 .s_item:nth-of-type(3n+1)
{
    clear: left;
  }

/***** PROCUCT size 2 ******/

.s_grid_view.size_2 .s_item {
  width: 140px;
}
.s_2_cols .s_grid_view.size_2 .s_item {
  width: 160px;
}
.s_grid_view.size_2 .s_item .s_thumb {
  padding: 0 0 10px 0;
}
.s_2_cols .s_grid_view.size_2 .s_item .s_thumb {
  padding: 10px;
}
.s_grid_view.size_2 .s_item h3 {
  padding-top: 9px;
}
.s_grid_view.size_2 .s_item h3 a {
  margin-top: -9px;
  padding-top: 9px;
}
.s_list_view.size_2 .s_item .s_thumb {
  position: relative;
  max-width: 300px;
  padding: 10px;
}
.s_list_view.size_2 .s_item_info {
    padding-right: 0;
  margin-left: 340px;
  }
.s_single_col .s_grid_view.size_2 .s_item:nth-of-type(6n+1),
.s_2_cols .s_grid_view.size_2 .s_item:nth-of-type(4n+1)
{
    clear: left;
  }


/***** PROCUCT Side Column ******/

.s_item.s_size_1 {
  clear: both;
  margin-top: 20px;
  font-size: 12px;
}
h2 + .s_item.s_size_1,
h3 + .s_item.s_size_1
{
  margin-top: 0;
}
.s_item.s_size_1:hover {
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
.s_item.s_size_1 .s_thumb {
    float: left;
  margin: 0 15px 0 0;
  }
.s_item.s_size_1 h3 {
  font-size: 13px;
  font-weight: bold;
}
.s_item.s_size_1 > h3,
.s_item.s_size_1 > p,
.s_item.s_size_1 > div
{
  clear: none;
  margin: 0;
    padding-left: 60px;
  }
.s_item.s_size_1 > h3 {
  margin-bottom: 5px;
}
.s_item.s_size_1.s_nothumb > h3,
.s_item.s_size_1.s_nothumb > p,
.s_item.s_size_1.s_nothumb > div
{
  clear: both;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.s_item .s_old {
  color: #666;
  text-decoration: line-through;
}
.s_item.s_size_1 .s_price_legend {
  color: #666;
}
.s_item.s_size_1 .s_old .s_price_legend {
    float: left;
  padding-right: 3px;
  }
.s_item.s_size_1 .s_old + .s_secondary_color .s_price_legend {
  display: none;
}
.s_item.s_size_1 .s_rating_holder {
  height: 18px;
  margin-top: 5px;
  margin-bottom: 2px;
  line-height: 18px;
  font-size: 11px;
}
.s_item.s_size_1 p.s_rating {
  margin-bottom: 0;
  margin-top: 4px;
  padding: 0;
}
.s_item.s_size_1 p.s_desc,
.s_item.s_size_1 p.s_desc + .s_meta
{
  clear: both;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.s_item.s_size_1 p.s_desc:before {
  content: '';
  display: block;
  height: 10px;
}
.s_item.s_size_1 p.s_desc + .s_meta {
  margin-top: 10px;
}
.s_item.s_size_1 .s_meta {
  font-size: 11px;
}
.s_item.s_size_1 .s_meta > * {
  margin-bottom: 3px;
  padding: 0;
  border: none;
}


/***** Item slider ******/

.s_slider_box {
  position: relative;
}
.s_slider_box .s_prev,
.s_slider_box .s_next
{
  direction: ltr !important;
  position: absolute;
  top: 5px;
  width: 20px;
  height: 20px;
  text-indent: -1000em;
  background-image: url(../images/sprite.png);
  background-color: #ccc;
  border: 5px solid #fff;
}
.s_slider_box .s_prev {
    right: 30px;
    background-position: -3px -124px;
}
.s_slider_box .s_next {
    right: 0;
    background-position: -26px -124px;
}
.s_grid_view .swiper-slide .s_item:hover {
  margin: 0 10px 20px 10px;
  padding: 0;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
.s_grid_view .swiper-slide .s_item .s_actions {
  display: block;
}

/***** Cart dropdown ******/

.s_cart_holder .cart_message {
  display: none;
}
.s_cart_holder .empty {
  margin-bottom: 0;
}
.s_cart_holder .empty br {
  display: none;
}
.s_cart_holder .s_total {
    text-align: right;
  }
.s_cart_holder .s_total .left {
  }
.s_cart_holder .wpsc_empty_the_cart {
  display: inline;
    padding-right: 5px;
  }
.s_cart_holder div[style="width: 180px"] {
  margin: 10px auto -20px auto;
}
.s_cart_holder .s_button_1 {
  float: none !important;
  display: inline-block !important;
}
.s_cart_holder .s_button_1 .s_text {
  height: 18px;
  line-height: 17px;
  text-transform: none;
  font-size: 11px;
}
.s_cart_holder .empty {
  color: #999;
}
.s_cart_items {
  width: 100%;
  margin-bottom: 0;
}
.s_cart_items a.left {
  }
.s_cart_items td {
  padding: 10px 0;
    text-align: left;
    vertical-align: top;
  font-size: 12px;
  border-top: 1px solid #eee;
}
.s_cart_items tr:first-child td {
  padding-top: 0;
  border-top: none;
}
.s_cart_items .s_cart_number,
.s_cart_items .s_cart_price,
.s_cart_items .cart-widget-remove
{
    padding-left: 10px;
    text-align: right;
}
.s_cart_items .remove_button {
  position: static;
    float: right;
  }

/***** Review ******/

.s_review {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.s_review .s_author {
  float: left;
}
.s_review .s_author small {
  margin-left: 4px;
  font-size: 10px;
  color: #999;
}
.s_review .s_rating,
.s_review .s_average
{
  float: left;
  margin-left: 5px;
}
.s_listing .s_review.last {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}

.s_address {
  padding: 20px;
  font-size: 14px;
    margin: 0 30px 30px 0;
  border-left: 10px solid #eee;
  }
.s_address * {
  margin-bottom: 0;
}
form.s_address {
  padding: 11px 20px;
}
.s_address label,
.s_address input,
.s_address select
{
  font-size: 13px;
}


/***** Boxes ******/

.s_box {
  clear: both;
  margin-bottom: 29px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}
.s_box:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.s_box_1 {
  margin-bottom: 30px;
  padding: 15px;
  border: 5px solid #ddd;
}
.s_box + .s_box_1 {
  margin-top: -30px;
}
.s_box_1 > h2:first-child {
  margin-top: -5px;
}
.s_box_1 h2 {
  font-size: 18px;
}
.s_box_2 {
  padding: 20px 20px 19px 20px;
  background: #f0f0f0;
  border-bottom: 1px solid #e9e9e9;
}
[class*="s_box"]:last-child,
[class*="s_box"] > :last-child,
[class*="s_box"] p:last-child,
[class*="s_box"] ul:last-child,
[class*="s_box"] ol:last-child,
[class*="s_box"] table:last-child
{
  margin-bottom: 0;
}
[class*="s_box"] h2 {
  padding: 0;
  font-size: 18px;
}

/***** Text elements ******/

.s_info_page img.left,
.row-fluid img.left,
.s_info_page p.left > img,
.row-fluid p.left > img,
.s_info_page blockquote.left,
.row-fluid blockquote.left
{
  margin-right: 20px;
}
.s_info_page img.left + img.left:last-child,
.row-fluid img.left + img.left:last-child,
.s_info_page p.left + p.left:last-child img,
.row-fluid p.left + p.left:last-child img
{
  margin-right: 0;
}
.s_info_page img.right,
.row-fluid img.right,
.s_info_page p.right > img,
.row-fluid p.right > img,
.s_info_page blockquote.right,
.row-fluid blockquote.right
{
  margin-left: 20px;
}
.s_info_page img.right + img.right:last-child,
.row-fluid img.right + img.right:last-child,
.s_info_page p.right + p.right:last-child img,
.row-fluid p.right + p.right:last-child img
{
  margin-left: 0;
}
.s_info_page ul,
.s_info_page ol {
  padding-left: 25px;
}
.s_info_page ul {
  list-style: disc;
}
.s_info_page ol {
  list-style: decimal;
}
.s_info_page [class*='s_list_'],
#tab-description [class*='s_list_'],
#product_description [class*='s_list_']
{
    padding-left: 5px;
    margin-left: 0;
  margin-right: 0;
}
.s_info_page blockquote,
.row-fluid blockquote
{
  padding: 15px;
  line-height: 30px;
  font-size: 15px;
  font-style: italic;
  color: #666;
    border-left: 5px solid #ddd;
    background: #f3f3f3;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.s_info_page blockquote.left,
.row-fluid blockquote.left,
.s_info_page blockquote.right,
.row-fluid blockquote.right
{
  width: 50%;
}
.s_info_page blockquote > :last-child,
.row-fluid blockquote > :last-child
{
  margin-bottom: 0;
}
.s_info_page > :last-child {
  margin-bottom: 0;
}

/*****************************************************/
/******   O L D    M A R K U P   *********************/
/*****************************************************/
.form-submit button,
.form-submit input[type=button],
.form-submit input[type=submit],
.noty_message button
{
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
}
.form-submit button,
.form-submit input[type=button],
.form-submit input[type=submit],
.reply .comment-reply-link,
.noty_message button
{
  height: 36px;
  padding: 0 10px 2px 10px;
  line-height: 36px;
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3) inset,
    -1px -1px 0 rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3) inset,
    -1px -1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3) inset,
    -1px -1px 0 rgba(255, 255, 255, 0.3) inset;
  -o-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3) inset,
    -1px -1px 0 rgba(255, 255, 255, 0.3) inset;
}
.noty_message button {
  height: 30px;
  line-height: 24px;
  padding-bottom: 0;
}
.form-submit button,
.form-submit input[type=button],
.form-submit input[type=submit]
{
  padding-bottom: 0 !important;
  line-height: 32px;
}
.form-submit button:hover,
.form-submit input[type=button]:hover,
.form-submit input[type=submit]:hover,
.reply .comment-reply-link:hover,
.noty_message button:hover
{
  box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset,
    -1px -1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset,
    -1px -1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset,
    -1px -1px 0 rgba(255, 255, 255, 0.5) inset;
  -o-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset,
    -1px -1px 0 rgba(255, 255, 255, 0.5) inset;
}



/*****************************************************/
/******   BODY & HEADER  *****************************/
/*****************************************************/

body.s_layout_fixed {
  padding: 20px 0;
  background-repeat: repeat;
  background-position: top left;
}
body.s_layout_fixed #wrapper {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
}
#header,
#header .s_col_12
{
  z-index: 20;
  position: relative;
}

#site_logo {
  display: block;
    float: left;
  margin: 50px 10px 30px 0px;
    text-align: center;
}
#site_logo img {
  display: block;
}

#top_navigation {
  z-index: 12;
  position: relative;
  top: 29px;
}

#site_search {
    float: right;
  }
.s_dynamic #site_search {
  margin-top: -5px;
}
#search_bar {
  z-index: 100;
  position: absolute;
    right: 43px;
    top: -13px;
  display: none;
  padding: 10px;
  white-space: nowrap;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#search_bar input {
    float: left;
  height: 28px;
  margin: 0 10px 0 0;
    width: 200px;
  padding-top: 3px;
  padding-bottom: 3px;
}
#search_bar .s_button_1 {
  float: none !important;
  display: inline-block;
    /* margin-left: 221px; */
  }

#site_search .s_search_button {
  display: block;
  width: 32px;
  height: 32px;
  text-indent: -1000em;
  text-transform: uppercase;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -146px;
}

.s_static #site_search input {
    float: left;
    width: 200px;
  margin-top: -2px;
  padding: 3px 4px;
  font-size: 11px;
}
.s_static #site_search .s_search_button {
    float: left;
  margin: -4px 0 0 10px;
  }

#system_navigation {
  display: block;
  margin: 74px 0 23px 0;
    clear: right;
  text-align: right;
  }
#system_navigation ul.s_list_1 {
  margin-bottom: 0;
}
#system_navigation ul.s_list_1 li {
  display: inline-block;
    margin-left: 17px;
  background-position: 0 -2px;
  }
#welcome_message {
  margin-bottom: 10px;
  font-size: 11px;
  color: #999;
}



/*****************************************************/
/******   MAIN  NAVIGATION   *************************/
/*****************************************************/

#main_navigation {
  z-index: 10;
  position: relative;
  margin-bottom: 30px;
}
#main_navigation > .s_wrap > .s_col_12 {
  position: relative;
  border-top: 1px solid #e6e6e6;
}
#categories {
  clear: both;
    float: left;
    padding: 13px 0 0 0;
}
#categories > ul {
  margin-bottom: 14px;
}
#categories > ul > li,
#categories > ul > li > a
{
  position: relative;
  height: 32px;
  line-height: 32px;
}
#categories > ul > li > a {
  padding: 0 10px;
}
#categories > ul > li:hover > a,
#categories > ul > li > a:hover
{
  color: #fff;
}
#categories .sub-menu,
#cart_menu .s_submenu
{
  padding: 10px 15px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#categories .sub-menu > li {
    float: left;
  clear: left;
    width: 185px;
  line-height: 20px;
}
#categories .sub-menu > li:before {
  top: 13px;
}
#categories .sub-menu > li > a {
  display: block;
  padding: 5px 0;
}
#categories .sub-menu > li:hover {
  position: relative;
}
#categories .sub-menu li:hover > ul {
  display: block;
}
#categories .sub-menu ul {
  position: absolute;
  top: -10px;
  left: 96%;
  display: none;
}
#categories .s_submenu li.s_selected > a {
  font-weight: bold;
}

/*** Megamenu ***/

#categories .s_megamenu > .sub-menu {
  width: auto;
    padding-right: 0;
    padding-top: 15px;
  padding-bottom: 15px;
  white-space: nowrap;
}
#categories .s_megamenu > .sub-menu > li {
  display: table-cell;
  clear: none;
  float: none;
  width: 160px;
  padding: 0 15px;
    border-left: 1px solid #eee;
  }
#categories .s_megamenu > .sub-menu > li:first-child {
    padding-left: 0;
  border-left: none;
  }
#categories .s_megamenu > .sub-menu > li > a {
  margin-bottom: 10px;
  padding: 0;
  font-weight: bold;
}
#categories .s_megamenu > .sub-menu > li:before {
  display: none;
}
#categories .s_megamenu > .sub-menu > li > ul {
  position: static;
  display: block;
  width: 160px;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#categories .s_megamenu > .sub-menu > li > ul > li {
  width: 145px;
}
#categories .s_megamenu > .sub-menu > li > ul > li:before {
  top: 8px;
}
#categories .s_megamenu > .sub-menu > li > ul > li > a {
  padding: 0;
}
#categories .s_megamenu > .sub-menu > li > ul > li > ul {
  top: -15px;
  left: 86%;
}

/*** Home menu ***/

#menu_home,
#menu_home a
{
  width: 36px;
  padding: 0 !important;
}
#menu_home {
  overflow: hidden;
}
#menu_home a {
  text-indent: -1000em;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -209px;
  background-color: #ddd;
}

/*** Cart menu ***/

#cart_menu {
  z-index: 10;
  height: 20px;
}
#cart_menu > a {
  position: relative;
  display: block;
  float: left;
  height: 20px;
    padding: 0 0 0 32px;
  }
#cart_menu:hover > a {
  margin-top: -7px;
  margin-bottom: -7px;
  padding-top: 7px;
  padding-bottom: 7px;
}
#cart_menu .s_icon {
  position: absolute;
    left: 0;
    top: 50%;
  margin-top: -13px;
  display: block;
  width: 23px;
  height: 23px;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: 0 -241px;
}
#cart_menu small.s_text {
    float: left;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #eee;
    height: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
}
#cart_menu .s_grand_total,
#cart_menu .s_grand_total *
{
  height: 18px;
  line-height: 18px;
  font-size: 21px;
  font-weight: normal;
}
#cart_menu .s_grand_total {
  float: left;
  margin: -6px -7px;
  padding: 7px;
}
#cart_menu .s_submenu {
    left: auto;
  right: -7px;
    width: 350px;
  margin-top: 6px;
  padding: 20px;
}
#cart_menu:hover .s_grand_total {
  z-index: 20;
  position: relative;
  color: #fff;
}
#main_navigation #cart_menu {
  position: absolute;
  top: 20px;
    right: 7px;
  }
#system_navigation #cart_menu {
  position: relative;
  bottom: 20px;
    float: right;
  margin: 27px 0 0 30px;
  padding: 10px 0 10px 15px;
  border-left: 1px solid #eee;
  }
#system_navigation #cart_menu .s_submenu {
  margin-top: -4px;
}



/***************************************************************/
/***   I N T R O   *********************************************/
/***************************************************************/

#intro {
  overflow: hidden;
  clear: both;
  margin-bottom: 30px;
  padding-top: 30px;
    background: url(../images/intro_texture.png) center no-repeat;
  }
#main_navigation + #intro,
#main_navigation + script + #intro
{
  margin-top: -31px;
}
#intro_wrap {
  }
#intro_wrap .s_wrap {
  z-index: 5;
  position: relative;
}
#breadcrumbs,
#intro h1,
#intro .s_slogan
{
  margin-bottom: 30px;
}
#breadcrumbs {
  margin: 0 10px 30px 10px;
  font-size: 11px;
}
#breadcrumbs + h1 {
  margin-top: -30px;
}
#intro h1 + .s_slogan {
  margin-top: -20px;
}
#intro h1 {
  clear: both;
    margin-left: 10px;
    font-size: 32px;
}
#intro h2 {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
  font-size: 32px;
}
#intro .s_slogan {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 15px;
}
#intro img {
  display: block;
}


/*** PRODUCT INTRO *********************************************/

#product_intro {
  position: relative;
  height: 370px;
}
#product_intro_info {
  z-index: 2;
  position: absolute;
  top: 0;
    left: 0;
  }
#product_intro_info h2 {
  margin-left: 0;
  margin-right: 0;
}
#product_intro_info p.s_desc {
  font-size: 14px;
}
#product_intro_info .s_rating_holder .s_average {
  height: 24px;
  line-height: 24px;
  font-size: 20px !important;
}

#product_intro_preview {
  direction: ltr;
  z-index: 1;
  position: absolute;
  bottom: 0;
    right: 10px;
    width: 445px;
  height: 370px;
  background: url(../images/intro_product_3.png) no-repeat 0 0;
}

#product_intro_preview > img,
#product_intro_preview .slides_container
{
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin: 60px 0 0 78px;
}

#intro .s_button_prev,
#intro .s_button_next
{
  display: block;
  width: 42px;
  height: 42px;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-color: #ccc;
}
#intro .s_button_prev {background-position: 0 0;}
#intro .s_button_next {background-position: -42px 0;}

#product_intro .s_button_prev,
#product_intro .s_button_next
{
  position: absolute;
  top: 190px;
}
#product_intro .s_button_prev {
  right: 380px;
}
#product_intro .s_button_next {
  right: 13px;
}
#product_intro .s_price_holder {
  overflow: hidden;
  z-index: 2;
  position: absolute;
  top: 0;
}

/*** product intro small size ***/

#product_intro.s_size_1 {
  height: 255px;
}
#product_intro.s_size_1 .s_price_holder {
    left: 856px;
  }
#product_intro.s_size_1 #product_intro_preview {
  width: 320px;
  height: 255px;
  background: url(../images/intro_product_1.png) no-repeat 0 0;
}
#product_intro.s_size_1 #product_intro_preview > img,
#product_intro.s_size_1 #product_intro_preview .slides_container
{
  width: 200px;
  height: 200px;
  margin: 42px 0 0 70px;
}
#product_intro.s_size_1 .s_button_prev,
#product_intro.s_size_1 .s_button_next
{
  top: 130px;
  width: 32px;
  height: 32px;
}
#product_intro.s_size_1 .s_button_prev {
  right: 258px;
  background-position: 0 -42px;
}
#product_intro.s_size_1 .s_button_next {
  right: 10px;
  background-position: -32px -42px;
}

/*** product intro medium size ***/

#product_intro.s_size_2 {
  height: 315px;
}
#product_intro.s_size_2 .s_price_holder {
    left: 856px;
  }
#product_intro.s_size_2 #product_intro_preview {
  width: 390px;
  height: 315px;
  background: url(../images/intro_product_2.png) no-repeat 0 0;
}
#product_intro.s_size_2 #product_intro_preview > img,
#product_intro.s_size_2 #product_intro_preview .slides_container
{
  width: 250px;
  height: 250px;
  margin: 54px 0 0 79px;
}
#product_intro.s_size_2 .s_button_prev,
#product_intro.s_size_2 .s_button_next
{
  top: 160px;
}
#product_intro.s_size_2 .s_button_prev {
  right: 319px;
}
#product_intro.s_size_2 .s_button_next {
  right: 10px;
}

/*** product intro large size ***/

#product_intro.s_size_3 .s_price_holder {
    left: 840px;
  }


/*** IMAGES INTRO **********************************************/

#image_intro {
  padding-bottom: 30px;
  direction: ltr !important;
}
#image_intro_preview {
  position: relative;
  margin: 0 10px;
}
#image_intro_preview.s_boxed {
  border: 10px solid #fff;
}
#image_intro_preview .slides_container,
#image_intro_preview .slideItem
{
  width: 100%;
  height: 100%;
}
#image_intro_preview.s_no_padding {
  margin: -30px -20px;
}
#image_intro_preview .slides_control {
  height: 100%;
}
/* next/prev  buttons */
#image_intro_preview .s_button_next_holder,
#image_intro_preview .s_button_prev_holder
{
  z-index: 100;
  position: absolute;
  top: 50%;
    margin-top: -22px;
  padding: 10px;
  background: #fff;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
#intro:hover .s_button_next_holder,
#intro:hover .s_button_prev_holder
{
  display: block;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
#image_intro_preview .s_button_next_holder a,
#image_intro_preview .s_button_prev_holder a
{
  width: 24px;
  height: 24px;
  background-image: url(../images/sprite.png) !important;
}
#image_intro_preview .s_button_next_holder a {
  background-position: -24px -74px !important;
}
#image_intro_preview .s_button_prev_holder a {
  background-position: 0 -74px !important;
}

/* next  button */
#image_intro_preview .s_button_next_holder {
  right: -15px;
}
.s_layout_fixed #image_intro_preview .s_button_next_holder,
#image_intro_preview.s_boxed .s_button_next_holder
{
  right: -30px;
  border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px 0 0 50px;
}
#image_intro_preview.s_no_padding .s_button_next_holder {
  right: 0 !important;
}

/* prev  button */
#image_intro_preview .s_button_prev_holder {
  left: -15px;
}
.s_layout_fixed #image_intro_preview .s_button_prev_holder,
#image_intro_preview.s_boxed .s_button_prev_holder
{
  left: -30px;
  border-radius: 0 50px 50px 0;
  -moz-border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0 50px 50px 0;
}
#image_intro_preview.s_no_padding .s_button_prev_holder {
  left: 0 !important;
}

/* next/prev  buttons boxed intro */
#image_intro_preview.s_boxed .s_button_next_holder {
  right: -10px;
}
#image_intro_preview.s_boxed .s_button_prev_holder {
  left: -10px;
}


/*** LAYERSLIDER & UNOSLIDER ***********************************/

.ls-container {
   visibility: hidden;
}
#intro.s_no_padding {
  padding: 0;
}
#intro .ls-container {
  margin-bottom: 30px !important;
}
#intro.s_no_padding .ls-container {
  margin-bottom: 0 !important;
}
#content .unoslider_theme_shoppica {
  margin-bottom: 50px;
}
#content .ls-container.ls-defaultskin {
  margin-bottom: 30px !important;
}
#content .ls-container.ls-defaultskin .ls-bottom-nav-wrapper {
  margin-top: -30px;
}



/***************************************************************/
/***   CONTENT   ***********************************************/
/***************************************************************/

#content {
  z-index: 5;
  position: relative;
}
#main_navigation + #content,
#main_navigation + script + #content {
  margin-top: -30px;
  padding-top: 31px;
  background: url(../images/content_border.png) no-repeat top center;
}
.s_main_col {
  width: 940px;
}
.s_2_cols .s_main_col {
  width: 700px;
}
.s_side_col {
  width: 220px;
  padding-bottom: 30px;
}
.s_side_col h2 {
  line-height: 20px;
}
.s_side_col .s_box_1 > h2:first-child {
  margin-top: 0;
}
.s_sidebar_left .s_main_col,
.s_sidebar_right .s_side_col
{
    float: right;
  }
.s_sidebar_right .s_main_col,
.s_sidebar_left .s_side_col
{
    float: left;
  }



/***************************************************************/
/***   POST TYPES   ********************************************/
/***************************************************************/

/***  PRODUCTS  ************************************************/

.s_category_desc {
  margin-bottom: 30px;
}
.s_subcategories {
  margin-bottom: 30px !important;
  padding-bottom: 0 !important;
}
.s_subcategories > .clearfix {
  margin-bottom: -10px;
}
.s_subcategories ul {
  overflow: hidden;
  margin: 0;
  padding: 0 10px;
}
.s_subcategories ul li {
    float: left;
    width: 30%;
  font-size: 14px;
}
.s_subcategory {
    float: left;
    width: 100px;
  margin: 0 10px 20px 10px;
  text-align: center;
}
.s_category_thumb {
    float: left;
  margin: 0 20px 30px 0;
  }
.s_single_col .s_subcategory:nth-child(8n+1),
.s_2_cols .s_subcategory:nth-child(6n+1)
{
    clear: left;
  }
.s_subcategories img {
  display: block;
  margin-bottom: 10px;
}

#listing_options {
  z-index: 5;
  position: relative;
  clear: both;
  margin-bottom: 19px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  zoom: 1;
}
#listing_options:after {
  content: "";
  clear: both;
  display: table;
}
#listing_options .s_nav {
  margin-bottom: 0;
}
#listing_arrange {
    float: right;
    margin-bottom: 20px;
}
#listing_arrange span.s_label {
    float: left;
  margin-left: 15px;
    line-height: 20px;
  font-size: 11px;
}
#listing_sort,
#items_per_page
{
  position: relative;
    float: left;
  margin-left: 5px;
  }
#listing_sort {
  width: 105px;
}
#items_per_page {
  width: 30px;
}
#view_mode {
    float: left;
    font-size: 11px;
}
#view_mode li {
    margin-right: 15px;
  }
#view_mode li a {
  position: relative;
    padding-left: 16px;
  }
#view_mode .s_icon {
  position: absolute;
  top: 50%;
    left: 0;
    margin-top: -5px;
  display: block;
  width: 11px;
  height: 11px;
  background: transparent url(../images/view_mode.gif) no-repeat;
  background-color: #ddd;
}
#view_grid .s_icon {background-position: 0 0;}
#view_list .s_icon {background-position: -11px 0;}

#compare_total {
    float: left;
  padding-left: 15px;
  border-left: 1px solid #eee;
    font-size: 11px;
}


/***  PRODUCT  *************************************************/

.type-product,
.wpsc-product
{
  position: relative;
}
#product_info {
  position: relative;
}
#product_info h3,
#product_buy_col h3
{
  margin-bottom: 10px;
  line-height: 30px;
}
#product_price {
  z-index: 20;
  position: absolute;
  top: -10px;
    right: 0;
  left: -10px;
  padding: 0 0 10px 20px;
    width: 100px;
  background: #fff;
}
#product_price .s_price {
  position: relative !important;
}
#product_price.s_plain .s_price .s_old_price {
  display: block;
  margin-bottom: 5px;
  text-align: center;
  font-size: 14px;
}
#product_price.s_plain .s_price .s_old_price *,
#product_price.s_plain .s_price .s_old_price
{
  color: #666;
}
#product_price .s_tax_label,
#product_price p.s_price_tax,
#product_price p.s_reward_points
{
  margin-bottom: 0;
  text-align: center;
}
#product_price .s_tax_label {
  padding-top: 10px;
}
#product_price p.s_reward_points small {
  font-size: 10px;
}
#product_price p.s_price_tax,
#product_price p.s_price_tax *
{
  font-size: 11px !important;
}
#product_price p.s_price_tax {
  margin-bottom: -10px;
  padding: 5px 0;
  color: #666;
}
#product_price p.s_reward_points {
  margin-top: 10px;
  line-height: 12px;
  color: #999;
}
#product_info dl {
    float: left;
    width: 220px;
  margin-bottom: 20px;
}
.s_single_col #product_info dl {
  min-height: 110px;
}
#product_info dt,
#product_info dd
{
    float: left;
    margin-bottom: 5px;
}
#product_info dt {
    clear: left;
    width: 49%;
}
#product_info dd {
  width: 50%;
}
#product_info dd.s_desc {
  width: 100%;
  margin-top: 15px;
}
#product_info dd.s_desc :last-child {
  margin-bottom: 0;
}
#product_info dl .s_rating {
  margin-bottom: 0;
}
#product_share {
  position: relative;
  clear: both;
  padding-top: 19px;
  border-top: 1px solid #eee;
}
#product_share .s_rating_holder {
    margin-right: 120px;
    padding: 5px 0 15px 0;
}
#product_share .s_rating_holder .s_rating,
#product_share .s_rating_holder .s_average
{
  margin-bottom: 10px;
}
#product_share .s_review_write {
  display: inline-block;
  height: 20px;
  margin-bottom: 10px;
  line-height: 20px;
}
#product_share .s_review_write .s_icon {
  background-image: url(../images/sprite.png);
  background-position: 0 -488px;
}
#product_share .s_review_write:hover {
  color: #000;
}
#product_share .s_review_write:hover .s_icon {
  background-color: #000;
}
#product_share .addthis_toolbox {
  position: relative;
  z-index: 20;
  margin-top: -5px;
  margin-bottom: 25px;
}
#product_share .addthis_toolbox:first-child {
  margin-top: 10px;
}
#product_share .s_plusone,
#product_share .s_plusone div {
  position: relative;
    float: left;
    width: 70px !important;
}
#product_share .s_plusone iframe {
  width: 70px !important;
}
#product_share .s_plusone > div {
  float: left !important;
}
#product_share .addthis_counter {
    margin-right: 10px;
  }
#product_share .addthis_button_tweet iframe {
  float: left;
  width: 85px !important;
  margin-bottom: 0 !important;
}
#product_share .addthis_button_facebook_like {
  opacity: 1 !important;
  width: 117px !important;
}

/*** product options ***/

#product_options {
  position: relative;
  clear: both;
  padding: 14px 0 15px 0;
  font-size: 12px;
  border-top: 1px solid #eee;
}
#product_options .variations {
  margin-bottom: 0;
}
#product_options .reset_variations {
  position: absolute;
  top: 20px;
    right: 0;
    font-size: 11px;
}
.s_single_col #product_images + #product_info + #product_buy_col #product_options .reset_variations {
  top: 0;
}
#product_options label,
#product_options .variations td:first-child
{
  width: 40%;
  margin-right: 0;
  margin-left: 0;
  font-size: 12px;
}
#product_options .variations td {
  padding: 10px 0;
}
#product_options .variations td label,
#product_options .variations td select
{
  width: 100%;
}
#product_options label.s_radio,
#product_options label.s_checkbox
{
  width: auto;
    margin-left: -4px;
  }
#product_options input,
#product_options textarea,
#product_options select
{
    margin-right: 0;
  }
#product_options input[type="checkbox"],
#product_options input[type="radio"]
{
  margin-top: -1px;
}
#product_options select {
  font-size: 12px;
}
#product_options .s_full,
#product_options .s_error_msg
{
  clear: none !important;
    margin-left: 40% !important;
  }
#product_options .s_full .s_error_msg {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/*** add to cart ***/

.variations_form {
  padding-bottom: 20px;
}
.variations_form #product_buy {
  margin-bottom: -10px;
}
.variations_form br {
  display: none;
}
#product_buy {
  clear: both;
  position: relative;
  padding: 29px 0 30px 0;
  font-size: 16px;
  border-top: 1px solid #eee;
}
#product_buy label {
  display: block;
    float: left;
    width: auto;
  height: 40px;
  margin-right: 5px;
  line-height: 38px;
  font-size: 16px;
}
#product_buy input {
    float: left;
    width: 40px;
  margin-top: 4px;
  font-size: 18px;
}
#product_buy .quantity {
    float: left;
  padding-right: 13px;
  }
#product_buy .single_variation {
   overflow: hidden;
}
#product_buy .single_variation p {
  margin-bottom: 0;
}
#product_buy .single_variation .price {
    float: left;
  }
#product_buy .single_variation .stock {
  clear: none;
    text-align: right;
    font-size: 13px;
  color: #999;
}
#product_buy .single_variation + #add_to_cart {
  margin-top: 20px;
}
#product_buy .single_variation:empty + #add_to_cart {
  margin-top: 0;
}
#product_buy .group_table {
  margin-top: -10px;
}
#product_buy .group_table td {
  height: 40px;
  padding: 5px 0;
}
#product_buy .group_table .s_quantity {
  width: 70px;
}
#product_buy .group_table .s_name {
  font-size: 13px;
}
#product_buy .group_table .price {
  text-align: center;
}
#product_buy .group_table .stock {
  display: block;
  text-align: center;
  font-size: 11px;
}
#product_buy .group_table .out-of-stock {
  color: red;
}
#add_to_cart {
  overflow: hidden;
  padding-top: 2px;
  padding-bottom: 2px;
}
#add_to_cart button {
    float: right;
    height: auto;
}
#add_to_cart button .s_text {
  text-indent: 5px;
}
#add_to_cart button .s_icon {
    left: 5px;
    margin-top: -12px;
  width: 23px;
  height: 23px;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -48px -74px;
}
#product_buy .s_purchase_info {
  clear: both;
  margin-bottom: 5px;
  padding-top: 15px;
  text-align: center;
  font-size: 11px;
  color: #999;
}
#product_buy .s_actions {
  overflow: hidden;
  padding-top: 14px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
}
#product_buy .s_actions .s_button_compare {
  margin-left: 15px;
}
.s_donation_row {
    float: right;
  }
.s_donation_row input {
  width: 50px !important;
  margin-bottom: 25px;
  margin-right: 0 !important;
}
.s_donation_box #add_to_cart {
  overflow: hidden;
  clear: both;
}
.s_donation_box #add_to_cart .s_button_1 {
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/*** product images ***/

#product_images {
  position: relative;
  z-index: 10;
    float: left;
  margin-right: 20px;
    width: 340px;
}
#product_images:hover {
  z-index: 30;
}
#product_images img {
  display: block;
    float: left;
  }
#product_info {
    float: left;
    width: 340px;
}
#product_image_preview {
  display: block;
  margin-bottom: 30px;
}
#product_images .s_thumbs {
    margin-right: -20px;
  }
#product_images .s_thumb {
    float: left;
  margin: 0 20px 20px 0;
  }
.type-product .s_tabs,
.wpsc-product .s_tabs
{
  margin-bottom: 30px;
}
.type-product .s_tabs_nav li,
.wpsc-product .s_tabs_nav li
{
  text-align: center;
  letter-spacing: 1px;
  font-size: 13px;
}
.type-product .s_tabs_nav li a,
.wpsc-product .s_tabs_nav li a
{
  float: none;
}
.type-product .s_tabs_nav li.ui-tabs-selected a:hover,
.type-product .s_tabs_nav li.ui-tabs-active a:hover,
.wpsc-product .s_tabs_nav li.ui-tabs-selected a:hover,
.wpsc-product .s_tabs_nav li.ui-tabs-active a:hover
{
  color: #999 !important;
}
#tab-description ul,
#product_description ul
{
    margin-left: 20px;
    list-style: disc;
}
#tab-description :last-child,
#product_description :last-child
{
  margin-bottom: 0 !important;
}
#product_gallery {
    margin: 0 -20px -20px 0;
  }
#product_gallery .s_thumbs {
  margin-bottom: 0;
}
#product_gallery .s_thumbs li {
  display: block;
    float: left;
  margin: 0 20px 0 0;
    padding-bottom: 20px;
}
#product_images #product_gallery {
  margin-bottom: 10px;
  margin-top: -30px;
  padding-top: 20px;
}
#product_images #product_gallery .s_thumbs li {
    margin-right: 20px
  }
#product_gallery .s_thumb {
  margin: 0;
}

/*** product specifications ***/

#product_attributes table {
  margin-bottom: 0;
}
#product_attributes table th {
  padding: 3px 10px;
}
#product_attributes table td {
  border-right: 1px solid #eee;
}
#product_attributes table tr td:first-child {
  border-left: 1px solid #eee;
}

/*** product reviews ***/

#product_reviews #review:last-child ol,
#product_reviews #review:last-child ol li:last-child .description p {
  margin-bottom: 0;
}
#product_reviews .form-submit {
  margin-bottom: 0;
}
#product_reviews #respond {
  padding-top: 10px;
}
#product_reviews #respond h3 {
  display: none;
}

/*** related products & tags ***/

#product_tags {
  margin-bottom: 0;
}
#product_tags ul {
  padding-top: 5px;
}
#product_tags li {
    float: left;
  margin: 0 13px 20px 0;
  }
#product_tags a {
  display: block;
  float: left;
  height: 20px;
  line-height: 19px;
  white-space: nowrap;
  font-size: 11px;
    padding: 0 10px 0 15px;
  background: url(../images/tag.png) no-repeat center left;
  }

/*** no sidebar product ***/

.s_single_col #product_info {
  width: 280px;
    margin-right: 20px;
  }
.s_single_col #product_info dl {
  width: 100%;
}
.s_single_col #product_share .s_rating_holder {
    margin-right: 0;
  }
.s_single_col #product_buy_col {
    float: left;
    width: 280px;
  padding-top: 130px;
}
.s_single_col #product_images + #product_info + #product_buy_col,
.s_single_col #product_images + #product_info + #product_buy_col #product_options {
  padding-top: 0;
  border-top: none;
}
.s_single_col #product_images + #product_info + #product_buy_col #product_options h3 {
  margin-bottom: 20px;
  line-height: 20px;
}
.s_single_col #product_price {
  width: 280px;
}
.s_single_col #product_price .s_price {
  position: absolute !important;
  top: 0;
    right: 0;
  }
.s_single_col #product_price .s_tax_label,
.s_single_col #product_price p.s_price_tax,
.s_single_col #product_price p.s_reward_points
{
    margin-right: 120px;
  text-align: left;
  }
.s_single_col #product_price .s_tax_label {
  padding-top: 0;
}
.s_single_col #product_price p.s_price_tax {
  margin-top: -5px;
}
.s_single_col #product_price p.s_reward_points {
  margin-top: 13px;
}


/***  BLOG  ****************************************************/

.s_meta > * {
    float: left;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #eee;
    margin-top: 3px;
  margin-bottom: 13px;
  line-height: 14px;
}
.s_meta > :last-child {
    margin-right: 0;
  padding-right: 0;
    border: none;
}
.s_meta .s_single_color .s_icon {
  background-color: #ddd;
}
.s_meta .s_categories ul,
.s_meta .s_categories ul li
{
  display: inline;
  margin-bottom: 0;
}
.s_meta a {
  color: #000 !important;
}

.post {
  margin-top: 10px;
  padding: 20px 0;
  border-top: 1px solid #eee;
}
.post:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.post h2 {
  margin-bottom: 10px;
}
.post .s_meta {
  margin-bottom: 10px;
  color: #999;
}
.post .s_media {
  position: relative;
  margin-bottom: 20px;
}
.post .s_media .s_thumb {
  margin-bottom: 0;
}
.s_listing .post:last-child {
  margin-bottom: 10px;
}
.s_style_1 .post .s_media .s_thumb {
  float: none;
}
.s_style_1 .post .s_media .s_thumb img {
    margin-left: 0;
  }
.s_style_2 .post .s_media,
.s_style_3 .post .s_media
{
  overflow: hidden;
  width: 220px;
  margin-bottom: 0;
}
.s_style_2 .post .s_media {
    float: left;
  margin-right: 20px;
  }
.s_style_2 .post .s_info_page {
    margin-left: 240px;
  }
.s_style_3 .post .s_media {
    float: right;
  margin-left: 20px;
  }
.s_style_3 .post .s_info_page {
    margin-right: 240px;
  }
.s_style_2 .post .s_meta + .s_info_page,
.s_style_3 .post .s_meta + .s_info_page
{
  margin-left: 0;
  margin-right: 0;
}

/*** single post ***/

.single-post .post {
  padding-bottom: 30px;
}
.single-post .post + #comments,
.single-post .post + #respond
{
  margin-top: -30px;
}
.single-post .post .s_meta {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.single-post .post .s_info_page {
  margin-bottom: 30px;
}
.single-post .post + #respond,
#comments + #respond
{
  border-top: 1px solid #e6e6e6;
}
.single-post .post .the-content > :last-child {
  margin-bottom: 0;
}
.s_author_card h3,
.s_author_card p {
    margin-left: 80px;
    margin-bottom: 10px;
}
.s_author_card h3,
.s_author_card h3 a
{
  color: #000 !important;
}
.s_author_card p {
  color: #666;
}
.s_author_card .s_more {
    margin-left: 80px;
  }

/*** comments ***/

#comments {
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}
#comments > h2.s_icon_32:before {
  border-radius: 22px;
}
.commentlist {
  list-style: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.comment {
  position: relative;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.comment:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.comment .avatar {
    float: left;
  margin-right: 10px;
    margin-bottom: 10px;
}
.comment .s_rating_holder {
    float: right;
  }
.comment .meta {
  float: left;
}
.comment .comment-author cite {
  font-style: normal;
  font-weight: bold;
}
.comment .meta time,
.comment .comment-meta > a
{
  font-size: 10px;
  color: #999999;
}
.comment .comment-meta {
  margin-bottom: 20px;
}
.comment .description,
.comment .comment-body > p
{
  clear: both;
}
.comment .children {
    padding-left: 50px;
  }
.comment .children .comment:first-child {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.comment .reply {
  position: absolute;
  top: 20px;
    right: 0;
    overflow: hidden;
}
.comment:first-child .reply {
  top: 0;
}
.comment .children .reply {
  top: 20px !important;
}
.comment .reply .comment-reply-link {
  float: left;
  height: 20px;
  padding-bottom: 0;
  line-height: 20px;
  font-size: 11px;
  color: #fff;
}
#content .comment .reply a.comment-reply-link:hover {
  color: #fff !important;
}
#respond {
  padding-top: 30px;
}
#reply-title small {
  font-style: italic;
  font-size: 80%;
  vertical-align: top;
  color: #999;
}
#reply-title small a {
  color: #999;
}
#reply-title small a:before {
  content: "(";
}
#reply-title small a:after {
  content: ")";
}

/***  PORTFOLIO  ***********************************************/

#portfolio #listing_options {
  margin-bottom: 29px;
  padding-top: 0;
}
#category_filter li {
    margin-right: 15px;
  }
.s_portfolio_listing {
  padding-bottom: 0 !important;
}
.s_listing + .pagination {
  padding-top: 24px;
  border-top: 1px solid #e6e6e6;
}
.s_portfolio .s_thumb {
  position: relative;
  margin-bottom: 20px;
}
.s_portfolio h3 {
  clear: both;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}
.s_portfolio .s_button_1 .s_text {
  font-size: 11px;
  font-weight: 600;
}
.s_grid_view .s_portfolio {
  float: left;
  margin-bottom: 30px;
  padding: 0 10px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.s_grid_view .s_portfolio .s_desc {
  margin-bottom: 10px;
}
.s_grid_view .s_portfolio > :last-child {
  margin-bottom: 0;
}
.s_grid_view.s_size_2 .s_portfolio {
  width: 50%;
}
.s_grid_view.s_size_3 .s_portfolio {
  width: 33.3333%;
}
.s_grid_view.s_size_4 .s_portfolio {
  width: 25%;
}
.s_grid_view .swiper-slide .s_portfolio {
  width: 100%;
}
.s_media .s_thumb {
  position: relative;
}
.s_media .s_overlay,
.s_media .s_overlay span
{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.s_media .s_thumb:hover .s_overlay {
  opacity: 1;
}
.s_media .s_overlay span {
  opacity: 0.6;
  background-color: #fff;
}
.s_media .s_overlay:after {
  content: '';
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 120%); /* FF3.6+ */
  background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.6)), color-stop(120%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 120%); /* Chrome10+,Safari5.1+ */
  background-image: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 120%); /* Opera 12+ */
  background-image: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 120%); /* IE10+ */
  background-image: radial-gradient(ellipse at center,  rgba(255,255,255,0.6) 0%,rgba(255,255,255,0) 120%); /* W3C */
}
.s_media .s_overlay:before {
  content: '';
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  background-image: url(../images/sprite.png);
}
.s_media .s_overlay.s_url:before {
    background-position: -80px -180px;
  }
.s_media .s_overlay.s_media:before {
    background-position: -80px -220px;
  }
.s_media .s_overlay.s_video:before {
    background-position: -80px -260px;
  }
.s_media .s_details {
  position: absolute;
  bottom: 0;
    right: 0;
    margin: 0;
  padding: 10px 15px;
  background: #fff;
}
.s_portfolio .entry-content > .s_details {
    float: right;
  margin: 0 0 10px 20px;
    padding: 10px 15px;
  background: #eee;
  border-bottom: 1px solid #e3e3e3;
}
.s_portfolio .s_details dt,
.s_portfolio .s_details dd
{
    float: left;
    margin-bottom: 0;
}
.s_portfolio .s_details dt {
    clear: left;
  margin-right: 5px;
  }

/***  TESTIMONIALS  ********************************************/

.s_testimonial {
  margin-bottom: 30px;
}
.s_testimonial .s_author {
    float: right;
    text-align: center;
}
.s_testimonial .s_thumb {
  float: none;
}
.s_testimonial .s_author img {
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-transform: rotate(1.6deg);
  -webkit-transform: rotate(1.6deg);
  -o-transform: rotate(1.6deg);
  -ms-transform: rotate(1.6deg);
  transform: rotate(1.6deg);
  -webkit-backface-visibility: hidden;
}
.s_testimonial h3 {
  clear: both;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
}
.s_testimonial .s_project {
  display: block;
  font-weight: 400;
  font-size: 11px;
  color: #666;
}
.s_testimonial blockquote {
    padding-left: 40px;
  background: url(../images/quotes_left.png) no-repeat scroll 0 0;
  }

.s_testimonials_listing {
    padding-left: 30px;
    padding-bottom: 0;
}
.s_testimonials_listing .s_testimonial {
    float: left;
  margin-left: 30px;
    width: 50%;
}
.s_testimonials_listing .s_testimonial.clear2 {
    clear: left;
  margin-left: -30px;
  }
.s_slider_box > .s_testimonials_listing {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 !important;
}
.s_testimonials_listing .swiper-slide .s_testimonial {
  width: auto !important;
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.s_testimonials_listing .swiper-slide .s_testimonial .s_author img {
  margin-top: 5px;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.s_testimonials_listing .s_testimonial .s_author {
  width: 120px;
}
.s_testimonials_listing .s_testimonial a.s_thumb:hover {
  opacity: 0.8;
}
.s_testimonials_listing .s_testimonial a.s_thumb:hover img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.s_testimonials_listing .s_testimonial .s_author img {
  margin-bottom: 10px;
  padding: 7px;
}
.s_testimonials_listing .s_testimonial:nth-child(4n+1) .s_author img,
.s_testimonials_listing .s_testimonial:nth-child(4n) .s_author img
{
  -moz-transform: rotate(-1.2deg);
  -webkit-transform: rotate(-1.2deg);
  -o-transform: rotate(-1.2deg);
  -ms-transform: rotate(-1.2deg);
  transform: rotate(-1.2deg);
}
.s_testimonials_listing .s_testimonial blockquote {
    margin-right: 135px;
    margin-bottom: 0;
}

.s_single_testimonial .s_author {
  width: 220px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.s_single_testimonial .s_author img {
  margin-bottom: 15px;
  padding: 10px;
}


/***  USER  ACCOUNT  *******************************************/

.login_page .s_row_3 .s_error_msg {
  clear: none;
}
#forgotten_password_button {
    float: right;
  }
#user_menu ul {
  margin-bottom: 30px;
  font-size: 15px;
}
#user_menu li {
    margin-right: 15px;
  }
table.s_profile td {
  vertical-align: top;
}
table.s_profile td:first-child {
  width: 150px;
  line-height: 30px;
}
table.s_profile input[type=text],
table.s_profile input[type=password],
table.s_profile select,
table.s_profile textarea
{
  margin: 0 0 20px 0;
  width: 50%;
}
table.s_orders th,
table.s_orders td,
table.s_downloads th,
table.s_downloads td
{
  padding-left: 10px;
  padding-right: 10px;
}      
table.s_downloads td {
  text-align: center !important;
}
table.s_downloads td:first-child {
  text-align: left !important;
}
table.s_downloads th + th,
table.s_downloads td + td
{
  width: 100px;
  white-space: nowrap;
}
table.s_orders {
  margin-bottom: 30px;
}
table.s_orders .details {
  padding: 0;
  border-bottom: 0;
}
table.s_orders .order_status {
  margin: 5px 5px 0 5px;
  padding: 15px 20px 0 20px;
  text-align: left;
  background: #fff;
}
table.s_orders .order_status:after {
  content: '';
  display: block;
  height: 5px;
  margin-top: 15px;
  margin-left: -25px;
  margin-right: -25px;
  background: #eee;
  border-bottom: 1px solid #fff;
}
table.s_orders .order_status div > br + br {
  display: none;
}
#user_orders strong.form_group,
#user_orders .order_status > div > strong,
.s_profile td[colspan="2"] strong
{
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 5px;
  line-height: 30px;
  font-size: 20px;
  font-weight: normal;
  border-top: 1px solid #e6e6e6;
}
.s_profile tr:first-child td[colspan="2"] strong,
#user_orders strong.form_group:first-child
{
  margin-top: 0;
  padding-top: 5px;
  border-top: none;
}
.s_profile td[colspan="2"] strong {
  margin-bottom: 20px;
}
#user_orders .order_status table.logdisplay,
#user_orders .order_status table.customer_details {
  width: 100%;
  margin-bottom: 10px;
}
#user_orders .order_status table.logdisplay + br {
  display: none;
}
#user_orders .order_status table.logdisplay td,
#user_orders .order_status table.customer_details td
{
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
#user_orders .order_status table.logdisplay .toprow2 td,
#user_orders .order_status table.customer_details td[colspan="2"]
{
  font-weight: bold;
  background: #eee;
}
#user_orders .order_status table.logdisplay td:first-child,
#user_orders .order_status table.customer_details td:first-child
{
    text-align: left;
  }
#user_orders .order_status table.logdisplay tr:last-child td,
#user_orders .order_status table.customer_details tr:last-child td
{
  border-bottom: 0;
}
.log_expander_icon {
  display: inline;
  margin-top: -1px;
    margin-right: 5px;
    vertical-align: middle;
}

/***  SHOPPING  CART  ******************************************/

#shopping_cart #cart_form {
  margin-bottom: 1px;
}
#shopping_cart #cart_totals {
  margin-top: -19px;
}
#shopping_cart #cart_totals .ui-accordion .ui-accordion-header {
  text-transform: uppercase;
}
#shopping_cart #cart_totals .ui-accordion-content-active:last-child {
  padding-bottom: 30px !important;
  border-bottom: 1px solid #ddd;
}
#shopping_cart .s_quantity .inline {
  vertical-align: middle;
}
#shopping_cart .s_total,
#checkout_page_container .s_total,
.woo_cart .s_total
{
  clear: both;
    float: right;
  text-align: right;
    width: 300px;
  margin-bottom: 0;
}
#shopping_cart .s_total strong,
#checkout_page_container .s_total strong,
.woo_cart .s_total strong
{
    float: left;
  }
#shopping_cart .s_total.last,
#shopping_cart .s_total.last *,
#checkout_page_container .s_total.last,
#checkout_page_container .s_total.last *,
.woo_cart .s_total.last,
.woo_cart .s_total.last *
{
  letter-spacing: -1px;
  font-size: 24px;
}
#shopping_cart .s_total.last,
#checkout_page_container .s_total.last
{
  margin-bottom: 7px;
  padding-top: 18px;
}
#shopping_cart .s_total.last strong,
#checkout_page_container .s_total.last strong,
.woo_cart .s_total.last strong
{
  font-weight: normal;
  font-size: 20px;
  color: #333;
}
#checkout_page_container .wpsc_email_address {
  display: table;
  width: 100%;
}
#checkout_page_container .wpsc_email_address p {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 10px;
}
#checkout_page_container .wpsc_email_address p:first-child,
#checkout_page_container .wpsc_email_address label
{
  width: 150px !important;
}
#checkout_page_container .wpsc_email_address input {
  width: 50%;
}
#shopping_cart .product-thumbnail {
  width: 120px;
}
#shopping_cart .product-remove2 {
  width: 20px;
}

.cart-content .s_box_1,
.cart-content .s_submit
{
  margin-bottom: 0;
}
#apply_coupon,
#apply_voucher,
#apply_reward
{
  margin: 0;
  padding-bottom: 0;
}
#apply_coupon input,
#apply_coupon .s_button_1,
#apply_voucher input,
#apply_voucher .s_button_1,
#apply_reward input,
#apply_reward .s_button_1
{
  margin-bottom: 15px;
}

#cart_totals input[type=text],
#cart_totals select
{
    margin-right: 15px;
  }

/***  SEARCH  RESULTS  *****************************************/

#search_results .s_grid_view {
  margin-bottom: 10px;
}
#search_results .s_listing + .pagination {
  padding: 24px 0 0 0;
  border-top: 1px solid #e6e6e6;
}
#search_results #searchform {
  margin-bottom: 30px;
}


/***  ARCHIVE  *************************************************/

#archive .tagcloud {
  margin-bottom: 20px !important;
}

/***  SITEMAP  *************************************************/

.s_sitemap_listing {
  margin-bottom: 30px;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -o-column-count: 2;
}



/***  WooCommerce  *********************************************/

.s_cart_items dl.variation {
  margin: 0;
  padding: 0;
  line-height: 16px;
  font-size: 10px;
  color: #999;
}
.s_cart_items dl.variation dt {
  font-weight: normal;
}

#shopping_cart.woo_cart {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 40px;
}
#shopping_cart.woo_cart #cart_form .s_submit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
}
.shop_table .product-name {
  font-size: 14px;
}
dl.variation {
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 12px;
  color: #999;
}
dl.variation dt,
dl.variation dd
{
  display: inline;
}
dl.variation dd {
    margin-left: 3px;
  }
dl.variation dd:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  line-height: 0;
}
.woo_cart .cart_totals {
    float: right;
    padding-top: 20px;
}
.woo_cart .cart_totals,
.woo_cart .cart_totals .s_total
{
  width: 300px;
}
.woo_cart .cart_totals table {
  margin: 0;
}
.woo_cart .cart_totals th {
  width: 190px;
}
.woo_cart .cart_totals th,
.woo_cart .cart_totals td
{
  padding-bottom: 10px;
}
.woo_cart .cart_totals th,
.woo_cart .cart_totals ul
{
    text-align: left;
    vertical-align: top;
}
.woo_cart .cart_totals td {
    text-align: right;
  }
.woo_cart .cart_totals ul {
  margin-bottom: 0;
}
.woo_cart .cart_totals ul li {
  position: relative;
}
.woo_cart .cart_totals ul li input {
  position: absolute;
  top: 5px;
    left: 0;
  }
.woo_cart .cart_totals ul li label {
  display: block;
    padding-left: 20px;
    font-weight: normal;
}
.woo_cart .cart_totals ul li .amount {
  float: right;
}
.woo_cart .cart_totals .discount a {
  font-weight: normal;
  color: red;
}
.woo_cart .cart_totals .discount a:hover {
  color: #000;
}
.woo_cart .cart_totals .s_total.last {
  padding-top: 10px;
}
#shiptobilling {
  font-size: 13px;
  color: #333;
}

#checkout.woo_checkout .woocommerce_info {
  clear: both;
}
#checkout.woo_checkout .login {
  margin-bottom: 30px;
  padding: 15px;
  border: 5px solid #ddd;
}
#checkout.woo_checkout .login .s_submit {
  margin-bottom: 0;
}
#checkout.woo_checkout #customer_details span.s_sep {
  width: auto !important;
    margin-left: 30px;
  }
#checkout.woo_checkout #customer_details .s_col:first-child + span.clear + div {
  position: relative;
}
#checkout.woo_checkout #customer_details .s_col:first-child + span.clear + div .form-row:first-child {
  margin-top: -40px;
  padding-top: 25px;
}
#checkout.woo_checkout #customer_details .s_col:first-child + span.clear + div .form-row:first-child label {
  position: absolute;
  top: 0;
    left: 0;
    width: 100%;
  margin-top: -40px;
  text-indent: 30px;
  background: #fff;
}
#checkout.woo_checkout #payment .payment_methods {
  margin-top: -30px;
}
#checkout.woo_checkout .payment_methods li {
  margin-top: 10px;
  line-height: 30px;
  font-size: 15px;
}
#checkout.woo_checkout .payment_methods li:first-child {
  margin-top: 0;
}
#checkout.woo_checkout .payment_methods li img {
  margin-top: -1px;
  vertical-align: middle;
}
#checkout.woo_checkout .payment_methods li div {
  line-height: 20px;
  font-size: 11px;
  color: #999;
}
#checkout.woo_checkout .payment_methods li div table {
  margin: 20px 0;
}
#checkout.woo_checkout .payment_methods li div table th,
#checkout.woo_checkout .payment_methods li div table td
{
  padding-bottom: 10px;
}
#checkout.woo_checkout .payment_methods li div input:first-child,
#checkout.woo_checkout .payment_methods li div select:first-child
{
  width: 95px;
}
#checkout.woo_checkout .payment_methods li div input:last-child,
#checkout.woo_checkout .payment_methods li div select:last-child
{
  width: 200px;
}
#checkout.woo_checkout .payment_methods li div input:first-child + input,
#checkout.woo_checkout .payment_methods li div input:first-child + select,
#checkout.woo_checkout .payment_methods li div select:first-child + input,
#checkout.woo_checkout .payment_methods li div select:first-child + select
{
  width: 95px;
}

ul.order_details {
  overflow: hidden;
  padding: 10px 0;
}
ul.order_details li {
    float: left;
  margin-left: 20px;
  padding-left: 19px;
  border-left: 1px solid #e3e3e3;
    color: #999;
}
ul.order_details li:first-child {
  margin: 0;
  padding: 0;
  border: none;
}
ul.order_details li strong {
  display: block;
  font-size: 16px;
  color: #333;
}
#success.woo_checkout .bacs_details {
  padding: 0;
}
#success.woo_checkout .bacs_details li {
  float: none;
  margin: 10px 0 0 0;
  padding: 0;
  border: none;
}
#success.woo_checkout .bacs_details li:first-child {
  margin-top: 0;
}

#success.woo_checkout table.order_details {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
#success.woo_checkout table th,
#success.woo_checkout table td
{
  padding: 10px 10px 9px 10px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
#success.woo_checkout table thead th {
  background: #eee;
  border-bottom: 1px solid #ddd;
}
#success.woo_checkout table.s_narrow th,
#success.woo_checkout table.s_narrow td
{
  padding: 5px 5px 4px 5px;
}
#success.woo_checkout h2 {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
}

[class*='-set'] {
    margin-left: -30px;
  margin-right: 0;
  }
[class*='-set'] [class*='col-'] {
    float: left;
  padding-left: 30px;
    box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.col2-set [class*='col-'] {
  width: 50%;
}
.woo_checkout address {
  padding: 20px;
    margin: 0 30px 30px 0;
  border-left: 10px solid #eee;
  }
.woo_checkout address p {
  min-height: 140px;
}
.woo_checkout address * {
  margin-bottom: 0;
}

#account_box > ul,
#account_box.ui-tabs .account_box h2
{
  display: none;
}
#account_box.ui-tabs > ul {
  display: block;
}
#account_box .digital-downloads li {
  position: relative;
    padding-left: 20px;
  }
#account_box .digital-downloads li:before {
  content: '';
  position: absolute;
    left: 2px;
    top: 5px;
  width: 11px;
  height: 11px;
  background-image: url(../images/bullet_3.png);
}



/***************************************************************/
/***  WIDGETS  *************************************************/
/***************************************************************/

.s_module_content {
  z-index: 1;
  position: relative;
}
.s_module_content:hover {
  z-index: 2;
}
.s_module_content .s_listing {
  padding-bottom: 0;
}
.s_categories_module ul ul {
  margin-bottom: 0;
}
.s_categories_module {
}
.product_view #right_col,
.product_view #left_col
{
  width: 220px !important;
}
#right_col .s_box,
#right_col .s_box_1,
#right_col .s_banner_widget
{
    margin-left: 10px;
  }
#left_col .s_box,
#left_col .s_box_1,
#left_col .s_banner_widget
{
    margin-right: 10px;
  }
.s_widget_twitter h2:before,
.s_widget_facebook h2:before,
.s_widget_contacts h2:before,
.s_widget_shopping_cart h2:before
{
  content: '';
  display: inline-block;
  width: 26px;
  height: 24px;
    margin: -6px 8px -4px 0;
    vertical-align: middle;
  background-image: url(../images/shop_info_icons.png);
  background-repeat: no-repeat;
}
.s_widget_shopping_cart h2:before
{
    background-position: 0 0;
  }
.s_widget_contacts h2:before {
    background-position: 0 -54px;
  }
.s_widget_twitter h2:before {
    background-position: 0 -108px;
  }
.s_widget_facebook h2:before {
    background-position: -1px -162px;
  }
.fb_iframe_widget,
.fb_iframe_widget *
{
  display: block !important;
}

.s_banner_widget {
  margin-bottom: 20px;
}
.s_box + .s_banner_widget {
  margin-top: -30px;
}
.s_widget_price_filter.s_group_start_item + .s_banner_widget,
.s_widget_price_filter.s_group_item + .s_banner_widget
{
  margin-top: 20px;
}
.s_widget_layered_nav.s_group_start_item + .s_banner_widget,
.s_widget_layered_nav.s_group_item + .s_banner_widget
{
  margin-top: 30px;
}


.s_widget_contacts td {
  height: 50px;
  padding-bottom: 10px;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.s_widget_contacts tr.s_webkit td {
  height: 32px !important;
}
.s_widget_contacts tr:last-child td {
  height: 32px;
  padding-bottom: 0 !important;
}
.s_widget_contacts .s_icon_32 {
  display: inline-block;
}
.s_widget_contacts .s_icon {
  border-radius: 32px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
}
.s_widget_twitter iframe {
    float: right;
  }
#shop_info .s_widget_twitter iframe {
  margin-top: 5px;
}
.s_widget_twitter ul {
  margin-bottom: 0;
  list-style: none;
}
.s_widget_twitter li {
  margin-top: 20px;
  padding-left: 35px !important;
  list-style: none;
  background: url(../images/quotes.png) no-repeat 4px 4px !important;
}
.s_widget_twitter li:before {
  display: none !important;
}
.s_widget_twitter li:first-child {
  margin-top: 0;
}
.s_widget_twitter li a,
.s_widget_twitter .tweet_time
{
  display: block;
  font-style: normal;
  color: #bbb;
}
.s_widget_twitter li span,
.s_widget_twitter li span *
{
  font-style: italic;
  word-wrap: break-word;
}
.s_widget_twitter li span * {
  display: inline !important;
  margin: 0;
  padding: 0;
}
.s_widget_twitter li > a,
.s_widget_twitter .tweet_time a
{
  font-size: 11px !important;
  color: #999 !important;
}
.s_widget_twitter li span a {
  color: #333;
}
.s_widget_twitter li span:after {
  clear: both;
  display: table;
}
.s_widget_facebook .s_like_box {
  overflow: hidden;
  border: 1px solid;
  margin-bottom: 20px;
}
.s_widget_facebook .s_like_box iframe {
  position: static !important;
  margin: -1px 0 0 -1px;
}
.s_widget_facebook .s_fan_box {
  position: relative;
  margin-top: -42px;
}
#shop_info .s_widget_facebook .s_fan_box {
  margin-top: -52px;
}
.s_widget_facebook .s_fan_box .s_button_holder {
  z-index: 100;
  position: absolute;
  top: 0;
    right: 0;
    overflow: hidden;
  width: 49px;
  height: 25px;
  direction: ltr !important;
  //opacity: 0;
}
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_af_'] { width: 89px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_sq_'] { width: 66px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_ar_'] { width: 69px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_az_'] { width: 61px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_az_'] { width: 61px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_hy_'] { width: 76px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_be_'] { width: 93px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_be_'] { width: 93px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_bg_'] { width: 87px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_eu_'] { width: 87px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_bn_'] { width: 90px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_bs_'] { width: 84px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_ca_'] { width: 75px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_cs_'] { width: 85px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_hr_'] { width: 84px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_da_'] { width: 102px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_nl_'] { width: 83px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_et_'] { width: 67px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_fi_'] { width: 65px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_fo_'] { width: 58px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_tl_'] { width: 73px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_fr_'] { width: 60px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_de_'] { width: 79px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_el_'] { width: 88px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_gl_'] { width: 73px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_ka_'] { width: 73px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_he_'] { width: 67px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_hi_'] { width: 68px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_hu_'] { width: 64px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_ga_'] { width: 120px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_id_'] { width: 54px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_is_'] { width: 82px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_it_'] { width: 69px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_js_'] { width: 75px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_km_'] { width: 76px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_ko_'] { width: 64px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_ku_'] { width: 72px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_lt_'] { width: 66px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_ml_'] { width: 99px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_ms_'] { width: 54px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_ne_'] { width: 66px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_nn_'] { width: 72px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_pa_'] { width: 62px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_pl_'] { width: 73px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_fa_'] { width: 73px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_pt_'] { width: 58px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_ro_'] { width: 73px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_ru_'] { width: 79px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_sk_'] { width: 90px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_es_'] { width: 75px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_sl_'] { width: 78px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_sr_'] { width: 92px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_sr_'] { width: 92px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_ta_'] { width: 85px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_th_'] { width: 60px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_zh_'] { width: 55px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_zh_TW'] { width: 43px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_tr_'] { width: 61px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_uk_'] { width: 101px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_tr_'] { width: 61px; }
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_vi_'] { width: 56px; }

.s_widget_facebook .s_fan_box .s_button_holder .fb_iframe_widget {
  width: 1000px !important;
  margin: -32px 0 0 -64px;
}
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_ar_'],
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_fa_'],
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_he_']
{
  direction: rtl !important;
}
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_ar_'] span,
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_fa_'] span,
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_he_'] span
{
  float: right !important;
}
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_ar_'] .fb_iframe_widget,
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_fa_'] .fb_iframe_widget,
.s_widget_facebook .s_fan_box .s_button_holder[class*='s_he_'] .fb_iframe_widget
{
  margin: -32px -64px 0 0;
}

.s_widget_facebook .s_fan_box .fb_iframe_widget,
.s_widget_facebook .s_fan_box .fb_iframe_widget span,
.s_widget_facebook .s_fan_box .fb_iframe_widget iframe
{
  display: block !important;
  width: 100% !important;
}
.s_widget_calendar td {
  text-align: center;
}
.s_widget_calendar caption {
  margin-bottom: 10px;
  color: #999;
}
.s_widget_calendar td,
.s_widget_calendar th {
  padding-top: 3px;
  padding-bottom: 3px;
}
.s_widget_calendar td {
  background: #fff;
}
.s_widget_calendar th {
  background: #ddd;
}
.s_widget_calendar tbody tr:first-child td {
  padding-top: 6px;
}
.s_widget_calendar tbody tr:last-child td {
  padding-bottom: 6px;
}
.s_widget_calendar tfoot td {
  padding: 0 8px;
  background: #eee;
  border-bottom: 1px solid #e3e3e3;
}
.s_widget_calendar tfoot a {
  font-size: 11px;
  color: #999;
}
.s_widget_calendar tfoot #prev {
    text-align: left;
  }
.s_widget_calendar tfoot #next {
    text-align: right;
  }

.s_widget_latest_testimonials .s_testimonials {
  overflow: visible !important;
}
.s_widget_latest_testimonials .slides_control,
.s_widget_latest_testimonials .s_testimonials .s_holder
{
  position: static !important;
  width: 100% !important;
}
.s_widget_latest_testimonials .s_testimonials .s_holder {
  float: left;
  width: 100%;
  margin: 20px 0 0 0 !important;
}
.s_widget_latest_testimonials .s_testimonials .s_holder:first-child {
  margin-top: 0 !important;
}
.s_widget_latest_testimonials .s_testimonials .s_holder:after {
  content: '';
  clear: both;
  display: table;
}
.s_widget_latest_testimonials .s_testimonial {
  clear: both !important;
  display: table;
  float: none;
  width: 100%;
  margin: 0 !important;
}
.s_widget_latest_testimonials .s_testimonial .s_author {
  display: table-footer-group;
  float: none;
    text-align: left;
  }
.s_widget_latest_testimonials .s_testimonial .s_author .s_thumb,
.s_widget_latest_testimonials .s_testimonial .s_author h3,
.s_widget_latest_testimonials .s_testimonial .s_author .s_project
{
  clear: none !important;
    margin-left: 40px;
  }
.s_widget_latest_testimonials .s_testimonial .s_author h3,
.s_widget_latest_testimonials .s_testimonial .s_author .s_project
{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.s_widget_latest_testimonials .s_testimonial .s_author h3 {
  padding-top: 5px;
}
.s_widget_latest_testimonials .s_testimonial .s_author .s_thumb {
    float: left;
  margin-right: 15px;
  }
.s_widget_latest_testimonials .s_testimonial .s_author .s_thumb img,
.s_widget_latest_testimonials .s_testimonial .s_author img.s_thumb
{
  padding: 5px;
}
.s_widget_latest_testimonials .s_testimonial blockquote {
  margin: 0 0 15px 0;
}
.s_widget_latest_testimonials .s_testimonial:after {
  content: "";
  display: table;
  clear: both;
}
.s_widget_flickr {
  padding-bottom: 10px;
}
.s_widget_flickr .flickr_badge {
  margin-left: -7px;
  margin-right: -7px;
}
.s_widget_flickr .flickr_badge:after {
  content: '';
  clear: both;
  display: table;
}
.s_widget_flickr .flickr_badge_image {
  margin: 0 7px 20px 7px;
  width: 60px;
  height: 60px;
  float: left;
}
.s_widget_flickr .flickr_badge_image img {
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}


.s_widget_layered_nav ul {
  display: table;
  width: 100%;
}
.s_widget_layered_nav li,
.s_widget_layered_nav li a
{
  display: block;
}
.s_widget_layered_nav li.chosen {
  display: table-header-group;
  padding: 0;
}
.s_widget_layered_nav li.chosen a {
  position: relative;
    padding-left: 20px;
  }
.s_widget_layered_nav li.chosen:before {
  display: none;
}
.s_widget_layered_nav li.chosen a:before {
  content: '';
  position: absolute;
  top: 0;
    left: -3px;
    display: block;
  width: 20px;
  height: 20px;
  background: url(../images/sprite.png) no-repeat -90px -20px #999 !important;
}
.s_widget_layered_nav select {
  width: 100%;
  margin: 10px 0 !important;
}
.s_widget_price_filter.s_group_start h2,
.s_widget_layered_nav.s_group_start h2
{
  margin-bottom: 20px;
}
.s_widget_price_filter.s_group_start h3,
.s_widget_price_filter.s_group_item h3,
.s_widget_layered_nav.s_group_start h3,
.s_widget_layered_nav.s_group_item h3
{
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: bold;
  background: #f3f3f3;
  border-bottom: 1px solid #eee;
}
.s_widget_price_filter.s_group_start + .s_box,
.s_widget_price_filter.s_group_item + .s_box,
.s_widget_layered_nav.s_group_start + .s_box,
.s_widget_layered_nav.s_group_item + .s_box
{
  margin-top: 29px;
  padding-top: 30px;
  border-top: 1px solid #e6e6e6;
}
.s_widget_price_filter.s_group_start + .s_box_1,
.s_widget_price_filter.s_group_item + .s_box_1,
.s_widget_layered_nav.s_group_start + .s_box_1,
.s_widget_layered_nav.s_group_item + .s_box_1
{
  margin-top: 30px;
}
.s_widget_price_filter.s_group_start,
.s_widget_price_filter.s_group_item,
.s_widget_layered_nav.s_group_start,
.s_widget_layered_nav.s_group_item
{
  margin-top: 0 !important;
  margin-bottom: 10px;
  padding: 0 !important;
  border: none !important;
}

.s_widget_product_categories .current-cat-parent > a,
.s_widget_product_categories .current-cat > a
{
  font-weight: bold;
}

.s_widget_price_filter.s_group_start .price_slider_wrapper,
.s_widget_price_filter.s_group_item .price_slider_wrapper
{
  padding-bottom: 10px;
}
.s_widget_price_filter .price_label {
  padding: 3px 0;
  color: #999;
}
.s_widget_price_filter .s_button_1 {
  float: right;
}
.s_widget_price_filter .ui-slider,
.s_widget_price_filter .ui-slider-range
{
  position: relative;
  background: #eee;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.s_widget_price_filter .ui-slider.ui-slider-horizontal {
  height: 6px;
  margin: 27px 0;
  -moz-box-shadow: inset 0 1px 0 #e3e3e3;
  -webkit-box-shadow: inset 0 1px 0 #e3e3e3;
  -o-box-shadow: inset 0 1px 0 #e3e3e3;
  box-shadow: inset 0 1px 0 #e3e3e3;
}
.s_widget_price_filter .ui-slider.ui-slider-horizontal .ui-slider-range {
  height: 6px;
  background: #ddd;
}
.s_widget_price_filter .ui-slider-handle {
  position: absolute;
  top: -7px;
  display: block;
  width: 16px;
  height: 20px;
  background: url(../images/sprite.png) no-repeat -92px -40px;
  cursor: ew-resize !important;
}
.s_widget_price_filter .ui-slider-handle + .ui-slider-handle {
  margin-left: -16px;
}

.s_widget_shopping_cart.s_box_1 h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.s_widget_shopping_cart .cart_list {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.s_widget_shopping_cart .s_total:first-child {
  margin-top: -5px;
}
.s_widget_shopping_cart .align_center {
  margin-bottom: -10px;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.s_widget_shopping_cart .s_total:last-child {
  margin-bottom: 0 !important;
}
.s_widget_shopping_cart .align_center .s_button_1 {
  margin-bottom: 10px;
}


/***  FOOTER WIDGETS  ******************************************/

#shop_info {
  position: relative;
  clear: both;
  margin-bottom: 30px;
  padding: 30px 0 0 0;
  color: #555;
  background: #f3f3f3;
   
}
#shop_info_wrap {
  }
#shop_info .s_box {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: none;
}
#shop_info h2 {
  margin-bottom: 19px;
  padding-bottom: 5px;
  line-height: 30px;
  font-size: 18px;
  color: #888;
  border-bottom: 1px solid #e0e0e0;
}
#shop_info .s_item.s_size_1 > h3,
#shop_info .s_item.s_size_1 > p,
#shop_info .s_item.s_size_1 > div,
#shop_info .s_item.s_size_1 > .s_rating_holder,
#shop_info .s_item.s_size_1 > .s_meta
{
    margin-left: 10px;
  padding-left: 70px;
  }
#shop_info .s_item.s_size_1 > h3 {
  margin-top: 5px;
}
#shop_info .s_item.s_size_1.s_nothumb > h3 {
  margin-top: 0;
}
#shop_info .s_item.s_size_1 .s_thumb {
  padding: 5px;
  background: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#shop_info .s_item.s_size_1 .s_thumb:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#shop_info .s_wrap .hidden,
#footer_nav .s_wrap .hidden
{
  display: none !important;
} 



/***************************************************************/
/***  FOOTER  **************************************************/
/***************************************************************/

#footer {
  padding-bottom: 10px;
}
#footer_nav {
  margin-bottom: 30px;
}
#content + #footer_nav,
#content + #footer
{
  padding-top: 30px;
  background: url("../images/content_border.png") no-repeat center top;
}
#footer_nav .s_wrap {
  background: url("../images/content_border.png") no-repeat center bottom;
}
#footer_nav h2 {
  margin-bottom: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 18px;
}
#footer_nav .s_box {
  padding-bottom: 30px !important;
  border-bottom: none;
}
#footer_nav :last-child {
  margin-bottom: 0;
}
#footer_nav .s_box > ul > li:before {
  background-color: #aaa;
}
#copy {
  margin-bottom: 15px;
    padding-left: 10px;
    font-size: 11px;
  color: #ccc;
}
#payments_types {
    float: right;
    margin-bottom: 8px;
}
#payments_types img {
    float: left;
  margin: 2px 10px 10px 0;
  }



/***************************************************************/
/***   F O N T S   *********************************************/
/***************************************************************/

@font-face {
    font-family: 'Babel Sans';
    src: url('../fonts/Babel/BabelSans.eot');
    src: local('Babel Sans'),
         url('../fonts/Babel/BabelSans.eot?iefix') format('eot'),
         url('../fonts/Babel/BabelSans.woff') format('woff'),
         url('../fonts/Babel/BabelSans.ttf') format('truetype'),
         url('../fonts/Babel/BabelSans.svg#BabelSans') format('svg');
    font-weight: normal;
    font-style: normal;
}
body,
.s_item h3,
#order_details .s_table tr.last td:first-child,
#shopping_cart .s_total.last strong,
#checkout_page_container .s_total.last strong,
.woo_cart .s_total.last strong
{
    font-family: Open Sans;
  }
h1,
h2,
h3,
.s_profile td[colspan="2"] strong,
#user_orders strong.form_group,
#user_orders .order_status > div > strong
{
    font-family: Open Sans;
      font-weight: 300;
    }
#categories > ul > li > a,
#cart_menu small.s_text,
.type-product .s_tabs_nav li a,
.wpsc-product .s_tabs_nav li a
{
    font-family: Open Sans;
      font-weight: 600;
    }
#categories > ul > li > a,
#cart_menu small.s_text
{
  font-size: 14px;
}
#intro h1,
#intro h2
{
    font-family: Open Sans;
      font-weight: 300;
      font-style: normal;
    font-size: 32px;
      letter-spacing: -0.5px;
  }
.s_label .s_price,
#cart_menu .s_grand_total,
#order_details .s_table tr.last td,
#shopping_cart .s_total.last,
#checkout_page_container .s_total.last,
.woo_cart .s_total.last
{
    font-family: "Babel Sans", sans-serif;
      }
.s_plain .s_price,
.s_old_price,
.s_price_legend.s_before,
.s_label .s_promo_label
{
      font-family: Open Sans;
    }

.s_button_1 .s_text,
.form-submit button,
.form-submit input[type=button],
.form-submit input[type=submit],
.noty_message button
{
    font-family: Open Sans;
      font-weight: 600;
      font-size: 14px;
}
.s_submit .s_button_1,
.form-submit button,
.form-submit input[type=button],
.form-submit input[type=submit]
{
    float: right;
  margin-left: 10px;
  }



/***************************************************************/
/******   U I   N O T Y   **************************************/
/***************************************************************/

.s_notify .noty_message {
  position: relative;
  margin-bottom: 15px;
  padding: 15px 10px 10px 10px;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.s_notify .noty_message h2 {
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 20px;
  font-size: 18px;
  font-weight: normal;
}
.s_notify .noty_message .noty_close {
  z-index: 100;
  top: 10px;
    right: 10px;
    text-indent: -1000em;
  font-size: 1px;
}
.s_notify .noty_message h3 {
  font-weight: normal;
  color: #999;
}
.s_notify .noty_message .s_item,
.s_notify .s_message
{
  margin: 0 5px 5px 5px;
}
.s_notify .noty_message .s_item h3,
.s_notify .noty_message .s_item p
{
  padding-left: 50px;
}
.s_notify .noty_message .s_item:hover {
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}
.s_notify .noty_message .s_item .s_thumb img {
  max-width: 100px;
}
.noty_modal {
  position: fixed;
  z-index: 9999998;
  top: 0;
  left: 0;
  width: 120%;
  height: 120%;
  background: #fff;
  opacity: 0.9;
}
.noty_cont,
.noty_bar
{
  position: fixed;
  z-index: 9999999;
}
.noty_bar {
  display: none;
  width: 100%;
}
.noty_cont .noty_bar {
  position: static;
}
.top {
  top: 0;
}
.noty_layout_topRight {
  top: 15px;
  right: 15px;
}
.noty_layout_topLeft {
  top: 15px;
  left: 15px;
}
.noty_layout_bottomLeft {
  bottom: 15px;
  left: 15px;
}
.noty_layout_bottomRight {
  bottom: 15px;
  right: 15px;
}
.noty_bar.noty_layout_topRight {
  width: 300px;
}
.noty_bar .noty_close {
  cursor: pointer;
}


/*****************************************************/
/******   J Q U E R Y     U I   **********************/
/*****************************************************/

.s_jquery_ui {
  font-size: 11px;
}
.ui-autocomplete-input {
  position: relative;
}

/*** accordion ***/

.ui-accordion .ui-accordion-header {
  outline: none !important;
  cursor: pointer;
  margin: 0 0 1px 0;
  padding: 6px 0;
  line-height: 20px;
  font-size: 14px;
  font-weight:  bold;
  background: #eee;
  border-bottom: 1px solid #ddd;
}
.ui-accordion .ui-accordion-header a {
  padding: 0;
  font-weight: bold;
}
.ui-accordion .ui-accordion-header .ui-icon {
  display: block;
    float: left;
  background: url(../images/bullet_accordion.png) no-repeat center top;
    width: 12px;
  height: 12px;
  margin: 4px 10px 0 10px;
}
.ui-accordion .ui-accordion-header.ui-state-active .ui-icon {
  background-position: center bottom !important;
}
.ui-accordion .ui-accordion-content {
  margin: 0;
  padding: 30px 0;
}
.ui-accordion .ui-accordion-content-active {
  margin-bottom: 1px;
  border-bottom: 1px solid #eee;
}
.ui-accordion > :last-child .ui-accordion-content,
.ui-accordion > .ui-accordion-content:last-child
{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none;
}
.ui-accordion .ui-accordion-content .s_module_content {
  margin-bottom: -10px;
}
.ui-accordion > .ui-accordion-content:last-child .s_module_content,
.ui-accordion > :last-child .ui-accordion-content .s_module_content,
.ui-tabs .s_module_content
{
  position: relative;
  bottom: -20px;
  margin-top: -20px;
  margin-bottom: 0;
}

#recaptcha_widget_div {
  margin: 0 0 27px -3px;
}
#recaptcha_response_field {
  height: 24px;
}


/*  -------------------------------------------------------------------------------------  */
/*  ---  Desktop and tablet landscape layout              -------------------------------  */
/*  -------------------------------------------------------------------------------------  */
/*  ---  Min width: 1000px                      -----------------------------------------  */

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

  
}



/*  -------------------------------------------------------------------------------------  */
/*  ---  Tablet portrait layout              --------------------------------------------  */
/*  -------------------------------------------------------------------------------------  */
/*  ---  Min width: 768px / Max width: 991px    -----------------------------------------  */

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

  .s_cell_quantity {
    white-space: nowrap;
  }
  body {
    min-width: 0;
  }
  body.s_layout_fixed #wrapper {
    width: 740px;
  }
  .s_wrap {
    width: 720px;
  }
  .s_wrap .s_col_12,
  .s_main_col
  {
    width: 700px;
  }
  .s_side_col {
        float: left !important;
      }
  .s_col_3 {
    width: 340px;
  }
  .s_col_3:nth-child(2n+1) {
        clear: left;
      }
  
  /*** spacing ***/
  
  .s_sep,
  #intro,
  #shop_info,
  #footer_nav
  {
    margin-bottom: 20px;
  }

  /*** header ***/

  #site_logo {
    margin: 20px 0;
  }
  #site_logo img {
    max-width: 260px;
  }
  #top_navigation {
    top: 25px;
        right: 0;
      }
  #language_switcher,
  #currency_switcher
  {
    width: 70px;
  }
  #system_navigation #cart_menu {
        margin: 10px 0 -20px 30px;
      }

  /*** intro ***/

  #intro {
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  #intro h1 {
    margin-bottom: 20px;
  }
  
    
  #product_intro {
    height: 255px;
  }
  #product_intro .s_price_holder {
        left: 602px !important;
      }
  #product_intro_info {
    width: 360px;
  }
  #product_intro_info p.s_desc {
    overflow: hidden;
    height: 120px;
  }
  #product_intro #product_intro_preview {
        right: 10px !important;
        width: 320px;
    height: 255px;
    background: url(../images/intro_product_1.png) no-repeat 0 0;
  }
  #product_intro #product_intro_preview img,
  #product_intro #product_intro_preview .slides_container
  {
    width: 200px;
    height: 200px;
  }
  #product_intro #product_intro_preview .slides_container {
    margin: 42px 0 0 70px;
  }
  #product_intro .s_button_prev,
  #product_intro .s_button_next
  {
    top: 130px;
    width: 32px;
    height: 32px;
  }
  #product_intro .s_button_prev {
    right: 258px;
    background-position: 0 -42px;
  }
  #product_intro .s_button_next {
    right: 10px;
    background-position: -32px -42px;
  }
  
    
  #image_intro {
    padding-bottom: 20px;
  }
  #image_intro_preview {
    height: auto !important;
  }
  #image_intro_preview.s_no_padding {
    margin: -20px -10px;
  }
  #image_intro_preview img {
    max-width: 700px !important;
    height: auto !important;
  }
  #image_intro_preview.s_no_padding img {
    max-width: 740px !important;
    height: auto !important;
  }
  #image_intro_preview.s_boxed img {
    max-width: 680px !important;
  }
  #image_intro_preview .s_button_next_holder {
    right: -20px;
  }
  #image_intro_preview .s_button_prev_holder {
    left: -20px;
  }
  
    
  /*** products ***/
  
  #listing_options {
    padding-bottom: 0;
  }
  #portfolio #listing_options {
    margin-bottom: 19px !important;
  }
  
  .s_grid_view.size_2 .s_item {
    width: 160px;
  }
  .s_grid_view.size_2 .s_item .s_thumb {
    padding: 10px;
  }
  .s_grid_view .s_item.clear2,
  .s_grid_view .s_item.clear3,
  .s_grid_view .s_item.clear4,
  .s_grid_view .s_item.clear5,
  .s_grid_view .s_item.clear6
  {
    clear: none !important;
  }
  .s_grid_view.size_1 .s_item.clear3,
  .s_grid_view.size_2 .s_item.clear4
  {
        clear: left !important;
      }

  /*** product info ***/

  .s_single_col #product_info dl {
    width: 220px;
  }
  .s_single_col #product_share .s_rating_holder {
        margin-right: 120px;
      }
  .s_single_col #product_price {
        right: 0;
    padding: 0 0 10px 20px;
        width: 100px;
  }
  .s_single_col #product_price .s_price {
    position: relative !important;
  }
  .s_single_col #product_price p.s_price_tax,
  .s_single_col #product_price p.s_reward_points {
        margin-right: 0;
        text-align: center;
  }
  .s_single_col #product_buy_col,
  .s_single_col #product_info
  {
    width: 340px;
        margin-right: 0;
        padding-top: 0;
  }
  
  
  /*** shop info ***/

  #shop_info {
    padding-top: 20px;
  }
  #shop_info_wrap {
    padding-bottom: 0;
  }
  #footer {
    padding-bottom: 5px;
  }
  #shop_info [class*='s_col'] {
    width: 340px;
    margin-bottom: 30px;
  }
  
  
}



/*  -------------------------------------------------------------------------------------  */
/*  ---  Mobile layout              -----------------------------------------------------  */
/*  -------------------------------------------------------------------------------------  */
/*  ---  Max width: 767px                       -----------------------------------------  */

@media only screen and (max-width: 767px) {

  /*** hide some elements ***/

  #fb-root,
  #view_mode,
  #menu_home,
  #product_intro_info .s_desc,
  #product_intro_info .s_rating_holder,
  .type-product .s_tabs_nav,
  .wpsc-product .s_tabs_nav,
  .s_cell_name,
  .s_cell_model,
  .s_cell_price,
  .s_cell_cart,
  .s_cell_size,
  .s_cell_date,
  .s_cell_download,
  .s_cell_opened,
  .s_cell_comment,
  .s_cell_action,
  .shop_table .product-price,
  .shop_table .product-name,
  .pagination .results
  {
    display: none !important;
  }

  /*** typo & spacing ***/

  body {
    font-size: 14px;
  }
  body.s_layout_fixed {
    padding: 10px 0 !important;
    background-image: none !important;
  }
  .s_side_col > * {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /*** layout ***/

  .s_wrap {
    width: 280px;
  }
  .s_row,
  .form-row,
  [class*="s_col"],
  [class*="col_wrap"],
  [class*='-set'],
  [class*='-set'] [class*='col-'],
  .s_main_col,
  .s_side_col,
  .s_total,
  #categories,
  #product_images,
  #product_info,
  #product_buy_col,
  #intro h1,
  #checkout.woo_checkout #customer_details span.s_sep,
  .cart_totals
  {
    clear: both !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #wrapper {
    overflow: hidden;
    width: 100% !important;
    border: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
  }
  .s_side_col {
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
  }
  #main_navigation + #content,
  #main_navigation + script + #content {
    padding-top: 21px;
  }

  /*** forms ***/
  
  input,
  textarea,
  select
  {
    font-size: 13px;
  }

  /*** header ***/

  #site_logo {
    clear: both;
    display: block;
    float: none;
    margin: 20px 0;
  }
  #site_logo img {
    max-width: 280px;
    margin: 0 auto;
  }
  #top_navigation {
    position: static !important;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  #currency_form,
  #language_form
  {
    display: inline-block;
    float: none !important;
        margin-right: 8px;
      }
  #language_switcher,
  #currency_switcher
  {
    width: 90px;
  }
  #site_search input {
    font-size: 15px !important;
  }
  .s_dynamic #search_bar {
    top: auto;
        right: auto;
    margin-left: -246px;
        margin-top: -41px;
  }
  .s_dynamic #search_bar input {
    width: 130px !important;
  }
  .s_static #site_search {
    position: relative;
        left: 50%;
    margin: 0 0 15px -135px !important;
        clear: both;
    display: block;
    float: none;
    width: 270px;
    height: 30px;
  }
  .s_static #site_search input {
    width: 220px !important;
    margin-top: -2px;
    padding: 5px !important;
  }
  #system_navigation {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 10px 0 20px 0;
    text-align: center !important;
  }
  #system_navigation .s_list_1 {
    clear: both;
    height: auto !important;
        padding-right: 17px;
      }
  #system_navigation ul.s_list_1 li {
        background-position: 0 -3px !important;
        white-space: nowrap;
  }
  #welcome_message {
    font-size: 13px;
  }
  #cart_menu {
    border: none !important;
  }
  #cart_menu .s_submenu {
    display: none !important;
  }
  #cart_menu > a,
  #cart_menu > a .s_text,
  #cart_menu > a .s_grand_total
  {
    display: inline-block !important;
    float: none !important;
    vertical-align: top;
  }
  #cart_menu .s_grand_total {
    position: relative;
  }
  #categories {
    overflow: hidden;
    float: none !important;
    height: 46px;
  }
  #categories .s_toggle {
    position: absolute !important;
    top: 10px !important;
    display: block !important;
        left: 0 !important;
        height: 20px !important;
    width: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #fff !important;
    border-width: 10px 5px 10px 0 !important;
    background: #d00c24 url(../images/sprite.png) no-repeat -40px -300px !important;
    cursor: pointer;
  }
  #categories.s_menu_open {
    overflow: visible;
    height: auto;
  }
  #categories ul,
  #categories li,
  #categories a
  {
    display: block !important;
    float: none !important;
    height: auto !important;
    padding: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    border: none !important;
  }
  #categories > ul {
    clear: both;
    padding-top: 46px !important;
  }
  #categories ul {
    position: static !important;
    margin-bottom: 15px !important;
  }
  #categories li,
  #categories a
  {
    width: 100%;
  }
  #categories li {
    position: relative !important;
    margin-bottom: 5px !important;
  }
  #categories ul ul li,
  #categories ul ul li a
  {
    font-weight: normal !important;
  }
  #categories > ul > li > a {
    margin-bottom: 5px !important;
    line-height: 30px;
    background: none !important;
    color: #575adf !important;
  }
  #categories > ul > li > a:hover {
    color: #000 !important;
  }
  #categories .menu li,
  #categories .sub-menu li
  {
        padding-left: 15px !important;
      }
  #categories .s_list_1 li:before,
  #categories .menu li:before,
  #categories .sub-menu li:before
  {
    display: block !important;
    top: 8px !important;
  }
  #categories #menu_home {
    display: none !important;
  }

  /*** intro ***/

  #intro {
    clear: both;
    margin-bottom: 20px;
    padding-top: 20px;
        background: none;
      }
  #intro h2,
  #intro h2 *
  {
    font-size: 22px;
    line-height: 30px;
  }
  #breadcrumbs,
  #intro h1,
  #intro .s_slogan
  {
    margin: 0 0 20px 0;
  }
  #breadcrumbs + h1,
  #breadcrumbs + .s_slogan
  {
    margin-top: -20px;
  }
  #intro h1 + .s_slogan {
    margin-top: -10px;
  }
  
  
  /*** product intro ***/

  #product_intro {
    overflow: hidden;
    width: 300px !important;
    height: auto !important;
  }
  #product_intro #product_intro_preview {
    width: 320px;
    height: 255px;
    right: 0;
    background: url(../images/intro_product_1.png) no-repeat 0 0;
  }
  #product_intro #product_intro_preview img,
  #product_intro #product_intro_preview .slides_container
  {
    width: 200px;
    height: 200px;
  }
  #product_intro #product_intro_preview .slides_container {
    margin: 42px 0 0 70px;
  }
  #product_intro .s_price_holder {
    top: 50px;
        right: 0 !important;
    left: auto !important;
      }
  #product_intro .s_button_prev,
  #product_intro .s_button_next
  {
    top: 130px;
    width: 32px;
    height: 32px;
  }
  #product_intro .s_button_prev {
    right: 258px;
    background-position: 0 -42px;
  }
  #product_intro .s_button_next {
    right: 10px;
    background-position: -32px -42px;
  }
  #product_intro_info {
    position: relative;
    width: 100%;
    min-height: 50px;
    margin: 0;
    margin-bottom: 255px;
    text-align: center;
  }
  #product_intro_info a.s_main_color {
    display: none;
  }
  
    
  /*** image intro ***/

  #image_intro {
    padding-bottom: 20px;
  }
  #image_intro_preview,
  #image_intro_preview.s_no_padding
  {
    height: auto !important;
    margin: 0;
    padding: 0;
  }
  #intro:hover .s_button_next_holder,
  #intro:hover .s_button_prev_holder
  {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
  }
  #image_intro_preview.s_boxed {
    border-width: 5px;
  }
  #image_intro_preview img {
    max-width: 280px !important;
    height: auto !important;
  }
  #image_intro_preview.s_boxed img {
    max-width: 270px !important;
  }
  #image_intro_preview .s_button_next_holder,
  #image_intro_preview.s_no_padding .s_button_next_holder
  {
    right: -15px !important;
  }
  #image_intro_preview .s_button_prev_holder,
  #image_intro_preview.s_no_padding .s_button_prev_holder
  {
    left: -15px !important;
  }
  #image_intro_preview.s_boxed .s_button_next_holder {
    right: -5px;
  }
  #image_intro_preview.s_boxed .s_button_prev_holder {
    left: -5px;
  }

  /*** footer ***/

  #shop_info {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  #shop_info_wrap {
    padding-bottom: 20px;
  }
  .s_widget_holder span,
  .s_widget_holder span iframe
  {
    width: 100% !important;
  }
  #footer_nav ul {
    margin-bottom: 20px;
  }
  #payments_types {
    float: none !important;
    padding-left: 5px;
    text-align: center;
  }
  #payments_types img {
    display: inline;
    float: none;
  }
  #copy {
    padding: 0 !important;
    text-align: center;
  }

  /*** product listing ***/

  .s_subcategories .s_list_1 li {
    float: none;
    width: auto;
  }
  #listing_options {
    padding-top: 10px !important;
  }
  #listing_arrange {
        float: left;
      }
  #listing_arrange span.s_label {
        clear: left;
        margin-left: 0;
    margin-right: 5px;
    margin-top: 20px;
  }
  #listing_arrange span.s_label:first-child {
    margin-top: 0;
  }
  #listing_arrange .s_switcher
  {
    margin-left: 0;
    margin-right: 15px;
    margin-top: 18px;
  }
  #listing_arrange span.s_label:first-child + .s_switcher {
    margin-top: -2px;
  }
  #listing_sort {
    width: 90px;
  }
  #compare_total {
    display: none;
  }
  
  
  /*** product info ***/

  #product_images,
  #product_info,
  .type-product .s_tabs,
  .wpsc-product .s_tabs
  {
    margin-left: 0;
    margin-right: 0;
  }
  #product_images:hover {
    z-index: 10;
  }
  #product_gallery .s_thumbs li {
    margin: 0 10px 0 0;
    padding-bottom: 10px;
  }
  #product_gallery .s_thumbs img {
    width: 55px;
  }
  #product_info dl {
    width: 100%;
  }
  #product_price {
    width: 100px !important;
        margin-right: -20px;
        padding-left: 0;
    padding-right: 0;
    background: none;
  }
  #product_price p.s_price_tax,
  #product_price p.s_reward_points
  {
    display: none;
  }
  .type-product .s_tab_box,
  .wpsc-product .s_tab_box
  {
    padding: 0;
    border: none;
  }
  .type-product .s_tab_box > h2,
  .wpsc-product .s_tab_box > h2 {
    display: block;
  }
  #product_share {
    display: none;
  }
  .s_single_col #product_buy_col {
    padding-top: 0;
  }

  /*** cart ***/

  .checkouttable th {
    padding-left: 0;
    padding-right: 0;
  }
  .checkouttable .s_cell_image {
    max-width: 120px;
  }
  .checkouttable .wpsc_product_quantity {
    min-width: 50px;
  }
  .wpsc_product_quantity input[type=text] {
    display: inline-block;
    width: 85% !important;
    margin: 0 0 10px 0;
  }
  .wpsc_product_quantity .qty input[type=image] {
        margin-right: 10px;
      }
  .shop_table th {
    font-size: 11px;
  }
  #shopping_cart.woo_cart {
    padding-bottom: 90px;
  }

  /*** checkout ***/

  .wpsc_checkout_table td input[type=text],
  .wpsc_checkout_table td input[type=password],
  .wpsc_checkout_table td textarea,
  .wpsc_checkout_table td select
  {
    width: 100%;
  }
  .wpsc_gateway_container .custom_gateway .wpsc_checkout_table {
    padding: 20px;
  }
  .wpsc_gateway_container .custom_gateway .wpsc_checkout_table,
  .wpsc_gateway_container .custom_gateway .wpsc_checkout_table tbody,
  .wpsc_gateway_container .custom_gateway .wpsc_checkout_table tbody tr,
  .wpsc_gateway_container .custom_gateway .wpsc_checkout_table tbody td
  {
    display: block;
  }
  .wpsc_gateway_container .custom_gateway [style*="table"] {
    display: block !important;
  }
  .wpsc_gateway_container .custom_gateway .wpsc_checkout_table td {
    width: auto !important;
    padding: 0 !important;
  }
  .wpsc_gateway_container .custom_gateway .wpsc_checkout_table td:last-child {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .custom_gateway .wpsc_checkout_table td select.wpsc_ccBox {
    width: 45% !important;
  }
  .custom_gateway .wpsc_checkout_table tr:last-child select.wpsc_ccBox {
    margin-bottom: 0;
  }
  
  /*** account ***/

  #login_page .s_h_180,
  #woo_new_user .s_h_130
  {
    height: auto !important;
    margin-bottom: 0 !important;
  }
  .log_expander_icon {
    margin-top: -2px;
  }
  .logdisplay,
  .customer_details
  {
    font-size: 12px;
  }
  .logdisplay tr > td:first-child + td + td,
  .logdisplay tr > td:first-child + td + td + td,
  .logdisplay tr > td:first-child + td + td + td + td
  {
    display: none;
  }
  
    
  /*** blog ***/
  
  .post .s_media,
  .post .s_meta
  {
    float: none;
    margin: 0 0 20px 0 !important;
  }
  .post .s_info_page {
    clear: both !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  form p {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /*** portfolio ***/

  .s_portfolio .s_details {
    position: static !important;
    overflow: hidden !important;
    clear: both !important;
    float: none !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
  }
  .s_portfolio .s_thumb + .s_details {
    margin: 0 !important;
    padding: 20px 0 0 0 !important;
  }

  /*** testimonials ***/

  .s_testimonials_listing {
    padding: 0;
  }
  .s_testimonials_listing .s_testimonial {
    clear: both !important;
    display: table;
    float: none;
    width: 100%;
    margin: 0 0 20px 0 !important;
  }
  .s_testimonials_listing .s_testimonial .s_author {
    display: table-footer-group;
    float: none;
        text-align: left;
      }
  .s_testimonials_listing .s_testimonial .s_author .s_thumb,
  .s_testimonials_listing .s_testimonial .s_author h3,
  .s_testimonials_listing .s_testimonial .s_author .s_project
  {
    clear: none !important;
        margin-left: 40px;
      }
  .s_testimonials_listing .s_testimonial .s_author .s_thumb {
        float: left;
    margin-right: 15px;
      }
  .s_testimonials_listing .s_testimonial .s_author .s_thumb img,
  .s_testimonials_listing .s_testimonial .s_author img.s_thumb
  {
    width: 50px;
    padding: 5px;
  }
  .s_testimonials_listing .s_testimonial blockquote {
    margin: 0 0 15px 0;
  }
  .s_testimonials_listing .s_testimonial:after {
    content: "";
    display: table;
    clear: both;
  }
  .s_single_testimonial blockquote {
    background: none;
  }
  .s_single_testimonial .s_author {
    float: none;
    width: 100%;
    padding-bottom: 40px;
        margin: 0 0 -25px -40px;
    padding-left: 40px;
    background: url(../images/quotes_left.png) no-repeat scroll 0 100%;
      }
  .s_single_testimonial .s_author .s_thumb,
  .s_single_testimonial .s_author h3,
  .s_single_testimonial .s_author .s_project
  {
    position: relative;
        left: -20px;
      }

  /*** sitemap ***/

  .s_sitemap_listing {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    -o-column-count: 1;
  }

  /*** common styles ***/
  .s_nav li {
    clear: both;
    float: none !important;
    margin-bottom: 10px !important;
  }
  .s_nav li:last-child {
    margin-bottom: 0 !important;
  }
  .s_nav li a {
    float: none !important;
    width: 100%;
  }
  .s_list_1 li {
        background-image: url(../images/bullet_1.png);
    background-position: 0 -3px;
      }
  .s_total.left,
  .s_total.right
  {
    width: auto !important;
    clear: none !important;
  }
  .s_table {
    font-size: 13px;
  }
  #shopping_cart .s_cell_quantity {
    display: table-cell !important;
  }
  .pagination {
    text-align: center;
  }
  .pagination .links {
    float: none;
  }
  .s_listing .s_item {
    width: 130px !important;
    margin-bottom: 20px !important;
  }
  .s_listing .s_item .s_thumb {
    padding: 0 0 10px 0 !important;
  }
  .s_listing .s_item h3 {
    font-size: 14px;
  }
  .s_listing .s_item h3 a {
    padding-top: 9px;
  }
  .s_grid_view .s_item:hover {
    margin-top: 0;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px !important;
    padding: 0;
    background: none;
    box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .s_item .s_actions {
    display: block !important;
    font-size: 13px !important;
  }
  .s_single_col .s_subcategory:nth-child(8n+1),
  .s_2_cols .s_subcategory:nth-child(6n+1),
  .s_grid_view .s_item.clear3,
  .s_grid_view .s_item.clear4,
  .s_grid_view .s_item.clear5,
  .s_grid_view .s_item.clear6
  {
    clear: none !important;
  }
  .s_single_col .s_subcategory:nth-child(2n+1),
  .s_grid_view .s_item.clear2
  {
        clear: left !important;
      }

  .s_submit .s_button_1,
  .form-submit button,
  .form-submit input[type="button"],
  .form-submit input[type="submit"]
  {
        float: left;
    clear: left;
    margin-left: 0;
        margin-top: 15px;
  }
  .s_submit .s_button_1:first-child,
  .form-submit button:first-child,
  .form-submit input[type="button"]:first-child,
  .form-submit input[type="submit"]:first-child,
  .s_submit .s_button_1.first,
  .form-submit button.first,
  .form-submit input[type="button"].first,
  .form-submit input[type="submit"].first
  {
    margin-top: 0;
  }
  
    
  /*** ui noty ***/
  
  html.s_locked,
  html.s_locked body
  {
    overflow: hidden;
    height: 100%;
  }
  .noty_cont {
    position: absolute;
    top: 15px;
    bottom: 15px;
    right: 15px;
    left: 15px;
    display: none;
    width: auto;
    height: auto;
    margin: 0 !important;
  }
  html.s_locked .noty_cont {
    display: block;
  }
  .noty_bar,
  .noty_message
  {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    margin: 0 !important;
  }
  .noty_message h3 {
    font-size: 15px !important;
  }
  .noty_buttons {
    padding-top: 15px;
    text-align: center;
  }
  
    
}



/*  -------------------------------------------------------------------------------------  */
/*  ---  Mobile  portrait layout              -------------------------------------------  */
/*  -------------------------------------------------------------------------------------  */
/*  ---  Max width: 480px                       -----------------------------------------  */

@media only screen and (max-width: 479px) {

  /*** forms ***/
  
  label {
    display: inline-block;
    float: none;
    width: auto;
  }
  input[type=text],
  input[type=password],
  textarea,
  select
  {
    float: none;
    width: 100% !important;
  }

  /*** checkout ***/

  .s_profile tr,
  .s_profile td,
  .s_profile .custom_gateway .wpsc_checkout_table,
  .s_profile .custom_gateway .wpsc_checkout_table tbody
  {
    display: block;
    width: auto !important;
  }
  #checkout_page_container .wpsc_email_address p,
  #checkout_page_container .wpsc_email_address p:first-child,
  #checkout_page_container .wpsc_email_address label
  {
    display: block;
    width: 100% !important;
  }
  #checkout_page_container .wpsc_email_address p:first-child {
    margin-bottom: 0;
  }

  /*** portfolio ***/

  .s_portfolio {
    clear: both !important;
    float: none !important;
    width: 100% !important;
    height: auto !important;
  }

  /*** custom ***/

  
}



/*  -------------------------------------------------------------------------------------  */
/*  ---  Mobile landscape layout              -------------------------------------------  */
/*  -------------------------------------------------------------------------------------  */
/*  ---  Min width: 480px / Max width: 767px    -----------------------------------------  */

@media only screen and (min-width: 480px) and (max-width: 767px) {

  .s_wrap {
    width: 440px;
  }
  .s_col_3 {
    clear: none;
    float: left;
    width: 220px;
  }

  .s_row_2 label {
    width: 150px;
  }

  #image_intro_preview img {
    max-width: 440px !important;
    height: auto !important;
  }
  #image_intro_preview.s_boxed img {
    max-width: 430px !important;
  }
  
  
  /*** products ***/

  .s_subcategory {
    width: 90px;
  }
  .s_single_col .s_subcategory:nth-child(8n+1),
  .s_grid_view .s_item.clear2,
  .s_grid_view .s_item.clear4,
  .s_grid_view .s_item.clear5,
  .s_grid_view .s_item.clear6
  {
    clear: none !important;
  }
  .s_single_col .s_subcategory:nth-child(4n+1),
  .s_grid_view .s_item.clear3
  {
        clear: left !important;
      }

  /*** product ***/

  #product_images {
    width: 280px !important;
    float: none;
      }
  #product_info {
    clear: none !important;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
  }
  #product_price {
    padding-bottom: 20px;
  }
  #product_price .s_price,
  .s_single_col #product_price .s_price
  {
    position: static !important;
  }
  #product_info dl {
        clear: right;
    float: right;
        width: 140px !important;
  }
  #product_info dl dt,
  #product_info dl dd
  {
    width: 100%;
    margin-bottom: 0;
  }
  #product_info dl dd {
    clear: left;
    margin-bottom: 10px;
  }
  #product_buy {
    clear: both;
    width: 440px;
  }
  
    
  /*** portfolio ***/

  .s_grid_view .s_portfolio {
    width: 50% !important;
  }
  .s_portfolio img {
    height: auto !important;
  }
  .s_portfolio.clear3,
  .s_portfolio.clear4,
  .s_portfolio.clear5,
  .s_portfolio.clear6
  {
    clear: none !important;
  }
  .s_portfolio.clear2 {
        clear: left !important;
      }
  
  /*** checkout ***/
  
  #checkout_page_container .wpsc_email_address input {
    width: 100%;
  }

  /*** custom ***/

  
}


/*  -------------------------------------------------------------------------------------  */
/*  ---  Retina displays                        -----------------------------------------  */
/*  ---  Overrides styles for devices with a    -----------------------------------------  */
/*  ---  device-pixel-ratio of 2+, such as iPhone 4     ---------------------------------  */

@media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {

  body {
  }

}


/* ------------------------------------- Wordpress -----------------------------------------*/

.s_widget_wpsc_categorisation .s_categories_module ul {
  margin-bottom: 0;
}


.tagcloud,
.s_widget_wpsc_product_tags > div
{
  overflow: hidden;
    margin-right: -8px;
  }

.tagcloud a,
.s_widget_wpsc_product_tags a
{
  display: block;
  height: 20px;
  line-height: 19px;
  white-space: nowrap;
  font-size: 11px !important;
    float: left;
  margin: 0 8px 10px 0;
  padding: 0 10px 0 15px;
  background: url(../images/tag.png) no-repeat center left;
  }
.s_box .tagcloud,
.s_widget_wpsc_product_tags > div
{
  margin-bottom: -10px !important;
}


/***************************************************************/
/***   TRANSITIONS   *******************************************/
/***************************************************************/

#categories > ul,
#categories > ul > li,
#categories > ul > li > a,
#cart_menu .s_grand_total,
#intro .s_button_prev:hover,
#intro .s_button_next:hover,
.s_media .s_overlay,
.s_testimonials_listing .s_testimonial a.s_thumb,
.s_testimonials_listing .s_testimonial a.s_thumb img,
.s_slider_box .s_prev,
.s_slider_box .s_next
{
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}



/***************************************************************/
/***   COLOR  SCHEMER   ****************************************/
/***************************************************************/

body.s_layout_fixed {
  background-color: #ffffff;
      background-repeat: repeat;
  background-position: top left;
  background-attachment: scroll;
  }
body.s_layout_full {
  background: #fff !important;
}
body.s_layout_fixed #wrapper {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.00);
  -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.00);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.00);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.00);
}
.s_main_color,
.s_secondary_color,
.s_profile td[colspan="2"] strong,
#user_orders strong.form_group,
#user_orders .order_status > div > strong,
#category_filter a.selected,
#view_mode .s_selected a,
#content p a,
#success.woo_checkout h2
{
  color: #d00c24;
}
.s_main_color_bgr,
.s_secondary_color_bgr,
.s_widget_contacts .s_icon_32 .s_icon,
.s_list_1 li:before,
.s_list_2 li:before,
#account_box .digital-downloads li:before,
.menu li:before,
.sub-menu li:before,
.product-categories li:before,
.s_widget_wpsc_price_range li:before,
.product-categories li:before,
.s_box > ul > li:before,
.s_notify .s_icon,
#site_search .s_search_button,
#intro .s_button_prev:hover,
#intro .s_button_next:hover,
#view_mode .s_selected .s_icon,
#view_mode a:hover .s_icon,
.pagination a:hover,
.remove_button:hover,
.s_notify .noty_close:hover,
.noty_message button.s_secondary_color_bgr,
.unoslider_theme_shoppica .unoslider_left:hover,
.unoslider_theme_shoppica .unoslider_right:hover,
.ls-defaultskin .ls-nav-prev:hover,
.ls-defaultskin .ls-nav-next:hover,
.s_slider_box .s_prev:hover,
.s_slider_box .s_next:hover,
.s_widget_price_filter .ui-slider-handle
{
  background-color: #d00c24;
}
.unoslider_theme_shoppica .unoslider_indicator a.unoslider_indicator_active,
.ls-defaultskin .ls-bottom-slidebuttons .ls-nav-active,
.s_widget_layered_nav li.chosen a:hover:before,
.s_widget_price_filter .ui-slider-handle:hover
{
  background-color: #d00c24 !important;
}
a:hover,
#header a:hover,
#main_navigation a:hover,
#content a:hover,
#shop_info a:hover,
#footer_nav a:hover,
#footer a:hover,
#breadcrumbs a:hover
{
  color: #d00c24;
}
#content p a:hover {
  color: #000;
}
.s_meta a:hover
{
  color: #d00c24 !important;
}
#intro {
  color: #6e6e6f;
  background-color: #ffffff;
}
#intro h1,
#intro h1 *,
#intro h2,
#intro h2 *
{
  color: #2c4fd0;
}
#intro h1 {
  text-indent: -1px;
}
#breadcrumbs a {
  color: #d00c24;
}
.s_side_col h2 {
  color: #2c4fd0;
}
.s_button_1 {
  background-color: #d00c24;
}
.s_button_1 .s_text {
  color: #fff;
}
.form-submit button,
.form-submit input[type=button],
.form-submit input[type=submit],
.noty_message button,
.comment .reply .comment-reply-link
{
  color: #fff;
  background-color: #d00c24;
  border: 3px solid #d00c24;
}
.s_button_1:hover {
  background-color: #ba0e23;
}
.s_button_1:hover .s_text {
  color: #fff;
}
.form-submit button:hover,
.form-submit input[type=button]:hover,
.form-submit input[type=submit]:hover,
.noty_message button:hover,
.comment .reply .comment-reply-link:hover
{
  color: #fff;
  background-color: #ba0e23;
  border: 3px solid #ba0e23;
}
*::-moz-selection {
  color: #fff;
  background-color: #d00c24;
}
*::-webkit-selection {
  color: #fff;
  background-color: #d00c24;
}
*::selection {
  color: #fff;
  background-color: #d00c24;
}


/***   MAIN  NAVIGATION   **************************************/

#categories > ul > li > a {
  color: #ffffff;
}
#categories > ul > li.current-menu-item > a,
#categories > ul > li.current-menu-ancestor > a
{
  color: #ffffff;
  background-color: #f6f6f6;
}
#categories > ul > li:hover > a,
#categories > ul > li > a:hover,
#categories .sub-menu > li:before
{
  color: #ffffff;
  background-color: #575adf;
}
#categories .sub-menu a:hover {
  color: #575adf;
}
#cart_menu .s_grand_total {
  color: #FF6B5B;
}
#cart_menu .s_icon {
  background-color: #ccc;
}
#cart_menu:hover .s_grand_total {
  color: #ffffff;
  background-color: #FF6B5B;
}


/***   BLOG   **************************************************/

.post h2,
.post h3,
.post h2 a,
.post h3 a
{
  color: #2c4fd0;
}
.post h2 a:hover,
.post h3 a:hover,
.post .s_meta a:hover
{
  color: #d00c24 !important;
}
.post a {
  color: #2c4fd0;
}
.post a:hover {
  color: #d00c24 !important;
}
.post .s_meta .s_icon {
  background-color: #ccc;
}


/***   PORTFOLIO   *********************************************/

.s_portfolio h3,
.s_portfolio h3 a
{
  color: #000;
}
.s_portfolio h3 a:hover {
  color: #d00c24 !important;
}
.s_media .s_overlay span {
  opacity: 0.70;
  background-color: #FF6B5B;
}
.s_portfolio .s_button_1 {
  background-color: #FF6B5B;
}
.s_portfolio .s_button_1 .s_text {
  color: #fff;
}
.s_portfolio .s_button_1:hover {
  background-color: #f95d4c;
}
.s_portfolio .s_button_1:hover .s_text {
  color: #ffffff;
}


/***   PRODUCTS   **********************************************/

.s_listing.s_grid_view {
  padding-bottom: 10px;
}
.s_listing .s_item h3,
.s_listing .s_item h3 a
{
  color: #2c4fd0;
}
.s_listing .s_item h3 a:hover {
  color: #d00c24 !important;
}
.s_label .s_price {
  display: table-cell !important;
  background-color: #d00c24;
  vertical-align: middle;
}
.s_label .s_price,
.s_label .s_price *
{
  color: #fff;
}
.s_label .s_promo_price {
  background-color: #d00c24;
}
.s_label .s_promo_price,
.s_label .s_promo_price *
{
  color: #ffffff;
}

.s_plain .s_price,
.s_plain .s_price *
{
  color: #000000;
}
.s_plain .s_old_price,
.s_plain .s_old_price *,
.s_plain .s_promo_price,
.s_plain .s_promo_price *,
.s_item.s_size_1 .s_secondary_color
{
  color: #d00c24;
}
.s_button_add_to_cart {
  color: #d00c24;
}
.s_button_add_to_cart .s_icon {
  background-color: #d00c24;
}
.s_button_add_to_cart:hover,
.s_button_add_to_cart:hover *
{
  color: #d00c24 !important;
}
.s_button_add_to_cart:hover .s_icon {
  background-color: #d00c24;
}


/***   FOOTER   ************************************************/

#shop_info h2,
#shop_info h2 a
{
  color: #ffffff;
}
#shop_info a {
  color: #ffffff;
}
#shop_info a:hover {
  color: #d8d8d8 !important;
}
#footer_nav h2 {
  color: #ffffff;
}
#footer_nav a {
  color: #ffffff;
}
#footer_nav a:hover {
  color: #d8d8d8 !important;
}


/**** Isotope Filtering ****/

.option-set {
  margin-left: 0;
  margin-right: 0;
}
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.wpsc-purchase-log-transaction-results td {
  text-align: center;
}

/* End: Recommended Isotope styles */

/* WOOCOMMERCE STYLESHEET */

.product {
  position: relative;
}

.s_subcategory img {
  width: 100px;
  height: 100px;
}

.chzn-results {
  float: left;
}

/* Global/Helpers/Clears */
.cart div.quantity {
  position: relative;
  display: inline-block;
  margin-top: 2px;
}
.cart table div.quantity {
  margin-top: 0;
  margin-bottom: -1px;
}
.quantity input.input-text {
  height: 31px !important;
  margin-top: 0 !important;
}
.quantity input.plus,
.quantity input.minus
{
  position: absolute;
  right: 0;
  width: 20px !important;
  height: 16px !important;
  margin: 0 !important;
  line-height: 14px !important;
  text-indent: -1000em;
  font-size: 13px !important;
  color: #888888 !important;
  border: 1px solid #ccc;
  -moz-box-shadow: 0 1px 0 #fff inset;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  cursor: pointer;
}
.quantity input.minus {
  bottom: 0;
  background: url(../images/qnt.png) no-repeat -1px 100%;
  -moz-border-radius: 0 0 2px 0;
  -webkit-border-radius: 0 0 2px 0;
  border-radius: 0 0 2px 0;
}
.quantity input.plus {
  top: 0;
  background: url(../images/qnt.png) no-repeat -1px 0;
  -moz-border-radius: 0 2px 0 0;
  -webkit-border-radius: 0 2px 0 0;
  border-radius: 0 2px 0 0;
}
.quantity input.plus:hover,
.quantity input.minus:hover
{
  z-index: 2;
  border: 1px solid #bbb;
}
.quantity input.minus:hover {
  background: url(../images/qnt.png) no-repeat -21px 100%;
}
.quantity input.plus:hover {
  background: url(../images/qnt.png) no-repeat -21px 0;
}


p.stars {
  padding: 4px 0 6px 0;
  margin-bottom: 0;
}
p.stars:after {
  content: "";
  display: block;
  clear: both
}
p.stars span {
  width: 80px;
  height: 20px;
  position: relative;
  float: left;
  background: url(images/star.png) repeat-x 0 2px;
}
p.stars span a {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  float: left;
  width: 16px;
  height: 0;
  padding-top: 16px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
p.stars span a:hover, p.stars span a:focus {
  background: url(images/star.png) repeat-x 0 -16px
}
p.stars span a.active {
  background: url(images/star.png) repeat-x 0 -32px
}
p.stars span a.star-1 {
  width: 16px;
  z-index: 10
}
p.stars span a.star-2 {
  width: 32px;
  z-index: 9
}
p.stars span a.star-3 {
  width: 48px;
  z-index: 8
}
p.stars span a.star-4 {
  width: 64px;
  z-index: 7
}
p.stars span a.star-5 {
  width: 80px;
  z-index: 6
}

@media only screen and (max-width: 767px) {
  p.stars {
    display: none;
  }
  p.stars + select {
    display: inline-block !important;
  }

}

.s_slider_box {
  clear: both;
}

.demo_store{position:fixed;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:.5em 0;text-align:center;background:#ad74a2;background:-webkit-gradient(linear,left top,left bottom,from(#ad74a2),to(#96588a));background:-webkit-linear-gradient(#ad74a2,#96588a);background:-moz-linear-gradient(center top,#ad74a2 0,#96588a 100%);background:-moz-gradient(center top,#ad74a2 0,#96588a 100%);border:1px solid #96588a;color:#fff;z-index:99998;}


.page-id-253 .row-fluid .wpb_wrapper h4 {
color:#D00C24 !important;
font-size:1.8em;
}

#bottom-content {
display: none
}