/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * This CSS file is for customization purpose only
 */ 
/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * headings
 */

@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('/fonts/chunkfive/Chunkfive-webfont.eot');
    src: url('/fonts/chunkfive/Chunkfive-webfont.eot?#iefix') format('eot'),
         url('/fonts/chunkfive/Chunkfive-webfont.woff') format('woff'),
         url('/fonts/chunkfive/Chunkfive-webfont.ttf') format('truetype'),
         url('/fonts/chunkfive/Chunkfive-webfont.svg#webfont90E2uSjN') format('svg');
    font-weight: normal;
    font-style: normal;

}


body.tm-sidebar-a-right.tm-sidebars-1.tm-isblog {
  background: #EDEFF1 url(../images/page_body_bg.jpg) 50% 0 repeat-x;
}



@media (min-width: 768px){
.text-right-custom {
    text-align: left;
}
}



h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, sans-serif; }

h1 {
	font-weight: normal;
	color: #5A5B5D;
}

#page h1 a {
	color: #5A5B5D;
	text-decoration: none;
}

h2 { color: #D64A13; }
h3 { color: #5A5B5D; }
h4 { color: #D64A13; }
h5 { color: #5A5B5D; }
h6 { color: #D64A13; }

h1 { font-size: 24px; line-height: 26px; }
h2 { font-size: 22px; line-height: 24px; }

/*
 * anchor
 */

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

a.icon-folder {
        padding-left: 17px;
        background: url(../images/typography/icon_folder.png) 0 40% no-repeat;
}

a.icon-file {
        padding-left: 17px;
        background: url(../images/typography/icon_file.png) 0 40% no-repeat;
}

a.icon-download {
        padding-left: 17px;
        background: url(../images/typography/icon_download.png) 0 40% no-repeat;
}

a.icon-external {
        padding-left: 17px;
        background: url(../images/typography/icon_external.png) 0 40% no-repeat;
}

a.icon-pdf {
        padding-left: 17px;
        background: url(../images/pdf_button.png) 0 40% no-repeat;
}

/*
 * emphasis
 */

em.box { 
	padding: 0px 3px 0px 3px;
	border: 1px dotted #D5D7D8;
	background: #F3F5F8;	
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	white-space: nowrap;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*
 * unsorted lists
 */

/* icon style */
ul.arrow,
ul.checkbox,
ul.check,
ul.star {
	margin: 10px 0px 10px 0px;
	padding-left: 20px;
	list-style: none;
}

ul.arrow li,
ul.checkbox li,
ul.check li,
ul.star li {
	margin: 3px 0px 3px 0px;
	padding-left: 35px;
	line-height: 26px;  
}

ul.arrow li { background: url(../images/typography/list_arrow.png) 0 0 no-repeat; }
ul.checkbox li { background: url(../images/typography/list_checkbox.png) 0 0 no-repeat; }
ul.check li { background: url(../images/typography/list_check.png) 0 0 no-repeat; }
ul.star li { background: url(../images/typography/list_star.png) 0 0 no-repeat; }

/* links style */
ul.links {
	margin: 10px 0px 20px 0px;
	padding-left: 0px;
	list-style: none;
}
.module ul.links { margin: 0; }

ul.links li {
	padding-left: 20px;
	height: 25px;
	line-height: 25px;
	background: url(../images/typography/list_links.png) 0px 0 no-repeat;
	cursor: pointer;
}

ul.links li:hover { 
	background-position: 0px -25px;
	background-color: #C4CACF;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#page ul.links li a {
	display: block;
	color: #7F8384;
	text-decoration: none;
}

#page ul.links li:hover a {	color: #ffffff; }

/*
 * ordered lists
 */

ol.disc {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 45px;
	background: url(../images/typography/list_disc.png) 20px 0px repeat-y;
}

ol.disc li {
	margin: 5px 0px 5px 0px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 26px;  
}

/*
 * horizontal rule
 */
 
hr.dotted {
	margin: 15px 0px 15px 0px;
	display: block;
	background: url(../images/typography/line_dotted.png) 0 0 repeat-x;
	height: 1px;
	border: none;
}


/*
 * highlighted div and span tags
 */

span.note,
span.info,
span.alert,
span.download,
span.tip { display: block; }

div.note, span.note {
	color: #323232;
	margin: 10px 0px 10px 0px;
	padding: 5px 10px 5px 10px;
	background: #E4EBF1;
	border-top: 1px solid #D4D9DE;
	border-bottom: 1px solid #D4D9DE;
	text-align:justify;
}

div.info, span.info,
div.alert, span.alert,
div.download, span.download,
div.tip, span.tip {
	color: #323232;
	margin: 10px 0px 10px 0px;
	padding: 8px 10px 8px 40px;
}

div.info, span.info {
	background: #E4EBF1 url(../images/typography/box_info.png) 8px 5px no-repeat;
	border-top: 1px solid #D4D9DE;
	border-bottom: 1px solid #D4D9DE;
}

div.alert, span.alert {
	background: #FFE6DF url(../images/typography/box_alert.png) 8px 5px no-repeat;
	border-top: 1px solid #FFD9CF;
	border-bottom: 1px solid #FFD9CF;
}

div.download, span.download {
	background: #f5faeb url(../images/typography/box_download.png) 8px 5px no-repeat;
	border-top: 1px solid #D6EBCD;
	border-bottom: 1px solid #D6EBCD;
}

div.tip, span.tip {
	background: #FDF9E3 url(../images/typography/box_tip.png) 8px 5px no-repeat;
	border-top: 1px solid #FAE7BE;
	border-bottom: 1px solid #FAE7BE;
}


/*
 * p tag with dropcaps
 */
 
p.dropcap:first-letter {
	display: block;
	margin: 7px 4px 0px 0px;
	float: left;
	font-size: 280%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*
 * blockquotes
 */

blockquote { font-family: Georgia, "Times New Roman", Times, serif; }

q.blockquote {
	margin: 10px 0 10px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 120%;
}

q.blockquote:first-letter { font-size: 150%; }

q.blockquote:before,
q.blockquote:after { content: ""; }

blockquote.quotation {
	margin: 10px 0px 10px 0px;
	padding: 10px 35px 10px 35px;
	border: none;
	background: url(../images/typography/blockquote_start.png) 0 0 no-repeat;
	text-align:justify;
}

blockquote.quotation p {
	margin: 0px -35px -10px 0px;
	padding: 0px 35px 10px 0px;
	background: url(../images/typography/blockquote_end.png) 100% 100% no-repeat;
}

/*
 * floating boxes
 */

body .inset-left {
	margin: 15px 15px 10px 0px;
	float: left;
}

body .inset-right {
	margin: 15px 0px 10px 15px;
	float: right;
}

/*
 * webfonts
 */

@font-face {
	font-family: 'Chunkfive';
	src: url('../fonts/Chunkfive-webfont.eot?') format('eot'),
		 url('../fonts/Chunkfive-webfont.woff') format('woff'),
		 url('../fonts/Chunkfive-webfont.ttf') format('truetype');
}

#page .webfont { font-family: 'Chunkfive', Arial, sans-serif; }

/*
 * spotlight
 */

.warpspotlight .spotlight1 { visibility: hidden; }

.warpspotlight.fade .spotlight1 > div > a:first-child,
.warpspotlight.bottom .spotlight1 > div > a:first-child {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

/* fade: zoom */
.warpspotlight.fade.zoom .spotlight1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/spotlight_fade_zoom.png) 50% 50% no-repeat;
}

/* fade: color */
.warpspotlight.fade.color .spotlight1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto !important;
	padding: 20px;
	background: #141516;
}

.warpspotlight.fade.color h3 {
	position: absolute;
	top: 37%;
	left: 0;
	right: 0;
	margin: 0;
	line-height: 23px;
}
.warpspotlight.fade.color h3 span {
	display: block;
	text-align: center;
}
.warpspotlight.fade.color h3 span.subtitle {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 15px;
    font-style: italic;
	color: #AAB3BE;
}
.warpspotlight.fade.color h3 span.title {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #F2F1F0;
}

/* top, bottom, left, right */
.warpspotlight.bottom .spotlight1 > * {
	padding: 15px;
	background: #111;
	color: #ffffff;
}

.warpspotlight.bottom h3 { 
	margin: 0px 0px 3px 0px;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: -1px;
	color: #F2F1F0;
}

.warpspotlight.bottom p { 
	margin: 0;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 15px;
    font-style: italic;
	color: #AAB3BE;
}

#logo a.logo-icon {
	display: block;
	width: 155px;
	height: 80px;
	background: url(../../../images/yootheme/logo.png) 0 0 no-repeat;
}

.modulewrappertop #top .top-2 div.mod-line div.box-1:hover h3.header,
.modulewrapperbottom #bottom .bottom-2 div.mod-line div.box-1:hover h3.header { color: #2D2E2F; }

/* rss + twitter toolbar icons */
#toolbar a.rss,
#toolbar a.twitter {
	display: inline-block;
	margin-top: 8px;
}

/* demo content: frontpage teaser */
.demoteaser {
	position: relative;
	height: 310px;
	padding: 0px 460px 0px 30px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	overflow: hidden;
}

.demoteaser h2 {
	margin-top: 45px;
	margin-bottom: 5px;
	font-size: 52px;
	line-height: 52px;
}

.demoteaser span.subtitle {
  font-size: 24px;
  color: #7B8793;
  font-family: Arial, Helvetica, sans-serif;
}

.demoteaser p { 
	margin-top: 25px;
	color: #7B8793;
}

.demoteaser .buttons {
	position: absolute;
	bottom: 15px;
	overflow: hidden;
}

.demoteaser .buttons a {
	height: 52px;
	padding: 8px 0px 0px 60px;
	color: #798490;
	background: url(../../../images/yootheme/home_teaser_button.png) 0 0 no-repeat;
	float: left;
	display: block;
	text-decoration: none;
}

.demoteaser .buttons a.button-free:hover { background-position: 0 -60px; }
.demoteaser .buttons a.button-purchase { background-position: 0 -120px; }
.demoteaser .buttons a.button-purchase:hover { background-position: 0 -180px; }


/* demo content: icons page */
.iconbox {
	padding: 20px;
	border: 1px solid #D5D7D8;
	background: #F3F5F8;
	overflow: hidden; 
}

/* demo content: social bookmarks */
.socialbookmarks { 
	height: 42px;
	margin: -8px;
}

.socialbookmarks a {
	height: 42px;
	width: 42px;
	margin-right: 9px;
	display: inline-block;
	background: url(../../../images/yootheme/socialbookmarks.png) 0 0 no-repeat;
}

.socialbookmarks a.facebook:hover { background-position: 0 -50px; }
.socialbookmarks a.twitter { background-position: 0 -100px; }
.socialbookmarks a.twitter:hover { background-position: 0 -150px; }
.socialbookmarks a.flickr { background-position: 0 -200px; }
.socialbookmarks a.flickr:hover { background-position: 0 -250px; }
.socialbookmarks a.feed { background-position: 0 -300px; }
.socialbookmarks a.feed:hover { background-position: 0 -350px; }
.socialbookmarks a.delicious {
	margin-right: 0px;
	background-position: 0 -400px;
}
.socialbookmarks a.delicious:hover { background-position: 0 -450px; }

#vmCartModule.vmCartModule {
height: auto !important;
display: block;
line-height: 28px;
cursor: pointer;
font-size: 10px;
padding-left: 11px;
width: 200px;
}

#vmCartModule.vmCartModule {
line-height: 12px;
cursor: pointer;
font-size: 10px;
}

.module.mod-line.deepest div {
  background: #fff;
}

.uk-panel-box {
  padding: 20px;
  background: #fff;
  color: #444444;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 7px;
}

#page .webfont, .demoteaser h2 {
  font-family: 'Chunkfive', Arial, sans-serif;
}

.uk-panel-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-transform: none;
  color: #444444;
}

.tm-toolbar, .tm-headerbar, .tm-navbar, .tm-footer {
  margin-top: 0;
  margin-bottom: 25px;
}

.tm-headerbar.uk-clearfix.uk-hidden-small {
  background: #fff;
  margin: 0;
  padding: 25px 21px;
}

main.tm-content {
  padding: 20px;
  background: #fff;
  color: #444444;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 7px;
}

.uk-panel.uk-panel-box.style-box.color-templatecolor2.header-yes{
color: #E9EAEB;
  background: #DE4D11 url(../images/module_box_templatecolor2_bg.png) 0 100% repeat-x;
  text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

h3.uk-panel-title {
 color:#fff;
}

.uk-panel.uk-panel-box.style-box.color-templatecolor2.header-yes h3.uk-panel-title {
  color: #fff !important;
  background: url(../images/module_box_templatecolor2_corners.png);
  padding: 10px;
  margin: -22px -21px;
  margin-bottom: 17px;
  display: block;
  height: 40px;
  padding: 0px 14px 0px 14px;
  line-height: 40px;
  background-position: 50% -160px;
  background-repeat: repeat-x;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 9px 9px 0 0;
}

.icons {
  text-align: right;
  float: right;
  margin: 4px 0 10px 2px;
}


em {
  color: inherit;
}

#flexv2cat .FlexibleBrowseThumbProductInner {
  position: relative;
  z-index: 2;
  box-shadow: none;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  padding: 0;
  -webkit-border-radius: 3px;
  border-radius: 0px;
  text-align: center;
}

#flexv2cat .FlexibleQUICKLook {
  top: inherit !important;
  left: inherit !important;
  position: inherit !important;
  height: 21px;
  line-height: 20px;
}

a#FWcategorynameImage {
  height: 92px;
}

div#FlexibleBrowseViews h2 {
font-size: 15px;
margin: 0 0 3px 0;
padding: 0;
line-height: 16px;
}

#flexv2cat .product-price, #flexv2cat div.vm-price-value {
  text-align: center;
}

div.PricesalesPrice span.PricesalesPrice {
font-size: 13px;
color: #1383cb;
}

.addtocart-bar {
margin: 0;
padding: 0;
position: absolute;
bottom: 4.2em;
left: 0;
right: 0;
text-align: left;
}

.flexible-row {
border-top: #e9e8e8 1px solid;
padding-top: 20px;
}

div#FlexibleSwitchButtons {
display: none;
}

.FlexibleProductDetailProductName{
font-size: 21px;
line-height: 21px;
color: #444;
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
text-transform: inherit;
}

.BoldBorder {
height: 4px;
background: #E0DFDF;
margin: 2px 0;
display: none;
}

.FlexibleProductDetailProductSKU {
color: #CCC;
font-size: 11px;
display: none;
}

.ThinBorder {
height: 1px;
background: #E0DFDF;
margin: 2px 0;
display: none;
}

.FlexibleCSS3ButtonInner {
overflow: hidden;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
position: relative;
z-index: 9;
display: block;
height: 40px;
background: #317AC4;
background: -moz-linear-gradient(top, rgba(49, 122, 196, 1) 0%, rgba(21, 87, 154, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(49, 122, 196, 1)), color-stop(100%, rgba(21, 87, 154, 1)));
background: -webkit-linear-gradient(top, rgba(49, 122, 196, 1) 0%, rgba(21, 87, 154, 1) 100%);
background: -o-linear-gradient(top, rgba(49, 122, 196, 1) 0%, rgba(21, 87, 154, 1) 100%);
background: -ms-linear-gradient(top, rgba(49, 122, 196, 1) 0%, rgba(21, 87, 154, 1) 100%);
background: linear-gradient(top, rgba(49, 122, 196, 1) 0%, rgba(21, 87, 154, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#317AC4', endColorstr='#15579a', GradientType=0);
-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(188, 188, 188, 0.1);
-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(188, 188, 188, 0.1);
box-shadow: 0 0 7px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(188, 188, 188, 0.1);
-webkit-transition: box-shadow .3s ease-in-out;
-moz-transition: box-shadow .3s ease-in-out;
-o-transition: box-shadow .3s ease-in-out;
transition: box-shadow .3s ease-in-out;
}


.FlexibleCSS3Button:hover .FlexibleCSS3ButtonInner {
background: #668e00;
background: -moz-linear-gradient(top, rgba(21, 87, 154, 1) 0%, rgba(49, 122, 196, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(21, 87, 154, 1)), color-stop(100%, rgba(49, 122, 196, 1)));
background: -webkit-linear-gradient(top, rgba(21, 87, 154, 1) 0%, rgba(49, 122, 196, 1) 100%);
background: -o-linear-gradient(top, rgba(21, 87, 154, 1) 0%, rgba(49, 122, 196, 1) 100%);
background: -ms-linear-gradient(top, rgba(21, 87, 154, 1) 0%, rgba(49, 122, 196, 1) 100%);
background: linear-gradient(top, rgba(21, 87, 154, 1) 0%, rgba(49, 122, 196, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#15579a', endColorstr='#317AC4', GradientType=0);
-webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(188, 188, 188, 0.1);
-moz-box-shadow: 0 0 9px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(188, 188, 188, 0.1);
box-shadow: 0 0 9px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(188, 188, 188, 0.1);
}


.FlexibleCSS3ButtonQuantity {
background: #317AC4;
background: -moz-linear-gradient(top, rgba(49, 122, 196, 1) 0%, rgba(21, 87, 154, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(49, 122, 196, 1)), color-stop(100%, rgba(21, 87, 154, 1)));
background: -webkit-linear-gradient(top, rgba(49, 122, 196, 1) 0%, rgba(21, 87, 154, 1) 100%);
background: -o-linear-gradient(top, rgba(49, 122, 196, 1) 0%, rgba(21, 87, 154, 1) 100%);
background: -ms-linear-gradient(top, rgba(49, 122, 196, 1) 0%, rgba(21, 87, 154, 1) 100%);
background: linear-gradient(top, rgba(49, 122, 196, 1) 0%, rgba(21, 87, 154, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#317AC4', endColorstr='#668e00', GradientType=0);
display: block;
height: 0;
margin-top: -20px;
overflow: hidden;
-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
-webkit-transition: all 250ms ease-in;
-moz-transition: all 250ms ease-in;
-o-transition: all 250ms ease-in;
transition: all 250ms ease-in;
position: relative;
z-index: 8;
}

.FlexibleCSS3ButtonQuantity .quantity-box, .FlexibleCSS3ButtonQuantity .quantity-box input.quantity-input {
width: 60%!important;
border-radius: 0!important;
color: #fff!important;
text-shadow: 1px 0 1px rgba(0, 0, 0, 0.4);
background: none repeat scroll 0 0 #0a3866;
text-align: center;
}

.FlexibleCSS3ButtonQuantity .quantity-box.FlexibleInput input.quantity-input {
height: 30px!important;
line-height: 30px!important;
border: none!important;
box-shadow: none!important;
padding: 0!important;
margin: 0!important;
vertical-align: top!important;
background: inherit;
}

.FlexibleBrowseProductName a.FlexibleBrowseProductNameLink {
  font-size: 14px;
  text-decoration: none;
  display: block;
  text-transform: inherit;
  line-height: 16px;
  margin-bottom: 5px;
}

div#offlajn-ajax-search123 {
  padding-top: 9px;
}

section.tm-bottom-a.uk-grid{
text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  background: #ffffff url(../images/modulewrapper_bg.png) 0 100% repeat-x;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.uk-width-1-1.uk-width-medium-1-3 {
  padding-left: 0;
}

section.tm-bottom-a.uk-grid {
  margin-left: 0px;
}

.uk-panel.bott-left {
  border: #ccc 1px solid;
  border-radius: 7px 0px 0px 7px;
}

.uk-panel.bott-midd {
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
}

.uk-panel.bott-right {
  border: #ccc 1px solid;
  border-radius: 0px 7px 7px 0px;
}

@media (max-width: 480px){
.uk-panel.bott-left, .uk-panel.bott-midd, .uk-panel.bott-right {
  border: #ccc 1px solid;
  border-radius: 7px;
}
#page .webfont, .demoteaser h2 {
  font-family: 'Chunkfive', Arial, sans-serif;
  font-size:18px;
}
.demoteaser span.subtitle {
  font-size: 16px;
  color: #7B8793;
  font-family: Arial, Helvetica, sans-serif;
}
.tm-logo-small {
  letter-spacing: 0;
  display: inline-block;
}
section.tm-top-a.uk-grid {
  display: none;
}
}

div.terms-of-service {
  margin: 20px 0 0;
  padding: 0px 0 15px;
  display: inline;
}

.FlexibleForm .FlexibleFormRow a.forgot {
  position: inherit !important;
  top: 2px;
  right: 15px;
  font-size: 12px;
}

.FlexibleForm .FlexibleFormRow input[type="submit"] {
  float: right!important;
  background: #666!important;
  display: inline-block!important;
  height: 36px!important;
  line-height: 36px!important;
  margin: 0!important;
  padding: 0 21px!important;
  color: #fff!important;
  text-decoration: none!important;
  font-size: 13px!important;
  -webkit-border-radius: 3px!important;
  -moz-border-radius: 3px!important;
  border-radius: 3px!important;
  border: none!important;
  -webkit-box-shadow: 1px 1px 2px #CDCDCD!important;
  -moz-box-shadow: 1px 1px 2px #CDCDCD!important;
  box-shadow: 1px 1px 2px #CDCDCD!important;
  text-transform: uppercase!important;
  width: auto!important;
  margin-right: 37px!important;
}

input.FlexibleCSS3Button-text, a.FlexibleCSS3Button-text, span.FlexibleCSS3Button-text {
  font-size: 13px;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  display: block;
  border: none!important;
  background: none!important;
  width: 100%!important;
  box-shadow: none!important;
  margin: 0!important;
  padding: 0 20px 0 50px !important;
  height: 40px!important;
  z-index: 1;
  position: relative;
  cursor: pointer;
}

.general-bg, input.custom-attribute, input.quantity-input, .manufacturer-product-link a, a.ask-a-question, input.vm-default, a.product-details, a.details, div.details, button.default {
  background: none;
  border: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #777;
  text-decoration: none;
  padding: 5px 5px 4px;
  font-size: 22px;
}

.details.alignment-left:hover {
  background: none;
}


@media (max-width: 979px) and (min-width: 768px){
.row:after {
    clear: both;
}
}

.FlexibleForm .FlexibleFormRow input.login {
    background: #fff !important;
    width: 80%!important;
    padding: 8px 10px 8px 10px !important;
}