html {
    font-size: 100%;
}

body {
    font-family: 'IBM Plex Serif', serif;
    font-display: optional;
    font-weight: 500;
    font-size: 1rem;
}

/*----------------------------------------------*/
/* General Style */
/*----------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 1.6rem;
    margin: 15px 0 0 0;
    padding: 0;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1.1rem;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

a {
    color: white;
}

a:hover {
    text-decoration: none;
}

.menulist a:focus {
    color: white;
}

.fa {
    font-size: 14px;
}

legend {
    font-size: 18px;
    padding: 7px 0;
}

label {
    font-size: 14px;
    font-weight: normal;
}

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: 14px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 13px;
}

.input-group .input-group-addon {
    font-size: 0.9rem;
    color: white;
    background: #0f4c81;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

a:hover,
div:focus,
img:focus {
    text-decoration: none;
    outline: none;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.btn.focus:active,
.btn:active:focus,
.btn:focus,
.addcart:focus {
    outline: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
div:focus,
img:focus,
.form-control:focus,
i:focus {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

/*----------------------------------------------*/
/* scroll bar */
/*----------------------------------------------*/
body ::-webkit-scrollbar-track {
    background-color: #f2f2f2;
    border-radius: 0;
}

body ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #ddd;
    border-radius: 0;
}

body ::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

::-moz-selection {
    background-color: #232323;
    color: #fff;
}

::selection {
    background-color: #232323;
    color: #fff;
}

/*----------------------------------------------*/
/* scrollToTop */
/*----------------------------------------------*/
.scrollToTop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 5;
    background: #0f4c81;
    color: white;
    height: 50px;
    width: 50px;
    text-align: center;
    box-shadow: 0 0 10px 2px rgba(255, 193, 10, 0.5);
}

.scrollToTop i {
    font-size: 22px;
    line-height: 50px;
}

.scrollToTop:hover,
.scrollToTop:focus {
    background: #0f4c81;
    color: white;
}


/*----------------------------------------------*/
/* alert */
/*----------------------------------------------*/
.alert.alert-success {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    margin: 0 0 20px 0;
    background: rgba(0, 160, 32, 1);
    color: white;
}

.alert {
    padding: 9px 30px 9px 15px;
    border-radius: 0;
    text-align: center;
    position: relative;
    line-height: 20px;
    z-index: 1;
}

.alert-dismissable .close,
.alert-dismissible .close {
    font-size: 22px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 38px;
    text-shadow: none;
}

.newsletterblock .alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
}

#form-review .alert.alert-success,
#post_comment .alert {
    position: relative;
}

/*----------------------------------------------*/
/* Start Newsletter Popup */
/*----------------------------------------------*/
.newsletter-content-innner {
    padding: 50px 30px;
}

#newsletter-popup .modal-content {
    background: transparent;
    box-shadow: none;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

.modal-content {
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: white;
    background-clip: padding-box;
    border-radius: 0;
}

.newsletter-popup .modal-dialog {
    margin: 20px auto;
    max-width: 650px;
    text-align: center;
}

.newsletter-btn-close.close {
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    width: 20px;
    opacity: 1;
    text-shadow: none;
    font-size: 14px;
    background: white;
    color: #0f4c81;
}

.newsletter-btn-close.close i {
    display: block;
}

.newsletter-btn-close.close:hover {
    color: #0f4c81;
}

.newsletter-popup .modal-body {
    padding: 0;
    z-index: 1;
}

.newsletter-content-innner h3 {
    font-size: 40px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.newsletter-content-innner p {
    margin: 20px 0;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

.newsletter-content-innner input[type="text"] {
    width: 70%;
    margin: 0 auto;
    height: 42px;
    border: 1px solid #ddd;
    padding: 0 10px;
}

.newsletter-content-bottom {
    margin-top: 20px;
}

.newsletter-content-innner .alert {
    margin: 15px 0 10px;
    display: table;
    position: relative;
    width: 100%;
}

.newsletter-content-innner .newsletter_usr_popup_email {
    height: 44px;
    border: none;
    padding: 10px;
    background: var(--background-color);
    border-radius: 0;
    width: 100%;
    text-align: center;
}

#frmnewsletterpopup button {
    margin: 20px 0 0 0;
    padding: 10px 20px;
    border-radius: 0;
}

.newsletter-content-bottom label {
    margin: 0;
}

.newsletter-content:after,
.newsletter-content:before {
    content: "";
    position: absolute;
    background: var(--secondary-color);
    height: 100%;
    width: 1px;
    top: 0;
    bottom: 0;
}

.newsletter-content:before {
    right: 20px;
}

.newsletter-content:after {
    left: 20px;
}

.newsletter-content-innner:after,
.newsletter-content-innner:before {
    content: "";
    position: absolute;
    background: var(--secondary-color);
    height: 1px;
    left: 0;
    right: 0;
}

.newsletter-content-innner:before {
    top: 20px;
}

.newsletter-content-innner:after {
    bottom: 20px;
}

/*----------------------------------------------*/
/* Start top */
/*----------------------------------------------*/
#top {
    background: #111111;
}

/*---- top left ---- */
.top-left {
    float: left;
    padding: 15px 0;
}

.free-delivery {
    color: var(--secondary-color);
}

.free-delivery span {
    display: inline-block;
}

/* top right */
.top-right {
    float: right;
    display: flex;
    align-items: center;
}

.top-right>div .dropdown-toggle {
    padding: 15px 0;
    border: none;
    font-size: 14px;
    display: block;
    color: var(--secondary-color);
}

.top-right>div .dropdown-toggle:hover,
.top-right>div .dropdown-toggle:focus {
    color: var(--primary-hover-color);
}

.top-right>div {
    position: relative;
}

.top-right>div+div {
    margin: 0 0 0 14px;
    padding: 0 0 0 15px;
}

.top-right>div+div::before {
    content: "";
    background: #252525;
    height: 24px;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.top-right>div .dropdown-toggle .code {
    text-transform: uppercase;
    margin-right: 4px;
}

.top-right>div .dropdown-toggle span {
    margin-right: 4px;
}

.top-right span.drop-text:after {
    content: ":";
}

.top-right .dropdown-menu button:hover {
    color: var(--primary-hover-color);
}

.top-right ul.dropdown-menu {
    padding: 5px 10px;
    right: 0;
    left: auto;
    border-radius: 2px;
}

.top-right ul.dropdown-menu button {
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    border: none;
    color: var(--primary-color);
}

/*----------------------------------------------*/
/* Start header */
/*----------------------------------------------*/
/*header*/
.header-inner {
    padding: 20px 0 8px 0;
}

.header-inner div span {
    padding: 6px 14px 6px 14px;
    font-size: 0.80rem;
    color: #0f4c81;
}

.header-top {
    background: linear-gradient(#dadada 10%, #ffffff 80%, #ffffff);

}

header {
    background: #0f4c81;
    position: -webkit-sticky;
    /*position: sticky;*/
    top: 0px;
    z-index: 99;
}
.fa-th-list {
    font-size: 24px;
    color: #ffce0e;
    position: absolute;
    top:17px;
    left:0;
    animation: skew-x-shake 9s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}
@keyframes skew-x-shake {
  0% { transform: skewX(-20deg); }
  5% { transform: skewX(20deg); }
  10% { transform: skewX(-20deg); }
  15% { transform: skewX(20deg); }
  20% { transform: skewX(8deg); }
  100% { transform: skewX(8deg); }  
}
@keyframes skew-x-shake-main {
  0% { transform: skewX(-10deg); }
  5% { transform: skewX(10deg); }
  10% { transform: skewX(-10deg); }
  15% { transform: skewX(10deg); }
  20% { transform: skewX(0deg); }
  100% { transform: skewX(0deg); }  
}


.header-inner,
.header-bottom {
    display: flex;
    justify-content: flex-end;
}

.header-inner #logo {
    flex-grow: 0.5;
}

.language,
.language-mobile {
    display: flex;
    flex-grow: 0.5;
    align-items: center;
    justify-content: flex-end;
}

.language-mobile {
    display: none;
}

.header-telephones {
    display: flex;
    flex-grow: 0.5;
    align-items: center;
    justify-content: flex-start;
    margin-left: 40px;
}

/*logo*/
#logo {
    vertical-align: top;
    display: inline-block;
}

/*header search*/
.btn_search {
    position: relative;
    width: auto;
    max-width: 400px;
    margin: 0 25px;
}

.btn_search .form-control {
    padding: 2px 10px;
    border: none;
}

#search.input-group {
    display: flex;
    align-items: center;
}

/*header contact*/
.customer-support {
    display: flex;
    align-items: center;
}

.customer-support .call {
    text-transform: capitalize;
    font-size: 16px;
    display: block;
}

.customer-support i {
    margin-right: 10px;
    font-size: 32px;
    background: var(--primary-hover-color);
    vertical-align: middle;
    border-right: 1px solid #f6b800;
    padding-right: 10px;
}

.category-search {
    position: relative;
}

.category-search:after {
    content: '\f107';
    font-family: 'fontawesome';
    position: absolute;
    right: 20px;
    line-height: 50px;
    color: var(--primary-color);
    z-index: 11;
}

/*header right*/
.header-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


/*account*/

.language .language-drop,
.currency .currency-drop {
    padding: 0 0 5px;
    border-bottom: 1px solid #eee;
    width: 100%;
    display: block;
    margin: 10px 0;
    text-align: left;
}

.language ul.language-selector,
.currency ul.currency-selector {
    padding: 0;
}

.language .language-selector li,
.currency .currency-selector li {
    display: block;
}

/*cart*/
.header_cart {
    position: relative;
}

#cart {
    vertical-align: top;
}

#cart>.btn {
    background: transparent;
    padding: 10px 5px;
    border: none;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    box-shadow: none;
}

#cart-total {
    text-align: left;
    font-weight: 400;
    color: var(--primary-hover-color);
}

#cart-total span:first-child {
    color: var(--secondary-color);
    font-size: 16px;
    display: block;
}

#cart .dropdown-menu {
    overflow: hidden;
    display: none;
    z-index: 1001;
    margin: 0;
    padding: 0px;
    width: 300px;
    border-radius: 2px;
}

#cart .dropdown-menu li {
    float: none;
    padding: 0px 20px;
}

#cart .dropdown-menu li p {
    margin: 0;
    font-size: 14px;
    color: var(--primary-color);
}

#cart .dropdown-menu li p .btn {
    padding: 10px 15px;
}

.product-cart-empty {
    padding: 20px 0;
}

.header_cart i.fa.fa-shopping-cart {
    display: none;
}

#cart .dropdown-menu .cart-content-product {
    max-height: 281px;
    overflow-y: auto;
    overflow-x: hidden;
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
    border: none;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}

#cart .dropdown-menu>li.cart-content-product .table>tbody>tr:last-child {
    border-bottom: none;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

#cart .dropdown-menu>li.cart-content-product .table>tbody>tr {
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    border-bottom: 1px solid var(--border-color);
    display: block;
}

#cart .dropdown-menu .table>tbody>tr>td,
#account-address .table>tbody>tr>td {
    vertical-align: top;
}

#cart .dropdown-menu table td.product-cart-thumb {
    padding: 0;
}

#cart .dropdown-menu table td {
    background: none;
    border: none;
    padding: 5px 4px;
    color: var(--primary-color);
}

#cart .dropdown-menu li td,
td.cart-total-price {
    font-size: 14px;
    font-weight: 500;
}

#cart .img-thumbnail {
    padding: 0;
    border-radius: 0;
}

#cart .dropdown-menu table td.product-cart-details {
    padding-left: 10px;
    padding-right: 10px;
}

#cart .dropdown-menu .product-item-name,
#cart .product-cart-info .product-cart-qty {
    font-weight: normal;
    color: var(--primary-color);
    display: inline-block;
    font-size: 15px;
}

.product-cart-info {
    margin-top: 8px;
}

#cart .product-cart-info .product-cart-price,
.product-cart-total {
    color: var(--primary-hover-color);
}

#cart .dropdown-menu li tr:last-child td:last-child,
tr:last-child td.cart-total-price:last-child {
    font-size: 16px;
    color: var(--primary-hover-color);
}

#cart .dropdown-menu table td.product-cart-close,
#cart .dropdown-menu table td.voucher-close {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 0;
}

#cart .dropdown-menu .btn-danger {
    background: transparent;
    color: var(--primary-color);
    border-radius: 0;
    line-height: 20px;
    font-size: 12px;
    padding: 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#cart .dropdown-menu li+li {
    border-top: 1px solid var(--border-color);
    padding: 10px 20px 0px 20px;
}

#cart .dropdown-menu li td strong,
#cart .dropdown-menu li small,
td.cart-total-title {
    font-size: 14px;
    font-weight: 500;
}

.product-cart-button {
    padding: 0px 0px 20px 0px;
}

/*----------------------------------------------*/
/* menu start */
/*----------------------------------------------*/
#menu {
    border: none;
    border-radius: 0;
    min-height: unset;
    vertical-align: top;
    flex-grow: 1;
    margin: 0;
}

.menu-font {
    letter-spacing: 1px;
}

#menu .nav>li>a {
    padding: 15px 0;
    font-size: 0.8rem;
    font-weight: 400;
    border-radius: 0;
    background: transparent;
}

#menu .nav>li+li {
    margin: 0 0 0 42px;
}

#menu .dropdown-inner,
#navCategory .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul,
#navCategory .dropdown-inner>ul {
    display: table-cell;
}

#menu .menulist .dropdown-menu a {
    font-size: 14px;
    text-transform: capitalize;
}

#menu li:hover>a {
    color: #ffce0e !important;
}

#menu .dropdown-inner ul.mega-dropdown-menu.childs_1>li>a:hover,
#menu .nav.navbar-nav li:hover>span,
#menu .dropdown-inner li:hover>a,
#navCategory .dropdown-inner li a:hover,
.vertical-category ul>li:hover>a,
#menu #topCategoryList .dropdown-inner li:hover>a,
#menu .nav>li:hover>a {
    color: var(--primary-color);
    background-color: transparent;
}

#menu .dropdown-inner .dropdown-submenu,
#navCategory .dropdown-inner .dropdown-submenu {
    position: relative;
}

#menu .column-1 .dropdown-inner li.dropdown-submenu>.fa {
    position: absolute;
    right: 7px;
    top: 0;
    padding: 8px 0;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #ddd;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: var(--primary-hover-color);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

/*----------------------------------------------*/
/* banners */
/*----------------------------------------------*/
.html1>div>div>div {
    position: relative;
    overflow: hidden;
}

.inner2 .promo-text-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
}

.inner2 .promo-title {
    color: #0f1c81;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 400;
    background-color: rgba(235, 235, 235, 0.9);
    padding: 15px 10px 15px 10px;
    margin: -4px 0 12px;
}

.inner2 .promo-title:hover {
    text-decoration: underline;
}

.inner2 .promo-desc {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.inner2 button {
    padding: 16px 25px;
    font-size: 1.2rem;
    font-weight: 400;
    border: none;
    background: #0f4c81;
    color: white;
    position: absolute;
    bottom: 30px;
    transition: none;
}

.inner2 button:focus {
    color: white;
}

.inner2 .plast-i-ko {
    font-family: 'IBM Plex Serif', serif;
    font-display: optional;
    color: #0f4c81;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 25px;
    font-weight: 900;
    font-size: 2.6rem;
    border: none;
    position: absolute;
    bottom: 130px;
}

.inner2 .plast-i-ko-about {
    margin: 30px 0 25px 0px;
    padding: 10px 25px;
    font-weight: 900;
    font-size: 1.5rem;
    color: rgba(250, 250, 250, 1);
    border: none;
    position: absolute;
    bottom: 60px;
}

.inner2 button:hover {
    color: #ffce0e;
}

/*----------------------------------------------
/* buttons
/*----------------------------------------------*/
.buttons {
    margin: 1em 0;
}

#tab-review .buttons {
    margin: 1em 0 0;
}

.btn {
    font-size: 14px;
    line-height: 26px;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 8px 23px;
    font-size: 16px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 14px;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 16px;
}

#cart .text-right .addtocart-btn,
#cart .text-right .checkout-btn,
.btn-default,
.btn-primary {
    width: auto;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 30px;
    border: none;
    color: var(--primary-color);
    background: var(--primary-hover-color);
    border-radius: 0;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

#cart .text-right .addtocart-btn:hover,
#cart .text-right .addtocart-btn:focus,
#cart .text-right .checkout-btn:hover,
#cart .text-right .checkout-btn:focus,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.btn-default:hover,
.btn-default:focus,
.btn-default:active:hover,
.btn-default:active,
.btn-default:active:focus,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled],
.btn-info.focus,
.btn-info:focus,
.btn-info:active:focus,
.btn-info:active:hover {
    color: white;
    background: white;
}
.btn-next {
    background: rgba(0, 160, 32, 1);
    color: white;
    padding: 10px 25px 10px 25px;
}
.btn-next:hover {
    background: rgba(0, 160, 32, 0.6)!important;
    cursor: pointer;
}
.btn-warning {
    color: white;
    background-color: #faa732;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.btn-danger {
    color: white;
    background-color: #da4f49;
    text-transform: uppercase;
    padding: 10px 30px;
    border: none;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.btn-success {
    color: white;
    background-color: #5bb75b;
    background-repeat: repeat-x;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.btn-info {
    color: white;
    background: white;
    border: none;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: white;
    border-radius: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: white;
    background-color: #363636;
    background-repeat: repeat-x;
    border-color: white white #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: white;
}

.btn-link:focus,
.btn-link:hover {
    color: white;
    text-decoration: none;
    outline: none;
}

/* list group */
.list-group a {
    padding: 9px 9px 9px 15px;
    color: #0f4c81;
    font-family: 'IBM Plex Serif', serif;
    font-display: optional;
    font-weight: 600;
    border: none;
    font-size: 0.85rem;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    background: rgba(180, 180, 180, 0.2);
    border-left: 4px solid #ffce0e;
    margin-left: -4px;
    color: #0f4c81;
}

.list-group-item:hover {
    border-left: 4px solid #0f4c81;
    margin-left: -4px;
}

.list-group .list-group-item-subcategory {
    padding: 9px 12px 9px 24px;
    font-weight: 400;
}

.search-div {
    display: flex;
    height: 100%;
    justify-content: flex-start;
    align-content: center;

    flex-wrap: wrap;
    padding: 10px;
    margin-top: 30px;
}

.search-item {
    width: calc(25% - 30px);
    margin: 15px;
    padding: 15px;
    border: 1px solid rgba(15, 76, 129, 0.15);

}

.search-item .price {
    font-size: 1.4rem;
}

.search-item .image {
    width: 60%;
    align-content: center;
    padding: 10px;
}

/*----------------------------------------------*/
/* products */
/*----------------------------------------------*/
.box .owl-carousel .owl-stage-outer {
    padding: 20px 0 0 0;
    margin: -20px 0 0 0;
}

.owl-item.active.center .row-items,
.owl-item.active .image-additional,
.owl-item.active .product-layout,
.owl-item.active .category-layout {
    -moz-animation: zoomIn 500ms ease;
    -o-animation: zoomIn 500ms ease;
    -webkit-animation: zoomIn 500ms ease;
    animation: zoomIn 500ms ease;
}

.page-title {
    position: relative;
}

.page-title h3 {
    text-align: center;
    margin: 0 0 30px;
    text-transform: uppercase;
    position: relative;
    line-height: 20px;
    color: #0F4B81;
    font-size: 2rem;
    font-weight: 700;
}

.product-tabs .page-title h3 {
    margin: 0 0 17px;
}

.product-thumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    transition: all 0.4s ease;
}

.product-thumb:hover {
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
}

.product-thumb .image {
    text-align: center;
    position: relative;

}

.product-thumb .image a {
    display: block;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

.product-thumb .addcart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    opacity: 0;
    display: flex;
    align-items: center;
    margin: auto;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 27px;
    background: var(--primary-color);
    color: var(--secondary-color);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.product-thumb .addcart:hover {
    color: var(--secondary-color);
    background: var(--primary-color);
}

.product-thumb:hover .addcart {
    opacity: 1;
}

.product-thumb .addcart i,
#button-cart i,
#quick-cart i {
    font-size: 16px;
    padding: 0 8px 0 0;
}

.product-thumb .button-group button:hover {
    box-shadow: none;
    background: transparent;
    color: var(--primary-hover-color);
}

.sale-text {
    position: absolute;
    top: 15px;
    right: 15px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid var(--border-color);
    padding: 1px 10px;
}

.product-thumb .description {
    font-size: 16px;
    color: var(--secondary-light-color);
    line-height: 24px;
    margin: 19px 0 0;
}

.thumb-description {
    position: relative;
    overflow: hidden;
}


/*deal of the day*/
.special-countdown {
    background: #eeeeee;
    padding: 50px 0 20px;
}

.special-image {
    float: left;
    width: 77.9%;
    margin-right: 20px;
}

.specialcount-images-container {
    max-width: 75px;
    width: 100%;
    float: left;
}

.specialcount-images-container .image-additional {
    border: none;
    margin: 5px 0;
}

.specialcount-images-container .fa {
    text-align: center;
    font-size: 22px;
    display: block !important;
}

.special-countdown .countdown-images {
    display: flex;
    align-items: center;
}

.special-countdown .product-thumb .caption {
    padding: 7px 0 0;
    text-align: center;
    width: 80%;
    margin: auto;
}

.special-countdown .product-thumb .product-title a {
    font-size: 24px;
    font-weight: 500;
}

.product-list .product-thumb .price.price-left,
.special-countdown .product-thumb .price {
    font-size: 24px;
    font-weight: 500;
    position: unset;
    background: transparent;
    padding: 26px 0 0 0;
    opacity: 1;
    display: block;
}

.product-list .product-thumb .price-old,
.special-countdown .product-thumb .price-old {
    color: var(--secondary-light-color);
    font-size: 16px;
}

.special-countdown .deal-countdown {
    padding: 25px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.special-countdown .dealoffer {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 15px 0 0;
}

.special-countdown .item-countdown>div span {
    display: none;
}

.special-countdown .item-countdown>div b {
    font-size: 24px;
    color: var(--secondary-light-color);
    font-weight: 500;
    float: left;
}

.special-countdown .item-countdown {
    display: flex;
    align-items: center;
}

.product-list .product-thumb .all-btn .addcart,
.special-countdown .product-thumb .addcart {
    display: flex;
    position: unset;
    opacity: 1;
    margin: 0;
    background: var(--primary-hover-color);
    color: var(--primary-color);
}

.product-list .product-thumb .all-btn button:hover,
.special-countdown .product-thumb button:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--secondary-color);
}

.special-countdown .item-countdown>div+div:before {
    content: ":";
    padding: 0px 9px;
    font-size: 20px;
    color: var(--secondary-light-color);
    float: left;
}

.special-countdown .product-thumb {
    box-shadow: none;
    background: transparent;
    display: flex;
    align-items: center;
}

/*----------------------------------------------
/* swiper pager */
/*----------------------------------------------*/
.swiper-viewport .swiper-pager>div,
.owl-carousel.owl-theme .owl-nav div {
    background: transparent;
    color: var(--primary-color);
    padding: 0;
    margin: 0;
    opacity: 1;
    text-shadow: none;
    transition: all .3s ease;
    position: absolute;
    top: 46%;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    height: 36px;
    width: 36px;
    border-radius: 0;
    border: 1px solid var(--border-color);
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -40px;
}

.owl-carousel.owl-theme .owl-nav .owl-next {
    right: -40px;
}

.owl-carousel.owl-theme:hover .owl-nav div {
    opacity: 1;
}

.owl-carousel.owl-theme:hover .owl-nav .disabled {
    opacity: 0.6;
}

.swiper-viewport {
    border: unset;
}

.swiper-pagination {
    display: none;
}

.swiper-viewport .swiper-button-prev:before,
.swiper-viewport .swiper-button-next:before,
.brand .swiper-button-prev:before,
.brand .swiper-button-next:before {
    content: "";
}

.owl-carousel.owl-theme .owl-nav .fa,
.swiper-viewport .fa {
    font-size: 16px;
    line-height: 34px;
}

/*carousel*/
.owl-carousel.owl-theme .owl-nav {
    margin-top: 0;
}

.testimonial-block .owl-carousel.owl-theme .owl-nav {
    right: 20px;
}

.carousel .swiper-viewport:hover .swiper-button-next,
.carousel .swiper-viewport:hover .swiper-pager .swiper-button-prev {
    opacity: 1;
}

.swiper-viewport .swiper-pager .swiper-button-next:hover,
.owl-carousel.owl-theme .owl-nav .owl-next:hover,
.swiper-viewport .swiper-pager .swiper-button-prev:hover,
.owl-carousel.owl-theme .owl-nav .owl-prev:hover {
    background: var(--primary-hover-color);
    border-color: var(--primary-hover-color);
    color: var(--primary-color);
}

.brand .swiper-pager>div {
    display: none;
    position: absolute;
    right: 0;
    left: auto;
    width: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

.brand .swiper-viewport .swiper-pager .swiper-button-prev,
.brand .swiper-viewport:hover .swiper-pager .swiper-button-prev {
    right: auto;
    left: 0;
}

.brand .swiper-viewport .swiper-pager .swiper-button-next,
.brand .swiper-viewport:hover .swiper-pager .swiper-button-next {
    right: 0;
    left: auto;
}

/*dots*/
.swiper-pagination span,
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: var(--background-color);
    margin: 2px 5px;
}

.owl-theme .owl-dots .owl-dot.active span {
    border: 2px solid var(--primary-hover-color);
    height: 14px;
    width: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

.swiper-pagination span.swiper-pagination-bullet-active,
.swiper-pagination span:hover,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-hover-color);
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin: 0;
}

/*slideshow*/
.slideshow {
    position: relative;
    overflow: hidden;
}

.slide-progress {
    width: 0;
    max-width: 100%;
    height: 4px;
    background: var(--background-color);
    position: absolute;
    top: 0;
    z-index: 10;
}

.slideshow .swiper-pagination {
    display: none;
}

.slideshow .swiper-viewport .swiper-pager>div {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    height: 50px;
    width: 50px;
    border: none;
    color: var(--secondary-color);
    background: var(--primary-color);
}

.slideshow .swiper-viewport .swiper-pager>div:hover {
    background: var(--primary-hover-color);
    color: var(--secondary-color);
}

.slideshow .swiper-viewport .fa {
    line-height: 50px;
    font-size: 18px;
}

.slideshow .swiper-viewport .swiper-pager .swiper-button-prev {
    left: 30px;
}

.slideshow .swiper-viewport .swiper-pager .swiper-button-next {
    right: 30px;
}


/*----------------------------------------------*/
/* blog */
/*----------------------------------------------*/
.caption.blog-description {
    position: relative;
    padding: 10px 10px 10px 0;
}

.blog-block {
    padding: 40px;
    position: relative;
}

.product-list .blog-block.product-thumb .image {
    box-shadow: none;
    margin: 0;
}

.blog-block h4,
h3.article-page-title {
    color: #052F54;
    margin-top: 50px;
    font-size: 1.3rem;
    font-weight: 400;
}

.blog-info .image {
    overflow: hidden;
    position: relative;
    background: var(--secondary-color);
}

.block-date {
    position: absolute;
    top: -20px;
    left: 0;
}

.block-date .day {
    background: #0f4c81;
    color: white;
    padding: 10px 20px;
    display: inline-block;
}

.blog-read.btn {
    font-size: 1.1rem;
    border: 2px solid #ffce0e;
    font-weight: 400;
    box-shadow: none;
    margin-top: 15px;
    padding: 12px 32px;
    color: #0b2341;
}

.blog-read:hover {
    color: white;
    background: #052F54;
    border: 2px solid white;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

/*----------------------------------------------*/
/* blog page */
/*----------------------------------------------*/
.blog-category .blog-img {
    position: relative;
    overflow: hidden;
    display: block;
}

h4.article-page-title {
    margin: 20px 0 15px;
}

.caption-blog p,
.info_blog p {
    margin: 20px 0 0;
}

.blog-block img,
#content-blogs .thumbnails .thumbnail img {
    width: 100%;
}

.blog-text {
    color: var(--secondary-light-color);
    margin: 13px 0 10px;
    line-height: 24px;
    font-size: 16px;
}

.caption-blog .blog-description {
    padding: 28px 30px 30px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .1);
}

/*----------------------------------------------*/
/* article blog page */
/*----------------------------------------------*/
.singblog-description {
    background: var(--background-color);
    padding: 20px;
}

.article-container .image {
    position: relative;
}

.article-container .blog-block {
    margin-bottom: 0;
}

.article-container .block-date {
    position: unset;
    display: inline-block;
}

#content-blogs .thumbnails .thumbnail {
    border: unset;
    margin: 0;
    padding: 0;
}

.article-container .leave-hedding {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid var(--border-color);
    padding: 19px 20px;
    line-height: 20px;
    margin: 0 0 30px;
}

h3.article-page-title {
    margin: 13px 0 0;
}

.article-container .page-title {
    margin-bottom: 30px;
}

#post_comment #commnt_form.form-horizontal .control-label {
    text-align: left;
}

.comment_cust h4 {
    margin-bottom: 20px;
}

.commentlist ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.commentlist ul li:last-child {
    padding-bottom: 0;
}

.commentlist ul li {
    padding-bottom: 25px;
}

.comment_cust .comment-text .user_img {
    float: left;
    height: 60px;
    width: 60px;
    background-color: var(--background-color);
    text-align: center;
    color: var(--primary-color);
    border-radius: 50px;
}

.comment_cust .comment-text .user_img i {
    font-size: 26px;
    line-height: 60px;
}

.comment_cust .comment-desc {
    padding-left: 80px;
    line-height: 26px;
}

.comment_cust .comment-desc .name {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
}

.comment_cust .comment-desc .date {
    color: var(--secondary-light-color);
}

.comment-dis {
    color: var(--secondary-light-color);
    line-height: 22px;
}

.comment-text {
    padding: 20px;
    border: 1px solid var(--border-color);
}

/*----------------------------------------------*/
/* newsletter block */
/*----------------------------------------------*/
.subscribe-form {
    position: relative;
    display: flex;
    margin: 23px 0 0;
}

.title-text {
    font-size: 18px;
    font-weight: 500;
    color: var(--secondary-color);
    text-transform: uppercase;
}

.news-description {
    color: var(--secondary-color);
    font-size: 16px;
    line-height: 24px;
}

.subscribe-form #newsletter_usr_email {
    height: 50px;
    padding: 5px 15px;
    border: none;
    border-radius: 5px 0 0 5px;
}

.subscribe-btn {
    border: none;
    background: var(--primary-hover-color);
    padding: 5px 15px;
    border-radius: 0 5px 5px 0;
}

.subscribe-btn i {
    font-size: 20px
}

/*----------------------------------------------*/
/* footer start */
/*----------------------------------------------*/
footer {
    padding-top: 50px;
    background: #052F54;
}

footer h5,
footer h4 {
    font-size: 0.9rem;
    margin-bottom: 25px;
    line-height: 18px;
    position: relative;
    font-weight: 700;
    color: white;
}

footer .position-footer-right h4,
footer .position-footer-left h5 {
    margin: 7px 0 21px;
}

footer .col-sm-2 a,
footer .col-sm-3 a {
    font-size: 16px;
    padding: 8px 0;
    display: block;
    color: var(--secondary-color);
}

footer a:hover,
footer a:focus {
    color: var(--primary-hover-color);
}

/* footer left */
.position-footer-left h5 {
    margin: 7px 0 21px;
}

.position-footer-left li>div {
    display: flex;
    margin: 8px 0;
    line-height: 24px;
    font-size: 16px;
}

.position-footer-left li .contact_site a {
    padding: 0;
    display: initial;
    color: var(--secondary-color);
}

.contact_title {
    text-transform: capitalize;
    margin-right: 8px;
    color: var(--secondary-color);
}

.contact_site {
    color: var(--secondary-color);
}

/* footer bottom*/
.footer_bottom {
    padding: 20px 0;
    margin-top: 50px;
    border-top: 1px solid rgba(220, 220, 220, 0.35);
}

.position-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .footer_bottom p {
    margin: 0;
    font-size: 1rem;
    color: white;
}

footer .footer_bottom p a {
    color: var(--secondary-color);
}

footer .footer_bottom p a:hover {
    color: var(--primary-hover-color);
}

.toggled.active .fa-chevron-down:before {
    content: "\f077";
    text-align: center;
}

/*----------------------------------------------*/
/* service */
/*----------------------------------------------*/
.service-box .promo-item {
    background: var(--primary-hover-color)
}

.service-item {
    padding: 30px 10px;
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
}

.service-item .service {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-icon {
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 14px 0 0;
}

.service-content {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.service .promo-title {
    margin: -1px 0 9px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.service .promo-desc {
    color: var(--secondary-light-color);
    display: block;
    font-size: 14px;
    line-height: 17px;
}

/*----------------------------------------------*/
/* testimonials */
/*----------------------------------------------*/
.testimonial-block .testimonial-desc {
    display: flex;
    padding: 0 0 45px;
}

.testimonial-block .row-items {
    text-align: center;
    width: 76%;
    margin: auto;
}

.testimonialcenter i {
    font-size: 50px;
    color: #f0f0f0;
    display: block;
    text-align: center;
    line-height: 44px;
    margin: 0 11px 0 -50px;
}

.testimonial-text {
    padding: 14px 0 0;
    font-size: 16px;
    line-height: 26px;
    color: var(--secondary-light-color);
}

.testimonial-images img {
    border: 2px solid var(--primary-hover-color);
}

.testimonialcenter {
    position: relative;
}

.testimonial-text p {
    margin: 0;
}

.testimonial-author {
    font-size: 18px;
    font-weight: 500;
    padding-top: 17px;
}

.testimonial-customer {
    color: var(--secondary-light-color);
    font-size: 16px;
    padding: 9px 0 0 0;
    line-height: 13px;
}

.testimonial-block .owl-dots {
    line-height: 10px;
}

/*----------------------------------------------*/
/* pagetitle */
/*----------------------------------------------*/
.page_title {
    color: #0f1c81;
    font-size: 2rem;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 0;
    margin-bottom: 0;
}

/*----------------------------------------------*/
/* breadcrumb */
/*----------------------------------------------*/

.breadcrumb {
    border: none;
    background: transparent;
    font-size: 1rem;
    text-align: left;
    margin: 30px 0 30px 0;
    padding: 0;
}

.breadcrumb a {
    /*color: #0f1c81;
    color: rgba(180, 180, 180, 1);*/
    color: #333;
    font-weight: 400;
    font-family: 'IBM Plex Serif', serif;
    font-display: optional;
}

.breadcrumb a:hover {
    color: #0f4c81;
}

/*----------------------------------------------*/
/* column-left-right */
/*----------------------------------------------*/


#column-left>div,
#column-right>div {
    box-shadow: none;
    border-right: 1px solid rgba(200, 200, 200, 0.3);
}

#column-left>div:first-child,
#column-right>div:first-child {
    margin-top: 0;
}

#column-left h3,
#column-right h3,
#column-left .box-content h3,
#column-right .box-content h3 {
    display: block;
    padding: 5px 5px;
    color: rgba(180, 180, 180, 1);
    font-weight: 400;
    position: relative;

}

.filter_box,
#column-left .block_box,
#column-right .block_box,
.category-list #selectMe-desk,
.account-content .list-unstyled,
.sidebar .list-unstyled {
    padding: 20px 20px;
    margin: 0;
}

#column-left .row,
#column-right .row {
    margin: 0;
}

#column-left .box .container,
#column-right .box .container {
    width: auto;
}

.category-list .list-group-item,
.sidebar li,
.account-content .list-group a {
    border: none;
    border-radius: 0;
    margin: 0;
    background: transparent;
    padding: 6px 0;
    text-transform: capitalize;
    color: white;
    font-size: 16px;
}

.category-list .list-group-item {
    padding: 7px 13px 7px 0;
}

.category-list ul#selectMe-desk>li:first-child>a.list-group-item,
.account-content .list-group ul>li:first-child a,
.sidebar li:first-child {
    padding-top: 0;
    margin-top: -4px;
}

.category-list ul#selectMe-desk>li:last-child>a.list-group-item,
.account-content .list-group ul>li:last-child a,
.sidebar li:last-child {
    padding-bottom: 0;
    margin-bottom: -2px;
}

.sidebar li a {
    color: var(--secondary-light-color);
}

.category-list .has-more-category .toggled {
    position: absolute;
    right: 0;
}

.child-categories {
    display: none;
}

.main-item.active .toggled>.fa-plus:before,
.toggle-menu.active>.fa-plus:before {
    content: "\f068";
}

/*sidebar category*/
.box-category .list-unstyled.childs_1 {
    display: none;
}

.parent li .toggled span {
    color: var(--primary-color);
    font-size: 12px;
    position: absolute;
    right: 5px;
    padding: 0 5px;
}

.parent .active .open-menu::after {
    color: var(--primary-color);
    content: "\f068";
    font-family: "FontAwesome";
    font-size: 14px;
}

.parent .open-menu::after {
    color: var(--primary-color);
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 14px;
}

/*REFINE SEARCH*/
.list-group-filter {
    margin-bottom: 27px;
}

.panel-default.filter {
    border: none;
}

.panel {
    border-radius: 0;
    box-shadow: none;
}

.filter_box .list-group a {
    color: var(--primary-color);
    text-transform: capitalize;
    margin: -4px 0 13px;
    background: transparent;
    font-size: 16px;
    font-weight: 500;
}

.filter_box .checkbox,
.filter_box .checkbox .radio {
    margin: 10px 0;
    color: var(--secondary-light-color);
}

.filter_box .list-group-item {
    border: none;
    padding: 0px;
    background: transparent;
}

.filter_box .list-group-items+.list-group-items {
    margin: 27px 0 0;
}

.checkbox label,
.radio label {
    font-size: 16px;
}

#filter .panel-footer {
    text-align: left;
    padding: 0;
    background: transparent;
}

/*banner*/
#column-left .swiper-viewport,
#column-right .swiper-viewport {
    border: none;
}

#column-left .swiper-slide img,
#column-right .swiper-slide img {
    width: 100%;
}

/*INFORMATION*/
.sidebar li a:hover,
.account-content .list-group a:hover {
    color: var(--primary-color);
}

.account-content .list-group {
    margin: 0;
}

/*product*/
#column-left .product-thumb,
#column-right .product-thumb {
    margin: 0;
    background: transparent;
    box-shadow: none;
}

#column-left .product-layout+.product-layout .product-thumb,
#column-right .product-layout+.product-layout .product-thumb {
    margin: 30px 0 0 0;
}

#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
    padding: 0;
}

#column-left .product-thumb>.image,
#column-right .product-thumb>.image {
    float: left;
    width: 75px;
    margin-right: 15px;
    border: none;
}

#column-left .product-thumb>.thumb-description,
#column-right .product-thumb>.thumb-description {
    float: left;
    width: 67%;
    border: none;
}

#column-left .sale-text,
#column-right .sale-text,
#column-left .product-thumb .button-group,
#column-right .product-thumb .button-group,
#column-left .product-thumb .addcart,
#column-right .product-thumb .addcart,
#column-left .product-thumb .price,
#column-right .product-thumb .price {
    display: none;
}

#column-left .product-thumb .price.price-left,
#column-right .product-thumb .price.price-left {
    display: block;
    position: unset;
    opacity: 1;
    background: transparent;
    padding: 0;
    margin: 12px 0 0 0;
}

#column-left .product-thumb .price.price-left .price-old,
#column-right .product-thumb .price.price-left .price-old {
    color: var(--secondary-light-color);
}

#column-left .product-thumb .product-title,
#column-right .product-thumb .product-title {
    margin: -3px 0 18px;
}

#column-left .product-thumb .caption,
#column-right .product-thumb .caption {
    padding: 0;
}

/*----------------------------------------------*/
/* category page */
/*----------------------------------------------*/
.cat-banner {
    border: none;
    padding: 0;
    background: transparent;
    border-radius: 0;
    margin: 0 0 14px;
}

.cat-description p {
    margin: 0 0 23px;
    color: var(--secondary-light-color);
    line-height: 24px;
    font-size: 16px;
}

.cat_info {
    margin: 0 0 30px;
}

.refine-search {
    margin: 0 0 20px;
}

#content .refine-text {
    font-size: 18px;
    margin: 0 0 12px;
    font-weight: 500;
}

.cat-name {
    font-size: 16px;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.cat-name li {
    display: inline-block;
}

.cat-name li a {
    font-size: 16px;
    border-radius: 0;
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 7px 15px;
    display: inline-block;
    margin: 0 6px 10px 0;
}

.cat-name li a:hover {
    color: var(--primary-color);
    background: var(--primary-hover-color);
}

.cat_info .cat_list_gird {
    text-align: right;
}

#list-view.btn-default,
#grid-view.btn-default {
    height: 36px;
    width: 36px;
    padding: 8px 0;
    border: none;
    background: var(--primary-color);
    color: var(--secondary-color);
    box-shadow: none;
    border-radius: 0;
}

#grid-view.btn-default {
    margin: 0 0 0 10px;
}

#grid-view.btn-default.active,
#list-view.btn-default.active,
#grid-view.btn-default:hover,
#list-view.btn-default:hover {
    background: var(--primary-hover-color);
    color: var(--primary-color);
}

#list-view.btn-default i,
#grid-view.btn-default i {
    font-size: 16px;
    display: block;
}

#compare-total.btn.btn-link {
    text-decoration: none;
    font-size: 16px;
    outline: none;
    padding: 8px 0;
    border: none;
    text-transform: capitalize;
    font-weight: 400;
    color: var(--primary-color);
}

#compare-total.btn.btn-link:hover {
    color: var(--primary-hover-color);
}

.cat-pagination-right {
    text-align: right;
}

.cat-pagination-right>div {
    display: inline-block;
    vertical-align: top;
}

.cat-pagination-right .cat-show {
    padding-left: 10px;
}

.text-right.show-text {
    padding: 0px 10px;
}

.text-right.show-text,
.text-right.show-select {
    width: auto;
    float: left;
}

.text_limit,
.text_sort {
    margin: 8px 0;
    font-size: 16px;
}

.select-filter-sort,
.select-filter-show {
    position: relative;
}

.cat-pagination-right .form-control {
    padding: 4px 25px 4px 10px;
    font-size: 14px;
    margin: 0;
    height: 36px;
    border-radius: 0;
    background: transparent;
    border-color: var(--border-color);
}

select.form-control,
.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    border: 1px solid #0f4c81;
    margin-left: 10px;
}

.form-control:focus {
    border-color: var(--border-color);
}

.select-filter-show::after,
.select-filter-sort::after {
    font-family: 'fontawesome';
    content: '\f0dd';
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 4px;
    pointer-events: none;
    color: var(--primary-color);
}

.product-grid .description,
.product-grid .pro_description {
    display: none;
}

.product-list .product-thumb .caption {
    padding: 7px 0 0
}

.product-list .product-thumb .product-title {
    margin: 0 0 19px;
}

.product-list .product-thumb {
    background: transparent;
    box-shadow: none;
}


/*----------------------------------------------*/
/* pagination css */
/*----------------------------------------------*/
.pro_pagination {
    clear: both;
}

.pro_pagination .text-left {
    line-height: 36px;
    font-size: 16px;
    float: left;
}

.pagination {
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.pro_pagination .pagination>li.active>span,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: var(--primary-color);
    background: var(--primary-hover-color);
    cursor: pointer;
    z-index: 2;
    border-radius: 0;
}

.pagination>li>a:last-child {
    border-radius: 0;
}

.pagination>li>a,
.pagination>li>span {
    color: var(--secondary-color);
    background-color: var(--primary-color);
    float: left;
    margin-left: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
    position: relative;
    text-decoration: none;
    border: none;
    border-radius: 0;
    font-size: 14px;
    box-shadow: none;
}

/*----------------------------------------------*/
/* product page */
/*----------------------------------------------*/
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

a.thumbnail {
    padding: 0;
    border: none;
    margin: 0;
}

.pro-image img {
    width: 100%;
}

#product-page .product-additional {
    text-align: center;
    position: relative;
}

.quickview-container .pro-image,
#product-page .pro-image {
    margin: 0 0 20px 0;
}

#additional-carousel .image-additional a,
#quick-carousel .image-additional a {
    margin: 0 10px;
    display: block;
}

#additional-carousel {
    padding: 0 90px;
}

#additional-carousel .owl-nav>div {
    border: none;
    width: unset;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    background: transparent;
}

#additional-carousel .owl-nav>div i {
    font-size: 20px;
}

#additional-carousel .owl-nav .owl-prev {
    left: 60px;
    right: auto;
}

#additional-carousel .owl-nav .owl-next {
    right: 60px;
    left: auto;
}

#quick-carousel .owl-nav div::before,
#quick-carousel .owl-nav div::after {
    display: none;
}

#quick-carousel {
    padding: 0 20px;
}

#quick-carousel .owl-nav div {
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    border: none;
    width: auto;
    background: transparent;
    position: absolute;
}

#quick-carousel.owl-carousel.owl-theme .owl-nav {
    position: unset;
    margin: 0;
}

#quick-carousel .owl-nav div:hover {
    color: var(--primary-hover-color);
}

#quick-carousel .owl-nav .owl-prev {
    left: 0;
    right: auto;
}

#quick-carousel .owl-nav .owl-next {
    right: 0;
    left: auto;
}

#quick-carousel.owl-carousel.owl-theme .owl-nav .fa {
    font-size: 20px;
}

.right_info h1,
.quick-product-right h1 {
    font-size: 24px;
    text-transform: capitalize;
    margin: 0 0 15px;
    font-weight: 500;
}

.right_info .disc {
    color: white;
    margin-right: 5px;
    line-height: 27px;
    min-width: 125px;
    font-size: 16px;
    display: inline-block;
}

.right_info .disc1 {
    color: white;
    margin-right: 10px;
    font-size: 16px;
}

.product-options h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}

.right_info .control-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
    margin: 0 20px 0 0;
    display: inline-block;
}

.right_info .checkbox,
.right_info .radio {
    margin-top: 0;
}

.product-options .alert {
    margin-top: 15px;
}

.product-btn-quantity .minus-plus {
    margin: 0 15px 0 0;
    display: inline-flex;
}

#product .minus-plus>* {
    text-align: center;
    border: 1px solid var(--border-color);
    background: transparent;
    padding: 0 5px;
    border-radius: 0;
    height: 36px;
    width: 36px;
}

#product .minus-plus>button:hover {
    background: var(--primary-hover-color);
    border-color: var(--primary-hover-color);
}

.product-btn-quantity #input-quantity {
    width: 44px;
    border: none;
}

#product .btn-groups {
    display: inline-block;
    vertical-align: top;
}

.pro_wish,
.pro_comper {
    background: transparent;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 15px 0 0;
}

.pro_wish i,
.pro_comper i {
    font-size: 16px;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

#product .product-btn-quantity {
    display: flex;
    align-items: center;
}

.tab-content #tab-description {
    font-size: 15px;
}

.nav-tabs li {
    background: #0f4c81;
    color: white;
    margin: 25px 0 25px 3px;
}

.nav-tabs li.active a {
    color: white;
}

.nav-tabs li.active a:hover,
.nav-tabs li.active a:focus {
    color: white;
}

.propage-tab h2 {
    font-size: 18px;
    margin: 25px 0 15px 0;
}

#form-review.form-horizontal .control-label {
    padding: 0;
}

#button-upload222 {
    margin-left: 10px;
}

.related-products-block {
    clear: both;
    padding-top: 70px;
}

.propage-tab {
    margin-top: 50px;
    border: 1px solid var(--border-color);
}

#product-page .nav-tabs {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid var(--border-color);
}

#product-page .tab-content {
    padding: 30px;
    color: var(--secondary-light-color);
}

#product-page .tab-content strong {
    font-weight: 500;
    text-transform: capitalize;
}

#product-page .nav-tabs li {
    margin: 0 25px;
}

#product-page .nav-tabs>li>a {
    padding: 15px 0;
    line-height: 20px;
}

#product-page .nav-tabs>li>a:after {
    content: "";
    background: var(--primary-hover-color);
    width: 0;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    position: absolute;
    bottom: -1px;
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s;
}

#product-page .nav-tabs>li:hover>a:after,
#product-page .nav-tabs>li.active>a:after {
    width: 100%;
}

#product-page .nav-tabs>li.active>a,
#product-page .nav-tabs>li:hover>a {
    color: var(--primary-hover-color);
}

.nav-tabs>li>a {
    text-transform: capitalize;
    padding: 12px 25px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    border: none;
    margin: 0;
    color: var(--primary-color);
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover,
.nav>li>a:focus,
.nav>li>a:hover {
    background: transparent;
    border: none;
}

/*----------------------------------------------*/
/* Contact Us */
/*----------------------------------------------*/
.information-contact .contact-left .title i.fa {
    color: #0f4c81;
    font-size: 2rem;
    margin: 0px 10px 10px 0;
    padding: 7px;
    text-align: center;
    width: 35px;
}

.content-details {
    display: flex;
}

.content-details-item {
    background: rgba(180, 180, 180, 0.15);
    padding: 25px 20px 20px 20px;
    margin: 20px;
    color: rgb(34, 154, 200);
    text-align: center;
    flex-grow: 1;
    font-size: 1.1rem;
    line-height: 2;
}

.content-details-item:first-child {
    margin: 20px 20px 20px 0;
}

.contact-left-2 h3 {
    color: #0f4c81;
    font-size: 2rem;
    text-align: center;
    margin-top: 80px;
    text-transform: none;
}

.contact-left-2 {
    color: rgb(34, 154, 200);
}

.contact-left-2 iframe {
    width: 800px;
    height: 600px;
}

.contact-left-2:last-child h3 {
    margin-bottom: 25px;
}

.contact-left-2 .content-details-item {
    color: #0f4c81;
}

.content-details-manager {
    color: rgb(34, 154, 200);
}

.content-details-item span {
    font-weight: 400;
    color: #0f4c81;
    font-size: 1rem;
    line-height: normal;
}

.content-details-icon i {
    font-size: 2rem;
    margin-bottom: 10px;
}

#information-contact .panel-body .col-sm-3 {
    float: left;
    width: 100%;
    padding: 15px;
    line-height: 25px;
}

.contact-title {
    margin: 0 0 20px 0;
    font-size: 20px;
}

/*----------------------------------------------*/
/* checkout-cart */
/*----------------------------------------------*/
#accordion .panel-heading h4.panel-title a i.fa-caret-down {
    float: right;
}

#accordion.panel-group .panel {
    border-radius: 0;
    border: none;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
}

#accordion.panel-group .panel+.panel {
    margin-top: 15px;
}

#accordion.panel-group .panel-default>.panel-heading {
    background: var(--background-color);
    padding: 14px 15px;
    border: none;
    border-left: 3px solid var(--primary-hover-color);
}

.checkout-cart .input-group.btn-block .form-control {
    width: 45px;
    text-align: center;
    padding: 6px;
}

.checkout .input-group .form-control {
    z-index: 1;
    background: transparent;
}

.cart_input_block.input-group {
    display: inline-block;
    width: auto;
}

/*----------------------------------------------*/
/* other page */
/*----------------------------------------------*/
#button-search {
    margin: 30px 0 20px 20px;
    background: #0f4c81;
    color: white;
}

h3.search-criteria {
    font-size: 17px;
}

#product-search #input-search {
    margin-bottom: 10px;
}

/* manufacture page */
#product-manufacturer #content p>a {
    color: var(--primary-hover-color);
}

.manufacturer-list {
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid var(--border-color);
}

.manufacturer-heading {
    background: var(--background-color);
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px 8px;
}

.manufacturer-content {
    padding: 8px;
}

/*account*/
#account-account .account-list-content {
    margin-bottom: 20px;
}

#account-account .account-list-content:last-child {
    margin-bottom: 0;
}

.well {
    padding: 19px;
    border-radius: 0;
    border: 1px solid var(--border-color);
    background: transparent;
}

.well h2 {
    margin: 0px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}

.well strong {
    font-weight: 500;
}

.account-list-heading {
    font-size: 16px;
    margin: 0 0 10px;
}

.account-list-content li a {
    color: var(--secondary-light-color);
    padding: 3px 0;
    display: inline-block;
}

.account-list-content li a:hover {
    color: var(--primary-hover-color);
}

/*sitemap*/
#information-sitemap #content .row li>a {
    padding: 5px 0;
    display: inline-block;
    font-size: 15px;
}

/*compare*/
#product-compare .table {
    display: inherit;
    border-style: solid none none none;
    overflow: auto;
}

.product-compare .btn-primary {
    margin: 5px 0 5px;
}

#product-compare .table>tbody+tbody {
    border-top: 1px solid #ddd;
}

/*checkout*/
#checkout-cart .img-thumbnail {
    border: none;
    padding: 0;
}

/*about us*/
#information-information #content .about-us {
    padding: 20px 5px;
    background: var(--background-color);
}

.about-us img {
    width: 100%;
}

.about-us h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 400;
}

.about-us h4 {
    font-size: 16px;
    color: var(--primary-hover-color);
    margin: 15px 0;
    font-weight: 400;
}

.about-us p {
    line-height: 26px;
    color: var(--secondary-light-color);
}

/*----------------------------------------------*/
/* common css */
/*----------------------------------------------*/
.mt-80 {
    margin-top: 80px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.img-thumbnail {
    border: none;
}

#content {
    min-height: 600px;
}

.common-home #content {
    min-height: unset;
}

.relative {
    position: relative;
}

.m-auto {
    margin: 0px auto;
}

.m-image-auto {
    width: auto !important;
}

.dropdown-menu {
    background: var(--secondary-color);
    z-index: 1001;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.1);
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: transparent;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 10px 15px;
    vertical-align: middle;
    border-color: var(--border-color);
}

.caret.caret-up {
    border-top-width: 0;
    border-bottom: 4px solid #fff;
}

.list-group i {
    float: right;
}

.menulist:first-child {
    padding: 14px 0;
    font-size: 0.85rem;
    font-weight: 400;
    border-radius: 0;
    background: transparent;
    color: white;
}

.menulist:first-child a {
    padding: 1px !important;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 0;
    background: transparent;
    color: white;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}

.table>tbody>tr>td {
    border-top: none;
}

.form-group {
    margin-bottom: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 15px;
    font-size: 15px;
    line-height: 20px;
    color: var(--secondary-light-color);
    background: var(--secondary-color);
    background-color: var(--secondary-color);
    background-image: none;
    border: 1px solid var(--border-color);
    box-shadow: none;
    border-radius: 0;
}


.flex-banner-main {
    display: flex;
    justify-content: center;
}

.flex-banner-main img {
    width: 50%;
}

.banner-main {
     padding: 5px;
    -webkit-box-shadow: 3px 3px 8px -6px #000000;
    box-shadow: 3px 3px 8px -6px #000000;
    height: 300px;
}

.banner-main img {
    width: 100%;
    height: 100%;
    padding: 10px;
    object-fit: cover;
}

.banner-main-outer {
    padding: 20px;
    margin: 0;
}

.who-we-main {
    display: flex;
    background: #f6f6f6;
    padding: 5px 0 15px 0;
    margin: 40px 0 40px 0;
}

.who-we-list li:first-child {
    font-size: 1.8rem;
    color: #0f4c81;
    font-weight: 900;
    padding: 5px;
    margin-top: 5px;
    border: none;
}

.who-we-list {
    color: black;
}

.who-we-list li {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 15px;
    line-height: 2;
    margin-top: 5px;
    list-style: none;
}

.who-we-list li:last-child {
    border: none;
}
.why-we {
    text-align: center;
}
.fa-check {
    font-size: 1.2rem;
    font-weight: 700;
    color: rgba(0, 160, 32, 1);
    margin-right: 20px;
}

.brands-main {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.brands-main-item {
    flex-grow: 1;
    max-width: 300px;
    max-height: 300px;
    padding: 20px;
}

.brands-main-item img {
    width: 100%;
}

.main-title {
    background: #0f4c81;
    font-size: 1.8rem;
    color: white;
    font-weight: 900;
    padding: 20px 40px 20px 20px;
    margin-top: 20px;
    border: none;
}

.blog-h4 {
    color: #0f4c81;
    margin: 15px 0 15px 0;
    font-size: 1rem;
    line-height: 1.5;
}

.blog-h4:hover {
    color: #ffce0e;
}

.h3-mainpage {
    padding: 40px 0 0 15px;
    color: #0F4B81;
    font-size: 1.8rem !important;
    font-weight: 900;
    text-align: center;
}

.price-title {
    color: #0f4c81;
    font-size: 1.2rem;
    font-weight: 400;
}

.price-main img {
    padding: 10px;
    width: 160px;
}

.price-item {
    display: flex;
    align-items: center;
    padding: 5px;
    border-bottom: 1px solid rgba(235, 235, 235, 1);
}
.price-item:first-child {
    font-size: 1.3rem;
    padding: 40px 15px 30px 15px;
    color: black;
}
.price-item a {
    margin-left: 25px;
}

.price-item a:hover {
    text-decoration: underline;
}

.contacts-column {
    padding: 50px;
    color: #0f4c81;
}

.breadcrumb-row {
    text-align: center;
}
.certificates {
    margin-bottom: 80px;
}
.certificates-item {
    display: flex;
    flex-wrap: wrap;
}

.certificates-item-img {
    flex-grow: 1;
    max-width: 25%;
}

.certificates-item img {
    width: 100%;
    padding: 15px;
}

.certificates-title {
    color: #0f4c81;
    font-size: 1.2rem;
    font-weight: 400;
}

.fa-search {
    color: white;
}
.promo-title a {
    color: #0f4c81;
}
.sw-item {
    position: relative;
    -webkit-box-shadow: 3px 3px 8px -6px #000000;
    box-shadow: 3px 3px 8px -6px #000000;
    margin: 35px 15px 35px 15px;
    transition: all 0.2s;
}

.sw-item img {
    width: 100%;
    height: 100%;
}

.sw-title {
    position: absolute;
    top: -35px;
    left: 0;
    font-size: 0.9rem;
    padding: 8px;
    line-height: 2;
    color: #0f4c81;
    background: rgba(235, 235, 235, 0.9);
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 6px 1px rgba(0, 0, 0, 0.25);
}

.sw-title:hover {
    color: grey;
}

a.category-product-name {
    color: black;
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: 400;
    padding: 3px 6px 3px 6px;
    /*border-bottom: 2px solid rgba(235, 235, 235, 0.9);*/
}

a.category-product-name:hover {
    border-bottom: 2px solid #0f4c81;
}

.category-image {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
}

.products-table tr,
.product-characteristics tr {
    transition: all 0.4s ease;
    padding: 2px;
    /*border-bottom: 1px solid rgba(235, 235, 235, 0.9);*/
}

.products-table td {
    padding: 2px;
}

.products-table tr:hover,
.product-characteristics tr:hover {
    background: rgba(235, 235, 235, 0.9);
    -webkit-box-shadow: 4px 4px 10px -6px #000000;
    box-shadow: 4px 4px 10px -6px #000000;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.products-table tr:first-child:hover,
.products-table tr:nth-child(2):hover,
.product-characteristics thead tr:first-child,
.product-characteristics thead tr:first-child:hover {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.products-table tr.first,
.products-table tr.second,
.products-table tr:last-child {
    border: none;
}
tr.second .call-us {
    margin-bottom: 60px;
    background: rgba(232, 75, 75, 1);
    padding: 20px 40px 20px 40px;
    font-size: 1.5rem;
}

tr.second .call-us:hover {
    background: rgba(232, 75, 75, 0.7);
    color: white;
}

tr.second .download-price-category {
    margin-bottom: 20px;
    background: rgba(0, 160, 32, 1);
    border: none;
    padding: 10px;
    font-size: 1.4rem;
}

a button.download-price {
    color: rgba(15, 76, 129, 1);
}

.download-price {
    margin: 0 0 0 10px;
    border-bottom: 2px dashed rgba(15, 76, 129, 0.15);
    padding: 0 10px 4px 6px;
    font-size: 16px;
    background-color: white;
}

a button.download-price:hover {
    border-bottom: 2px dashed rgba(15, 76, 129, 0.8);
}

tr.second .download-price-category:hover {
    background: rgba(0, 160, 30, 0.7);
    color: white;
}

tr.second .download-price-category:focus {
    color: white;
}

.products-table tr:nth-child(2) td {
    padding: 10px 0 20px 0;
}

.products-table td span,
.product-characteristics thead tr:first-child {
    border-left: 4px solid #ffce0e;
    font-size: 1rem;
    color: black;
    padding: 15px !important;
    margin: 5px 0 5px 10px;
}

.product-characteristics td {
    padding: 20px;
}

.products-table td span.price-table {
    border: none;
    font-weight: 400;
    color: black;
}

.category-description {
    margin: 20px 0 40px 0;
    font-size: 1rem;
    line-height: 2;
    color: #0f4c81;
    font-weight: 400;
    /*-ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;*/
}
.category-description a {
    color: #0f4c81;
    border-bottom: 3px dashed #ffce0e;
    padding-bottom: 3px;
}
.category-description a:hover {
    border-bottom: 3px dashed #0f4c81;
}
.category-description:first-child {
    margin-top: 60px;
}
img.category-description-image50 {
    width: 45%;
    margin-right: 10px;
    padding: 15px 5px 15px 5px;
}
img.description-image33 {
    width: 30%;
}
.category-description ul {
    padding: 15px 35px 15px 35px;
    text-align: unset;
}
.category-description h2, .category-description h3 {
    text-align: unset;
}
.category-description div {
    padding: 0 15px 0 15px;
    margin: 0;
}

.category-description-brand {
    font-weight: 900;
}

.category-description h2 {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 10px;
}
.category-description h3 {
    font-size: 1.2rem;
    line-height: 2;
    margin-bottom: 10px;
}

.category-details .content-details-item {
    padding: 8px;
    margin: 8px;
}

.product-flex {
    display: flex;
}

.product-flex-container {
    flex-grow: 1;
}

.product-flex-container:first-child {
    margin-right: 100px;
    padding-left: 50px;
}

.product-flex-container h1 {
    font-size: 1.3rem;
}

.price {
    color: #0f4c81;
    line-height: 1.5;
    font-weight: 400;
    font-size: 1.8rem;
    margin: 15px 0 15px 0;
}

ul.list-unstyled {
    color: white;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0px;
}

ul.list-unstyled li {
    margin-top: 5px;
}

#topCategoryList.box-menu {
    transition: all 0.5s ease 0s;
    opacity: 1;
}

.grafik {
    font-size: 1.3rem;
    color: #ffce0e;
}

.category-open span {
    display: none;
}

.trans-quadro {
    color: #0f4c81;
    background: rgb(220, 220, 220);
    background: linear-gradient(315deg, rgba(220, 220, 220, 0.5) 0%, rgba(245, 245, 245, 0.5) 35%);
    padding: 25px 25px 15px 35px;
    margin: 0;
    line-height: 2;
    font-size: 1rem;
    height: 100%;
}

.trans-quadro h1 {
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
}

.html-main .col-xs-4 .plastiko-trans-quadro {
    margin-top: 25px;
}

.html-main .col-xs-4,
.html-main .col-xs-8 {
    padding: 0;
}

.product-thumb .caption {
    padding: 5px 20px 15px 20px;
}

.content-details-item a {
    color: #0f4c81;
    border-bottom: 1px solid #ffce0e;
}

.logo-telephones {
    display: none;
}

.logo-telephones a,
.logo-telephones a:hover {
    color: #0f4c81;
}

.company-about {
    padding: 20px 20px 20px 0;
    font-size: 1.1rem;
}

.related {
    display: flex;
    flex-wrap: wrap;
}

.related-product {
    margin-top: 5px;
    width: 100%;
    padding: 0;
}

.related-product .product-thumb {
    display: flex;
    margin-bottom: 5px;
}

.related-product .product-thumb div img {
    width: 80px;
    height: 80px;
}

.related-product .product-thumb div a {
    padding: 0px !important;
    color: #0f4c81;
    font-size: 1rem;
    line-height: 1.5;
}

.related-product .product-thumb div {
    padding: 0 5px 5px 5px;
    text-align: left;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    align-self: center;
}

.related-product .product-thumb div:last-child {
    justify-content: flex-start;
    margin-left: 5px;
}

.related-table {
    font-size: 1rem;
    font-weight: 400;
    color: #0f4c81;
    padding-top: 20px;
}

.popular-products {
    width: 100%;
    flex-grow: 1;
    text-align: center;
    font-size: 1.7rem;
    padding: 40px 0 20px 0;
    border-top: 1px solid rgba(235, 235, 235, 0.8);

}

.popular-products a {
    padding-bottom: 5px;
    color: #0f4c81;
    border-bottom: 2px solid #ffce0e;
}

.search-h4 a {
    color: #0f4c81;
}

.button-error {
    margin-bottom: 60px;
    background: #ffce0e;
    padding: 20px 40px 20px 40px;
    font-size: 1.6rem;
    font-weight: 900;
    color: #0f4c81;
}

.button-error:hover,
.button-error:focus,
.button-error:active {
    background: #ffce0e;
    color: #0f4c81;
}

.button-error:hover {
    background: rgba(255, 206, 14, 0.6);
}

.error-cat {
    display: flex;
    width: 50%;
    margin-bottom: 50px;
}

.errot-cat-image {
    flex-grow: 1;
    width: 100%;
}

.square {
    width: auto;
    height: auto;
    -webkit-animation: pulsing 2.5s infinite;
    animation: pulsing 2.5s infinite;
}
.announcement {
    text-align: center;
    padding: 10px 10px 5px 10px;
    background: rgba(0, 160, 32, 1);
    color:white;
    font-weight: 600;
    font-size: 14px;
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: none;
}
.announcement p{
    display: inline-block;
    padding-left: 100%;
    -webkit-animation: scroll 27s infinite linear;
    -moz-animation: scroll 27s infinite linear;
    animation: scroll 27s infinite linear;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate(-15%, 0);
        transform: translate(-15%, 0);
    }
    100% {
        -webkit-transform: translate(-75%, 0);
        transform: translate(-75%, 0)
    }
}

@-webkit-keyframes pulsing {
    0% {
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8)
    }

    50% {
        -webkit-transform: scale(1.0, 1.0);
        transform: scale(1.0, 1.0);
    }

    100% {
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }
}

@keyframes pulsing {
    0% {
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8)
    }

    50% {
        -webkit-transform: scale(1.0, 1.0);
        transform: scale(1.0, 1.0);
    }

    100% {
        -webkit-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
    }
}

.category-description-photo-title p {
    margin: 10px 0 10px 0;
}

.category-description-photo,
.main-category-photo,
.main-category-photo-brand {
    width: 100%;
}

.category-description-photo img,
.main-category-photo-brand img {
    width: 35%;
}

.main-category-photo {
    padding: 10px;
    font-size: 0.9rem;
}

.main-category-photo img {
    width: 80%;
}

.category-pipes {
    padding: 10px !important;
    margin-top: 15px !important;
}

.category-pipes ul li {
    list-style: none;
}

.warehouse {
    margin-top: 20px;
    margin-bottom: 15px;
    color: rgba(0, 160, 85, 0.9);
    font-size: 14px;
    background-color: rgba(0, 160, 100, 0.15);
    padding: 5px 15px 5px 15px;
    border: none;
    cursor: default;
}

.warehouse i,
.warehouse-red i,
.warehouse-grey i {
    margin-right: 10px;
}

.warehouse-red {
    margin-top: 20px;
    margin-bottom: 15px;
    color: rgba(255, 0, 0, 1);
    font-size: 14px;
    background-color: rgba(255, 0, 0, 0.10);
    padding: 5px 15px 5px 15px;
    border: none;
    cursor: default;
}

.warehouse-grey {
    margin-top: 20px;
    margin-bottom: 15px;
    color: #0f4c81;
    font-size: 14px;
    background-color: rgba(180, 180, 180, 0.25);
    padding: 5px 15px 5px 15px;
    border: none;
    cursor: default;
}

.fitting-special img {
    margin-left: 22px;
}

.search-h4 {
    line-height: 1.5;
}

.search-icon {
    background: #0f4c81;
    color: white;
}

.buy-item {
    margin: 0 0 0 10px;
    color: white;
    border: none;
    padding: 6px 25px 8px 20px;
    font-size: 20px;
    background: rgba(0, 160, 32, 1);
}
.overall{
    padding: 10px 25px 10px 0;
    font-size: 20px;
}
.menulist:nth-child(7) a {
    color: #ffce0e;
}
.promotion {
    margin-top: 20px;
    padding: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.promotion .promotion-title, .promotion .promotion-item {
    padding: 20px;
}
.promotion .promotion-title {
    font-size: 1.2rem;
    border: 2px solid rgba(230, 230, 230, 0.8);
    background-color: rgba(240, 240, 240, 0.35);
    text-align: center;

}
.promotion .promotion-item {
    line-height: 2.5;
}

.promotion p {
    margin:0 !important;
}
.aktualnost {
    font-size: 14px;
    padding-top: 12px;
    color: rgba(255, 40, 40, 1);
}
.sw-item:hover {
    transition: all 0.2s;
    transform: scale(1.05);
}

.category-description-photo-electrofusion {
    width: 100%;
}
.category-description-photo-electrofusion img {
    max-width: 100%;
    margin: 30px 0 20px 0;
}
span#form-language {
    font-size: 1.3rem;
}
.category-actual {
    padding: 8px 14px 20px 0px;
    font-size: 1rem;
    color: rgba(180, 180, 180, 1);
    letter-spacing: 1px;
}
.products-table h4 {
    margin-top: 6px;
    margin-bottom: 6px;
}



/* *****************MEDIA ЗАПРОСЫ******************* */
/* *****************MEDIA ЗАПРОСЫ******************* */







@media (min-width: 1561px) {
    .container {
        width: 1440px;
    }

    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(5n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1) {
        clear: left;
    }

    .product-tab-block .col-lg-3:nth-child(4n+1) {
        clear: unset;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {

    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1) {
        clear: left;
    }

    .product-tab-block .col-lg-3:nth-child(4n+1) {
        clear: unset;
    }
}

@media only screen and (max-width: 1600px) {
    tr.second .download-price-category {
        font-size: 1.2rem;
    }
    tr.second .download-price-category {

    }
    .inner2 .promo-title {
        font-size: 1rem;
    }
    .related-table {
        padding-top: 0px;
    }
    .breadcrumb {
        margin:20px 0 20px 0;
    }
    .related-product .product-thumb div a, .breadcrumb {
        font-size: 0.85rem;
    }
    .list-group a {
        font-size: 0.8rem;
    }
    .category-description {
        font-size: 0.8rem;
        line-height: 2;
    }
    .price {
        font-size: 1.5rem;
    }
    .product-flex-container h1 {
        font-size: 1.1rem;
        line-height: 1.5;
    }
    .sw-title {
        font-size: 0.85rem;
        padding: 6px;
        top: -45px;
    }

    .banner-main {
        height: 250px;
    }

    .trans-quadro h1 {
        font-size: 1.5rem;
    }

    .html-main .col-xs-4 .plastiko-trans-quadro {
        margin-top: 15px;
    }

    #logo img {
        width: 120px !important;
        height: auto !important;
    }
    .header-inner div span {
        padding: 0 15px 0 15px;
    }
    .header-inner {
        padding: 10px 0 8px 0;
    }
    .mt-80 {
        margin-top: 50px;
    }

    .mt-50 {
        margin-top: 20px;
    }

    .page_title {
        margin: 0 0 10px 0;
    }

    .testimonial-block .testimonial-desc {
        padding: 0 0 15px;
    }

    .testimonial-author {
        padding-top: 10px;
    }

    .testimonial-block .row-items {
        width: auto;
    }

    .testimonialcenter i {
        margin: 0 11px 0 0;
    }

    #menu .nav>li>a {
        font-size: 12px;
        padding: 15px 0;
    }

    #menu .nav>li+li {
        margin: 0 0 0 30px;
    }

    .category-details .content-details-item:nth-child(3),
    .category-details .content-details-item:nth-child(4) {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .category-description-photo-electrofusion img {
        margin: 40px 0 40px 0;
    }
    .banner-main {
        height: 200px;
        padding: 6px;
    }

    .plastiko-trans-quadro {
        display: none;
    }

    .trans-quadro {
        padding: 25% 10px 10px 25px;
    }

    .inner2 .plast-i-ko-about {
        margin: 0;
        padding: 15px;
    }

    .inner2 .plast-i-ko {
        bottom: 110px;
    }

    .product-flex-container h1 {
        font-size: 1.5rem;
    }

    .price {
        font-size: 1.7rem;
    }

    .product-flex-container .image-box {
        width: 360px;
        margin-right: 20px;
    }

    .product-flex-container .image-box img {
        width: 100% !important;
        height: auto !important;
    }

    .category-details .content-details-item:nth-child(3),
    .category-details .content-details-item:nth-child(4) {
        display: none;
    }

    .category-description {
        line-height: 2;
    }

    .category-description h2 {
        padding: 8px;
        line-height: 1.75;
        font-size: 1.1rem;
    }

    .category-image img {
        width: 260px;
        height: 260px;
    }

    tr.second .download-price,
    .download-price {
        padding: 15px 20px 15px 20px;
        font-size: 1.2rem;
    }

    a.category-product-name,
    .products-table td span {
        font-size: 1rem;
    }

    .list-group a {
        font-size: 0.85rem;
    }

    .list-group .list-group-item-subcategory {
        padding: 8px;
    }

    .sw-item {
        margin: 12px;
        width: 200px;
    }

    .content-details {
        flex-wrap: wrap;
    }

    .content-details-item {
        padding: 12px;
        margin: 12px;
        font-size: 1.0rem;
    }

    .content-details-item span {
        font-size: 1.0rem;
    }

    .banner-main-outer {
        padding: 20px;
    }

    .who-we-list li {
        font-size: 1.0rem;
    }

    .filter_box,
    #column-left .block_box,
    #column-right .block_box,
    .account-content .list-unstyled,
    .sidebar .list-unstyled {
        padding: 20px 15px;
    }

    #column-left .product-thumb .product-title,
    #column-right .product-thumb .product-title {
        margin: 0 0 10px;
    }

    #column-left .product-thumb .price.price-left,
    #column-right .product-thumb .price.price-left {
        margin: 4px 0 0 0;
    }

    #column-left .product-layout+.product-layout .product-thumb,
    #column-right .product-layout+.product-layout .product-thumb {
        margin: 20px 0 0 0;
    }

    #column-left h3,
    #column-right h3,
    #column-left .box-content h3,
    #column-right .box-content h3 {
        padding: 15px;
    }

    .inner2 button {
        bottom: 15px;
        left: 15px;
        padding: 12px 24px;
        font-size: 1rem;
    }

    .inner2 .promo-title {
        font-size: 1.1rem;
    }

    .inner2 .promo-desc {
        font-size: 16px;
    }

    .cat-pagination-right .cat-show {
        padding-left: 0;
    }

    #grid-view.btn-default {
        margin: 0 0 0 5px;
    }

    .cat-pagination-right>div {
        padding: 0;
    }

    #compare-total.btn.btn-link {
        font-size: 14px;
    }

    .text_limit,
    .text_sort {
        font-size: 14px;
    }

    .footer_bottom {
        margin-top: 30px;
    }

    #menu .nav>li+li {
        margin: 0 0 0 22px;
    }

    .special-countdown .product-thumb .caption {
        width: auto;
    }

    .special-image {
        margin-right: 15px;
    }

    .special-countdown .product-thumb .product-title {
        margin: 0 0 10px;
    }

    .special-countdown .deal-countdown,
    .product-list .product-thumb .price.price-left,
    .special-countdown .product-thumb .price {
        padding: 10px 0 0 0;
    }

    .product-thumb .description {
        margin: 7px 0 0;
    }

    .special-countdown .product-thumb .all-btn {
        padding: 15px 0 0 0;
    }

    /*.special-countdown .time-left,*/
    .special-countdown .item-countdown>div b,
    .special-countdown .dealoffer {
        font-size: 18px;
    }

    .special-countdown .product-thumb .product-title a,
    .product-list .product-thumb .price.price-left,
    .special-countdown .product-thumb .price {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .html1>div>div.col-xs-4 {
        padding: 0 5px;
        clear: unset;
    }

    .search-item {
        width: calc(50% - 30px);
    }

    .html1>div {
        margin: 0 -5px;
    }

    .inner2 .promo-title {
        font-size: 16px;
    }

    .inner2 .promo-desc {
        font-size: 14px;
    }

    .inner2 button {
        padding: 8px 15px;
    }

    .subscribe-form {
        margin: 10px 0 0;
    }

    .newsletter-form {
        text-align: center;
    }

    .subscribe-form #newsletter_usr_email {
        height: 44px;
    }

    #column-left .product-thumb>.thumb-description,
    #column-right .product-thumb>.thumb-description {
        width: 65.1%;
    }

    .toggled .toggle-open {
        position: absolute;
        right: 0;
    }

    #column-left .swiper-viewport,
    #column-right .swiper-viewport {
        display: none;
    }

    #column-left h3,
    #column-right h3,
    #column-left .box-content h3,
    #column-right .box-content h3,
    .article-container .page-title h3 {
        padding: 10px 15px;
        font-size: 16px;
    }

    #column-left .toggled .toggle-open,
    #column-right .toggled .toggle-open {
        right: 15px;
    }

    .refine-search {
        margin: 0 0 10px;
    }

    .cat-name li a {
        font-size: 13px;
        padding: 3px 10px;
    }

    .cat_info {
        margin: 0 0 20px;
    }

    .cat-description p {
        margin: 0 0 13px;
    }

    .product-list .product-thumb .product-title {
        margin: 0 0 15px;
    }

    .product-list .product-thumb .image {
        margin-right: 20px;
    }

    .breadcrumb-back {
        padding: 10px 0;
        margin: 0 0 20px 0;
    }

    .page_title {
        margin: 0 0 5px 0;
        font-size: 20px;
    }

    .related-products-block {
        padding-top: 30px;
    }

    .propage-tab {
        margin-top: 20px;
    }

    .right_info h1,
    .quick-product-right h1 {
        font-size: 18px;
        margin: 0 0 8px;
    }

    hr {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #product-page .tab-content {
        padding: 20px;
    }

    .mt-80 {
        margin-top: 30px;
    }

    .mt-50 {
        margin-top: 10px;
    }

    .mt-40 {
        margin-top: 20px;
    }

    .mt-20 {
        margin-top: 5px;
    }

    .mt-30 {
        margin-top: 15px;
    }

    .category-row {
        margin: 0 -5px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .service-item {
        width: 50%;
        padding: 10px 5px;
    }

    .service-box .promo-item {
        padding: 10px 5px;
    }

    .service-icon {
        font-size: 34px;
        display: block;
    }

    .service .promo-title {
        margin: 0 0 2px;
    }

    footer {
        padding-top: 10px;
    }

    .footer_bottom {
        margin-top: 50px;
        padding: 10px 0;
    }

    footer h5,
    footer .position-footer-left h5 {
        margin: 0;
        font-size: 16px;
    }

    footer .position-footer-right h4 {
        margin: 0 0 10px;
        font-size: 16px;
    }

    .footer-top .col-sm-2,
    .footer-top .col-sm-3,
    .footer-top .col-sm-4 {
        width: 100%;
        float: unset;
        margin: 15px 0;
        border: none;
    }

    footer .footer_bottom p {
        margin: 10px 0 0 0;
        font-size: 14px;
        text-align: center;
    }

    .scrollToTop {
        right: 15px;
        bottom: 15px;
        height: 40px;
        width: 40px;
    }

    .scrollToTop i {
        line-height: 40px;
    }

    #topCategoryList {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        max-width: 350px;
        z-index: 999;
        margin: 0;
        -webkit-transform: translate(-400px, 0);
        -moz-transform: translate(-400px, 0);
        -ms-transform: translate(-400px, 0);
        -o-transform: translate(-400px, 0);
        transform: translate(-400px, 0);
        -moz-transition-property: -moz-transform;
        -o-transition-property: -o-transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: transform;
        -webkit-transition-duration: .5s;
        transition-duration: .5s;
        overflow: auto;
    }

    #topCategoryList.box-menu {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        background: #0f4c81;
    }

    .menu-close {
        padding: 12px 15px;
        font-weight: 600;
        font-size: 16px;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .menu-close i {
        line-height: 20px;
        font-size: 12px;
    }

    #menu .btn-navbar.open-menu:after {
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        display: block;
        position: fixed;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        z-index: 99;
        transition: opacity 0.2s cubic-bezier(0, 0, .3, 1);
        transition-delay: 0.1s;
    }

    #menu .btn-navbar span:before,
    #menu .btn-navbar span:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background: var(--secondary-color);
        left: 0;
        transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }

    #menu .btn-navbar span:after {
        top: 6px;
    }

    #menu .btn-navbar span:before {
        top: -6px;
    }

    #menu .btn-navbar span {
        position: absolute;
        width: 20px;
        height: 1px;
        background: var(--secondary-color);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
    }

    #menu .nav>li>a,
    #menu #topCategoryList .dropdown-inner a {
        color: white;
        font-weight: 500;
        padding: 6px 30px 6px 15px;
        display: block;
        font-size: 12px;
    }

    #menu .nav>li>a,
    #menu #topCategoryList .menu_drop>.dropdown-inner>li>a {
        font-size: 1.1rem;
    }

    #menu #topCategoryList ul {
        margin: 8px;
        color: white;
        padding: 12px 0 12px 0;
    }

    #menu #topCategoryList ul.category-list {
        margin-bottom: 10px;
    }

    #menu .dropdown-inner,
    #navCategory .dropdown-inner {
        display: block;
    }

    #topCategoryList .dropdown.menulist .dropdown-menu .dropdown-inner {
        display: block;
        padding: 0 10px;
    }

    #topCategoryList .dropdown.menulist .dropdown-menu {
        position: relative;
        float: none;
        background-color: transparent;
        border: none;
        box-shadow: none;
        display: none;
        padding: 0;
    }

    #menu #topCategoryList .dropdown-inner .dropdown-submenu ul.sub-menu {
        display: none;
        position: unset;
        border: none;
        padding: 0 10px;
    }

    #topCategoryList li .toggle-menu {
        position: absolute;
        right: 0;
        top: 0;
        padding: 6px 10px;
        color: white;
    }

    #topCategoryList .dropdown-submenu>.fa {
        display: none;
    }

    #topCategoryList ul li {
        padding: 10px;
    }

    #topCategoryList ul li:first-child {
        color: #ffce0e;
    }

    #topCategoryList #more_cat {
        display: none;
    }

    #menu .btn-navbar {
        display: block;
        margin: 0 0 0 20px;
        border: none;
        color: white;
    }

    #menu .fa {
        font-size: 1.8rem;
    }

    .category-list .menu-item.dropdown .dropdown-menu {
        position: relative;
        box-shadow: none;
        width: 100%;
        border: none;
        padding: 0 15px;
        float: none;
    }

    #menu .nav>li+li {
        margin: 0;
    }

    .fa-search {
        font-size: 1.4rem;
    }
    .blog-block {
        margin-bottom: 20px;
    }

    .article-container .page-title {
        margin-bottom: 15px;
    }

    .caption.blog-description {
        padding: 22px 15px 20px;
    }

    .block-date .day {
        padding: 5px 10px;
    }

    .blog-text {
        margin: 8px 0;
    }

    .block-date {
        top: -15px;
    }

    .article-container .leave-hedding {
        padding: 10px 15px;
        margin: 0 0 15px;
        font-size: 16px;
    }

    .page-title h3,
    .product-tabs .page-title h3 {
        font-size: 22px;
        margin: 0 0 15px;
    }

    #product-page .nav-tabs>li>a {
        font-size: 14px;
        padding: 10px 0;
    }

    #product-page .nav-tabs li {
        margin: 0 15px;
    }

    .product-thumb {
        margin-bottom: 20px;
    }

    .product-thumb:hover {
        box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2);
    }

    .product-layout,
    #category-blogs .blog-layout,
    .testimonial-block .col-xs-12 {
        padding: 0 5px;
    }

    .special-countdown .countdown-inner.row,
    .box .row {
        margin: 0 -5px;
    }

    .product-thumb .addcart {
        font-size: 14px;
        padding: 8px 20px;
        bottom: 0;
    }

    .product-thumb .addcart i,
    #button-cart i,
    #quick-cart i {
        padding: 0 5px 0 0;
    }

    .product-thumb .button-group {
        opacity: 1;
        position: unset;
    }

    .product-thumb .product-title {
        margin: 0 0 10px;
    }

    .product-thumb .button-group button {
        margin: 0 20px 0 0;
    }

    .special-countdown .product-thumb .description {
        display: none;
    }

    /*.special-countdown .time-left,*/
    .special-countdown .item-countdown>div b,
    .special-countdown .dealoffer,
    .special-countdown .item-countdown>div+div:before {
        font-size: 14px;
    }

    .special-countdown .product-thumb .btn-list>button {
        margin: 0 0 0 3px;
    }

    .special-countdown .product-thumb .addcart {
        padding: 8px 10px;
    }

    .special-countdown {
        padding: 20px 0 0;
    }

    .sale-text {
        top: 5px;
        right: 5px;
        font-size: 12px;
        padding: 0px 5px;
    }

    .product-list .product-thumb .all-btn {
        margin: 15px 0 0;
    }

    .special-countdown .product-thumb .btn-list>button,
    .product-list .product-thumb .btn-list>button {
        height: 36px;
        width: 36px;
    }

    .slideshow .swiper-pagination {
        display: block;
        bottom: 0;
    }

    .slideshow .swiper-pager {
        display: none;
    }
}

@media only screen and (max-width: 680px) {
    img.description-image33, img.category-description-image50 {
        width: 95%;
    }
    header {
        position: -webkit-sticky;
        position: sticky;
    }
    .announcement {
        font-size: 11px;
        padding: 8px 8px 4px 8px;
    }
    .breadcrumb-row li:last-child {
        display: none;
    }

    .download-price {
        display: none;
    }

    .related-product {
        margin-top: 15px;
        line-height: 2;
    }

    .search-item {
        width: calc(100% - 30px);
    }

    .search-item .image {
        width: 100%;
    }

    .search-h4 {
        line-height: 1.5;
    }

    h1 {
        padding: 15px 0 15px 0;
    }

    .category-open span {
        display: block;
        padding: 10px;
    }

    .html1>div>div.col-xs-4 {
        width: 50%;
    }

    .html-main>div.col-xs-4 {
        width: 100%;
    }

    .html-main>div.col-xs-8 {
        width: 100%;
    }

    .tq-fitting {
        font-size: 1.3rem !important;
    }

    .product-list .product-thumb .image img {
        width: auto;
        margin: 0;
    }

    .special-countdown .product-thumb {
        display: block;
    }

    .special-image {
        width: auto;
        margin-right: 10px;
    }

    .special-countdown .countdown-images {
        justify-content: center;
        margin: 0 0 10px;
    }

    .product-thumb .product-title a {
        font-size: 14px;
    }

    .newsletter-popup .modal-dialog {
        width: 90%;
    }

    .product-list .product-thumb .image {
        display: inline-block;
        margin: 0;
    }

}

/* Мобильные полная версия*/
@media (min-width: 600px) and (orientation: portrait) {

    .header-telephones div:first-child span,
    .header-telephones div:nth-child(4) span {
        display: none;
    }

    .menulist:first-child a {
        padding: 14px 14px 10px 14px !important;
        margin: 0 !important;
    }

    .menu-font {
        display: flex;
        flex-direction: column;
    }
}

/* Мобильные в перевернутом виде (горизонтальном) */

@media (min-width: 600px) and (max-width: 1000px) and (orientation: landscape) {
    #horizontal-menu .nav > li:first-child > a {
        width: 60px;
    }
    span#form-language button.btn.btn-link.language-select.btn-language {
        color: #0f4c81!important;
    }
    span#form-language button.btn.btn-link.language-select.btn-language:first-child {
        border-right: 1px solid #0f4c81!important;
    }
    header {
        position: static;
    }
    #horizontal-menu .nav > li > a {
        padding: 10px!important;
        font-size: 0.7rem!important;
    }
    .header-bottom .menu-header-box {
        padding-top: 6px;
    }
    #search input {
        width: 80px;
    }
    .product-flex {
        flex-wrap: wrap;
    }

    #menu .navbar-header {
        display: flex;
        justify-content: flex-start;
    }

    .header-telephones div:first-child span,
    .header-telephones div:nth-child(3) span,
    .header-telephones div:nth-child(4) span {
        display: none;
    }

    #logo img {
        width: 120px !important;
        height: auto !important;
        padding-top: 8px;
    }

    .breadcrumb-back {
        margin: 0;
        padding: 0;
    }

    .menulist:first-child a {
        padding: 14px 14px 10px 14px !important;
        margin: 0 !important;
    }

    .grafik {
        font-size: 1.1rem;
    }

    .breadcrumb {
        margin: 10px 0 10px 0;
    }
    .menu-font {
        display: flex;
        flex-direction: column;
    }

    .category-open {
        background: rgba(25, 25, 25, 0.05);
        height: auto;
        padding: 4px 10px 4px 10px;
        text-align: left;
    }

    h1 {
        font-size: 1.5rem;
    }

    .banner-main {
        height: 170px;
    }

    .html1>div>div.col-xs-4 {
        padding: 15px;
    }

    .inner2 .promo-title {
        font-size: 1rem;
    }

    .price-main img {
        width: 100px;
    }

    #side-menu {
        display: none;
    }

    .sub-menu {
        padding-left: 20px;
    }

    .category-open span {
        display: block;
        padding: 15px;
    }

    .category-open {
        margin: 10px 0 10px 0;
    }

    .sw-title {
        margin-top: 40px;
        font-size: 0.8rem;
        padding: 2px;
    }

    .sw-item {
        width: 25%;
    }

    .product-flex-container .image-box img {
        width: 60% !important;
        height: auto !important;
    }

    .product-flex-container h1 {
        font-size: 1.2rem;
    }

    .product-flex {
        margin-left: 20px;
    }

    .header-inner {
        padding: 0 0 10px 0;
    }

    #column-left>div,
    #column-right>div {
        border-right: none;
    }
}

@media (max-width: 580px) and (orientation: portrait) {
    .banner-main img {
        padding: 0;
    }

    .header-inner #logo {
        flex-grow: 1;
    }
    .category-description-photo-electrofusion img {
        margin: 20px 0 20px 0;
    }

    .category-description-photo img,
    .main-category-photo img {
        width: 100%;
    }

    #column-left>div,
    #column-right>div {
        border-right: none;
    }

    .list-group .list-group-item-subcategory {
        padding-left: 30px;
    }

    .list-group-item.active {
        background: white;
    }

    .list-group-item {
        background: none;
    }

    .error-cat {
        width: 80%;
    }

    header {
        border: none;
    }

    a.list-group-item-subcategory {
        display: block;
        opacity: 1;
        background: white;
    }

    .sub-menu {
        height: auto;
        text-align: center;
    }

    .related-product .product-thumb div img {
        width: 90px !important;
        height: 60px !important;
    }

    .menulist:first-child a {
        padding: 14px 14px 10px 14px !important;
        margin: 0 !important;
    }

    .manufacturer-image {
        display: none;
    }

    .related {
        margin: 15px 0 15px 0;
    }

    .related-table {
        font-size: 1.1rem;
        font-weight: 400;
        text-align: center;
        padding-top: 20px;
    }

    .related-product .product-thumb {
        margin-left: 5px;
    }

    .related-product .product-thumb div:last-child {
        padding: 0 10px 0 0;
    }

    .additional-images div:nth-child(4),
    .additional-images div:nth-child(5) {
        display: none;
    }

    a.category-product-name,
    .products-table td span {
        font-size: 0.85rem;
    }
    a.category-product-name {
        padding: 0;
        border-bottom: 1px dashed #0f4c81;
    }

    .second {
        text-align: center;
    }

    .products-table h4 {
        text-align: center;
    }

    .banner-main-outer {
        padding: 10px;
    }

    .contact-left-2 h3 {
        margin-top: 50px;
    }

    .content-details-item,
    .content-details-item:first-child {
        margin: 10px;
        padding: 6px;
    }

    .price-main img {
        width: 120px;
    }

    .price-title {
        font-size: 1rem;
    }

    .logo-telephones a {
        margin-right: 10px;
        font-size: 0.9rem;
    }

    .logo-telephones i {
        margin-right: 5px;
    }

    #logo img {
        justify-content: center;
    }

    #logo {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .logo-telephones {
        display: none;
        padding: 12px 5px 5px 5px;
    }

    .list-group a {
        font-size: 0.8rem;
        padding: 10px 10px 10px 20px;
    }

    .html-main {
        display: flex;
        flex-wrap: wrap;
    }

    .trans-quadro {
        padding: 15px 25px 15px 25px;
    }

    .trans-quadro h1 {
        font-size: 1.3rem;
    }

    .html-main .col-xs-4 {
        width: 100%;
    }

    .certificates-item-img {
        max-width: 50%;
    }

    .contact-left-2 iframe {
        width: 300px;
        height: 250px;
        margin-bottom: 40px;
    }

    .product-flex {
        flex-wrap: wrap;
    }

    .product-flex-container:last-child {
        padding: 15px 15px 5px 15px;
    }

    .product-flex-container .image-box {
        margin:0;
        width: auto;
    }

    .product-flex-container:last-child h1 {
        font-size: 1.2rem;
        margin: 0;
        padding: 0;
    }

    .price {
        font-size: 1.5rem;
        margin: 20px 0 20px 0;
    }

    .nav-tabs {
        margin-left: 15px;
    }

    .nav-tabs li {
        margin: 20px 6px 15px 0;
    }

    .nav-tabs>li>a {
        padding: 6px;
    }

    .download-price {
        margin-bottom: 0;
    }

    .breadcrumb-back {
        margin: 0;
    }

    .mobile-image img {
        width: 80px !important;
        height: 80px !important;
        margin-left: 15px;
    }

    .product-flex-container .image-box img {
        width: 250px !important;
        height: auto;
         !important;
    }

    .category-description {
        padding: 6px;
        font-size: 0.85rem;
    }
    .category-description h2 {
        padding: 12px;
        font-size: 1rem;
        text-align: center;
    }

    .products-table tr td:last-child {
        display: none;
    }

    .products-table tr.first {
        display: none;
    }

    tr.second .download-price,
    .download-price {
        padding: 10px;
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

    .category-image img {
        width: 200px;
        height: 200px;
    }

    .sw-item {
        width: 80%;
        padding: 0;
        margin: 60px 0 0 10%;
    }

    .sw-item img {
        width: 70%;
    }

    .sw-title {
        font-size: 0.8rem;
        padding: 5px 8px 5px 8px;
    }

    h1 {
        font-size: 1.2rem;
        line-height: 1.5;
    }

    .breadcrumb {
        margin: 5px 0 5px 0;
        font-size: 0.8rem;
        letter-spacing: 0;
        line-height: 1.5;
    }

    .breadcrumb-row {
        padding: 0;
    }

    .category-open {
        position: relative;
        background: rgba(25, 25, 25, 0.05);
        height: auto;
        padding: 4px 10px 4px 10px;
        text-align: left;
        box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    }

    .category-open .list-group {
        display: none;
        margin-top: 15px;
    }

    .list-group-item-subcategory {
        display: none;
    }

    .language {
        display: none;
    }

    .language-mobile {
        display: flex;
        justify-content: flex-start;
    }

    .footer-top {
        height: 80px;
    }

    .footer-top .col-xs-4:last-child .fa-chevron-down {
        position: absolute;
        right: 0;
        bottom: 0;
    }

    .footer-top .col-xs-4:last-child li:first-child {
        margin-top: 10px;
    }

    .footer-top .col-xs-4:nth-child(2) li:last-child {
        display: none;
    }

    .footer-content .toggled {
        font-size: 0.8rem;
    }

    .footer-content li {
        letter-spacing: 0;
    }

    .footer-content ul.list-unstyled li:first-child {
        margin-top: 30px;
    }

    .product-thumb .image img {
        width: 50%;
    }

    .product-thumb .caption {
        text-align: center;
    }

    .header-bottom {
        padding: 5px 0 5px 0;
    }

    .who-we-list li{
       line-height: 1.5; 
       font-weight: 400;
       font-size: 0.95rem;
    }
    .who-we-main {
        margin: 50px 0 10px 0;
    }
    .h3-mainpage {
        padding: 10px;
        margin-top: 50px;
    }

    .brands-main {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    .brands-main-item {
        width: 50%;
        justify-content: center;
        align-items: center;
        flex-grow: 0;
    }

    .banner-main {
        height: 120px;
        margin: 10px 5px 15px 0;
    }

    .inner2 .plast-i-ko {
        display: none;
    }

    .inner2 .plast-i-ko-about {
        padding: 0;
        margin: 5px;
        font-size: 1rem;
        bottom: 55px;
        left: 15px;
        display: none;
    }

    .inner2 .promo-text-box {
        top: 0;
        left: 0;
    }

    .inner2 .promo-desc {
        font-size: 12px;
    }

    .inner2 .promo-title {
        letter-spacing: 0;
        font-size: 0.75rem;
        padding: 4px;
    }

    .navbar-header .fa {
        font-size: 1.5rem;
        color: white;
    }

    .navbar-header {
        float: left;
    }

    .btn-language img {
        width: 22px;
        height: 16px;
    }

    .btn-language {
        margin-right: 5px;
    }

    .header-telephones {
        display: none;
    }

    #topCategoryList {
        max-width: 260px;
    }

    #menu .btn-navbar {
        margin: 0;
    }

    .newsletter-content:after {
        left: 15px;
    }

    .newsletter-content:before {
        right: 15px;
    }

    .newsletter-content-innner:after {
        bottom: 15px;
    }

    .newsletter-content-innner:before {
        top: 15px;
    }

    .newsletter-wrap {
        padding: 15px;
    }

    .newsletter-content-innner {
        padding: 20px 15px;
    }

    .newsletter-content-innner .newsletter_usr_popup_email {
        height: 40px;
    }

    .newsletter-btn-close.close {
        height: 15px;
        width: 15px;
        font-size: 10px;
    }

    .cat-pagination-right>* {
        display: inline-block;
        vertical-align: top;
        width: 100%;
    }

    .cat-pagination-right .cat-show {
        padding: 5px 0 0 0;
    }

    .cat-pagination-right {
        display: block;
        text-align: left;
    }

    #compare-total.btn.btn-link {
        font-size: 13px;
    }

    .mt-80 {
        margin-top: 20px;
    }

    .mt-50 {
        margin-top: 0;
    }

    .mt-20 {
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
li#us_menu_mobile_button {
    display: flex;
    align-items: center;
}
li#us_menu_mobile_button > a {
    padding-right: 10px !important;
}
li#us_menu_mobile_button > i.fa.fa-angle-down.arrow {
    font-size: 16px;
    margin-top: 3px;
}
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 1px solid #ddd;
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-left: 0;
    }
}



















.us-cart-img {
    position: relative;
    margin-right: 10px;
    border: 0;
    background: transparent;
    padding: 0;
}

.header-cart-index {
    position: absolute;
    top: -10px;
    left: 23px;
    min-width: 20px;
    height: 20px;
    background: rgb(7, 128, 204);
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    transition: background .15s ease .05s;
    font-weight: 400;
    padding: 0 4px;
    display: inline-block;
}

.top-phone-btn,
.us-cart-text {
    color: rgb(136, 136, 136);
}

.top-phone-btn,
.us-cart-text {
    font-weight: 700;
    padding: 0;
    font-size: 1rem;
}

.us-phone-link,
.us-cart-link,
.us-phone-link:hover,
.us-cart-link:hover {
    color: rgb(136, 136, 136);
}

.us-phone-link,
.us-cart-link {
    color: #71BE00;
    text-decoration: underline;
    font-size: 12px;
    display: block;
    margin-top: -3px;
    cursor: pointer;
}
ul.nav.navbar-nav .dropdown-menu {
    background-color: #fff !important;
}
span#category {
    display: none !important;
}
nav#horizontal-menu>.collapse.navbar-collapse.navbar-ex1-collapse.hidden-xs.hidden-sm>ul.nav.navbar-nav>li.dropdown:hover:before{
display: none !important;
}
nav#horizontal-menu>.collapse.navbar-collapse.navbar-ex1-collapse.hidden-xs.hidden-sm>ul.nav.navbar-nav>li.dropdown:hover  > .dropdown-menu{
    display: none;
}
.menu_on_click_opened {
    display: block !important;
}
span#form-language button.btn.btn-link.language-select.btn-language {
    color: #0f4c81;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 8px;
    line-height: 1;
    transition: .3s;
}
span#form-language button.btn.btn-link.language-select.btn-language:hover{
    transition: .3s;
    text-decoration: underline;
}
span#form-language button.btn.btn-link.language-select.btn-language:first-child {
    border-right: 5px solid #ffce0e;
}
@media screen and (max-width: 768px) {
    span#form-language button.btn.btn-link.language-select.btn-language {
        color: #ffce0e;
    }
    .language-mobile {
        padding: 20px 30px 6px 10px;
    }
    span#form-language button.btn.btn-link.language-select.btn-language:first-child {
        border-right: 1px solid #FFF;
    }
    span#form-language button.btn.btn-link.language-select.btn-language:first-child {
        border-right: 1px solid #FFF;
        margin-right: 0;
        margin-top: 0;
    }
}