@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

html {
	--ias-red: #EE1B24;
	--ias-white: #FFFFFF;
	--ias-dark-gray: #616366;
	--ias-light-gray: #C0C0C0;
}
@media (min-width: 1350px) {
    .container {
        width: 100%;
        max-width: 1920px;
    }
}
@media (max-width: 1350px) {
    .container {
        width: 100% !important;
    }
}

#common-home {
    overflow-x: hidden !important;
}
body {
    max-width: 1920px;
    margin: auto;
    overflow-x:hidden;
	font-family: "Google Sans", sans-serif;
}
.price-tax {
	display: none !important;
}

body {
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: 22px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}

/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
.breadcrumb li {
	text-transform: uppercase;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.input-group .input-group-addon {
	background: unset;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 600;
	color: #333;
	border: unset;
}
.input-group .form-control {
	border: unset;
	box-shadow: unset;
	border-bottom: 1px solid;
	border-radius: 0;
}
/* Remove the arrows from product quantity */
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* for Firefox */
input[type=number] {
	-moz-appearance: textfield;
  }
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.container.main-menu {
    padding: 0px;
}
a:focus {
	outline: unset;
}
.nav>li>a:focus {
	background-color: unset;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #dfdfdf;
	/* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
	/* background-repeat: repeat-x; */
	color: #333 !important;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}

/*####################*/
/*    RESPONSIVE      */
/*####################*/
@media(max-width: 1680px) {
	#language_selection {
		margin-right: unset !important;
	}
}


@media(max-width: 1440px) {
    
	#menu .nav > li > a {
		font-size: 14px !important;
	}
}

@media(max-width: 1366px) {
	#language_selection {
		margin-right: 5px !important;
	}
	#menu .nav > li > a {
		font-size: 13.3px !important;
	}
	
}

@media(max-width: 1280px) {

	#menu .nav > li > a {
		font-size: 12.3px !important;
	}

}
@media(max-width: 1180px) {

	#language_selection {
		margin-right: -8px !important;
	}
}
@media(max-width: 1366px) {
    .navbar-collapse {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .list-inline {
        margin-left: 0 !important;
    }
}

@media(max-width: 1024px) {
	#menu .nav > li > a {
		font-size: 10px !important;
	}	

    
}

@media(max-width: 1023px) {
    #menu .nav.navbar-nav > li > a {
        text-shadow: none;
        letter-spacing: normal;
        padding: 0px 5px;
        line-height: normal;
        width: 100%;
        height: 60px;
        justify-content: center;
        align-items: center !important;
        display: flex;
    }
}

/* search */
#search .btn.btn-default.btn-lg {
	padding: 0px;
	background: white;
	border: none;
	box-shadow: none;
	border-bottom: 1px solid black;
	border-radius: unset;
	height: 40px;
	display: block;
	position: relative;
}
#search .btn.btn-default.btn-lg .svg-icon.search-icon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
#search .input-group-btn {
    vertical-align: bottom;
}
/*##########################################*/
/*     CART                                 */
/*##########################################*/

#cart {
	margin-bottom: 0px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 1;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}

.minicart_intro .subtitle {
	font-size: 25px !important;
	line-height: 31px !important;
}

#cart .dropdown-menu .product-info a {
	text-transform: none !important;
}
#cart .dropdown-menu .table-products {
	padding-left: unset !important;
	margin-top: unset !important;
}
#cart .dropdown-menu .cart-footer>a:first-child {
	background-color: var(--ias-red) !important;
}
#cart .dropdown-menu>li.bottom-section {
	height: 322px !important;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
		max-width: 1920px;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

/*#############################################################*/
/*    RESPONSIVE                                               */
/*#############################################################*/

@media(max-width: 1440px) {
	#cart .dropdown-menu {
		width: 570px !important;
	}
	.cart_enabled body:before {
		width: calc(100% - 570px) !important;
	}
	#cart .dropdown-menu>li.bottom-section {
		height: 300px !important;
	}
}

@media(max-width: 1366px) {
	#cart .dropdown-menu {
		width: 520px !important;
	}
	.cart_enabled body:before {
		width: calc(100% - 520px) !important;
	}
	#cart .dropdown-menu .product-thumb {
		padding: 0 !important;
	}
	#cart .dropdown-menu .product-info {
		padding: 0px !important;
	}
}

@media(max-width: 1280px) {
	#cart li.bottom-section {
		padding: 25px 45px;
	}
}

@media(max-width: 1024px) {
	#cart .dropdown-menu {
		width: 460px !important;
	}
	.cart_enabled body:before {
		width: calc(100% - 460px) !important;
	}
	#cart li.bottom-section {
		padding: 25px 65px;
	}
	#cart .dropdown-menu>li.bottom-section {
		height: 270px !important;
	}
}

@media(max-width: 540px) {
    #cart .dropdown-menu {
        width: 90vw !important;
    }
}



/*###########################################################################*/
/*    checkout-cart                                                          */
/*###########################################################################*/

#checkout-cart form thead td {
	border: unset !important;
	font-weight: bold;
	vertical-align: middle !important;
	text-transform: uppercase;
	text-align: center !important;
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#checkout-cart form .table-bordered {
	border: unset;
}
#checkout-cart form tbody td {
	vertical-align: middle !important;
	text-align: center !important;
	border: unset;
	border-bottom: 1px solid #F3F3F3;
	padding: 25px 8px;
}

#checkout-cart form tbody td.text-left.product-title {
	text-align: left !important;
}
#checkout-cart form tbody td.text-left.product-title a {
	font-weight: bold;
	color: #333;
	font-size: 16px;
	line-height: 20px;
}
#checkout-cart .text-center .img-thumbnail {
	border: none;
}
#checkout-cart h1 {
	color: #202020;
	font-size: 35px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #979797;
	padding-bottom: 6px;
	margin-bottom: 40px;
}
#checkout-cart h1 .product-title-length {
	color: #000000;
	font-size: 18px;
	float: right;
	font-weight: normal;
	margin-top: 20px;
}
#checkout-cart form {
	margin-bottom: 60px;
}
#checkout-cart .table.cart-total-table td {
	border: unset;
}
#checkout-cart .pull-right a, 
#checkout-cart .pull-left a {
	box-shadow: unset;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	border-radius: unset;
}
#checkout-cart .pull-left a {
	border: 1px solid #999;
    font-size: 18px;
    color: #000000;
    background: #FFFFFF;
	padding: 15px;
}

#checkout-cart .pull-right a {
	font-size: 18px;
    color: #FFFFFF;
    background: var(--ias-red);
	padding: 15px;
}
#checkout-cart form thead td.text-left.tbl-title {
	text-align: left !important;
}
#checkout-cart form .input-group.btn-block button.ctm-stepper:before,
#checkout-cart form .input-group.btn-block button.ctm-stepper:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
}
#checkout-cart form .input-group.btn-block button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#checkout-cart form .input-group.btn-block button.ctm-stepper {
    outline:none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    cursor: pointer;
    margin: 0 7px;
    position: relative;
}
#checkout-cart form .input-group.btn-block {
	max-width: unset !important;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	justify-items: center;
}
#checkout-cart form #cart-stepper {
	-webkit-appearance: none;
	margin: 0;
	-moz-appearance: textfield;
	width: 37px;
	text-align: center;
	border: 1px solid #999;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
}
#checkout-cart form .input-group.btn-block .input-group-btn {
	margin-left: 30px;
    width: auto;
}
#checkout-cart form .input-group.btn-block .input-group-btn .btn {
	background: white;
	border: 1px solid #999;
	border-radius: unset;
}
#checkout-cart .checkout_cart_top_section {
	display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
	padding: 70px 0px 40px;
    justify-content: space-between;
}
#checkout-cart .checkout_cart_top_section .center_col h3 {
	color: #000000;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	margin: auto;
}
#checkout-cart .checkout_cart_top_section .center_col h2 {
	color: #000000;
  	font-size: 30px;
  	text-align: center;
	font-weight: bold;
	margin: auto;
	padding-bottom: 5px;
}
#checkout-cart form thead tr {
	background-color: #345176;
}
#checkout-cart form .table-responsive thead td:first-child {
	width: 11%;
}
#checkout-cart form .table-responsive thead td:nth-child(2) {
	width: 20%;
}
#checkout-cart form .table-responsive thead td:nth-child(3) {
	width: 25%;
}

#checkout-cart form .input-group-btn {
	display: flex;
	gap: 7px;
}

#checkout-cart form .table-responsive tbody td:nth-child(4) strong,
#checkout-cart form .table-responsive tbody td:last-child strong {
	color: #000000;
	font-size: 30px;
	font-weight: bold;
}
#checkout-cart form .table-responsive tbody .product_id {
	color: #6C6C6C;
	font-size: 14px;
}

#checkout-cart .bottom_section {
	padding: 50px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 45px;
	background-color: #f7f7f7;
}
#checkout-cart .bottom_section > * {
	width: auto;
}
#checkout-cart .bottom_section .coupon_title {
	font-size: 17px;
	color: #000000;
	font-weight: bold;
}
#checkout-cart .bottom_section .input-group {
	margin-top: 35px;
}
#checkout-cart .bottom_section .input-group .form-control {
	height: 60px;
    border-bottom: none;
    font-size: 15px;
    width: 500px;
    padding: 0px 25px;
    max-width: 100%;
}
#checkout-cart .bottom_section .input-group-btn input {
	padding: 17px 35px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
	background-color: var(--ias-red);
}
#checkout-cart .bottom_section .input-group-btn input:hover {
	color: #FFFFFF;
	background-color: #345176;
}
#checkout-cart .bottom_section .cart-total-table {
	color: #000000;
}
#checkout-cart .bottom_section .cart-total-table tr {
	display: flex;
	justify-content: space-between;
}
#checkout-cart .bottom_section .cart-total-table tr .title {
	text-transform: uppercase;
	margin-right: 100px;
}
#checkout-cart .bottom_section .cart-total-table tr td {
	display: flex;
	align-items: center;
}
#checkout-cart .bottom_section .cart-total-table tr .value {
	font-weight: bold;
}
#checkout-cart .bottom_section .cart-total-table tr:last-child .title {
	font-size: 18px;
	font-weight: bold;
}
#checkout-cart .bottom_section .cart-total-table tr:last-child .value {
	font-size: 25px;
	font-weight: bold;
}
#checkout-cart .buttons.clearfix {
	margin-bottom: 90px;
}
.text-right.cart-footer {
	display: flex;
	margin: 20px 0px 0px !important;
}
.text-right.cart-footer a {
	width: 50%;
	text-align: center;
	position: relative;
	display: block;
}
footer .container {
	max-width: 1650px;
}
.news-form h1 {
    margin-bottom: 0px !important;
}
#common-home #content .row .news-form h3 {
    margin-bottom: 0px !important;
    border: unset !important;
    margin-top: 0px;
    font-size: 20px !important
}
.news-form {
	max-width: 1200px !important;
}
.alert.alert-success.alert-dismissible.tk-add-cart.news-form {
	max-width: unset !important;
}
.alert.alert-success.alert-dismissible.tk-add-cart.news-form #email {
	width: 100% !important;
	margin-bottom: 15px;
    background: transparent;
}
.alert.alert-success.alert-dismissible.tk-add-cart.news-form #subscribe {
	width: 100%;
}
.alert.alert-success.alert-dismissible.tk-add-cart.news-form .pull-center a {
	display: unset;
}
.alert.alert-success.alert-dismissible.tk-add-cart.success_price_zero .tk-cart-body .product-price{
    display: none;
}
.text-right.cart-footer a:first-child {
	background: #999;
	color: white;
}
.text-right.cart-footer a:last-child {
	background: black;
	color: white;
}
.panel-default > .panel-heading {
	background-color: white;
}
.panel-group .panel {
	border-radius: 0px;
}
.panel-default > .panel-heading .accordion-toggle[aria-expanded="true"] {
	background: black;
	color: white;
}
.panel-default > .panel-heading .accordion-toggle {
    display: block;
    padding-left: 15px;
    text-decoration: none;
}
.panel-default > .panel-heading {
    padding: 0;
    min-height: 40px;
}
.panel-default > .panel-heading .panel-title {
	line-height: 40px;
	background-color: #f7f7f7;
}
#checkout-checkout #accordion .btn-primary {
	background: black;
	text-transform: uppercase;
	font-weight: bold;
	padding: 7px 30px;
	border-radius: unset;
	box-shadow: unset;
}

.panel.panel-default .well.well-sm p {
    word-break: break-word;
}

/*#############################################################*/
/*    RESPONSIVE                                               */
/*#############################################################*/

@media(max-width: 1280px) {
	#checkout-cart .bottom_section .cart-total-table tr .title {
		margin-right: 50px;
	}
    #checkout-cart .bottom_section {
        flex-direction: column;
    }
    #checkout-cart #content {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media(max-width: 1180px) {
	
}

@media(max-width: 1024px) {
	#checkout-cart .checkout_cart_top_section .center_col h2 {
		font-size: 25px;
	}
    #checkout-cart .checkout_cart_top_section .left_col,
    #checkout-cart .checkout_cart_top_section .right_col {
        display: none;
    }
    #checkout-cart .checkout_cart_top_section {
        justify-content: center;
    }
	#checkout-cart .bottom_section .cart-total-table tr .title {
		margin-right: 10px;
	}
	#checkout-cart .bottom_section .coupon_title {
		font-size: 14px;
	}
}

@media(max-width: 870px) {
	#checkout-cart .bottom_section .input-group {
        display: flex;
        flex-direction: column;
    }
    #checkout-cart .bottom_section .input-group .input-group-btn {
        width: auto;
    }
    #checkout-cart .bottom_section .input-group-btn input {
        width: 100%;
    }
    #checkout-cart .bottom_section .input-group .form-control {
        width: auto;
    }
}


@media(max-width: 768px) {
	#checkout-cart form .table-responsive thead,
    #checkout-cart form .table-responsive tbody td:nth-of-type(4) {
        display: none;
    }
    #checkout-cart form .table-responsive tbody tr {
        display: flex;
        flex-wrap: wrap;
        padding: 25px 0px;
    }
    #checkout-cart form .table-responsive tbody td {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }
    #checkout-cart form .table-responsive tbody td:first-child {
        width: 110px;
    }
    #checkout-cart form .table-responsive tbody td:nth-child(2) {
        width: calc(100% - 110px);
    }
    #checkout-cart form .table-responsive tbody td:nth-child(3) {
        width: calc(100% - 150px);
    }
    #checkout-cart form .table-responsive tbody td:last-child() {
        width: 140px;
    }
    #checkout-cart form .table-responsive tbody td.text-left .input-group.btn-block {
        justify-content: flex-start;
    }
    
}

@media (max-width: 1199px) {
    #form-language .btn.btn-link.dropdown-toggle {
        padding: 0;
        font-size: 10px;
    }
    .product-layout .caption p {
        font-size: 12px !important;
        line-height: 15px !important;
    }
    .product-thumb .price-tax {
        font-size: 9px !important;
        line-height: 15px !important;
    }
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
    .product-thumb .button-group {
        width: 100%;
    }
} 
@media (max-width: 500px) {
    #product-category .cat-title,
    #product-search .cat-title {
        font-size: 20px !important;
    }
}
@media (max-width: 991px) {
    #common-home #content .row {
        width: 100% !important;
    }
    .row.latest-products-module .row,
    .row.special-products-module .row {
        grid-template-columns: 1fr 1fr !important;
    }
    #product-category .cat-title,
    #product-search .cat-title {
        font-size: 25px !important;
    }
    
    .powered_by > div:first-child {
	    margin-bottom: 15px;
    }
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 1024px) {
    #product-category #content,
    #product-search #content {
        width: calc( 100% - 370px);
    }
}
/* content */
#content {
	min-height: 600px;
}
/*###########################################################################*/
/*     FOOTER                                                                */
/*###########################################################################*/
footer {
	padding-top: 30px;
	background-color: var(--ias-red);
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #FFFFFF;
	line-height: 30px;
}
footer li > a:hover {
	color: var(--ias-white);
}
footer .col-sm-3 button:hover a {
	color: white;
}
footer li {
	color: #FFFFFF;
	line-height: 30px;
}
footer .col-sm-4 button {
	padding: 12px 30px;
    font-size: 14px;
	border: unset;
	background-color: #404C5D;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
    white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1024px){
    footer .col-sm-4 button {
        font-size: 12px;
        padding: 12px 20px;
    }
}

@media(max-width: 768px){
    footer .col-sm-4 button {
        font-size: 12px;
        padding: 3px 8px;
    }
}

footer h5 {
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
}
footer .col-sm-4:first-child button {
	background-color: var(--ias-light-gray);
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	padding: 13px 42px;
	margin-top: 55px;
	border: none;
}

footer .col-sm-4:first-child button a {
	line-height: 19px;
}

footer .col-sm-4:first-child button a:hover {
	color: #FFFFFF;
}

footer .col-sm-4:last-child .socials_section {
    display: flex;
    flex-direction: row;
    padding-top: 40px;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 5px;
}

footer .socials_section a {
    padding: 0 10px;
}

footer svg {
	height: 18px;
	fill: #FFFFFF;
}

.powered-row {
	color: #FFF;
}

.news-form .pull-center {
	color: #FFF;
}

/*############################*/
/*    RESPONSIVE              */
/*############################*/

@media (max-width: 1680px) {
	footer .container {
		max-width: 1440px;
	}
}

@media (max-width: 1680px) {
	footer .container {
		max-width: 1440px;
	}
}

@media (max-width: 1440px) {
	footer .container {
		max-width: 1280px;
	}
	footer .col-sm-3:last-child .socials_section {
		gap: 30px;
	}
}

@media (max-width: 1280px) {
	footer .col-sm-3:last-child .socials_section {
		gap: 14px;
	}
	footer .container {
		max-width: 1165px;
	}
	footer .col-sm-3:first-child button {
		font-size: 15px;
	}
	.news-form #subscribe {
		padding: 12px 20px !important;
	}
}

@media (max-width: 1024px) {
	footer .col-sm-3:last-child .socials_section {
        gap: 0;
        flex-wrap: wrap;
        align-items: center;
        padding: 0;
    }
    footer .col-sm-3:last-child .socials_section > h5 {
        width: 100%;
    }
	footer .container {
		max-width: 970px;
	}
}

@media (min-width:465px) and (max-width: 1024px) {

	footer .container {
		max-width: 880px;
	}
	footer > .container > .row {
		display: flex;
		flex-wrap: wrap;
	}
	footer > .container > .row > div {
        flex: 1 1 150px;
    }
	footer .col-sm-3:last-of-type h5 {
		text-align: center;
	}
	footer .col-sm-3:first-child button a {
		font-size: 15px;
	}
	footer .col-sm-3:first-child button {
		padding: 11px 22px;
	}
	footer .news-form h1 {
		text-align: center;
	}
	footer .socials_section {
		justify-content: center;
	}
}

@media (max-width: 540px) {
	footer .col-sm-3:first-child button {
		padding: 9px;
	}
}

/*###########################################################################*/
/*      before footer                                                        */
/*###########################################################################*/

.before_footer {
    max-width: 1800px;
    margin: 0 auto;
}

.before_footer .before_footer_content {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding: 30px 40px;
}

.before_footer .before_footer_box h2 {
	color: #000000;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.before_footer .before_footer_box p {
	color: #000000;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
}

.before_footer .before_footer_box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/*############################*/
/*    RESPONSIVE              */
/*############################*/

@media(max-width: 1024px) {
	.before_footer .before_footer_box h2 {
		font-size: 14px;
	}
	.before_footer .before_footer_box p {
		font-size: 12px;
	}
}

@media (max-width: 912px) {
	.before_footer .before_footer_box h2 {
		font-size: 19px;
	}
	.before_footer .before_footer_box p {
		font-size: 17px;
	}
	.before_footer .before_footer_box {
		width: 50%;
	}
	.before_footer .before_footer_content {
		flex-wrap: wrap;
	}
	.before_footer_content > div {
        padding: 15px;
    }
}

@media(max-width: 540px) {
	.before_footer .before_footer_box h2 {
		font-size: 14px;
	}
	.before_footer .before_footer_box p {
		font-size: 11px;
	}
}

/*###########################################################################*/
/*      alert                                                                */
/*###########################################################################*/
.alert:not(#product .alert.alert-info) {
	padding: 8px 14px 8px 14px;
    position: fixed;
    z-index: 2;
}
/*###########################################################################*/
/*     breadcrumb                                                            */
/*###########################################################################*/
.breadcrumb {
	margin: 0 0 20px 55px;
	padding-top: 10px !important;
	background: white;
}
@media(max-width:1024px){
    .breadcrumb {
    	margin: 0 0 10px 25px;
    }
}
.breadcrumb a {
	color: #000000;
	font-size: 13px;
	line-height: 16px;
}
.breadcrumb > li:last-child a {
	font-weight: bold;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 15px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li::after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: -3px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #9F9F9F;
}
.pagination {
	margin: 0;
}
/*###########################################################################*/
/*    buttons                                                                */
/*###########################################################################*/
.btn-group .btn.btn-default {
	border: 1px solid rgba(0,0,0,0.4);
	border-radius: 100% !important;
	margin-right: 10px;
	width: 35px;
	height: 35px;
	padding: 5px;
	background: white;
}
.btn-group .btn.btn-default:hover {
	background: rgba(0,0,0,0.1);
}
.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	/* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
	background-color: #171717;
	/* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
	/* background-repeat: repeat-x; */
	border-color: #171717;
	transition: all 0.3s;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background: var(--accent2);
	background-position: 0 -15px;
	color: black;
	transition: all 0.3s;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #1E64A8;
	background-repeat: repeat-x;
	border-color: #1E64A8;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/*###########################################################################*/
/*    list group                                                             */
/*###########################################################################*/
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/*###########################################################################*/
/*    carousel                                                               */
/*###########################################################################*/
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
div#products_carousel_3 .swiper-wrapper {
    margin-left: 5px;
}
/*###########################################################################*/
/*    product list                                                              */
/*###########################################################################*/
.product-layout:hover {
    background: white;
    box-shadow: 0 0 15px 2px rgba(40, 40, 40, 0.12);
    transition: 0.3s;
}
.product-layout {
    padding: 10px !important;
    margin: 10px 5px;
	width: 100%;
}

#product-category .entry-content,
#product-search .entry-content,
#product-manufacturer .entry-content {
    position: relative;
    width: fit-content;
    margin: auto;
}
#product-category .top-content,
#product-search .top-content,
#product-manufacturer .top-content {
    position: absolute;
    bottom: 15%;
    left: 10%;
    width: 45%;
    text-overflow: ellipsis;
    height: 50%;
	max-height: 50%;
  	overflow-y: scroll;
	overflow-x: hidden;
}

#product-category .top-content *,
#product-search .top-content *,
#product-manufacturer .top-content * {
	color: white !important;
	font-family: "Google Sans", sans-serif !important;
}

@media(min-width:1024px){
    
	.category-description-mobile {
		display: none;
	}
}

@media(max-width:1024px){
	.category-description-mobile {
		display: block;
	}

	#product-category .top-content *:not(h2) {
		display: none;
	}

	#product-category .top-content {
		display: flex;
		align-content: center;
		align-items: center;
	}
}

.category-description-mobile * {
	font-family: "Google Sans", sans-serif !important;
}

.category-description-mobile {
	font-family: "Google Sans", sans-serif !important;
	padding: 10px 30px !important;
	margin-bottom: 20px !important;
}

#product-category,
#product-search,
#product-manufacturer  {
	max-width: 1790px;
    width: 100%;
}
.category_intro_section img.d4u-bg-image {
    max-width: 100%;
    opacity: 0.7;
}
#product-category .category_intro_section .entry-content,
#product-search .category_intro_section .entry-content,
#product-manufacturer .category_intro_section .entry-content {
    background-image: linear-gradient(83.85deg, rgba(0, 17, 39, 1) 50%, rgba(0, 17, 39, 0) 102%);
}

#product-category > .row, #product-search > .row, #product-manufacturer > .row {
    display: flex;
    max-width: 1650px;
    margin: auto;
}
#product-category .category_intro_section,
#product-search .category_intro_section,
#product-manufacturer .category_intro_section {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
#product-category .breadcrumb,
#product-search .breadcrumb,
#product-manufacturer .breadcrumb  {
	margin-bottom: 20px !important;
}
#product-category .breadcrumb li:first-child,
#product-search .breadcrumb li:first-child,
#product-manufacturer .breadcrumb li:first-child {
	padding-left: 0;
}

/* Subcategories slider: below breadcrumb, above main row */
#product-category .category-subcategories-slider {
	margin-bottom: 24px;
	max-width: 1650px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}
#product-category .category-subcategories-slider .carousel.swiper-viewport {
	position: relative;
	padding: 0 40px;
}
#product-category .category-subcategories-slider .subcategory-slide-link {
	display: block;
	text-align: center;
	text-decoration: none;
	color: inherit;
}
#product-category .category-subcategories-slider .subcategory-thumb {
	overflow: hidden;
	border-radius: 8px;
	margin-bottom: 8px;
	background: #f5f5f5;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}
#product-category .category-subcategories-slider .subcategory-thumb img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: transform 0.25s ease;
}
#product-category .category-subcategories-slider .subcategory-slide-link:hover .subcategory-thumb img {
	transform: scale(1.05);
}
#product-category .category-subcategories-slider .subcategory-name {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	color: #202020;
}
#product-category .category-subcategories-slider .swiper-pager {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 2;
}
#product-category .category-subcategories-slider .swiper-button-next-subcategories,
#product-category .category-subcategories-slider .swiper-button-prev-subcategories {
	pointer-events: auto;
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,0.9);
	border: 1px solid #e0e0e0;
	border-radius: 50%;
	margin-top: -20px;
}
#product-category .category-subcategories-slider .swiper-button-prev-subcategories {
	left: 0;
}
#product-category .category-subcategories-slider .swiper-button-next-subcategories {
	right: 0;
	left: auto;
}
.subcategory-name{
	color: #000;
}
.category-subcategories-slider .swiper-button-prev,
.category-subcategories-slider .swiper-button-next {
	border: unset!important;
}

#product-category #column-left #column-left,
#product-search #column-left #column-left,
#product-manufacturer #column-left #column-left {
	width: 100%;
	padding: 0;
	margin-top: 25px;
    position: sticky;
    top: 80px;
}
.row.product-list-grid::before, 
.row.product-list-grid::after {
	display: none !important;
}
@media(min-width: 1024px) {
    #product-category .row.product-list-grid,
    #product-search .row.product-list-grid,
    #product-manufacturer .row.product-list-grid {
    	display: grid !important;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
}
#product-category .product-layout.product-grid,
#product-search .product-layout.product-grid,
#product-manufacturer .product-layout.product-grid {
	width: 100% !important;
    padding: 0;
}

#product-category,
#product-search,
#product-manufacturer {
	padding: 0px;
	margin-bottom: 70px;
}

#product-category .row.category-main-cont h2,
#product-search .row.category-main-cont h2,
#product-manufacturer .row.category-main-cont h2 {
	font-size: 35px;
	line-height: 35px;
	font-weight: bold;
	margin-bottom: 40px;
}
#product-category .mfilter-box .box-heading,
#product-search .mfilter-box .box-heading,
#product-manufacturer .mfilter-box .box-heading {
	font-size: 25px;
	line-height: 35px;
	font-weight: bold;
	margin-bottom: 30px;
}
#product-category div[data-poip_id="poip_img"],
.row.related_products_section div[data-poip_id="poip_img"],
#common-home div[data-poip_id="poip_img"] {
	position: absolute;
	right: 15px;
	margin-top: 11px !important;
}
#common-home .product-layout {
	position: relative;
}
.mfilter-filter-item .mfilter-heading {
	background: unset;
	border: unset;
	box-shadow: unset;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 32px;
    text-transform: uppercase;
}
.mfilter-free-container.mfilter-free-container-closed.mfilter-widget-position-left.mfilter-direction-ltr.mfilter-mobile.mfilter-box-83 {
    z-index: 10;
}
.mfilter-heading .mfilter-head-icon {
	margin-top: 11px !important;
}
.mfilter-opts-container {
    border: unset !important;
}
.mfilter-content > ul > li {
	margin-bottom: 20px !important;
}
.mfilter-tb-as-td.mfilter-col-count {
	display: none;
}
.mfilter-tb-as-td {
	display: table-cell;
	padding: 5px 0;
	border-top: 1px dashed #dcdcdc;
	vertical-align: middle;
	font-size: 16px;
	color: #000;
	line-height: 23px;
	border: unset;
}
.box-content.mfilter-content {
	border: unset;
}
#product-category .row.category-main-cont, #product-category .breadcrumb,
#product-search .row.category-main-cont, #product-category .breadcrumb,
#product-manufacturer .row.category-main-cont, #product-category .breadcrumb {
	margin: unset;
	margin: auto;
	/* padding-left: unset; */
}
#product-category .cat-title,
#product-search .cat-title,
#product-manufacturer .cat-title  {
	color: #202020;
	font-size: 35px;
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
}
.manufacturer-list-item {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.manufacturer-logo {
    max-width: 100%;
    height: auto;
    margin: 0 auto 10px;
    padding: 10px;
}

.row.refine-cat-list #column-left {
	width: 100%;
	padding: 0;
}
.refine-cat-title {
	color: #000000;
	font-size: 18px;
	line-height: 40px;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid black;
}
.row.refine-cat-list #column-left a {
	color: #919191;
	font-size: 15px;
	line-height: 40px;
	text-align: left;
	border: unset !important;
    padding: 0;
}
.row.refine-cat-list #column-left a.active {
	background: unset;
	font-weight: bold;
	color: #000;
}
.row.refine-cat-list ul {
	list-style: none;
	padding: unset;
}
.row.refine-cat-list {
	margin-top: 50px;
}

#common-home .product-thumb {
	background-color: #FFFFFF;
	/* overflow: auto; */
    width: auto;
    height: auto;
}

#common-home .product-thumb>div:last-child {
    padding-bottom: 15px;
}

#common-home .product-thumb>div:first-child {
    padding-top: 15px;
}

.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
#common-home .product-thumb .image img {
    height: auto;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
    width: 100%;
    height: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
#product-category .form-group .input-group-addon,
#product-search .form-group .input-group-addon {
	font-weight: bold;
	color: #000000;
	font-size: 15px;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		padding: 0 15px;
	}
}
.product-thumb h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
    padding-bottom: 5px;
    height: 40px;
    margin-bottom: 0 !important;
}
.product-thumb h4 a {
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
}
.product-thumb .caption {
	min-height: 75px;
	max-width: 390px;
	margin: auto;
}
.labels_container>div {
    line-height: unset !important;
}
.labels_container .label_new {
    border-radius: 15px;
    width: 60px;
    height: 32px;
}
.product-thumb .button-group .vertical_line {
    border-right: 1px #D8D8D8 solid;
    height: auto;
}
.product-card-bot {
	max-width: 390px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.product-layout .caption p {
	color: #000000;
	font-size: 14px;
	line-height: 19px;
	text-align: left;
}
.product-layout .caption p.price {
	color: #000000;
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	font-weight: bold;
	margin-top: 15px;
}
.product-layout .caption p.price .price-tax {
    font-weight: 400;
}
#product-category .form-group.input-group.input-group-sm #input-limit,
#product-category .form-group.input-group.input-group-sm #input-sort,
#product-
.form-group.input-group.input-group-sm #input-limit,
#product-search .form-group.input-group.input-group-sm #input-sort{
	width: 200px;
	height: 40px;
	border: 1px solid #DDD;
	font-size: 14px;
	font-weight: 600;
}
#product-category .form-group.input-group.input-group-sm #input-limit,
#product-search .form-group.input-group.input-group-sm #input-limit {
	width: 65px;
}
#product-category .form-group #compare-total,
#product-search .form-group #compare-total {
	display: none;
}
#product-category #content .row .col-sm-6.text-left.pagination,
#product-search #content .row .col-sm-6.text-left.pagination{
	width: auto;
	margin-left: 30px;
}
#product-category #content .col-md-3.col-xs-6.num_to_show {
	width: auto;
}
#product-search #content .col-md-3.col-xs-6.num_to_show {
    width: auto;
}
#product-category #content .row .col-sm-6.text-left.pagination li span,
#product-search #content .row .col-sm-6.text-left.pagination li span {
	background-color: unset;
	color: #000000;
	border: unset;
}
#product-category #content .row .col-sm-6.text-left.pagination li a,
#product-search #content .row .col-sm-6.text-left.pagination li a {
	border: unset;
}

#product-category #content .row .col-sm-6.text-left.pagination li span::after,
#product-search #content .row .col-sm-6.text-left.pagination li span::after {
	content: "";
    width: 50%;
    height: 3px;
    background-color: var(--ias-red);
    bottom: 0;
    left: 25%;
    position: absolute;
}

@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	padding: 0 10px;
}
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: black;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	float: right;
	color: #989898;
	font-size: 13px;
	line-height: 16px;
	text-align: left;
	display: block;
	position: relative;
	float: unset;
}
.product-thumb .button-group {
	border-top: unset;
	overflow: unset;
	margin-left: auto;
	width: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button,
.product-thumb .button-group > a{
    width: calc(100% / 3);
    display: inline-block;
    float: left;
    color: #333;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background-color: #FFFFFF;
    border: unset !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 100%;
}
/* .product-thumb .button-group button:nth-child(1),
.product-thumb .button-group button:nth-child(3) {
    border-left: unset !important;
    border-right: unset !important;
} */
.product-thumb .button-group button + button {
	width: calc(100% / 3);
	border-left: 1px solid #ddd;
}
/* .product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
} */

.product-thumb {
  position: relative;
}

.product-qty-panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 20px;
  transform: translateY(105%);
  opacity: 0;
  z-index: 9;
  pointer-events: none;
  border: 1px solid var(--ias-dark-gray);
}

.product-thumb.qty-open .product-qty-panel {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.qty-panel-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  font-size: 26px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  color: #111;
  opacity: .85;
  -webkit-tap-highlight-color: transparent;
}

.qty-panel-close:hover { 
	opacity: .6; 
}

.qty-stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.qty-btn {
  border: 0;
  background: transparent;

  width: 36px;
  height: 36px;

  font-size: 28px;
  line-height: 36px;

  color: #111;
  cursor: pointer;

  user-select: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.qty-btn:hover { 
	opacity: .7; 
}

.qty-input {
  width: 54px;
  height: 40px;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  box-shadow: none;
  background: #fff;
  pointer-events: none;
}

.qty-input:focus {
  border-color: #cfcfcf;
}

.qty-add-to-cart {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 18px 12px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  background: var(--ias-red);
  color: #fff;
}

.qty-add-to-cart:hover {
  background: var(--ias-dark-gray);
}

.button-group .btn-open-qty {
  background: transparent;
  border: 0;
  padding: 0;
  line-height: 0;
  cursor: pointer;
}

.button-group .btn-open-qty:hover { 
	opacity: .85; 
}

@media (max-width: 767px) {
  .product-qty-panel {
    padding: 16px 16px 0 16px;
  }

  .qty-add-to-cart {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    padding: 18px 12px;
  }
}

@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
	
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 0px;
	display: block;
	border: 1px solid #ddd;
}

#product-product .thumbnails .col-sm-9 {
	float: right;
}

#product-product .panel-body {
	max-height: 400px;
	overflow: auto;
}

#product-product .thumbnails .col-sm-9,
#product-product .thumbnails .col-sm-3 {
	padding: 0;
}
#product-product #related_products_carousel,
#product-product #recently_viewed_products_carousel {
    padding: 0 15px;
}
#product-product #collapseDescription > .panel-body > img {
    max-width: 100%;
	display: none;
}
/*#####################################################*/
/*    RESPONSIVE                                       */
/*#####################################################*/

@media(max-width: 1680px) {
	#product-category > .row,
	#product-search > .row {
		padding: 0 15px;
        justify-content: center;
	}
	#product-category .breadcrumb,
	#product-search .breadcrumb  {
		padding-left: 30px;
	}
}

@media(max-width: 1440px) {
	#product-category .row.product-list-grid,
	#product-search .row.product-list-grid,
	#product-manufacturer .row.product-list-grid {
	    display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media(max-width: 1280px) {
	/*#content > div:nth-child(2) {*/
 /*       display: flex;*/
 /*       flex-direction: row;*/
 /*       flex-wrap: wrap;*/
 /*   }*/
    /*#content > div:nth-child(2) > div {*/
    /*    width: calc(100% / 3) !important;*/
    /*}*/
	#product-category .row.product-list-grid,
	#product-search .row.product-list-grid,
	#product-manufacturer .row.product-list-grid {
		grid-template-columns: 1fr 1fr;
	}
}
@media(max-width: 1024px) {
	#product-category .row.product-list-grid,
	#product-search .row.product-list-grid,
	#product-manufacturer .row.product-list-grid {
		grid-template-columns: 1fr 1fr;
	}
	#product-category .pagination_filters .pagination,
	#product-search .pagination_filters .pagination {
		display: none;
	}
	#product-category .pagination_filters,
	#product-search .pagination_filters {
		/* display: none; */
		display: flex;
		flex-direction: row-reverse;
	}
    
    #content > div:nth-child(2)> div {
        width: calc(100% / 2) !important;
    }
    #product-category .top-content p {
        overflow: auto;
        max-height: 110px;
    }
    #product-category .top-content {
        bottom: 20% !important;
        left: 55px !important;
        width: 80% !important;
        text-overflow: ellipsis;
        height: 150px !important;
    }
    #product-category .top-content {
        bottom: 20%;
    }
}
@media(max-width: 525px) {
    #product-category .top-content {
        bottom: 10%;
    }
	#product-category .row.product-list-grid,
	#product-search .row.product-list-grid,
	#product-manufacturer .row.product-list-grid {
	    display: grid;
		grid-template-columns: 1fr;
	}
}


/*###########################################################################*/
/*    product page                                                           */
/*###########################################################################*/

#product-product > .breadcrumb,
#product-product > div.row {
	padding: 0;
	margin: auto;
}
#product-product .section1 {
    margin: 0 auto;
}
#product-product {
	padding: 0;
}
#product-product .thumbnails .col-sm-3 {
	max-height: 700px;
	overflow-y: auto;
	overflow-x: auto;
    display: flex;
    flex-direction: row;
    width: calc(100% - 20px);
	margin-left: auto;
    justify-content: center;
}

#product-product .thumbnails .col-sm-3::-webkit-scrollbar {
	height: 6px !important;
}
  
#product-product .thumbnails .col-sm-3::-webkit-scrollbar-thumb {
	background: #ff2800 !important;
	border-radius: 3px !important;
	border: none !important;
}
  
#product-product .thumbnails .col-sm-3::-webkit-scrollbar-thumb:hover {
	background: #ff2800 !important;
}
  
#product-product .thumbnails .col-sm-3::-webkit-scrollbar-track {
	background: #d8d8d8 !important;
	border-radius: 3px !important;
}

#product-product .thumbnails .col-sm-3 .image-additional a img {
	max-width: unset;
}

#product-product .thumbnails .col-sm-3 .image-additional {
    padding: 0px 10px;
}
#product-product .thumbnails .col-sm-3 .image-additional img:visited {
    border: 1px solid red !important;
}

#product-product ul.thumbnails {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#product-product .product_info_section {
	padding-left: 100px;
	padding-bottom: 100px;
    background-color: #F7F7F7;
    padding-right: 180px;
}
#product-product .panel {
    background-color: #f7f7f7;

}
#product-product .product_info_section .share_section {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 50px;
	color: #000000;
	font-weight: bold;
    padding-top: 30px;
}
#product-product .product_info_section h1 {
	color: #000000;
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	line-height: 27px;
}
#product-product .no_special,
#product-product .special_new {
	color: #000000;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
    font-weight: bold;
	padding: 10px 0px;
}
#product-product .attribute-infos {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 10px;
}

#product-product .attribute-group-name h4 {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    height: 40px;
    line-height: 20px;
    max-width: 100%;
    overflow: hidden;
    font-size: 15px;
}

#product-product .attribute-group-text p {
    padding: 5px;
    margin: 0;
    font-size: 15px;
    height: 40px;
    line-height: 20px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#product-product attribute-infos > div {}

#product-product .attribute-title {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
}
#product-product .attributes-groups > h4 {
    border-bottom: solid 1px #ddd;
}
#product-product .attribute-infos > div {
    width: 50%;
}
#product-product .attribute-title {
    margin: 0 !important;
}

#product-product .attributes-groups {
    padding: 20px 0;
}
#product-product .attributes-groups .attributes {
    padding-top: 10px;
}

#product-product .product_attributes_section .title {
	color: #000000;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
#product-product .stepper_section {
	display: flex;
	flex-direction: row;
	padding-bottom: 40px;
}
#product-product .stepper_section .control-label {
	padding-right: 10px;
	display: flex;
    align-items: center;
    margin-bottom: unset;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
#product-product .stepper_buttons {
	display: flex;
	flex-direction: row;
	align-items: center;
}
#product-product .panel-group p {
    color: #000000;
    font-size: 15px;
    line-height: 23px;
    text-align: left;
}
.panel-default > .panel-heading .accordion-toggle[aria-expanded="true"] {
    background-color: #345176;
}
#product button.ctm-stepper {
	width: 45px;
    height: 45px;
    border-radius: 0px;
    border: none !important;
    box-shadow: none !important;
    overflow: hidden;
    background: none;
}
#product button.ctm-stepper:first-of-type:before {
	content: "-";
    transform: scaleX(1.5);
}
#product button.ctm-stepper:last-of-type:before {
	content: "+";
}
#product button.ctm-stepper::before {
	font-size: 25px;
    font-weight: bold;
    display: block;
    background: none !important;
}
#product #input-quantity {
	height: 45px;
    width: 45px;
    min-width: 45px;
    font-size: 18px;
    font-weight: bold;
    color: black;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: none !important;
    border-radius: 0px !important;
    text-align: center !important;
    padding: 0px;
    pointer-events: none;
}
#product-product .model_and_stock_section {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	font-size: 14px;
	color: #000000;
}
#product-product .model_and_stock_section .stock_section {
	text-transform: uppercase;
	display: flex;
	align-items: center;
}
#product-product .manufacturer a {
    color: #000;
    font-size: 14px;
    font-weight: 700;
}
#product-product .stock_section::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: black;
    display: block;
    margin-right: 6px;
}
#product-product .stock_section.available::before {
	background-color: #26AA09;
}
#product-product .stock_section.unavailable::before {
	background-color: #FF2800;
}
#product-product #button-cart {
	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: unset;
    border-radius: unset;
	background-color: var(--ias-red);
}
#product-product #button-cart:hover {
	background: #345176;
}
#product-product #product {
	margin-top: 35px;
	margin-bottom: 25px;
}
#product .btn-group {
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 30px !important;
	color: #000;
    text-transform: uppercase;
}
#product .btn-group > div {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.wishlist_button {
    margin-right: 35px;
}
.wishlist_button::before {
    content: "";
    width: 26px;
    height: 26px;
    margin-right: 15px;
	background-image: url("data:image/svg+xml,%3Csvg width='24px' height='22px' viewBox='0 0 24 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EICON-FAV%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='header' transform='translate(-1511.000000, -21.000000)' fill='%23232020' stroke='%23232020' stroke-width='1.11692308'%3E%3Cg id='ICON-FAV' transform='translate(1512.000000, 21.000000)'%3E%3Cpath d='M10.7050388,3.38675924 L10.9930167,3.63974875 L11.2827191,3.38675924 C13.6106842,1.32765918 17.1905774,1.40472884 19.4323216,3.56938081 C21.6533728,5.69549795 21.7430426,9.1452026 19.6375274,11.4187573 L19.5064716,11.5444144 C19.4737077,11.5829492 19.4443925,11.6147823 19.4030065,11.6432646 L11.0085365,19.7422798 L10.9481818,19.6836398 L2.48473509,11.5125813 C2.4674909,11.4924761 2.4485223,11.4740464 2.43645137,11.4656693 C0.249888515,9.2004917 0.310243168,5.73570821 2.55543625,3.56938081 C4.77993632,1.40472884 8.35982944,1.32765918 10.7050388,3.38675924 M1.76737693,11.9716483 L1.83462926,12.0738494 L1.89843275,12.1324893 C1.9122281,12.1458928 1.92257461,12.1559453 1.93636996,12.1676733 L10.9930167,20.9 L20.1531286,12.0637968 C20.1789949,12.0319637 20.2100344,12.0001306 20.2479716,11.9716483 C22.6621577,9.38311327 22.572488,5.44250844 20.0341437,3.00643726 C17.6509971,0.704400256 13.848654,0.456437027 11.1913249,2.4300903 L11.0102609,2.56412447 L10.8274725,2.4300903 C9.62037948,1.54714015 8.18566316,1.11487993 6.75267126,1.11487993 C5.01445725,1.11487993 3.28314093,1.7532177 1.98292926,3.00643726 C-0.57610802,5.47601699 -0.669226627,9.41327096 1.76737693,11.9716483' id='Fill-1'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.enquiry_button::before {
    content: "";
    width: 27px;
    height: 27px;
    margin-right: 15px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 489.3 489.3' style='enable-background:new 0 0 489.3 489.3;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M265,369.25c6.8,0,12.3-5.5,12.3-12.3s-5.5-12.3-12.3-12.3H38.4c-7.7,0-13.9-6.2-13.9-13.9V77.35 c0-7.7,6.2-13.9,13.9-13.9H451c7.7,0,13.9,6.2,13.9,13.9v253.6c0,7.7-6.2,13.9-13.9,13.9h-30.2c-6.8,0-12.3,5.5-12.3,12.3v60.9 l-69.5-69.5c-4.8-4.8-12.5-4.8-17.3,0s-4.8,12.5,0,17.3l78.9,78.9c3.6,3.6,8.5,5.6,13.4,5.6c2.4,0,4.9-0.5,7.3-1.4 c7.1-2.9,11.7-9.8,11.7-17.5v-61.9h17.9c21.2,0,38.4-17.2,38.4-38.4V77.35c0-21.2-17.2-38.4-38.4-38.4H38.4 C17.2,38.95,0,56.15,0,77.35v253.6c0,21.2,17.2,38.4,38.4,38.4H265V369.25z'/%3E%3Cpath d='M88.1,152.85h313.2c6.8,0,12.3-5.5,12.3-12.3s-5.5-12.3-12.3-12.3H88.1c-6.8,0-12.3,5.5-12.3,12.3 S81.3,152.85,88.1,152.85z'/%3E%3Cpath d='M88.1,218.75h313.2c6.8,0,12.3-5.5,12.3-12.3s-5.5-12.3-12.3-12.3H88.1c-6.8,0-12.3,5.5-12.3,12.3 S81.3,218.75,88.1,218.75z'/%3E%3Cpath d='M244.7,284.65h156.6c6.8,0,12.3-5.5,12.3-12.3s-5.5-12.3-12.3-12.3H244.7c-6.8,0-12.3,5.5-12.3,12.3 C232.5,279.15,237.9,284.65,244.7,284.65z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
}

#product-product .thumbnail {
	border-color: transparent;
	/* border: unset; */
}
#product-product .border_onclick {
	border: 1px solid #5A5A5A !important;
}
#product-product .product-accordion-tabs a {
	color: #000000;
}
#tab-description p {
	color: #474747;
	font-size: 14px;
	line-height: 29px;
	text-align: left;
}
#product-product #product .option-2 .radio label {
	font-size: 0px;
	padding-left: 0;
}
#product-product #product .radio label input {
	opacity: 0;
	position: absolute;
}
#product-product #product .radio label img {
	width: 30px;
}

#product-product #product .form-group.required.option-2, #product-product #product .form-group.required.option-81 {
	display: flex;
	align-items: center;
}

#product-product #product .form-group.required.option-2 .control-label, 
#product-product #product .form-group.required.option-81 .control-label {
	color: #666666;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	margin-right: 30px;
	margin-bottom: 0px;
	min-width: 65px;
}

#product-product #product .form-group.required.option-2 > div, #product-product #product .form-group.required.option-81 > div {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	justify-items: center;
}

#product-product #product .form-group.required.option-2 .radio, #product-product #product .form-group.required.option-81 .radio {
	margin: 0px 5px;
}

.form-group.required.option-81 .radio label {
	padding-left: 0px;
	/* width: 30px; */
	height: 30px;
	padding: 3px 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
}

.checked-tk {
	border: 1px solid rgba(0, 0, 0, 0.53) !important;
	border-radius: 4px;
}


#product-product .panel-heading .accordion-toggle:after {
    content: "+";
    float: right;
    padding-right: 20px;
}

#product-product .panel-heading .accordion-toggle[aria-expanded="true"]:after {
    content: "-";
    float: right;
    padding-right: 20px;
}

#product-product .panel-default > .panel-heading .accordion-toggle[aria-expanded="true"] {
    color: white;
}

#product-product .accordion-toggle {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#product-product .panel.panel-default {
	border-top: unset;
	border-left: unset;
	border-right: unset;
	box-shadow: unset;
	margin-bottom: 20px;
}

#product-product .rating hr {
	border: unset;
	margin-bottom: 40px;
}
#product-product .row.extra_products.related h3,
#product-product .recently_viewed_titles h3 {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}
/*#####################################################*/
/*    RESPONSIVE                                       */
/*#####################################################*/

@media (max-width: 1680px) {
	#product-product .product_info_section {
		padding-right: 100px;
	}
}

@media (max-width: 1600px) {
	#product-product .product_info_section {
		padding-right: 70px;
	}
}

@media (max-width: 1280px) {
	#product-product .product_info_section {
		padding-right: 50px;
	}
}

@media (max-width: 1024px) {
	#product-product .product_info_section {
		padding-right: 50px;
		padding-left: 50px;
	}
	#product .btn-group {
		font-size: 11px;
	}
}

@media (max-width: 1024px) {
	#product-product .section1 > div {
		width: 100%;
	}
	#product .btn-group {
		font-size: 21px;
	}
	.single_blog_page #blogrelated .swiper-wrapper,
	#product-product #related_products_carousel_ .swiper-wrapper {
		grid-template-columns: 1fr 1fr !important;
	}
}

@media(max-width: 768px) {
	#product-product .thumbnail>img {
		width: 50% !important;
	}
}

@media(max-width: 540px) {
	#product .btn-group {
		font-size: 13px;
	}
}

/*#########################################*/
/*     socials                             */
/*#########################################*/

.single_blog_page .share_section .title,
#product-product .share_section .title {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}
.single_blog_page .share_section .title .share_module_container,
#product-product .share_section .title .share_module_container {
	width: 350px;
    position: absolute;
    right: 0;
    top: 150px;
    transform: translateY(-100%);
    padding-top: 50px;
    transition: all 0.2s;
    opacity: 0;
    visibility: hidden;
}

.single_blog_page .share_section .title .share_module_container .ss-box,
#product-product .share_section .title .share_module_container .ss-box {
	padding: 7px;
    box-sizing: content-box;
    background: #eee;
    position: relative;
    box-shadow: 0 0 15px 2px rgba(40, 40, 40, 0.12);
}

.single_blog_page .share_section .title:hover .share_module_container,
#product-product .share_section .title:hover .share_module_container {
	opacity: 1;
    visibility: visible;
	top: 180px;
}

.single_blog_page .share_section .title .share_module_container .ss-box::before,
#product-product .share_section .title .share_module_container .ss-box::before {
	content: "";
    width: 0;
    height: 0;
    border-width: 0px 15px 15px 15px;
    border-color: transparent transparent #eee transparent;
    border-style: solid;
    position: absolute;
    bottom: 100%;
    right: 30px;
}

/*#########################################*/
/*     see also                            */
/*#########################################*/

.extra_products.related {
    max-width: 1800px;
    margin: 0 auto;
}

#product-product #content h5 {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: unset;
    color: #000000;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}

#product-product #content h5::before {
	content: "";
    width: 95%;
    height: 1px;
    background-color: #BBBBBB;
    display: block;
    margin: auto;
    margin-bottom: 100px;
}

#product-product #content h3 {
	max-width: 100% !important;
    width: 100%;
	display: inline-block;
	margin-top: unset;
}

#product-product #related_products_carousel_ .product-layout {
	width: 100%;
}

/* #product-product #related_products_carousel_ .swiper-slide:last-child {
	display: none;
} */

/*############################*/
/*    RESPONSIVE              */
/*############################*/

@media (max-width: 768px) {
	.single_blog_page #blogrelated .swiper-wrapper,
	#product-product #related_products_carousel_ .swiper-wrapper {
		grid-template-columns: 1fr 1fr !important;
	}
}

/*#####################################################*/
/*    Recently Viewed                                  */
/*#####################################################*/

#product-product #content #recently_viewed {
    display: flex;
    flex-direction: column;
}
div#recently_viewed {
    max-width: 1800px;
    margin: 0 auto;
}

#product-product .recently_viewed_titles {
    display: flex;
    flex-direction: column;
}
/*#####################################################*/
/*    RESPONSIVE                                       */
/*#####################################################*/

@media (max-width: 1680px) {
	#product-product #content {
		padding-left: unset;
		padding-right: unset;
	}
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}
.slideshow.swiper-viewport .swiper-viewport {
	margin: 0 0 90px !important;
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}
.manufacturer-list-item {
	display: block;
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 37px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}



/*###########################################################################*/
/*    HOME PAGE                                                              */
/*###########################################################################*/
#common-home {
	padding: 0;
	max-width: 1920px !important;
	width: 100% !important;
} 

.container.main-menu {
    max-width: 1920px !important;
    width: 100% !important;
}

#common-home #content .row h3,
#common-home h3.headingmain,
#common-home .carousel.swiper-viewport h3,
#product-product #content h3 {
    color: #000000;
    font-size: 30px !important;
    text-align: center;
    margin: 50px auto;
    font-weight: bold;
    line-height: 35px;
}

#common-home #carousel0 {
	margin-bottom: 100px !important;
}

#common-home .products-carousel-module .view_more {
  position: absolute;
  top: -30px;
  right: 45px;
  border-bottom: 1px solid;
  text-transform: uppercase;
  color: var(--ias-dark-gray);
}

#common-home .products-carousel-module .view_more:hover {
  color: var(--ias-red);
}

#common-home #content {
	display: flex;
	flex-wrap: wrap;
    padding: 0;
}

#common-home .row {
	margin-left: unset;
	margin-right: unset;
}

#common-home .row > .row.col-xs-12 {
	padding: 0;
}

/*#common-home #content > .row.swiper-viewport, */
/*#common-home #content > .row {*/
/*	margin-bottom: 50px !important;*/
/*}*/

.module_product_tabs {
	display: inline-flex;
	flex-direction: column;
	width: 100%;
}

.module_product_tabs .section_title {
	color: #000000;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.module_product_tabs .section_title .sub-title {
  display: block;
  width: 100%;
  height: auto;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: uppercase;
}

.module_product_tabs .nav-tabs {
	display: flex;
	justify-content: center;
	border: unset;
	margin-top: 45px;
	margin-bottom: 55px;
	gap: 1.25rem;
    flex-wrap: wrap;
}

.module_product_tabs .nav-tabs a {
	padding: 10px 20px;
	font-size: 16px;
	background-color: #FFFFFF;
	color: #000000;
	text-transform: uppercase;
	border: 1px #DDD solid;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

.module_product_tabs .nav-tabs a:hover {
	background-color: var(--ias-light-gray);
	border: 1px solid var(--ias-dark-gray);
}

@media(max-width:768px){
    .module_product_tabs .nav-tabs a {
    	padding: 10px !important;
    }
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	background-color: var(--ias-red);
	color: #FFFFFF;
	border-color: #ddd !important;
}
.swiper-viewport {
    margin-bottom: 0 !important;
}
#common-home .latestblog_mod .row > div {
	display: flex;
	justify-content: center;
}

#common-home .swiper-pagination .swiper-pagination-bullet {
	width: 35px;
  	height: 4px;
	background-color: rgba(12, 12, 23, 0.23);
}

#common-home .swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--accent2);
}

/*############################*/
/*    PRODUCTS CAROUSELS      */
/*############################*/

#common-home .products-carousel-module .swiper-wrapper {
	display: flex;
	width: auto;
}

.products-carousel-module .section_sub_title {
    color: #000000;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
}

#common-home .products-carousel-module:not(.side-carousel) .swiper-wrapper .swiper-slide {
	display: flex;
	/*width: calc(20% - 5px) !important;*/
}

#common-home .products-carousel-module:not(.side-carousel) .section_title {
	color: #000000;
	font-weight: bold;
	font-size: 30px;
	text-align: left;
	padding: 0 20px !important;
	line-height: 35px;
}

#common-home .module_product_tabs .tab-content .section_sub_title,
#common-home .module_product_tabs .tab-content .section_title {
    display: none;
}

#common-home .products-carousel-module {
    padding: 0px 15px;
}


/*####################*/
/*    RESPONSIVE      */
/*####################*/

@media(max-width: 1600px) {
	#common-home .row.products-carousel-module .section_title {
		font-size: 28px;
	}
}

@media(max-width: 1440px) {
	#common-home .row.products-carousel-module .section_title {
		font-size: 25px;
	}
}

@media(max-width: 1366px) {
	#common-home .row.products-carousel-module .section_title {
		font-size: 23px;
	}
}
@media(max-width: 1280px) {
	#common-home .row.products-carousel-module .section_title {
		font-size: 21px;
	}
	#common-home #content .row h3, 
	#common-home h3.headingmain, 
	#common-home .carousel.swiper-viewport h3, 
	#product-product #content h3,
	#common-home .row.products-carousel-module .section_title{
	    margin-top: 0 !important;
	}
	
}
@media(max-width: 1024px) {
	#common-home .row.products-carousel-module .section_title {
		font-size: 16px;
	}
    #common-home .products-carousel-module:not(.side-carousel) .swiper-wrapper .swiper-slide {
        display: flex;
        /*width: calc(25% - 10px) !important;*/
        flex-direction: column;
    }
    ul.nav.nav-tabs a {
        font-size: 13px !important;
    }
}
@media(max-width: 768px) {
	#common-home .row.products-carousel-module .section_title {
		font-size: 25px;
	}
}


/*############################*/
/*    CATEGORY CAROUSEL       */
/*############################*/

#common-home .carousel0_container {
    margin-bottom: 50px;
}

.tab-content{
	margin-bottom: 100px;
}
.row.pdf-documents-module{
	width: 100%;
}
.row.pdf-documents-module .section_title{
	color: #000;
	font-size: 30px !important;
	text-align: center;
	margin: 50px auto;
	font-weight: bold;
	line-height: 35px;
}
.row.pdf-documents-module .pdf-caption{
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 200px;
	line-height: 45px;
	font-size: 22px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: end;
	flex-direction: column;
}
.row.pdf-documents-module .pdf-title a{
	text-align: center;
  line-height: 45px;
  font-size: 22px;
  color: #ffffff;
}
.row.pdf-documents-module  .pdf-caption .btn{
	margin-bottom: 20px;
}
#common-home #carousel0 .text_container,
#common-home .tab-content .text_container {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	height: 200px;
	line-height: 45px;
	font-size: 22px;
	color: #ffffff;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.76) 100%);
	opacity: 0.8422975086030506;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

#common-home .carousel0_container .swiper-pagination {
	display: none;
}

#common-home #products-carousel-id .swiper-pager > div,
#common-home .carousel0_container .swiper-pager > div {
	width: 45px !important;
    height: 45px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0px;
    background: var(--ias-light-gray);
    border: 1px solid var(--ias-dark-gray);
}

#common-home #products-carousel-id .swiper-pager > div:first-child::before,
#common-home .carousel0_container .swiper-pager > div:first-child::before {
	content: "\f105" !important;
}

#common-home #products-carousel-id .swiper-pager > div:last-child::before,
#common-home .carousel0_container .swiper-pager > div:last-child::before {
	content: "\f104" !important;
}

#common-home #products-carousel-id .swiper-pager > div::before,
#common-home .carousel0_container .swiper-pager > div::before {
	display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0px !important;
    transform-origin: center !important;
    padding: 0px 0px 0px 0px;
    width: 12px !important;
    height: 26px !important;
	color: black !important;
    font-size: 30px !important;
}

#common-home #products-carousel-id:hover .swiper-pager .swiper-button-next {
	opacity: 0.7;
    right: 10px;
}

#common-home #products-carousel-id:hover .swiper-pager .swiper-button-prev {
	opacity: 0.7;
    left: 10px;
}

#common-home #carousel0 .swiper-slide {
    overflow: hidden;
}

/*############################*/
/*    RESPONSIVE              */
/*############################*/

 /* @media(max-width: 912px) {
	.carousel0_container #carousel0 .swiper-slide {
		width: 50% !important;
	}
 } */

/*############################*/
/*    PRODUCTS TAB CAROUSEL   */
/*############################*/

#common-home .row.featured-products-module.featured0 > h5,
#common-home .row.featured-products-module.featured1 > h5 {
	color: #000000;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

#common-home .row.featured-products-module.featured0 > h3,
#common-home .row.featured-products-module.featured1 > h3 {
	margin-top: unset;
}

#common-home .tab-content .row.products-carousel-module {
	width: 100% !important;
}

/*####################*/
/*    RESPONSIVE      */
/*####################*/

@media(max-width: 1440px) {
	.product-thumb>div {
		padding: 5px;
	}
	/* #common-home .product-thumb {
		width: 275px;
		height: 500px;
	} */
}

@media(max-width: 1366px) {
	.product-thumb h4 a {
		font-size: 15px;
	}
	/* #common-home .product-thumb {
		width: 262px;
	} */
}

@media(max-width: 912px) {
	.row.featured-products-module .row {
		grid-template-columns: 1fr 1fr !important;
	}
}

#blog #blogrelated .button-group {
    float: right;
}
#blog #blogrelated .price {
    float: left;
}

.single_blog_page #blogrelated .swiper-wrapper,
#product-product #related_products_carousel_ .swiper-wrapper {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
    padding: 0px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    padding: 10px 35px;
    box-sizing: border-box;
}
.single_blog_page #blogrelated .swiper-slide,
#product-product #related_products_carousel_ .swiper-slide {
	margin-right: unset !important;
    width: auto !important;
    height: auto !important;
	display: flex;
	align-items: center;
}
#product-product #related_products_carousel_.swiper-container {
	overflow: unset;
}

@media (max-width: 991px) {
    #common-home #content .row.featured-products-module.featured0,
    #common-home #content .row.featured-products-module.featured1 {
        max-width: 100% !important;
        width: auto !important;
        margin: auto !important;
    }
    
    #common-home #content .row.latest-products-module {
        width: auto !important;
    }
}

#common-home .row.special-products-module {
	max-width: 1650px;
	margin: auto;
}

#common-home .alert.alert-success.alert-dismissible.tk-add-cart,
#product-product .alert.alert-success.alert-dismissible.tk-add-cart,
#product-category .alert.alert-success.alert-dismissible.tk-add-cart,
#product-search .alert.alert-success.alert-dismissible.tk-add-cart,
#product-manufacturer .alert.alert-success.alert-dismissible.tk-add-cart {
	display: block;
	position: fixed;
	z-index: 1000;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.4);
	border: unset;
} 

.alert.alert-success.alert-dismissible .add-to-cart-inner {
	z-index: 1001;
	position: absolute;
	color: #333;
	width: 400px;
	height: auto;
	background: white;
	left: calc(50% - 200px);
	top: calc(50% - 165px);
	padding: 0px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    box-shadow: 1px 1px 30px #333;
}

.add-to-cart-inner .tk-cart-header {
	font-weight: 300;
	color: #333;
	font-size: 25px;
	text-align: center;
	margin-top: 25px;
	letter-spacing: 1px;
	line-height: 25px;
	padding-top: 10px;
}

.tk-cart-footer a {
	padding: 12px;
	background: #999;
	color: white !important;
	display: block;
	width: 50%;
	text-align: center;
	font-size: 16px;
}

.tk-cart-footer a:nth-child(2) {
	background: black;
}

.tk-cart-footer {
	display: flex;
	order: 99;
}

.tk-cart-header .fa.fa-check {
	color: #36e836;
	font-size: 35px;
	margin-bottom: 20px;
	font-weight: 300;
}

#form-language {
	margin-bottom: 0px;
}

#language_selection>button {
	color: #FFFFFF;
}
#language_selection {
	display: flex;
	align-items: center;
	margin-right: 30px;
}
#language_selection>button:first-child {
	border-right: 1px solid #FFFFFF;
}

#common-home #carousel0 img {
	margin: auto;
    transition: all 0.3s ease-in-out;
}

#common-home .alert.alert-success.alert-dismissible.tk-add-cart .add-to-cart-inner .close,
#product-product .alert.alert-success.alert-dismissible.tk-add-cart .add-to-cart-inner .close,
#product-category .alert.alert-success.alert-dismissible.tk-add-cart .add-to-cart-inner .close,
#product-search .alert.alert-success.alert-dismissible.tk-add-cart .add-to-cart-inner .close {
	position: absolute;
	background: white;
	opacity: 1;
	text-shadow: unset;
	top: 0;
	right: 0;
	font-size: 30px;
	padding: 5px;
	width: 40px;  
}

.tk-cart-body a {
	display: block;
	width: calc(100% / 3);
}

.tk-cart-body .special {
	color: red;
	text-decoration: line-through;
}

.tk-cart-body {
	display: flex;
	justify-content: space-between;
	padding: 40px 25px;
	align-content: center;
	align-items: center;
}

.tk-cart-body .product-price span {
	display: block;
}

.slideshow.swiper-viewport,
.row.swiper-viewport,
.carousel.swiper-viewport {
	border: none;
	box-shadow: unset;
}

.tk-cart-body a:nth-child(2) {
	width: 50%;
	font-size: 15px;
}

.tk-cart-body a:nth-child(1) {
	width: 100px;
}

.row.featured-products-module .row::before, 
.row.featured-products-module .row::after,
.row.latest-products-module .row:before,
.row.latest-products-module .row:after,
.row.special-products-module .row:before,
.row.special-products-module .row:after {
	display: none;
}

.row.featured-products-module .row {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 0 25px;
    justify-content: center;
    gap: 5px;
}

.row.latest-products-module .row,
.row.special-products-module .row {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    padding: 0 25px;
    justify-content: center;
    gap: 5px;
}

#banner0 {
    margin: auto;
}

.row.swiper-viewport.banner0, .row.swiper-viewport.banner1 {
	display: flex;
}

/* .row.swiper-viewport.banner0 {
	width: 50% !important;
	margin-left: auto !important;
} */

.row.swiper-viewport.banner1 {
	width: 50% !important;
	margin-right: auto !important;
}

.row.swiper-viewport.banner0 #banner0 a, 
.row.swiper-viewport.banner0 #banner0 a img,
.row.swiper-viewport.banner1 #banner1 a, 
.row.swiper-viewport.banner1 #banner1 a img {
	width: 100%;
	display: block;
	position: relative;
}

#common-home .banner1,
#common-home .banner2 {
	width: 100% !important;
	margin: auto;
	padding: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#common-home .banner1 {
	margin-right: 0px !important;
}

#common-home .banner2 {
	margin-left: 0px !important;
}

/*############################*/
/*   SIDE PRODUCTS CAROUSEL   */
/*############################*/

#common-home .side-carousel {
	width: 50% !important;
}

#common-home .side-carousel .section_title {
    text-align: left;
    margin-bottom: 100px;
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}
@media(max-width: 768px){
    #common-home .side-carousel .section_title{
        margin-bottom: 50px;
    }
}
#common-home #products-carousel-id {
    margin-bottom: 50px;
}
@media(min-width: 991px){
    #common-home .side-carousel .section_sub_title {
        text-align: left;
        margin-top: 100px;
    }
}
@media(max-width: 991px){
    .section_title {
        text-align: center !important;
        margin-bottom: 20px !important;
    }

	#common-home #products-carousel-id {
		margin-bottom: 20px;
	}
}

/*############################*/
/*    SECTION 6               */
/*############################*/

#common-home .row.featured-products-module.featured2 {
	width: 100%;
}

/*############################*/
/*    BRANDS CAROUSEL         */
/*############################*/

/* #common-home .carousel1_container{
    margin-bottom: 150px !important;
	padding: 0px 35px;
} */

/* #common-home .carousel.carousel1_container.swiper-viewport h3:before {
    display: block;
    width: 100%;
    height: auto;
    content: 'SHOP BY BRAND';
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 32px;
    font-weight: normal;
} */

#common-home #carousel1 img {
    margin: auto;
}

/*############################*/
/*    DONT MISS OFFERS        */
/*############################*/

@media(min-width: 1024px){
    #common-home .dont-miss-offers .section_title {
        padding: 0px 0px 50px;
    }
}



/*############################*/
/*    LASTEST BLOGS           */
/*############################*/

#common-home #latestblog .product-thumb {
	width: auto;
	height: auto;
}
#common-home .row.latest-posts .col-sm-12.col-xs-12 h4 {
    margin-top: 50px;
}
#common-home #latestblog .product-thumb .image img {
	width: auto;
	height: auto;
}

#common-home .latestblog_mod .product-thumb .caption {
	transition: 0.5s ease-in-out;
    width: 90% !important;
	padding: 15px !important;
}

#common-home .latestblog_mod .product-thumb:hover .caption {
	transform: translate(0, -70px);
    background-color: white;
    box-shadow: 0 0 12px 1px;
}

#common-home .latestblog_mod .product-thumb .caption .button_more a {
	text-transform: uppercase;
    color: #000000;
    text-decoration: underline;
    visibility: hidden;
	/* transition: 0.5s ease-out; */
}

#common-home .latestblog_mod .product-thumb:hover .caption .button_more a {
	visibility: visible;
}

/*####################*/
/*    RESPONSIVE      */
/*####################*/

@media(max-width: 912px) {
	#latestblog > .row {
		grid-template-columns: 1fr 1fr;
	}
}

/*###########################################################################*/
/*    INFORMATION PAGE                                                       */
/*###########################################################################*/

#error-not-found,
#checkout-cart,
#checkout-checkout {
    max-width: 1650px;
    margin: auto;
}

#error-not-found {
    max-width: 1650px;
    margin: auto;
}
#error-not-found .breadcrumb,
#information-contact .breadcrumb {
    margin: 0;
    padding-top: 10px !important;
    padding-left: 0;
}

#error-not-found .buttons {
    float: left;
}
#information-information > .row {
	width: 1370px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
}

#information-information .sidebar {
	width: 270px !important;
	margin-top: 30px;
	padding: 0 15px;
}

#information-information #content {
	width: calc(100% - 270px) !important;
}

#information-information .section_title {
	color: #000000;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
}

#information-information .list-unstyled li a {
	color: #000000;
    font-size: 18px;
    transition: all 0.2s;
    border-radius: 0px;
    min-height: 50px;
    display: flex;
    align-items: center;
	padding: 10px 15px;
    width: 100%;
}

#information-information .list-unstyled li:hover a {
	font-weight: bold;
}

#information-information .list-unstyled .current {
	background-color: #345176;
}

#information-information .list-unstyled .current a {
	color: #FFFFFF;
}

#information-information #content p {
	color: #000000;
	font-size: 15px;
	line-height: 27px;
}

#information-information#information-information,
#information-contact
{
    max-width: 1366px;
    margin: auto;
    margin-bottom: 120px;
}

#information-sitemap,
.extension-module-isenselabs_gdpr body > .container{
	max-width: 1560px;
    margin: auto;
    margin-bottom: 120px;
}

#information-sitemap ul.breadcrumb,
.extension-module-isenselabs_gdpr ul.breadcrumb{
	margin-left:0;
	padding-lefT:0;
}

#information-information #column-left{
    position: sticky;
    top: 0;
    padding-top: 100px;
}

#information-contact #column-left {
    padding-top: 20px;
    
}
#information-information > .row > h1,
#information-contact > .row > h1 {
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 10px 20px 10px;
}


/*####################*/
/*    RESPONSIVE      */
/*####################*/

@media (max-width: 768px) {
	#information-information #content {
		width: calc(100% - 240px) !important;
	}
	#information-information > .row {
		flex-direction: column;
	}
	#information-information > .row .sidebar,
	#information-information > .row #content {
		width: auto !important;
	}
	#information-information .sidebar {
	    border-bottom: solid 1px #ddd;
	}
}
@media(max-width: 1700px) {
    .row.special-products-module {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }

    .news-form {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    .headingmain {
        margin-left: 15px !important;
        margin-right: 15px !important;  
    }

    .carousel.swiper-viewport h3 {
        margin-left: 15px !important;
        margin-right: 15px !important;  
        width: calc(100% - 30px);
    }
}

@media(max-width: 1680px) {
	#common-home .banner1,
	#common-home .banner2 {
		padding: 20px;
	}
}

@media (min-width: 1650px) {
    .row.swiper-viewport.banner2 {
        margin-left: calc(50% - 825px) !important;
        width: 600px !important
    }

    .row.swiper-viewport.banner3 {
        margin-left: auto !important;
        margin-right: calc(50vw - 825px) !important;
        width: calc((100% - 32%) - (100vw - 1650px)) !important;
        width: 1030px !important;
    }

    .row.swiper-viewport.banner3 a {
        float: right;
    }
}

@media (max-width: 1649px) {
    .row.swiper-viewport.banner2 {
        width: 37% !important;
    }

    .row.swiper-viewport.banner3 {
        width: 63% !important;
    }

    .row.swiper-viewport.banner3 div#banner3 {
        height: 100%;
    }

    .row.swiper-viewport.banner3 div#banner3 a {
        height: 100%;
        display: block;
        position: relative;
    }

    .row.swiper-viewport.banner3 div#banner3 a img {
        height: 100%;
    }
}

@media(max-width: 1600px) {
	#common-home .banner1,
	#common-home .banner2 {
		padding: 20px;
	}
}

#common-home .slideshow.swiper-viewport {
	min-width: 100%;
}

@media (min-width: 767px) and (max-width: 930px){
    
    #product-category .mfilter-box ul,
    #product-manufacturer .mfilter-box ul,
    #product-search .mfilter-box ul  {
        width: 100% !important;
    }
    
    #product-category #column-left,
    #product-manufacturer #column-left,
    #product-search #column-left{
        width: 100% !important;
    }
}
@media(max-width: 768px) {
    .row.pagination_filters > div {
        width: fit-content !important;
    }
    #product-category .pagination_filters, 
    #product-manufacturer .pagination_filters, 
    #product-search .pagination_filters {
        flex-direction: column !important;
        align-items: self-end !important;
    }
}
@media(max-width: 540px) {
    #content > div:nth-child(2) > div {
        width: 100% !important;
    }
}

@media (max-width: 930px) {
    #product-category > .row, 
    #product-manufacturer > .row, 
    #product-search > .row {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }
    
    #product-category #content, 
    #product-manufacturer #content, 
    #product-search #content {
        width: 100% !important;
    }
    
    div#product-category > .row {
        margin: 0px !important;
    }
    #content > div:nth-child(2) > div {
        width: 50%;
    }
}

@media (max-width: 1024px) {
    #menu .mg-menu-container {
        display: flex;
        flex-direction: column;
		gap: 20px;
    	margin-top: 20px;
    }
    .container.main-menu {
        padding: 0;
        justify-content:start;
    }
    .container.main-menu .navbar-toggle {
        margin: 0;
        box-shadow: unset;
        background: unset !important;
        background-image: unset !important;
        border-color: unset !important;
        border: unset !important;
    }
    #menu .nav.navbar-nav {
        display: unset;
    }
    #menu .nav > li > a {
        padding-left: unset;
    }
    
    }
/*}*/


/*    -->                                                                                                                             CATEGORY PAGE > LEFT SECTION
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

html[class*="product"]:not([class*="product-product"]) #column-left {
	width: 370px !important;
	/* position: -webkit-sticky;
	position: sticky;
	top: 30px; */
}




/*    -->                                                       CATEGORY PAGE > LEFT SECTION > FILTERS MAIN TITLE                           
[2]   =========================================================================================================== */

.mfilter-box > .box-heading{
    color: #000000;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px !important;
    margin-bottom: 20px !important;
}

/*    -->                                                       CATEGORY PAGE > LEFT SECTION > FILTERS CONTAINER                            
[2]   =========================================================================================================== */

.box-content.mfilter-content {
	border: none !important;
	overflow: auto;
    padding-right: 25px !important;
}

.mfilter-button .mfilter-button-reset {
    border: solid 1px black;
    border-radius: 4px;
    padding: 5px 12px;
    color: black;
    font-size: 15px;
    margin-bottom: 10px;
    text-decoration: none !important;
}

.mfilter-button .mfilter-button-reset:hover {
    background: black;
    color: white;
    transition: all 0.5s;
}

.mfilter-button.mfilter-button-top i {
    margin-right: 7px;
}

/*    -->                                                           CATEGORY PAGE > LEFT SECTION > SECTION ITEMS                           
[2]   =========================================================================================================== */

.mfilter-content > ul > li {
	margin-top: 50px;
}

.mfilter-opts-container > .mfilter-content-wrapper {
  margin-top: 15px !important;
}

.mfilter-filter-item .mfilter-iscroll .mfilter-options {
	padding: 0px 0px 0px 0px !important;
}
.mfilter-heading-content i {
    display: none;
}

/*    -->     CATEGORY PAGE > LEFT SECTION > SECTION ITEMS > SCROLL                       
[3]   ------------------------------------------------------------- */

.mfilter-iscroll > .scroll-element, 
.mfilter-iscroll > .scroll-element div{
  z-index:1;
}

.mfilter-iscroll > .scroll-element .scroll-element_track {
	background: #ccc !important;
}

.mfilter-iscroll > .scroll-element .iScrollIndicator{
  background: black !important;
  opacity: 1 !important;
}

/*    -->                                                           CATEGORY PAGE > LEFT SECTION > SECTION TITLES                           
[2]   =========================================================================================================== */

.mfilter-heading {
	background: none;
	border: none !important;
}

.mfilter-heading-text span{
  font-size: 16px;
  font-weight: bold;
}

.mfilter-heading-content {
	border-bottom: 1px solid #d8d8d8;
	padding: 5px 10px 5px 0px;
}

/*    --> CATEGORY PAGE > LEFT SECTION > SECTION TITLES > COLLAPSE ICONS                                  
[3]   ------------------------------------------------------------- */

.mfilter-heading .mfilter-head-icon{
  background: none !important;
  transform:none !important;
  width: auto !important;
  height: auto !important;
  margin: 0px !important;
  transition: none !important;
  transform-origin: center center !important;
}

.mfilter-heading .mfilter-head-icon {
	transform: scaleX(1.7) !important;
}

.mfilter-heading .mfilter-head-icon::after {
	content: "-";
  font-style: normal !important;
	font-size: 23px;
	font-weight: bold;
}

.mfilter-heading.mfilter-collapsed .mfilter-head-icon{
  transform:none !important;
}

.mfilter-heading.mfilter-collapsed .mfilter-head-icon::after {
	content: "+";
}




/*    -->                                                           CATEGORY PAGE > LEFT SECTION > SECTION CONTENT                           
[2]   =========================================================================================================== */

.mfilter-opts-container{
  border:none !important;
}

.mfilter-tb-as-td.mfilter-col-input {
	padding: 0px !important;
}

.mfilter-tb-as-td{
  border:none !important;
}

.mfilter-col-input + .mfilter-tb-as-td {
	border: none !important;
	font-size: 16px;
	padding: 5px 10px 5px 10px !important
}

.mfilter-category-tree ul li a{
  font-size: 16px !important;
  color: black !important;
}

/*    -->    CATEGORY PAGE > LEFT SECTION > SECTION CONTENT > PRICE                           
[3]   ------------------------------------------------------------- */

.mfilter-price-inputs{
  margin-top: 20px;
}


.mfilter-price-inputs .separator {
	width: 15px;
	display: inline-block;
}

.mfilter-price-inputs > input {
	width: 35px !important;
	height: 35px !important;
	font-size: 15px !important;
	font-weight: bold;
	color: black;
	border: 1px solid #979797 !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	min-width: 35px !important;
	padding: 0px;
	text-align: center;
  margin: 0px 5px !important;
}

.mfilter-price-slider {
	margin-top: 25px;
}

.mfilter-slider-slider, 
#mfilter-price-slider {
	margin: 0 !important;
	display: block;
	position: relative;
	background: #f4f4f4 !important;
}

.mfilter-slider-slider, 
#mfilter-price-slider{
  height: 15px !important;
}

.mfilter-slider-slider .ui-slider-handle, 
#mfilter-price-slider .ui-slider-handle {
	margin-top: 1px;
	border-radius: 100% !Important;
	box-shadow: none !Important;
	background: none !important;
	background: #2C7E00 !important;
	width: 23px !important;
	height: 23px !important;
}




/*    -->                                                                                                                            CATEGORY PAGE > RIGHT SECTION
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

/*html[class*="product"]:not([class*="product-product"]) #content{*/
/*  width: calc(100% - 370px) !important;*/
/*}*/

#mfilter-content-container .compare_section, 
#mfilter-content-container .view_section{
  display:none !important;
}

/*    -->                                                              CATEGORY PAGE > RIGHT SECTION > HIDE INFOS              
[2]   =========================================================================================================== */

/* #mfilter-content-container > h2,
#mfilter-content-container > h3,
#mfilter-content-container > hr,
#mfilter-content-container > .row:nth-of-type(1),
#mfilter-content-container > .row:nth-of-type(2){
  display:none !important;
} */

/*    -->                                                            CATEGORY PAGE > RIGHT SECTION > VIEW OPTIONS                              
[2]   =========================================================================================================== */

html[class*="product"]:not([class*="product-product"]) #mfilter-content-container > .row:nth-last-child(3) {
	width: 100%;
	display: flex;
	justify-content: flex-end;
  margin-bottom: 20px;
}

html[class*="product"]:not([class*="product-product"]) #mfilter-content-container > .row:nth-last-child(3) .form-group{
  margin-bottom: 0px !important;
  margin-right: 10px !important;
}

html[class*="product"]:not([class*="product-product"]) #mfilter-content-container > .row:nth-last-child(3) > * {
	width: auto;
  padding: 0px !important
}

html[class*="product"]:not([class*="product-product"]) #mfilter-content-container > .row:nth-last-child(3) label{
  font-size: 15px !important;
  font-weight: bold;
  color:black;
}

html[class*="product"]:not([class*="product-product"]) #mfilter-content-container > .row:nth-last-child(3) select {
	font-size: 15px;
	width: auto;
	border: 1px solid #d8d8d8;
	height: 40px;
}

html[class*="product"]:not([class*="product-product"]) #mfilter-content-container > .row:nth-last-child(3) .pagination{
  margin-left: 30px;
}

/*    -->                                                                CATEGORY PAGE > RIGHT SECTION > PRODUCTS              
[2]   =========================================================================================================== */

html[class*="product"]:not([class*="product-product"]) .product-layout.product-grid {
	width: 25% !important;
	padding-left: 5px;
	padding-right: 5px;
  clear:none !important;
}

/*    -->                                                                                                                            NEWSLETTER GUEST
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.news-form strong {
    color: rgb(28, 100, 166);
}
.news-form h2 {
	margin: 0px 0px 40px;
	text-align: left;
	font-size: 50px;
	font-weight: 300;
    margin-bottom: 0px !important;
}
.news-form h3,
.pop-allready h4 {
	font-size: 20px !important;
	font-weight: normal;
}
.news-form h2 .fa.fa-paper-plane-o {
	font-size: 20px;
	margin-right: 10px;
}
.news-form #email {
	padding: 10px;
}
.news-form #email:focus-visible {
	outline: none;
}
.news-form #subscribe {
	background: black;
}
.error.not-valid, .error.allready {
	margin-top: 15px;
	font-weight: bold;
	color: #dd0000;
	letter-spacing: 0.5px;
}
.success.thankyou {
	margin-top: 15px;
	font-weight: bold;
	color: #247b31;
	letter-spacing: 0.5px;
}

.pop-allready .deleteusr {
	background: #ea0000;
	color: white;
	padding: 5px 35px;
	border: unset !important;
	box-shadow: unset !important;
}
.pop-allready {
    display: flex;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    z-index: 1001;
    color: #333;
    width: 100%;
    height: auto;
    box-shadow: 1px 1px 30px #333;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}
.pop-allready::before {
    position: absolute;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
}
.deleteusr {
    background: red;
    color: white;
    padding: 5px 35px;
    border: unset !important;
    box-shadow: unset !important;
}
.add-to-cart-inner {
    display: flex;
    flex-direction: column;
    width: 400px;
    background: white;
    box-shadow: 1px 1px 30px #333;
    padding: 20px;
}
.add-to-cart-inner .tk-cart-header {
    font-weight: 300;
    color: #333;
    font-size: 25px;
    text-align: center;
    margin-top: 0px;
    letter-spacing: 1px;
    line-height: 25px;
}
.tk-cart-header {
    order: 2;
}
.tk-cart-body {
    order: 3;
    display: flex;
    justify-content: space-between;
    padding: 40px 25px;
    align-content: center;
    align-items: center;
}
.close {
    opacity: 1;
    text-shadow: unset;
    top: 0;
    right: 0;
    font-size: 30px;
    padding: 5px !important;
    text-align: end;
    padding-right: 10px !important;
}
@media (min-width: 768px){
    .news-form {
    	margin: auto !important;
    	text-align: center;
    	display: flex;
    }
}
.news-form h1 {
	color: #FFFFFF;
    font-size: 45px;
    line-height: 54px;
    text-align: left;
    margin-top: unset;
}
.news-form h3 {
	font-size: 20px !important;
	font-weight: normal;
}
.news-form h1 .fa.fa-paper-plane-o {
	font-size: 20px;
	margin-right: 10px;
}
.news-form .subscribe {
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
}
@media(max-width: 1024px){
    footer .news-form .subscribe {
        flex-direction: column;
    }
}
.news-form #email {
	width: 100%;
	border: unset;
	font-size: 15px;
    line-height: 30px;
	border-bottom: 1px solid var(--ias-dark-gray);
	background: #FFF;
}
.news-form #email:focus-visible {
	outline: none;
}
.news-form #subscribe {
	padding: 12px 32px;
    font-size: 14px;
	border: unset;
	background-color: var(--ias-light-gray);
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}
.error.not-valid, .error.allready {
	margin-top: 15px;
	font-weight: bold;
	color: #ff0000;
	letter-spacing: 0.5px;
}
.success.thankyou {
	margin-top: 15px;
	font-weight: bold;
	color: #33ae46;
	letter-spacing: 0.5px;
}
.alert.alert-success.alert-dismissible.tk-add-cart.error.allready .deleteusr {
	background: red;
	color: white;
	padding: 5px 35px;
	border: unset !important;
	box-shadow: unset !important;
}
.news-form .buttons {
    text-align: left;
    display: block;
}

/*    -->                                                                                                                                               USER PAGES        
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.account-page,
.account-logout #common-success {
    max-width: 1350px;
    margin: auto;
    padding: 20px 40px;
}

#common-success div#content {
    width: fit-content;
    margin-left: 50px;
}
#common-success .buttons .pull-right {
    float: left !important;
}

.account-page h2,
.account-page h1 {
    font-weight: bold;
    margin-top: 0;
}

html.account-transaction.solid-header .btn-primary {
    color: black;
    border: black solid 1px;
}
html.account-transaction.solid-header .btn-primary:hover {
    background: black;
}

.account-page .breadcrumb,
.account-logout #common-success .breadcrumb {
    margin-left: 0;
    padding-left: 0;
}
.account-page .pull-left a {
    background: transparent;
    box-shadow: none;
    border: solid 1px var(--header);
    font-size: 14px;
    transition: 0.2s;
}
.account-page .pull-left a:hover {
    background: var(--header);
    color:white;
}

.pull-right input,
.pull-right a{
    font-size: 14px;
}
input[type="radio"] {
    accent-color: var(--accent2)
}

@media(max-width:768px){
    .account-page {
            display:flex;
            flex-direction:column-reverse; 
        }
    
    .account-page aside#column-left {
        display:block!important;
        width: 90%!important;
     }
}
/*    -->                                                                                                                      COMMON > LANGUAGE SWAP
[1]   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.for_greek,
.for_english {
    display: none;
}

html[lang="el"] .for_greek {
    display: block;
}

html[lang="el"] .for_english {
    display: none;
}

html[lang="en"] .for_greek {
    display: none;
}

html[lang="en"] .for_english {
    display: block;
}

.minimum.alert.alert-info {
	margin-top: 15px;
	display: none;
}

.swiper-viewport img {
	width: 100%;
}

@media(max-width: 768px) {
	.module_product_tabs .nav-tabs {
		display: flex;
		flex-direction: column;
		flex-wrap: unset;
	}

	.module_product_tabs .nav-tabs li {
		min-width: 240px;
	}
}

/* Hover/focus (only when NOT active) */
.nav-tabs > li:not(.active) > a[href^="#tab"],
.nav-tabs > li:not(.active) > a[href^="#tab"]:hover,
.nav-tabs > li:not(.active) > a[href^="#tab"]:focus {
  color: #EE1B24;
}
