/*======   Now what?   ========*/

* {
    margin: 0;
    padding: 0;
    outline: none !important;
    /* [disabled]-webkit-box-sizing: border-box; */
    /* [disabled]-moz-box-sizing: border-box; */
    /* [disabled]box-sizing: border-box; */
}
body {font-family: Tahoma, sans-serif; !important;margin: 0;padding: 0;outline: none;font-size: 17px !important;background-color: #131822  !important;}

a {color: white !important;}

/*CSS for the site header===========================================================*/

a:link a:visited {
    color:#a2a2a2 !important;
}

.header-black {
    color: black !important;
}

#header {
    width: 100%;
    height: auto;
    margin: auto;
    background-color: white;
}

.header-flex{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    font-family: Tahoma, sans-serif; !important;
    font-size: 15px;
    color: black;
}

.bg-dark {
    background-color: black !important;

}
.nav-link {
    color:white !important;
}

nav a {
    color: white !important;
    font-Family: Tahoma, sans-serif;;
    font-size: 1.2rem;
    text-transform: uppercase;
}

nav li {
    color: white !important;
    font-Family: Tahoma, sans-serif;;
    font-size: 16px;
}

.top-menu-div {
    width:80%;
    margin: 0 auto;
    border-color: #000000;
    color:#ffffff !important;
    background-color: black !important;
}

@media only screen and (max-width:420px){
    body{
        padding-top:0;
    }
    .fa-shopping-cart{
        font-size: 1em !important;
    }
    #header{
        height:60px;
    }
    #header i {
        font-size:2em;
    }
    .logodiv img {
        width: 60%;
    }
    .menu-shrink{
        padding:10px 1px 10px 1px !important;
        font-size: 0.5em;
    }
    #myCarousel{
        width:100% !important;
        margin:0 auto;
    }

    .menustack{
        flex-direction: column !important;
    }
    .form_pane .form_wrap {
        width: 70% !important;
        max-width: 70% !important;
        float: left;
        padding-right: 15px;
        box-sizing: border-box;
        position: relative;
        margin: 5px auto;
    }
    .crsl-wrap{
        display:flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        width:100% !important;
        justify-content: center !important;

    }
    .crsl-item {
        background: #fff;
        padding: 3px 1px 2px !important;
        border: #eaeaea solid 1px;
        text-align: center;
        transition: all ease 0.5s;
        position: relative;
        float: left;
        overflow: auto ;
        height: 200px !important;
        width: 140px !important;
        margin: 0px !important;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
    }
    .crsl-item a{
        color:black !important;
    }
    .crsl-item img {
        width:130px;
    }
    .crsl-item .thumbnail {
        margin-bottom: 0px !important;
    }
    .row{
        margin-left:0 !important;
        margin-right:0 !important;
    }
    .footer-menu{
        display:flex !important;
        flex-direction: column !important;
        justify-content: start !important;
        width:80%;
        margin: 0 auto;
        color:white;
        font-size: 0.6em;

    }
    .footerMenuLink {
        align-self:center;
    }
    .footerMenuSpacer {
        display:none;
    }
    .product-top{
        background-color: white;
    }
    .product-title {
        display:none;
    }
    .packageDivdiv {
        margin:auto;
    }
    .socialPackage {
        flex-direction: column !important;
        padding-top:10px;
        padding-bottom:10px;
    }
    .packageRow {
        flex-direction: column !important;
    }
    .selectColumn {
        max-width: 100%;
    }
}

@media only screen and (max-width:640px) and (min-width:420px){

    #header{
        width:100%;
    }
    .logodiv img {
        width: 60%;
    }
    .menu-shrink{
        padding:10px 5px 10px 5px !important;
        font-size: 0.75em;
    }
    #myCarousel{
        width:100% !important;
        margin:0 auto;
    }
    .form_pane .form_wrap select {
        font-size:0.6em;
    }
    .footer-menu{
        display:flex !important;
        flex-direction: column !important;
        justify-content: start !important;
        width:80%;
        margin: 0 auto;
        color:white;
        font-size: 0.6em;

    }
    .footerMenuLink {
        align-self:center;
    }
    .footerMenuSpacer {
        display:none;
    }
    .packageDivdiv {
        margin:auto;
    }
    .socialPackage {
        flex-direction: column !important;
        padding-top:10px;
        padding-bottom:10px;
    }
    .remshrink {
        font-size: 0.75rem;
    }
    .packageRow {
        flex-direction: column !important;
    }
    .selectColumn {
        max-width: 100% !important;
    }
    .colsm6 {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 50%;
    }
}

@media only screen and (max-width:780px) and (min-width:640px){

    #header{
        width:100%;
    }
    .logodiv{
        margin: 0 auto;
    }
    .menu-shrink{
        padding:10px 0px 10px 0px !important;
        font-size: 1em;
    }
    .form_pane .form_wrap select {
        font-size:0.7em !important;
        padding-left:0 !important;
    }
    .remshrink {
        font-size: 0.9rem;
    }
    .packageDivdiv {
        margin:auto;
    }
    .socialPackage {
        flex-direction: column !important;
        padding-top:10px;
        padding-bottom:10px;
    }
    .selectColumn {
        max-width: 100% !important;
    }
    .packageRow {
        flex-direction: column !important;
    }

}

@media only screen and (max-width:900px) and (min-width:780px){
    .crsl-item {
        background: #fff;
        padding: 30px 10px 20px;
        border: #eaeaea solid 1px;
        text-align: center;
        transition: all ease 0.5s;
        position: relative;
        float: left;
        overflow: hidden;
        height: 426px;
        width: 228px;
        margin-right: 30px;
    }
    .crsl-item .thumbnail img {
        display: initial;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear;
        /*min-height: 185px;*/
        /*max-height: 185px;*/
        object-fit: contain;
        width: 100% !important;
    }
    .crsl-item h3 a {
        color:black !important;
    }
    .packageDivdiv {
        margin:auto;
    }
    .socialPackage {
        flex-direction: column !important;
        padding-top:10px;
        padding-bottom:10px;
    }
    .remshrink {
        font-size: 0.9rem;
    }
    .packageRow {
        flex-direction: column !important;
    }
}

@media (max-width:1050px){
    .packageDivdiv {
        margin:auto;
    }
    .socialPackage {
        flex-direction: column !important;
        padding-top:10px;
        padding-bottom:10px;
    }
    .packageRow {
        flex-direction: column !important;
    }
}

@media (max-width:768px) {
    .footer-menu{
        display:flex !important;
        flex-direction: column !important;
        justify-content: start !important;
        width:80%;
        margin: 0 auto;
        color:white;
        font-size: 0.6em;

    }
    .footerMenuLink {
        align-self:center;
    }
    .footerMenuSpacer {
        display:none;
    }
}
@media (min-width: 1199px){

}

@media (min-width: 768px) {
    ul.nav li:hover > ul.dropdown-menu {
        display: block;
        border-radius: 0;
        margin-left: 0
    }
    #navbar {
        text-align: center;
        margin-top: 0;
        border-top: 1px solid #343434;
        padding-top: 15px
    }
    .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px
    }
    .selectColumn {
        max-width: 100% !important;
    }
    .packageRow {
        flex-direction: column !important;
    }

}

.packageRow {
    flex-direction: column !important;
}
.col-sm-12 {
    padding-right:0 !important;
    padding-left:0 !important;
}

.flexrow{
    flex-direction: row;
}

.flexcolumn{
    flex-direction: column;
}

.btn-primary{
    background-color: #e8a038 !important;
    color:white !important;
    border-color: #e8a038 !important;
}

.logodiv {
    padding: 0;
    margin-top: 0;
    text-align: center;
    background-color: black !important;
    /*height:120px;*/
}

.blackbg{
   background-color: black !important;
}

#wrapper {
    width: 100%;
    margin: 0;
}

.logo_bt a {
    margin: 0;
    padding: 0 4px;
    font-family: Tahoma, sans-serif;;
    font-size: 1rem;
    /*color: white !important;*/
    transition: all ease 0.5s;
}

.p3{
    padding: 16px;
    color:white;
}

#myCarousel{
    width:80%;
    margin:0 auto;
    padding-bottom: 16px;
}

.form_pane {
    width: 100%;
    float: left
}

.form_pane .form_wrap {
    width: 100%;
    max-width: 21%;
    float: left;
    padding-right: 15px;
    box-sizing: border-box;
    position: relative
}

.form_pane .form_wrap select {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-family: Tahoma, sans-serif;;
    font-size: 17px;
    line-height: 24px;
    color: #6b6b6b;
    text-indent: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px
}

.form_pane .form_wrap input[type=submit] {
    background-color: #fff;
    font-family: 'Oswald', sans-serif;
    border: 0;
    line-height: 40px;
    padding: 0 30px;
    color: #252927;
    font-size: 18px;
    text-transform: uppercase
}

#btnSubmit{
    margin-top:10px;
}

.fetu_pro_main {
    width: 100%;
    padding: 20px 0 60px;
    background-color:white;
}

.fetu_pro_main h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #4e4e4e;
    font-size: 26px;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 10px;
    border-bottom: #aaa solid 1px
}

.crsl-wrap{
    display:flex !important;
    flex-direction: row !important;
    /*flex-wrap: wrap !important;*/
    width:100% !important;
    justify-content: center !important;

}

.crsl-items {
    display: block;
    padding: 1px;
    margin-top: 30px
}

.crsl-item {
    background: #fff;
    padding: 30px 10px 20px;
    border: #eaeaea solid 1px;
    text-align: center;
    transition: all ease 0.5s;
    position: relative;
    float: left;
    overflow: hidden;
    height: 426px;
    width: 228px;
    margin-right: 30px;
}

.crsl-item:hover {
    border: #f2cca4 solid 1px;
    transition: all ease 0.5s
}

.crsl-item .thumbnail {
    display: block;
    position: relative;
    margin-bottom: 35px;
    cursor: pointer;
    border: 0;
    padding: 0
}

.crsl-item .thumbnail img {
    display: initial;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    min-height: 185px;
    max-height: 185px;
    object-fit: contain
}

.crsl-item h3 {
    font-family: Tahoma, sans-serif;;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #000;
    text-transform: uppercase
}

.crsl-item h3 a {
    text-decoration: none;
    color: black !important;
}

.crsl-item .postdate {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
    font-size: 1.2em;
    font-weight: 700;
    background: #4e90da
}

.crsl-item p {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 5px;
    font-family: Tahoma, sans-serif;;
    color: #4b4b4b;
    text-align: center
}

.crsl-item:hover p {
    color: #fe2435
}

.crsl-item p.readmore a {
    display: inline-block;
    float: none;
    color: #8e8e8e;
    padding: 5px 12px;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: #dcdcdc solid 1px;
    font-family: Tahoma, sans-serif;;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 11px;
    transition: all ease 0.5s
}

.crsl-item p.readmore a:hover {
    background: #333;
    color: #fff;
    transition: all ease 0.5s;
    border: #333 solid 1px
}

.crsl-item:hover p.readmore a {
    background: #333;
    color: #fff;
    transition: all ease 0.5s;
    border: #333 solid 1px
}

.crsl-item .thumbnail {
    position: relative
}

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

.crsl-item:hover figure::before {
    -webkit-animation: shine 2s;
    animation: shine 2s
}

.crsl-item .readmore {
    position: absolute;
    width: 91%;
    top: 0;
    opacity: 0;
    transition: all 0.5s
}

.crsl-item:hover .readmore {
    top: 33%;
    opacity: 1
}

.footer-menu{
    display:flex !important;
    flex-direction: row;
    justify-content: center;
    width:80%;
    margin: 0 auto;
    color:white;
    font-size:14px;

}

.button-primary{
    background-color: #e8a038 !important;
    color:white !important;
    font-family: Tahoma, sans-serif; !important;
    border-color: #e8a038 !important;
    border-style: none !important;
    margin: 10px;
    text-align: center;
}

.table .thead-light th {
    background-color: lightgray !important;
    border-bottom: 1px solid #131822 !important;
    padding: 8px !important;

}

.thead-light-v th {
    background-color: lightgray !important;
    border-right: 1px solid #131822 !important;
    padding: 8px !important;
}

.checkout-table, .checkout-table th, .checkout-table td {
    /*border: 1px solid lightgray !important;*/
    font-family: Tahoma, sans-serif; !important;
    font-size: 16px !important;
    padding: 8px !important;

}

.checkoutcardtitle{
    background-color: lightgray !important;
    /*border-bottom: 1px solid #131822 !important;*/
    padding: 8px !important;
    text-align: center;
    font-size: xx-large;
}

.profile-title{
    background-color: #e8a038 !important;
    color: white !important;
    font-weight: bold !important;
    margin-bottom: 0 !important;
}

.profile-subtitle{
    margin: 0 !important;
    background-color: #e8a038 !important;
    color: white !important;
    padding: 4px;
}

.profile-card{
    border: none !important;
    margin: 0 !important;
}

.btn-primary{
    color:white !important;
}

.packageDiv {
    color:black;
    width:100%;
    border-style: solid;
    border-color:#555555;
    border-width: thin;
    background-color: #C9C9C9;
    border-radius: 6px;
    padding:8px;
    padding-left:25px;

}

.packageDivdiv {
    padding-right: 1rem;
}

.product-top {
    background-color: white;
    height: 50px;
}

.blacktext {
    color:black !important;
}


/*End of update ==================================================*/



.search_bar_form {width: 100%;padding: 15px 0;background-color: #eb9b35}
p {text-align: justify;font-size: 17px;color: #6b6b6b;line-height: 22px}
.cl {margin: 0;padding: 0;clear: both}
#stickymenu {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;

}
#stickymenu-parent {
    height: 108px;
}
.social_outer {margin: auto;width: 100%;text-align: center;margin-top: 40px;position: relative}
.social_outer:after {border: 1px solid #2d2d2d;position: absolute;content: "";top: 22px;width: 100%;right: 0%;height: 1px;z-index: 1}
.social {text-align: center;margin: auto;display: inline-block;z-index: 2;position: relative}
.social_outer p {font-family: Tahoma, sans-serif;font-size: 22px;color: #929292;text-align: center;margin-top: 7px}
.social a {float: left;margin-right: 5px}
.social a:last-child {margin-right: 0}
.social i {line-height: 44px}
.social .face {width: 44px;height: 44px;line-height: 44px;border-radius: 50%;color: #fff;border: 0 solid #a6a6a6;background: #373737;font-size: 18px}
.social .face:hover {background: #3f5c9a;color: #fff}
.social .twit {width: 44px;height: 44px;line-height: 44px;border-radius: 50%;color: #fff;border: 0 solid #a6a6a6;background: #373737;font-size: 18px}
.social .twit:hover {background: #26a9e1;color: #fff}
.social .link {width: 44px;height: 44px;line-height: 44px;border-radius: 50%;color: #fff;border: 0 solid #a6a6a6;background: #373737;font-size: 18px}
.social .link:hover {background: #1c75bc;color: #fff}
.social .gplus {width: 44px;height: 44px;line-height: 44px;border-radius: 50%;color: #fff;border: 0 solid #a6a6a6;background: #373737;font-size: 18px}
.social .gplus:hover {background: #d34836;color: #fff}


  .dropdown-menu {padding-left: 10px}
  .dropdown-menu .dropdown-menu {padding-left: 20px}
  .dropdown-menu .dropdown-menu .dropdown-menu {padding-left: 30px}
  li.dropdown.open {border: 0 solid red}
.inner_banner {position: relative}
.inner_banner_cnt {background: #fff url(../frontend/images/contact-banner.jpg) no-repeat center center;width: 100%;height: auto;min-height: 0}
.about_txt {text-align: center;margin: auto;padding-top: 86px;position: absolute;top: 0;width: 100%}
.about_txt {text-align: center;margin: auto;padding-top: 86px}
.about_txt h2 {color: #fff;font-size: 44px;font-family: Tahoma, sans-serif;}
.about_txt small {color: #fff;font-size: 18px;font-family: Tahoma, sans-serif;}
.about_txt > small > span {color: #f59835}
.content_area .about_cntnt {background: #fff;padding: 25px;margin-top: 40px;padding-bottom: 35px;padding-top: 25px}
.content_area .map {width: 100%;padding: 5px 5px;border: 1px solid #ddd;margin-top: 20px}
.adres i {text-align: center;color: #828282;margin-right: 5px;width: 20px;margin-top: 5px}
.content_area h1 {color: #252927;font-size: 28px;font-family: 'Oswald', sans-serif;border-bottom: 1px solid #d4d4d4;padding-bottom: 7px;margin-top: 0;position: relative}
.content_area h1:after {content: '';display: inline-block;width: 58px;height: 2px;position: absolute;bottom: -1px;left: 0;background: #f79d00}
.content_area p {color: #6b6b6b;font-size: 19px;font-family: Tahoma, sans-serif;;line-height: 30px;text-align: justify}
.footer {width: 100%;background: #000;text-align: center;padding: 30px 0}
.f_copy {font-family: 'Roboto', sans-serif !important;font-weight: 400 !important;font-size: 15px !important;color: #5d5d5d !important;text-align: center !important;margin-top: 23px !important;margin-bottom: 0 !important}
.mbm {
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: flex;

}
.footer .copyright {background: #f2f2f2;margin-top: 60px}
.footer .copyright p {font-family: 'Roboto', sans-serif;color: #616161;text-align: left;padding: 13px 0 2px 0;font-size: 13.5px}
.footer .copyright p span, .footer .copyright p i {color: #f79d00;font-weight: 400}
.copyright .gotop {position: absolute;top: -32px;right: -46px}
.popupbox .modal {background: rgba(0, 0, 0, .7);-webkit-transition: .4s;-moz-transition: .4s;transition: .4s;z-index: 99999}
.popupbox .p_wdth {width: 50%}
.popupbox .modal-dialog {margin-top: 73px}
.popupbox .modal-content {border: none !important;-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);box-shadow: 0 3px 9px rgba(0, 0, 0, .5);-webkit-transition: .4s;-moz-transition: .4s;transition: .4s;padding-bottom: 20px}
.popupbox .modal-header {background-color: #f59835;padding: 6px 15px;border-bottom: solid 1px #ddd}
.popupbox .modal-header .modal-title {font-size: 20px;font-family: Tahoma, sans-serif;;color: #fff;letter-spacing: 1px}
.popupbox .modal-body {background-color: #fff}
.popupbox .close {font-weight: 400;font-size: 35px;opacity: 1;position: absolute;right: -10px;top: -13px;background: #000;color: #fff;text-shadow: none;font-size: 25px;border-radius: 50%;padding: 0 6px;border: 2px solid #fff}
.popupbox .close span {position: relative;left: 1px;top: -1px}
.popupbox .close:hover, .close:focus {color: #fff;text-decoration: none;cursor: pointer;filter: alpha(opacity=50);opacity: 1}
.popupbox .modal-body h4 {color: #6b6b6b;margin-top: 7px;position: absolute;font-size: 17px;text-transform: inherit;margin-left: 17px;font-family: Tahoma, sans-serif;}
.popupbox h2, .popupbox h3, .popupbox h4 {text-transform: uppercase;margin: 0}
.popupbox .modal-body input[type="number"], .popupbox .modal-body input[type="text"], .popupbox .modal-body input[type="email"], .popupbox .modal-body input[type="password"] {box-shadow: none;border-radius: 0;background-color: #efefef;color: rgba(0, 0, 0, .4);border-color: rgba(0, 0, 0, .05);color: #1f1f1f}
.popupbox .modal-body input:focus, .popupbox .modal-body input:hover {border-bottom: solid 1px #ff8c26;border-radius: 0}
.popupbox .modal-body .radio, .popupbox .modal-body .checkbox {margin: 0}
.popupbox .modal-body label {color: #6b6b6b;font-size: 17px !important;font-weight: inherit !important}
.popupbox .modal-body a {color: #6b6b6b;text-decoration: underline}
.popupbox .modal-body a:hover {color: #f79d00}
.popupbox .btn-warning {color: #fff;background-color: #f0ad4e;border-color: #eea236;-webkit-transition: .4s;-moz-transition: .4s;transition: .4s;font-size: 14px}
.popupbox .btn-warning:hover {color: #fff;background-color: #000;border: none;-webkit-transition: .4s;-moz-transition: .4s;transition: .4s;font-size: 14px}
.popupbox .btn-warning {color: #fff;border-color: #fff;margin: auto}
.popupbox .modal-body h6 {font-size: 17px;padding-left: 18px;text-align: left;color: #6b6b6b;padding-top: 10px}
.tit_sec ul {margin-bottom: 0px !important;margin-left: -19px}
.cheklist li {font-size: 16px;color: #6b6b6b;padding: 0 1px;font-family: Tahoma, sans-serif;;padding: 0 2px !important}
.cheklist li i {font-size: 10px}
.cheklist li a {color: #6b6b6b;font-size: 16px;line-height: 24px;font-family: Tahoma, sans-serif;}
.cheklist li a:hover {color: #f59835}
.filterpanel {width: 100%;margin: 0;padding-top: 29px}
.leftfilter .panel {width: 100%;float: left;box-shadow: inherit;border: 1px solid #f59835}
.leftfilter .panel-heading {width: 100%;float: left;text-align: left;padding: 10px 15px;font-size: 17px;color: #4e4e4e;font-family: Tahoma, sans-serif;;border-bottom: solid 1px #ddd}
.leftfilter .panel-heading .fa {text-align: right;float: right;margin-top: 4px;color: #f59835}
.leftfilter .panel-body {padding: 5px 15px}
.leftfilter .scrol {max-height: 250px;overflow-y: auto}
.leftfilter .listli .checkbox {margin: 0}
.filterpanel .radio label, .filterpanel .checkbox label {padding-left: 0;color: #6b6b6b;font-size: 17px !important;font-family: Tahoma, sans-serif;}
.leftfilter .listli label {width: 100%;padding: 8px 0 8px;border-bottom: dashed 1px #ddd;transition: all 0.4s}
.checkbox label input[type="checkbox"], .radio label input[type="radio"] {display: none}
.leftfilter .listli label .cr {font-size: 11px;border-radius: 0;margin-top: 3px;border: solid 1px #ddd}
.checkbox .cr, .radio .cr {position: relative;display: inline-block;border: 1px solid #ddd;border-radius: 0;width: 1.3em;height: 1.3em;float: left;margin-right: .5em}
.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {transform: scale(3) rotateZ(-20deg);opacity: 0;transition: all .3s ease-in}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {transform: scale(1) rotateZ(0deg);opacity: 1}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {transform: scale(1) rotateZ(0deg);opacity: 1;color: #000}
.checkbox .cr .cr-icon, .radio .cr .cr-icon {position: absolute;font-size: .8em;line-height: 0;top: 50%;left: 20%}
.leftfilter .listli label .tg {font-size: 17px;color: #6b6b6b;margin-left: 5px;transition: all 0.4s}
.leftfilter .listli label .rt {float: right;color: #ccc;font-size: 10px;margin-top: 6px}
.leftfilter .listli .checkbox {margin: 0}
.rightfilter {padding: 15px 2px 15px;background-color: #fff;height: auto;margin: 0;position: relative}
.rightfilter .tith {margin-top: -38px;position: absolute;color: #333;text-transform: uppercase;font-family: 'Open Sans', sans-serif;font-weight: 700;font-size: 17px}
.boxselect {width: 96.6%;float: left;margin-bottom: 10px;padding-bottom: 5px;border-bottom: solid 1px #eee;margin-left: 14px}
.boxselect .selp {width: auto;margin: 0;padding: 0;float: left}
.boxselect .selp li:nth-child(1) {color: #6b6b6b}
.boxselect .selp li {font-size: 17px;margin: 5px 0 7px;font-family: Tahoma, sans-serif;}
.boxselect .form-inline label {color: #6b6b6b;font-size: 17px}
.boxselect .selp li a {background-color: #f6f6f6;border-radius: 20px;padding: 4px 10px;font-size: 15px;font-family: Tahoma, sans-serif;;color: #6b6b6b}
.boxselect .form-inline .form-control {height: 28px;padding: 0 8px;border: solid 1px #eee;box-shadow: inherit;font-size: 17px !important}
.pro_imgs .imgbox {width: 100%;height: 240px;display: table;vertical-align: middle;text-align: center;overflow: hidden;position: relative;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-ms-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out}
.pro_imgs .imgbox img {width: auto;height: auto;max-width: 100%;max-height: 250px;margin: auto;display: table-cell;vertical-align: middle;position: absolute;bottom: 0;top: 0;left: 0;right: 0;padding-top: 5px;-webkit-transition: 0.3s ease-in-out;-moz-transition: 0.3s ease-in-out;-ms-transition: 0.3s ease-in-out;-o-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out}
.pro_bdr .panel {border: 1px solid #d0d0d0 !important;padding-bottom: 5px}
.pro_bdr .prodbox .panel-footer {min-height: 176px}
.pro_bdr .prodbox .panel-footer .table {margin-bottom: 12px}
#demo1 .cr {font-size: 11px !important;margin-top: 3px !important;margin-left: -14px !important}
.pro_bdr .prodbox .panel-footer p {font-size: 15px;line-height: 21px;color: #6b6b6b;text-transform: capitalize;margin: 0;text-align: left;font-family: Tahoma, sans-serif;}
.pro_bdr .prodbox .panel-footer b {color: #6b6b6b;font-size: 15px;line-height: 21px;font-family: Tahoma, sans-serif;}
.pro_bdr .prodbox .panel-footer strong {font-family: Tahoma, sans-serif;;color: #f59835;font-size: 16px;line-height: 18px}
.pro_bdr .prodbox .panel-footer .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {padding: 3px 8px;}
.pro_bdr .panel:hover {border: 1px solid #f59835 !important;box-shadow: 0 0 10px 1px rgba(207, 47, 46, .2) !important}
.hvr-float-shadow {padding: 10px 7px;font-size: 17px;vertical-align: middle;-webkit-transform: translateZ(0);transform: translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);-webkit-backface-visibility: hidden;backface-visibility: hidden;-moz-osx-font-smoothing: grayscale;position: relative;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-property: transform;transition-property: transform;background: rgb(19, 24, 34);text-align: center;margin: 6px 5px 0 5px;color: #fff}
.hvr-float-shadow:before {pointer-events: none;position: absolute;z-index: -1;content: '';top: 100%;left: 5%;height: 10px;width: 90%;opacity: 0;
;background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0%, rgba(0, 0, 0, 0) 80%);-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-property: transform, opacity;transition-property: transform, opacity}
.pro_bdr:hover .hvr-float-shadow {-webkit-transform: translateY(-5px);transform: translateY(-5px);}
.pro_bdr:hover .hvr-float-shadow:before {opacity: 1;-webkit-transform: translateY(5px);transform: translateY(5px)}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {-webkit-transform: translateY(-5px);transform: translateY(-5px);}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before
{opacity: 1;-webkit-transform: translateY(5px);transform: translateY(5px)}
.prodbox .panel-footer {margin: 0;background-color: #fff;border-top: solid 1px #eee;padding: 0;padding-top: 10px;margin-top: 5px}
.prodbox .panel-footer .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {border: none;font-size: 14px;line-height: 2 !important}
.prodbox .panel-footer .list-unstyled {margin-bottom: 0}
.prodbox .panel-footer li {margin-bottom: 15px}
.leftfilter .panel-body .liststyle small {font-size: 10px;color: #6b6b6b;margin-top: 2px;font-weight: 400;font-family: 'Roboto', sans-serif}
.leftfilter .panel-body .clickplus i {border: solid 1px #eee;padding: 2px 5px;color: #ccc;margin-left: 8px}
.leftfilter .panel-body .colrs span {float: left;width: 20px;height: 20px;background: #000;margin-right: 4px;margin-top: 3px}
.leftfilter .panel-body .colrs {margin-bottom: 16px}
.leftfilter .panel-default .panel-body .checkbox .cr, .leftfilter .panel-default .panel-body .radio .cr {border: solid 1px #ddd}
.input-group[class*="col-"] {float: none;padding-right: 0;padding-left: 0}
.input-group-btn {position: relative;font-size: 0;white-space: nowrap}
.star {float: left;margin-right: 6px}
.star .fa-star {font-size: 12px;color: #eed44b;text-align: left}
.star .fa-star-o {font-size: 12px;color: #999;text-align: left}
.related_pro_di {margin-top: 55px}
.related_pro_di h2, .reviewpanel h2 {font-family: 'Oswald', sans-serif;font-size: 24px;color: #252927;border-bottom: 1px solid #d4d4d4;padding-bottom: 10px;margin-bottom: 25px;text-align: left}
.related_pro_di ul {list-style-type: none}
.related_pro_di ul li {color: #6b6b6b;font-size: 16px;font-family: Tahoma, sans-serif;;background: url(../frontend/images/tick.png) no-repeat 3px 3px;padding: 0 20px 0 27px;line-height: 30px}
.cart .sidebar .cart-block:last-child {margin-bottom: 0}
#discount-coupon-form {margin-top: 0}
form .buttons-set {margin-top: 0;float: right;padding-bottom: 0}
.block-title:after, .catalog-category-view .block-layered-nav.horizontal, .products-grid .product-buttons-wrapper .btn-quickview, .products-grid .product-buttons-wrapper .btn-quickview .AddToCart-loader, .product-view .product-img-box .more-views h3:after, .opc-wrapper-opc .payment-block dt:hover, .opc-wrapper-opc .payment-block dt.active {background-color: #fcd15c}
.block-title:after {content: '';display: inline-block;width: 40px;height: 2px;position: absolute;bottom: -1px;left: 24px;background: #f79d00}
.cpn_btn {border-radius: 0px !important;padding: 9px 21px !important;background: #f59835;color: #fff;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;font-size: 14px !important;text-transform: uppercase;font-family: Tahoma, sans-serif;;letter-spacing: .5px}
.cpn_btn:hover {border-radius: 0px !important;background: #000;color: #fff !important;transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out}
.input-box {width: 77%;float: left}
.pd_n1 {padding-left: 5px !important;padding-right: 5px !important}
.radio .cr {border-radius: 50%}
#login_form1 small a {text-decoration: underline;color: #f59835}
#login_form1 small a:hover {color: #6b6b6b}
.about_cntnt p {padding-top: 10px}
.about_cntnt .btn-primary {color: #fff !important;background-color: #000 !important;border-color: #000 !important;padding: 7px 18px;font-family: Tahoma, sans-serif;;font-size: 16px !important;text-transform: uppercase;letter-spacing: .5px;transition: all ease 0.5s}
.about_cntnt .btn-primary:hover {color: #fff !important;background-color: #eb9b35 !important;border-color: #eb9b35 !important;transition: all ease 0.5s}
.about_cntnt form small {font-size: 100%;color: #6b6b6b;margin-top: 10px;float: left}
.about_cntnt form {margin-top: 20px}
.tab-pane select {border: none;border-radius: 15px;border-bottom: solid 1px #ddd;box-shadow: inherit;-webkit-transition: 0.4s ease-in-out;-moz-transition: 0.4s ease-in-out;-ms-transition: 0.4s ease-in-out;-o-transition: 0.4s ease-in-out;transition: 0.4s ease-in-out}
.tab-pane .btn-success {color: #fff !important;background-color: #f79d00 !important;border-color: #e59200 !important;padding: 5px 18px;font-size: 14px;border-radius: 3px}
.tab-pane .btn-success:hover {color: #fff !important;background-color: #e59200 !important;border-radius: 3px}
.tab-pane .btn-success:focus {border-radius: 3px}
.pop_sign {font-family: Tahoma, sans-serif; !important;width: 113px !important;float: left;color: #fff !important;background-color: #000 !important;padding: 5px 0;-webkit-transition: .6s all !important;-o-transition: .6s all !important;transition: .6s all !important;-moz-transition: .6s all !important;text-transform: uppercase;text-align: center !important;font-size: 17px !important}
.pop_sign:hover {background-color: #eb9b35 !important;-webkit-transition: .6s all !important;-o-transition: .6s all !important;transition: .6s all !important;-moz-transition: .6s all !important}
.form-control:focus {box-shadow: none !important}
.margin_t {margin-top: 25px}
.popupbox .modal-content1 {width: 100%;height: auto;padding: 33px 1px;padding-right: 228px;float: left;background-color: rgba(255, 255, 255, .9);background: url(../frontend/images/pop-bg.jpg) no-repeat -50px -16px}
.popupbox .modal-content1 input[type="email"] {box-shadow: none;border-radius: 0;background-color: #fff;color: rgba(0, 0, 0, .4);border-color: rgba(0, 0, 0, .05);height: 40px;border-radius: 0}
.popupbox .modal-content1 input:hover {border-bottom: solid 1px #ff8c26}
.lightbox-container {margin-top: 25px}
.lightbox-container .col-md-3 {padding-left: 7px;padding-right: 7px}
.lightbox-container .box p {text-align: center;font-size: 14px;margin: 0;line-height: 22px;background: #f2f2f2;border: 1px solid #ddd;padding: 5px 15px;margin-top: -1px;margin-bottom: 15px;color: #000}
.lightbox-container .box img {max-width: 270px;width: 100%;height: 250px;max-height: 270px !important;padding: 3px;border: 1px solid #ddd}
.shadow {width: 100%;}
.boxselect ul li i {color: #767676;font-size: 12px;margin-left: 3px}
.boxselect ul {width: 70% !important}
.error {color: red !important;font-weight: normal !important}
.panel-group {margin-top: 20px}
.panel-group .panel-heading + .panel-collapse > .panel-body {border: 1px solid #ddd;font-size: 14px;line-height: 23px;letter-spacing: .6px;text-align: justify}
.panel-default > .panel-heading {margin-bottom: 0;font-family: Tahoma, sans-serif;;font-size: 19px;color: #4e4e4e !important}
.filter_txt img {float: right;margin-top: -4px}
.filter_txt {font-size: 20px}
.simp_dummy_main {width: 100%;background: #181818;height: 445px;overflow: hidden}
.simp_right {padding-right: 0 !important}
.simp_right .simp_right_img {background: url(../frontend/images/simp-bg.webp) no-repeat;height: 445px;background-size: cover}
.simp_left {padding: 42px 50px 0 10% !important}
.simp_left h1 {font-family: 'Oswald', sans-serif;font-weight: 200;font-size: 52px;text-transform: uppercase;color: #fff;margin: 0 0 15px 0}
.simp_left h1 span {font-family: 'Oswald', sans-serif;font-weight: 500}
.simp_left p {font-family: Tahoma, sans-serif;;font-size: 21px;color: #fff;margin: 0 0 25px 0;padding: 0;line-height: 31px;width: 100%;max-width: 450px}
.simp_left a {font-family: Tahoma, sans-serif;;font-size: 17px;color: #181818;padding: 10px 23px;text-transform: uppercase;float: left;background: #f7af43;transition: all ease 0.5s}
.simp_left a:hover {color: #fff;background: #777;transition: all ease 0.5s}
#w {display: block;width: 100%;margin: 0 auto;padding: 2px 3px}
/*.dropdown-menu {padding: 0 !important}*/
.form-control {font-family: Tahoma, sans-serif;;font-size: 17px !important;height: 38px !important;box-shadow: none !important}
textarea.form-control {height: 100px !important}
.adres p {text-align: left}
.pop_sign {font-size: 15px;text-transform: uppercase;letter-spacing: .5px}
.inner_banner img {width: 100%}
@-webkit-keyframes shine {
  100% {left: 125%}
}
@keyframes shine {
  100% {left: 125%}
}
@-webkit-keyframes circle {
  0% {opacity: 1}
  40% {opacity: 1}
  100% {width: 200%;height: 200%;opacity: 0}
}
@keyframes circle {
  0% {opacity: 1}
  40% {opacity: 1}
  100% {width: 200%;height: 200%;opacity: 0}
}
.carousel-caption h3 {text-shadow: none !important;color: #fff !important;font-weight: 700 !important;text-align: left;margin-bottom: 21px;font-size: 39px !important}
.carousel-caption p {text-shadow: none !important;color: #fff !important;font-weight: 300 !important;line-height: 35px;font-size: 39px !important;text-align: left !important}
.carousel-caption {right: initial !important; left: 0% !important; top: 0 !important;padding-bottom: 30px !important; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); padding-left: 7%; padding-top: 4% !important;}
.carousel-control.left {background-image: none !important}
.carousel-control.right {background-image: none !important}
.carousel-control {position: absolute;top: 46% !important;bottom: 0;left: 0;width: 3.4% !important;font-size: 20px;color: #fff;text-align: center;text-shadow: 0 1px 2px rgba(0, 0, 0, .6);background-color: rgba(0, 0, 0, 0);filter: alpha(opacity=50);opacity: .5}
#qty {height: 48px !important}
.sticky {position: fixed !important;top: 0 !important;background: #131822;z-index: 999 !important;width: 100% !important}
a.bncart {background: #f59835;padding: 8px 18px;text-transform: uppercase;border-radius: 0;font-family: Tahoma, sans-serif;}
.ctn {text-align: center;margin-top: 24px;margin-bottom: 14px;}
.que {font-family: 'Open Sans';margin-left: 4px}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}
.active, .collapsible:hover {
  background-color: #555;
}
.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}
.active, .collapsible:hover {
  color: #000;
  background-color: #e4993c;
}
.tab-content .active, .tab-content .collapsible:hover {
  color: #000;
  background-color: transparent;
}
.affiliate-table .table tbody tr td {
    line-height: 2 !important;
}
.products_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.product_box {
  display: flex;
}
