:root {
    --main-color: #2ebff0;
    --second-color: #4fba72;
    --silver-color: #686868;
}
.padd-same-1 {
    padding: 1rem 0;
}
.padd-top-1 {
    padding-top: 1rem;
}
.margin-top-1 {
    padding-top: 1rem !important;
}
.no-padd {
    padding: 0;
}
.default-page-text .download-link {
    color: red;
    text-decoration: underline;
}
.default-page-text .download-link:hover {
    color: black;
    text-decoration: none;
}
.default-page-text p {
    text-align: justify;
}
.default-page-text .title-divider-holder {
    position: relative;
}
.default-page-text .title-divider {
    position: absolute;
    top: -100px;
}
#footer .logo p {
    font-weight: 300;
    line-height: 20px;
    font-size: 15px;
    margin-top: 1rem;
}
.padd-left {
    padding-left: 0;
}
.mobile-menu {
    display: none;
}
.parallax-blog {
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 2rem;
}
.padd-right {
    padding-right: 0;
}
.no-padd-right {
    padding-right: 0;
}
[data-action-id="howtobuy"] p span {
    font-weight: 400;
    color: #c33e27;
}
[data-action-id="howtobuy"] .img-holder img {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12), 0 5px 8px 0 rgba(0, 0, 0, 0.24);
    margin-bottom: 1.5rem;
    width: 80%;
}
body {
    font-family: 'Open Sans', sans-serif;
}
.bg-light {
    background-color: #fff !important;
    z-index: 2;
    width: 100%;
    padding: 1rem;
    -webkit-box-shadow: 0px 9px 10px -9px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 9px 10px -9px rgba(0,0,0,0.4);
    box-shadow: 0px 9px 10px -9px rgba(0,0,0,0.4);
}
body::-webkit-scrollbar {
    width: .6em;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  outline: 1px solid slategrey;
}
.shopping-cart .dropdown-menu.show {
    transform: translate3d(-137px, 14px, 0px);
}
.quick-cart-content {
    height: 390px;
    overflow: auto;
    overflow-x: hidden;
}
.quick-cart-content::-webkit-scrollbar {
    width: .2em;
}
.quick-cart-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.quick-cart-content::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  outline: 1px solid slategrey;
}
.quick-cart-content .item {
    border-bottom: 1px solid silver;
    padding: 1rem 0;
}
.quick-cart-header {
    border-bottom: 1px solid var(--main-color);
}
.quick-cart-content .info p {
    margin-bottom: 0;
}
.quick-cart-content .info a {
    font-weight: 900;
    color: black;
}
.quick-cart-content .delete a {
    font-weight: 900;
    color: black;
}
.quick-cart-content .delete a:hover {
    color: red;
}
.quick-cart-content .info a:hover {
    text-decoration: none;
    color: var(--main-color);;
}
.quick-cart-header h3 {
   color: black;
   font-weight: 900;
   font-size: 16px;
   margin-bottom: .2rem;
}
.quick-cart-footer .total-price p {
    text-align: center;
    margin: 1rem 0;
}
.quick-cart-footer .total-price p span {
    font-weight: 900;
}
.quick-cart-header h4 {
   color: black;
   text-align: right;
   font-weight: 300;
   font-size: 12px;
   margin-bottom: 0;
}
.shopping-cart .dropdown-menu {
    float: right;
    min-width: 21rem;
    padding: 1rem;
    background-color: #ffffffd9;
    border-radius: 0;
    right: 0;
}
.search-modal .form-inline .form-control {
    display: inline-block;
    width: 50% !important;
    font-size: 14px;
    font-weight: 300;
    height: 38px;
}
.search-modal .btn-primary {
    padding: .375rem .75rem;
    font-weight: 300;
}
#search-modal .modal-body {
    position: relative;
    -ms-flex: 2.5rem 1rem auto;
    flex: 2.5rem 1rem auto;
    padding: 2.5rem 1rem;
}
#search-modal .modal-content {
    background-color: #fff;
    border: none;
    border-radius: 0;
    outline: 0;
}
#search-modal .btn-primary {
    height: 45px;
}
#search-modal .modal {
    padding-right: 0 !important;
}
#search-modal .modal-dialog {
    max-width: 100%;
    margin: 0 auto;
}
.modal-open {
  padding-right: 0 !important;
}
html {
  overflow-y: scroll !important;
}
.form-group label {
    font-size: 12px;
    margin-bottom: 0;
    color: black;
    line-height: 1.5rem;
}
.form-group label span {
    color: red;
}
.new-acc p {
    margin-bottom: 0;
    color: black;
    text-transform: uppercase;
    font-size: 12px;
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--main-color);
}
.custom-checkbox a {
    color: var(--main-color);
}
.custom-checkbox a:hover {
    color: var(--main-color);
    text-decoration: underline;
}
.modal-body {
    position: relative;
    -ms-flex: 2 2 auto;
    flex: 2 2 auto;
    padding: 2rem;
}
.custom-control {
    padding-left: 1.9rem;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #000;
    background-color: #000;
}
.custom-control-label::before {
    top: 0px;
}
.custom-control-label::after {
    top: 0px;
}
.custom-control-label {
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
}
.custom-control-label:before {
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}
.custom-checkbox {
    border-radius: 0;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color:black;
  outline: 0;
  box-shadow: none;
}
.custom-checkbox .custom-control-input:focus~.custom-control-label::before{
    box-shadow: none;
    outline: none; 
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color:black;
}
.modal h5 {
    font-weight: 900;
    color: black;
}
.modal-header .close {
    font-weight: 900;
    color: black;
    font-size: 32px;
}
.mega-menu-style h1 {
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    background-color: var(--main-color);
    padding: 5px 10px;
    border-radius: .5rem;
}
.mega-menu-style ul {
    margin-bottom: 0;
    padding-left: 0;
}
.mega-menu-style ul li {
    list-style: none;
}
.mega-menu-style ul li  a{
    color: black
}
.mega-menu-style h1 p {
    font-size: 15px;
    font-weight: 400;
}
a.carousel-control-prev i {
    font-size: 5rem;
    color: black;
}
a.carousel-control-next i {
    font-size: 5rem;
    color: black;
}
.down-menu {
    position: static;
}
#home-categories .categories-item .img-holder-background {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-clip: padding-box;
    background-size: cover;
    background-position: center center;
}
#header .top-line .top-menu-info {
    padding-left: 0;
    margin-bottom: 0;
}
.navbar .dropdown-menu a:hover {
    text-decoration: none;
}
.navbar .dropdown-menu .box-cat {
    color: var(--silver-color);
    font-weight: 300;
    font-size: 13px;
}
.mega-menu-style {
    margin-bottom: 1rem;
}
.navbar .dropdown-menu .nav-item {
    padding: 0 .5rem;
}
.navbar .dropdown-menu .box-cat:hover {
    color: var(--main-color);
}
#header .top-line .top-menu-info li {
    display: inline-block;
    list-style: none;
    padding-left: 1rem;
    font-size: 13px;
}
#header .top-line .top-menu-info li a {
    color: black
}   
#header .top-line .top-menu-info li a:hover {
    color: black;
    text-decoration: underline;
}   
#home-categories .categories-item:hover .img-holder-background:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.3;
    cursor: pointer;
    z-index: 1;
    transition: background 0.5s ease;
}
#home-categories .categories-item .img-holder-background img {
    -webkit-backface-visibility: hidden; 
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
}
#home-categories .categories-item:hover .img-holder-background .image {
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    width: 100%;
    height: 100%;
    background-clip: padding-box;
    background-size: cover;
    background-position: center center;
}
#home-categories .categories-item .img-holder-background .image {
    width: 100%;
    height: 100%;
    background-clip: padding-box;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.menu-w {
	position: inherit;
}
.thumb-caption {
    z-index: 2;
    position: relative;
    border-top: 1px solid var(--main-color);
}
.categories-item a {
    position: relative;
}
.buying-help .buying-help-holder {
    background-color: #f1f1f1;
    padding: 1rem;
    border-bottom: 3px dashed black;
}
.buying-help .buying-help-holder h1 {
    color: black;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1rem;
}
.buying-help .buying-help-holder .title {
    font-weight: 600;
    text-align: center;
    line-height: 16px;
    font-size: 15px;
    color: black;
    margin: 1rem 0 .5rem 0;
}
.buying-help .buying-help-holder p {
    text-align: center;
    line-height: 16px;
    font-size: 15px;
    color: black;
    margin-bottom: .3rem;
}
.buying-help .buying-help-holder i {
    background-color: #f1f1f1;
    margin-top: -48px;
    padding: 1rem 1.5rem 1rem;
    font-size: 32px;
    border-radius: 100px;
}
.d-menu {
    position: absolute;
    top: 154%;
    left: 0;
    z-index: 1000;
    padding: 2rem;
    color: #000;
    background-color: #fff;
    border: transparent;
    border-radius: 0;
    -webkit-box-shadow: 0px 13px 23px -9px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 13px 23px -9px rgba(0,0,0,0.4);
    box-shadow: 0px 13px 23px -9px rgba(0,0,0,0.4);
}
.link {
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
}
.link:hover {
    text-decoration: underline;
}
.top-line .items li .link {
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 15px;
    cursor: pointer;
}
.top-line .items li .link:hover {
    text-decoration: underline;
}
.top-line .items li .link {
    color: black;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 15px;
    cursor: pointer;
}
.top-line .items li .link:hover {
    text-decoration: underline;
}
.top-line .items {
	margin-bottom: 0;
	padding-left: 10px;
}
#header .top-line .line {
    border-bottom: 1px solid #3a4d4b38;
    padding: .5rem 0;
}
.top-line .items li a {
	color: black;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 15px
}
.top-line .items li {
	display: inline-block;
	list-style: none;
}
.search {
    margin-right: 1rem;
}
.search i {
    font-size: 25px;
}
.search i:hover {
    color: var(--main-color);
}
.top-line {
	background-color: #fff;
	z-index: 1;
    position: relative;
}
#header .dropdown-toggle::after {
    display: none;
}
#header .navbar-nav .nav-link {
    color: black;
    font-weight: 300;
    margin: 0 .7rem;
    padding: 0;
    border-bottom: 3px solid white;
    font-size: 16px;
}
#header .navbar-light .navbar-nav .nav-link:focus, #header .navbar-light .navbar-nav .nav-link:hover {
    text-decoration: none;
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}
#header .navbar-brand {
	margin-right: 0;
}
.sticky {
    position: fixed;
    background-color: #fff !important;
    top: 0;
    width: 100%;
    z-index: 120;
    -webkit-box-shadow: 0px 9px 10px -9px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 9px 10px -9px rgba(0,0,0,0.4);
    box-shadow: 0px 9px 10px -9px rgba(0,0,0,0.4);
}
#home-slider .carousel-caption {
    right: 53%;
    bottom: 29%;
    z-index: 1;
    left: 21%;
}
.terms-conditions-bottom-line .btn-primary {
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.terms-conditions-bottom-line .btn-primary:hover {
    background-color: transparent;
    border-color: var(--main-color);
    color: var(--main-color);
}
#home-slider .btn-primary {
    background-color: var(--main-color);
    border-color: var(--main-color);
}
#home-slider .btn-primary:hover {
    background-color: transparent;
    border-color: var(--main-color);
    color: var(--main-color);
}
#home-slider .carousel-caption h5 {
    color: var(--silver-color);
    font-weight: 600;
    font-size: 2rem;
    line-height: 35px;
    margin-bottom: 1.5rem;
}
#home-slider .carousel-caption p{
    color: black;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 1.5rem;
}
#home-slider .white .btn-primary {
    background-color: var(--main-color);
    border-color: var(--main-color);
}
#home-slider .white .btn-primary:hover {
    background-color: transparent;
    border-color: var(--silver-color);
    color: var(--silver-color);
}
.mobile-filters {
    display: none;
}
.btn-primary {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
    font-weight: 400;
    padding: .5rem 3rem;
    display: inline-block;
}
.btn-primary:hover {
    color: #000;
    background-color: transparent;
    border-color: var(--main-color);
    outline: none;
    box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus {
    color: #000;
    background-color: transparent;
    border-color: var(--main-color);
    outline: none;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--main-color);;
    border-color: var(--main-color);;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-secondary {
    color: #000;
    background-color: white;
    border-color: white;
    border-radius: 0;
    font-weight: 900;
    padding: .5rem 4rem;
    display: inline-block;
}
.btn-secondary:hover {
    color: #000;
    background-color: transparent;
    border-color: white;
    outline: none;
    box-shadow: none;
}
.btn-secondary.focus, .btn-secondary:focus {
    color: #000;
    background-color: white;
    border-color: white;
    outline: none;
    box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #000;
    background-color: white;
    border-color: white;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}
.shopping-cart {
    width: 15%;
    margin-right: 1rem;
}
.wishlist {
    margin-right: 1rem;
    width: 15%
}
.wishlist a {
    font-size: 25px;
    color: black;
}
.wishlist a:hover {
    text-decoration: none;
    color: var(--main-color);
}
.wishlist .cart-badge {
    font-weight: 600;
    color: white;
    position: absolute;
    margin-left: 24px;
    margin-top: -10px;
    font-size: 10px;
    background-color: black;
    border-radius: 100px;
    padding: 2px 5px;
    width: 20px;
    height: 20px;
    text-align: center;
}
.shopping-cart i {
    color: black;
    font-size: 25px;
}
.shopping-cart i:hover {
    color: var(--main-color);
    text-decoration: none;
}
.shopping-cart .cart-badge {
    font-weight: 600;
    color: black;
    position: absolute;
    margin-left: 21px;
    margin-top: -7px;
    font-size: 10px;
    background-color: var(--main-color);
    border-radius: 12px;
    padding: 2px 3px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 17px;
}
.icons-right li {
	display: inline-block;
	list-style: none;
}
.icons-right {
	padding-left: 0;
	margin-bottom: 0;
}
#home-categories .btn-secondary {
    background-color: transparent;
    border-color: white;
    color: white;
    text-transform: uppercase;
}
#home-categories .btn-secondary:hover {
    background-color: #ffffffab;
    border-color: #eff4f7;
    color: #000;
}
#home-categories .categories-item-box {
    background-color: white;
    padding: 1rem;
}
#home-categories .content {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
#home-categories .sizes li {
    display: inline-block;
    list-style: none;
    color: white;
    min-width: 20%;
    text-align: left;
}
#home-categories .sizes li a {
    color: white;
    font-size: 1rem;
    font-weight: 600;
}
#home-categories .sizes li::after {
    content: '|';
    padding: 0 10px;
}
#home-categories .sizes li.title {
    
}
#home-categories .sizes li.title::after {
    display: none;
}
#home-categories .sizes {
    padding-left: 0;
    margin-bottom: 0;
    text-align: center;
    margin-top: .5rem;
    width: 100%;
}
#home-categories .sizes li:last-child::after {
    content: "";
    padding: 0;
}
#home-categories .content h1 {
    font-weight: 900;
    color: white;
    margin-bottom: 0;
}
#home-categories .content h2 {
    font-weight: 900;
    color: white;
    font-size: 5rem;
    margin-bottom: 0;
}
#home-categories .content p {
    font-weight: 900;
    color: white;
}
#home-categories .categories-holder-bottom {
    padding: 1rem;
    padding-top: 0;
}
#home-categories .categories-item {
    padding: 1rem;
}
#footer {
    background-color: #f1f1f1;
    padding: 2rem 0 1rem 0;
}
#best-sell-products-home .line-title h1 {
    width: 100%;
    font-weight: 600;
    font-size: 23px;
    text-align: left;
    border-bottom: 1px solid var(--main-color);
    line-height: 0.1em;
    margin: 10px 0 20px;
    text-transform: uppercase;
} 
#best-sell-products-home {
    margin: 3% 0;
}
#footer .column-style h1 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid var(--main-color);
    margin-bottom: 1rem;
    padding-bottom: 10px;
    margin-top: 3.5rem;
    text-transform: uppercase;
}
#best-sell-products-home .line-title h1 span { 
    background:#fff; 
    padding:0 10px 0 0; 
}
.croonus-powered-by-text {
    font-weight: 300;
    font-size: 14px;
    color: black;
    margin-bottom: 0;
}
#footer .bottom-footer {
    border-top: 1px solid var(--main-color); 
    padding-top: 1rem;
    margin-top: 1rem;
}
.croonus-powered-by-text a {
    font-weight: 300;
    color: black;
}
#footer .bottom-links {
    padding-left: 0;
    margin-bottom: 0;
}
#footer .bottom-links li {
    list-style: none;
    display: inline-block;
    padding-left: 10px;
}
#footer .bottom-links li a {
    color: black;
    font-weight: 300;
    font-size: 14px;
}
#footer .bottom-links li a:hover {
    color: var(--main-color); 
    text-decoration: underline;
}
#footer .column-style ul {
    padding-left: 0;
    margin-bottom: 0;
}
#footer .column-style ul li {
    list-style: none;
}
#footer .column-style ul li a {
    color: black;
    font-weight: 300;
}
#footer .column-style ul li a:hover {
    text-decoration: none;
    color: var(--main-color);
}
#footer .logo img {
    width: 80%;
}
#footer .social-links-footer {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}
#footer .social-links-footer li {
    list-style: none;
    padding-right: .5rem;
    display: inline-block;
}
#footer .social-links-footer li a {
    font-size: 24px;
    color: black;
}
#footer .social-links-footer li a:hover {
    text-decoration: none;
    opacity: .8;
    color: var(--main-color);
}
.main-footer-title ul {
    padding-left: 0;
    margin-bottom: 2rem;
}
.main-footer-title ul li {
    list-style: none;
}
.pay-icon-footer li {
    display: inline-block;
}
.pay-icon-footer li img {
    max-height: 35px;
    width: auto;
}
.pay-icon-footer {
    margin-bottom: 0;
    margin-top: 2rem;
}
.product-thumb .thumb-caption h1 {
    margin-bottom: .5rem;
    line-height: 17px;
    margin-top: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
}
.product-thumb .thumb-caption h1 a {
    font-size: 16px;
    color: black;
    font-weight: 300;
    margin-top: .5rem;
    margin-bottom: 0;
}
.product-thumb .thumb-caption h1 a:hover {
    color: var(--main-color);
    text-decoration: none;
}
.product-thumb .thumb-caption p {
    margin-bottom: 1rem;
    font-weight: 600;
}
.product-thumb .thumb-caption .action-price {
    color: red;
}
.product-thumb .thumb-caption p.allow-in-more-colors {
    font-size: small;
}
.product-thumb {
    position: relative;
    padding: 1rem;
    min-height: 300px;
    border: 2px solid #ebeae8;
    transition: all .35s linear 0s;
    -o-transition: all .35s linear 0s;
    -moz-transition: all .35s linear 0s;
    -webkit-transition: all .35s linear 0s;
    margin-bottom: 30px;
}
.product-thumb .thumb-caption p small {
   text-decoration: line-through;
   padding-left: .5rem;
   font-size: 16px;
   color: black;
}
.product-thumb a {
    cursor: pointer;
}
.product-thumb:hover {
    border: 2px solid var(--main-color);
}
.wishlist-thumb .btn {
    background-color: #ffffffc2;
    border: 1px solid #E4E4E4;
    border-radius: .5rem;
    width: 51px;
    height: 36px;
}
.wishlist-thumb .btn:hover {
    border: 1px solid #fdcbcb;
    background-color: #fdcbcb;
}
.product-thumb .btn-holder {
    position: relative;
    z-index: 1;
}
.product-thumb .btn-holder .btn-more {
    background-color: var(--main-color);
    padding: .5rem 1rem;
    display: inline-block;
    border: 1px solid var(--main-color);
    color: white;
    border-radius: .25rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
}
.product-thumb .btn-holde a:hover {
    text-decoration: none;
}
.product-thumb .btn-holder .btn-more:hover {
    background-color: transparent;
    border-color: var(--silver-color);
    color: var(--silver-color);
    text-decoration: none;
}
.wishlist-thumb img {
    width: 100%;
}
.product-thumb .marker-holder {
    position: absolute;
    z-index: 2;
}
.product-thumb .action-badge {
    background-color: #de2208;
    border-radius: 100px;
    height: 45px;
    width: 45px;
    color: white;
    font-weight: 900;
    font-size: 14px;
    text-align: center;
    padding-top: 12px;
    margin: .5rem;
}
.product-thumb .action-badge.marker-img-new {
    background-color: #0cc700;
    color: black;
}
#best-sell-products-home .line-title {
    margin-bottom: 3rem;
}
#newsletter .line-title h1 {
   width: 100%; 
   font-weight: 600;
   font-size: 23px;
   text-align: left; 
   border-bottom: 1px solid var(--main-color); 
   line-height: 0.1em;
   margin: 10px 0 20px; 
   text-transform: uppercase;
} 
#newsletter .line-title h1 span { 
    background: #fff; 
    padding:0 10px 0 0; 
}
#newsletter {
    margin: 2% 0;
}
#newsletter p {
    padding: 2rem 0 0 0;
    text-align: left;
    font-weight: 300;
}
.ro-input-form {
    position: relative;
    padding: 14px 7px 14px 7px;
}
.ro-input-form .ro-input-text {
    box-sizing: border-box;
    width: 35%;
    max-width: 100%;
    color: black;
    font-weight: 300;
    height: auto;
    padding: 0;
    margin: 0 0 1px 0;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    border-width: 0;
    border-style: solid;
    border-bottom-width: 1px;
    border-color: transparent;
    border-bottom-color: black;
    background-color: transparent;
    -webkit-transition: background-color 0.2s ease 0s, border-bottom-color 0.2s ease 0s;
    -moz-transition: background-color 0.2s ease 0s, border-bottom-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s, border-bottom-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s, border-bottom-color 0.2s ease 0s;
}
.ro-input-form .ro-input-text::-webkit-input-placeholder { 
    visibility: hidden;
    color: rgba(0, 0, 0, 0);
    -webkit-transition: visibility 0.2s ease 0s, color 0.2s ease 0s;
    -moz-transition: visibility 0.2s ease 0s, color 0.2s ease 0s;
    -o-transition: visibility 0.2s ease 0s, color 0.2s ease 0s;
    transition: visibility 0.2s ease 0s, color 0.2s ease 0s; 
}
.ro-input-form .ro-input-text:-ms-input-placeholder { 
  visibility: hidden;
  color: rgba(0, 0, 0, 0);
  -webkit-transition: visibility 0.2s ease 0s, color 0.2s ease 0s;
  -moz-transition: visibility 0.2s ease 0s, color 0.2s ease 0s;
  -o-transition: visibility 0.2s ease 0s, color 0.2s ease 0s;
  transition: visibility 0.2s ease 0s, color 0.2s ease 0s; 
}
.ro-input-form .ro-input-text::-moz-placeholder { 
  visibility: hidden;
  color: rgba(0, 0, 0, 0);
  -webkit-transition: visibility 0.2s ease 0s, color 0.2s ease 0s;
  -moz-transition: visibility 0.2s ease 0s, color 0.2s ease 0s;
  -o-transition: visibility 0.2s ease 0s, color 0.2s ease 0s;
  transition: visibility 0.2s ease 0s, color 0.2s ease 0s; 
}
.ro-input-form .ro-input-text + label {
    position: absolute;
    z-index: 0;
    padding: 0;
    margin: 0;
    top: 50%;
    left: 10.5%;
    -webkit-transform: translateY(calc(-50% - 1px));
    -o-transform: translateY(calc(-50% - 1px));
    transform: translateY(calc(-50% - 1px));
    -webkit-transition: top 0.2s ease 0s;
    -moz-transition: top 0.2s ease 0s;
    -o-transition: top 0.2s ease 0s;
    transition: top 0.2s ease 0s;
}
.ro-input-form .ro-input-text + label > h4 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    color: black;
    -webkit-transition: top 0.2s ease 0s, font-size 0.2s ease 0s;
    -moz-transition: top 0.2s ease 0s, font-size 0.2s ease 0s;
    -o-transition: top 0.2s ease 0s, font-size 0.2s ease 0s;
    transition: top 0.2s ease 0s, font-size 0.2s ease 0s;
}
.ro-info {
    visibility: hidden;
    opacity: 0;
    display: none;
}
.ro-input-form .ro-input-text:focus,
.ro-input-form .ro-input-text:active {
    border-bottom-color: rgba(40, 50, 78, 0.5);
    border-bottom-width: 2px;
    margin: 0 0 0 0;
}
.ro-input-form .ro-input-text:focus.ro-color-picton_blue,
.ro-input-form .ro-input-text:active.ro-color-picton_blue {
    border-bottom-color: var(--red-color);
}
.ro-input-form .ro-input-text:focus + label,
.ro-input-form .ro-input-text[data-value] + label {
    top: calc(0% + 5px);
}
.ro-input-form .ro-input-text[data-value=""]:not(:focus) + label {
    top: 50%;
}
.ro-input-form .ro-input-text:focus + label > h4,
.ro-input-form .ro-input-text[data-value] + label > h4 {
  font-size: 1em !important;
}
.ro-input-form .ro-input-text[data-value=""]:not(:focus) + label > h4 {
    font-size: 18px !important;
}
.ro-input-form .ro-input-text:focus::-webkit-input-placeholder {
    visibility: visible;
    color: rgba(0, 0, 0, 0.5);
}
.ro-input-form .ro-input-text:focus:-ms-input-placeholder { 
    visibility: visible;
    color: rgba(0, 0, 0, 0.5);
}
.ro-input-form .ro-input-text:focus::-moz-placeholder {
    visibility: visible;
    color: rgba(0, 0, 0, 0.5);
}
.ro-input-form .in_typing:invalid:focus {
    border-bottom-color: rgba(255, 0, 0, 1);
}
.ro-input-form datalist {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#newsletter .form-inline .form-control {
    width: 60%;
}
#page-checkout .line-title h1 {
   width: 100%; 
   font-weight: 900;
   font-size: 25px;
   text-align: left; 
   border-bottom: 1px solid var(--main-color); 
   line-height: 0.1em;
   margin: 10px 0 20px; 
   text-transform: uppercase;
} 
#page-checkout .line-title {
    margin-bottom: 3rem;
}
#page-checkout .line-title h1 span { 
    background:#fff; 
    padding:0 10px 0 0; 
}
#page-checkout {
    margin: 3% 0;
}
#page-checkout .cart-info-holder {
    border: 1px solid #cecccc;
    padding: 1rem;
    margin-bottom: 2rem;
}
#page-checkout .dilivery-form .line {
    padding: 0;
    border-bottom: 1px solid var(--main-color); 
    margin-bottom: 1rem;
}
#page-checkout .dilivery-form h4 {
    font-size: 18px;
    margin-bottom: 0;
    border-bottom: transparent;
    padding-bottom: .5rem;
    font-weight: 900;
}
#page-checkout ul.total-cart li {
    list-style: none;
    padding-bottom: .5rem;
    font-weight: 300;
    line-height: 1.2;
    font-size: 15px;
}
#page-checkout ul.total-cart li span {
    float: right;
    font-weight: 600;
}
#page-checkout .total-cart {
    padding-left: 0;
}
#page-checkout .box-info-cart p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
}
#page-checkout .count_input input {
    background: transparent;
    border: none;
    box-sizing: border-box;
    font-size: 15px;
    height: 28px;
    left: 0;
    padding: 0 11px 0 16px;
    top: 0;
    width: 70px;
    text-align: center;
}
#page-checkout .centerbox {
    height: 32px;
    text-align: center;
    color: #000;
    border: 1px #525252 solid;
    border-radius: .25rem;
}
#page-checkout .minus {
    font-size: 28px;
    line-height: 23px;
    top: -5px;
    left: 17px;
    margin-right: 10px;
    font-weight: 600;
    position: absolute;
    padding-bottom: 13px;
    cursor: pointer;
}
#page-checkout .add {
    font-size: 28px;
    line-height: 23px;
    top: 1px;
    right: 17px;
    cursor: pointer;
    font-weight: 600;
    position: absolute;
}
#page-checkout .cart-items .close {
    position: absolute;
    top: -11px;
    font-size: 20px;
    right: 11px;
}
#page-checkout .cart-items .close:hover {
    color: red;
}
#page-checkout .item-cart {
    margin-top: 0;
    font-size: 17px;
    line-height: 19px;
    margin-bottom: .5rem;
    font-weight: 900;
    color: black;
}
#page-checkout .cart-items span {
    font-weight: 300;
    font-size: 12px;
}
#page-checkout .item-cart:hover {
    text-decoration: none;
    color: var(--main-color); 
}
#page-checkout .cart-items a:hover {
    text-decoration: none;
}
#page-checkout .cart-items .price-holder {
    font-weight: 900;
}
.top-line .items li span {
    color: black;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 15px;
}
.top-line .items li .user {
    padding-left: 0;
}
#my-profile .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: white !important;
    background-color: black;
    border-radius: 0;
    font-weight: 300;
    text-transform: uppercase !important;
    text-transform: none;
}
#page-my-profile .line-title h1 {
   width: 100%; 
   font-weight: 900;
   font-size: 25px;
   text-align: center; 
   border-bottom: 2px solid var(--main-color); 
   line-height: 0.1em;
   margin: 10px 0 20px; 
} 
#page-my-profile .line-title {
    margin-bottom: 3rem;
}
#page-my-profile .line-title h1 span { 
    background:#fff; 
    padding:0 10px; 
}
#page-my-profile {
    margin: 3% 0;
    margin-top: 0;
}
#page-my-profile .cart-info-holder {
    border: 1px solid #cecccc;
    padding: 1rem;
    margin-bottom: 2rem;
}
#page-my-profile .my-profile .line {
    padding: 0;
    border-bottom: 1px solid var(--main-color); 
    margin-bottom: 1rem;
}
#page-my-profile .nav-pills .nav-link.active, 
#page-my-profile .nav-pills .nav-link:hover, 
.nav-pills .show>.nav-link {
    color: white !important;
    background-color: black;
    border-radius: 0;
    font-weight: 300;
    text-transform: uppercase !important;
    text-transform: none;
}
#page-my-profile .my-profile h4 {
    font-size: 18px;
    margin-bottom: 0;
    border-bottom: transparent;
    padding-bottom: .5rem;
    font-weight: 900;
}
#page-my-profile a.nav-link {
    color: black !important;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    padding: .5rem 1rem;
}
#page-my-profile .my-profile-info h3 a {
    float: right;
    font-size: 15px;
    color: black;
}
#page-my-profile .my-profile-info h3 a:hover {
    text-decoration: none;
    color: var(--main-color); 
}
#page-my-profile .my-profile-info h3 {
    margin-bottom: 0;
}
#page-my-profile .bg-color {
    padding: 1rem 0;
}
#page-my-profile .default-info {
    padding-left: 10px;
    margin-bottom: 2rem;
}
#page-my-profile .default-info li {
    font-weight: 300;
    list-style: none;
    padding-bottom: .2rem;
}
#page-my-profile .welcome-user {
    padding: .5rem;
    margin-bottom: 1rem;
    padding-left: 0;
}
#page-my-profile .welcome-user p {
    margin-bottom: 0;
    font-weight: 300;
    color: black;
}
#page-my-profile .welcome-user h4 {
    margin-bottom: 0;
    color: black;
    font-weight: 900;
    font-size: 19px;
}
#page-my-profile .order-profile-line {
    border-bottom: 1px solid black;
    margin-bottom: 1rem;
}
#page-my-profile .profile-header-first p {
    margin-bottom: 0;
    font-weight: 300;
}
#page-my-profile .profile-header-first {
    padding: 0;
    margin-top: 1rem;
}
#page-my-profile .order-profile-header {
    padding: 0;
    margin-top: .7rem;
    margin-bottom: .5rem;
}
#page-my-profile .order-item {
    border-bottom: 1px solid #b1b1b1;
}
#page-my-profile .order-profile-header p {
    margin-bottom: 0;
    font-weight: 300;
}
#page-my-profile .card {
    border-radius: 0;
    border: transparent;
}
#page-my-profile .order-profile-header a {
    font-weight: 300;
    color: #000;
}
#page-my-profile .card {
    border-radius: 0;
    border: transparent;
    background-color: whitesmoke;
}
#page-my-profile .line-header-single-items {
    border-bottom: 1px solid black;
    padding: 0;
}
#page-my-profile .border-row-wl {
    border-bottom: 1px solid #d2d2d2;
    padding: .5rem 0;
}
#page-my-profile .text-orders-single h4 {
    font-weight: 300;
    margin-bottom: 0;
    font-size: 17px;
}
#page-my-profile .order-items-box p {
    font-size: 0.95rem;
    margin-bottom: 0;
}
[data-action-id="profile"] #text-page .line-title,
[data-action-id="profilecustomer"] #text-page .line-title,
[data-action-id="profileaddress"] #text-page .line-title,
[data-action-id="profileorders"] #text-page .line-title {
    margin-bottom: 0;
}
#page-wishlist .line-title h1 {
   width: 100%; 
   font-weight: 900;
   font-size: 25px;
   text-align: left; 
   border-bottom: 1px solid var(--main-color); 
   line-height: 0.1em;
   margin: 10px 0 20px; 
   text-transform: uppercase;
} 
#page-wishlist .line-title {
    margin-bottom: 3rem;
}
#page-wishlist .line-title h1 span { 
    background:#fff; 
    padding:0 10px 0 0; 
}
#page-wishlist {
    margin: 3% 0;
}
#page-products .line-title h1 {
   width: 100%; 
   font-weight: 900;
   font-size: 25px;
   text-align: left; 
   border-bottom: 1px solid var(--main-color); 
   line-height: 0.1em;
   text-transform: uppercase;
   margin: 10px 0 20px; 
} 
#page-products .line-title {
    margin-bottom: 3rem;
}
#page-products .line-title h1 span { 
    background: #fff;
    padding:0 10px 0 0; 
}
#page-products {
    margin: 3% 0;
}
#page-products .group-code-item-holder {
    min-height: 666px;
}
#page-products .marker-holder {
    width: 100%;
    margin-top: .5rem;
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: flex-end;
    padding: 0 1rem;
    align-content: space-between;
    margin-left: -1rem;
    z-index: 2;
}
#page-products .marker-holder .marker-img-badge {
    padding: 0 .5rem;
}
.code-search .btn-primary {
    padding: .5rem 1rem;
}
.code-search .form-control {
    height: 32px;
    font-size: 12px;
}
.reset_filters {
    border-top: 1px solid #00000045;
    border-bottom: 1px solid #00000045;
    padding: 5px 0;
    margin-bottom: 1rem;
}
.reset_filters a {
    font-size: 14px;
    font-weight: 300;
    color: #000;
}
.reset_filters a:hover {
    text-decoration: underline;
    color: var(--main-color);
}
.accordion .list .custom-control {
    padding-left: 1.5rem;
}
.accordion .list {
    padding-left: 0;
}
.accordion .list li {
    list-style: none;
}
.accordion .list li small {
    float: right;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 300;
}
.accordion .list li .custom-control small {
    float: right;
    margin-top: 0;
    font-size: 10px;
    font-weight: 300;
}
.accordion .list li a {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}
.accordion .list .custom-control-label {
    font-weight: 600;
    font-size: 14px;
    text-transform: none;
    color: #000;
}
.accordion .list .custom-control-label:hover {
    text-decoration: underline;
}
.accordion__item.js-accordion-item{
    border-bottom: 1px solid #00000045;
}
.accordion {
  font-size: 1rem;
  margin: 0 auto;
  border-radius: 5px;
}
.accordion-header {
  padding: .5em 0;
  color: black;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s;
  text-transform: uppercase;
}
.accordion-header:hover {
  color: var(--main-color);
  position: relative;
  z-index: 5;
}
.accordion-body {
  color: #353535;
  display: none;
}
.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}
.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}
.accordion__item > .accordion-header:after {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 1.2em;
  float: right;
  position: relative;
  top: -2px;
  transition: .3s all;
  transform: rotate(0deg);
}
.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}
.accordion__item.active .accordion-header {
  color: black;
}
@media screen and (max-width: 1000px) {
  body {
    padding: 1em;
  }
  .accordion {
    width: 100%;
  }
}
.custom-select {
    border-radius: 0;
}
.custom-select:focus {
    border-color: var(--main-color);
    outline: 0;
    box-shadow: none;
}
.custom-select:hover {
    border-color: var(--main-color);
    outline: 0;
    box-shadow: none;
}
#top-filters {
    margin-bottom: 1rem;
}
.products-count h3 {
    font-weight: 900;
    margin-bottom: 0;
    font-size: 20px;
}
#pagination {
    margin-top: 3rem;
}
.page-item:last-child .page-link {
    border-radius: 0;
}
.page-item:first-child .page-link {
    border-radius: 0;
}
.page-link {
    padding: 1rem 1.5rem;
    color: #000;
}
.page-link:focus {
    box-shadow: none;
    color: black;
    background-color: var(--light-green-color);
    border-color: var(--light-green-color);
}
.page-item.active .page-link,
.page-link:hover {
    cursor: pointer;
    color: black;
    background-color: var(--light-green-color);
    border-color: var(--light-green-color);
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #000;
  text-decoration: none;
}
.owl-carousel .owl-nav button {
  outline: none;
}
#scroll-slider-gallery {
    unicode-bidi:bidi-override;
    overflow: scroll;
    overflow-x: hidden!important;
    padding: 0;
}
#scroll-slider-gallery::-webkit-scrollbar {
    width: .1em;
}
#scroll-slider-gallery::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
}
#scroll-slider-gallery::-webkit-scrollbar-thumb {
  background-color: transparent;
  outline: 1px solid transparent;
}
.carousel-indicators {
    margin: 0!important;
    bottom: -20%!important;
    overflow: scroll;
    height: 610px;
    z-index: 1;
}
.carousel-indicators .active {
    height: auto;
    border: 1px solid #00000047;
}
.carousel-indicators div {
    margin-bottom: 1rem;
}
.carousel-indicators img {
    cursor: pointer;
    border: 1px solid transparent;
}
.carousel-indicators img:hover {
    border: 1px solid #00000047;
    cursor: pointer;
}
#page-products .carousel-indicators {
    height: inherit;
    max-height: 610px;
}

/* Slider (Desktop) */
@media only screen and (min-width: 960px) {
    
    .carousel-item img {
        margin-left: auto!important;
        margin-right: auto!important;
    }
    .carousel-indicators {
        display: block!important;
        right: 0!important;
        left: auto!important;
        bottom: auto!important;
    }    
    .carousel-indicators img {
        margin: 0!important;
        width: 100%!important;
    }
    .carousel-indicators div {
        width: 100%!important;
    }
}
#product_details_info .color .color-item-thumb {
    display: inline-block;
}
#product_details_info .color .color-item {
    border: 1px solid #00000047;
    padding: 3px 10px;
    cursor: pointer;
    margin-right: .5rem;
}
#product_details_info .color .color-item-thumb .active .color-item,
#product_details_info .color .color-item:hover {
    border: 1px solid #000;
}
#product_details_info .color .color-item img {
    width: 30px;
}
#product_details_info .color p {
    margin-bottom: .5rem;
    font-weight: 600;
}
#product_details_info .color {
    margin-top: 2rem;
}
#product_details_info .color span {
    font-size: 14px;
    color: #ababab;
    padding-left: .2rem;
    font-weight: 300;
}
#product_details_info h1 {
    font-weight: 900;
    font-size: 25px;
    margin-bottom: 0;
}
#product_details_info span {
    font-weight: 300;
    font-size: 14px;
    color: #0000008c;
}
#product_details_info .price {
    margin-top: 1rem;
}
#product_details_info .price p.price-label {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 14px;
    color: #0000008c;
}
#product_details_info .price p.action-price,
#product_details_info .price span {
    font-weight: 600;
    font-size: 20px;
    color: #000;
}
#product_details_info .price p span.cross-price {
    text-decoration: line-through;
    color: #0000008c;
}
#product_details_info .price .marker-action {
    font-size: 24px;
    color: red;
    margin-left: 15px;
}
#product_details_info .size p {
    margin-bottom: .5rem;
    font-weight: 600;
}
#product_details_info .size {
    margin-top: 2rem;
}
#product_details_info .size span {
    font-size: 14px;
    color: #ababab;
    padding-left: .2rem;
    font-weight: 300;
}
#product_details_info .size .size-guide {
    margin-top: .5rem;
}
#product_details_info .size .size-guide button {
    color: #656565;
    background: none;
    border: none;
    border-bottom: 1px solid transparent;
}
#product_details_info .size .size-guide button:hover {
    border-bottom: 1px solid #656565;
}
#product_details_info .size .size-guide button:focus {
    outline: none;
}
#product_details_info .size .size-item {
    border: 1px solid #00000047;
    padding: 3px 10px;
    margin-bottom: 10px;
    display: inline-block;
    cursor: pointer;
    margin-right: .5rem;
}
#product_details_info .size .size-item.active,
#product_details_info .size .size-item:hover {
    border: 1px solid #000;
}
#product_details_info .size .size-item img {
    width: 30px;
}
#product_details_info .count_input input {
    background: transparent;
    border: none;
    box-sizing: border-box;
    font-size: 15px;
    height: 40px;
    left: 0;
    padding: 0 11px 0 16px;
    top: 0;
    width: 70px;
    text-align: center;
}
#product_details_info .centerbox {
    height: 42px;
    text-align: center;
    color: #000;
    border: 1px #00000047 solid;
    border-radius: 0;
}
#product_details_info .minus {
    font-size: 28px;
    line-height: 33px;
    top: 2px;
    left: -5px;
    margin-right: 10px;
    font-weight: 600;
    position: absolute;
    padding: 1px 13px 6px 13px;
    cursor: pointer;
}
#product_details_info .add {
    font-size: 28px;
    line-height: 33px;
    top: -2px;
    right: 0;
    cursor: pointer;
    font-weight: 600;
    position: absolute;
    padding: 3px 13px;
    cursor: pointer;
}
#product_details_info .add-cart {
    margin-top: 2rem;
}
#product_details_info .add-cart p {
    margin-bottom: .5rem;
    font-weight: 600;
}
#product_details_info .add-cart .count_input {
    position: relative;
    margin-bottom: .5rem;
    font-weight: 600;
}
#product_details_info .add-cart .btn-primary {
    padding: .5rem 1rem;
}
#product_details_info .wishlist-thumb .btn:hover {
    border: 1px solid #fdcbcb !important;
    background-color: #fdcbcb !important;
}
#product_details_info .add-cart .wishlist-thumb .btn {
    background-color: transparent;
    border: 1px solid #00000047;
    border-radius: 0;
    padding: 9px 11px;
    width: 50px;
    height: 42px;
}
.arrow-right {
    background-image: url(../../img/icons/arrow-right.png);
    height: 100px;
    width: 72px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
}
.arrow-right:hover {
    background-image: url(../../img/icons/arrow-right-hover.png);
    height: 100px;
    width: 72px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
}
.arrow-left {
    background-image: url(../../img/icons/arrow-left.png);
    height: 100px;
    width: 72px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 1.5rem;
}
.arrow-left:hover {
    background-image: url(../../img/icons/arrow-left-hover.png);
    height: 100px;
    width: 72px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
}
#product-btn-description {
    margin-top: 2rem;
}
#product-btn-description .product-btn-description .card {
    min-height: 170px;
}
.btn-info {
    color: #4e4e4e;
    background-color: #bdbdbd;
    border-color: #bdbdbd;
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 600;
    padding: .5rem 2rem;
    display: inline-block;
}
.accordion [data-toggle="collapse"][aria-expanded="true"],
.btn-info:hover {
    color: #4e4e4e;
    background-color: transparent;
    border-color: #bdbdbd;
    outline: none;
    box-shadow: none;
    font-weight: 600;
}
.btn-info.focus, .btn-info:focus {
    color: #4e4e4e;
    background-color: transparent;
    border-color: #bdbdbd;
    outline: none;
    box-shadow: none;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #4e4e4e;
    background-color: transparent;
    border-color: #bdbdbd;
    outline: none;
    box-shadow: none;
}
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
    box-shadow: none;
}
#similar-products .line-title h1 {
   width: 100%; 
   font-weight: 900;
   font-size: 25px;
   text-align: left; 
   border-bottom: 1px solid var(--main-color); 
   line-height: 0.1em;
   margin: 10px 0 20px; 
   text-transform: uppercase;
} 
#similar-products {
    margin: 3% 0;
}
#similar-products .line-title h1 span { 
    background:#fff; 
    padding:0 10px 0 0; 
}
#similar-products .line-title {
    margin-bottom: 3rem;
}
#text-page .line-title h1 {
   width: 100%; 
   font-weight: 900;
   font-size: 25px;
   text-align: left; 
   border-bottom: 1px solid var(--main-color); 
   line-height: 0.1em;
   margin: 10px 0 20px; 
   text-transform: uppercase;
} 
#text-page {
    margin: 3% 0;
}
#text-page .line-title h1 span { 
    background:#fff; 
    padding:0 10px 0 0; 
}
#text-page .line-title {
    margin-bottom: 3rem;
}
.about-us-img {
    margin-bottom: 2rem;
    margin-top: 1rem;
}
.contact-form p {
    margin-bottom: 0;
}
.contact-form .call-center {
    margin-bottom: 2rem;
}
.send-email span {
    color: var(--main-color); 
}
.send-email {
    margin-top: 2rem;
}
.terms-conditions-bottom-line {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px;
    border-top: 1px solid #000000;
    background-color: white;
    z-index: 100;
    left: 0;
}
.terms-conditions-bottom-line p {
    font-size: small;
    font-weight: 300;
    margin-bottom: 0;
}
.terms-conditions-bottom-line p a {
    color: var(--light-green-color);
}
.terms-conditions-bottom-line p a:hover {
    color: var(--main-color);
    text-decoration: underline;
}
.footer-legaci-holder {
    margin-top: 1rem;
}
.footer-legaci-holder p {
    color: black;
    font-size: 12px;
    text-align: left;
    margin-bottom: 5px;
    font-weight: 300;
}
.menu .dropdown-menu > ul {
    padding: 0;
}
.menu .dropdown-menu > ul li {
    list-style: none;
}
.list-view .summary {
    margin: initial;
    text-align: initial;
}
#page-wishlist .summary {
    display: inline-block;
    font-size: small;
}
.desktop-none {
    display: none;
}
.maintenance-holder .maintenance-item {
    display: inline-block;
    list-style: none;
    width: 50px;
    margin-right: 15px;
}
.maintenance-holder .maintenance-item *[data-toggle="popover"] {
    outline: none;
}
.maintenance-holder .maintenance-item img {
    cursor: pointer;
}
.owl-carousel .disabled {
    display: none;
}
.owl-carousel .owl-item {
    padding: 15px;
}
.success-payment-info {
    padding: 30px;
}
.contact-message-status-holder {
    font-size: large;
    text-align: center;
}
.contact-message-status-holder .message {
    padding: 15px 0;
    border: 2px solid var( --success);
}
.categories-post {
    background-color: #f8f9fa;
    padding: 2rem;
    margin-bottom: 3rem;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}
.categores-right {
    margin-bottom: .5rem;
}
.categories-post h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.categories-post h1 span {
    float: right;
    font-size: 13px;
}
.categories-post h1 {
    font-size: 13px;
    border-bottom: 1px solid #aaa;
    padding-bottom: .5rem;
    text-transform: uppercase;
    color: #000;
}
.categories-post h1:hover {
    color: var(--main-color);
}
.categories-post .categores-right a:hover {
    text-decoration: none;
}
.recent-post {
    background-color: #f8f9fa;
    padding: 2rem;
    margin-bottom: 3rem;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}
.recent-post h1 {
    font-size: 17px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
}
.recent-post a {
    color: #000;
}
.recent-post a:hover {
    color: var(--main-color);
    text-decoration: none;
}
.recent-post p {
    font-size: 13px;
    margin-bottom: 0;
}
.recent-post-item {
    margin-bottom: 2rem;
}
.recent-post h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.blog-list-item .blog-caption h1 {
    font-size: 23px;
    text-transform: uppercase;
    color: var(--main-color);
}
.blog-list-item .blog-caption h1:hover {
    text-decoration: none;
    color: #000;
}
.blog-list-item .blog-caption a:hover {
    text-decoration: none;
    color: #000;
}
.blog-list-item .blog-caption .categories a {
    text-decoration: none;
    font-size: 14px;
    color: var(--main-color);
}
.blog-list-item .blog-caption .categories a:hover {
    text-decoration: none !important;
    color: #000 !important;
}
.blog-list-item .blog-caption .categories {
    font-size: 14px;
    margin-top: .5rem;
    text-transform: uppercase;
}
.blog-list-item .blog-caption .categories i {
    font-size: 14px;
}
.blog-list-item .blog-caption .categories small {
    font-size: 14px;
    float: right;
}
.blog-list-item {
    margin-bottom: 5rem;
}
.ddl-date-field-holder .form-control {
    margin-right: -1px;
}
[data-action-id="news"] .line-title h1 {
    text-transform: uppercase;
}
ul.breadcrumbs {
    padding: 0;
    margin: 15px 0;
}
.breadcrumbs li {
    display: inline-block;
    font-size: 14px;
}
.breadcrumbs li a {
    color: var(--main-color);
}
.breadcrumbs li a:hover {
    text-decoration: underline;
}
.breadcrumbs li:last-child {
    margin: 0;
}
.breadcrumbs li:after {
    content: "/";
    margin-left: 7px;
}
.breadcrumbs li:last-child:after {
    content: "";
    margin-left: 0;
}
.breadcrumbs li p {
    margin: 0;
    display: inline-block;
}
.remember-btn {
    display: inline-block;
}
.forgot-password-btn {
    float: right;
}
.forgot-password-holder .description {
    margin-top: 0;
    margin-bottom: 1rem;
}
[data-action-id="login"] #customer_login {
    padding: 0;
    max-width: 500px;
    margin: 0 auto 15rem auto;
}
#checkout_review .custom-checkbox {
    height: auto;
}
.blog-description img {
    max-width: 100%;
}
.products_filters ul ul {
    padding-left: 0;
}
.products_filters li.main-branch {
    margin-bottom: 15px;
}
.product_item_gallery_spin_box {
    display: flex;
    align-items: center;
}
