@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Heebo');

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(174, 31, 44, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

body {
    font-family: 'Heebo', sans-serif;;
    background: url("../images/bg.jpg");
    background-size: cover;
}

.search-icon {
    display: inline-block;
    margin-top: 10px;
    cursor:pointer;
}

.fa-times:before {
    content: "\00d7";
}

.float-l {
    float: left;
}

.fs-2rem {
    font-size: 2rem;
}

.language-icons {
    margin-top: 10px;
    display: inline-block; 
    float: left;

}

@media(max-width: 992px) {
    .language-icons  {
        display: none !important;
    }
}


.language-icons-mobile {
    display: none;
}

.nav-height {
    height: 164px;
}

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

.font-blue {
    color: #262262 !important;
}

.mnav-list input[type=text],
.nav-list-element input[type=text] {
    width: 40%;
    height: 30px;
    box-sizing: border-box;
    border: none;
    font-size: 16px;
    color: #dde6f1;
    border-bottom: 1px solid #dde6f1;
    background-color: transparent;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    font-family: "Heebo Thin", sans-serif;
}

.mnav-list input[type=text]:focus,
.nav-list-element input[type=text]:focus {
    width: 80%;
    outline: none;
}

a {
    color: black;
}

a:hover {
    text-decoration: none;
    color: black;
}

.myburger {
    background-color: #fff;
    float: right;
    margin-top: 25px;
    font-size: 15px;
}

.myburger:active,
.myburger:hover,
.myburger:focus,
.myburger:visited {
    outline: none;
    border-color: transparent;
    background-color: #fff;

}

.red-btn {
    padding: 5px 25px;
    font-size: 18px;
    color: #fff;
    background: #b81e24;
    border: 1px solid #b81e24;
    cursor: pointer;

    -moz-box-shadow: inset 0 0 1px rgb(229, 215, 216);
    -webkit-box-shadow: inset 0 0 1px rgb(229, 215, 216);
    box-shadow: inset 0 0 1px rgb(229, 215, 216);

}

.red-btn:hover,
.red-btn:focus {
    color: #fff;
    background: #262262;
    border-color: #262262;
    box-shadow: none;
}

.yellow-btn {
    padding: 5px 25px;
    font-size: 18px;
    color: #fff;
    background: #b89a58;
    border: 1px solid #b89a58;
    cursor: pointer;

    -moz-box-shadow: inset 0 0 1px rgb(229, 215, 216);
    -webkit-box-shadow: inset 0 0 1px rgb(229, 215, 216);
    box-shadow: inset 0 0 1px rgb(229, 215, 216);
}

.yellow-btn:hover,
.yellow-btn:focus {
    color: white;
    background: #b81e24;
    border-color: #b81e24;
}

.logo {
    padding: 10px 0;
    height: 78px;
}

.cart {
    margin-top: 10px;
}

.cart a {
    margin: 22px -10px 22px 10px;
    float: left
}

.cart i {
    color: #b81e24;
    font-size: 20px;
    font-weight: normal;
}

.cart-img {
    margin-top: -5px;
}

.cart-icon span {
    background: #b81e24;
    width: 14px;
    height: 14px;
    left: -14px;
    line-height: 1.2;
    color: #fff;
    border-radius: 100%;
    float: right;
    text-align: center;
    position: relative;
    margin-top: -3px;
    font-size: 12px;
}

.header-text {
    margin: 20px 0;
    font-size: 24px;
    color: #004094;
    display: inline-block;
}

.header-text-red {
    color: #b81e24;
    margin-left: 6px;
    border-bottom: 3px solid #b81e24;
    font-family: "Heebo Medium", sans-serif;
}

.dekarina-nav {
    text-align: right;
    z-index: 10;
    width: 100%;
    background: #004094;
    padding: 0;
    margin: 0;
    height: 84px;
    position: relative;
    color: #fff;

}

.dekarina-nav .custom-navbar {
    list-style: none;
    padding: 0 20% 0 0;
    font-size: 18px;
    margin: 0;
}

.dekarina-nav .custom-navbar .nav-list {
    display: block;
    float: right;
}

.dekarina-nav .custom-navbar .nav-list .nav-list-element {
    color: #fff;
    padding: 28.5px 31px;
    text-decoration: none;
    float: right;
}

.dekarina-nav .custom-navbar .nav-list:hover > .custom-dropdown-two {
    height: 50px;
}

.dekarina-nav .custom-navbar .nav-list:hover {
    background: #b81e24;
    color: white;
}

.dekarina-nav .custom-navbar .nav-list:last-child:hover {
    background-color: #004094;
    color: white;
}

.dekarina-nav .custom-navbar .nav-list:hover > .custom-dropdown {
    height: auto;
    padding-bottom: 20px;
    padding-top: 20px;
}

.dekarina-nav .nav-list .custom-dropdown-two {
    padding: 0 20% 0 0;
    text-align: right;
    top: 164px;
    height: 0;
    color: #fff;
    width: 100%;
    position: fixed;
    z-index: 1;
    left: 0;
    background-color: #004094;
    overflow-y: hidden;
    transition: 0.5s;
}

.nav-list .custom-dropdown-two a {
    color: #b81e24;
}

.nav-list .custom-dropdown-two a:hover,
.nav-list .custom-dropdown-two a:active {
    color: #fff;
}

.nav-list-element form {
    margin-top: -5px;
}

.dekarina-nav .nav-list .custom-dropdown {
    padding: 0 20% 0 0;
    text-align: right;
    top: 164px;
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    left: 0;
    background-color: #004094;
    overflow-y: hidden;
    transition: 0.5s;
}

.dekarina-nav .nav-list:last-child .custom-dropdown {
    padding: 0 0 0 33%;
    text-align: left;
}

.dekarina-nav .nav-list:last-child .custom-dropdown li {
    float: left;
}

.animated-img a {
    line-height: 1 !important;
    padding: 0 !important;
}

.custom-dropdown li {
    display: block;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
}

li.nav-heading a {
    color: #b81e24 !important;
}

.custom-dropdown .nav-heading {
    color: #b81e24;
    font-size: 18px;
    padding: 0;
    line-height: 1;
}

.custom-dropdown ul {
    display: block;
}

.custom-dropdown li ul li a {
    color: #fff;
    display: block;
    padding: 0;
    width: 100px;
    float: right;
    height: 23px;
    font-size: 14px;
    line-height: 23px;
}

.custom-navbar .nav-list .custom-dropdown li ul li a {
    color: #fff;
}

.custom-dropdown-two .custom-dropdown-element {
    display: inline-block;
    padding: 10px 10px;
}

.nav-list {
    border-left: 1px solid #fff;
}

.custom-dropdown li ul li a:hover {
    color: #b81e24 !important;
}

.nav-list:last-child {
    border: 0;
}

.c-header {
    background: #fff;
}

.padding-0-10px {
    padding: 0 10px;
}

header .overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 64, 148);
    background-color: rgba(0, 64, 148, 1);
    overflow-y: auto;
    transition: 0.5s;
}

header .overlay-content .mnav-list {
    border-bottom: 1px solid #fff;
    padding-right: 15px;
}

header .overlay-content .mnav-list:last-child {
    border-bottom: none;
}

header .overlay-content .mnav-list img {
    width: 100%;
}

header .overlay-content {
    position: relative;
    top: 20px;
    padding-right: 0;
    width: 100%;
    text-align: right;
    margin-top: 30px;
}

header .mbnavel1 i {
    margin-left: 5px;
}

.mnav-list i {
    float: left;
    padding-left: 10px;
}

.mnav-list [data-toggle="collapse"] i:before {
    content: "\f107";
}

.mnav-list [data-toggle="collapse"].collapsed i:before {
    content: "\f105";
}

header .overlay .mnav-list {
    font-size: 24px;
    font-weight: 700;
    padding: 5px 15px 5px 0;
}

header .overlay .mbnavel1 .mbnavel2l1 li {
    font-size: 20px;
}

header .overlay .mbnavel1 li {
    font-size: 22px;
}

header .overlay a {
    text-decoration: none;
    color: #e2e2e2;
    display: block;
    transition: 0.3s;
}

header .mbnavel2 {
    padding-right: 0 !important;
}

header .overlay-content ul {
    list-style-type: none;
    padding-right: 10px;
}

header .overlay a:hover, .overlay a:focus {
    color: #b81e24;
}

header .overlay .closebtn {
    position: absolute;
    top: 0;
    right: 14px;
    font-size: 45px;
}

header .mbnavel2 img {
    margin-top: 5px;
}

.mainPage-slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    visibility: hidden;
    direction: ltr;
}

.slider-content {
    margin-top: -260px;
}

.mainPage-slider.slick-initialized {
    visibility: visible;
}

.mainPage-slider .slick-dots {
    bottom: 24px;
    font-size: 10px;
}

.mainPage-slider .slick-slide {
    margin: 0;
}

.mainPage-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
    height: 400px;
}

.mainPage-slider .slider-bg {
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 23%;
    text-align: center;
    position: relative;
/*      min-height: 600px;*/
}

.mainPage-slider .img-shadow {
    width: 100%;
    margin-top: -34px;
}

.mainPage-slider-caption-btn {
    text-align: center;
    margin-top: 92px;
}

.mainPage-slider-caption-btn .btn-left:hover {
    background-color: #262262;
    border-color: #262262;
    color: #fff;
}

.mainPage-slider-caption-btn .btn-left {
    background-color: #b81e24;
    margin-right: 3px;
    padding: 10px 28px;
    color: #fff;

    -moz-box-shadow: inset 0 0 1px rgb(229, 215, 216);
    -webkit-box-shadow: inset 0 0 1px rgb(229, 215, 216);
    box-shadow: inset 0 0 1px rgb(229, 215, 216);
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.mainPage-slider .slick-dots li button:before {
    color: #262262;
    opacity: 1;

}

.mainPage-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #262262;
}

.mainPage-slider .slick-dots button:before {
    font-size: 8px;
}

.mainPage-slider .slick-dots li.slick-active button:before {
    font-size: 15px;
}

.mainPage-slider .slick-dots li {
    margin: 13px -2px 0;
}

.mainPage-slider-title {
    font-size: 58.17px;
    line-height: 1;
    direction: rtl
}

.products-slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    visibility: hidden;
    direction: ltr;
}

.products-slider .slick-list.draggable {
    margin: 0 auto;
}

.products-slider.slick-initialized {
    visibility: visible;
}

.products-slider a .img {
    width: 100%;
    height: 140px;
    position: relative;
}

.products-slider a .img-shadow {
    margin-top: -18px;
}

.products-slider figure {
    margin: 0;
}

.products-slider .slick-slide {
    margin: 0;
}

.products-slider .slick-prev:before {
    content: '';
    background: url("../images/right-arrow-slider.png") no-repeat -10px 0;
}

.products-slider .slick-next:before {
    content: '';
    background: url("../images/left-arrow-slider.png") no-repeat 1px 0;
}

.products-slider .slick-prev:before,
.products-slider .slick-next:before {
    height: 40px;
    padding: 7px;
}

.products-slider .slick-prev,
.products-slider .slick-next {
    z-index: 5;
    top: 20%;
}

.products-slider .slick-prev {
    right: 10px !important;
}

.products-slider .slick-next {
    left: 4px !important;
}

.products-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

.weAre {
    text-align: center;
    font-size: 21px;
    color: #262262;
    line-height: 1;
    padding: 0 30px;
}

.weAre-likeMe {
    color: #b81e24;
    font-weight: 600;
    margin-top: 10px;
}

.hr-white-border {
    border-bottom: 1px solid white;
}

.lr-line {
    width: 39%;
    display: inline-block;
}

.article-page .lr-line {
    width: 35%;
}

.heading-wo-span {
    color: #462e30;
    font-size: 24px;
    font-family: "Heebo light", sans-serif;
    width: 20%;
    display: inline-block;
    text-align: center;
}

.article-page .heading-wo-span {
    width: 30%;
}

.about-heading {
    margin: 0 auto;
    position: relative;
    color: #462e30;
    font-size: 24px;
    background-color: #ececec;
    padding: 5px 30px;
    font-family: "Heebo light", sans-serif;
}

.hr-heading-margin {
    margin-top: -40px;
}

.width100Per {
    width: 100%;
}

.about-line {
    margin-top: 26px;
}

.about {
    padding-top: 33px;
}

.about p {
    font-size: 14px;
    line-height: 1.3;
    color: #2d1113;
    font-weight: 700;
    margin: 30px 0 0 0;
    direction: rtl;
}

.about .dot {
    color: #b81e24;
    font-size: 50px;
    line-height: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    display: inline-block;
}

.about-img-bottom {
    bottom: 24px;
    position: relative;
}

.about .col-lg-2 {
    padding: 0 3px;
    text-align: center;
}

.slick-slide a {
    outline: none;
}

.about a:hover .about-title {
    color: #b81e24;
}

.width210 {
    width: 210px;
}

.about-title {
    color: #262262;
    margin-bottom: 0;
    z-index: 2;
    font-size: 20px;

}

.services {
    margin-top: 5px;
}

.services .c-p-r {
    padding-right: 0;
}

.services-col {
    text-align: right;
}

.services-news {
    padding: 10px 15px 38px;
    background: white;
    border-bottom: 2px solid #262262;
}

.services-news hr {
    border-top: 2px solid rgba(0, 0, 0, .1);
}

.services-col h3 {
    color: #b81e24;
    font-size: 36px;
    margin-top: -40px;
    font-family: "Heebo light", sans-serif
}

.services-col h3 span {
    background: white;
    padding: 0 5px;
}

.services-col .services-news p {
    padding: 10px 5px;
    font-size: 22px;
    line-height: 1.2;
}

.contactus-col,
.portfolio-col {
    padding-right: 0;
}
.serv {
    background: #262262;
    text-align: center;
    float: left;
    width: 100%;
    height: 340px;
    padding: 30px 10%;
    border-bottom: 2px solid #000;
}


.serv .rotator {
    position: relative;
    width: 100%;
    list-style: none;

    z-index: 1;
    height: 100%;

    text-align: center;
    height: 185px !important;
    padding: 0;
}



.serv .rotator li {
    width: 252px !important;
    height: 225px;
    position: absolute !important;
    left: 0 !important;
    width: 100% !important;
    top: 0 !important;
}

.serv .rotator li:first-child {
    position: relative !important;
    
}

.serv .rotator .slick-track {
    width: 100% !important;
}
/*.serv {
    background: #262262;
    text-align: center;
    float: left;
    width: 100%;
    height: 340px;
    padding: 64px 10%;
    border-bottom: 2px solid #000;
}*/

/*.rotator {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-padding-start: 0;
    text-align: center;
}

.rotator > li {
    position: absolute;
    text-shadow: -2px 2px 0 rgba(0, 64, 148, .5);
    opacity: 0;
    margin: 0 auto;
    width: 100%;
}

.rotator > li:first-child {
    -webkit-animation: loop 5s infinite;
}

.rotator > li:nth-child(2) {
    -webkit-animation: opsecond 5s infinite;
}

.rotator > li:last-child {
    -webkit-animation: oplast 5s infinite;
}

@-webkit-keyframes loop {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    33% {
        opacity: 0;
    }
    44% {
        opacity: 1;
    }
}

@-webkit-keyframes opsecond {

    44% {
        opacity: 0;
    }
    66% {
        opacity: 1;
    }
    77% {
        opacity: 1;
    }
}

@-webkit-keyframes oplast {

    77% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
    
}*/
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li {
    padding: 3px 15px;
}
.sideNewslterNodisplay {
    display: none !important;
}

.newsltter-hidden-click {
	display: none !important;
}

.rtl .wpmm-main-wrap-header_menu a i:after {
    position: absolute;
    right: 40px;
    top: 20px;
    content: 'תפריט';
    font-size: 14px;
}

#wp-megamenu-header_menu>.wpmm-nav-wrap ul.wp-megamenu>li>a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 54px;
    text-transform: uppercase;
    letter-spacing: 0;
    padding-right: 15px;
    padding-left: 15px;
}

.serv-arrow {
    display: inline-block;
    float: left;
    margin-top: 10px;
}

.serv ul li {
    text-align: center;
    font-size: 36px;
    color: #fff;
    line-height: 1;
}

.serv span {
    color: white;
    font-size: 24px;
    margin-top: 116px;
    display: block;
}

.services-col .margin-top-20px {
    margin-top: 50px;
}

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

.portfolio .margin-top-20px {
    padding: 0 15px 25px;
    margin-top: 35px;
}

.services-col .btn,
.portfolio .btn,
.serv .btn {
    background: #b81e24;
    border: 1px solid #b81e24;
    padding: 8px 27px;
    font-size: 18px;
    color: #fff;
    margin-left: -40px;

    -moz-box-shadow: inset 0 0 1px rgb(229, 215, 216);
    -webkit-box-shadow: inset 0 0 1px rgb(229, 215, 216);
    box-shadow: inset 0 0 1px rgb(229, 215, 216);
}

.services-col .btn:hover,
.services-col .btn:focus,
.services-col .btn:visited,
.services-col .btn:active {
    background-color: #262262 !important;
    border: 1px solid #262262 !important;
    color: #fff;
    box-shadow: none !important;
}

.portfolio .btn:hover,
.portfolio .btn:focus,
.portfolio .btn:visited,
.portfolio .btn:active {
    background-color: #262262 !important;
    border: 1px solid #262262 !important;
    color: #fff;
    box-shadow: none !important;
}

.serv .btn:hover,
.serv .btn:focus,
.serv .btn:visited,
.serv .btn:active {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    color: #fff;
    box-shadow: none !important;
}

.hp-bottom {
    margin-top: 50px;
}

.funds {
    margin: 20px 50px 15px;
}

.funds .col-lg-3 {
    padding: 0 5px;
}

.hp-bottom .company {
    width: 100%;
    position: relative;
    height: 82px;
}

.hp-bottom .img-shadow {
    margin: -28px auto 0;
    width: 100%;
}

.funds img {
    width: 100%;
    height: 114px;
}

.funds img:hover {
    filter: grayscale(100%);
}

.portfolio-line {
    margin-top: 40px;
}

.portfolio-list-bottom {
    float: right;
    /*margin-top: 15px;*/
    padding: 0 15px 10px;
}

.portfolio-col .serv-arrow {
    /*margin-top: 24px;*/
    margin-left: 15px;
}

.portfolio {
    padding: 0;
    margin-top: 23px;
}

.portfolio ul {
    padding: 0;
    text-align: right;
}

.video-icon {
    position: absolute;
    top: 28%;
    right: 38%;
    cursor: pointer;
    width: 85px;
}

.catalog .video-icon {
    height: 80px;
    width: 80px;
}

#video {
    width: 100%;
    height: 414px;
}

.video-i-frame {
    display: none;
    width: 100%;
}

.portfolio ul figure {
    float: left;
    width: 226px;
    text-align: center;
}

.portfolio ul figure img {
    max-width: 100%;
    height: auto;
}

.portfolio-list {
    list-style-type: none;
    line-height: 1;
}

.portfolio h3 a {
    text-decoration: none;
}

.portfolio h3 {
    line-height: 2;
    color: #fff;
    font-size: 24px;
    padding-top: 8px;
}

.portfolio li {
    border-bottom: 2px solid #2d1113;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    background: #fff;
    padding-right: 18px;
    padding-left: 0;
}

.portfolio li h3 a {
    color: #b81e24;
    line-height: 22px;
}

.portfolio li h3 {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 18px;
    padding-top: 15px;
}

.portfolio li p {
    color: #2a1012;
    font-size: 18px;
}

.portfolio li:last-child {
    margin-bottom: 10px
}

.portfolio figure {
    margin: 0;
}

.right-sec {
    border-bottom: 2px solid #2d1113;
    background-color: #fff;

}

.right-sec h3 a {
    color: #b81e24;
}

.right-sec h3 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 24px;
    padding: 0 15px;
    line-height: 1;
}

.right-sec p {
    font-size: 16px;
    color: #2a1012;
    padding: 0 15px;
}

.contactus-line {
    margin-top: 47px;
}

.contact-section {
    margin-top: 27px;
}

.contact-section .checkbox input {
    height: 23px;
    margin-right: 5px;
}

.mainPage-form-submit {
    background-color: #b81e24;
    padding: 10px 54px;
    color: #fff;
    margin-left: 17px;
    margin-top: -15px;
    position: relative;
    cursor: pointer;
    font-family: 'Heebo', sans-serif;
    -moz-box-shadow: inset 0 0 1px rgb(229, 215, 216);
    -webkit-box-shadow: inset 0 0 1px rgb(229, 215, 216);
    box-shadow: inset 0 0 1px rgb(229, 215, 216);
}

.mainPage-form-submit:hover {
    border-color: #262262;
    background-color: #262262;
    box-shadow: none;
}

.border-bottom-black {
    border-bottom: 2px solid #000;
}

.custom-form {
    border-radius: 0;
    height: 46px;
    border: 1px solid transparent;
}

.md-content .custom-form {
    border: 1px solid #ececec;
}

header input::-webkit-input-placeholder {
    color: #dde6f1 !important;
}

header input::-moz-placeholder {
    color: #dde6f1 !important;
}

header input::-ms-placeholder {
    color: #dde6f1 !important;
}

header input::placeholder {
    color: #dde6f1 !important;
}

::-webkit-input-placeholder {
    color: #2d1113 !important;
}

::-moz-placeholder {
    color: #2d1113 !important;
}

::-ms-placeholder {
    color: #2d1113 !important;
}

::placeholder {
    color: #2d1113 !important;
}

.contact-section-form {
    padding-left: 15px;
    margin-top: 20px;
    padding-bottom: 34px;
}

.custom-form:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid #ececec;
    border-bottom: 3px solid #b81e24;
    outline: 0;
    box-shadow: none;
}

.contact-section-form .submit-form span.bigcheck-target {
    font-family: FontAwesome, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.contact-section-form .submit-form input[type='checkbox'].bigcheck {
    position: relative;
    display: none;
}

.contact-section-form .submit-form input[type='checkbox'].bigcheck + span.bigcheck-target:after {
    content: "\f00c"; /* In fontawesome, is an open square (fa-square-o) */
    background-color: #fff;
    color: #fff;
}

.contact-section-form .submit-form input[type='checkbox'].bigcheck:checked + span.bigcheck-target:after {
    content: "\f00c"; /* fontawesome checked box (fa-check-square-o) */
    background-color: #fff;
    color: #b81e24;
}

.contact-section-form .submit-form span label {
    margin: 0 5px;
    font-size: 20px;

}

.contactus .form-control.textarea {
    height: 95px;
    overflow-x: hidden;
}

#map {
    height: 290px;
    width: 100%;
    border-bottom: 2px solid #2a1012;
}

#map2 {
    height: 400px;
    width: 100%;
    border-bottom: 2px solid #2a1012;
}

#floating-form {
    position: fixed;
    right: 0;
    z-index: 100;
    bottom: 30%;
    background-color: #ececec;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    width: 310px;
    transition: 0.3s;
    margin-right: -310px;
    text-align: right;
    overflow: hidden;
}

#floating-form .floating-head h2 {
    text-align: right;
}

#floating-form .floating-head {
    background-color: #262262;
    padding: 10px;
    text-align: left;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

#floating-form .floating-head i {
    font-size: 30px;
    margin-left: 5px;
    color: white;
}

#floating-form h2 {
    color: white;
    float: right;
    font-size: 20px;
    margin-right: 5px;
    text-align: right;
    display: inline-block;
}

#floating-form form .send-btn-container {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

#floating-form form .send-btn {
    margin: -70px 0 0 10px;
}

#floating-form form {
    padding: 10px 15px 0;
}

#floating-form input {
    margin-top: 10px;
    font-size: 16px;
}

#floating-form-bottom {
    position: fixed;
    right: 0;
    z-index: 100;
    bottom: 25%;
    width: 310px;
    margin-right: -310px;
    transition: 0.3s;
    text-align: right;
    overflow: hidden;
}

#floating-form-bottom .img-shadow {
    width: 100%;
}

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

.footer {
    padding-top: 30px;
    background: #262262;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 1.3;
    font-family: "Heebo light", sans-serif;
}

.footer .numbersection {
    text-align: center;
    padding-top: 7px;
    color: #f2f2f2;
}

.footer-col li {
    border: none;
    list-style-type: none;
    padding-right: 20px;
}

.footer-col li:hover {
    background: url("../images/red-arrow.png") no-repeat right top;
    z-index: 2;
}

.footer-col .col-lg-6 {

    padding: 0;
}

.footer-col {
    text-align: right;
}

.footer-logo-img {
    margin: 0 auto 15px;
    cursor: pointer;
}

.footer-list-heading a {
    color: #b81e24 !important;
}

.footer .footer-img {
    margin: 0 auto;
    padding-top: 5px;
}

.footer-social-icons {
    position: absolute;
    top: -2%;
    right: 41.5%;
}

.footer-social-icons span {
    background-color: #004094;
    padding: 0 20px;
}

.footer-social-icons img {
    margin: 0 6px;
}

.footer a {
    text-decoration: none;
    color: #f2f2f2;
}

.img-curve {
    width: 100%;
    margin-bottom: -4px;
}

.footer .footer-col a img {
    visibility: hidden;
}

.footer .footer-col a:hover img {
    visibility: visible;
}

.hr-red-line-container {
    padding: 0 40px;
}

.hr-red-line {
    border-top: 1px solid #b81e24;
}

.copyrights {
    text-align: center;
    padding-bottom: 34px;
    color: #888888;
    margin-top: 22px;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}

/*contact us page start*/
input {
    text-align: right;
}

textarea {
    text-align: right;
}

.cover-div .cover {
    width: 100%;
    max-height: 382px;
}

.contact-us-info {
    text-align: right;
    font-size: 14px;
    padding: 40px 0;
}

.contact-us-info i {
    font-size: 30px;
}

.contact-us-info .col-lg-2 {
    margin-top: 10px;
}

.dekarina-btn {
    padding: 8px 52px;
    font-size: 18px;
    color: #fff;
    background: #b81e24;
    border: 1px solid #fff;

    -moz-box-shadow: inset 0 0 1px rgb(229, 215, 216);
    -webkit-box-shadow: inset 0 0 1px rgb(229, 215, 216);
    box-shadow: inset 0 0 1px rgb(229, 215, 216);
}

.single_add_to_cart_button:hover {
    background: #b89a58;
    color: #fff;
    border: 1px solid #b89a58;
}

.single_add_to_cart_button {
    padding: 8px 52px;
    font-size: 18px;
    color: #fff;
    background: #b81e24;
    border: 1px solid #fff;
}

.contact_us_side_nav {
    text-align: right;
    font-size: 18px;
    padding: 0;
}

.contact_us_side_nav a {
    color: black;
}

.contact_us_side_nav a:hover {
    color: #b81e24;
}

.contact_us_side_nav a h2 {
    font-size: 24px;
    margin-bottom: 0;
}

#sideNav ul,
#sideNav {
    line-height: 1;
    margin: 0;
    list-style-type: none;
}

#sideNav {
    -webkit-padding-start: 15px;
}

#sideNav ul {
    -webkit-padding-start: 20px;
}

#sideNav ul a {
    font-size: 16px;
}

#sideNav li {
    padding: 5px 0;
}

#sideNav .sideNav-heading {
    background: url("../images/red-arrow.png") no-repeat right top;
    z-index: 2;
    padding-right: 20px;
}

#sideNav2 {
    line-height: 1;
    margin: 0;
    list-style-type: none;
    -webkit-padding-start: 15px;
}

#sideNav2 li {
    list-style-type: none;
    background: url("../images/red-arrow.png") no-repeat right center;
    z-index: 2;
    padding: 3px 20px 3px 0;
    font-size: 18px;
}

#sideNav3 {
    line-height: 1;
    text-align: left;
    margin: 0;
    list-style-type: none;
    -webkit-padding-start: 15px;
}

#sideNav3 li {
    list-style-type: none;
    background: url("../images/red-arrow-ltr.png") no-repeat left center;
    z-index: 2;
    padding: 3px 0 3px 20px;
    font-size: 18px;
}


/*contact us page end*/

/*Shop start*/
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
    top: 0.2em !important;
}

.woocommerce.columns-4.quick-sale {
    width: 100%;
}

.shop-row {
    text-align: center;
    margin-top: 40px;
}

.shop-col {
    margin-top: 10px;
}

.shop-img {
    width: 100%;
}

.shop-img-bottom .btn {
    margin: auto 10px;
    display: inline-block;
}

.fixed-side-btn {
    position: fixed;
    right: 0;
    top: 500px;
    background-color: #2d1113;
    height: 60px;
    padding-top: 5px;
    width: 100px;
    text-align: center;
    color: white;
    font-size: 20px;
}

#shop-modal {
    width: 100%;
    max-width: 100%;
}

#shop-modal img {
    width: 100%;
}

#shop-modal .md-content-row {
    text-align: right;
}

#shop-modal .md-content-row a {
    color: black;
    font-size: 25px;
}

#shop-modal h3 {
    color: #000;
}

.shop-modal-menu li:first-child {
    color: #b81e24;
}

.shop-modal-menu li {
    border: none;
    list-style-type: none;
    padding: 0 30px 0 0 !important;
    line-height: 1.3;
}

.shop-modal-menu li:hover {
    background: url("../images/red-arrow.png") no-repeat right;
    z-index: 2;
}

.shop-modal-menu li:first-child:hover {
    background: none;
}

#shop-modal .md-close {
    float: right;
    font-size: 50px;
    line-height: 1;
    cursor: pointer;
    color: #000;
}

#newsLatter-modal {
    text-align: right;
    background-color: #fff;
    padding-bottom: 20px;
}

#newsLatter-modal .modal-img,
#newsLatter-modal .close-btn {
    padding: 0 15px !important;
    color: black;
}

#newsLatter-modal h4 {
    color: black;
    text-align: center;
}


#newsLatter-modal .submit-form input {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 5px 25px;
    font-size: 18px;
    color: #fff;
    background: #b81e24;
    border: 1px solid #b81e24;
    cursor: pointer;
    -moz-box-shadow: inset 0 0 1px rgb(229, 215, 216);
    -webkit-box-shadow: inset 0 0 1px rgb(229, 215, 216);
    box-shadow: inset 0 0 1px rgb(229, 215, 216);
}

#newsLatter-modal .submit-form input {
    color: #fff;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}

#newsLatter-modal .submit-form input:hover {
    background: #262262;
    border-color: #262262;
}
#newsLatter-modal .md-content-row input:hover,
#newsLatter-modal .md-content-row input:focus {
    box-shadow: none;
}



#newsLatter-modal .md-close {
    float: right;
    font-size: 50px;
    line-height: 1;
    cursor: pointer;
    margin-right: 6px;
}

#certificate-modal {
    text-align: right;
    background-color: #fff;
    padding-bottom: 20px;
    max-height: 100vh;
}

#certificate-modal .md-content > div,
#certificate-modal .md-content .col-md-12 {
    padding: 0;
}

#certificate-modal .close-btn {
    padding: 0 15px !important;
    color: black;
}

#certificate-modal .md-content-row img {
    width: 100%;
}

#certificate-modal .md-content-row a {
    color: #fff;
    font-size: 25px;
}

#certificate-modal .md-content-row a:hover {
    color: black;
}

#certificate-modal .md-close {
    float: right;
    font-size: 50px;
    line-height: 1;
    cursor: pointer;
}

#download-modal {
    text-align: right;
    background-color: #fff;
    padding-bottom: 20px;
}

#download-modal .md-content > div,
#download-modal .md-content .col-md-12 {
    padding: 0;
}

#download-modal .close-btn {
    padding: 0 15px !important;
    color: black;
}

#download-modal .md-content-row a {
    color: #fff;
    font-size: 25px;
}

#download-modal .md-content-row a:hover {
    color: black;
}

#download-modal .md-close {
    float: right;
    font-size: 50px;
    line-height: 1;
    cursor: pointer;
}

#download2-modal {
    text-align: right;
    background-color: #fff;
    padding-bottom: 20px;
}

#download2-modal .md-content > div,
#download2-modal .md-content .col-md-12 {
    padding: 0;
}

#download2-modal .close-btn {
    padding: 0 15px !important;
    color: black;
}

#download2-modal .md-content-row a {
    color: #fff;
    font-size: 25px;
}

#download2-modal .md-content-row a:hover {
    color: black;
}

#download2-modal .md-close {
    float: right;
    font-size: 50px;
    line-height: 1;
    cursor: pointer;
}

.da-thumbs {
    list-style: none;
    position: relative;
    margin: 0 auto 20px;
    padding: 0;
}

.da-thumbs .col-6 {
    padding: 0 5px;
}

.da-thumbs .da-thumbs-container,
.da-thumbs .da-thumbs-container .about-img {
    display: block;
    position: relative;
}

.da-thumbs .da-thumbs-container {
    overflow: hidden;
}

.da-thumbs .da-thumbs-container .da-thumbs-div {
    position: absolute;
    background: rgba(184, 30, 36, 0.5);
    width: 100%;
    height: 100%;
}

.da-thumbs .da-thumbs-container .da-thumbs-div .da-thumbs-span {
    padding: 0 2px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.da-thumbs .da-thumbs-container .da-thumbs-div .da-thumbs-span h3 {
    margin-top: 45%;
}

.da-thumbs .da-thumbs-container .da-thumbs-div .da-thumbs-span p {
    font-size: 15px;
}

/*Shop end*/

/*video start*/
.subsToLatter {
    margin-top: 40px;
    border: 1px solid black;
}

.subsToLatter-text {
    padding-top: 15px;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
}

.subsToLatter-form {
    padding-top: 0;
}

.subsToLatter-form-container {
    padding: 25px;
}

.subsToLatter-form-submit {
    text-align: center;
    padding-bottom: 0;
    padding-top: 0;
}

/*video end*/
/*item start*/

.prod_desc .related-box img {
    height: 100px;
    width: 100px;
    margin-bottom: 10px;
}

.related-box {
    text-align: center;
}

.related-box a {
    color: #000;
}

.quantity {
    position: relative;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input[type=number] {
    -moz-appearance: textfield;
}

.quantity input {
    width: 30px;
    height: 25px;
    font-size: 20px;
    line-height: 1.65;
    float: right;
    display: block;
    padding: 0;
    margin: 0;
    border: 1px solid #b81e24;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: right;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    width: 15px;
    text-align: center;
    color: #b81e24;
    font-size: 25px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: -38px;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: 0;
    height: 55%;
}

.woocommerce div.product form.cart {
    margin-bottom: 3em !important;
}

/*item end*/
/*story start*/
.story_about {
    margin-top: 40px;
}

.about-bottom-btn {
    text-align: center;
    margin-top: 40px;
}

.brand_story {
    margin-top: 40px;
    background-color: white;
}

.brand_story .col-md-7:first-child {
    padding-left: 0;
}

.brand_story .col-md-7:nth-child(2) {
    padding-right: 0;
}

.brand_story .col-md-7:first-child .brand_section_text_content {
    padding: 20px 20px 20px 0;
}

.brand_story .col-md-7:nth-child(2) .brand_section_text_content {
    padding: 20px 0 20px 20px;
}

.brand_story .brand_section_text {
    text-align: right;
    font-size: 18px;
}

.gallery img {
    width: 100%;
}

.gallery-wrapper {
    overflow: hidden;
}

.grid-item {
    padding-bottom: 5px !important;
}

/*story end*/
/*workshop start*/
.workshop_tabs {
    background-color: #b89a58;
    padding: 5px 20px;
    color: white;
    display: inline-block;
    margin-top: 20px;
}

.workshopForm .col-sm-6:first-child {
    padding-left: 2px;
}

.workshopForm .col-sm-6:last-child {
    padding-right: 2px;
}

.workshopBtn {
    margin-top: 10px;
}

.workshopBtn .red-btn i {
    padding-right: 37px;
}

.workshopBtn .yellow-btn i {
    padding-right: 10px;
}

#cdatepicker,
#ctimepicker {
    direction: ltr;
}

#cdatepicker input,
#ctimepicker input {
    border-radius: 0;
    text-align: end;
    border: 3px solid #fff;
}

#cdatepicker span,
#ctimepicker span {
    border: white;
    background: white;
    padding: 0;
    margin-left: 0;
    color: #b89a58;
    border-radius: 0;
}

#cdatepicker span i,
#ctimepicker span i {
    z-index: 4;
    padding: 0 10px;
    font-size: 25px;
    margin-top: -10px;
}

#selectMembersWorkshop input {
    border-radius: 0;
    border: 3px solid white;
}

#cdatepicker input:focus,
#selectMembersWorkshop input:focus,
#ctimepicker input:focus,
#ctimepicker input:focus #ctimepicker span {
    color: #495057;
    background-color: #fff;
    border-bottom: 3px solid;
    border-color: #fff #fff #b81e24 #fff;
    outline: 0;
    box-shadow: none;
}

#selectMembersWorkshop input:first-child {
    margin: 0 0 0 2px;
}

#selectMembersWorkshop input:last-child {
    margin: 0 2px 0 0;
}

#selectMembersWorkshop input[type=number]::-webkit-inner-spin-button,
#selectMembersWorkshop input[type=number]::-webkit-outer-spin-button {
    /*-webkit-appearance: none;*/
    /*margin: 0;*/
    opacity: 1;
    background-color: #b81e24;
    color: #b81e24;
}

#selectMembersWorkshop input[type=number]::-webkit-inner-spin-button:before,
#selectMembersWorkshop input[type=number]::-webkit-inner-spin-button:after,
#selectMembersWorkshop input[type=number]::-webkit-outer-spin-button:before,
#selectMembersWorkshop input[type=number]::-webkit-outer-spin-button:after {
    color: #b81e24;
}

/*workshop end*/
/*Branding start*/

#businessSlider {
    width: 100%;
    direction: ltr;
    padding: 0;
    visibility: hidden;
}

#businessSlider.slick-initialized {
    visibility: visible;
}

#businessSlider .slick-slide {
    margin: 0 5px;
    float: left !important;
}

#businessSlider .slick-slide img {
    width: 100%;
}

#businessSlider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

#businessSlider .slick-active {
    opacity: .5;
}

#businessSlider .slick-current {
    opacity: 1;
}

#businessSlider .slick-prev:before {
    content: '';
    background: url("../images/right.png") no-repeat;
}

#businessSlider .slick-next:before {
    content: '';
    background: url("../images/left.png") no-repeat;
}

#businessSlider .slick-prev:before,
#businessSlider .slick-next:before {
    padding: 25px;
}

#businessSlider .slick-prev,
#businessSlider .slick-next {
    z-index: 5;
    top: 57%;
}

#businessSlider .slick-prev {
    right: 25px;
    z-index: 2;

}

#businessSlider .slick-next {
    left: 25px;
    z-index: 2;
}

#branding p {
    font-size: 18px;
}

#branding h3 {
    color: #b81e24;
}

/*Branding end*/
/*zee woo css */
.searchwp-live-search-result a {
    color: #b81e24;
    text-align: right;
}

.active-cat-map {
    color: #b81e24;
}

.woocommerce-message.Cart {
    border-top-color: #b79a58 !important;
}

.woocommerce-message.Cart::before {
    color: #b79a58 !important;
}

.cart_update_btn .padding-10px .cart-total span:first-child {
    font-size: 20px;
}

.cart_update_btn .padding-10px .cart-total {
    color: #b81e24 !important;
    padding-left: 10%;
    padding-top: 16px;
}

.cart_update_btn .padding-10px .btn {
    margin-left: 10%;
}

.cart_update_btn .padding-10px {
    text-align: left;
}

.stock-btn {
    background-color: #b81e24;
    color: white;

    -moz-box-shadow: inset 0 0 1px rgb(229, 215, 216);
    -webkit-box-shadow: inset 0 0 1px rgb(229, 215, 216);
    box-shadow: inset 0 0 1px rgb(229, 215, 216);
    border: none;
    outline: none;
    cursor: pointer;
}

.custom-stock {
    background: #b89a58;
    color: white !important;
    padding: 7px 25px;
    display: inline-block;
    margin: 5px 10px 0 0;
}

.button.wc-forward {
    float: left !important;
}

.form-row.place-order .btn-mdb {
    margin-top: 10px;
}

.woocommerce-product-gallery__image img {
    float: left;
}

.prod_desc .summary.entry-summary.text-right .product_title.entry-title {
    font-size: 1.5rem;
}

.prod_desc .summary.entry-summary.text-right {
    float: right;
}

.inforwindowdesign p {
    width: 99%;
}

a.set-minheight250 {
    max-height: 250px;
    min-height: 248px;
    /*  background-image: url(../images/default.jpg);
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover; */
}

.pt50-article {
    padding-top: 50px;
}

.red-color {
    color: #b81e24;
}

.font-25 {
    font-size: 25px;
}

.ful-wdth-img img {
    width: 100%;
}

.chk-3 {
    font-size: 18px;
}

.size-shop_catalog {
    width: 100%;
}

.custom-padding {
    padding-top: 19px;
}

.woocommerce-product-details__short-description {
    margin: 25px 0;
}

ins .woocommerce-Price-amount.amount:after {
    content: ' במקו�? ';
    padding: 0 5px;
    font-weight: normal;
}

span.onsale {
    display: none;
}

.pro-detali-cart {
    float: right;
}

p.price-pro-detail > ins {
    text-decoration: none;
    float: right;
    font-weight: bold;
}

p.price-pro-detail {
    font-size: 1.5rem;
    float: right;
    padding-right: 0;
    padding-left: 20px;
    padding-top: 5px;
}

.top-padding-10 {
    padding-top: 40px;
}

h4.product_title.entry-title {
    padding-bottom: 10px !important;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.shop-col .shop-img {
    height: 300px;
    width: 100%;
}

.shop-col h2 {
    font-size: 25px;
    padding: 40px 14px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.set-margin {
    margin: 0 auto;
}

a.button.product_type_simple.add_to_cart_button:hover {
    color: black;
    background: #b89a58;
    border-color: #b89a58;
    box-shadow: none;
}

a.button.product_type_simple.add_to_cart_button {
    color: #fff;
    background: #b81e24;
    border: 1px solid #b81e24;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.woocommerce a.button {
    font-size: 18px !important;
    padding: 5px 25px !important;
}

.waves-effect.waves-light:hover {
    color: black;
    background: #b89a58;
    border-color: #b89a58;
    box-shadow: none;
}

.waves-effect.waves-light {
    cursor: pointer;
    padding: 5px 25px;
    font-size: 18px;
    color: #fff;
    background: #b81e24;
    border: 1px solid #b81e24;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.da-thumbs .da-thumbs-container .da-thumbs-div ins {
    text-decoration: none !important;
    font-weight: bold;

}

.woocommerce-message {
    border-top-color: #b81e24 !important;
    text-align: right;
}

.woocommerce-message a {
    color: #b89a58;
}

#payment .wc_payment_methods.payment_methods.methods {
    padding-right: 0;
}

#payment .wc_payment_methods.payment_methods.methods li input {
    margin: 0;
}

#payment .wc_payment_methods.payment_methods.methods li {
    text-align: right;
}

.payment_method_paypal .fa-paypal,
.payment_method_cardcom .fa-credit-card {
    float: right;
    margin-left: 5px;
    margin-top: 5px;
}

a.button.wc-forward {
    padding: 8px 25px !important;
    font-size: 18px !important;
    color: #fff !important;
    background: #b81e24 !important;
    border: 1px solid #b81e24;
    cursor: pointer;
}

a.button.wc-forward:hover,
a.button.wc-forward:focus {
    color: black !important;
    background: #b89a58 !important;
    border-color: #b89a58 !important;
    box-shadow: none;
}

div.wpcf7-validation-errors {

}

.active-2 a {
    color: white !important;
}

.cart_table th, .cart_table td {
    text-align: center;
    border: 1px solid #5c492c !important;
    font-size: inherit;
    vertical-align: inherit;
}

.cart_table th {
    color: #ffffff;
}

.number-wrapper .value {
    float: none;
    font-size: inherit;
    color: #b81e24;
}

.product-remove i {
    color: #b81e24 !important;
}

.woocommerce a.remove {
    width: auto !important;
}

.cart_table .table a {
    float: none;
}

.padding-10px {
    padding: 10px;
}

.woocommerce-cart-form {
    padding-top: 10px;
}

.product-quantity .plus,
.product-quantity .minus {
    color: #b81e24 !important;
    background-color: transparent;
}

.woocommerce-cart-form .table {
    min-width: 550px;
    overflow-x: auto;
}

/*zee woo css end */
/*zee footer menu */
.footer-col a.footer-list-heading {
    padding-right: 30px;
    font-size: 20px;
    cursor: default;
    color: white;
    font-family: "Heebo light", sans-serif
}

.check-set {
    border-bottom: none !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 18px;
}

.featureimg-width img {
    height: 100%;
    width: 100%;
}

/*zee footer menu end*/

.blur-hover:hover {
    filter: blur(0);
}

.blur-hover {
    filter: blur(3px);
}

/*search css*/

/* Layout for search container */
.search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #2d1113;
    z-index: 1050;
}

.js .search {
    position: fixed;
    z-index: 1050;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 50vh;
}

.btn--search-close {
    font-size: 2em;
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    display: none;
}

.js .btn--search-close {
    display: block;
}

.search__form {
    margin: 5em 0;
}

.search__input {
    font-family: inherit;
    font-size: 30px;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    width: 75%;
    max-width: 900px;
    padding: 0;
    color: #fff;
    border-bottom: 2px solid !important;
}

.search__input::-webkit-input-placeholder {
    opacity: 0.1;
    /* WebKit, Blink, Edge */
    color: #fff;
}

.search__input::-moz-placeholder {
    opacity: 0.1;
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.search__input:-ms-input-placeholder {
    opacity: 0.1;
    /* Internet Explorer 10-11 */
    color: #fff;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.search__input::-ms-clear {
    display: none;
}

/************************/
/* Transitions 			*/
/************************/

.js .main-wrap {
    transform: perspective(1000px);
    transition: transform 0.6s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.js .main-wrap--move {
    transform: perspective(1000px) translate3d(0, 500vh, 0) rotate3d(1, 0, 0, 90deg);
}

.js .search {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.6s;
}

.js .search--open {
    pointer-events: auto;
    opacity: 1;
}

/* Close button */
.btn--search-close {
    background: transparent;
    border: none;
    color: white;
    opacity: 0;
    transform: scale3d(0.8, 0.8, 1);
    transition: opacity 0.6s, transform 0.6s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.search--open .btn--search-close {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* Search form with input and description */
.js .search__form {
    opacity: 0;
    transform: scale3d(0.7, 0.7, 1);
    transition: opacity 0.6s, transform 0.6s;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.js .search--open .search__form {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* Buttons */

.btn--search {
    font-size: 1.5em;
    background: transparent;
    color: #b81e24;
    border: none;
    float: left;
    margin-top: 20px;
}

.btn--search:focus,
.btn--search-close:focus {
    box-shadow: none;
    outline: none;
}

.btn--hidden {
    pointer-events: none;
    opacity: 0;
}

/* Reset Search Input */

.search__input {
    border: 0;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
}

.search__input:focus {
    outline: none;
}

/* Links */

.hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}

/* Icons */

.icon {
    display: block;
    width: 1em;
    height: 1em;
    margin: 0 auto;
    fill: currentColor;
}

.search-wrap {
    margin: 0 0 0 auto;
}

@media screen and (max-width: 40em) {
    .btn--search-close {
        font-size: 1.25em;
    }

    .search-wrap {
        font-size: 0.85em;
        position: absolute;
        top: 2.15em;
        right: 2em;
    }
}

/*end search css*/

/*pagination start*/
.blog_pagination {
    font-size: 20px;
    text-align: center;
}

.blog_pagination ul {
    -webkit-padding-start: 0;
}

.blog_pagination a {
    color: #b89a58;
}

.prev.page-numbers,
.next.page-numbers {
    color: #2d1113;
}

.page-numbers.current {
    color: #fff;
    background: #b89a58;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
}

.page-numbers.current:hover {
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    background: #b81e24;
}

.blog_pagination li {
    list-style-type: none;
    display: inline-block;
    padding: 0 10px;
    direction: rtl;
    text-align: center;
}

/*pagination end*/
/*tabs start*/

.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
}

/* Nav */
.tabs nav {
    text-align: center;
}

.tabs nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.tabs nav ul li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
}

.tabs nav a span {
    vertical-align: middle;
    font-size: 0.75em;
}

.tabs nav li.tab-current a {
    color: #fff;
}

.tabs nav a:focus {
    outline: none;
}

/* Content */
.content-wrap {
    position: relative;
}

.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 1em;
    max-width: 1200px;
    text-align: center;
}

.content-wrap section.content-current {
    display: block;
}

.content-wrap section p {
    margin: 0;
    padding: 0.75em 0;
    color: rgba(40, 44, 42, 0.05);
    font-weight: 900;
    font-size: 4em;
    line-height: 1;
}

/*****************************/
/* Shape */
/*****************************/

.tabs-style-shape {
    max-width: 1200px;
}

.tabs-style-shape nav ul li {
    margin: 0;
}

.tabs-style-shape nav ul li:first-child {
    margin-left: 0;
}

.tabs-style-shape nav ul li.tab-current {
    z-index: 100;
}

.tabs-style-shape nav li a {
    overflow: visible;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 500;
}

.tabs-style-shape nav li a svg:nth-child(2) {
    right: 100%;
    left: auto;
    -webkit-transform: scale3d(-1, 1, 1);
    transform: scale3d(-1, 1, 1);
}

.tabs-style-shape nav li a span {
    display: block;
    overflow: hidden;
    padding: 0.65em 10px;
    background-color: #b89a58;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tabs-style-shape nav li a:hover span {
    background-color: #b81e24;
}

.tabs-style-shape nav li a:hover svg {
    fill: #b81e24;
}

.tabs-style-shape nav li.tab-current a span {
    -webkit-transition: none;
    transition: none;
}

.tabs-style-shape nav li.tab-current a span {
    background: #b81e24;
}

@media screen and (max-width: 58em) {
    .tabs-style-shape nav ul {
        display: block;
        padding-top: 1.5em;
    }

    .tabs-style-shape nav ul li {
        display: block;
        margin: -1.25em 0 0;
        -webkit-flex: none;
        flex: none;
    }

    .tabs-style-shape nav ul li svg {
        display: none;
    }

    .tabs-style-shape nav ul li a span {
        padding: 1.25em 0 2em !important;
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
        line-height: 1;
    }

    .tabs-style-shape nav ul li:last-child a span {
        padding: 1.25em 0 !important;
    }

    .tabs-style-shape nav ul li.tab-current {
        z-index: 1;
    }
}

/*tabs end*/

/*video start*/

.YouTubePopUp-Wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    z-index: 99999;
}

.YouTubePopUp-animation {
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body.logged-in .YouTubePopUp-Wrap { /* For WordPress */
    top: 32px;
    z-index: 99998;
}

.YouTubePopUp-Content {
    max-width: 680px;
    display: block;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.YouTubePopUp-Content iframe {
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
    height: 480px !important;
    border: none !important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.YouTubePopUp-Hide {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.YouTubePopUp-Close {
    position: absolute;
    top: 0;
    cursor: pointer;
    bottom: 528px;
    right: 0;
    margin: auto 0;
    width: 24px;
    height: 24px;
    background: url(../images/close.png) no-repeat;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
}

.YouTubePopUp-Close:hover {
    opacity: 0.5;
}

@media all and (max-width: 768px) and (min-width: 10px) {
    .YouTubePopUp-Content {
        max-width: 90%;
    }
}


@media all and (max-width: 600px) and (min-width: 10px) {
    .YouTubePopUp-Content iframe {
        height: 320px !important;
    }

    .YouTubePopUp-Close {
        bottom: 362px;
    }
}

@media all and (max-width: 480px) and (min-width: 10px) {
    .YouTubePopUp-Content iframe {
        height: 220px !important;
    }

    .YouTubePopUp-Close {
        bottom: 262px;
    }
}

/*video end*/
.image_off, .footer-social-icons a:hover .image_on {
    display: none
}

.image_on, .footer-social-icons a:hover .image_off {
    display: inline-block;
}

/*Blog start*/
.blog-row {
    background: white;
    margin: 10px 0 0;
    border-bottom: 2px solid #2d1113;
}

.blog-row .col-lg-5 {
    padding-right: 0;
    padding-left: 5px;
}

.blog-row .col-lg-7 {
    padding-left: 5px;
    padding-right: 5px;
}

.blog-row .width100Per {
    max-width: 100%;
    width: auto;
    height: auto;
}

.blog-row figure {
    text-align: center;
}

.blog-row .col-lg-7 h2.red-color.font-25 {
    margin-top: 10px;
}

.blog-row .col-lg-7 .red-btn {
    margin: 0 0 10px 10px;
    float: left;
}

/*Blog end*/

/*Catalog start*/
.catalog .red-btn {
    margin-bottom: 10px;
}

.catalog .heading {
    color: #b81e24;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 20px;
}

.catalog-product .paragraph {
    margin-bottom: 0;
    padding-bottom: 10px;
    height: 50px;
}

.catalog-product .video-icon {
    top: 16%;
}

.catalog-product {
    background-color: white;
    padding: 0 5px;
    line-height: 1.3;
    min-height: 400px;
    max-height: 432px;
}



.catalog-product figure {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px !important;
    margin: 0 -5px !important;
    padding-top: 10px !important;
    height: 300px;
}

.videobox {
    background-color: white;
    padding: 0 5px ;
    line-height: 1.3;
	min-height: 270px;
}
.videobox figure {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px !important;
    margin: 0 -5px !important;
    padding-top: 0px !important;
    height: 200px;
}
.videobox figure img {
    width: 100%;
    height: auto
}
.catalog-product2 figure {
    height: 187px;
    margin: 0 auto;
    padding-top: 0 !important;
}

.catalog .col-lg-4 {
    margin-top: 10px;
    padding: 0 5px;
    text-align: center;
}
.single-gallery-image img {
	width: 100%;
	height: 200px;
}

@media(max-width: 767px) {
	.mainPage-slider-title, .mainPage-slider-caption-btn {
		display: none;
	}
	.pzMunuBlock {
		display: block !important;
	}
	#wp-megamenu-header_menu>.wpmm-nav-wrap ul.wp-megamenu>li>a{line-height:1.8 !important;}
	.single-gallery-image img {
		width: 100%;
		height: 110px;
	}
	.single-gallery-image {
		margin-top: 20px;
	}
	.single-gallery-image .col-6 {
		padding: 5px;
	}
}
.catalog-text {
    text-align: right;
}

/*Catalog end*/

.cover-content {
    text-align: center;
    margin-top: -220px;
}

.margin-from-cover {
    margin-top: 60px;
}

/*Shine Animation start*/

.shine-c::after {
    content: '';
    clear: both;
    display: block;
}

.shine-c div {
    position: relative;
}

.shine-h figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* Shine */
.shine-h figure {
    position: relative;
	margin-bottom: 5px;
}

.shine-h figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.shine-h figure:hover::before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/*Shine  Animation end*/
/*Recommendation start*/
#recommendation {
    list-style-type: none;
    -webkit-padding-start: 0;
}

.recommendation {
    text-align: right;
    font-size: 25px;
    padding: 20px 0;
    color: #b81e24;
}

.recommendation-content {
    padding-bottom: 20px;
    text-align: right;
}

.recommendation-content-border {
    border-bottom: 1px solid #2d1113;
}

#recommendation a[aria-expanded="false"] .recommendation:before {
    content: '\002B';
    color: #b81e24;
    font-size: 40px;
    float: left;
    font-weight: 100;
    line-height: 0;
    margin-top: 15px;
    -webkit-text-stroke: 2px #ececec;
}

#recommendation a[aria-expanded="true"] .recommendation:before {
    content: "\2212";
    color: #b81e24;
    font-size: 50px;
    float: left;
    font-weight: 100;
    line-height: 0;
    margin-top: 15px;
    -webkit-text-stroke: 2px #ececec;
}

#recommendation a[aria-expanded="true"] .recommendation {
    border-bottom: none;
}

/*Recommendation end*/

/*Mobile Bottom start*/
#mobile-bottom {
    position: fixed;
    width: 100%;
    display: none;
    bottom: 0;
    height: 40px;
    right: 0;
    background-color: #262262;
    z-index: 10;
    text-align: center;
    padding: 6px 15px;
}

#mobile-bottom .row {
    margin: 0;
}

/*Mobile Bottom end*/
img.da-thumbs-icon {
    height: 40px;
    width: 40px;
    margin: 0 3px;
}

/*Product Detail Page start*/
.detail-page {
    text-align: right;
}

.detail-page h2 {
    font-size: 24px;
    color: #b81e24;
}

.detail-page figure img {
    max-width: 200px;
}

.detail-page figure {
    padding: 10px 0;
}

.detail-page .col-lg-6:last-child {
    background-color: white;
}

.detail-page .col-3 {
    padding: 3px;
    text-align: center;
}

.img-related {
    height: 70px;
    width: 70px;
}

/*Product Detail Page end*/
/* Mega Menu Start*/
.wpmm_brand_logo_wrap {
    display: none;
}
#wp-megamenu-header_menu>.wpmm-nav-wrap ul.wp-megamenu>li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu {
    background-color: #262262;
}

/* Mega Menu End*/

#wp-megamenu-header_menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li a:hover {
    color: #d0cbff;
}

/* zee work  */
#wp-megamenu-header_menu {
    background-color: #262262;
}

#wp-megamenu-header_menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.current-menu-item a{color: #d0cbff; font-weight:normal;}

@media all and (max-width: 2560px)  {
    .mainPage-slider .slick-slide{
        height: 592px;
    }
    .slider-content{
        margin-top: -310px;
    }
    .mainPage-slider-caption-btn{
        margin-top: 50px;
    }
    .margin-from-cover{
        margin-top: 85px;
    }
    .nav-height{
            height: 161px;
    }
    .catalog-product{
            min-height: 462px;
    max-height: 462px;
    }
}
@media all and (max-width: 1920px){
    .mainPage-slider .slick-slide{
        height: 442px;
    }
}
@media all and (max-width: 1700px)  {
    .mainPage-slider .slick-slide{
        height: 380px;
    }
    .nav-height{
            height: 161px;
    }
}
@media all and (max-width: 1600px) {

    .dekarina-nav .custom-navbar {
        padding: 0 10% 0 0;
    }

    .dekarina-nav .custom-navbar .custom-dropdown {
        padding-right: 12%;
    }

    .mainPage-slider .slick-next {
        left: 15px !important;
    }
    .nav-height{
            height: 161px;
    }

    .mainPage-slider .slick-prev {
        right: 15px !important;
    }
}

@media all and (max-width: 1440px) {
    .mainPage-slider-caption-btn {
        margin-top: 20px;
    }
    .mainPage-slider .slick-slide{
        height: 340px;
    }
    .nav-height{
            height: 161px;
    }

    .cover-content {
        margin-top: -150px;
    }

    .dekarina-nav .custom-navbar .custom-dropdown {
        padding-right: 20px;
    }

    .dekarina-nav .custom-navbar {
        padding: 0;
    }

    .slider-content {
        margin-top: -230px;
    }

    .wp-megamenu-wrap .wpmm-nav-wrap > ul {
        padding: 0 17% 0 0;
    }
}

@media all and (max-width: 1199px)and (min-width:769px){

    .mainPage-slider .img-shadow {
        margin-top: -28px;
    }
    .language-icons{
        display: none;
    }
    .subsToLatter-text {
        font-size: 25px;
    }
    .mainPage-slider-title{
        font-size: 40px;
    }
    .mainPage-slider .slick-slide{
        height: 246px;
    }

    .catalog-product .paragraph {
        font-size: 14px;
    }

    .slider-content {
        margin-top: -165px;
    }

    .services-col .services-news p {
        font-size: 1rem;
    }

    .woocommerce a.button {
        padding: 5px 15px !important;
    }

    .da-thumbs .red-btn,
    .da-thumbs .yellow-btn {
        padding: 5px 15px;
    }

    .serv {
        height: 305px;
        padding-top: 5px;
    }
    .serv .margin-top-20px {
        margin-top: 55px;
    }
    .footer-social-icons {
        right: 40%;
    }

    .dekarina-nav ul li a {
        padding: 0 15px;
    }

    .dekarina-nav .custom-navbar .custom-dropdown {
        padding-right: 1%;
    }

    .about p {
        font-size: 14px;

    }
}

@media all and (max-width: 1100px) {

    .mainPage-slider .slider-bg {
        margin-top: -2px;
    }

    #wp-megamenu-header_menu > .wpmm-nav-wrap ul.wp-megamenu > li > a {
        padding-right: 12px;
        padding-left: 12px;
    }
    .nav-height{
            height: 161px;
    }
   
    #sideNav2 li{
        font-size: 16px;
    }
}

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

    .custom-dropdown .col-lg-1 {
        max-width: 12%;
    }
    .contact_us_side_nav li.parent-active > a {
        color: #d0cbff;
        font-weight: bold;
    }

    .hp-bottom .col-lg-2 {
        padding-left: 3px;
        padding-right: 3px;
    }

    .hp-bottom .col-lg-2:first-child {
/*        padding-right: 15px;*/
    }

    .hp-bottom .col-lg-2:last-child {
/*        padding-left: 15px;*/
    }

    .hp-bottom .col-lg-2,
    .contact-us-info .col-lg-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .story_about .col-lg-2,
    #shop-modal .col-lg-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    #sideNav {
        display: block;
    }

    .dekarina-nav .nav-list:last-child .custom-dropdown .col-lg-1 {
        max-width: 10%;
    }

    .about .col-lg-2 {
        max-width: 20%;
        flex: 0 0 20%;
    }

    .custom-dropdown .col-lg-2 {
        max-width: 14.4%;
        flex: 0 0 14.4%;
        text-align: center;
        margin-top: 4px;
        color: #b81e24;
    }

    .custom-dropdown .col-lg-2 .animated-img a {
        margin-top: 0;
    }

    .custom-dropdown .col-lg-2 div.anchor a {
        color: #fff;
        padding: 0;
        margin-top: -18px;
        line-height: 1;
        float: none;
    }

    .custom-dropdown .col-lg-2 div:hover a {
        color: #b81e24;
    }
}

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

    body {
        background: #ececec;
    }

    .portfolio-list .col-md-6:last-child {
        display: none;
    }

    .wp-megamenu-wrap .wpmm-nav-wrap > ul {
        padding: 0;
    }

    .subsToLatter-form-container {
        padding: 10px;
    }

    .subsToLatter-form-container .col-6:first-child {
        padding-left: 5px;
    }

    .subsToLatter-form-container .col-6:last-child {
        padding-right: 5px;
    }
 .article-page .heading-wo-span{
        display: none;
    }
    #sideNav2 {
        -webkit-padding-start: 0;
    }

    #sideNav2 li {
        font-size: 16px;
        line-height: 26px;
    }

    #sideNav3 {
        -webkit-padding-start: 0;
        clear: both;
        float: left;
    }

    #sideNav3 li {
        font-size: 16px;
    }

    .detail-page h2 {
        font-size: 20px;
        margin-top: 10px;
    }

    .catalog-text {
        margin-top: 10px;
    }

    .copyrights {
        visibility: hidden;
        padding-bottom: 20px;
    }

    #sideNav ul {
        -webkit-padding-start: 20px;
    }

    #sideNav li {
        padding: 2px 0;
    }

    #sideNav {
        -webkit-padding-start: 0;
    }

    .recommendation {
        font-size: 18px;
    }

    #mobile-bottom {
        display: block;
    }

    #floating-form,
    #floating-form-bottom {
        display: none;
    }

    .article-page .heading-wo-span {
        width: 100%;
    }

    .margin-from-cover {
        margin-top: 70px;
    }

    .catalog .red-btn {
        font-size: 13px;
        padding: 5px 10px;
    }

    .blog-row .col-lg-5 {
        padding-left: 0;
    }

    .blog-row .col-lg-7 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .blog-row .col-lg-7 h2.red-color.font-25 {
        font-size: 20px;
    }

    .subsToLatter-text {
        font-size: 20px;
        text-align: center;
    }

    .heading-wo-span {
        width: 40%;
    }

    .mainPage-slider .img-shadow {
        margin-top: -23px;
    }

    .lr-line {
        width: 30%;
    }

    .products-slider .slick-prev,
    .products-slider .slick-next {
        top: 25%;
    }

    .services-col .margin-top-20px {
        margin-top: 60px;
    }

    .services-col h3,
    .right-sec h3,
    .portfolio li h3 {
        font-size: 18px;
    }

    .services-col h3 {
        margin-top: -30px;
    }

    .weAre {
        font-size: 1rem;
        margin-top: 10px;
    }

    .about-line {
        margin-top: 0;
    }

    .about {
        padding-top: 15px;
    }

    .products-slider .slick-prev:before,
    .products-slider .slick-next:before {
        padding: 11px;
    }

    .products-slider .slick-next {
        left: 5px !important;
    }

    .products-slider .slick-prev {
        right: 5px !important;
    }

    .img-curve {
        height: 21px;
        display: none;
    }

    .hp-bottom {
        margin-top: 20px;
    }

    .footer {
        font-size: 1rem;
    }

    .footer .numbersection .margin-top-20px {
        margin-top: 0;
    }

    .funds img {
        height: 100px;
        margin-top: 10px;
        margin-bottom: 7px;
    }

    .hp-bottom .col-lg-2:nth-child(1) {
        padding-left: 5px;
        padding-right: 10px;
    }

    .hp-bottom .col-lg-2:nth-child(2) {
        padding-left: 10px;
        padding-right: 5px;
    }

    .hp-bottom .col-lg-2:nth-child(3) {
        padding-left: 5px;
        padding-right: 10px;
    }

    .hp-bottom .col-lg-2:nth-child(4) {
        padding-left: 10px;
        padding-right: 5px;
    }

    .hp-bottom .col-lg-2:first-child .company {
        padding-right: 0;
    }

    .hp-bottom .col-lg-2:nth-child(5) {
        display: none;
    }

    .mainPage-slider-title {
        font-size: 2rem;
    }

    .js .main-wrap--move {
        transform: none;
    }

    .pt50-article {
        padding-top: 10px;
    }

    .mt10 {
        margin-top: 10px;
    }

    .woocommerce a.button {
        padding: 5px 20px !important;
    }

    .da-thumbs .red-btn,
    .da-thumbs .yellow-btn {
        padding: 5px 20px;
    }

    .woocommerce-product-details__short-description {
        margin: 0;
        font-size: 15px;
    }

    .shop-col {
        margin-top: 10px;
    }

    .da-thumbs {
        margin-top: 0;
    }

    #branding h3 {
        font-size: 18px;
        margin-top: 10px;
    }

    #branding .margin-top-20px {
        margin-top: 0;
    }

    #branding img {
        margin-top: 10px;
    }

    #branding p {
        font-size: 15px;
    }

    #branding button {
        font-size: 15px;
    }

    .workshopForm .col-sm-6:first-child {
        padding-right: 0;
        margin-top: 20px;
    }

    .workshopForm .col-sm-6:last-child {
        padding-left: 0;
        margin-top: 20px;
    }

    .workshopBtnS {
        text-align: center;
    }

    .rm-padding-sm {
        padding: 0;
    }

    .footer-margin {
        margin-top: 0;
    }

    .brand_story .brand_section_text {
        font-size: 15px;
    }

    #newsLatter-modal .md-content > div {
        padding: 0 !important;
    }

    #newsLatter-modal .md-content-row a {
        font-size: 18px;
    }

    #newsLatter-modal {
        padding-bottom: 0;
    }

    .contact_us_side_nav {
        font-weight: normal;
        background-color: #262262;
        padding: 10px 15px;
    }

    .contact_us_side_nav i {
        margin-top: 4px;
    }

    .contact_us_side_nav a:hover,
    .contact_us_side_nav a {
        color: white;
    }

    #sideNav .sideNav-heading {
        font-size: 16px;
        line-height: 23px;
    }

    .footer-logo-img {
        margin-top: 10px;
    }

    .about-title {
        margin-bottom: 5px;
    }

    .about-title,
    .shade h3 {
        font-size: 20px;
    }

    .contact-section-form {
        padding: 0 0 20px 0;
    }

    .right-sec p {
        height: auto;
    }

    .portfolio-line {
        margin-top: 25px;
    }

    .contactus-line {
        margin-top: 20px;
    }

    .contact-section {
        margin-top: 0;
    }

    .mainPage-slider .slick-prev:before {
        content: '';
        background-image: none;
    }

    .mainPage-slider .slick-next:before {
        content: '';
        background-image: none;
    }

    .footer-social-icons {
        right: 37%;
    }

    .video-icon {
        right: 38%;
        top: 24%;
        width: 17%;
    }

    .portfolio ul figure {
        float: none;
        width: 100%;
        margin-right: 0;
        height: auto;
    }

    .services-col,
    .contactus-col,
    .portfolio-col {
        padding-right: 15px;
    }

    .contactus-col {
        margin-top: 0;
    }

    .portfolio-col {
        margin-top: 10px;
    }

    .serv {
        height: 313px;
    }

    .services-col .btn,
    .serv .btn {
        padding: 5px 15px;
        font-size: 1rem;
        margin-left: 0;
    }

    .serv ul li {
        font-size: 30px;
    }

    .serv span {
        font-size: 20px;
    }

    .mainPage-slider-caption-btn .btn-left {
        padding: 8px 20px;
    }

    .mainPage-slider-caption-btn {
        text-align: center;
    }

    .hp-bottom .company {
        height: auto;
        padding-bottom: 10px;
    }

}

@media all and (max-width: 800px) {
    .shop-col .shop-img {
        height: 274px;
        width: 100%;
    }

    .mainPage-slider .slider-bg {
        background-size: cover;
        padding-top: 85%;
    }

}

@media all and (max-width: 769px) {

    .slider-content {
        margin-top: -65%;
    }
    .nav-height{
            height: 161px;
    }

}

@media all and (max-width: 767px) {

    .brand_story .col-md-7:first-child {
        padding-left: 15px;
    }

    .language-icons-mobile {
        display: block;
        position: fixed;
        top: 15px;
        right: 33%;
        z-index: 9999;

    }
    .margin-from-cover{
        margin-top: -10px;
    }

    .rem-top-margin-20px {
        margin-top: 0;
    }

    .margin-from-cover {
        margin-top: 56px;
    }

    .wpmm-mobile-menu .wpmm_mobile_menu_btn i {
        font-size: 22px;
    }

    #wp-megamenu-header_menu.wpmm-mobile-menu a.wpmm_mobile_menu_btn {
        margin-top: 12px;
        margin-bottom: 8px;
    }

    .portfolio-list .col-md-6:last-child {
        display: block;
    }

    .wpmm_brand_logo_wrap img {
        width: 110px;
		padding-top: 13px;
		display: block;
    }

    .wpmm_brand_logo_wrap {
        display: inline-block;
    }

    .wp-megamenu-wrap ul.wp-megamenu > li {
        border-left: none;
        border-bottom: 1px solid #403b8e;
    }

    .wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu {
        text-align: right;
        height: 100vh;
    }

    #wp-megamenu-header_menu.wp-megamenu-wrap.wpmm-mobile-menu > .wpmm-nav-wrap ul.wp-megamenu > li > a {
        font-size: 18px;
    }

    .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu li {
        padding: 0 20px;
    }

    #wp-megamenu-header_menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li.current-menu-item a {
        color: #d0cbff;
    }

    #wp-megamenu-header_menu > .wpmm-nav-wrap ul.wp-megamenu > li ul.wp-megamenu-sub-menu li a {
        font-size: 16px;
        padding: 0;
    }

    .wpmm-mobile-menu ul.wp-megamenu li > a b {
        float: left;
    }

    #wp-megamenu-header_menu {
        background-color: #fff;
    }

    #wp-megamenu-header_menu > .wpmm-nav-wrap ul.wp-megamenu > li.wpmm_dropdown_menu ul.wp-megamenu-sub-menu,
    #wp-megamenu-header_menu > .wpmm-nav-wrap ul.wp-megamenu li.wpmm-type-widget .wp-megamenu-sub-menu li .wp-megamenu-sub-menu {
        width: 100%;
        z-index: 10;
    }

    .wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap .wp-megamenu {
        padding: 0;
    }

    .wpmm_brand_logo_wrap img {
        margin: 10px;
    }
    #wp-megamenu-header_menu>.wpmm-nav-wrap ul.wp-megamenu>li ul.wp-megamenu-sub-menu li a
    {
        line-height: 34px;
    }

    #wp-megamenu-header_menu > .wpmm-nav-wrap ul.wp-megamenu > li > a {
        line-height: 1.8;
        padding: 0 15px;
    }

    .serv .margin-top-20px,
    .services-col .margin-top-20px {
        margin-top: 20px;
    }

    .serv {
        height: auto;
        padding: 15px;
    }

    .services .c-p-r {
        padding: 0 15px;
    }

    .services-col {
        background: transparent;
        border-bottom: none;
    }

    .serv-arrow {
        margin-top: 10px;
    }

    .services-col .services-news {
        background: white;
        margin-bottom: 20px;
        border-bottom: 2px solid #004094;
    }

    .serv .serv-arrow {
        margin-top: 20px;
    }

    .brand_story .col-md-7:nth-child(2) {
        padding-right: 15px;
    }

    .brand_story .col-md-7:first-child .brand_section_text_content {
        padding: 10px;
    }

    .brand_story .col-md-7:nth-child(2) .brand_section_text_content {
        padding: 10px;
    }

    .video-icon {
        height: 80px;
        width: 80px;
    }

    .footer-social-icons {
        right: 32%;
    }

    .serv h2 {
        padding: 3px 15px;
    }

    .serv .btn {
        padding: 5px 15px;
        margin-top: 20px;
        float: right;
    }

    .portfolio li p {
        font-size: 1rem;
    }

}

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

    .gallery .col-lg-2 {
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 5px;
    }
}

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

    a.set-minheight250 {
        min-height: auto;
    }

    .catalog-product figure {
        height: 200px;
    }

    .catalog-product2 figure {
        height: 150px;
    }

    img.da-thumbs-icon {
        height: 30px;
        width: 30px;
        margin: 0 3px;
    }

    .catalog-product .paragraph {
        display: none;
    }

    .catalog-product .heading {
        margin-top: 10px;
        padding-bottom: 5px;
        font-size: 16px;
    }

    .catalog .red-btn {
        display: none;
    }

    .mainPage-slider .img-shadow {
        margin-top: -18px;
    }

    .heading-wo-span {
        width: 50%;
    }

    .lr-line {
        width: 25%;
    }

    .products-slider .slick-next {
        left: -2px !important;
    }

    .products-slider .slick-prev {
        right: -2px !important;
    }

    .c-container {
        width: 95%;
    }

    .funds img {
        height: 100px;
    }

    .funds {
        margin: 0;
    }

    .shop-col .shop-img {
        height: 150px;
        width: 100%;
    }

    .workshopForm .col-sm-6:first-child {
        padding-right: 0;
        padding-left: 0;
        margin-top: 15px;
    }

    .workshopForm .col-sm-6:last-child {
        padding-right: 0;
        padding-left: 0;
        margin-top: 20px;
    }

    .video-i-frame {
        height: 200px;
    }

    .cart {
        margin-top: 4px;
    }

    .woocommerce a.button {
        padding: 3px 12px !important;
        font-size: 15px !important;
    }

    .checkout_form > div {
        padding-right: 0;
    }

    .shop-col h2 {
        padding: 0;
        font-size: 15px;
    }

    .da-thumbs .da-thumbs-container .da-thumbs-div .da-thumbs-span h3 {
        font-size: 20px;
        margin-top: 10%;
    }

    .da-thumbs .red-btn,
    .da-thumbs .yellow-btn {
        padding: 3px 12px;
        font-size: 15px;
    }

    .myburger {
        margin-top: 7%;
    }

    .serv {
        height: auto;
    }

    .serv h2 {
        padding: 5px 25px;
        font-size: 40px;
    }

    .services-col {
        margin-top: 20px;
    }

    .about-bottom-btn .red-btn,
    .about-bottom-btn .yellow-btn {
        font-size: 15px;
        padding: 5px 10px;
    }

    .shop-img-bottom .btn {
        margin: 0;
    }

}

@media all and (max-width: 500px) {
    .footer-social-icons {
        right: 28%;
    }

    .cart {
        margin-top: 0;
    }

    .cart.pro-detali-cart {
        clear: both;
    }

    .video-icon {
        height: 60px;
        width: 60px;
        right: 45%;
    }

    .catalog .video-icon {
        right: 30%;
    }

    .mainPage-form-submit {
        padding: 6px 50px;
    }

    .about-heading {
        padding: 5px;
        font-size: 20px;
        letter-spacing: -1px;
    }

}

@media screen and (max-height: 450px) {
    header .overlay {
        overflow-y: auto;
    }

    header .overlay a {
        font-size: 20px
    }

    header .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

@media all and (max-width: 450px) {
    .mainPage-form-submit {
        margin-top: -114px;
    }
    .catalog-product{
        min-height: 260px;
    max-height: 260px;
    }

    .heading-wo-span {
        width: 60%;
    }

    .lr-line {
        width: 20%;
    }

    .contact-section-form {
        padding: 0;
    }

    .catalog-product2 figure {
        height: 130px;
    }


@media all and (max-width: 412px) {
    .footer-social-icons {
        right: 25%;
    }

    .video-icon {
        height: 85px;
        width: 86px;
        right: 42%;
        top: 20%;
    }

}

@media all and (max-width: 400px) {

    .funds img {
        height: 80px;
    }
}

@media all and (max-width: 376px) {
    .footer-social-icons {
        right: 22%;
    }
    .catalog-product{
        min-height: 260px;
        max-height: 260px;
    }
    .catalog-product2 figure {
        height: 110px;
    }

    .cart a {
        margin: 15px -10px 0 0;
    }

    .videobox figure {
        height: 126px;
    }

    .catalog .video-icon {
        height: 50px;
        width: 50px;
    }

    .btn--search {
        margin-top: 15px;
    }

    .woocommerce a.button {
        padding: 3px 10px !important;
        font-size: 12px !important;
    }

    .da-thumbs .red-btn,
    .da-thumbs .yellow-btn {
        padding: 3px 10px;
        font-size: 12px;
    }
    .mainPage-slider .slick-slide{
        height: 280px;
    }

}

@media all and (max-width: 339px) {
    .custom-stock {
        padding: 7px 10px;
    }

    .stock-btn {
        padding: 0;
    }
     .mainPage-slider .slick-slide{
        height: 280px;
    }

}

@media all and (max-width: 321px) {
    .footer-social-icons {
        right: 19%;
    }
    .mainPage-slider .slick-slide{
        height: 270px;
    }
}
@media all and (max-width: 320px){
    .mainPage-slider .slick-slide{
        height: 270px;
    }
}

/*custom container*/

.custom-container {
    margin: 0 auto;
}

@media (min-width: 576px) {
    .c-container {
        max-width: 510px
    }

    .custom-container {
        max-width: 600px;
    }
}

@media (min-width: 768px) {
    .c-container {
        max-width: 690px
    }

    .custom-container {
        max-width: 780px;
    }
}

@media (min-width: 992px) {
    .c-container {
        max-width: 930px
    }
   

    .custom-container {
        max-width: 1020px;
    }
}


@media (min-width: 1200px) {
    .c-container {
        max-width: 1110px
    }
    

    .custom-container {
        max-width: 1200px;
    }

}



@media (max-width: 1400px) {
	#wp-megamenu-header_menu > .wpmm-nav-wrap ul.wp-megamenu > li > a {
		padding: 15px 15px;
	}
}


 