.mt_well_light {
	line-height: 1;
    border-radius:6px;
    margin-bottom: 16px;
	border: 1px solid #F0F0F0;
	position: relative;
    padding: 22px 12px 12px;
}

#price_sHalf {
	background-color:white;
	border-radius: 0 0 6px 6px;
	margin-left:-12px;
	margin-right:-12px;
	margin-bottom: -12px;
    padding: 12px 12px 0;
}

#installmentplans {
	padding-bottom: 12px;
}

#price_sHalf .delivery {
	font-weight: 700;
	font-size: 14px;
	
	padding-bottom: 2px;
	position: relative;
}

#price_sHalf .delivery.green {
	color: #47A827;
}

#price_sHalf .delivery.yellow {
	color: #F59200;
}

#price_sHalf .delivery.white {
	color: #888;
}

#price_sHalf .icon-Info-Stroke {
	top: -2px;
	padding-left:6px;
}

#price_sHalf .title {
	margin-left:-3px;

    padding-bottom: 8px;
}

#price_sHalf .title .icon {
	padding-right:4px;
}

.specialPriceProduct {
	padding-top:4px;
}

.variantHeader {
	color: #013052;
}

.tooltip-inner .dotted_line {
	margin-top:12px;
	border-color: #333;
	margin-left:0;
	margin-right:0;
}

.mt_well_light .product_label {
	height: 20px;
    line-height: 16px;
    border-radius: 6px 6px 6px 0;
    position: absolute;
    left: 0;
    top: 0;
}

#vat, #novat {
	display:inline-block;
	padding-bottom: 8px;
	
}

#vat .price_dec, #novat .price_dec {
	letter-spacing: normal;
}

#prod_buy .prodAddToCart {
	line-height: 48px;
	border-radius:24px;
	height:48px;
	display: block;
	font-size: 17px;
	font-weight: 700;
}

#prod_buy a:first-letter {
	text-transform: uppercase;
}

.mt_campaign_well {
	margin-bottom:16px;
}

#middleAds {
	margin-top:-8px;
}

#prodSpecs .h, #prodSpecs td:first-child.h {
	font-weight: bold;
	line-height: 20px;
	color: #333333;
	padding-left:0;
	border:none;
	padding-top: 6px;
}

#prodSpecs td:first-child {
	min-width: 25%;
	max-width: 40%;
	padding-left:12px;
	font-weight: normal;
	color: #1B4A75;
    border-radius: 2px 0 0 2px;
}



#prodSpecs td {
	word-wrap: break-word;
	border:none;
	font-weight: normal;
	line-height: 26px;
	color: #333333;
}

#prodSpecs .b {
	background: rgba(55, 149, 218, 0.1);
}

#prodinfo {
	line-height: 18px;
}

.dotted_line {
	border-top: 1px dashed #DEDEDE;
	padding-bottom: 12px;
	margin-left: -12px;
    margin-right: -12px;
}

#product_spec_header > .content {
	min-height:0;
	padding:12px;
	display: none;
}

#product_spec_header > .active {
	display: block;
}

#incvat, #excvat {
	cursor: pointer;
	display: none;
}

#prod_price .active {
	display: inline;
}

.installmentplans {
	margin-left:-3px;
	margin-right:-3px;
}

.currentSelectedPlan {
	padding-left:3px;
	padding-right:3px;
	line-height: 18px;
	padding-top: 3px;
}

.currentSelectedPlan span {
	padding-top: 6px;
	display: block;
	color:#000;
}

#installmentplans .active {
	display: inline-block;
}

#installmentplans .btn_variant {
	margin:3px;
}

#mobileCarousel .carousel-inner {
	height:400px;
}

#mobileCarousel .carousel-inner > .item {
	height:100%;
	padding: 12px;
}

#mobileCarousel .swiper-slide {
  height: auto;
}

#mobileCarousel .swiper-slide img {
	max-width: 100%;
	max-height:100%;
}

.installmentPlineWrapper {
	cursor:pointer;
	display: flex;
    align-items: center;
    position: relative;
}

.installmentPlineWrapper::after {
    font-family: 'icomoon', serif !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e911";
    position: absolute;
    right: -2px;
    top: 0;
    text-align: right;
    color: #F59200;
}

.open .installmentPlineWrapper::after {
	content: "\e914";
}

.installmentpline {
	padding-left: 6px;
}

.installmenttext {
	padding-top:12px;
	display: none;
}

.open .installmenttext {
	display: block;
}

#storeinfo .storeinfoitem {
	min-height:32px;
	cursor: pointer;
	position: relative;
	margin-bottom: 6px;
	align-items: center;
	display: flex;
}

#storeselector {
	padding-bottom:8px;
}

#storeselector .delivery:empty {
	display: none;
}

#storeinfo, #storeselector .stockdata {
	margin-left:-6px;
	margin-right:-6px;
	background-color: white;
    border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
    padding: 12px 12px 6px;
    display: none;
}

#storeselector .stockdata {
	margin-bottom: -8px;
	margin-top:8px;
}

#storeselector .stockdata {
	display: none;
}

#storeselector .stockdata .icon {
	margin-left:-3px;
	padding-right:4px;
}

#storeselector .active {
	display: block;
}

.storeinfoitem .name {
	padding-left:30px;
}

.trigger_wrapper {
	height:102px;
	display: block;
	position: relative;
	padding:12px;
	background: #fff;
	border-radius: 6px;
	border: 1px solid #F0F0F0;
}

.trigger_wrapper .icon-Info-Stroke {
	position: absolute;
	top:0;
	right:3px;
}

.trigger_wrapper .img_wrapper {
    position: relative;
    height:100%;
    width: 80px;
    float: left;
    margin-right: 10px;
}

.trigger_wrapper img {
	position: absolute;
	top: 50%;
    left: 50%;
    margin-right: -50%;
   	transform: translate(-50%, -50%);
   	max-width: 100%;
   	max-height: 100%;
}

.trigger_buy {
	height:24px;
	line-height: 24px;
	padding-left:12px;
	padding-right:12px;
	font-weight: 700;
	position: absolute;
	left: 102px;
	bottom:12px;
}

.trigger_header {
	height: 36px;
	overflow: hidden;
	line-height: 18px;
	display: block;
	color:#333;
}

a.trigger_header {
	color:#333;
}

a.trigger_header:hover {
	color:#333;
	text-decoration: underline;
}

.trigger_buy.freebtn {
	background: #47A827;
    border-radius: 4px;
    color: white;
}

.estimatedWrapper {
    border: 1px solid #F0F0F0;
	border-radius:6px;
    padding: 6px 6px 0;
}

.estimatedWrapper .stockdata span {
	display: block;
	line-height: 20px;
	padding-bottom: 10px;
}

.estimatedWrapper .stockdata span.icon-Info-Stroke {
	display: inline;
	top:-2px;
	padding-left:6px;
}

#prod_stock .title {
	font-weight: 700;
}

#prod_stock {
	padding-bottom:16px;
	padding-left:0;
	padding-right:0;
}

#lastSeenProducts {
	margin-top:60px;
}

#prodSpecsDisclaimer {
	padding-top:8px;
}

#product_wrapper .mt_well_light .one_col_wrapper, #product_wrapper .mt_well_light .three_cols_wrapper {
	margin-bottom:12px;
	margin-left:-12px;
	margin-right:-12px;
}

#product_wrapper .mt_well_light .three_cols_wrapper > .row {
	margin-left:0;
	margin-right:0;
}

.alert-danger {
	font-weight: 500;
	line-height: 18px;
	color: #EB5757;
	background: rgba(235, 87, 87, 0.15);
	border-radius: 6px;
	border:none;
	margin-bottom:12px;
	margin-top:6px;
}

.alert-danger #prod_buy a {
	background: #E0E0E0;
	color: #888888;
}

#labelWrapper {
	padding-top:25px;
	position: absolute;
	z-index: 2;
}

#labelWrapper .product_label {
    white-space: nowrap;
}

.mt_well .isVideo .product_label {
	display:none;
}

#prod_buy {
	padding-bottom:12px;
}

.savings_wrapper .savings {
	position: relative;
	margin-bottom: 12px;
}

.norm {
	font-weight: normal;
	color: #888888;
	padding-left:8px;
}

#product_spec_header {
	padding-top: 12px;
}

#properties,#prodinfo,#prodinfo,#pricedev,#stores,#normDeliveries,#ruDeliveries,#manuals {
	background-color: #fff;
	border-radius:6px;
}

#delivery {
	padding:0;
}

#normDeliveries,#ruDeliveries {
	padding:0 12px;
}

#accessories {
	padding:0;
	margin-top:-8px;
}

#product_tabs_wrapper {
	padding-bottom:8px;
}

.product_label_spacer {
	height:28px;
}

#productWrapper {
	display: flex;
}

#rightWrapper {
	flex: 0 0 282px;
	padding-left: 16px;
	padding-top: 8px;
}

#leftWrapper {
	flex-grow:1;
	padding-right:12px;
	min-width: 0;
	position: relative;
	margin-bottom:16px;
}

.gallery-thumbs .swiper-slide {
		width: 60px;
}

.gallery-thumbs .swiper-wrapper {
      height: 60px;;
}

.gallery-thumbs {
	padding-top:12px;
}

.gallery-thumbs .swiper-slide {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 6px solid white;
	display: flex;
	justify-content: center;
	align-items: center;
}

.gallery-thumbs .swiper-slide-thumb-active {
	border: 1px solid #2D9CDB;
	border-radius:6px;
}

#store_stocks .btn_green {
	padding: 0 12px;
}

#mobileCarousel {
	display: block;
	max-height: 100%;
	width: 100%;
	padding-top: 25px;
	height: 552px
}

:fullscreen #leftWrapper {
	position: fixed;
	left:0;
	right:0;
	bottom:0;
	top:0;
	margin:0;
	z-index:2;
	border-radius:0;
}

:fullscreen #mobileCarousel {
	height: 100%;
	padding-bottom:100px;
}

:fullscreen .gallery-thumbs {
	position: absolute;
	bottom: 12px;
}

:fullscreen .zoom-box, :fullscreen #rightWrapper, 
:fullscreen #productTitle, :fullscreen #prod_manufacturer_up, 
:fullscreen #prod_code_up, :fullscreen .ts_stars_template,
:fullscreen #crisp-chatbox, :fullscreen #footer, :fullscreen #mobileMenu, :fullscreen #lastSeenProducts {
	display: none !important;
}

:fullscreen body {
	overflow: hidden;
}

#mobileCarousel:hover .swiper-button-next, #mobileCarousel:hover .swiper-button-prev {
	display: flex;
}

#mobileCarousel .swiper-button-next, #mobileCarousel .swiper-button-prev {
	display: none;
}

.selected .b, .a {
	display: none;
}

.selected .a {
	display: inline;
}

.switchWrapper {
	height:36px;
	padding-bottom:12px;
}

.switchWrapper > div {
	line-height: 24px;
	color:#333;
	padding-left:6px;
}

.orange_bubble:empty {
    display: none;
}

.orange_bubble {
	height:18px;
	line-height: 20px;
	background-color: #F9993A;
	color:#fff;
	padding:0 4px;
	border-radius: 9px;
	float: right;
    margin-top: 10px;
    margin-left: 6px;
    min-width: 22px;
    text-align: center;
}

.stockSelectWrapper .btn_green {
	border-radius: 15px;
	text-transform: capitalize;
	height: 30px;
    line-height: 30px;
    padding: 0 12px;
}

.stockSelectWrapper .btn_green span, .storeinfoitem *, #prod_buy .prodAddToCart span, .installmentPlineWrapper span {
	pointer-events: none;
}

.stockSelectWrapper .btn_green.selected {
	background-color: #DEDEDE;
	color: #888;
	cursor: default;
}

.stockSelectWrapper .btn_green.selected:hover {
	box-shadow: none;
}

.stockSelectWrapper .opening_hours, .stockSelectWrapper .item_name, #stores_delivery .shipment_name, #stores_delivery .shipment_price {
	padding: 0;
}

.stockSelectWrapper .item_row, #delivery .shipment_row {
	border-bottom: 1px dashed #DEDEDE;
	padding: 10px 0;
}

.stockSelectWrapper .item_name .icon {
	margin-top:-6px;
	margin-left:-4px;
	padding-right: 3px;
}

#stores_delivery .shipment_price, .stockSelectWrapper .opening_hours {
	padding-top:5px;
}

.stockSelectWrapper .set {
	display: none;
}

.stockSelectWrapper .selected .set {
	display: inline;
}

.stockSelectWrapper .selected .notset {
	display: none;
}

.stockSelectWrapper .item_row:last-child, #delivery .shipment_row:last-child {
	border:none;
}

#stores_stocks {
	margin:-12px 0;
}

#stores_delivery {
	margin:-12px;
}

.nothingball:before {
    content: "\e90e";
    color: #888;
}

.delimiterleft {
	border-left: 1px dashed #E0E0E0;
	padding-left:12px;
}

#countryShipment {
	background-color: #DEDEDE;
	border-radius: 6px;
	display: inline-block;
	padding:3px;
	margin-bottom:12px;
}

#countryShipment button {
	color:#333;
	border-radius: 6px;
	background-color: #DEDEDE;
}

#countryShipment button.active {
	background-color: white;
}

#prod_code_up {
	float: right;
}

.savings_wrapper .product_label {
	position: relative;
}

.savings_wrapper {
	padding-bottom:8px;
	letter-spacing: -0.05em;
}

.video-responsive {
	width:100%;
	height:100%;
	position: relative;
}

.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.video-play {
	left:0;
	right:0;
	top:0;
	bottom:0;
	position: absolute;
	display: flex;
    justify-content: center;
    align-items: center;
}

.playing .video-play {
	opacity: 0;
}

.alert-info {
	background: rgba(55, 149, 218, 0.1);
	border-radius: 6px;
	border:none;
	margin-bottom:12px;
	margin-top:6px;
	line-height: 1;
	color:#333;
}

.alert-info h3, .alert-info h4 {
	color: #199FFF;
	margin:0;
	line-height:24px;
}

.alert-info h2 {
	margin:0;
	padding-bottom:8px;
}

#manLinksWrapper {
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	border-radius: 6px;
	padding:0 12px;
	margin-bottom:16px;
}

#manLinksWrapper a {
	display: flex;
	color:#333;
	height: 48px;
	line-height: 48px;
	white-space: nowrap;
	justify-content: space-between;
}

#manLinksWrapper a .icon-Chevron-Right {
	color: #F59200;
	float:right;
}

.trigger_wrapper .prodAddToCartT {
	border-radius: 6px;
	font-weight: 700;
	line-height: 36px;
	height: 36px;
	margin-top: 6px;
	float: right;
	padding: 0 9px;
}

#keySpecsWrapperBig {
	background-color: white;
	padding-left:12px;
	padding-right:12px;
	padding-top:12px;
	border-radius: 6px;
	margin-bottom:12px;
}

#keySpecsWrapper {
	padding-top:12px;
	padding-bottom:12px;
	display: flex;
	margin-left:-6px;
	margin-right:-12px;
	overflow-x: auto;
}

#keySpecsWrapper > div {
	padding:0 6px;
}

#keySpecsWrapper > div > a > span {
	white-space: nowrap;
	pointer-events: none;
}

#keySpecsWrapper > div > a > .greytext {
	font-weight: 400;
}

#keySpecsWrapper > div > a {
	padding:6px 12px;
	background: #FFF;
	display: block;
	border: 1px solid #E0E0E0;
	border-radius: 12px;
	color:#333;
	line-height: 16px;
	font-weight: 500;
}

#keySpecsWrapper > div > a:hover {
	border: 1px solid #008FF5;
}

#keySpecsWrapper > div > a:hover .last{
	color: #008FF5;
}

#keySpecsWrapper > div > a.selected:hover .last {
	color:#333;
}

#keySpecsWrapper > div > a.selected {
	background: #D9EEFE;
	border: 1px solid #008FF5;
}

#keySpecsWrapper > div > a.disabled, #keySpecsWrapper > div > a.disabled:hover .last {
	background: #DEDEDE;
	border-color: #DEDEDE;
	color:#888;
}

#storeselector .btn_variant {
	text-align: left;
	width: 100%;
	white-space: nowrap;
}

#productVariants label {
	color: #888888;
	font-weight: 400;
	margin-bottom: 2px;
}

#productVariants > div {
	padding-bottom:12px;
}

#productVariants .variantButtonsWrapper, #productVariants .variantColorWrapper {
	display: flex;
	gap:10px;
	flex-wrap: wrap;
}

#productVariants .variantColorWrapper {
	padding-top: 4px;
}

#productVariants .variantColor {
	width:24px;
	height:24px;
	background-color: black;
	border-radius:50%;
	border:none;
	position: relative;
	box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#productVariants .variantColor:after {
	width:32px;
	height:32px;
	content: "";
	position: absolute;
	left:-4px;
	top:-4px;
	border:2px solid transparent;
	border-radius: 50%;
}

#productVariants .variantColor:hover::after, #productVariants .variantColor.disabled::after {
	border-color:#E0E0E0;
}

#productVariants .variantColor.active::after {
	border-color:#008FF5;
}

#productVariants .variantColor.unavailable::after {
    border: 1px dashed #888;
}

#productVariants .variantDropDown {
	border:none;
	padding-right: 0;
}

#productVariants .variantDropDown span {
	overflow: hidden;
	text-overflow: ellipsis;
	display: block
}

#productVariants .dropdown-menu.dots a:focus:before {
	display: none;
}

#productVariants .variantDropDown.active {
	background: transparent;
}

#productVariants .dropdown-menu.dots a:not(.variantDropDown):focus:before {
	content: none;
}

#productVariants .variantDropDown.unavailable {
	border: 1px dashed #888;
}

#productVariants .secondaryColor {
    display: block;
    width: 12px;
    height: 24px;
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
    float: right;
}

#rightWrapper .one_col_wrapper .mTrigger {
	padding:0;
	float: none;
}

.bargainInfo {
	background: rgba(55, 149, 218, 0.1);
	border-radius: 6px;
	padding:12px;
	margin-bottom:12px;
}

.bargainInfo h4 {
	margin:0;
}

.bargainInfo a:hover {
	text-decoration: underline;
}

#buyTextInfoBox {
	margin-bottom: 12px;
	line-height: 18px;
}

#buyTextInfoBox h4 {
	margin-top:0;
	margin-bottom:4px;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	color: #013052;
}

#prodSpecs img[alt="checkmark"] {
	width:15px;
	height:14px;
}

#prodSpecs img[alt="cross"] {
	width:14px;
	height:14px;
}

#variantButtonsWrapper a {
	width:100%;
}

#rightWrapper .three_cols_wrapper {
	margin-top:-6px;
}

#rightWrapper .three_cols_wrapper .column {
	margin-left:0;
	margin-right:0;
}

#product_tabs {
	text-align: left;
}

#manLinksWrapper a:hover .t {
	text-decoration: underline;
}

#stores_stocks .dropdown:hover .dropdown-menu {
  display:none;
}

#stores_stocks .dropdown .hidden-xxs:hover + .dropdown-menu  {
  display:block;
}

.zoom-box {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	cursor: crosshair;
	background-color: white;
}

@media screen and (max-width: 767px) {
	#product_tabs_wrapper.js-is-sticky .mt_tabs {
		border-radius: 0;
		white-space: nowrap;
		overflow-x: auto;
		width: 100vw;
		background-color: #fff;
		padding:6px 12px;
	}
}

#product_bargains {
	padding-bottom:12px;
}

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

	#productWrapper {
    	display: block;
	}
	
	#rightWrapper {
		padding-left:0;
	}
	
	#leftWrapper, #rightWrapper {
		border-radius: 6px;
	}
	
	#leftWrapper {
		margin-bottom: 12px;
		background-color: white;
		padding:12px;
	}
	
	#rightWrapper .mt_well_light, .estimatedWrapper{
		width: auto;
		background-color: white;
	}
}

@media screen and (min-width: 767px) {
	#product_tabs_wrapper {
     	position: static !important;
	}
}

