* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none !important;
	/* font-family: 'Source Sans Pro', sans-serif; */
}

body {
	font-family: 'Roboto', sans-serif;
}

p {
	margin: 0;
}


a {
	color: #000000;
	transition: 0.2s;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

ul {
	margin: 0;
	list-style: none;
}

.bg-primary {
	background: #f16548 !important;
}

.btn-primary {
	background: #f16548 !important;
}

.btn-primary,
.btn-outline-primary {
	border-color: #f16548 !important;
}
.sp-non-touch{
    border:none;
}
.sp-thumbs{
    padding:10px;
    background:#fff;
    display:flex;
    justify-content:center;
}
.btn-outline-primary {
	color: #f16548 !important;
}

.btn-outline-primary:hover {
	background: #f16548 !important;
	color: #fff !important;
}

#load_block {
    -webkit-backface-visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00a8ff;
	z-index: 10000000000000;
}
.sp-thumbs a{
    width :20% !important;
    height:70px !important;
}
#load_block img {
	width: 350px;
}

/* ! =-=-=-=-=-=-=-=-=- >> Login Register << =-=-=-=-=-=-=-=-=- */

.modal_content_box {
	display: flex;
	justify-content: center;
	flex-direction: column;
	background: #fff;
	width: 95%;
	margin: 0 auto;
	border-radius: 0.35rem;
}

.modal-footer {
	padding: 1rem !important;
	width: 95%;
	margin: 0 auto;
}

.login_block_title {
	font-size: 28px;
	font-weight: 100;
	padding: 15px 20px 0;
}

.login_block_title_item {
	font-size: 13px;
	color: #888;
	text-align: center;
	font-weight: 100;
}

.login_block_form {
	width: 100%;
	padding: 15px 20px;
}

.input_style {
	padding: 10px 1rem !important;
	width: 100%;
	font-size: 1rem;
	color: #495057;
	background-color: #f2f2f2;
	border: none;
	border-radius: 0.3rem;
	margin: 10px 0;
	transition: 0.5s;
}

.input_style:focus {
	background-color: #e4e7e9;
}

.forgot_btn {
	font-size: 0.875rem;
	text-align: right;
	display: block;
	color: #1a86d0 !important;
	transition: 0.4s;
	cursor: pointer;
}

.forgot_btn:hover {
	color: #000 !important;
}

.product__price {
	display: flex;
	padding: 0 10px;
	align-items: center;
}

.product__price p {
	font-size: 15px;
	font-weight: 600;
	color: #373939;
}



.button_style {
	width: 100%;
	transition: 0.4s;
	border: none;
	font-weight: 400;
	padding: 10px 0.8rem !important;
	font-size: 0.875rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	color: #fff !important;
	cursor: pointer;
	background-color: #f16548;
	margin-top: 10px;
}

.button_style:hover {
	background: #ed4726;
}

.button_style_dark {
	background-color: #002b49;
}

.button_style_dark:hover {
	background-color: #21323f;
}

.msg {
	width: 100%;
	border-radius: 5px;
}

.msg p {
	padding: 15px 20px;
	color: #fff;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
}

.error_msg {
	background: #fd5f00;
}

.true_msg {
	background: #47be47;
}

.modal-dialog {
	max-width: 50% !important;
}

/* ! =-=-=-=-=-=-=-=-=- >> Login Register << =-=-=-=-=-=-=-=-=- */

/* ! =-=-=-=-=-=-=-=-=- >> HEADRE << =-=-=-=-=-=-=-=-=- */

header {
	background: rgb(255, 255, 255);
	/* box-shadow: 0px 0px 10px -1px rgb(0 0 0); */
}

.dropdown-toggle::after {
	display: none;
}

.header_top {
	padding: 7px 0;
	border-bottom: 1px solid #eaebec;
	transition: 0.3s;
	background: #f8f8f8;
}

.header_search {
	padding: 5px 0;
	display: flex;
	margin: 10px 0;
	transition: 0.3s;
	justify-content: center;
	align-items: center;
}

.header_search_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_search_item form {
	width: 48%;
}

#header_nav_button {
	width: 100% !important;
	text-align: left !important;
	padding-left: 0 !important;
}

.search_block_mobile {
	display: none;
	justify-content: center;
	align-items: center;
}

.header_main_nav_button {
	display: none;
	border: none !important;
	background: rgba(255, 255, 255, 0) !important;
}

.active_nav {
	display: flex !important;
}

.header_bottom {
	transition: 0.3s;
	position: sticky;
	top: 0;
	height: auto;
	z-index: 100;
	background: #f8f8f8;
	box-shadow: 0px 5px 5px -5px rgb(0 0 0 / 20%);
}

.form-control:focus {
	border-color: #d16651c9 !important;
	box-shadow: 0 0 0 0.2rem rgb(241 101 72 / 25%) !important;
}

.btn.focus,
.btn:focus {
	box-shadow: 0 0 0 0.2rem rgb(241 101 72 / 25%);
}

.header_bottom_item {
	padding: 15px 0;
}

.navbar {
	padding: 0;
}

.navbar .nav-link {
	color: #000 !important;
	padding: 0;
	font-size: 13px;
}

.nav-link {
	transition: all 0.5s;
}

.nav-item:hover .nav-link {
	color: #f16548 !important;
}
.product-name{
    font-size:15px !important;
}
.product-name+h4{
    font-size:18px;
}

.nav-item .active {
	color: #f16548 !important;
}

.header_contact {
	display: flex;
	align-items: center;
}

.header_contact i {
	color: #f16548;
	margin-right: 5px;
	font-size: 24px;
}

.header_login {
	display: flex;
	align-items: center;
	font-size: 14px;
}

.header_login i {
	font-size: 18px;
}

.basket_block_box button,
.basket_block_box a {
	font-size: 14px;
}

.header_login a {
	margin: 0 5px;
	cursor: pointer;
}

.header_login a:hover {
	color: #f16548;
}

.header_contact_item {
	display: flex;
	align-items: center;
	flex-direction: column;
	align-items:center;
}

.header_top_logo {
	width: 300px;
}

.header_top_basket {
	display: flex;
	align-items: center;
}

.header_top_basket_box {
	position: relative;
	cursor: pointer;
	font-size: 12px;
}

.header_top .nav-link {
	font-size: 15px;
}

.basket_msg {
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	top: -5px;
	right: 0px;
	font-size: 12px;
	background: #f16548;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.url_info {
	margin-bottom: 20px;
}

.url_info a:hover {
	color: #f16548;
}

.header_top_basket_box button {
	padding: 4px 9px;
	background: transparent;
	border-color: transparent;
	font-size: 17px;
	border-radius: 4px;
	transition: 0.3s;
	color: #7c7c7c;
	margin: 0 6px;
	cursor: pointer;
}

.nav-tabs .nav-link {
	display: block;
	padding: .5rem 1rem;
}

.header_top_basket_box {
	display: flex;
	align-items: center;
}

.header_top_basket_box p {
	transition: 0.3s;
}

.header_top_basket_box:hover p {
	color: #f16548;
}

.header_top_basket_box:hover button {
	color: #f16548;
}

.header_top_basket_item {
	font-size: 20px;
	transition: 0.3s;
	color: #7c7c7c;
	margin: 0 10px;
}

.header_top_basket_item:hover {
	color: #f16548;
}

.categories_style {
	padding: 0;
	border-radius: 0px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 33px;
	left: 0;
	width: 100%;
	box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 40%);
	border: none;
}

.dropdown,
.dropup {
	position: static;
}

.categories_style_item {
	padding: 11px 31px 13px 17px;
	border: none;
	margin: 20px;
}

.nav-item .show {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.categories_style_item:hover>a {
	color: #f16548;
}

.categories_style_item a:hover {
	background: #f1f1f1 !important;
}

.active_category>a {
	color: #f16548;
}

.active_sub_category {
	background: #f16548;
	color: #fff;
}

.categories_style_item ul {
	left: 100% !important;
	top: -2px !important;
	padding: 0;
	border-radius: 0px;
	margin: 0;
}

.submenu a {
	padding: 11px 31px 13px 17px;
	border: 1px solid #eaebec;
}

.submenu a:hover {
	background: #f16548 !important;
	color: #ffffff;
}

.dropdown_style div {
	margin: 0;
	padding: 0;
	box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 40%);
	top: 48px;
	border-radius: 0px;
	border: none;
}

.nav_contact {
	display: none;
	color: #fff;
	justify-content: center;
	align-items: center;
}

.nav_basket {
	display: none;
	align-items: center;
}

.nav_basket_box button {
	padding: 3px 7px;
	background: #eee;
	border-color: transparent;
	font-size: 14px;
	border-radius: 4px;
	transition: 0.3s;
	color: #7c7c7c;
	margin: 0 6px;
}

.nav_basket_box {
	display: flex;
	align-items: center;
}

.nav_basket_box p {
	transition: 0.3s;
	font-size: 12px;
	color: #ffffff;
}

.nav_basket_item {
	font-size: 20px;
	transition: 0.3s;
	color: #ffffff;
	margin: 0 10px;
}

.scroll_active {
	padding-top: 0;
	padding-bottom: 0;
}

.scroll_active+.header_search {
	margin: 0 !important;
}

.scroll_active_nav {
	padding-top: 5px;
	padding-bottom: 5px;
}

.user_profile_button img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.user_profile_button {
	display: flex;
	align-items: center;
}

.simple_button {
	border: none;
	background: rgba(241, 241, 241, 0);
	color: #f16548;

	margin: 0 5px;
	font-size: 13px;
	cursor: pointer;
}

.simple_button:hover {
	color: #000;
}

.header_links {
	display: flex;
	font-size: 25px;
	align-items: center;
}

.header_links i {
	transition: 0.3s;
	cursor: pointer;
	margin: 0 10px;
}

.header_top nav ul {
	display: flex;
}

.header_links_facebook {
	color: #184580;
}

.header_links_facebook:hover {
	color: #2d88ff;
}

.header_links_instagram {
	color: #972737;
}

.header_links_instagram:hover {
	color: #dc2743;
}

.card-header {
	background-color: #909090;
}

.call_block {
	display: flex;
	align-items: center;
	color: #f16548;
	transition: 0.3s;
	cursor: pointer;
}

.call_block:hover {
	color: #606060;
}

.call_block i {
	font-size: 36px;
	margin-right: 5px;
}
.call_block p{
    font-size: 20px;
}

/* ! =-=-=-=-=-=-=-=-=- >> HEADRE << =-=-=-=-=-=-=-=-=- */

/* ! =-=-=-=-=-=-=-=-=- >> MAIN << =-=-=-=-=-=-=-=-=- */

/*  =-=-=-=-=-=-=-=-=- >> User Card << =-=-=-=-=-=-=-=-=- */

.preview_img {
	position: relative;
}

.preview_img:hover .preview_img_fon {
	opacity: 1;
}

.preview_img_fon {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #024fa150;
	border-radius: 50%;
	transition: 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	opacity: 0;
}

.preview_img_fon_button {
	font-size: 12px;
	border: none;
	padding: 5px 10px;
	border-radius: 3px;
	background: rgb(71, 70, 70);
	color: #ffffff;
	transition: 0.3s;
	cursor: pointer;
}

.preview_img_fon_button:hover {
	background: #f16548;
}

#logout_button {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 999;
}

.input_style {
	padding: 0.375rem 1rem;
	width: 100%;
	font-size: 1rem;
	color: #495057;
	border: 1px solid #ffffff00;
	background-color: #f2f2f2;
	border-radius: 0.3rem;
	margin: 10px 0;
	transition: 0.5s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

/*  =-=-=-=-=-=-=-=-=- >> User Card << =-=-=-=-=-=-=-=-=- */

/*  =-=-=-=-=-=-=-=-=- >> Carousel << =-=-=-=-=-=-=-=-=- */

.owl-carousel {
	position: relative;
}
.brand_img_block{
    height:80px;
    padding:0 20px;
    display:flex;
	justify-content: center;
	align-items:center;
	border:1px solid black;
}
.slider_box img {
	width: 100%;
	/*height: 300px;*/
}

.owl-prev {
	position: absolute;
	left: 10px;
	top: 40%;
	font-size: 40px !important;
}

.owl-next {
	position: absolute;
	right: 10px;
	top: 40%;
	font-size: 40px !important;
}

.owl-next,
.owl-prev:hover {
	background: rgba(0, 0, 0, 0) !important;
}

.owl-next,
.owl-prev:hover span {
	background: rgba(0, 0, 0, 0) !important;
}

#main_slider {
	width: 70% !important;
}

.main_slider {
	display: flex;
	justify-content: space-between;
}

/*  =-=-=-=-=-=-=-=-=- >> Carousel << =-=-=-=-=-=-=-=-=- */

/*  =-=-=-=-=-=-=-=-=- >> Products << =-=-=-=-=-=-=-=-=- */

.products_block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start
}

.products_block_title {
	font-size: 20px;
	margin: 20px 0 20px;
	font-weight: bold;
}

.product_main_info {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}
.product_main_info p,.product_main_info span{
    font-size:14px;
}

.basket_button {
	width: 100%;
	border-radius: 3px;
	padding: 8px 20px;
	border: none;
	background: #f16548;
	cursor: pointer;
	transition: 0.3s;
	color: #fff;
}

.basket_button:hover {
	background: #c9c8c8;
}

.basket_button_disabled {
	width: 100%;
	border-radius: 3px;
	padding: 8px 20px;
	border: none;
	background: #e4e4e4;
	cursor: pointer;
	transition: 0.3s;
	cursor: auto;
	color: #000;
}

.products_block_filter .products_block_title {
	margin-top: 0;
}

.products_block_item img {
	width: 100%;
	height: 340px;
}

.this_page_info {
	color: #f16548;
}

.card-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.products_box {
	width: 250px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 10px -1px rgba(184, 184, 184, 0.116);
	transition: 0.3s;
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: 5px;
	padding: 15px;
	background-color: #fff;
	margin: 10px;
}

.products_box:hover {
	box-shadow: 0px 0px 10px -1px rgba(184, 184, 184, 0.61);
	border-color: #808080;
}

.products_box:hover .products_box_info {
	color: #373939 !important;
}

.products_box:hover .product_select_block {
	display: block;
}

.product_select_block {
	display: none;
}

.product_select_block h5 {
	font-size: 13px;
}


.products_box>a {
	width: 100%;
	height: 100%;
}

.products_box_img {
	position: relative;
	margin-bottom: 5px;
	text-align: center;
}

.products_box_img img {
	/*width: 200px;*/
	/*height: 200px;*/
	margin: 0 auto;
}

.products_box_info {
	cursor: pointer;
	transition: 0.3s;
	color: #808080;
	margin: 5px 0;


	word-wrap: break-word;
	padding-left: 10px;

    font-size: 14px;
    display: block;


    height: 40px;
    line-height: 18px;
    overflow: hidden;
}

.products_box_price {

	color: #000;
	font-weight: bold;
	margin-left: 10px;
	font-size: 12px !important;
}
.little__text{
    font-size: 12px !important;
}

.products_box_img_discount {
	position: absolute;
	top: 10px;
	left: 10px;
	color: rgb(255, 255, 255);
	background: #b8b8b8;
	padding: 3px 7px;
	border-radius: 5px;
	z-index: 1;
}

.product__quantity {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	padding-left: 10px;
}

.product__quantity p {
	font-size: 17px;
	font-weight: 600;
	color: #373939;
}

/*ProductViewBox Style*/
.productViewBox {
	width: 90%;
	height: 90%;
	margin: auto auto;
	background-color: gray;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	border: 1px solid #ffa800;
	border-radius: 4px;
	background-color: #fff2d7;
	box-shadow: 0 5px 250px #000;
	padding: 15px 25px;
	overflow-y: auto;
	display: none;
}

.productViewBox h3 {
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid;
}

.productViewBox-closeBtn {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	margin: 10px;
	border-radius: 50px;
	background-color: #ffa800;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 35px;
}

.productViewBoxImg {
	width: 45%;
	padding: 15px;
	background-color: #fff;
	border: 1px solid #dadada;
}

.productViewBoxImg img {
	width: 100%;
}

.productViewBoxDetail {
	width: 50%;
}

.productViewBoxDetail h5 {
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 28px;
	font-weight: 500;
	color: #333;
}

.productViewBoxDetail h5 b {
	font-weight: 600;
	color: #000;
}

.productViewBoxDetail .addtocart {
	border: 1px solid;
	color: #ffa800;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	padding: 10px 15px;
	border-radius: 4px;
	display: inline-block;
}

.button__style {
	background-color: #b8b8b8;
	color: #fff;
	transition: 0.3s;
}

.button__style:hover {
	background: #f16548;
}

.button__style__with__border {
	border: 1px solid #a0a0a0;
	border-radius: 5px;
	background-color: transparent;
	color: #808080;
	transition: 0.3s;
}

.button__style__with__border:hover {
	background-color: #f16548;
	border-color: #f16548;
	color: #fff;
}

.productViewBoxDetail .writereview {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	padding: 10px 15px;
	border-radius: 4px;
	margin-left: 20px;
	display: inline-block;
}

.productViewBoxDetail .buynow {
	border: 1px solid #ffa800;
	background-color: #ffa800;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	padding: 15px 25px;
	border-radius: 4px;
	margin-top: 20px;
	width: 60%;
	text-align: center;
	display: inline-block;
}

/*Product Detail Page Style*/
.product-detail {
	display: inline-block;
	width: 100%;
	padding: 45px 0;
}

.product-detail h3 {
	font-size: 24px;
	padding: 15px 0;
}

.product-detail-left {
	width: 50%;
}

.product-detail-right {
	width: 45%;
}

.product-detail-right select {
	width: 50%;
	margin-top: 10px;
}

.property_table {
	font-size: 16px;
	table-layout: fixed;
	display: table;
	width: 100%;
}

.property_name {
	background-color: #ffffff;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	overflow: hidden;
	padding: 2px 0;
}

.property_name::after {
	border-bottom: 1px dotted #cccccc;
	position: absolute;
	margin-left: 12px;
	height: 13px;
	content: "";
	width: 100%;
}

.property_value {
	padding-left: 12px;
	width: 40%;
	background-color: #ffffff;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	overflow: hidden;
	padding: 3px 10px;
}

.product-detail-right h3 {
	font-size: 22px;
	line-height: 24px;
	padding-top: 0;
}

.product-detail-right h3 small {
	font-size: 14px;
	color: gray;
}

.product-detail-right h5 {
	font-size: 18px;
	margin-bottom: 20px;
	color: gray;
}

.product-detail-right h5 b {
	color: #000;
	font-size: 16px;
	font-weight: 100;
	margin-bottom: 5px;
}

.product-detail-right .addtocart {
	border: 1px solid;
	color: #ffa800;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	padding: 10px 15px;
	border-radius: 4px;
	display: inline-block;
}

.product-detail-right .writereview {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	padding: 10px 15px;
	border-radius: 4px;
	margin-left: 20px;
	display: inline-block;
}

.product-detail-right .buynow {
	border: 1px solid #ffa800;
	background-color: #ffa800;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none;
	padding: 15px 25px;
	border-radius: 4px;
	margin-top: 20px;
	width: 60%;
	text-align: center;
	display: inline-block;
}

.product-detail .sp-wrap {
	max-width: 100%;
}

.product-detail-left img {
	max-width: inherit;
}

/*.characteristics {*/
/*	display: flex !important;*/
/*	justify-content: space-between;*/
/*}*/

.characteristics li {
	font-size: 18px;
	padding: 10px;
	font-weight: 400;
	width: 100%;
	border: 1px solid #e4e4e4;
	background: #eeeeee;
	display: flex;
	font-weight: 300;
	color: rgb(0, 0, 0) !important;
}

.characteristics li p:first-child {
	width: 40%;
}

.product_main_info_bg {
	background: rgba(255, 255, 255) !important;
	transition: 0.3s;
}

.product_main_info_bg:hover {
	background: #eeeeee !important;
}

/*Product filter style*/

.accordion-container {
	position: relative;
	width: 250px;
	/* max-width: 500px; */
	height: auto;
	margin: 10px auto;
}

.accordion-container>h2 {
	text-align: center;
	color: #fff;
	padding-bottom: 5px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}

.set {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.set:hover {
	background-color: #e0e0e0;
	color: #f16548 !important;
}

.set>a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #555;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	cursor: pointer;
}

.set>a.active {
	background-color: #b8b8b8;
	color: #fff !important;
}

.content {
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	display: none;
}

.content a {
	padding: 10px 15px;
	margin: 0;
	display: block;
	color: #333;
	transition: 0.3s;
}

.content a:hover {
	color: #f16548;
}

.content_active {
	color: #f16548 !important;
}

.product_filter_box {
	display: flex;
	justify-content: space-between;
}

.product_filter_item {
	display: flex;
	flex-direction: column;
}

.product_filter_item>div {
	display: flex;
	flex-direction: column;
}

.product_filter_item_title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.product_block_box {
	width: 75%;
}

.product_filter_item_box label {
	margin-left: 10px !important;
}

.product_filter_item_price {
	margin: 5px 0;
	margin-left: 10px;
}

.product_filter_item_price input {
	border: none;
	border-bottom: 1px solid #000;
	margin: 5px 0;
	transition: 0.3s;
	padding-right: 50px;
	width: 200px;
}

.product_filter_item_price input:focus {
	border-color: #f16548;
}

.serch_block {
	position: relative;
	width: 90%;
}

.serch_block_result {
	position: absolute;
	left: 0;
	width: 100%;
	background: rgb(233, 232, 232);
	border-radius: 2px;
	z-index: 676;
	box-shadow: 0px 0px 7px -1px rgba(141, 141, 141, 0.404);
}

.serch_block_result img {
	width: 120px;
	height: 100%;
}

.serch_block_result a {
	display: flex;
	align-items: center;
	padding: 10px;
	transition: 0.3s;
	width: 100%;
	margin: 6px 0;
	border-bottom: 1px solid #ced4da;
	padding: 0 20px;
}

.serch_block_result p {
	margin-left: 40px;
}

.serch_block_result a:hover {
	color: #f16548;
	background: #2b97c918;
}

.categories_block {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.categories_block_item {
	width: 18%;
	height: 200px;
	position: relative;
	margin: 10px;
	/* box-shadow: 0px 0px 10px -1px rgb(0 0 0); */
	cursor: pointer;
}

.categories_block_item img {
	width: 100%;
	height: 100%;
}

.categories_block_item_title {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	display: flex;
	justify-content: center;
	text-align: center;
}

.categories_block_item_title div {
	width: 90%;
	background: rgba(255, 255, 255, 0.459);
}

.product_color {
	width: 20px !important;
	height: 20px !important;
	margin: 0 5px;
	border-radius: 50%;
}

.red_color_procut {
	background: red;
}

.blue_color_procut {
	background: blue;
}

.green_color_procut {
	background: green;
}

.black_color_procut {
	background: black;
}

.white_color_procut {
	background: white;
}

.gray_color_procut {
	background: gray;
}

/*  =-=-=-=-=-=-=-=-=- >> Products << =-=-=-=-=-=-=-=-=- */

/*  =-=-=-=-=-=-=-=-=- >> Basket << =-=-=-=-=-=-=-=-=- */

.shopping-cart {
	margin-top: 20px;
}

.info_msg_style {
	text-align: center;
	font-size: 22px;
	margin: 100px 0;
	font-weight: bold;
}

.quantity {
	margin-right: 15px;
	background-color: #eee;
	position: relative;
	width: 80px;
	overflow: hidden;
}

.quantity input {
	margin: 0;
	text-align: center;
	width: 15px;
	height: 15px;
	padding: 0;
	color: #000;
	font-size: 20px;
	border: 0;
	outline: 0;
	background-color: #f6f6f6;
}

.quantity input.qty {
	position: relative;
	border: 0;
	width: 100%;
	height: 40px;
	padding: 10px 25px 10px 10px;
	text-align: center;
	font-weight: 400;
	font-size: 15px;
	border-radius: 0;
	background-clip: padding-box;
}

.quantity .minus,
.quantity .plus {
	line-height: 0;
	background-clip: padding-box;
	border-radius: 0;
	border-radius: 0;
	background-size: 6px 30px;
	color: #bbb;
	font-size: 20px;
	position: absolute;
	height: 50%;
	border: 0;
	right: 0;
	padding: 0;
	width: 25px;
	z-index: 3;
}

.quantity .minus:hover,
.quantity .plus:hover {
	background-color: #dad8da;
}

.quantity .minus {
	bottom: 0;
}

.shopping-cart {
	margin-top: 20px;
}

.dropdown-item .fa {
	margin-left: 10px;
}

.user_info_links {
	border-radius: 0.25rem !important;
	margin: 5px 0;
}

.user_info_links i {
	font-size: 20px;
	margin-right: 5px;
}

.basket_block_box {
	position: relative;
}

.date_adding_info {
	position: absolute;
	bottom: 0;
	color: rgb(145, 145, 145);
	right: 0;
	font-size: 12px;
}

/*  =-=-=-=-=-=-=-=-=- >> Basket << =-=-=-=-=-=-=-=-=- */

/* =-=-=-=-=-=-=-=-=-=-=-= >> User Msg Box << =-=-=-=-=-=-=-=-=-=-=-= */

.alert-danger {
	position: fixed;
	right: -1000%;
	z-index: 999999;
	top: 10px;
	width: 30%;
	box-shadow: 0px 0px 7px -1px rgba(230, 89, 89, 0.404);
	transition: 0.5s;
}

.alert-success {
	position: fixed;
	right: -1000%;
	z-index: 999999;
	top: 10px;
	width: 30%;
	box-shadow: 0px 0px 7px -1px rgba(76, 240, 61, 0.404);
	transition: 0.5s;
}

.alert-primary {
	position: fixed;
	right: -1000%;
	z-index: 999999;
	top: 10px;
	width: 30%;
	box-shadow: 0px 0px 7px -1px rgba(22, 115, 177, 0.404);
	transition: 0.5s;
}

.alert-active {
	right: 0;
}

/* =-=-=-=-=-=-=-=-=-=-=-= >> User Msg Box << =-=-=-=-=-=-=-=-=-=-=-= */

/* =-=-=-=-=-=-=-=-=-=-=-= >> Subscribe Block << =-=-=-=-=-=-=-=-=-=-=-= */

.subscribe_block {
	width: 100%;
}
.delivery__block,.border__bottom{
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.ul__with__dots{
	list-style: disc;
}
.ul__with__dots li{
	margin-left: 20px;
}
.sberbank__images img{
	width: 	150px;
}
.sberbank__title{
	font-size: 18px;
}
.sberbank__info{
	font-size: 14px;
}
.sberbank__href{
	text-decoration: underline !important;
}
.subscribe_block form {
	width: 100%;
}

.input_block_subscribe {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin-bottom: 20px;
	margin-top: 20px;
}

.user_subscribe_button_button {
	width: 90%;
	cursor: pointer;
}

.subscribe_block h6 {
	font-weight: bold;
	font-size: 17px;
}

/* =-=-=-=-=-=-=-=-=-=-=-= >> Subscribe Block << =-=-=-=-=-=-=-=-=-=-=-= */

.littletitle {
	font-size: 12px;
	color: #999;
}

.bigtitle {
	font-size: 24px;
}

.menupages {
	padding: 50px 0;
}

.phonenumber .fa {
	font-size: 50px;
}

.emailaddress .fa {
	font-size: 35px;
}

.logo_name {
	font-weight: bold;
}

.address .fa {
	font-size: 30px;
}

.clock .fa {
	font-size: 35px;
}

.contactsblock .fa {
	color: #666;
}

.contactsblock {
	border-top: 1px solid #f1f1f1;
	padding-top: 20px;
	margin-top: 20px;
	flex-wrap: wrap;
}

/* ! =-=-=-=-=-=-=-=-=- >> MAIN << =-=-=-=-=-=-=-=-=- */

/* ! =-=-=-=-=-=-=-=-=- >> FOOTER << =-=-=-=-=-=-=-=-=- */

.site-footer {
	background-color: #f8f8f8;
	padding: 45px 0 20px;
	font-size: 15px;
	line-height: 24px;
	color: #000;
}

.site-footer hr {
	border-top-color: #bbb;
	opacity: 0.5;
}

.site-footer hr.small {
	margin: 20px 0;
}

.site-footer h6 {
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 5px;
	letter-spacing: 2px;
}

.site-footer a {
	color: #000;
}

.site-footer a:hover {
	color: #f16548;
	text-decoration: none;
}

.footer-links {
	padding-left: 0;
	list-style: none;
}

.footer-links li {
	display: block;
}

.footer-links a {
	color: #000;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
	color: #f16548;
	text-decoration: none;
}

.footer-links.inline li {
	display: inline-block;
}

.site-footer .social-icons {
	text-align: right;
}

.site-footer .social-icons a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-left: 6px;
	margin-right: 0;
	border-radius: 100%;
}

.copyright-text {
	margin: 0;
}

@media (max-width: 991px) {
	.site-footer [class^="col-"] {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.site-footer {
		padding-bottom: 0;
	}

	.site-footer .copyright-text,
	.site-footer .social-icons {
		text-align: center;
	}
}

.social-icons {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.social-icons li {
	display: inline-block;
	margin-bottom: 4px;
}

.social-icons li.title {
	margin-right: 15px;
	text-transform: uppercase;
	color: #96a2b2;
	font-weight: 700;
	font-size: 13px;
}

.social-icons a {

	color: #fff;
	font-size: 16px;
	display: inline-block;
	line-height: 44px;
	width: 44px;
	height: 44px;
	text-align: center;
	margin-right: 8px;
	border-radius: 100%;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
	color: #fff;
	background-color: #29aafe;
}

.social-icons.size-sm a {
	line-height: 34px;
	height: 34px;
	width: 34px;
	font-size: 14px;
}

.social-icons a.facebook:hover {
	background-color: #3b5998;
}
.social-icons a.facebook {
	background-color: #3b5998;
}
.social-icons a.instagram:hover {
	background-color: #ea4c89;
}
.social-icons a.instagram {
	background-color: #ea4c89;
}
@media (max-width: 767px) {
	.social-icons li.title {
		display: block;
		margin-right: 0;
		font-weight: 600;
	}
}

.header_top .social-icons a {

    color: #fff;
    font-size: 12px;
    display: inline-block;
    line-height: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}


/* ! =-=-=-=-=-=-=-=-=- >> FOOTER << =-=-=-=-=-=-=-=-=- */

