

/* Start:/bitrix/components/bitrix/sale.basket.basket.line/templates/.default/style.css?17564529844934*/
.bx-basket { }

.bx-basket-block {
	margin: auto;
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 140px }
	.block-store-catalog-list .bx-basket-fixed.left { left: 30px }
}

@media (min-width: 768px) and (width <= 992px) {
	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 140px }
	.block-store-catalog-list .bx-basket-fixed.left { left: 30px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }

/* End */


/* Start:/local/templates/itlooks/styles.css?171560120342*/
#global-nav-dropdowns {
   z-index:9999;
}
/* End */


/* Start:/local/templates/itlooks/template_styles.css?17156012034677*/
html {
    background-color: #fff;
}

html, body{
    overflow-x:hidden
}

iframe{
    width: 100% !important;
}

#global-nav nav .right {
    display: flex;
}

#global-nav nav .right .basket {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 10px;
    padding-right: 10px;
}

#global-nav nav ul {
    display: flex;
}
/*#global-nav nav ul.left li:last-child {*/
    /*margin-right: 10px;*/
/*}*/

#global-nav nav {
    display: flex;
    justify-content: center;
}

.bx-basket-block {
    color: #fff;
}

#order-grid .btn {
    height: auto;
}

#order-grid .row,
#personal-grid .row,
#footer .row {
    max-width: none;
}

#personal-grid table {
    width: 100%;
    text-align: center;
}

.sale-order-title {
    letter-spacing: 1px;
}

.sale-personal-section-row-flex {
    justify-content: space-between;
}

.sale-personal-section-index-block {
    margin: 15px 0 3px;
}

.personal .form-group {
    display: block;
    max-width: 600px;
    margin: 0 auto;
}

.personal form {
    text-align: center;
}

.bx-hdr-profile {
    margin-top: -9px;
}

.bx-basket-block {
    padding-bottom: 0;
    margin-bottom: -3px;
}

.bx-basket-block span {
    margin-top: -3px;
    display: block;
}

.bx-basket-block>.fa {
    top: 6px;
}

#personal-grid button,
#personal-grid .btn {
    background-color: #111111;
}

#personal-grid button:hover,
#personal-grid .btn:hover {
    background-color: #007095;
}

.bx-system-auth-form table {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.sale-order-history-link,
.bx-system-auth-form table input[type="submit"],
.bx-auth-reg table input[type="submit"] {
    outline: 0;
    border-color: #1485ce;
    background-color: #1485ce;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
    -moz-transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
    -ms-transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
    -o-transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
    transition: background 280ms ease, opacity 280ms ease, color 280ms ease, border 280ms ease;
    margin-bottom: 10px;
}

.sale-order-history-link:hover,
.sale-order-history-link:focus {
    text-decoration: none;
}

.bx-system-auth-form table label {
    margin-bottom: 8px;
    width: 138px;
}

.bx-auth-reg form {
    background: #EDEDED;
    padding-bottom: 15px;
}

body {
    color: #212121;
    font-family: "ProximaNova-Regular", sans-serif !important;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5em !important;
    font-size: 16px !important;
    background-color: #EDEDED;
}

html, body {
    height: auto;
}

#personal-grid {
    background: #FFF;

}

#global-nav-dropdowns .row {
    margin: 0 auto;
    max-width: inherit;
    width: 100%;
}

.bx-auth-reg table b {
    padding: 20px;
    display: block;
}

.bx-auth-reg input[type="password"],
.bx-auth-reg input[type="text"] {
    width: 95%;
}

.main-profile-form-buttons-block {
    display: flex;
    justify-content: center;
}

.price.icon-arrow-right-before {
    display: none !important;
}

#js-small-product-images {
    flex-wrap: wrap;
    justify-content: space-between;
}

#product-detail .thumbs li img {
    width: 88%;
    margin: 0 auto;
    display: block;
}

#product-detail .thumbs li {
    width: 50%;
    padding-bottom: 40px;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner {
    vertical-align: top;
}

.slick-lightbox-slick-item-inner {
    padding: 10px 0 40px;
}

.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-img {
    max-height: 850px !important;
}


/* End */
/* /bitrix/components/bitrix/sale.basket.basket.line/templates/.default/style.css?17564529844934 */
/* /local/templates/itlooks/styles.css?171560120342 */
/* /local/templates/itlooks/template_styles.css?17156012034677 */
