@media (min-width: 1200px) {
    .auto-clear .col-lg-1:nth-child(12n+1) { clear: left; }
    .auto-clear .col-lg-2:nth-child(6n+1) { clear: left; }
    .auto-clear .col-lg-3:nth-child(4n+1) { clear: left; }
    .auto-clear .col-lg-4:nth-child(3n+1) { clear: left; }
    .auto-clear .col-lg-6:nth-child(odd) { clear: left; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .auto-clear .col-md-1:nth-child(12n+1) { clear: left; }
    .auto-clear .col-md-2:nth-child(6n+1) { clear: left; }
    .auto-clear .col-md-3:nth-child(4n+1) { clear: left; }
    .auto-clear .col-md-4:nth-child(3n+1) { clear: left; }
    .auto-clear .col-md-6:nth-child(odd) { clear: left; }
}
@media (min-width: 768px) and (max-width: 991px) {
    .auto-clear .col-sm-1:nth-child(12n+1) { clear: left; }
    .auto-clear .col-sm-2:nth-child(6n+1) { clear: left; }
    .auto-clear .col-sm-3:nth-child(4n+1) { clear: left; }
    .auto-clear .col-sm-4:nth-child(3n+1) { clear: left; }
    .auto-clear .col-sm-6:nth-child(odd) { clear: left; }
}
@media (max-width: 767px) {
    .auto-clear .col-xs-1:nth-child(12n+1) { clear: left; }
    .auto-clear .col-xs-2:nth-child(6n+1) { clear: left; }
    .auto-clear .col-xs-3:nth-child(4n+1) { clear: left; }
    .auto-clear .col-xs-4:nth-child(3n+1) { clear: left; }
    .auto-clear .col-xs-6:nth-child(odd) { clear: left; }
}
body{
    background: #F5F5F5;
}
a:focus, a:hover{
    outline: none!important;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
[data-toggle="open-card"] .open-card-off {display: block;}
[data-toggle="open-card"] .open-card-on {display: none;}
[data-toggle="open-card"].on .open-card-on {display: block;}
[data-toggle="open-card"].on .open-card-off {display: none;}

[data-toggle="expand"] {
    cursor: pointer;
}

.inline {
    display: inline-block;
}

.bootom-alligner::before {
    content: '';
    height: 100%;
    display: inline-block;
    width: 0px;
    margin-left: -4px;
    vertical-align: top;
}

.bootom-alligner-content {
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
}
.spinner-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(255,255,255);
    z-index: 9990;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    text-align: center;
}
.loading {
    position: relative;
}
.loading > .spinner-container {
    visibility: visible;
    opacity: 0.6;
}
.spinner {
    position: relative;
    display: inline-block;
    width: 70px;
    margin: auto;
    top: 50%;
     /*left: 50%;*/
     /*margin-left: -35px;*/
    margin-top: -35px;
    height: 70px;
    border: 1px solid #FF0043;
    border-radius: 50%;
    animation: spin 0.75s infinite linear;
}
.spinner::before, .spinner::after {
    left: -2px;
    top: -2px;
    display: none;
    position: absolute;
    content: '';
    width: inherit;
    height: inherit;
    border: inherit;
    border-radius: inherit;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.spinner {
    border-top-width: 0;
}
.spinner.fixed {
    position: fixed;
    margin-left: -34px;
}

.spinner-container.on{
    visibility: visible;
    opacity: 0.7;
}
.v-select .spinner {
    margin-top: 0;
}
@media (min-width: 767px) {
    html, body {
        height: 100%;
    }
    body {
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
    }
    .wrapper {
        display: table-row;
        height: 100%;
    }
}
label{
    font-weight: 100;
}

[data-countdown] {
    /*display: none;*/
}
.card-subtitle-club-vip{
    padding-left: 25px;
}
.line-icon {
    position: relative;
}
.line-icon.plus:before, .line-icon.plus:after {
    position: absolute;
    left: 12px;
    content: ' ';
    height: 15px;
    width: 1px;
    top: 5px;
    background-color: #303F52;
}
.line-icon.plus:after {
    transform: rotate(-90deg);
}
.line-icon.circle {
    background: #58A2E8;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
}
.line-icon.circle:before, .line-icon.circle:after {
    background-color: white;
}
@media only screen and (min-width: 768px) {
    .is-table-row {
        display: table;
        width: 100%;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
    .table-vmiddle [class*="col-"] {
        vertical-align: middle;
    }
}
body {
    font-family: 'Roboto', sans-serif;
    background: #F5F5F5;
    height: 100%;
}
a {
    color: #000000;
}
a:hover {
    text-decoration: none;
    color: #000000;
}
.container {
    position: relative;
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}
.header_background {
    background: #000000;
    color: #FFFFFF;
    padding-top: 18px;
    padding-bottom: 18px;
}
.header_background .logo {
    display: block;
    width: 240px;
    margin: auto;
}
.menu_background {
    background: #1F1F1F;
}

.navbar-toggle > .active,
.navbar-toggle > .active:hover,
.navbar-togglev > .active:focus,
.navbar-toggle:hover,
.navbar-toggle:focus
{
    background: #000!important;
}
.menu_background_slim {
    background: black;
    padding-top: 0;
    padding-bottom: 0;
    height: 80px;
}
@media (max-width: 768px) {
    .menu_background_slim {
        height: 64px;
    }
}
.nav > li > a:hover, .nav > li > a:focus
{
    background: transparent!important;
}
.navbar-collapse
{
    box-shadow: none;
}
button.searchButton {
    color: white;
    background: transparent;
    border-radius: 0;
    min-width: 32px;
    min-height: 31px;
    font-size: 13px;
    /* margin-left: -4px; */
}
.delogare-transform-text
{
    text-transform: capitalize;
}
/*mega drop-down menu*/
@media (min-width: 768px){
    .navbar-nav>li {
        float: left;
    }
}
.mega-dropdown-menu {
     padding: 30px!important;
     width: 100%;
     box-shadow: none;
     -webkit-box-shadow: none;
 }
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    border-color: transparent!important;
}
@media only screen and (min-width : 992px) {
    .mega-dropdown-menu
    {
        left: -255px;
        width: 950px;
        top: 105%;
        box-shadow: 0 9px 24px 0 rgba(0,0,0,0.19);
    }

    .mega-dropdown-menu:after {
      position: absolute;
      top: -15px;
      left: 262px;
      display: inline-block;
      border-right: 15px solid transparent;
      border-bottom: 15px solid #ffffff;
      border-left: 15px solid transparent;
      content: '';
    }
}
@media (min-width: 1200px){
    .mega-dropdown-menu
    {
        left: -342px;
        width: 1193px;
    }
    .mega-dropdown-menu:after {
        left: 372px;
    }
}
.filter-param
{
    height: auto!Important;
    max-height: 238px;
}
.navbar {
    min-height: 40px;
    border: 0;
    margin-bottom: 0px;
}
.navbar-inverse
{
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}
.navbar-default {
    background: transparent;
    border-color: transparent;
    margin-bottom: 0px;
    padding-top: 3px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus
{
    background: transparent;
}
.nav > li {
    float: left;
    position: initial;
}
.nav > li > a:hover {
    /* background: transparent; */
    /* color: #FFFFFF; */
    text-decoration: none;
}
.nav > li > a {
    color: lightgrey;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    /* text-transform: uppercase; */
    font-weight: 400;
    text-decoration: none;
}
.sub-menu {
    display: none;
}
.nav,
.nav a,
.nav ul,
.nav li,
.nav div {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px;
    border: 1px solid transparent;
    z-index: 1000!important
}
.nav a {text-decoration: none;font-weight: 400;font-size: 14px;}
.nav li { list-style: none; }
.nav {
    display: inline-block;
    position: relative;
    cursor: default;
    z-index: 500;
    float: none;
}
.nav > li {
    display: inline-block;
    padding: 25px 20px 25px 20px;
}
.nav > li > a {
    position: relative;
    z-index: 510;
    padding: 7px 30px 0 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.nav > li:first-child > a {
    border-radius: 3px 0 0 3px;
    border-left: none;
    padding-left: 0px;
}
.nav > li > div {
    position: absolute;
    display: block;
    width: 1140px;
    top: 40px;
    left: 0px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 0 0 3px 3px;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
    -webkit-box-shadow: 0px 5px 30px -1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 5px 30px -1px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 5px 30px -1px rgba(0, 0, 0, 0.45);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.nav > li:hover > div {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    text-decoration: none;
}
.nav .nav-column {
    padding-left: 20px;
    padding-right: 20px;
}
.nav .nav-column h3 {
    margin: 20px 0 10px 0;
    font-size: 17px;
    text-transform: none;
    color: #FF0E4E;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    float: left;
    width: 25%;
}
.nav .nav-column li a {
    display: block;
}
.nav .nav-column li a:hover { color: #FFFFFF; }

a.menu-category-title
{
    font-size: 19px;
    color: #9B9B9B;
    letter-spacing: 0;
    font-weight: 100;
    padding: 20px 0px 0px 0px;
    display: block;
}
.grid-item ul
{
    position: relative;
    margin-top: 6px;
}
a.menu-category-title:hover
{
    background: transparent;
    color: #9B9B9B;
}
/*end mega drop-down menu*/
.menu_container {
    position: relative;
}
.toggle-menu
{
    display: inline-block!important;
    position: relative;
    float: left;
}
.box-menu-other
 {
     display: inline-block;
     position: relative;
     padding-right: 30px;
     text-align: center;
     padding-left: 30px;
 }
#show-search
{
    display: none;
}
.box-menu-other .show-search
{
    position: absolute;
    left: 0;
    top: 50%;
    height: 40px;
    margin-top: -22px;
}
.margin-show-search
{
    margin-top: 9px!important;
}
.hide-search
{
    display: none;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: 23px;
}
#show-search
{
    display: none;
}
.box-menu-other #input_wrapper_search
{
    width: 610px;
    position: absolute;
    top: 50%;
    margin-top: 25px;
}
.box-menu-other .input-search-box
{
    height: 35px;
    width: 100%;
    padding-left: 20px;
}
.nav > li > a
{
    font-size: 19px;
}
.box-menu-other .nav > li > a {
    color: #fff;
    font-weight: 300;
    padding: 0;
}
.box-search-other
{
    position: absolute;
    width: 32px;
    right: 0;
    top: 50%;
    height: 32px;
    margin-top: -14px;
    z-index: 1000;
    background: black;
}

.search-box {position: relative;padding-left: 32px;padding-right: 32px;/* width: 100%; */text-align: left;}

.searchButton {
    color: white;
    width: 32px;
    height: 32px;
    font-size: 13px;
    padding: 0;
    line-height: 32px;
    cursor: pointer;
}
button.searchButton:hover {
    background: transparent;
}
.input-search-box {
    background: transparent !important;
    color: lightgrey;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding-left: 0px;
    letter-spacing: 1px;
    color: lightgrey;
}
.search-box ul {
    list-style-type: none;
    padding: 0;
    display: block;
    margin: 0 0px 0 0;
    width: 100%;
    padding-left: 0px;
}
.search-box ul > li {
    display: block;
}
.searchButton {
    border: none;
}
input, textarea, select {
    font-family: "Roboto", serif;
    color: lightgrey;
    border: 1px solid transparent;
    padding: 7px 10px;
    outline: 0;
}
.box-cart-home {
    position: absolute;
    top: 24px;
    right: 15px;
}
.meniu {
    display: none;
    margin-right: 30px;
    margin-top: 4px;
    position: absolute;
    left: 0;
    top: 120px;
    width: 288px;
    background: #FFFFFF;
    font-size: 15px;
    font-family: "Lato", serif;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #CCCCCC;
    padding: 0 5px;
}
#account_page
{
    margin-bottom: 200px;
}
.top-select.account {
    position: relative;
}
.header-options {
    margin-top: 0px;
    font-size: 11px;
}
.header-options-slim {
    margin-top: 20px;
}
.dropdown-cart {
    display: inline-block;
}
.dropdown-cart .shopping-cart {
    text-align: center;
    color: #000000;
    font-style: normal;
    margin-left: 5px;
    cursor: pointer;
    position: relative;
    height: 32px;
    margin-top: -22px;
    float: right;
    margin-right: 16px;
    display: inline-block;
}
.dropdown-cart .cart-icon img {
    height: 32px;
    width: 32px;
}
.dropdown-cart .cart-icon-counter {
    position: absolute;
    left: 0px;
    top: 4px;
    font-size: 11px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
.dropdown-panel {
    position: absolute;
    right: 5px;
    z-index: 1000;
    background: #FFFFFF;
    color: #000000 !important;
    width: 315px;
    padding: 10px 5px;
    margin-top: 0px;
    -webkit-box-shadow: 0px 5px 30px -1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 5px 30px -1px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 5px 30px -1px rgba(0, 0, 0, 0.45);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 15px;
}
.dropdown-panel:before, .dropdown-panel:after {
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    border-bottom-color: #FFFFFF;
    z-index: 9;
    position: absolute;
    top: -4px;
    right: 7px;
    border-width: 0 7px 5px 7px;
}
.dropdown-panel:before {
    border-bottom-color: #CACACA;
    border-width: 0 9px 6px 10px;
    top: -5px;
    right: 5px;
}
.dropdown-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    height: 44px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.dropdown-panel-product-image {
    max-width: 100px;
    max-height: 110px;
    position: absolute;
    margin: auto;
    top: 10px;
    left: 0;
    bottom: 0;
    display: block;
}
#myCode iframe
{
    margin: 0 auto;
    display: block;
    width: 800px;
    height: 400px;
}

.dropdown-panel-product-image img {
    width: 75px;
}
.btn-info {
    background: transparent;
}
.btn:focus,
.btn:active{
    background: transparent;
    text-decoration: none;
}
.btn-sm:focus,
.btn-sm:active{
    background: transparent;
    text-decoration: none;
}
.btn-default:focus,
.btn-default:active{
    background: transparent;
    text-decoration: none;
}
.btn-success:focus,
.btn-success:active
{
    background: transparent;
    text-decoration: none;
    color: #000;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover
{
    color: #FFFFFF;
    background: -moz-linear-gradient(180deg, #FF6200 0, #FF0004 50%, #FF004B 100%);
    background: -webkit-gradient(linear, 180deg, color-stop(0, FF6200), color-stop(50%, FF0004), color-stop(100%, FF004B));
    background: -webkit-linear-gradient(180deg, #FF6200 0, #FF0004 50%, #FF004B 100%);
    background: -o-linear-gradient(180deg, #FF6200 0, #FF0004 50%, #FF004B 100%);
    background: -ms-linear-gradient(180deg, #FF6200 0, #FF0004 50%, #FF004B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(180deg, #FF6200 0, #FF0004 50%, #FF004B 100%);
}
.btn-filter-active
{
    color: #FFFFFF;
    background: linear-gradient(90deg, #FF6200 0, #FF0004 50%, #FF004B 100%);
    border-radius: 20px;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 20px;
    width: auto;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 10px;
    position: relative;
}
.btn-filter-active a{position: absolute; right: 5px; top: 2px; color: #fff!important}
.btn-filter-active a:hover{
    opacity: 0.6;
}
.btn-filter-active i{
    margin-top: 0px;
}
.btn img
{
    display: inline-block;
    margin: 0 auto;
}
.cart-delete-btn {
    background: #E2E2E2;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
}
.cart-delete-btn:hover {
    opacity: 1;
    background: #4A494A
}
.cart-delete-btn:before, .cart-delete-btn:after {
    position: absolute;
    left: 12px;
    content: ' ';
    height: 15px;
    width: 1px;
    top: 5px;
    background-color: white;
}
.cart-delete-btn:before {
    transform: rotate(45deg);
}
.cart-delete-btn:after {
    transform: rotate(-45deg);
}
.cart-confirm-delete {
    padding: 14px;
    text-transform: uppercase;
    font: 700 10px/1.3em "Georgia", serif;
    color: #000000;
    background: #EEEEEE;
    border: 1px solid #DDDDDD;
    position: absolute;
    z-index: 1;
    margin-top: -30px;
    display: none;
}
.cart-confirm-delete .buttons {
    font-weight: 800;
    font-size: 12px;
    color: #999999;
}
.cart-confirm-delete .buttons a {
    color: inherit;
}
.cart-confirm-delete .buttons a:hover {
    color: #000000;
    text-decoration: none;
}
.cart-confirm-delete i {
    vertical-align: middle;
    margin-top: -3px;
    margin-left: -7px;
    margin-right: 5px
}
.dropdown-panel-product-price {
    /* color: #5C5B5C; */
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-top: 10px;
    text-align: left;
    /* font-weight: 600; */
    position: absolute;
    bottom: 7px;
    left: 100px;
    font-size: 24px !important;
}
.shopping-list .see-cart,
.wishlist-list .see-cart {
    color: #FFFFFF;
    background: -moz-linear-gradient(180deg, #FF5500 0, #FF0042 100%);
    background: -webkit-gradient(linear, 180deg, color-stop(0, FF5500), color-stop(100%, FF0042));
    background: -webkit-linear-gradient(180deg, #FF5500 0, #FF0042 100%);
    background: -o-linear-gradient(180deg, #FF5500 0, #FF0042 100%);
    background: -ms-linear-gradient(180deg, #FF5500 0, #FF0042 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(180deg, #FF5500 0, #FF0042 100%);
    width: 127px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-family: 'Oswald';
    text-transform: uppercase;
    padding-top: 2px;
    font-weight: 300;
    padding-bottom: 2px;
    letter-spacing: 0px;
}
.dropdown-panel-note {
    text-transform: uppercase;
    text-align: center;
    padding-top: 24px;
    height: 44px;
}
.slick-slide img {
    display: block;
    width: auto;
    /* height: 400px; */
}
.slick-slide
{
    height: auto;
}
.hero-text {
    background: #FFFFFF;
    padding-bottom: 25px;
    padding-top: 1px;
    text-align: center;
    text-decoration: none;
}
.hero-desc h3 {
    text-align: center;
    font-family: 'Roboto Slab';
    font-size: 28px;
    font-weight: 400;
    margin-top: 30px;
    text-decoration: none;
    color: #000000;
    text-transform: none;
    margin-bottom: 4px;
}
.bn-desc {
    font-size: 22px;
    color: #000000;
    font-weight: 100;
    opacity: 0.69;
    letter-spacing: 0;
    max-width: 1000px;
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    min-height: 65px;
}
.bn-bottom {
    margin-top: 13px;
}
.bn-button {
    font-family: 'Oswald';
    font-size: 15px;
    color: #5DA5B6;
    letter-spacing: 0.5px;
    font-weight: 400;
    text-transform: uppercase;
}
.padd-left-right {
    padding-left: 0px;
    padding-right: 0px;
}
.slick-slider {
    margin-bottom: 10px;
}
#hero-slider
{
    margin-top: 50px;
    margin-bottom: 50px;
}
#hero-slider .slick-list
{
    border-radius: 5px;
}
#hero-slider img
{
    width: 100%;
    height: auto;
}
.card {
    background: #FFFFFF;
    color: #000000;
    margin-bottom: 10px;
    transition: 0.3s;
    opacity: 1;
    position: relative;
}
.card-no-stock-price-display-none{
    display: none;
}
.card-no-stock{
    opacity: 0.5;
}
.card-text-no-stock{
    color: #5DA5B6 !important;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Oswald';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}
.card-header
{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
}
.card-product .card-header img
{
    /*height: 218px;*/
}
.card-gift
{
    position: relative;
    border-radius: 3px;
    margin-top: 20px;
    border: 1px solid #e2e4e4;
    min-height: 110px;
}
.text-padd-right
{
    padding-right: 25px;
}
.card-padd-gift-left
{
    padding-left: 0px!important;
}
.card-cart-gift
{
    border: 1px solid transparent;
    padding-top: 35px;
    width: 100%;
    margin-left: 0px;
    margin-top: 8px;
}
.card-item-picture-gift
{
    position: absolute;
    left: 20px;
    top: 20px;
}
.image-cart-gift
{
    top: 25px!important;
}

.card-gift-text
{
    position: relative;
    padding-left: 135px;
}
.card-gift .title-gift
{
    font-size: 20px;
    margin-bottom: 0px;
}
.card-gift .description-gift
{
    line-height: 23px;
    color: #9B9B9B;
}
.card-gift img
{
    position: absolute;
    left: 20px;
    top: 3px;
    height: auto;
    width: auto;
}
.header-modal-gallery
{
    padding: 20px;
    position: absolute;
    width: 100%;
    top: 0px;
}
.footer-gallery-pos-absolute
{
    position: absolute;
    bottom: 0px;
}

.card-body
{
    padding-left: 30px;
    padding-right: 30px;
}
.card-footer
{
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
}
.card-product .card-body,
.card-product .card-header,
.card-product .card-footer
{
    padding-left: 20px;
    padding-right: 20px;
}
.card-product .card-footer {
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
}
.card-product-body {
    font-weight: 400;
    line-height: 20px;
}
.card-product .card-body,
.card-product .card-footer
{
    padding-top: 0;
}
.card-nopadding {
    padding: 0 !important;
}
.card-gray {
    background: #e6e6e6;
}
.card-product {
    /* padding: 20px; */
}
.card-rounded {
    border-radius: 6px;
}
.card-add-info-content {
    position: relative;
}


/*.card:after{*/
    /*content: '';*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: rgb(255, 255, 255);*/
    /*opacity:0;*/
    /*visibility: hidden;*/
    /*transition: 0.3s;*/
/*}*/
/*.card.loading:after {*/
    /*opacity:0.7;*/
    /*visibility: visible;*/
/*}*/
.card-add-info
{
    background: #FFFFFF;
    color: #000000;
    margin-bottom: 10px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-bottom: 10px;
    /*-webkit-box-shadow: 2px 2px 5px -3px rgba(0, 0, 0, 0.25);*/
    /*-moz-box-shadow: 2px 2px 5px -3px rgba(0, 0, 0, 0.25);*/
    /*box-shadow: 2px 2px 5px -3px rgba(0, 0, 0, 0.25);*/
    padding: 20px;
    padding-top: 45px;
    opacity: 1;
}

.card.inactive{
    opacity: 0.6;
    cursor: not-allowed;
}
.card.inactive * {
    cursor: not-allowed;
}
.card-brand {
    color: #000000;
    margin-bottom: 10px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-bottom: 10px;
    padding: 20px;
}
.card-image {
    width: 100%;
    height: auto;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.card-image-article-home
{
    height: 443px;
}
.card-image-page-article
{
    height: 254px!important;
}
.title-menu-link
{
    font-family: "Roboto";
    font-size: 13px;
    text-transform: none!important;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 25px;
}
.content-page-padding-menu-side
{
    padding-top: 45px;
}
.content-page-padding-blog-content
{
    padding-top: 50px;
    padding-bottom: 50px;
}

.header-menu-blog
{
    padding: 10px;
    text-align: left;
    font-size: 18px;
    color: #4A4A4A;
    box-shadow: inset 0 -1px 0 0 rgba(155, 155, 155, 0.24);
    margin-bottom: 20px;
    padding-left: 0px;
}
.header-menu-blog a
{
    font-family: "Roboto Slab";
    color: #4A4A4A;
}
.menu-article
{
    padding-bottom: 15px;
}
.menu-article a
{
    font-size: 17px;
    color: #4A4A4A;
    font-weight: 300;
}
.card-menu-article-page
{
    padding: 20px;
}
.card-image-left {
    width: 100%;
    height: 101px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.card-img-product-container {
    display: block;
    /* margin-bottom: 32px; */
}
@media (min-width : 768px) {
    .card-img-product-container {
        min-height: 195px;
        padding: 10px;
        margin-bottom: 20px;
    }

}
@media(min-width: 992px) {
    .card-img-product-container {
        min-height: 188px;
        padding: 10px;
        margin-bottom: 20px;
    }
    .card-product > a > img{
        height: 160px;
    }
}
@media(min-width: 1200px) {
    .card-img-product-container {
        min-height: 250px;
        padding: 15px;
        margin-bottom: 20px;
    }
    .card-product > a > img{
        height: 220px;
    }
    .card-xs .card-img-product-container {
        min-height: 214px;
    }
}

.card-img-product
{
    width: auto;
    margin: 0 auto;
    display: block;
    max-height: 225px;
    /* margin-bottom: 15px; */
    /* margin-top: 15px; */
}
.image-card-recomandation
{
    min-height: 130px;
}
.image-card-recomandation img
{
    margin: 0 auto;
    display: block;
}
.class-align-price-rate
{
    font-size: 13px; margin-bottom: 0px; margin-right: 25px; margin-top: 10px;
}
.bubble{
    position: absolute;
    color: #fff;
    font-weight: 100;
    font-size: 20px;
    text-align: center;
    line-height: 72px;
    border-radius: 50%;
    height: 72px;
    opacity: 0.8;
    width: 72px;
    top: 20px;
    right: 20px;
    background: #FF0000;
}
.bubble-text{
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.bubble.bundle-discount{
    top: -5px;
    right: -20px;
}
@media (min-width: 1200px) {
    .bubble-big{
        font-size: 24px;
        width: 96px;
        height: 96px;
        line-height: 96px;
    }
}
.card-gift .bubble-gift
{
    background: #00C864;
    height: 50px;
    width: 50px;
    left: 5px;
    color: #fff;
    font-size: 15px;
    line-height: 49px;
    top: 6px;
    z-index: 999;
    opacity: 1;
}
.bubble-gift-prod
{
    background: #00C864;
}
.bubble-flash-deal
{
    background: #B4A0B9;
    /*background: #ff5901;*/
    line-height: 24px;
    padding: 12px 0;
    text-align: center;
}
.bubble-big.bubble-flash-deal
{
    line-height: 26px;
    padding: 23px 0;
}

@media (max-width: 1200px){
    .bubble-big.bubble-flash-deal
    {
        padding: 18px 0;
        line-height: 20px;
        font-size: 17px;
    }
}

.card-banner-title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    text-transform: none;
    text-align: center;
    margin-top: 23px;
    margin-bottom: 10px;
}
.small .card-banner-title {
    font-size: 20px;
}
.card-cumparate-frecvent
{
    padding: 25px;
}
.card-wishlist
{
    padding: 20px;
}
.card-others
{
     padding: 20px 30px;
}
.card-header-info
{
    padding-top: 0px;
}
.card-date
{
    font-family: 'Roboto';
    font-size: 15px;
    color: gray;
    margin: 0;
    text-align: left;
    margin-top: 15px;
}
.title-editor-video
{
    font-size: 15px;
}
.card-product-title
{
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    text-transform: none;
    line-height: 23px;
    /*height: 25px;*/
}
.card-box-description
{
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 21px;
    line-height: 19px;
    color: #000;
    font-weight: 100;
}
.title-product-recomandations
{
    font-size: 15px;
}
.description-product-recomandations
{
    font-size: 13px;
    min-height: 75px;
}
.card-footer-recomandations
{
    min-height: 65px;
}
.swiper-button-next
{
    background-image: url(../cs-images/arrow_right.png)!important;
    background-size: contain!important;
    height: 35px!important;
    width: 35px!important;
    position: relative!important;
    margin-right: 0px!important;
    float: right;
    margin-top: -65px!important;
    margin-right: -20px!important;
}
.swiper-button-prev
{
    background-image: url(../cs-images/arrow_left.png)!important;
    background-size: contain!important;
    height: 35px!important;
    width: 35px!important;
    position: relative!important;
    float: right;
    margin-right: 40px!important;
    margin-top: -65px!important;
}
.card-precomanda-box{
    display: inline-block;
    color: #71b0bf;
    font-family: 'Oswald';
    font-size: 15px;
    text-align: right;
    font-weight: 500;
    text-transform: uppercase;
    float: right;
    padding-top: 8px;
}
.btn-recomandations
{
    margin: 0 auto;
    display: block;
}
.card-price-recomandations
{
    position: relative;
    width: 100%;
}
.filter-item
{
    margin-top: 4px;
    margin-bottom: 4px;
}
.checkbox-circle label::before {
    background-color: transparent;
    width: 10px;
    height: 10px;
    top: 6px;
    border-width: 1px;
    transition: 0.3s;
    border-color: #4A4A4A;
}
.checkbox-circle input[type="checkbox"]:checked + label:after {
    content: '';
}
.checkbox-circle input[type="checkbox"]:checked + label:before {
    background: #4A4A4A;
}
.checkbox-circle input[type="radio"]:checked + label:after {
    content: '';
}
.checkbox-circle input[type="radio"]:checked + label:before {
    background: #4A4A4A;
}
.active-height
{
    height: auto!important;
}
.card-price-box
{
    margin-top: 0px;
    position: relative;
}

.card-product-subtitle
{
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #000000;
    text-transform: none;
    height: 50px;
}

.card-text {
    font-weight: 200;
    font-family: 'Roboto';
    font-size: 19px;
    line-height: 22px;
    color: #000;
    opacity: 0.69;
    margin-bottom: 10px;
    text-transform: none;
    text-align: center;
}
.small .card-text {
    font-size: 17px;
}
.btn-card {
    color: #5DA5B6 !important;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Oswald';
    margin-top: 16px;
}
.card .card-body{
    transition: max-height 0.5s;
    overflow: hidden;
    padding: 20px 30px;
    margin-bottom: 20px;
}
.card-xs .card-body-xs{
    font-size: 16px;
    letter-spacing: 0.34px;
    text-align: left;
    color: #000;
    padding-right: 0px;
}
.card.collapsed .card-body,
.card.collapsed .card-footer
{
    max-height: 0;
    transition: max-height 0.5s;
    overflow: hidden;
    padding: 0;
}
.card.disabled {
    opacity: 0.6;
}
.service-card {
    float: left;
    text-transform: uppercase;
    border-radius: 6px;
    width: 100%;
    height: 100px;
    margin-top: 40px;
    margin-bottom: 15px;
    padding: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
}
.service-card-img {
    display: inline-block;
    vertical-align: middle;
}
.service-card-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 100;
    width: 90px;
    text-align: left;
    line-height: 20px;
    padding-left: 15px;
    color: #7E7E7E;
    font-family: 'Oswald';
}
#step2 .card-title {
    line-height: 50px;
}
.card-title {
    text-transform: none;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0px;
    vertical-align: middle;
    color: #000;
}

.wth-btn-fav {
    width: 66px;
    height: 44px;
    margin-right: 10px;
    padding: 6px 17px 6px 17px;
    float: right;
}
.wth-btn-fav:after {
    margin-left: -18.5px !important;
    margin-top: -73px !important;
    width: 37px !important;
    height: 146px !important;
}
.htg-fav {
    min-height: 140px;
}
.section-title-checkout
{
    font-size: 24px;
    font-weight: 400;
    color: #000;
    padding: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.subtitle-checkout
{
    padding-left: 10px;
    font-size: 17px;
    color: #4A4A4A;
    margin-bottom: 17px;
    font-weight: 100;
    margin-bottom: 47px;
}
.sidebar-title
{
    font-size: 26px;
    color: #000000;
    line-height: 24px;
    margin-top: 49px;
    margin-bottom: 51px;
    font-family: "Roboto Slab";
    padding-left: 45px;
    font-weight: 300;
}
.sidebar-subtitle
{
    font-size: 17px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 200;
    padding-left: 45px;
}

.section-title {
    font-size: 24px;
    font-family: 'Oswald';
    font-weight: 300;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 30px;
    margin-top: 45px;
    text-transform: uppercase;
    text-align: center;
}
.section-title a {
    color: #000;
}
.product {
    text-align: left;
    color: #5C5B5C;
}
.code {
    text-align: left;
}
.BgNewFooter {
    background: #262626;
    border-top: 1px solid lightgrey;
    position: relative;
    /*margin-top: 20px;*/
}
.footer-title {
    color: black;
    font-weight: 400;
    font-size: 16px;
    color: black;
    font-weight: 400;
}
.footer-title1 > a {
    line-height: 18px !important;
    font-size: 15px !important;
    color: #fff !important;
    font-weight: normal;
    font-family: 'Roboto' !important;
    margin-bottom: 2px !important;
}
.footer-links > li {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto';
}
.footer-links a {
    color: #AFAFAF;
    font-size: 15px;
    white-space: nowrap;
    line-height: 24px;
    display: inline-block;
    /* font-weight: 300; */
}
.footer-links {
    font-size: 11px;
    padding-left: 0px;
}
.footer-links .links-margin {
    margin-right: 15px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.footer-socials {
    margin: 10px 0px 10px;
    text-align: center;
    /* letter-spacing: 13px; */
}
.footer-socials i
{
    font-size: 23px;
}
.l-block {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.l-stacked > li {
    display: table;
    list-style-type: circle;
}
.footer-socials img {
    width: 24px;
    margin: 14px 3px;
}
.margin-bottom-menu-fb-articles
{
    margin-bottom: 50px;
}
.BoxCookies {
    background: #133a52;
    padding-top: 15px;
    padding-bottom: 12px;
    position: absolute;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.disclaimer p {
    font-family: "Roboto condensed", sans-serif;
    color: white;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 0;
}
.BoxCookies .close {
    position: absolute;
    right: 15px;
    margin-top: -11px;
}
.footer-socials > ul > li {
    width: 24px;
    float: left;
    margin-right: 20px;
}
.padd-box-social {
    padding-left: 0px;
}
.dropdown-panel-product {
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100px;
    position: relative;
    padding-left: 100px;
    padding-right: 20px;
}
.dropdown-panel-product-image {
    width: 100px;
}
.dropdown-panel-product-title {
    width: 140px;
    font-size: 14px;
    font-weight: 300;
}
.dropdown-panel-product-delete {
    width: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
}
.dropdown-panel-footer a {
    color: #FF284E;
    font-size: 15px;
    font-weight: 400;
}
.dropdown-panel-footer {
    color: #5D5C5D;
    padding-top: 10px !important;
    font-size: 15px;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #E6E6E6;
    padding-left: 15px;
    padding-right: 15px;
}
.dropdown-panel-footer:last-child {
    border-bottom: 0;
}
.price-right {
    text-align: right;
}
.form-control {
    background: #FFFFFF;
    color: #000;
    border-radius: 3px;
    border: 1px solid #A4A4A4;
    width: 100%;
    height: 40px;
    font-size: 19px;
    box-shadow: none;
}
.card-login {
    text-align: center;
    max-width: 350px;
    margin: auto;
}
.card-login .card-body {
    padding-top: 0;
}
.card-login .form-group {
    /* max-width: 280px; */
    margin-left: auto;
    margin-right: auto;
}
.cart-icon {
    position: relative;
    height: 32px;
    width: 32px;
    display: inline-block;
    /* margin-bottom: 24px; */
    margin-right: 0px;
}
.fav-icon {
    position: relative;
    margin-top: 0px;
    height: 32px;
    width: 32px;
    display: inline-block;
}
.form_error {
    color: red;
    font-size: 11px;
}
.sep-line {
    margin-top: 10px;
    margin-bottom: 10px;
}
.link-custom {
    float: right;
    padding-top: 10px;
    cursor: pointer;
}
.css-label {
    font-weight: normal;
    padding-left: 10px;
    font-size: 17px;
    color: #4A4A4A;
    line-height: 22px;
    font-weight: 100;
}
.logo{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
}
.logo img
{
    height: 40px;
    width: auto;
}
/*layout_slim*/
.header_slim_background {
    background: #FFFFFF;
}
.header_slim_background .logo {
    display: block;
    width: 240px;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}
.card-subtitle {
    color: #4A4A4A;
    font-size: 17px;
    font-weight: 100;
    margin-bottom: 17px;
    line-height: 1.2em;
}
.pageTitle {
    padding-top: 45px;
    padding-bottom: 15px;
    font-size: 35px;
    font-weight: 500;
    text-align: center;
    color: #ff5901;
    font-family: 'OSWALD';
}
.pageSubTitle {
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 100;
    color: #888888;
    text-align: center;
    font-family: 'Roboto';
    max-width: 750px;
    margin: 0 auto;
}
.page-subtitle {
    color: #4A4A4A;
    text-align: left;
    font-size: 17px;
    font-weight: 100;
    padding-top: 5px;
}

.title-support {
    padding-top: 42px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 16px;
}
.title-support span
{
    vertical-align: middle;
    font-family: 'Roboto Slab';
    font-weight: 300;
    font-size: 44px;
}
.search-box-support
{
    display: inline-block;;
}
#input_wrapper_support
{
    position: relative;
    width: 300px;
    margin-left: 50px;
    margin-right: 50px;
}
.input-search-box-support
{
    width: 300px;
    background: transparent;
}

.show-search-support
{
    position: absolute;
    top: 18px;
}
.hide-search-support
{
    position: absolute;
    right: 0;
    top: 24px;
    display: none;
}

.subtitle-support
{
    font-size: 20px;
    color: #4A4A4A;
    text-align: center;
    font-weight: 100;
}

.search-box-support {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.input-search-support {
    border-radius: 30px;
    border: 1px solid #9B9A9B;
    width: 100%;
    color: #4B4A4B;
    border-left: 0;
    background: #F9F9F9;
}

.item-grid {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 180px;
    margin-top: 50px;
    margin-bottom: 25px;
}
.item-grid-content
{
    text-align: center;
    width: 275px;
    margin: 0 auto;
    margin-bottom: 65px;
}
.item-grid-img
{
    margin: 0 auto;
    display: block;
    width: 128px;
}
.item-grid-content .title-sup {
    color: #000;
    font-weight: 500;
    font-size: 21px;
    cursor: pointer;
    text-align: center;
    margin-top: 6px;
}
.item-grid-content a {
    font-size: 19px;
    line-height: 23px;
    color: #7E7D7E;
    font-weight: 200;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    text-align: center;
}
.item-grid-content p {
    font-size: 19px;
    line-height: 23px;
    color: #7E7D7E;
    font-weight: 200;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    text-align: center;
}
.card-article .card-body,
.card-article .card-footer{
    padding-top: 0;
}
.card-article .card-body .card-title-article
{
    text-align: left;
    font-family: 'Roboto Slab';
    font-size: 27px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
.card-article .card-body .title-editor
{
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    min-height: 70px;
}

.card-article div
{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.card-article .card-body .subtitle-editor
{
    font-size: 18px;
    font-family: 'Roboto';
    min-height: 78px;
}
.card-article .card-body .title-article-horizontal
{
    font-size: 14px;
    text-transform: none;
    margin: 0;
}

.card-article-horizontal
{
    padding: 0px;
    cursor: pointer;
    min-height: 108.2px;
}
.card-article-horizontal .card-body
{
    padding: 20px 15px 13px 15px;
    min-height: 104px;
}
.card-article-horizontal-image
{
    width: 100%;
    min-height: 140px;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.cart-article-btn
{
    margin-top: 0px;
    margin-bottom: 5px;
}
.card-video .card-body
{
    padding-top: 0px;
    padding-bottom: 20px;
}
.card-newsletter
{
    padding: 20px;
    padding-bottom: 8px;
    border-radius: 6px;
}
.title-suport-article {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-top: 15px;
    margin-top: 8px;
    padding-bottom: 12px;
}
.title-article{
    font-size: 30px;
    color: #000000;
    font-family: "Roboto Slab";
    text-align: left;
    padding-left: 35px;
    font-weight: 100;
}
.article-content
{
    padding: 40px;
    padding-bottom: 40px;
    font-size: 19px;
    color: #000000;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 100;
}
.article-content p
{
    font-size: 17px;
    font-family: "Roboto slab";
}
.article-content li
{
    font-size: 17px;
    font-family: "Roboto slab";
}
.article-content li strong
{
    font-weight: 400;
}
.article-content p strong
{
    font-weight: 400;
}
.article-content a
{
    /*color: rgba(104, 104, 104, 0.77)!important;*/
    font-weight: 400;
}
.article-content img
{
    width: 100%;
}
.box-author
{
    padding: 0px 40px;
    padding-bottom: 5px;
    padding-top: 15px;
}
.box-author-img
{
    margin-right: 5px;
    float: left;
}
.box-author-nume
{
    padding: 10px;
    padding-left: 0px;
    padding-top: 2px;
}
.box-author-nume span
{
    width: 100%;
}
.box-author-date
{
    padding: 0px;
}
.box-author-img img
{
    border-radius: 50%;
    height: 20px;
    width: 20px;
}
.no-image-author
{
    padding-top: 0px;
    padding-left: 0px;
    margin-right: 10px;
    float: left;
}
.imgBlog-page
{
    position: relative;
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 50px;
}
.imgBlog-page img
{
    height: 200px;
    border-radius: 0px;
}
.article-content img
{
    display: block;
    margin: 0 auto;
}
.service-description{
    font-family: "Roboto slab";
}
.service-description h1
{
    font-family: "Oswald";
    font-size: 36px;
    color: #FF0043;
    letter-spacing: 0;
    margin-top: 32px;
    text-transform: uppercase;
    font-weight: 300;
    margin-left: 60px;
    margin-bottom: 6px;
}
.service-description h2 {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 15px;
    color: #4A4A4A;
    line-height: 24px;
    margin-bottom: 0px;
    padding-left: 60px;
}
.service-description h3
{
    font-size: 21px;
    color: #4A4A4A;
    font-weight: 100;
    width: 490px;
    margin-left: 60px;
    margin-top: 0;
}
.service-description h5
{
    font-size: 21px;
    padding-left: 60px;
    color: #4A4A4A;
    font-weight: 300;
    margin-bottom: 23px;
}
.service-description a{
    font-weight: 400!important;
}
.background-article
{
    width: auto;
    position: relative;
}
.background-article img
{
    width: 100%;
    height:176px;
}
.service-description h6
{
    font-size: 17px;
    color: #4A4A4A;
    line-height: 24px;
    margin-left: 60px;
    max-width: 490px;
    margin-top: 23px;
    margin-bottom: 0;
}
.service-description ul
{
    font-size: 17px;
    color: #000000;
    line-height: 24px;
    font-weight: 100;
    margin-left: 60px;
    max-width: 490px;
    margin-bottom: 20px;
}
.service-description iframe
{
    width: 600px;
    margin: 0 auto;
    display: block;
}
.service-description p
{
    font-size: 17px;
    color: #000000;
    line-height: 24px;
    font-weight: 100;
    margin-left: 60px;
    max-width: 490px;
}
.pic-article
{
    position: absolute;
    top: 50%;
    margin-left: 46px;
    margin-top: -48px;
}
.pic-article img
{
    display: inline-block;
    width: 96px;
    height: 96px;
}
.pic-article .service-description-title
{
    display: inline-block;
    font-size: 26px;
    color: #FAFAFA;
    line-height: 24px;
    font-weight: 300;
    margin: 0;
    vertical-align: middle;
}

.list-support {
    padding-left: 0px;
}
.list-support li {
    list-style-type: none;
    line-height: 35px;
}
.list-support li a {
    font-size: 19px;
    color: #4A4A4A;
    line-height: 36px;
}
.list-support li.active a {
    font-weight: 500!important;
}

/*epanded menu suport*/

.sidemenu-expand .expanded p {
    font-size: 14px;
    font-weight: 300;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
    padding-top: 25px;
    line-height: 24px;
}
.expanded p > a > strong
{
    font-weight: 400;
    font-size: 20px!important;
}
.sidemenu-expand::after {
    content: url(../cs-images/Plus.svg);
    float: right;
    font-weight: 300;
    font-size: 22px;
    color: #9B9B9B;
    line-height: 22px;
    position: absolute;
    right: -3px;
    top: -3px;
}

.sidemenu-expand.on::after {
    content: url(../cs-images/Minus.svg);
}
.open-card-on
{
    display: none;
}
.card-others .on .open-card-on
 {
    display: inline-block;
 }
.card-others .on .open-card-off
{
    display: none;
}
.tabs .sidemenu-expand {
    background: #FFFFFF;
    color: #4A4A4A;
    padding: 24px 0;
    padding-right: 45px;
    padding-left: 30px;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
}
.sidemenu-expand  {
    font-family: 'Roboto';
    text-align: left;
    font-size: 20px;
    transition: 0.5s;
    color: #5C5B5C;
    cursor: pointer;
}
.sidemenu-expand .on {
    /* margin-bottom: 20px; */
    transition: 0.5s;
    text-align: left;
}
.sidemenu-expand  {
    text-transform: none !important;
    position: relative;
}

/*expanded content suport*/

.card-expand .expanded p {
    font-weight: 300;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    margin-bottom: 0;
    padding-top: 25px;
    line-height: 24px;
}
.footer-list-title
{
    color: #fff!important;
    font-size: 15px!important;
    white-space: nowrap;
    line-height: 24px;
    display: inline-block;
    /* font-weight: 300; */
}
.card-expand .expanded iframe
{
    width: 600px;
    margin: 0 auto;
    display: block;
}
.card-expand .expanded ul
{
    font-size: 17px;
    color: #000000;
    line-height: 24px;
    font-weight: 100;
    margin-left: 60px;
    max-width: 490px;
    margin-bottom: 20px;
}
.card-expand .expanded h3
{
    font-size: 20px;
    padding-left: 30px;
}
.card-expand .expanded h2
{
    font-size: 20px;
    padding-left: 30px;
}

.card-suport-expand
{
    text-transform: none;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0px;
    vertical-align: middle;
    color: #000;
    width: 100%;
    cursor: pointer;
}
.expanded a{
    cursor: pointer;
}
.card-suport-expand::after {
    content: url(../cs-images/Plus.svg);
    float: right;
    font-weight: 300;
    font-size: 22px;
    color: #9B9B9B;
    line-height: 22px;
    position: absolute;
    right: 14px;
    top: 20px;
}

.card-suport-expand.on::after {
     content: url(../cs-images/Minus.svg);
 }
.card-expand {
    background: #FFFFFF;
    color: #4A4A4A;
    padding: 24px 0;
    padding-right: 45px;
    padding-left: 30px;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Roboto';
    text-align: left;
    font-size: 20px;
    transition: 0.5s;
    color: #5C5B5C;
}
.card-expand .on {
    /* margin-bottom: 20px; */
    transition: 0.5s;
    text-align: left;
}
.card-expand  {
    text-transform: none !important;
    position: relative;
}

.expand-next .expanded p {
    font-size: 14px;
    font-weight: 300;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
    padding-top: 25px;
    line-height: 24px;
}
.tabs p {
    margin-top: 0;
    line-height: 16px;
    font-size: 17px !important;
    line-height: 20px;
    color: #4A4A4A !important;
    font-family: 'roboto';
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}
.tabs .expanded {
    display: inline-block;
    text-align: left;
    width: 100%;
}
.expand-next::after {
    content: url(../cs-images/plus-expand-big.svg);
    float: right;
    font-weight: 300;
    font-size: 22px;
    color: #9B9B9B;
    line-height: 22px;
    position: absolute;
    right: 0;
    margin-top: -11px;
    top: 50%;
}
.expand-next.in::after {
    content: url(../cs-images/minus-expand-big.svg);
}
.tabs .expand-next {
    background: #FFFFFF;
    color: #4A4A4A;
    padding: 24px 0;
    padding-right: 45px;
    padding-left: 30px;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
}
.expand-next {
    font-family: 'Roboto';
    text-align: left;
    font-size: 20px;
    transition: 0.5s;
    color: #5C5B5C;
    cursor: pointer;
}
.expand-next.in {
    /* margin-bottom: 20px; */
    transition: 0.5s;
    text-align: left;
}
.expand-next {
    text-transform: none !important;
    position: relative;
}
.expand-next-rate::after {
    content: url(../cs-images/plus-expand.svg);
    float: right;
    font-weight: 300;
    font-size: 22px;
    color: #9B9B9B;
    line-height: 22px;
    position: absolute;
    right: 0;
    margin-top: -11px;
    top: 50%;
}
.expand-next-rate.in::after {
    content: url(../cs-images/minus-expand.svg);
}
.tabs .expand-next-rate {
    background: #FFFFFF;
    color: #4A4A4A;
    padding: 24px 0;
    padding-right: 45px;
    padding-left: 30px;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
}
.expand-next-rate {
    font-family: 'Roboto';
    text-align: left;
    font-size: 20px;
    transition: 0.5s;
    color: #5C5B5C;
    cursor: pointer;
}
.expand-next-rate.in {
    /* margin-bottom: 20px; */
    transition: 0.5s;
    text-align: left;
}
.expand-next-rate {
    text-transform: none !important;
    position: relative;
}
@media(min-width: 768px) {
    .expand-mobile:after {
        content: '';
        display: none;
    }
}
@media(max-width: 768px){
    .expanded {
        display: none;
    }
    .expanded a {
        line-height: 22px;
        padding: 10px 15px;
    }
}

/*filters category page*/
.filter-title .expanded p {
    font-size: 14px;
    font-weight: 400;
    padding-left: 0px;
    padding-top: 25px;
    line-height: 23px;
}
.filter-title::after {
    content: url(../cs-images/plus-expand.svg);
    float: right;
    font-weight: 300;
    font-size: 24px;
    color: #979797;
    line-height: 22px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}
.filter-title.on::after {
    content: url(../cs-images/minus-expand.svg);
}
.filter-title {
    font-family: 'Roboto';
    text-align: left;
    font-size: 20px;
    transition: 0.5s;
    color: #5C5B5C;
    cursor: pointer;
}
.filter-title.on {
    margin-bottom: 20px;
    transition: 0.5s;
    text-align: left;
}
.filter-title {
    text-transform: none !important;
    position: relative;
}
.expanded-filters {
        display: none;
        margin-top: 0px;
}

.filter-category .expanded p {
    font-size: 14px;
    font-weight: 400;
    padding-left: 0px;
    padding-top: 25px;
    line-height: 23px;
}
.filter-category::after {
    content: url(../cs-images/up.png);
    float: right;
    font-weight: 300;
    font-size: 24px;
    color: #979797;
    line-height: 22px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17px;
}
.filter-category.on::after {
    content: url(../cs-images/down.png);
}

.filter-category {
    font-family: 'Roboto';
    text-align: left;
    font-size: 20px;
    transition: 0.5s;
    color: #5C5B5C;
    cursor: pointer;
}
.filter-category.on {
    margin-bottom: 20px;
    transition: 0.5s;
    text-align: left;
}
.filter-category {
    text-transform: none !important;
    position: relative;
}
.expanded-filter-category {
    display: none;
    margin-top: 15px;
}


.remove-filters
{
    color: #4A4A4A;
    font-size: 17px;
    font-weight: 100;
    float: right;
}
.remove-filters a{
    color: #4A4A4A;
    font-size: 17px;
    font-weight: 100;
}
.card-product-label
{
    margin-bottom: 10px;
    margin-top: 0px;
}
.text-info-cart-price-mic
{
    font-weight: 300;
    font-size: 16px;
    padding-left: 48px;
    position: relative;
    padding-top: 5px;
}
.desaturate {
    filter: grayscale(100%);
}

.input-group-addon {
    background: none;
    border-radius: 50% 0 0 50%;
    background: #F9F9F9;
    border: 1px solid #9B9A9B;
    width: 40px !important;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}
.bg-top-support {
    background: #EEEEEE;
    margin-bottom: 50px;
}
::-webkit-input-placeholder {
    color: #5C5B5C;
}
:-moz-placeholder { /* Firefox 18- */
    color: #5C5B5C;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #5C5B5C;
}
:-ms-input-placeholder {
    color: #5C5B5C;
}
.title-contact {
    font-size: 18px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding-left: 5px;
}
.messages-contact-send
{
    text-align: center;
    text-transform: none;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0px;
    vertical-align: middle;
    color: #000;
}
.padd-form-contact
{
    padding-top: 20px;
}
.maps-contact iframe
{
    width: 100%;
    height: 470px;
}
.wth-row-contact {
    width: 600px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 50px;
}
.label-contact {
    font-size: 18px;
    font-weight: 100;
}
.input-design-contact {
    background: #FFFFFF;
    color: #4A4A4A;
    border-radius: 2px;
    border: 1px solid #A4A4A4;
    width: 100%;
}
textarea.form-control {
    font-size: 17px;
}
.item-magazin h3
{
    font-size: 19px;
    color: #FF0043;
    font-weight: 300;
}
.item-magazin h4
{
    font-size: 16px;
    color: #4A4A4A;
    line-height: 21px;
    margin-bottom: 0;
}

.item-magazin p
{
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 16px;
    color: #000000;
    line-height: 19px;
    font-weight: 100;
    width: 255px;
}
.title-product {
    font-size: 26px;
    font-weight: 100;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 19px;
    color: #000;
    line-height: 25px;
}
.number-products {
    color: #4A4A4A;
    font-size: 18px;
    line-height: 19px;
}
.box-order-by{
    color: #4A4A4A;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    padding: 51px 0;
}
.is-active
{
    padding-bottom: 5px;
    border-bottom: 2px solid #000;
}
.box-order-by a {
    color: #4A4A4A;
    font-weight: 100;
    margin-right: 32px;
    text-decoration: none;
}
.box-filters{
    max-width: 250px;
}

.filter {
    /* padding-bottom: 10px; */
    padding-top: 12px;
}
.filter ul{
    list-style-type: none;
    padding-left: 11px;
}
.filter ul li a{
    color: #4A4A4A;
    font-size: 15px;
    line-height: 22px;
    font-weight: 100;
}
.filter .filter-title {
    font-size: 17px;
    color: #4A4A4A;
    font-weight: 300;
    margin-top: 0;
    padding-bottom: 14px;
    box-shadow: inset 0 -1px 0 0 #9B9B9B;
    padding-left: 11px;
    margin-bottom: 0px!important;
}
.card-prod-cart {
    padding: 10px;
    background: #FFFFFF;
    margin-bottom: 10px;
    margin-right: 10px;
}
.is-logged {
    color: #FFFFFF;
    font-size: 16px;
}
.is-logged:hover {
    color: #FFFFFF;
}
.is-logged-name-header {
    text-transform: capitalize;
}
.title-myinfo {
    padding-top: 45px;
    padding-bottom: 30px;
    text-align: center;
}
.title-myinfo .section-title {
    font-size: 44px;
    color: #000;
    text-transform: none;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 100;
}
.title-myinfo .section-title span {
    text-transform: capitalize;
}
.title-myinfo p {
    font-size: 20px;
    line-height: 23px;
    color: #4A4A4A;
    max-width: 555px;
    margin: 0 auto;
    font-weight: 100;
}
.account-intro {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding-top: 31px;
    padding-bottom: 40px;
}
.account-intro h3 {
    font-weight: 500;
    font-size: 21px;
    color: #000000;
    line-height: 24px;
    margin-top: 6px;
    margin-bottom: 0;
}
.account-intro p {
    font-size: 19px;
    color: #4A4A4A;
    line-height: 23px;
    font-weight: 100;
    width: 229px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.account-intro img {
    margin: 0 auto;
}
.sidebar_menu {
    /* padding-top: 130px; */
    padding-left: 45px;
}
a.active {
    font-weight: 500;
    text-decoration: none!important;
    color: #000;
}
.sidebar_menu li {
    position: relative;
}
.sidebar_menu span {
    position: absolute;
    top: 7px;
}
.sidebar_menu > li > span {
    width: 45px;
    left: -50px;
    text-align: right;
}
.sidebar_menu > li > span > img {
}
.sidebar_menu li {
    list-style-type: none;
}
.sidebar_menu li a {
    font-size: 20px;
    color: #5C5B5C;
    line-height: 48px;
    font-weight: 300;
}
.sidebar_menu li a.active {
    font-weight: 500;
}

.info-myaccount img {
    display: block;
    margin: 0 auto;
}
.number-wishlist-box {
    position: relative;
    width: 128px;
    height: 128px;
    margin: 0 auto;
    text-align: center;
}
.number-wishlist {
    position: absolute;
    font-size: 17px;
    color: #FFFFFF;
    top: 77px;
    left: 83px;
    text-align: center;
}
.info-myaccount {
    text-align: center;
    margin-bottom: 20px;
}
.info-myaccount .page-subtitle {
    text-align: center !important;
}
.info-myaccount h3 {
    font-size: 33px;
    margin-top: 0px;
    color: #5C5B5C;
}
.info-myaccount a {
    font-size: 19px;
    color: #5C5B5C;
}
#brands-showcase {
    text-align: justify;
    padding: 20px;
}
#brands-showcase:after {
    content: "";
    width: 100%;
    display: inline-block;
}
#brands-showcase > div {
    display: inline-block;
    text-align: center;
}
.brand-item {
    width: auto;
}
.brand-item img {
    height: 40px;
}
.cart-item {
    position: relative;
    padding-left: 140px;
    min-height: 140px;
    padding-bottom: 12px;
}
.cart-items {
    /* margin-bottom: 50px; */
}
.cart-item-delete-btn {
    display: inline-block;
    cursor: pointer;
}
.cart-item .cart-delete-btn {
    background: none;
    display: inline-block;
}
.cart-item .cart-delete-btn:before,
.cart-item .cart-delete-btn:after {
    background-color: #3A3A3A;
}
.cart-item-picture {
    position: absolute;
    left: 20px;
    top: 20px;
}
.cart-item-title {
    font-size: 16px;
    color: gray;
    font-weight: 300;
    margin-top: 11px;
    display: block;
}
.cart-item-brand {
    font-weight: 500;
    color: black;
    display: block;
}
.cart-card-extrawarranty {
    border-top: 1px solid lightgray;
    margin-top: 20px;
    padding-top: 8px;
}
.cart-card-extrawarranty + .cart-card-extrawarranty {
    margin-top: 8px;
}
.cart-item-qty {
    width: 65px;
    background: none;
    /* height: 26px; */
    /* padding: 0; */
    text-align: center;
    font-size: 16px;
    display: inline-block;
}
.cart-item-remove-btn {
    z-index: 3;
    cursor: pointer;
}
.cart-item.error::after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #ff000014;
    z-index: 2;
//border: 1px solid red;
}
.cart-total-price {
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    font-family: 'Roboto';
    letter-spacing: -1px;
}
.cart-total-price sub {
    font-size: 50%;
    bottom: 0;
    margin-right: 5px;
}
.cart-total-price sup {
    font-size: 50%;
    top: -0.75em;
}

.priceFormat {
    font-size: 32px;
    line-height: 28px;
    font-family: 'Roboto';
    letter-spacing: 0px;
}
.priceFormat sub {
    font-size: 50%;
    bottom: 0;
    margin-right: 5px;
}
.priceFormat sup {
    font-size: 50%;
    top: -0.75em;
}
.cart-grandtotal-price {
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 4px;
}
.price-fav
{
    font-size: 28px;
    display: inline-block;
}
.card-price
{
    font-size: 28px;
    display: inline-block;
}
.product-page-price .bubble {
    =: 6px
}
.product-page-price
{
    font-size: 40px;
}

.cart-card-extrawarranty-subtitle {
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 8px;
}
.cart-item-info {
    min-height: 100px;
    position: relative;
    /* padding-right: 35px; */
}
.includedwarranty {
    position: relative;
    line-height: 44px;
}
.includedwarranty a {
    /* color: #58A2E8; */
}
.show-extra-warranty-details {
    position: absolute;
    right: 2px;
    top: 10px;
}
.extrawarranty-item label {
    width: 100%;
    max-width: 518px;
    font-size: 15px;
    font-weight: 300;
}
.extrawarranty-item label span {
    font-weight: 400;
}
.extrawarranty-item .radio {
    margin: 4px 0;
}
#box-date-info {
    margin-top: 50px;
    padding-bottom: 50px;
}
#box-date-info-pass {
    padding-bottom: 50px;
    margin-top: 50px;
}
#addressBox1 {
    margin-top: 50px;
    padding-bottom: 50px;
}

.add-new-addresses
{
    background: #E6E6E6;
    border-radius: 0px;
    padding: 24px;
    cursor: pointer;
}
.add-new-addresses:hover
{
    background: #d5d4d4;
}
.bg-add-company
{
    background: #E6E6E6;
    border-radius: 0px;
    padding: 24px;
    cursor: pointer;
}
.bg-add-company:hover {
    background: #d5d4d4;
}
#addressBoxNew
{
    margin-top: 10px;
}
.box-set-adresa {
    margin-left: 140px;
}
.box-set-adresa p {
    font-size: 18px;
    font-weight: 300;
}
.between-box-info {
    width: 100%;
    padding-bottom: 15px;
    padding-left: 20px;
}
.between-box-info h3 {
    font-weight: 500;
    font-size: 34px;
    color: #5C5B5C;
    margin-bottom: 0px;
}
.between-box-info p {
    font-weight: 300;
    font-size: 23px;
    color: #BBBBBB;
}
.card-step {
    border: 1px solid #303F52;
    display: inline-block;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    margin-right: 10px;
}
.card-header {min-height: 65px;}
.card-header.with-step{
    padding-left: 75px !important;
}
.card-header.with-step .card-step{
    position: absolute;
    left: 20px;
    top: 26px;
}
.card-body {
    padding-top: 30px;
}
.card-footer {
    padding: 35px 0 20px;
    position: relative;
}
.card-footer-xs{
    padding: 0!important;
    text-align: right;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    font-weight: 300;
    text-align: left;
    padding-left: 17px!important;
    padding-top: 10px!important;
}
.card-footer-xs  .card-oldprice{
    float: right!important;
    padding-top: 10px!important;
    padding-right: 20px!important;
}
.cart-subtotal {
    font-size: 16px;
}
.cart-total {
    /* border-bottom: 1px solid #303F52; */
    margin-top: 17px;
    font-size: 16px;
    margin-bottom: 20px;
}
.card-xs{
    min-height: 305px;
    margin-bottom: 10px!important;
    position: relative;
    background-color: #fff;
    padding-bottom: 7px;
}
.card-xs .card-precomanda-box{
    padding-right: 20px;
}
.card-xs .card-product-description{
    margin-bottom: 0px!important;
    text-overflow: ellipsis;
    height: 33px;
    overflow: hidden;
    /*white-space: nowrap;*/
    font-size: 14px;
    line-height: 16px;
}
.subtotals {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 24px;
    color: #263041;
}
.cart-total-label {
    font-size: 20px;
    /* font-weight: 600; */
    color: #303F52;
}
.htg-box-firme {
    min-height: 430px;
}
.item-fav-box {
    width: 100%;
}
.item-fav-box .item_brand {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
    line-height: 19px;
}
.item-fav-box .item_description {
    font-size: 16px;
}
.item-fav-box .price {
    font-size: 15px;
    font-weight: 600;
}
.item-fav-box .item_price {
    font-size: 23px;
    font-weight: 600;
    text-align: right;
}
.item-fav-box .item_qty {
    font-size: 15px;
    font-weight: 500;
    text-align: right;
    padding-top: 30px;
}
.title-copy
{
    text-align: left;
    font-size: 13px;
    color: #656465;
    margin-top: 20px;
}
.icon-footer {
    color: #606060;
    font-size: 23px;
    margin: 0 16px;
}
.price-istoric {
    font-size: 23px;
    font-weight: 400;
}
.htg-istoric {
    min-height: 95px;
}
.padd-istoric-order {
    padding-left: 25px;
    padding-top: 20px;
}
.order-list-item-status {
    width: 100%;
    margin-top: 25px;
    position: relative;
    padding-left: 22px;
}
.order-list-item-status span {
    display: inline-block;
    font-size: 20px;
    color: #4A4A4A;
    font-weight: 400;
}
.order-status-led {
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background: #9B9B9B;
    position: absolute;
    top: 50%;
    right: 32px;
    margin-top: -5px;
}
.order-list-item-status .order-status-led {
    left: 0;
}
.order-status-led.red {
    background: red;
}
.order-status-led.yellow {
    background: yellow;
}
.order-status-led.green {
    background: #7ed221;
}
.control-label {
    font-weight: 100;
    color: #4A4A4A;
    font-size: 19px;
    padding-right: 15px;
}

.dropdown-panel-menu {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.dropdown-panel-menu li {
    border-bottom: 1px solid #E6E6E6;
    padding: 4px 0;
    height: 44px;
}

.dropdown-panel-menu li a {
    font-size: 15px;
    line-height: 15px;
}

.dropdown-panel-menu li p{
    margin-top: 5px;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
.category-title-menu
{
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
.loginFields {
    padding-top: 12px;
}
.box-status-account-title
{
    font-size: 21px;
    font-weight: 500;
    line-height: 21px;
    color: #4A4A4A;
    /* border-top: 1px solid #C7C7C7; */
    padding-top: 47px;
    margin-top: 0;
    padding-bottom: 20px;
}
.padd-status
{
    padding: 7px;
}

.order_tracking_block .step {
   width: 100%;
   padding: 18px 0 18px 0;
}
.order_tracking_block .step.disabled {
    opacity: 0.5;
}
.order-status-block{
    position: relative;
    padding-left: 40px;
}
.tracking_check {
    background: #E0E0E0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    z-index: 3;
    position: relative;
    display: inline-block;
    padding: 10px;
    padding-left: 12px;
    color: #fff;
    position:absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
}
.vertical-alligner
{
    display: inline-block;
    vertical-align: middle;
}
.bg-noua{
    background: #7ed221!important;
}
.bg-anulat
{
    background: red!important;
    display: inline-block;
    padding: 14px;
    padding-top: 11px;
}

.tracking_date {
    font-size: 17px;
    line-height: 24px;
    color: #4A4A4A;
}

.traking_status {
    font-weight: 400;
    line-height: 24px;
    padding-left: 20px;
    font-size: 19px;
    color: #4A4A4A;
}
.traking_status.active {
    font-weight: 500;
}
.title-status-details{
    padding-bottom: 10px;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
}
.title-status-details p {
    color: #5C5B5C;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 2px;
}
.item-return{
    float: right;
    color: #fff;

}
.border-padding-margin-top-none
{
    border: none;
    border: none;
    margin-top: 0px;
    padding-top: 0px;
}
.prod-order-box {
    width: 100%;
}
.prod-order-box  .item_brand {
    font-size: 25px;
    font-weight: 500;
    color: #5C5B5C;
}
.prod-order-box  .item_description {
    font-size: 15px;
}
.prod-order-box  .price {
    font-size: 15px;
    font-weight: 600;
}
.prod-order-box .item_price {
    font-size: 23px;
    /* font-weight: 600; */
    text-align: right;
}
@media (min-width: 1200px) {
    .prod-order-box .item_price {
        padding-right: 30px;
    }
}
.prod-order-box  .item_qty {
    font-size: 15px;
    font-weight: 300;
    text-align: right;
    white-space: nowrap;
}
.item-prod-order-box
{
    /* border-bottom: 1px solid #C7C7C7; */
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.mrg-right-btn-return-form
{
    margin-right: 10px;
}
.box-btn-return
{
    border-bottom: 1px solid #C7C7C7;
    padding-bottom: 10px;
    margin-top: 20px;
}
.popover
{
    font-family: "Roboto", serif;
    box-shadow: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    top: -90px;
    left: -80px;
}
.popover.top>.arrow
{
    left: 80%;
}
.popover-title
{
    font-size: 15px;
    font-weight: 300;
    background-color: transparent;
    width: 205px;
}
.box-copy-bottom
{
    margin-top: 15px;
}

.filter .slimScrollDiv {
    height: auto!important;
}

/*fixed top-up*/
.to-top {
    background: #262626;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 70px;
    padding: 7px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    line-height: 18px;
    -webkit-box-shadow: 2px 2px 5px -3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 5px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 5px -3px rgba(0, 0, 0, 0.25);
    position: absolute;
    right: 30px;
    z-index: 9;
    padding-bottom: 3px;
    top: -23px;
}
.to-top:focus,
.to-top:active,
.to-top:hover
{
    color: #fff!important;
}
.to-top .icon {
    vertical-align: middle
}

.to-top:hover {
    text-decoration: none;
    color: #fff
}
.container-pagination{
    text-align: center;
}
.pagination > li > a
{
    color: #4A4A4A;
    font-weight: 100;
}
.pagination .direction-page
{
    color: rgba(74, 74, 74, 0.64);
    font-weight: 100;
    border: none;
    margin-left: 5px;
    margin-right: 5px;
}
.pagination .direction-page:hover
{
    background: none;
}
.pagination > li > a.current
{
    color: #4A4A4A;
    font-weight: 500;
    border-bottom: 2px solid #4A4A4A;
    margin-left: 5px;
    margin-right: 5px;
}
.container-pagination ul li a:hover
{
    background: transparent;
}
.container-pagination .current:hover
{
    color: #4A4A4A!important;
    border-bottom: 2px solid #4A4A4A;
    background: none;
}

.pagination>li>a, .pagination>li>span
{
    background: transparent;
    border: 1px solid transparent;
}
.pagination>li>a, .pagination>li>span:hover
{
    background: none;
    border: none;
}
.mrg-btn-rate{
    margin-top: 10px;
}
.slick-next, .slick-prev {
    font-size: 30px;
    line-height: 0;
    top: 40%;
    width: 20px;
    height: 16px;
    margin-top: -10px;
    cursor: pointer;
    color: #4A4A4A;
    border: none;
    outline: 0;
    background: transparent;
    box-shadow: none;
}
.menu_homepage_happy_shopping .slick-next, .slick-prev {
    /*top: 65%;*/
}
.slick-prev
{
    left: -64px;
}
.slick-next {
    right: -64px
}
.menu_homepage_happy_shopping .slick-next{
    right: -30px
}
.menu_homepage_happy_shopping .slick-prev{
    left: -30px;
}
#hero-slider .slick-prev
{
    background: url(../cs-images/arrow_left.png);
    height: 64px;
    width: 64px;
}
#hero-slider .slick-next
{
    background: url(../cs-images/arrow_right.png);
    height: 64px;
    width: 64px;
}

.slick-prev-gallery
{
    background: url(../cs-images/arrow_left_gallery.png);
    height: 54px;
    width: 54px;
    border: none;
    top: 5px;
    position: absolute;
    left: -57px;
    cursor: pointer;
}
.slick-next-gallery
{
    background: url(../cs-images/arrow_right_gallery.png);
    height: 54px;
    width: 54px;
    border: none;
    top: 0px;
    position: absolute;
    right: -18px;
    z-index: 9!important;
    cursor: pointer;
}
.slick-prev-gallery:focus,
.slick-next-gallery:focus{
    border: none;
}


.slick-prev-gallery-modal
{
    background: url(../cs-images/arrow_left_modal.png);
    height: 64px;
    width: 64px;
    border: none;
    margin-top: 8px;
    position: absolute;
    left: 30px;
    cursor: pointer;
    bottom: -65px;
}
.slick-next-gallery-modal
{
    background: url(../cs-images/arrow_right_modal.png);
    height: 64px;
    width: 64px;
    border: none;
    top: -64px;
    position: absolute;
    right: 25px;
    z-index: 9!important;
    cursor: pointer;
}
.slick-prev-gallery-modal:focus,
.slick-next-gallery-modal:focus{
    border: none;
}
#btn-product-page-nav-video:focus
{
    border: none!important;
    box-shadow: none!important;
}

.products-section .slider .slick-next
{
    background: url(../cs-images/arrow_right.png);
    height: 64px;
    width: 64px;
}
.products-section .slider .slick-next {
     right: -64px;
     top: 45%;
 }
.products-section .slider .slick-prev {
    left: -64px;
    top: 45%;
}
.products-section .slider .slick-prev
{
    background: url(../cs-images/arrow_left.png);
    height: 64px;
    width: 64px;
}
.padding-slick
{
    /* padding-right: 30px; */
}
.slick-list
{
    padding: 0px;
}
.slick-slide
{
    outline: none !important;
}
.thumbnails .slick-slide {
    text-align: center;
}
.thumbnails .slick-slide img {
    border-bottom: 2px solid transparent;
    /* padding-bottom: 10px; */
}
.thumbnails .slick-slide.slick-current img{
    border-bottom: 2px solid #2C2C2C;
}
.product-page-social{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.product-page-social a
{
    text-decoration: none!Important;
    margin: 0 12px;
    font-family: "Roboto";
}
.product-page-social a:hover
{
    text-decoration: none!Important;
}
.bg-product-page
{
    background: #fff;
    padding-bottom: 20px;
}

.products-details-stoc
{
    font-size: 16px;
    color: #00AA55;
    line-height: 22px;
}
.mrg-container-page-product
{
    padding-top: 30px;
    margin-bottom: 20px;
    padding-bottom: 45px;
}
.product-info-block + .product-info-block {
    margin-top: 3px;
}
.product-info-block-title
{
    font-size: 16px;
    color: #4A4A4A;
    line-height: 22px;
}
.product-info-block-subtitle {
    font-size: 14px;
    color: #9B9B9B;
    line-height: 16px;
}
.product-info-block-subtitle a:hover
{
    text-decoration: none;
    color: #9B9B9B;
}
.product-info-block-with-icon {
    position: relative;
    padding-left: 30px;
}
.product-info-block-with-icon img,
.product-info-block-with-icon i
{
    position: absolute;
    left:0;
}
.addtocart-note
{
    font-size: 14px;
    color: #9B9B9B;
    line-height: 20px;
    margin-top: 15px;
}
.warranty-oldprice{
    font-size: 16px;
    color: #c8c8c8;
    text-decoration: line-through;
    margin-bottom: 4px;
    margin-left: 15px;
}
.product-page-oldprice{
    font-size: 16px;
    color: #9B9B9B;
    text-decoration: line-through;
    margin-bottom: 4px;
}
.card-oldprice {
    font-size: 16px;
    color: #9B9B9B;
    text-decoration: line-through;
    /* display: inline-block; */
    margin-bottom: 4px;
}
.product-page-saveprice{
    font-size: 16px;
    color: #FF0043;
    margin-bottom: 4px;
}
.product-details-price {
    font-size: 16px;
    color: #FF0043;
    display: inline-block;
}
.product-details-TVA
{
    font-size: 12px;
    color: #4A4A4A;
    display: block;
    font-weight: 400;
}
.free-delivery
{
    font-size: 16px;
    color: #2C2C2C;
    letter-spacing: 0;
    line-height: 22px;
    opacity: 0.9;
    font-weight: 400;
}

.product-details-stoc
{
    opacity: 0.9;
    font-size: 16px;
    color: #2C2C2C;
    letter-spacing: 0;
    line-height: 22px;
}
.free-delivery img,
.product-details-stoc img {
    margin-right: 10px;
    display: inline-block;
}
.product-details-warranty
{
    font-size: 16px;
    color: #4A4A4A;
    display: block;
    font-weight: 400;
}
.product-details-padding{
    padding: 20px;
}
.product-page-link
{
    padding-top: 13px;
    padding-bottom: 15px;
    padding-left: 16px;
    font-size: 17px;
    color: #000;
    font-weight: 300;
}
.page-title
{
    width: 100%;
    font-size: 26px;
    color: #000;
    font-weight: 100;
    line-height: 30px;
    padding-top: 51px;
    padding-bottom: 50px;
}
.product-page-title
{
    width: 100%;
    max-width: 470px;
    font-size: 26px;
    color: #000;
    font-weight: 100;
    line-height: 30px;
}
@media (max-width: 1200px) {
    .page-product-title{
        max-width: 400px;
    }
}
.product-page-brand,
.product-page-brand a
{
    font-size: 26px;
    color: #000;
    font-weight: 400;
    line-height: 30px;
}
.product-page-price
{}
.card-product-details-img
{
    display: inline-block;
    /* margin-left: 3px; */
    position: relative;
    margin-right: 27px;
}
.card-product-details-img img
{
    width: 100px;
    height: 100px;
}
.card-product-details-description
{
    width: 115px;
    display: inline-block;
    vertical-align: middle;
}
.card-product-details-description-brand
{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}
.card-product-details-description-product
{
    font-weight: 100;
    font-size: 16px;
    line-height: 19px;
}
.card-product-details-price{
    width: 100%;
    text-align: center;
}

.item_plus{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.item_plus_bg{
    background: url(../cs-images/iconita_plus.png);
    width: 48px;
    height: 48px;
}
.nav-slider
{
    margin: 0 auto;
    margin-top: 20px;
}
.slider-gallery
{
    margin: 45px;
}
.slider-gallery img
{
    margin: 0 auto;
    height: 400px;
    width: auto;
}
.nav-slider img{
    width: 60px;
    height: 82px;
    margin-right: 13px;
    padding-bottom: 20px;
    margin-left: 0px;
}
.fa-calendar-check-o{
    height: 20px;
    width: 20px;
}
#box-warranty
{
    display: none;
}
.product-page-video
{
    /* margin-top: 5px; */
    /* margin-bottom: 15px; */
    cursor: pointer;
    /* padding-top: 17px; */
}
.cart-padd-top-prod
{
    padding-top: 50px;
}

.product-page-image-360
{
    margin-top: 5px;
    margin-bottom: 15px;
    cursor: pointer;
}
.content-page-padding
{
    padding: 50px;
    padding-top: 45px;
    min-height: 500px;
}
.googlemap-Contact
{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
#googlemap
{
    width: 100%;
    min-height: 450px;
}

.content-page-padding .page-title
{
    padding-top: 0;
}
.product-page-image-360 img
{
    /* width: 48px; */
    /* height: auto; */
}
.box-stoc-disponibilitate
{
    padding-top: 0px;
}
.product-details-in-stoc
{
    color: #00AA55;
    font-weight: 500;
}
#btn-disponibilitate
{
    cursor: pointer;
}
#box-disponibilitate
{
    display: none;
}
.item_plus .fa-plus:before
{
    content:''!important;
}
.product-combinations-list
{
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.product-combinations-list .active
{
    border-bottom: 2px solid #2C2C2C;
    color: #2C2C2C;
}
.product-combinations
{
    padding-top: 0px;
}
.product-combinations-color-padd
{
    padding-bottom: 15px;
}
.product-combinations-list li
{
    display: inline-block;
    margin-top: 19px;
    margin-bottom: 5px;
    min-width: 57px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    white-space: nowrap;
}
.product-combinations-list li a
{
    display: inline-block;
    font-size: 16px;
    border-bottom: 2px solid transparent;
    color: #9B9B9B;
    padding-bottom: 11px;
}
.product-combinations-list li a:hover{
    font-size: 16px;
    color: #9B9B9B;
    border-bottom: 2px solid #9B9B9B;
}
.product-combinations-title
{
    font-size: 15px;
    color: #4A4A4A;
}
.product-combinations-color
{
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.product-combinations-color .active
{
    border-color: #9B9B9B;
}
.product-combinations-color li
{
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}
.product-combinations-color li a
{
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 50%;
    padding: 5px;
}
.product-combinations-color li a:hover{
    border-color: #2C2C2C;
}
.box-code{
    list-style-type: none;
    padding-left: 0;
}
.box-code li{
    font-size: 12px;
    color: #9B9B9B;
    letter-spacing: 0;
}
.product-page-description-title
{
    font-size: 24px;
    color: #4A4A4A;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 300;
}
.product-page-description h2
{
    font-size: 15px;
    color: #4A4A4A;
    font-weight: 500;
    padding-bottom: 9px;
    margin-top: 0px;
}
.product-page-description-subtitle
{
    font-size: 15px;
    color: #4A4A4A;
    font-weight: 500;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 20px;
}
.product-page-description-txt
{
    font-size: 14px;
    color: #4A4A4A;
    line-height: 20px;
    font-weight: 100;
    width: 370px;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 10px;
}
.product-page-description h3
{
    font-size: 15px;
    color: #4A4A4A;
    font-weight: 400;
    color: #FF0043;
    margin-top: 0;
}
.product-page-description ul
{
    padding-left: 0;
}
.product-page-description img
{
    width: 516px;
}
.margin-compatibile
{
    margin-bottom: 40px;
}
.product-page-description li
{
    /*display: table;*/
    /*list-style-type: circle;*/
}
.param-chapter
{
    border-bottom: 1px solid #CCD2DD;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.param-chapter:last-child {
    border-bottom: 0;
}

.param-chapter ul {
    padding-left: 0;
}
.chapter-title{
    font-size: 15px;
    color: #4A4A4A;
    font-weight: 400;
    color: #FF0043;
    margin-top: 0;
}

.product-specs .param-chapter .l-stacked .param
{
    font-size: 15px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 24px;
    min-width: 200px;
    display: inline-block;
    display: table-cell;
    font-weight: 400;
    text-transform: capitalize;
}
.product-specs .param-chapter .l-stacked .value
{
    font-size: 14px;
    color: #4A4A4A;
    line-height: 20px;
    font-weight: 100;
    display: inline-block;
    display: table-cell;
}
/*gallery photos product*/
.modal.fade .modal-dialog
{
    transform: none!important;
}
.modal.in .modal-dialog
{
    transform: none!important;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px)
{
    .modal-dialog {
        width: 600px;
        margin: 130px auto;
    }
}
.header-modal-gallery
{
    padding: 10px 10px 30px 10px;
    /* border-bottom: 1px solid #CCD2DD; */
}
.text-warning {
    font-size: 14px;
    color: #FF0043;
    margin-bottom: 0px;
    display: inline-block;

	min-height: 21px;

}
.text-warning span{
    padding-bottom: 6px;
}
.text-warning p{
    font-size: 16px;
    color: #9B9B9B;
    margin-bottom: 0px;
}
.box-gallery-left .slick-next
{
    left: 85px;
    background-position: 0 0;
    bottom: 0;
}
.card-oldprice
{
    font-size: 16px!important;
    color: #9B9B9B!Important;
    margin-top: 0px!Important;
    font-weight: 100;
    text-decoration: line-through;
    /* float: right; */
}
.box-gallery-left
{
    /* border-right: 1px solid #CCD2DD; */
    padding-right: 10px;
    margin-right: 10px;
    /* height: 550px; */
    margin-bottom: 0;
}
.box-video-modal
{
    display: none;
}
.box-video-modal iframe
{
    width: 900px;
    height: 600px;
    margin: 0 auto;
    display: block;
}
.youtube-video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.youtube-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-page-video-gallery
{
    border-top: 1px solid #CCD2DD;
    cursor: pointer;
    width: 100%;
    padding-top: 10px;
    padding: 10px;
}
.product-page-video-gallery img{
    display: inline-block;
}

.box-gallery-thumb-left
{
    padding: 10px;
    width: 80px;
    height: 90px;
    margin: 0 auto;
    position: relative;
}
.gallery-sidebar img
{
    width: 60px;
    height: 70px;
    margin: 0 auto;
    display: inline-block;
    padding-bottom: 10px;
}
.gallery-modal-mobile .box-gallery-right img
{
    min-height: 100%;
}
.box-gallery-right
{
    padding: 20px;
    margin-bottom: 113px;
    margin-left: auto;
    margin-right: auto;
}
.box-gallery-original-right img
{
    margin: 0 auto;
}
.modal.wide .modal-dialog {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}
/*pop-up*/
.popup-offer
{
    position: fixed;
    bottom: 200px;
    left: 20px;
    z-index: 9;
    width: 305px;
    height: 120px;
}

@media screen and (max-width: 767px) {
    .popup-offer{
        display: none !important;
    }
}

.container-popup-offer
{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
    border-radius: 4px;
    margin-bottom: 40px;
}
.content-popup-message
{
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    display: inline-block;
    padding: 25px;
    font-weight: 100;
}
.content-popup-message-title
{
    font-size: 20px;
    font-weight: 100;
    padding-bottom: 15px;
}
.content-popup-message-title-color-blue
{
    color: #00B6E2;
}
.content-popup-message-title-color-orange
{
    color: #FF5500;
}
.content-popup-close
{
    top: 16px;
    position: absolute;
    line-height: 18px;
    font-size: 9px;
    text-align: center;
    cursor: pointer;
    right: 16px;
    color: #505050!important;
}

/*pop-up-iphone*/
.popup-offer-iphone
{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
    width: 305px;
}

.container-popup-iphone-offer
{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
    border-radius: 4px;
    margin-bottom: 40px;
    min-height: 161px;
}
.content-popup-iphone-offer {
    padding: 10px 10px 20px;
}
.content-popup-iphone-message
{

}
.content-popup-iphone-message-title
{
    font-size: 21px;
    font-family: "Roboto Slab";
    font-weight: 500;
    padding-bottom: 8px;
    line-height: 21px;
}
.content-popup-iphone-message-subtitle
{
    font-size: 12px;
    padding-bottom: 0px;
}

.content-popup-iphone-image
{
    padding: 0 25px 0 15px;
}

.content-popup-iphone-image img
{
    width: 64px;
}

.content-popup-iphone-btn .btn {
    padding: 0 5px;
    border-radius: 0;
}


.content-popup-iphone-close
{
    top: 0;
    position: absolute;
    line-height: 18px;
    font-size: 9px;
    text-align: center;
    cursor: pointer;
    right: 0;
    color: #505050!important;
}

.content-popup-iphone-timer-block
{
    font-size: 24px;
    line-height: 28px;
    margin-right: 5px;
    display:inline-block;
    text-align: center;
    font-family: Roboto;
    margin-bottom: 10px;
}
.content-popup-iphone-timer-block small
{
    font-size: 12px;
    line-height: 12px;
    display: block;
    font-family: Roboto;
}


/*pop-up-bf*/
.popup-offer-bf
{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
    width: 355px;
}

.container-popup-offer-bf
{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
    border-radius: 4px;
    margin-bottom: 40px;
}
.content-popup-offer-bf {
    padding: 20px 30px 20px 10px;
}
.content-popup-bf-message-title
{
    font-size: 21px;
    font-family: "Roboto Slab";
    font-weight: 500;
    padding-bottom: 8px;
    line-height: 21px;
}
.content-popup-bf-message-subtitle
{
    font-size: 12px;
    padding-bottom: 0px;
}

.content-popup-bf-image
{
    padding: 0 25px 0 15px;
}

.content-popup-bf-image img
{
    width: 64px;
}

.content-popup-bf-close
{
    top: 0;
    position: absolute;
    line-height: 18px;
    font-size: 9px;
    text-align: center;
    cursor: pointer;
    right: 0;
    color: #505050!important;
}


.content-popup-close
{
    top: 16px;
    position: absolute;
    line-height: 18px;
    font-size: 9px;
    text-align: center;
    cursor: pointer;
    right: 16px;
    color: #505050!important;
}

.modal-content {
    background: #FFFFFF;
    color: #000000;
    -webkit-box-shadow: 2px 2px 5px -3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 5px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 5px -3px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
    opacity: 1;
    border-color: #CCD2DD;
    border-radius: 3px;
    opacity: 1;
}
.sidebar-brands
{
    color: #4A4A4A;
    font-size: 15px;
    line-height: 22px;
    font-weight: 100;
    padding-top: 10px;
}
.sidebar-brands ul
{
    padding-left: 11px;
}
.sidebar-brands ul li
{
    list-style-type: none;
}
.input-brands
{
    width: 220px;
}
.brands-item
{
    color: #4A4A4A;
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
    /* padding-left: 10px; */
    display: inline-block;
    width: 32%;
    vertical-align: top;
}
.brands-item-row{
    color: #4A4A4A;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    /* padding-left: 10px; */
    display: inline-block;
    vertical-align: top;
    letter-spacing: 14px;
    cursor: pointer;
}
.letter-row{
    color: #4A4A4A;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 6px;
    display: inline-block;
    position: absolute;
    left: 20px;
}
.brands-group-row{
    border-bottom: 1px solid transparent!important;
    margin-top: 20px;
    font-size: 18px;
}
#BoxDescriptionProducts p strong a font{
    color: #FF0043!important;
}
/*buttons website*/

.btn
{
    outline: none !important;
    border-radius: 2px;
    position: relative;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 40px;
}
.btn small {
    font-size: 12px;
}
.btn-block {
    padding: 10px 20px;
}
.btn:not(.btn-block) + .btn:not(.btn-block) {
    margin-left: 5px;
}
.btn-block + .btn-block {
    margin-top: 10px;
}

.btn:active:hover, .btn.active:hover,  .btn:active:focus, .btn.active:focus,  .btn:active.focus, .btn.active.focus
{
    border: 1px solid #FF0043;
    color: #FF0043;
    outline: none!important;
    background: transparent;
}
.btn-sm {padding: 6px 12px;font-size: 15px;}
.btn-xs {padding: 3px 9px;font-size: 12px;}
.btn-only-icon {padding: 0;}
.btn-danger
{
    background:#FF0043;
    color: white;
    border: 1px solid #FF0043;
}
.btn-icon {
    width: 32px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
}
.btn-social {
    width: 135px;
    text-align: center;
}
.btn-with-icon {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.btn-with-icon i
{
    position: absolute;
    left: 10px;
    top: 10px;
}

.btn-with-icon img
{
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 5px;
}
.btn-lg.btn-with-icon {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.btn-lg.btn-with-icon i
{
    position: absolute;
    left: 10px;
    top: 10px;
}
.btn-lg.btn-with-icon img
{
    position: absolute;
    left: 5px;
}
.btn-social-google,
.btn-social-google:hover,
.btn-social-google a,
.btn-social-google:hover a
{
    background: #d82a21;
    color: white;
}

.btn-social-facebook,
.btn-social-facebook:hover,
.btn-social-facebook a,
.btn-social-facebook:hover a
{
    background: #4763B2;
    color: white;
}
.card-options
{
    padding-top: 10px;
    text-align: right;
}
.card-options a:focus,
.card-options a:active,
.card-options a:hover
{
    text-decoration: none!important;
}
.addon-rate-product
{
    background: transparent;
    border: 0;
    padding: 0px;
    float: left;
}
.btn-product-page-rate {
    margin-left: 0px;
    font-size: 13px;
    padding-left: 12px;
    font-weight: 500;
    padding-left: 38px;
    width: 100%;
    padding-bottom: 14px;
    padding-top: 6px;
    padding-right: 0px;
    color: #FF0043;
    border: 1px solid #FF0043;
    height: 44px;
}
.btn-lg {
    line-height: 22px;
}
.btn-large
{
    padding: 10px 39px 10px 39px;
}
.btn-xxl {
    padding: 15px 70px;
    font-size: 22px;
    border-radius: 4px;
}
.btn-more
{
    border: 1px solid #4A4A4A;
    margin: 0 auto;
    display: block;
    background: transparent;
    font-size: 18px;
    color: #4A4A4A;
    margin-bottom: 10px;
    margin-top: 15px;
    padding: 10px 27px 10px 27px;
}

.btn-menu-all-products
{
    color: #FF0043;
    font-size: 16px;
    border-color: #FF0043;
    transition:color 0.25s ease;
    margin: 0 auto;
}
.btn-menu-all-products:hover
{
    border: 1px solid #000!important;
    color: #000!Important;
}
.btn-info {
    border: 1px solid #FF0043;
    color: #FF0043;
    text-align: center;
    position: relative;
    background: transparent;
}
.btn-info a{
    color: #FF0043
}
.btn-info:active,
.btn-info.active,
.btn-info:hover,
.btn-info:focus
{
    border: 1px solid #FF0043;
    color: #FF0043;
    background: transparent;
    text-align: center;
    position: relative;
}
.btn-wish-add
{
    color: #fff;
    text-align: center;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    padding: 6px 10px;
    z-index: 2;
    min-width: 66px;
    height: 44px;
    text-align: center;
}
.btn-retur{
    border: 1px solid #FF6B00;
    border-radius: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    color: #FF6B00;
}
.btn-retur a{
    color: #FF6B00;
}
@media (min-width: 1200px){
    .btn-wish-add
    {
        margin-right: 20px;
    }
}
.btn:active:hover,
.btn:hover,
.btn.active:hover,
.btn:active:focus,
.btn.active:focus,
.btn:active.focus,
.btn.active.focus
{
    box-shadow: none;
    border: 1px solid transparent;
    outline: none;
}
.btn-info:active:hover,
.btn-info:hover,
.btn-info.active:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.btn-info:active.focus,
.btn-info.active.focus
{
    border: 1px solid #FF0043;
    color: #FF0043;
    outline: none!important;
    webkit-box-shadow: 2px 2px 5px -3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 2px 5px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 5px -3px rgba(0, 0, 0, 0.25);
}
.btn-product-page-rate:focus
{
    border: 1px solid #FF0043;
    color: #FF0043;
}
.btn-primary {
    border-color: #FF6200;
    color: #FFFFFF;
    background: -moz-linear-gradient(180deg, #FF6200 0, #FF0004 50%, #FF004B 100%);/* FF3.6+ */
    background: -webkit-gradient(linear, 180deg, color-stop(0, FF6200), color-stop(50%, FF0004), color-stop(100%, FF004B));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(180deg, #FF6200 0, #FF0004 50%, #FF004B 100%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(180deg, #FF6200 0, #FF0004 50%, #FF004B 100%);/* Opera 11.10+ */
    background: -ms-linear-gradient(180deg, #FF6200 0, #FF0004 50%, #FF004B 100%);/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
    background: linear-gradient(180deg, #FF6200 0, #FF0004 50%, #FF004B 100%);/* W3C */
}
.btn-primary:active:hover, .btn-primary:hover, .btn-primary.active:hover,  .btn-primary:active:focus, .btn-primary.active:focus,  .btn-primary:active.focus, .btn-primary.active.focus
{
    outline: none!important;
    background: -moz-linear-gradient(180deg, #FF6200 0, #FF0004 50%, #FF004B 100%);/* FF3.6+ */
    background: -webkit-gradient(linear, 180deg, color-stop(0, FF6200), color-stop(50%, FF0004), color-stop(100%, FF004B));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(180deg, #FF6200 0, #FF0004 50%, #FF004B 100%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(180deg, #FF6200 0, #FF0004 50%, #FF004B 100%);/* Opera 11.10+ */
    background: -ms-linear-gradient(180deg, #FF6200 0, #FF0004 50%, #FF004B 100%);/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
    background: linear-gradient(180deg, #FF6200 0, #FF0004 50%, #FF004B 100%);/* W3C */
}
.btn-primary[disabled] {
    border-color: #BFBFBF;
    color: #FFFFFF;
    background: -moz-linear-gradient(180deg, #BFBFBF 0, #B5B5B5 50%, #8C8B8B 100%);/* FF3.6+ */
    background: -webkit-gradient(linear, 180deg, color-stop(0, BFBFBF), color-stop(50%, B5B5B5), color-stop(100%, 8C8B8B));/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(180deg, #BFBFBF 0, #B5B5B5 50%, #8C8B8B 100%);/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(180deg, #BFBFBF 0, #B5B5B5 50%, #8C8B8B 100%);/* Opera 11.10+ */
    background: -ms-linear-gradient(180deg, #BFBFBF 0, #B5B5B5 50%, #8C8B8B 100%);/* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1'); /* for IE */
    background: linear-gradient(180deg, #BFBFBF 0, #B5B5B5 50%, #8C8B8B 100%);/* W3C */
}
.btn-default
{
    border: 1px solid #4A4A4A;
    color: #4A4A4A;
    background: transparent;
}
.btn-default:active:hover,
.btn-default:hover,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.btn-default.active
{
    border: 1px solid #FF0043;
    color: #FF0043;
    border-radius: 2px;
    background: transparent;
}
.btn-success
{
    color: #fff;
    background: #2C2C2C;
    outline: none!important;
    box-shadow: none!Important;
    border: 1px solid #2C2C2C;
}
.btn-success:active:hover,
.btn-success:hover,
.btn-success.active:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.btn-success.active
{
    border: 1px solid #2C2C2C;
    color: #2C2C2C;
    background: transparent;
    border-radius: 2px;
}
.btn-more:active:hover,
.btn-more:hover,
.btn-more.active:hover,
.btn-more:active:focus,
.btn-more.active:focus,
.btn-more:active.focus,
.btn-more.active.focus,
.btn-more.active
{
    border: 1px solid #4A4A4A;
    color: #4A4A4A;
}
.btn.btn-rate {
    padding-right: 2px;
    font-size: 13px;
    line-height: 21px;
}
/*modal*/
.modal-body .img-warranty img
{
    /*margin: 0 auto;*/
    /*display: block;*/
}
.modal-header
{
    border-bottom: 0px;
    padding: 40px 40px 45px;
}
.modal-gray
{
    background: #F5F5F5;
    padding-bottom: 50px;
    padding-right: 50px;
    padding-left: 50px;
}
.modal.modal-wide .modal-dialog
{
    width: 990px;
}
.modal.modal-wide .modal-content {
    padding-bottom: 50px;
}
.retur-product-details
{
    padding: 20px;
}
.modal-content-retur
{
    padding-bottom: 0px!important;
}
.content-message-retur{
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}
.btn-box-add img
{
    margin: 0 auto;
    display: block;
}
/*.modal.modal-wide .modal-body {*/
    /*padding-right: 90px;*/
    /*padding-left: 90px;*/
    /*padding-top: 40px;*/
/*}*/
.empty-cart {
    height: 88px;
    padding-top: 25px;
    color: #4a4a4a;
}
.close
{
    color: #2C2C2C;
    font-size: 28px;
    opacity: 1;
    box-shadow: none;
    font-weight: 300;
    text-shadow: none;
    line-height: 20px;
}
.product-details-magazine
{
    opacity: 0.9;
    font-size: 17px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 20px;
    padding-left: 10px;
    padding-top: 12px;
    box-shadow: 0 1px 0 0 #CCCCCC;
    padding-bottom: 12px;
    margin-right: 10px;
    margin-left: 10px;
}
.product-details-magazine p
{
    margin: 0px;
    font-weight: 100;
}
.led-disponibilitate
{
}
.title-disponibilitate
{
    font-size: 26px;
    color: #4A4A4A;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
}
.lista-warranty ul
{
    padding-left: 6px;
    list-style-type: none;
    font-weight: 100;
    margin-bottom: 0px;
}
.lista-warranty li {
    position: relative;
}
.lista-warranty li:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 2px;
    background: #fff;
    left: -6px;
    top: 8px;
}
.price-club{
    color: #fff;
    float: right;
    padding-top: 13px;
}
.price-club:hover{
    color: #fff!important;
}
.lista-warranty-standard li:before{
    color: #000
}
.title-warranty
{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding-top: 0px;
    padding-bottom: 1px;
    padding-top: 10px;
}
.lista-warranty
{
    font-size: 14px;
    font-family: 'Roboto';
    margin-top: 20px;
    color: #fff;
}
.warranty-date
{
    font-size: 13px;
    color: #fff;
    font-weight: 100;
    margin-top: 10px;
}
.warranty-card {
    padding: 10px;
    margin-bottom: 0;
    height: auto;
    background: linear-gradient(180deg, #4b9cd4 0, #325ea8 50%, #325ea8 100%);
    border-radius: 5px;
}
.warranty.selected .btn-warranty {
    display: none;
}
.warranty.selected .btn-warranty-active {
    display: block;
}
.warranty.selected .warranty-card {
  border-bottom: 2px solid #00C864;
}
.img-warranty
{
    padding-top: 10px;
}
.warranty-price
{
    font-size: 24px;
    color: #fff;
    letter-spacing: 0;
    font-weight: 400;
    margin-top: 13px;
}
.btn-collapse{
    color: #fff;
    margin-top: 12px;
    text-align: center;
    margin-bottom: 7px;
    cursor: pointer;
}
.btn-collapse-standard{
    color: #000;
}
.btn-tech{
    color: #325ea8!important;
    border-color: #325ea8;
}
.btn-tech:hover{
    color: #325ea8!important;
    border-color: #325ea8!important;
}
.warranty-price sub
{
    font-size: 10px;
    bottom: -1px;
    left: 6px;
}
.warranty-price sup
{
    top: -9.5px;
    font-size: 11px;
}
.img-warranty-standard img
{
    width: 48px!important;
    height: 48px!important;
}
.btn-warranty
{
    font-size: 13px;
    color: #4A4A4A;
    letter-spacing: 0;
    padding: 7px 13px 8px 13px;
    margin: 0 auto;
    display: block;
    width: 100px;
    min-width: 100px;
    margin-top: 21px;
    margin-bottom: 30px;
}
.warranty-text
{
    font-size: 14px;
    color: #000000;
    font-weight: 200;
}
.btn-warranty-active
{
    color: transparent;
    border: none;
    width: 100%;
    height: 85px;
    /*border-top: 2px solid #00C864;*/
    margin-top: 0px;
    padding-top: 0px;
    display: none;
    position: relative;
}
.btn-warranty-active img
{
    margin: 20px auto;
    display: block;
}

.img-produs-rate
{
    position: absolute;
    padding-top: 8px;
    height: 120px;
}
.text-rate
{
    position: relative;
    padding-left: 120px;
    min-height: 100px;
    padding-top: 23px;
    width: 325px;
}
.select-picker-rate
{
    background: #FFFFFF;
    border: 1px solid #4A4A4A;
    border-radius: 2px;
    color: #4A4A4A;
    margin: 0 auto;
    width: 110px;
    display: inline-block;
}
.brdFinanceBorder
{
    border: 1px solid #00C864;
}
.text-rate-footer
{
    font-size: 17px;
    color: #000000;
    line-height: 22px;
    margin-top: 30px;
    margin-bottom: 0px;
    font-weight: 100;
}


.text-success {
    color: #00AA55;
}
.text-default {
    color: #000000;
}

.extrawarranty-item {
    font-size: 15px;
    line-height: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.extrawarranty-item > div {
    margin: 0;
}

.stoc-label {
    font-weight: 500;
}
.padding-contact{
    padding: 8px 20px 20px 30px
}
.sidebar-wrapper-left {
    position: relative;
    padding-left: 300px;
    height: 100%;
    padding-bottom: 400px!important;
}
.lista-warranty-standard{
    color: #000;
}
@media(min-width: 998px) {
    .sidebar-wrapper-left {
        position: relative;
        padding-left: 300px;
        height: 100%;
        padding-bottom: 400px;
    }
    .sidebar-wrapper-right {
        position: relative;
        padding-right: 300px;
        height: 100%;
    }
    .sidebar {
        position: absolute;
        height: 100%;
        background: white;
        width: 300px;
        top: 0;
    }
    .sidebar-right {
        padding-left: 15px;
        right: 0;
    }
    .sidebar-left {
        padding-right: 15px;
        left: 0;
    }
    .sidebar .page-title {
        padding-left: 0px;
        padding-bottom: 50px;
    }
    .wrapper-sidebar-right {
        background: -moz-linear-gradient(270deg, #FFFFFF 0, #FFFFFF 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%); /* FF3.6+ */
        background: -webkit-linear-gradient(270deg, #FFFFFF 0, #FFFFFF 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(270deg, #FFFFFF 0, #FFFFFF 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(270deg, #FFFFFF 0, #FFFFFF 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType=1); /* for IE */
        background: linear-gradient(270deg, #FFFFFF 0, #FFFFFF 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%); /* W3C */
    }
    .wrapper-sidebar-left {
        background: -moz-linear-gradient(90deg, #FFFFFF 0, #FFFFFF 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%); /* FF3.6+ */
        background: -webkit-linear-gradient(90deg, #FFFFFF 0, #FFFFFF 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(90deg, #FFFFFF 0, #FFFFFF 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(90deg, #FFFFFF 0, #FFFFFF 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%); /* IE10+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType=1); /* for IE */
        background: linear-gradient(90deg, #FFFFFF 0, #FFFFFF 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%); /* W3C */
    }
}

.voucher-card {
    background: #E0E0E0;
    margin-bottom: 10px;
    clear: both;
}
.voucher-card .card-footer {
    padding: 15px 0;
}
.voucher-card img {
    position: absolute;
    top: -30px;
}
.voucher-card .card-title,
.voucher-card .card-subtitle{
    color:black;

}

.premiumpackage-card {
    background: black;
    color: white;
    margin-bottom: 10px;
}
.premiumpackage-card .card-footer {
    padding: 15px 0;
}
.premiumpackage-card .card-title,
.premiumpackage-card .card-subtitle {
    color: white;
}
.image-gallery
{
    height:  500px;
}
/*color product*/
.color-dots
{
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,0.4);
    box-shadow: inset 0px 1px 0px 0px rgba(0,0,0,0.4);
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #c1c1c1;
}
.color-gri
{
    background: grey;
    border-color: grey;
}
.color-violet
{
    background: #8A2BE2;
    border-color: #8A2BE2;
}
.color-maro
{
    background: #8B4513;
    border-color: #8B4513;
}

.color-mov
{

    background: #523f90;
    border-color: #523f90;

}

.color-multicolor
{
    background: red;
        background: -webkit-linear-gradient(left,red,orange,yellow,green,blue,indigo,violet);
        background: -o-linear-gradient(left,red,orange,yellow,green,blue,indigo,violet);
        background: -moz-linear-gradient(left,red,orange,yellow,green,blue,indigo,violet);
    background: linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet);
    border-color: yellow;
}
.color-mix
{
    background: #D9997D;
    border-color: #D9997D;
}
.color-jet
{
    background: #000;
    border-color: #000;
}
.color-galben,
.color-yellow
{
    background: yellow;
    border-color: yellow;
}
.color-alb,
.color-white
{
    background: #fff;
}
.color-bej
{
    background: #F5F5DC;
    border-color: #F5F5DC;
}
.color-crem
{
    background: #FFFDD0;
    border-color: #FFFDD0;
}
.color-negru,
.color-black
{
    background: #3B3736;
    border-color: #3B3736;
}
.color-auriu,
.color-gold
 {
    background: #e9d0b9;
    border-color: #e9d0b9;
 }
.color-argintiu,
.color-silver
{
    background: #e7e8e9;
    border-color: #e7e8e9;
}
.color-verde,
.color-green
{
    background: #828B4C;
    border-color: #828B4C;
}
.color-rosu,
.color-red
{
    background: red;
    border-color: red;
}
.color-transparent
{
    background: transparent;
    border-color: transparent;
}
.color-albastru,
.color-blue
{
    background: #0a38a5;
    border-color: #0a38a5;
}
.color-portocaliu,
.color-orange
{
    background: orange;
    border-color: orange;
}
.color-roz,
.color-pink
{
    background: #eac3bd;
    border-color: #eac3bd;
}
.color-coral
{
    background: #E46E5B;
    border-color: #E46E5B;
}
.color-twilight
{
    background: #53728e;
    border-color: #53728e;
}
.content-youtube iframe
{
    width: 100%;
    height: 140px;
    margin-bottom: 10px;
}

.editor-choice-article-img {
    width: auto;
    position: relative;
    margin-top: -20px;
    margin-right: -20px;
    margin-left: -20px;
}
.editor-choice-article-img img
{
    width: 100%;
    height: 402px;
}

.editor-choice-article-thumb-video
{
    text-align: left;
    font-family: 'Roboto Slab';
    font-size: 27px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
    padding: 2px;
    border: 1px solid #F4F4F4;
    margin-bottom: 14px;
}
.editor-choice-article-img-thumb-video {
    display: inline-block;
    padding-top: 2px;
}
.editor-choice-article-img-thumb-video img
{
    width: 100%;
    height: 80px;
}
.editor-choice-article-article-title-thumb-video
{
    margin-top: 0;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    padding-left: 10px;
}
.subtitle-editor-thumb-video
{
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    padding-left: 10px;
}
.editor-choice-article-thumb-video .card-btn-prod
{
    margin-top: 10px;
    text-align: right;
    margin-right: 15px;
}
.editor-choice-article-img-thumb img
{
    width: 100%;
    height: 230px;
}
.modal-video-youtube-iframe iframe
{
    width: 100%;
    height: 450px;
}




.card-video .image-w {
    display: block;
    position: relative;
    cursor: pointer;
}
.card-product-description
{
    margin-bottom: 21px;
	min-height: 45px;
    font-size: 14px;

}
.image-w img {
    display: block;
    width: 100%;
    height: auto;
}
.numberPhone
{
    text-align: center;
    display: block;
    color: black;
    font-size: 21px;
    font-weight: 500;
}

.cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 63%;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s linear;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0,0,0,.5);
    color: rgba(255,255,255,1);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.card-video .cover img {
    top: 50%;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    transition: 0.2s;
}

.card-video:hover .cover {
    visibility: visible;
    opacity: 1;
}

.article-image
{
    margin-bottom: 30px;
}
.article-image img
{
    margin: 0 auto;
    display: block;
}
.input-newsletter
{
    width: 100%!important;
    margin-bottom: 0px;
}
.content-newsletter
{
    padding-top: 8px;
    float: right;
}
.padd-newsletter-input
{
    padding: 0px;
}
.newsletter-abonare
{
    opacity: 0.69;
    font-family: Roboto-Light;
    font-size: 17px;
    color: #000000;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 0px;
}
.newsletter-abonare-title
{
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    text-transform: none;
}

.filter-search {
    margin-bottom: 5px;
}

.search-box .as-results {
    position: absolute;
    z-index: 910;
    top: 56px;
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 9px 24px 0 rgba(0,0,0,0.19);
    padding: 31px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.as-results ul > li
{
    color: #000;
    padding: 0px;
}

.search-box .as-list {
    width: 100% !important;
}
.as-result-item
{
    cursor: pointer;
    position: relative;
}
.product
{
    position: relative;
    vertical-align: middle;
    margin-bottom: 20px;
    margin-top: 10px;
}

.product-det
{
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    line-height: 20px;
}
.product-det span b {
    display: block;
}
.search-box .as-results
{
    padding: 23px;
    padding-bottom: 15px;
}
.as-result-item:hover
{
    /*background: #F5F5F5;*/
}
.as-result-item .product:hover
{
    background: #fff!important;
}
.search-box .as-result-item {
    line-height: 30px;
    font-size: 13px;
    font-weight: 400;
}
.search-box .as-result-item .product
{
    text-align: left;
    color: #4A4A4A;
    width: 100%;
    font-weight: 100;
}
.search-box .as-result-item .price{
    display: none;
}

.navbar-toggle .icon-bar {
    height: 1px;
    margin-bottom: 5px;
}
.as-result-item .first
{
    padding-top: 20px;
    border-top: 1px solid rgba(74, 74, 74, 0.23);
}

#footer-section1 {
    padding: 30px 0;
}

.terms-links {
    margin-top: 15px;
}


.gallery-container {
    position: relative;
    padding-left: 140px;
    padding-right: 140px;
}

.gallery-sidebar {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
}

.gallery-modal-mobile {
    padding-right: 0 !important;
    min-height: 100%;
}
.gallery-modal-mobile
{
    box-shadow: none!Important;
    border-color: transparent!important;
}
.product-specs {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: #4A4A4A;
}

.products-section {
    padding-bottom: 30px;
}

.stock-situation {
    margin-bottom: 5px;
}
#tabs-compatibility ul {
    padding-left: 0;
    display: inline-block;
}
#tabs-compatibility li {
    list-style-type: none;
    display:inline-block;
}
#tabs-compatibility li:after{
    content: ', ';
    display: inline-block;
}
#tabs-compatibility li:last-child:after{
    content: ''
}

.slick-dots {
    bottom: -65px;
    height: 35px;
    padding: 14px;
    margin-bottom: 0;
}

.slick-dots li.slick-active button {
    background: black;
    opacity: 1;
}

.item-specification {
    display: inline-block;
    border: 1px solid gray;
    width: 110px;
    height: 110px;
    border-radius: 6px;
    text-align: center;
    padding: 25px 10px;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
}

.item-contain {
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.item-specification-label {
    font-weight: 400;
    color: #8e8e8e;
    font-size: 12px;
    line-height: 13px;
}

.description-item-contain {
    font-family: Oswald;
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
}

.special-specifications {
    margin-bottom: 30px;
    margin-left: 20px;
}

.white-bg {
    background: white;
}

.cart-warranty-price {
    font-size: 17px;
}

.text-danger {
    color: #FF0000;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    opacity: 0.5;
    background: transparent;
}

.empty-cart-container {margin-top: 60px;margin-bottom: 100px;}


.letter {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 6px;
    display: inline-block;
    position: absolute;
    left: 20px;
}

.brands-group {
    margin-bottom: 15px;
    display: block;
    padding-left: 90px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 15px;
}

.page-content {
    margin-bottom: 50px;
}

.brand-description,
.product-group-description{
    font-size: 16px;
    font-weight: 300;
}

.corner-arrow-back {
    font-size: 26px;
    position: absolute;
    left: 0;
    top: 7px;
    color: #9b9b9b;
    cursor: pointer;
    transition: 0.3s;
}
.nopadding-footer
{
    margin-top: 0px;
}

.corner-arrow-back:hover {
    color: black;
}
.image-articol-presa
{
    margin: 0px auto;
    width: 250px;
    padding-top: 50px;
    display: block;
}
.la-close:before
{
    content: url("../cs-images/dark-close.svg");
}
.la-close-search:before
{
    content: url("../cs-images/dark-search.svg");
}
/*search accesorii telefoane*/
.accesories_search_bar
{
    margin: 0 auto;
    display: block;
    width: 350px;
    max-width: 100%;
    margin-bottom: 25px;
}
.accesories_search_video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    background-size: cover !important;
}
#accesories_search
{
    position: relative;
    padding: 65px;
    margin-bottom: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#accesories_search video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.accesories_search_content {
    z-index: 3;
    position: relative;
    text-align: center;
    color: white;
    padding: 10px;
}
.accesories_search_title {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 30px;
    font-family: 'Oswald';
    color: #000000!important;
    width: 44%;
    padding: 10px;
    margin: auto;
}

.accesories_search_subtitle {
    font-weight: 100;
    font-size: 16px;
    margin: 0px 0 20px;
    color: #000000!important;
}

.accesories_search_bar input {
    width: 350px;
    max-width: 100%;
    background: rgba(255, 255, 255, 0.27);
    padding: 12px 15px;
    margin: auto;
    display: block;
    vertical-align: middle;
    margin-top: 50px;
    font-weight: 100;
    color: #000000!important;
    border: 1px solid #aba8a8;
}
.accesories_search_bar input::placeholder{
    color: #aba8a8!important;
}

#accesories_search_white {
    padding: 25px;
    margin-bottom: 50px;
    margin-top: 50px;
}

#accesories_search_white .accesories_search_content {
    color: black
}

#accesories_search_white .accesories_search_bar input {
    color: black;
    background:white;
    border: 1px solid red;
    border-radius: 6px;
    margin-top: 25px;
}

#accesories_search_white .accesories_search_title {
    font-weight: 400;
    color: #4A4A4A;
}

.xdsoft_autocomplete .xdsoft_autocomplete_dropdown>div.active
{
    background: transparent;
    color: #000;
    line-height: 35px;
}
.xdsoft_autocomplete .xdsoft_autocomplete_dropdown>div
{
    color: #000;
    background: rgb(245, 245, 245);
    line-height: 35px;
}
.accesories_search_bar input::-webkit-input-placeholder {
    color: white;
    font-size: 13px;
}
.accesories_search_bar input::-moz-placeholder{
    color: white;
    font-size: 13px;
}
.accesories_search_bar input:-ms-input-placeholder{
    color: white;
    font-size: 13px;
}
.accesories_search_bar input:-moz-placeholder {
    color: white;
    font-size: 13px;
}

.accesories_search_bar button {
    color: white;
    background: #26B200;
    font-weight: 300;
    font-size: 14px;
    width: 140px;
    padding: 8px;
    vertical-align: middle;
}

#accesories_search_white .accesories_search_bar input::-webkit-input-placeholder {
    color: #4A4A4A;
    font-size: 15px;
    text-align: center;
}
#accesories_search_white .accesories_search_bar input::-moz-placeholder{
    color: #4A4A4A;
    font-size: 15px;
    text-align: center;
}
#accesories_search_white .accesories_search_bar input:-ms-input-placeholder{
    color: #4A4A4A;
    font-size: 15px;
    text-align: center;
}
#accesories_search_white .accesories_search_bar input:-moz-placeholder {
    color: #4A4A4A;
    font-size: 15px;
    text-align: center;
}

.popup-unboxing
{
    padding-left: 20px;
}
.popup-unboxing iframe
{
    width: 95%;
    height: 300px;
}
#tabs-compatibility ul
{
    margin-top: 10px;
}
.radio+.radio{
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table tr td:first-child {padding-left: 0;}
.table tr td:last-child {padding-right: 0;}


.alert {
    border-radius: 0;
    background: white;
    border: 0;
    color: black;
    position: relative;
}
.alert b {
    font-weight: 500;
}
.alert.alert-danger {
    background: rgb(255, 51, 51);
/*     opacity: 0.8; */
    color: white
}
.alert.alert-danger .close {
    color: white
}
.alert-success
{
    background: #a7d7c8;
    border-color: #a7d7c8;
    color: #fff;
    font-weight: 100;
}
.alert-with-icon {
    padding-left: 50px;
    position: relative;
}

.alert-with-icon > i {
    position: absolute;
    left: 15px;
    font-size: 26px;
    top: 11px;
    height: 25px;
}
.alert-with-icon > img {
    position: absolute;
    left: 15px;
}
.alert-info i {color: #000}
.alert button
{
    margin-top: -4px;
}
.rate-container {
    margin-bottom: 15px;
    margin-top: 7px;
    padding-left: 30px;
}

.addresses-box {
    margin-bottom: 30px;
}
.card-video
{
    cursor: pointer;
}
.loader-container {
    min-height: 400px;
}
.loader-container .spinner-container {
    background: transparent;
}
.items-container simple-items
{
    padding-bottom: 50px;
}
.items-container
{
    /*margin-bottom: 50px;*/
}
.grid{
     padding-bottom: 30px;
 }
.card-video .card-image
{
    height: 235px!important;
}


#shop_orders .select2 {
    border: 1px solid lightgray;
    width: 100% !important;
}
.selectProduct {min-width: 200px;}

.action-bar {
    margin-bottom: 15px;
}

#console {
    position: fixed;
    left: 0;
    z-index: 50000;
    bottom: 0;
    padding: 5px 13px;
    background: white;
    box-shadow: 0 0 4px 3px gray;
    border-radius: 0 7px 0 0;
}

#console h5 {
    padding: 0;
    margin: 0;
}
#console a {
    width: 88px;
    text-align: center;
    overflow: hidden;
}
#console input {
    padding: 5px 12px;
    height: 30px
}
#console a.success {
    background: #72CFDE;
}
#console a.error {
    background: #FF4F4F;
}

#shopOrderQty {
    width: 60px;
    vertical-align: top;
}

.select2-results__option {
    border-bottom: 1px solid whitesmoke;
    padding: 5px 11px;
    position: relative;
    padding-left: 75px !important;
    cursor: pointer;
}
.select2-results__option .product-result {
    min-height: 50px;
}
.select2-results__option .product-pic {
    margin-right: 10px;
    position: absolute;
    left: 10px;
    top: 5px;
}

.select2-results__option .product-det {
    text-align: left;
    min-height: 56px;
}

.select2-results__option .product-det .title {
    font-size: 12px;
    line-height: 15px;
}

.select2-results__option:hover {
    background: whitesmoke;
}

.select2-results__options {
    max-height: 450px;
    overflow: auto;
}
@media only screen and (min-width: 1366px) {
    .sidebar-wrapper-left
    {
        padding-bottom: 275px;
    }
}
@media (min-width: 1200px) and (max-width: 1355px)  {
    #hero-slider .slick-next
    {
        display: none!important;
    }
    #hero-slider .slick-prev
    {
        display: none!important;
    }
}

.search_btn {
    border: 1px solid #4A4A4A;
    display: inline-block;
    margin: 0 auto;
    background: transparent;
    font-size: 15px;
    color: #4A4A4A;
    margin-bottom: 10px;
    padding: 10px 10px 10px 12px;
    width:100%;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: black;
    border-radius: 10px;
    position: relative;
}
.TxtNumeBanca
{
    padding-left: 70px;
    position: relative;
}
.ImgBanca
{
    position: absolute;
    left: 0px;
    top: 5px;
}
.detaliiRate
{
    font-size: 12px;
    color: #9B9B9B;
    cursor: pointer;
    position: absolute;
    margin-left: 85px;
    margin-top: -5px;
}
.expendedDetaliirate p
{
    font-weight: 300;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    margin-bottom: 0;
    padding-top: 25px;
    line-height: 24px;
    padding-left: 70px;
}
.detaliiRate::after
{
    left: -17px;
    top: 6px;
}
.search_ellipsis_mobile {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.more{
    cursor: pointer;
}
.BgMaAbonezFooter
{
    /*background-image: url(../cs-images/momit_ticker.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: 300px;*/
    /*background-position: 60% 65%;*/
    background-repeat: no-repeat;
    color: #fff;
    background-size: cover;
    padding: 15px;
}
.BgMaAbonezFooter .card-title
{
    color: #000;
    margin-top: 13px;
}
.BgMaAbonezFooter .card-subtitle
{
    color: #000;
}
.BgMaAbonezFooter .btn-success
{
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    margin-top: 13px;
}
.BgMaAbonezFooter .btn-success:hover
{
    background: transparent;
    border: 1px solid #fff;
}

.tooltipDisponibilitate title
{
    position: absolute;
}
.box-Legend
{
    position: relative;
    padding-right: 53px;
}
.border-Bottom
{
    border-top: 1px solid transparent;
}
.box-Legend .order-status-led
{
    right: 26px;
}

@media (min-width: 992px) {
    .afix {
        position: fixed;
        top: 0;
    }
}

.wishlist-icon {
    position: absolute;
    top: 0;
    right: 60px;
    line-height: 64px;
}

.mobile-search-icon {
    line-height: 64px;
    float: left;
    padding-left: 5px;
}


@media (min-width: 768px) {
    .mobile-search-icon {
        line-height: 80px;
    }
    .wishlist-icon {
        line-height: 80px;
    }
}


/* Modal erb form */

.mp-label
{
    font-family: "Roboto", serif;
    color: #000;
}
.mechantpluginMain input
{
    border-color: #A4A4A4!important;
    margin-top: 10px;
    color: #000;
}
.errorMsg
{
    background-color: rgb(255, 51, 51)!important;
    color: #fff!important;
    width: 91%!important;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px!important;
    font-size: 15px!important;
    font-weight: 100!important;
}
.mechantpluginMain
{
    border-radius: 8px;
    border: 2px solid lightgrey!important;
}
.contactInfo
{
    font-family: "Roboto", serif;
    color: #000;
    line-height: 16px!important;
    font-size: 11px!important;
    font-weight: 100!important;
    padding-bottom: 25px;
}
.CloseBtn
{
    background-color: rgba(211, 211, 211, 0.96)!Important;
    width: 40px!Important;
    color: #000;
    font-size: 22px!Important;
    border: 1px solid lightgrey!Important;
    border-radius: 5px!Important;
}

.SubmitSave
{
    color: #fff!Important;
    background: #2C2C2C!Important;
    outline: none!important;
    box-shadow: none!Important;
    border: 1px solid #2C2C2C!Important;
    border-radius: 2px!Important;
    position: relative!Important;
    font-size: 13px!Important;
    line-height: 18px!Important;
    padding: 6px 30px!Important;
}
.btnIAgree
{
    color: #fff!Important;
    background: #2C2C2C!Important;
    outline: none!important;
    box-shadow: none!Important;
    border: 1px solid #2C2C2C!Important;
    border-radius: 2px!Important;
    position: relative!Important;
    font-size: 13px!Important;
    line-height: 18px!Important;
    padding: 6px 30px!Important;
}
.btnIDontAgree
{
    color: #fff!Important;
    background: #2C2C2C!Important;
    outline: none!important;
    box-shadow: none!Important;
    border: 1px solid #2C2C2C!Important;
    border-radius: 2px!Important;
    position: relative!Important;
    font-size: 13px!Important;
    line-height: 18px!Important;
    padding: 6px 30px!Important;
}
.dropdown-wishlist .cart-icon-counter
{
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 11px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
.wishlist-header
{
    line-height: 33px;
    right: 45px;
    margin-right: 15px;
}
.m-home h2
{
    width: 100%;
    position: relative;
    clear: both;
    margin-top: 10px;
}
.m-home h2 .show_categart
{
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 18px;
}
.m-home h2 a
{
    font-size: 16px;
}
.m-home .l-stacked
{
    padding-left: 0px;
    line-height: 35px;
}
.m-home .l-stacked .item {
    color: #ff0009;
}
.m-home .l-stacked .item {
    display: table;
    list-style-type: circle;
    border: 1px solid #ff0009;
    float: left;
    margin-right: 10px;
    color: #ff0009 !important;
    padding: 0px 10px;
    margin-bottom: 15px;
    cursor: pointer;
}
.m-home .l-stacked .item:hover
{
    background-color: #ff0009;
    color: #fff!important;
}
.title-menu-article
{
    margin-bottom: 10px;
    height: 45px;
}
.title-menu-article a
{
    border: 1px solid #000;
    padding: 7px;
    font-weight: 100;
}
.title-menu-article a:hover
{
    background-color: #000;
    color: #fff;
}
.btn-search-factura{
    padding:10px 10px;
    margin-top: 42px;
}

/* start rating*/
@media (min-width: 1200px) {
    .rating{
        margin-left: -40px;
    }
}
.rating input{
    margin:0;padding:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.star-ratings {
    display: inline-block;
}
.label-star-rating{
    cursor:pointer;
    float: right;
    background-size:contain;
    background-image:url(../../../cs-images/stea_empty.svg);
    background-repeat:no-repeat;
    display:inline-block;
    width:35px;height:35px;
}

@media (max-width: 992px) {
    .label-star-rating {
        width:30px;height:30px;

    }
}
@media (max-width: 320px) {
    .label-star-rating {
        width:25px;height:25px;

    }
}
.label-star-rating:hover{
    background-image:url(../../../cs-images/stea_plina.svg);
}

.label-star-rating:hover,
.label-star-rating:hover ~ .label-star-rating,
.rating-input:checked ~ .label-star-rating {
    background-image:url(../../../cs-images/stea_plina.svg);
    background-position: 0 0;
}
.rating > input:checked ~ label {
    background-image:url(../../../cs-images/stea_plina.svg);
}
/*end rating*/
.margin-top-review{
    margin-top: 10px;
}
.review-stars{
    margin-bottom: 10px;
}
.label-info{
    text-shadow: none !important;
    font-size: 13px;
    font-weight: 300;
    padding: 3px 6px 3px 6px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    background-color: #89C4F4;

}

.review-user-name
{
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.review-content-comment
{
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.card-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.83);
    z-index: 100;
}
.card-overlay-text {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -10px;
    color:#00C864
}
.btn-write-comments
{
    border-color: transparent;
}
.name-author-comment
{
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.content-comment
{
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}
.wishlist-title{
    width: 268px;
}
.brand-title{
    width: 170px;
}
.modal-login-content
{
    width: 480px!important;
}
.modal-login-content .modal-header .close{
    margin-top: 0px;
    margin-bottom: 0px;
}
.modal-login-content .modal-body button{
    margin-bottom: 0px;
}
.modal-login-padding{
    padding: 7px 6px 0px 0px;
}
.btn-social-modal-login{
    width: 100%;
    margin-bottom: 10px;
}
.title-modal-login
{
    font-size: 14px;
    text-align: center;
}
.subtitle-modal-login{
    font-size: 13px;
    text-align: center;
}
.margin-left-btn-google
{
    margin-left: 0px!important;
}
.separator {
    border-top: 1px solid #e2e2e2;
    padding-top: 7px;
    text-align: center;
    height: 30px;
    padding-top: 0;
    margin-top: 20px;
}
.separator-text {
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
    width: 45px;
    display: block;
    margin: -16px auto 20px;
    color: #333;
    background-color: #fff;
}
.btn-autentificare-modal-login
{
    padding: 5px 25px;
    font-size: 14px;
}
.modal-login-padding-left-right
{
    padding-left: 20px;
    padding-right: 20px;
}
.padding-bottom-no-author
{
    padding-bottom: 30px;
}
.txt-share-fb
{
    float: left;
    margin-right: 15px;
    padding-top: 0px;
    margin-top: 5px;
    border-right: 1px solid rgba(171, 171, 171, 0.87);
    padding-right: 10px;
    color: rgba(171, 171, 171, 0.87);
}
.content-share-fb
{
    clear: both;
    padding: 7px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    min-width: 70px;
    padding-left: 30px;
    padding-right: 15px;
    margin-bottom: 10px;
}
.box-padding-like
{
    padding-left: 39px;
    padding-right: 28px;
}
.content-share-fb .icon-footer
{
    margin: 0 5px;
}
.card-alert {
    font-size: 24px;
    font-family: 'Oswald';
    font-weight: 300;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 30px;
    margin-top: 30px;
    text-transform: uppercase;
    text-align: center;
}
.title-question
{
    font-size: 20px;
}
.btn-like{
    min-width: 50px;
    padding: 3px 6px 1px;
    font-size: 16px;
}
.txt-like
{
    float: left;
    margin-left: 15px;
    padding-top: 0px;
    margin-top: 3px;
    border-left: 1px solid rgba(171, 171, 171, 0.87);
    padding-left: 10px;
    color: rgba(171, 171, 171, 0.87);
    cursor: pointer;
    font-size: 12px;
}
.padding-like
{
    padding-top: 7px;
}
.menu-article-position{
    padding-left: 0px;
    margin-top: -20px;
    cursor: pointer;
}.icon-like
{
    border: 1px solid rgba(171, 171, 171, 0.87);
    border-radius: 4px;
    margin-left: 4px;
    cursor: pointer;
}
.icon-like-position
{
    position: absolute;
    left: 190px;
}
.icon-like:hover
{
    color: #4267b2;
    border-color: #4267b2;
}

.review-content-comment a{
    color: #5b9bd1;
}

.review-content-a p a{
    color: #5b9bd1;
}

.gradient-overlay::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: white;
    background: linear-gradient(to bottom, rgba(255,255,255,0.55) 0%, rgba(255,255,255,0.76) 47%, rgba(255,255,255,1) 100%);
    z-index: 100;
}
.gradient-overlay {
    position: relative;
}

.section-title2 {
   margin-left: 10px;
    font-size: 20px
}

.note-text{
    padding-left: 10px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

.rating-suggestion
{
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 1;
    color: black;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #eee;
    border-radius: 10px;
    top:13px;
    right: 15px;
    margin-bottom: 5px;
   border-color: transparent;
}

.background-image-email-modal{
     height: 450px;
 }

.logo-email-modal{
    width: 160px;
}

.subtotals-right {
    float: right;
}

.cart-subtotal-right td:first-child {
    border-top: 0;
}
.cart-subtotal-right td {
    font-size: 16px;
    text-align: right;
}

.cart-summary-table td {
    vertical-align: middle !important;
}

@media (min-width: 992px) {
    .card-login-wide .col-line-seperated {
        border-right: 1px solid #e0e0e0;
        padding-right: 62px;
    }
}
@media (min-width: 1200px) {
    .card-login-wide .col-line-seperated {
        padding-right: 70px;
    }
}
.cartitem-info-block {
    color: gray;
    font-weight: 300;
    margin-top: 15px;
}
.cartitem-info-block img {
    margin-top: -3px;
    margin-left: -3px;
}

@media (max-width: 768px) {
    #cartImpachetareCard .expand-card-impachetare {
        display: none;
    }

    #cartImpachetareCard .card-header{
        position: relative;
    }
    #cartImpachetareCard .card-title::after {
        content: url(../cs-images/plus-expand-white.svg);
        float: right;
        font-weight: 300;
        font-size: 22px;
        color: #9B9B9B;
        line-height: 22px;
        position: absolute;
        right: 12px;
        margin-top: -9px;
        top: 50%;
    }
    #cartImpachetareCard .card-title.on::after {
        content: url(../cs-images/minus-expand-white.svg);
    }

    #cartCardCadouCard .expand-card-cadou {
        display: none;
    }

    #cartCardCadouCard .card-header{
        position: relative;
    }
    #cartCardCadouCard .card-title::after {
        content: url(../cs-images/plus-expand-black.svg);
        float: right;
        font-weight: 300;
        font-size: 22px;
        color: #9B9B9B;
        line-height: 22px;
        position: absolute;
        right: 12px;
        margin-top: -9px;
        top: 50%;
    }
    #cartCardCadouCard .card-title.on::after {
        content: url(../cs-images/minus-expand-black.svg);
    }
}


@-webkit-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-moz-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-o-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.btn-loading {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important;
}

.btn-loading:hover,
.btn-loading:active,
.btn-loading:focus {
    cursor: default;
    color: transparent;
    outline: none !important;
    box-shadow: none;
}

.btn-loading::before {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border: 1px solid #000000;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation: ld 1s ease-in-out infinite;
    -o-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite;
}

.show-more-box
{
    max-height: 110px;
    overflow: hidden;
    position: relative;
}
.product-page-description-txt {
    width: 100%;
}
[data-toggle="show-more"] .closed-text {
    display: none;
}
[data-toggle="show-more"].opened .closed-text {
    display: block;
}
[data-toggle="show-more"].opened .opened-text {
    display: none;
}
.show-more-box.opened {
    max-height: 100%;
}

.filters__dropdown__btn__badge {
    vertical-align: top;
    background-color: #777777;
    position: relative;
    top: 0;
    right: 0;
    font-weight: 300;
}

.card-gift-my-account{
    min-height: 120px;
}
.card-gift-my-account img{
    max-width: 165px;
    vertical-align: middle;
    position: absolute;
    left: 0px;
}
.card-text-gift-my-account{
    vertical-align: middle;
    padding-left: 130px;
    margin-top: 20px;
}
.btn-gift-card-my-account{
    margin-left: 130px;
    margin-top: 10px;
}
.btn-edit-cart{
    position: absolute;
    top: 50%;
    right: 30px;
    top: 50%;
    transform: translateY(-50%)
}
#cancel_order{
    margin-top: 15px;
}

/*pop-up-site*/
.popup-offer-site
{
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100!important;
    width: 305px;
    max-width: 90%;
}

.container-popup-site-offer
{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
    border-radius: 4px;
    margin-bottom: 40px;
    min-height: 140px;
}
.content-popup-site-offer {
    padding: 10px 10px 10px;
}
.content-popup-site-offer .media {
    margin-top: 15px;
    margin-bottom: 15px;
}
.content-popup-site-message
{

}
.content-popup-site-message-title
{
    font-size: 18px;
    font-family: "Roboto Slab";
    font-weight: 500;
    padding-bottom: 8px;
    line-height: 21px;
}
.content-popup-site-message-subtitle
{
    font-size: 12px;
    padding-bottom: 5px;
}

.content-popup-site-btn .btn {
    padding: 0 5px;
    border-radius: 0;
}

.content-popup-site-close
{
    top: 0;
    position: absolute;
    line-height: 18px;
    font-size: 9px;
    text-align: center;
    cursor: pointer;
    right: 0;
    color: #505050!important;
}

.content-popup-site-block
{
    font-size: 24px;
    line-height: 28px;
    margin-right: 5px;
    display:inline-block;
    text-align: center;
    font-family: Roboto;
    margin-bottom: 10px;
}
.content-popup-site-block small
{
    font-size: 12px;
    line-height: 12px;
    display: block;
    font-family: Roboto;
}
/*end pop-up-site*/

.popup-star-rating{
    cursor:pointer;
    float: right;
    background-size:contain;
    background-image:url(../../../cs-images/stea_empty.svg);
    background-repeat:no-repeat;
    display:inline-block;
    width:35px;height:35px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;

}

@media (max-width: 992px) {
    .popup-star-rating {
        width:30px;height:30px;

    }
}
@media (max-width: 320px) {
    .popup-star-rating {
        width:25px;height:25px;

    }
}
.popup-star-rating:hover{
    background-image:url(../../../cs-images/stea_plina.svg);
}

.popup-star-rating:hover,
.popup-star-rating:hover ~ .popup-star-rating,
.rating-input:checked ~ .popup-star-rating {
    background-image:url(../../../cs-images/stea_plina.svg);
    background-position: 0 0;
}

.garantie{
    margin-top: 0px;
}
.btn-garantie{
    padding: 6px 13px;
}
.btn-retur-order{
    position: absolute;
    top: 10px;
}
.text-retur{
    font-size: 13px;
    position: absolute;
    width: 100px;
    left: -32px;
}
.return-btn{
    border: 1px solid #4A4A4A;
    color: #4A4A4A;
    background: transparent;
    outline: none !important;
    border-radius: 2px;
    padding: 0px 4px;
    width: 176px;
}
.return-btn-img{
    vertical-align:middle;
    width: 20px;
}
.return-text{
    vertical-align:middle;
    display:inline;
}
.card-flash-deal{
    margin-top: 8px;
}
.card-flash-deal-timer{
    /*font-size: 12px;*/
}
.card-flash-deal-details {
    font-size: 13px;
}

.card-flash-deal-no-stock{
    color:#B4A0B9 !important;
}

.card-flash-deal-timer .timer{
    color: #B4A0B9;
    white-space: nowrap;
}

.progress {
    height: 8px;
    margin-bottom: 6px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 2px;
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    color: #fff;
    text-align: center;
    background-color: #B4A0B9;
    /*background-color: #ff5901;*/
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.flash-deal-details {
    font-size: 13px;
}
.block-flash-deals {
    position: relative;
    padding-left: 75px;
    height: 50px;
    padding-top: 20px;
}
.block-flash-deals .bubble{
    left: 6px;
    top: 0;
    height: 50px;
    width: 50px;
    font-size: 15px;
    padding: 8px 0;
    line-height: 17px;
}

.nav_af_type_pers > li.active > a, .nav_af_type_pers > li.active > a:hover, .nav_af_type_pers > li.active > a:focus{
    background-color: transparent!important;
}
.nav_affiliate .nav-justified > li, .nav-tabs.nav-justified > li{
    padding-top: 0px;
}

.flash-deal-details-text {
    margin-top: -5px;
}
@media (max-width: 768px) {
    .card-flash-deal-details > div {
        float: none !important;
    }
}
.card-warranty{
    padding: 20px;
}
.warranty-expire{
    font-size: 18px;
}
.warranty-expired{
    font-size: 18px;
    color: red;
}
.warranty-expired-date{
    color: red;
}

.btn-account {
    min-width: 150px;
    float: left;
    margin-right: 10px;
}
.separator-thank-you{
    border-top: 1px dotted #000;
    margin-top: 20px;
    margin-bottom: 20px;
}
.order-content-title p{
    font-size: 16px;
}
.order-content-box{
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 20px;
    min-height: 250px;
}

.payments-container {
    padding-left: 6px;
}
.payment-options-group {
    padding-bottom: 15px;
    margin-bottom: 0;
    min-height: 60px;
}

.payment-option_description {
    margin-bottom: 12px;
    font-size: 12px;
}

.payment-group-icon {
    margin-left: 5px;
    height: 35px;
}
.delivery-option-icon {
    margin-left: 12px;
    height: 35px;
}
.payments-icons{
    display: inline-block;
    float: right;
    margin-top: -9px;
}

/*Colectii*/
.form_edit_profile{
    max-width: 375px;
    margin: 0 auto;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    font-family: "Roboto";
    font-weight: 100;
    font-size: 17px;
    color: #000000;
    letter-spacing: 0;
}
.box_account_profile{
    margin-bottom: 18px;
}
.box_account_profile img{
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}

.box-account__menu {
    position: absolute;
    right: 0px;
    top: -25px;
}

.box-account___avatar img {
    width: 144px !important;
    height: 144px !important;
    float: left;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}

.box-account-name {
    float: left;
    padding-left: 24px;
    display: inline-block;
    padding-top: 30px;
}

.box-account__title {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    line-height: 40px;
    text-transform: capitalize;
}

.box-account__subtitle {
    font-family: "Roboto";
    font-weight: 100;
    font-size: 17px;
    color: #000000;
    clear: both;
    letter-spacing: 0;
    line-height: 20px;
}

.tabs-account {
    text-align: center;
    border-color: transparent;
    max-width: 280px;
    margin: 0 auto;
    z-index: 99!important;
}

.tabs-account .active{
    border-bottom: 4px solid #000 !important;
}
.tabs-account > li.active > a, .tabs-account > li.active > a:hover, .tabs-account > li.active > a:focus{
    border: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
    cursor: default;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 16px;
    color: #4A4A4A;
    letter-spacing: 0;
}
.tabs-account > li > a:hover{
    border-color: transparent;
    background-color: transparent;
}
.tabs-account > li > a{
    border-bottom: 1px solid transparent !important;
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 17px;
    color: #4A4A4A;
    letter-spacing: 0;
}
.tabs-margin
{
    margin-top: 64px;
}

.input-edit-name{
    float: left;
    width: 200px;
    padding: 10px;
    height: 30px;
}
.edit-name i {
    cursor: pointer;
}
.btn-edit-name{
    float: left;
    padding: 10px;
    padding-top: 5px;
    padding-left: 15px;
    height: 30px;
    margin-left: 10px;
    font-size: 12px;
    margin-right: 10px;
}

#exit-edit-name {
    cursor: pointer;
    position: absolute;
    top: 0px;
}

.textarea-add-collection{
    font-size: 17px;
    line-height: 20px;
    height: 95px;
}

.box_image-avatar-header {
    position: relative;
    width: 144px;
    height: 144px;
    float: left;
}

.box_image-avatar-header  .image {
    width: 144px !important;
    height: 144px !important;
    float: left;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}
.box-account__avatar-name {
    float: left;
    padding-left: 24px;
    display: inline-block;
    padding-top: 30px;
}
.edit-name {
    float: left;
    margin-right: 20px;
}
#edit-name-form {
    height: 30px;
    margin-bottom: 15px;
    position: relative;
}
.box-account__avatar-name__subtitle {
    font-family: "Roboto";
    font-weight: 100;
    font-size: 17px;
    color: #000000;
    clear: both;
    letter-spacing: 0;
    line-height: 20px;
}
.box-account__avatar-name__title {
    font-family: "Roboto Slab";
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    line-height: 40px;
    text-transform: capitalize;
}
.box_image-avatar-header  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 144px;
    height: 144px;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(128,128,128,0.7);
    border-radius: 50%;
    cursor: pointer;
}

.box_image-avatar-header:hover .overlay {
    opacity: 1;
}

.box_image-avatar-header  .text {
    color: white;
    font-size: 35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px){
    .is-table-row {
        display: table;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

.collection-box__wishlist-counter img {
    vertical-align: top;
    display: inline-block;
}
.box-happy-shopping__menu__categories_collections .slick-next {
    right: -5px !important;
    background: transparent;
    top: 45%;
}
.bundle-col{
    padding-left: 35px;
}

.box-happy-shopping__menu__categories_collections .slick-list .active .box-happy-shopping__menu-item-title{
    font-weight: 500!important;
    text-decoration: none!important;
    font-size: 14px;
}
.box-happy-shopping__menu__categories_collections .slick-list .active{
    background-color: rgba(0,0,0,.08);
    width: 80px!important;
    height: 80px;
    padding-bottom: 0px!important;
    border-radius: 50%;
}
.box-happy-shopping__menu__categories_collections .slick-list .active img{
    padding-bottom: 0px!important;
}

.margin-top-content {
    margin-top: 64px!important;
}
.tab-content-collections {
    margin-bottom: 40px;
}
.box-collection__name {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 10px;
    text-transform: uppercase;
    padding-top: 25px;
    text-align: center;
}
.title-message{
    font-family: Roboto;
    font-weight: 100;
    text-align: center;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    max-width: 564px;
    margin: 0 auto;
    padding-bottom: 64px;
}
.subtitle-message {
    font-family: Roboto Slab;
    font-weight: 100;
    text-align: center;
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 17px;
    color: #9B9B9B;
    letter-spacing: 0;
}
.section-hr {
    border-top: 1px solid #E6E6E6;
    margin: 0;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none;
}
.tabs-account .active {
    border-bottom: 4px solid #000 !important;
}
.tabs-account > li.active > a, .tabs-account > li.active > a:hover, .tabs-account > li.active > a:focus {
    border: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
    background: transparent!important;
    cursor: default;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 17px;
    color: #4A4A4A;
    letter-spacing: 0;
}
.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
    display: block;
}
.tabs-account>li>a {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    padding-right: 0px;
    font-size: 17px;
}

.collection_modal .modal__content {
    max-width: 816px;
    padding-left: 32px;
    padding-right: 32px;
}
.collection_modal .modal-content {
    box-shadow: none;
    padding: 20px;
    padding-left: 0px;
    padding-right: 0px;
}
.collection_modal  .modal__header {
    padding-top: 64px;
    text-align: center;
    border-bottom: none;
}
.collection_modal  .modal-header {
    padding: 15px;
    min-height: 60px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 40px;
}
.collection_modal .modal .close {
    font-size: 30px;
    color: black;
    opacity: 1;
    font-weight: 100;
    position: absolute;
    right: 16px;
    top: 16px;
}
.collection_modal .modal-header .close {
    margin-top: -2px;
}
.collection_modal button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.collection_modal .modal__title {
    font-family: "Roboto Slab";
    font-weight: 400;
    font-size: 40px;
    color: #000000;
    letter-spacing: 0;
    padding-bottom: 16px;
}
.collection_modal .modal-title {
    margin: 0;
    line-height: 1.38571;
}
.collection_modal .modal__subtitle {
    font-family: "Roboto";
    font-weight: 100;
    font-size: 17px;
    color: #000000;
    letter-spacing: 0;
}

.collection_modal .search-box__input-group__input {
    font-family: "Roboto";
    font-weight: 300;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid black;
    padding: 0;
    border-radius: 0;
    color: black;
    line-height: 48px;
    font-size: 18px;
    padding-top: 6px;
    width: 100%;
}
.collection_modal .modal__input {
    max-width: 360px !important;
    margin: 0 auto;
    display: block;
    border-color: #979797;
    color: #000;
}
.collection_modal .search-box__input-group {
    position: relative;
}
.collection_modal .box_upload-images {
    width: 100%;
    margin: auto;
    margin-top: 45px;
    padding-right: 15px;
    padding-left: 15px;
}
.collection_modal .box_upload-images .fileUpload {
    max-width: 400px;
    margin: 0 auto;
    float: none;
    display: block;
    clear: both;
}
.collection_modal .fileUpload {
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}
.collection_modal .modal__body {
    padding-top: 54px;
}
.collection_modal .modal-body {
    position: relative;
    padding: 15px;
}
.collection_modal .products-grid {
    min-height: 350px;
    margin-top: 40px;
}
.collection_modal .border {
    border: 1px solid #E6E6E6;
}
.collection_modal .product-box-xs__checkbox {
    position: absolute;
    height: 40px;
    right: 16px;
    bottom: 16px;
}
.collection_modal .product-box-xs__header img {
    max-height: 120px;
    padding: 15px;
    margin: 0 auto;
}
.collection_modal input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
.collection_modal input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
.collection_modal .checkbox-big {
    margin: 0 auto !important;
    opacity: 0;
    position: absolute;
}
.collection_modal .checkbox-big + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    text-align: center;
    text-align: center;
    float: right;
    margin-bottom: 0px;
}
.collection_modal .checkbox-big + label:before {
    content: '';
    margin-right: 0px;
    display: inline-block;
    vertical-align: text-top;
    width: 40px;
    height: 40px;
    background: #D7D7DB;
    border-radius: 50%;
}
.collection_modal .checkbox-big:checked + label:after {
    font-family: LineAwesome;
    content: "\f17b";
    font-size: 24px;
    position: absolute;
    left: 0px;
    top: 5px;
    width: 40px;
}
.collection_modal .modal-footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}


.box_upload-images {
    width: 100%;
    margin: auto;
    margin-top: 45px;
    padding-right: 15px;
    padding-left: 15px;
}
.box_upload-images .fileUpload {
    max-width: 400px;
    margin: 0 auto;
    float: none;
    display: block;
    clear: both;
}

.box_upload-images  div{
    float: left;
}
.box_upload-images .thumbnail{
    height: 100px;
    margin: 10px;
    float: left;
    border: 1px dotted #CCCCCC;
    padding: 10px;
    position: relative;
}
.box_upload-images #result{
    position: relative;
    width: 100%;
    padding-top: 0px;
    font-size: 17px;
    line-height: 1.38571;
    color: #555555;
    margin-bottom: 20px;
}
.box_upload-images .pip {
    display: inline-block;
    margin: 10px 10px 0 0;
    position: relative;
}
.box_upload-images .remove {
    color: #000;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 13px;
    background: #fff;
}
.box_upload-images .remove .la-close:before {
    content: "\f191";
}

.product-box__header__counter-likes {
    z-index: 1;
    /*left: 7px;*/
    top: 7px;
    position: absolute;
    cursor: pointer;
    white-space: nowrap;
}
.product-box__header__counter-likes .tooltip-inner {
    border-bottom-color: #000;
    z-index: 99 !important;
    width: 200px;
    position: absolute;
    left: -10px;
    border-radius: 5px;
}
.product-box__header__counter-likes .tooltip .tooltip-arrow {
    left: 3px;
    top: 1px;
}
.product-box__header__counter-likes .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #000;
    font-size: 15px !important;
}
.product-box__header__counter-likes img {
    vertical-align: top;
    display: inline-block;
}
.product-box__header__counter-likes span {
    display: inline-block;
    margin-left: -5px;
    line-height: 37px;
    font-size: 15px;
}
.box-collection {
    background-color: #fff !important;
    background-blend-mode: multiply;
    margin-bottom: 10px;
    min-height: 305px;
}
.box-collection__add {
    padding-top: 78px;
    padding-bottom: 78px;
    padding-left: 0;
    cursor: pointer;
    text-align: center;
}
.collection-footer-like .collection-box__wishlist-counter {
  margin-top: 0 !important;
  padding-bottom: 12px;
}
.box-collection .is-table-row {
    height: 100%;
    vertical-align: top;
}
@media only screen and (min-width: 768px){
    .is-table-row {
        display: table;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
.box-collection div[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.box-collection__content {
    padding-top: 32px;
    padding-left: 25px;
    padding-right: 25px;
}
.box-collection__footer {
    position: relative;
}
.box-collection__body__avatar img {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
}
.box-collection__body__label {
    font-family: "Roboto";
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 25px;
    min-height: 50px;
}
.box-collection__body__title {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 23px;
    color: #000000;
    letter-spacing: 0.26px;
    line-height: 35px;
    text-align: center;
    padding-bottom: 0px;
    position: absolute;
    width: 85%;
    overflow: hidden;
    height: 75px;
}

.box-collection__bg {
    background-blend-mode: multiply;
    height: 292px;
}
.box-lifestyle {
    background-color: #fff !important;
    background-blend-mode: multiply;
    position: relative;
    margin: 0.5px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.box-lifestyle__content {
    padding: 80px 64px;
}
.box-lifestyle__body__avatar img {
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    height: 96px;
    width: 96px;
}
.box-lifestyle__body__label {
    font-family: "Roboto";
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 300;
    padding-top: 16px;
    padding-bottom: 30px;
    text-align: center;
}
.box-lifestyle__body__title {
    font-family: "Roboto";
    font-weight: 600;
    font-size: 48px;
    color: #000000;
    letter-spacing: 0.3px;
    line-height: 56px;
    text-align: center;
    padding-bottom: 22px;
    word-wrap: break-word;
}
.box-lifestyle__body__subtitle {
    font-family: Roboto;
    font-weight: 100;
    text-align: center;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    max-width: 370px;
    margin: 0 auto;
}
.box-lifestyle__footer {
    text-align: center;
}
.collection-box__wishlist-counter {
    text-align: center;
    font-family: "Roboto";
    font-weight: 300;
    font-size: 15px;
    line-height: 19px;
    margin: 0 auto;
    margin-top: 83px !important;
    padding-bottom: 35px;
}
.box-lifestyle__footer img {
    vertical-align: top;
    display: inline-block;
}
.collection-box__wishlist-counter span {
    line-height: 33px;
    display: inline-block;
    margin-left: -5px;
}
.box-lifestyle div[class*="col-"] {
    padding: 0px;
}
@media (min-width: 1200px){
    .box-lifestyle .col-lg-6 {
        width: 50%;
    }
}
.box-lifestyle__bg {
    background-color: #fff !important;
    background-blend-mode: multiply;
    min-height: 500px;
}
.box-btn {
    position: relative;
    margin-bottom: 32px;
    min-height: 60px;
    margin-top: 32px;
}
.report-btn {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 13px;
}

.content-share-fb {
    position: absolute;
    font-size: 23px;
}
.box-lock {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 999;
}
.collection_option {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.collection_option .dropdown__edit {
    width: 95px;
    margin: 0 auto;
}
.collection_option .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 17px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: none;
    background-clip: padding-box;
}
.collection_option .dropdown__edit button {
    font-family: Roboto;
    font-size: 15px;
    color: #000000;
    letter-spacing: 0.19px;
    line-height: 20px;
    margin-top: 8px;
    background: transparent;
    box-shadow: none;
    border: none;
    float: left;
    margin-left: 0px;
    padding-left: 16px;
    padding-bottom: 16px;
    float: left;
}
.collection_option img {
    float: left;
}
.menu-edit-collection {
    box-shadow: none;
    width: 240px;
    padding: 0px;
    border: 1px solid #E6E6E6;
}
.collection_option .open > .dropdown-menu {
    display: block;
}
.menu-edit-collection:before, .menu-edit-collection:after {
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    border-bottom-color: #FFFFFF;
    z-index: 9;
    position: absolute;
    top: 100%;
    left: 5px;
    border-width: 0px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid transparent;
}
.menu-edit-collection li {
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    letter-spacing: 0.68px;
    box-shadow: inset 0 -1px 0 0 #E6E6E6;
    padding: 0px !important;
    min-height: 48px;
    padding-right: 16px !important;
    padding-left: 16px !important;
    position: relative;
}
.dropdown__edit .dropdown-menu li {
    padding: 10px;
    cursor: pointer;
}
.menu-edit-collection li span {
    float: left;
    padding-top: 13px;
}
.collection_option i {
    font-size: 30px;
}
.menu-edit-collection li img {
    float: right;
}
.section__title {
    font-size: 24px;
    font-family: 'Oswald';
    font-weight: 300;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 30px;
    margin-top: 50px;
    text-transform: uppercase;
    text-align: center;
}
.box-account__avatar img {
    width: 144px !important;
    height: 144px !important;
    float: left;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}
.box-account {
    padding-left: 36%;
    margin-top: 64px;
    position: relative;
    margin-bottom: 64px;
    height: 140px;
}
.marginRightDetailsCollection{
    margin-right: -5px;
}
.product-box-xs{
    margin-bottom: 10px;
}
#first-two-btn-delete-collection .btn {
    margin-bottom: 8px;
}
#first-two-btn-delete-collection .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: transparent!important;
}
.slide_collection_details .bn-container {
    max-width: 100% !important;
    height: 680px !important;
    background-color: #F5F4F0 !important;
    background-blend-mode: multiply;
}
.box-happy-shopping__menu__categories_collections {
    width: 100%;
}
.page__title {
    position: relative;
    font-family: "Roboto Slab";
    font-weight: 500;
    font-size: 64px;
    margin: 0;
    line-height: 64px;
    padding-top: 64px;
    padding-bottom: 64px;
    text-align: center;
}
.page__title__mobile {
    padding-top: 5px;
}
.page__subtitle {
    font-family: Roboto;
    font-weight: 300;
    font-size: 17px;
    text-align: center;
    max-width: 475px;
    margin: 0 auto 64px;
}
.page__subtitle__mobile {
    padding-bottom: 30px;
}
.box-happy-shopping__menu-item {
    float: none;
    display: inline-block !important;
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 30px;
    outline-color: transparent;
}
.slick-track {
  white-space: nowrap;
}
.slick-track * {
  white-space: normal;
}
.box-happy-shopping__menu-item img {
    width: 50px;
    height: 50px;
    margin: 10px auto;
}
.box-happy-shopping__menu-item-title {
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 20px;
    text-align: center;
}
.menu_homepage_happy_shopping .box-happy-shopping__menu-item-title {
    padding-top: 3px;
    font-size: 9px;
}
.menu_homepage_happy_shopping .box-happy-shopping__menu-item{
    padding-bottom: 0px;
}
.box-happy-shopping__menu__categories_collections .slick-prev {
    background: transparent;
    left: -25px !important;
    top: 45%;
    height: 30px;
    margin-top: 0px;
    padding: 0px;
}
.happy-shipping-presentation {
  background-color: #fff;
  max-height: 85px;
  overflow: hidden;
}

.happy-shipping-presentation__menu-item {
  display: inline-block;
  margin-right: 26px;
  margin-left: 26px;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 0;
  outline-color: transparent;
  text-align: center;
}
.happy-shipping-presentation__menu-item img {
  width: 40px;
  height: 40px;
  margin: 10px auto;
}
.happy-shipping-presentation__menu-item-title {
  font-family: Roboto;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  padding-top: 3px;
  font-size: 9px;
}

.happy-shipping-presentation__title {
  font-size: 22px;
  margin-top: 6px;
  margin-bottom: 6px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}

.happy-shipping-presentation__text-wrapper {
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: center;
}
.search-box__input-group__input {
    width: 100%;
    font-family: "Roboto", serif;
    max-width: 350px;
    margin: 0 auto;
    display: block;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #0000002b;
    padding: 0;
    border-radius: 0;
    color: black;
    line-height: 50px;
    font-size: 20px!important;
    background-color: transparent;
}
.input_search_collection{
    position: relative;
    font-size: 18px;
    width: 260px;
    margin: auto;
    z-index: 99!important;
    padding: 51px 0;
}
.input_search_collection .search-box__input-group__input{
    border-bottom: 1px solid #c4c4c4;
}
.input_search_collection img{
    position: absolute;
    left: -40px;
    top: 70px;
}
.query2 .search-box__input-group__input{
    margin-bottom: 40px;
}
.menu-edit-collection li:last-child{
    box-shadow: none!important;
}
.box-order-by a:last-child{
    margin-right: 0px!important;
}
.tabs-account li > a{
    color: #000!important;
    font-weight: 100;
}
.box-happy-shopping__menu-item:hover{
    text-decoration: none!important;
}
.card-xs .card-img-product{
    min-height: 100px;
    height: 175px;
}
.card-xs .card-img-product-container{
    min-height: 190px;
    height: 190px;
    margin-bottom: 25px;
}
.card-xs .card-header{
    padding-top: 14px!important;
}
.product-like-position{
    position: relative;
    margin-right: 15px;
}
.product-like-position .product-box__header__counter-likes{
    position: relative;
}
.menu-happy-shopping {
    z-index: 1000;
    width: 100%;
    /*height: 80px;*/
    /*padding-top: 12px;*/
    /*padding-bottom: 12px;*/
    /*border-bottom: 1px solid lightgray;*/
    background: transparent;
}
.menu-happy-shopping div[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.menu-happy-shopping-item img {
    max-width: 100px;
    max-height: 55px;
    margin: 0 auto;
    display: block;
}
.menu-header_shop div[class*="col-"] {
    width: 9%;
}

.bundle-discount-bubble{
    position: absolute;
    color: #fff;
    font-weight: 100;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    height: 60px;
    opacity: 0.8;
    width: 60px;
    top: 20px;
    right: 20px;
    background: #FF0000;
    padding-top: 10px;
}
.page-title-happy-shopping{
    width: 100%;
    font-size: 26px;
    color: #000;
    font-weight: 500;
    line-height: 30px;
    padding-top: 51px;
    padding-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}
.page-happy-shopping-options {
  text-align: center;
  padding-bottom: 24px;
}
.page-happy-shopping-options__item {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  margin-left: 32px;
  margin-right: 32px;
}
.page-happy-shopping-options__item.active,
.page-happy-shopping-options__item.active a{
  position: relative;
  padding-bottom: 18px;
  color: #FF0000;
  font-weight: 600;
}
.page-happy-shopping-options__item.active::after {
  position: absolute;
  bottom: 4px;
  left: 50%;
  margin-left: -6px;
  color: #FF0000;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f078";
}
.happy-shipping-presentation__btn {
  display: inline-block;
  margin-left: 22px;
}
.page-happy-shopping__current-interes {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase
}
.card-product-title-xs{
    white-space: nowrap;
    max-width: 200px;
    overflow: hidden;
}
.awb-table{
    font-size: 18px;
    font-weight: 500;
    color: #4A4A4A;
}
.awb-details{
    font-size: 16px;
    color: #000;
    font-weight: 100;
}
.awb-modal-header{
    border-bottom: 0px;
    padding: 54px 30px 24px;
}
.table-striped>tbody>tr:nth-of-type(odd){
    background-color: #f5f5f5!important;
}
.title-awb{
    font-size: 26px;
    color: #4A4A4A;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
}
.modal-awbcode{
    font-size: 20px;
    margin-top: 10px;
    color: #4A4A4A;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
}
.awb-modal-footer{
    font-size: 16px;
    padding-top: 0px;
    padding-bottom: 21px;
    line-height: 19px;
    color: #000;
    font-weight: 100;
}
.error_awb{
    font-size: 20px;
    padding-top: 0px;
    padding-bottom: 21px;
    line-height: 19px;
    font-weight: 100;
    margin-top: 45px;
    color: red;
    text-align: center;
}
.close-modal-awb{
    padding: 10px!important;
}
.share-fb-collection{
    right: 0px;
}
.card-product-hover .card-header .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 60%;
    width: 100%;
    background: -moz-linear-gradient(180deg, #FF6200 0, #FF0004 50%, #FF004B 100%);
    background: -webkit-gradient(linear, 180deg, color-stop(0, FF6200), color-stop(50%, FF0004), color-stop(100%, FF004B));
    background: -webkit-linear-gradient(180deg, #FF6200 0, #FF0004 50%, #FF004B 100%);
    background: -o-linear-gradient(180deg, #FF6200 0, #FF0004 50%, #FF004B 100%);
    background: -ms-linear-gradient(180deg, #FF6200 0, #FF0004 50%, #FF004B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(180deg, #FF6200 0, #FF0004 50%, #FF004B 100%);
    opacity: 0;
    transition: 0.4s;
    z-index: 2;
}
.card-product-hover .card-header:hover .overlay {
    opacity: 0.7;
    transition: 0.4s;
    cursor: pointer;
}
.card-product-hover .card-header .overlay div {
    position: absolute;
    top: 50%;
    color: white;
    font-weight: 500;
    width: 100%;
    text-align: center;
    margin-top: -20px;
    font-size: 18px;
}
.count_like_product{
    margin-bottom: 12px;
}
.box-happy-shopping__menu__categories_collections .slick-list{
    max-height: 120px;
    overflow: hidden;
}
.warranty-card-standard{
    background: #fff!important;
}
.title-warranty-standard{
    color: #000;
}
@media (max-width: 414px) {
    .warranty-header{
        padding: 15px;
    }

    .img-warranty{
        display: none;
    }

    .warranty-card-standard{
        background: #fff!important;
    }

    .btn-warranty-modal{
        left: 13px;
        bottom: -5px!important;
    }

    .title-warranty-standard{
        margin-top: -20px;
    }

    .lista-warranty .l-stacked{
        margin-top:0;
    }
}


@media only screen and (max-width: 767px) {
    .itemLikeSpan{
        padding-left: 17px!important;
    }
}

@media only screen and (max-width: 767px) {
    .like_Padding_mobile{
        padding-top: 10px;
        padding-left: 5px!important;
        white-space: normal;
    }
    .like_Padding_mobile span{
        line-height: 20px!important;
    }
}
.like_Padding_mobile img{
    float: left;
}

/*switch_cheange_setting_notification*/
.switch_cheange_setting_notification .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch_cheange_setting_notification .switch input {display:none;}

.switch_cheange_setting_notification .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch_cheange_setting_notification .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch_cheange_setting_notification input:checked + .slider {
    background: -webkit-gradient(linear, 180deg, color-stop(0, FF6200), color-stop(50%, FF0004), color-stop(100%, FF004B));
    background: -webkit-linear-gradient(180deg, #FF6200 0, #FF0004 50%, #FF004B 100%);
    background: -o-linear-gradient(180deg, #FF6200 0, #FF0004 50%, #FF004B 100%);
    background: -ms-linear-gradient(180deg, #FF6200 0, #FF0004 50%, #FF004B 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(180deg, #FF6200 0, #FF0004 50%, #FF004B 100%);
}

.switch_cheange_setting_notification input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch_cheange_setting_notification input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switch_cheange_setting_notification .slider.round {
    border-radius: 34px;
}

.switch_cheange_setting_notification .slider.round:before {
    border-radius: 50%;
}
.btn-retur-warranty{
    margin-left: 40px;
}

.setting-description{
    font-size: 13px;
    color: #5C5B5C;
}
.setting-name{
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.setting-row{
    margin-bottom: 20px;
}
.setting-info{
    font-size: 13px;
    color: #5C5B5C;
    text-align: center;
    padding-bottom: 85px;
}

.forgotpass{
    cursor: pointer;
}
.titleIconFlashDeals{
    color: #777!important;
    font-weight: 300!important;
}

/*World cup 2018*/
.box_check_vote{
    max-height: 50px;
    /*border: 1px solid #4a4a4a40;*/
    padding: 0px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    #idFormVote{
        padding-left: 15px!important;
    }
}
@media only screen and (max-width: 767px) {
    .card_FIFA2018{
        margin-top: 10px;
        padding-top: 0px;
    }
}
.check_border{
    border-color: #FF004B;
}

.checkboxcontainer input {
    display: none;
}

.checkboxcontainer {
    display: inline-block;
    position: relative;
    cursor: pointer;
    user-select: none;
    margin-bottom: 0px;
    width: 100%;
}

.checkboxcontainer .checkmark {
    display: inline-block;
    width: 100%;
    height: 30px;
    background: transparent;
    position: absolute;
    left: 0px;
    top: -1px;
    z-index: 0;
    border: 1px solid #4a4a4a40;
}

.checkboxcontainer input:checked + .checkmark {
    background-color: transparent;
    border: 1px solid #FF004B;
}
.checkboxcontainer input:indeterminate + .checkmark {
    background-color: #1390e5;
    border: 1px solid #1390e5;
}

.checkboxcontainer input:checked:disabled + .checkmark {
    border: 1px solid grey;
    background-color: grey;
}

.checkboxcontainer input:disabled + .checkmark {
    border: 1px solid grey;
}

.checkboxcontainer input:indeterminate + .checkmark:after {
    content: "";
    position: absolute;
    height: 0px;
    width: 11px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
}
/*end World cup 2018*/

.affilite-menu ul.nav {
    margin: 0
}

.affilite-menu .nav li {
    padding-left: 0;
    padding-right: 0;
}

.affilite-menu .nav li > a {
    border: 0!important;
    background: transparent;
    color: #5C5B5C;
    text-align: center;
    font-weight: 300;
    padding: 0;
}

.affilite-menu .nav li:hover > a,
.affilite-menu .nav li:focus > a,
.affilite-menu .nav li.active > a{
    background: transparent;
}
.affilite-menu .nav li > a:hover,
.affilite-menu .nav li:focus > a,
.affilite-menu .nav li.active > a{
    color: #ff0009 !important;
}

.affilite-menu .nav li.active > a {
    font-weight: 400;
}

.af__main-voucher-container {
    background: white;
    text-align: center; }

.af__main-voucher-title {
    padding-top: 12px;
    font-size: 18px; }

.af__main-voucher-code-container {
    margin: 10px 0px 20px 0px; }

.af__main-voucher-code {
    display: inline-block;
    background: #ff0009;
    color: #FFFFFF;
    font-size: 20px;
    padding: 6px 24px;
    border-radius: 6px; }

.af__main-voucher-notes {
    font-size: 14px;
    padding-bottom: 12px; }
.select_affliate{
    font-size: 12px!important
}
.card-others-affiliate{
    padding: 20px 0px!important;
}
.card-others-affiliate-conversions{
   padding: 5px 0 ;
}
.form-affiliate{
    padding-bottom: 30px;
}
.af__voucher-description {
    text-align: center;
    font-size: 15px;
    padding: 30px 0;
    padding-top: 0px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto; }

.af__help-label {
    font-size: 12px;
    margin-bottom: 12px; }

.af__help-text {
    font-size: 12px;
    padding-bottom: 12px; }

.af__section-title {
    font-weight: 100;
    text-align: center;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    max-width: 564px;
    margin: 0 auto;
    padding-bottom: 32px; }

.af__section-subtitle {
    font-weight: 100;
    font-size: 17px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 32px;
    max-width: 570px;
    margin: 0 auto; }
.af__header {
    margin-bottom: 36px; }
.af__header__title {
    font-weight: 500;
    font-size: 40px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 16px; }
.af__header__subtitle {
    font-weight: 100;
    font-size: 17px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 32px;
    max-width: 570px;
    margin: 0 auto; }
.af__header .nav-tabs {
    text-align: center;
    border-color: transparent;
    max-width: 680px;
    margin: 0 auto;
    z-index: 8!important;
}
.af__header .nav-tabs li > a {
    border-color: transparent;
    border-bottom: 1px solid transparent !important;
    border-top: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 17px;
    color: #4A4A4A;
    letter-spacing: 0; }
.af__header .nav-tabs li.active {
    border-bottom: 4px solid #000 !important; }
.af__header .nav-tabs li.active > a {
    border: 1px solid transparent !important; }
.af__header .nav-tabs li > a:hover {
    border-color: transparent;
    background-color: transparent !important; }
.alert-danger-af{
    background: #fff!important;
    color: rgb(255, 51, 51)!important;
    border: 1px solid rgb(255, 51, 51)!important;
}
.alert-danger-af span{
    color: rgb(255, 51, 51)!important;
}
.alert-success-af{
    background: #fff!important;
    color: #000!important;
    border: 1px solid #a7d7c8!important;
}
.alert-success-af span{
    color: #000!important;
}
.af__winnings__person-type__title {
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 16px; }

.af__winnings__person-type__description {
    font-size: 12px;
    margin-bottom: 32px; }

.af__winings-option {
    text-align: center;
    margin: auto;
    max-width: 300px;
    cursor: pointer;
    padding: 0 10px 10px;
    border: 1px solid lightgray; }
.af__winings-option--selected {
    background: whitesmoke; }
.af__winings-option__title {
    font-weight: 500;
    font-size: 16px; }
.af__winings-option__description {
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 0;
    min-height: 60px;
}
.title-message {
    font-weight: 100;
    text-align: center;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    max-width: 564px;
    margin: 0 auto;
    padding-bottom: 64px; }

.box-myaccount {
    padding-top: 63px;
    padding-bottom: 64px; }
@media only screen and (max-width: 767px) {
    .box-myaccount {
        padding-top: 20px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .box-myaccount {
        padding-top: 20px; } }
.box-myaccount__padding-bottom {
    padding-bottom: 0px; }
.box-myaccount .btn-edit {
    margin-top: 16px;
    margin-bottom: 44px; }
.box-myaccount__title {
    font-weight: 500;
    font-size: 40px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 16px; }
@media only screen and (max-width: 767px) {
    .box-myaccount__title {
        font-size: 24px;
        padding-bottom: 8px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .box-myaccount__title {
        font-size: 24px;
        padding-bottom: 8px; } }
.box-myaccount__subtitle {
    font-weight: 100;
    font-size: 17px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 32px;
    width: 570px;
    margin: 0 auto; }
@media only screen and (max-width: 767px) {
    .box-myaccount__subtitle {
        width: 100%;
        font-size: 16px;
        width: 243px;
        margin: 0 auto;
        padding-bottom: 46px; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .box-myaccount__subtitle {
        width: 100%;
        font-size: 16px;
        width: 243px;
        margin: 0 auto;
        padding-bottom: 46px; } }
.box-myaccount__formGroup {
    max-width: 375px;
    margin: 0 auto; }
.box-myaccount__formGroup__avatar {
    margin-bottom: 18px; }
.box-myaccount__formGroup__avatar img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin: 0 auto;
    display: block; }

.box-info {
    border-bottom: 1px solid #808080;
    padding-top: 30px;
    padding-bottom: 64px;
    text-align: center; }
.box-info-other {
    padding-bottom: 32px;
    width: 620px;
    margin: 0 auto; }
@media only screen and (max-width: 767px) {
    .box-info-other {
        width: 100%; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .box-info-other {
        width: 100%; } }
.box-info__title {
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    letter-spacing: 4px;
    line-height: 48px;
    padding-bottom: 40px;
    text-transform: uppercase; }
.box-info__title__list {
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    width: 100%; }
.box-info__list {
    font-weight: 100;
    font-size: 17px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    width: 190px;
    margin: 0 auto; }
.box-info__name {
    font-weight: 100;
    font-size: 17px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: capitalize; }
.box-info__email {
    padding-bottom: 32px;
    font-weight: 100;
    font-size: 17px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px; }
.box-info__message {
    font-weight: 100;
    font-size: 19px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px; }
.box-info .btn-editeaza {
    text-transform: uppercase;
    padding-bottom: 12px;
    padding-top: 12px;
    max-width: 183px;
    margin: 0 auto;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
    letter-spacing: 0.19px;
    line-height: 20px;
    border: 1px solid #000000;
    border-radius: 4px; }

.status-bar {
    height: 40px;
    position: relative;
    width: 100%; }
.status-bar__container {
    padding: 20px 30px; }
@media only screen and (min-width: 767px) {
    .status-bar__container {
        padding-left: 80px;
        padding-right: 80px; } }
.status-bar::before {
    content: ' ';
    width: 100%;
    height: 5px;
    background: lightgray;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
.status-bar::after {
    content: ' ';
    width: 0;
    height: 5px;
    background: #ff0009;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
.status-bar.--step2::after {
    width: 50%; }
.status-bar.--step3::after {
    width: 100%; }
.status-bar__bubble {
    background: lightgray;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: absolute;
    top: -8px;
    z-index: 3; }
.status-bar__bubble.active {
    background: #ff0009; }
.status-bar__bubble.--start {
    left: 0; }
.status-bar__bubble.--middle {
    left: 50%;
    margin-left: -10px; }
.status-bar__bubble.--end {
    right: 0; }
.status-bar__check {
    color: white;
    font-size: 15px;
    position: absolute;
    top: 3px;
    left: 2px; }
.status-bar__label {
    position: absolute;
    white-space: nowrap;
    font-weight: 400;
    font-size: 11px;
    top: 25px;
    left: 50%;
    margin-left: -65px;
    width: 130px;
    max-width: 130px;
    text-align: center; }
@media only screen and (max-width: 767px) {
    .status-bar__label {
        margin-left: -50px;
        width: 100px;
        max-width: 100px;
        white-space: normal; } }
.article__emoji{
    width: 24px!important;
    display: inline-block!important;
}
.app_discount_txt{
    color: #27aae1!important;
    padding: 20px!important;
    padding-top: 0px!important;
    width: 88%;
}
.app_discount_txt a{
    color: #FF0043!important;
}

.btn-delete-card {
    width: 32px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    margin: -5px 232px;
    position: absolute;
}
.payu-icon {
    margin-left: 5px;
    height: 25px;
}
.payu-txt{
    margin-left: 6px;
    font-size: 12px;
}
.card-mask{
    position: absolute;
    width: 143px;
}
.checkbox-image{
    width: 32px;
    display: inline-block;
    position: absolute;
    margin-left: 132px;
    top: -5px;
}
.card-details{
    display: inline-block;
    color: #4A4A4A;
    line-height: 1.2em;
}
.addcardform{
    float: left;
    position: relative;
    bottom: 19px;
    margin-right: 21px;
}
.card-images{
    display: inline-block;
}
.cards-images{
    display: inline-block;
    margin-left: 30px;
}

.card-payu-my-account{
    min-height: 120px;
}
.card-img{
    max-width: 165px;
    vertical-align: middle;
    position: absolute;
    left: 0px;
}

.card-text-savecard-my-account{
    vertical-align: middle;
    margin-top: 20px;
}
@media (max-width: 768px){
    .customer-card-image{
        text-align: center;
        margin-bottom: 10px;
    }
}
@media (max-width: 508px){
    .new-card-btn{
        text-align: center;
    }

}
.box_search_orders{
    min-height: 40px;
    margin-bottom: 10px;
}
.box_search_orders label{
    padding-top: 5px;
    text-align: right;
}
.edit-postal-info{
    font-size: 12px;
    margin: 0;
    line-height: 16px;
    margin-bottom: 4px;
}
.edit-postal-code{
    font-size: 15px;
}

.btn-edit-postal-code{
    float: left;
    padding: 5px 15px;
    height: 30px;
    margin-left: 10px;
    font-size: 12px;
    margin-right: 10px;
}
.postalCodeNumber {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    line-height: 40px;
    margin-top: 12px;
}
.edit-Btn-postal-code{
    font-size: 18px;
}
.input-edit-postal-code{
    float: left;
    width: 200px;
    padding: 10px;
    height: 30px;
    font-size: 14px;
}
.error-postal-code{
    font-size: 13px;
    float: left;
    margin-top: 22px;
    width: 54%;
    background: rgb(255, 51, 51);
    color: white;
    text-align: center;
}
@media (max-width: 767px) {
    .error-postal-code{
        width: 100%;
    }
}

.gift-products-options-title{
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 24px;
    font-family: 'Oswald';
    font-weight: 300;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
.card-gift-choose{
    border: transparent!important;
    padding: 36px 5px;
    min-height: 147px!important;
    border-radius: 0px!important;
}
.title-gift-card{
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: -5px;
}
.gift-image{
    left: 25px!important;
    top: 29px!important;
}
.gift-product-option{
    padding-left: 140px;
}
.choose-gift{
    color: #00AA55!important;
    padding: 20px!important;
    padding-top: 0px!important;
    width: 88%;
}
.gift-product-options-choose{
    border: transparent!important;
}
.gift-product-options-title{
    font-family: "Roboto Slab";
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: black;
    display: block;
    margin-top: 20px;
}
.gift-product-options-bubble{
    height: 40px!important;
    width: 40px!important;
    font-size: 12px!important;
    line-height: 40px!important;
}
.title-gift-product-options{
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: -5px;
}
.description-gift-product-options
{
    line-height: 23px;
    color: #9B9B9B;
}
.cart-card-gift-product-options {
    border-top: 1px solid lightgray;
    margin-top: 20px;
    padding-top: 8px;
}

.gift-product-options-item label {
    width: 100%;
    max-width: 518px;
    font-size: 15px;
    font-weight: 300;
}
.gift-product-options-item .radio {
    margin: 4px 0;
}
.gift-product-options-item-image{
    width: 76px!important;
    left: 12px!important;
    top: 12px!important;
}
@media (max-width: 767px) {
    .gift-product-options-item-text{
        padding-left: 100px;
        padding-top: 28px;
    }
    .gift-product-options-item-image{
        width: 70px!important;
    }
}
.pagination > li.current > a
{
    color: #4A4A4A;
    font-weight: 500;
    border-bottom: 2px solid #4A4A4A;
    margin-left: 5px;
    margin-right: 5px;
}

.affiliate-message img{
    max-width: 100%;
    padding: 5px;
}

.affiliate-message i{
    display: contents!important;
}
.affiliate-message{
    margin-top: 75px;
    word-wrap: break-word;
}
.message-title{
    top: -8px;
    position: relative;
}
.unred-message{
    font-weight: bold;
}
.gift-products-only_card-title{
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 24px;
    font-family: 'Oswald';
    font-weight: 300;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
}
.gift-only-card img{
    max-width: 100px;
}
.card-gift-image{
    left: 24px!important;
    top: 30px!important;
}
.title-gift-card-card-only{
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: -3px;
}
.description-gift-card-only{
    line-height: 20px;
    color: #9B9B9B;
    font-size: 15px;
}
.services{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.currencies-select {
    width: 125px;
    background: none;
    height: 36px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
}

.language-select {
    width: 125px;
    background: none;
    height: 36px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
}
.special_price_club_vip {
    width: 100%;
    display: block;
    font-size: 17px;
}
.special_price_club_vip sup{
    top: -3px;
}
.special_price_club_vip sub{
    margin-left: 5px;
    font-size: 17px;
    bottom: -1px;
}
.bubble-exclusive{
    font-size: 18px;
    line-height: 23px;
    padding-left: 3px;
    padding-top: 26px;
    text-transform: uppercase;
    font-family: "OSWALD";
    background-color: #8abecf;
    opacity: 0.9;
}
.choose-exclusive{
    color: #FF6200 !important;
    padding: 20px!important;
    padding-top: 0px!important;
    font-size: 15px;
    font-weight: 500;
}
.choose-exclusive .priceFormat {
    font-size: 20px;
}
.card-subtitle-delivery{
    color: #4A4A4A;
    font-size: 17px;
    font-weight: 100;
    margin-bottom: 17px;
    line-height: 1.2em;
    margin-left: 22px;
}

.fd_campaign_1 .bubble {
  width: 50px;
  height: 70px;
  -webkit-border-radius: 50%/60% 60% 40% 40%;
  -moz-border-radius: 50%/60% 60% 40% 40%;
  border-radius: 50%/60% 60% 40% 40%;
  -moz-box-shadow: 0px 0px 20px #D5D3D3, 0px 0px 20px #D5D3D3;
  padding-top: 24px;
  background: #FF6200;
}

.fd_campaign_1.card .bubble {
  width: 70px;
  height: 100px;
  font-size: 19px;
  padding-top: 35px;
  line-height: 23px;
  font-weight: 300;
  font-family: Oswald, sans-serif;
}

.fd_campaign_1 .progress-bar{
  background: #FF6200;
}

.fd_campaign_1 .card-flash-deal-timer .timer{
  color: #FF6200;
}
.price-gift-card-only{
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 51px;
    font-family: "Roboto";
    letter-spacing: 0px;
    color: #9B9B9B;
}



.insurance-price sub
{
  font-size: 10px;
  bottom: -1px;
  left: 6px;
}
.insurance-price sup
{
  top: -9.5px;
  font-size: 11px;
}
.img-insurance-standard img
{
  width: 48px!important;
  height: 48px!important;
}
.btn-insurance
{
  font-size: 13px;
  color: #4A4A4A;
  letter-spacing: 0;
  padding: 7px 13px 8px 13px;
  margin: 0 auto;
  display: block;
  width: 100px;
  min-width: 100px;
  margin-top: 21px;
  margin-bottom: 24px;
}
.winsurance-text
{
  font-size: 14px;
  color: #000000;
  font-weight: 200;
}
.btn-insurance-active
{
  color: transparent;
  border: none;
  width: 100%;
  /*height: 85px;*/
  /*border-top: 2px solid #00C864;*/
  margin-top: 0px;
  padding-top: 0px;
  display: none;
  position: relative;
}
.btn-insurance-active img
{
  margin: 20px auto;
  display: block;
  /*margin-left: 50%;*/
}

.product-details-insurance
{
  font-size: 16px;
  color: #4A4A4A;
  display: block;
  font-weight: 400;
}
.insurance-oldprice{
  font-size: 16px;
  color: #c8c8c8;
  text-decoration: line-through;
  margin-bottom: 4px;
  margin-left: 15px;
}
.cart-card-insurance {
  border-top: 1px solid lightgray;
  margin-top: 20px;
  padding-top: 8px;
}

.cart-card-insurance-subtitle {
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 8px;
}
.cart-item-info {
  min-height: 100px;
  position: relative;
  /* padding-right: 35px; */
}
.show-insurance-details {
  position: absolute;
  right: 2px;
  top: 10px;
}
.insurance-item label {
  width: 100%;
  max-width: 518px;
  font-size: 15px;
  font-weight: 300;
}
.insurance-item label span {
  font-weight: 400;
}
.insurance-item .radio {
  margin: 4px 0;
}
.card-insurance{
  padding: 20px;
}
.insurance-expire{
  font-size: 18px;
}
.insurance-expired{
  font-size: 18px;
  color: red;
}
.insurance-expired-date{
  color: red;
}
.insurance-card-standard{
  background: #fff!important;
}
.title-insurance-standard{
  color: #000;
}

.lista-insurance ul
{
  padding-left: 8px;
  list-style-type: none;
  font-weight: 100;
  margin-bottom: 0px;
}
.lista-insurance li {
  position: relative;
}
.lista-insurance li:before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ffd3a1;
  left: -8px;
  top: 8px;
}

.lista-insurance-standard li:before{
  color: #000
}
.title-insurance
{
  font-size: 22px;
  font-weight: 400;
  padding-bottom: 1px;
  padding-top: 10px;
  color: #FFE8BB;
  text-transform: uppercase;
}
.subtitle-insurance
{
  font-size: 15px;
  color: #ffd3a1;
  font-weight: 100;
  /*margin-top: 10px;*/
}
.insurance-price-details
{
  font-size: 15px;
  color: #ffd3a1;
  font-weight: 100;
  /*margin-top: 10px;*/
}
.lista-insurance
{
  font-size: 15px;
  font-family: 'Roboto';
  margin-top: 20px;
  color: #ffd3a1
}
.lista-insurance li {
  margin-bottom: 12px;
}
.insurance-card {
  padding: 10px 32px;
  margin-bottom: 0;
  height: auto;
  background: linear-gradient(180deg, #E28604 0, #E67701 50%, #E76800 100%);
  border-radius: 5px;
  border-bottom: 2px solid transparent;
}
.insurance.selected .btn-insurance {
  display: none;
}
.insurance.selected .btn-insurance-active {
  display: block;
}
.insurance.selected .insurance-card {
  border-bottom: 2px solid #00c762;
}
.img-insurance
{
  padding-top: 10px;
}
.insurance-price
{
  font-size: 24px;
  color: #FFE8BB;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 32px;
}
.btn-cancel-insurance
{
  /*font-weight: 300;*/
  /*font-size: 16px;*/
  /*padding-left: 0;*/
  /*padding-right: 0;*/
}

.modal-insurance {
  background: #FFFFFF;
  padding-bottom: 50px;
  padding-right: 100px;
  padding-left: 100px;
}

@media (max-width: 769px) {
  .insurance-btn-row > div {
    text-align: center !important;
    margin-bottom: 16px;
  }
}
@media (max-width: 414px) {
  .insurance-header{
    padding: 15px;
  }

  .img-insurance{
    display: none;
  }

  .insurance-card-standard{
    background: #fff!important;
  }

  .btn-insurance-modal{
    bottom: -5px!important;
  }

  .title-insurance-standard{
    margin-top: -20px;
  }

  .lista-insurance .l-stacked{
    margin-top:0;
  }
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 92%;
    height: 92%;
}
.video-slider{
    margin-top: 40px;
    margin-bottom: 50px;
}
.video-slick-prev-gallery
{
    background: url(../cs-images/arrow_left_gallery.png);
    height: 54px;
    width: 54px;
    border: none;
    top: 104px;
    position: absolute;
    left: -57px;
    cursor: pointer;
}
.video-slick-next-gallery
{
    background: url(../cs-images/arrow_right_gallery.png);
    height: 54px;
    width: 54px;
    border: none;
    top: 104px;
    position: absolute;
    right: -18px;
    z-index: 9!important;
    cursor: pointer;
}
.video-slick-prev-gallery:focus,
.video-slick-next-gallery:focus{
    border: none;
}
@media (max-width: 990px) {
    .video-slider{
        width: 80%;
        margin: 0 auto;
    }
    .video-slick-prev-gallery
    {
        display: block;
        z-index: 1000;
        top:50%;
        transform: translateY(-50%);
    }
    .video-slick-next-gallery
    {
        display: block;
        right: -33px;
        top:50%;
        transform: translateY(-50%);
        z-index: 1000;
    }
}
@media (max-width: 414px) {
    .video-slider{
        margin-left: 50px;
    }
}
.happy-shopping-banner{
    background-color: #fff;
    /*max-height: 85px;*/
    overflow: hidden;
    cursor: pointer;
}
.image-brand img
{
    max-width: 400px;
    max-height: 300px;

}
.star-ratings.star-fill .label-star-rating {
	background-image:url(../../../cs-images/stea_plina.svg);
}

.dropdown-user-menu {
  position: relative;
  padding-right: 2px;
}

.user-icon {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
}

.user-icon img {
  width: 100%;
  object-fit: cover;
}

.user-icon-counter {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 3.5px;
  min-width: 15px;
  height: 15px;
  bottom: 0;
  left: calc(100% + -4.5px);
  transform: translateX(-50%);
  border-radius: 50%;
  font-size: 11px;
  color: #ffffff;
  background-color: #df6b38;
}

.wishlist-header {
  line-height: 33px;
  right: 53px;
  margin-right: 15px;
}

.box-cart-home {
  display: flex;
}

.wishlist-icon {
  position: initial;
  top: auto;
  right: auto;
  margin: 0;
}

.dropdown-user-menu {
  display: inline-block;
}

.mobile-user-menu {
  position: relative;
}

@media only screen and (max-width: 385px) {

  .dropdown-cart {
    right: 10px;
  }
}


.wishlist-mobile {
  position: absolute;
  right: 40px;
  display: inline-block;
  top: 0;
}

.dropdown-user-menu--mobile {
  position: absolute;
  right: 72px;
  display: flex;
  align-items: center;
  top: -48px;
  /*height: 64px;*/
}

@media only screen and (max-width: 767px) {
  .wishlist-mobile {
    right: 50px;
  }

  .dropdown-user-menu--mobile {
    position: absolute;
    right: 88px;
    /*top: -56px;*/
  }
}

.mobile-user-menu .indicator-cart::after,
.mobile-user-menu .indicator-cart::before {
  right: 95px;
}

.mobile-user-menu .dropdown-panel:before,
.mobile-user-menu .dropdown-panel:after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  border-bottom-color: #FFFFFF;
  z-index: 9;
  position: absolute;
  top: -4px;
  right: 80px!important;
  border-width: 0 7px 5px 7px;
}


@media (min-width: 768px) {
  .dropdown-user-menu--mobile {
    right: 75px;
    top: -56px;
  }
}
@media (max-width: 375px) {
  .dropdown-user-menu--mobile {
    right: 77px;
  }
}

@media (max-width: 700px) {
	.text-warning {
		min-height: 42px;
	}
	.card-product-description {
		margin-bottom: 10px;
		min-height: 60px;
	}
}

.header-options>* {
  margin: 0 3px;
}
.wishlist-header {display: inline-block;}
.dropdown-wishlist{
    left: 1px;
	position: relative;
}

.addresses-box a.btn.pull-right {
	display: none;
}

.checkbox.withCheck {
    padding-top: 0 !important;
    margin-top: 34px;
}
.clear-style {
	all: unset !important;
}
.info_least_price {
    text-align: center;
    font-size: 11px;
    color: #fff;
    padding: 1px 7px;
    border-radius: 100px;
    background-color: #9B9B9B;
    color: #fff;
    font-weight: 400;
	cursor: pointer;
}
.cel_mai_mic_pret_30_zile{
    color: #9B9B9B;
	font-size: 11px;
}


