/**** Fonts ********/
@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/OpenSans-Regular.woff') format('woff'),
    url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MyriadPro-Regular.otf') format('opentype'),
    url('../fonts/MyriadPro-Regular.woff') format('woff'),
    url('../fonts/MyriadPro-Regular.ttf') format('truetype'),
    url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-SemiExt';
    src: url('../fonts/MyriadPro-SemiExt.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MyriadPro-SemiExt.otf')  format('opentype'),
    url('../fonts/MyriadPro-SemiExt.woff') format('woff'),
    url('../fonts/MyriadPro-SemiExt.ttf')  format('truetype'),
    url('../fonts/MyriadPro-SemiExt.svg#MyriadPro-SemiExt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vidaloka';
    src: url('../fonts/Vidaloka-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Vidaloka-Regular.otf')  format('opentype'),
    url('../fonts/Vidaloka-Regular.woff') format('woff'),
    url('../fonts/Vidaloka-Regular.ttf')  format('truetype'),
    url('../fonts/Vidaloka-Regular.svg#Vidaloka-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../fonts/BebasNeue-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeue-Regular.otf') format('opentype'),
    url('../fonts/BebasNeue-Regular.woff') format('woff'),
    url('../fonts/BebasNeue-Regular.ttf') format('truetype'),
    url('../fonts/BebasNeue-Regular.svg#BebasNeue-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "OpenSans-Regular";
    font-size: 14px;
    background-color: #000 !important;
    overflow-x: hidden;
}

a {
    color: #7d7f80;
    text-decoration: none;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none;
    background-color: transparent;
}

a, button {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    outline: none !important;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

a:hover,
a:focus,
.vertnav li.current > a {
    color: #00DC00;
}

.feature-icon-hover:hover span.icon.icon-color-productview,
.product-view .btn-cart:hover span,
button.btn-checkout:hover span,
button.button:hover span {
    background-color: #00DC00;
}

.gen-tabs .acctab:hover,
.gen-tabs .acctab:focus,
.gen-tabs .acctab.current,
.gen-tabs .tabs a.current {
    color: #00DC00;
}

.gen-tabs {
    width: 100%;
}

.gen-tabs ul.tabs {
    /*
    width: 20%;
    display: inline-block;
    vertical-align: top;
    */
}

.gen-tabs li {
    /*
    width: 100%;
    */
}

.gen-tabs a,
.gen-tabs a.current {
    margin-top: 0 !important;
    padding-top: 0 !important;
    /*
    padding-bottom: 10px;
    padding-right: 0;
    */
    /*	border-right: none;
        border-bottom: 1px solid #e5e5e5 !important;
        */
}

.gen-tabs .tabs-panels {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    /*float: right;*/
}

.gen-tabs .tabs-panels .panel {
    padding-left: 10px;
}

.price,
.price-box .regular-price .price,
.price-box .minimal-price .price,
.price-box-bundle .full-product-price .price { color: #00DC00; }

/*** Custom ****/
.wrapper {
    border-top: none;
}

.main-container {
    background-color: #fff !important;
}

#header {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}

.home #header {
    position: absolute;
    width: 100%;
    z-index: 99;
    display: block;
    top: 0;
}

.header-top small > a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    text-decoration: none;
    white-space: nowrap;
}

.header-top small > a:hover {
    color: #00DC00;
}

.header .logo {
    min-height: 54px;
}

.header .logo img {
    max-height: 100px;
}

.links > li > a:hover {
    background-color: #00DC00;;
}

#header .links > li > a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    line-height: 44px;
}

#header .links > li > a:hover {
    background-color: transparent;
    color: #00DC00 !important;
}

#header .nav-container.v-grid-container {
    position: fixed;
    top: 0;
    background-color: #000;
    z-index: 1000;
    left: 0;
    right: 0;
}

#header .nav-container.v-grid-container .nav-regular {
    margin: 0 10px;
}

#header .nav-container.v-grid-container .nav-mobile .logo,
#header .nav-container.v-grid-container .nav-mobile .icons {
    display: none;
}

#header .nav-container.v-grid-container .nav-regular .logo img {
    margin: 10px;
    height: 30px;
}

#header .nav-container.v-grid-container .nav-regular .icons a {
    line-height: 50px;
}

.home .iosSlider {
    background-color: #000;
}

.home .iosSlider a {
    pointer-events: none;
    cursor: default;
}

.home .iosSlider img {
    width: 100%;
    height: 100%;
}

.home .iosSlider .owl-pagination {
    text-align: center;
    bottom: 15%;
    position: absolute;
    width: 100%;
}

.home .iosSlider .owl-pagination:before {
    content: "";
    width: 205px;
    height: 1px;
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -102px;
    background: #fff;
    opacity: .2;
}

#root-wrapper {
    overflow-x: hidden;
}


.main {
    padding-top: 20px;
}

#nav {
    border: none;
    background-color: transparent;
}

#nav .nav-item.level0.parent > a .caret {
    border-top-color: #fff;
}

#nav .nav-item.level0.parent > a:hover .caret {
    border-top-color: #00DC00;
}

.nav-regular .nav-item > a > span{
    font-family: "MyriadPro-Regular", sans-serif;
}

.nav-regular .nav-item.level0 > a
{
    background-color: transparent;
    color: #ffffff;
}

.nav-regular .nav-item.level0.active > a,
.nav-regular .nav-item.level0:hover > a
{
    background-color: transparent;
    /*color: #00DC00;*/
}

.form-search .input-text {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #00DC00;
    font-size: 14px;
    line-height: 13px;
}

.form-search .input-text:hover,
.form-search .input-text:focus {
    background-color: #00DC00;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.form-search .button-search span {
    background-position: -57px -158px;
}

#nav .nav-panel--dropdown {
    /*background-color: rgba(0, 0, 0, 0.6); */
    color: #fff;
    border-top: none;
}

#nav .nav-panel--dropdown a {
    color: #000000;
}

#nav .nav-panel--dropdown a:hover,
#nav .nav-panel--dropdown a:focus {
    color: #00DC00;
}

#nav .nav-panel--dropdown a .caret
{
    border-left-color: #fff;
    border-right-color: #fff;
}
#nav .nav-panel--dropdown a:hover .caret {
    border-left-color: #00DC00;
    border-right-color: #00DC00;
}

.accordion li a:hover,
.accordion li a:focus {
    color: #00DC00;
}

.accordion li a {
    padding: 3px 10px;
}

div.page-content ul {
    list-style: none;
}

#search_mini_form > div > button > span.search-loading {
    background-position: 10px 10px;
    background-image: url(../images/bw-ajax-loader.gif);
}

.section-title {
    text-transform: uppercase;
    font-family: "BebasNeue-Regular", sans-serif;
    font-size: 2.0em;
    color: #000000;
}
.section-title.padding-right {
    text-transform: uppercase;
    font-family: "BebasNeue-Regular", sans-serif;
    font-size: 2.0em;
    color: #000000;
}

.mobnav-trigger {
    font-family: "MyriadPro-SemiExt", sans-serif;
}

.mobnav-trigger.active,
.mobnav-trigger.hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.breadcrumbs {
    font-size: 0.95em;
}

.breadcrumbs li {
    font-size: 1em;
}

.breadcrumbs li span {
    background: none;
    width: auto;
    height: auto;
    text-indent: 0;
    margin: 0 5px;
    color: #333;
}

.breadcrumbs a,
.breadcrumbs li.last-child {
    color: #333;
}

.breadcrumbs a:hover,
.breadcrumbs a:focus {
    color: #00DC00;
}

.fieldset .legend {
    margin: 7px -15px 10px -15px;
    padding-left: 0px;
    line-height: 1.2222em;
    text-transform: uppercase;
    font-family: "BebasNeue-Regular", sans-serif;
    font-size: 2.0em !important;
    color: #000000;
    padding-bottom: 7px;
}

h1, h2, h3, h4, h5 {
    text-transform: uppercase;
    font-family: "BebasNeue-Regular", sans-serif;
}

.page-title h1,
.page-title h2 {
    text-align: center;
    text-transform: uppercase;
    font-family: "BebasNeue-Regular", sans-serif;
}

.block .block-title {
    text-transform: uppercase;
    font-family: "BebasNeue-Regular", sans-serif;
    font-size: 2.0em;
}

#mini-cart .price {
    color: #fff;
}

#mini-cart .user-menu > .open .price a{
    color: #333;
}

.nav-mobile .nav-item.level0 > a {
    font-family: "MyriadPro-SemiExt", sans-serif;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.nav-regular .nav-item.level0:hover > a,
.nav-mobile .nav-item.level0 > a:hover {
    background-color: #00DC00;
    color: #ffffff;
}

.nav-mobile li .opener {
    background-image: url(/assets/app/public/images/magento/infortis/ultra-megamenu/opener-w.png);
}

.nav-mobile li .opener:hover {
    background-color: #00DC00;
}

.banner-container {
    display: inline-block;
}

.banner-container .banner-block {
    position: relative;
    width: 50%;
    float: left;
}

.banner-container .banner-block .img-box {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.banner-container .banner-block:hover .img-box {
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.banner-container .banner-block .img-box img {
    width: 100%;
    height: 100%;
}

.banner-container .banner-block .text-box {
    padding: 13.6%;
    text-align: center;
    position: relative;
    z-index: 9;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.banner-container .banner-block h3 {
    font-size: 2.95vw;
    text-transform: lowercase;
    color: #fff;
    font-weight: 600;
}

.banner-container .banner-block p {
    max-width: 300px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    margin: 20px auto;
}

.banner-container .banner-block .banner-btn:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: #414042;
    opacity: 1;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.banner-container .banner-block .banner-btn {
    line-height: 20px;
    padding: 20px 30px;
    background: #414042;
    color: #fff;
    display: inline-block;
    position: relative;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.banner-container .banner-block .banner-btn:hover {
    background-color: #00DC00;
}

.blog-bg {
    padding-top: 100px;
    padding-bottom: 160px;
    background-color: black;
}

.blog-bg .page-title h3 {
    text-align: center;
    font-size: 15vw;
    font-weight: 100;
    color: #fff;
    text-transform: lowercase;
}

.blog-bg .postContent_img img {
    position: relative;
    margin-right: 0 !important;
    float: none !important;
    width: 100%;
}

.blog-bg .postContent_text {
    font-size: 14px;
    line-height: 19px;
    padding: 0 20px;
    margin-bottom: 28px;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.blog-bg .postContent_text .blog-text-cont {
    text-align: center;
    color: #fff;
}

.blog-img-cont img {
    max-width: 100%;
    margin-bottom: 20px;
}

.blog-post {
    width: 33.3333%;
    float: left;
}

.widget-latest-details {
    text-align: center;
}

.widget-latest-details .time-date {
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    color: #ffffff;
    padding: 9px 20px 10px;
    background: #f14d4d;
    position: relative;
    top: -30px;
}

.widget-latest-title {
    margin-bottom: 16px;
    text-align: center;
}

.widget-latest-title a {
    font-size: 2.7vw;
    line-height: 1;
    color: #fff;
    text-transform: none;
    font-weight: 300;
}

.add-to-links {
    width: 100%;
    text-align: center;
}

.add-to-links li {
    display: inline-block;
    float: none;
}

.products-grid .addto-links-icons span.icon {
    border-radius: 50%;
}

.footer-bottom-container {
    background-color: #000;
    display: none;
}



.footer-bottom {
    color: #fff;
}

.footer .social-links {
    text-align: right;
}

.footer-container {
    background-color: #414042;
}

.footer-top-container {
    background-color: #0f0f0f;
}


.footer-primary-container {
    background-color: #0f0f0f;
}

.footer-secondary-container {
    background-color: #00DC00;
}

.footer .social-links a {
    font-size: 24px;
    padding: 10px;
    color: #fff;
}

.footer a {
    font-family: "MyriadPro-Regular", sans-serif;
    text-transform: uppercase;
    color: #fff;
}

.footer a:hover {
    color: #00DC00;
}

.footer .social-links a:last-child {
    padding-right: 0;
}

.footer-links-inline {
    list-style: none;
}

.footer-links-inline li {
    float: left;
    display: inline-block;
    margin-right: 40px;
}

.footer-links-inline li > a {
    font-size: 16px;
}

.clearfix:after, .configurable-swatch-list:after, .product-view .product-options .swatch-attr:after {
    content: '';
    display: table;
    clear: both
}

.officeMenu .col-main {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #939598;
}

.officeMenu .nav-office-menu {
    background-color: transparent;
}

.officeMenu .nav-panel--dropdown {
    background-color: #414042;
    color: #fff;
    border-top: none !important;
    margin: 0;
    padding: 20px;
    width: 16em;
    min-width: 12em;
}

.officeMenu .nav-item > a{
    color: #fff;
}

.officeMenu .nav-item > a:focus,
.officeMenu .nav-item > a:hover{
    color: #00DC00;
}

.officeContent {
    padding: 40px 0;
}

.officeContent  .v-grid {
    vertical-align: top;
}

.officeMenuTitle {
    float: right;
    padding: 20px 40px;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 200px;
}

.mobnav-trigger .trigger-icon .line {
    background-color: #fff;
}

@media only screen and (max-width: 974px) {
    .mobnav-trigger {
        background: none;
        color: #fff;
    }
    .mobnav-trigger:hover
    {
        background-color: rgba(0, 0, 0, 0.6);
    }
    .banner-container .banner-block {
        width: 100%;
    }
    #mini-cart.open .price {
        color: #000;
    }
}

h4 {
    font-family: "MyriadPro-SemiExt", sans-serif;
}

.header .dropdown-menu,
.header .open > .dropdown-toggle.cover > div
{
    background-color: #00DC00;
    color: #fff;
}
.header .dropdown-menu a {
    color: #fff;
}
.header .dropdown-menu a:hover {
    color: #000;
}

@media only screen and (min-width: 975px) {
    #mini-cart {
        top: -75px;
        /*
        position: absolute;
        right: -144px;
        */
        display: inline-block;
        color: #000;
    }
    #mini-cart .dropdown-toggle.cover > div {
        background-color: #00DC00;
    }
    #mini-cart .dropdown-toggle {
        background-color: #00DC00;
        padding: 0;
        min-width: 115px;
        height: 139px;
        text-align: center;
    }
    #mini-cart .dropdown-toggle:hover {
        opacity: 0.8;
    }
    #mini-cart .i-cart {
        display: none;
    }
    #mini-cart .feature-icon-hover {
        padding: 25px 0 0 0;
    }
    #mini-cart .price {
        margin-top: 25px;
        width: 100%;
        text-align: center;
    }
    #mini-cart .feature-icon-hover a {
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        line-height: 42px;
        height: 42px;
        vertical-align: middle;
        line-height: inherit;
        font-weight: normal;
    }
    #mini-cart .feature-icon-hover .hide-below-960 {
        display: none;
    }
    #mini-cart .feature-icon-hover .caret {
        display: none;
    }
    #mini-cart .cart-total {
        color: #fff;
        font-size: 42px;
        display: block;
        text-align: center;
        height: 22px;
        line-height: 22px;
        vertical-align: middle;
        padding: 0 10px;
    }
    #mini-cart .dropdown-menu {
        top: auto;
    }
    .top-links {
        display: none;
        top: 0;
        margin-right: 150px;
        /*
        position: absolute;
        right: 150px;
        */
    }
    .user-menu {
        /*
       position: absolute;
       right: 130px;
       */
    }

    .line-break-after{
        clear: none !important;
    }
    .lang-switcher {
        margin-bottom: 60px;
    }

    .lang-switcher .label.dropdown-icon {
        display: none;
    }
    .lang-switcher .value,
    .lang-switcher a {
        font-weight: 600;
        font-size: 10px;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
    }
    .quick-compare {
        margin-right: 30px;
    }
    .quick-compare .caret,
    .lang-switcher .caret {
        border-top-color: #fff;
    }
    .quick-compare .icon.i-compare {
        display: none;
    }
    .quick-compare .feature-icon-hover {
        font-weight: 600;
        font-size: 10px;
        text-decoration: none;
        text-transform: uppercase;
    }
}

.nav.has-outline > .grid-full {
    margin-bottom: 0;
}

.fade-on-slideshow-hover > img {
    min-width: 960px;
    min-height: 640px;
}

.module-sub-categories div.nav-item > .module-sub-categories-title {
    padding: 0px;
}

.caption-home {
    /*margin-top: 15%;*/
    width: 100%;
}

.caption-home > p {
    font-family: "BebasNeue-Regular";
    font-size: 62px;
    font-size: 9.5vw;
    padding: 2% 0px 0px 0px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 0px;
    text-align: center;
    line-height: 1.2;
}

.caption-home > p > span {
    color: #00DC00;
}


.copyright-logo {
    padding: 40px 0;
}

.copyright-logo > h1 {
    margin-bottom: 0px;
}

.copyright-logo > h1 > a{
    font-size: 0px;
    width: 460px;
    height: 79px;
    display: block;
    margin: auto;
    background-image: url('https://eu1.cert-secured.com/f99700b0885b897a646b7e7b71fc6e5e/contents/ckfinder/images/logo_xm.png');
    background-size: cover;
}

.blog-bg > .bg-image{


}




.widget-latest-title {
    font-family: "BebasNeue-Regular";
}

.accordion-style1 li a {
    font-size: 1em;
}

.header-top {
    font-size: 14px;
}

.footer .fieldset {
    padding: 20px 10px 75px;
}


.footer input {
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    width: 100% !important;
    font-size: 13px;
    color: rgb(116, 116, 116);
    float: left;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(232, 232, 232);
    padding: 20px 2%;
    border-radius: 2px;
    border-color: #1a1a1a;
    background-color: #191919;
}

.footer input:focus {
    color: rgb(116, 116, 116);
}

.footer textarea {
    border: 1px solid #e8e8e8;
    width: 100%;
    height: 92px;
    font-size: 13px;
    color: #747474;
    padding: 20px 11px 10px;
    border-radius: 2px;
    margin-bottom: 10px;
    border-color: #1a1a1a;
    background-color: #191919;
}

.footer select {
    color: #747474;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    border-color: #1a1a1a;
    background-color: #191919;
}

.footer button[type="submit"] {
    padding: 20px 24px 20px 24px;
    border: 0 none;
    color: #ffffff;
    display: block;
    width: 100%;
    cursor: pointer;
    text-indent: -9999px;
    background-image: url(https://eu1.cert-secured.com/f99700b0885b897a646b7e7b71fc6e5e/contents/ckfinder/images/mail.png);
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    height: 57px;
    line-height: 57px;
    background-color: #00DC00;
}

.footer button[type="submit"] span {
    display: none;
}

.footer label {
    color: rgb(116, 116, 116);
    width: 100%;
}

.footer .form-list label.required em {
    color: rgb(116, 116, 116);
    float: right;
    right: 0px;
}

.contact-title {
    width: 100%;
    text-align: center;
    padding-top: 40px;
}

.contact-intro {
    color: rgb(116, 116, 116);
    padding: 20px 0;
}

.banner-container {
    display: block;
}


.grid-full {
    margin: 0px;
    width: 100%;
}

.nested-container {
    width: 100%;
    margin-left: 0px;
}

.category-title h1 {
    padding: 0;
}

.page-title h1 {
    text-align: left;
    min-height: 0;
    line-height: 1.21;
}

#nav, .mobnav-trigger {
    border-bottom: none;
}

#nav .nav-panel--dropdown {
    top: 51px !important;
}

.xm_button {
    background-color: #333;
    color: #fff;
    font-size: 1.1666em;
    padding: 4px 12px;
}
.xm_button:hover {
    background-color: #00DC00;
    color: #fff !important;
}

.xm_button_grey {
    background-color: #333;
}

.xm_button_grey:hover {
    background-color: #00DC00;
    color: #fff !important;
}

.m-l-5 {
    margin-left: 5px;
}

.owl-stage {
    margin: 0 auto;
}

.owl-item {
    margin-bottom: 5px;
}

.owl-item:hover {
    box-shadow: 0px 0px 25px #ccc;
}

.home-hotdeals {
    margin: 270px auto 0 auto;
}

.home-hotdeals .col-main {
    width: 100%;
    margin-top: 12px;
}

.home-hotdeals .col-main .nested-container {
    width: 960px;
    margin: 0 auto;
}

.home-hotdeals h3 {
    text-transform: uppercase;
    font-family: "BebasNeue-Regular", sans-serif;
    line-height: 1.21;
    font-size: 2.0em;
}

.item .product-name {
    font-family: "BebasNeue-Regular", sans-serif;
    font-size: 1.5em;
}

.owl-item .item .button span span {
    min-width: 65px;
}

.order-items h2.table-caption {
    font-family: "BebasNeue-Regular", sans-serif;
    font-size: 1.6em;
}

input, select, textarea, button {
    font-family: "OpenSans-Regular";
}

.main-before-top-container .owl-carousel .owl-item img {
    max-width: 200px;
    margin: 0 auto;
}

.gen-tabs .tabs a {
    font-family: "MyriadPro-Regular", sans-serif;
}

.old-price .price {
    color: #aaa;
}

.btn-file:hover { background-color:#00DC00; color:#fff; }

@media only screen and (min-width: 1280px) {
    .header .logo {
        max-width: 220px;
    }

    .home-hotdeals {
        margin-top: 230px;
    }

    .home-hotdeals .col-main .nested-container {
        width: 1200px;
    }
}

@media (max-width: 974px) {

    #nav .nav-panel--dropdown {
        top: 0 !important;
    }

    .home-hotdeals h3 span {
        margin-left: 12px;
    }

    .home-hotdeals .col-main .nested-container {
        width: 100%;
    }
}



@media (max-width: 767px) {

    .col-main {
        margin-bottom: 0px;
    }

    .caption-home {
        top: 70%;
    }

    .home-hotdeals {
        margin-top: 337px;
    }


    .copyright-logo {
        padding: 20px 0;
    }

    .copyright-logo > h1 > a{
        width: 320px;
        height: 50px;
    }

    .footer input, .footer textarea, .footer select, .footer button[type="submit"], .footer label {
        width: 100% !important;
    }

    .item .button {
        margin-bottom: 5px;
    }

    .item .add-cart-button span span {
        padding: 0 25px !important;
        height: 45px !important;
        line-height: 45px !important;
    }
}

@media (max-width: 639px) {
    .home-hotdeals {
        margin-top: 377px;
    }
}




@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
    }
    50%{
        -webkit-transform: translateY(-8%);
    }
    80%{
        -webkit-transform: translateY(-4%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}
