/* General purpose WSX5's required classes */
.imClear { visibility: hidden; clear: both; border: 0; margin: 0; padding: 0; }
.imHidden { display: none; }
.imCaptFrame { vertical-align: middle; }
.imAlertMsg { padding: 10px; font: 10pt "Trebuchet MS"; text-align: center; color: #000; background-color: #fff; border: 1px solid; }
.alert { padding: 5px 7px; margin: 5px 0 10px 0; border-radius: 5px; border: 1px solid; font: inherit; }
.alert-red { color: #ff6565; border-color: #ff6565; background-color: #fcc; }
.alert-green { color: #46543b; border-color: #8da876; background-color: #d5ffb3; }
.object-generic-error { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; background-color: black; color: white; font-family: 'Times New Roman'; }
.object-generic-error div { padding: 5px 20px; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.vertical-middle, tr.vertical-middle td { vertical-align: middle; }


/* Generic ShowBox */
html:not(.no-cssanimations) #imShowBox.generic.animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
@-webkit-keyframes imShowBox-generic-anim-fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes imShowBox-generic-anim-fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
#imShowBox.generic.animated.fadeIn {  -webkit-animation-name: imShowBox-generic-anim-fadeIn;  animation-name: imShowBox-generic-anim-fadeIn; }

/* Common buttons style */
.im-common-left-button{
	width: 50px;
	height: 50px;
}
.im-common-left-button.disabled{
	opacity: 0.4 !important; cursor: default;
}
.im-common-left-button:hover{
	opacity: 0.8;
}

.im-common-right-button{
	width: 50px;
	height: 50px;
}
.im-common-right-button.disabled{
	opacity: 0.4 !important; cursor: default;
}
.im-common-right-button:hover{
	opacity: 0.8;
}

.im-common-close-button{
	width: 50px;
	height: 50px;
}
.im-common-close-button.disabled{
	opacity: 0.4 !important; cursor: default;
}
.im-common-close-button:hover{
	opacity: 0.8;
}

.im-common-enter-fs-button{
	width: 50px;
	height: 50px;
}
.im-common-enter-fs-button.disabled{
	opacity: 0.4 !important; cursor: default;
}
.im-common-enter-fs-button:hover{
	opacity: 0.8;
}

.im-common-exit-fs-button{
	width: 50px;
	height: 50px;
}
.im-common-exit-fs-button.disabled{
	opacity: 0.4 !important; cursor: default;
}
.im-common-exit-fs-button:hover{
	opacity: 0.8;
}

.im-common-zoom-in-button{
	width: 50px;
	height: 50px;
}
.im-common-zoom-in-button.disabled{
	opacity: 0.4 !important; cursor: default;
}
.im-common-zoom-in-button:hover{
	opacity: 0.8;
}

.im-common-zoom-out-button{
	width: 50px;
	height: 50px;
}
.im-common-zoom-out-button.disabled{
	opacity: 0.4 !important; cursor: default;
}
.im-common-zoom-out-button:hover{
	opacity: 0.8;
}

.im-common-zoom-restore-button{
	width: 50px;
	height: 50px;
}
.im-common-zoom-restore-button.disabled{
	opacity: 0.4 !important; cursor: default;
}
.im-common-zoom-restore-button:hover{
	opacity: 0.8;
}

.im-common-button-text-style{
	font-family: Impact;
	font-size: 25pt;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
}
#imShowBox .grabbable { cursor: -webkit-grab; cursor: grab; }
#imShowBox .grabbing { cursor: -webkit-grabbing; cursor: grabbing; }
#imShowBoxWrapper > div { transition: opacity 1s; }#imShowBoxWrapper.imHideShowBoxControls > div { opacity: 0; }
#imShowBoxWrapper.imHideShowBoxControls > div#imShowBox { opacity: 1; }


/* Page default */
#imPage { font: normal normal normal 10pt 'Times New Roman'; color: rgba(128, 0, 0, 1); background-color: transparent; text-decoration: none; text-align: center; }
.text-tab-content { text-align: center; }
.text-tab-content hr { border-color: rgba(128, 0, 0, 1); }body.wysiwyg { padding: 3px; font: normal normal normal 10pt 'Times New Roman';  color: black; line-height: 1; }
body.wysiwyg p { margin: 0; line-height: 20px; }
.dynamic-object-text p { line-height: 20px; }


/* Page Title */
#imPgTitle, #imPgTitle a, .imPgTitle, .imPgTitle a { padding-top: 2px; padding-bottom: 2px; margin: 5px 0; font: normal normal bold 12pt 'Times New Roman'; color: rgba(128, 0, 0, 1); background-color: rgba(255, 255, 255, 1); text-decoration: none; text-align: left; }
#imPgTitle, .imPgTitle { border-width: 1px 1px 1px 1px; border-style: solid; border-color: rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1) rgba(255, 255, 255, 1); }
#imPgTitle.imTitleMargin, .imPgTitle.imTitleMargin { margin-left: 7px; margin-right: 7px; }


/* Headings */
.imHeading1 {font: normal normal bold 10pt 'Times New Roman'; color: rgba(128, 0, 0, 1); text-decoration: none; text-align: left;  line-height: 20px; margin: 0px 0px 0px 0px;}
.imHeading2 {font: normal normal bold 10pt 'Times New Roman'; color: rgba(128, 0, 0, 1); text-decoration: none; text-align: left;  line-height: 20px; margin: 0px 0px 0px 0px;}
.imHeading3 {font: normal normal bold 10pt 'Times New Roman'; color: rgba(128, 0, 0, 1); text-decoration: none; text-align: left;  line-height: 20px; margin: 0px 0px 0px 0px;}
.imHeading4 {font: normal normal bold 10pt 'Times New Roman'; color: rgba(128, 0, 0, 1); text-decoration: none; text-align: left;  line-height: 20px; margin: 0px 0px 0px 0px;}
.imHeading5 {font: normal normal bold 10pt 'Times New Roman'; color: rgba(128, 0, 0, 1); text-decoration: none; text-align: left;  line-height: 20px; margin: 0px 0px 0px 0px;}
.imHeading6 {font: normal normal bold 10pt 'Times New Roman'; color: rgba(128, 0, 0, 1); text-decoration: none; text-align: left;  line-height: 20px; margin: 0px 0px 0px 0px;}


/* Breadcrumb */
.imBreadcrumb, .imBreadcrumb a, #imBreadcrumb, #imBreadcrumb a { padding-top: 2px; padding-bottom: 2px; font: normal normal normal 10pt 'Times New Roman'; color: rgba(169, 169, 169, 1); background-color: transparent; text-decoration: none; text-align: left; }
.imBreadcrumb, #imBreadcrumb { border-width: 0 0 0 0; border-style: solid; border-color: transparent transparent transparent transparent}
.imBreadcrumb a, .imBreadcrumb a:link, .imBreadcrumb a:hover, .imBreadcrumb a:visited, .imBreadcrumb a:active { color: rgba(169, 169, 169, 1); display: inline-block; }


/* Links */
.imCssLink:link, .imCssLink { background-color: transparent; color: rgba(142, 73, 6, 1); text-decoration: underline; transition: color 0.2s linear, background-color 0.2s linear;}
.imCssLink:visited { color: rgba(238, 130, 238, 1); }
.imCssLink:hover, .imCssLink:active { background-color: transparent; color: rgba(142, 73, 6, 1); text-decoration: underline; }
.imAbbr:link { background-color: transparent; color: rgba(142, 73, 6, 1); border-bottom: 1px dotted rgba(142, 73, 6, 1); text-decoration: none; }
.imAbbr:visited { background-color: transparent; color: rgba(238, 130, 238, 1); border-bottom: 1px dotted rgba(238, 130, 238, 1); text-decoration: none; }
.imAbbr:hover, .imAbbr:active { background-color: transparent; color: rgba(142, 73, 6, 1); border-bottom: 1px dotted rgba(142, 73, 6, 1); text-decoration: none; }
#imPage input[type=text], #imPage input[type=password], #imPage input[type=email], #imPage input[type=tel], textarea, span.textarea, #cart-container .user-form select { font: inherit; border-style: solid; border-width: 1px 1px 1px 1px; border-color: rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) rgba(128, 0, 0, 1); background-color: rgba(255, 255, 255, 1); color: rgba(0, 0, 0, 1); border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;padding: 10px 10px 10px 10px; box-shadow: none; box-sizing: border-box; }
#imPage input[type=text].captchaInvalid, #imPage input[type=text].mandatoryInvalid, #imPage input[type=password].mandatoryInvalid, #imPage input[type=email].mandatoryInvalid, #imPage input[type=tel].mandatoryInvalid, textarea.mandatoryInvalid, span.textarea.mandatoryInvalid { border-color: red; }
textarea { resize: none; }
#imPage input[type=button], #imPage input[type=submit], #imPage input[type=reset], #imPage button.imButton {padding: 8px 4px 8px 4px; cursor: pointer; font: inherit; background-color: rgba(0, 48, 191, 1); color: rgba(255, 255, 255, 1); border-style: solid; border-width: 1px 1px 1px 1px; border-color: rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) rgba(128, 0, 0, 1); border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;box-sizing: content-box; -webkit-appearance: none; }
.search_form input { border-radius: 0; }
input[type=button], input[type=submit], input[type=reset], button { -webkit-appearance: none; }
.pagination-container { text-align: center; margin: 10px 0; box-sizing: border-box; }
.pagination-container .dots-page { margin: 0 3px; padding: 0; }
.pagination-container .page { margin: 0 1px; padding: 5px 8px; border-radius: 3px; background-color: transparent; color: rgba(128, 0, 0, 1); text-decoration: none; transition: color 0.2s linear, background-color 0.2s linear; cursor: pointer;}
.pagination-container .page:hover  { background-color: transparent; color: rgba(142, 73, 6, 1); }
.pagination-container .page.current  { background-color: transparent; color: rgba(142, 73, 6, 1); }
.imNoScript { position: absolute; top: 5px; left: 5%; width: 90%; font: normal normal normal 10pt 'Times New Roman'; text-decoration: none; text-align: center; }

/* Tip */
.imTip { position: absolute; z-index: 100201; margin: 0 auto; padding: 10px; background-color: rgba(245, 208, 205, 1); border-style: solid; border-width: 1px 1px 1px 1px; border-color: transparent transparent transparent transparent; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;max-width: calc(100vw - 40px); }
.imTip { opacity: 0; }
.imTip.imTipVisible { opacity: 1; }
.imTipArrowBorder, .imTipArrow { height: 0; width: 0; position: absolute; }
.imTip.imTipTop>.imTipArrowBorder { top: 100%; left: calc(50% - 11px); }
.imTip.imTipTop>.imTipArrow { top: 100%; left: calc(50% - 10px); }
.imTip.imTipBottom>.imTipArrowBorder { bottom: 100%; left: calc(50% - 11px); }
.imTip.imTipBottom>.imTipArrow { bottom: 100%; left: calc(50% - 10px); }
.imTip.imTipLeft>.imTipArrowBorder { left: 100%; top: calc(50% - 11px); }
.imTip.imTipLeft>.imTipArrow { left: 100%; top: calc(50% - 10px); }
.imTip.imTipRight>.imTipArrowBorder { right: 100%; top: calc(50% - 11px); }
.imTip.imTipRight>.imTipArrow { right: 100%; top: calc(50% - 10px); }
.imTipBottom .imTipArrow { transform: rotate(180deg) translate(-20px, 0px) ;
}
.imTipLeft .imTipArrow { transform: translate(0px,20px) rotate(270deg);
}
.imTipRight .imTipArrow { transform: rotate(90deg);
}
.imTipTop.imTipTopLeft .imTipArrow { left: calc(100% - 60px) !important;
}
.imTipTop.imTipTopRight .imTipArrow { left:40px !important;
}
.imTipBottom.imTipBottomLeft .imTipArrow { left: calc(100% - 60px) !important;
}
.imTipBottom.imTipBottomRight .imTipArrow { left:40px !important;
}
.imTipArrow svg { fill: rgba(245, 208, 205, 1);
stroke: transparent;
stroke-width: 1;
}
.imTipContent { max-width: min(calc(100vw - 60px), 600px); width: max-content; font: normal normal normal 11pt 'Times New Roman'; color: rgba(0, 0, 0, 1); background-color: rgba(245, 208, 205, 1); text-decoration: none; text-align: center;  }
.imTipContent img { margin-bottom: 6px; max-width: 100%; }
.imTip.textLeft .imTipContent { text-align: left; }


/* Date Picker */
.date-picker { font-family: Arial, Segoe UI, Roboto, Ubuntu, Helvetica Neue, sans-serif; user-select: none; position: absolute; width: 278px; background-color: white; border: 1px solid #ccc; box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4); }
.date-picker table { border-collapse: collapse; margin: 5px auto; }
.date-picker .header { padding: 1rem; box-sizing: border-box; height: 73px; display: block; color: white; background-color: #909090; line-height: 1.25; font-size: 1rem; }
.date-picker .header .year { font-size: 0.75rem; }
.date-picker .header .date { font-size: 1.325rem; }
.date-picker .container { text-align: center; padding: 8px; font-size: 12px; font-weight: bold; display: inline-block; }
.date-picker .month-text { display: inline-block; min-width: 160px; }
.date-picker .year-text { display: inline-block; min-width: 65px; }
.date-picker .day { text-align: center; vertical-align: middle; width: 37.42px; height: 37.42px; font-size: 12px; cursor: pointer; }
.date-picker .selDay { position: relative; background-color: rgba(27, 161, 226, 0.5); border: 1px solid #5ebdec; font-weight: bold; color: white; box-sizing: border-box; }
.date-picker .selDay::before { position: absolute; display: block; content: ""; background-color: transparent; border-color: #ffffff !important; border-left: 2px solid; border-bottom: 2px solid; height: 4px; width: 5px; right: .15rem; top: .15rem; z-index: 102; transform: rotate(-45deg); }
.date-picker .selDay::after { position: absolute; display: block; border-top: 20px solid #5ebdec; border-left: 20px solid transparent; right: -1px; content: ""; top: -1px; z-index: 100; }
.date-picker .table-header { cursor: default; font-size: 12px; text-align: center; height: 30px; vertical-align: middle; border-top: 1px solid #dadada; border-bottom: 1px solid #dadada}
.date-picker .arrow { display: inline; cursor: pointer; font-weight: bold; }


/* Popup */
#imGuiPopUp { padding: 20px; position: fixed; background-color: rgba(245, 208, 205, 0.7); border-style: solid; border-width: 1px 1px 1px 1px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;font: normal normal normal 12pt 'Times New Roman'; color: rgba(0, 0, 0, 1); background-color: rgba(255, 255, 255, 1); text-decoration: none; text-align: left; }
.imGuiButton { margin-top: 20px; margin-left: auto; margin-right: auto; text-align: center;  width: 80px; cursor: pointer; background-color: #444; color: white; padding: 5px; font-size: 14px; font-family: Arial; }
#imGuiPopUpBg { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(245, 208, 205, 0.7); }
.alertbox { cursor: default; text-align: center; padding: 0; }
.alertbox .close-button { cursor: pointer; position: absolute; top: 2px; right: 2px; font-weight: bold; cursor: pointer; font-family: Tahoma; }
.alertbox .target-image { cursor: pointer; margin: 0px auto; }


/* Splash Box */
.splashbox { position: fixed; padding: 0; background-color: transparent; border: none; }
.splashbox img { cursor: pointer; }
.splashbox .imClose { position: absolute; top: -10px; right: -10px; z-index: 1; }
#welcome-flags { margin: 0 auto; text-align: center; }
#welcome-flags div { display: inline-block; margin: 10px; }
#welcome-mediaplayertarget { overflow: hidden; }
.prt_field { display: none; }
.topic-summary { display: flex; flex-flow: row wrap; justify-content: space-around; align-items: center; align-content: center; margin-bottom: 5px; padding: 10px 0; border-width: 1px 0; border-style: solid; border-color: rgba(93, 35, 35, 0.5); }
.topic-average { flex-grow: 1; box-sizing: border-box; padding: 0 5px; text-align: center; min-width: 250px; }
.topic-average .rating-value { display: flex; align-self: center; justify-content: center; align-items: center; font-weight: bold; }
.topic-average .rating-value .big { font-size: 64px; font-weight: 100; line-height: 64px; }
.topic-bars { flex-grow: 1; box-sizing: border-box; display: inline-block; text-align: center; min-width: 350px; padding: 5px 20px; }
.topic-bar { display: grid; width: 100%; max-width: 100%; grid-template-columns: 13% 71% 16%; justify-items: center; align-items: center; }
.topic-average .label-review { font-size: 0.8em; }
.topic-average .label-no-review { padding: 10px 0; }
.topic-bar .bar-star-n { display: flex; line-height: 26px; align-items: center; }
.topic-bar .bar-star-n .star { width: 32px; position: unset; background-repeat: no-repeat; background-position: center; }
.topic-bar .bar-progress { width: 100%; max-width: 100%; height: 12px; }
.topic-bar .bar-progress > span { width: 50%; max-width: 100%; background-color: red; height: 100%; display: block; }
.topic-bar .bar-total { padding: 0 10px; font-size: 0.95em; border-radius: 6px; border: 1px solid rgba(93, 35, 35, 0.5); }
.topic-add-review { flex-grow: 1; box-sizing: border-box; text-align: center; padding: 5px; min-width: 250px; }
.topic-form { text-align: left; max-height: 0; overflow: hidden; transition: max-height 0.5s ease-in; }
.topic-form.offline { margin-bottom: 0; }
.topic-form.visible { max-height: 1000px; width: 100%; }
.fill { min-width: 200px; }
.topic-summary.comments .topic-total-review { flex-grow: 1; box-sizing: border-box; padding: 5px; min-width: 250px; text-align: center; }
.topic-summary.comments .topic-total-review > div { text-align: center; }
.topic-summary.comments .topic-total-review .topic-number-review { font-size: 64px; font-weight: 100; line-height: 64px; }
.topic-summary.comments .topic-space { flex-grow: 1; box-sizing: border-box; padding: 5px; min-width: 250px; visibility: hidden; }
.topic-summary.comments .topic-review-c { display: inline-block; }
.topic-summary.comments .topic-total-review .label-review { font-size: 0.8em; }
.topic-summary.star .topic-star { flex-grow: 1; box-sizing: border-box; padding: 5px; min-width: 250px; }
.topic-summary.star .topic-star .box-star { display: inline-block; text-align: left; }
.topic-summary.star .topic-star .enter_rating { margin-bottom: 7px; }
.imCaptFrame { position: absolute; float: right; margin: 0; padding: 0; top: 5px;}
.topic-form-row { position: relative; padding-top: 5px; }
.topic-star-container-big, .topic-star-container-small { display: inline-block; position: relative; background-repeat: repeat-x; background-position: left top; }
.topic-star-container-big { width: 160px; height: 34px; }
.topic-star-container-small { width: 80px; height: 16px; }
.topic-star-fixer-big, .topic-star-fixer-small { display: block; position: absolute; top: 0; left: 0; background-repeat: repeat-x; background-position: left top; }
.topic-star-fixer-big { height: 34px; }
.topic-star-fixer-small { height: 16px; }
.variable-star-rating { cursor: pointer; }
.blog-topic { padding: 10px; }
.comments-and-ratings-topic-form { width: 80%; }
.topic-form-row { min-width: 240px; display: flex; flex-wrap: wrap; }
.topic-form-row .topic-form-item { flex-grow: 1; min-width: 240px; margin-right: 25px; padding-top: 0.3em; padding-bottom: 0.3em; box-sizing: border-box; width: 40%;}
.topic-form-row .topic-form-item.second-column.empty-column { padding: 0; }
.topic-form-row .topic-form-item.rating { display: flex; align-items: center; }
.topic-form-row .topic-form-item.rating label { margin-bottom: 0; width: auto; margin-right: 1em; }
.topic-form-row .topic-form-item label { display: block; width: 100%; margin-bottom: 0.5em; }
.topic-form-row .topic-form-item input { width: 100%; }
.topic-comment { box-sizing: border-box; margin: 0 0 10px 0; padding: 10px; border-radius: 0px 0px 0px 0px; border: 1px solid rgba(93, 35, 35, 0.5); }
.topic-comment-count { font-weight: bold; margin: 10px 0 7px; }
.topic-comment-user { margin-bottom: 5px; font-weight: bold; }
.topic-comment-user > span { word-wrap: break-word; overflow: hidden; }
.topic-comment-avatar .avatar-img { border-radius: 50%; }
.topic-comment-abuse { margin: 5px 0 0 0; border: none; text-align: right; visibility: hidden; }
.topic-comment:hover .topic-comment-abuse, .topic-comment .topic-comment-abuse.mobile { visibility: visible; }
.topic-comment-abuse:hover { text-decoration: underline; }
.topic-comment-abuse > a { font-size: 0.8em; text-decoration: none; color: rgba(128, 0, 0, 0.7); }
.topic-comment-date { margin-bottom: 5px; display: block; }
.topic-comment-info-body { display: flex; }
.topic-comment-info-body .topic-comment-body { word-wrap: break-word; overflow: hidden; }
.topic-comments { margin: 30px auto 0 auto; }
.topic-comments.one-columns .topic-comment-info-body .topic-comment-info { width: 18%; min-width: 90px; }
.topic-comments.one-columns .topic-comment-info-body .topic-comment-body { width: 82%; margin-left: 0.5em; }
.topic-comments.one-columns .topic-comment-info-body .topic-comment-avatar { width: 80px; text-align: center; margin-bottom: 10px; }
.topic-comments.multiple-columns:after { content: ''; display: block; clear: both; }
.topic-comments.multiple-columns { visibility: hidden; }
.topic-comments.multiple-columns.visible { visibility: visible; }
.topic-comments.multiple-columns { box-sizing: border-box; width: 100% !important; max-width: 100%; }
.topic-comments.multiple-columns .topic-comment { min-width: calc(min(230px, 100%)); box-sizing: border-box; padding: 0; }
.topic-comments.multiple-columns .topic-comment .topic-comment-info-body { padding: 10px; flex-direction: column; }
.topic-comments.multiple-columns .topic-comment .topic-comment-info-body .topic-comment-info { display: flex; flex-direction: row-reverse; justify-content: space-between; }
.topic-comments.multiple-columns .topic-comment .topic-comment-info-body .topic-comment-info .topic-comment-avatar { display: flex; align-items: center; margin: 0 20px 0 0; }
.topic-comments.multiple-columns .topic-comment .topic-comment-abuse { padding: 0 10px 10px 10px; }
.topic-comments.multiple-columns .topic-comment-body { margin: 15px 0 0 0; }
@media (max-width: 959.9px) and (min-width: 720.0px) {
	.topic-bars, .topic-space { display: none; }
	
}
@media (max-width: 719.9px) and (min-width: 480.0px) {
	.topic-bars, .topic-space { display: none; }
	
}
@media (max-width: 719.9px) and (min-width: 480.0px) {
	.comments-and-ratings-topic-form { width: 100%; }
	.topic-form-row .topic-form-item { width: 100%; margin-right: 0; }
	
}
@media (max-width: 479.9px)  {
	.topic-bars, .topic-space { display: none; }
	
}
@media (max-width: 479.9px)  {
	.comments-and-ratings-topic-form { width: 100%; }
	.topic-form-row .topic-form-item { width: 100%; margin-right: 0; }
	
}
#cookie-law-message {background-color: rgba(153, 0, 0, 1);color: rgba(255, 255, 255, 1);font: normal normal normal 11pt 'Times New Roman'; ; padding:16px;}
#cookie-law-message .splashContent { padding:25px;}
#cookie-law-message .imClose, #cookie-law-message .close-button { top:5px; right:5px; margin:0; cursor: pointer;}
#cookie-law-message .svgClose {height:20px; width:20px; fill:rgba(255, 255, 255, 1); }
#cookie-law-message .imCloseInn:hover {opacity: 0.8; }
#cookie-law-message .message-container .wrapper-content > div { display:inline-block; }
#cookie-law-message div { line-height: 20px; }
#cookie-law-message .imHeading1 { line-height: 20px; }
#cookie-law-message .imHeading2 { line-height: 20px; }
#cookie-law-message .imHeading3 { line-height: 20px; }
#cookie-law-message .imHeading4 { line-height: 20px; }
#cookie-law-message .imHeading5 { line-height: 20px; }
#cookie-law-message .imHeading6 { line-height: 20px; }
#cookie-law-message ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#cookie-law-message ul ul { list-style: square; padding: 0 0 0 20px; }
#cookie-law-message ul ul ul { list-style: circle; }
#cookie-law-message ul li { margin: 0 0 0 40px; padding: 0px; }
#cookie-law-message ol { list-style: decimal; margin: 0; padding: 0; }
#cookie-law-message ol ol { list-style: lower-alpha; padding: 0 0 0 20px; }
#cookie-law-message ol li { margin: 0 0 0 40px; padding: 0px; }
#cookie-law-message blockquote { margin: 0 0 0 15px; padding: 0; border: none; }
#cookie-law-message table { border: none; padding: 0; border-collapse: collapse; }
#cookie-law-message table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px 4px 3px; margin: 0; vertical-align: middle; }
#cookie-law-message p { margin: 0; padding: 0; }
#cookie-law-message .inline-block { display: inline-block; }
#cookie-law-message sup { vertical-align: super; font-size: smaller; }
#cookie-law-message sub { vertical-align: sub; font-size: smaller; }
#cookie-law-message img { border: none; margin: 0; vertical-align: text-bottom;}
#cookie-law-message .fleft { float: left; vertical-align: baseline;}
#cookie-law-message .fright { float: right; vertical-align: baseline;}
#cookie-law-message img.fleft { margin-right: 15px; }
#cookie-law-message img.fright { margin-left: 15px; }
#cookie-law-message .imTALeft { text-align: left; }
#cookie-law-message .imTARight { text-align: right; }
#cookie-law-message .imTACenter { text-align: center; }
#cookie-law-message .imTAJustify { text-align: justify; }
#cookie-law-message .imUl { text-decoration: underline; }
#cookie-law-message .imStrike { text-decoration: line-through; }
#cookie-law-message .imUlStrike { text-decoration: underline line-through; }
#cookie-law-message .imVt { vertical-align: top; }
#cookie-law-message .imVc { vertical-align: middle; }
#cookie-law-message .imVb { vertical-align: bottom; }
#cookie-law-message hr { border-width: 1px 0 0 0; border-style: solid; }
#media-query-to-js { position: absolute; display: none; }@media (min-width: 960.0px) {
	#media-query-to-js { width: 960px; }
}
@media (max-width: 959.9px) and (min-width: 720.0px) {
	#media-query-to-js { width: 720px; }
}
@media (max-width: 719.9px) and (min-width: 480.0px) {
	#media-query-to-js { width: 480px; }
}
@media (max-width: 479.9px)  {
	#media-query-to-js { width: 0px; }
}
@media all and (min-width:1px) { .media-test { position: absolute !important; } }
@supports (display: grid) { .media-test { text-align: justify !important; } }
.browser-comp-message { position: fixed; bottom: 0; left: 0; right: 0; z-index: 10600; }
.browser-comp-message.severity-error {top: 0; background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGNiOAMAANUAz5n+TlUAAAAASUVORK5CYII='); }
.browser-comp-message div { padding: 20px; border: 2px solid #888; background-color: #000;}
.browser-comp-message.severity-error div { width: 90%; max-width: 500px; max-height: 120px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; padding: 50px 0; }
.browser-comp-message p { font-family: Tahoma, Sans-serif; font-size: 12pt; margin: 20px 0; text-align: center; color: #fff; }
.browser-comp-message.severity-warning p { text-align: left; display: inline; margin: 0 5px; }
.browser-comp-message a { font-family: Tahoma, Sans-serif; font-size: 12pt; font-weight: bold; color: #00d7f7; text-decoration: none; }
.x5captcha-wrap { text-align: center; box-sizing: border-box; width: 100%; padding-right: 10px; }
.x5captcha-wrap label { padding: 0; }
.x5captcha-wrap input { width: 120px; }
.captcha-container { display: block; margin: 3px auto 2px auto; width: 160px; height: 32px; border: 1px solid #BBBBBB; }
.imLoadAnim { width: 32px; height: 32px; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0;}
.imLoadAnim .imLoadCircle { width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.imLoadAnim .imLoadCircle:before { content: ''; display: block; margin: 0 auto; width: 15%; height: 15%; background-color: #333; border-radius: 100%; -webkit-animation: imLoadCircleFadeDelay 1.2s infinite ease-in-out both; animation: imLoadCircleFadeDelay 1.2s infinite ease-in-out both;}
.imLoadAnim .imLoadCircle2 { -webkit-transform: rotate(30deg); transform: rotate(30deg);}
.imLoadAnim .imLoadCircle3 { -webkit-transform: rotate(60deg); transform: rotate(60deg);}
.imLoadAnim .imLoadCircle4 { -webkit-transform: rotate(90deg); transform: rotate(90deg);}
.imLoadAnim .imLoadCircle5 { -webkit-transform: rotate(120deg); transform: rotate(120deg);}
.imLoadAnim .imLoadCircle6 { -webkit-transform: rotate(150deg); transform: rotate(150deg);}
.imLoadAnim .imLoadCircle7 { -webkit-transform: rotate(180deg); transform: rotate(180deg);}
.imLoadAnim .imLoadCircle8 { -webkit-transform: rotate(210deg); transform: rotate(210deg);}
.imLoadAnim .imLoadCircle9 { -webkit-transform: rotate(240deg); transform: rotate(240deg);}
.imLoadAnim .imLoadCircle10 { -webkit-transform: rotate(270deg); transform: rotate(270deg);}
.imLoadAnim .imLoadCircle11 { -webkit-transform: rotate(300deg); transform: rotate(300deg); }
.imLoadAnim .imLoadCircle12 { -webkit-transform: rotate(330deg); transform: rotate(330deg); }
.imLoadAnim .imLoadCircle2:before { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }
.imLoadAnim .imLoadCircle3:before { -webkit-animation-delay: -1s; animation-delay: -1s; }
.imLoadAnim .imLoadCircle4:before { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; }
.imLoadAnim .imLoadCircle5:before { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; }
.imLoadAnim .imLoadCircle6:before { -webkit-animation-delay: -0.7s; animation-delay: -0.7s; }
.imLoadAnim .imLoadCircle7:before { -webkit-animation-delay: -0.6s; animation-delay: -0.6s; }
.imLoadAnim .imLoadCircle8:before { -webkit-animation-delay: -0.5s; animation-delay: -0.5s; }
.imLoadAnim .imLoadCircle9:before { -webkit-animation-delay: -0.4s; animation-delay: -0.4s;}
.imLoadAnim .imLoadCircle10:before { -webkit-animation-delay: -0.3s; animation-delay: -0.3s;}
.imLoadAnim .imLoadCircle11:before { -webkit-animation-delay: -0.2s; animation-delay: -0.2s;}
.imLoadAnim .imLoadCircle12:before { -webkit-animation-delay: -0.1s; animation-delay: -0.1s;}
@-webkit-keyframes imLoadCircleFadeDelay { 0%, 39%, 100% { opacity: 0; } 40% { opacity: 1; }}
@keyframes imLoadCircleFadeDelay { 0%, 39%, 100% { opacity: 0; } 40% { opacity: 1; } }


/* E-commerce */
#cart-container { display: grid; width: 100%; margin: 15px auto 15px auto; box-sizing: border-box; grid-template-columns: 1fr 295px; }
#cart-header { grid-area: 1/1/2/2; }
#cart-content { grid-area: 2/1/3/2; }
#cart-sidebar { grid-area: 2/2/3/3; margin-left: 15px; }
#cart-container .m-b { margin-bottom: 2em; }
#cart-container .m-t { margin-top: 2em; }
#cart-container .small-font { font-size: 0.8em; }
#im-cartsearch-container .search::placeholder { color: rgba(0, 0, 0, 1); opacity: 0.6;  }
#cart-header #imPgTitle.imTitleMargin, #cart-header .imPgTitle.imTitleMargin { margin-left: 0; margin-right: 0; }
#cart-container[data-step="1"] #cart-header { grid-column: span 2; }
#cart-container[data-step="4"] #cart-header { grid-column: span 2; }
#cart-container[data-step="1"] #cart-content { grid-column: span 2; width: 80%; justify-self: center; }
#cart-container[data-step="4"] #cart-content { grid-column: span 2; width: 100%; justify-self: center; }
#cart-container[data-step="1"] #cart-sidebar { display:none; }
#cart-container[data-step="4"] #cart-sidebar { display:none; }
#cart-sidebar .provisional-amount { margin-bottom: 1em; }
#cart-sidebar .s-flex { display: flex; margin-bottom: 0.5em; }
#cart-sidebar .s-flex.big-font { font-size: 1.2em; }
#cart-sidebar .s-flex.big-font .s-cell.right { align-self: flex-end; }
#cart-sidebar .s-flex .s-cell-desc { flex-grow: 2; }
#cart-sidebar .s-flex .s-cell { flex-grow: 1; }
#cart-sidebar .s-flex .s-cell.right { text-align: right; margin-left: 5px; }
#cart-sidebar .s-flex .s-cell.vat { font-size: 0.8em; }
#cart-sidebar .s-flex.proceed-to-order { justify-content: center; margin-top: 2em; box-sizing: border-box; }
#cart-sidebar .s-flex.proceed-to-order .btn-proceed-to-order { white-space: normal; }
#cart-sidebar .provisional-amount{ display: none; }
#cart-container[data-step="0"] #cart-sidebar .provisional-amount { display: block; }
#cart-sidebar .agreement-cont { display: none; }
#cart-container[data-step="3"] #cart-sidebar .agreement-cont { display: block; }
#cart-container[data-step="3"] #cart-sidebar .agreement-cont .agreement-text-c { margin: 2em auto 0 auto; padding: 0; }
#cart-content .agreement-text-c { padding: 0 10px; margin: 1.2em auto 2em auto; font: inherit; color: inherit; }
#chk-agreement { margin-left: 0; }
#lbl-agreement-sidebar, #lbl-agreement { font-size: 95%; }
#chk-agreement-sidebar, #chk-agreement { float: left; margin: 4px 5px 4px 0; }
#cart-container[data-step="3"] #cart-sidebar .s-flex.proceed-to-order { margin-top: 1.5em; }
.agreement-text-c div { line-height: 20px; }
.agreement-text-c .imHeading1 { line-height: 20px; }
.agreement-text-c .imHeading2 { line-height: 20px; }
.agreement-text-c .imHeading3 { line-height: 20px; }
.agreement-text-c .imHeading4 { line-height: 20px; }
.agreement-text-c .imHeading5 { line-height: 20px; }
.agreement-text-c .imHeading6 { line-height: 20px; }
.agreement-text-c ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
.agreement-text-c ul ul { list-style: square; padding: 0 0 0 20px; }
.agreement-text-c ul ul ul { list-style: circle; }
.agreement-text-c ul li { margin: 0 0 0 40px; padding: 0px; }
.agreement-text-c ol { list-style: decimal; margin: 0; padding: 0; }
.agreement-text-c ol ol { list-style: lower-alpha; padding: 0 0 0 20px; }
.agreement-text-c ol li { margin: 0 0 0 40px; padding: 0px; }
.agreement-text-c blockquote { margin: 0 0 0 15px; padding: 0; border: none; }
.agreement-text-c table { border: none; padding: 0; border-collapse: collapse; }
.agreement-text-c table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px 4px 3px; margin: 0; vertical-align: middle; }
.agreement-text-c p { margin: 0; padding: 0; }
.agreement-text-c .inline-block { display: inline-block; }
.agreement-text-c sup { vertical-align: super; font-size: smaller; }
.agreement-text-c sub { vertical-align: sub; font-size: smaller; }
.agreement-text-c img { border: none; margin: 0; vertical-align: text-bottom;}
.agreement-text-c .fleft { float: left; vertical-align: baseline;}
.agreement-text-c .fright { float: right; vertical-align: baseline;}
.agreement-text-c img.fleft { margin-right: 15px; }
.agreement-text-c img.fright { margin-left: 15px; }
.agreement-text-c .imTALeft { text-align: left; }
.agreement-text-c .imTARight { text-align: right; }
.agreement-text-c .imTACenter { text-align: center; }
.agreement-text-c .imTAJustify { text-align: justify; }
.agreement-text-c .imUl { text-decoration: underline; }
.agreement-text-c .imStrike { text-decoration: line-through; }
.agreement-text-c .imUlStrike { text-decoration: underline line-through; }
.agreement-text-c .imVt { vertical-align: top; }
.agreement-text-c .imVc { vertical-align: middle; }
.agreement-text-c .imVb { vertical-align: bottom; }
.agreement-text-c hr { border-width: 1px 0 0 0; border-style: solid; }
.cart-table .field-space { margin: 0 0 0.6em 0; }
.cart-table .field-space-reverse { margin: 0.6em 0 0 0; }
.cart-table .col-price { margin: 10px 0 0 0;}
.cart-table .price-mobile.mobile-show { display: none; }
.cart-table .fisrt-column { vertical-align: middle; }
.cart-table .second-column { display: table-cell; width: 170px; max-width: 100%; vertical-align: middle; box-sizing: border-box; }
.cart-table, .cart-table td, .cart-table td p { font: inherit; }
.cart-table { width: 100%; max-width: 100%; border-collapse: separate; }
.cart-table thead td, .cart-table td.head, .cart-table .button { background-color: rgba(37, 58, 88, 1); color: rgba(255, 255, 255, 1); padding: 8px; }
.cart-table thead td, .cart-table .button { border: none; }
.cart-table td.head{ border-right: 1px solid rgba(211, 211, 211, 1); border-bottom: 1px solid rgba(211, 211, 211, 1); }
.cart-table a.button:link, .cart-table a.button:hover, .cart-table a.button:visited { display: inline-block; text-decoration: none; color: rgba(255, 255, 255, 1); }
.cart-table td { background-color: rgba(255, 255, 255, 1); color: rgba(0, 0, 0, 1); padding: 10px 20px; border-right: 1px solid rgba(211, 211, 211, 1); border-bottom: 1px solid rgba(211, 211, 211, 1); box-sizing: border-box; }
.cart-table .nostyle, .cart-table .nostyle, .cart-table .nostyle { background-color: transparent; color: rgba(128, 0, 0, 1); padding: 5px; border: none; }
.cart-table td input { height: 15px; }.cart-table td input[type=number] { max-width: 50px; text-align: left; padding-left: 5px; }.cart-table p { margin-bottom: 5px; }
.cart-table .odd { background-color: rgba(240, 240, 240, 1); }
.cart-table .product-description .product-description-fade.odd { box-shadow: inset 0px -20px 44px rgba(240, 240, 240, 1); }
.cart-table .odd input[type=text], .cart-table .odd select { background-color: rgba(255, 255, 255, 1); }
.cart-table thead td, .cart-table .first-y { border-top: 1px solid rgba(211, 211, 211, 1); }
.cart-table tfooter td, .cart-table .last-y, .cart-table .head.last-y { border-bottom: 1px solid rgba(211, 211, 211, 1); }
.cart-table .first-x { border-left: 1px solid rgba(211, 211, 211, 1); }
.cart-table .last-x { border-right: 1px solid rgba(211, 211, 211, 1); }
.first-x.first-y, thead .first-x { border-top-left-radius: 0px; }
.last-x.first-y, thead .last-x { border-top-right-radius: 0px; }
.first-x.last-y { border-bottom-left-radius: 0px; }
.last-x.last-y { border-bottom-right-radius: 0px; }
.cart-table .product-col-image-details .product-image-cont { min-width: 150px; margin-right: 1.3em; width: 150px; height: 150px; display: flex; align-items: center; justify-content: flex-start; }
.cart-table .product-col-image-details .product-image-cont.image-small { min-width: 100px; width: 100px; height: 100px; }
.cart-table .product-col-image-details .product-image-cont .product-image { max-width: 100%; height: auto; max-height: 150px; }
.cart-table .product-col-image-details .product-image-cont.image-small .product-image { max-height: 100px; }
.cart-table .product-col-image-details { display: flex; }
.cart-table .product-col-image-details .product-info { flex-grow: 1; display: flex; flex-direction: column; justify-content: center; }
.cart-table .product-data-info.product-name { font-size: 1.2em; margin: 0 0 0.3em 0; font-weight: bold; }
.cart-table .product-data-info.product-options select { max-width: 200px; }
.cart-table .product-description { position: relative; font-size: 0.8em; overflow: auto; min-height: 26.6px; max-height: 63.84px; }
.cart-table .product-description .product-description-fade { display: none; position: sticky; width: 100%; height: 15.96px; left: 0; bottom: -5px; box-shadow: inset 0px -20px 44px rgba(255, 255, 255, 1) }
.cart-table .product-data-info.product-quantity { display: flex; align-items: center; flex-wrap: wrap; }
#cart-container .cart-table .product-quantity.product-data-info > span:not(.product-remove), #cart-container .cart-table .product-quantity.product-data-info input[type=number] { margin-right: .35em; }
#cart-container .cart-table .product-quantity.product-data-info input[type=number] { max-width: 45px; }
#cart-container .cart-table .product-quantity .product-remove { text-decoration: underline; cursor: pointer; margin-right: 0; }
#cart-container .cart-table .product-quantity .product-quantity-desc, #cart-container .cart-table .product-quantity .product-remove  { font-size: 0.8em; }
.cart-table.shipping-table, .cart-table.pay-table, .cart-table.invoice-resume, .cart-table.shipping-resume { margin-bottom: 2em; }
.cart-table .ship-pay-cont { display: flex; }
.cart-table .ship-pay-cont .ship-pay-chk-cont { margin-right: 1.0em; align-self: center; }
.cart-table .ship-pay-cont .ship-pay-image-cont { height: 64px; max-height: 64px; min-width: 64px; margin-right: 1em; width: 64px; display: flex; align-items: center; justify-content: center; }
.cart-table .ship-pay-cont .ship-pay-image-cont .ship-pay-image { max-width: 100%; height: auto; max-height: 64px; }
.cart-table .ship-pay-name-desc-cont { flex-grow: 1; display: flex; flex-direction: column; justify-content: center; }
.cart-table .ship-pay-name-desc-cont label > p { margin-top: 0.5em; word-break: break-word; }
.invoice-shipping-container { display: flex; flex-wrap: wrap; }
.invoice-shipping-container > div.shipping-resume { margin-left: 0.5em; }
.invoice-shipping-container > div { flex-grow: 1; min-width: 250px; }
.invoice-shipping-container .cart-table { height: 100%; }
.invoice-shipping-container .cart-table .field-line { line-height: 1.5; }
#cart-container .summary { display: table; box-sizing: border-box; margin-left: auto; margin-right: auto; margin-top: 1em; }
#cart-container .summary > div { display: table-cell; height: 100%; width: 33%; text-align: center; padding: 0.8em; border-radius: 0px; box-shadow: none; background-color: rgba(255, 255, 255, 1); color: rgba(0, 0, 0, 1); border-top: 1px solid rgba(211, 211, 211, 1); border-bottom: 1px solid rgba(211, 211, 211, 1); }
#cart-container .summary > div.ord-number { border-left: 1px solid rgba(211, 211, 211, 1); width: 40%; }
#cart-container .summary > div.ord-total { border-right: 1px solid rgba(211, 211, 211, 1); }
#cart-container .summary > div.ord-date { border-left: 1px solid rgba(211, 211, 211, 1); border-right: 1px solid rgba(211, 211, 211, 1); }
#cart-container .summary > div.ord-number { background-color: rgba(240, 240, 240, 1); }
#cart-container .summary .ord-number-val { font-weight: bold; }
#cart-container .summary > div > div { line-height: 1.5; height: 50%; }
#cart-container .summary > div .col { margin: 0 0 0.5em 0; }
#cart-container hr.summary-line { margin: 2em auto; width: 95%; border-top: 1px solid rgba(211, 211, 211, 1);}
#cart-container .payment-container { display: flex; align-items: center; flex-wrap: nowrap; }
#cart-container .payment-image-cont { display: flex; justify-content: flex-start; align-items: center; width: auto; min-width: 24px; max-width: 64px; height: auto; margin: 0 1em 0 0;}
#cart-container .payment-image-cont .payment-image { width: 100%; height: auto; }
#cart-container #payment-html { margin: 2em auto 0 auto; text-align: center; }
#cart-product-added-container { max-height: 100%; }
#cart-product-added-container .cart-product-added { font-family: Times New Roman; font-size: 10pt; }
#cart-product-added-container .cart-product-added thead tr td { text-align: center; padding: 10px; }
#cart-product-added-container .cart-product-added thead tr td .head-title { width: calc(100% - 35px); }
#cart-product-added-container .cart-product-added tbody tr td, #cart-product-added-container .box-cont { height: 100%; }
#cart-product-added-container .box-master { display: flex; flex-direction: column; height: 100%; }
#cart-product-added-container .box-cont { display: flex; flex-wrap: nowrap; justify-content: center; flex-grow: 1; }
#cart-product-added-container .cart-table .product-data-info.product-name { margin: 0; }
#cart-product-added-container .cart-table .product-data-info.product-options { margin: 0.3em 0 0 0; }
#cart-product-added-container .cart-table .product-data-info.product-quantity { margin: 1.8em 0 0 0; }
#cart-product-added-container .product-col-image-details-btn { flex-basis: 480px; display: flex; }
#cart-product-added-container .cont-product-col-image-details { display: flex; flex-direction: column; justify-content: center; }
#cart-product-added-container .product-col-image-details { width: 100%; }
#cart-product-added-container .product-col-image-details .product-image-cont { align-self: center; }
#cart-product-added-container .cart-product-added .cont-product-col-image-details .lbl-summary { text-align: center; margin: 0; display: none; }
#cart-product-added-container .cart-product-added .lbl-summary { font-size: 1.2em; margin: 0 0 1em 0; font-weight: bold; text-align: left; }
#cart-product-added-container .cart-product-added .price-info { display: flex; flex-direction: column; justify-content: center; min-width: 280px; text-align: center; padding-left: 20px; }
#cart-product-added-container .cart-table .product-col-image-details .product-info { word-wrap: break-word; }
#cart-product-added-container .s-flex { display: flex; margin-bottom: 0.5em; }
#cart-product-added-container .s-flex.big-font { font-size: 1.2em; }
#cart-product-added-container .s-flex .s-cell-desc { flex-grow: 1; }
#cart-product-added-container .s-flex .s-cell { flex-grow: 1; }
#cart-product-added-container .s-flex .s-cell.left, #cart-product-added-container .s-flex .s-cell-desc.left { text-align: left; }
#cart-product-added-container .s-flex .s-cell.right { text-align: right; margin-left: 0.25em; }
#cart-product-added-container .s-flex .s-cell.vat { font-size: 0.8em; }
#cart-product-added-container .ord-total.mobile { display: none; }
#cart-product-added-container .buttons-container { display: flex; justify-content: center; flex-wrap: wrap; width: 100%; }
#cart-product-added-container .buttons-container .btn-action { flex-grow: 1; min-width: 200px; text-align: center; }
#cart-product-added-container .buttons-container input.btn-go-back { background-color: rgba(0, 48, 191, 0.7); }
#cart-product-added-container .buttons-container input.btn-go-back:hover, #cart-product-added-container .buttons-container input.btn-go-next:hover  { background-color: rgba(20, 68, 171, 1); }
#cart-product-added-container .vl { border-left: 1px solid rgba(211, 211, 211, 1); height: 95%; align-self: center; }
#cart-product-added-container input[type=button] {cursor: pointer; height: auto; font: inherit; background-color: rgba(0, 48, 191, 1); color: rgba(255, 255, 255, 1); padding: 8px 4px 8px 4px; border-style: solid; border-width: 1px 1px 1px 1px; border-color: rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) rgba(128, 0, 0, 1) rgba(128, 0, 0, 1); border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;box-sizing: content-box; }
#cart-product-added-container .buttons-container .btn-action.left { text-align: left; }
#cart-product-added-container .buttons-container .btn-action.right { text-align: right; }
#cart-product-added-container .cart-table .product-options span { font-size: 0.8em; }
#add-to-cart .imClose > svg { fill: rgba(255, 255, 255, 1); height: 60%; width: 60%; cursor: pointer; }
#cart-product-added-container .hl { margin: 1em 0; border-top: 1px solid rgba(211, 211, 211, 1); width: 100%; height: 1px; align-self: center; display: none; }
#cart-product-added-container.mobile .box-cont { height: auto; }
#cart-product-added-container.mobile .cart-product-added .cont-product-col-image-details .lbl-summary { display: block; }
#cart-product-added-container.mobile .price-info, #cart-product-added-container.mobile .vl { display: none; }
#cart-product-added-container.mobile .product-col-image-details-btn { flex-basis: auto; display: flex; }
#cart-product-added-container.mobile .ord-total.mobile { display: block; margin-top: 1em; max-width: 280px; width: 100%; margin: 1em auto 0 auto; }
#cart-product-added-container.mobile .product-col-image-details .product-image-cont { flex-grow: 0.4; margin-right: 0.8em; }
#cart-product-added-container.mobile .product-col-image-details-btn { width: 100%; flex-direction: column; justify-content: center; }
#cart-product-added-container.mobile.hide-image .product-image-cont { display: none; }
#add-to-cart .imClose { top: 0; right: 0; display: flex; justify-content: center; align-items: center; }
#cart-product-added-container.mobile .hl { display: block; }
#cart-product-added-container.mobile .s-flex { justify-content: center; }
#cart-product-added-container.mobile .s-flex .s-cell-desc { width: 50%; margin-right: 10px; }
#cart-product-added-container.mobile .cart-vat-included.s-flex .s-cell-desc { width: 0; }
#cart-product-added-container.mobile .s-flex .s-cell { margin-left: 10px; width: 50%; }
#cart-product-added-container.mobile .s-flex .s-cell.vat { width: 100%; }
#cart-product-added-container.mobile .buttons-container { margin-top: 1em; }
#cart-product-added-container .buttons-container.wrapped { margin: 2em auto 0 auto; }
#cart-product-added-container .buttons-container.wrapped .btn-go-back { margin-right: 0; margin-bottom: 2em; }
#cart-product-added-container .buttons-container.wrapped .btn-action > input { min-width: 50%; }
#cart-product-added-container .buttons-container.wrapped .btn-go-back { margin-right: 0; margin-bottom: 1em; }
.image-list-row-container, .image-list-row-item { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; background-size: cover; transform-origin: 0 0; animation-fill-mode: both; } .image-list-row-item.hidden { display: none; } .image-list-row-item.row-format-animation-none.out { display: none; } .image-list-row-item.row-format-animation-fade.in { animation-name: row-format-animation-fade-in; } .image-list-row-item.row-format-animation-fade.out { animation-name: row-format-animation-fade-out; } @keyframes row-format-animation-fade-in { 0% { opacity: 0; } } @keyframes row-format-animation-fade-out { 100% { opacity: 0; } } .image-list-row-item.row-format-animation-slideHorizontal.in { animation-name: row-format-animation-slideHorizontal-in; } .image-list-row-item.row-format-animation-slideHorizontal.out { animation-name: row-format-animation-slideHorizontal-out; } @keyframes row-format-animation-slideHorizontal-in { 0% { transform: translate3d(-100%, 0, 0); } } @keyframes row-format-animation-slideHorizontal-out { 100% { transform: translate3d(100%, 0, 0); } } .image-list-row-item.row-format-animation-slideVertictal.in { animation-name: row-format-animation-slideVertictal-in; } .image-list-row-item.row-format-animation-slideVertictal.out { animation-name: row-format-animation-slideVertictal-out; } @keyframes row-format-animation-slideVertictal-in { 0% { transform: translate3d(0, -100%, 0); } } @keyframes row-format-animation-slideVertictal-out { 100% { transform: translate3d(0, 100%, 0); } } .image-list-row-item.row-format-animation-rotateOnCorner.in { animation-name: row-format-animation-rotateOnCorner-in; } .image-list-row-item.row-format-animation-rotateOnCorner.out { animation-name: row-format-animation-rotateOnCorner-out; } @keyframes row-format-animation-rotateOnCorner-in { 0% { transform: rotatez(90deg); } } @keyframes row-format-animation-rotateOnCorner-out { 100% { transform: rotatez(-90deg); } } 