.container {
    max-width: 1400px
}

[dir=ltr] .site-header__logo {
    margin-right: 0px;
    margin-left: 20px;
}
a.block-slideshow__slide {
    height: 100vh !important
}

.block-slideshow--layout--with-departments .block-slideshow__body {
    height: auto !important
}

.block-slideshow__slide-image {
    background-size: cover
}

.index-banner {
    margin-top: 0px;
    position: relative;
}

.index-heder .site-header {
    background: none; 
}
.top-pattern{
    position: absolute;
    top: 0px;
    left: 0px;
}
.site-header__search {
    position: relative;
    margin: 0 50px
}
.index-heder .indicator__value {
    background: #008dd2;
    color: #fff;
}
.index-heder .indicator__button {
    color: #008dd2;
}
 
 .site-header__search::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-top: 42px solid transparent;
    border-right: 25px solid #fff;
    border-bottom: 0 solid transparent;
    top: 0;
    left: 0;
    border: 1px solid #ccc;
    transform: skew(-20deg);
}

.site-header__logo img{
    width: 150px;   
}

 
.site-header__nav-panel { 
    background: #008dd2;
}
.indicator__area2 {
    color: #1c1b17;
    font-size: 12px;
    text-align: center;
    margin: 0 5px
}

.indicator__area2 i {
    color: #008dd2;
    font-size: 18px
}

.indicator__area2 i.fa-user {
    border-radius: 50%;
    border: 1px solid #008dd2;
    padding: 4px 5px;
    font-size: 12px
}

.indicator__area2:hover,
.indicator__area2:hover i {
    color: #333;
    border-color: #333
}


.nav-panel__nav-links {
    margin: 0 !important
}

.index-banner .block-slideshow__slide-content {
    right: 46px;
    left: inherit;
    text-align: right;
    bottom: 100px
}

.index-banner .block-slideshow__slide-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 0
}

.index-banner .block-slideshow__slide-text {
    font-weight: 600;
    color: #fff;
    font-size: 40px
}

.index-banner .block-slideshow__slide-button {
    margin-top: 0
}

.index-banner .btn-primary {
    border: 2px solid #fff;
    border-right: 10px solid #fff;
    border-radius: 0;
    background: 0;
    font-size: 14px;
    padding: 10px 40px;
    height: auto;
    position: relative
}

.index-banner .btn-primary::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-right: 23px solid #fff;
    border-bottom: 0 solid transparent
}

.index-banner .btn-primary:hover {
    border: 2px solid #fff;
    color: #fff
}

.index-banner .btn-primary:hover::after {
    width: calc(100% - 22px);
    height: 100%;
    left: 0;
    right: inherit;
    border: none !important;
    background: #008dd2
}

.index-banner .btn-primary:hover::before {
    display: block
}

.index-banner .btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    display: none;
    border-bottom: 35px solid transparent;
    border-left: 23px solid #008dd2;
    border-top: 0 solid transparent
}

.index-banner .owl-dots {
    display: none !important
}

.patt-banner{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 7%
}
.patt-banner img {
    height: auto;
    width: 100%;
}

.domestic .post-card {
    display: block
}

.domestic .post-card__image {
    width: 100% !important;
    margin: 0 0 20px 0
}

.domestic .post-card__image:hover .inner-block:before,
.domestic .post-card__image:hover .slider-top-right:after {
    height: 100%
}

.domestic .post-card__image:hover .inner-block:after,
.domestic .post-card__image:hover .slider-top-right:before {
    width: 100%
}

.slider-top-right:before,
.inner-block:after {
    height: 2px;
    transition: width .75s ease;
    width: 0
}

.slider-top-right:after,
.inner-block:before {
    height: 0;
    transition: height .75s ease;
    width: 2px
}

.inner-block:before,
.inner-block:after,
.slider-top-right:before,
.slider-top-right:after {
    background-color: #fff;
    content: '';
    display: block;
    position: absolute
}

.inner-block {
    font-size: 2em;
    width: 90%;
    height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2
}

.inner-block:before {
    bottom: 0;
    left: 0
}

.inner-block:after {
    bottom: 0;
    right: 0
}

.slider-top-right {
    position: relative;
    width: 100%;
    height: 100%
}

.slider-top-right:before {
    top: 0;
    left: 0
}

.slider-top-right:after {
    top: 0;
    right: 0
}
.domestic{
    position: relative;
}
.domestic .post-card__image img {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.domestic .post-card__image:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1)
}

.post-card__name {
    margin-top: 0 !important;
    font-size: 26px;
    line-height: 20px;
    height: auto !important;
    overflow: hidden;
    color: #484848
}

.domestic .post-card__content {
    font-size: 12px;
    line-height: 14px;
    height: auto !important;
    color: #484848;
    margin-top: 0 !important;
    margin-bottom: 10px
}

.domestic .post-card__read-more {
    display: block !important
}

.domestic .post-card__read-more a {
    color: #4370b5;
    font-size: 12px
}

.domestic .post-card__read-more i {
    margin-left: 10px
}

/*.block-posts__slider2 {
    position: relative
}*/

.block-posts__slider2 .block-header__arrow {
    position: absolute;
    z-index: 2;
    top: 30%
}

.block-posts__slider2 .block-header__arrow:focus,
.block-posts__slider2 .block-header__arrow:hover {
    background: 0;
    fill: #333
}

.block-posts__slider2 .block-header__arrow--left {
    left: -30px
}

.block-posts__slider2 .block-header__arrow--right {
    right: -30px
}

.block-posts__slider2 .block-header__arrow--left2 {
    left: -30px
}

.block-posts__slider2 .block-header__arrow--right2 {
    right: -30px
}

.domestic .block-header__title {
    position: absolute;
        left: -63px;
    top: 65px;
    background: #f0f0f0;
    padding: 35px 20px 20px 20px;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: 400;
    text-transform: uppercase;
    width: 190px;
    text-align: center
}

.domestic .block-header__title.corporate {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: -75px;
    left: inherit;
    top: 55px
}

.upadates {
    background: url(../images/blue-bg.png) repeat-x #008dd2;
    padding: 50px 0;
    background-size: 40px auto;
    background-position: bottom
}

.inner-lft-space {
    padding-left: 70px
}

.inner-rht-space {
    padding-right: 70px
}

.upadates h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 600
}

.upadates p {
    font-size: 14px;
    color: #fff
}

.ser-hm {
    text-align: center;
    margin-top: 50px;
    position: relative
}

.ser-hm::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff
}

.ser-hm::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background: #fff
}

.ser-hm img {
    height: 40px;
    margin-top: 20px
}

.ser-hm h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 10px
}

.ser-hm p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 20px
}

.upadates {
    position: relative
}

.upadates::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff
}

.upadates h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    position: relative;
    border-bottom: 1px solid #fff;
    text-transform: uppercase
}

.upadates h2::after {
    content: "";
    position: absolute;
    width: 40%;
    height: 100%;
    background: #fff;
    top: 0;
    right: 0
}

.upadates h2::before {
    content: "";
    position: absolute;
    right: 40%;
    top: 0;
    width: 0;
    height: 0;
    border-top: 28px solid transparent;
    border-right: 23px solid #fff;
    border-bottom: 0 solid transparent
}

.upadates .post-card {
    display: block;
    padding: 15px 0
}

.upadates .date {
    border-bottom: 1px solid #fff;
    text-align: right;
    color: #fff;
    font-size: 16px;
    margin: 20px 0 20px
}

.upadates .post-card__image {
    margin: 0 10px 0 0 !important;
    width: 100% !important
}

.upadates .post-card__name {
    font-size: 24px !important;
    line-height: 28px !important;
    color: #fff;
    margin-top: 15px !important
}

.upadates .post-card__name a {
    color: #fff
}

.upadates .post-card__content {
    font-size: 14px !important;
    line-height: 18px !important;
    color: #fff;
    height: auto !important;
    margin-bottom: 20px
}

.upadates .btn-cntr {
    border-bottom: 1px solid #fff;
    text-align: right;
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 20px;
    float: left;
    width: 100%
}

.upadates .btn-primary {
    border: 2px solid #fff;
    border-right: 10px solid #fff;
    border-radius: 0;
    background: 0;
    font-size: 14px;
    padding: 10px 40px;
    height: auto;
    position: relative;
    float: right;
    transition: .3s
}

.upadates .btn-primary::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-right: 23px solid #fff;
    border-bottom: 0 solid transparent;
    transition: .3s
}

.upadates .btn-primary:hover {
    border: 2px solid #008dd2;
    border-right: 10px solid #008dd2;
    background: #fff;
    color: #008dd2 !important
}

.upadates .btn-primary:hover::after {
    border-right: 23px solid #008dd2
}

.upadates .owl-dots {
    text-align: right
}

.upadates .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff !important;
    margin: 0 5px
}

.upadates .owl-dot.active {
    background: #333 !important
}

.offers .product-card__info {
    text-align: center;
    position: relative;
    z-index: 1
}

.offers .product-card__info .product-card__name {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px
}

.offers .product-card__info p {
    font-size: 12px;
    color: #333;
    font-weight: 400;
    text-align: center;
    margin: 15px 0;
    opacity: 1;
    -webkit-transition: opacity .3s .2s linear;
    transition: opacity .3s .2s linear
}

.offers .product-card__info .btn-cntr {
    position: absolute;
    -webkit-transition: opacity .3s .2s linear;
    transition: opacity .3s .2s linear;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-filter: "alpha(opacity=0)";
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0
}

.offers .product-card__info a.buy-now {
    font-size: 13px;
    color: #333;
    font-weight: 400;
    text-align: center;
    border: 1px solid #333;
    padding: 5px 10px;
    margin: 15px auto 20px;
    transition: .3s;
    background: #fff;
    cursor: pointer
}

.offers .product-card__info a.buy-now:hover {
    background: #333;
    color: #fff
}

.offers .product-card::before {
    z-index: 0;
    background: #f5f5f5
}

.offers .product-card:hover::before {
    box-shadow: none;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.offers .product-card:hover .product-card__info p {
    opacity: 0
}

.offers .product-card:hover .product-card__info .btn-cntr {
    opacity: 1
}

.offers .block-header__groups-list {
    margin: 0 auto 20px
}

.offers .block-header__group {
    font-size: 30px;
    border: 0;
    color: #828282;
    box-shadow: none;
    border-radius: 0
}

.offers .block-header__group--active {
    border-bottom: 2px solid #333;
    color: #333
}

.offers .btn-cntr {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 40px
}

.offers .btn-primary {
    border: 2px solid #333;
    border-right: 10px solid #333;
    border-radius: 0;
    background: 0;
    font-size: 14px;
    padding: 10px 40px;
    height: auto;
    position: relative;
    margin: 0 auto;
    transition: .3s
}

.offers .btn-primary::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-right: 23px solid #333;
    border-bottom: 0 solid transparent;
    transition: .3s
}

.offers .btn-primary:hover {
    border: 2px solid #f5f5f5;
    border-right: 10px solid #f5f5f5;
    background: #333;
    color: #fff !important
}

.offers .btn-primary:hover::after {
    border-right: 23px solid #f5f5f5
}

.messages-cntr {
    margin: 50px 0;
    margin-bottom: 0;
    
}

.messages-cntr .block-banner__body {
    text-align: left;
    height: auto;
   /* margin-top: 50px*/
}

.messages-cntr .count-title {
    font-size: 40px;
    font-weight: 800;
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: center
}

.messages-cntr span {
    text-align: center;
    width: 100%;
    display: block
}

.awa-list {
    background: rgba(255, 255, 255, .1);
    padding: 20px;
    margin: 1px;
    position: relative
}

.awa-list:hover .inner-block:before,
.awa-list:hover .slider-top-right:after {
    height: 100%
}

.awa-list:hover .inner-block:after,
.awa-list:hover .slider-top-right:before {
    width: 100%
}

.awards {
    margin: 0
}

.awards .block-banner__body {
    height: auto;
    padding: 0 0 50px
}

.awards .block-banner__title {
    color: #fff;
    padding-top: 50px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 30px
}

.awards .block-banner__title span {
    color: #b19737
}

.clients {
    margin: 0
}

.clients .owl-nav {
    display: inline !important
}

.clients .owl-nav button {
    position: absolute;
    top: 0;
    font-size: 90px !important
}

.clients .owl-nav .owl-prev {
    left: -20px
}

.clients .owl-nav .owl-next {
    right: -20px
}

.clients .block-brands__slider {
    border: 0;
    border-radius: 0
}

.store {
    margin: 0;
    padding: 30px 0;
    background: #f4f4f4
}

.store .block-banner__title {
    color: #333;
    padding-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 30px;
    text-align: center
}

.store form {
    margin: 0 auto;
    max-width: 595px
}

.store .form-control {
    font-size: 14px;
    color: #fff;
    min-width: 170px
}

.cl-1 .form-control+.select2-container .select2-selection--single {
    background: #b21b1c;
    background: -moz-linear-gradient(left, #b21b1c 0, #9f2832 100%);
    background: -webkit-linear-gradient(left, #b21b1c 0, #9f2832 100%);
    background: linear-gradient(to right, #b21b1c 0, #9f2832 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b21b1c', endColorstr='#9f2832', GradientType=1);
    background-position: inherit !important
}

.store .form-control+.select2-container .select2-selection__rendered {
    color: #fff
}

.cl-2 .form-control+.select2-container .select2-selection--single {
    background: #9f2832;
    background: -moz-linear-gradient(left, #9f2832 0, #71496a 100%);
    background: -webkit-linear-gradient(left, #9f2832 0, #71496a 100%);
    background: linear-gradient(to right, #9f2832 0, #71496a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f2832', endColorstr='#71496a', GradientType=1);
    background-position: inherit !important
}

.cl-3 .form-control+.select2-container .select2-selection--single {
    background: #71496a;
    background: -moz-linear-gradient(left, #71496a 0, #406ba4 100%);
    background: -webkit-linear-gradient(left, #71496a 0, #406ba4 100%);
    background: linear-gradient(to right, #71496a 0, #406ba4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#71496a', endColorstr='#406ba4', GradientType=1);
    background-position: inherit !important
}

.store .cl-4 {
    background: #3b6eaa;
    background: -moz-linear-gradient(left, #3b6eaa 0, #3572b1 100%);
    background: -webkit-linear-gradient(left, #3b6eaa 0, #3572b1 100%);
    background: linear-gradient(to right, #3b6eaa 0, #3572b1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b6eaa', endColorstr='#3572b1', GradientType=1);
    background-position: inherit !important
}

.store .btn {
    padding: 5px 10px !important;
    border: 0
}

.store .btn span {
    display: none
}

 

.footer-links__title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px
}

.footer-newsletter__title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px
}

.footer-links__list a {
    font-size: 12px
}

.site-footer__mid {
    padding: 0 0 50px
}

.footer-newsletter__form .form-control {
    font-size: 12px;
    border: 0;
    border-radius: 0
}

.footer-newsletter__form-button {
    background: 0;
    border: 1px solid #333;
    border-radius: 0;
    font-size: 12px;
    color: #333;
    font-weight: 400
}

.site-footer__copyright {
    font-size: 12px !important;
    width: 100% !important;
    text-align: center;
    color: #fff;
}

.block-header__arrow svg {
    width: 20px;
    height: 35px
}

.block-header__arrow {
    width: auto !important;
    height: auto !important
}

.indicator__button:hover {
    color: #1c1b17 !important
}

.footer-newsletter__social-link--facebook a:hover {
    background: #3c5a99;
    color: #fff
}

.footer-newsletter__social-link--twitter a:hover {
    background: #00a2e8;
    color: #fff
}

.footer-newsletter__social-link--youtube a:hover {
    background: #e52e2e;
    color: #fff
}

.footer-newsletter__social-link--instagram a:hover {
    background: #815dc7;
    color: #fff
}

.footer-newsletter__social-link--linkdin a:hover {
    background: #0e76a8;
    color: #fff
}

.footer-newsletter__social-link--pintrest a:hover {
    background: #c8232c;
    color: #fff
}
.site-footer__bottom {
    border: 0px;
    height: auto;
    padding: 5px 0;
    background: #008dd2;
    margin-bottom: 15px;
}
 
.home-scroll-banner {
    max-height: calc(100vh - 124px);
}

.banner-caption {
    position: absolute;
    left: 0;
    bottom: calc(50% - 125px);
    width: 100%;
    height:250px !important;
    
}
.banner-caption-cntr{
     position: relative;
     z-index: 2;
}
.banner-caption-cntr::after {
    content:"";
    position: absolute; 
        z-index: -1;
    width: 100%;
    height: 60%;
    left: 0;
    top: 40px;
    background: rgba(0,141,210,.6);
    
}

.wth-out-popular .banner-caption-cntr::after { 
       height: calc(100% + 40px);
    left: 0;
    top: -40px; 
    
}

 
.banner-caption .banner-title { 
    font-weight: 200;
    font-size: 36px;
    margin-top: 100px;
    margin-bottom: 0;
    color: #fff;
    text-align: right;
    line-height: 24px
}

.banner-caption .banner-text {
    font-weight: 600;
    color: #fff;
    font-size: 58px;
    text-align: right
     
}

.banner-caption .banner-button {
    text-align: left
}

.home-scroll-banner .container {
    position: relative;
    height: 100%
}


.popular-cntr {
    position: relative;
    /*top: -110px;*/
}
.popular-cntr::after{
    content:"";
    position: absolute;
    left:0px;
    top: 60px;
    width: 100%;
    height: calc(100% - 60px);
    background:rgba(0,0,0,.3);
    opacity:0;
    z-index:-1;
}
.home-scroll-banner h3 {
   color: #fff;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    
    padding: 5px 0;
    display: inline-block; 
    position: absolute;
   /* width:50%;*/
    top: 95px;
    left: -10%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    letter-spacing: 3px;
}




.index-banner .carousel .cntrol {
    z-index: 10;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
}
.index-banner .carousel .carousel-control-prev {
     left:30px;
}
.index-banner .carousel .carousel-control-next {
    right:30px;
}
.carousel-item .pagination {
    opacity: 0;
    transition: opacity 4s;
}
.carousel-item.active .pagination {
    opacity: 1; 
}
/********* anmaton ***********/
.home-scroll-banner img{  
  animation: slideShow 30s linear infinite 0s;
  -o-animation: slideShow 30s linear infinite 0s;
  -moz-animation: slideShow 30s linear infinite 0s;
  -webkit-animation: slideShow 30s linear infinite 0s;
}
/* keyframes*/

@keyframes 
slideShow {  0% {
 
 transform:scale(1);
 -ms-transform:scale(1);
}
 5% {
 
}
 25% {
 
}
 30% {
 
 transform:scale(1.1);
 -ms-transform:scale(1.1);
}
 100% {
 
 transform:scale(1);
 -ms-transformm:scale(1);
}
}
 @-o-keyframes 
slideShow {  0% {
 
 -o-transform:scale(1);
}
 5% {
 
}
 25% {
 
}
 30% {
 
 -o-transform:scale(1.1);
}
 100% {
 
 -o-transformm:scale(1);
}
}
 @-moz-keyframes 
slideShow {  0% {
 
 -moz-transform:scale(1);
}
 5% {
 
}
 25% {
 
}
 30% {
 
 -moz-transform:scale(1.1);
}
 100% {
 
 -moz-transformm:scale(1);
}
}
 @-webkit-keyframes 
slideShow {  0% {
 
 -webkit-transform:scale(1);
}
 5% {
 
}
 25% {
 
}
 30% {
 
 -webkit-transform:scale(1.1);
}
 100% {
 
 -webkit-transformm:scale(1);
}
}

/********* end anmaton *************/

/* fixed image */
.fixed-logo .banner-form {
  margin: 0px;
}
.banner-form a {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.banner-form a i {
  color: #ea2127;
  font-size: 24px;
}
.fixed-logo {
  position: fixed;
  right: -400px;
  top: 220px;
  width: 400px;
  z-index: 5;
  transition: 1s;
}
.fixed-logo.active {
  right: 0px;
  transition: 1s;
      width: 347px;
}
.fixed-logo h2 {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.fixed-logo p {
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.fixed-logo-close {
  position: absolute;
  left: -95px;
  top: 45%;
  z-index: 99;
  width: 150px;
  height: 40px;
  padding: 10px;
  background: #404041;
  color: #fff !important;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  border-radius: 15px 15px 0 0;
  cursor: pointer;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.fixed-logo-close:hover {
  background: #ea0a2a;
  color: #fff !important;
}
 .banner-form.active {
     overflow: scroll;
  width: 330px;
  height: 500px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
  -ms-transform: scale(1);
  /* IE 9 */
  
  -webkit-transform: scale(1);
  /* Safari 3-8 */
  
  transform: scale(1);
}
.banner-form {
  background: #fff;
  padding: 20px;
  margin: 50px auto 0px;
  border-radius: 25px;
  max-width: 330px;
  position: relative;
  width: 0px;
  height: 0px;
  visibility: hidden;
  opacity: 0;
  transition: transform .5s;
  -ms-transform: scale(0);
  /* IE 9 */
  
  -webkit-transform: scale(0);
  /* Safari 3-8 */
  
  transform: scale(0);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  text-align: left;
}
.banner-form h3 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center; 
  line-height: 20px;
}
.banner-form .form-control {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
}
.banner-form .form-control,
.banner-form textarea:focus,
.banner-form input[type="text"]:focus,
.banner-form input[type="password"]:focus,
.banner-form input[type="datetime"]:focus,
.banner-form input[type="datetime-local"]:focus,
.banner-form input[type="date"]:focus,
.banner-form input[type="month"]:focus,
.banner-form input[type="time"]:focus,
.banner-form input[type="week"]:focus,
.banner-form input[type="number"]:focus,
.banner-form input[type="email"]:focus,
.banner-form input[type="url"]:focus,
.banner-form input[type="search"]:focus,
.banner-form input[type="tel"]:focus,
.banner-form input[type="color"]:focus,
.uneditable-input:focus {
  border: 1px solid #ccc !important;
  box-shadow: none;
  outline: 0 none;
}
.banner-form .btn {
  color: #fff;
  background: #008dd2;
  padding: 5px 10px;
  width: 150px; 
}
.banner-form .btn:hover {
  color: #fff;
  background: #066ea0;
}




.autocomplete-cntr {
    position: absolute;
    left: 0;
    top: 42px;
    width: 100%;
    z-index: 10;
    background: #fff;
    padding: 20px;
    max-height: 300px;
    box-shadow: 0 2px 11px rgba(0, 0, 0, .1)
}

.auto-list img {
    float: left;
    margin-right: 10px;
    position: relative;
    top: -5px
}

.auto-list h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 5px;
    color: #333
}

.auto-list p {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    color: #666
}

.autocomplete-cntr hr {
    margin: 5px 0
}

.auto-list svg {
    float: left;
    margin: 10px 20px;
    position: relative;
    top: -3px
}

.auto-list:hover h4 {
    color: #008dcf
}

.main-contact-icon-right-sd {
    position: fixed;
    right: 20px;
    top: 150px;
    z-index: 99
}

.main-contact-icon-right-sd:before {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #c5c5c5;
    right: 0;
    z-index: 0
}

.main-contact-icon-right-sd .call-right:before,
.main-contact-icon-right-sd:before {
    margin: 0 auto;
    left: 0;
    display: inline-block;
    content: ""
}

.main-contact-icon-right-sd .call-right {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 3px;
    background: url(../images/icon/call-icon.png) center center no-repeat #1569a8;
    z-index: 1;
    margin: 20px 0;
    cursor: pointer
}

.main-contact-icon-right-sd .mail-right {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 3px;
    background: url(../images/icon/mail-icon.png) center center no-repeat #25d366;
    z-index: 1;
    margin-bottom: 20px;
    cursor: pointer
}

.main-contact-icon-right-sd .call-right:before {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #c5c5c5;
    border-radius: 50px;
    top: -20px;
    right: 0;
    z-index: 0
}

.main-contact-icon-right-sd .slide-left {
    position: absolute;
    background: #fff;
    width: 0;
    height: 42px;
    right: 40px;
    top: 0;
    font-size: 13px;
    line-height: 15px;
    color: #161515;
    padding: 13.5px 15px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: 0;
    opacity: 0;
    overflow: hidden;
    border: 1px solid #166aa8;
    transition: ease-in-out 1s
}

.main-contact-icon-right-sd .mail-right .slide-left {
    border-color: #0e0e0e
}

.main-contact-icon-right-sd .mail-right:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #c5c5c5;
    border-radius: 50px;
    bottom: -20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: inline-block;
    z-index: 0
}

.main-contact-icon-right-sd .quick-contact span {
    opacity: 0;
    display: none;
}

.main-contact-icon-right-sd .quick-contact:hover .slide-left {
    opacity: 1;
    transition: ease-in-out 1s;
    width: 150px
}


.main-contact-icon-right-sd .quick-contact:hover .slide-left span {
    opacity: 0 /*1*/;
    transition: ease-in-out 3s;
    width: 150px
}

.offers .block-products-carousel__cell {
    padding: 8px
}

@keyframes shrink {
    0% {
        color: #fff;
        transform: scale(1.5)
    }
    100% {
        transform: scale(1);
        color: #fff
    }
}

@keyframes grow {
    0% {
        transform: scale(1);
        color: #fff
    }
    100% {
        transform: scale(1.5);
        color: #fff;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
        opacity: 1
    }
}

.animate {
    transform: translate3d(0, 0, 0);
    perspective: 1000;
    -webkit-filter: blur(.3px);
    -moz-filter: blur(.3px);
    -o-filter: blur(.3px);
    -ms-filter: blur(.3px);
    filter: blur(.3px);
    opacity: .5;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    transform-origin: center left
}

.animate--shrink,
.pagination .slick-current>span {
    animation-duration: 1s;
    animation-name: shrink;
    animation-timing-function: "linear"
}

.animate--grow,
.no-js .pagination .slick-item:nth-child(2)>span,
.pagination .slick-current+.slick-slide>span {
    animation-duration: 1s;
    animation-timing-function: "linear";
    animation-name: grow
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    touch-callout: none;
    user-select: none;
    touch-action: pan-y;
    tap-highlight-color: transparent;
    height: 310px;
    margin-left: 75px;
    margin-top: -50px;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 0;
    outline: 0
}

.slick-vertical .slick-slide:focus,
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide::selection {
    outline: none !important;
    border: 0 !important;
    box-shadow: none
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-current {
    position: relative
}

.pagination .slick-slide {
    overflow: hidden;
    padding: 20px 0
}

.pagination [aria-hidden] {
    transition: 1s
}

.pagination .slick-current>span {
    box-sizing: border-box;
    display: block
}

.no-js .pagination .slick-item:nth-child(2)>span {
    padding: 1em
}

.pagination-item {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
   /* text-transform: uppercase*/
   text-align:left;
}

.pagination-item a {
    color: #fff;
    text-decoration: none
}

.pagination-item a:hover {
    color: #fff;
    text-decoration: underline
}

.inner-header {
    border-top: 3px solid #008dd2
}

.inner-header .site-header {
    background: url("../images/patt-top.png") no-repeat #f7f7f7;
    background-position: top left;
    background-size: auto 75px
}

.inner-header .nav-panel--stuck .nav-links__item-link {
    color: #fff
}

.inner-header .site-header__search::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-top: 42px solid transparent;
    border-right: 25px solid #fff;
    border-bottom: 0 solid transparent;
    top: 0;
    left: 0;
    border: 1px solid #ccc;
    transform: skew(-20deg)
}

.inner-header .site-header__search::after {
    content: "";
    display: none
}

.inner-header .indicator__area2 {
    color: #1c1b17
}

.inner-header .indicator__area2 i.fa-user {
    border: 1px solid #008dd2
}

.inner-header .indicator__area2 i {
    color: #008dd2
}

.inner-header .indicator__button {
    color: #008dd2
}

.inner-header .indicator__value {
    background: #008dd2;
    color: #fff
}

.inner-header .site-header__nav-panel {
    background: #008dd2
}

.inner-header .nav-links__item-link {
    color: #fff
}

.inner-header .nav-links__item--hover .nav-links__item-link {
    color: inherit
}

.inner-header .site-header__search {
    background: 0
}

.inner-header .nav-links__item--hover .nav-links__item-body {
    background: 0
}

.inner-header .search__border {
    box-shadow: none !important
}

.inner-header .nav-links__item--hover .nav-links__item-arrow {
    fill: #008dd2
}

.inner-body .block {
    margin-bottom: 40px
}
.hykon-gallery .owl-carousel .owl-stage { 
    margin: 0px auto;
}

.hykon-product-view .input-radio-label {
    margin-top: 10px
}

.hykon-product-view .input-radio-label .product__option-label {
    margin-top: 10px
}

.hykon-product-view .input-radio-label__list span {
    border-radius: 0;
    border: 2px solid #f0f0f0;
    background: #FFF;
    height: auto;
}

.hykon-product-view .input-radio-label__list span:hover {
    border: 2px solid #008dd2
}

.hykon-product-view .input-radio-label__list input:checked~span {
    border: 2px solid #008dd2
}

.hykon-product-view .product-tabs__content {
    padding: 40px 0 0 !important
}

.del-policy h4 {
    font-size: 16px;
    color: #008dd2;
    padding: 5px 0;
    position: relative;
    margin-bottom: 20px
}

.del-policy h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;
    height: 4px;
    background: #008dd2
}

.del-policy p {
    margin-bottom: 10px;
    color: #333;
    font-weight: 600
}

.del-policy p i {
    color: #e77315
}

.del-policy {
    padding: 20px 0 0px; 
}

.pincode {
    padding: 15px 0
}

.pincode p {
    margin-bottom: 10px;
    color: #333;
    font-weight: 600
}

.loc-pont {
    border: 1px solid #999;
    display: inline-block;
    padding: 5px 10px
}

.loc-pont input {
    border: 0;
    width: 60px
}

.price-cnre {
    text-align: center
}

.price-cnre p {
    color: #aaa;
    font-size: 16px;
    margin: 0 0 10px
}

.price-cnre h5 {
    color: #e77315;
    font-weight: 800;
    font-size: 14px
}

.price-cnre span {
    color: #aaa;
    font-size: 14px
}

.price-cnre .product__prices {
    font-size: 30px;
    margin: 20px 0
}

.price-cnre .btn-cntr {
    margin: 0 0 15px
}

.price-cnre .btn-primary {
    border: 0;
    border-radius: 0;
    background: #008dd2;
    font-size: 16px;
    padding: 15px 0;
    height: auto;
    position: relative;
    margin: 0 auto;
    color: #fff !important;
    text-transform: uppercase;
    min-width: 135px;
    transform: 1s
}

.price-cnre .btn-primary::after {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 0;
    height: 0;
    transform: 1s;
    border-top: 46px solid transparent;
    border-right: 20px solid #008dd2;
    border-bottom: 0 solid transparent
}

.price-cnre .btn-primary::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-left: 20px solid #008dd2;
    border-bottom: 46px solid transparent;
    transform: 1s
}

.price-cnre .btn-primary:hover {
    background: #1da5e7
}

.price-cnre .btn-primary:hover::after {
    border-right: 20px solid #1da5e7
}

.price-cnre .btn-primary:hover::before {
    border-left: 20px solid #1da5e7
}

.price-cnre .btn-primary.btn-clr-2 {
    background: #e77315
}

.price-cnre .btn-primary.btn-clr-2::after {
    border-right: 20px solid #e77315
}

.price-cnre .btn-primary.btn-clr-2::before {
    border-left: 20px solid #e77315
}

.price-cnre .btn-primary.btn-clr-2:hover {
    background: #ee8128
}

.price-cnre .btn-primary.btn-clr-2:hover::after {
    border-right: 20px solid #ee8128
}

.price-cnre .btn-primary.btn-clr-2:hover::before {
    border-left: 20px solid #ee8128
}

.prd-dtl-cntr .product-tabs__item {
    border: none !important;
    position: relative;
    background: 0
}

.prd-dtl-cntr .product-tabs__item span {
    position: relative;
    z-index: 2
}

.prd-dtl-cntr .product-tabs__item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: skew(-20deg);
    background: #e1e1e1;
    z-index: 0
}

.prd-dtl-cntr .product-tabs__item--active,
.prd-dtl-cntr .product-tabs__item--active:hover {
    background: none !important;
    border: 0;
    color: #fff
}

.prd-dtl-cntr .product-tabs__item--active::after,
.prd-dtl-cntr .product-tabs__item--active:hover ::after {
    background: #008dd2
}

.rel-prd-cntr .product-card__info .product-card__name {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    text-align: left;
    margin-bottom: 10px
}

.rel-prd-cntr .product-card__info .buy-now {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    padding: 0;
    border-bottom: 3px solid #239dd8
}

.rel-prd-cntr .product-card::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 1px #ededed inset;
    box-shadow: 0 0 0 1px #ededed inset;
    -webkit-transition: -webkit-box-shadow .2s;
    transition: -webkit-box-shadow .2s;
    transition: box-shadow .2s;
    transition: box-shadow .2s, -webkit-box-shadow .2s
}

.rel-prd-cntr .product-card:hover::before {
    box-shadow: none;
    box-shadow: 0 0 11px rgba(0, 0, 0, .1)
}

.rel-prd-cntr .block-products-carousel__cell {
    padding: 8px
}

.rel-prd-cntr .block-header__title {
    transform: skew(-20deg);
    background: #008dd2;
    padding: 7px 15px;
    color: #fff
}

.rel-prd-cntr .block-header__title span {
    transform: skew(20deg);
    display: block
}

.rel-prd-cntr .block-header__arrow {
    border-radius: 50%;
    background: #008dd2;
    width: 35px !important;
    height: 35px !important;
    fill: #fff
}

.rel-prd-cntr .block-header__arrow svg {
    width: 20px;
    height: 20px
}

.rel-prd-cntr {
    position: relative
}

.rel-prd-cntr .block-header__arrows-list {
    position: absolute;
    right: 0;
    top: 0
}

.page-header__breadcrumb {
    padding-top: 35px !important
}

.page-header__container {
    padding-bottom: 60px !important
}

.hykon-product-view .product__option {
    margin-bottom: 5px
}

.hykon-product-view .product-tabs__item {
    padding: 10px 35px
}
.hykon-product-view .product__description {
    margin-bottom: 10px;
}
.hykon-product-view .social-cntr {
    margin-bottom: 10px;
}




.call-action {
    background: #333;
    padding: 50px 0;
    margin: 0;
    position: relative;
    z-index: 1;
}

.call-action h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 15px 0
}

.call-action a {
    color: #fff !important;
    padding: 5px 15px;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px
}

.call-action a:hover {
    color: #239dd8 !important;
    border: 1px solid #239dd8
}

.product-cat {
    padding: 10px;
    background: #fff;
    width: calc(100% - 16px);
    margin: 0 8px
}

.product-cat a.product-btn {
    float: left;
    width: 50%;
    background: #fff;
    font-size: 14px;
    text-align: left;
    padding: 5px;
    color: #000;
    font-weight: 600
}

.product-cat a.product-btn img {
    width: 100%
}

.product-cat .block-header {
    margin-bottom: 10px
}

.product-cat .block-header h3.block-header__title {
    text-align: center;
    width: 100%;
    font-size: 24px
}

.product-cat a.more-btn {
    color: #e00715;
    text-align: center
}

.product-cat p {
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 5px 0 0;
    text-align: center
}

.offer {
    border: 1px solid #ccc;
    padding: 35px 25px;
    background: #fff;
    margin: 0 8px
}

.offer h3 {
    font-size: 24px;
    color: #000
}

.offer p {
    font-size: 15px;
    color: #000
}

.offer img {
    float: right;
    margin-left: 15px
}

.top-cat {
    padding: 10px;
    background: #fff;
    width: calc(100% - 16px);
    margin: 0 8px
}

.top-cat .block-header h3.block-header__title {
    text-align: center;
    width: 100%;
    margin: 20px 0;
    font-size: 24px
}

.top-cat .product-card__image img {
    max-width: 100%;
    display: block;
    position: absolute;
    max-height: 290px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.top-cat a.more-btn {
    color: #e00715
}

.top-cat p {
    border-top: 1px solid #ccc;
    margin: 0;
    padding: 5px 0 0;
    text-align: right
}

.owl-stage .container {
    position: relative;
    height: 100%
}

.login-bg {
    background: #ffffff;
    text-align: center;
}

.login-popup h3 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin: 10px 0 0
}

.login-popup .new-user-btn {
    color: #e00715 !important;
    cursor: pointer
}

.login-popup .new-user-btn:hover {
    text-decoration: underline !important
}

.login-popup .close {
    position: absolute;
    z-index: 10;
    font-size: 30px;
    color: #fff;
    opacity: 1;
    right: -25px;
    top: 0
}

.or {
    position: relative;
    text-align: center;
    color: #333;
    font-weight: 600
}

.or span {
    color: #333;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    padding: 10px;
    text-align: center;
    line-height: 50px;
    position: relative;
    z-index: 2
}

.or::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
    z-index: 1
}

.social-log {
    text-align: center
}

.social-log a {
    margin: 0 15px;
    font-size: 24px
}

.social-log a i {
    padding-bottom: 10px;
    border-bottom: 3px solid #ccc;
    width: 30px
}

.social-log a .fa-facebook-f {
    color: #3b5998
}

.social-log a .fa-twitter {
    color: #00acee
}

.social-log a .fa-google-plus-g {
    color: #dd4b39
}

.social-log a:hover .fa-facebook-f {
    color: #3b5998;
    border-bottom: 3px solid #3b5998
}

.social-log a:hover .fa-twitter {
    color: #00acee;
    border-bottom: 3px solid #00acee
}

.social-log a:hover .fa-google-plus-g {
    color: #dd4b39;
    border-bottom: 3px solid #dd4b39
}

.field-icon {
    float: right;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    right: 5px
}

.sticky {
    position: sticky;
    top: 64px;
    bottom: 0;
    z-index: 2;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.contact-us__container .table {
    font-size: 14px
}

.load-pop-bg {
    background: url("../images/banners/banner-1.jpg");
    text-align: center;
    background-size: cover
}

.load-pop-bg h3 {
    font-size: 18px
}

.load-pop-form {
    font-size: 14px !important
}

.load-pop-form .btn-primary {
    border: 2px solid #333;
    border-right: 10px solid #333;
    border-radius: 0;
    background: 0;
    font-size: 14px;
    padding: 7px 40px;
    height: auto;
    position: relative;
    margin: 0 auto;
    transition: .3s;
    color: #333
}

.load-pop-form .btn-primary::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-right: 23px solid #333;
    border-bottom: 0 solid transparent;
    transition: .3s
}

.load-pop-form .btn-primary:hover {
    border: 2px solid #f5f5f5;
    border-right: 10px solid #f5f5f5;
    background: #333;
    color: #fff !important
}

.load-pop-form .btn-primary:hover::after {
    border-right: 23px solid #f5f5f5
}

.left-filter .widget-filters__title.widget__title {
    position: relative;
    z-index: 0;
    color: #fff
}

.left-filter .widget-filters__title.widget__title::after {
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    background: #008dd2;
    z-index: -1;
    padding: 20px
}

.prd-filt-list .product-card:hover {
    margin: 0 !important
}

.prd-filt-list .product-card__name {
    text-transform: capitalize;
    font-weight: 600
}

.prd-filt-list .product-card__prices {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0
}

.prd-filt-list .product-card__prices span {
  /*  color: #f22*/
}

.prd-filt-list .product-card__lpd {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 19px;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0;
    margin-bottom: 10px
}

.prd-filt-list .product-card__buttons {
    display: block !important;
    margin-top: 0;
    margin-bottom: 15px
}

.prd-filt-list .btn-primary {
    float: left;
    text-transform: uppercase;
    padding: 8px 9px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    height: 31px !important;
    position: relative;
    background: #008dd2 !important;
    border: none !important;
    border-radius: 0 !important
}

.prd-filt-list .btn-primary::before {
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-left: 10px solid #008dd2;
    border-bottom: 31px solid transparent
}

.prd-filt-list .btn-primary::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 31px solid transparent;
    border-right: 10px solid #008dd2;
    border-bottom: 0 solid transparent
}

[dir=ltr] .prd-filt-list .product-card__buttons>*+* {
    margin-left: 15px
}

.web-dis-none {
    display: none
}
.web-dis-block {
    display: block
}

.single-img-slide .owl-dots {
    display: none
}

.cat-list {
    position: relative;
    padding: 40px 0 80px;
}

.cat-list::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 90%;
    height: 100%;
    background: url("../images/cat-bg-patt.html")no-repeat #f7f9fd;
    background-position: right top;
    background-size: 200px auto;
    z-index: 0
}

.cat-list .row {
    position: relative;
    z-index: 1
}

.cat-list .product--layout--standard {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background: #f8f8f8;
    padding: 35px 15px;
}
.cat-list .product-gallery__featured {  
    box-shadow: none; 
}


.cat-list .block-banner__body {
    padding: 0 30px;
    text-align: left;
    position: unset;
}

.cat-list .block-banner__title {
    color: #254f8a;
    font-size: 40px;
  /*  text-transform: uppercase;
    margin-bottom: 50px;*/
    padding-top: 0px
}
.cat-list .block-banner__btn-cntr {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -55px;
}

.cat-list .block-banner__text {
    margin-bottom: 5px;
    padding-top: 0;
}

.cat-list .btn-primary {
    background: #259ee9;
    color: #fff !important;
    font-size: 14px;
    border-radius: 0;
    border: 1px solid #259ee9;
    line-height: 28px
}

.cat-list .btn-secondary {
    background: 0;
    color: #e98748 !important;
    font-size: 14px;
    border-radius: 0;
    border: 1px solid #e98748;
    line-height: 28px
}

.cat-list .btn-primary:hover {
    background: #fff;
    color: #259ee9 !important;
    border: 1px solid #259ee9
}

.cat-list .btn-secondary:hover {
    background: #e98748;
    color: #fff !important;
    border: 1px solid #e98748
}

.cat-list.list-rht::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 100%;
    background: url("../images/cat-bg-patt.html")no-repeat #f7f9fd;
    background-position: right top;
    background-size: 200px auto;
    z-index: 0
}

.history-head {
    position: relative;
    padding: 20px;
    background: #333;
    color: #fff;
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
    max-width: 300px;
    margin-bottom: -40px;
    top: -40px
}

.leadership-cntr {
    position: relative;
    background: #fff;
    text-align: left;
    /*margin-top: -100px;*/
    padding-bottom: 0 !important
}

.grid {
    max-width: 1300px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    padding: 0
}

.grid li {
    display: inline-block;
    max-width: 440px;
    margin: 0;
    padding: 20px;
    text-align: left;
    position: relative
}

.grid figure {
    margin: 0;
    position: relative
}

.grid figure img {
    max-width: 100%;
    display: block;
    position: relative
}

.grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: #008dd2;
    color: #fff
}

.grid figcaption h3 {
    margin: 0;
    padding: 0;
    color: #fff
}

.grid figcaption span:before {
    content: 'by '
}

.grid figcaption a {
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    background: #fff;
    color: #008dd2
}

.cs-style-1 figcaption {
    height: 100%;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -moz-transition: -moz-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s
}

.no-touch .cs-style-1 figure:hover figcaption,
.cs-style-1 figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
    -ms-transform: translate(15px, 15px);
    transform: translate(15px, 15px)
}

.cs-style-1 figcaption h3 {
    margin-top: 70px
}

.cs-style-1 figcaption span {
    display: block
}

.cs-style-1 figcaption a {
    margin-top: 30px
}

.ser-poin {
    position: relative;
    padding: 80px 0
}

.ser-poin iframe {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

.ser-poin-list {
    overflow-x: auto;
    height: 300px
}

.ser-poin .btn-primary {
    border: 2px solid #333;
    border-right: 10px solid #333;
    border-radius: 0;
    background: 0;
    font-size: 14px;
    padding: 7px 40px;
    position: relative;
    margin: 0 auto;
    transition: .3s;
    color: #333
}

.ser-poin .btn-primary::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-right: 23px solid #333;
    border-bottom: 0 solid transparent;
    transition: .3s
}

.ser-poin .btn-primary:hover {
    border: 2px solid #f5f5f5;
    border-right: 10px solid #f5f5f5;
    background: #333;
    color: #fff !important
}

.ser-poin .btn-primary:hover::after {
    border-right: 23px solid #f5f5f5
}

.ser-poin .card {
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.store-list-num {
    padding: 11px 20px;
    background: #008dd2;
    float: left;
    color: #fff
}

.wish-list-cntr .btn-primary {
    border: 2px solid #333;
    border-right: 10px solid #333;
    border-radius: 0;
    background: 0;
    font-size: 14px;
    padding: 7px 40px;
    position: relative;
    margin: 0 auto;
    transition: .3s;
    color: #333;
    height: auto
}

.wish-list-cntr .btn-primary::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 33px solid transparent;
    border-right: 23px solid #333;
    border-bottom: 0 solid transparent;
    transition: .3s
}

.wish-list-cntr .btn-primary:hover {
    border: 2px solid #f5f5f5;
    border-right: 10px solid #f5f5f5;
    background: #333;
    color: #fff !important
}

.wish-list-cntr .btn-primary:hover::after {
    border-right: 23px solid #f5f5f5
}

.wishlist__product-name {
    color: #008dd2
}

.wish-list-cntr .wishlist__head {
    background: #008dd2;
    font-size: 15px;
    color: #fff
}

.cart-cntr .btn-primary {
    border: 2px solid #333;
    border-right: 10px solid #333;
    border-radius: 0;
    background: 0;
    font-size: 14px;
    padding: 8px 40px;
    position: relative;
    margin: 0 auto;
    transition: .3s;
    color: #333;
    height: 38px
}

.cart-cntr .btn-primary::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-right: 23px solid #333;
    border-bottom: 0 solid transparent;
    transition: .3s
}

.cart-cntr .btn-primary:hover {
    border: 2px solid #f5f5f5;
    border-right: 10px solid #f5f5f5;
    background: #333;
    color: #fff !important
}

.cart-cntr .btn-primary:hover::after {
    border-right: 23px solid #f5f5f5
}

.cart-check-cntr .btn-primary {
    border: 2px solid #333;
    border-right: 10px solid #333;
    border-radius: 0;
    background: 0;
    font-size: 14px;
    padding: 10px 40px;
    position: relative;
    margin: 0 auto;
    transition: .3s;
    color: #333;
    height: auto
}

.cart-check-cntr .btn-primary::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-right: 23px solid #333;
    border-bottom: 0 solid transparent;
    transition: .3s
}

.cart-check-cntr .btn-primary:hover {
    border: 2px solid #f5f5f5;
    border-right: 10px solid #f5f5f5;
    background: #333;
    color: #fff !important
}

.cart-check-cntr .btn-primary:hover::after {
    border-right: 23px solid #f5f5f5
}

.cart-cntr .cart-table__head {
    background: #008dd2;
    font-size: 15px;
    color: #fff
}

.cart-cntr .input-number__sub,
.cart-cntr .input-number__add {
    color: #fff;
    border: 0;
    background: #008dd2;
}

.cart-cntr .input-number .form-control {
    background: #008dd2;
    color: #fff;
    border: 0;
}

.cart-table__product-name {
    color: #008dd2
}

.login-cntr img {
    text-align: center;
    margin: 0 auto;
    max-width: 150px
}

.log-img-cntr {
    text-align: center;
    margin-bottom: 20px
}

.login-cntr .card-title {
    text-align: center;
    font-size: 24px
}

.login-cntr label {
    font-size: 13px
}

.login-cntr .form-control {
    font-size: 14px
}

.login-cntr .btn-primary {
    border: 2px solid #333;
    border-right: 10px solid #333;
    border-radius: 0;
    background: 0;
    font-size: 14px;
    padding: 7px 40px;
    position: relative;
    margin: 0 auto;
    transition: .3s;
    color: #333;
    height: 38px
}

.login-cntr .btn-primary::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-right: 23px solid #333;
    border-bottom: 0 solid transparent;
    transition: .3s
}

.login-cntr .btn-primary:hover {
    border: 2px solid #f5f5f5;
    border-right: 10px solid #f5f5f5;
    background: #333;
    color: #fff !important
}

.login-cntr .btn-primary:hover::after {
    border-right: 23px solid #f5f5f5
}

.login-cntr label a {
    font-size: 13px;
    color: #008dd2 !important
}

.check-out-cntr .btn-primary {
    border: 2px solid #333;
    border-right: 10px solid #333;
    border-radius: 0;
    background: 0;
    font-size: 14px;
    padding: 10px 40px;
    position: relative;
    margin: 0 auto;
    transition: .3s;
    color: #333;
    height: auto
}

.check-out-cntr .btn-primary::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-right: 23px solid #333;
    border-bottom: 0 solid transparent;
    transition: .3s
}

.check-out-cntr .btn-primary:hover {
    border: 2px solid #f5f5f5;
    border-right: 10px solid #f5f5f5;
    background: #333;
    color: #fff !important
}

.check-out-cntr .btn-primary:hover::after {
    border-right: 23px solid #f5f5f5
}

.js-tilt {
    transform-style: preserve-3d;
    transform: translateZ(20px)
}

.block-posts__slider-news .block-header__title {
    margin-bottom: 15px;
    font-size: 32px
}

.block-posts__slider-news {
    position: relative
}

.block-posts__slider-news .block-header__arrow {
    position: absolute;
    top: 0
}

.block-posts__slider-news .block-header__arrow--left {
    right: 40px
}

.block-posts__slider-news .block-header__arrow--right {
    right: 0
}

.block-posts__slider-news .post-card__read-more {
    font-size: 12px
}

.block-posts__slider-media .block-header__title {
    margin-bottom: 15px;
    font-size: 28px
}

.block-posts__slider-media {
    position: relative
}

.block-posts__slider-media .block-header__arrow {
    position: absolute;
    top: 0
}

.block-posts__slider-media .block-header__arrow--left {
    right: 40px
}

.block-posts__slider-media .block-header__arrow--right {
    right: 0
}

.block-posts__slider-media .post-card__read-more {
    font-size: 12px
}

.site__footer {
    position: relative;
    z-index: 1;
}


/*************  warranty  ***************/
.warranty-banner{
    position:relative;
    margin-top:-200px;
    background:#333;
    padding:25px;
    max-width:500px;
}

.warranty-banner h2{
    font-size:36px;
    color:#fff;
}
.warranty-banner p{
    font-size:18px;
    color:#fff;
    font-weight:200;
}

.warranty-form h3{
    color:#333;
    font-size:18px;
}
.warranty-form hr{
    margin:30px 0;
}
.warranty-form h4{
    color:#333;
    font-size:14px;
    margin-bottom:20px;
}
.warranty-form .form-control{
    margin-bottom:25px;
}

.warranty-form .form-check-label{
    font-size:12px;
}

.warranty-form .form-check-input{
    margin-top: 6px;
}

/********* event  ************/
.event-banner-bg{
    background:#f5f5f5;
}
.event-det .nav-link.active{
    background:none;
    border-radius:10px 10px 0 0;
    border:1px solid #ccc;
    border-bottom:none;
    color:#333;
}
.event-det .nav{
    border-bottom:1px solid #ccc;
}
.event-det p {
    line-height:24px;
}



.enquiries__form {
    position: sticky;
    top: 140px;
}
.enquiries__form, .office_location {
    margin: 40px 0;
}

.contact-form-wrapper {
    margin-top: 15px;
}
.form-white-bg {
    padding: 1.3rem;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    transition: all .5s;
}

.header_top h3, .contact_left_list h3 {
    font-weight: 600;
    margin-bottom: 20px;
}

.enquiries__form form#fwork_contactform {
    transition: opacity 350ms ease, transform 350ms ease;
}

.enquiries__form .name-field {
    display: flex;
}

.enquiries__form .name-field .form-field {
    width: 50%;
    display: inline-block;
}

.enquiries__form .form-field {
    font-size: 0;
    position: relative;
    border-radius: 3px;
    border: solid 1px #ccc;
    clear: both;
    will-change: margin-bottom;
    margin-bottom: 9px;
    transition: margin-bottom .15s ease;
}

.enquiries__form .form-field .form-placeholder, .enquiries__form .form-field [class^=icon-], .enquiries__form .form-field .fa {
    position: absolute;
}
.enquiries__form .form-field [class^=icon-], .enquiries__form .form-field .fa {
    top: 18px;
    left: 12px;
    color: #ccc;
    font-size: 1.5rem;
}

.enquiries__form .form-field input, .enquiries__form .form-field select, .enquiries__form .form-field textarea {
    width: 100%;
    padding: 20px 10px 20px 46px;
    color: #4d4d4d;
    font-size: 1rem;
    transition: top .2s ease, font-size .2s ease, padding .2s ease;
    border: none;
    border-radius: 2px;
    outline: 0;
}
.enquiries__form .button--block {
    width: 100%;
    background-color: #008dd2;
    border: none;
    padding: 1em;
    color: #fff;
    cursor: pointer;
    transition: 0.7s;
}



/************ cart ****************/

.cart-cntr{
    border:1px solid #f5f5f5;
}
 
.cart-cntr .cart-hd {
    background: #008dd2;
    font-size: 15px;
    color: #fff;
    padding: 5px;
     font-weight: 600;
        text-align: center;
            border: 1px solid #dee2e6;
}
.cart-cntr .cart-cnt {   
    padding: 10px;  
    border: 1px solid #dee2e6;
    min-height: 190px;
}

.cart-cntr .cart-cnt img {   
    max-width: 165px;
    margin: 0px auto;
    display: block;
}


.cart-cnt .input-number { 
    max-width: 120px; 
}

/*************  nav ************/
.menu__item-link{
    padding: 0 16px;
    line-height: 40px;
    font-size: 14px;
}
.menu__item-link:hover{
    background:rgba(255,255,255,0.5);
    color: #fff;
}
.menu__list .menu__item-link:hover {
    background: #f2f2f2;
    color: #4370b5;
}
 .nav-links__item {
    height: auto;
}


.messages-cntr .block-banner__title {
    padding-top: 10px; 0
}

.about-page img{
    margin: 0 0 0 25px;
}

/**********   acton  ****************/

.products-list[data-layout="list"] .product-card .product-card__buttons .btn {
         float: none;
    margin-bottom: 10px;
}
.products-list[data-layout="grid-3-sidebar"] .product-card .product-card__buttons .btn {
         float: left;
    margin: 5px 20px 0 0;
}
.products-list[data-layout^="grid-"] .product-card .product-card__features-list {
    display: block;
}

.menu__list .menu__item-link{
    font-size: 12px;
}
.menu__list {
    padding: 0;
}
.nav-links__list .menu{
    width: 250px;
}

/************* prd-det-tab ***************/

.prd-dtl-cntr .typography table {
  width:100% !important;
}
.prd-dtl-cntr .typography table tbody tr:nth-child(1)   {
  background:#008dd2;
}
.prd-dtl-cntr .typography table tbody tr:nth-child(1) p {
  margin:0px;
  line-height: 50px !important;
  color:#fff;
}

.prd-dtl-cntr .typography table tbody tr p {
  margin:0px;
  line-height: 50px !important;
  text-align:left !important
}
.news-fld label{
    font-size:12px;
}
.product-card__image a { 
    padding-bottom: 70%; 
}

/******** banner  **********/
.category-banner .carousel-caption.banner-caption{  
    left: 15%;
    right: 15%;
    bottom: 13%;
    width: auto;
    background: rgba(0,0,0,.5);
    padding: 0;
}
.category-banner .banner-caption .banner-title {
    font-size: 30px;
    margin-top: 0; 
   line-height: unset;
}
.category-banner .banner-caption .banner-text { 
    font-size: 44px; 
}


.nav-links__submenu--size--nl{
    width:auto;
}
.megamenu__links--level--1>.megamenu__item>a { 
    word-break: keep-all;
    white-space: nowrap;
}

/************** 30-10-2020 ************/
.product-gallery__carousel-item { 
    -webkit-box-shadow: 0 0 0 2px #4370b5 inset;
    box-shadow: 0 0 0 2px #4370b5 inset; 
}
.rel-prd-cntr .product-card::before { 
    box-shadow: 0 0 0 1px #fff inset; 
}
.filters-button__counter { 
    color: #ffffff;
}






.pesingle-left img {
    width: 100%;
}

.list-card__date {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    color: #39364F;
    font-size: 13px;
    line-height: 16px;
    height: 2em;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 20px 0 0;
}

.list-card__title {
    display: block;
    overflow: hidden;
    color: #1E0A3C;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    padding: 0;
    margin-top: 15px;
}

.pesingle-right {
    padding-left: 15px;
    border: 1px solid #dadee7;
    padding-top: 5px;
    padding-bottom: 13px;
    border-left: none;
    height: calc(100% - 31px);
}

.pesingle-left {
    height: 100%;
}

.h100 {
    height: 100%;
}

.btn-vw {
    display: block;
    text-align: center;
    color: #000;
    background-color: #008dd2;
    border: 1px solid #dadee7;
    font-size: 12px;
    text-transform: uppercase;
    padding: 6px 20px;
}

.btn-vw a {
    color: #fff;
}

.pe-list {
    margin-top: 40px;
}

.pe--row {
    margin-top: 30px !important;
}

.more_events {
    margin: 80px 0;
}

.mes-img img {
    width: 100%;
}

.list-card__title a {
    color: #000;
}

.btn-mes {
    margin: 20px 0 !important;
    display: inline-block;
}

.me-single {
    background-color: #fff;
    margin-top: 20px;
}

.me_detail {
    padding: 0 15px;
    border-left: 1px solid #dadee7;
    border-right: 1px solid #dadee7;
    padding-bottom: 15px;
}

.like_shr {
    display: flex;
    height: 60px;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #e9e9e9;
}

.like_shr .ls-item {
    padding: 14px 0;
}

.like_shr .ls-item i {
    font-size: 30px;
}

.evt-detail_hd {
    margin-bottom: 30px;
}

.bottom_s_pe-item {
    padding: 5px 10px;
    border-left: 1px solid #dadee7;
}

.bottom_s_pe {
    height: 31px;
    border-bottom: 1px solid #dadee7;
    display: flex;
    text-align: right;
    float: right;
    width: 100%;
    border-right: 1px solid #dadee7;
    justify-content: flex-end;
}

.me_s_pe {
    border-left: 1px solid #dadee7;
    background-color: #fff;
    border-top: 1px solid #dadee7;
}

/************  product view  ************/
.product-view-page h3 {
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #333;
}
.product-view-page .product__name {
    font-size: 30px;
}


.capacty-cntr .input-radio-label__list span { 
    border: 0px!important;
    background: #FFF;
    padding: 5px;
}
.hykon-product-view .del-policy {
    padding: 5px 0 0px;
}

.hykon-product-view .rel-prd-cntr .block-products-carousel__cell {
     padding: 0px; 
} 
.hykon-product-view .product-card__image {
    background: #f6f6f6; 
}
.hykon-product-view .product-card .product-card__info {
    padding: 0 !important;
}
.hykon-product-view .product-card__info .product-card__name {  
    text-align: center;
    padding: 0 10px 10px;
    background: #f5f5f5;
    margin: 0;
    color: #0095da;
}
.hykon-product-view .product-card__info .btn-cntr {  
    text-align: center;
    padding: 10px; 
    margin: 0;
}
.hykon-product-view .product-card__info .btn-cntr span {  
    text-decoration: line-through;
    font-size: 12px;
    color: #ccc;
    float: left;
    margin-top: 5px;
}
.hykon-product-view .product-card__info .btn-cntr .buy-now { 
    float: right; 
    border-bottom: 0px;
    font-size: 18px;
}
.hykon-product-view .rel-prd-cntr {
     position: unset;
}
.hykon-product-view .rel-prd-cntr .block-header__arrows-list { 
    top: calc(50% - 15px) ; 
}
.hykon-product-view .rel-prd-cntr .block-header__arrows-list .block-header__arrow--left { 
    display: none;
}
.hykon-product-view .rel-prd-cntr .block-header__arrow {
    border-radius: 50%;
    background:none;
    width: 35px !important;
    height: 35px !important;
    fill: #000;
}
.hykon-product-view .rel-prd-cntr .block-header__arrow--right { 
    position: relative;
    right: -20px;
}
.hykon-product-view .rel-prd-cntr .block-header__arrow svg {
    width: 30px;
    height: 30px;
}

/*.hykon-product-view .prd-dtl-cntr .typography table tbody tr:nth-child(1) {
    background: none;
}*/

.hykon-product-view .prd-dtl-cntr .typography table thead tr{
    background: #008dd2;
    color: #fff;
}

.hykon-product-view .owl-carousel .owl-item img {
     margin: auto;
    max-width: 100%;
   height: 100%;
}

 
.hykon-product-view .prd-dtl-cntr .typography table tr:first-child{
    background: #008dd2;
    color: #fff;
}

.hykon-list-view .product-card::before { 
    -webkit-box-shadow: 0 0 0 2px #d6d6d6 inset;
    box-shadow: 0 0 0 2px #d6d6d6 inset; 
}
.hykon-list-view .prd-filt-list .product-card__buttons { 
    margin: 10px 10px 0;
}
.hykon-list-view .products-list .product-card .product-card__image {
    padding: 10px;
}
.hykon-list-view .products-list .product-card .product-card__info {
    padding: 10px 10px 0;
}
.hykon-list-view .products-list .product-card .product-card__info span.offer-text {
    padding: 2px 5px;
    background-color: #008dd2;
    color: #fff;
    font-size: 12px; 
    float: left;
    width: 75px;
}
.hykon-list-view .products-list .product-card .product-card__info span.year-text { 
    color: #bdbdbd;
    font-size: 14px;   
}
.hykon-list-view .products-list .product-card .product-card__info span.old-text { 
    color: #bdbdbd;
    font-size: 14px;   
}
.hykon-list-view .products-list .product-card .product-card__info span.old-text span { 
    text-decoration: line-through;   
}

.hykon-list-view .prd-filt-list .product-card__name { 
    margin-top: 10px;
}



.hykon-list-view .prd-filt-list .product-card__prices {
      border-top: 0px;  
      border-bottom: 0px;  
      padding: 0;  
      margin-top: 5px;
      font-size: 18px;
}

.rating__star--active .rating__fill {
    color: #fdb933;
}

.filter__title {
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}
.widget-filters {
    border: 2px solid #d2d2d2; 
}

.product-view-2 .list-iteams-points{ 
 padding:0px;
 margin: 15px 0 30px;
}
.product-view-2 .list-iteams-points li {
    display: inline-block;
    list-style: circle;
    margin: 0 10px;
    color: #254f8a;
}
.product-view-2 .list-iteams-points li i {
    font-size: 12px;
}


.product-view-2 .list-iteams-icons{ 
 padding:0px;
 margin: 15px 0;
}
.product-view-2 .list-iteams-icons li {
    display: inline-block;
    list-style: circle;
    margin: 0 10px;
    color: #254f8a;
}
.product-view-2 .list-iteams-icons li p {
    font-size: 14px !important;
    color: #333;
    font-weight: 600;
    width: 150px;
}



.cat-list .block-banner__title span { 
    font-weight: 400; 
}
 

.cat-list .block-banner__body ul {
    margin: 0 0 15px;
    padding-left: 20px;
}
a .avaiable-capa{
    color: unset;
}
.avaiable-capa {
    box-shadow: 0 0 5px rgba(0,0,0,.5);
  /*  height: 100px;*/
    margin: 0 0 10px;
    padding: 5px;
}
/*.avaiable-capa span{
 background-color: #c7c7c7;
 padding: 5px;
 float: left;
 width: 50px;
 text-align: center;
 margin-right: 10px;
 color: #000;
 overflow: hidden;
    height: 100%;
}*/
.avaiable-capa span {
    font-weight:700;
   /* background-color: #c7c7c7;*/
    padding: 5px;
    float: none;
    /* width: 50px; 
    text-align: left;*/
    margin-right: 0;
    color: #333;
    overflow: hidden;
    /* height: 43px;*/
    display: block;
    font-size: 12px;
}

.avaiable-capa p{
 color: #0095da;
 font-size: 13px !important;
margin: 0;
}
.avaiable-capa h4{
 color: #254f8a;
 font-size: 24px;
 margin: 0;
}

.cat-list .owl-carousel .owl-stage{ 
    margin: 0px auto;
}


/***************  end new style   *****************/
.link-share{
        background: #25d366;
        display: inline-block;
    color: white;
    width: 30px;
    text-align: center;
    height: 30px;
    padding-top: 5px;
    cursor: pointer;
    border-radius: 3px;
}

.fb-share{
        background: #4267b2;
        display: inline-block;
    color: white;
    width: 30px;
    text-align: center;
    height: 30px;
    padding-top: 5px;
    cursor: pointer;
    border-radius: 3px;
}
.tw-share{
        background: #1da1f2;
         display: inline-block;
    color: white;
    width: 30px;
    text-align: center;
    height: 30px;
    padding-top: 5px;
    cursor: pointer;
    border-radius: 3px;
}
.tw-share a{
    color: white !important;
}



.pin-share {
    background: #e60023;
    display: inline-block;
    color: white;
    width: 30px;
    text-align: center;
    height: 30px;
    padding-top: 5px;
    cursor: pointer;
    border-radius: 3px;
}
#share{
        background: #ff0f0f;
}

.pin-share a{
    color: white !important;
}

.mobile-links--level--1 .mobile-links__item .mobile-links__item-link {
    padding: 13px 20px;
    text-transform: uppercase;
}
.mobile-hide{
    display:block;
}
.mobile-show{
    display:none;
}

.products-view__options {
    padding-bottom: 0px;
}


.pswp__img {
    position: absolute !important; 
}


@media(min-width:1920px) {
    
  

    
}

@media(max-width:1680px) {
    
      .domestic .container {
        max-width: 80%;
    }
    

    
}


@media(max-width:1450px) {
    .container {
        max-width: 1140px;
    }

.popular-cntr { 
    top: 0px;
}

.avaiable-capa { 
   /* height: 52px; */
}
.avaiable-capa span{    
 font-size: 12px;
}

.avaiable-capa p{ 
 font-size: 12px; 
}
.avaiable-capa h4{
 color: #254f8a;
 font-size: 18px;
 margin: 0;
}
 

}

@media(max-width:1150px) {
    .avaiable-capa p {
    font-size: 8px; 
}
.avaiable-capa h4 { 
    font-size: 14px; 
}
}
@media(max-width:991px) {
    
    
    .fixed-logo { 
    top: 150px !important; 
}
.banner-form h3 {
    font-size: 13px; 
    margin-bottom: 10px; 
}
    .mob-car-cnt{
     padding: 10px;  
            border: 1px solid #dee2e6; 
            margin-bottom: 15px;
}

.cart-cntr .cart-cnt {   
    padding: 10px;  
            border: 0px;
                min-height: unset;
}
.cart-cntr .cart-cnt { 
    text-align: left !important;
}
.cart-cntr .input-number .form-control {
    background: none;
    color: #666;
}

.cart-cntr .input-number__sub, .cart-cntr .input-number__add {
    color: #000;
}



    .index-banner {
        margin-top: 0
    }
    .index-banner .block-slideshow__body {
        height: auto
    }
    
    .home-scroll-banner {
        height: auto
    }
       .home-scroll-banner img {
        height: calc(100vh - 54px);
        object-fit: cover;
        /*width: auto !important;*/
    }
    .popular-cntr::after{ 
    opacity:1;
}
    .home-scroll-banner h3 {
    left: -48%;
    top: 200px;
    width: 100%;
}
    .index-banner .carousel .carousel-control-prev {
    left: 0;
}
.index-banner .carousel .carousel-control-next {
    right: 0;
}
    .pagination-item{
        font-size:11px;
    }
    .slick-slider {
        margin-left: 26px;
        margin-top: 26px
    }
    .banner-caption { 
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 15px 50px;
        z-index: 0
    }
      .banner-caption.wth-out-popular {  
        bottom: 35%;  
    }
    
    .banner-caption .banner-title {
        font-size: 30px;
        margin-top: 50px;
        text-align: left;
        line-height: 36px;
         background: rgba(0,141,210,.6);
         padding: 10px;
    }
    .banner-caption .banner-text {
        font-size: 24px;
        text-align: left;
         background: rgba(0,141,210,.6);
         padding: 10px;
    }
    .banner-caption .banner-button {
        text-align: left;
        margin-bottom: 50px
    }
    
   .banner-caption-cntr::after {
    height: 100px;
    left: 0;
    top: unset;
    bottom: 70px;
    display:none;
}
    
    
    
    .domestic .block-header__title {
        position: relative;
        left: 0;
        top: 0;
        padding: 15px;
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        width: auto;
        text-align: left;
        margin-bottom: 15px
    }
    .domestic .block-header__title.corporate {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        right: 0;
        left: inherit;
        top: 0
    }
    .block-posts__slider2 .block-header__arrow {
        top: 10px;
        background: 0;
        padding: 0 8px
    }
    .block-posts__slider2 .block-header__arrow--left2 {
        left: inherit;
        right: 40px;
             bottom: 0;
            top: unset;
    }
    .block-posts__slider2 .block-header__arrow--right2 {
        right: 10px;
             bottom: 0;
            top: unset;
    }
    .block-posts__slider2 .block-header__arrow--left {
        left: inherit;
        right: 40px;
            bottom: 0;
            top: unset;
    }
    .block-posts__slider2 .block-header__arrow--right {
        right: 10px;
         bottom: 0;
            top: unset;
    }
    .block-header__arrow svg {
        width: 10px;
        height: 35px
    }
    .inner-rht-space {
        padding-right: 0
    }
    .upadates h3 {
        font-size: 30px
    }
    .inner-lft-space {
        padding-left: 0
    }
    .ser-hm {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .upadates h2 {
        font-size: 20px
    }
    .upadates h2::after {
        width: 20%
    }
    .upadates h2::before {
        right: 20%;
        border-top: 25px solid transparent;
        border-right: 20px solid #fff
    }
    .upadates::after {
        display: none
    }
    .ser-hm::before {
        display: none
    }
    .ser-hm::after {
        display: none
    }
    .offers .block-header__group {
        font-size: 20px
    }
    .clients .owl-nav .owl-next {
        right: 0
    }
    .clients .owl-nav .owl-prev {
        left: 0
    }
    .clients .owl-nav button {
        font-size: 55px !important
    }
    .site__body {
        overflow: hidden;
        margin-top: 0px
    }
    .site__body.home-page {
        overflow: hidden;
       /* margin-top: -54px*/
    }
    .page-header__container {
        padding-bottom: 20px !important
    }
    .hykon-product-view .input-radio-label .product__option-label {
        width: 100%
    }
    .main-contact-icon-right-sd {
        right: 5px
    }
    .mobile-header__panel {
        background: #fff;
        z-index: 99
    }
    .login-popup .close {
        right: 5px;
            color: #4370b5;
    }
    .login-popup .new-user-btn {
    font-size: 14px;
}
.login-popup h3 { 
    
    font-weight: 600;
    margin: 10px  0;
}
    .mobile-header--stuck .mobile-header__panel {
        background: #fff
    }
    .messages-cntr .block-banner__body {
        margin-top: 0
    }
    .messages-cntr .block-banner__title {
        width: 100%;
        padding-top: 20px
    }
    .messages-cntr .block-banner__text {
        width: 100%
    }
    .messages-cntr {
        margin-bottom: 30px !important
    }
    .mob-dis-none {
        display: none
    }
    .mob-dis-block {
        display: block
    }
    .store .form-group {
        min-width: 100%
    }
    .store .btn span {
        display: inline
    }
    .store .btn {
        margin: 0 auto
    }
    .site-footer__mid {
        text-align: center
    }
    .site-footer {
        background-size: 77px 100px
    }
    .inner-mob-hd {
        background: #008dd2
    }
    .inner-body {
        margin: 0
    }
    .hykon-product-view .product-tabs__item {
        padding: 10px 12px;
        font-size:18px;
    }
    .call-action {
        padding: 30px 0
    }
    .call-action h3 {
        margin: 5px 15px 0;
        font-size: 16px
    }
    .call-action a {
        padding: 5px 5px;
        font-size: 11px
    }
    .footer-links {
        margin-top: 0
    }
    .price-cnre {
        text-align: left
    }
    .price-cnre .btn-primary::before {
        border-left: 15px solid #008dd2;
        right: -15px;
        border-bottom: 44px solid transparent
    }
    .price-cnre .btn-primary::after {
        border-right: 15px solid #008dd2;
        left: -15px;
        border-top: 44px solid transparent
    }
    .price-cnre .btn-cntr {
        float: left
    }
    .price-cnre .btn-primary {
        margin: 0 10px;
        min-width: 125px;
        font-size: 14px
    }
    .price-cnre .btn-primary.btn-clr-2::before {
        border-left: 15px solid #e77315;
        border-bottom: 44px solid transparent
    }
    .price-cnre .btn-primary.btn-clr-2::after {
        border-right: 15px solid #e77315;
        border-top: 44px solid transparent
    }
    .inner-body .block {
        margin-bottom: 50px
    }
    .prd-dtl-cntr .product-tabs__pane h3 {
        font-size: 22px
    }
    .rel-prd-cntr .block-header__arrow svg {
        width: 15px;
        height: 15px
    }
    .inner-body .view-options__control {
        margin-left: 10px;
    margin-right: 0;
    width: calc(44% - 10px);
        float: left
    }
    .mobile-header__logo img {
        width: 100px
    }
    .thumb-slider {
        display: none
    }
    .single-img-slide {
        padding-bottom: 30px
    }
    .single-img-slide .owl-dots {
        display: block;
        text-align: center;
        position: relative;
        bottom: -20px
    }
    .single-img-slide .owl-dots .owl-dot {
        border: 1px solid #ccc;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #ccc;
        margin: 2px
    }
    .single-img-slide .owl-dots .owl-dot.active {
        border: 1px solid #999;
        background: #999
    }
    .price-cnre p {
        float: left;
        margin: 0
    }
    .price-cnre h5 {
        margin: 3px 10px;
        float: left
    }
    .price-cnre span {
        float: left;
        width: 100%
    }
    .inner-body .page-header__breadcrumb {
        display: none
    }
    .inner-body .block-slideshow__body,
    .block-slideshow__slide {
        height: auto
    }
    .cat-list::after {
        width: 100%;
        background-position: right bottom
    }
    .cat-list .block-banner__body {
        padding: 0 30px;
        text-align: left;
        height: auto
    }
    .cat-list .block-banner__body {
        padding: 0 15px
    }
    .cat-list .block-banner__title {
        font-size: 30px;
        margin-bottom: 15px;
        padding-top: 25px;
        width: 100%
    }
    .cat-list .block-banner__text {
        margin-bottom: 25px;
        width: 100%
    }
    .cat-list .btn-primary,
    .cat-list .btn-secondary {
        padding: 5px 10px;
        margin-bottom: 15px
    }
    .cat-list {
        padding: 0 0 80px
    }
    .cat-list.list-rht::after {
        width: 100%
    }
    .cat-list .block-banner__btn-cntr { 
    bottom: -60px;
}
    .grid figcaption {
        position: relative;
        opacity: 1
    }
    .cs-style-1 figcaption h3 {
        margin-top: 0
    }
    .load-pop-bg {
        padding: 50px 0
    }
    .history-head {
        padding: 5px;
        font-size: 18px;
        max-width: 150px;
        margin-bottom: -20px;
        top: -20px
    }
    .content-title {
        font-size: 18px !important;
        font-weight: 600 !important
    }
    .ser-poin iframe {
        position: relative;
        top: 0;
        z-index: 0;
        width: 100%;
        height: 100%
    }
    .price-cnre .product__prices {
        float: left;
        width: 100%;
    }
    .leadership-cntr {
        margin-top: 0px;
    }
    .block-slideshow__body {
        height: auto;
    }
    .load-pop-bg h3 {
        font-size: 16px;
        text-align: left;
        padding: 0px 20px;
    }
    .load-pop-bg img {
        float: left;
        width: 100px;
        margin: 0px 20px;
    }
    .page-header__breadcrumb {
        padding-top: 15px !important;
    }
    .js-tilt {
        margin-bottom: 10px
    }
    .cart-cntr .btn-primary {
        padding: 6px 25px;
    }
    .cart-check-cntr .btn-primary {
        padding: 6px 25px;
    }
    .login-cntr .btn-primary {
        line-height: normal;
        padding: 8px 40px;
    }
    .loc-pont input {
        width: 100px
    }
    .ser-poin {
        padding: 0 0 20px;
    }
    .news-posts {
        margin-bottom: 35px;
    }
    .product-gallery__featured a {
        padding: 5px;
    }
    .owl-carousel .owl-item img {
        margin: 0px auto; 
    }
    .domestic .post-card__image img{
        max-width:100%;
    }
    .prd-for-mob p{
        font-size:13px;
    }
    .prd-for-mob h3{
        font-size: 18px;
    text-align: center;
    font-weight: 400;
    }
    .messages-cntr .count-title {
    font-size: 24px; 
}



/*********  6-7-20 ***************/
.block-finder__header {
    padding-top: 20px;
    padding-bottom: 0 ;
}

.hykon-wsh img{
    float: left;
    width: 100px;
    margin-right: 10px;
}
 .hykon-wsh .wishlist__column--price{
    text-align: left;
 }

.mob-btn-cntr{
    position: fixed;
    left: 0px;
    width: 100%;
    bottom: 0px; 
        padding: 15px 25px 0;
    z-index: 10;
    display: inline;
    background: #fff;
}
.select2-container { 
    width: 100% !important;
}

.banner-form { 
    max-width: 270px; 
}
.banner-form.active {
    width: 270px; 
}
.fixed-logo.active { 
    width: 280px;
}

.cart-cntr .input-number__sub, .cart-cntr .input-number__add { 
    background: none;
}
.cart-cnt .input-number { 
    border: 1px solid #ccc;
}


/*********** moble nav  *************/
.login-bg {  
    padding-top: 50px;
}

.domestic .container {
    max-width: 95%;
}
.view-options__divider{
    display: none;
}
.view-options__control label{
    float: left;
    color: #fff;
}
.view-options__control div{
    float: left;
}
.view-options--offcanvas--mobile{ 
    background: #4370b5;
    padding: 10px;
}

.inner-nav .mobile-header__menu-button { 
    fill: #4370b5; 
}
.inner-nav .indicator__button { 
    color: #4370b5; 
}
.inner-nav .indicator__value { 
    background: #4370b5;
    color: #ffffff; 
}

.inner-nav .indicator__button i{
        color: #4370b5!important;
}
.mobile-header__search-button { 
    fill: #4370b5;
}


.indicator__button { 
    color: #4370b5; 
}
.indicator__value { 
    background: #4370b5;
    color: #fff; 
}
.indicator__button i  { 
    color: #4370b5 !important; 
}
.mobile-header__menu-button { 
    fill: #4370b5; 
}

.home-scroll-banner .container { 
    height:calc(100vh - 54px) ;
}

.patt-banner { 
    width: 50px;
}

.top-pattern { 
    z-index: 99;
    width: 50px;
    top:54px;
}
.top-pattern img {  
    width: 100%;
}

.upadates .owl-carousel .owl-item img { 
    max-width: 100%;
}



.category-banner img{  
  /*  height:70vh; 
    object-fit: cover;
    width:auto;
    object-position: center;*/
    width:100%;
}

 
.category-banner .carousel-caption.banner-caption{  
    left: 15%;
    right: 15%;
    bottom: 20%;
    width: auto;
    background: rgba(0,0,0,.5);
    padding: 0;
}
.category-banner .banner-caption .banner-title {
    font-size: 24px;
    margin-top: 0; 
   line-height: unset;
   padding: 0;
}
.category-banner .banner-caption .banner-text { 
    font-size: 30px; 
    padding: 0;
}



.awa-list { 
    padding: 10px !important;  
    min-height: 260px;
}
.award-text {
    font-size: 12px!important;  
}

.awards .row .col-6:last-child { 
    max-width: 100%;
    flex: 0 0 100%;
}
 
.awards .row .col-6:last-child .awa-list {  
    min-height: unset;
}


.prd-filt-list .btn-primary { 
    padding: 8px 5px !important; 
}



.cat-list .product-gallery__carousel-item { 
    box-shadow: none;
    background: #c9c8c8;
}


.cat-list .thumb-slider {
    display: unset;
}
.cat-list .single-img-slide .owl-dots {
    display: none; 
}


.product-view-2 .list-iteams-icons li {
    display: inline-block;
    list-style: circle;
    margin: 0 10px;
    color: #254f8a;
    width: calc(50% - 20px);
    float: left;
}



/******* product view  **********/
.hykon-product-view .rel-prd-cntr .block-header__arrow--right { 
    right: 0px;
    z-index: 9;
}
 
.avaiable-capa span { 
    font-size: 12px;
    margin-right: 5px;
}
.avaiable-capa h4 { 
    font-size: 18px; 
}
.avaiable-capa p { 
    font-size: 12px; 
}
.cat-list .product__gallery { 
    background: #fff;
}
.product-view-2 .list-iteams-points {
    float: left;
    width: 100%;
}
.product-view-2 .list-iteams-points li { 
    font-size: 14px;
    float: left;
    width: calc(50% - 20px);
    text-align: left;
}

.product-view-2 .list-iteams-points li i {
    font-size: 12px;
    float: left;
    margin: 5px 5px 15px 0;
}

.product-view-2 .list-iteams-icons {
    float: left;
    width: 100%;
}
.product-view-2 .list-iteams-icons li { 
    width: calc(50% - 20px);
    float: left;
}


.hykon-product-view .table thead th { 
  
    white-space: nowrap;
}
.hykon-product-view .table tbody tr { 
  
    font-size: 14px;
}



    
}
/******** end medea 992 ************/





@media  screen and (max-width: 600px) {
 .mobile-hide{
    display:none;
}
.mobile-show{
   display: inline-block;
}
}




@media(min-width:768px) {

    .pe-list {
        max-width: 768px;
        margin: auto;
    }
}

@media(max-width:768px) {
    .pesingle-right {
        border-left: 1px solid #dadee7 !important;
    }

    .bottom_s_pe {
        border-left: 1px solid #dadee7 !important;
    }

    .like_shr .ls-item i {
        font-size: 20px;
    }

    .banner_flt--right {
        padding: 15px;
    }

    .like_shr {
        margin-top: 20px;
    }

    .bnr-dec--container {
        margin-top: 0px !important;
    }

    .bnr-event--detail {
        padding-top: 0 !important;
    }






.footer-newsletter__social-link a {
    font-size: 14px; 
    width: 35px;
    height: 35px; 
       
}





}

@media(min-width:768px) {
    .date-evt h2 {
        font-size: 23px;
        font-weight: 700;
    }
}