
/* Default Template */
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item { text-align: center; }
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > span, .wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-image > a { -webkit-border-radius: 1em; border-radius: 1em; }
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper { margin-bottom: 0; }
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper + .wdt-content-icon-wrapper { display: block; font-size: 60px; line-height: 0; margin-top: -8px; margin-bottom: -0.4em; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-white); color: rgba(var(--wdt-elementor-color-accent-rgb),0.85); font-size: 24px; height: 60px; width: 60px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 3px 0 rgba(var(--wdt-elementor-color-secondary-rgb),0.15); box-shadow: 0 0 3px 0 rgba(var(--wdt-elementor-color-secondary-rgb),0.15); }
.wdt-image-box-holder.wdt-rc-template-default .wdt-content-item:hover .wdt-content-media-group .wdt-content-icon-wrapper .wdt-content-icon span { background-color: var(--wdt-elementor-color-accent); color: var(--wdt-elementor-color-white); }

/* Standard Template */
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item { text-align: center; -webkit-box-shadow: 0 0 1px 1px rgba(var(--wdt-elementor-color-secondary-rgb),0.15) inset; box-shadow: 0 0 1px 1px rgba(var(--wdt-elementor-color-secondary-rgb),0.15) inset; }
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group { background-color: #f5f5f5; margin-bottom: 0; }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-detail-group { padding: 20px; }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > span { min-width: 100px; }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > span { height: 100px; padding: 0; width: 100px; -webkit-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 0 2px rgba(var(--wdt-elementor-color-secondary-rgb),0.25); box-shadow: 0 0 2px rgba(var(--wdt-elementor-color-secondary-rgb),0.25); }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > a img,
.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item .wdt-content-media-group .wdt-content-image-wrapper .wdt-content-image > span img { height: 100%; object-fit: cover; object-position: center center; }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-media-group { background-color: var(--wdt-elementor-color-accent); }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-media-group .wdt-content-title h5, .wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-media-group .wdt-content-title h5 > a { color: var(--wdt-elementor-color-white); }

.wdt-image-box-holder.wdt-rc-template-standard .wdt-content-item:hover .wdt-content-media-group .wdt-content-title h5 > a:hover { color: var(--wdt-elementor-color-black); }

/* Custom Css */


.wdt-content-item .wdt-specification-block img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }

.wdt-content-item .wdt-specification-block { display: grid; align-items: center; justify-content: stretch; grid-template-columns: repeat(1, 1fr); align-content: stretch; overflow: hidden; }

.wdt-content-item .wdt-specification-block .wdt-content-image-wrapper,
.wdt-content-item .wdt-specification-block .wdt-content-detail-group { width: 100%; height: 100%; display: block; }

.wdt-content-item .wdt-specification-block .wdt-content-image-wrapper .wdt-content-image,
.wdt-content-item .wdt-specification-block .wdt-content-image-wrapper .wdt-content-image a { display: block; height: 100%; }

.wdt-content-item .wdt-specification-block .wdt-content-detail-group .wdt-content-spec-group,
.wdt-content-item .wdt-specification-block .wdt-content-detail-group .wdt-content-button-group{ display: grid; grid-template-columns: repeat(1, 1fr); align-self: stretch; }

.wdt-custom-specification-section .wdt-content-item .wdt-specification-block img { width: calc(100% + 20px)!important; max-width: calc(100% + 20px)!important; transition: opacity .35s,transform .35s,-webkit-transform .35s; transform: translate3d(-10px,0,0); -webkit-transform: translate3d(-10px,0,0); backface-visibility: hidden; }
.wdt-custom-specification-section .wdt-content-item:hover .wdt-specification-block img { transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); 
opacity: 0.5;}
.wdt-custom-specification-section .wdt-content-item:hover .wdt-specification-block .wdt-content-image a { background: var(--wdtSecondaryColor); }
.wdt-content-item .wdt-specification-block .wdt-content-detail-group { padding: 30px 0 0 0; }
.wdt-custom-specification-section .wdt-content-item .wdt-specification-block .wdt-content-detail-group .wdt-content-title h5 { font-size: var(--wdtFontSize_Ext); font-weight: calc(var(--wdtFontWeight_Alt) - 100); letter-spacing: 0.5px; }
.wdt-custom-specification-section .wdt-content-item .wdt-specification-block .wdt-content-image-wrapper .wdt-content-subtitle {
    position: absolute; top: 15px; left: 15px; height: 55px; width: 55px; line-height: 55px; background: var(--wdtSecondaryColor); color: var(--wdtAccentTxtColor);
    text-align: center; border-radius: var(--wdtRadius_Full); text-transform: uppercase; font-size: var(--wdtFontSize_Ext); transition: var(--wdtBaseTransition);
}
.wdt-custom-specification-section .wdt-content-item:hover .wdt-specification-block .wdt-content-detail-group .wdt-content-subtitle { background: var(--wdtPrimaryColor); }
.wdt-custom-specification-section .wdt-content-item .wdt-specification-block .wdt-content-detail-group .wdt-content-spec-group .wdt-content-spec-items { padding: 5px 0px 5px 30px; }
.wdt-custom-specification-section .wdt-content-item .wdt-specification-block .wdt-content-detail-group .wdt-content-spec-group .wdt-content-spec-items::before {
    content: ''; background: var(--wdtSecondaryColor); width: 14px; height: 24px; margin: auto;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 30' style='enable-background:new 0 0 30 30;' xml:space='preserve'%3E%3Cpath d='M29.4,4.9c0.8,0.8,0.8,2.2,0,3L12.2,25.1c-0.8,0.8-2.2,0.8-3,0l-8.6-8.6c-0.8-0.8-0.8-2.2,0-3c0.8-0.8,2.2-0.8,3,0l7.1,7.1 L26.3,4.9C27.2,4.1,28.5,4.1,29.4,4.9L29.4,4.9z'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30 30' style='enable-background:new 0 0 30 30;' xml:space='preserve'%3E%3Cpath d='M29.4,4.9c0.8,0.8,0.8,2.2,0,3L12.2,25.1c-0.8,0.8-2.2,0.8-3,0l-8.6-8.6c-0.8-0.8-0.8-2.2,0-3c0.8-0.8,2.2-0.8,3,0l7.1,7.1 L26.3,4.9C27.2,4.1,28.5,4.1,29.4,4.9L29.4,4.9z'/%3E%3C/svg%3E%0A");
    -webkit-mask-position: center; -webkit-mask-size: 14px auto; -webkit-mask-repeat: no-repeat; mask-position: center; mask-size: 14px auto; mask-repeat: no-repeat; position: absolute; left: 0px;
}

@media only screen and (max-width: 1700px){
    .wdt-content-item .wdt-specification-block .wdt-content-detail-group .wdt-content-spec-group,
    .wdt-content-item .wdt-specification-block .wdt-content-detail-group .wdt-content-button-group{ grid-template-columns: repeat(1, 1fr); }

    .wdt-content-item .wdt-specification-block .wdt-content-detail-group .wdt-content-spec-group .wdt-content-spec-block,
    .wdt-content-item .wdt-specification-block .wdt-content-detail-group .wdt-content-button-group .wdt-link-button{ margin-bottom: 20px; }
}

@media only screen and (max-width: 1280px){
    .wdt-content-item .wdt-specification-block{ grid-template-columns: repeat(1, 1fr); }    
}

@media only screen and (max-width: 767px){
    .wdt-content-item .wdt-specification-block .wdt-content-detail-group .wdt-content-spec-group, .wdt-content-item .wdt-specification-block .wdt-content-detail-group .wdt-content-button-group{
        grid-template-columns: repeat(1, 1fr);
    }

    .wdt-custom-specification .wdt-content-item .wdt-specification-block .wdt-content-detail-group .wdt-content-spec-group,
    .wdt-custom-specification .wdt-content-item .wdt-specification-block .wdt-content-detail-group .wdt-content-button-group{
        margin: 0;
    }
}