:root {
    --main-red: #EE3131;
    --main-blue: #2F3967;
}
button:focus,a:focus {
    outline: none;
    box-shadow: none;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
#top-row{
    height: 45px;
}
#top-row .fa{
    color: #fff;
    font-size: 24px;
}
#top-row a{
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    margin-left: 16px;
}
#top-row a:hover,#top-row a:hover i{
    color: var(--main-red);
}


/* header search */

.cart-link {
    display: inline-block;
    padding: 0 15px;
    padding-right: 0;
    position: relative;
    z-index: 1;
}
.cart-link .header-search-icon {
    cursor: pointer;
    color: #fff;
}
.cart-link .header-search-icon .icon-search.show,.cart-link .search-close .icon-cross.show {
    display: block;
}
.cart-link .header-search-icon .icon-search,.cart-link .search-close .icon-cross {
    display: none;
}
.cart-link .header-search-icon,.cart-link .search-close {
    cursor: pointer;
    color: #fff;
}
.cart-link .search-box {
    min-width: 200px;
    position: absolute;
    top: 100px;
    left: auto;
    right: 0;
    background: #fff;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.cart-link .search-box.show {
    top: 30px;
    opacity: 1;
    visibility: visible;
}
.header-search-icon .fa,.search-close .fa{
    font-size: 18px;
}
.cart-link .search-box input[type=text] {
    border: 1px solid rgba(238,49,49,.12);
    background: transparent;
    padding: 5px 0;
}
#search form{
    display: flex;
}
#search form button{
    border: unset;
    background: unset;
    box-shadow: unset;
}
/* !header search */

#top-row:before{
    display: block;
    content: '';
    height: 10px;
    background-color: var(--main-blue);
}

.top-angle-polygon:before{
    content: '';
    position: absolute;
    right: 68%;
    z-index: 0;
    border-right: 65px solid var(--main-blue);
    border-left: 0 solid var(--main-blue);
    border-bottom: 38px solid transparent;
    bottom: 0;
    top: 0;
    height: 45px;
}
.top-angle-polygon:after{
    z-index: -1;
    content: "";
    position: absolute;
    background: #2f3967;
    display: block;
    width: 68%;
    height: 100%;
    right: 0;
    top: 0px;
    height: 45px;

}
.top-contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
.top-contact-info li {
    display: inline-block;
    position: relative;
    top: 10px;
}
.top-contact-info li span {
    display: inline-block;
    position: relative;
    /*top: -7px;*/
    font-size: 24px;
    margin-right: 10px;
    color: var(--main-red);
}
.info-wrapper {
    display: inline-block;
    margin-right: 50px;
}
.info-wrapper .info-title {
    font-size: 14px;
    font-weight: 500;
    color: #101010;
    line-height: 18px;
}
.info-wrapper p {
    margin-bottom: 0;
}
.info-wrapper .info-subtitle {
    color: #666;
    font-size: 14px;
}
.info-wrapper .info-subtitle img{
    height: 20px;
}

.top-contact-info i{
    font-size: 24px;
    color: black;
}

.top-contact-info i.fa-shopping-cart{
    color: #fff;
}
#cart button:after{
    content: '';
    position: absolute;
    right: -16px;
    z-index: 0;
    border-right: 0 solid var(--main-red);
    border-top: 0 solid var(--main-red);
    border-left: 16px solid var(--main-red);
    border-bottom: 16px solid transparent;
    bottom: 0;
    top: 0;
    height: 45px;
}
#cart button{
    background-color: var(--main-red);
    box-shadow: unset;
    border-radius: 0px;
    border:unset;
    margin-right: 17px;
}

#cart button span{
    font-size: 16px;
    color: #fff;
}

/*
header 2 section
 */
.header-angle {
    position: relative;
    z-index: 2;
    margin-bottom: -15px;
}
.header-angle .ts-navbar {
    margin-right: 0;
}
.navbar .navbar-nav>li {
    margin-right: 30px;
}
.header-angle .navbar .nav-item .nav-link {
    font-weight: 700;
}
.navbar .nav-item .nav-link {
    padding: 15px 5px;
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    font-family: "Dosis",sans-serif;
    z-index: 2;
    color: #fff;
}
.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}
@media (min-width: 992px){
    .navbar.navbar-light ul.navbar-nav>li ul.dropdown-menu {
        opacity: 0;
    }
}
@media (min-width: 992px){
    .navbar.navbar-light ul.dropdown-menu {
        visibility: hidden;
        display: block;
        -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
        box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
        -webkit-transition: all 0.28s ease-in-out;
        -moz-transition: all 0.28s ease-in-out;
        -ms-transition: all 0.28s ease-in-out;
        -o-transition: all 0.28s ease-in-out;
        transition: all 0.28s ease-in-out;
    }
}

.navbar-nav .nav-item .dropdown-menu {
    top: 57px;
    border-radius: 0;
    background: #fff;
    border-color: transparent;
    padding: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: 0;
    min-width: 220px;
    border: none;
}
.navbar .nav-item .navbar-toggle {
    display: none;
}
.navbar-nav .nav-item .dropdown-menu li {
    padding-bottom: 0;
    margin: 0;
}
.navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link:focus {
    color: #fff;
}
.navbar-nav .nav-item .dropdown-menu li a {
    color: #101010;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding: 13px 23px;
    font-family: "Dosis",sans-serif;
}
.header-angle:before, .ts-header-classic .header-angle .navbar-light:before {
    border-right-color: var(--main-red);
}

.header-angle:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 73%;
    height: 100%;
    content: "";
    background: #ee3131;
    z-index: -1;
}
.header-angle .container:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 10px;
    content: "";
    background: #ee3131;
}


@media (min-width: 992px){
    .navbar.navbar-light ul.navbar-nav>li:hover ul.dropdown-menu {
        opacity: 1;
    }
    .navbar.navbar-light .dropdown:hover>.dropdown-menu {
        visibility: visible;
    }
}
.navbar .nav-item .nav-link:hover:after,.dropdown-menu-custom:hover:after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.navbar .nav-item.dropdown-custom .nav-link:after {
    background: var(--main-blue);

}

.navbar .nav-item .nav-link:after,.dropdown-menu-custom:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    background: #fff;
    width: 100%;
    height: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
}
#logo-container{
    padding: 7px;
}
.dropdown-custom{
    position: relative;
}
.dropdown-menu-custom a:hover{
    color: #fff !important;
}
.dropdown-menu-custom{
    display: none;
}
.dropdown-menu-custom.show{
    display: block;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
    -webkit-transition: all 0.28s ease-in-out;
    -moz-transition: all 0.28s ease-in-out;
    -ms-transition: all 0.28s ease-in-out;
    -o-transition: all 0.28s ease-in-out;
    transition: all 0.28s ease-in-out;
    left: 100%;
    position: absolute;
    width: fit-content;
    opacity: 1;
    background-color: #fff;
    top: 0px;
}
.dropdown-menu li > a:hover{
    text-decoration: none;
    background-color: var(--main-red);
    background-image: unset;
}
.custom-slider-container{
    height: 600px;
    color: #fff;
    background-size: cover;
}
.banner-title{
    background: rgba(0,0,0,0.2);
    padding: 30px;
    display: none;
}

/* start menu */
.drilldown {
    overflow: hidden;
    width: 100%;
    padding: 10px;
    margin: 20px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.drilldown-sub {
    display: none;
}
.drilldown-back {
    font-weight: bold;
}
.drilldown-container ul:first-child{
    transition: .8s;
}
.drilldown-root li a{
    font-family: 'Lato';
    font-style: normal;
    font-weight: bold;
    color: #fff;
    margin: auto auto auto 15px;
    width: 100%;
}
.drilldown-root li{
    height: 50px;
    position: relative;
    margin-bottom: 5px;
    background: var(--main-red);
    font-size: 18px;
}
.drilldown-root li:after {
    content: '';
    position: absolute;
    z-index: 0;
    border-right: 24px solid #fff;
    border-bottom: 24px solid transparent;
    bottom: 0;
    top: 0;
    right: 0;
    height: 24px;
    width: 24px;
}
.drilldown-root li:hover:after {
    border-right: 24px solid var(--main-red);
}
.menutype-img{
    position: absolute;
    bottom: 0px;
}
.bottom-line{
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 15px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: bold;
    color: black;
}
.bottom-line:after{
    content: '';
    position: absolute;
    z-index: 0;
    max-width: 125px;
    height: 3px;
    background-color: var(--main-red);
    bottom: 0px;
    left: 0px;
    width: -webkit-fill-available;
}
.drilldown-title{
    margin-top: 50px;
    color: #000000;
    margin-left: 30px;
}

/* !start menu */

.html-block-type1 .container{
    text-align: center;
    color: #fff;
}
.featured-block .col-12{
    margin: 0px;
    padding: 0px;
}
.html-block-type1{
    margin-top: 50px;
    padding: 50px;
}
.featured-block,.popularAndNewCOntainer,.top-block,.carousel-block,.top-fix{
    margin-top: 50px;
}
.mgb-35{
    margin-bottom: 35px;
}

/* product */
.product-thumb{
    border-radius: 10px;
}

.product-thumb .button-group button:hover .fa{
    color: #fff;
}
.product-thumb .button-group button:hover,.btn-fast-click:hover {
    color: #fff;
    background-color: var(--main-red);
    cursor: pointer;
}

.product-thumb .button-group button {
    color: black;
    background-color: #fff;
    width: 70%;
    outline: 0;

}
.product-thumb .button-group button + button{
    outline: 0;
    width: 30%;
    border-left: 1px solid #ddd;
}
#product-product .product-thumb .button-group button + button{
    width: 20%;

}

#product-category .product-thumb .button-group button, #product-product .product-thumb .button-group button, 
#product-search .product-thumb .button-group button,
.featured-block .product-thumb .button-group button,
.tab-slider .product-thumb .button-group button{
    width: 60%;
}
#product-category .product-thumb .button-group button + button,
#product-search .product-thumb .button-group button + button,
.featured-block .product-thumb .button-group button + button,
.tab-slider .product-thumb .button-group button + button{
    width: 20%;
}
.product-thumb .h5 a{
    color: black;
}
.product-thumb .fa-shopping-cart{
    color: var(--main-red);
}
.product-thumb .fa-heart:hover{
    color: var(--main-red);
}
.product-thumb .fa-heart{
    color: var(--main-blue);
}
.product-thumb .fa{
    font-size: 20px;
    height: 20px;
    width: 20px;
}
.product-thumb .price {
    color: var(--main-red);
    font-size: 22px;
    text-align: center;
    border-top: unset;
    border-bottom: unset;
    padding: 5px 0;
    margin-bottom: 5px;
    font-weight: 800;
}


/* !product */

/* latest and new*/
.prod-tabs-button.nav-tabs button.nav-link.active{
    background-color: var(--main-red);
    color: #fff;
    position: relative;
    border: unset;
}
.prod-tabs-button.nav-tabs button.nav-link{
    outline: 0;
}
.prod-tabs-button.nav-tabs button.nav-link.active:first-child:after {
    content: '';
    position: absolute;
    z-index: 0;
    border-bottom: 24px solid #fff;
    border-right: 24px solid transparent;
    bottom: 0;
    left: 0;
    height: 24px;
    width: 24px;
}
.prod-tabs-button.nav-tabs button.nav-link.active:last-child:after {
    content: '';
    position: absolute;
    z-index: 0;
    border-bottom: 24px solid #fff;
    border-left: 24px solid transparent;
    bottom: 0;
    right: 0;
    height: 24px;
    width: 24px;
}

.drilldown-root li:hover:after {
    border-right: 24px solid var(--main-red);
}
.prod-tabs-button {
    border: none;
    max-width: 870px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
}

.prod-tabs-button.nav-tabs button.nav-link {
    display: block;
    width: 100%;
    font-size: 22px;
    color: #29363f;
    font-family: 'Philosopher', sans-serif;
    border: 1px solid #e5e5e5;
    padding: 14px 10px;
    background: #fff;
}
.product-layout.slick-slide{
    padding: 15px
}

.slick-prev{
    background-image: url("/image/icon-prev.png");
}
.slick-next {
    background-image: url("/image/icon-prev.png");
    transform: rotate(180deg);
}
.slick-prev, .slick-next {
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    transition: all .3s ease;
    z-index: 2;
}
.slick-slider .slick-prev {
    left: -15px;
    opacity: 0;
}
.slick-slider .slick-next {
    right: -15px;
    opacity: 0;
}
.slick-slider:hover .slick-prev {
    opacity: 0.7;
}
.slick-slider:hover .slick-next {
    opacity: 0.7;
}
.slick-next, .slick-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    border: unset;
    background-color: unset;
}
.top-text{
    font-size: 24px;
    margin-left: 12px;
    color: black;
}
.top-block-item{
    margin-bottom: 30px;
}
.top-block .h3{
    margin-right: -15px;
    margin-left: -15px;
}
.top-block p{
    font-size: 18px;
    color: black;
}
.seo-scroll-js {
    height: 475px;
    position: relative;
}
.os-scrollbar-handle{
    background-color: var(--main-red) !important;
}
.seo-scroll {
    margin: 0 auto;
    padding-right: 10px;
    position: relative;
}
.left-fix{
    margin-left: -15px;
}
.btn-title-faq a{
    color: #fff;
    font-size: 14px;
}
.btn-title-faq{
    background: var(--main-red);
    width: 100%;
    display: block;
    text-align: left;
    padding: 15px 20px;
    font-size: 14px;
    position: relative;

}
/* faq */
.custom-accordeon-selector{
    border: unset;
}
.custom-accordeon-selector[aria-expanded="true"]:before{
    content: '';
    position: absolute;
    z-index: 0;
    border-right: 24px solid #fff;
    border-bottom: 24px solid transparent;
    bottom: 0;
    top: 0;
    right: 0;
    height: 24px;
    width: 24px;
}
.custom-accordeon-selector:after{
    display: block;
    content: "\f0de";
    font-family: fontawesome;
    height: 12px;
    width: 12px;
    transition: all 250ms linear;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto 0;
    transform: rotate(-180deg);
}
.custom-accordeon-selector[aria-expanded="true"]:after{
    transform: rotate(0deg);
}

.faq-block .panel-body{
    font-size: 16px;
    color: black;
}
.carousel-block .swiper-pagination{
    bottom: 0px;
}
div:focus{
    outline: 0;
}
footer p:last-child{
    margin-bottom: 0px;
}
.info-container{
    font-size: 18px;
    position: relative;
    padding-top: 20px;
    color: black;}
.post-date{
    position: absolute;
    right: 0px;
    width: 45px;
    height: 85px;
    background: #ee3131;
    text-align: center;
    color: #fff;
    padding-top: 30px;
    top: 0px;
    transition: 0.5s;
}
.info-slider .post-date .day{
    border-bottom: 1px solid #f15a5a;
    padding-bottom: 3px;
    font-size: 20px;
}
.info-slider .post-date .month{
    font-size: 12px;
    display: block;

}

.info-slider .post-date:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-color: #fff #ee3131;
    border-width: 28px 0 0 45px;
    border-style: solid;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.info.slick-slide:hover .post-date{
    top: 10px
    /*border-color: #fff #ee3131;*/
    /*border-width: 0 0 30px 45px;*/

    /*-webkit-transform: scaleX(-1);*/
    /*transform: scaleX(-1);*/
}
.info.slick-slide{
    margin-left: 15px;
    margin-right: 15px;
}
#form-language .dropdown-toggle::after {
    content: unset;
}
#form-language .btn-link {
    padding: 0px;
}
#form-language .dropdown-menu {
    background: var(--main-blue);
    min-width: 50px;
}

#form-language .btn-link span{
    vertical-align: top;
    font-size: 18px;
    color: #fff;
}
.btn-link.focus, .btn-link:focus{
    color: unset;
    text-decoration: unset;
    box-shadow: unset;
}
#form-language .btn-group .fa.fa-caret-down{
    transition: 0.6s;
}
#form-language .btn-group.show .fa.fa-caret-down{
    transform: rotate(180deg);
}
.breadcrumb{
    margin-top: 50px
}
#compare-total{
    color: #EE3131;
}

/* MENU-LEFT
-------------------------- */
/* layout */
#left ul.nav {
    flex-flow: column;
}
#left ul.nav ul,
#left ul.nav ul li {
    list-style: none!important;
    list-style-type: none!important;
    margin-top: 1px;
    margin-bottom: 1px;
}
#left ul.nav ul {
    padding-left: 0;
    width: auto;
}
#left ul.nav > li > ul.children {
    padding-left: 30px;
    width: auto;
    margin-bottom: 15px;
}
#left ul.nav span.icon-left-menu {
    /*margin: 0 15px 0 10px;*/
}
#left ul.nav > li > ul.children li ul.children{
    padding-left: 0px;
}
#left ul.nav ul.children li{
    margin-left: 0px;
}
#left ul.nav li a:hover {
    text-decoration: none;
}
#left ul.nav li.current>a .lbl {
    color: #fff;
}
/* parent item */
#left ul.nav li.parent a {
    padding: 0px;
    color: #29363f;
    font-size: 16px;
}
#left ul.nav > li{
    border-bottom: solid 1px #fff;
}
#left ul.nav > li:last-child{
    border-bottom: none;
}
#left ul.nav > li > .li > a{
    text-transform: uppercase;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    color: #fff;
    line-height: 18px;
}
#left ul.nav > li.active .li a .lbl,
#left ul.nav > li .li a:hover .lbl{
    font-weight: 700;
    color: #fff;
}
#left ul.nav li.parent .li{
    position: relative;
    align-items: center;
}
#left ul.nav li.has-child a .lbl {
    font-size: 16px;
    color: #29363f;
    font-weight: 700;
}
/* link tag (a)*/
#left ul.nav li.parent ul li a {
    color: #222;
    border: none;
    display:block;
    padding-left: 5px;
}
#left ul.nav li.parent ul li a:hover{
    text-decoration: underline !important;
}
/* sign for parent item */
#left > ul.nav li.parent .sign {
    position: relative;
    height: 24px;
    width: 24px;
    margin: 0 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#left > ul.nav li.parent .sign:after {
    display: block;
    content: '';
    background-image: url(../images/down-arrow.svg);
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
    transition: all 250ms linear;
    transform: rotate(180deg);
}
#left > ul.nav > li .sign.collapsed:after {
    content: '';
    transform: rotate(0deg);
}
#left > ul li .sign2 {
    position: relative;
    height: 24px;
    width: 24px;
    margin: 0 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
#left > ul li .sign2:after {
    content: '-';
    font-size: 35px;
    display: block;
    font-weight: 100;
}

#left ul li .collapsed.sign2:after {
    content: '+';
    font-size: 30px;
}
/* label */
#left ul.nav li .lbl {
    padding: 5px 0px;
    display: inline-block;
}
#left ul.nav  li a .lbl{
    font-size: 14px;
    line-height: 17px;
    color: #fff;
}


.module-category li{
    background-color: var(--main-red);
    color: #fff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #d0e3f0;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.page-link {
    position: relative;
    display: block;
    padding: 7px 15px;
    margin-left: -1px;
    font-size: 16px;
    color: black;
    background-color: #fff;
    border: 1px solid #d9d9d9;
}
.pagination li:last-child .page-link,
.pagination li:first-child .page-link{
    padding: 7px 15px;
}
.page-item.active .page-link,
.page-link:hover {
    z-index: 3;
    color: #fff;
    background-color: var(--main-red);
    border-color: #d9d9d9;
}
.pag-svg{
    fill: #3775a0;
    width: 35px;
}
.category-description{
    margin-top: 20px
}
.catalog-sub-categories{
    border: 1px solid #ddd;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    overflow: auto;
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}

#button-cart{
    background: var(--main-red);
    color: #fff;
    border: unset;
    border-radius: 0px;
    box-shadow: unset;
}
#button-cart:after {
    content: '';
    position: absolute;
    z-index: 0;
    border-bottom: 24px solid #fff;
    border-left: 24px solid transparent;
    bottom: 0;
    right: 8px;
    height: 24px;
    width: 24px;
}
.btn-fast-click{
    background: var(--main-red);
    border: unset;
    border-radius: 0px;
    border: 1px solid var(--main-red);
}
.btn-fast-click:hover {
    background: #fff;
}
.btn-fast-click .fa{
    color: #fff;
}
.btn-fast-click:hover .fa{
    color: var(--main-blue);
}
#input-quantity{
    height: 100%;
    width: 80%;
    font-size: 16px;
}
.input-quantity-btns{
    width: 20%;
}
.input-quantity-btns .fa{
    font-size: 16px;
    vertical-align: middle;
}
.input-quantity-btns div{
    cursor: pointer;
}

#notification {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 99999999999;
}
.success-new {
    width: 295px;
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #ffffff;
    line-height: 20px;
    border: 1px solid #ddd;
    position: relative;
    top: 10px;
    right: 10px;
    font-size: 14px;
}
.success-new a{
    color: #094267;
    font-weight: 600;
}
#fastorder_data .input-group{
    flex-flow: row-reverse;
}
#product-product .nav-link.active{
    background: var(--main-red);
    color: #fff;
}
#product-product .nav-link{
    font-size: 16px;
    border-color: #dee2e6 #dee2e6 #fff;
}
#button-review{
    background: var(--main-red);
    color: #fff;
    background-image: unset;
    border: unset;
}

/* blog by category */
#product-category .information-layout .image{
    margin-right: 20px;
}
#product-category .information-layout h4 a{
    font-size: 20px;
    color: var(--main-blue);
}
#product-category .information-layout a.btn,#information-contact input.btn-primary {
    background: var(--main-red);
    color: #fff;
    border: unset;
}

#information-contact .panel.panel-default{
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-color: #ddd;
    padding: 15px;
    font-size: 14px;
}
.ocfilter-mobile .ocfilter-mobile-handle button{
    background: var(--main-red);
    background-image: unset;
    background-color: var(--main-red);
    border-color: var(--main-blue);
}
.ocfilter-mobile .ocfilter-mobile-handle i{
    color: #fff;
}
.info-slider .slick-slide{
    position: relative;
}
.fa.fa-instagram{
    display: none;
}
#input-sort{
    max-width: 250px;
    margin-left: 10px;
}
#product-category .form-group.input-group label,#compare-total{
    font-size: 14px;
    padding: 0px;
}
.product-tabs{
    margin-top: 20px;
}

.top-contact-info #cart{

}
.top-contact-info #cart .dropdown-menu,.top-contact-info #cart table,.top-contact-info #cart table tr{
    background: #fff;
}
.top-contact-info #cart .dropdown-menu button{
    background-image: unset;

}
.top-contact-info #cart .dropdown-menu button i{
    color: #fff;
}

#simplecheckout_button_confirm{
    border: unset;
    background: var(--main-red);
    color: #fff;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--main-blue);
    background-color: var(--main-blue);
}
.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: var(--main-red);
    background-image: unset;
    background-repeat: repeat-x;
    border-color: unset;
}
.top-block .top-text{
    line-height: 25px;
}