#gqc_preview a.add-to-cart.button.nomargin.btn-full-width {
    width: 45% !important;
    display: inline-block;
    padding: 5px 0;
    font-size: 1.1em;
    letter-spacing: 0.01em;
    height: unset;
    border-radius: 5px;
    margin: 0 7px !important;
}

#gqc_preview .modal-content .close {
    font-size: 25px;
}

div.product-title h3 {
    line-height: 1.2;
    height: auto;
}

.locale_de-de .sect-divider a.btn, .locale_es-es .sect-divider a.btn, .locale_la-es .sect-divider a.btn {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    font-weight: 500;
}

.locale_de-de i.icon-ok, .locale_es-es i.icon-ok, .locale_la-es i.icon-ok, .locale_pt-pt i.icon-ok, .locale_la-pt i.icon-ok {
    display: none !important;
}

.locale_it-it .sect-divider a.btn, .locale_fr-fr .sect-divider a.btn {
    font-size: 11px;
}

.locale_pt-pt .sect-divider a.btn, .locale_la-pt .sect-divider a.btn {
    font-size: 11px;
    padding-left: 3px;
    padding-right: 3px;
    letter-spacing: -0.8px;
}

.popover {
    padding: 0;
    border: 2px solid #2292D3;
}

.popover.bottom>.arrow:after {
    border-bottom-color: #2292d3;
}

.popover-title {
    background-color: #2292d3;
    color: #fff;
}

#Sortblock button {
    float: right;
    min-width: 150px;
    border-color: #eee;
}

#Sortblock .btn-default {
    margin: 0;
}

#Sortblock .dropdown-menu {
    left: auto;
    position: absolute;
    right: 6px;
    top: 39px;
    width: 100px;
}

#Sortblock .sorttitle {
    float: right;
    margin-right: 10px;
    margin-top: 7px;
}

.product_list {
    margin-top: 0;
}

.product_list[data-subcategory='0'] .product-record-single {
    height: 450px;
}

.sect-divider div:last-child {
    width: 100%;
}

.Filter_Sorting_Button .button, .Filter_Sorting_Button .button:hover {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    padding: 1px 6px;
    font-size: 0.9em;
    margin: 5px;
    height: 28px;
    line-height: 28px;
    background-color: #2292D3;
    color: #FFF;
    text-transform: none;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 1px solid rgba(34, 146, 211, 1.0);
}

.Filter_Sorting_Button .button.nofocus {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    padding: 1px 6px;
    font-size: 0.9em;
    margin: 5px;
    height: 28px;
    line-height: 28px;
    background-color: rgba(255, 255, 255, 0.2);
    color: rgba(0, 0, 0, 0.8);
    text-transform: none;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    text-shadow: none;
}

.Filter_Sorting_Button .button.nofocus:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: rgba(255, 255, 255, 1.0);
    border: 1px solid rgba(0, 0, 0, 0.8);
    text-shadow: none;
}

div.product-record-single {
    padding: 0px 5px;
    border: 0px;
    position: relative;
    margin-bottom: 50px;
}

.product-record-single .sect-divider {
    border: 1px solid #e6eaeb;
    box-shadow: 0px 0px 3px 2px rgba(238, 238, 238, 0.4);
    transition: all 0.15s linear 0s;
    padding: 15px 15px 20px 15px;
    border-radius: 3px;
}

.product-record-single .sect-divider:hover {
    border-color: #2292D3;
    margin-top: 0px;
    z-index: 2;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-box-shadow:  0px 1px 2px 4px rgba(34, 146, 211, 0.1);
    -moz-box-shadow:  0px 1px 2px 4px rgba(34, 146, 211, 0.1);
    box-shadow: 0px 1px 2px 4px rgba(34, 146, 211, 0.1);
    transition: all 0.15s linear 0s;
}

.checkbox.product-list label {
    letter-spacing: 0px;
}

.sect-divider div.product-desc {
    padding: 0px;
    min-height: 160px;
}

.sect-divider .checkbox.product-list {
    position: static;
    height: 30px;
    border-bottom: 1px solid #d4d7d8;
    padding-bottom: 5px;
}

.sect-divider a.btn {
    min-width: 180px;
    width: 100%;
    border-radius: 3px;
}

.sect-divider a.btn:hover {
    color: #fff;
    background-color: #2292D3;
}

.sect-divider .product-price {
    font-size: 0.9em;
    font-weight: 400;
    color: #696c6e;
    margin-bottom: 4px;
    height: auto;
    min-height: 90px;
}

.sect-divider .btn-primary {
    background-color: #fff;
    color: #2292D3;
    border-color: #2292D3;
    border-radius: 2px;
}

.linkblock {
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
}

.addtocart.added {
    padding-left: 25px;
}

.comparison_block {
    position: relative;
    color: #7b6c92;
}

#filter_form .checkbox {
    margin-bottom: 10px;
}

/* Create a custom checkbox */

.checkmark {
    position: relative;
    display: inline-block;
    height: 17px;
    width: 17px;
    background-color: #fff;
    top: 0px;
    margin-right: 6px;
    border-radius: 3px;
    border: 1px solid #888;
    float: left;
    margin-bottom: 3px;
}

#product_lists .checkmark {
    margin-right: 3px;
}

/* On mouse-over, add a grey background color 
.container:hover input ~ .checkmark {
background-color: #ccc;
}
*/

/* When the checkbox is checked, add a blue background */

.container input:checked~.checkmark, .well-filter input:checked~.checkmark {
    background-color: #2292d3;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */

.container input:checked~.checkmark:after, .well-filter input:checked~.checkmark:after {
    display: block;
}

.container input:checked~.checkmark, .well-filter input:checked~.checkmark:after {
    border-color: #2292d3;
}

/* Style the checkmark/indicator */

.container .checkmark:after, .well-filter input:checked~.checkmark:after {
    left: 6px;
    top: 1px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#filter_form label {
    padding-left: 0px;
    line-height: 18px;
}

.cp_chk {
    display: none;
}

.checkbox.product-list label {
    padding-left: 0px;
}

#table_temp {
    display: none;
}

.listmode tr:hover td {
    transition-duration: 0s;
    cursor: pointer;
    background-color: #bbe1ef;
    color: #000;
}

table#table_temp+h1 {
    margin-top: 0;
}

.listmode h1 {
    margin: 40px 0 5px;
    text-align: left;
}

.icon-th-large {
    margin-right: 5px;
    font-size: 18px;
    /*position: relative;*/
    top: 6px;
    cursor: pointer;
}

.icon-list2 {
    font-size: 18px;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.icon-list2:hover, .icon-th-large:hover {
    color: #2292d3;
    transition-duration: 0s;
}

.modeset.actived {
    color: #2292d3;
}

.listmode th {
    padding: 15px 10px;
    color: #000;
    background-color: #e9eced;
}

.listmode th a {
    color: #000;
}

a span.dynatable-arrow {
    color: #2292d3;
    padding-left: 3px;
    font-size: 9pt;
}

#product_lists.col-lg-12 div.product-record-single {
    padding: 0px 15px;
}

#product_lists.col-lg-12 .product-image img {
    width: 780%;
}

i.icon-ok {
    vertical-align: text-bottom;
    position: absolute;
    left: 12px;
    top: 6px;
    font-size: 14px;
    padding-right: 5px;
    font-size: 1em;
}

@media (max-width: 960px) {
    .product-record-single {
        height: 550px;
    }
}

@media (max-width: 768px) {
    .product-record-single {
        height: 500px;
    }
}

@media (max-width: 480px) {
    .product-record-single {
        height: unset;
    }
    .sect-divider a.btn {
        min-width: 150px;
        padding: 10px 0;
    }
    .icon-ok {
        display: none;
    }
    .addtocart.added {
        padding-left: 10px;
    }
    .sect-divider .checkbox.product-list {
        border: 0px;
    }
}

.extra_style:hover {
    background-color: #2292d3;
    color: #fff;
}

.extra_style {
    background-color: #fff;
    color: #2292d3;
    display: block;
    width: 180px;
    padding: 3px 0px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    border: 1px solid #2292d3;
    border-radius: 3px;
    cursor: pointer;
}

.copy-to-clipboard input {
	border: none;
	background: transparent;
}

.copied {
	position: absolute;
	background: #1266ae;
	color: #fff;
	font-weight: bold;
	z-index: 99;
	width: 90%;
	top: 10px;
	text-align: center;
	padding: 10px;
	display: none;
	font-size: 18px;
}

#gqc_preview a#gqc_close.add-to-cart.button.nomargin.btn-full-width {
    color: #2292d3;
    background-color: #fff;
    text-shadow: none;
    border: 1px solid #2292d3;
}


#gqc_preview a#gqc_close.add-to-cart.button.nomargin.btn-full-width:hover {
    background-color: #333;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    border: 1px solid rgba(0,0,0,.2);
}

.locale_se-sv .sect-divider .checkbox.product-list{
    height: 42px;
}

.locale_se-sv #content #product_listing #product_lists .sect-divider .btn,
.locale_nl-nl #content #product_listing #product_lists .sect-divider .btn{
    white-space: break-spaces;

}

#product_lists {
    padding-left: 20px;
}

#product_category_list .category {
  /*font-size: 0.99em;*/
  font-size: 0.95em;
  /*color: #353536;*/
  color: #151515;
  /*text-transform: uppercase;*/
  display: block;
  width: 98%;
  /*font-weight: 500;*/
  font-weight: 400;
  line-height: 1.35;
  padding-bottom: 4px;
  transition: all .3s ease-in-out 0s;
}
#product_category_list .category:hover {
    color: #0296d4;
    color: #074576;
    transition: all .3s ease-in-out 0s;
}
#product_category_list .category.cur_cat {
    font-weight: 500 !important;
}
#product_category_list .fa-angle-right, #product_category_list .fa-angle-down, #product_category_list .fa-chevron-right {
    font-size: 1.5em;
    font-weight: 500;
    color: #006399;
    position: relative;
    float: right;
    top: 2px;
    left: -4px;
    cursor: pointer;
}
#product_category_list > ul > li:first-child {
    padding-top: 20px;
}
#product_category_list > ul > li:last-child {
    padding-bottom: 10px;
}
#product_category_list > ul > li {
    margin-bottom: 10px;
    padding-left: 2px;
}
/*#product_category_list a.category::before {
	font-family: "Font Awesome 5 Free";
	content: "+";
	color: #353536;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: 600;
	font-style: normal;
	font-variant: normal;
	display: inline-block;
	position: relative;
	float: right;
	margin: 0;
	top: -2px;
}
*/
#product_category_list a.category::before {
    content: "";
    background: url(//assets.aten.com/webpage/shared/CMS_Libraries/Images/plus-normal.svg) no-repeat center center;
    background-size: 100%;
    position: relative;
    display: block;
    width: 13px;
    height: 13px;
    float: right;
    /*top: 5px;*/
    top: 3px;
    left: 2px;
    filter: invert(0) sepia(0) saturate(0) hue-rotate(150.9deg) brightness(1.2);
    transition: all 0.3s ease-in-out 0s;
}
#product_category_list a.category.active::before {
    content: "";
    background: url(//assets.aten.com/webpage/shared/CMS_Libraries/Images/minus-normal2.svg) no-repeat center center;
}

#product_category_list a.category:hover::before {
    /*filter: invert(0.1) sepia(1) saturate(4) hue-rotate(150.9deg) brightness(1) !important;*/
    filter: invert(0.1) sepia(1) saturate(4) hue-rotate(150.9deg) brightness(0.5) !important;
    transition: all 0.3s ease-in-out 0s;
}

#product_category_list a.category.cur_cat::before {
    filter: invert(0.1) sepia(1) saturate(4) hue-rotate(150.9deg) brightness(1) !important;
    transition: all 0.3s ease-in-out 0s;
}
/*----------------------------- SubCategory -------------------------------------*/

.subcategory {
    margin-left: 12px;
    margin-top: 6px;
    padding-bottom: 7px !important;
}
#product_category_list .subcategory li {
    display: block;
    padding-bottom: 9px;
}
#product_category_list .subcategory a {
    /*color: #6c6c6d;
    color: #7c7c7c;*/
    color: #555;
    font-size: 0.85em;
    line-height: 1.4em;
    display: flex;
}
.subcategory li a::before {
    content: "■ ";
    list-style: none;
    /*color: #6c6c6d;*/
    color: #7c7c7c;
    font-family: Arial;
    line-height: 2.2em;
    display: block;
    position: relative;
    top: 2px;
    left: -10px;
    margin-left: 5px;
}

.subcategory li a::before{
    font-family: Arial;
    list-style: none;
    font-size: .5em;
}
#product_category_list .subcategory a:hover::before {
    color: #0296d4;
    color: #074576;
}
.subcategory .cur_sub a {
    font-weight: 500;
}
.subcategory .cur_sub a::before {
    color: #0296d4 !important;
}

ul.subcategory li:first-child a {
    /*padding-top: 5px;*/
    padding-top: 0px;
}
/*------------------------- Filter -------------------------------------*/
#filter_form {
    /*padding: 0px 20px 10px 20px;*/
    padding: 0px 16px 10px 16px;
    /*margin-top: 7px;*/
    margin-top: 8px;
}
.well-filter {
background-color: transparent;
padding-top: 13px;
margin: 0px 0;
border-top: 1px solid transparent;
}
.well-filter h2 {
    padding-bottom: 5px;
}
.well-filter > div:nth-child(2) {
    margin-top: 25px;
}
.well-filter a.reset {
    font-size: 0.8em;
    font-weight: 500;
    color: #2292d3;
    text-decoration: none !important;
    cursor: pointer;
    padding: 0 10px;
    float: right;
}
.well-filter a.reset::after {
    font-family: "Font Awesome 5 Free";
    content: "\f057" !important;
    font-size: 1.1em;
    line-height: 1.4em;
    font-weight: 600;
    font-style: normal;
    color: #2292d3;
    font-variant: normal;
    display: block;
    position: relative;
    opacity: 0.6;
    float: right;
    margin: 0;
    top: 4px;
    left: 7px;
    transition: all .3s ease-in-out 0s;
}

.well-filter a:hover.reset::after {
  opacity: 1.0;
  transition: all .3s ease-in-out 0s;
}

#filter_form h4 {
  font-weight: 400;
  /*font-weight: 500;*/
  margin-bottom: 10px;
  /*text-transform: uppercase;*/
}

#filter_form h4, #filter_form .checkbox {
    padding-left: 5px;
    padding-right: 5px;
}

/* hr 移至 div > check box > 最下方 */
#filter_form hr {
  /*border-top: 1px solid #d5d5d5;*/
  /*border-top: 1px solid #ccc;
  margin: 30px 0 25px;*/
  border-top: 1px solid #e3e3e4;
  margin: 25px 0 25px;
}

#product_category_list h2{
  width: 90%;
}

.well-filter > div:first-child {
    /*border-bottom: 1px solid #ccc;*/
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
}

#filter_form label:hover {
    color: #000;
    color: #074576;
    transition: all .3s ease-in-out 0s;
}

#filter_form label:hover .checkmark {
    border: 1px solid #074576;
    transition: all .3s ease-in-out 0s;
}

#filter_form, #product_category_list {
  letter-spacing: 0.001em;
  /*background-color: #f9f9f9;*/
  background-color: #f8f8f8;
  border-radius: 4px;
  /*border: 1px solid #ebebeb;*/
  border: 1px solid transparent;
  border-bottom: 1px solid #eaeaea;
}
#product_category_list {
    margin-top: -3px;
    /*padding: 13px 20px 13px 20px;*/
    padding: 13px 16px 13px 16px;
    margin-bottom: 5px;
    position: relative;
    z-index: 112;
}

#product_category_list:not(.active):hover {
  cursor: pointer;
  border: 1px solid #0296d4;
  transition: all .3s ease-in-out 0s;
}

#product_category_list:not(.active):hover h2 {
    color: #0296d4;
}
#product_category_list > h2.subtitle:hover {
    color: #0296d4;
}
#product_category_list:hover .fa-angle-right, #product_category_list:hover .fa-angle-down, #product_category_list:hover .fa-chevron-right {
    color: #0296d4;
}
#product_category_list > ul .subcategory{
  display: none;
}



.subcategory{
    margin-left: 15px;
    margin-top: 6px;
}
#product_category_list .subcategory a{
    color: #555;
    font-weight: 400;
    display: flex;
}

#product_category_list .subcategory a:hover{
    color: #0296d4;
    color: #074576;
}

#product_category_list > ul {
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-top: 15px;
    border-top: 1px solid #d5d5d5;
}

#product_category_list > ul > li{
    margin-bottom: 7px;
}

.desktop-product-header .subtitle {
    color: #404141;
    font-size: 1.15em;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 0px;
}

.ajax-loader {
    position: relative;
    top: -3px;
    left: 4.5%;
}
.cur_cat,.cur_sub a{
    color:#0296d4 !important;
}
#product_category_list > ul{
    display: none;
}
#product_category_list > h2{
    cursor: pointer;
}
#product_category_list > h2.subtitle:hover {
color: #0296d4;
}
#product_category_list .fa-angle-down{
    font-size: 1.3em;
    position: relative;
    top: 4px;
    float: right;
    color: #006399;
    font-weight: bold;
    display: none;
}

.well-filter .col-md-3,.well-filter .col-md-12{
    padding: 0;
}
#Sortblock{
    position: absolute;
    float: right;
    z-index: 111;
    right: 0;
}