
.posr {
	position: relative;
}

.overlay-margin-22::before {
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
	bottom: 22px;
	content: "";
	left: 22px;
	position: absolute;
	right: 22px;
	top: 22px;
	transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	transition: .3s;
	cursor: pointer;
}

.overlay-margin-10::before {
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
	bottom: 10px;
	content: "";
	left: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	transition: .3s;
	cursor: pointer;
}

.mtb-95 {
	margin-top: 95px;
	margin-bottom: 95px;
}

.mb-95 {
	margin-bottom: 95px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-55 {
	margin-bottom: 55px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-95 {
	margin-top: 95px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-85 {
	margin-top: 85px;
}

.ptb-95 {
	padding-top: 95px;
	padding-bottom: 95px;
}

.pt-95 {
	padding-top: 95px;
}

.pt-85 {
	padding-top: 85px;
}

.ptb-85 {
	padding: 85px 0;
}

.pt-90 {
	padding-top: 90px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pb {
	padding-bottom: 95px;
}

.deft-remove-icon {
	background: #484848 none repeat scroll 0 0;
	border-radius: 50%;
	height: 16px;
	line-height: 16px;
	text-align: center;
	width: 16px;
	transition: .3s;
	margin-top: 2px;
}

.deft-remove-icon:hover {
	background: #9c9b9b;

}

.btn-def-checkout {
	background: #484848 none repeat scroll 0 0;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 6px 0;
	text-transform: uppercase;
	line-height: 30px;
	transition: .3s;
}

.btn-def-checkout:hover {
	background: rgb(255,102,27);
}

a.btn-def {
	background: #fff none repeat scroll 0 0;
	border: 1px solid rgb(255,102,27);
	color: rgb(255,102,27);
	display: inline-block;
	font-weight: 600;
	height: 47px;
	letter-spacing: 2px;
	line-height: 47px;
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	white-space: nowrap;
	text-decoration: none;
}

a.btn-def:hover {
	background: rgb(255,102,27);
	color: #fff;
	border: 1px solid rgb(255,102,27);

}

a.btn-def-black {
	background: #333 none repeat scroll 0 0;
/*	border: 1px solid #333;*/
	color: #fff;
	padding: 11px 25px;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
	font-weight: 300;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	letter-spacing: 2px;
}

.collection-btn.btn-area-comm a.btn-border {
	border: 1px solid #333;
}

.collection-btn.btn-area-comm a.btn-border:hover {
    border: 1px solid rgb(255,102,27);
}

.fa-trash-o {
	cursor: pointer;
}

a.btn-def-black:hover {
	background: rgb(255,102,27);
	border: 1px solid rgb(255,102,27);
	color: #fff;
}

a.btn-def-color {
	background: rgb(255,102,27);
	border: 1px solid rgb(255,102,27);
	color: #fff;
	padding: 11px 18px;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
}

a.btn-def-color:hover {
	background: #333;
	border: 1px solid #333;
	color: #fff;
}

a.btn-def-white {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #333;
	padding: 10px 20px;
	transition: .3s;
	line-height: 26px;
}

a.btn-def-white:hover {
	background: rgb(255,102,27);
	border: 1px solid rgb(255,102,27);
	color: #fff;
}

.def-underline::before {
	background: rgb(255,102,27);
	bottom: -10px;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	width: 36px;
}

.deft-underline2 .h4::before {
	background: #333 none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	bottom: -15px;
	transform: translateX(-50%);
	-ms-transform :translateX(-50%);
	-webkit-transform:translateX(-50%);
	-o-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	width: 40px;
}

.deft-underline4 {
	position: relative;
	word-wrap: break-word;
}

.deft-underline4::after {
	background: #333 none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	bottom: -15px;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	width: 40px;
}

deft-underline3 .h4 {
	position: relative;
}

.deft-underline3 .h4::before {
	background: rgb(164,31,53) none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: 50%;
	position: absolute;
	top: 35px;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	width: 40px;
}

.round-btn {
	background: #333;
	border-radius: 50%;
	height: 120px;
	margin: auto;
	text-align: center;
	width: 120px;
	padding-top: 20px;
	padding-left: 5px;
}

.social-icon a {
	background: #fff none repeat scroll 0 0;
	border: 1px solid rgb(255,102,27);
	color: rgb(255,102,27);
	display: block;
	font-size: 20px;
	height: 45px;
	line-height: 42px;
	text-align: center;
	width: 45px;
	transition: .3s;
}

.social-icon a:hover {
	background: rgb(255,102,27);
	color: #fff;
}

.label-sale {
	background: rgb(255,102,27);
	border-radius: 50%;
	color: #fff;
	content: "";
	display: flex;
	font-size: 11px;
	font-weight: 600;
	height: 65px;
	line-height: 15px;
	position: absolute;
	right: -14px;
	text-align: center;
	text-transform: uppercase;
	top: -16px;
	width: 65px;
	z-index: 1;
	align-items: center;
	justify-content: center;
	padding: 25px 0;
}

.def-hovereff {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	opacity: 0;
	transition: all 0.3s ease 0s;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.def-owl.owl-theme .owl-controls .owl-buttons div {
	background: #fff none repeat scroll 0 0;
	border: 2px solid rgb(255,102,27);
	border-radius: 0;
	color: rgb(255,102,27);
	display: inline-block;
	font-size: 20px;
	height: 48px;
	line-height: 37px;
	width: 50px;
	transition: .3s;
}

.def-owl.owl-theme .owl-controls .owl-buttons div:hover {
	background: rgb(255,102,27);
	border: 2px solid rgb(255,102,27);
	color: #fff;

}

.def-virticle-line::before {
	background: #ebebeb;
	content: "";
	height: 45px;
	left: -12px;
	position: absolute;
	top: 2px;
	width: 1px;
}

.cart-round span {
	background: rgb(164,31,53) none repeat scroll 0 0;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	height: 20px;
	line-height: 19px;
	padding-left: 4px;
	text-align: left;
	width: 20px;
	z-index: 9999;
}

.hvreff-defm20::before {
	border-top: 2px solid #fff;
	bottom: 20px;
	content: "";
	left: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	border-bottom: 2px solid #fff;
	transition: .3s;
	transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-webkit-transform:scale(0, 1);
	-o-transform: scale(0, 1);
	cursor: pointer;
}

.hvreff-defm20::after {
	border-left: 2px solid #fff;
	bottom: 20px;
	content: "";
	left: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	border-right: 2px solid #fff;
	transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transition: .3s;
}

.hvreff-defm10::before {
	border-top: 2px solid #fff;
	bottom: 10px;
	content: "";
	left: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	border-bottom: 2px solid #fff;
	transform: scale(0);
	transition: .3s;
	transform: scale(0, 1);
	cursor: pointer;
}

.hvreff-defm10::after {
	border-left: 2px solid #fff;
	bottom: 10px;
	content: "";
	left: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	border-right: 2px solid #fff;
	transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transition: .3s;
}

.btn-trans {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #fff;
	display: inline-block;
	font-size: 14px;
	padding: 14px 50px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	white-space: normal;
	color: #fff;
}

.btn-trans:hover {
	border: 1px solid rgb(255,102,27);
	color: rgb(255,102,27);

}

.btn-nontrans {
	background: transparent none repeat scroll 0 0;
	border: 1px solid rgb(255,102,27);
	display: inline-block;
	font-size: 14px;
	padding: 14px 50px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	white-space: normal;
	color: rgb(255,102,27);
}

.btn-nontrans:hover {
	border: 1px solid #fff;
	color: #fff;

}

.banner-bbtn {
	border: 1px solid rgb(255,102,27);
	padding: 15px 39px;
	text-transform: uppercase;
	color: rgb(255,102,27);
	font-weight: 700;
	background: transparent none repeat scroll 0 0;
	transition: .3s;
}

.banner-bbtn:hover {
	border: 1px solid #333;
	color: #333;
}

.text-color {
	color: rgb(255,102,27);
}

.btn-back2 {
	border: 1px solid #333;
	padding: 15px 39px;
	text-transform: uppercase;
	color: #fff;
	background: #333;
	transition: .3s;
}

.btn-back2:hover {
	color: #fff;
	background: rgb(255,102,27);
	border: 1px solid rgb(255,102,27);
}

/*----------------------------------------*/
/* 16. Product Modal
/*----------------------------------------*/

.modal {
	z-index: 13000
}

#productModal .modal-dialog {
	margin: auto;
	max-width: 96%;
	min-height: 300px;
	padding: 20px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 870px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

#productModal .modal-header {
	border: 0 none;
	padding: 0;
	min-height: auto;
}

#productModal button.close {
	position: absolute;
	right: 10px;
	top: 10px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 2;
}

#productModal button.close:hover {
	opacity: 1;
}

#productModal button.close span {
	border: 1px solid #909295;
	border-radius: 60px;
	color: #909295;
	display: block;
	height: 30px;
	line-height: 25px;
	text-align: center;
	width: 30px;
	padding-top: 1px;
}

#quickview-wrapper .modal-content {
	border-radius: 0;
}

.modal-product {
	font-family: arial;
	/* overflow: hidden;*/
	color: #4e4e4e
}

.modal-product .product-images {
	float: left;
	width: 40%;
}

.main-image.images img {
	min-height: 410px;
	width: 100%;
}

.modal-product .product-info {
	float: left;
	padding-left: 30px;
	width: 60%;
}

.modal-product .product-info .h1 {
	font-size: 30px;
	margin: 0 0 20px;
}

.modal-product .product-info .see-all {
	display: inline-block;
	margin-bottom: 10px;
}

.quick-add-to-cart .numbers-row {
	display: block;
	width: 55px;
	height: 45px;
	margin-bottom: 10px;
}

.numbers-row input {
	float: left;
	height: 40px !important;
	width: 55px;
	border: 1px solid #ddd;
	padding: 0 10px;
}

input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	opacity: 1;
	cursor: pointer;
	display: block;
	width: 8px;
	color: #333;
	text-align: center;
	position: relative;
}

.numbers-row {
	position: relative;
	display: inline-block;
}

.numbers-row:before,
.numbers-row:after {
	content: '';
	position: absolute;
	right: 10px;
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	pointer-events: none;
}

.numbers-row:before {
	top: 14px;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #000 transparent;
}

.numbers-row:after {
	bottom: 10px;
	border-width: 6px 6px 0 6px;
	border-color: #000 transparent transparent transparent;
}

.quick-add-to-cart .single_add_to_cart_button,
.compare-content-wrap .skill-cart-option {
	background: rgb(255,102,27);
	border: medium none;
	color: #fff;
	float: left;
	font-weight: 700;
	/*height: 40px;*/
	padding: 0 45px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}

.skill-cart-option i {
	margin-right: 20px;
	right: 30px;
}

.compare-content-wrap .skill-cart-option{
	padding: 11px 10px;
}


.compare-content-wrap .skill-cart-option:hover {
	background: #333 !important;
}



.cart-stylei {
	position: relative;
}

.cart-stylei::before {
	background: #fff none repeat scroll 0 0;
	bottom: 13px;
	content: "";
	height: 12px;
	left: 70px;
	position: absolute;
	width: 1px;
}

.quick-add-to-cart .single_add_to_cart_button:hover {
	background: #333 !important
}

.single_add_to_cart_button.cart-stylei i {
	margin-right: 20px;
	right: 30px;
}

.h3.widget-title-modal {
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px;
	margin: 0 0 10px;
	padding: 0 0 7px;
}

.modal-product .product-info .quick-add-to-cart {
	/*border-bottom: 1px solid #e5e5e5;*/
	overflow: hidden;
	padding: 0 0 25px;
}
.modal-product .product-info .quick-add-to-cart .skill-plusminus-wrap{
	display: block;
	max-width: 160px;
	margin: 0 auto 20px;
}
.modal-product .product-info .quick-desc {
	/*border-bottom: 1px solid #e5e5e5;*/
	font-size: 14px;
	margin: 0 0 25px;
	padding: 15px 0;
	display: block;
	text-align: center;
	/*max-height: 200px;*/
	overflow: hidden;
}

.modal-product .widget .social-icons-modal li {
	float: left;
	margin-right: 15px;
	list-style: none;
}

.modal-product .widget .social-icons-modal li .m-single-icon {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	color: #909295;
	display: inline-block;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}

.s-price-box {
	border-bottom: 2px solid #4e4e4e;
	border-top: 2px solid #4e4e4e;
	display: inline-block;
	margin-bottom: 20px;
	padding: 5px 0;
}

.s-price-box .new-price {
	font-size: 26px;
	letter-spacing: 2px;
	line-height: 25px;
}

.s-price-box .old-price {
	color: #939295;
	font-size: 20px;
	margin-left: 7px;
	text-decoration: line-through;
}

.modal .social-icons-modal li {
	list-style: outside none none;
}

.modal-product .widget .social-icons-modal li .m-single-icon:hover {
	color: #fff
}

.modal-product .widget .social-icons-modal li .m-single-icon.facebook:hover {
	background: #3B579D;
	border: 1px solid #3B579D;
}

.modal-product .widget .social-icons-modal li .m-single-icon.twitter:hover {
	background: #3ACAFF;
	border: 1px solid #3ACAFF;
}

.modal-product .widget .social-icons-modal li .m-single-icon.pinterest:hover {
	background: #CB2027;
	border: 1px solid #CB2027;
}

.modal-product .widget .social-icons-modal li .m-single-icon.tumblr:hover {
	background: #304E6C;
	border: 1px solid #304E6C;
}

.modal-product .widget .social-icons-modal li .m-single-icon.gplus:hover {
	background: #D11717;
	border: 1px solid #D11717;
}

.modal-product .widget .social-icons-modal li .m-single-icon.linkedin:hover {
	background: #0097BD;
	border: 1px solid #0097BD;
}

/* modal -tab */
.thumbnail-carousel-modal-2 a > img {
	width: 100%;
}

.thumbnail-carousel-modal-2 a {
	padding-right: 5px;
	float: left;
	width: 25%
}

.thumbnail-carousel-modal-2 {
	margin-right: -5px;
	margin-top: 10px;
}

.indicator-def a {
	background: rgb(247,116,52) none repeat scroll 0 0;
	color: #fff;
	padding: 11px 15px;
	text-decoration: none;
	text-transform: uppercase;
	transition: .3s;
}

.indicator-def a:hover {
	background: rgb(255,102,27);
	color: #fff;
}

.indicator-def > a i {
	color: #fff;
	font-size: 20px;
	position: relative;
	top: 1px;
	font-size: 20px;
	font-weight: 700;
	margin-left: 8px;
}

/*tooltip*/
.socile-icon-tooltip [data-tooltip], .socile-icon-tooltip .tooltip {
	cursor: pointer;
	position: relative;
}

.socile-icon-tooltip [data-tooltip]::before, .socile-icon-tooltip [data-tooltip]::after, .socile-icon-tooltip .tooltip::before, .socile-icon-tooltip .tooltip::after {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform:  translate3d(0px, 0px, 0px);
	-ms-transform:  translate3d(0px, 0px, 0px);
	-webkit-transform:  translate3d(0px, 0px, 0px);
	-o-transform:  translate3d(0px, 0px, 0px);
	transition: opacity 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24) 0s;
	visibility: hidden;
}

.socile-icon-tooltip [data-tooltip]:hover::before, .socile-icon-tooltip [data-tooltip]:hover::after, .socile-icon-tooltip [data-tooltip]:focus::before, .socile-icon-tooltip [data-tooltip]:focus::after, .socile-icon-tooltip .tooltip:hover::before, .socile-icon-tooltip .tooltip:hover::after, .socile-icon-tooltip .tooltip:focus::before, .socile-icon-tooltip .tooltip:focus::after {
	opacity: 1;
	visibility: visible;
}

.socile-icon-tooltip .tooltip::before, .socile-icon-tooltip [data-tooltip]::before {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 6px solid rgba(0, 0, 0, 0);
	content: "";
	z-index: 1001;
}

.socile-icon-tooltip .tooltip::after, .socile-icon-tooltip [data-tooltip]::after {
	background-color: #000;
	border-radius: 3px;
	color: #ffffff;
	content: attr(data-tooltip);
	font-size: 14px;
	line-height: 1.2;
	padding: 8px;
	text-align: center;
	width: 100px;
	z-index: 1000;
}

.socile-icon-tooltip [data-tooltip]::before, .socile-icon-tooltip [data-tooltip]::after, .socile-icon-tooltip .tooltip::before, .socile-icon-tooltip .tooltip::after, .socile-icon-tooltip .tooltip-top::before, .socile-icon-tooltip .tooltip-top::after {
	bottom: 100%;
	left: 50%;
}

.socile-icon-tooltip [data-tooltip]::before, .socile-icon-tooltip .tooltip::before, .socile-icon-tooltip .tooltip-top::before {
	border-top-color: #000;
	margin-bottom: -12px;
	margin-left: -6px;
}

.socile-icon-tooltip [data-tooltip]::after, .socile-icon-tooltip .tooltip::after, .socile-icon-tooltip .tooltip-top::after {
	margin-left: -50px;
}

.socile-icon-tooltip [data-tooltip]:hover::before, .socile-icon-tooltip [data-tooltip]:hover::after, .socile-icon-tooltip [data-tooltip]:focus::before, .socile-icon-tooltip [data-tooltip]:focus::after, .socile-icon-tooltip .tooltip:hover::before, .socile-icon-tooltip .tooltip:hover::after, .socile-icon-tooltip .tooltip:focus::before, .socile-icon-tooltip .tooltip:focus::after, .socile-icon-tooltip .tooltip-top:hover::before, .socile-icon-tooltip .tooltip-top:hover::after, .socile-icon-tooltip .tooltip-top:focus::before, .socile-icon-tooltip .tooltip-top:focus::after {
	transform: translateY(-15px);
	-moz-transform:   translateY(-15px);
	-ms-transform:   translateY(-15px);
	-webkit-transform:  translateY(-15px);
	-o-transform:   translateY(-15px);
}

.color-bold {
	color: #333;
	font-weight: 700;
}

.color-bold2 {
	color: #333;
	font-weight: 700;
	font-size: 17px;
}

.italic {
	font-style: italic;
}

.typeahead.tt-hint {
	background: transparent !important;
}

.tt-menu {
	background: #fff;
	border: 1px solid #dfdfdf;
	width: 100%;
}

.tt-suggestion.tt-selectable {
	padding: 0 15px;
}

.tt-suggestion.tt-selectable:hover {
	color: #000;
	background: #eee;
	cursor: pointer;
}

comments__head {
	display: block;
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 25px;
	margin-top: 35px;
	color: #e97527;
}

.comments__head {
	display: block;
	font-size: 28px;
	line-height: 32px;
	margin-bottom: 25px;
	margin-top: 35px;
	color: #e97527;
}

.comments {
	overflow: hidden;
}

.comments br {
	display: none;
}

.comment-item {
	padding: 15px 10px 15px 15px;
	position: relative;
	background: #fff;
}

.comment-item.level-0 {
	z-index: 11;
	padding-left: 0 !important;
}

.comment-item.level-0:before {
	display: none !important;
}

.comment-item:before {
	content: '';
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 1px;
	height: 10000px;
	background: #cecece;
}

.comment-item.visible form {
	display: block;
}

.comment-item form {
	display: none;
	margin: 0 !important;
}

.comment-item form button {
	margin-left: 15px;
}

.comment-item .heading-contact.align-left {
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	line-height: 20px;
	color: #e97527;
	margin-bottom: 0;
	padding-bottom: 0px;
	-webkit-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.comment-item .heading-contact.align-left:hover {
	text-decoration: underline;
}

.comment-item .heading-contact.align-left.hidden {
	display: none;
}

.comment-item.level-1 {
	margin-left: 30px;
	z-index: 10;
}

.comment-item.level-2 {
	margin-left: 60px;
	z-index: 9;
}

.comment-item.level-3 {
	margin-left: 90px;
	z-index: 8;
}

.comment-item.level-4 {
	margin-left: 120px;
	z-index: 7;
}

.comment-item.level-5 {
	margin-left: 150px;
	z-index: 6;
}

.comment-item.level-6 {
	margin-left: 180px;
	z-index: 5;
}

.comment-item.level-7 {
	margin-left: 210px;
	z-index: 4;
}

.comment-item.level-8 {
	margin-left: 240px;
	z-index: 3;
}

.comment-item.level-9 {
	margin-left: 270px;
	z-index: 2;
}

.comment-item.level-10 {
	margin-left: 300px;
	z-index: 1;
}

.comment-item p {
	display: block;
	padding-left: 2px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 16px;
	color: #9a9a9a;
}

.comment-item:last-of-type {
	margin-bottom: 0;
}

.comment-item .comment_info {
	font-size: 16px;
	line-height: 24px;
	color: #252525;
}

.comment-item .comment_info p {
	font-size: 16px;
	line-height: 24px;
	color: #252525;
	padding: 0;
	margin: 0 0 10px;
}

.comment__name {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 24px;
	font-family: 'OpenSans', sans-serif;
}

@media screen and (max-width: 767px) {
	.overlay-margin-22::before {
		background: 0;
	}

	.overlay-margin-10::before {
		background: 0;
	}
}