#sdshop_category *, #sdshop_product *, #sdshop_wishlist *, #sdshop_cart *, #sdcheckout_cart * {
	box-sizing: border-box;
}

#sdshop_category .alert, #sdshop_product .alert, #sdshop_wishlist .alert, #sdshop_checkout .alert, #sdshop_account .alert {
	margin-top: 2rem;
}
#sdshop_category form, #sdshop_product form, #sdshop_wishlist form, #sdshop_cart form, #sdcheckout_cart form {
	margin: 0 !important;
}

.alert-area {
	display: block;
	min-height: 45px;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.alert-success a, .alert-success a:hover {
	font-weight: bold;
	color: #468847;
}
.alert-error a, .alert-error a:hover {
	font-weight: bold;
	color: #b94a48;
}
.alert-warning a, .alert-warning a:hover {
	font-weight: bold;
	color: #c09853;
}
.alert-info a, .alert-info a:hover {
	font-weight: bold;
	color: #3a87ad;
}

.sdshop_button {
	white-space: nowrap;
}
.sdshop_button i {
	padding-right: 0.3rem;
}
.btn.btn-primary.sdshop_button_disabled {
	color: #fff !important;
	background-color: #6c757d !important;
	border-color: #6c757d !important;
	opacity: 0.65 !important;
}

/* LISTA PRODOTTI */

.orderby {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	padding-right: 2rem;
}
.orderby label {
	padding-right: 0.5rem;
}
.orderby select {
	height: 34px !important;
	padding: 0 32px 0 10px;
	line-height: 34px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFF url("../com_sdform/images/arrow_down.svg") top -4px right -3px no-repeat;
	background-size: 43px 43px;
}

.sdshop_list_products {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
.sdshop_list_products::after {
  content: "";
  flex: auto;
}
.sdshop_list_product {
	padding: 2rem;
	text-align: left;
}

@media (max-width: 767px) {
	.sdshop_list_product {
		width: 50% !important;
		padding: 0.7rem;
	}
	.orderby {
		justify-content: center;
		padding-right: 0;
	}
}

/* SCHEDA PRODOTTO */

.sdshop_detail_product .sdshop_row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin: 2rem 0
}
.sdshop_detail_product .sdshop_width {
	padding: 1.5rem;
}
.sdshop_detail_product .sdshop_width_50 {
	width: 50%
}
.sdshop_detail_product .sdshop_width_60 {
	width: 60%
}
.sdshop_detail_product .sdshop_width_55 {
	width: 55%
}
.sdshop_detail_product .sdshop_width_45 {
	width: 45%
}
.sdshop_detail_product .sdshop_width_40 {
	width: 40%
}

.sdshop_detail_product .sdshop_image {
	display: flex;
	justify-content: flex-start;
}

@media (max-width: 767px) {
	.sdshop_detail_product .sdshop_width {
		width: 100% !important;
		padding: 0.7rem;
	}
	.sdshop_detail_product .sdshop_image {
		justify-content: center;
	}
}

/* AGGIUNGI AL CARRELLO */

.sdshop_add_cart_quantity {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.sdshop_add_cart_quantity * {
	padding: 0;
	margin: 0.5rem 0;
}
.sdshop_add_cart_quantity .quantity_box {
	width: 90px;
	height: 34px;
	text-align: center !important;
	border-radius: 0;
	margin: 0.5rem;
}
.sdshop_add_cart_quantity .quantity_btn {
    width: 34px;
	height: 34px;
	text-align: center !important;
    cursor: pointer;
    vertical-align: middle;
    font-size: 20px;
    background: #f5f5f5;
    border: 1px solid #DDD;
    color: #000000;
}
.sdshop_add_cart_quantity label {
	display: none;
	visibility: hidden;
}

.sdshop_add_cart_quantity input::-webkit-outer-spin-button,
.sdshop_add_cart_quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sdshop_add_cart_quantity input[type=number] {
  -moz-appearance: textfield;
}

.sdshop_cart .sdshop_add_cart_quantity {
	justify-content: center;
}
.sdshop_cart .quantity_box {
	width: 60px;
}

/* CARRELLO */

.sdshop_cart_footer {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	padding-bottom: 2rem;
}
.sdshop_cart_buttons {
	width: 60%;
	margin-left: 2rem;
}
.sdshop_cart_buttons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.sdshop_cart_buttons button {
	margin: 0.3rem;
	padding: 1rem 0.5rem;
}
.sdshop_cart_total_note {
	width: 40%;
	margin-right: 2rem;
}
.sdshop_cart_total {
	border: 1px solid #dddddd;
	text-align: center;
	padding: 1rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.sdshop_cart_total strong {
	font-size: 1.2rem;
}
.sdshop_cart_note {
	width: 100%;
	text-align: right;
	font-size: 0.8rem;
}
a.btn.btn-primary.sdshop_checkout {
	background: #146EBE !important;
	border: 1px solid #146EBE !important;
}

#sdshop_cart table th, #sdshop_cart table td {
	text-align: center;
	vertical-align: middle;
}
#sdshop_cart table th.cart_title, #sdshop_cart table td.cart_title {
	text-align: left;
}
#sdshop_cart table span.instock {
	display: none;
	visibility: hidden;
}
#sdshop_cart .table-striped tbody > tr:nth-child(odd) > td, #sdshop_cart .table-striped tbody > tr:nth-child(odd) > th {
	background-color: #F7F7F9;
}

.sdshop_cards {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.sdshop_cards form {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 2rem 2rem 2rem;
}
.sdshop_cards form input {
	width: 250px;
	height: 44px;
	margin: 0.4rem;
	padding: 0 0.8rem;
}

@media (min-width: 768px) {
	#sdshop_cart table th.cart_title, #sdshop_cart table td.cart_title {
		width: 40%;
	}
}

@media (max-width: 767px) {
	.sdshop_cart_footer {
		flex-direction: column;
	}
	.sdshop_cart_buttons {
		width: 100%;
		flex-direction: column;
		justify-content: center;
		flex-wrap: wrap;
		margin-left: 0;
	}
	.sdshop_cart_total_note {
		width: 93%;
		margin: 0 auto;
	}
	.sdshop_cart_total {
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 1rem;
	}
	.sdshop_cart_total span, .sdshop_cart_total strong {
		padding: 0.5rem 0.2rem;
	}
	.sdshop_cart_note {
		text-align: center;
	}
	
	#sdshop_cart, #sdshop_cart thead, #sdshop_cart tbody, #sdshop_cart th, #sdshop_cart td, #sdshop_cart tr { 
		display: block; 
	}
	#sdshop_cart thead, #sdshop_cart tfoot { 
		display: none;
		visibility: hidden;
	}
	#sdshop_cart table tr {
		border: 1px solid #DDD;
		margin: 0.8rem 0;
	}	
	#sdshop_cart table tr td { 
		width: 98% !important;
		border: 0;
		padding: 0.5rem !important;
		position: relative;
		text-align: center !important;
		height: auto !important;
	}
	#sdshop_cart table span.instock {
		display: inline;
		visibility: visible;
	}

	.order_responsive {
		display: block;
		width: 100%;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

/* CHECKOUT */

.sdshop_checkout {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 1rem;
	align-items: flex-start;
}
.sdshop_checkout_info {
	width: 61%;
	padding: 0;
}
.sdshop_checkout_cart {
	width: 34%;
}
.sdshop_checkout_cart .sdshop_checkout_cart_box {
	padding: 1.5rem 2rem;
    background-color: #f3f5f7;
    background-color: #F7F7F9;
    border-radius: 8px;
    color: #4d4f53;
    text-align: center;
}
.sdshop_checkout_cart .sdshop_back_cart {
	margin-top: 1rem;
}
.sdshop_checkout_cart .sdshop_checkout_login_register {
	text-align: center;
	padding: 2rem 0;
}
@media (max-width: 1000px) {
	.sdshop_checkout {
		flex-direction: column;
	}
	.sdshop_checkout_info {
		width: 100%;
	}
	.sdshop_checkout_cart {
		width: 100%;
	}
}

.checkout_buttons {
	width: 100%;
	text-align: center;
}
.checkout_buttons button, .checkout_buttons a {
	margin: 2rem 0.3rem 1rem 0.3rem;
}
button.btn.btn-primary.sdshop_go, a.btn.btn-primary.sdshop_go, button.btn.btn-primary.sdshop_retry {
	background: #146EBE !important;
	border: 1px solid #146EBE !important;
}

.sdshop_checkout_cart_item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0.7rem 0;
	border-bottom: 1px solid #d3ced2;
}
.sdshop_checkout_cart_item.last {
	border-bottom: 0;
}
.sdshop_checkout_cart_item.total {
	border-top: 2px solid #2f373e;
	border-bottom: 0;
}
.sdshop_checkout_cart_item .cart_item_image {
	width: 20%;
	text-align: left;
}
.sdshop_checkout_cart_item .cart_item_image .qty {
	min-width: 15px;
	position: absolute;
	top: -10px;
	right: -6px;
	background: #2f373e;
	color: #FFF;
	padding: 0.1rem 0.3rem;
	border-radius: 8px;
	text-align: center;
	font-family: Arial;
	font-size: 13px;
}
.sdshop_checkout_cart_item .cart_item_infos {
	width: 50%;
	text-align: left;
}
.sdshop_checkout_cart_item .cart_item_totals {
	width: 29%;
	text-align: right;
}

.sdshop_checkout form {
	padding: 1rem 0;
}
.sdform .form_right, .sdform .form_left,
.sdform .form_right *, .sdform .form_left * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 100%;
}
.sdform .sdfe_content {
	width: 100%;
}
.sdform.sdform_align_0 .sdfe_content {
	padding: 5px 0 !important;
}
.sdform.sdform_align_1 .sdfe_content {
	padding: 0 !important;
}
.sdform .form_width {
	/* Custom values width: 90%; */
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media (max-width: 767px) {
	.sdform .form_width {
		width: 100% !important;
	}
}
@media (min-width: 1000px) {
	.sdform .sdfe_content.width_sdext_70 {
		width: 68%;
	}
	.sdform .sdfe_content.width_sdext_60 {
		width: 58%;
	}
	.sdform .sdfe_content.width_sdext_50 {
		width: 48%;
	}
	.sdform .sdfe_content.width_sdext_40 {
		width: 37%;
	}
	.sdform .sdfe_content.width_sdext_33 {
		width: 31%;
	}
	.sdform .sdfe_content.width_sdext_30 {
		width: 28%;
	}
	.sdform .sdfe_content.width_sdext_20 {
		width: 18%;
	}
}
.sdform .inside {
	width: 100%;
}
.sdform .form_right, .sdform .form_left {
	min-height: 37px;
}
.sdform.sdform_align_0 .form_left label {
	height: 34px !important;
	line-height: 34px !important;
	overflow: hidden;
	text-align: left;
}
.sdform.sdform_align_1 .form_left label {
	padding-top: 10px;
	padding-bottom: 4px;
	line-height: 1.5rem !important;
}

@media (min-width: 767px) {
	.sdform_align_0 .inside {
		display: flex;
		flex-direction: row;
		align-items: stretch;
		justify-content: space-between;
	}
	.sdform_align_0 .form_left {
		/* Custom values width: 200px; flex: 0 0 200px; */
	}
	.sdform_align_0 .form_right {
		flex-grow: 1
	}
}
.sdform .form_right input[type="text"],
.sdform .form_right input[type="password"],
.sdform .form_right input[type="email"],
.sdform .form_right input[type="url"],
.sdform .form_right input[type="tel"] {
	width: 100%;
	height: 34px !important;
	padding: 5px 10px !important;
	line-height: 34px !important;
	background: #FFF;
}
.sdform .form_right textarea {
	width: 100%;
	min-height: 100px;
	padding: 5px 10px !important;
	margin-bottom: 8px;
	resize: vertical;
	background: #FFF;
}
.sdform .checkbox label {
	flex: 1;
	padding: 0;
}
.sdform .checkbox {
	padding-left: 0;
}
.sdform .form_right input[type="checkbox"] {
	margin: 0 8px 0 -20px;
	padding: 0;
}
.sdform .form_right .check_element input[type="checkbox"] {
	margin: 0 8px 0 0;
	padding: 0;
	min-height: min-content;
}
.sdform .form_right .check_element {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.sdform .form_right select {
	width: 100%;
	height: 34px !important;
	padding: 0 35px 0 10px !important;
	line-height: 34px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFF url("../com_sdform/images/arrow_down.svg") top -4px right -3px no-repeat;
	background-size: 43px 43px;
}
@media (min-width: 767px) {
	.sdform_align_0 .form_right select {
		margin-bottom: 8px;
	}
}

.sdshop_checkout_shipping_info {
	padding: 1.5rem 2rem;
	margin: 2rem 0;
	background-color: #f3f5f7;
	background-color: #F7F7F9;
	border-radius: 8px;
	color: #4d4f53;
	text-align: center;
}
.sdshop_checkout_shipping_info_item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem 0;
	border-bottom: 1px solid #d3ced2;
}
.sdshop_checkout_shipping_info_item.last {
	border-bottom: 0;
}
.sdshop_checkout_shipping_info_item .cart_item_label {
	width: 30%;
	text-align: left;
}
.sdshop_checkout_shipping_info_item .cart_item_text {
	width: 69%;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
}
.sdshop_checkout_shipping_info_item .cart_item_text span {
	font-weight: normal;
}

.shipping_options, .payment_options {
	padding: 0 2rem 1rem 2rem;
}
.sdshop_shipping_option, .sdshop_payment_option {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	padding-left: 20px;
	border: 1px solid #d3ced2;
	border-radius: 8px;
	margin: 0.6rem 0;
	padding: 0.7rem 1rem 0.7rem 1rem;
}
.sdshop_shipping_option label, .sdshop_payment_option label {
	margin: 0;
	padding: 0;
	flex: 2;
	order: 1;
	text-align: left;
	line-height: 1.5rem;
}
.sdshop_shipping_option label span, .sdshop_payment_option label span {
	color: grey;
	font-size: 1em;
}
.sdshop_shipping_option .cost, .sdshop_payment_option .cost {
	margin: 0 14px 0 20px;
	padding: 0;
	order: 2;
}
.sdshop_shipping_option input, .sdshop_payment_option input {
	margin: 0 !important;
	padding: 0;
	order: 3;
}

.sdshop_option_nexi {
	/*background: url('images/nexi.png') no-repeat right 20px center;*/
}
.sdshop_option_paypal {
	/*background: url('images/paypal.png') no-repeat right 20px center;*/
}

.sdshop_option_active {
	background-color: #F3F5F7;
	background-color: #F6F8FF;
	border-color: #718FFC;
}

div.sdshop_retry {
	width: 100%;
}

.sdshop_complete .alert {
	margin: 2rem 0;
}
.sdshop_complete .sdshop_order_summary {
	width: 95% !important;
}

.sdshop_retry .alert {
	margin-top: 2rem;
}

@media (max-width: 767px) {
	.sdshop_checkout_shipping_info_item .cart_item_label {
		width: 100%;
		text-align: left;
	}
	.sdshop_checkout_shipping_info_item .cart_item_text {
		width: 100%;
		text-align: left;
		padding-top: 0.3rem;
	}
}

/* LISTA DESIDERI */

.sdshop_add_wishlist i, .sdshop_goto_wishlist i {
	padding-right: 0.3rem;
}

#sdshop_wishlist table th, #sdshop_wishlist table td {
	text-align: center;
	vertical-align: middle;
}
#sdshop_wishlist table th.wl_title, #sdshop_wishlist table td.wl_title {
	text-align: left;
}
#sdshop_wishlist table span.instock {
	display: none;
	visibility: hidden;
}
#sdshop_wishlist .manage_cansell1 .btn {
	margin: 0 0.2rem;
}
#sdshop_wishlist .manage_cansell1 .btn i {
	padding: 0;
}
#sdshop_wishlist .manage_cansell1 .btn span {
	display: none;
	visibility: hidden;
}

@media (max-width: 767px) {
	#sdshop_wishlist, #sdshop_wishlist thead, #sdshop_wishlist tbody, #sdshop_wishlist th, #sdshop_wishlist td, #sdshop_wishlist tr { 
		display: block; 
	}
	#sdshop_wishlist thead, #sdshop_wishlist tfoot { 
		display: none;
		visibility: hidden;
	}
	#sdshop_wishlist table tr {
		border: 1px solid #DDD;
		margin: 0.8rem 0;
	}	
	#sdshop_wishlist table tr td { 
		width: 98% !important;
		border: 0;
		padding: 0.5rem !important;
		position: relative;
		text-align: center !important;
		height: auto !important;
	}
	#sdshop_wishlist table span.instock {
		display: inline;
		visibility: visible;
	}
}

/* RECESSO */

#sdshop_return table th, #sdshop_return table td {
	text-align: center;
	vertical-align: middle;
}
#sdshop_return table th.rt_title, #sdshop_return table td.rt_title {
	text-align: left;
}
#sdshop_return .manage_cansell1 .btn span {
	display: none;
	visibility: hidden;
}

@media (max-width: 767px) {
	#sdshop_return, #sdshop_return thead, #sdshop_return tbody, #sdshop_return th, #sdshop_return td, #sdshop_return tr { 
		display: block; 
	}
	#sdshop_return thead, #sdshop_return tfoot { 
		display: none;
		visibility: hidden;
	}
	#sdshop_return table tr {
		border: 1px solid #DDD;
		margin: 0.8rem 0;
	}	
	#sdshop_return table tr td { 
		width: 98% !important;
		border: 0;
		padding: 0.5rem !important;
		position: relative;
		text-align: center !important;
		height: auto !important;
	}
}

/* BAGUETTE BOX */

.sdshop_product_images {
	width: 90%;
}
.sdshop_product_images img {
	width: 100%;
}
.sdshop_product_images .others {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 1rem;
}
.sdshop_product_images .others img {
	width: auto;
	height: 110px;
	margin: 0.5rem;
	border: 1px solid #ececec;
}
#baguetteBox-overlay .full-image figcaption {
	padding: 0.3rem 0;
}

@media (max-width: 767px) {
	.sdshop_product_images {
		width: 100%;
	}
}

/* ACCOUNT */

.sdshop_account {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 1rem;
	align-items: flex-start;
}
.sdshop_account_content {
	width: 70%;
	padding: 0;
}
.sdshop_account_links {
	width: 25%;
}
.sdshop_account_links h2 {
    margin: 0.3rem 0;
}
.sdshop_account_links .sdshop_account_links_box {
	padding: 1.5rem 2rem;
	background-color: #f3f5f7;
	background-color: #F7F7F9;
	border-radius: 8px;
	color: #4d4f53;
	text-align: center;
}
.sdshop_account_links .sdshop_account_links_box ul {
	list-style: none;
	margin: 1rem 0 0 0;
}
.sdshop_account_links .sdshop_account_links_box li {
	padding: 0.5rem 0;
	border-top: 1px solid #d3ced2;
	text-align: left;
}
.sdshop_account_links .sdshop_account_links_box li:first-child {
	border: none;
}
.sdshop_account_links .sdshop_account_links_box a.active {
	font-weight: bold;
}

.sdshop_account_order {
	border: 1px solid #ececec;
	padding: 1rem;
	margin: 0.3rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sdshop_account_order_total {
	margin-left: auto;
	margin-right: 1rem;
}

.no_orders {
	width: 100%;
	text-align: center;
	font-weight: bold;
	padding: 5rem 0;
}
.no_orders i {
	font-size: 5rem;
}

@media (max-width: 1000px) {
	.sdshop_account {
		flex-direction: column;
	}
	.sdshop_account_content {
		width: 100%;
	}
	.sdshop_account_links {
		width: 100%;
		margin-bottom: 2rem;
	}

	.sdshop_account_order {
		flex-direction: column;
	}
	.sdshop_account_order_total {
		margin: 1rem 0;
	}
}

/* RATING */

.sdshop_rating span {
	color: grey;
}
.sdshop_rating span.checked {
	color: orange;
}

/* REVIEWS */

.sdshop_reviews {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	al_ign-items: flex-start;
	margin: 1rem 0;
}
.sdshop_reviews .sdshop_reviews_list {
	width: 48%;
	display: flex;
	flex-direction: column;
}
.sdshop_reviews .sdshop_reviews_new {
	width: 48%;
}

.sdshop_reviews_new_title, .sdshop_reviews_list_title {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.no_reviews {
	border: 1px solid #e6e6e6;
	justify-content: center;
	padding: 2rem;
	align-items: center;
}
.no_reviews .sdshop_reviews_befirst_icon {
	text-align: center;
	font-size: 5rem;
}
.no_reviews .sdshop_reviews_befirst_title {
	width: 60%;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0.8rem auto;
}

.sdshop_reviews_item {
	border: 1px solid #e6e6e6;
	margin: 1rem 0;
	padding: 1rem;
	text-align: left;
}
.sdshop_reviews_item_stars span.checked {
	color: orange;
}
.sdshop_reviews_item_title {
	font-weight: bold;
}
.sdshop_reviews_item_content {
	margin-top: 0.6rem;
}

.sdshop_add_starsreview_befirst {
	text-decoration: none;
}
.sdshop_add_starsreview_befirst span {
	text-decoration: underline;
	color: inherit;
}
.sdshop_add_starsreview_befirst:hover span {
	text-decoration: none;
}

.alert-review {
	width: 100%;
	margin-top: 1rem !important;
	margin-bottom: 0 !important;
}

@media (max-width: 767px) {
	.sdshop_reviews {
		flex-direction: column;
	}
	.sdshop_reviews .sdshop_reviews_list {
		width: 95%;
		margin: 0 auto;
	}
	.sdshop_reviews .sdshop_reviews_new {
		width: 95%;
		margin: 0 auto;
	}
	.sdshop_reviews_list_title {
		display: none;
		visibility: hidden;
	}
	.sdshop_reviews_new_title {
		margin-top: 2.5rem;
		text-align: center;
	}
}

/* HONEYPOT */

.sdhp {
	display: none;
	visibility: hidden;
}

/* RICERCA */

#sdshop_category .sdshop_search {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;
}
#sdshop_category .sdshop_search form {
	width: 100%;
	text-align: center;
}
#sdshop_category .sdshop_search input {
	width: 250px;
	height: 44px;
	margin: 0.4rem;
	padding: 0 0.8rem;
}

.sdshop_search_advanced {
	margin-top: 1rem;
	padding: 2.5rem 2rem 1.3rem 2rem;
	background-color: #f3f5f7;
	background-color: #F7F7F9;
	border-radius: 8px;
	color: #4d4f53;
	display: flex;
	justify-content: space-between;
}
.sdshop_search_advanced .sdshop_filter_select label {
	font-weight: bold;
	margin-top: -10px;
	text-align: left;
	padding-left: 5px;
}
.sdshop_search_advanced select {
	height: 34px !important;
	padding: 0 32px 0 10px;
	line-height: 34px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFF url("../com_sdform/images/arrow_down.svg") top -4px right -3px no-repeat;
	background-size: 43px 43px;
	margin-bottom: 0;
}
.sdshop_search_advanced .sdslider label {
	font-weight: bold;
	margin-top: 3px;
}
.sdshop_search_advanced .sdslider {
	width: 100%;
	max-width: 350px;
	padding-right: 30px;
	padding-top: 20px;
}

@media (max-width: 767px) {
	.sdshop_search_advanced {
		flex-wrap: wrap;
	}
	.sdshop_search_advanced .sdshop_filter_select {
		width: 100%;
		margin: 1rem 0;
	}
	.sdshop_search_advanced select {
		width: 100%;
	}
	.sdshop_search_advanced .sdslider {
		width: 100%;
		max-width: 100%;
		margin-top: 35px;
		padding-left: 15px;
	} 
}

/* SLIDER */

#slider-round {
	height: 10px;
}
#slider-round .noUi-connect {
	background: #146EBE;
}
#slider-round .noUi-handle {
	height: 18px;
	width: 18px;
	top: -5px;
	right: -9px;
	border-radius: 9px;
}
#slider-round .noUi-handle:after, #slider-round .noUi-handle:before {
	background: none;
}

/* NO ITEMS */

.no_items {
	width: 100%;
	margin: 4rem auto;
}
.no_items_icon {
	text-align: center;
	font-size: 5rem;
}
.no_items_title {
	width: 250px;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0.8rem auto;
}

.no_items_buttons {
	text-align: center;
}

@media (max-width: 767px) {
	.no_items {
		margin: 2rem 0;
	}
}

/* SLICK */

.regular-slick .slick-track {
	left: -7px;
}

.regular-slick .slick-slide img {
	width: 100%;
}
.regular-slick .slick-prev:before,	.regular-slick .slick-next:before {
	color: #000;
}
.regular-slick .slick-slide {
	transition: all ease-in-out .3s;
	opacity: .9;
}
.regular-slick .slick-active, .regular-slick .slick-current {
	opacity: 1;
}
.regular-slick .slick-dots {
	bottom: -15px;
}
.regular-slick .slick-dots li button:before {
	font-size: 15px;
}

.relateds-slick .slick-slide {
	margin: 0 10px;
}
.relateds-slick .slick-prev, .relateds-slick .slick-next {
	top: -20px;
}
.relateds-slick .slick-prev {
	right: 70px;
	left: inherit;
}
.relateds-slick .slick-next {
	right: 35px;
}
.relateds-slick .slick-prev:before, .relateds-slick .slick-next:before {
	font-size: 27px;
}
.relateds-slick .slick-prev:before {
	content: "\f053";
	font-family: FontAwesome;
}
.relateds-slick .slick-next:before {
	content: "\f054";
	font-family: FontAwesome;
}

.module-slick .slick-slide {
	margin: 0 10px;
}
.module-slick .slick-prev, .module-slick .slick-next {
	top: -20px;
}
.module-slick .slick-prev {
	right: 70px;
	left: inherit;
}
.module-slick .slick-next {
	right: 35px;
}
.module-slick .slick-prev:before, .module-slick .slick-next:before {
	font-size: 27px;
}
.module-slick .slick-prev:before {
	content: "\f053";
	font-family: FontAwesome;
}
.module-slick .slick-next:before {
	content: "\f054";
	font-family: FontAwesome;
}

.others-slick {
	margin-top: 1rem;
}
.others-slick .slick-slide {
	margin: 0 10px 0 0;
}
.others-slick .slick-prev:before {
	content: "\f053";
	font-family: FontAwesome;
}
.others-slick .slick-next:before {
	content: "\f054";
	font-family: FontAwesome;
}
.others-slick img {
	width: auto;
	height: 110px;
	margin: 0.5rem;
	border: 1px solid #ececec;
}

@media (max-width: 767px) {
	.regular-slick .slick-prev {
		left: -22px;
	}
	.regular-slick .slick-next {
		right: -22px;
	}

	.relateds-slick .slick-arrow {
		display: none;
		visibility: hidden;
	}
}

@media (min-width: 1000px) {
	.sdshop_return_infos {
		max-width: 80%;
		margin: 0 auto;
	}
}

.sdshop_account_order_return, .sdshop_account_order_number {
	text-align: center;
}
@media (min-width: 992px) {
	.sdshop_account_order_return {
		text-align: right;
	}
	.sdshop_account_order_number {
		text-align: left;
	}
}