body {
    font-family: 'Open Sans Regular', serif;
    font-weight: normal;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

.lh-60px {
    line-height: 60px;
}

.mt-50px {
    margin-top: 50px;
}
textarea {
    resize: none;
}

.top-bar {
    line-height: 30px;
    background-color: #045862;
}

.top-bar .carousel-item {
    text-align: center;
    white-space: nowrap;
}

.top-bar .carousel-item a {
    font-family: 'franklin_gothic_medium_regular', serif;
    color: #FFF;
    text-decoration: none;
    font-weight: normal;
}
header {
    z-index: 1001;
    position: relative;
}

.top-menu-container {
    z-index: 1000;
    position: relative;
}

.header-logo img {
    max-height: 50px;
    margin-top: 0px;
}

.header-search input {
    font-family: 'Open Sans Semibold', serif;
    color:#9f9f9f;
    background-color: #f9f9f9;
    border:1px solid #ececed;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 50px;
}
.header-search button {
    background-color: #ff6f00;
    border: 1px solid #ff6f00;
    border-radius: 0 5px 5px 0;
    color:#fff;
    height: 50px;
}

header .header-search-container {
    position: absolute;
    top: 50px;
    padding-left: 40px;
    padding-right: 40px;
    z-index: 1001;
    width: 90%;
}

header .header-search-container #product-search {
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    padding: 15px;
}

header .header-search-container #search_container_first {
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    padding: 15px;
}

header .header-search-container #search_container_first .close {
    margin-bottom: 10px;
}
header .header-search-container #search_container_first .close > i {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

header .header-search-container #search_container_first .top-search  a  {
    display: flex;
    flex-flow: column wrap;
    align-items: stretch;
    flex-grow: 4;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


header .telephone {
    display: inline-block;
    border-right: 1px solid #8c938f;
    padding-right: 5px;
    max-height: 50px;
}
header .telephone .telephone-container {
    position: relative;
    top: -13px;
    margin-right: 5px;
}
header .telephone img {
    max-width: 30px;
}
header .telephone .telephone-number {
    font-family: "Open Sans Bold", serif;
    color: #ff6f00;
    font-size: 18px;
    letter-spacing: 2px;
    position: relative;
    top: 5px;
}
header .telephone .telephone-text {
    font-family: "Open Sans Semibold", serif;
    color: #3b3b3b;
    font-size: 11px;
    position: relative;
    top: -2px;
}

header .transport {
    display: inline-block;
    border-right: 1px solid #8c938f;
    padding-right: 5px;
    max-height: 50px;
    position: relative;
    top: -13px;
    min-height: 50px;
}
header .transport .transport-container {
    position: relative;
    top: 0px;
    margin-right: 5px;
}
header .transport img {
    max-width: 30px;
}
header .transport .transport-text {
    font-family: "Open Sans Semibold", serif;
    color: #363636;
    font-size: 11px;
    position: relative;
    top: 7px;
}

header .login {
    display: inline-block;
    border-right: 1px solid #8c938f;
    padding-right: 5px;
    height: 50px;
    max-height: 50px;
    position: relative;
    top: -21px;
}
header .login .login-container {
    position: relative;
    top: 7px;
    margin-right: 5px;
}
header .login img {
    max-height: 30px;
}
header .login .login-text {
    font-family: "Open Sans Semibold", serif;
    color: #363636;
    font-size: 11px;
    position: relative;
    top: 7px;
}

header .cart {
    display: inline-block;
    padding-right: 5px;
    height: 50px;
    max-height: 50px;
    position: relative;
    top: -21px;
}
header .cart .product-count {
    position: absolute;
    right: 2px;
    bottom: 4px;
    color: #363636;
    font-weight: normal;
    background: #fff;
    border-radius: 50%;
    width: 15px;
    text-align: center;
    font-size: 10px;
}
header .cart .cart-container {
    position: relative;
    top: 7px;
    margin-right: 5px;
}
header .cart img {
    max-height: 30px;
}
header .cart .cart-text {
    font-family: "Open Sans Semibold", serif;
    color: #363636;
    font-size: 11px;
    position: relative;
    top: 7px;
}

header.custom {
    margin-bottom: 10px;
}
header.custom .telephone-custom .telephone-container {
    position: relative;
    top: -20px;
    margin-right: 5px;
}
header.custom .telephone-custom img {
    max-width: 60px;
}
header.custom .telephone-custom .telephone-text {
    font-family: "Open Sans Semibold", serif;
    color: #3b3b3b;
    font-size: 12px;
    position: relative;
    top: -2px;
}
header.custom .telephone-custom .telephone-number {
    font-size: 28px;
    font-family: "Open Sans Bold", serif;
    color: #4f5764;
    letter-spacing: 2px;
    position: relative;
    top: -7px;
}
header.custom .btn.btn-light {
    border: 1px solid #000;
    padding: 10px 20px;
    font-size: 20px;
}

.mtb-auto{
    margin-top: auto;
    margin-bottom: auto;
}
.pl-0 {
    padding-left: 0;
}
.pr-0 {
    padding-right: 0;
}
.plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.plr-11px {
    padding-left: 11px !important;
    padding-right: 11px !important;
}
.brl-0 {
    border-radius: 0 5px 5px 0;
}
.brr-0 {
    border-radius: 5px 0 0 5px;
}
.text-right {
    text-align: right;
}

.cart-summary {
    color: #4e5663;
    background-color: #f7f9f9;
    padding: 0 20px 10px;
    width: 450px;
    margin-right: -480px;
    height: 100%;
    position: fixed;
    z-index: 1002;
    top: 0;
    right: 0;
    overflow-x: hidden;
    box-shadow: 5px 10px 20px #000;
}
.cart-summary .cart-summary-close {
    position: absolute;
    left: 11px;
    top: 13px;
    color: #045862;
    cursor: pointer;
}
.cart-summary .cart-summary-title {
    font-weight: 300;
    text-align: center;
    font-size: 22px;
    color: #ff6f00;
    background-color: #fff;
    text-transform: uppercase;
    line-height: 50px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.cart-summary .cart-summary-product {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
}

.cart-summary .cart-summary-product .product-thumb {
    width:110px;
    padding-left: 11px;
}
.cart-summary .cart-summary-product .product-name {
    text-decoration: none;
    font-size: 18px;
    color: #4e5663;
}
.cart-summary .cart-summary-product .product-desc {
    height:50px;
}
.cart-summary .cart-summary-product .product-remove {
    font-size: 20px;
    color: #4e5663;
}
.cart-summary .cart-summary-product table {
    margin-bottom: 0;
    border-color: #dfe1e4;
    color: #4e5663;
}
.cart-summary .cart-summary-product table tbody,
.cart-summary .cart-summary-product table td,
.cart-summary .cart-summary-product table tfoot,
.cart-summary .cart-summary-product table th,
.cart-summary .cart-summary-product table thead,
.cart-summary .cart-summary-product table tr {
 border-width: 0;
}
.cart-summary .cart-summary-product table tr.product-border-top {
    border-top: 1px solid #dfe1e4;
}
.cart-summary .cart-summary-total table tbody,
.cart-summary .cart-summary-total table td,
.cart-summary .cart-summary-total table tfoot,
.cart-summary .cart-summary-total table th,
.cart-summary .cart-summary-total table thead,
.cart-summary .cart-summary-total table tr {
    border-width: 0;
}
.cart-summary .btn-basket {
    background-color: #fff;
    color: #596271;
    border-color:#596271;
    width: 100%;
}
.cart-summary .btn-checkout {
    background-color: #eecc36;
    color: #fff;
    border-color:#eecc36;
    width: 100%;
}
.cart-summary .btn-cart-close {
    background-color: #045862;
    color: #fff;
    border-color:#045862;
    width: 100%;
}

.cart-summary .cart-summary-product .product-counter button {
    width: 100%;
    border: 1px solid #ced4da;
}
.cart-summary .cart-summary-product .product-counter input {
    height: 100%;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

.modal-cart {
    border-radius: 10px;
    padding: 0 20px 20px;
    box-shadow: 5px 10px 20px rgba(0,0,0,0.6);
}
.modal-cart .cart-modal-close {
    position: absolute;
    right: 11px;
    top: 13px;
    color: #045862;
    cursor: pointer;
}
.modal-cart .img-thumbnail {
    width: 100%;
}
.modal-cart .cart-summary-title {
    font-weight: 300;
    text-align: center;
    font-size: 22px;
    color: #ff6f00;
    background-color: #fff;
    text-transform: uppercase;
    line-height: 50px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.modal-cart .cart-summary-product {
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
}

.modal-cart .cart-summary-product .product-thumb {
    width:120px;
    padding-left: 11px;
    height: 120px;
}
.modal-cart .cart-summary-product .product-name {
    text-decoration: none;
    font-size: 18px;
    color: #4e5663;
}
.modal-cart .cart-summary-product .product-desc {
    min-height:15px;
}
.modal-cart .cart-summary-product .product-remove {
    font-size: 20px;
    color: #4e5663;
}
.modal-cart .cart-summary-product table {
    margin-bottom: 0;
    border-color: #dfe1e4;
    color: #4e5663;
}
.modal-cart .cart-summary-product table tbody,
.modal-cart .cart-summary-product table td,
.modal-cart .cart-summary-product table tfoot,
.modal-cart .cart-summary-product table th,
.modal-cart .cart-summary-product table thead,
.modal-cart .cart-summary-product table tr {
    border-width: 0;
}
.modal-cart .cart-summary-product table tr.product-border-top {
    border-top: 1px solid #dfe1e4;
}
.modal-cart .cart-summary-total table tbody,
.modal-cart .cart-summary-total table td,
.modal-cart .cart-summary-total table tfoot,
.modal-cart .cart-summary-total table th,
.modal-cart .cart-summary-total table thead,
.modal-cart .cart-summary-total table tr {
    border-width: 0;
}
.modal-cart .btn-basket {
    background-color: #fff;
    color: #596271;
    border-color:#596271;
    width: 100%;
}
.modal-cart .btn-checkout {
    background-color: #eecc36;
    color: #fff;
    border-color:#eecc36;
    width: 100%;
}
.modal-cart .modal-btn-cart-close {
    background-color: #045862;
    color: #fff;
    border-color:#045862;
    width: 100%;
}

.modal-cart .cart-summary-product .product-counter button {
    width: 100%;
    border: 1px solid #ced4da;
}
.modal-cart .cart-summary-product .product-counter input {
    height: 100%;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
}

footer {
    color: #4f5764;
    background-color: #ebebeb;
    padding-top: 50px;
    padding-bottom: 50px;
}

footer .footer-logo {
    margin-bottom: 50px;
}

footer .footer-logo img {
    max-height: 49px;
}
footer .telephone {
    height: 70px;
}
footer .telephone .telephone-container img {
    width: 40px;
}
footer .telephone .telephone-container {
    position: relative;
    top: -22px;
    margin-right: 5px;
}
footer .telephone .telephone-text {
    font-size:13px;
    line-height: 16px;
}
footer .telephone .telephone-number {
    font-size:28px;
    font-family: "Open Sans Bold", serif;
    color: #4f5764;
    letter-spacing: 3px;
    position: relative;
    top: -7px;
}

footer .address .address-title,
footer .middle-title,
footer .right-title,
footer .bottom-title {
    font-weight: bold;
    font-size: 18px;
}
footer .address .address-text {
    max-width: 310px;
}

footer .social {
    margin-top: 20px;
}
footer .social > div {
    display: inline-block;
    margin-right: 10px;
}
footer .social img {
    width: 40px;
}

footer ul {
    list-style: none;
    padding-left: 0;
}
footer ul li {
    padding-top: 5px;
}
footer a,
footer ul li a {
    color:#4f5764;
    text-decoration: none;
}
footer .bottom-title {
    display: inline-block;
    margin-right: 10px;
}

footer .bottom-container {
    text-align: left;
    line-height: 100px;
}
footer .bottom-container-courier {
    line-height: 100px;
}
footer .bottom-container img {
    height: 126px;
}

footer .links {
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid #4f5764;
    padding-top: 10px;
    padding-bottom: 10px;
}
footer .links li {
    display: inline;
    margin-right: 10px;
}
footer .links li:not(:last-child):after {
    content: '|';
    padding-left: 10px;
}

#navbarTop {
    border-top:1px solid #c8c8c8;
}
#navbarTop .navbar-nav {
    padding-left: unset;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
}
#navbarTop .nav-item {
    min-width: 175px;
    text-align: center;
}
#navbarTop .nav-item:nth-child(4) {
    min-width: 250px;
}
#navbarTop .nav-item a {
    color:#3b3b3b;
    display: inline-block;
}
#navbarTop .nav-item a:after {
    border: 0;
}
#navbarTop .nav-item:not(:last-child):after {
    content: '|';
    float: right;
    margin-top: 8px;
}
#navbarTop .dropdown-menu.show {
    box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
}

#navbarTop .category .subject {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    border-bottom: 2px solid #ff6f00;
}

#navbarTop .category .nav-tabs,
#navbarTop .category .nav-tabs a.nav-link {
    text-align: left;
    border : 0;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: unset;
    transition:unset;
}
#navbarTop .category .nav-tabs a.nav-link {
    font-size: 18px;
}

#navbarTop .category  .tab-content {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}
#navbarTop .category .nav-tabs a.nav-link.active,
#navbarTop .category .nav-tabs a.nav-link:hover {
    background-color: #ff6f00;
    color:#fff;
}

#navbarTop .category .nav-tabs a.nav-link.active:after,
#navbarTop .category .nav-tabs a.nav-link:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 100%;
    background-color: #ff6f00;
    right: -23px;
    top: 0;
    clip-path: polygon(0% 0%, 100% 50%, 0 100%);
}
#navbarTop .category .nav-tabs a.nav-link img {
    width: 30px;
    margin-right: 10px;
}

#navbarTop .category .nav-tabs a.nav-link:not(:last-child) {
    border-bottom: 1px solid #c8c8c8;
}

#navbarTop .category .nav-tabs .nav-link {
    border-radius: 0;
}

#navbarTop .category  .tab-content  ul {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
    padding-left: 0;
}
#navbarTop .category  .tab-content  ul .title > a {
    font-weight: normal;
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 7px;
    text-decoration: none;
    line-height: 22px;
}
#navbarTop .category  .tab-content  ul .title,
#navbarTop .category  .tab-content  ul .child {
    list-style: none;
}
#navbarTop .category  .tab-content  ul .child > a {
    text-decoration: none;
    font-size: 14px;
}
#navbarTop .category  .tab-content  ul .child > a:hover {
    text-decoration: underline;
}

#navbarTop .brands .subject {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
#navbarTop .brands  ul {
    -moz-column-count: 6;
    -moz-column-gap: 20px;
    -webkit-column-count: 6;
    -webkit-column-gap: 20px;
    column-count: 6;
    column-gap: 20px;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

#navbarTop .brands  ul li.brand {
    text-align: center;
    border: 1px solid #EAEAEA;
    border-radius: 5px;
    margin-bottom: 7px;
    max-width: 150px;
    transition: box-shadow 0.3s;
}
#navbarTop .brands  ul li.brand:hover {
    box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
}

#navbarTop .brands   ul  li.brand > a {
    text-decoration: none;
    font-size: 14px;
    width: 100%;
}
#navbarTop .brands   ul  li.brand > a .name {
    opacity: 0.6;
    transition: opacity 0.4s;
}
#navbarTop .brands   ul  li.brand:hover > a .name {
    opacity: 1;
}

#navbarTop .brands  ul li.brand div.image {
    height: 105px;
    padding: 5px;
}


#navbarTop .brands  ul li.brand div.image > img {
    width: 100%;
    height: 95px;
}
#navbarTop .brands  ul li.brand div.image > img.no-image {
    width: auto;
}
#navbarTop .brands  ul li.brand div.name {
    width: 100%;
    background-color: #EAEAEA;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#navbarTop .brands  ul.category-brands {
    column-count: 2;
    margin-left: 0px;
    padding-left: 0;
}
#navbarTop .brands ul.category-brands li.brand {
    max-width: 110px;
}
#navbarTop .brands  ul.category-brands li.brand div.image {
    height: 65px;
}
#navbarTop .brands  ul.category-brands li.brand div.image > img {
    height: 55px;
}
#navbarTop .brands ul.category-brands li.brand div.name {
    height: 40px;
}
#navbarTop .brands ul.category-brands li.brand > a {
    font-size: 12px;
}
#navbarTop .category .brands .subject {
    font-size: 16px;
}
#navbarTop .category .category-brands-div {
    padding-top: 10px;
}

#navbarTop .brands a.btn {
    background-color: #ff6f00;
    border: 1px solid #ff6f00;
    border-radius: 5px;
    color: #fff;
}
a.btn-m {
    background-color: #fff;
    border: 1px solid #3b3b3b;
    border-radius: 5px;
    color: #3b3b3b;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}
#navbarTop .brands a.btn-m:hover,
#navbarTop .brands a.btn:hover {
    box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
}

#navbarTop .attributes .subject {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
}
#navbarTop .attributes  ul {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 8;
    column-gap: 20px;
    list-style: none;
}
#navbarTop .attributes  ul li.brand {
    text-align: center;
}
#navbarTop .attributes   ul  li.brand > a {
    text-decoration: none;
    font-size: 14px;
    width: 100%;
}
#navbarTop .attributes  ul li.brand div.image {
    height: 80px;
    line-height: 80px;
    padding: 5px;
}
#navbarTop .attributes  ul li.brand div.image > img {
    width: 100%;
}
#navbarTop .attributes  ul li.brand div.image > img.no-image {
    width: auto;
}
#navbarTop .attributes  ul li.brand div.name {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
}
#navbarTop .attributes a.btn {
    background-color: #ff6f00;
    border: 1px solid #ff6f00;
    border-radius: 5px;
    color: #fff;
}

#navbarTop .filters .subject {
    text-align: center;
    font-size: 19px;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
}
#navbarTop .filters  ul {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 8;
    column-gap: 20px;
    list-style: none;
}
#navbarTop .filters  ul li.brand {
    text-align: center;
}
#navbarTop .filters   ul  li.brand > a {
    text-decoration: none;
    font-size: 14px;
    width: 100%;
}
#navbarTop .filters  ul li.brand div.image {
    height: 80px;
    line-height: 80px;
    padding: 5px;
}
#navbarTop .filters  ul li.brand div.image > img {
    width: 100%;
}
#navbarTop .filters  ul li.brand div.image > img.no-image {
    width: auto;
}
#navbarTop .filters  ul li.brand div.name {
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
}
#navbarTop .filters a.btn {
    background-color: #ff6f00;
    border: 1px solid #ff6f00;
    border-radius: 5px;
    color: #fff;
}

.home-page-main {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.post-code-address {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #c2c2c2;
}
.post-code-address .location {
    margin-left: 20px;
    margin-right: 10px;
}
.post-code-address .location-icon {
    height:50px
}
.post-code-address .location-input {
    width: 500px;
    font-size: 14px;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}
.post-code-address .search {
    margin-right: 20px;
}
.post-code-address  .delivery div.icon,
.post-code-address  .shopping div.icon,
.post-code-address  .service div.icon {
    display: inline-block;
}
.post-code-address  .delivery div.text,
.post-code-address  .shopping div.text,
.post-code-address  .service div.text {
    font-size: 12px;
    inline-size: 90px;
    display: inline-block;
    line-height: 17px;
    position: relative;
    top: 7px;
    left: 5px;
}
.post-code-address  .shopping div.text {
    inline-size: 70px;
}

.home-main-tab {
    margin-top: 15px;
}
#home_main_tab.nav.nav-tabs {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 10px 10px 0 0;
    background-color: #eecc36;
}
#home_main_tab.nav.nav-tabs .nav-link,
#home_main_tab.nav.nav-tabs .nav-link.active {
    border-radius: 10px 10px 0 0;
}
#home_main_tab.nav.nav-tabs .nav-link {
    color:#fff;
    transition:unset;
}
#home_main_tab.nav.nav-tabs .nav-link.active {
    margin-top: -5px;
    height: 47px;
    padding-top: 13px;
    color:#393939;
}
#home_main_tab.nav.nav-tabs .nav-link:hover {
    margin-top: -5px;
    height: 47px;
    padding-top: 13px;
    background-color: #fff;
    color:#393939;
    border-color: #fff;

}

.home-page-main-backdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -o-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
}
#home_main_tab_content {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    min-height: 400px;
}
#common-home {
    z-index: 1;
    display: block;
    position: relative;
}

#home_main_tab_content .description,
#home_main_tab_content .banner {
    padding: 0;
}
#home_main_tab_content .description {
    padding-left: 30px;
}
#home_main_tab_content .short-description {
    font-size: 22px;
    color: #868b8e;
    margin-top: 20px;
    margin-bottom: 30px;
}
#home_main_tab_content .long-description {
    font-size: 34px;
    color: #333;
    margin-bottom: 30px;
}
#home_main_tab_content .description .btn {
    background-color: #bd1f2a;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
}
#home_main_tab_content .banner {
    text-align: right;
}
#home_main_tab_content .banner > img {
    border-radius: 10px;
}
.pointer {
    cursor:pointer;
}

.mlr-auto {
    margin-left: auto;
    margin-right: auto;
}
.ml-auto {
    margin-left: auto;
}
.mr-auto {
    margin-right: auto;
}
.alert {
    padding: 10px;
}
.p-20px {
    padding: 20px;
}
.plr-20px {
    padding-left: 20px;
    padding-right: 20px;
}
.plr-40px {
    padding-left: 40px;
    padding-right: 40px;
}
.pl-40px {
    padding-left: 40px;
}
.pl-20px {
    padding-left: 20px;
}
.pr-20px {
    padding-right: 20px;
}
.pr-40px {
    padding-right: 40px;
}

.navbar-nav .dropdown-menu {
    z-index: 1001;
}
.magnifier-lens {
    z-index: 100 !important;
    border: 0 !important;
}
#navbarTop .nav-link {
    width: 90%;
}
#navbarTop .nav-link.dropdown-toggle.show {
    color:#000;
    background-color: #f2f0f0;
}

#navbarTop .category .tab-content ul .title > a {
    transition: opacity 0.4s;
    opacity: 0.6;
}

#navbarTop .category .tab-content ul .title > a:hover {
    opacity:1;
}
#navbarTop .nav-item.dropdown.position-static > a:after {
    box-sizing: border-box;
    height: 7px;
    width: 7px;
    border-style: solid;
    border-color: #3b3b3b;
    border-width: 0px 1px 1px 0px;
    transform: rotate(45deg);
    transition: border-width 150ms ease-in-out;
}

#home_main_tab.nav.nav-tabs .nav-link.active {
    font-weight: bold;
    color:#333;
}

.pagination a {
    padding: 5px;
    color:#4f5764;
}
.pagination li.active > span {
    font-weight: bold;
    padding: 5px;
    color:#4f5764;
}

.ui-widget.ui-widget-content {
    height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.navbar-toggler:focus {
    box-shadow:unset;
}
.account-group .form-group {
    margin-top: 10px;
}
.account-group h1 {
    font-size: 26px;
}
.account-group h2 {
    font-size: 24px;
}
.account-group .buttons > div {
    display: inline-block;
    margin: 10px;
}
.modal-preview {
    padding-top: 30px;
    padding-bottom: 30px;
}
.modal-content .close-modal {
    width: 36px;
    height: 36px;
    position: absolute;
    top: -10px;
    right: -10px;
    display: block;
    background: #596271;
    color: #fff;
    line-height: 24px;
    border: 5px solid #868d97;
    border-radius: 30px;
    z-index: 3;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
}

.login-price {
    font-size: 12px;
    font-weight: normal;
    padding: 5px;
    margin: 3px 0 0;
}
.btn-price:disabled {
    background-color: #c3c3c3 !important;
}
@media (max-width: 576px) {
    .header-logo {
        height: 80px;
    }
    .header-logo img {
        margin-top: 10px;
    }
    .cart-summary {
        width: 100%;
        z-index: 1003;
    }
    #navbarTop .category .nav-tabs, #navbarTop .category .nav-tabs a.nav-link {
        text-align: left;
        border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
        position: relative;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: unset;
        transition: unset;
        font-size: 14px;
        font-weight: normal;
    }
    #navbarTop .category .nav-tabs a.nav-link.active:after, #navbarTop .category .nav-tabs a.nav-link:hover:after {
        content: '';
        position: absolute;
        width: 15px;
        height: 100%;
        background-color: #ff6f00;
        right: -15px;
        top: 0;
        clip-path: polygon(0% 0%, 100% 50%, 0 100%);
    }
    #navbarTop .category .nav-tabs a.nav-link img {
        margin-right: 0px;
    }
    #navbarTop .category .subject {
        font-size: 14px;
    }
    #navbarTop .category .tab-content ul .title > a {
        font-weight: normal;
        font-size: 14px;
    }
    #navbarTop .category .tab-content {
        padding-left: 0;
    }
    #navbarTop .category .tab-content ul {
        padding-left: 3px;
    }
    #navbarTop .dropdown-menu {
        text-align: left;
    }
    #navbarTop .attributes ul,
    #navbarTop .brands ul {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        column-count: unset;
        position: relative;
        padding-left: 0;
        text-align: left;
    }
    #navbarTop .attributes ul li.brand,
    #navbarTop .brands ul li.brand {
        width: 40%;
        display: inline-block;
        margin: 5px;
    }
    #navbarTop .attributes a.btn,
    #navbarTop .brands a.btn {
        font-size: 14px;
        margin: 3px;
    }
    .nav.nav-tabs li.nav-item {
        margin-left: auto;
        margin-right: auto;
    }
    #navbarTop .nav-item {
        text-align: left;
    }
    #navbarTop .nav-item:not(:last-child):before {
        content: "\f105";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
    }
    #navbarTop .nav-item:not(:last-child):after {
        content: '';
    }
    .cart-summary .btn-basket,
    .cart-summary .btn-cart-close,
    .cart-summary .btn-checkout {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 12px;
    }
    header.custom .btn.btn-light {
        padding: 5px 10px;
        font-size: 18px;
    }

    .account-group .btn {
        width: 100%;
        margin-top: 15px;
    }
    .account-group #column-right {
        display: none;
    }
    .account-group h1 {
        font-size: 22px;
    }
    .account-group h2 {
        font-size: 20px;
    }
    .account-group .list-unstyled li {
        margin-bottom: 10px;
    }
    .account-group a {
        color: #585858;
        text-decoration: none;
    }

    header .header-search-container {
        max-width: 94%;
        margin-left: 10px;
        margin-right: 10px;
    }
    header .header-search-container #search_container_result {
        max-width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 768px) {

}

@media (min-width: 768px) and (max-width: 992px) {

}

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        left: 0;
    }
    header.fixed {
        position: sticky;
        top: -15px;
        background: #fff;
        margin-left: auto;
        margin-right: auto;
        z-index: 1001;
        max-width: 100%;
        border-top: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
    }
    .top-menu-container.fixed {
        position: sticky;
        top: 70px;
        background: #fff;
        margin-left: auto;
        margin-right: auto;
        z-index: 1000;
        max-width: 100%;
        border-top: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
    }
    .top-menu-container.fixed #navbarTop {
        border-top: 0 !important;
    }
    .top-menu-container.fixed .navbar {
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
    }
    header.fixed .header-search-container {
        top: 80px;
    }
    header .header-search-container #product-search {
        min-width: 900px;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        left: 0;
    }
    header.fixed {
        position: sticky;
        top: -15px;
        background: #fff;
        margin-left: auto;
        margin-right: auto;
        z-index: 1001;
        max-width: 100%;
        border-top: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
    }
    .top-menu-container.fixed {
        position: sticky;
        top: 70px;
        background: #fff;
        margin-left: auto;
        margin-right: auto;
        z-index: 1000;
        max-width: 100%;
        border-top: 1px solid #c8c8c8;
        border-bottom: 1px solid #c8c8c8;
    }
    .top-menu-container.fixed #navbarTop {
        border-top: 0 !important;
    }
    .top-menu-container.fixed .navbar {
        max-width: 1560px;
        margin-left: auto;
        margin-right: auto;
    }
    header.fixed .header-search-container {
        top: 80px;
    }
    header .header-search-container #product-search {
        min-width: 900px;
    }
}

