
/* Reset ================================================================================= */

:root {
    --dark-green: #365670;
    --primary-green: #4C9D2A; /* #50A026 */
    --secondary-green: green;
    --light-green: #50A026;
    --primary-blue: #024787;
    --primary-hover: #092C74 !important;
    --text-color: #373737;
    --text-disabled: #A0A0A0;
    --black: #000;
    --green: #4C9D2A; /* #50A026 */
    --red: #EB340A;
    --success: #3d6611;
    --error: #df280a;
    --notice: #e26703;
    --orange: #e26703;
    --even: #fff;
    --odd: #f0f0f3;
    --shadow-base: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    --shadow-base2: rgba(60, 64, 67, 0.6) 0px 1px 2px 0px, rgba(60, 64, 67, 0.3) 0px 1px 3px 1px;
    --shadow-base3: rgba(60, 64, 67, 0.9) 0px 1px 2px 0px, rgba(60, 64, 67, 0.6) 0px 1px 3px 1px;
    --base-font: 'Raleway', sans-serif;
    --secondary-font: 'montserratregular', sans-serif;
}


@font-face {
    font-family: 'fjallaoneregular';
    src: url('../fonts/fjallaone-regular.eot');
    src: url('../fonts/fjallaone-regular.eot') format('embedded-opentype'),
         url('../fonts/fjallaone-regular.woff') format('woff'),
         url('../fonts/fjallaone-regular.ttf') format('truetype'),
         url('../fonts/fjallaone-regular.svg#fjallaoneregular') format('svg');
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 29, 2013 */

@font-face {
    font-family: 'bebasregular';
    src: url('../fonts/utm_bebas-webfont.eot');
    src: url('../fonts/utm_bebas-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/utm_bebas-webfont.woff') format('woff'),
         url('../fonts/utm_bebas-webfont.ttf') format('truetype'),
         url('../fonts/utm_bebas-webfont.svg#utm_bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/Oxygen/Oxygen-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/Oxygen/Oxygen-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway/Raleway-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway-light';
    src: url('../fonts/Raleway/Raleway-light.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway-bold';
    src: url('../fonts/Raleway/Raleway-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}





@font-face {
    font-family: 'montserrat_alternatesbold';
    src: url('../fonts/Oxygen/Oxygen-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}




@font-face {
    font-family: 'montserrat_alternatesregular';
    src: url('../fonts/Oxygen/Oxygen-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}



* { margin:0; padding:0; }

body          { color: #555; font-family: var(--base-font); font-size:14px; font-weight: 400; }
img           { border:0; vertical-align:top; }

a { 
	color: var(--primary-blue) ;
	-moz-transition: color 1.0s ease;
    font-style: normal;
    -o-transition: color 1.0s ease;
    -webkit-transition: color 1.0s ease;
    transition: color 1.0s ease;
}

a:hover { text-decoration:none;color:#000000; }

a:focus        { outline:0;text-decoration:none;color:var(--primary-green); }
a:hover img   { -moz-opacity:1; -webkit-opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";/*IE8*/ opacity:1;}
.header .logo:hover img {-moz-opacity:1; -webkit-opacity:1;opacity:1;}

/* Headings */
h1,h2,h3, h4,h5,h6 {font-family: var(--base-font); color: #000; font-weight: 700;}
h1            { font-size:20px; }
h2            { font-size:18px; }
h3            { font-size:16px; }
h4            { font-size:14px; }
h5            { font-size:12px; }
h6            { font-size:12px; }


/* Forms */

fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:middle; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0; font-family: var(--base-font);}
strong        { font-weight:normal;    font-family: var(--base-font); font-weight: 700;}
address       { font-style:normal; line-height:1.35;  font-family: 'montserrat_alternatesbold';}
cite          { font-style:normal; font-family: var(--secondary-font);}
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { /*list-style:none; */ margin: 0; }

dd { margin: 0; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space: nowrap !important; font-family: var(--secondary-font); font-size: 12px; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.float-left,
.left         { float:left !important; }
.f-right,
.float-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%;}
.products-list .f-fix { /*margin: 30px 0 0; */}
.no-display   { display:none !important; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */

/* Layout ================================================================================ */
.ma-wrapper { background: url("../images/bg-wrapper.png") repeat; }
.ma-page { overflow: hidden; background: #fff;}
.page-print { background:#fff; padding:25px 30px; text-align:justify; font-family: var(--secondary-font); font-size: 14px; color: #373737; }
.page-empty { background:#fff; padding:20px; text-align:left; }
.page-popup { background:#fff; padding:25px 30px; text-align:left; }
.cms-index-index .ma-main-container { float: left; width: 100%;  background: #fff; padding: 50px 0 0; margin: 0;}
.ma-main-container {margin: 0; float: left; width: 100%; padding:  15px 0 0 0; background: #fff;} /* distanza header e blocco testo pagine */
.cms-index-index .home-content {padding: 0;margin:0; float: left; width: 100%;}
.main .tabs { padding: 0; margin:20px 0 0; border: 0;}
.container-home { background: #fff;}
/*
.cms-index-index .main {  margin:0;
    text-align:left;
    padding:5px 0 40px;
    margin: 0 2%;
    float: left;
    width: 96%;
    background: #fff;
    border-bottom: 1px solid #efefef;
}
.main {
    text-align:left;
    padding:40px 0 20px;
    margin: 0 2%;
    float: left;
    width: 96%;
    background: #fff;
}
*/
.main-inner { padding: 0;}
.checkout-onepage-index .main-inner { margin: 35px 0 0;}
/* Base Columns */
.col-left { }
.col-main { float:left; width:685px; padding:0 0 1px; }
.col-right { }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { }
.col3-layout .col-wrapper { }
.col3-layout .col-wrapper .col-main {  }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }

/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { vertical-align:middle; color:var(--primary-blue); }
input.input-text,select,textarea { background:#e9f6e9 !important; border:1px solid #eeeeee !important; box-shadow: none !important; width: auto; height: auto; line-height: 1.55; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin:-3px 6px 0 0; }
input.checkbox { margin-right:3px; }
input.qty { width:7.5em !important;text-align:center; } 
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { 
    overflow:visible; 
    width:auto; 
    border:0; 
    padding:4px 0; 
    margin:0; 
    background:transparent; 
    cursor:pointer; 
    border-top: 1px dashed var(--primary-hover) !important;
    border-bottom: 1px dashed var(--primary-hover) !important;
}
button.button span { 
    padding:4px 12px; 
    /*border: 3px solid #DFDFDF;*/ 
    border:0;
    display: block; 
    /*background: #fff;*/ 
    background:none;
    font-size: 16px; 
    font-family: fjallaoneregular; 
    text-align:center; 
    white-space:nowrap; 
    color: var(--primary-green);
    font-family: 'montserratbold';
}
button.button:hover span {
    /*background:var(--primary-green);*/ 
    background: none;
    /*border: 3px solid var(--primary-green);*/ 
    border:0!important;
    color: #fff;
}
button.button span span { border:0; padding:0; background: none; }
button.button:hover span span { background: none; border: 0; color:#5A2C74}
button.disabled span { border-color:#bbb !important; background:#bbb !important; }
.products-list button.button.btn-cart span span { padding: 0; line-height: 20px;}
button.button.btn-cart {}
button.button.btn-cart span {padding:0; border: none; display: block; width: 46px; height: 46px; background:url("../images/bg-cart.png") no-repeat 0 0 #bbb; text-indent: -9999px; font-size: 13px;
}
button.button.btn-cart span span {padding:0; line-height: 14px; background: none;}
button.button.btn-cart:hover span { background:url("../images/bg-cart.png") no-repeat 0 0 var(--primary-green); }
button.button.btn-cart:hover span span { background: none;}
button.btn-checkout span { 
    height:auto; 
    /*border: 3px solid #dfdfdf;*/ 
    border:0;
    line-height: 35px; 
    /*padding:10px 26px;*/
    font-size: 14px; 
    font-weight: normal!important; 
    /*font-family:'fjallaoneregular';*/ 
    color: var(--primary-green);
    font-family: 'montserratbold'!important;
}
button.btn-checkout span span { background-position:100% 0; padding:0; line-height: 20px;text-transform:uppercase; font-family: var(--secondary-font); }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

p.control input.checkbox,
p.control input.radio { margin-right:6px; }
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus { background-color:#f4c6c4; }
/*.highlight { background:#efefef; }*/

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.form-list li { margin:8px 0 0; }
.form-list label { float:left; color:#373737; font-family: var(--secondary-font); font-weight:normal; position:relative; z-index:0; margin: 9px 0 0 }
.form-list label.required { margin: 10px 0 0 0;}
.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin:-3px 6px 0 0; }
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.form-list li.fields { margin-right:-15px; }*/
.form-list .input-box { display:block; clear:both;  }
.form-list .field { float:left; width:280px; }
.form-list input.input-text { padding: 5px;font-family: 'montserratbold';  }
.form-list textarea { width:95%; height:6em; }
.form-list select { width:290px; font-family: 'montserratbold'; color: #000; }
.form-list li.wide .input-box {  }
.form-list li.wide input.input-text {  }
.form-list li.wide textarea {  }
.form-list li.wide select {  }
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; } 
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; } 
.form-list-narrow li.wide input.input-text, 
.form-list-narrow li.wide textarea { width:254px } 
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }


.buttons-set { clear:both; padding:0 0 10px; border: none; margin: 10px 0; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0; text-decoration: none; cursor: pointer; }
.buttons-set .back-link > div { font-family: var(--secondary-font); display: inline; }
.product-view .buttons-set button.button { float:right; margin-left:5px; margin-right: 0; }
.buttons-set button.button { float:right; margin-left:5px;}
.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }
.buttons-set.top-page { text-align: left; width: 100%; }

.fieldset { border:1px solid #b4acac; padding:22px 25px 21px 33px; margin:28px 0; background: #fff; }
.fieldset .legend { float:left; font-weight:normal; font-size:13px; border:1px solid var(--primary-green); background:#fff; color:var(--primary-green); margin:-33px 0 0 -10px; padding:5px 8px; position:relative; }

/* Form Validation */
.validation-advice { clear:both; min-height:13px; margin:13px 0 0; padding-left:17px; font-size:11px; font-weight:normal; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a;position:inherit; width: 204px; }
.validation-failed { border: 1px dashed var(--color-red) !important;background: #faebe7 !important;border-radius: 5px;padding: 8px; }
.validation-passed {}
p.required { font-size:11px; text-align:right; color:var(--color-red); }
/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }

/* Global Messages  */
.success { color: var(--success); font-weight:normal; }
.error { color: var(--error); font-weight:normal; }
.notice { color:var(--notice); }

.val_ok_div {
	background-image: url('/media/wysiwyg/cms_pics/check.png');
	background-repeat: no-repeat;
	position: relative;
	float: right;
	background-size: 40% 45% !important;
	width: 50px;
	height: 30px;
	bottom: 19px;
	left: 24px;	
} 


.messages,
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.messages li { margin:0 0 10px !important; }
.messages li li { margin:0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:normal !important; }
.error-msg { border-color: var(--error); background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:var(--error); font-size:14px !important;border-radius:4px; width:97%; }
.success-msg { border-color:var(--success); background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:var(--success); font-size:14px !important;border-radius:4px; width:97%;}
.note-msg,
.notice-msg { border-color:var(--notice); background-color:#fafaec;
    background-image:url(../images/i_msg-note.gif); 
/*    background-image: url("../images/light-bulb-svgrepo-com.svg");
    background-size: 20px;*/
    color: var(--notice); font-size:14px !important;border-radius:4px; width:97%;}

.catalog-category-view .show-grid ,.catalog-product-view .show-grid ,.review-product-list .show-grid ,.catalogsearch-result-index .show-grid  {
	margin:30px 0 0 0;
}
/* BreadCrumbs */
.breadcrumbs { font-size:12px; line-height:1.25; margin:-50px 0 50px 0;padding:0 0 0 200px;}
.breadcrumbs li { display:inline; }
.breadcrumbs li a {  font-size: 15px; font-family: var(--secondary-font);}
.breadcrumbs li span {background:url(../images/icon_breadcrumbs.png) no-repeat center center; width:10px;display:inline-block;text-indent:-9999px;margin:0 6px;}
.breadcrumbs li strong { font-weight:normal;color:var(--primary-green);  font-size: 15px; font-family: var(--secondary-font);}

/* Page Heading */
.page-title .btn-checkout { display: none;}
.page-title { width:100%; overflow:hidden; margin:0 0 4px; }
.page-title h1 {color: var(--primary-green); font-size: 24px; margin-bottom: 6px;}
.page-title h2 { margin:0;}
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; }

label { display: inline-block; text-shadow: none; margin: 0; }

/* Pager */
.pager {font-size:12px;  padding:4px 8px; text-align:center; margin: 0; }

.pager .view-mode {
    float: right;
    margin: 0;
    padding: 8px 20px 8px 0;
}
.pager .view-mode label{ color: #666; float:left;margin:0;text-transform:capitalize;font-size:12px;line-height:25px; display: none;}
.pager .view-mode span{float:left;margin:5px 0 0 10px; }
.pager .view-mode a.grid{ width:23px; height:23px; float:left; text-indent:-9999px; background:url(../images/grid_wide.png) 0 0 no-repeat; }
.pager .view-mode strong.grid,
.pager .view-mode a.grid:hover{ width:23px; height:23px; float:left; text-indent:-9999px; background:url(../images/grid_wide.png) 0 100% no-repeat; }
.pager .view-mode a.list{ width:23px; height:23px; float:left; text-indent:-9999px; background:url(../images/list_wide.png) 0 0 no-repeat; border: 0; border-radius: 0; padding: 0; }
.pager .view-mode strong.list,
.pager .view-mode a.list:hover{ width:23px; height:23px; float:left; text-indent:-9999px; background:url(../images/list_wide.png) 0 100% no-repeat; }
.pager a {
    background: none;
    border: 0;
    border-radius: 0;
    display: inline-block;
    padding: 0;
    text-decoration: none;
}
.pager .pages a { border:none;padding:0px 4px;outline:none; font-size: 14px; color: #666; font-family: var(--secondary-font); background: none;}
.pager .pages a:hover{color:var(--primary-green); background: none; }
.pager .pages .current  {padding:0px; color:var(--primary-green); display:inline-block;font-size: 14px; font-family: var(--secondary-font);}
.pager .pages a.next, .pager .pages a.previous {text-transform: lowercase; background:none; color: #666;  font-size: 14px; }
.pager .pages a.next:hover, .pager .pages a.previous:hover { color: var(--primary-green); }

.pager .sort-by {
    float: left;
    margin: 0;
    padding: 10px 20px 10px;
}
.pager .sort-by label { vertical-align:middle;font-size:14px; font-family: var(--secondary-font); text-transform:capitalize; color: #666; line-height:22px;  }
.pager .sort-by select { padding:5px; border: 1px solid #efefef; margin:0 5px; vertical-align:middle; color: #aaa; background: #fff; font-size: 14px; font-family: 'fjallaoneregular'; }

.pager .amount { float:left; margin:13px 0 0; }
.pager .limiter {
    float: left;
    font-family: var(--secondary-font); 
    font-size: 12px; 
    color: #373737;
    line-height: 22px;
    margin: 0;
    padding: 10px 20px;
    text-transform: capitalize;
}
.pager .limiter label { vertical-align:middle;  color: #373737; font-size: 12px; font-family: var(--secondary-font);}
.pager .limiter select { padding:5px; font-family: var(--secondary-font); border: 1px solid #efefef; margin:0 5px; vertical-align:middle; color: #373737; background: #fff; font-size: 12px; }
.pager .pages {
    float: right;
    font-size: 12px;
    line-height: 37px;
    margin: 0;
    padding: 7px 25px;
    text-transform: uppercase;
}
.pager .pages strong {font-family: var(--secondary-font); text-transform: capitalize;font-weight:normal;line-height:22px; color: #666666;  font-size: 14px;}
.pager .pages ol { display:inline; }
.pager .pages li { display:inline; margin:0 2px; }
.pager .pages .current {}
.page-sitemap .pager .pages {border:1px solid #f7f7f7;}

/* Toolbar */

.toolbar {
    background: #f4f4f4;
    margin: 0;
    overflow: hidden;
    padding: 10px 10px 8px;
}
.toolbar .pager { padding:0px 0px; }
.toolbar .sorter { border-bottom:1px solid #fff; }
.toolbar-bottom .toolbar { margin:35px 0 0; float:left; width:100%;  padding: 10px 0; }



/* Data Table */
.data-table { width:100%; border:1px solid #e7e7e7; }
.data-table .odd  { }
.data-table .even { }
/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last { /*border-right:0;*/ }
.data-table tr.last th,
.data-table tr.last td { font-family: var(--secondary-font); font-size: 12px; color: #373737; text-align: justify;}
.data-table th { padding:3px 8px; font-weight:normal; font-size: 13px; }
.data-table td { padding:3px 8px; }
.data-table thead th {font-size: 14px; text-transform: capitalize; font-family: var(--secondary-font);  font-weight: normal; border-right:1px solid #e7e7e7; padding:5px; color:#888; white-space:nowrap; vertical-align:middle;background: #f5f5f5;text-transform:lowercase;text-align:center;border-bottom:1px solid #e7e7e7;  }


.data-table thead th.wrap { white-space:normal; }
.data-table thead th a,
.data-table thead th a:hover { color:#fff; }
.data-table thead th { /*background: var(--primary-green);*/ }
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }

.data-table tfoot { border-bottom:1px solid #d9dde3; }
.data-table tfoot tr.first td { background:#fbfbfb; padding: 20px; }
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
.data-table tfoot strong { font-size:16px; }

.data-table tbody th,
.data-table tbody td { border-bottom:1px solid #E7E7E7; border-right:1px solid #E7E7E7; font-family: var(--secondary-font); font-size: 12px; color: #373737; 
    text-align: justify;  }
.cart-table.data-table tbody th,
.cart-table.data-table tbody td {
	line-height:0px;
}
/* Bundle products tables */
.data-table tbody.odd tr { background:var(--odd) !important; }
.data-table tbody.even tr { background:var(--even) !important; }
.data-table tbody.odd tr td,
.data-table tbody.even tr td { border-bottom:0; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }

.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
.data-table tbody td .option-value { padding-left:10px; }

/* Generic Info Box */
.info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; line-height: 2em; }
tr.summary-total td {}
tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td {}
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { list-style:disc outside; padding-left:1.5em; }
.std ol { list-style:decimal outside; padding-left:1.5em; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; margin: 0 10px 0 0; }
.links li.first { }
.links li.last { }
.toplink .links li {
    float: left;
    font-size: 14px;
    padding: 0 10px;
    margin: 0;
    text-align: center;
}
.toplink .links li a { font-size: 12px;}
.header-icon { float: left; width: 100%; margin: 8px 0 0;}
.header-icon .google { float:left; margin: 0 8px 0 0;}
.header-icon .google a {
    background: url("../images/bg-google.png") no-repeat 0 0;
    text-indent: -99999px;
    display: block;
    line-height: 16px;
    width: 20px;
}
.header-icon .google a:hover {
    background: url("../images/bg-google.png") no-repeat 0 -16px;
}
.header-icon .dribbe { float:left; margin: 0 8px 0 0;}
.header-icon .dribbe a {
    background: url("../images/bg-dribbe.png") no-repeat 0 0;
    text-indent: -99999px;
    display: block;
    line-height: 16px;
    width: 20px;
}
.header-icon .dribbe a:hover {
    background: url("../images/bg-dribbe.png") no-repeat 0 -16px;
    }
.header-icon .facebook { float:left; margin: 0 8px 0 0;}
.header-icon .facebook a {
    background: url("../images/bg-facebook.png") no-repeat 0 0;
    text-indent: -99999px;
    display: block;
    line-height: 16px;
    width: 20px;
}
.header-icon .facebook a:hover {
    background: url("../images/bg-facebook.png") no-repeat 0 -16px;
}
.header-icon .flow { float:left; margin: 0 8px 0 0; }
.header-icon .flow a {
    background: url("../images/bg-flow.png") no-repeat 0 0;
    text-indent: -99999px;
    display: block;
    line-height: 16px;
    width: 20px;
}
.header-icon .flow a:hover {
    background: url("../images/bg-flow.png") no-repeat 0 -16px;
}
.header-icon .twiter { float:left; }
.header-icon .twiter a {
    background: url("../images/bg-twiter.png") no-repeat 0 0;
    text-indent: -99999px;
    display: block;
    line-height: 13px;
    margin: 2px 0 0;
    width: 20px;
}
.header-icon .twiter a:hover {
    background: url("../images/bg-twiter.png") no-repeat 0 -13px;
}
.toplink .links li.last {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.link-cart { /*color:#dc6809 !important;*/ font-weight:bold; }
.link-wishlist {
    font-weight:normal;
    background: url("../images/bg-wishlist.png") no-repeat 0 0 #bbbbbb;
    padding: 0;
    width: 46px;
    height: 46px;
    display: block;
    font-size: 12px;
    text-indent: -9999px;
}
.link-wishlist:hover { background: url("../images/bg-wishlist.png") no-repeat 0 0 var(--primary-green);}
.link-reorder { font-weight:normal; /*color:#dc6809 !important;*/ }
.link-compare {
    font-weight:normal;
    background: url("../images/bg-compare.png") no-repeat 0 0 #bbb;
    display: block;
    padding:0;
    width:46px;
    height: 46px;
    text-indent: -9999px;
    font-size: 12px;
}
.link-compare:hover {background: url("../images/bg-compare.png") no-repeat 0 0 var(--primary-green);}
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
.btn-remove  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
.btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden;margin-top:25px; }
.cart-table .btn-remove2 { margin-top: 0px;}
.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }

.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }

.separator { margin:0 3px; }

.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript {}

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */


/* Header ================================================================================ */
#header_link {
    position: absolute;
    top: 40px;
    left: 0;
    width: 172px;
    background: #666;
}

.heaser-text { text-align: left; float: left; width: 80%;}
.heaser-text h2 { color: #fff; font-family: var(--secondary-font); font-size: 19px;}

.top-header {background: transparent; padding: 10px 0;font-size: 12px;}
/*.top-header a {color: #FFF;}*/
.top-header .link-top-header a {margin-left: 5px;}
.top-header .link-top-header .form-language{display: inline-block;}
.top-header .head-link { float:right; width: 20%;}
.top-header .head-link a { padding: 6px 18px; border: 4px solid #eef7e6; color: #fff; font-size: 19px; font-family: var(--secondary-font); display: inline-block; }
.top-header .head-link a:hover { border: 4px solid #fff; background: #fff; color: var(--primary-green);}
.top-header .link-head li { color: #888888; font-size: 14px; font-family: var(--secondary-font);}
.banner-header { float: right; width: 100%; position: relative; padding: 0 0 25px 0;}
.banner-header .banner-image { float: right; width: 100%; text-align: right;}
.banner-header .banner-icon { position: absolute; bottom: 0; left: -10px; background: url("../images/bg-bottom-shadow.png") no-repeat 0 0; width: 503px; height: 25px;}
.header-menu {float: left; width: 100%;}
.top-cart-content .product-name { margin: 0; width:130px;}
.top-cart-content .product-name a { font-size: 13px;}



.logo {width: 100%;}

.header {border-bottom: 1px solid #DDD;padding: 0; margin: 0;}

.header h1.logo { margin:0; text-align: center;  padding: 0; width: 300px; height: 128px;}
.header .toplink { padding: 0 20px;  }
.header-top .quick-access { padding:0px 0;margin:0; float: right; }
.toplink .welcome-msg { margin:0; text-align: left; padding:15px 0px;line-height: 27px; font-size:14px; font-family: var(--secondary-font); color: #fff;  }
.toplink .welcome-msg a { color:#ebbc58; }
.header .form-search {padding: 1px; margin:15px 0 0; width:225px; height:36px; border: 1px solid #ccc; float: right; }
.header .form-search label { float:left; width:0; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
.header .form-search input.input-text { float:left; border:none;background:none;box-shadow:none; width:170px; height: 33px;margin:0; padding: 1px 1px 1px 10px;color:#aaa;font-size:14px;  }
.header .form-search button.button { float: right;}
.header .form-search button.button span { border:0; height:36px; padding:0px; font:12px/30px Tahoma, Verdana, Arial, sans-serif;color:#fff; background: url("../images/bg-botton-search.png") no-repeat 50% 50% #8abd85; width: 40px; }
.header .form-search button.button:hover span { background: url("../images/bg-botton-search.png") no-repeat 50% 50% #666666;}
.header .form-search button.button span span { padding:0; text-indent: -9999px; background: none; }
.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header-top .form-search {
    background:url("../images/bg-botton-search.png") no-repeat scroll 50% 50% ;
    border: 0 none;
    clear: both;
    height: 62px;
    margin: 0;
    padding: 0;
    position: inherit;
    width: 69px;
}
.header-top .search-contain {
    cursor: pointer;
    height: 62px;
    padding: 0 0 0;
    position: relative;
    width: 69px;
    z-index: 100001;
}
.header-top .search-contain:hover {
    /*background: url("../images/bg-hover.png") repeat;*/
}
.header-top .search-content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none;
/*    border-color: #F7F7F7 #F7F7F7 #F7F7F7;
    border-image: none;
    border-right: 1px solid #F7F7F7;
    border-style: solid;
    border-width: 3px 1px 1px;*/
    border:0px;
    display: none;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 63px;
    width: 126px;
    height:100%;
}
.header-top .form-search label {
    float: left;
    height: 21px;
    overflow: hidden;
    text-align: left;
    text-indent: -999em;
    width: 0;
}
.header-top .form-search input.input-text {
    background: transparent!important;
    color: #FFF;
    border: 0!important;
    box-shadow: none;
    float: none;
    height: 100%;
    padding: 3px 0px 0px 0px;
    font-family: var(--secondary-font);
    font-size: 11px;
    width: 80px;
    margin-left: 41px;
    line-height: 34px;
}
.header-top .form-search button.button {
    float: right;
    display:none;
}
.header-top .form-search button.button span {
    background: url("../images/icon-search.png") no-repeat scroll 50% 50% var(--primary-green);
    border: 0 none;
    height: 31px;
    padding: 0;
    transition: all 0s ease 0s;
    width: 34px;
}
.header-top .form-search button.button span span {
    background: none repeat scroll 0 0 transparent;
    float: left;
    padding: 0;
    text-indent: -99999px;
}
.header-top .form-search button.button:hover span {
    background: url("../images/icon-search.png") no-repeat scroll 50% 50% #ddd;
}
.header-top .form-search .search-autocomplete {
    left: 40px !important;
    top: 22px !important;
    z-index: 999;
}
.header-top .form-search .search-autocomplete ul {
    background-color: #F9F5F0;
    border: 1px solid #5C7989;
}
.header-top .form-search .search-autocomplete li {
    border-bottom: 1px solid #F4EEE7;
    cursor: pointer;
    padding: 2px 8px 1px;
    text-align: left;
}
.header-topr .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold;
}
.header-top .form-search .search-autocomplete li.odd {
    background-color: #FFFEFB;
}
.header-top .form-search .search-autocomplete li.selected {
    background-color: #F7E8DD;
}
.header .language_curency {float:left;width:100%;margin:7px 0 0 0;padding:0;}
.header .form-language { padding:0px 0 0;float:left; }
.header .form-language label { padding-right:5px;  vertical-align:middle; }
.header .form-language select { padding:0; }
.language_curency #select-language { margin:0; padding: 3px; float: left; }
.language_curency { float: left; width: 100%; padding: 0;}
.language_curency .form-language { margin:0; float: left;}
.form-language label { float: left; font-size: 14px; display: none;}
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
.header .form-language a {display:inline-block;margin:0 5px 0 0;padding:0;}
.header .currency-header {float:left;margin:0px 0 0 2px;padding:0;}
.header .currency-header ul {display:block;margin:0;padding:0;}
.header .currency-header ul li {display:inline-block;margin:0 5px 0 0;padding:0;}
.header .currency-header ul li a {font-size:12px;padding:0;margin:0;color:#fff;border:1px solid #303030; line-height:18px;display:inline-block;width:18px;text-align:center;}
.header .currency-header ul li a:hover,.header .currency-header ul li a.selected {color:var(--primary-green);background:#303030;}
.header .links { float:right; padding: 0px;margin:0; }
.header .links li { float:left; font-size:11px;padding:0 7px 0 7px;text-align:center;background:url("../images/bkg_pipe1.gif") no-repeat scroll 100% 50% transparent;}
.header .links li.first {border:none;}
.header .links li.last {background:none;padding-right:13px;}
.header .links a {margin:0;font-size:11px;text-transform:capitalize;line-height:34px;display:block; color: #fff;}
.header .links a:hover { color: #2AA4C3;}
.cms-index-index .ma-header-container {width: 100%; background: #fff; }
.ma-header-container {width: 100%; background: #F8F8F8; }
.ma-header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.ma-header-container .top-container a { font-size:11px; color:#ebbc58; }
.header-top {background:var(--primary-green); position: relative; z-index: 10;}
.header-top .links { padding: 0 0 0 10%; margin-top: 5px; border-right: 1px solid #dddddd; border-left: 1px solid #dddddd; background: none; width: 83%; float: right; }
.header-top .toplink { padding:0 2%; float: left; width: 96%; height: 0}
.header-top .toplink .row-fluid {height: 0;}
.cms-index-index .header-bottom {padding:0; background: #fff;}
.header-bottom {padding:0; background:none;}
.header-content { padding: 0 25px;}
.header-bottom .hotline {font-size:18px;color:#3f3f3f;background:url(../images/betyshop/icon_hotline.png) no-repeat left center;line-height:24px;padding:0 0 0 25px;margin:56px 0 0 0;display:block;font-family:Myriad Pro;}
.top-cart-wrapper {
    background:none;
    float: right;
    margin:0;
    text-align: center;
    padding: 17px 10px 0;
    cursor: pointer;
    margin: 0;
}
.a {
    background: url(../images/icon_cart.png) no-repeat left center;  
    height: 52px;
    width: 52px;
    position: absolute;
    float: right;
    right: 0;
    top: 5px;
}
.top-cart-wrapper:hover {
    background: url("../images/bg-hover.png") repeat 0 0;
}
.top-cart-contain {
    position: relative;
    height: 30px;
    padding: 0 0 15px 0;
    z-index:100001;
}
.top-cart-title p { margin: 0; }
.top-cart-content .empty { }

.top-cart-contain:hover {
}
.top-cart-content {
    display: none;
    width: 230px;
    position: absolute;
    border-top: 3px solid #F7F7F7;
    border-left: 1px solid #F7F7F7;
    border-bottom: 1px solid #F7F7F7;
    border-right: 1px solid #F7F7F7;
    top:45px;
    right:-10px;
    background: #fff;
    padding: 10px;
    text-align: right;
}
.top-cart-title .cart_arrow {
	position:absolute;
	bottom:-10px;
	right:83px;
	width:18px;
	height:11px;
	z-index:1000;
	display:none;
	background:url(../images/betyshop/topcart_arrow.png) no-repeat center center;
}
.top-cart-wrapper:hover .top-cart-title .cart_arrow {
	display:block;
}
.top-subtotal {
    float: left;
    margin:0;
    width: 100%;
    text-align: right;
}
.top-cart-content li.item{ float:left; width:100%; margin:0 0 10px; }
.top-cart-content .product-details { position:relative; }
.top-cart-content .product-details .btn-remove{ position:absolute; right:10px; top:4px; }
.top-cart-content .product-details .btn-edit{ position:absolute; right:30px; top:4px; }

.top-cart-content .actions {
    padding: 0;
    float:right;
    margin:10px 0 0;
}
.top-cart-icon {
    padding: 5px;
    width: 20px;
    height: 24px;
    display: inline-block;
    background: url(../images/top-cart.png) no-repeat;
    vertical-align: middle;
}
.top-cart-title {
    display: inline-block;
    padding: 0;
    margin:0;
    vertical-align: top;
    text-align:left;
    color:#333;
    line-height: 30px;
    position: relative;
}
.drop-lang {
    list-style: none;
 padding: 0;
 margin: 0;
}
.drop-lang .drop-trigger {
    position: relative;
    z-index: 99;
}

.drop-lang li a {
    padding:0;
    width: 80px;
    display: block;
    text-transform: capitalize;
    font-weight: normal;
    position: relative;
    font-size: 14px;
    font-family: 'fjallaoneregular';
    z-index: 10;
}
.drop-lang li a:hover { /*background: #fff;*/}
.drop-lang .drop-trigger .sub-lang {
    z-index: 9;
    list-style: none;
    padding: 0px;
    margin: 0;
    opacity: 1;
    display: inline-flex;
    position: relative;
    bottom: -2px;
}
.drop-lang .drop-trigger:hover {
    /*background: url("../images/bg-hover.png") repeat 0 0;*/
}
.drop-lang .sub-lang li{width: auto;}
.drop-lang .sub-lang li a {position: relative; padding:0px 14px 0 26px; margin: 0;width: auto; line-height: 20px; display: block; text-transform: capitalize; font-weight: normal; font-size: 14px; border-top: 0;  border-right:0;border-left:0; border-bottom:0; border-radius:0;}
.drop-lang .sub-lang li a:hover {/*background: var(--primary-green);*/ color: var(--primary-green);}
.drop-lang .sub-lang li a i{position: absolute;width: 20px;height:20px; left: 0;top: 0;display: inline-block;}
.drop-lang .sub-lang li a.default i{}
.drop-lang .sub-lang li a.english i{}
.drop-lang .sub-lang li a i img{width: 100%;height: 100%;}
.selectedLang {color: var(--primary-green) !important;cursor: default;}

/*===========================================curency============================*/
.header-curren {
    float: left;
    margin:0;
    width: auto;
}
.language_curency .form-language {
    float: left;
    margin: 0;
}
.drop-currency {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.drop-currency .currency-trigger {
    position: relative;
    z-index: 99999;
}
.drop-currency .currency-trigger:hover {
    background: url("../images/bg-hover.png") repeat 0 0;
}
.drop-currency li a {
    color: #fff;
    display: block;
    font-family: 'fjallaoneregular';
    font-size: 14px;
    font-weight: normal;
    padding: 21px 10px;
    width: 60px;
    position: relative;
    text-transform: capitalize;
    z-index: 10;
}
.drop-currency .currency-trigger .sub-currency {
    opacity: 0;
    left: 0;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 62px;
    z-index: 9;
    display: none;
}
.drop-currency .sub-currency li a {
    background: none repeat scroll 0 0 #F7F7F7;
    border-color: #F7F7F7 -moz-use-text-color -moz-use-text-color;
    border-radius: 0;
    border-style: solid none none;
    border-width:0;
    color: #666666;
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    padding: 5px 10px;
    text-transform: capitalize;
}
.drop-currency .sub-currency li a:hover {
    background: var(--primary-green);
    color: #fff;
}
.drop-currency .currency-trigger:hover .sub-currency {
    top: 62px;
    opacity: 1;
    display: block;
}
/*========================================*/

/*my-accout-------------------------------------------------------------------------------*/
.dropit {
    list-style: none;
    padding: 0;
    margin: 0;
    float:right;
}
.dropit  .dropit-trigger {
    position: relative;
    z-index: 99999;
}
.dropit  .dropit-trigger:hover {
    background: url("../images/bg-hover.png") repeat 0 0;
}
.dropit li a {
    padding:21px 10px;
    width: 80px;
    display: block;
    color: #fff;
    text-transform: capitalize;
    font-weight: normal;
    position: relative;
    font-size: 14px;
    font-family: 'fjallaoneregular';
    z-index: 10;
}
.dropit-trigger li a:hover { /*background: #fff;*/}
.dropit  .dropit-trigger .dropit-submenu {
    position: absolute;
    top: 62px;
    left: 0; /* dropdown left or right */
    z-index: 9;
    list-style: none;
    padding: 0px;
    margin: 0;
    opacity: 0;
    display: none;
   
}
.dropit  .dropit-trigger:hover .dropit-submenu {
    top: 62px;
    opacity: 1;
}
.dropit  .dropit-submenu li a { background: #F7F7F7; padding:6px 10px; line-height: 22px; display: block; color: #666; text-transform: capitalize; font-weight: normal; font-size: 12px; border:0; border-radius:0;}
.dropit  .dropit-submenu li a:hover {background: var(--primary-green); color: #fff;}
/*-----------------------------------------------------------------------*/
.header-cart { position: absolute; right: -60px; top: -17px; background: #fff; color: var(--primary-green); width: 25px; height: 25px; border:1px solid var(--primary-green); text-align: center; line-height: 25px;  }
.top-cart-title span{ font-weight:normal; font-size:14px; font-family: var(--secondary-font); color: #fff; text-transform:capitalize; }
.top-cart-title p span {text-transform:none;}
.top-cart-contain .price {
    font-weight:normal;
    color: #666;
    text-align: center;
}
.top-cart-contain  .product-details .price {
    color: #333;
    width: auto;
}
    


/* ======================================================================================= */


/* Sidebar =============================================================================== */
.block { margin:0 0 15px; }
.block .block-title {padding:10px 0 16px;}
.block .block-title strong { display:block;font-size: 25px; font-weight: normal; padding:0px 0; text-transform:capitalize; }
.language_curency .block .block-title strong span { text-transform: capitalize; font-size:15px; color: #333;}
.block .block-title strong span { font-family: var(--secondary-font); text-transform: uppercase; font-size: 23px;}
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 0px; font-size:13px; font-weight:normal; color:#888; }
.block-wishlist .block-subtitle { font-weight: normal; font-size: 13px; }
.block .block-content { border: 1px solid var(--odd); padding: 15px; font-family: var(--secondary-font); }
.block .block-content li.item { padding:0; }
.block .block-content .product-name { color:#2d2d2d; }
.block .btn-remove,
.block .btn-edit { float:right; margin:6px 0 2px 5px; }
.block .actions {  text-align:right; }
.block .actions a { float:left; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:0;  font-size: 14px; font-family: var(--secondary-font); }
.block .block-content a {
     font-size: 12px; font-weight: normal; color: #666;
}
.block .block-content a:hover { color: var(--primary-green);}
.block-layered-nav #search {
    margin: 24px 0 10px !important;
}
.block-subscribe .block-content { border: 0;}
.block li.odd { }
.block li.even {  }
.block .block-title .word1 { display:inline; padding: 0; color: var(--primary-green); font-size: 21px;}
.block .block-title .word2 { display:inline; padding: 0; color: #333333; font-size: 21px;}
.block-banner-left { margin: 40px 0 0;}
.block-banner-left img {
    width: 100%;
}
.block-compare .block-content .actions ,.block-reorder .block-content .actions {margin:10px 0 0 0;}
/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:12px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {   }

/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px;}
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }
.block-wishlist .product-name { margin: 10px 0 0;}
.block-wishlist .price-box { margin: 0;}

/* Block: Account */
.block-account {  }
.block-account .block-title {   }
.block-account .block-title strong {  }
.block-account .block-content {  padding:7px 10px 7px; }
.block-account .block-content li a { display:block; border-bottom:1px solid #efefef; padding:10px 0; color:#999; text-decoration:none !important; }
.block-account .block-content li a:hover { color:var(--primary-green); }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:5px 0; color:#002D72; font-size: 14px; background: none repeat scroll 0% 0% #F5F5F5}
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { border:0; float: left; margin:0 0 0 5px; }
.block-currency .block-title { float: left; display: none; background:none; border:0; padding:0; margin:0 0 5px; }
.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif;  text-transform:none; color:#fff;  }
.block-currency .block-content { background:none; padding:0; float: left; border: 0; }
.block-currency .block-content select { width:auto; padding:3px 5px; margin:0 0 0 5px;  }
.block-currency .block-title span { color: #333; font-weight: normal; font-size: 14px;}
/* Block: Layered Navigation */
.block-layered-nav {  }
.block-layered-nav .block-title { }
#narrow-by-list { padding: 0; margin: 0;}
.block-layered-nav .block-subtitle { display:none;  }
.block-layered-nav .block-content {padding: 20px;}
.block-layered-nav dt {  padding:0; font-weight:normal; text-transform:capitalize;margin:20px 0 0 0; color:#888; font-size:18px;line-height:15px;font-family: 'fjallaoneregular'; }
.block-layered-nav dd {
    border-bottom: 1px solid var(--odd);
    margin: 20px 0 0;
    padding: 0 0 25px;
}
.block-layered-nav dd.last { background:none; border-bottom: 0; }
.block-layered-nav .currently li {  padding:4px 24px 6px 15px; position:relative; z-index:1; line-height:12px; }
.block-layered-nav .currently .label { font-weight:bold; text-transform:uppercase; display:inline-block; vertical-align:top; }
.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:5px; margin:0; }
.block-layered-nav .currently .btn-previous { right:17px; }
.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
.block-layered-nav .actions a { float:none; }
.block-layered-nav li { line-height: 30px;color:#c0c0c0; text-align:right; font-size: 14px; padding-left: 15px; font-family: 'fjallaoneregular'; }
.block-layered-nav li:last-child { border-bottom: 0;}
.block-layered-nav li a {  text-decoration: none;color:#666666; float: left; font-size: 14px;  }
.block-layered-nav li a:hover {color:var(--primary-green);}
.block-layered-nav #amount {border:0;box-shadow:none; color:#666666; font-size:16px;font-weight:normal;background:none;margin:0;width:100%; padding: 0 0 10px 0; font-family: 'fjallaoneregular'; }
#slider-range {background: #E9E9E9  !important; }
.ui-widget-header {background:#e9e9e9 !important;}
.ui-slider-horizontal { height: 5px !important; border: 0 !important;}
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover { background: var(--primary-green); }
.ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
,  ui-state-default, .ui-state-disabled, .ui-state-active {
	width:15px;
	height:15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0;
	top:-5px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #7c7c7c;
	cursor:pointer;
}
.block-layered-nav #search input {margin:0; padding: 4px; border: 3px solid #efefef; border-radius: 0; box-shadow: none !important; font-family: 'fjallaoneregular'; font-size: 16px;}
/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { }
.block-cart .summary { padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0;  text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { }
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong { }
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }
.block-wishlist .special-price .price, .block-wishlist .old-price .price , .block-wishlist .regular-price .price { font-size: 20px;}
/* Block: Related */
.block-related .block-title strong { }
.block-related input.checkbox { float:left; }
.block-related .product { margin-left:20px; }

/* Block: Compare Products */
.block-compare .block-title strong { }
.block-compare button.button span {  }
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
.compare-table tbody th {  }
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { font-size:13px; font-weight:normal; margin:10px 0; color:#203548; text-align: center; }
.compare-table tr.first td .product-name a { font-weight: normal; }
.compare-table tr.first td .ratings {text-align: center; margin:0 auto; float:none; }
.compare-table tr.first td .ratings .rating-box { float: none; margin: 0 auto;}
.compare-table tr.first td .ratings .rating-box .rating { float: none;}
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; text-align: center; }
.compare-table .link-wishlist { width: 46px; margin: 0 auto;}
.compare-table .price-box { text-align: center;}
/* Block: Recently Viewed */
.block-viewed .block-title strong { }

/* Block: Recently Compared */
.block-compared .block-title strong { }

/* Block: Poll */
.block-poll .block-title strong {  }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:normal; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { background:none; display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span {  }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong {  }
.block-tags .block-content .tags-list { background:none; font-size:12px; width: 100%; }
.block-tags .block-content .tags-list a { color:#6a6a6a; text-decoration: none;  padding: 0; line-height: 26px;  font-size: 14px !important; }
.block-tags .block-content .tags-list a:hover { color:var(--primary-green); }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { }
.block-subscribe .block-title strong span { color: #555; font-size: 24px; }
.block-subscribe label { font-weight:normal; color:#666; font-size: 15px; font-family: 'fjallaoneregular'; padding: 5px 0 15px; text-transform: uppercase; }
.block-subscribe input.input-text { display:block;  margin:0; width: 220px; height: 42px; line-height: 42px; text-align: center; font-family: 'fjallaoneregular'; }
.block-subscribe .actions {  text-align:center; margin: 0 0 0 10px; float: left; display: inline-block; }
.block-subscribe .input-box {  text-align:center;  float: left; display: inline-block; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions .button span { text-indent: 1px; padding: 10px 20px; width: auto; height: auto; border: 4px solid #fff; background: none;  }
.block-subscribe .actions .button:hover span { border: 4px solid var(--primary-green); color: #fff; background: var(--primary-green); }
.block-subscribe .actions .button span span { padding: 0; background: none !important; color: #666666; font-size: 17px; font-family: 'fjallaoneregular'; border: 0;}
.block-subscribe .actions .button:hover span span { padding: 0; border: 0;}
.block-subscribe {  padding: 30px 12px 25px; text-align: center; border: 1px solid #eeeeee; }
.form-subscribe-header p { color: #888; font-size: 13px;font-family: 'fjallaoneregular'; text-align: left; margin: 18px 0 0; }
.block-subscribe .block-content { padding: 0;}
/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { }
.block-login .block-content { padding:5px 10px; }
.block-login label { font-weight:bold; color:#666; }
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
.block-login .actions button.button span { }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { border:0; margin:0 0 7px;display:none; }
.category-image { width:100%; overflow:hidden; margin:0 0 0 0px; text-align:center;padding-bottom:20px; }
.category-image img { width: 100%; }
.category-description { margin:0 0 10px; }
.category-products {margin:0 0 0 0;}

/* View Type: Grid */
.main .products-grid  { padding: 0;}
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid .item {  margin-top:10px; text-align: center; position: relative; padding-top: 20px; }
.products-grid .item-inner { position: relative; float: left; width: 100%; padding:10px 0 0; overflow: hidden; }
.products-grid .product-image { display:block;  margin:0; padding:0;}
.products-grid .product-image img {  }
.products-grid .item .name-cart { display: inline-block; width: 100%; margin: 15px 0 0;}
.products-grid .add-to-links li { float: right; margin: 0 3px 0 0; list-style: none;}
.products-grid .box-name { display:block; width: 70%; text-align:left; float: left;}
.products-grid .product-name { margin:0; font-weight:normal; font-size:13px; color:#333; float: none; display: inline-block; text-align: left; width: 100%; }
.products-grid .product-name a { color:#666666; font-weight: normal; font-size: 17px; text-transform: capitalize; }
/*.products-grid .price-box { margin:5px 0; }*/
.tab-title { float: left; width: 100%;}
.tab-title h2 {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #666666;
    font-family: var(--secondary-font);
    font-size: 24px;
    padding:0;
    text-transform: capitalize;
}
.ma-onsale-products .products-grid .special-price {
    float: none;
    margin: 0;
    display: inline-block;
    width: auto;
}
.products-grid .special-price {
    float: none;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.ma-featuredproductslider-container .special-price {
    float: none;
    margin: 0;
    display: inline-block;
    width: 100%;
}
.item-inner .box-item {
    width:auto;
    display: block;
    margin: 0;
}
.products-grid .product-content { display:inline-block; position: relative; overflow: hidden; width: 100%;}

.products-grid .item .actions { display:block; width: 100%; position: absolute; left: 0;}
.ma-featuredproductslider-container { clear: both;}
.ma-tabsproduct-contain .products-grid { padding: 0;}
.ma-onsale-products .products-grid .old-price {
    float: none;
    display: inline-block;
    margin: 0;
    width: auto;
}
.products-grid .old-price {
    float: none;
    display: inline-block;
    margin: 0;
    width: 100%;
}
.ma-featuredproductslider-container .old-price {
    float: none;
    display: inline-block;
    margin: 0;
    width: 100%;
}
.products-grid .price-box {
    text-align: left;
    width: 100%;
    float: left;
}
.products-grid button.button { float: right;}
.products-grid .add-to-links { padding: 0 3%; margin:0; width: 96%; float: right;}
.products-grid .price-box { float: right; text-align: right; width:30%; margin:0;}
.products-grid .availability { line-height:21px; }
/*onsale==================================================================================================*/
.ma-onsale-products .ratings .rating-box {
    float: left;
    margin-right: 30px;
}
.ma-onsale-products .rating-box {
    background: url("../images/rating-onsale.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 0;
    height: 9px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 55px;
}
.ma-onsale-products .rating-box .rating {
    background: url("../images/rating-onsale.png") repeat-x scroll 0 100% rgba(0, 0, 0, 0);
    float: left;
    height: 9px;
}
.ma-onsale-products .product-image { float: left; width: 40%; margin: 0 5% 0 0; }
.ma-onsale-products .onsale-content { float: left; width: 55%;}
.ma-onsale-products .products-grid .item {
    margin-top: 0;
    padding-top: 20px;
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.ma-onsale-products .category-products { margin: 16px 0 0;}
.ma-onsale-products { margin: 30px 0 0; display:block;}
.ma-onsale-product-title h2 {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #666666;
    font-family: 'fjallaoneregular';
    font-size: 24px;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
}
.ma-onsale-products .category-products .products-grid .price-box {
    width: 100%;
    text-align: left;
    margin: 3px 0 0;
}
.ma-onsale-products .products-grid .product-name a { font-size: 14px;}
.ma-onsale-products .special-price .price { font-size: 16px;}
.ma-onsale-products .old-price .price { font-size: 12px;}
.ma-onsale-products .category-products .ratings { margin: 0;}
.ma-onsale-products .products-grid .button { float: left;}
.ma-onsale-products .actions .button span { text-indent: 1px; padding: 8px 14px 6px; width: auto; height: auto; border: 3px solid #dfdfdf; background: none; border-radius: 0 !important;  }
.ma-onsale-products .actions .button:hover span { border: 3px solid var(--primary-green); color: #fff; background: var(--primary-green); }
.ma-onsale-products .actions .button span span { padding: 0; color: #666666; font-size: 14px; font-family: 'fjallaoneregular'; border: 0; background: none !important;}
.ma-onsale-products .actions .button:hover span span { padding: 0; border: 0;}
.ma-onsale-products .products-grid .item .actions {
    display: inline-block;
    margin: 10px 0 0;
    left: 0;
    position: inherit;
    width: 100%;
}
/*==================================================================================================================*/
.col2-left-layout .products-grid,
.col2-right-layout .products-grid { margin:0 auto; }
.col1-layout .products-grid { }

/* View Type: List */
.products-list .btn-cart { margin: 0;}
.products-list .button.btn-cart span { padding: 0; }
.products-list { padding: 20px 0 0;}
.products-list li.item { border-bottom:1px solid #efefef; padding:30px 0; }
.products-list li.item.last { border-bottom:0; }
.products-list .product_list_image {}
.products-list .product-image { margin:0 0 0 0px;display: block;background: #fff; }
.products-list .product-shop { }
.product_shop_left {float:left;width:55%;margin:15px 0 0 0;}
.product_shop_right {float:right;width:35%;padding-left:5%;border-left:1px solid #d4d4d4;margin:15px 0 0 0;}
.products-list .product-name { margin:0 0 0px; font-weight:normal;text-transform:uppercase; font-size:16px; color:#2d2d2d; }
.products-list .product-name a { color:#666; font-size: 15px; }
.products-list .price-box { float:left; margin:5px 0px 0px 0;width:100%; }
.products-list .price-box .special-price ,.products-list .price-box .old-price {display:inline;}
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .product-shop .ratings {margin:12px 0 0;font-size:12px;}
.products-list .product-shop .ratings .rating-box {margin:0;}
.products-list .product-shop .ratings .rating-links {float:left;width:100%;margin:10px 0 0 0; display: none;}
.products-list .product-shop .product_list_addcart {width:100%;margin:20px 0 0 0;padding:0;float:left;}
.products-list .desc { clear:both; padding:7px 0 0; margin:0 0 0px; line-height:20px; font-family: 'fjallaoneregular'; color:#666;font-size:14px;}
.products-list .desc .link-learn { font-size:14px; color: var(--primary-green); }
.products-list .desc .link-learn:hover { color:  #666;}
.products-list .add-to-links { float:left;margin:0;padding:0;width:100%; }
.products-list .add-to-links li { display:inline;width:auto;float:left;margin:0 3px 0 0; }
.products-list .box-list { float: left; display: block; width: auto; padding:0; margin: 17px 0 0;}
.products-list .add-to-links p { text-align: center; margin: 0;}
.products-list .btn-cart span span { line-height: 20px; padding: 0 !important; }
.products-list .add-to-links .separator { display:inline; margin:0 2px;display:none; }

/* ======================================================================================= */

/*=======================================supper========================*/
.wrapper_box #continue_shopping,.wrapper_box #shopping_cart { background:var(--primary-green);}
.wrapper_box { border: 1px solid var(--primary-green);}
/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:10px 0 0 0; background: url("../images/review_icon.gif") no-repeat scroll 0 5px transparent; padding: 0 0 0 20px; }
.product-view .no-rating { margin: 5px 0 0;}
.ratings { font-size:11px; line-height:1.25; margin:7px 0 0; float: none; display: inline-block; width: 100%; text-align: left; }
.product-view .product-shop .ratings   {margin:5px 0 0 0;padding:0; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; display: none; }
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt {}
.ratings dd {}
.rating-box { width:80px; height:14px; font-size:0; line-height:0; background:url(../images/bkg_rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
.rating-box .rating { float:left; height:14px; background:url(../images/bkg_rating.png) 0 100% repeat-x; }
.ratings .rating-box { float:left;  margin-right: 30px;}
.products-grid .ratings .rating-box { margin-right:30px;}
.ratings .amount { display: none;}

.ratings-table th,
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
.ratings-table th { font-weight:normal; padding-right:8px; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span {}
.availability.out-of-stock span { color:var(--error); }

.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:var(--error); }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
.availability-only-details tr.odd td.last { color:var(--notice); font-weight:bold; }

.product-view .product-shop .availability {   }
.product-view .product-shop .availability span {
    font-weight: normal;
    color: var(--primary-green);
    font-size: 15px;
    text-indent: -9999px;
    padding: 0 0 0 4px;
}


/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
.price { white-space:nowrap !important;text-align: right !important; margin-right: 5px; }

.price-box { margin:5px 0; text-align: left; line-height: 25px; }
.price-box .price { font-weight:bold; color:var(--notice); }

/* Regular price */
.regular-price { color: var(--notice); }
.regular-price .price { font-size:17px; font-weight:normal; color:var(--primary-green);font-family: 'fjallaoneregular'; }
.block .regular-price,
.block .regular-price .price { font-size:16px; font-weight:normal; color:#888;font-family: 'fjallaoneregular'; }

/* Old price */
.old-price { margin:0 0 0 5px; display: inline-block; }
.old-price .price-label { white-space:nowrap; color:#999;display:none; }
.old-price .price {
    color: #AAAAAA;
    font-family: 'fjallaoneregular';
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
    }
.category-products .old-price .price { line-height: 33px;}
/* Special price */
.special-price { margin:0; display: inline-block;}
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033;display:none; }
.special-price .price {
    color: var(--primary-green);
    font-family: 'fjallaoneregular';
    font-size: 17px;
    font-weight: normal;    
}

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }

.label { background: none; border: 0; padding: 0; border-radius: 0; color: #2f2f2f; }
.minimal-price-link { display:block; }
.minimal-price-link .label {color:#1e7ec8;}
.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { white-space:nowrap; color:#999; }
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; color:#999; }
.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; font-size:11px; color:#444; }
.weee .price { font-size:11px; font-weight:normal; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from .price-label { font-weight:bold; white-space:nowrap; }

.price-to { margin:0; }
.price-to .price-label { font-weight:bold; white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { font-weight:bold; color:#2f2f2f; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices { margin:10px 0; padding:10px; background:none; border:0; color:#424242; float:left; width: 100%;}
.tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
.tier-prices .price { font-weight:bold; color:#2f2f2f; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { font-size:11px; margin:5px 0 0; float: left; width: 100%; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin: 5px 30px 0 0; font-weight:bold; color:#666; }
.add-to-cart .qty { float:left; margin: 0 0; border: 2px solid #DDDDDD; padding: 5px 2px; text-align: center; }
.product-view .add-to-cart .button { float:left; margin: 0 0 0 20px; width: auto; display: block; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }
/*.product-view button.button.btn-cart span{ background: #333; padding: 10px 20px; text-indent: 0; height: auto; width: auto;}
.product-view button.button.btn-cart:hover span { background:var(--primary-green);  }*/
.product-view button.button.btn-cart span span { padding: 0;}
/* Add to cart qty decrease/increase button */
.add-to-cart input.qty-decrease,
.add-to-cart input.qty-increase { 
    float: left; 
    width:8px;
    height:15px; 
    border:none; 
    padding:0px;     
    margin:8px 5px 0;
    background-image:url(../images/btn-qty.png);
    background-color:transparent;
    background-repeat:no-repeat;
    cursor:pointer;
}
.add-to-cart input.qty-decrease{background-position:0 0;}
.add-to-cart input.qty-decrease:hover{background-position:0 -20px;}
.add-to-cart input.qty-increase{background-position:-56px 0; margin-right: 35px; }
.add-to-cart input.qty-increase:hover{background-position:-56px -20px;}



/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; clear: both; }
.add-to-box .add-to-cart { float:left; }
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
.add-to-box .add-to-links li { display:block !important; }
.add-to-box .add-to-links li .separator { display:none !important; }

.product-view .product-shop .add-to-box .add-to-links li { display: inline !important; float: left; margin: 0 3px 0 0;}

.product-view .product-shop  .add-to-box {padding: 0 0 10px; }
.product-view { float: left; width: 100%; margin:0; }

.product-view .product-more-info { padding:0; margin-top: 0px; overflow: hidden; font-family: helveticaLT; text-align: left; font-size: 24px;float:left;width:100%; }
.product-view .product-more-info .info-text { margin-left: 80px; height: 70px; }
.product-view .product-more-info .info-col1 { background: url(../images/money-back.png) no-repeat 0 50%;}
.product-view .product-more-info .info-col2 { background: url(../images/free-shipping.png) no-repeat 0 50%; border: 0;}
.product-view .product-more-info .info-row1 { color: #C76200; }
.product-view .product-more-info .info-row1 span { color:#2f2f2f; }
.product-view .product-more-info .info-row2 { line-height: 24px; }


.product-essential { padding: 0px; }
/*.product-essential h2 { font:normal 13px/1.35 Arial, Helvetica, sans-serif; }*/
.product-essential .product-view .product-options { margin: 10px 0 0;}
.product-collateral { padding: 10px 0 0; }
.product-collateral h2 { border-bottom:1px solid #ddd; padding:0 0 1px; margin:0 0 15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

.page-popup .product-shop .short-description {width:100%;clear:both;}
.page-popup .product-img-box .more-views {margin:20px 0 0 0;}
/* Product Images */
.product-view .product-img-box { }
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
.product-view .product-img-box .product-image { margin:0;  border: 0; position: relative; z-index: 2; }
.product-view .product-img-box .product-image img { width: 100%; }
.product-view .product-img-box .product-image-zoom { position:relative; width:366px; height:366px; overflow:hidden; z-index:9; }
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% repeat-x; cursor:pointer; }
.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase;display:none; }
.product-view .product-img-box .more-views ul {margin-top:10px; }
.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
.product-view .product-img-box .more-views li a { float:left; border:0; overflow:hidden; }
.product-view .product-img-box .more-views li a:hover {border-color:var(--primary-green);}


.product-image-popup { margin:0 auto; }
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
.product-image-popup .image { display:block; margin:10px 0;  }
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }

/* Product Shop */
.product-view .short-description .std {
    font-size: 14px;
    font-family: 'fjallaoneregular';
    color: #888;
}
.no-rating a {
    font-size: 15px;
}
.product-view .product-shop { }
.col1-layout .product-view .product-shop {  }
.col3-layout .product-view .product-shop { }
.product-view .product-shop .product-name { margin:0 0 0px; padding: 0 0 5px; }
.product-view .product-shop .product-name h1 { margin:0;font-family: 'fjallaoneregular'; color: #666;font-size: 20px;text-transform:capitalize; }
.product-view .special-price .price { font-size: 20px;}
.product-view .availability-price { float: left; width: 100%;}
.product-view .cart-qty { float: left; width: 100%; margin: 20px 0 0;}
.product-view .product-shop .availability { float: left; margin:3px 0 0; width:auto; font-size: 15px; font-family: 'fjallaoneregular';}
.product-view .product-shop .short-description { padding:8px 0 20px; border-bottom: 1px solid #efefef;color:#2f2f2f; }
.product-view .product-shop .price-box { margin:0 0 0 20px; padding: 0; float:left; width:auto; line-height: 31px;}
.product-view .input-content { float: left; width:auto;}
.product-view .special-price { display: inline-block; padding: 0;}
.product-view .old-price { display: inline-block; margin: 0 0 0 5px;}
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { font-size:12px; text-align:left; width:auto; float: none; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline;float:left; }
.product-view .product-shop .add-to-links a, .email-friend a {text-decoration: none; font-size: 12px; text-transform: none; font-weight:normal !important; padding: 0;line-height:20px; }
.product-view .product-shop .add-to-links a:hover, .email-friend a:hover { color: var(--primary-green) !important; }
.product-view .product-shop .product_view_addtocart {float:left;}
.product-view .box-view { float: left; width: 100%; margin: 20px 0 0; padding: 0 0 25px; border-bottom: 1px solid #efefef;}
.product-view .product-shop .product_view_addtocart .add-to-box { padding:0;border:none;margin: 0 0;}
.product_view_addtocart .add-to-cart label {line-height:23px;margin:0;color:#2f2f2f; font-size: 15px;font-weight:normal; text-indent: -9999px;}
.product_view_addtocart .add-to-cart input.qty-decrease ,.product_view_addtocart .add-to-cart input.qty-increase {display:none;}
.product_view_addtocart .add-to-cart .qty {border:1px solid #d4d4d4;background:#fff;text-align:center;color:#2f2f2f; font-size: 15px;line-height:38px;padding:0;float:left;width: 60px !important;height:38px; box-shadow: none;}
.product-view .product-shop .product_view_bottom {width:100%; margin:15px 0 0;float:left;}
.product_view_bottom .product-social {display: none;}
.word1 { color: var(--primary-green); font-family: 'helveticainserat'; font-size: 21px;}
.word2 { color: #333333; font-family: 'helveticainserat'; font-size: 21px;}
/* Email to a Friend */
.email-friend { margin:0; float: left;  }
.email-friend a { display: block; background: url("../images/bg-email.png") no-repeat 0 0 #BBBBBB; padding: 0 ; width: 46px; height: 46px; text-indent:-9999px; }
.email-friend a:hover { background: url("../images/bg-email.png") no-repeat 0 0 var(--primary-green); }
/*ma-new-products========================================================================*/
.ma-new-products { margin: 30px 0 0;}
.ma-new-products .products-grid { padding: 0;}
.ma-new-product-title {
    background: url("../images/bg-title.png") repeat-x scroll 0 50% transparent;
    margin: 0 auto;
    width: 60%;
}
.ma-new-product-title h2 {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    max-width: 160px;
    text-align: center;
}
.ma-new-products .products-grid .price-box { margin: 10px 0 0; float: none;}
.ma-new-products .category-products .old-price .price { line-height: 20px;}
.ma-new-product-title .word1 { color: var(--primary-green); font-family: 'helveticainserat'; font-size: 21px;}
.ma-new-product-title .word2 { color: #333333; font-family: 'helveticainserat'; font-size: 21px;}
.ma-new-products .item { position: relative; overflow: hidden;}
.ma-new-products .products-grid .actions .btn-cart { /*position:absolute; top: 84px; left: 95px;*/ }
.ma-new-products .label-pro-new { background: url("../images/bg-new.png") no-repeat 0 0; width: 66px; height: 66px; position: absolute; top: 47px; right: 41px; z-index: 9;}
.ma-new-products .label-pro-sale { background: url("../images/bg-sale.png") no-repeat 0 0; width: 66px; height: 66px; position: absolute; top:47px; right: 41px; z-index: 9;}

.products-grid .label-pro-new { background: url("../images/bg-new.png") no-repeat 0 0; width: 87px; height: 87px; position: absolute; top:10px; right:0px; z-index: 1;}
.products-grid .label-pro-sale { background: url("../images/bg-sale.png") no-repeat 0 0; width: 87px; height: 87px; position: absolute; top: 10px; right:0px; z-index: 1;}
.products-grid .label-pro-bought {
    background: url(../images/bg-attivo.png) no-repeat 0 0;
    width: 87px;
    height: 87px;
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 1;
}
.tab_container .products-grid .label-pro-new { background: url("../images/bg-new.png") no-repeat 0 0; width: 87px; height: 87px; position: absolute; top:30px; right:0px; z-index: 1;}
.tab_container .products-grid .label-pro-sale { background: url("../images/bg-sale.png") no-repeat 0 0; width: 87px; height: 87px; position: absolute; top: 30px; right:0px; z-index: 1;}

/*=======================================*/
/*=======================================*/
/* Product Options */
.product-options { margin:20px 0 0; border-top: 1px solid #ccc; padding:0; position:relative;float:left;width:100%;  }
.product-view .product-options { margin:-10px 0 0; padding:0 0 10px; position:relative;float:left;width:100%; border: 0;  }
.page-popup .product-view .product-options { margin:10px 0 0;}
.product-options dt { padding:10px 0 0; font-weight:normal; }
.product-options dt label { font-weight:normal; color:#888; font-family: 'fjallaoneregular'; }
.product-options dt label.required em { color:#eb340a; margin-left:5px; margin-right:5px; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.product-options dd .qty-holder label { vertical-align:middle; }
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
.product-options dd { padding:5px 10px 0px; margin:0 0 5px; }
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select { width:76%;margin:0; text-align: center; padding: 3px; font-family: 'fjallaoneregular'; font-size: 12px; color: #aaa; }
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
.product-options ul.options-list { margin-right:5px; }
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list .label { display:block; margin-left:18px; }
.product-options ul.options-list label { font-weight:normal; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; right:121px; top:12px; font-family: 'fjallaoneregular'; font-size: 13px; }
.product-options dl.last {margin:0;}

.product-options-bottom {  padding:15px 0;  border-top:0; }
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; display: none; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-essential .product-options-bottom .add-to-cart {float:left;}
.page-popup .product-essential .product-options-bottom .add-to-cart {float:left; margin-left: 30px; }
.product-options-bottom .add-to-cart label {line-height:23px;margin:7px 14px 0 0;color:#666; font-family: 'fjallaoneregular';font-size:14px;font-weight:normal;}
.product-options-bottom .add-to-cart input.qty-decrease ,.product-options-bottom .add-to-cart input.qty-increase {display:none;}
.product-view .product-options-bottom .add-to-cart button.button { margin:0 0 0 20px;}
.product-options-bottom .add-to-cart .qty {box-shadow: none; border:1px solid #d4d4d4;background:#fff;text-align:center;color:#888;font-family: 'fjallaoneregular';font-size:13px;line-height:23px;padding:0;float:right;width: 70px !important;height:38px;}
.product-shop .product-options-bottom { margin: 20px 0 0;float:left;width:100%;padding:20px 0; border-top: 1px solid #efefef;}
.product-shop .product-options-bottom .price-box { float: left; margin: -5px 30px 0 0; border: 0; width: auto;  display: none;  }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.product-view .button.btn-cart span { text-indent: 1px; width: auto; height: auto; padding: 10px 15px; background: #fff; border: 3px solid #e1e1e1; color: #666666;}
.product-view .button.btn-cart span span { border: 0; padding: 0;}
.product-view .button.btn-cart:hover span { background: var(--primary-green); border: 3px solid var(--primary-green); color: #fff;}
.product-view .button.btn-cart:hover span span { border: 0;}
/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }
.box-view .grouped-items-table .regular-price .price  { font-size: 13px;}
#super-product-table thead th { font-size: 10px; padding: 10px}
#super-product-table  tbody td  {font-size: 9px; padding: 3px 5px;}
.box-view .grouped-items-table .product_view_addtocart { width: 100%;}
/* Block: Description */
.product-view .box-description {}
.va-container{ width: 100% !important;  padding:0; height: auto !important; }
.va-slice:hover  {cursor:pointer; background: url("../images/bg-no-click-view.png") no-repeat 100% 18px; width: auto; height: auto;}
.va-slice  { background: url("../images/bg-click-view.png") no-repeat 100% 18px; width: auto; height: auto;}
.va-slice.active { background: url("../images/bg-no-click-view.png") no-repeat 100% 18px; }
.va-slice.active:hover {cursor:pointer;  background: url("../images/bg-click-view.png") no-repeat 100% 18px; }
.va-title { line-height: 40px !important; padding: 0 0 5px 0; background: url("../images/bg-crossell-title.png") no-repeat 0 bottom;  font-family: 'helveticainserat'; font-size: 20px; font-weight: normal;}
.va-slice .va-title.act { color:var(--primary-green); }
.va-slice { height: auto !important; margin: 10px 0 0;}

.va-content { display: none;}
/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
.product-view .box-up-sell .products-grid {  }
.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { float: left;  margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:14px; font-weight: normal; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:normal; margin:0 0 5px; color:#888;}
.product-view .box-tags .form-add .input-box { float:left;  margin:0 5px 0 0;  }
.product-view .box-tags .form-add input.input-text { width:280px; height: 31px; box-shadow: none;}
.product-view .box-tags .form-add button.button span span { line-height: 23px; }
.product-view .box-tags .form-add button.button span { height: 23px; }
.product-view .box-tags .note { margin:3px 0 0; padding:0; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:15px 0; }
.product-view .box-reviews dt {font-weight:normal; font-family: var(--secondary-font);}
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:normal; font-family: var(--secondary-font); }
.product-view .box-reviews dd { margin:0 0 15px; }
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add {  }
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
.product-view .box-reviews .form-add h4 { font-size:12px; }
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width: 98%; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:95%; }

.product-view #review-form .form-list { margin-top: 20px; }
.product-view #review-form input.input-text { width: 98%; box-shadow: none;}
.product-view #review-form textarea { width: 100%; box-shadow: none; }
.product-view .buttons-set {border: 0;}

/* Send a Friend */
.send-friend .form-list { width:615px; overflow:hidden; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:10px 0; font-size:12px; font-weight:normal; text-align: left; }
.product-name a { color:#666; font-size: 17px; font-family: var(--secondary-font); text-transform: capitalize; }
.product-name a:hover { color:var(--primary-green); }

/* Product Tags */
.tags-list { display:block; font-size:13px;padding:0 0 10px;}
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#888; }
.tags-list li a:hover {color:var(--primary-green);}
.block-tags .actions {margin-top:10px;}
/* Advanced Search */
.advanced-search .form-list label { width:160px; padding-right:10px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; border:1px solid var(--primary-green); padding:10px; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { color:var(--primary-green); padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }

/* CMS Home Page */
.cms-home .subtitle {}
.cms-index-index .subtitle {}

/* Sitemap */
.page-sitemap .links { text-align:right; margin:0 8px 0px 0; }
.page-sitemap .links a { text-decoration:none; position:relative; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap a:hover {color:var(--primary-green);}
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { border-bottom:0; margin:0 0 15px; }
.cart .page-title h1 { margin:10px 0 0; }

/* Checkout Types */
.checkout-cart-index .product-name a { font-size: 15px; color: #aaa;  font-weight: normal; text-transform:capitalize;}
.checkout-cart-index .product-name a:hover { color: var(--primary-green);}
/*.checkout-multishipping-login .main-inner { margin: 30px 0 0;}
.checkout-multishipping-addresses .main { margin: 50px 0 0;}
.checkout-multishipping-shipping .main { margin: 50px 0 0;}
.checkout-multishipping-billing .main { margin: 50px 0 0;}
.checkout-onepage-success .main { margin: 40px 0 0;}
.checkout-multishipping-overview .main { margin: 50px 0 0;}
.checkout-multishipping-success .main { margin: 50px 0 0;}*/
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }

/* Shopping Cart Table */
.cart-table th { padding:2px 10px; }
.cart-table td { padding:6px; }
.cart-table .product-name { font-weight:normal; margin:0 0 5px; color:#2f2f2f; }
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; } 
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; }
.cart-table .btn-update { margin-left:10px; }
span.short_product_description { text-align: center;}

.cart-table td .product-image { display: block; width: 200px; }


/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0;width: 100%; }
.cart .cart-collaterals .col2-set { float:left; width:620px; }
.cart .cart-collaterals .col2-set .col-2 { width:294px; }
.crosssell .btn-cart { float: left;}
.crosssell .add-to-links { margin: 0 0 6px;}
.crosssell .price-box { margin: 5px 0 0;}
.crosssell .add-to-links li { margin-right: 5px; float: left;}
.crosssell .link-wishlist { float: left; text-indent: 1px; background:url("../images/bg-right-cross.png") no-repeat right center ; padding: 0 8px 0 0; width: auto; height: auto; color:#666; text-transform:capitalize; font-family: 'fjallaoneregular'; font-size: 14px;}
.crosssell .link-compare { float: left; text-indent: 1px; background:none; width: auto; height: auto; color:#666; text-transform:capitalize; font-family: 'fjallaoneregular'; font-size: 14px;}
.crosssell .link-compare:hover,.crosssell .link-wishlist:hover  { color: var(--primary-green);}
.crosssell .button.btn-cart span { background: none; border: 3px solid #DFDFDF; text-indent: 0; color: #666; color: #fff; border-radius: 0 !important; width: auto; height: auto; padding: 8px 13px; font-family: 'fjallaoneregular';}
.crosssell .button.btn-cart:hover span { background: var(--primary-green); color: #fff; border: 3px solid var(--primary-green);  }
.crosssell .button.btn-cart span span { text-indent: 0; color: #666; border: 0; font-size: 14px; font-weight: normal; padding: 0;}
.crosssell .button.btn-cart:hover span span {padding: 0; border: 0; background: none !important;}
.cart .crosssell { border:1px solid #efefef; padding:0; background: #fff; }
.cart .crosssell h2 {
    background: none repeat scroll 0 0 #F5F5F5;
    color: var(--primary-green);
    font-family: var(--secondary-font);
    font-size: 13px;
    font-weight: normal;
    padding: 20px 10px;
}
.crosssell #crosssell-products-list { padding: 10px 20px; }
.cart .crosssell .product-image { float:left; width:103px; height:126px;}
.cart .crosssell .product-details { margin-left:118px; }
.cart .crosssell .product-name { font-weight:normal; margin: 5px 0; }
.cart .crosssell li.item { margin:12px 0; }
.cart .crosssell .link-compare { font-weight:normal; }
.cart .crosssell img { width: 100%; }

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { border:1px solid #efefef; background: #fff; padding:0; margin:0 0 18px; }
.cart .discount h2,
.cart .shipping h2 {background: #f5f5f5; color: var(--primary-green); padding: 10px 20px; font-family: var(--secondary-font); font-size: 14px; font-weight: normal; line-height: 20px; text-transform:capitalize; }
.cart .discount-form,.cart .shipping-form { padding: 10px 20px; font-family: var(--secondary-font); font-size: 14px; color: #666;}
.cart .discount button span,
.cart .shipping button span { }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:center; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }
.cart .discount { background:#fff;}
.cart .shipping { background:#fff; }
.cart .discount h2 { margin: 0px !important; text-align:center;}
.cart .discount .input-box { margin:8px 0 0; width:auto; }
.cart .discount input.input-text { width:auto; height: 30px; }

.cart .shipping h2 { }
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; }

/* Shopping Cart Totals */
.cart .totals {  border:1px solid #97b2e8; background: transparent; border-radius:6px; margin-bottom:7px;}
.cart .totals table { width:100%; margin:7px 0; }
.cart .totals td {
    color: #002060;
    font-family: var(--secondary-font);
    font-size: 16px;
    padding: 1px 15px 1px 7px;
}
.cart .totals tr.last td {}
.cart .totals tfoot th { padding:5px 15px 5px 7px; } 
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { font-size:15px; font-weight: normal; }
.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
.cart .totals .checkout-types li { clear:both; margin:0 0 18px 0; list-style-type: none}
.cart .totals .checkout-types li a { font-family:var(--secondary-font); font-size: 14px; }
/* Options Tool Tip */
.item-options dt { font-weight:bold; font-style:italic; }
.item-options dd { padding-left:10px; margin:0 0 6px; }
.truncated { cursor:help; }
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { font-weight:normal; text-transform:uppercase; }
.truncated .show .item-options { top:-20px; left:50%; }
.col-left .truncated .show .item-options { left:15px; top:7px; }
.col-right .truncated .show .item-options { left:-240px; top:7px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods { margin:0 0 8px; }
.sp-methods dt { margin:13px 0 5px; font-weight:normal; }
.sp-methods dd {}
.sp-methods dd li { margin:5px 0; }
.sp-methods label { font-weight:normal; color:#666; }
.sp-methods .price { font-weight:normal; }
.sp-methods .form-list { padding-left:20px; list-style:none; }
.sp-methods .form-list li { margin:0 0 8px; font-weight: bold; color: #204d91;}
.sp-methods select.month { width:154px; margin-right:10px; }
.sp-methods select.year { width:96px; }
.sp-methods input.cvv { width:3em !important; }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }

.please-wait { float:right; }
.please-wait img { vertical-align:middle; }
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }

/* Tooltip */
.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
.tool-tip .tool-tip-content { padding:5px; }

/* Gift Messages */
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { float:none !important; position:static !important; }
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { font-weight:bold; color:#666; }

.opc .checkout-agreements { border:0px solid #d9dde3; border-width:0 0px; padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel {}
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }

.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }

/* Generic Info Set */
.info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
.info-set h3,
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
/********** Common Checkout Styles > */
#checkoutSteps .section { background: #fff; list-style-type: none;} 
/* One Page Checkout */
.block-progress { border:0; margin:0; }
.block-progress .block-title { background: #f5f5f5; padding: 10px; color: var(--primary-green); border: 1px solid #efefef;  }
.block-progress .block-title strong {  }
.block-progress .block-title strong span { font-size: 18px;}
/*.block-progress .block .block-content {}*/
.block-progress .block-content { border-radius: 0;}
.block-progress dt {font-family: var(--secondary-font);font-size:14px; font-weight:normal; line-height:20px;   margin:0 0 6px; padding:8px; color:#888; }
.block-progress dd { border:1px solid #efefef; border-top:0; padding:8px 13px; margin:0 0 6px; }
.block-progress dt.complete { margin:0; background:#f5f5f5; border: 1px solid #efefef; font-size: 11px; }
.block-progress dt.complete a {color:#888; font-size: 11px;}
.block-progress dt.complete a:hover {color:var(--primary-green);}
.block-progress dd.complete { font-size: 11px;}
.block-progress p { margin:0; }
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { background:url(../images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { list-style:disc outside; padding-left:18px; }

.opc { position:relative; }
.opc li.section { margin:0; border-top: 1px solid #efefef; }

.opc .step-title {background:#f5f5f5; padding:10px; text-align:right; }
.opc .step-title .number { float:left; background:#aaa; border:1px solid #aaa; padding:6px 14px; margin:0 5px 0 0;font-size: 13px; font-weight: normal; line-height: 20px; font-family: var(--secondary-font); color:#fff; }
.opc .step-title h2 { float:left; margin:0;  font-family: var(--secondary-font);  color:#999; line-height: 32px; font-size: 14px;}
.opc .step-title a { display:none; float:right; font-size:11px; line-height:14px; font-family: var(--secondary-font);; }

.opc .allow .step-title { }
.opc .allow .step-title .number {border-color:#aaa;color:#fff; }
.opc .allow .step-title h2 {  }
/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title { background:#f5f5f5; border:1px solid #efefef; padding:10px; color:#888; cursor:default;  }
.opc .active .step-title .number { border-color:var(--primary-green); color:#fff; background: var(--primary-green); }
.opc .active .step-title h2 { color:#373737; font-family: var(--secondary-font);  font-size: 14px;  }
/*.opc .active .step-title a { display:none; }*/

.opc .step { border:1px solid #efefef; border-top:0; background:none; padding:15px 30px; position:relative; }
.opc .step .tool-tip { right:30px; }

#opc-login .buttons-set { border-top:0; }
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:10px; text-transform:uppercase; }
#opc-login h4 { font-size:1em; font-weight:normal; margin:10px 0; color:#666; }

#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }

#opc-review .step { padding:0; }
#opc-review .product-name { font-weight:normal; color:#666; }
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0; }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }

#checkout-review-table-wrapper {padding:15px;}

/* Multiple Addresses Checkout */
.checkout-progress { padding:0 90px; margin:50px 0 20px; }
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:normal; text-align:center; color:#abb5ba; }
.checkout-progress li.active { border-top-color:var(--primary-green); color:var(--primary-green); }

.multiple-checkout h2 { font-size:13px; font-weight:normal; margin:0 0 30px; }
.multiple-checkout h3,
.multiple-checkout h4 { font-size:13px; font-weight:normal; color:var(--primary-green); }
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal; }
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
.multiple-checkout .data-table .product-name a { font-weight:normal !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }

.multiple-checkout .gift-messages { margin:15px 0 0; }

.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }

.multiple-checkout .col2-set,
.multiple-checkout .col3-set { background:#fff; border:1px solid #efefef; margin:0 0 25px; padding:20px; }
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#fff; border-bottom:1px solid #efefef; position:relative; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#888; }
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
.multiple-checkout .box { margin:0 0 15px; }
.multiple-checkout .box h2 { color:var(--primary-green); }

.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px;  overflow:hidden; }
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:var(--primary-green); }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; font-weight: normal; }
.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }

/* Step 1 */
.multiple-checkout .title-buttons button.button span { }
#multiship-addresses-table td { padding:10px; }
#multiship-addresses-table tfoot td { padding:5px 10px; }
#multiship-addresses-table tfoot button.button span { }

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #efefef; background:#fff; padding:13px; position:relative; }
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.account-login .content { min-height:345px; padding:14px 21px; border:1px solid #efefef; min-width: 300px;}
.account-login .content h2 { font-weight:normal; font-size:14px; margin:0 0 14px; padding:0 0 10px 23px; border-bottom:1px solid #efefef; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase;  }
.account-login .new-users h2 { background-image:url(../images/i_page1.gif)}
.account-login .registered-users h2 { background-image:url(../images/i_page2.gif); }
.account-login .buttons-set { border:1px solid #efefef; border-top:0; margin:0; padding:12px 20px; background:#f5f5f5; }
.buttons-creat .aClick {
    padding:8px 0!important;
}
.my-account { margin: 0px 0 0;}
.block-account { margin: -10px 0 0;}
.account-create {}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
.captcha-image .captcha-img { border:1px solid #efefef; vertical-align:bottom; width:100%; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { margin:0 0 10px 0; background: #fff; padding: 20px; border: 1px solid #efefef; }
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }
.dashboard .hello z { float:left; margin:0; font-size:42px; ; background-position:0 0; color:#CCC; white-space: pre-line }

/* General Box */
.box-account { background: #fff; border:1px solid #efefef; padding:15px; margin: 0 0 20px; }
.box-account .box-head { border-bottom:1px solid #efefef; margin:0 0 10px; text-align:right; }
.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:normal; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:var(--primary-green); }

.dashboard .box .box-title { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:normal; margin:0; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { background-image:url(../images/i_folder-table.gif); }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { background-image:url(../images/i_ma-info.gif); }
.dashboard .box-info h4 { font-size:13px; font-weight:normal; text-transform:uppercase; }

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { background-image:url(../images/i_ma-reviews.gif); }
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:normal; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 { background-image:url(../images/i_ma-tags.gif); }
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:normal; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#888; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */

/* Address Book */
.addresses-list h2 { font-weight:normal; font-size:13px; color:var(--primary-green); text-transform:uppercase; }
.addresses-list h3 { font-weight:normal; font-size:13px; }
.addresses-list address { margin:0 0 3px; }
.addresses-list p { margin:0; }
.addresses-list a { font-weight:normal; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; background: #fff; }
.addresses-list li.empty { background:fff; border:0; padding:0; }
.addresses-list li.empty p { font-weight:normal; }
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }

#recurring_profile_list_view
, #my-orders-table
{
	background: #fff;
	text-align: right;
	padding-top: 1em;
	border: 0px;
}

#recurring_profile_list_view tbody tr
, #my-orders-table tbody tr { height: 3.8em; }

#recurring_profile_list_view tbody tr:nth-child(odd)
, #my-orders-table tbody tr:nth-child(odd) { background: #f3f3f3; }

#recurring_profile_list_view tbody tr:nth-child(even)
, #my-orders-table tbody tr:nth-child(even) { background: #ffffff; }

#recurring_profile_list_view thead th
, #recurring_profile_list_view thead th span
, #my-orders-table thead th
, #my-orders-table thead th span
{
	background-color: white;
	text-align: center;
	color :var(--primary-green);
	font-size:14px;
	font-weight: bold;
}
#recurring_profile_list_view thead th
, #my-orders-table thead th { border-bottom: 1px solid black; }

/* Order View */
.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:normal; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
.order-info-box h2 { font-weight:normal; font-size:13px; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }

.order-items { width:100%; overflow-x:auto; }
.order-items h2,
.order-items h3 { clear:none; font-weight:normal; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
.order-items .product-name { font-size:1em !important; font-weight:normal !important; }
.order-items .link-print { font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { font-size:13px; margin:5px 0 0; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { font-size:13px; margin:0 0 7px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { font-weight:bold; white-space:nowrap; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:left; margin-left:15px; }
.page-print h1 { font-size:16px; font-weight:bold; }
.page-print h2,
.page-print h3 { font-size:13px; font-weight:bold; }
.page-print h2.h2 { font-size:16px; font-weight:bold; }
.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { padding:10px; }
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
.my-wishlist textarea { display:block; width:97%; height:109px; font-family: var(--secondary-font); color: #999; }
.my-wishlist .buttons-set { margin-top:2em; }
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span { }
#wishlist-table .add-to-links { white-space:nowrap; }
#wishlist-table { background: #fff;}
#wishlist-table .link-edit { margin: 5px 0 0; display: block; font-size: 14px;}
/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; }

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { font-size:13px; margin:5px 0 0; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }

.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
.map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
.map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }
/* ======================================================================================= */

/*Footer container */
.box-footer { float:left; width:100%; margin: 20px 0 0;}
.footer-brand-container {
	margin:40px 0 0;
	float: left;
	background: #fff;
	width: 96%;
	padding: 0 2%;
}
.footer-static-content .facebook {
    background: url("../images/bg-facebook.png") no-repeat 0 0;
    height: 32px;
    width: 32px;
    float: left;
}
.footer-static-content .facebook:hover {
    background: url("../images/bg-facebook.png") no-repeat 0 100%;
    cursor: pointer;
}
.footer-static-content .flow {
    background: url("../images/bg-flow.png") no-repeat 0 0;
    height: 32px;
    width: 32px;
    margin: 0 0 0 10px;
     float: left;
}
.footer-static-content .flow:hover {
    background: url("../images/bg-flow.png") no-repeat 0 100%;
    cursor: pointer;
}
.footer-static-content .twiter {
    background: url("../images/bg-twiter-.png") no-repeat 0 0;
    height: 32px;
    width: 32px;
    margin: 0 0 0 10px;
     float: left;
}
.footer-static-content .twiter:hover {
    background: url("../images/bg-twiter-.png") no-repeat 0 100%;
    cursor: pointer;
}
.footer-static-content .google {
    background: url("../images/bg-google.png") no-repeat 0 0;
    height: 32px;
    width: 32px;
    float: left;
    margin: 0 0 0 10px;
}
.footer-static-content .google:hover {
    background: url("../images/bg-google.png") no-repeat 0 100%;
    cursor: pointer;
}
.footer-static-content .in {
    background: url("../images/bg-in.png") no-repeat 0 0;
    height: 32px;
    width: 32px;
    float: left;
    margin: 0 0 0 10px;
}
.footer-static-content .in:hover {
    background: url("../images/bg-in.png") no-repeat 0 100%;
    cursor: pointer;
}

/*.cms-index-index .footer-brand-container {
	margin: 0;
	float: left;
	width: 100%;
}*/
.footer-top {
    width: 100%;
    padding:0;
    background: #f8f8f8;
    float: left;
}
.footer-top-content {
    width: 96%;
    padding: 3% 2%;
    float: left;
}

.footer-top .box-footer {
    float: left;
    width: 100%;
    margin: 0;
}
.footer-top .footer-image {
    float: left;
    width: 26%;
    text-align: left;
}
.footer-top .footer-text {
    border-left: 1px solid #CCCCCC;
    float: left;
    margin: 14px 0 0 3%;
    padding: 0 0 0 4%;
    width: 65%;
}

.footer-top .footer-text h3 {
    color: #555555;
    font-family: var(--secondary-font);
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    text-align: left;
}

.footer-top .footer-text p {
    color: #888;
    text-align: left;
    font-family: var(--secondary-font);
    font-size: 12px;
    font-weight: normal;
    margin: 0;
}
.ma-brand-slider-contain .flexslider { float: left; width: 100%; }
.footer-container { background: #333333; float: left; width: 100%; margin: 58px 0 0;}
.ma-footer-static-top {
	padding-bottom:40px;
}
.footer-static-top {
	width:100%;
	text-align:left;
	margin-top:40px;
}
.static_top_title {
	float:left;
	width:100%;
}
.static_top_title h3 {
	font-family: 'helveticacondensed';
	font-size:25px;
	color:#2d2d2d;
	font-weight:normal;
	float:left;
	line-height:25px;
	margin:0;
}
.static_top_content {
	float:left;
	width:100%;
	margin:20px 0 0 0;
}
.footer_about .static_top_content p {
	float:left;
	clear:both;
	margin:10px 0 0 0;
	font-size:12px;
	line-height:16px;
}
.footer_about .static_top_content p.address {
	padding-left:30px;
	background:url(../images/betyshop/icon_address.png) no-repeat left top;
}
.footer_about .static_top_content p.phone {
	padding-left:30px;
	background:url(../images/betyshop/icon_phone.png) no-repeat left top;
}
.footer_about .static_top_content p.email {
	padding-left:30px;
	background:url(../images/betyshop/icon_email.png) no-repeat left center;
}
.our_service_item {
	float:left;
	clear:both;
	margin:15px 0 0 0;
	padding:0 0 0 55px;
}
.our_service_item h5 {
	font-size:14px;
	color:#2d2d2d;
	font-weight:normal;
	text-transform:uppercase;
	margin:0;
}
.our_service_item p {
	font-size:12px;
	color:#646464;
	font-weight:normal;
	clear:both;
	margin:0;
}
.our_service_item.free_shipping {
	margin:0;
	background:url(../images/betyshop/icon_free_shipping.png) no-repeat left top;
}
.our_service_item.promotion {
	background:url(../images/betyshop/icon_promotion.png) no-repeat left top;
}
.our_service_item.returns {
	background:url(../images/betyshop/icon_returns.png) no-repeat left top;
}
.our_service_item.top_seller {
	background:url(../images/betyshop/icon_top_seller.png) no-repeat left top;
}
.follow_us_item {
	float:left;
	clear:both;
	margin:15px 0 0 0;
	padding:0 0 0 0px;
}
.follow_us_item.facebook {
	margin:0;
}
a.follow_us_text {
	font-size:14px;
	color:#2d2d2d;
	font-weight:normal;
	text-transform:uppercase;
	margin:0;
	clear:both;
	float:left;
	margin:10px 0 0 0;
	min-height:26px;
	min-width:150px;
}
a.follow_us_text span {
	font-size:12px;
	color:#646464;
	font-weight:normal;
	margin:0;
	text-transform:none;
}
a.follow_us_text:hover ,a.follow_us_text:hover span {
	color:var(--primary-green);
}
a.follow_us_text.facebook {margin:0;}
a.follow_us_text .icon_floow_us {
	width:26px;
	height:26px;
	float:left;
	margin:0 10px 0 0;
}
/***********************/
.footer-static-content .address { float: left; width: 100%; font-size: 12px; color: #888;}
.footer-static-content .phone { float: left; width: 100%; margin: 10px 0 0; font-size: 12px; color: #888;}
.footer-static-content .email { float: left; width: 100%; margin: 10px 0 0; font-size: 12px; color: #888;}
.footer-center-container {
	color:#fff;
	padding:30px 0 20px;
}
.footer-title { float: left;}
.footer-title h3 { font-size: 25px; font-family: 'helveticacondensed'; color: #333; font-weight: normal; }
.footer-static-center {
	float:left;
}
.footer-static-center ul {
	display:inline;
	margin:5px 0 0;
	padding:0;
	display:inline;
	float: left;
}
.footer-static-center ul li {
	float:left;
	margin:0 0 0 15px;
	padding:0;
	display:inline;
}
/*.footer-static-center ul li a {
	color:#fff;
	font-size:12px;
	background:url(../images/betyshop/exchangeinstore.png) no-repeat left center;
	padding-left:40px;
	line-height:32px;
	float:left;
}
.footer-static-center ul li.first a {
	background:url(../images/betyshop/money_black.png) no-repeat left center;
	padding-left:25px;
}
.footer-static-center ul li.last a {
	background:url(../images/betyshop/secured_payment.png) no-repeat left center;
	padding-left:35px;
}*/
.footer-static-center ul li a:hover {
	color:var(--primary-green);
}

/******************************************************************************/

.footer_subscribe .block-subscribe {
	border:none;
	background:none;
	margin: 0;
	float:left;
	width:100%;
}
.ma-footer-static-container .col { background: #2f2f2f; padding: 40px 20px;}
.ma-footer-static-container .footer-title { float: left; width: 100%; color: #fff; font-family:var(--secondary-font);  font-size: 23px; text-transform: uppercase; }
.ma-footer-static-container .col .footer-content { float: left; width: 100%; margin: 20px 0 0;}
.ma-footer-static-container .footer-content { float: left; width: 100%; margin: 10px 0 0;}
.ma-footer-static-container .footer-content h2 {  font-weight: normal; color: #fff; font-family:var(--secondary-font);  font-size: 14px; text-transform: uppercase; }
.ma-footer-static-container .address { color: #999; font-family:var(--secondary-font);  font-size: 14px; text-transform: capitalize; }
.ma-footer-static-container .email { color: #999; font-family:var(--secondary-font);  font-size: 14px; text-transform: capitalize; line-height: 25px; }
.ma-footer-static-container .email a { color: #fff; font-family:var(--secondary-font);  font-size: 14px; text-transform: capitalize; line-height: 25px; }
.ma-footer-static-container .phone { color: #999; font-family:var(--secondary-font);  font-size: 14px; text-transform: capitalize; line-height: 25px; }
.ma-footer-static-container .footer-content h3 { font-weight: normal; color: #fff; font-family:var(--secondary-font);  font-size: 14px; text-transform: capitalize;  }
.ma-footer-static-container .mon { color: #999; font-family:var(--secondary-font);  font-size: 14px; text-transform: capitalize; line-height: 25px; }
.ma-footer-static-container .sun { color: #999; font-family:var(--secondary-font);  font-size: 14px; text-transform: capitalize; line-height: 25px; }
.ma-footer-static-container .f-top { float: left; width: 100%; background: url("../images/bg-bottom-footer.png") repeat-x 0 bottom; padding: 0 0 33px 0; margin: 40px 0 0;}
.ma-footer-static-container .f-logo { float: left; width: 26%;  border-right: 1px solid #515151;}
.ma-footer-static-container .in { background: url("../images/bg-in.png") no-repeat 0 0; display: block; width: 32px; height: 32px;}
.ma-footer-static-container .in:hover { background: url("../images/bg-in.png") no-repeat 0 100%; cursor: pointer;}
.ma-footer-static-container .facebook { background: url("../images/bg-facebook.png") no-repeat 0 0; display: block; width: 32px; height: 32px;}
.ma-footer-static-container .facebook:hover { background: url("../images/bg-facebook.png") no-repeat 0 100%; cursor: pointer; }
.ma-footer-static-container .twiter { background: url("../images/bg-twiter.png") no-repeat 0 0; display: block; width: 32px; height: 32px;}
.ma-footer-static-container .twiter:hover { background: url("../images/bg-twiter.png") no-repeat 0 100%; cursor: pointer; }
.ma-footer-static-container .flow { background: url("../images/bg-flow.png") no-repeat 0 0; display: block; width: 32px; height: 32px;}
.ma-footer-static-container .flow:hover { background: url("../images/bg-flow.png") no-repeat 0 100%; cursor: pointer; }
.ma-footer-static-container .f-box1 { margin: 16px 0 0; display: inline-block;}
.ma-footer-static-container .f-box1 ul { margin: 16px 0 0; display: inline-block; }
.ma-footer-static-container .f-box1 li { float: left; margin: 0 8px 0 0; text-indent: -9999px;}
.ma-footer-static-container .f-bottom {
    float: left;
    width: 100%;
    margin: 30px 0 0;
}
.ma-footer-static-container .block-tags .block-title strong { display: none;}
.ma-footer-static-container .block .block-content { border: 0;}
.ma-footer-static-container .block-tags .block-content .tags-list a { padding:4px 6px; display: inline-block;border: 3px solid #787878; font-size: 14px !important; font-family: var(--secondary-font); color: #929292; text-transform: capitalize;}
.ma-footer-static-container .block-tags .block-content .tags-list a:hover {  border: 3px solid #fff; color: #fff; }
.ma-footer-static-container .block-tags .actions a { padding:6px; border: 3px solid #787878; font-size: 14px !important; font-family: var(--secondary-font); color: #929292; text-transform: capitalize; display: inline-block; }
.ma-footer-static-container .block-tags .actions a:hover {  border: 3px solid #fff; color: #fff; text-decoration: none; }
.ma-footer-static-container .block-tags .actions { display: inline-block; margin-top: 3px;}
.ma-footer-static-container .tags-list li { margin: 10px 5px 0 0; display: inline-block; float: left;}
.ma-footer-static-container .block-tags .block-title { display: none;}
.ma-footer-static-container .f-text {
    color: #888888;
    float: left;
    font-family: var(--secondary-font);
    margin: 10px 0 0;
    padding: 0 0 0 3%;
    width: 70%;
}
.footer_subscribe .block-title {display:none;}
.footer_subscribe #newsletter-validate-detail {
	float:left;
	margin:0;
}
.footer_subscribe .block-content {float:left;padding:0;background:#fff;}
.footer_subscribe .form-subscribe-header {float:left;margin:0px 15px 0 0;}
.footer_subscribe .form-subscribe-header label {font-size:25px;font-family: var(--secondary-font);color:#333;font-weight:normal;line-height:30px;}
.footer_subscribe .input-box {float:left;margin-left:3px;}
.footer_subscribe .block-subscribe input.input-text {margin:0;font-size:12px;color:#3e3e3e;background:none;border:none;box-shadow:none;line-height:26px;height:24px;width:180px;border: 1px solid #ccc;}
.footer_subscribe .actions {float:left; margin: 0 0 0 5px;}
.footer_subscribe .block-subscribe .actions button.button span {height: 30px;line-height: 30px;}
.footer_subscribe .block-subscribe .actions button.button:hover span {background:var(--primary-green);color:#2d2d2d;}
/***********************/

.ma-footer-static-container {background: #333333;float:left; width:96%; padding: 0 2% 2%;}
.footer-static {
    text-align: left;
}
.footer-static .f-col.f-col4 {border:none;}
.footer-static .footer-static-title { float: left; width: 100%;}
.footer-static .footer-static-title h3 {margin:0;font-size:16px; color: #2d2d2d;font-family: 'raleway';font-weight:normal;text-transform:none; text-transform: capitalize;}
.footer-static .block-subscribe label { font-weight: normal; font-size: 13px; color: #888;}
.footer-static .block-content { padding: 0;}
.footer-static .block-subscribe input.input-text { height: 30px; margin: 15px 0; background: #efefef !important; width: 210px; border: 1px solid #efefef !important;}
/*.footer-static .block-subscribe .actions .button span { padding: 6px 12px;}
.footer-static .block-subscribe .actions .button span span { padding:0;}*/
.footer-static li {
    line-height: 27px;
    margin:0;
}
.footer-static-content .block .block-title { display: none;}
.footer-static .footer-static-content {margin:17px 0 0 0; float: left; width: 100%;}
.footer-static li a {font-family: 'raleway'; color: #929292; font-size: 14px; text-transform: uppercase;}
.footer-static li a:hover {color: #fff; text-decoration: none;  }
.toolbar-bottom {
    margin: 0;
}
.plugin .pluginSkinLight {background:#fff !important;}
/* Footer ================================================================================ */
.ma-footer-container { background:url("../images/bg-bottom-footer.png") repeat-x 0 0 #333;width: 96%; padding:1% 0; margin: 0 2%; float: left;  }
.footer { margin:0 auto; padding:0; background: #44A500; color: #FFF; font-size: 11px; padding: 15px 0;}
.footer .store-switcher { float: right; display:inline-block; margin:6px 5px 0 0; color:#000; }
.footer .store-switcher label { font-weight:normal; vertical-align:middle; color: #fff; }
.footer .store-switcher select {
    padding:0;
    vertical-align:middle;
    margin: 0;
    background: none repeat scroll 0 0 #555555;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}
.footer a {  text-decoration:none; background-image: none!important;}
.footer a:hover { text-decoration:underline; }
.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
.footer .bugs a {  text-decoration:underline; }
.footer .bugs a:hover { text-decoration:none; }
.footer address { margin:0 0 0 0px; text-align: left;line-height:54px;font-size:14px;color:#929292; font-family: 'raleway'; text-transform: uppercase; }
.footer address a { color:#fff; text-decoration:underline; }
.footer address a:hover { text-decoration:none; color: #929292; }
/*.footer ul { display:inline; float: left;  }*/
.footer ul.links { display:block; }
.footer li {}
.footer li.last { background:none !important; padding-right:0 !important; }
.ma-footer-container .bottom-container { margin:0 0 5px; }


/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block }
.home-spot { float:left; width:470px; margin-left:20px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.ma-header-container:after,
.ma-header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.ma-footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
/* ======================================================================================= */

.guest-select {width:305px !important;}

/* Product Tabs */
.product-tabs { overflow:hidden; float: left; width: 100%; margin: 0 2px 0 0; }
.product-tabs li { float:left; margin:2px 1px 0 0;}
.product-tabs li.first { border-left:0; }
.product-tabs li.last { border-right:0; }
.product-tabs a { display:block; font-family:var(--secondary-font); padding:10px 15px; font-size: 13px; color:#666; text-decoration: none;line-height:24px; background: #f7f7f7; border: 1px solid #f7f7f7; }
.product-tabs a:hover { text-decoration:none; font-family:var(--secondary-font); color:#fff; border: 1px solid var(--primary-green); background: var(--primary-green); }
.product-tabs li.active a,
.product-tabs li.active a:hover {font-weight:normal; font-family:var(--secondary-font);  color:#fff;border: 1px solid var(--primary-green); background:var(--primary-green);  }
.product-tabs-content h2 {  }
.product-tabs-content { font-family:var(--secondary-font); min-height: 110px; width:96%; padding: 2%;overflow:hidden; float: left; border:  1px solid #E8E8E8; }
.product-tabs-content .std { font-size: 13px; font-family: var(--secondary-font);}

/*-------- Menu --------*/
.pt_custommenu .itemMenu h4.level1:hover, .pt_custommenu .itemMenu a.level1:hover {
	 color: var(--primary-green);
}
.pt_custommenu .itemSubMenu a.level2:hover,
.pt_custommenu .itemMenu a.level1.nochild:hover{
     color: var(--primary-green);
}
.static-menu-img {float:left;margin:0 20px 0 0;}
.static_block_custom_menu {font-size:12px;}
.static_block_custom_menu .static-menu-block2 {margin:20px 0 0 0;padding:20px 0 0 0;border-top:1px dashed #fff;}
/********** < Navigation */
.ma-nav-container { }
#nav { margin:0 auto; font-size:12px; background: #ccc; }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.last {  }
#nav li.over { z-index:998; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav ul li.parent a {}
#nav ul li.parent li a { }

/* 0 Level */
#nav li { float:left; padding-right: 5px; }
#nav li.last{ background:none;  }
#nav li.home { padding-left: 0; }

#nav a { float:left; padding: 10px 16px; color:#242424; font-size:16px; text-transform:capitalize; }
#nav a span{ }

#nav li.active a,
#nav li.over a,
#nav a:hover { background: #888; color: #fff; }

#nav li.active a span,
#nav li.over a span,
#nav a:hover span{ }

/* 1st Level */
#nav ul li,
#nav ul li.active { border-bottom: 1px solid #cdcdcd; float:none; margin:0; padding: 0; background: none;}
#nav ul li.last { border: 0;}

#nav ul a,
#nav ul a:hover { float:none;  }
#nav ul li a { font-weight:normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position:absolute; width:210px; top: 40px; left:-10000px; background: #888; }
#nav div ul { position:static; width:auto; border:none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top: 0; }
#nav ul ul,
#nav ul div {  }

#nav ul li a { background: url("../images/arrow-menu2.png") no-repeat scroll 18px 12px transparent !important; padding: 0 0 0 20px; text-transform:capitalize !important; color:#fff !important; font-size: 13px; }
#nav ul li a span{ padding: 7px 12px; }
#nav ul li a:hover { background: url("../images/arrow-menu2.png") no-repeat scroll 18px -42px transparent !important; color: #D5002A !important; }
#nav ul span,
#nav ul li.last li span { }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left:0; z-index:999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left:210px; }
/********** Navigation > */
/* ======================================================================================= */
.nav-container {
    position: relative;
    float: left;
    width: 100%;
}
div.pt_menu .parentMenu a,.parentMenu .block-title {color:#666666;font-size:18px;}
/*div.pt_menu.active {
    background-color:#292929;
}
div.popup {
	border-color:#292929;
}*/
/*------Accordion ---------*/
/********** < Navigation */
.nav-collapse {
    text-align: left;
}
.navbar .nav > li {
    padding: 10px 30px 20px 0;
}
#ma-mobilemenu {
    height: auto;
    display: none;
    float: left;
    width: 100%;
    margin: 10px 0 0;
}

.nav-collapse, .nav-collapse.collapse {

}
.navbar-inner {
    background:#F8F8F8;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0;
    
}
.cms-index-index .navbar-inner {
    background:#fff;
}
.menu-mobile {
    background:var(--primary-green) !important;
    float: left;
    width: 96%;
    padding: 0 2%;
    margin: 18px 0 0;
    border-radius: 2px;
}
.navbar .btn-navbar {
    margin-top: 10px;
    border: 0 !important;
    box-shadow: none !important;
    background: url("../images/bg-menu-mobile.png") no-repeat 50% 50%;
}
.navbar .btn-navbar:hover {background:url("../images/bg-menu-mobile.png") no-repeat 50% 50% !important; font-family: 'helvetica';}
.navbar .btn-navbar .icon-bar {
    box-shadow:none !important;
    border-radius:0 !important;
    background-color:inherit !important;
}
.mobilemenu>li.last a {
    border-bottom: 0;
}
.navbar .brand {
    color: #fff;
    text-transform: uppercase;
    font-family: var(--secondary-font);
}
.mobilemenu {
	list-style-type: none;
	padding: 0;
    margin: 0;

}
.collapse.in {

}
.mobilemenu ul {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
}
.mobilemenu li {
    background: #faf8f8;
	cursor: pointer;
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width: 100%;
	position: relative;
}
.mobilemenu li.level0.last {
    margin-bottom: 20px;
}
.mobilemenu li.active>a {
	/*background: url('../images/close.gif') no-repeat center right;*/
}
.mobilemenu li div {
	padding: 20px;
	background: #aef;
	display: block;
	clear: both;
	float: left;
	width: 360px;
}
.mobilemenu a {
	text-decoration: none;
	border-bottom: 1px solid #e0d8d8;
	/*font: bold 1.1em/2em Arial, sans-serif;*/
	font-size: 13px;
	line-height: 40px;
	font-weight: normal;
	color: #666;
	margin: 0 15px;
	font-family: var(--secondary-font);
	display: block;
	text-transform: uppercase;
	cursor: pointer;
}
.mobilemenu li.active a, .mobilemenu a:hover {
	color: var(--primary-green);
}

.mobilemenu ul a {
	color: #666 !important;
}
.mobilemenu ul a:hover, .mobilemenu ul li.active a {
	color:  var(--primary-green) !important;
}

.mobilemenu ul ul a, .mobilemenu ul li.active ul a {
	color: #666 !important;
}
.mobilemenu ul ul a:hover, .mobilemenu ul ul li.active a, .mobilemenu ul li.active ul a:hover {
	color:  var(--primary-green) !important;
}

.mobilemenu ul ul ul a, .mobilemenu ul ul li.active ul a {
	color: #666 !important;
}
.mobilemenu ul ul ul a:hover, .mobilemenu ul ul ul li.active a, .mobilemenu ul ul li.active ul a:hover {
	color: var(--primary-green) !important;
}

.mobilemenu ul ul ul ul a, .mobilemenu ul ul ul li.active ul a {
	color: #666 !important;
}
.mobilemenu ul ul ul ul a:hover, .mobilemenu ul ul ul ul li.active a, .mobilemenu ul ul ul li.active ul a:hover {
	color:  var(--primary-green) !important;
}



.mobilemenu li.parent>a {
	/*background: url('../images/open.gif') no-repeat center right;*/
}

.mobilemenu li ul li {
    font-size: 0.9em;
}
.mobilemenu li.active>ul {

}

.mobilemenu ul a {
	padding-left: 25px;
}
.mobilemenu ul ul a {
	padding-left: 40px;
}
.mobilemenu ul ul ul a {
	padding-left: 55px;
}
.mobilemenu ul ul ul ul a {
	padding-left: 70px;
}
.mobilemenu ul ul ul ul ul a {
	padding-left: 85px;
}
/*----------- button mobilemenu -------------*/
.mobilemenu span.head {
	position: absolute;
	top: 8px;
	right: 8px;
}
.mobilemenu span.head a { 
	background: url(../images/menu_down.png) no-repeat 50% 50%;
	color:#333333;
	display:block;
	height:15px;
	padding:0;
	width:15px;
	border: 0;
}
/*.mobilemenu span.head a:hover*/
.mobilemenu li.active>span.head a {
	background: url(../images/menu_up.png) no-repeat 50% 50%;
}
.mobilemenu li.selected span.head a {
	background: url(../images/menu_up.png) no-repeat 50% 50%;
}
/*
.mobilemenu li.selected span.head a:hover {
	background: url(../images/menu_down.png) no-repeat 50% 50%;
}
*/

/*----- page view-----*/
.ma-price {
    color: #6e6e6e; 
}
.ma-social li {
    background: none;
    padding: 0 5px;
}
.ma-review-col1 {

}
.ma-review-col2 {

}
.ma-review-col1 h2, .ma-review-col2 h2 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
    padding: 0 0 10px 0;
}
#product-review-table { background: #fff; }
.ma-review-col2 h4 {
    font-weight: normal;
}

#back-top {
    background: url("../images/back-top.png") no-repeat scroll 50% 50% #333;
    bottom: 35px;
    display: none;
    height: 55px;
    position: fixed;
    right: 12px;
    width: 55px;
    z-index: 9999;
}
#back-top:hover {
    background: url("../images/back-top.png") no-repeat scroll 50% 50% var(--primary-green);
}

/*Banner Static*/
.banner_wide { float: left; width: 100%; margin: 30px 0 0;}
.banner_wide .input-actions {
    display: inline;
    float: left;
    width: 100%;
    margin: 20px 0 0;
}
.wide-newletter { float: left; width: 98%; padding: 1%; background:url("../images/banner1-wide.png") no-repeat 0 0;}
.wide-newletter .wide-content { border: 2px solid #fff; float: left; display: inline;}
.banner_wide .block-subscribe .block-title { float: left; width: 100%; padding: 0;}
.banner_wide .block-subscribe label { font-weight: normal; font-size: 16px; color: #fff; float: left; display: inline-block; padding: 0  0 0 15px; margin: 5px 0 0;}
.banner_wide .block-content { float: left; width: 100%; display: inline-block; clear: both;}
.banner_wide .block-subscribe { float: left; width:92%; padding: 4%; margin: 0; border: 0;}
.banner_wide .block-subscribe strong { float: left; display: inline-block; background: url("../images/bg-right-banner.png") no-repeat right center; padding: 0 15px 0 0;}
.banner-static { float: left; width: 96%; padding: 0 2%; margin: 40px 0 0;}
.banner-static-center { float: left; width:94%; background: #f9f9f9; padding: 30px 3%; margin:0;border-bottom: 1px solid #FFFFFF;border-top: 1px solid #FFFFFF;}
.banner-static-center .banner-text { float:left; width: 100%; padding-left: 30px; text-align:left; margin: 30px 0 0;}
.banner-static-center .banner-text h2 { color: #555; font-size: 18px; font-family: var(--secondary-font); text-transform: capitalize;}
.banner-static-center .banner-text p { font-size: 12px;color:#888888; margin: 10px 0 0;}
.banner-static-center .banner-text a {
    background: url("../images/bg-cart.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    color: #FFFFFF;
    display: inline-block;
    font-family: var(--secondary-font);
    font-size: 12px;
    margin: 14px 0 0;
    padding: 8px 13px;
    text-transform: uppercase;
}
.banner-static-center .banner-text a:hover {background: url("../images/bg-hover-cart.png") repeat-x; color: #fff; }
.banner-static-center ul { float: left; width: 100%; margin: 10px 0 0;}
.banner-static-center ul li { font-size: 12px; background: url("../images/icon-banner-static.png") no-repeat 0 50%; padding: 0 0 0 25px;}
.banner-static-contain { overflow: hidden;margin:30px 0 0 0;}
.banner-static-contain .banner-box img { width: 100%;}
/*Banner 7*/
.ma-banner7-container { margin:0;}
.banner7-readmore a:hover {
	background:var(--primary-green);
}
.nivo-controlNav a.active,.nivo-controlNav a:hover {
	color:#fff;
	background:var(--primary-green);
}
/* Banner static top*/
.banner-static-top .container { margin-top: -45px;}
.banner-static-top {
	color:#2d2d2d;
	margin:-40px 0 0 0;
	border-top: 1px solid #ccc;
}
.block_static_top {
	text-align:center;
	/*margin:-45px 0 0 0;*/
	padding: 20px 40px;
	border: 1px solid #ccc;
	background: #fff;
}
.block_static_top a {
	display:block;
	margin:0 auto;
	font-weight: bold;
	font-size: 25px;
}
.block_static_top h3 {
	margin:10px 0 0 0;
	text-transform:uppercase;
	font-weight:normal;
	font-size:18px;
	font-family: 'helveticacondensed';
}
.block_static_top p {
	margin:2px 0 0 0;
	padding:0;
	font-size:16px;
	line-height:16px;
}



/*=====================================================================================================================*/
/*Featured Product Slider*/
/*=====================================================================================================================*/
/*NewProduct Slider*/
.ma-newproductslider-container {
	margin:20px 0 0 0;
}
/*=====================================================================================================================*/
/*Related Product*/
.related-product {}
.related-product li.item {border-bottom: 1px solid #E5E5E5;}
.related-product li.item .product-image {float: left;margin: 10px 10px 5px 0;}
.related-product li.item .product-image img {}
.related-product li.item .product-name {color: #2D2D2D;margin: 5px 0 0;font-size: 12px;font-weight: normal;}
.related-product li.item .product-name a {font-size: 12px;text-transform: uppercase;}
.related-product li.item .price-box {margin: 15px 0 0;}
.related-product li.item .price-box .regular-price {}
.related-product li.item .price-box .regular-price .price {}
.related-product li.item .price-box .special-price {display: inline;}
.related-product li.item .price-box .special-price .price {}
.related-product li.item .price-box .old-price {display: inline;}
.related-product li.item .price-box .old-price .price {}
/*=====================================================================================================================*/
/*Upsell Slider*/

.ma-upsellslider-container .ma-upsellslider-title {
    float: left;
    width: 100%;
}
.ma-upsellslider-container .ma-upsellslider-title h2 {
    color: #666;
    font-family: var(--secondary-font);
    font-size: 23px;
    margin: 0;
    border-bottom: 0;
    text-transform: uppercase;
}
.ma-upsellslider-container {}
/*.ma-upsellslider-container .ma-upsellslider-title {}
.ma-upsellslider-container .ma-upsellslider-title h2 {color:#888;font-size:20px;font-family: var(--secondary-font);font-weight:normal;border:none; text-transform: capitalize;}*/
.ma-upsellslider-container .product_item .product-name {border:none;}
.ma-upsellslider-container .product_item .ratings .rating-links {display:none;}
/*=====================================================================================================================*/
/*Bestsell Slider*/
.ma-bestseller-vertscroller-wrap .price-box {
	margin: 15px 0 0;
}
.ma-bestseller-vertscroller-wrap .special-price {
	display:inline;
}
.ma-bestseller-vertscroller-wrap .old-price {
	display:inline;
	margin-left:5px;
}
.ma-bestseller-vertscroller-wrap .product-name a {
	font-size:12px;
	text-transform:uppercase;
}
.ma-bestseller-vertscroller-wrap .ratings {
	padding:0;
	height:11px;
}
.ma-bestseller-vertscroller-wrap .ratings .amount {
	display:none;
}
.ma-bestseller-vertscroller-wrap .block-content li.item {
	border-bottom:1px solid #e5e5e5;
}
 
#search_price span { height: 19px;
    font-size: 13px;}
#search_price span span { line-height: 19px;} 
/*=====================================================================================================================*/
/*Brand slider */
#shopping-cart-table { background: #fff;}
#shopping-cart-table .link-wishlist { background: none;}
#shopping-cart-table tbody td .logo_a,
#shopping-cart-table tbody td .prodotti_logo {
    width: 35%; /* originario 100% */
    height: 15px;
    vertical-align: middle;
    background-size: auto 30px;
    background-position: bottom left;
	margin-top:-12px;
	display: block;
	float:right;
}
#shopping-cart-table td:nth-child(3) { text-align: right; }
#shopping-cart-table th { height: 30px }
#shopping-cart-table th span
{
	font-size: 14px;
	color: #004687;
}
.checkout-cart-index .cart { margin: 30px 0 0;}
/*Product Item */
.upsell-item .product_item {
	position:relative;
}
.product_item {
	position:relative;
}
.product_item .product-name a {font-size:12px;text-transform:uppercase;}
.product_item .product-name a:hover {color:var(--primary-green);}
.product_item .product_icon {width:100%;margin:20px 0 0 0;border-top:1px solid #d5d5d5;min-height:40px;}
.product_item .product_icon .newproduct-grid {background:url(../images/betyshop/icon_hot.png) no-repeat 0 0;width:55px;height:43px;float:left;margin:-6px 0 0 0;}
.product_item .product_icon .saleoff-grid {background:url(../images/betyshop/icon_sale.png) no-repeat 0 0;width:55px;height:43px;float:right;margin:-6px 0 0 0;}
.product_item .ratings {margin:-7px auto 0;padding:0 5px;float:none;width:69px;background:#fff;}
.product_item .ratings .rating-box {float:none;margin:0 auto;}
.product_item .ratings .amount {display:none;}
.product_item .product-image {display: block;margin: 10px 0 0;overflow: hidden;width: 100%;}
.product_item .product-image img {width:100%;}
.product_item .price-box .price-label {display:none;}
.product_item .price-box .price {font-size:20px;color:var(--primary-green);font-family: 'helveticainserat';font-weight:normal;margin:10px 0 0 0;display:block;}
.product_item .price-box .regular-price {}
.product_item .price-box .regular-price .price {}
.product_item .price-box .special-price {margin:0;padding:0;}
.product_item .price-box .special-price .price {}
.product_item .price-box .old-price {}
.product_item .price-box .old-price .price {font-size:12px;color:#8f8f8f;font-weight:normal;margin:5px 0 0 0;}
.product_item .actions {position:absolute;top:110px;left:0;width:100%;visibility:hidden;}
.product_item .actions button.button.btn-cart {width:100%;text-align:center;}
.product_item .actions button.button.btn-cart span {background:url(../images/betyshop/bg_product_item_action.png) repeat;margin:0 auto;padding:0;font-size:12px;color:#fff;font-weight:normal;display:none;width:0px;}
.product_item .actions button.button.btn-cart span span {background:none !important;margin:0;padding:0;}
.product_item .actions .add-to-links {margin:0;padding:0;}
.product_item .actions .add-to-links li {margin:10px 0 0 0;}
.product_item .actions .add-to-links li a {background:url(../images/betyshop/bg_product_item_action.png) repeat;margin:0 auto;padding:0;font-size:12px;color:#fff;font-weight:normal;height:32px;line-height:32px;display:block;width:0px;}
.product_item .actions .add-to-links li a.link-wishlist {}
.product_item .actions .add-to-links li a.link-compare {}
.product_item .actions .add-to-links li.quickview-block {}
.product_item .actions .add-to-links li.quickview-block a.quickview-button {}
/*.category-products .product_item .actions .add-to-links li a ,.category-products .product_item .actions button.button.btn-cart span {width:100%;height:80px;line-height:80px;}
.category-products .product_item:hover .actions .add-to-links li a ,.category-products .product_item:hover .actions button.button.btn-cart span {height:32px;line-height:32px;}*/
.product_item .actions .add-to-links li a:hover,.product_item .actions button.button.btn-cart:hover span {background:url(../images/betyshop/bg_product_item_action_hover.png) repeat;width:100% !important;}
.product_item .product-name a:hover {color:var(--primary-green);}
/*.product_item:hover .price-box .special-price .price,.product_item:hover .price-box .regular-price .price {color:var(--primary-green);}*/
.product_item:hover .actions {visibility:visible;}
.product_item:hover .actions button.button.btn-cart span {width:150px;display:block;}
.product_item:hover .actions .add-to-links li a {width:150px;}
/*Style tooltip */
.products-grid .product_item .price-box {
	min-height:65px;
}
/************************* Clients Say ********************/
.client_say {
	width:100%;
	margin:15px 0 0 0;
	padding:0;
	text-align:center;
}
.client_say_title {
	width:100%;
	margin:0;
	padding:0;
	border-top:1px solid #d5d5d5;
}
.client_say_title h3 {
	margin:-16px auto 0px;
	padding:0;
	display:block;
	max-width:300px;
	background:url(../images/betyshop/bg_client_say_title_l.png) no-repeat left center #fff;
}
.client_say_title h3 span {
	margin:0;
	padding:0;
	font-size:25px;
	color:#2d2d2d;
	font-family: 'helveticacondensed';
	font-weight:normal;
	line-height:30px;	
	display:block;
	width:100%;
	text-align:center;
	background:url(../images/betyshop/bg_client_say_title_r.png) no-repeat right center;
}
.client_say_content {
	width:100%;
	margin:20px 0 0 0;
	padding:0;
	font-size:12px;
	color:#3d3d3d;
}
.client_say_now_wap {
	background:url(../images/betyshop/icon_client_say_left.png) no-repeat left top;	
	padding-left:50px;
	width:80%;
	margin:0 auto;
}
.client_say_now {
	background:url(../images/betyshop/icon_client_say_right.png) no-repeat right top;
	padding-right:50px;
}
.fancybox-inner { height: 600px !important;}
.product-essential .add-to-cart { float: right;}
/******************************** Banner Box ******************************************/
.banner-box a {
	position:relative;
	overflow:hidden;
	display:block;
}
.banner-box a:before{
    -moz-box-sizing: border-box; box-sizing:border-box;
    border: 6px solid rgba(255, 255, 255, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;	
}
.banner-box a:hover:before{
    -moz-box-sizing: border-box; box-sizing:border-box;
    border: 0px solid rgba(255, 255, 255, 0.5);		
    opacity:0;
}
.p_image { text-align: center;}
.payment_footer {float : right;margin-top: 12px;}
.quickview-popup .product-view .product-shop .quickview_tabs_block .quickview_block_related .price-box {float:none;margin:0;padding-bottom:0;}

/*=======================================Modun======================*/
/*.pt_custommenu div.pt_menu .parentMenu a:hover,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover,
.pt_custommenu #pt_menu_link ul li a.act,
.pt_custommenu #pt_menu_link ul li a:hover {
    color: var(--primary-green);
}*/
.pt_custommenu div.pt_menu .parentMenu a:hover,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover,
.pt_custommenu #pt_menu_link ul li a.act,
.pt_custommenu #pt_menu_link ul li a:hover {
    color: var(--primary-green);
}
.pt_custommenu div.pt_menu.act .itemMenu a:hover{ color:var(--primary-green);}
.pt_custommenu div.pt_menu.act a, .pt_custommenu div.pt_menu.active .parentMenu a { color:var(--primary-green);}
#pt_menu_home a:hover { color:var(--primary-green);}
#pt_menu_home.act { color:var(--primary-green); }
.pt_custommenu .itemSubMenu a.level2:hover,
.pt_custommenu .itemMenu a.level1.nochild:hover {color: var(--primary-green); }
.ma-relatedslider-container .flex-control-paging li a:hover { background: var(--primary-green); }
.ma-relatedslider-container .flex-control-paging li a.flex-active { background: var(--primary-green); cursor: default; }
.ma-tabs-title li.active a, .ma-tabs-title a:hover {
    color: var(--primary-green);
}
.ma-banner7-container .flexslider .nivo-prevNav:hover { background: url("../images/arrows-banner7.png") no-repeat 0 100%; }
.ma-banner7-container .flexslider .nivo-nextNav:hover { background: url("../images/arrows-banner7.png") no-repeat 100% 100%; }
.ma-thumbnail-container .flex-direction-nav .flex-next:hover {background: url(../images/bg-arrow-thumail.png) no-repeat 100% 100% var(--primary-green);}
.ma-thumbnail-container .flex-direction-nav .flex-prev:hover {background: url(../images/bg-arrow-thumail.png) no-repeat 0 100% var(--primary-green);}
.ma-upsellslider-container .flex-direction-nav .flex-next:hover {background: url(../images/bg_direction_nav.png) no-repeat 100% 100%;}
.ma-upsellslider-container .flex-direction-nav .flex-prev:hover {background: url(../images/bg_direction_nav.png) no-repeat 0 100%;}
.ma-relatedslider-container .flex-direction-nav .flex-next:hover {background: url(../images/bg_direction_nav.png) no-repeat 100% 100%;}
.ma-relatedslider-container .flex-direction-nav .flex-prev:hover {background: url(../images/bg_direction_nav.png) no-repeat 0 100%;}
.responisve-container h2 {
	color: var(--primary-green);
}
.responisve-container p a:hover{
	background: #8abd85;
}
.pt_custommenu div.popup {
    position:absolute;
    z-index:3000;
    background:url("../images/bg-menu.png") repeat;
    text-align:left;
    padding: 0;
    margin: 0;
/*    border-left: 1px solid #ededeb;
    border-right: 1px solid #ededeb;
    border-top: 1px solid #ededeb;*/
    border-top: 5px solid var(--primary-green);
}
.fraction-slider .prev{
	left:-76px; top:48%;
	background:url(../images/fs.prevnext.png) no-repeat 0 0 #c1c1c0;
	
}
.fraction-slider .prev:hover{
	background:url(../images/fs.prevnext.png) 0 100% no-repeat var(--primary-green);
}

.fraction-slider .next{
	right:-76px; top:48%;
	background:url(../images/fs.prevnext.png) no-repeat 100% 100% #c1c1c0;
}
.fraction-slider .next:hover{
	background:url(../images/fs.prevnext.png) no-repeat 100% 100% var(--primary-green);
}
#sequence-theme .controls .sequence-prev:hover { background: url(../images/arrow-banner7.png) no-repeat 0 100% var(--primary-green); }
#sequence-theme .controls .sequence-next:hover { background: url(../images/arrow-banner7.png) no-repeat 100% 100% var(--primary-green); }
.ma-featuredproductslider-container .flex-direction-nav .flex-next:hover {background:url(../images/bg_direction_nav.png) no-repeat 100% 100% var(--primary-green);}
.ma-featuredproductslider-container .flex-direction-nav .flex-prev:hover {background:url(../images/bg_direction_nav.png) no-repeat 0 100% var(--primary-green);}
.ma-brand-slider-contain  .bx-wrapper .bx-controls-direction .bx-next:hover {background: url(../images/bg_direction_nav.png) no-repeat 100% 100%;}
.ma-brand-slider-contain  .bx-wrapper .bx-controls-direction .bx-prev:hover {background: url(../images/bg_direction_nav.png) no-repeat 0 100% ;}
.pt_custommenu .block2 {
    color: #666666;
    float: left;
    margin-top: 10px;
    max-width: 930px;
}
.custom-menu-bottom {
    border-top: 1px solid #484848;
    float: left;
    margin: -3px 0 0;
    padding: 2%;
    width: 96%;
}
.menu-image {
    float: left;
    text-align: center;
    width: 31%;
}
.menu-bottom .menu-text a {
    color: #fff;
    float: left;
    font-size: 14px;
    margin: 5px 0 0;
    line-height: 20px !important;
    text-transform: capitalize;
    width: 100%;
}
.menu-bottom .menu-text a:hover {
    color: var(--primary-green);
}
.menu-bottom h3 {
    color: #fff;
    float: left;
    font-family: var(--secondary-font);
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    width: 100%;
}
.menu-text {
    float: left;
    margin: 8px 0 0;
    width: 67%;
    padding: 0 0 0 2%;
}

.menu-bottom p {
    color: #aaa;
    float: left;
    font-size: 14px;
    margin: 5px 0 0;
    text-transform: capitalize;
    width: 100%;
}
.pt_custommenu .itemSubMenu h4.level2,
.pt_custommenu .itemSubMenu a.level2,
.pt_custommenu .itemSubMenu h4.level3,
.pt_custommenu .itemSubMenu a.level3,
.pt_custommenu .itemMenu a.level1.nochild{
    color: #aaa;
    padding-left: 40px;
    margin-left: 0;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    background:none;
}
.pt_custommenu .itemSubMenu a.level2:hover,
.pt_custommenu .itemMenu a.level1.nochild:hover{
    background:none;
}
.cart-table .link-wishlist {background: none;}

/* invoices upload */
.customer-documents {
    padding: 15px; 
    background: #F7F7F7;
}
.customer-documents-left, .customer-documents-right{
  margin: 0 15px;
  padding: 10px;
  width: 42%;
  float:left;
}
.customer-documents label{
    width:100%;
    padding-bottom: 5px;
}
form.hidden{
    display:none;
}
.customer-documents form{
    margin-bottom: 0px;
}

/*modunl-------------------------------------------------*/
ul.tabs li:hover {background: var(--primary-green);border: 4px solid var(--primary-green);}
ul.tabs li.active{background: var(--primary-green);border: 4px solid var(--primary-green);}
.pt_custommenu div.popup a.act {color: var(--primary-green) !important;}
.banner7-title a {color: var(--primary-green);}
/*--------------------------------*/
/*=====================================================================================================================*/
/* Fixed Mobile*/
@media (max-width: 1199px) {
    .pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title,#pt_menu_home a {padding: 34px 9px 33px 12px;font-size: 12px;}
    .nivo-caption {margin: 0 0 0 34px; top: -50px; left: -25px;}
    .block-subscribe input.input-text { width: 177px; height: 30px; line-height: 30px;}
    .featuredproductslider-item { width: 205px !important;}
    .featuredproductslider-item .product-name a,.products-grid .product-name a,.footer-top .footer-text h3
    ,.ma-upsellslider-container .product_item .product-name a{ font-size: 14px;}
    .ma-footer-static-container .f-logo { width: 32%;}
    .ma-upsellslider-container .price-box { width: 52%;}
    .crosssell .link-wishlist { background: none;}
    .ma-upsellslider-container .product-name { width: 45%;}
    .ma-footer-static-container .f-text { width: 60%;}
    .ma-footer-static-container .f-text { font-size: 11px;}
    .ma-relatedslider-container .flexslider { margin: 54px 0 10px;}
    .ma-relatedslider-container .flex-direction-nav .flex-next { right: inherit; left: 36px;}
    .ma-relatedslider-container .flex-direction-nav .flex-prev { right: inherit;}
    .banner_wide .block-subscribe label { font-size: 14px;}
    .form-subscribe-header p,.banner_wide .input-actions { margin: 10px 0 0;}
    .block-subscribe .actions .button span { padding: 4px 20px;}
    #search_price { margin: 10px 0 0;}
}

@media(max-width: 991px){
    .header .logo{max-width: 150px;margin-bottom: 10px;}
    .dh-fixed .dhmm.horizontal .dhnav > li{width: 100% !important;border-bottom: 1px solid #DDDDDD;}
    .dhmm.horizontal .dhnav > li:last-child{border-bottom:0;}
    .dh-fixed .dhmm.horizontal .dhnav > li:last-child{width: 100% !important;}
}

@media (max-width: 979px) {
    .form-subscribe-header p, .banner_wide .input-actions { margin: 7px 0 0;}
    .block-subscribe .block-title strong span { font-size: 18px; }
    .banner_wide .block-subscribe label { font-size: 11px;}
    .banner_wide .block-subscribe strong { padding: 0 10px 0 0;}
    .banner_wide .block-subscribe label { padding: 0 0 0 10px;}
    .banner_wide .block-subscribe { padding: 2%; width: 96%;}
    .block-subscribe input.input-text { height: 22px; line-height: 22px; font-size: 11px;}
    .block-subscribe .actions .button span { padding: 0 13px;}
    .block-subscribe .actions .button span span { font-size: 11px;}
    .top-header .head-link a,.heaser-text h2 { font-size: 15px; }
    ul.tabs li { margin: 5px 5px 0 0;}
    .products-grid .price-box,.products-grid .box-name,.ma-featuredproductslider-container .price-box,.ma-featuredproductslider-container .box-name,.footer-top .footer-image{ float: none; text-align: center; width: 100%;}
    .products-grid .special-price,.products-grid .old-price,.ma-featuredproductslider-container .special-price,.ma-featuredproductslider-container .old-price { width: auto;}
    .products-grid .product-name,.ma-featuredproductslider-container .product-name { text-align: center;}
    .products-grid .ratings .rating-box,.ratings .rating-box { text-align: center; margin: 0 auto; float: none;}
    .featuredproductslider-item { width: 160px !important;}
    .ma-onsale-products .special-price .price { font-size: 13px;}
    .footer-top .footer-text { border-left: 0; float: none; width: 100%; padding: 0; margin: 0;}
    .footer-top .footer-text p,.footer-top .footer-text h3 { text-align: center; }
    .block-tags .block-content .tags-list li { line-height: 40px;}
    .ma-footer-static-container .f-box1 li { margin: 8px 8px 0 0;}
    .block-subscribe input.input-text { width: 129px;}
    .product-view .ratings .rating-box { margin: 0;}
    .wrapper_box { left: 29%; top: 38%;}
}

@media (max-width: 919px) {
    .top-header .top-header-right{position: relative;}
    .top-header .top-header-right .form-language{position: absolute;right: 4px;top: 17px;}

}
@media (max-width: 767px) {
    .wide-newletter { margin: 30px 0 0;}
    .form-subscribe-header p, .banner_wide .input-actions { margin: 15px 0 0;}
    .block-subscribe input.input-text {font-size: 16px;height: 42px;line-height: 42px;}
    .block-subscribe .actions .button span { padding: 10px 20px;}
    .block-subscribe .actions .button span span { font-size: 14px;}
    .block-subscribe .block-title strong span { font-size: 24px;}
    .banner_wide .block-subscribe label { font-size: 14px;}
    .payment_footer { float: left;}
    .toplink .welcome-msg { text-align: center;}
    .language_curency { width: auto; display: inline-block; float: none;}
    .language_curency .form-language { float: none;}
    .header-language,.header-curren { display: inline-block; float: none;}
    .box-header { display:inline-block; text-align: center;  width:600px !important; margin: 0 auto;}
    .language_curency { position: relative; z-index: 999999;}
    .header .logo { position: inherit; text-align: center;}
    .header-top .search-content { right: -78px;}
    .banner-static .banner,.footer-top .box-footer,.category-image,.products-list .f-fix { margin: 20px 0 0;}
    .banner-static .banner img { width: 100%;}
    .col2-set .col-2 { width: 100%;}
    .col2-set .col-1 { width: 100%;}
    .block-subscribe input.input-text { display: inline-block; width: 200px;}
    .products-grid .product-image img,.products-list .product-image img { width: 100%;}
    .ma-onsale-products .product-image,.ma-onsale-products .onsale-content { width: 100%; margin: 20px 0 0;}
    .ma-onsale-products .category-products .products-grid .price-box,.ma-onsale-products .products-grid .item .actions { text-align: center;}
    .ma-onsale-products .products-grid .button { float: none;}
    .tab-title { margin: 40px 0 0;}
    .products-grid .item { display: inline-block;}
    .products-grid .item .actions { bottom: 10px;}
    .footer-top .footer-text h3,.footer-top .footer-text p { font-size: 18px;}
    .ma-footer-static-container .f-logo { width: 100%; border: 0;}
    .ma-footer-static-container .f-text {margin: 30px 0 0;padding: 0; width: 100%;}
    .ma-footer-static-container .f-text { font-size: 14px;}
    .breadcrumbs { padding: 0;}
    .ma-relatedslider-container .price-box,.ma-relatedslider-container .product-name { text-align: left; width: 100%; margin: 0;}
    #search_price { margin: 0 10px 0 0;}
    .pager .pages { float: left;}
    .wrapper_box { top: 20%; left: 20%;}

    .top-header .link-top-header .form-language{display: block;text-align: right;margin: 10px 0;position: relative;right: 0;top: 0;}
    .header .row{margin-left: -15px;}
}
@media (max-width: 480px) {
    .language_curency { width: auto; display: inline-block; float: none;}
    .language_curency .form-language { float: none;}
    .header-language,.header-curren { display: inline-block; float: none;}
    .heaser-text { width: 100%;}
    .top-header .head-link { width: 100%; text-align: left; margin: 20px 0 0;}
    .wrapper_box { top: 12%; left: 12%;}
    .box-header { display:inline-block; text-align: center;  width:100% !important; margin: 0 auto;}
}
@media (max-width: 360px) {
    .wide-newletter { background: #aaa;}
    .block-subscribe .actions { margin: 10px 0 0;}
    .language_curency { width: auto; display: inline-block; float: none;}
    .language_curency .form-language { float: none;}
    .header-language,.header-curren { display: inline-block; float: none;}
    .header-top .search-content { right: -173px;}
    .wrapper_box { top: 22%; left: -2%; width:290px;}
    .header .form-search { right: 56px;}
    .header .search-content { right:-43px;}
    ul.tabs li { margin: 5px 5px 0 0;}
    .product-tabs { width: 100%;}
    .product-tabs-content { width: 95%;}
    .top-cart-content {right: -4%;}
    
}


/*=====================================================================================================================*/
#footer_menu_servizio{
    float: right;
}
#footer_menu_servizio ul li{
    margin: 0 5px;
    font-family: var(--secondary-font);
    font-size: 12px;
    display: inline;
}
#footer_menu_principale{
   margin: 0 auto;
   margin-bottom: 38px;
}
#footer_menu_principale li{
    display: inline;
    margin: 0 5px;
    font-family: 'montserratbold';
    font-size: 14px;
    text-transform:uppercase;
    vertical-align: middle;
}

.ma-footer-static-container {
    background: none; 
}
.ma-footer-container{
    background: none;
    border-top: 1px gray dashed;
}
.footer-container{
    /*background:repeat-y 0 90px #092c74;*/
}

.span8 ul li {
    display: inline;
   font-family: 'montserratbold';
    font-size: 15px;
  
    text-transform:uppercase;

    margin: 0 13px;
    
    
} 
.span8  {
   margin-top: 80px;
}

.span8 ul {
      float: right;
     
}

.cms-index-index .ma-header-container,.ma-header-container {
    background: none;
    background: url('../images/elementi/landing_page/bg-header.png') no-repeat;
    background-size: 100% 100%;
    height: 120px;
   
}

.cms-index-index  .header {
    background: transparent;
    
}

.header-top {
    background: none;
    position: absolute;
    width: 100%;
    
}

.header-top .form-search {
/*    background: url("../images/bg-botton-search2.png") no-repeat scroll 50% 50% #469027;
    background-position-x: 20px;
    background-position-y: 10px;
    padding-left:43px;  */
}

.header-top .form-search button.button:hover span {
    background: url("../images/icon-search2.png") no-repeat scroll 50% 50% #ddd;
}

.header .logo {
    box-shadow: none;
    border: 0;
    margin-top: 10px;
    width:80%;
}

.box-header div{
    
}
.box-header a { font-style: italic !important; }
#footer_crediti  li {
    display: inline;
    margin: 0 20px;
    font-family: var(--secondary-font);
    font-size: 12px;
    color: #000;
}
#footer_crediti ul {
    margin: 0 auto;
    width: auto;
    display: inline-block;
}

#footer_crediti  li  img{
    height: 14px;
    width: auto;
}

.left-bg-blu{
    background: url("../images/elementi/landing_page/bg-blu.png");
    
   width: 94px;
position: absolute;
left: 0;
height: 84%;
z-index: 100;
bottom: 0;
    
}

.footer-container {
    position: relative;
    background: none; 
}

.right-bg-green{
    background: url("../images/elementi/landing_page/bg-verde.png");
    width: 94px;
    position: absolute;
    right:  0;
    height: 255px;
    z-index: 100;
    top: 0;
}

.toplink .dropit-trigger {
    background: #092c74;
    padding: 5px;
    width: 150px;
    margin-left: 7px;
    font-size: 11px;
    font-family: 'montserratbold';
    text-transform:uppercase;
    
}

.toplink .dropit li a  {
    display: inline;
}

.toplink .dropit-trigger:hover{
    background: #092c74;
}

.header-top .form-search, .header-top .form-search {
    min-width: 0px;
    height: 32px;
    display: block;
    width: auto;
    
}

.header-top .search-content {
    top: 32px;
    right: 26px;
}

.breadcrumbs li span {
background: none;

text-indent: 0; 
}
.cms-index-index .header-bottom{
    background: none;
}
.cms-index-index .main {
    border:none;
}
.container-home {
    box-shadow: none;
}
.account-login .content {
    border: none;
}
.account-login .content h2 {
    border-bottom: 1px dashed #BFBFBF;
    padding: 0 0 10px 0;
    text-transform: none;
}
.account-login .page-title h1 {
    font-size: 30px;
    color: var(--primary-green);
    font-family: 'montserratbold';
}
.account-login .content h2 {
    font-size: 18px;
    font-family: var(--secondary-font);
    color: #373737;
}
.account-login .content p {
    font-size: 12px;
    font-family: var(--secondary-font);
    color: #373737;
}
.account-login .buttons-set{
    border: none;
}
.form-list input.input-text {
    background: #e8e8e8 !important;
}
.f-left{
    float: none !important;
    
}
.registered-users .button:hover{
    background: none!important;
    color: var(--primary-green)!important;
}
/* My Corect ================================================================ */
.header-top .search-contain {
    min-width: 42px;
    height: 32px;
    display: block;
    width: auto;
    background: url("../images/bg-botton-search2.png") no-repeat scroll 50% 50% #469027;
    background-position: 20px 10px;
    /*padding-left:43px;*/ 
    
}

.header-top .search-content {
    top: 0px;
    right: 0;
    position: static!important;
}

.toplink .dropit-trigger {
    background: #092c74;
    padding-top: 7px;
    padding-bottom: 8px;
    width: auto !important;
    margin-left: 7px;
    height: 17px;
    font-size: 11px;
    font-family: arial;
    color: #fff;
}

.dropit-trigger-logined {
    width: 250px !important;
}

.toplink .dropit-trigger-logined .welcome-msg {
    margin:0;
    display: inline-block;
    line-height: 0px;
    padding: 0 2px;
    font-family: 'montserratbold';
    font-size: 11px;
    text-transform:uppercase;
}

.toplink .dropit li a  {
    display: inline;
    font-size: 11px;
    font-family: 'montserratbold';
    text-transform:uppercase;
    padding: 0 2px;
    background-image: none!important;
}




.cms-index-index .ma-main-container {
    padding: 0;
}

#footer_contatti {
    color: #000; 
    font-family: var(--secondary-font); 
    font-size: 12px;
}       
.footer_logo{
    margin-bottom: 27px;
}
.footer_logo img {
    width: 284px;
    height: auto;
}
#footer_crediti{
    margin-bottom: 40px;
}
.footer-container {
    margin: 0 !important;
}

.breadcrumbs{
    margin: -70px 0 5px 0;
    padding: 0 0 0 26%;
    text-transform: uppercase;
    font-family: 'montserratbold';
    font-size: 8px;
}

.breadcrumbs li span {
        background: none;
        color: #000;
        text-indent: 0; 
        font-size: 8px;
         font-family: var(--secondary-font); 
    }
.breadcrumbs li strong, .breadcrumbs li a{
           text-transform: uppercase;
        font-family: 'montserratbold';
        font-size: 8px;
}
#footer_menu_principale li.linkedIn_menu {
    border-left: 1px dashed #aaaaaa;
    padding-left: 36px;
    margin-left: 31px;
    line-height: 40px;
    height: 40px;
    display: inline-block;
}
#footer_menu_principale li.linkedIn_menu span {
    vertical-align: middle;
    position: relative;
    top: -50%;
}
#footer_menu_principale li.linkedIn_menu a{
    display: inline-block;
    width: 74px;
    height: 24px;
    background: url("../images/elementi/icone_digithera/linkedin.png") top center no-repeat!important;
    background-size: 100% 48px!important;
    line-height: 25px;
}
#footer_menu_principale li.linkedIn_menu a:hover{
    background-position-y: bottom;
}


#search_mini_form {
    display: none;
}


/* My Correct ================================================================ */

.tab_container .cart-collaterals.row-fluid .span4 {width: 35%;}
#slider_configuratore .discount-codes .messages .success-msg {background-color: #EFF5EA;background-image: url(../images/i_msg-success.gif); width: auto; height: auto;}
#slider_configuratore .discount-codes .messages .error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; width: auto; height: auto; }


#loading-mask {
    background: url(../images/blank.gif) repeat;
    position:absolute;
    color:#d85909;
    font-size:1.1em;
    font-weight:bold;
    text-align:center;
    opacity:0.80;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 */
    z-index:500;
    }
#loading-mask .loader {
    position:fixed;
    top:45%;
    left:50%;
    width:15%;
    margin-left:-105px;
    padding:15px 30px;
    background:#f2f9e3;
    /*border:2px solid #024787;*/
    color:#024787;
    font-weight:bold;
    text-align:center;
    z-index:1000;
	box-shadow: 1px 3px 1px 0px #c7adad59;
	border-radius: 49px;    
    }


.squaredbutton { 
	/*width: 1.6em !important;*/
    margin: 1px;
    color: white !important;
    background: #50a025;
    display: inline-block;
    cursor: pointer;
	border-radius: 3.2px;    
    &:hover {
        box-shadow: rgba(60, 64, 67, 0.6) 0px 1px 2px 0px, rgba(60, 64, 67, 0.3) 0px 1px 3px 1px !important;
    }
    &:focus {
        box-shadow: rgba(60, 64, 67, 0.8) 0px 1px 2px 0px, rgba(60, 64, 67, 0.6) 0px 1px 3px 1px !important;
    }
}

.circledbutton {
  height: 2em;
  width: 2em;
  border-radius: 50%;
  /*border: 1px solid;*/
  display: inline-block;
}

.bg-amber   { background: #f0a30a !important; }
.bg-red     { background: #ce352c !important; }
.bg-darkRed { background: #9a1616 !important; }
.bg-darkBlue{ background: #16499a !important; }

.bg-digiBlue  { background: #092c74 !important; }
.bg-digiGreen { background: #50a025 !important; }

.fg-amber   { color: #f0a30a !important; }
.fg-red     { color: #ce352c !important; }
.fg-darkRed { color: #9a1616 !important; }
.fg-darkBlue{ color: #16499a !important; }

.fg-digiBlue  { color: #092c74 !important; }
.fg-digiGreen { color: #50a025 !important; }

/* DIALOG */
.ui-dialog .ui-button-text-only
{
	width: 6em;
	height: 2em;
}


.ui-dialog-titlebar .ui-button-icon-only
{
	top: 20px;
	padding: 10px;
	background-color: var(--odd);
}


.scroll-left {
 /*height: 50px;*/	
 overflow: hidden;
 position: relative;
}
.scroll-left p {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 /*line-height: 50px; */
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-left 10s linear infinite;
 -webkit-animation: scroll-left 10s linear infinite;
 animation: scroll-left 10s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}

form em { color: red !important; }

#back_top {
	display: none;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 15px;
	cursor:pointer;	
	bottom: 15px;
	background: #4F9C32 url("../images/elementi/icone_digithera/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#back_top:hover {
	background-color: #092C74;
}

#new_ass {
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 15px;
	cursor:pointer;
	bottom: 15px;
	background: #092C74 url("../images/elementi/icone_digithera/plus_sign.png") no-repeat center 43%;
	background-position: center;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#new_ass:hover {
	background-color: #4F9C32;
}
#go_cat {
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 60px;
	cursor:pointer;
	bottom: 15px;
	background: #e8f6ec url("../images/shopping_cart.png") no-repeat center 43%;
	background-position: center;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-size:75%;
}
#go_cat:hover {
	background-color: #4F9C32;
}

#has_info {
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 105px;
	cursor:pointer;
	bottom: 15px;
	background: #e8f6ec url("../images/elementi/icone_digithera/info.png") no-repeat center 43%;
	background-position: center;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-size:75%;
}
#has_info:hover {
	background-color: #4F9C32;
}


.base-font { font-family: var(--base-font);}
.smaller { font-size: smaller }


.odd {background: var(--odd);}
.even {background: var(--even);}

.margin-top-10 {margin-top: 10px !important;}
.margin-top-20 {margin-top: 20px !important;}
.margin-top-30 {margin-top: 30px !important;}
.margin-top-40 {margin-top: 40px !important;}
.margin-top-50 {margin-top: 50px !important;}

.margin-bottom-10 {margin-bottom: 10px !important;}
.margin-bottom-20 {margin-bottom: 20px !important;}
.margin-bottom-30 {margin-bottom: 30px !important;}
.margin-bottom-40 {margin-bottom: 40px !important;}
.margin-bottom-50 {margin-bottom: 50px !important;}

.padding-top-10 {padding-top: 10px !important;}
.padding-top-20 {padding-top: 20px !important;}
.padding-top-30 {padding-top: 30px !important;}
.padding-top-40 {padding-top: 40px !important;}
.padding-top-50 {padding-top: 50px !important;}

.padding-bottom-10 {padding-bottom: 10px !important;}
.padding-bottom-20 {padding-bottom: 20px !important;}
.padding-bottom-30 {padding-bottom: 30px !important;}
.padding-bottom-40 {padding-bottom: 40px !important;}
.padding-bottom-50 {padding-bottom: 50px !important;}

.padding-10 {padding:10px !important;}
.padding-20 {padding:20px !important;}
.padding-30 {padding:30px !important;}
.padding-40 {padding:40px !important;}

.col-main a {color: #4F9C32 ; font-weight: 400; text-decoration: underline;}
.col-main a:hover {color: #024787 ; font-weight: bold; text-decoration: none;}

.btn-primary {
	background: #04438A; 
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.btn-primary:hover {
	background: #4F9C32;
	color: #FFFFFF !important;
	opacity: 0.8;
}

.btn-secondary {
	background: var(--primary-green);
	color: #FFFFFF;
	font-weight: 700;
    font-family: "raleway",sans-serif;
}

.btn-third {
	background: #EEEEEE;
	border: 1px solid #F0AD4E;
	color: #444;
}

.btn-third em {
	margin-right: 10px;
	font-szie: 120%;
	color: var(--primary-green);
	
}

.box-prezzi {
    background: #FFFFFF;
    box-shadow: 1px 1px 20px 3px #DDD;
    border-radius: 5px;
}
.box-prezzi ul li {
	padding:0;
	list-style: none;
	text-align: left;
}

.box-prezzi ul li em {
	color: #398835;
}

.box-footer-link {
	display: block;
	background: #398835;
	color: #FFF !important;
	text-decoration: none !important;
	padding: 10px 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.box-prezzi .price_config {
	color: #004687;
	font-size: 30px;
	font-weight: bold;
}

.hp-prezzi {
	background: #F4F4F4;
}
.box-title {color: #999;}
hr.separatore {margin: 20px auto; width: 7%; border-style: solid; border-width: 1px; border-color: #CCC;}

.dhmm-dropdown li > a:hover {background: rgba(255,255,255,0.5);}

span.prev_content, span.next_content {
    float: none;
    height: 20px;
    width: 20px;
}

.testimonials .widget-latest ul {float: none;}

.main p {margin: 0 0 10px 0}
#configuratore .config-block ul li {height: auto !important;}

a.aw-blog-read-more {background: #04438A;color: #FFFFFF;opacity: 0.8;padding: 5px 10px;border-radius: 5px;}

.postWrapper.block {padding: 15px 0; border-bottom: 1px solid #DDD; margin-bottom:14px;}
.postWrapper.block .date {margin-bottom: 15px; color: #999; font-style: italic;}
.tags li:first-child {background: #EEE; padding: 3px 5px;}
.tags a {color: #388834;}
.postTitle {border-bottom: 0 !important;margin-bottom: 15px;} 
.responsive {width:  100%;}


.dq, .da { padding: 0 0 0 50px }
.dq { font-size:16px !important; color: #000; cursor: pointer; height: 37px; line-height: 43px; margin: 0 0 15px 0; font-weight: bold; display:inline-block;}
.da { display: block; font-size: 1em; margin: 0 0 20px 2px}

.dq { background: url(/look/xxxyz/digithera/default/images/expand-icon.svg) no-repeat left}

.dq.expanded { background: url(/look/xxxyz/digithera/default/images/expanded-icon.svg) no-repeat left}
#faqs .expanded { background: url(/look/xxxyz/digithera/default/images/expanded-icon.svg) no-repeat left}        

.dh-fixed .dhmm.horizontal .dhnav > li {width: 150px;}
.dh-fixed .dhmm.horizontal .dhnav {background: #F4F4F4 ;}

.pretty * {
 box-sizing:border-box
}
.pretty input:not([type=checkbox]):not([type=radio]) {
 display:none
}
.pretty {
 position:relative;
 display:inline-block;
 /*margin-right:1em; */
 white-space:nowrap;
 line-height:1
}
.pretty input {
 position:absolute;
 left:0;
 top:0;
 min-width:1em;
 width:100%;
 height:100%;
 z-index:2;
 opacity:0;
 margin:0;
 padding:0;
 cursor:pointer
}
.pretty .state label {
 position:initial;
 display:inline-block;
 font-weight:400;
 margin:0;
 text-indent:1.5em;
 min-width:calc(1em + 2px)

}
.pretty .state label:after,.pretty .state label:before {
 content:'';
 width:calc(1em + 2px);
 height:calc(1em + 2px);
 display:block;
color: #024787;
 box-sizing:border-box;
 border-radius:0;
 border:1px solid transparent;
 z-index:0;
 position:absolute;
 left:0;
 top:calc((0% - (100% - 1em)) - 8%);
 background-color:transparent
}
.pretty .state label:before {
 border-color:#bdc3c7;
    color: #024787;
}
.pretty .state.p-is-hover,.pretty .state.p-is-indeterminate {
 display:none
}
@-webkit-keyframes zoom {
 0% {
  opacity:0;
  -webkit-transform:scale(0);
  transform:scale(0)
 }
}
@keyframes zoom {
 0% {
  opacity:0;
  -webkit-transform:scale(0);
  transform:scale(0)
 }
}
@-webkit-keyframes tada {
 0% {
  -webkit-animation-timing-function:ease-in;
  animation-timing-function:ease-in;
  opacity:0;
  -webkit-transform:scale(7);
  transform:scale(7)
 }
 38% {
  -webkit-animation-timing-function:ease-out;
  animation-timing-function:ease-out;
  opacity:1;
  -webkit-transform:scale(1);
  transform:scale(1)
 }
 55% {
  -webkit-animation-timing-function:ease-in;
  animation-timing-function:ease-in;
  -webkit-transform:scale(1.5);
  transform:scale(1.5)
 }
 72% {
  -webkit-animation-timing-function:ease-out;
  animation-timing-function:ease-out;
  -webkit-transform:scale(1);
  transform:scale(1)
 }
 81% {
  -webkit-animation-timing-function:ease-in;
  animation-timing-function:ease-in;
  -webkit-transform:scale(1.24);
  transform:scale(1.24)
 }
 89% {
  -webkit-animation-timing-function:ease-out;
  animation-timing-function:ease-out;
  -webkit-transform:scale(1);
  transform:scale(1)
 }
 95% {
  -webkit-animation-timing-function:ease-in;
  animation-timing-function:ease-in;
  -webkit-transform:scale(1.04);
  transform:scale(1.04)
 }
 100% {
  -webkit-animation-timing-function:ease-out;
  animation-timing-function:ease-out;
  -webkit-transform:scale(1);
  transform:scale(1)
 }
}
@keyframes tada {
 0% {
  -webkit-animation-timing-function:ease-in;
  animation-timing-function:ease-in;
  opacity:0;
  -webkit-transform:scale(7);
  transform:scale(7)
 }
 38% {
  -webkit-animation-timing-function:ease-out;
  animation-timing-function:ease-out;
  opacity:1;
  -webkit-transform:scale(1);
  transform:scale(1)
 }
 55% {
  -webkit-animation-timing-function:ease-in;
  animation-timing-function:ease-in;
  -webkit-transform:scale(1.5);
  transform:scale(1.5)
 }
 72% {
  -webkit-animation-timing-function:ease-out;
  animation-timing-function:ease-out;
  -webkit-transform:scale(1);
  transform:scale(1)
 }
 81% {
  -webkit-animation-timing-function:ease-in;
  animation-timing-function:ease-in;
  -webkit-transform:scale(1.24);
  transform:scale(1.24)
 }
 89% {
  -webkit-animation-timing-function:ease-out;
  animation-timing-function:ease-out;
  -webkit-transform:scale(1);
  transform:scale(1)
 }
 95% {
  -webkit-animation-timing-function:ease-in;
  animation-timing-function:ease-in;
  -webkit-transform:scale(1.04);
  transform:scale(1.04)
 }
 100% {
  -webkit-animation-timing-function:ease-out;
  animation-timing-function:ease-out;
  -webkit-transform:scale(1);
  transform:scale(1)
 }
}
@-webkit-keyframes jelly {
 0% {
  -webkit-transform:scale3d(1,1,1);
  transform:scale3d(1,1,1)
 }
 30% {
  -webkit-transform:scale3d(.75,1.25,1);
  transform:scale3d(.75,1.25,1)
 }
 40% {
  -webkit-transform:scale3d(1.25,.75,1);
  transform:scale3d(1.25,.75,1)
 }
 50% {
  -webkit-transform:scale3d(.85,1.15,1);
  transform:scale3d(.85,1.15,1)
 }
 65% {
  -webkit-transform:scale3d(1.05,.95,1);
  transform:scale3d(1.05,.95,1)
 }
 75% {
  -webkit-transform:scale3d(.95,1.05,1);
  transform:scale3d(.95,1.05,1)
 }
 100% {
  -webkit-transform:scale3d(1,1,1);
  transform:scale3d(1,1,1)
 }
}
@keyframes jelly {
 0% {
  -webkit-transform:scale3d(1,1,1);
  transform:scale3d(1,1,1)
 }
 30% {
  -webkit-transform:scale3d(.75,1.25,1);
  transform:scale3d(.75,1.25,1)
 }
 40% {
  -webkit-transform:scale3d(1.25,.75,1);
  transform:scale3d(1.25,.75,1)
 }
 50% {
  -webkit-transform:scale3d(.85,1.15,1);
  transform:scale3d(.85,1.15,1)
 }
 65% {
  -webkit-transform:scale3d(1.05,.95,1);
  transform:scale3d(1.05,.95,1)
 }
 75% {
  -webkit-transform:scale3d(.95,1.05,1);
  transform:scale3d(.95,1.05,1)
 }
 100% {
  -webkit-transform:scale3d(1,1,1);
  transform:scale3d(1,1,1)
 }
}
@-webkit-keyframes rotate {
 0% {
  opacity:0;
  -webkit-transform:translateZ(-200px) rotate(-45deg);
  transform:translateZ(-200px) rotate(-45deg)
 }
 100% {
  opacity:1;
  -webkit-transform:translateZ(0) rotate(0);
  transform:translateZ(0) rotate(0)
 }
}
@keyframes rotate {
 0% {
  opacity:0;
  -webkit-transform:translateZ(-200px) rotate(-45deg);
  transform:translateZ(-200px) rotate(-45deg)
 }
 100% {
  opacity:1;
  -webkit-transform:translateZ(0) rotate(0);
  transform:translateZ(0) rotate(0)
 }
}
@-webkit-keyframes pulse {
 0% {
  box-shadow:0 0 0 0 #bdc3c7
 }
 100% {
  box-shadow:0 0 0 1.5em rgba(189,195,199,0)
 }
}
@keyframes pulse {
 0% {
  box-shadow:0 0 0 0 #bdc3c7
 }
 100% {
  box-shadow:0 0 0 1.5em rgba(189,195,199,0)
 }
}
.pretty.p-default.p-fill .state label:after {
 -webkit-transform:scale(1);
 -ms-transform:scale(1);
 transform:scale(1)
}
.pretty.p-default .state label:after {
 -webkit-transform:scale(.6);
 -ms-transform:scale(.6);
 transform:scale(.6)
}
.pretty.p-default input:checked~.state label:after {
 background-color:#bdc3c7!important
}
.pretty.p-default.p-thick .state label:after,.pretty.p-default.p-thick .state label:before {
 border-width:calc(1em / 7)
}
.pretty.p-default.p-thick .state label:after {
 -webkit-transform:scale(.4)!important;
 -ms-transform:scale(.4)!important;
 transform:scale(.4)!important
}
.pretty.p-icon .state .icon {
 position:absolute;
 font-size:1em;
 width:calc(1em + 2px);
 height:calc(1em + 2px);
 left:0;
 z-index:1;
 text-align:center;
 line-height:normal;
 top:calc((0% - (100% - 1em)) - 8%);
 border:1px solid transparent;
 opacity:0
}
.pretty.p-icon .state .icon:before {
 margin:0;
 width:100%;
 height:100%;
 text-align:center;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-flex:1;
 -ms-flex:1;
 flex:1;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 line-height:1
}
.pretty.p-icon input:checked~.state .icon {
 opacity:1
}
.pretty.p-icon input:checked~.state label:before {
 border-color:#5a656b
}
.pretty.p-svg .state .svg {
 position:absolute;
 font-size:1em;
 width:calc(1em + 2px);
 height:calc(1em + 2px);
 left:0;
 z-index:1;
 text-align:center;
 line-height:normal;
 top:calc((0% - (100% - 1em)) - 8%);
 border:1px solid transparent;
 opacity:0
}
.pretty.p-svg .state svg {
 margin:0;
 width:100%;
 height:100%;
 text-align:center;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-flex:1;
 -ms-flex:1;
 flex:1;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 line-height:1
}
.pretty.p-svg input:checked~.state .svg {
 opacity:1
}
.pretty.p-image .state img {
 opacity:0;
 position:absolute;
 width:calc(1em + 2px);
 height:calc(1em + 2px);
 top:0;
 top:calc((0% - (100% - 1em)) - 8%);
 left:0;
 z-index:0;
 text-align:center;
 line-height:normal;
 -webkit-transform:scale(.8);
 -ms-transform:scale(.8);
 transform:scale(.8)
}
.pretty.p-image input:checked~.state img {
 opacity:1
}
.pretty.p-switch input {
 min-width:2em
}
.pretty.p-switch .state {
 position:relative
}
.pretty.p-switch .state:before {
 content:'';
 border:1px solid #bdc3c7;
 border-radius:60px;
 width:2em;
 box-sizing:unset;
 height:calc(1em + 2px);
 position:absolute;
 top:0;
 top:calc((0% - (100% - 1em)) - 16%);
 z-index:0;
 transition:all .5s ease
}
.pretty.p-switch .state label {
 text-indent:2.5em;
color:#024787;
}
.pretty.p-switch .state label:after,.pretty.p-switch .state label:before {
 transition:all .5s ease;
 border-radius:100%;
 left:0;
 border-color:transparent;
 -webkit-transform:scale(.8);
 -ms-transform:scale(.8);
 transform:scale(.8)
}
.pretty.p-switch .state label:after {
 background-color:#bdc3c7!important
}
.pretty.p-switch input:checked~.state:before {
 border-color:#5a656b
}
.pretty.p-switch input:checked~.state label:before {
 opacity:0
}
.pretty.p-switch input:checked~.state label:after {
 background-color:#024787!important;
 left:1em
}
.pretty.p-switch.p-fill input:checked~.state:before {
 border-color:#5a656b;
 background-color:#5a656b!important
}
.pretty.p-switch.p-fill input:checked~.state label:before {
 opacity:0
}
.pretty.p-switch.p-fill input:checked~.state label:after {
 background-color:#44a500!important;
 left:1em
}
.pretty.p-switch.p-slim .state:before {
 height:.1em;
 background:#bdc3c7!important;
 top:calc(50% - .1em)
}
.pretty.p-switch.p-slim input:checked~.state:before {
 border-color:#5a656b;
 background-color:#5a656b!important
}
.pretty.p-has-hover input:hover~.state:not(.p-is-hover) {
 display:none
}
.pretty.p-has-hover input:hover~.state.p-is-hover {
 display:block
}
.pretty.p-has-hover input:hover~.state.p-is-hover .icon {
 display:block
}
.pretty.p-has-focus input:focus~.state label:before {
 box-shadow:0 0 3px 0 #bdc3c7
}
.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state:not(.p-is-indeterminate) {
 display:none
}
.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate {
 display:block
}
.pretty.p-has-indeterminate input[type=checkbox]:indeterminate~.state.p-is-indeterminate .icon {
 display:block;
 opacity:1
}
.pretty.p-toggle .state.p-on {
 opacity:0;
 display:none
}
.pretty.p-toggle .state .icon,.pretty.p-toggle .state .svg,.pretty.p-toggle .state img,.pretty.p-toggle .state.p-off {
 opacity:1;
 display:inherit
}
.pretty.p-toggle .state.p-off .icon {
 color:#bdc3c7
}
.pretty.p-toggle input:checked~.state.p-on {
 opacity:1;
 display:inherit
}
.pretty.p-toggle input:checked~.state.p-off {
 opacity:0;
 display:none
}
.pretty.p-plain input:checked~.state label:before,.pretty.p-plain.p-toggle .state label:before {
 content:none
}
.pretty.p-plain.p-plain .icon {
 -webkit-transform:scale(1.1);
 -ms-transform:scale(1.1);
 transform:scale(1.1)
}
.pretty.p-round .state label:after,.pretty.p-round .state label:before {
 border-radius:100%
}
.pretty.p-round.p-icon .state .icon {
 border-radius:100%;
 overflow:hidden
}
.pretty.p-round.p-icon .state .icon:before {
 -webkit-transform:scale(.8);
 -ms-transform:scale(.8);
 transform:scale(.8)
}
.pretty.p-curve .state label:after,.pretty.p-curve .state label:before {
 border-radius:20%
}
.pretty.p-smooth .icon,.pretty.p-smooth .svg,.pretty.p-smooth label:after,.pretty.p-smooth label:before {
 transition:all .5s ease
}
.pretty.p-smooth input:checked+.state label:after {
 transition:all .3s ease
}
.pretty.p-smooth input:checked+.state .icon,.pretty.p-smooth input:checked+.state .svg,.pretty.p-smooth input:checked+.state img {
 -webkit-animation:zoom .2s ease;
 animation:zoom .2s ease
}
.pretty.p-smooth.p-default input:checked+.state label:after {
 -webkit-animation:zoom .2s ease;
 animation:zoom .2s ease
}
.pretty.p-smooth.p-plain input:checked+.state label:before {
 content:'';
 -webkit-transform:scale(0);
 -ms-transform:scale(0);
 transform:scale(0);
 transition:all .5s ease
}
.pretty.p-tada:not(.p-default) input:checked+.state .icon,.pretty.p-tada:not(.p-default) input:checked+.state .svg,.pretty.p-tada:not(.p-default) input:checked+.state img,.pretty.p-tada:not(.p-default) input:checked+.state label:after,.pretty.p-tada:not(.p-default) input:checked+.state label:before {
 -webkit-animation:tada .7s cubic-bezier(.25,.46,.45,.94) 1 alternate;
 animation:tada .7s cubic-bezier(.25,.46,.45,.94) 1 alternate;
 opacity:1
}
.pretty.p-jelly:not(.p-default) input:checked+.state .icon,.pretty.p-jelly:not(.p-default) input:checked+.state .svg,.pretty.p-jelly:not(.p-default) input:checked+.state img,.pretty.p-jelly:not(.p-default) input:checked+.state label:after,.pretty.p-jelly:not(.p-default) input:checked+.state label:before {
 -webkit-animation:jelly .7s cubic-bezier(.25,.46,.45,.94);
 animation:jelly .7s cubic-bezier(.25,.46,.45,.94);
 opacity:1
}
.pretty.p-jelly:not(.p-default) input:checked+.state label:before {
 border-color:transparent
}
.pretty.p-rotate:not(.p-default) input:checked~.state .icon,.pretty.p-rotate:not(.p-default) input:checked~.state .svg,.pretty.p-rotate:not(.p-default) input:checked~.state img,.pretty.p-rotate:not(.p-default) input:checked~.state label:after,.pretty.p-rotate:not(.p-default) input:checked~.state label:before {
 -webkit-animation:rotate .7s cubic-bezier(.25,.46,.45,.94);
 animation:rotate .7s cubic-bezier(.25,.46,.45,.94);
 opacity:1
}
.pretty.p-rotate:not(.p-default) input:checked~.state label:before {
 border-color:transparent
}
.pretty.p-pulse:not(.p-switch) input:checked~.state label:before {
 -webkit-animation:pulse 1s;
 animation:pulse 1s
}
.pretty input[disabled] {
 cursor:not-allowed;
 display:none
}
.pretty input[disabled]~* {
 opacity:.5
}
.pretty.p-locked input {
 display:none;
 cursor:not-allowed
}
.pretty input:checked~.state.p-primary label:after,.pretty.p-toggle .state.p-primary label:after {
 background-color:#428bca!important
}
.pretty input:checked~.state.p-primary .icon,.pretty input:checked~.state.p-primary .svg,.pretty.p-toggle .state.p-primary .icon,.pretty.p-toggle .state.p-primary .svg {
 color:#fff;
 stroke:#fff
}
.pretty input:checked~.state.p-primary-o label:before,.pretty.p-toggle .state.p-primary-o label:before {
 border-color:#428bca
}
.pretty input:checked~.state.p-primary-o label:after,.pretty.p-toggle .state.p-primary-o label:after {
 background-color:transparent
}
.pretty input:checked~.state.p-primary-o .icon,.pretty input:checked~.state.p-primary-o .svg,.pretty input:checked~.state.p-primary-o svg,.pretty.p-toggle .state.p-primary-o .icon,.pretty.p-toggle .state.p-primary-o .svg,.pretty.p-toggle .state.p-primary-o svg {
 color:#428bca;
 stroke:#428bca
}
.pretty.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after {
 background-color:#428bca!important
}
.pretty.p-switch input:checked~.state.p-primary:before {
 border-color:#428bca
}
.pretty.p-switch.p-fill input:checked~.state.p-primary:before {
 background-color:#428bca!important
}
.pretty.p-switch.p-slim input:checked~.state.p-primary:before {
 border-color:#245682;
 background-color:#245682!important
}
.pretty input:checked~.state.p-info label:after,.pretty.p-toggle .state.p-info label:after {
 background-color:#5bc0de!important
}
.pretty input:checked~.state.p-info .icon,.pretty input:checked~.state.p-info .svg,.pretty.p-toggle .state.p-info .icon,.pretty.p-toggle .state.p-info .svg {
 color:#fff;
 stroke:#fff
}
.pretty input:checked~.state.p-info-o label:before,.pretty.p-toggle .state.p-info-o label:before {
 border-color:#5bc0de
}
.pretty input:checked~.state.p-info-o label:after,.pretty.p-toggle .state.p-info-o label:after {
 background-color:transparent
}
.pretty input:checked~.state.p-info-o .icon,.pretty input:checked~.state.p-info-o .svg,.pretty input:checked~.state.p-info-o svg,.pretty.p-toggle .state.p-info-o .icon,.pretty.p-toggle .state.p-info-o .svg,.pretty.p-toggle .state.p-info-o svg {
 color:#5bc0de;
 stroke:#5bc0de
}
.pretty.p-default:not(.p-fill) input:checked~.state.p-info-o label:after {
 background-color:#5bc0de!important
}
.pretty.p-switch input:checked~.state.p-info:before {
 border-color:#5bc0de
}
.pretty.p-switch.p-fill input:checked~.state.p-info:before {
 background-color:#5bc0de!important
}
.pretty.p-switch.p-slim input:checked~.state.p-info:before {
 border-color:#2390b0;
 background-color:#2390b0!important
}
.pretty input:checked~.state.p-success label:after,.pretty.p-toggle .state.p-success label:after {
 background-color:#5cb85c!important
}
.pretty input:checked~.state.p-success .icon,.pretty input:checked~.state.p-success .svg,.pretty.p-toggle .state.p-success .icon,.pretty.p-toggle .state.p-success .svg {
 color:#fff;
 stroke:#fff
}
.pretty input:checked~.state.p-success-o label:before,.pretty.p-toggle .state.p-success-o label:before {
 border-color:#5cb85c
}
.pretty input:checked~.state.p-success-o label:after,.pretty.p-toggle .state.p-success-o label:after {
 background-color:transparent
}
.pretty input:checked~.state.p-success-o .icon,.pretty input:checked~.state.p-success-o .svg,.pretty input:checked~.state.p-success-o svg,.pretty.p-toggle .state.p-success-o .icon,.pretty.p-toggle .state.p-success-o .svg,.pretty.p-toggle .state.p-success-o svg {
 color:#5cb85c;
 stroke:#5cb85c
}
.pretty.p-default:not(.p-fill) input:checked~.state.p-success-o label:after {
 background-color:#5cb85c!important
}
.pretty.p-switch input:checked~.state.p-success:before {
 border-color:#5cb85c
}
.pretty.p-switch.p-fill input:checked~.state.p-success:before {
 background-color:#5cb85c!important
}
.pretty.p-switch.p-slim input:checked~.state.p-success:before {
 border-color:#357935;
 background-color:#357935!important
}
.pretty input:checked~.state.p-warning label:after,.pretty.p-toggle .state.p-warning label:after {
 background-color:#f0ad4e!important
}
.pretty input:checked~.state.p-warning .icon,.pretty input:checked~.state.p-warning .svg,.pretty.p-toggle .state.p-warning .icon,.pretty.p-toggle .state.p-warning .svg {
 color:#fff;
 stroke:#fff
}
.pretty input:checked~.state.p-warning-o label:before,.pretty.p-toggle .state.p-warning-o label:before {
 border-color:#f0ad4e
}
.pretty input:checked~.state.p-warning-o label:after,.pretty.p-toggle .state.p-warning-o label:after {
 background-color:transparent
}
.pretty input:checked~.state.p-warning-o .icon,.pretty input:checked~.state.p-warning-o .svg,.pretty input:checked~.state.p-warning-o svg,.pretty.p-toggle .state.p-warning-o .icon,.pretty.p-toggle .state.p-warning-o .svg,.pretty.p-toggle .state.p-warning-o svg {
 color:#f0ad4e;
 stroke:#f0ad4e
}
.pretty.p-default:not(.p-fill) input:checked~.state.p-warning-o label:after {
 background-color:#f0ad4e!important
}
.pretty.p-switch input:checked~.state.p-warning:before {
 border-color:#f0ad4e
}
.pretty.p-switch.p-fill input:checked~.state.p-warning:before {
 background-color:#f0ad4e!important
}
.pretty.p-switch.p-slim input:checked~.state.p-warning:before {
 border-color:#c77c11;
 background-color:#c77c11!important
}
.pretty input:checked~.state.p-danger label:after,.pretty.p-toggle .state.p-danger label:after {
 background-color:#d9534f!important
}
.pretty input:checked~.state.p-danger .icon,.pretty input:checked~.state.p-danger .svg,.pretty.p-toggle .state.p-danger .icon,.pretty.p-toggle .state.p-danger .svg {
 color:#fff;
 stroke:#fff
}
.pretty input:checked~.state.p-danger-o label:before,.pretty.p-toggle .state.p-danger-o label:before {
 border-color:#d9534f
}
.pretty input:checked~.state.p-danger-o label:after,.pretty.p-toggle .state.p-danger-o label:after {
 background-color:transparent
}
.pretty input:checked~.state.p-danger-o .icon,.pretty input:checked~.state.p-danger-o .svg,.pretty input:checked~.state.p-danger-o svg,.pretty.p-toggle .state.p-danger-o .icon,.pretty.p-toggle .state.p-danger-o .svg,.pretty.p-toggle .state.p-danger-o svg {
 color:#d9534f;
 stroke:#d9534f
}
.pretty.p-default:not(.p-fill) input:checked~.state.p-danger-o label:after {
 background-color:#d9534f!important
}
.pretty.p-switch input:checked~.state.p-danger:before {
 border-color:#d9534f
}
.pretty.p-switch.p-fill input:checked~.state.p-danger:before {
 background-color:#d9534f!important
}
.pretty.p-switch.p-slim input:checked~.state.p-danger:before {
 border-color:#a02622;
 background-color:#a02622!important
}
.pretty.p-bigger .icon,.pretty.p-bigger .img,.pretty.p-bigger .svg,.pretty.p-bigger label:after,.pretty.p-bigger label:before {
 font-size:1.2em!important;
 top:calc((0% - (100% - 1em)) - 35%)!important
}
.pretty.p-bigger label {
 text-indent:1.7em
}
@media print {
 .pretty .state .icon,.pretty .state label:after,.pretty .state label:before,.pretty .state:before {
  -webkit-print-color-adjust:exact;
  print-color-adjust:exact
 }
}

#first-step-form {
    display: flex;
    flex-direction: row;

    > div {
        flex-grow: 1;
        float: initial !important;
        width: initial !important;
    }
}
