/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    border-bottom: 1px solid #33333314;
}

/* Header Menu */
#sp-header {
    box-shadow: none;
}
#sp-header.header-sticky {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    padding: 10px 0;
    font-size: 15px !important;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: capitalize;
    position: relative;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-weight: 500;
    font-size: 14px;
}
.burger-icon>span {
    background-color: #222;
}
.offcanvas-menu > .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #222;
}

/*** Block Styles ***/
/* Button */
.btn {
    padding: 5px 15px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    background: #ff541f;
    border: none;
    display: inline-block;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover, .shop-btn:hover, .button:hover {
    color:  #fff;
    transform: scale(0.95);
    background: #000;
}
.addtocart-bar input.addtocart-button:hover {
    background-color: #000 !important;
    border-color: #000 !important;
}
.btn.white, .btn.white:hover {
    background-color: transparent;
    border: 1px solid #000;
}
.shop-btn, .button {
    background: #fed700;
    padding: 12px 25px 14px 25px;
    border-radius: 30px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/* Slider */
.slider-column .clearfix:first-child {
    border-radius: 7px 7px 0 0;
}
.slider-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.slider-item ul li {
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}
.slider-item ul li:last-child {
    border-bottom: 0;
}

/* Shop */
.shop-column {
    border-radius: 5px;
}

/* About */
.about {
    max-width: 1280px;
    margin: 0 auto;
    border-radius: 5px;
}
.about-item h3 {
    background: #fed700;
    display: inline-block;
    padding: 14px 20px;
}
.about-item {
    border-left: 2px solid #ffffff94;
    padding-left: 40px;
}

/* Feature */
.feature-column {
    border-radius: 5px;
}
.feature-column.center .button {
    background: #ff541f;
    color: #fff;
}

/* Bg Title */
.bg-title h3 {
    background: #ff541f;
    display: inline-block;
    padding: 8px 13px;
    border-radius: 5px;
}

/* Video */
.video {
    z-index: 2 !important;
    background-image: linear-gradient(90deg, #f39a12 40%, #AA845300 0%);
}
.video .sppb-col-md-6:first-child {
    margin-bottom: -70px;
    position: relative;
    z-index: 2;
}
.video-column.right {
    border-radius: 0 20px 20px 0;
}
.video-item {
    min-width: 60px;
    min-height: 60px;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 1;
}
.video-item .sppb-img-container {
    overflow: hidden;
}
.video-item .sppb-img-container:hover:before {
    background-color: rgba(0, 0, 0, 0.90);
}
.video-item .sppb-img-container:before {
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.video-item img {
    width: 100%;
}
#video-popup-container,
#video-popup-containers {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}
.video-item a {
    font-size: 0;
    position: absolute;
    top: 44%;
}
.video-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin-top: 5px;
    margin-left: 0;
    border-radius: 50%;
    z-index: 10;
    border: 4px solid #fff;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: 4;
}
.video-item a:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    margin-top: -11.5px;
    margin-left: -5px;
    border: solid 12px transparent;
    border-left: solid 19px;
    border-left-color: #000;
    z-index: 10;
}
#video-popup-close,
#video-popup-closes {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 9999;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
    opacity: 1;
}
#video-popup-iframe-container,
#video-popup-iframe-containers {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}
#video-popup-iframe,
#video-popup-iframes {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}
#video-popup-overlay,
#video-popup-overlays {
    display: none;
    position: fixed;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
}
#video-popup-close:hover,
#video-popup-closes:hover {
    color: #DE0023;
}
@-webkit-keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        opacity:0
    }
}
@keyframes pulse-border{
    0%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1
    }
    100%{
        -webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
        opacity:0
    }
}

/* Project */
.project-item i {
    height: 37px !important;
    width: 37px !important;
    line-height: 37px !important;
    background: #ff541f;
    border-radius: 5px;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
    overflow: hidden;
    margin: 0;
    background: #fff;
}
.jmm-image.mod-article-image img {
    transform: scale(1);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
    transform: scale(1.12);
    filter: grayscale(100%);
}
.jmm-text {
    padding: 30px;
    border-radius: 0px 0px 0px 0px;
    background: #f7f8f9;
}
.jm-category-module.default .jmm-text .jmm-title {
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
}
.jm-category-module.default .jmm-readmore {
    margin-top: 20px;
}

/* Shop */
button.vmicon:before, .com_virtuemart #cart-view table.cart-summary tr td > .vmshipment_name:before, 
.com_virtuemart #cart-view table.cart-summary tr td > .vmpayment_name:before,
.com_virtuemart #cart-view .billto-shipto .vm2-billto-icon::before {  
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 600;
    font-size: 18px;
}
.com_virtuemart #cart-view .billto-shipto .vm2-shipto-icon:before {
    content: "\f0e0" !important;
    font-family: 'Font Awesome 5 Free'!important;
    font-weight: 600;
}
.com_virtuemart #cart-view .billto-shipto .vm2-billto-icon::before,
.com_virtuemart #cart-view .billto-shipto .vm2-shipto-icon:before {
    font-size: 18px !important;
}
.com_virtuemart #cart-view .billto-shipto .output-shipto input {
    margin-top: 7px;
}
#checkoutForm .cart-summary .sectiontableentry2 span.details-button .details-button {
    margin-top: 13px;
}
.com_virtuemart #cart-view .vm-fieldset-tos input.terms-of-service {
    margin-top: 7px;
}
div#fancybox-content {
    width: 100% !important;
}

/* Bottom */
#sp-bottom {
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-size: 16px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}
#sp-bottom .sp-module .sp-module-title:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    height: 2px;
    width: 30px;
}
#sp-bottom4 ul li span {
    color: #fff;
    height: 32px;
    width: 32px;
    line-height: 32px;
    background: #59B20E;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}
#sp-bottom4 ul li strong {  
    display: none;
}
a.ft-btn {
    padding: 13px 35px;
    background: #59B20E;
    border-radius: 30px;
    display: inline-block;
}
a.ft-btn:hover {
    background: #fff;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
    font-size: 16px;
}
#sp-footer .container-inner {
    border-top: none;
}

/*** Responsive Layout ***/
@media (min-width: 992px) and (max-width: 1280px) {
    .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
        font-size: 14px !important;
        padding: 0 6px;
    }
}

/* Mobile Standard Layout */
@media (max-width: 991px) {
    #sp-header, #sp-header .logo {
        height: 70px;
    }
    #sp-footer p {
        text-align: center;
    }
    body #sp-header {
        padding: 0;
    }
    body, body p {
        font-size: 16px !important;
    }
    .feature .sppb-col-md-4 {
        margin-bottom: 50px;
    }
}

/* Mobile Small Resolution */
@media (max-width: 510px) {
    .cart-summary th, .vm-cart-item-quantity,
    .vm-cart-item-tax {
        min-width: 40px !important;
    }
    table.cart-summary {
        font-size: 8px;
    }
    #checkoutForm .vm-fieldset-pricelist h3,
        table.cart-summary h4, .cart-summary ::placeholder {
        font-size: 10px;
    }
    #fancybox-wrap #fancybox-outer #fancybox-content {
        width: 100% !important;
    }
    #fancybox-wrap {
        width: 100% !important;
        left: 0 !important;
    }
    div#fancybox-content a {
        float: initial;
        display: block !important;
        max-width: 200px;
        margin: 0px auto 10px !important;
    }
    #fancybox-wrap #fancybox-outer h4 {
        text-align: center;
    }
    #checkoutForm .cart-summary .sectiontableentry2 span.details-button .details-button {
        margin-top: 4px;
    }
}
@media (max-width: 480px) {
    body #sp-header {
        top: 0;
    }
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, .slider-item .sppb-btn-success, 
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover, 
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay, 
.btn:hover, .project-item.color i {
    background-color: var(--background-color);
}
.addtocart-bar input.addtocart-button {
    background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, 
.article-list .article .article-header h2 a:hover {
    color: var(--text-color);
}
.btn:hover, .video-item {
    border-color: var(--text-color);
}
.addtocart-bar input.addtocart-button, .btn-primary,
div[class*="-view"] .vm-col.product:hover .spacer,
.page-item.active .page-link, .com-sppagebuilder .product-container .spacer:hover {
    border-color: var(--text-color) !important;
}
.control-buttons button:hover {
    color: var(--text-color) !important;
}


/*********************** equipify.com.ua /***********************/
.article-ratings-social-share,
.block_rating_hits,
.product_label,
#mxcpr,
.article-info,
.pagenavigation,
.related-article-list-container,
.jshop_oiproduct .prod_buttons,
.product .buttons {
    display: none !important;
}

.list_product .image_block {
    width: 95%;
}
.lightbox .image,
.list_product .jshop_img {
    width: 100%;
}
.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 18px !important;
}
.jshop_list_product .product .name {
    min-height: 113px;
}

.list_product .sblock3 {
    padding: 0 !important;
}
.list_product .block_product {
    padding: 15px !important;
}

.logo a {
    height: 81px;
}
.logo-image {
    height: 81px !important;
}
.block_sorting_count_to_page {
    padding-top: 25px;
}
.box_products_sorting .control-label,
.box_products_count_to_page .control-label {
    width: auto !important;
    margin-top: 0 !important;
}
.box_products_sorting .controls,
.box_products_count_to_page .controls {
    margin-left: 5px !important;
}
@media(max-width: 992px){
    .logo a,
    .logo-image {
        height: 70px !important;
    }
}
@media(min-width: 992px){
    .popular-categories .menu,
    .latest-product-list .jshop_list_product,
    .new-product-list .jshop_list_product {
        display: flex;
    }
}
.blog,
.latest-product-list  {
    padding: 60px 0;
}

.popular-categories ul,
.blog ul {
    padding-left: 0;
}
.popular-categories li,
.blog li {
    list-style: none;
}
.blog .sp-module-title {
    padding-bottom: 15px;
}
.blog .mod-articles-item-content span,
.blog .mod-articles-item-content strong,
.blog .mod-articles-item-content p {
    font-size: 16px !important;
    font-weight: normal;
    line-height: 1;
    display: inline-block;
/*    font-family: 'Manrope';*/
}
.latest-product-list .image,
.new-product-list .image {
    min-height: 250px;
}

.popular-categories .image-title {
    text-align: center;
    display: block;
}

.popular-categories .image_block,
.latest-product-list .image_block,
.new-product-list .image_block,
.latest-product-list .jshop_img,
.new-product-list .jshop_img {
    height: 100%;
    width: 100%;
}
.latest-product-list .block_item,
.new-product-list .block_item {
    padding: 10px;
}

@media(min-width: 992px){
    .popular-categories li,
    .new-product-list .block_item,
    .latest-product-list .block_item {
        max-width: calc(100% / 5);
    }

}
.new-product-list .block_item,
.latest-product-list .block_item {
    width: 100%;
}

.page-item.active .page-link {
    background-color: #79BD8F;
    border-color: #79BD8F;
}
.jshop_list_product .name,
.jshop_list_product .jshop_price {
    text-align: center;
}
.jshop_list_product .product .jshop_price {
    font-size: 18px !important;
}
.blog .mod-articles-link {
    font-size: 18px;
}
.chronocredits {
    display: none;
}
.mod-articles-title {
    min-height: 115px;
}
/*********************** END equipify.com.ua /***********************/