#content, ul.product-section, footer, footer .footer_box ul li a {
	color: #000;
}

footer .footer_box ul li a, footer ul li {
	text-transform: none;
}

footer .footer_box ul li a:hover {
	color: #71c2c1;
}

#page .header-logo {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}

#page {
	background: #fff;
	padding: 0;
}

.header .dropdown-menu.autosearch {
	margin-top: 1px;
	width: 400px;
}

.header .header-logo .logo {
	top: 15px;
}

.header .header-logo .logo img {
	max-height: 43px;
}

.header .scroll-fix .header-logo .logo img {
	max-height: 36px;
}

.nav__primary .menu > li > a {
	color: #535353;
}

.nav > ul > li a:hover, .nav > ul > li a:focus, .nav > ul > li a:active {
	color: #fff;
}

.compl_links a {
	color: #000;
	text-decoration: underline;
}

.compl_links a:hover {
	color: #71c2c1;
}

.buy_products .table .btn {
	margin: 0;
}

.header .dropdown-menu.autosearch .autosearch-img {
	display: inline-block;
	width: 75px;
	padding: 0;
	margin-right: 15px;
}

.header .dropdown-menu.autosearch .autosearch-text {
	display: inline-block;
	vertical-align: top;
	width: 270px;
}

.product-thumb .image > a, .product-thumb {
	overflow: visible;
}

.top-contacts {
	color: #fff;
	font-size: 16px;
	float: right;
	font-family: "Open Sans", sans-serif;
	display: inline-block;
	position: relative;
	top: 16px;
}

#top-links ul li a span {
	font-size: 16px;
}

.box_html {
	margin-bottom: 10px;
}

.certificate-banner .background {
	min-height: 350px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.certificate-banner .background .description > div {
	margin-bottom: 10px;
}

.certificate-banner .description {
	display: flex;
	flex-direction: column;
	margin: auto;
	height: 100%;
	position: relative;
	top: 65px;
	line-height: normal;
	width: 80%;
	font-size: 25px;
	color: #000;
}

.certificate-banner .description .title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 50px;
}

.certificate-banner .description .text {
	max-width: 360px;
}

.certificate-banner .description .text,
.certificate-banner .description .link a {
	font-weight: lighter;
}

.certificate-banner .description .link svg {
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

.certificate-banner .description .link a {
	color: #fd6d33;
}

.cart > a i {
	vertical-align: top;
	color: #71c2c1;
	font-size: 42px;
	line-height: 42px;
}

.fluid_container {
	border-top: none;
}

.product-thumb .caption {
	margin: 10px;
}

.product-thumb {
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 20px;
	border: 1px solid #ddd;
	overflow: hidden;
}

.product-list .product-thumb .image {
	margin: 10px 30px 10px 10px;
	overflow: visible;
}

.owl-wrapper-outer {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.related-products {
	text-align: center;
}

.related-slider.owl-carousel {
	padding: 0px;
	margin: 0;
}

.success {
	display: none;
	width: 600px;
	margin-left: -300px;
	background: white;
	border: 1px solid #e4e3e3;
	padding: 50px;
	left: 50%;
	top: 22%;
	font-size: 16px;
	color: #333333 !important;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	z-index: 15000;
	position: fixed;
}

.success a {
	text-decoration: none !important;
	font-size: 16px;
}

.success a:hover {
	color: #db011c;
	text-decoration: underline;
}

.success .close {
	float: right;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	opacity: 0.7;
}

.success_button {
	background: #71c2c1;
	display: inline-block;
	cursor: pointer;
	color: white !important;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
}

.success_button:hover {
	text-decoration: none !important;
	background: #5a9b9a;
}

.success_button:active {
	position: relative;
	top: 1px;
}

.product_page #button-cart {
	width: auto;
}

.quickview svg {
	margin: 7px 0;
	width: 36px;
	height: 36px;
}

.product-compare-header {
	position: fixed;
	top: 250px;
	right: 0;
	width: 100px;
	background: white;
	border: 2px solid #c5c5c5;
	border-right: none;
	border-radius: 5px 0 0 5px;
	padding: 10px;
	text-align: center;
}

.product-compare-header p {
	margin: 0;
	font-size: 13px;
}

.product-compare-header p#compare-total {
	font-weight: bold;
	line-height: 14px;
}

.product-compare-header i {
	font-size: 36px;
	line-height: 36px;
}

.product-compare .table-bordered > tbody > tr > td {
	width: 100px;
}

.product-compare .table-bordered > tbody > tr > td:first-child {
	text-align: left;
}

.total-item .text-right {
	min-width: 100px;
}

#compare-total-mob {
	display: none;
	font-weight: 300;
	font-size: 14px;
	line-height: 33px;
	width: 33px;
	height: 33px;
	margin: -6px 0 0 -12px;
	background: #f2f2f2;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: top;
}

.buy_products input.quantity {
	min-width: 50px;
	width: 100%;
}

.btn-warning {
	background: #ccc;
}

.btn-credit {
	padding: 8px;
	font-size: 11px;
}

.footer_box span.fa {
	background: #71c2c1;
	border-radius: 100%;
	color: #fff;
	float: left;
	font-size: 20px;
	height: 38px;
	line-height: 38px;
	margin-right: 10px;
	padding-left: 5px;
	text-align: center;
	width: 38px;
}

.footer_box .list-unstyled li {
	clear: both;
	display: table;
}

.footer_box .list-unstyled li .media-body {
	vertical-align: middle;
}

.footer_box .list-unstyled li .media-body address {
	margin: 0;
}

.product-layout {
}

#top_contacts_mob {
	display: none;
}

#default_gallery .product-image, #full_gallery {
	position: relative;
}

.footer .payment-img {
	margin-top: 30px;
	display: inline-block;
}

.payment-img {
	margin-top: 30px;
	display: block;
}

.scroll-fix-attr {
	position: fixed;
	top: 83px;
	left: auto;
	right: auto;
	z-index: 1000001;
	margin: 0;
}

.scroll-fix-attr.nav__primary ul {
	background: #fff;
}

.scroll-fix-attr.nav__primary, .scroll-fix-attr .nav__primary ul {
	margin: 0 !important;
}

.product-section img {
	width: 100% !important;
	height: auto !important;
}

.general_info .product-section img {
	width: 19px !important;
}

.attr-anchor {
	position: absolute;
	top: -150px;
}

.product-section {
	position: relative;
}

#attr-static li a:hover, #attr-static li a:focus {
	background: transparent;
}

ul.downloads {
	padding: 0;
}

ul.downloads li {
	list-style: none;
}

ul.downloads li .fa-file-pdf-o {
	font-size: 22px;
	margin: 0px 15px;
}

footer .copyright {
	padding: 30px 100px;
	background: #71c2c1;
	color: #fff;
}

.owl-carousel .owl-buttons div, .owl-carousel:hover .owl-buttons div {
	opacity: 1;
}

#delivery-row {
	background: #71c2c1;
	text-align: center;
	margin-bottom: 50px;
}

#delivery-row a {
	color: #fff;
	margin-bottom: 50px;
}

#delivery-row a span {
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	letter-spacing: 1px;
}

#delivery-row a:hover span {
	letter-spacing: 4px;
}

#delivery-row .desc {
	padding: 15px 0;
}

#delivery-row .desc span {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 26px;
}

#delivery-row .desc p {
	margin: 0;
}

.box_html.banners-top {
	margin-bottom: 0px;
}

.common-home #content .box {
	margin-bottom: 0;
}

#page footer {
	padding: 0;
}

.product-page #product {
	margin-top: 15px;
}

.agree-wrap label {
	display: block;
}

.agree-wrap label input {
	margin-left: 15px;
}

.product-filter .button-view {
	margin: 0;
}

#contacts-table td, #CompareModels td, .blacklist td {
	padding: 10px;
}

#CompareModels tbody tr {
	border-bottom: 1px solid #ddd;
}

#CompareModels tbody tr:last-child {
	border-bottom: none;
}

.holiday_works {
	position: absolute;
	left: -135px;
	height: 10px;
	z-index: 10;
	margin: 0 !important;
}

.product-grid .buy-credit {
	display: none;
}

#input-quantity {
	margin-top: 3px;
}

.storage_widget {
	font-size: 14px;
	line-height: 18px;
}

.product_page-right .free-delivery {
	margin-top: 30px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.product_page-right .free-delivery .icon {
	margin-right: 15px;
}

.modal-backdrop {
	z-index: 99;
}

.modal-dialog {
	z-index: 199;
}

.product-btn-group, .product-btn-group .form-group {
	margin: 0;
}

.product-btn-group .btn-icon {
	background: #ccc;
	padding: 4px;
}
#product, #product .product-btn-group {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.cart_row, .price-section {
	display: flex;
	gap: 8px;
}
.price-section {
	align-items: flex-end;
}
.product-markdown .price-new,
.product-markdown .price-old {
	line-height: 1;
}
.product-markdown .cheaper-products, .product-markdown .cheaper-products .cheaper-items, .product-markdown .cheaper-products .cheaper-item, .product-markdown .cheaper-item-info {
	display: flex;
	flex-direction: column;
	gap: 16px;

}
.product-markdown .cheaper-item {
	padding: 20px;
}
.product-markdown .cheaper-item.general {
	border: 1px solid #888;
}
.product-markdown .cheaper-item:not(.general) {
	border: 1px solid #CCCCCC;
}
.product-markdown .cheaper-products {
	margin-top: 20px;
}
.product-markdown .cheaper-products .cheaper-items .cheaper-item:hover {
	text-decoration: none !important;
}
.product-markdown .cheaper-item__title, .product-markdown .cheaper-products .cheaper-products__title {
	font-size: 16px;
	font-weight: 600;
}
.product-markdown .cheaper-item__status {
	color: #888;
	font-weight: 600;
}
.product-markdown .cheaper-item__reason {
	color: #888;
}
.product-markdown .cheaper-products .price-new {
	font-size: 22px;
}
.product-markdown .cheaper-products .price-old {
	font-size: 16px;
}
.product-markdown .free-delivery {
	margin: 0;
}
.under_the_order_phone em {
	margin-right: 10px;
	font-size: 16px;
}

.features {
	display: block;
	text-align: center;
}

.features > div {
	display: inline-block;
	width: calc(100% / 10 - 5px);
	text-align: center;
	vertical-align: top;
	margin-bottom: 15px;
}

.features > div > img {
	width: auto !important;
	vertical-align: top;
	margin-bottom: 5px;
}

.features > div > span {
	display: block;
	font-size: 13px;
	line-height: 15px;
	height: 30px;
}

#logo a span {
	font-size: 13px;
	margin-top: 15px;
	display: inline-block;
}

#logo a:hover {
	color: #333;
}

.scroll-fix #logo a span {
	font-size: 12px;
	margin-top: 14px;
}

ul.faq_links {
	list-style: none;
}

ul.faq_links li a {
	font-size: 16px;
}

#content a, ul.faq_links li a {
	color: #71c2c1;
	text-decoration: none;
}

#content a:hover, ul.faq_links li a {
	color: #333;
	text-decoration: underline;
}

#content .buttons > div > a {
	color: #fff;
}

#attr-static ul.tabs-menu {
	width: 100%;
	padding: 15px 0;
	margin: 0;
	text-align: left;
	position: relative;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

#attr-static ul.tabs-menu li {
	display: inline-block;
	font: bold 16px/19px "Open Sans", sans-serif;
	text-transform: uppercase;
	padding: 0 30px;
	border-left: 1px solid #e5e5e5;
}

#attr-static ul.tabs-menu li:first-child {
	border: none
}

#attr-static ul.tabs-menu li a {
	display: block;
	color: #535353;
	position: relative;
	padding: 3px 0;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

#attr-static ul.tabs-menu li a:hover, #attr-static ul.tabs-menu li.active a {
	color: #71c2c1;
}

.avail_colors {
	margin-top: 12px;
	display: block;
}

.avail_colors ul {
	list-style: none;
	padding: 0;
}

.avail_colors ul li {
	display: inline-block;
}

@media (min-width: 1848px) {
	.header .top-menu {
		padding: 0 100px 9px;
	}
}

@media (max-width: 1680px) and (min-width: 1280px) {
	.nav__primary .menu {
		left: -50px;
	}
}

@media (max-width: 1680px) {
	.holiday_works {
		top: 60px;
		left: 150px;
		right: auto;
	}
}

@media (max-width: 1550px) {
	.holiday_works {
		top: 60px;
		right: auto;
		left: 325px;
		white-space: nowrap;
	}
}

@media (max-width: 1365px) {
	/*	.top-contacts, #top-links .list-inline li a {
			font-size: 13px;
		}*/
	.btn-icon i {
		font-size: 24px;
		line-height: 41px;
	}

	.quickview svg {
		width: 28px;
		height: 28px;
	}

	.cart-button .btn-primary, .cart-button .btn-warning {
		padding: 12px 18px 13px;
	}

	.cart-button .btn-icon {
		width: 41px;
		height: 41px;
	}
}

@media (max-width: 1199px) {
	#page footer {
		padding-bottom: 0;
	}
	.certificate-banner .description {
		font-size: 20px;
	}

	.certificate-banner .description .title {
		font-size: 30px;
	}
}

@media (max-width: 1320px) and (min-width: 1120px) {
	#delivery-row a:hover span {
		letter-spacing: 3px;
	}

	#delivery-row .desc span {
		font-size: 23px;
		white-space: nowrap;
	}
}

@media (max-width: 1119px) and (min-width: 992px) {
	#delivery-row a:hover span {
		letter-spacing: 2px;
	}

	#delivery-row .desc span {
		font-size: 21px;
		white-space: nowrap;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	footer .col-contacts, footer .col-work {
		width: 33%;
	}

	footer .col-extra, footer .col-info {
		width: 17%;
	}

	.cart-button .btn-primary, .cart-button .btn-warning {
		padding: 12px 13px 13px;
	}

	.cart-button .button-nostock {
		padding: 12px 8px 13px !important;
	}

	#logo a span {
		margin-top: 0;
		line-height: 1;
	}

	.nav__primary .menu {
		padding: 0 10% 0 0;
		margin: -9px 0 0 0;
	}

	.header .header-logo > .pull-right {
		position: absolute;
		top: 20px;
	}

	.header .header-logo .logo img {
		max-height: 36px;
	}

	#search input {
		width: 160px;
	}
}

@media (min-width: 992px) {
	.table-responsive-custom td.text-right {
		min-width: 100px;
	}
}

@media (max-width: 991px) {
	.certificate-banner .description {
		background-color: rgba(4, 4, 4, 0.66);
		padding: 20px;
		color: #fff;
	}
	.product-compare .table-responsive {
		-webkit-overflow-scrolling: touch;
	}

	#top-links ul li a span {
		font-size: 14px;
	}

	.features > div {
		width: calc(100% / 5 - 5px);
	}

	#attr-static {
		width: 690px;
		top: 0;
	}

	#attr-static ul.tabs-menu li {
		padding: 0 19px;
	}

	.attr-anchor {
		position: absolute;
		top: -80px;
	}

	footer .col-work {
		clear: both;
		width: 100%;
		margin-bottom: 0;
	}

	.owl-item .cart-button .btn-primary {
		padding: 12px 10px 13px;
	}

	.bx-wrapper .bx-controls-direction a {
		z-index: 1;
	}

	#page footer {
		padding-bottom: 0;
	}

	footer .col-work .list-unstyled {
		float: left;
	}

	footer .col-work .payment-img {
		float: right;
		margin-top: -10px;
	}

	footer .col-contacts {
		width: 50%;
	}

	footer .col-extra, footer .col-info {
		width: 25%;
	}

	.header .header-logo .logo {
		top: -5px;
	}

	#tm_menu {
		margin-top: 15px;
	}

	#delivery-row a:hover span {
		letter-spacing: 1px;
	}

	#delivery-row .desc span {
		font-size: 16px;
	}

	.advantages .text span {
		padding-left: 10px;
	}
}

@media (min-width: 768px) and (max-width: 1550px) {
	.header .top-menu {
		padding-top: 30px !important;
	}

	.top-contacts {
		position: absolute;
		left: 16px;
		top: 20px;
	}
}

@media (max-width: 767px) {
	.product-markdown .btn-compare {
		display: none;
	}
	.certificate-banner .description {
		font-size: 16px;
	}
	.certificate-banner .description .title {
		font-size: 19px;
	}
	.product-section img {
		margin: 0 !important;
		width: 100% !important;
		height: auto !important;
	}

	.features > div {
		width: calc(100% / 3 - 5px);
	}

	.table-responsive > .table-bordered > tbody > tr:last-child > td {
		border-bottom: 1px solid #ddd;
	}

	.holiday_works {
		top: 44px;
		left: auto;
		right: 0;
		position: absolute;
	}

	#input-quantity {
		margin-top: 3px;
	}

	label[for='input-quantity'] {
		margin-top: 7px;
	}

	#delivery-row .desc {
		padding: 5px 0;
		border-bottom: 1px #fff solid;
	}

	#stuck {
		margin-top: 50px;
	}

	ul.tabs-menu {
		display: none;
	}

	#attr-static {
		top: 50px;
		left: 0;
		min-width: 320px !important;
		margin-left: -30px;
	}

	#attr-static ul {
		padding: 10px 0;
	}

	#attr-static ul.tabs-menu li {
		font-size: 10px;
		padding: 0 7px;
	}

	#attr-static, #attr-static > .nav {
		display: inline-block;
	}

	#attr-static ul.tabs-menu li a:hover {
		color: #535353;
	}

	.attr-anchor {
		top: -115px;
	}

	body.ind #cart {
		z-index: 999999;
	}

	.cart {
		z-index: 5000;
	}

	.fancybox-skin {
		padding: 10px !important;
	}

	.fancybox-wrap {
		width: 90% !important;
	}

	.fancybox-inner {
		width: 100% !important;
	}

	.holiday_table {
		width: 100% !important;
	}

	.ind .shadow {
		z-index: 1000000;
	}

	footer hr {
		display: block;
		margin: 30px 0;
	}

	footer .col-sm-3 {
		display: block;
		width: 100%;
	}

	footer .col-work .list-unstyled, footer .col-work .payment-img {
		float: none;
		width: 100%;
	}

	footer .col-work .payment-img {
		margin-top: 30px;
		display: block;
	}

	footer .copyright {
		padding: 30px 5px;
		font-size: 13px;
	}

	#top_contacts_mob {
		display: inline-block;
		position: absolute;
		top: 6px;
		right: 15px;
		width: auto;
		text-align: right;
	}

	.text-search {
		display: none;
	}

	ul.autosearch {
		top: 40px !important;
		left: 0 !important;
		right: auto !important;
	}

	.header .dropdown-menu.autosearch .autosearch-text {
		width: -moz-calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
		width: calc(100% - 90px);
	}

	.header .dropdown-menu.autosearch {
		width: 320px;
	}

	.table-responsive-custom td .input-group-btn {
		margin: 0;
	}

	.table-responsive-custom.row {
		margin-right: 0;
	}

	.table-responsive-custom table {
		width: 100%;
		border: 0;
	}

	.table-responsive-custom thead {
		display: none;
	}

	.table-responsive-custom, .table-responsive-custom .table tbody, .table-responsive-custom .table td, .table-responsive-custom .table tr {
		display: block;
		width: 100%;
	}

	.table-responsive-custom, .table-responsive-custom .table tbody, .table-responsive-custom .table tr {
		border: 0;
	}

	.table-responsive-custom .table td {
		border-bottom: 0;
	}

	.table-responsive-custom .table tr:last-child td:last-child {
		border-bottom: 1px solid #ddd;
	}

	.table-responsive-custom td.text-left, .table-responsive-custom td.text-right {
		position: relative;
		padding-left: 50% !important;
		text-align: left !important;
		font-size: 13px;
		width: auto !important;
	}

	.table-responsive-custom td div.th-title {
		position: absolute;
		left: 10px;
		width: 45%;
		padding-right: 10px;
		text-align: right;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-weight: bold;
		text-transform: uppercase;
	}

	.table-responsive-custom td .input-group-btn {
		width: initial;
	}

	.table-responsive-custom td.text-left a, .table-responsive td.text-left a {
		font-size: 13px
	}

	.product-compare-header {
		position: static;
		top: 0;
		right: 0;
		width: auto;
		background: none;
		border: none;
		border-right: none;
		padding: 0;
		margin: 4px 0 10px 14px;
		display: inline-block;
		text-align: center;
	}

	.product-compare-header a {
		color: #71c2c1;
	}

	#compare-total-mob {
		display: inline-block;
	}

	.product-compare-header a:hover {
		color: #5a9b9a;
	}

	.success {
		width: 350px;
		margin-left: -175px;
		left: 50%;
		font-size: 10px;
		padding: 20px 10px 10px;
	}

	.success a {
		font-size: 13px;
	}

	.success .success_button {
		padding: 6px 10px;
	}

	.success .close {
		top: 10px;
		right: 10px;
	}

	.header .top-menu {
		padding-top: 0;
		padding-bottom: 0;
	}

	.swipe ul li a {
		background: #71c2c1;
	}

	.swipe ul li a:hover {
		background: #5a9b9a;
	}

	.toprow-1 {
		background: #71c2c1;
	}

	.box-cart {
		padding-right: 5px;
	}

	.common-home #content .box .box-carousel {
		margin-left: 0;
		margin-right: 0;
	}

	footer .footer_box h5 + ul {
		margin-top: 10px;
	}
}

@media (max-width: 460px) {
	.features > div {
		width: calc(100% / 2 - 5px);
	}
	.certificate-banner .background {
		min-height: auto;
	}
	.certificate-banner .description {
		width: 100%;
		top: unset;
	}
}

@media (max-width: 400px) {
	#search .autosearch-input {
		width: 120px;
	}

	#search button {
		padding: 0;
	}

	#attr-static ul.tabs-menu li {
		font-size: 10px;
		padding: 0 4px;
		font-size: 9px;
	}

	.product-markdown #button-cart {
		width: 100%;
	}
	.product-markdown .product-btn-group .cart_row {
		flex-direction: column;
	}
}

@media (max-width: 360px) {
	#top_contacts_mob {
		font-size: 12px;
	}

	#attr-static ul li {
		font-size: 9px;
	}
}

@media (max-width: 321px) {
	.success {
		width: 300px;
		margin-left: -150px;
		left: 50%;
		font-size: 10px;
		padding: 20px 10px 10px;
	}

	.success a {
		font-size: 13px;
	}

	.success .success_button {
		padding: 6px 10px;
	}

	.success .close {
		top: 10px;
		right: 10px
	}
}

/* low cost pop up */
#finded-low-cost-form {
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.5);
}

#finded-low-cost-form .modal-dialog {
	top: 10%;
}

#finded-low-cost-form p.error {
	color: red;
}

#finded-low-cost-form button, #finded-low-cost-form .btn {
	outline: none;
}

p.finded-low-cost b {
	cursor: pointer;
	text-decoration: underline;
}

h3.request__text {
	margin: 80px 15px !important;
	text-align: center;
}

@media (max-width: 468px) {
	h3.request__text {
		margin: 40px 15px !important;
		font-size: 16px !important;
	}
}

/* low cost pop up */

.main-title {
	position: absolute;
	left: -9999rem;
	top: -9999rem;
}

#bottom_desc {
	font-size: 14px;
}

#bottom_desc a {
	text-decoration: underline !important;
}

#bottom_desc h3 {
	font-size: 26px;
}

#bottom_desc ul, #bottom_desc ol {
	margin: 15px 0 15px 15px;
	padding-left: 30px;
}

#bottom_desc h4 {
	font-size: 20px;
	margin: 20px 0;
	padding: 0;
}

#bottom_desc ul li {
	list-style: disc !important;
}

.product-desc .row {
	display: flex;
	flex-wrap: wrap;
}

.product-desc .row .col-sm-6.col-md-4 {
	margin: 0 7px 15px;
	border: 1px solid #ddd;
	padding: 0;
	width: calc((100% / 3) - 15px);
}

.product-desc .row .col-sm-6.col-md-4 .thumbnail {
	max-width: none;
	margin: 0;
}

.product-spec.product-gifts ul {
	padding: 0;
	list-style: none;
}

.product-spec.product-gifts ul li:after {
	content: '\0418\041B\0418';
	display: block;
	text-align: center;
	font-size: 20px;
	color: #363441;
}

.product-spec.product-gifts ul li:last-child:after {
	content: none;
}

.product-spec.product-gifts ul a {
	display: flex;
	align-items: center;
}

.product-spec.product-gifts ul div {
	display: inline-block;
}

.product-spec.product-gifts ul div img {
	width: 160px;
}

.product-spec.product-gifts ul div.gift_name {
	font-size: 24px;
	color: #363441;
	margin-left: 15px;
}

.product-spec.product-gifts ul div.gift_name:hover {
	color: #3d5f8c;
}

.product-spec.product-gifts p {
	margin: 20px 0 0 0;
}

@media (max-width: 520px) {
	.product-spec.product-gifts ul a {
		flex-wrap: wrap;
	}

	.product-spec.product-gifts div {
		width: 100%;
	}

	.product-spec.product-gifts .gift_image {
		text-align: center;
		margin-bottom: 20px;
	}
}
#is_ip .radio-inline {
	margin-right: 15px;
	margin-left: 0;
}

@media (max-width: 330px) {
	.product_page #product .form-horizontal .btn-primary {
		padding: 2px 65px;
	}
	.btn-credit {
		padding: 8px 7px;
		font-size: 10px;
	}
}