@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&display=swap');
body{
    background:#fff;
    color: #ef0404;
    font-family: 'Montserrat', sans-serif;
    font-size:14px;
    overflow-x: hidden; /* Hide horizontal scrollbar */
}


.container-fluid{
    max-width: 1600px !important;
}

#site-header{
    /* position: absolute; */
    /* overflow: hidden; */
    width: 100%;
    background: #262626;
    top: 0px;
    padding: 15px 0px;
    /* padding-top: 0px; */
    /* border-bottom: 1px solid #ffffff42; */
    /* z-index: 999999999999999999999; */
}

.header-top-right-menu{
    margin: 0px;
    padding: 0px;
}
.header-top-right-menu li{
    list-style-type: none;
    display: inline-block;
    float: left;
}
.header-top-right-menu li form{
    position: relative;
    border: 1px solid white;

}
.header-top-right-menu li form input{
    width: 100%;
    background: transparent;
    border: 0px;
    overline: none;
    height: 50px;
    padding: 10px;
    line-height: 50px;
    color: white;
}
.header-top-right-menu li form input::placeholder{
    color: white;
}
.header-top-right-menu li form button{
    background-color: #ef0404;
    color: white;
    border: 0px;
    border-radius: 3px;
    position: absolute;
    top: 7px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    right: -20px;
}
.header-top-right-menu li:first-child{
    margin-right: 30px;
    margin-left: 22px;
}

.header-top-right-menu li .cart{
    border: 1px solid white;
    height: 52px;
    line-height: 50px;
    color: white;
    padding: 0px 10px;
    padding-left: 17px;
    position: relative;
    padding-right: 19px;
}
.header-top-right-menu li .cart span{
    position:absolute;
    width: 35px;
    height: 35px;
    background-color: #ef0404;
    border-radius: 2px;
    top: 7px;
    color: white;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    margin-right: -16px;
}
.search-ico{
    padding: 19px 0px;
    color: white;
    font-size: 15px;
    display: inline-block;
    text-align: right;
}
.search-ico:hover{
    color: #ff1414;
    text-decoration: none;
}
/*footer*/
/*  9.3. Subscribe Block  */
.holder-subscribe-full
{
    position: relative;

    overflow: hidden;
}
.holder-subscribe-full .subscribe-form-title-lg
{
    font-size: 55px;
    font-weight: 600;
    line-height: 1.2em;
    margin-left: -.05em;
    color: #fff;
}
@media (max-width: 1199px)
{
    .holder-subscribe-full .subscribe-form-title-lg
    {
        font-size: 60px;
    }
}
@media (max-width: 767px)
{
    .holder-subscribe-full .subscribe-form-title-lg
    {
        font-size: 45px;
    }
}
.holder-subscribe-full .subscribe-form-title-md
{
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2em;

    color: #fff;
}
@media (max-width: 767px)
{
    .holder-subscribe-full .subscribe-form-title-md
    {
        font-size: 30px;
    }
}
.holder-subscribe-full .subscribe-form-title-sm
{
    font-size: 17px;
    line-height: 1em;
    color: #fff;
}
@media (max-width: 1199px)
{
    .holder-subscribe-full .subscribe-form-title-sm
    {
        font-size: 20px;
    }
}
@media (max-width: 767px)
{
    .holder-subscribe-full .subscribe-form-title-sm
    {
        font-size: 15px;
    }
}
.holder-subscribe-full .subscribe-form-title-xs
{
    font-size: 17px;

    color: #fff;
}
@media (max-width: 767px)
{
    .holder-subscribe-full .subscribe-form-title-xs
    {
        font-size: 15px;
    }
}
@media (max-width: 991px)
{
    .holder-subscribe-full .subscribe-form
    {
        margin-top: 20px;
    }
}
.holder-subscribe-full .subscribe-form .btn
{
    font-size: 21px;
    font-weight: 700;
    line-height: 27px;

    height: auto;
    padding: 20px 50px;

    color: #ef0404;
    border-radius: 5px; 
    background-color: #fff;
}
.holder-subscribe-full .subscribe-form .btn:hover
{
    color: #fff;
    background-color: #000000;
}
@media (max-width: 991px)
{
    .holder-subscribe-full .subscribe-form .btn
    {
        font-size: 14px;
        font-weight: 700; 
        line-height: 16px;

        padding: 15px 30px;
    }
}
@media (max-width: 767px)
{
    .holder-subscribe-full .subscribe-form .btn
    {
        width: 100%;
    }
}
.holder-subscribe-full .form-control-wrap
{
    position: relative;

    margin-right: 30px; 
    margin-left: 100px;
}
@media (max-width: 1860px)
{
    .holder-subscribe-full .form-control-wrap
    {
        margin-left: 60px;
    }
}
@media (max-width: 1199px)
{
    .holder-subscribe-full .form-control-wrap
    {
        margin-left: 30px;
    }
}
@media (max-width: 991px)
{
    .holder-subscribe-full .form-control-wrap
    {
        margin-right: 10px; 
        margin-left: 0;
    }
}
@media (max-width: 767px)
{
    .holder-subscribe-full .form-control-wrap
    {
        margin-right: 0;
    }
}
.holder-subscribe-full .form-control-wrap .bottom
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 2px;

    transition: all .2s .5s; 

    background-color: #fff;
}
@media (max-width: 767px)
{
    .holder-subscribe-full .form-control-wrap .bottom
    {
        height: 1px;
    }
}
@media (max-width: 767px)
{
    .holder-subscribe-full .form-control-wrap
    {
        margin-bottom: 20px;

        border-bottom-width: 1px;
    }
}
.holder-subscribe-full input.form-control
{
    font-size: 24px;

    width: 100%;
    height: 67px;
    padding: 0;

    transition: padding .1s ease .25s; 

    color: #fff;
    border: 0;
    background-color: transparent;
}
.holder-subscribe-full input.form-control::-webkit-input-placeholder
{
    text-transform: none; 

    color: #fff;
}
.holder-subscribe-full input.form-control:-moz-placeholder
{
    text-transform: none; 

    color: #fff;
}
.holder-subscribe-full input.form-control::-moz-placeholder
{
    text-transform: none; 

    color: #fff;
}
.holder-subscribe-full input.form-control:-ms-input-placeholder
{
    text-transform: none; 

    color: #fff;
}
@media (max-width: 1199px)
{
    .holder-subscribe-full input.form-control
    {
        font-size: 17px;
    }
}
@media (max-width: 991px)
{
    .holder-subscribe-full input.form-control
    {
        height: 46px;
    }
}
.holder-subscribe-full input.form-control:focus
{
    padding: 0 15px;

    transition: padding .1s ease;
}
@media only screen and (min-device-width: 1025px)
{
    .holder-subscribe-full input.form-control:focus ~ .bottom
    {
        right: 10px;
        left: 10px;

        transition: all .2s 0s; 

        opacity: 0;
    }
}
.holder-subscribe-full .form-control-wrap
{
    -ms-flex: 1;
        flex: 1;
}
@media (max-width: 767px)
{
    .holder-subscribe-full .form-control-wrap
    {
        min-width: 100%;
    }
}
.holder-subscribe-full .form-control-wrap svg,
.holder-subscribe-full .form-control-wrap svg rect
{
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transition: 0s;
    pointer-events: none; 

    fill: none;
}
.holder-subscribe-full .form-control-wrap svg rect
{
    width: calc(100% - 4px) !important;
    height: calc(100% - 4px) !important;

    transform: rotateY(0) rotateX(180deg) translate(0, -100%); 

    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 400%;
    stroke-dashoffset: 400%;
}
@media (max-width: 767px)
{
    .holder-subscribe-full .form-control-wrap svg rect
    {
        stroke-width: 2;
    }
}
.holder-subscribe-full input.form-control:focus + svg rect
{
    transition: 1s; 

    stroke-dashoffset: 0;
}
@media (max-width: 767px)
{
    .holder-subscribe-full .form-inline
    {
            flex-direction: column; 

        -ms-flex-direction: column;
    }
}
.holder-subscribe-full .circle_decor
{
    width: 50%; 

    opacity: 1;
}
.holder-subscribe-full .circle_decor path,
.holder-subscribe-full .circle_decor circle
{
    fill: #c70d0d;
}
@media (max-width: 767px)
{
    .holder-subscribe-full .circle_decor
    {
        width: 70%;
    }
}
@media (max-width: 575px)
{
    .holder-subscribe-full .circle_decor
    {
        width: 100%;
    }
}
.holder-subscribe-full .errors
{
    position: absolute;

    margin-top: 10px;

    color: inherit;
}
.holder-subscribe-full .form--success
{
    font-size: 18px;
    font-weight: 600;

    width: 100%; 

    text-align: center;

    color: inherit;
}
.holder-subscribe-full input:-webkit-autofill,
.holder-subscribe-full input:-webkit-autofill:hover,
.holder-subscribe-full input:-webkit-autofill:focus,
.holder-subscribe-full input:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 1000px #ef0404 inset !important;
}
.holder-subscribe-full input:-webkit-autofill
{
    -webkit-text-fill-color: #fff !important;
}

.holder-subscribe-full:not(.holder-subscribe--compact)
{
    padding: 32px 0;
    color: #fff;
    background-color: #ef0404;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 992px)
{
    .holder-subscribe-full:not(.holder-subscribe--compact) .row
    {
        -ms-flex-align: center;
        align-items: center;
    }
    .holder-subscribe-full:not(.holder-subscribe--compact) .col-auto
    {
        max-width: 46%; 

        -ms-flex: 0 0 46%;
            flex: 0 0 46%;
    }
}
@media (max-width: 991px)
{
    .holder-subscribe-full:not(.holder-subscribe--compact)
    {
        padding: 60px 0;
    }
    .holder-subscribe-full:not(.holder-subscribe--compact) .row
    {
        display: block;
    }
    .holder-subscribe-full:not(.holder-subscribe--compact) .col
    {
        width: 100%;
    }
    .holder-subscribe-full:not(.holder-subscribe--compact) .col .circle_decor
    {
        width: 80% !important;
    }
}
@media (max-width: 991px)
{
    .holder-subscribe-full:not(.holder-subscribe--compact)
    {
        padding: 50px 0;
    }
}

.holder-subscribe-full.holder-subscribe--compact
{
    position: relative;

    padding: 42px 45px; 

    color: #fff;
    background-color: #ef0404;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1199px)
{
    .holder-subscribe-full.holder-subscribe--compact
    {
        padding: 40px 40px;
    }
}
@media (max-width: 991px)
{
    .holder-subscribe-full.holder-subscribe--compact
    {
        padding: 40px 30px;
    }
}
@media (max-width: 991px)
{
    .holder-subscribe-full.holder-subscribe--compact
    {
        padding: 30px 20px;
    }
}

@media only screen and (max-device-width: 1024px)
{
    .holder-subscribe-full .form-control-wrap svg
    {
        display: none;
    }
}

.popup-newsletter
{
    position: fixed;
    z-index: 172;
    right: 0;
    bottom: -40px;
    left: 0;

    padding: 140px 0 180px;

    transform: translate3d(0, 100%, 0); 

    color: #fff;
}
@media (min-width: 992px)
{
    .popup-newsletter .row
    {
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 1600px)
{
    .popup-newsletter
    {
        padding: 80px 0 120px;
    }
}
@media (max-width: 991px)
{
    .popup-newsletter
    {
        padding: 60px 0 100px;
    }
    .popup-newsletter .row
    {
        display: block;
    }
}
@media (max-width: 767px)
{
    .popup-newsletter
    {
        padding: 40px 0 80px;
    }
}
.popup-newsletter:after
{
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';

    opacity: .95; 
    background-color: #f8357b;
}
.popup-newsletter .container
{
    position: relative;
    z-index: 1;
}
@media (min-width: 1200px)
{
    .popup-newsletter .row
    {
        margin-right: -50px; 
        margin-left: -50px;
    }
    .popup-newsletter .row > *
    {
        padding: 0 50px;
    }
}
@media (max-width: 1199px)
{
    .popup-newsletter .row
    {
        margin-right: -30px; 
        margin-left: -30px;
    }
    .popup-newsletter .row > *
    {
        padding: 0 30px;
    }
}
.popup-newsletter img
{
    max-width: 100%;
}
.popup-newsletter form .errors
{
    position: absolute;
    top: 100%;

    color: #fff;
}

.popup-newsletter-logo
{
    max-width: 350px; 
    margin-bottom: 30px;
}
@media (max-width: 1860px)
{
    .popup-newsletter-logo
    {
        max-width: 300px;
    }
}
@media (max-width: 1199px)
{
    .popup-newsletter-logo
    {
        max-width: 200px;
    }
}

.newsletter-form-title-lg
{
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2em;

    margin-left: -.05em;

    color: #fff;
}
@media (max-width: 1860px)
{
    .newsletter-form-title-lg
    {
        font-size: 45px;
    }
}
@media (max-width: 1600px)
{
    .newsletter-form-title-lg
    {
        font-size: 36px;
    }
}
@media (max-width: 767px)
{
    .newsletter-form-title-lg
    {
        font-size: 26px;
    }
}
.newsletter-form-title-lg:not(:last-child)
{
    margin-bottom: 20px;
}
@media (max-width: 767px)
{
    .newsletter-form-title-lg:not(:last-child)
    {
        margin-bottom: 10px;
    }
}

.newsletter-form-title-sm
{
    font-size: 17px;
    font-weight: 600;

    color: #fff;
}
@media (max-width: 767px)
{
    .newsletter-form-title-sm
    {
        font-size: 15px;
        font-weight: 500;
    }
}
.newsletter-form-title-sm:not(:last-child)
{
    margin-bottom: 20px;
}
@media (max-width: 767px)
{
    .newsletter-form-title-sm:not(:last-child)
    {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px)
{
    .newsletter-form
    {
        margin-top: 20px;
    }
}

.newsletter-form .btn
{
    font-size: 21px;
    font-weight: 700;
    line-height: 27px;

    height: auto !important;
    padding: 20px 50px;

    color: #f8357b;
    background-color: #fff;
}
.newsletter-form .btn,
.newsletter-form .btn:last-child
{
    border-radius: 6px;
}
.newsletter-form .btn:hover
{
    color: #fff;
    background-color: #282828;
}
@media (max-width: 991px)
{
    .newsletter-form .btn
    {
        font-size: 14px;
        font-weight: 700; 
        line-height: 16px;

        padding: 15px 30px;
    }
}
@media (max-width: 767px)
{
    .newsletter-form .btn
    {
        width: 100%;
    }
}

.newsletter-form .form-control-wrap
{
    position: relative;

    margin-right: 30px; 

    -ms-flex: 1;
        flex: 1;
}
@media (max-width: 1600px)
{
    .newsletter-form .form-control-wrap
    {
        min-width: 100%;
        margin-bottom: 30px;
    }
}
@media (max-width: 991px)
{
    .newsletter-form .form-control-wrap
    {
        margin-right: 10px;
    }
}
@media (max-width: 767px)
{
    .newsletter-form .form-control-wrap
    {
        margin-right: 0;
    }
}
.newsletter-form .form-control-wrap .bottom
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    height: 2px;

    transition: all .2s .2s; 

    background-color: #fff;
}
@media (max-width: 767px)
{
    .newsletter-form .form-control-wrap .bottom
    {
        height: 1px;
    }
}
.newsletter-form .form-control-wrap input.form-control
{
    font-size: 24px;

    width: 100%;
    height: 67px;
    padding: 0;

    transition: padding .1s ease .25s; 

    color: #fff;
    border: 0;
    background-color: transparent;
}
.newsletter-form .form-control-wrap input.form-control::-webkit-input-placeholder
{
    text-transform: none; 

    color: #fff;
}
.newsletter-form .form-control-wrap input.form-control:-moz-placeholder
{
    text-transform: none; 

    color: #fff;
}
.newsletter-form .form-control-wrap input.form-control::-moz-placeholder
{
    text-transform: none; 

    color: #fff;
}
.newsletter-form .form-control-wrap input.form-control:-ms-input-placeholder
{
    text-transform: none; 

    color: #fff;
}
@media (max-width: 1199px)
{
    .newsletter-form .form-control-wrap input.form-control
    {
        font-size: 22px;
    }
}
@media (max-width: 991px)
{
    .newsletter-form .form-control-wrap input.form-control
    {
        font-size: 20px; 

        height: 46px;
    }
}
@media (max-width: 767px)
{
    .newsletter-form .form-control-wrap input.form-control
    {
        font-size: 18px;
    }
}
.newsletter-form .form-control-wrap input.form-control:focus
{
    padding: 0 15px;

    transition: padding .1s ease;
}
@media only screen and (min-device-width: 1025px)
{
    .newsletter-form .form-control-wrap input.form-control:focus ~ .bottom
    {
        right: 10px;
        left: 10px;

        transition: all .2s 0s; 

        opacity: 0;
    }
}
.newsletter-form .form-control-wrap input:-webkit-autofill,
.newsletter-form .form-control-wrap input:-webkit-autofill:hover,
.newsletter-form .form-control-wrap input:-webkit-autofill:focus,
.newsletter-form .form-control-wrap input:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 1000px #f8357b inset !important;
}
.newsletter-form .form-control-wrap input:-webkit-autofill
{
    -webkit-text-fill-color: #fff !important;
}
.newsletter-form .form-control-wrap svg,
.newsletter-form .form-control-wrap svg rect
{
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transition: 0s;
    pointer-events: none; 

    fill: none;
}
.newsletter-form .form-control-wrap svg rect
{
    width: calc(100% - 4px) !important;
    height: calc(100% - 4px) !important;

    transform: rotateY(0) rotateX(180deg) translate(0, -100%); 

    stroke: #fff;
    stroke-width: 2;
    stroke-dasharray: 500%;
    stroke-dashoffset: 500%;
}
@media (max-width: 767px)
{
    .newsletter-form .form-control-wrap svg rect
    {
        stroke-width: 2;
    }
}
.newsletter-form .form-control-wrap input.form-control:focus + svg rect
{
    transition: 1s; 

    stroke-dashoffset: 0;
}
@media (max-width: 767px)
{
    .newsletter-form .form-control-wrap .form-inline
    {
            flex-direction: column; 

        -ms-flex-direction: column;
    }
}

@media only screen and (max-device-width: 1024px)
{
    .newsletter-form svg
    {
        display: none;
    }
}

.popup-newsletter-close
{
    font-size: 24px;

    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;

    display: -ms-flexbox;
    display: flex;

    width: 36px;
    height: 36px;

    cursor: pointer;
    transition: .2s; 

    color: #fff;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .2);

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.popup-newsletter-close:hover
{
    opacity: .75;
}
@media (max-width: 767px)
{
    .popup-newsletter-close
    {
        font-size: 24px; 

        width: 32px;
        height: 32px;
    }
}

.popup-newsletter.opened .row > *
{
    animation: anim-elem .3s both;
}

.popup-newsletter .row > *:first-child
{
    animation-delay: .3s;
}

.popup-newsletter .row > *:nth-child(2)
{
    animation-delay: .4s;
}

.popup-newsletter .row > *:nth-child(3)
{
    animation-delay: .5s;
}

@keyframes anim-elem
{
    0%
    {
        transform: translate3d(0, 100px, 0); 

        opacity: 0;
    }
    100%
    {
        transform: translate3d(0, 0, 0); 

        opacity: 1;
    }
}

.newslettermodal--classic.fancybox-content
{
    width: 800px;

    color: #787878;
    background: #fff;
}
.newslettermodal--classic.fancybox-content .popup-newsletter-content
{
    padding: 30px 30px 30px 0;
}
@media (max-width: 575px)
{
    .newslettermodal--classic.fancybox-content .popup-newsletter-content
    {
        padding: 35px 20px;
    }
}
.newslettermodal--classic.fancybox-content .newslettermodal-content-title
{
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;

    color: #282828;
}
.newslettermodal--classic.fancybox-content .popup-newsletter-image
{
    height: 100%;
}
.newslettermodal--classic.fancybox-content .popup-newsletter-image .placeholder-svg
{
    width: 100px;
}
.newslettermodal--classic.fancybox-content .popup-newsletter-info-sm
{
    font-size: 11px;
    line-height: 1.6em;
}
.newslettermodal--classic.fancybox-content .popup-newsletter-info-sm a
{
    text-decoration: underline; 

    color: #787878;
}
.newslettermodal--classic.fancybox-content .popup-newsletter-info-sm a:hover
{
    text-decoration: none;
}

.holder-subscribe-simple
{
    padding: 25px 0; 

    background-color: #ef0404;
}
@media (max-width: 575px)
{
    .holder-subscribe-simple
    {
        padding: 20px 0;
    }
}
.holder-subscribe-simple .subscribe-form
{
    width: 600px;
    max-width: 100%;
    margin: auto;
}
.holder-subscribe-simple .form-control-wrap
{
    -ms-flex: 1;
        flex: 1;
}
.holder-subscribe-simple .form-inline .form-control
{
    width: calc(100% - 25px); 

    border-radius: 4px;
}
@media (max-width: 575px)
{
    .holder-subscribe-simple .form-inline .form-control .holder-subscribe-simple .form-inline .form-control
    {
        width: calc(100% - 15px);
    }
}
.holder-subscribe-simple .btn:not(:hover)
{
    color: #000; 
    background-color: #fff;
}
.holder-subscribe-simple .form-inline .btn:last-child
{
    height: 48px;
}
@media (max-width: 575px)
{
    .holder-subscribe-simple .form-inline .btn:last-child
    {
        height: 44px;
    }
}
.holder-subscribe-simple .holder-subscribe-simple-title
{
    margin-bottom: 15px;

    color: #fff;
}

body:not(.has-squared-btns):not(.has-round-btns) .form-inline .btn:last-child
{
    border-radius: 4px;
}

body.has-squared-btns .form-inline .form-control
{
    border-radius: 0;
}

body.has-round-btns .form-inline .form-control
{
    border-radius: 24px;
}

/*  9.4. Instagram Block  */
.instagram-carousel
{
    position: relative;

    overflow: hidden; 

    margin: 20px 0;
}
.instagram-carousel:last-child
{
    margin-bottom: 0;
}
.instagram-carousel:first-child
{
    margin-top: 0;
}
@media (max-width: 575px)
{
    .instagram-carousel
    {
        margin: 20px -15px 0;
    }
}
.circle_decor_wrap
{
    position: absolute;
    z-index: 1; 
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;

    pointer-events: none;
}
.circle_decor_wrap + *
{
    position: relative;
    z-index: 3;
}

.circle_decor
{
    position: absolute;
    z-index: 1;
    top: 17%;
    left: -8%;

    width: 42%;

    opacity: .75;

    mix-blend-mode: darken;
    fill: #ef0404;
}
.circle_decor path,
.circle_decor circle
{
    fill: inherit;
}
.circle_decor.circle_decor--tr
{
    top: 0;
    right: 0;
    left: auto;

    transform: translate(71%, -71%) rotate(45deg);
}
.circle_decor.circle_decor--bl
{
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;

    transform: translate(-71%, 71%) rotate(45deg);
}
.circle_decor.circle_decor--tl
{
    top: 0;
    right: auto;
    left: 0;

    transform: translate(-71%, -71%) rotate(-45deg);
}
.circle_decor.circle_decor--br
{
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;

    transform: translate(71%, 71%) rotate(-45deg);
}
/*  4. Footer  */
.page-footer
{
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
    background-color: #262626;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}
.page-footer a,
.page-footer .footer-block a,
.page-footer .footer-block ul:not([class]) li a
{
    color: #ffffff;
}
.page-footer a:hover,
.page-footer .footer-block a:hover,
.page-footer .footer-block ul:not([class]) li a:hover
{
    text-decoration: none;

    color: #ef0404;
}
.page-footer p
{
    font-size: 15px;
    font-weight: 400;
    line-height: 28px; 

    margin-bottom: 0;
}
.page-footer p + p
{
    margin-top: 12px;
}
@media (max-width: 991px)
{
    .page-footer .last-mobile
    {
        margin-top: 20px;

        -ms-flex-order: 10;
        order: 10;
    }
}
.page-footer .social-list-circle-sm li a,
.page-footer .social-list-circle li a
{
    background-color: #f7f7f7;
}
.page-footer .social-list-circle-sm li a [class*='icon'],
.page-footer .social-list-circle li a [class*='icon']
{
    color: #ef0404 !important;
}
.page-footer .social-list-circle-sm li a:after,
.page-footer .social-list-circle li a:after
{
    background-color: #ef0404;
}
.page-footer .social-list-circle-sm li a:hover [class*='icon'],
.page-footer .social-list-circle li a:hover [class*='icon']
{
    color: #fff !important;
}
.page-footer .social-list li a
{
    color: #282828;
}
.page-footer .social-list li a:hover
{
    color: #ef0404;
}
.page-footer .box-coupon
{
    border-color: #282828;
}

.footer-top
{
    padding-bottom: 60px;
}
@media (max-width: 991px)
{
    .footer-top
    {
        padding-bottom: 30px;
    }
}
@media (min-width: 992px)
{
    .footer-top:not(.footer-top--bg) > .container > .row
    {
        margin-top: -40px;
    }
    .footer-top:not(.footer-top--bg) > .container > .row > [class*='col-']
    {
        margin-top: 54px;
    }
    .footer-top:not(.footer-top--bg) > .container > .row > [class*='col-']:last-child
    {
        margin-left: auto;
    }
}
.footer-top.footer-top--bg
{
    margin-bottom: 0;
    padding: 25px 0;

    background-color: #fff;
}

.footer-top.footer--dark + .footer-bottom
{
    padding-top: 18px;
}

.footer-logo
{
    display: -ms-flexbox;
    display: flex;
}
.footer-logo a
{
    display: inline-block;
}
.footer-logo a img
{
    max-width: 180px;
}
.footer-logo:not(:last-child)
{
    margin-bottom: 24px;
}
@media (max-width: 991px)
{
    .footer-logo:not(:last-child)
    {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px)
{
    .footer-logo--mt-negative
    {
        margin-top: -30px;
    }
}

.footer-bottom
{
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    padding: 0 0 18px 0;
    color: #ffffff;
    background-color: red;
}
.footer-bottom.footer-bottom--bg,
.footer-bottom.footer--dark
{
    padding: 18px 0;
    background-color: #1c1c1c;
}
.footer-bottom a
{
    color: #ffffff;
}
.footer-bottom a:hover
{
    color: #ef0404;
}
.footer-bottom > .container > .row
{
    -ms-flex-align: center;
    align-items: center;
}
.footer-bottom .footer-logo
{
    margin-top: 0;
}
.footer-bottom.footer-bottom--border
{
    border-top: 1px solid #f7f7f7;
}

.footer-bottom-col-left
{
    -ms-flex: 1;
        flex: 1;
}

@media (min-width: 576px)
{
    .footer-bottom-col-right
    {
        text-align: right;
    }
    .footer-bottom-col-right .payment-link
    {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.footer-bottom-col-right > .row
{
    -ms-flex-align: center;
    align-items: center;
}

.footer-newsletter
{
    max-width: 375px;
}
.footer-newsletter:not(:last-child)
{
    margin-bottom: 30px;
}

.footer-txt-block
{
    max-width: 375px;
}
.footer-txt-block:not(:last-child)
{
    margin-bottom: 20px;
}

.page-footer .text-center > a
{
    display: inline-block;
}

@media (min-width: 768px)
{
    .footer-bottom .row
    {
        display: -ms-flexbox;
        display: flex;

        -ms-flex-align: center;
        align-items: center;
    }
    .footer-bottom .row > *
    {
        float: none;
    }
}

.page-footer .title
{
    text-decoration: none;
}
.page-footer .title,
.page-footer .title > *
{
    color: #ffffff;
}
.page-footer .title h3,
.page-footer .title .h3-style,
.page-footer .title h4,
.page-footer .title .h4-style,
.page-footer .title h5,
.page-footer .title .h5-style,
.page-footer .title h6,
.page-footer .title .h6-style
{
    font-weight: 700;
    margin-bottom: 21px;
    color: #ffffff;
}
.page-footer .title h3 a,
.page-footer .title h3 a:focus,
.page-footer .title .h3-style a,
.page-footer .title .h3-style a:focus,
.page-footer .title h4 a,
.page-footer .title h4 a:focus,
.page-footer .title .h4-style a,
.page-footer .title .h4-style a:focus,
.page-footer .title h5 a,
.page-footer .title h5 a:focus,
.page-footer .title .h5-style a,
.page-footer .title .h5-style a:focus,
.page-footer .title h6 a,
.page-footer .title h6 a:focus,
.page-footer .title .h6-style a,
.page-footer .title .h6-style a:focus
{
    color: #282828;
}

h6.list-title
{
    font-size: 13px;

    margin-bottom: 6px;
    padding-left: 23px;

    text-align: left;
}

.footer-block
{
    margin-top: 40px;
}
.footer-block img
{
    max-width: 100%;
}
.footer-block:first-child
{
    margin-top: 0;
}

.page-footer ul:not([class]),
.footer-list-inline
{
    margin: 0;
    padding: 0;

    list-style: none;
}
.page-footer ul:not([class]) li,
.footer-list-inline li
{
    display: block;
    overflow: hidden; 

    margin-top: 10px;
}
@media (max-width: 991px)
{
    .page-footer ul:not([class]) li,
    .footer-list-inline li
    {
        margin-top: 5px;
    }
}
.page-footer ul:not([class]) li:first-child,
.footer-list-inline li:first-child
{
    margin-top: 0;
}
.page-footer ul:not([class]) li,
.page-footer ul:not([class]) li a,
.footer-list-inline li,
.footer-list-inline li a
{
    font-size: 15px;
    font-weight: 400; 
    line-height: 27px;
}
.page-footer ul:not([class]) li a,
.footer-list-inline li a
{
    display: inline-block;
}
.page-footer ul:not([class]) li a:hover,
.page-footer ul:not([class]) li a:focus,
.footer-list-inline li a:hover,
.footer-list-inline li a:focus
{
    text-decoration: none; 

    color: #0f0909;
}
.page-footer ul:not([class]) li .link-special,
.page-footer ul:not([class]) li a.link-special,
.footer-list-inline li .link-special,
.footer-list-inline li a.link-special
{
    color: #282828;
}
.page-footer ul:not([class]) li a.link-special:hover,
.page-footer ul:not([class]) li a.link-special:focus,
.footer-list-inline li a.link-special:hover,
.footer-list-inline li a.link-special:focus
{
    text-decoration: none; 

    color: #ef0404;
}
.page-footer ul:not([class]) li a[href^='mailto:'],
.footer-list-inline li a[href^='mailto:']
{
    color: #282828;
}
.page-footer ul:not([class]) li a[href^='mailto:']:hover,
.page-footer ul:not([class]) li a[href^='mailto:']:focus,
.footer-list-inline li a[href^='mailto:']:hover,
.footer-list-inline li a[href^='mailto:']:focus
{
    text-decoration: none; 

    color: #ef0404;
}
.page-footer ul:not([class]) li [class*='icon-'],
.footer-list-inline li [class*='icon-']
{
    font-size: 18px; 

    position: relative;

    display: block;
    float: left;

    padding-right: 10px;

    vertical-align: middle;
}

.footer-list-inline
{
    display: -ms-flexbox;
    display: flex;

    margin-right: -15px; 
    margin-left: -15px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.footer-list-inline li
{
    margin: 0 15px;
}

@media (max-width: 991px)
{
    .hidden-mobile
    {
        display: none;
    }
    .footer-top .row[class*='inset-']
    {
        padding: 0;
    }
    .footer-block
    {
        margin: 0 -15px;
        padding: 0 15px;
    }
    .col-no-collapsed + *
    {
        margin-top: 25px;
    }
    .last-mobile .footer-block
    {
        padding-bottom: 0;
    }
    .page-footer .title
    {
        margin: 0;
        padding: 14px 0 12px;
    }
    .page-footer .title h4
    {
        margin: 0;
        padding: 0;
    }
    .page-footer .title h4:not(:last-child)
    {
        padding-right: 30px;
    }
}

.collapsed-mobile .toggle-arrow
{
    display: none;
}

@media (max-width: 991px)
{
    .page-footer .collapsed-mobile
    {
        position: relative;
    }
    .collapsed-mobile
    {
        position: relative;

        overflow: hidden;
    }
    .collapsed-mobile .title
    {
        cursor: pointer;
    }
    .collapsed-mobile .title h2
    {
        margin: 0 0 10px 0;
        padding: 0 0 10px;
    }
    .collapsed-mobile .collapsed-content
    {
        position: absolute;
        top: -10000px;

        visibility: hidden;

        width: 100%;
        padding: 0 0 20px;

        transition: opacity .3s ease; 

        opacity: 0;
    }
    .collapsed-mobile .toggle-arrow
    {
        position: absolute;
        z-index: 100;
        top: 0;
        right: 0;

        display: block;

        width: 50px;
        height: 50px;

        cursor: pointer;
        transition: all .2s ease;
    }
    .collapsed-mobile .toggle-arrow span:first-child
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 14px;
        height: 2px;
        margin-top: -1px;
        margin-left: -7px;

        transition: .2s;
        transform: rotate(-90deg); 

        opacity: 1;
        background-color: #282828;
    }
    .collapsed-mobile .toggle-arrow span:last-child
    {
        position: absolute;
        top: 50%;
        left: 50%;

        width: 2px;
        height: 14px;
        margin-top: -7px;
        margin-left: -1px;

        transition: .35s ease-in-out;
        transform: rotate(-90deg); 

        background-color: #282828;
    }
    .collapsed-mobile.open .collapsed-content
    {
        position: relative;
        top: 0;

        visibility: visible;

        opacity: 1;
    }
    .collapsed-mobile.open .toggle-arrow span:first-child
    {
        transition: .35s ease-in-out;
        transform: rotate(90deg); 

        opacity: 0;
    }
    .collapsed-mobile.open .toggle-arrow span:last-child
    {
        transform: rotate(90deg);
    }
    .footer-block ul:not[class] li a
    {
        width: 100%;
    }
    .page-footer .container > .row > [class*='col-']:last-child .footer-block.collapsed-mobile:only-child
    {
        margin-bottom: 0;

        border-bottom: 0;
    }
    .page-footer .collapsed-mobile .collapsed-content
    {
        margin-bottom: 0;
    }
    .page-footer .collapsed-mobile .toggle-arrow
    {
        right: -5px;

        padding-top: 0;
    }
}
.social-list
{
    display: -ms-flexbox;
    display: flex;

    margin: 0 -5px;
    padding: 0; 

    list-style: none;
}
.social-list li
{
    font-size: 15px;
    line-height: 24px;
    margin-right: 10px;
}
.social-list li a
{
    display: -ms-flexbox;
    display: flex;

    padding: 0 5px;

    text-align: center; 
    text-decoration: none;

    color: #b4b4b4;
}
.social-list li a:hover
{
    color: #ef0404;
}

.social-list-circle
{
    display: -ms-flexbox;
    display: flex;

    margin: 0 -6px;
    padding: 0; 

    list-style: none;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.social-list-circle li
{
    font-size: 24px;
    line-height: 1em; 

    margin: 0 6px 10px;
}
.social-list-circle li a
{
    line-height: 38px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 60px;
    height: 60px;
    padding: 0;
    text-decoration: none;
    border-radius: 50%;
    background-color: #f7f7f7;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.social-list-circle li a [class*='icon']
{
    position: relative;
    z-index: 1;

    color: #ef0404 !important;
}
.social-list-circle li a:after
{
    position: absolute;
    z-index: 0;
    top: -30%;
    left: -30%;

    width: 110%;
    height: 110%;

    content: '';
    transition: .25s ease; 

    opacity: 0;
    border-radius: 50%;
    background-color: #ef0404;
}
.social-list-circle li a:hover [class*='icon']
{
    color: #fff !important;
}
.social-list-circle li a:hover:after
{
    top: -5%;
    left: -5%;

    opacity: 1;
}

body.mac .social-list-circle li a:after
{
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    transition: opacity .25s ease;
}

body.mac .social-list-circle li a:hover:after
{
    top: 0; 
    left: 0;
}

.social-list-circle-sm
{
    display: -ms-flexbox;
    display: flex;

    margin: 0 -5px;
    padding: 0; 

    list-style: none;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
@media (min-width: 768px)
{
    .social-list-circle-sm
    {
        max-width: 240px;
    }
}
.social-list-circle-sm li
{
    font-size: 18px;
    line-height: 1em; 

    margin: 0 5px 10px;
}
.social-list-circle-sm li a
{
    line-height: 44px;

    position: relative;

    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    width: 44px;
    height: 44px;
    padding: 0;

    text-decoration: none; 

    border-radius: 50%;
    background-color: #f7f7f7;

    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.social-list-circle-sm li a [class*='icon']
{
    position: relative;
    z-index: 1;

    color: #ef0404 !important;
}
.social-list-circle-sm li a:after
{
    position: absolute;
    z-index: 0;
    top: -30%;
    left: -30%;

    width: 100%;
    height: 100%;

    content: '';
    transition: .25s ease; 

    opacity: 0;
    border-radius: 50%;
    background-color: #ef0404;
}
.social-list-circle-sm li a:hover [class*='icon']
{
    color: #fff !important;
}
.social-list-circle-sm li a:hover:after
{
    top: 0;
    left: 0;

    opacity: 1;
}

.list-icon-lg
{
    margin: 0;
    padding: 0; 

    list-style: none;
}
.list-icon-lg li
{
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;

    position: relative;

    padding: 0 0 0 35px;
}
.list-icon-lg li:not(:last-child)
{
    margin-bottom: 8px;
}
.list-icon-lg li [class*='icon']
{
    font-size: 23px;

    position: absolute;
    top: .15em;
    left: 0;

    color: #282828;
}

.list-icon,
.dropdn-content ul.list-icon
{
    margin: 0;
    padding: 0; 

    list-style: none;
}
.list-icon li,
.dropdn-content ul.list-icon li
{
    font-size: 14px;
    line-height: 18px; 

    position: relative;

    padding: 0 0 0 26px;
}
.list-icon li:not(:last-child),
.dropdn-content ul.list-icon li:not(:last-child)
{
    margin-bottom: 8px;
}
.list-icon li a,
.dropdn-content ul.list-icon li a
{
    padding-top: 0;
    padding-bottom: 0;
}
.list-icon li [class*='icon'],
.dropdn-content ul.list-icon li [class*='icon']
{
    font-size: 18px;

    position: absolute;
    top: 0;
    left: 0;

    color: #282828;
}

.list li
{
    font-size: 14px;
    line-height: 20px;

    position: relative;

    vertical-align: middle;
}
.list li:not(:first-child)
{
    margin-top: 10px;
}

.list-smaller li
{
    font-weight: 400; 

    position: relative;
}
.list-smaller li:not(:first-child)
{
    margin-top: 2px;
}

.list-marker
{
    margin: 0; 
    padding: 0;
}
.list-marker:not(:first-child)
{
    margin-top: 20px;
}
.list-marker li
{
    font-size: 14px;
    line-height: 20px; 

    position: relative;

    padding-left: 24px;

    list-style: none;
}
.list-marker li:not(:first-child)
{
    margin-top: 10px;
}
@media (max-width: 767px)
{
    .list-marker li
    {
        font-size: 13px;
        line-height: 20px;
    }
    .list-marker li:not(:first-child)
    {
        margin-top: 5px;
    }
}
.list-marker li:before
{
    font-family: 'icon-foxic';
    font-size: 14px;

    position: absolute;
    top: 0;
    left: 0;

    content: '\e951';

    color: #282828;
}
@media (max-width: 767px)
{
    .list-marker li:before
    {
        font-size: 12px;
    }
}

.post-text .list-marker li
{
    font-size: 15px;
    line-height: 20px;
}
@media (max-width: 767px)
{
    .post-text .list-marker li
    {
        font-size: 14px;
        line-height: 20px;
    }
}

.text-right .list-marker li
{
    padding-right: 24px; 
    padding-left: 0;
}

.text-right .list-marker li:before
{
    right: 0; 
    left: auto;
}

@media (max-width: 767px)
{
    .col-sm:not(:first-child) .list-marker
    {
        margin-top: 5px;
    }
}

ul.two-column
{
    column-count: 2;
    column-gap: 20px;
}
ul.two-column li
{
    display: -ms-inline-flexbox;
    display: inline-flex;

    min-width: 100%;
}

ul.three-column
{
    column-count: 3;
    column-gap: 20px;
}
.footer-block .social-list-circle .fab{
    color: #ef0404 !important;
}
.footer-block .social-list-circle li:hover .fab{
    color: #fff !important;
    z-index: 99999;
}
.footer-block a, .page-footer a{
    text-decoration: none;
}
.page-footer .title h4::after{
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    background-color:#282828;
    margin-top: 10px;
}
/*footer*/

/*banner element*/
.top-elements-area{
    background: #ef0404;
    padding: 15px 0px;
}
.top-elements-area .single-item-style{
    border: 1px solid white;
    padding: 10px;
    color: white;
    line-height: 25px;
    vertical-align: middle;
}
.top-elements-area .single-item-style i{
    font-size: 30px;
    line-height: 20px;
    vertical-align: middle;
    padding-right: 10px;
}
.top-elements-area .single-item-style span{
    font-size: 19px;
    font-weight: bold;
    line-height: 20px;
    vertical-align: middle;
}
/*banner element*/

/*heading*/
.site-main-heading{
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-transform: uppercase;
    margin: 0px;
}
.site-main-heading span{
    color: #ef0404;
}
.heading-under{
    text-align: center;
    padding: 4px 0px;
}
.heading-under img{
    max-width: 250px;
}
/*heading*/

/*feature products*/
.feature-products{
    padding: 50px 0px;
    background-color: #262626;
}
.products-wrap{
    margin-top: 30px;
}
.products-wrap .single-product-wrap .product-loop{
    position: relative;
    overflow: hidden;
}
.products-wrap .single-product-wrap{
    border: 1px solid #f4f4f4a3;
    margin-bottom: 30px;
    background-color: white;
}
.products-wrap .single-product-wrap .product-loop .product-img{
    background-color: white;
}
.products-wrap .single-product-wrap .product-loop .product-img img{
    max-width: 100%;
}
.products-wrap .single-product-wrap .product-loop .product-img::after{
/*     content: " "; */
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.0;
    transition: all 0.3s ease-in-out;
}
.products-wrap .single-product-wrap .product-loop .product-action{
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: 99;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.products-wrap .single-product-wrap .product-loop .product-action a{
    line-height: 45px;
    color: white;
    background-color: #000;
    display: block;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
}
.products-wrap .single-product-wrap .product-loop .product-action a:hover{
    background-color:#ef0404;
}
.products-wrap .single-product-wrap .product-loop:hover .product-action{
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.products-wrap .single-product-wrap .product-loop:hover .product-img::after{
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
}
.products-wrap .single-product-wrap .product-meta{
    padding-bottom: 0px;
}
.products-wrap .single-product-wrap .product-meta .smallct{
    color: #565969;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 2.5em;
    text-transform: uppercase;
    text-align: center !important;
    display: block;
    padding-top: 7px;
}
.products-wrap .single-product-wrap .product-meta .bigct{
    color: #000;
    font-weight: 600;
    font-size: 17px;
    display: block;
    text-align: center;
    text-decoration: none;
    padding-bottom: 10px;
}
/*feature products*/

/*tech availabel*/
.tech-availabel{
    padding: 70px 0px;
    background-color: #ef0404;
}
.tech-wrap .dt{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: white;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 34px;
}
.tech-wrap .item-inner{
    text-align: center;
    padding: 10px;
    border: 1px solid #ffffff38;
    min-height: 263px;
}
.tech-wrap .item-inner img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #262626;
    padding: 5px;
    width: 90px;
    display: block;
    margin: 0px auto;
    margin-bottom: 18px;
}
.tech-wrap .item-inner h3{
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    background-color: #262626;
    padding: 5px 7px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.tech-wrap .item-inner p{
    text-align: justify;
    color: #dadada;
    font-weight: 500;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}
/*tech availabel*/

/*about ut*/
.about-us{
    background: #262626;
    position: relative;
    overflow: hidden;
}
.about-us .text-wrap{
    margin-top: 19%;
    padding: 10px 50px;
}
.text-wrap .abtxt{
    font-size: 50px;
    font-weight: 700;
    border-left: 10px solid #ef0404;
    padding: 10px 25px;
    color: #ef0404;
    line-height: 1.1;
    text-transform: uppercase;
}
.about-us .text-wrap p{
    color: white;
    font-size: 19px;
    padding-right: 50px;
    margin-top: 15px;
}
.about-us .side-a{
    position: relative;
    float: left;
    width: 50%;
    height: 100vh;
    background-image: url('../imgs/42_banner.jpg');
    background-size: cover;
    background-position: center;
}
.about-us .side-b{
    position: relative;
    float: right;
    width: 50%;
}
/*about ut*/

/*Categories Icons*/
#category-icons{
    position: relative;
    overflow: hidden;
    background-color: black;
}
#category-icons .cats-home{
    margin: 0px;
    padding: 0px;
}
#category-icons .cats-home li{
    /* font-family: 'Oxanium', cursive; */
    float: left;
    width: 50%;
    list-style-type: none;
    display: inline-block;
}
#category-icons .cats-home li .single-home-cat{
    position: relative;
    overflow: hidden;
}
#category-icons .cats-home li .single-home-cat .cate-info{
    position: absolute;
    overflow: hidden;
    clip-path: polygon(0% 0%, 66% 0%, 96% 100%, -1% 100%);
    background-color: #000000c2;
    width: 104%;
    padding: 20px 30px;
    border-top: 6px solid #ef0404;
    border-right: 6px solid #ef0404;
    bottom: -68px;
    left: 0px;
    transition: all 0.3s ease-in-out;
}
#category-icons .cats-home li .single-home-cat .cate-info .heading_h2{
    color: #FFFFFF;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#category-icons .cats-home li .single-home-cat .cate-info p{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: white;
    text-transform: capitalize;
    width: 70%;
}
#category-icons .cats-home li .single-home-cat .cate-info a{
    display: inline-block;
    background-color: #3c3c3c;
    border-left: 7px solid #ef0404;
    color: white;
    text-transform: uppercase;
    padding: 9px 33px;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    margin-top: 18px;
    transition: all 0.3s ease-in-out;
}
#category-icons .cats-home li .single-home-cat .cate-info a:hover{
    border-left: 7px solid #fff;
    background-color: #ef0404;
    padding-left:36px;
}
#category-icons .cats-home li .single-home-cat:hover .cate-info{
    bottom: 0px;
    transition: all 0.3s ease-in-out;
}
/*Categories Icons*/

.yt-featurs{
    background-color: #ef0404;
    padding: 70px 0px;
    border-bottom: 1px solid black;
}
.yt-featurs .try{
    color: white;
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
    padding: 0px 150px;
}

/*gallery*/
.our-gallery{
    background-color: #e4e4e4;
    padding: 70px 0px;
}
/*gallery*/


/*Breadcrump*/
.bread-crump{
    background-color: #464545;
    padding: 26px 0px;
    color:  white;
    /* margin-top: 94px; */
}
.bread-crump h3{
    margin-bottom: 13px;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: bold;
    color: #ef0404;
}
.bread-crump ul{
    margin: 0px;
    padding: 0px;
}
.bread-crump ul li{
	position: relative;
	list-style-type: none;
	display: inline-block;
	color: white;
	font-size: 15px;
	margin-right: 6px;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
.bread-crump ul li a{
    color: white;
    font-size: 15px;
    margin-right: 15px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.bread-crump ul li a::after{
    content: "/";
    display: inline-block;
    width: 15px;
    height: auto;
    padding-left: 17px;
    color: white;
}
.bread-crump ul li a:hover, .bread-crump ul li:hover{
    color: red;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
/*Breadcrump*/
.products-wrap.page .single-product-wrap{
    border: 1px solid #a3a3a3;
}

.cts-m{
    display: block;
    text-decoration: none;
    color: white;
    background-color: #262626;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 25px;
    transition: all 0.3s ease-in-out;
}
.cts-m:hover{
    background-color:#ef0404;
    color: white;
}

/*Detail Page*/
#single-product{
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}
.app-figure{
     margin-bottom: 50px;
}
#single-product .cart-side-page{
    margin-bottom: 50px;
}
#single-product .cart-side-page h1{
	/* font-family: 'Oxanium', cursive; */
	display: block;
	color: #000000;
	margin: 14px 0 18px;
	font-size: 36px;
	line-height: .96em;
	letter-spacing: -.02em;
	font-weight: 600;
}
#single-product .cart-side-page .tag_small{
    /* font-family: 'Oxanium', cursive; */
    color: #000000;
    font-weight: 600;
    padding-bottom: 15px;
    display: block;
}
#single-product .cart-side-page p{
    /* font-family: 'Oxanium', cursive; */
    margin-bottom: 27px;
    font-size: 16px;
    line-height: 1.7;
}
#single-product .cart-side-page form{
	position: relative;
	overflow:hidden;
}
#single-product .cart-side-page .modal-size{
	float:left;
	width: 50%;
}
#single-product .cart-side-page .modal-size h4{
	font-size: 15px;
	/* font-family: 'Oxanium', cursive; */
}
#single-product .cart-side-page .modal-size select{
	width: 90% !important;
	display: block;
	height: 30px;
}
.quick-add-to-cart{
	position: relative;
}
.quick-add-to-cart label{
	display: none;
}
.quick-add-to-cart input{
	width: 20%;
	float: left;
	margin-top: 20px;
	height: 50px;
}
.quick-add-to-cart button{
	float: left;
	height: 50px;
	margin-top: 20px;
	border: 0px;
	background-color: #ef0404;
	/* font-family: 'Oxanium', cursive; */
	color: white;
	font-size: 15px;
	padding: 0px 25px;
	font-weight: bold;
}
/*Detail Page*/



/*Cart*/
#add-cart{
    position: relative;
    overflow: hidden;
    padding: 50px 0px;
}
.OrdHisTop {background:#1f1f1f;/* float:left; *//* margin-top:15px; */width: 98%;ma;margin-left: 12px; font-family: 'Oxanium', cursive;}
.OrdHisTop ul { margin:0px; padding:0px;}
.OrdHisTop li {display:inline-block;font-size: 14px;font-weight:bold;color:#fff;border-right:1px solid #2C3137;padding:5px 0px;width:17%;text-align:center;list-style:none;/* font-family: 'Oxanium', cursive; */}
.OrdHisTop li:first-child { width:25px;}
.OrdHisTop li:last-child { border:none; width:145px;}
.EmptyCart { margin:20px 0px; text-align:center; font-size:14px; font-weight:bold;}
.EmptyCart a { color:#F00;} .EmptyCart a:hover { text-decoration:none;}
.BasketCon {padding:10px 0px;border: 1px solid #2C3137;float:left;width: 98%;mar;/* margin-lef;/* border-width:0px 1px 1px; */px 1px;/* margin-bottom:15px; */margin-left: 12px;}
.BasketImg { width:115px; float:left; border-right:1px solid #2C3137;}
.BasketDetails { float:left; width:47%; padding:0 3px; display:block}
.BasketDetails p {border-bottom:1px solid #2C3137;padding-bottom:3px;margin-bottom:8px;font-size: 14px;font-weight:bold;color:#424242;/* font-family: 'Oxanium', cursive; */}
.BasketQty { width:17%; float:left; padding:0 3px;}
.BasketCon .txt_id { background:#f1f1f1; border:1px solid #666; text-align:center; margin-bottom:8px;}
.BasketRate { width:13%; float:left; text-align:center; font-size:14px;}
.BasketTotal { width:13%; float:left; text-align:center; padding:0 3px;}
.BasketTotal p { font-size:14px; margin-bottom:10px;}
.BasketTotal a { color:#F00;} .BasketTotal a:hover { text-decoration:none}
.TotalCon { float:right; margin-top:15px;   margin-right:10px;}
.TotalQA { background:#f1f1f1; border:1px solid #ccc; padding:5px;}
.TotalQA label {font-weight:bold;color:#000;float:left;/* font-family: 'Oxanium', cursive; */margin-right:10px;}
.TotalQA span { float:right; font-size:14px; font-weight:bold; color:#900}
.TotalCon p { margin-top:8px; margin-bottom:15px; }
.TotalCon p a {background:#1f1f1f;color:#fff;font-weight:bold;padding:7px;/* font-family: 'Oxanium', cursive; */}
.TotalCon p a:hover { text-decoration:none;}
.UpdateBtn {background:#000;padding: 3px 22px;font-size: 13px;color:#fff;font-weight:bold;border:none;/* font-family: 'Oxanium', cursive; */cursor:pointer;}
.UpdateBtn:hover { background:#666; color:#fff;}
.QuoteForm { margin:15px;}
.SubmitText { font-size:18px; font-weight:bold;   color:#060; padding-top:30px; text-decoration:underline; min-height:250px;}

/*Cart*/

/*quote page*/
#quotation-request{
    padding: 50px 0px;
}
.qoutatoin-inner label{
    /*font-family: 'Oxanium', cursive;*/
    font-size: 14px;
    color: #000;
    width: 100%;
}
.qoutatoin-inner input, .qoutatoin-inner select{
    /*font-family: 'Oxanium', cursive;*/
    width: 100%;
    height: 30px;
    font-size: 13px;
    margin-bottom: 15px;
}
.qoutatoin-inner textarea{
    /*font-family: 'Oxanium', cursive;*/
    width: 100%;
    font-size: 13px;
    margin-bottom: 15px;
}
/*quote page*/


/*About Us*/
#about-us{
    /*background-image: url('../img/bgv.png');*/
    background-size: auto;
    background-position: bottom left;
    background-color: #eaeaea;
    padding: 50px 0px;
    background-repeat: no-repeat;
}
#about-us .about-side-one{
     /*background-image: url('../img/lininbg.png');*/
     background-repeat: no-repeat;
     background-size: cover;
     opacity: 1;
     padding: 24px 91px;
}
#about-us .about-side-one h2{
    /*font-family: 'Oxanium', cursive;*/
    color: #0E0E0E;
    font-weight: 600;
    font-size: 60px;
    margin-bottom: 30px;
    margin-top: 15px;
}
#about-us .about-side-one p{
    /*font-family: 'Oxanium', cursive;*/
    margin: 10px 0;
    font-weight: 400;
    color: #000 !important;
}
#about-us .about-side-two{
    padding-left: 39px;
    margin-top: 77px;
}
#about-us .about-side-two .ppints{
    position: relative;
    overflow: hidden;
}
#about-us .about-side-two .ppints .picon{
    float:left;
    width: 28px;
}
#about-us .about-side-two .ppints .picon i{
    font-size: 27px;
    color: #FF0000;
    background-color: #FFFFFF;
    width: 60px;
    height: 60px;
    border-width: 0px;
    border-radius: 50px 50px 50px 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
}
#about-us .about-side-two .ppints .pdetails{
    float: right;
    width: 90%;
    margin-top: 18px;
    padding-right: 75px;
    padding-left: 0px;
}
#about-us .about-side-two .ppints .pdetails h4{
    /*font-family: 'Oxanium', cursive;*/
    color: #000000;
    line-height: 38px;
    font-size: 26px;
    font-weight: 600;
}
#about-us .about-side-two .ppints .pdetails p{ 
    /*font-family: Oxanium,cursive !important;*/
    margin: 10px 0;
    font-weight: 400;
    color: #000 !important;
}
/*About Us*/


/*Contact us*/
#contact-us{
    position: relative;
    overflow: hidden;
}
#contact-us .contact-side-a, #contact-us .contact-side-b{
    float: left;
    width: 50%;
    padding: 60px;
}
#contact-us .contact-side-a{
    /*background-image:url(../img/contact-us.jpg);*/
    background-color: #000;
    background-size: cover;
    background-position: center;
}
#contact-us .contact-side-b{
    
}
#contact-us .contact-side-a h3{
    /*font-family: 'Oxanium', cursive;*/
    color: white;
    font-size: 33px;
    margin-bottom: 30px;
    font-weight: 600;
}
#contact-us .contact-side-a .breif{
    /*font-family: 'Oxanium', cursive;*/
    font-size: 18px;
    color: white;
}
#contact-us .contact-side-a .ctus{
    margin: 0px;
    padding: 0px;
    margin-top: 40px; 
}
#contact-us .contact-side-a .ctus li{
    position: relative;
    overflow: hidden;
    list-style-type: none;
    display: block;
    margin-bottom: 25px;
}
#contact-us .contact-side-a .ctus li .details{
    padding-left: 42px;
}
#contact-us .contact-side-a .ctus li .details .icon i{
    color: #ef0404;
    font-size: 26px;
}
#contact-us .contact-side-a .ctus li .details .icon{
    position: absolute;
    left: 0px;
}
#contact-us .contact-side-a .ctus li .details strong{
    font-family: 'Oxanium', cursive;
    color: white;
}
#contact-us .contact-side-a .ctus li .details p{
    font-family: 'Oxanium', cursive;
    color: white;
}

#contact-us .contact-side-b h3{
    /*font-family: 'Oxanium', cursive;*/
    color: #ef0404;
    font-size: 33px;
    margin-bottom: 30px;
    font-weight: 600;
}
#contact-us .ttst{
	/*font-family: 'Oxanium', cursive;*/
	font-size: 16px
	font-weight: 400;
}
#contact-us #ttm-contactform input, #ttm-contactform textarea{
	height: 51px;
	border: 0px;
	border-radius: 0px;
	padding: 0px;
	outline: none;
	focus: none;
	border-bottom: 1px solid black;
	margin-bottom: 30px;
}
#contact-us #ttm-contactform input:focus, #ttm-contactform textarea:focus{
	outline: none;
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	
}

#contact-us #submitbtn{
	margin: 0px;
	/*font-family: 'Oxanium', cursive;*/
	border-left: 6px solid #ef0404 !important;
	background: #393939;
	border: none;
	padding: 15px 15px !important;
	transition: all 0.3s ease-in-out;
}
#contact-us #submitbtn:hover{
	border-left: 6px solid #ffffff !important;
	background: #ed1b24;
	transition: all 0.3s ease-in-out;
}
#contact-us .ctsocila{
	margin-top: 70px;
	display: block;
}
#contact-us .ctsocila h5{
	color: white;
	/*font-family: 'Oxanium', cursive;*/
	font-size: 30px;
}
#contact-us .ctsocila a{
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	color: white;
	background-color: #ef0404;
	text-align: center;
}



/*Contact us*/


/*site footer*/
#site-footer{
	background-image: url('../imgs/footer-img.jpg');
	color:  white;
	font-size: 14px;
	background-size: cover;
	background-position: center;
}
#site-footer .inner-footer{
	/* padding: 40px 0px; */
	padding-bottom: 0px;
}
#site-footer .inner-footer .heading_three{
	padding: 0px;
	margin: 0px;
	color: white;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
	position: relative;
	display: block;
}
#site-footer .inner-footer .heading_three:after{
	content: " ";
	display: block;
	width: 40px;
	height: 2px;
	margin-top: 10px;
	background-color: #ff1414;
}
#site-footer .inner-footer .address-ct p{
	padding: 0px;
	margin: 0px;
	text-align: left;
	margin-bottom: 15px;
	font-size: 13px;
	color: #a7a7a7;
}
#site-footer .inner-footer .address-ct p i{
	margin-right:  10px;
}
#site-footer .inner-footer .address-ct p a{
	color: #c3c3c3;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#site-footer .inner-footer .address-ct p a:hover{
	color: #da1622;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#site-footer .inner-footer .ftr-nav{
	margin: 0px;
	padding: 0px;
}
#site-footer .inner-footer .ftr-nav li{
	list-style: none;
	display: block;
	margin-bottom: 10px;
}
#site-footer .inner-footer .ftr-nav li a{
	color: #a7a7a7;
	text-decoration: none;
	transition: all;
	font-size: 13px;
}
#site-footer .inner-footer .ftr-nav li a:hover{
	color: #da1622;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#site-footer .inner-footer .ftr-nav li a i{
	margin-right: 5px;
}
#site-footer .inner-footer .social_media{
	margin: 0px;
	padding:  0px;
}
#site-footer .inner-footer .social_media li{
	list-style: none;
	display: block;
	margin-bottom: 13px;
}
#site-footer .inner-footer .social_media li a{
	color: #a7a7a7;
	text-decoration: none;
	transition: all;
	line-height: 35px;
	font-size: 13px;
}
#site-footer .inner-footer .social_media li a i{
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-right: 10px;
	text-align: center;
	background-color: #333232;
	transition: all 0.03s ease-in-out;
}
#site-footer .inner-footer .social_media li a.fb:hover i{
	background-color: #395693;
	transition: all 0.03s ease-in-out;
}
#site-footer .inner-footer .social_media li a.tw:hover i{
	background-color: #ff1414;
	transition: all 0.03s ease-in-out;
}
#site-footer .inner-footer .social_media li a.in:hover i{
	background-color: #DD1E52;
	transition: all 0.03s ease-in-out;
}
#site-footer .inner-footer .social_media li a.ln:hover i{
	background-color: #0A83B3;
	transition: all 0.03s ease-in-out;
}

#site-footer .credit-links{
	padding: 18px 0px;
	text-align: center;
	font-size: 13px;
	color: #d4d4d4cc;
	border-top: 1px solid #ffffff36;
}
#site-footer .credit-links a{
	color: #d4d4d4cc;
	text-decoration:  none;
}
.bdr_right{
	border-right: 1px solid #ffffff36;
	padding-bottom: 35px;
	padding-top: 35px;
}
.bdr_rightt{
	padding-bottom: 35px;
	padding-top: 35px;
}
.newsletter-ftr{
	border-bottom: 1px solid #ffffff36;
	padding: 25px 0px;
}
.newsletter-ftr .newstab{

}
.newsletter-ftr .newstab img{

display: inline-block;
}
.newsletter-ftr .newstab h4{
	
display: inline-block;
	
float: right;
	
width: 78%;
	
font-size: 16px;
	
text-transform: uppercase;
	
margin-top: 3px;
}
.newsletter-ftr .newstabd{

}
.newsletter-ftr .newstabd p{
	margin-bottom: 0px;
	padding-top: 5px;
}
.newsletter-ftr .ctnes{
	position: relative;
}
.newsletter-ftr .ctnes input{
	width: 80%;
	background-color: white;
	height: 43px;
	color: black;
	border:  0px;
	padding: 15px;
	margin-top: 2px;
}
.newsletter-ftr .ctnes button{
	width: 19%;
	height: 43px;
	border:  0px;
	background: #da1622;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
/*site footer*/


.production-flow{
    padding-top: 40px;
    padding-bottom: 20px;
}


.production-flow {
    background-image: url('../imgs/buideron-arrow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
    background-color: #e4e4e4;
}
.production-flow .inner-aa .scit{
    /* border: 1px solid red; */
    padding: 15px;
}
.production-flow .inner-aa .scit .drt{
    position: relative;
}
.production-flow .inner-aa .scit .drt span{
    position: absolute;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: red;
    color: white;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    line-height: 58px;
    right: 44px;
}
.production-flow .inner-aa .scit .ht-cti{
    max-width:100%;
    border-radius: 50%;
}
.production-flow .inner-aa .scit h3{
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    padding-top: 20px;
    color: #262626;
}
.production-flow .inner-aa .scit p{
    color: #262626;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}
.topbar{
    background-color: #141414;
    padding: 5px 0px;
}
.topbar p{
    margin: 0px;
    padding: 0px;
    color: white;
    line-height: 25px;
}
.topbar .text-right{
    text-align:right;
}
.search-ct{
    position: relative;
    margin-top: 8px;
}
.search-ct input{
    width: 100%;
    border: 0px;
    utline: none;
    padding: 10px;
    height: 40px;
}

.search-ct BUTTON{
    position: absolute;
    right: 0px;
    height: 40px;
    background-color: transparent;
    border: 0px;
    outline: none;
    color: red;
    font-size: 18px;
    line-height: 40px;
}



.why-choose{
    background-color: #e4e4e4;
    padding: 60px 0px;
}
.why-choose img{
    max-width: 100%;
}
.why-choose h3{
    color: #1a1a1a;
    font-weight: bold;
    text-transform: uppercase;
    text-align:center;
    margin-bottom: 15px;
}
.why-choose p{
    color: #1a1a1a;
    font-weight: normal;
    text-align:center;
    margin-bottom: 44px;
    font-size: 15px;
}
.choose-left ul{
    margin: 0px;
    padding: 0px;
    text-align: left;
    padding: 30px 0px;
}
.choose-left ul li{
    list-style-type: none;
    text-align:left;
    margin-bottom: 9px;
}
.choose-left ul li p{
    margin: 0px;
    padding: 0px;
    text-align: left;
    padding-left: 40px;
}
.choose-left ul li:before {
    content: "";
    width: 25px;
    height: 25px;
    background: url(https://icdn.tradew.com/file/202012/1574716/png/7506049.png?x-oss-process=image/format,webp) center no-repeat;
    float: left;
    /* margin-left: -30px; */
}


























