input:-internal-autofill-previewed, input:-internal-autofill-selected, textarea:-internal-autofill-previewed, textarea:-internal-autofill-selected, select:-internal-autofill-previewed, select:-internal-autofill-selected {
	background: #fff !important;
}

.owl-wrapper-outer {
	border:none;
	border-radius: 0px;
	box-shadow: none;
}
.dropdown-menu {
	padding:0px;
	margin:0px;
	border:none;
	box-shadow: none;
}
.dropdown-menu li > a:hover {
	background: none;
}

/* Корзина Popup */

.cart-gifts, .save-button-bottom {
	display: none !important;
}
/*.go-button-bottom {
	background: #ac4141 !important;
}*/
/*#smca-modal-body > .modal-footer, #smca-modal-body > .modal-footer > input.close-button-bottom, #smca-modal-body > .modal-footer > input.close-button-bottom:hover {
	background: none !important;
}
#smca-modal-body > .modal-footer > input.close-button-bottom, #smca-modal-body > .modal-footer > input.close-button-bottom:hover {
	color:#333 !important;
}*/
/*#smca-modal-body .modal-body .totals {
	text-align: right !important;
}*/
/*#smca-modal-body .modal-body .totals > div {
	border:none !important;
	border-radius: 0px !important;
	padding:0px !important;
}*/
/*#smca-modal-body .modal-heading {
	background: #1d70b7 !important;
	color:#fff !important;
}*/
/*.product-table-body-row div {
	border-style:solid !important;
}*/
/*#smca-modal-body .modal-footer {
	margin:0px 20px !important;
	width: auto !important;
}*/
.btn {
	border-radius: 0px;
}
.form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: #ccc;
}
.thumbnail {
	margin-bottom: 0px;
	border: none;
}
.dropdown-backdrop {
	z-index: 0;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: none;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	border:1px solid #1d70b7;
	background: #1d70b7;
	border-radius: 0px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0px;
}
.pagination>li>a, .pagination>li>span {
	padding: 8px 18px;
	font-size: 18px;
	font-weight: 500;
}

.well {
	background: #fff;
	box-shadow: none;
	border-radius: 0px;
	border:none;
	overflow: hidden;
	padding: 0px;
}
.well h2 {
	margin-bottom: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e2e2e2;
	display: block;
	text-align: center;
}
.well .blue {
	padding: 15px 0px;
    display: block;
    margin:0 auto;
    text-align: center;
    border: none;
    max-width: 200px;
    color:#fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 25px;
}
.well input.blue {
	padding:15px 45px;
}
.well ul {
	padding: 0px 25px;
}
.well ul li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 10px;
}
.well ul li:before {
    position: absolute;
    left: 0;
    margin-top: 4px;
    content: '';
    background: #bbb;
    height: 8px;
    width: 8px;
    border-radius: 50%;
}
.well span {
	font-size: 17px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
    display: block;
}
.well_right {
	border-left: 1px solid #e2e2e2;
}
.well form {
	padding: 0px 25px;
	padding-bottom: 25px;
}
.simple-content {
	margin:0px;
}
.simplecheckout-block {
	margin-bottom: 0px;
}
.simplecheckout-block-content {
	padding-bottom: 0px;
	padding-top: 0px;
}

.owl-carousel .owl-buttons div {
	opacity: 1 !important;
    color: #000;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    /*background: #ffffff85;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-controls .owl-buttons .owl-prev, .owl-controls .owl-buttons .owl-next {
	    transform: translate(0%, -50%);
}
.owl-carousel .owl-buttons div svg {
	font-size: 35px !important;
}

.owl-carousel .owl-buttons .owl-prev {
	left: -10px !important;
}
.owl-controls .owl-buttons .owl-next {
	right: -10px !important;
}

@media (min-width: 320px) and (max-width: 767px) {
	.owl-carousel .owl-buttons div {
		 height: 40px;
    width: 40px;
	}
	.owl-carousel .owl-buttons div svg {
	font-size: 25px !important;
}
}