/* Add here all your CSS customizations */
/*Header Section Start*/
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

a{
	--font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}



.page-header {
    background-color: #f1f3f7;
    margin: 65px 0 50px 0;
    min-height: 50px;
    padding: 55px 0;
    position: relative;
    text-align: center;
}


.page-header .header-title{
    font-size: 24px;
    line-height: .928em;
    font-weight: 600;
    font-family: crimson text,serif;
    font-family: 'EB Garamond', serif;
    color: #000;
}

.page-header .header-subtitle{
    display: block;
    margin: 10px 0 0;
    box-sizing: border-box;
    color: #000;
    font-family: Montserrat;
    font-family: 'EB Garamond', serif;
    font-size: 13px;
    line-height: 1.54em;
    font-weight: 400;
    letter-spacing: .15em;
    text-transform: uppercase;
}

@media only screen and (max-width: 680px){
    .page-header .header-title{
        font-size: 24px;
        line-height: 50px;
        letter-spacing: 0;
    }
    .home .biography-section h2 {
        text-align: center!important;
    }
}
/*Header Section Start*/

/* side bar*/

.slider-range-wrapper .slider-range .noUi-connect {
    background-color: #000;
}
.slider-range-wrapper .slider-range .noUi-handle {
    background-color: #fff;
    border: 1px solid black;
}

.sy-controls{
    display:block;
}

#togglePrice button{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    outline: 0;
    line-height: 2em;
    font-weight: 600;
    text-transform: uppercase;
    box-sizing: border-box;
    letter-spacing: .3em;
    margin: 0;
    font-family: open sans,sans-serif;
    font-family: 'EB Garamond', serif;
    -webkit-transition: .5s cubic-bezier(.165,.84,.44,1);
    -moz-transition: .5s cubic-bezier(.165,.84,.44,1);
    transition: .5s cubic-bezier(.165,.84,.44,1);
    padding: 17px 34px;
    font-size: 11px;
    background-color: transparent;
    white-space: nowrap;
    cursor: pointer;
    border: 2px solid currentColor;
    z-index: 3;
}

#togglePrice button:hover{
    background-color: #000;
    color: #fff;
}

.accordion .card-header a{
    font-size: 24px;
    font-weight: 900;
    font-family: crimson text,serif;
    font-family: 'EB Garamond', serif;
    color: #000;
}
.accordion.accordion-style-1 .accordion-header a:before{
    display:none;
}

.list-unstyled a:hover{
color: #000!important;
}
.list-unstyled a:hover{
    text-decoration: underline;
    vertical-align: bottom;
    -webkit-transition: left .5s;
    -moz-transition: left .5s;
    transition: left .5s;
}

.product .image-frame .image-frame-action{
    background-color: black;
    width: 100%;
    display: flex;
    flex-flow: column;
    padding-top: 28px;
}
.image-frame.image-frame-style-1.image-frame-effect-2 .image-frame-wrapper .image-frame-action {
    opacity: 0;
    -webkit-transition: ease all 300ms;
    transition: none;
    -webkit-transform: translate3d(0, 15px, 0);
    transform: none;
    top: 35%;
}
.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-align-end .image-frame-action{
    height:40%;
}

.image-frame-action .price{
    font-size: 35px;
    position: relative;
    display: block;
    margin: 0px 0 0;
    line-height: 1;
    color: #000;
    color: #fff;
    font-size: 35px;
    font-family: crimson text,serif;
    font-family: 'EB Garamond', serif;
    font-weight: 800;
    margin-bottom: 15px;
}

.image-frame-action a.btn{
    background-color: #000;
    padding: 17px 34px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    outline: 0;
    line-height: 2em;
    border-radius: unset;
}

.image-frame-action a.btn:hover{
    background-color: #fff;
    color: #000;
}

.product .image-frame .image-frame-action {
    padding-top: 25px;
}

.image-frame-action .price strong{
    font-size: 16px;
}

.product-info{
	margin-bottom:30px;
	margin-bottom:20px;
}

.product-info-title h3{
    font-size: 25px;
    font-weight: 900;
    font-weight: normal;
    font-family: crimson text,serif;
    font-family: 'EB Garamond', serif;
}
.product-info-title h3 a{
    color: #000;
}

.product-info-title h5 {
    font-size: 13px;
    color: #000;
    letter-spacing: .15em;
}
.image-frame.image-frame-style-1 .image-frame-wrapper.image-frame-wrapper-overlay-light:after {
    background: none;
}
.rating.pd-ratting1{
    bottom: 20px;
    overflow: hidden !important;
    color: #000 !important;
    font-size: 25px !important;
    letter-spacing: 5px !important;
    font-family: "Crimson Text",serif;
    font-family: 'EB Garamond', serif!important;
    line-height: 1 !important;
    letter-spacing: 5px !important;
    -webkit-font-smoothing: antialiased;
}
.rating.pd-ratting1:before {
    content: "*****";
}

.pagination .page-item + .page-item.active .page-link {
    background: #000;
    color:#fff;
}
 a:not(.no-skin):not(.btn):not(.badge):not(.nav-link):hover, a:not(.no-skin):not(.btn):not(.badge):not(.nav-link):focus {
    color: #131415;
}
.pagination .page-link:hover:not(.next):not(.prev) {
    color: #fff;
    border: 1px solid #fff;
}
.page-item.active .page-link{
    border-color: #000
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 25%);
}

.product-info-title h3 a:hover{
    color: #e1e1e1 !important;
}


/*sudebar slider*/
.sidebar-slider .owl-carousel.rounded-style-1 .owl-stage-outer {
    border-radius: 0;
}

.sidebar-slider .owl-carousel.rounded-style-1 .owl-stage-outer:before{
    content: none;
}

.sidebar-slider .owl-carousel.rounded-style-1 .owl-stage-outer:after{
    content: none;
}
.sidebar-slider .owl-carousel.rounded-style-1{
    margin-left: 20px;
}

.sidebar-slider .owl-carousel:not(.mirrored) .owl-nav .owl-prev, .sidebar-slider .owl-carousel:not(.mirrored) .owl-nav .owl-next{
    color: #000;
}

@media only screen and (max-width: 680px){
    .sidebar-slider .owl-carousel.nav-style-3 .owl-nav .owl-next{
        right: 0;
    }
    .sidebar-slider .owl-carousel.nav-style-3 .owl-nav .owl-prev{
        left: 0;
    }
    .sidebar-slider .owl-carousel.rounded-style-1{
        margin-left: 0px;
    }
}


/*HOME PAGE DESIGNING*/
body.home{
    overflow-y: hidden!important;
}

/*.home .wp-caption, img {*/
.home .wp-caption {
    height: 450px;
}

.home .sy-slides-crop {
    /*height: 80%;*/
}

 .home .sy-caption-wrap .sy-caption{
    margin-bottom:50%;
    margin-top: 0px !important;
}
.home .btn-sample {
    margin-left: 40%;
    margin-top: -36%;
}

.home .mkdf-row-grid-section {
    width: 100%;
}

.home .mkdf-info-box-holder .mkdf-info-box-description {
     color: #707070; 
     font-size: 15px;
}

.home .mkdf-btn {
    padding: 17px 38px;
}

.home .mkdf-info-box-holder .mkdf-info-box-inner {
    padding: 53px 56px 54px;
}

.home .mkdf-event-list-holder.mkdf-el-with-image .mkdf-el-date-separated {
    height: auto;
    width: auto;
	display:none
}
.home .mkdf-event-list-holder.mkdf-el-with-image .mkdf-el-date-separated h5 {
    margin: 5px 0 4px;
    font-size: 30px;
    color: #000;
    font-weight: 700;
}

.home .mkdf-event-list-holder.mkdf-el-with-image .mkdf-eli-read-more-holder .mkdf-btn:first-child {
    margin-bottom: 0px;
}

.home .wpb_wrapper .mkdf-eli-image img{
    width: 100%;
	object-fit:cover;
	border: 1px solid #cdcdcd;
}
.home .mkdf-event-list-holder.mkdf-el-with-image .mkdf-eli-subtitle{
    font-size: 15px;
    line-height:26px;
    color: #707070; 
}

.home .home-heading{
    /*background-color: #e1e1e1!important;*/
    border-color: #101010!important;
    font-weight: bold;
    text-align: center!important;
    width: 100%!important;
    color: #8b8b8b;
    font-size: 22px;
}
.home .mkdf-row-grid-section-wrapper.books-videos {
    background-color: transparent !important;
}
.home .vc_custom_1524666511889, .home .vc_custom_1524666511889{
     /*background-color: #e1e1e15c!important;*/
     padding-top: 40px;
    
}

.home .home-video{
    height: auto;
    max-height:400px;
}
.home .home-full-img, .home .home-full-img-half{
    object-fit: cover;
}

.pd-banner{
    padding: 29px 0 45px 6%
    
}
#demo1 h6{
    font-family: "Crimson Text";
    font-family: 'EB Garamond', serif!important;
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    top: 18.33%;
    font-size: 75px;
}

.sy-slides-wrap {
    height: auto;
}

.home .mkdf-single-image-holder .mkdf-si-inner img{
    position: relative;
    display: block;
    max-height: 550px;
    height: 100%;
}
.mkdf-event-list-holder.mkdf-el-with-image .mkdf-el-date-separated{
    left: 50;
}

.home .home-full-img {
	height: auto!important;
    width: 220px !important;
	
}
.edition .box-img-height{
     height: 314px !important;
    width: 261px !important;
    width: auto !important;
}

.price-details{
    padding-left: 3rem!important;
    padding-left: 0rem!important;
    padding-right: 3rem!important;
    padding-right: 0rem!important;
	margin: auto;
	width: 100%;
	max-width: 100%;
}

.article-no-h1 h1{
		font-size:0;
}

@media only screen and (max-width: 1024px) {
    #demo1 h6 {
        font-size: 60px;
    }
    .mkdf-event-list-holder.mkdf-el-with-image .mkdf-el-date-separated{
         left: 20;
     }
    .price-details{
        padding-left: 0rem!important;
        padding-right: 0rem!important;
    }
}
@media only screen and (max-device-width: 991px), screen and (max-width: 991px){
    /*.home .btn-sample {
        margin-left: 250px;
         margin-bottom: -15%;
         padding: 20px 45px;
    }*/
    /*.btn-sample{
    margin-left: 112px !important;
    padding: 13px 11px !important;
    font-size: 13px !important;
    margin-top: -218px !important;
    
 }*/
 .btn-sample {
    margin-left: 135px !important;
    padding: 13px 11px !important;
    font-size: 13px !important;
    margin-top: -218px !important;
}
    .home .sy-caption-wrap .sy-caption {
        font-size:70px;
        margin-bottom:57%!important;
    }
    .home .vc_custom_1527855975745 {
        border-left-width: 0px !important;
        border-bottom: 1px solid #cccccc !important;
    }    
    .home .vc_custom_1527855984295 {
        border-right-width: 0px !important;
        border-left-width: 0px !important;
        border-bottom: 0px solid #cccccc !important;
    }
    .home .vc_custom_1527855991554{
         border-right-width: 0px !important;
        border-left-width: 0px !important;
    }
    
    
}

.h-fix-sliders{
    height:55%;
}

@media only screen and (max-width: 1366px) {
.h-fix-sliders{
  height:48%;
}
}    

@media only screen and (max-width: 768px) {
    
    .r-more{
    margin: 0px 6px 0px !important;
    padding: 20px 10px !important;
    white-space: nowrap;
    }
    
    .h-fix-sliders{
    height:30%;
    }
    
    .r-buy{
     padding: 20px 10px !important;
     white-space: nowrap;
        
    }    
    .f-size-article{
        font-size: 21px !important;
    margin-left: 3px !important;
    } 
    #demo1 h6 {
        font-size: 50px;
        top: 23.33%;
    }
    .btn-sample {
   margin-left: 290px !important;
    padding: 13px 11px !important;
    font-size: 13px !important;
    margin-top: -160px !important;
}

.pd-banner{
    padding: 29px 0 45px 17%
    
}

    .price-details{
        padding-left: 0rem!important;
        padding-right: 0rem!important;
    }
}
@media only screen and (max-width: 680px) {
 .home .home-full-img {
        height: 260px !important;
        width: auto !important;
    }
    .home .mkdf-single-image-holder .mkdf-si-inner img {
        max-height: 300px;
    }
}
@media only screen and (max-device-width: 425px), screen and (max-width: 425px){
    
   .home  .btn-sample {
            margin-left: 139px !important;
            margin-bottom: 30% !important;
            margin-bottom: 0px !important;
            margin-top: -210px !important;
            padding: 10px 6px !important;
            font-size: 12px !important;
    }
    #demo1 h6 {
    font-size: 30px;
    top: 12.33%;
}
    .price-details{
        padding-left: 0rem!important;
        padding-right: 0rem!important;
    }
}
@media only screen and (max-device-width: 375px), screen and (max-width: 375px){
    .h2-mr{
     margin-left: 120px;
    }
    
   .home  .btn-sample {
        margin-left: 115px !important;
        margin-bottom: 30% !important;
        margin-bottom: 0px !important;
        margin-top: -210px !important;
        padding: 10px 6px !important;
        font-size: 12px !important;
    }
    .home .sy-caption-wrap .sy-caption {
        font-size: 30px !important;
        margin-bottom: 47%!important;
        left: 18% !important;
    }
    #demo1 h6 {
    font-size: 30px;
    top: 12.33%;
}
}
@media only screen and (max-device-width: 320px), screen and (max-width: 320px){
    
   .home  .btn-sample {
            margin-left: 85px !important;
            margin-bottom: 30% !important;
            margin-bottom: 0px !important;
            margin-top: -210px !important;
            padding: 10px 6px !important;
            font-size: 12px !important;
    }
    #demo1 h6 {
    font-size: 30px;
    top: 12.33%;
}
}

#header .header-nav-main nav > ul > li > a.dropdown-item  .menu-arrow{
    
}

#header .header-container.container {
    max-width: 100%;
    max-width: 1400px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
}

@media only screen and (max-width: 1048px){
    #header .header-container.container {
        max-width: 100%;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }
}
@media  only screen and (max-width: 1070px) and (min-width: 1049px){
    
    #header .header-container.container {
        width: 100%;
        padding-left: 40px;
        padding-right: 45px;
    }
    
}
@media  only screen and (min-width: 1070px){
    
    #header .header-container.container {
        width: 100%;
        padding-left: 40px;
        padding-right: 50px;
    }
    
}
@media only screen and (max-width: 786px){
 #header .header-logo-size{
         margin-left: -20px;
 }
 
    
}

#productDetailTab  a.nav-link.active{
    border: 2px solid black!important;
    /*border-bottom: 0px!important;*/
}





.bio_image_hp{
  max-height:500px;
}




.desktop-device-none {
    display: none;
}
     
    
@media(max-width:991px) {
  
  .sy-slides-wrap {
    position: relative;
    height: 60vh;
    width: 100%;
}

.sy-slide > a > img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: 0;
    height: 60vh;
    object-fit: cover;
}

  .desktop-device-none {
    display: inherit!important;
    }

    .mobile-device-none{
      display:none!important
    }
    
    .language-switcher-pos {
     display: flex;
      position: absolute;
      right: 90px;
      top: -1px;
      font-size: 13px;
    }
    
    .language-switcher-pos .lang-btn {
      padding: 3px 8px;
    }
    .language-switcher-pos .sep{
      position: relative;
      top: 2px;
    }

    .mobile-cart-button-pos {
        position: absolute;
        right: 60px;
        top: -10px;
    }
    
    
    
    .mobile-cart-button .mobile-cart-button-btn{
      position: absolute;
      top: 13px;
      right: -7px;
    }
    
    
    .mobile-cart-button .mobile-cart-button-btn i{
      font-size: 22px;
    }
    
    .mobile-position-lang-cart {
      position: absolute;
      top: 18px;
      right: 0;
      }
}


.contact-us .parallax .parallax-background{
    background-position: top!important;
}
.contact-us .page-header {
    /*margin:0!important;*/
}

body p{
    color:#000;
    font-size: 14px !important;
	line-height:24px;
}

.content-font p , .content-font, .content-font td{
    font-size: 14px !important;
	line-height:24px;
	line-height: 180%!important;
}

.heading-font {
    font-size: 18px !important;
	margin-top:10px
}

.mkdf-eli-subtitle.content-font p{
    font-family: "Open Sans", sans-serif;
    font-family: 'EB Garamond', serif!important;
}
/* footer styling*/

#footer .footer-copyright, #footer{
    background-color: #e1e1e1;
}
#footer li, #footer a{
    color: #000;
}

#footer .footer-copyright p, #footer .footer-copyright li {
    font-size: 1em;
    /*font-weight: 700;*/
}
#footer .footer-copyright {
     margin-top: 0px; 
}

.foot-s {
    margin-left: 0px !important;
}
#footer .footer-copyright{
    padding: 2em 0 2.8rem 0;
}
/*footer styling end*/

.pd-price {
    font-size: 20px !important;
}

.tab-content{
    border: 1px solid #000;
    padding: 10px 10px 3px;
}

#productDetailTab a.nav-link.active{
    color:#fff !important;
    background:#000 !important;
}

#productDetailTab a:hover{
    color:#fff !important;
    background:#000 !important;
}
.home .vc_col-has-fill>.vc_column-inner{
padding-top: 0px;
}

.added-cart-btn {
    color: #fff !important;
    background-color: #28a745 !important;
}
.d-mobile{
    display:none !important;
}
.d-desktop{
    display:block !important;
}
@media (max-width:575.98px) {
     .d-mobile{
    display:block !important;
}
.d-desktop{
    display:none !important;
}}

@media (min-width:576px) and (max-width:767.98px) {
        .d-mobile{
    display:block !important;
}
.d-desktop{
    display:none !important;
}}

@media (min-width:768px) and (max-width:991.98px) {
        .d-mobile{
    display:none !important;
}
.d-desktop{
    display:block !important;
}}

@media (min-width:992px) and (max-width:1199.98px) {
        .d-mobile{
    display:none !important;
}
.d-desktop{
    display:block !important;
}}

@media (min-width:1200px) {
        .d-mobile{
    display:none !important;
}
.d-desktop{
    display:block !important;
}}



/*****
UPDATE 31052021 ******/
.intro_slider {
  height:550px;
  display:block;
  width:100%;
  margin-bottom:40px;
}


 .slider-home-page{
  width: 100%;
  height:550px;
}
      

.sliderCtn-box {
  width: 100%;
  max-width: 1000px;
  max-width: 1220px;
  height: 350px;
  height: 550px;
  margin: auto;
  display: table;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  vertical-align: middle;
  position: relative;
}

.slider-info{
	position: absolute;
    top: 0;
    left: 0;
	margin: auto;
	height: 30px;
    display: table;
    bottom: 0;
    text-align: center;
    max-width: 420px;
    width: 100%;
	z-index: 1;
}


.sliderCtn-box img{
  width:100%;
  height:550px;
  object-fit:cover;
}


.sliderCtn-box h3{
    /*right: 0;*/
    
    color: #fff;
    font-size: 22px;
}


.slider-home-page .owl-nav .owl-prev span,
.slider-home-page .owl-nav .owl-next span{
    color: #ffffff!IMPORTANT;
	font-size:32px
}

.owl-carousel .owl-nav {
    top: 50%;
    position: absolute;
    margin-top: -23px;
    width: 90%;
    margin: auto;
    left: 5%;
}


.slider-home-page .owl-dots {
    bottom: 10px;
    display: table;
    width: 100%;
    position: absolute;
    height: 8px;
    display: table;
    text-align: center;
}

.slider-home-page .owl-dots .owl-dot {
  margin-right:3px;
}

.slider-home-page .owl-dots .owl-dot:last-child{
  margin-right:0px;
}

.slider-home-page .owl-dots .owl-dot span{
  background:#fff;
  width:8px;
  height:8px;
  display:block;
  border-radius:50%;
}

html .owl-carousel:not(.mirrored) .owl-dots .owl-dot.active span,
.slider-home-page .owl-dots .owl-dot.active span{
  background:#d2d2d2!important;
}
 
.slider-home-page .button-pos{
    width: 200px;
    margin: 30px auto 0 auto;
}

 
.slider-home-page .btn-slider{
  border: 0;
  width: 100%;
  padding: 5px 0;
  background: #fff;
  cursor:pointer;
  transition:all ease .3s
}

.slider-home-page .btn-slider:hover{
  background: #f2f2f2;
  transition:all ease .3s
}



.slider-home-page .owl-carousel .owl-nav .owl-prev:before,
.slider-home-page .owl-carousel .owl-nav .owl-next:before{
    font-family: 'Font Awesome 5 Free';
    content: "\f054";
    position: relative;
    left: 2px;
    top: 1px;
    font-weight: 900;
    font-size: 0;
}


.acticle-css ul{
	list-style:none;
}

.acticle-css ul li{
}


a{
	cursor:pointer;
}

.readmoreBtn-1{
	color:#595959;
	text-decoration:underline
}

.readmoreBtn-1:hover{
	color:#e1e1e1;
}

.title-max-width{
	max-width: 260px;
	display: table;
    width: 100%;
    margin: auto;
}


.description-ctn h1{
	display:none
}



.img-book .owl-carousel .owl-item img.img-fluid-book {
    display: block;
    width: 80%!important;
    height: 70%!important;
	border: 1px solid #cdcdcd!important;
}


.img-book .img-fluid-book{
	border: 1px solid #cdcdcd!important;
}

.mkdf-event-list-holder.mkdf-el-with-image .mkdf-eli-title {
    margin: 0 0 8px;
    text-align: center;
}


.removeH1 h1{
	display:none!important;
	font-size: 0!important;
}


.portfolio-item-style-2.box-height {
	height: 320px !important;
    margin-bottom: 30px !important;
    display: table;
	margin-left:auto;
	margin-right:auto;
}

.portfolio-item-style-2.box-height .box-img-height {
    /*width: auto !important;*/
    height: 320px !important;
	object-fit:cover;
	object-fit:contain;
	border: 1px solid #cdcdcd;
	border: 0px solid #cdcdcd;
}

.mkdf-event-list-holder.mkdf-el-with-image .mkdf-eli-read-more-holder {
    margin-top: 37px;
    max-width: 300px;
    display: table;
    margin: 10px auto 0 auto;
}

@media only screen and (max-width: 768px){
	.mkdf-event-list-holder.mkdf-el-with-image.mkdf-el-with-image .mkdf-eli-read-more-holder {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 480px){
	.mkdf-event-list-holder.mkdf-el-with-image .mkdf-event-list-holder-inner .mkdf-event-list-item div.mkdf-eli-read-more-holder {
		width: 100%;
		padding: 0px 0;
	}
	
	.mkdf-event-list-holder.mkdf-el-with-image .mkdf-event-list-holder-inner .mkdf-event-list-item div.mkdf-eli-title-holder {
		padding-left: 0px; 
	}

}



.cart-btn {
    position: relative !important;
    display: inline-block !important;
    vertical-align: middle !important;
    width: auto !important;
    outline: 0 !important;
    line-height: 0px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    box-sizing: border-box !important;
    letter-spacing: 0.1em !important;
    margin: 0 !important;
    font-family: "Open Sans",sans-serif !important;
    -webkit-transition: .5s cubic-bezier(.165,.84,.44,1);
    -moz-transition: .5s cubic-bezier(.165,.84,.44,1);
    transition: .5s cubic-bezier(.165,.84,.44,1);
    padding: 15px 25px !important;
    font-size: 10px !important;
    color: #000 !important;
    background-color: transparent !important;
    white-space: nowrap !important;
    cursor: pointer !important;
    border: 2px solid currentColor !important;
    z-index: 3 !important;
    border-radius: 0 !important;
}

.r-more-btn {
    background-color: #e1e1e1 !important;
    border: none !important;
}

.btn-4 {
    padding: 10px 25px!important;
    /* padding: 10px; */
}


.acticle-css .lead{
	font-size: 1.25rem;
    font-weight: 300;
    margin-top: 40px;
}