@font-face {
    font-family: 'MuseoSansCyrillic-100';
    src: url('fonts/museo/MuseoSansCyrillic-100.eot');
    src: url('fonts/museo/MuseoSansCyrillic-100.eot?iefix') format('eot'), url('fonts/museo/MuseoSansCyrillic-100.woff') format('woff'), url('fonts/museo/MuseoSansCyrillic-100.ttf') format('truetype'), url('fonts/museo/MuseoSansCyrillic-100.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face { 
    font-family: 'MuseoSansCyrillic-300';
    src: url('fonts/museo/MuseoSansCyrillic-300.eot');
    src: url('fonts/museo/MuseoSansCyrillic-300.eot?iefix') format('eot'), url('fonts/museo/MuseoSansCyrillic-300.woff') format('woff'), url('fonts/museo/MuseoSansCyrillic-300.ttf') format('truetype'), url('fonts/museo/MuseoSansCyrillic-300.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrillic-700';
    src: url('fonts/museo/MuseoSansCyrillic-700.eot');
    src: url('fonts/museo/MuseoSansCyrillic-700.eot?iefix') format('eot'), url('fonts/museo/MuseoSansCyrillic-700.woff') format('woff'), url('fonts/museo/MuseoSansCyrillic-700.ttf') format('truetype'), url('fonts/museo/MuseoSansCyrillic-700.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrillic-900';
    src: url('fonts/museo/MuseoSansCyrillic-900.eot');
    src: url('fonts/museo/MuseoSansCyrillic-900.eot?iefix') format('eot'), url('fonts/museo/MuseoSansCyrillic-900.woff') format('woff'), url('fonts/museo/MuseoSansCyrillic-900.ttf') format('truetype'), url('fonts/museo/MuseoSansCyrillic-900.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MuseoSansCyrl-500';
    src: url('fonts/museo/MuseoSansCyrl-500.eot');
    src: url('fonts/museo/MuseoSansCyrl-500.eot?iefix') format('eot'), url('fonts/museo/MuseoSansCyrl-500.woff') format('woff'), url('fonts/museo/MuseoSansCyrl-500.ttf') format('truetype'), url('fonts/museo/MuseoSansCyrl-500.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
  outline: 0 !important;
}

button.wish-btn i.fa.fa-heart-o, i.fa.fa-heart {
    color: #ff0000;
    font-size: 20px;
}

hr {

    border-top: 1px solid #fcb303;
}

.answer_admin{
    padding-top: 10px;
}

button.wish-btn i.fa.fa-heart {
    color: #ff0000;
    font-size: 20px;
}

body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'MuseoSansCyrl-500', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    background: #f1f1f1;
}

iframe#social_iframe{
    width: 70px!important;
    min-width: 70px!important;
}

.autocalc-product-special{
    color: red;
}

button.wish-top:active{
outline: none!important;
}

::-moz-focus-outer, ::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.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;
    font-size: 24px;
    text-align: left;
    list-style: none;
    /*   background-color: #fff; */
    background-color: #efefef ;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

span.category-name{
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
}



#searchclear{
    position: absolute;
    right: 80px;
    top: 13px;
    font-size: 16px;
    /* color: #000; */
    z-index: 1000;
    cursor: pointer;
}

    



/* default font size */

.fa {
    font-size: 14px;
}


/* Override the bootstrap defaults */

h1 {
    font-size: 25px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    /*color: #23a1d1;*/
    color: #000;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}


li.li-sku{
    width: 40%;
}




select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}

ul.social-ft li a img{
    width: 53px;
    background: #131923;
    border-radius: 50%;
}


img.post:hover{
    background: #5277ab;
}

img.you:hover{
    background: #e52928;
}

img.fb:hover{
    background: #487fbf;
}

img.viber:hover{
    background: #6f4c99;
}

img.inst:hover{
    background: #e6154c;
}

h4.slid-link{
    height: 100px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #cbc5c5;
}

.number-spinner{
    width: 140px;
}

.number-spinner input{

    height: 42px;
    margin: 0px 10px 0px 10px;
    width: 42px!important;
    font-size: 18px!important;
    font-weight: 600;
    color: #000;


}

label.input-instock {
    color: #000;
    font-size: 16px;
}

label[for]{
    color: #000;
    font-size: 16px;
}

.filter{
    margin-top: 15px;
}


button.wish-top{
    position: absolute;
    height: 50px;
    top: 0px;
    right: 15px;
    width: 50px!important;
    background: none!important;
}

button.wish-top i.fa.fa-heart-o, i.fa.fa-heart{
    color: #ff0000; 
    font-size:30px;
}

button.wish-top i.fa.fa-heart-o:hover, i.fa.fa-heart:hover{
    color: red; 
    font-size:30px;
}

button.wish-rec{
    position: absolute;
    display: block!important;
    top: 8px;
    right: 5px;
    width: 50px!important;
    background: none!important;
}

button.wish-rec i.fa.fa-heart-o, i.fa.fa-heart{
    color: #ff0000; 
    font-size:30px;
}

button.wish-rec i.fa.fa-heart-o:hover, i.fa.fa-heart:hover{
    color: red; 
    font-size:30px;
}


.wish-top img{
    
    vertical-align: middle;
    stroke: #fcc10a;
    stroke-width: 2px;
    fill: #fff;
    height: 22px;
    width: 22px;
}

.number-spinner button{
    padding-top: 10px;
    background: #fff;
    border: none;
    border-radius: 50%;
    color: #000;
    text-shadow: none;
    border-top-left-radius: 50%!important;
    border-top-right-radius: 50%!important;
    border-bottom-right-radius: 50%!important;
    border-bottom-left-radius: 50%!important;
}

.amo-button-holder{
    right: 30px!important;
}

.by-cart{
    margin-top: 0px;
    background: #cfc6c6;
    padding: 5px 10px 5px 10px;
}

div.scrollup {
    z-index: 999;
    position: fixed;
    color: #fff;
    background-color: rgb(252, 179, 3);
    right: 37px;
    bottom: 20px;
    padding: 10px 15px 15px 15px;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    text-align: center;
}
div.scrollup:hover {
  background-color: #000; /* цвет заднего фона при наведении */
}

.middle-stash{
    display: flex;
    align-items: center;
}

#button-cart {
    text-transform: uppercase;
    background: #ff0000;
    font-size: 17px;
    border: none;
    border-radius: 0px;
    text-shadow: none;
}

.author, .date_add{
    color: #000;
}

.stars-rating .wrap span:before {
    color: #fcb303;
}


.main-home{
  margin-top: 20px;
}

.list-group-title {
    background: #fcb303;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    padding: 12px;
}

/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

.product-name{
    margin-top: 0px;
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
}

ul.social-ft{
    padding-left: 0px;
    margin-bottom: 20px;
        margin-top: 20px;
}

.prod-hr{
    margin-top: 0px;
    border-top: .1em solid #ffb400;
}

.product-wish{
    width: 90%;
}
.wish-btn{
    background: none;
    border: none;
    color: #ff0000;
}

.nav-tabs {
    border-bottom: 1px solid #fcb303;
}

.model{
    font-size: 18px;
    color: #706b6b;
}
.stock{
    color: #00bf1a;
}

.price-pr{
    margin-top: 20px;
    font-size: 26px;
    color: #000;
}

.btn-one-click{
    background: #fff;
    border: 2px solid #fcb303;
    font-size: 16px;
    color: #fcb303;
    padding: 10px;
    /* margin-top: 10px; */
    margin-bottom: 10px;
}

.btn-one-pref{
    background: #fcb303;
    padding: 10px;
    border: 2px solid #fcb303;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    margin-top: 10px;
    
}



.nav-tabs>li>a {
    background: #fcb303;
    color: #000;
    font-weight: 600;
    border: none;
    border-radius: 0px;
}

.nav-tabs>li>a:hover {
    background: #fcb303;
    color: #000;
    font-weight: 600;
    border: none;
    border-radius: 0px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    font-weight: 600;
    text-decoration: underline;
    background: #fcb303;
    border: none;

}

.wish-mobile{
    position: absolute;
    right: 30px;
    top: 15px;
    border-radius: 5px;
    padding: 2px;
}

.t_wish{
    color: #fcb303;
    /* text-align: center; */
    position: absolute;
    bottom: 37px;
    left: 130px;
    font-size: 17px;
}

p.cat-prod-code-art{
    font-size: 13px;
    height: 40px; 
}

.product-wish ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
}

.product-wish ul li{
    list-style-type: none;
    font-size: 18px;
    color: #000;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #8a8a8a;
    border-radius: 0px; 
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}


/* Gradent to all drop down menus */

.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

.navbar-toggle {

    margin-bottom: 5px;

}

.mobile-top{
  display: flex;
  align-items: center;
}

.categorihomeUL {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-default .navbar-toggle {
    border-color: #000;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fcb303;
}

#search_hidde{
  margin-bottom: 20px;
  margin-top: 10px;
}

.cont-home {

}

#yo-1 {

}

#yo-1 .panel-heading {
    background-color: #fcb303;
    padding: 1px 20px;
    border-radius: 0px;

}

#yo-1 h3{

    font-size: 18px;
    font-weight: 600;
    color: #000;
}

div#yo-1.panel {

    border: none;

}

li.item-image{
       padding: 7px!important;
}

.yo-am .item-wrapper {

    color: #000!important;

}

.navbar-default .navbar-brand {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.yo-am li li.active > .item-wrapper .item-arrow:before, .yo-am li li .item-current .item-arrow:before {
    color: #fcb303!important;
    opacity: 1;
}



/* Extra Small Devices, .visible-xs-* */

@media (max-width: 767px) {
    .cont-home {
        margin-top: 0;
    }
    .container {
        width: 100%;
    }
}


/* Small Devices, .visible-sm-* */

@media (min-width: 768px) and (max-width: 991px) {
    .cont-home {
        margin-top: 0;
    }
    .container {
        width: 100%;
    }


}


/* Medium Devices, .visible-md-* */

@media (min-width: 992px) and (max-width: 1199px) {
    .cont-home {
        margin-top: 0;
    }
    .container {
        width: 100%;
    }
}


/* Large Devices, .visible-lg-* */

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1600px;
    }
    .cont-home {
           margin-top: 20px;
    }
}


/* Extra Small Devices, .visible-xs-* */

@media (max-width: 767px) {




}


/* Small Devices, .visible-sm-* */

@media (min-width: 768px) and (max-width: 991px) {}


/* Medium Devices, .visible-md-* */

@media (min-width: 992px) and (max-width: 1199px) {}


/* Large Devices, .visible-lg-* */

@media (min-width: 1200px) {
    #top {
        /* min-height: 220px; */
    }
}


/* top */

#top {
    font-family: "MuseoSansCyrl-500", sans-serif;
    background-color: #111;
    padding: 10px 0px 0px 0;
    margin: 0;
    height: 110px;
}

#top a {
    /*color: white;*/
    /*    font-weight: bold;*/
}

.search{
      margin-top: 25px;
}

li.dropdown{
  list-style-type: none;
  color: #fcb303;
}

#top a:hover {
    transition: .5s;
}

#top .btn {
    padding: 2px 5px;
    box-shadow: none;
}

#top .container {

}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top-links li {
    list-style-type: disc;
    padding: 0;
}

#top .btn-link,

/* #top-links li,  #top-links a, */

#top-links b {
    /*color: #888;*/
    color: #ffffff;
    /*text-shadow: 0 1px 0 #FFF;*/
    font-size: 14px;
    text-decoration: none;
}

#top-links a {
    font-size: 14px;
    line-height: 1.4;
    font-style: normal;
    letter-spacing: 0;
    text-decoration: none;
    color: white;
    background: none;
    padding: 5px 5px;
}

#top-links a:hover {
    color: #00249b;
    -webkit-box-shadow: inset 0px 0px 58px #ffffff, 0px 7px 27px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: inset 0px 0px 58px #ffffff, 0px 7px 27px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0px 0px 58px #ffffff, 0px 7px 27px rgba(0, 0, 0, 0.35);
    background: linear-gradient(to top, #dbdde6 0%, #757e99 17.3%, #dbdde6 50.8%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: 1.0s;
}

#top .btn-link:hover {
    /*color: #444;*/
    color: yellow;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 6px;
}

#top-links a+a {
    margin-left: 15px;
}


.menu-second{
  background: #fcb303;
  padding: 0px;
  height: 50px;
}

.menu-second ul{
  margin-top: 13px;
  list-style-type: none;
  padding-left: 0px;
}

.menu-second ul li{
 display: inline;
}

.menu-second ul li a{
     padding: 15px 12px 15px 12px;
 font-size: 18px;
 font-weight: 600;
}

.menu-second ul li a:hover{
              padding: 12px 12px 16px 12px;
      font-size: 18px;
      font-weight: 600;
      color: #fff;
      background: #000000;
}

.navbar-default {
    background-color: transparent;
    border: none;
    border-color: #fcb303;
}



/* logo */

.logo {
    margin: 10px 0 10px 0;
}
.logo img{
    margin: 10px 0 10px 0;
    width: 377px;
}
/* search */

#search {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 475px;
}

#search .input-lg {
    border-radius: 0px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

#search .btn-lg {
      width: 71px;
      height: 40px;
      border: none;
      border-radius: 0px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      background-image: url(../image/lupa.png);
      background-color: rgb(252, 179, 3);
      background-repeat: no-repeat;
      background-position: center center;
}

.dr-user i{
  color: yellow;
  font-size: 22px;
  padding-left: 0;
  margin-right: 5px;
}

ul.header-contacts li{
      font-size: 20px;
      list-style-type: none;
      font-weight: 500;
      line-height: 25px;
}

ul.header-contacts{
    float: right;
    margin-top: 15px;
    margin-left: 0px;
    padding-left: 0px;
    color: #fff;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    color: #373a3c;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
}

.wishlist img{
  height: 30px;
  margin-top: 3px;
}

.user img{
  margin-top: 3px;
  height: 30px;
}

.dr-account{
  background: none;
  border: none;
}

.group-header{
  justify-content: space-evenly;
  display: flex;
  margin-top: 25px;
}

/* cart */

#cart {
    margin-bottom: 10px;
    padding: 0;
}

#cart i {
    float: left;
    font-size: 22px;
    color: #fff;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 300;
}

.cart_i {
    float: left;
    /* font-size: 22px; */
    color: #fff;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 300;
}

.foot_s{
    padding: 40px 20px 20px 20px;
}
.foot_s a{
    background: #002397;
    box-shadow: 5px 5px 10px rgba(22,22,22,.5);
}
.foot_s a:hover{
    background: #757e99;
    transition: .5s;
    box-shadow: 0px 10px 30px rgba(0,0,0,.8);
}
.foot_tel{
    padding: 20px 20px 20px 20px;
}
.foot_adress{
    color: #002397;
    padding: 20px 20px 20px 20px;
    font-size: 13px;

}
.close{
    position: fixed;
    width: 50px;
    height: 50px;
    border: 4px #ffffff solid;
    border-radius: 50%;
    font-size: 30px;
    right: -40px;
    top: -30px;
    background: red;
    color: white;
    opacity: 1;
}
.close:hover{
    opacity: 1;
    color: yellow;
    transform: scale(1.9);
    transition:.5s;


}
.footer_div{
    background: none;


    width: 100%;
/*       height: 100%; */
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.footer_div div a{
    text-decoration: underline;
    color: #fff;
}
.footer_div div:first-child{
    width: 50%;



}
.footer_div div:last-child{
    width: 50%;

    text-align: right;

}

.first-lvl{
    height: 200px;
    background: url(../image/bg-footer.png)no-repeat center center #fff;
    background-size: cover;
    padding: 0px;
}

.second-lvl{
    height: 100px;
    background: #111111;
}

.second-lvl p {
    margin-top: 40px;
    margin-right: 30px;
    color: #fff;
    font-size: 12px;
}

.first-lvl-2{
    height: 100%;
    background: rgba(255, 255, 255, .5);
}

.logo-footer img {
    margin: 30px 0 10px 0;
    width: 300px;
}

.tp-menu-ft ul{
    margin-top: 50px;
    padding: 0px;
}

.tp-menu-ft ul li{
    list-style-type: none;
    display: inline;
}

.tp-menu-ft ul li a{
    padding: 15px;
    font-weight: 600;
    color: #000;
    font-size: 19px;
}

.search-ft{
    width: 80%;
    padding-top: 50px;
    margin: 0 auto;
}

.search-ft #search{
    float: left;
}

.mobile{

}

/* Extra Small Devices, .visible-xs-* */



@media (max-width: 767px) {

    .second-lvl {
    height: 150px;
    background: #111111;
}

.logo-footer img {
    margin: 20px 0 10px 0;
    width: 400px;
}

.second-lvl p {
    margin-top: 20px;
    margin-right: 30px;
    color: #fff;
    font-size: 30px;
    /* margin: 0 auto!important; */
}

    .first-lvl {
    height: 400px;
}

.search-ft {
    width: 100%;
    padding-top: 10px;
    margin: 0 auto;
}

.social-ft img{
    width: 40px;
}

            .tp-menu-ft ul li {
    list-style-type: none;
    line-height: 25px;
    display: block; 
}
    
#search {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 100%;
}

#top {

    height: 150px;
}

.caption-news a{
    
    font-size: 25px;
    
}

button.button-news {
    box-shadow: 5px 5px 10px rgba(111, 111, 111, .5);
    border: 3px solid #fff;
    width: 60%;
    border-radius: 15px;
    margin: 10px;
    /* border: none; */
    display: inline-block;
    float: left;
    background-color: #fcb303;
    color: #fff;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: none;
}


  .mobile{
    margin: 0px;
    padding: 0px;
  }

  .navbar-toggle {
    border: 2px solid transparent;
}

  .menu-second ul li a{
        color: #fff;
        padding: 10px;
        font-size: 15px;
        font-weight: 500;
  }

  .menu-second ul li a:hover{
        color: #fff;
        padding: 10px;
        font-size: 15px;
        font-weight: 500;
        background: #fcb303;
        color: #000;
  }

  .menu-second ul li{
   display: block;
   padding: 10px;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    border-color: #e7e7e7;
    background: #000;
    z-index: 999999;
    position: absolute;
    width: 100%;
}

    cart-page1 {}
    #cart .dropdown-menu li>div {
        min-width: 600px;
    }
    #cart i {
        font-size: 36px;
    }
    .cart_i {
        font-size: 36px;
    }

    .menu-second {
    background: #fcb303;
    height: 48px;
}
}


/* Small Devices, .visible-sm-* */

@media (min-width: 768px) and (max-width: 991px) {
    cart-page1 {}
    #cart .dropdown-menu li>div {
        min-width: 700px;
    }
    .cart_i {
        font-size: 30px;
    }
}


/* Medium Devices, .visible-md-* */

@media (min-width: 992px) and (max-width: 1199px) {
    
    .social-ft img{
    width: 40px;
}

    cart-page1 {}
    #cart .dropdown-menu li>div {
        min-width: 900px;
    }
    .cart_i {
        font-size: 22px;
    }
}


/* Large Devices, .visible-lg-* */

@media (min-width: 1200px) {
    cart-page1 {}
    #cart .dropdown-menu li>div {
        min-width: 1100px;
    }
    .cart_i {
        font-size: 22px;
    }
}

.cart-page1 {
    font-size: 16px;
    padding-bottom: 50px;
}

.cart-page1 a {
    font-size: 24px;
    color: #30499d;
}

.cart-page1 .btn1,
.cart-page1 .btn2,
.cart-page1 .btn3 {
    padding: 10px 10px 10px 10px;
    margin: 10px 0 5px 0;
    margin-left: 10px;
    height: 50px;
    border-radius: 10px;
    font-size: 24px;
    font-weight: bold;
}

.cart-page1 .btn1 {
    background: #dddddd;
    color: #333333;
    box-shadow: 5px 5px 10px rgba(22, 22, 22, .5);
}

.cart-page1 .btn1:hover {
    color: white;
    background: #757e99;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, .8);
    transition: .5s;
}

.cart-page1 .btn2 {
    background: #002397;
    color: white;
    box-shadow: 5px 5px 10px rgba(22, 22, 22, .5);
}

.cart-page1 .btn2:hover {
    background: #757e99;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, .8);
    transition: .5s;
}

.cart-page1 .btn3 {
    border: 2px #002397 solid;
    background: #990;
    color: #002397;
    box-shadow: 5px 5px 10px rgba(22, 22, 22, .5);
}

.cart-page1 .btn3:hover {
    background: #757e99;
    color: white;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, .8);
    transition: .5s;
}

#cart .dropdown-menu li>div {
    padding: 0 10px;
}

.cart-total{
    color: #fcb303;
    position: absolute;
    top: -10px;
    right: 5px;
    font-size: 17px;
}

#cart a {}

#cart>.btn {
    background: none;
    float: right;
    width: 95%;
    font-size: 12px;
    line-height: 18px;
    color: #989092;
    ;
}

.atributes-recomend span{
    font-size: 13px;
    color: #959595;
}

#cart.open>.btn {
    background-image: none;
    background-color: #FFFFFF;
    /*border: 1px solid #E6E6E6;*/
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open>.btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #fff;
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 100%;
}

.check-stock{
    font-size: 16px;
}

.btn-wish{
    padding: 5px 12px!important;
    border-radius: 4px!important;
}

p.cat-prod-code-art{
    
}

@media (max-width: 478px) {
    
h4.slid-link{
    height: 200px;
}
    
    iframe{
        width: 100%;
    }
    
    .check-stock{
    font-size: 12px;
}
    span.category-name{
    font-size: 13px;
    word-wrap: break-word;
}
    #cart .dropdown-menu {
        /* width: 100%; */
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}


/*#cart .dropdown-menu li > div {
    min-width: 627px;
    padding: 0 10px;
}*/

@media (max-width: 478px) {
    
    .cart{
        position: absolute;
    bottom: 85px;
    right: 0px;
    }
    
    .search {
    margin-top: 10px;
}

    .price-for-total{
            margin-top: 20px;
    }
    
    #cart .dropdown-menu li>div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}


/* menu */

#menu {
    /*    background-color: #229ac8;
        background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
        background-repeat: repeat-x;*/
    /*border-color: #1f90bb #1f90bb #145e7a;*/
    min-height: 40px;
}

.categorihome #menu .nav>li>a {
    background: transparent;
    width: 130px;
    height: 150px;
    border: none;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    margin: 8px;
}

.img-thumbnail {

    background-color: transparent;
}

.categorihome #menu .nav>li {
    min-height: 110px;
}

.categorihome #menu .nav>li:hover {

}


.menu-home-icon img:hover{
    border: 3px solid rgb(252, 179, 3);
    border-radius: 50%;
    transition: .3s;
}



.categorihome #menu .nav>li>a img {
border-radius: 50%;
}

.work-title{
    padding: 15px 10px 10px 25px;
    background: #fcb303;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
}

.delivery_title{

    padding: 15px 10px 10px 25px;
    background: #fcb303;
    color: #000;
        font-size: 18px;
    font-weight: 600;
    height: 50px;
}

.delivery{
    margin-top: 30px;
    background: #fff;
}

.contacts{
    margin-bottom: 30px;
    margin-top: 30px;
    background: #fff;
}

.contacts_title{

    padding: 15px 10px 10px 25px;
    background: #fcb303;
    color: #000;
        font-size: 18px;
    font-weight: 600;
    height: 50px;
}

.dev-bordered{
    border-bottom: 1px solid #cbc5c5;
    border-left: 1px solid #cbc5c5;
    border-right: 1px solid #cbc5c5;
}

.cont-bordered{
    border-bottom: 1px solid #cbc5c5;
    border-left: 1px solid #cbc5c5;
    border-right: 1px solid #cbc5c5;
}

.contacts p{
    color: #000;
    font-weight: 600;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 16px;
    text-decoration: underline;
}

.contacts ul li{
   list-style-type: none;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.delivery p{
    color: #000;
    font-weight: 600;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 16px;
    text-decoration: underline;
}

.delivery ul li{
   list-style-type: none;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

ul.delivery_list:last-child{
    padding-bottom: 30px;
}

.work-list{
    border-bottom: 1px solid #cbc5c5;
    border-left: 1px solid #cbc5c5;
    border-right: 1px solid #cbc5c5;
    background: #fff;
    padding: 20px 0px 20px 0px;
}

.work-list ul{
    padding-right: 25px;
    padding-left: 25px;
}

.rest{
    color: #b5b5b5;
}

.work-list ul li{
   list-style-type: none;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.time{
    float: right;
}

.menubrands #menu .nav>li>a {
    border: none;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 0px 5px 0px 5px;
    min-height: 15px;
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.menubrands #menu .nav>li {
    padding: 0;
    min-height: 110px;
    border: 3px white solid;
}

.menubrands #menu .nav>li:hover {
    border: 3px #757e99 solid;
}

.menubrands #menu .nav>li>a:hover {
    padding: 0px 5px 0px 5px;
    background: white;
}

.menubrands #menu .nav>li>a img {
    margin: 0;
    border: none;
}

#menu .nav>li>a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    /*background-color: transparent;*/
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
    background-color: transparent;
}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    /*    background-color: #229ac8;
        background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
        background-repeat: repeat-x;*/
}



#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    
    ul.social-ft{
    padding-left: 0px;
    margin-top: 0px; 
    margin-bottom: 0px;
}

    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner>ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}


/* content */

#content {
    min-height: 20px;
}


/* footer */

ul.social-ft li {
    list-style-type: none;
    display: inline;
}





ul.phone-ft{
    padding-left: 30px;
}


ul.social-ft li a{
    
}

.social-div{
    width: 80%;
    margin: 0 auto;
}

ul.phone-ft li {
    /* padding-top: 30px; */
    margin: 30px;
    display: inline;
    list-style-type: none;
    color: #000;
    font-size: 25px;
    list-style-type: none;
    color: #000;
    line-height: 35px;
    font-weight: 600;
}




@media (max-width: 478px) {
    
.categorihome #menu .nav>li>a {
    width: 100px;
    height: auto;
    padding: 0px;

}
    
.product-thumb .button-group button, .product-thumb .button-group button+button {
  
}

  ul.phone-ft li {
    /* padding-top: 30px; */
    margin: 0px;
    display: block;
    list-style-type: none;
    color: #000;
    font-size: 25px;
    list-style-type: none;
    color: #000;
    line-height: 35px;
    font-weight: 600;
}



}

footer {
    margin-top: 30px;
    background-color: #efefef;
    border-top: 1px solid #ddd;
    color: #333333;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    /*color: #ccc;*/
    color: #333333;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}


/* alert */

.alert {
    padding: 8px 14px 8px 14px;
    color: red;
}

.main-container{
  margin-top: 30px;
}


/* breadcrumb */

.breadcrumb {
    margin: 10px 0 20px 0;
    /* border: 1px solid #ddd; */
    background: none;
}


.breadcrumb i {
    font-size: 15px;
}

.breadcrumb>li>a {
    color: #6f6f6f;
    font-size: 15px;
}

.breadcrumb li:last-child a {
    color: #000;
}


.breadcrumb>li {
    padding: 0 20px;
    position: relative;
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0;
}

.breadcrumb>li:after {

    content: '';
    display: block;
    position: absolute;
    /* font-size: 30px; */
    top: 5px;
    right: -5px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #868686;
    border-bottom: 2px solid #868686;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);

}

.breadcrumb>li:last-child:after{

    border: none;

}

@media (max-width: 478px) {
    
.breadcrumb>li {
    padding: 0 5px;
    position: relative;
}

.breadcrumb {
    padding: 8px 0px;
}

}


table.table tbody tr{
    
}

table.table tbody tr td{
    padding: 15px;
}



.cart-list .img-thumbnail{
    padding: 0px;
    background: none;
    border: 1px solid #cbc5c5;
    border-radius: 0px;
}

.single-product-cart{
    display: flex;
    align-items: center;
    border: 1px solid #d2d2d2;
    padding: 10px;
    margin-right: 25px;
    margin-left: 15px;
    margin-bottom: 15px;
}


.text table{
        margin-bottom: 20px;
}

span.but-one-click{
    background: #fff;
    border: 2px solid #fcb303;
    font-size: 13px;
    color: #fcb303;
    padding: 10px;
    cursor: pointer;
}

@media (max-width: 320px) {
    
    

.btn-primary {
    font-size: 13px;
    padding: 5px;
}
span.but-one-click{
    background: #fff;
    border: 2px solid #fcb303;
    font-size: 12px;
    color: #fcb303;
    padding: 5px;
    cursor: pointer;
}
}

@media (max-width: 478px) {
       
    .product-name {
    margin-top: 0px;
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
}

.cat-img{
    margin-bottom: 0px;
    height: 160px;
}
    
    .price-pr {
    font-size: 22px;
    color: #000;
}

h2.price-pr {
    margin-top: 10px;
    margin-bottom: 20px;
}
    
    .by-cart{
    margin-top: 15px;
}
    
.middle-stash{
    display: block;
}
.single-product-cart{
    display: block;
}
}

.cart-list a{
    font-size: 16px;
    color: #000;

}

span.price-for-one{
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.cat-left-home img{
    width: 20px;
    margin-right: 20px;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.list-group-title{
  background: #fcb303;
color: #000;
font-weight: 600;
font-size: 18px;
padding: 12px;
}

.pagination {
    margin: 0px;
}

.tp-menu-ft ul {
    margin-top: 20px;
    padding: 0px;
}

.prod-hr {
    margin-top: 10px;
    border-top: .1em solid #ffb400;
}

.common-home{
  background: #f1f1f1;
}


/* buttons */

.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.cart .btn-lg {
    padding: 0;
    margin: 0;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 12px;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 15px;
}

#collapse-checkout-confirm h2{
    display: none;
}

#collapse-checkout-confirm .well{
    display: none;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /*background-color: #363636;*/
    background: none;
    /*background-image: linear-gradient(to bottom, #444444, #222222);*/
    /*background-repeat: repeat-x;*/
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}


/* list group */

.list-group a {
    /*    font-size: 22px;*/
    background: #fff;
    border: 1px solid #DDDDDD;
    color: #002397;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.5;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    border: 1px solid #d93123;
    color: #ffffff;
    -webkit-box-shadow: 0px 4px 16px rgba(217, 49, 35, 0.61);
    -moz-box-shadow: 0px 4px 16px rgba(217, 49, 35, 0.61);
    box-shadow: 0px 4px 16px rgba(217, 49, 35, 0.61);
    background: #d93123;
}


/* carousel */

.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}

.owl-pagination {
    text-align: center!important;
    margin-top: -30px!important;
    z-index: 999999;
    position: absolute;
    color: #fcb303;
    left: 50%;
    display: block!important;
}

.owl-buttons{
  display: block;
}

.owl-carousel .owl-buttons div i {
    font-size: 24px!important;
    /* margin: -20px 0 0; */
}
.owl-controls .owl-buttons .owl-prev {
    top: 40%!important;
}

.owl-controls .owl-buttons .owl-next {
    top: 40%!important;
}

.owl-controls .owl-page.active span {
    background: #fcb303!important;
}


/* product list */

.recomend{

}

h4.slid-link{
    min-height: 60px;
} 

.recomend .product-thumb .button-group {
   border: none;
   background: none;
}

.recomend .product-thumb .button-group button {
    /* box-shadow: 5px 5px 10px rgb(111 111 111 / 50%); */
    border: none;
    /* border-radius: 15px; */
    /* margin: 10px; */
    /* border: none; */
    display: inline-block;
    float: right;
    background-color: #fcb303;
    color: #fff;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: none;
}





.recomend .product-thumb .button-group button:hover {
    color: #fff;
    background-color: #ff0000;
    text-decoration: none;
    cursor: pointer;
}

.recomend .product-thumb {
    margin: 15px;
    text-align: center;
    border: 1px solid #959595; 
    /* border-radius: 5px; */
    margin-bottom: 20px;
    overflow: auto;
    position: relative;
}


.recomend .product-thumb:hover {
    border: 1px solid #000;
    margin-bottom: 20px;
    overflow: auto;
}

.recomend .product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.related_h3{
    color: #000;
    background: #fcb303;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 600;
}

.recomend .product-thumb .price {
    position: absolute;
    bottom: 0px;
    font-size: 16px;
    font-weight: 600;
}


.recomend h4{

    height: 50px;
    color: #fff;
    font-size: 14px;
}

.accaunt ul li {
   line-height: 30px;
}

.accaunt ul li a{
    padding: 8px;
}


.accaunt ul li a:hover{
    padding: 8px;
    border: 1px solid #fcb303;
}


.product-thumb {
    border: 1px solid #959595;
    background: #fff;
    text-align: center;
    border-radius: 0px;
    margin-bottom: 20px;
    overflow: auto;
}

@media (max-width: 478px) {
.product-thumb {
    border: none;
}


}

.product-thumb:hover {
    margin-bottom: 20px;
    overflow: auto;
}

.product-thumb .image {
    text-align: center;
    margin-bottom: 5px;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

.accaunt h2{
    font-size: 24px;
    color: #000;
}

.accaunt ul li a{
    font-size: 14px;
    color: #000;
}

#account h3{
    color: #000;
}

.cont-home{
    margin-top: 20px;
}

.first-link{
    font-size: 22px;
    text-align: center;
    margin: 10px;
    padding: 30px 20px 30px 20px;
    background: #49bb7b;
}
.second-link{
    font-size: 22px;
    text-align: center;
    margin: 10px;
    padding: 30px 20px 30px 20px;
    background: #fcb303;
}

.third-link{
    font-size: 22px;
    margin: 10px;
    padding: 8px 9px 8px 9px;
    background: #fff;
    border: 1px solid #959595;
}

@media (min-width: 767px) {



    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product-thumb h4 {
    font-weight: bold;
}

.prod-top .input-group .input-group-addon {
    font-size: 20px;
    height: 30px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #000;
    cursor: default;
    background-color: transparent;
    border-color: #959595;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px; 
    border-bottom-left-radius: 0px; 
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #959595;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

ul.pagination li.active span{
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-default-pr {
    color: #000;
    text-shadow: none;
    background-color: none;
    background-image: none;
    border-color: #000;
    border-radius: 0px!important;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 25px;
    line-height: inherit;
    color: #000;
    border: 0;
    border-bottom: none;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px!important;
    line-height: 1.42857143;
    color: #959595;
    background-color: #fff;
    background-image: none;
    border: 1px solid #959595;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-primary {
    font-size: 17px;
    font-weight: 600;
    border-radius: 0px;
    color: #000;
    text-shadow: none;
    background-color: #fcb303;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #fcb303;
}


.btn-primary:hover {

    border-radius: 0px;
    color: #000;
    text-shadow: none;
    background-color: #fcb303;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #fcb303;
}

.modal.in .modal-dialog {
    width: 40%;
}
.modal-content {
    border-radius: 0px;
}

.modal-body {
    overflow-x: auto;
    position: relative;
    padding: 15px;
}

.caption{
    text-align: left;
}

.caption h4{
    font-size: 15px;
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default {
    color: #000;
    background-color: transparent;
    border-color: #000;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.prod-top .input-group-addon {
        background: none;
    padding: 6px 10px 6px 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-align: center;
    font-size: 25px;
    background-color: none; 
    border: none; 
    border-radius: 4px;
}

.product-thumb h4 a {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}

.news-thumb h4 a {
    color: #000;
    font-weight: bold;
    font-size: 20px;
}

.image-sn{
    padding: 20px;
}

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

.news-thumb {

    text-align: center;
    border-radius: 0px;
    margin-bottom: 20px;
    overflow: auto;
}

.news-thumb .caption{
    text-align: left;
}

.news-thumb p{
    color: #000;
}

.product-thumb h4 a:hover {
    color: blue;
}

.product-thumb .caption {
    text-align: left;
    padding: 0 10px;
}

.caption a{
    font-size: 14px;
    font-weight: 600;
}

.h4-cat-list{
    min-height: 90px;
}

.cat-prod-code{
   font-size: 13px;
   padding-bottom: 0px;
   margin-bottom: 0px;
}


.cat-img img{
    height: 100px;
    width: 100px;
    background: #fff;
    padding: 10px 10px 10px 10px;
    border-radius: 50%;
    margin-bottom: 10px;
}

@media (max-width: 478px) {
    

    
.recomend h4 {
    word-wrap: break-word;

}
    .recomend .product-thumb .price {

    font-size: 14px;
    margin-left: 0px;

}
    
    .modal-header .close {
    margin-top: 10px;
}

.caption {
    text-align: center;
}
    
    .modal.in .modal-dialog {
        padding-top: 10px;
    width: 90%;
}
    
   
    .wish-li{
        display: none;
    }
    
    .cat-img img {
    height: 80px;
    width: 80px;
    background: #fff;
    padding: 5px 5px 5px 5px;
    border-radius: 50%;
    margin-bottom: 10px;
}
    
    .logo-footer img {
    padding-top: 10px;
    margin: 0 auto;
    width: 250px;
}

.caption a {
    font-size: 10px;
    /* font-weight: 600; */
    line-height: normal;
}

.st_status{
    text-align: left;
    padding: 0px 20px 10px 15px;
}
.h4-cat-list{
       min-height: 105px;
}

.cat-prod-code{
    margin: 3px;
    font-size: 12px;
}
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 120px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    
    .product-wish ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px;
}

    ul.phone-ft {
    padding: 0px;
    margin-top: 30px;
}
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star+.fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #444;
}

.product-thumb .price-new {
    font-weight: 600;
    color: #ff0000;
}

.product-thumb .price-old {
    font-size: 14px;
    font-weight: 70;
    color: #999;
    text-decoration: line-through;
}

@media (max-width: 478px) {
    
.product-thumb .price-old {
    font-size: 11px;
    font-weight: 70;
    color: #999;
    text-decoration: line-through;
    margin-left: 0px;
}

.product-grid .product-thumb .caption {
    min-height: 0;
}
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: none;
    background-color: none;
    overflow: auto;
}

.product-thumb .button-group {
    border-top: none;
    background-color: none;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    position: inherit;
}

.prod-sr .product-thumb .button-group button{
    font-size: 14px;
    line-height: 15px;
    padding: 0px;
    margin: 0px;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.list-view-btn {
    background: #FFFFFF;
    border: none;
    margin-right: 10px;
}

.list-view-btn i {
    font-size: 2rem;
}

.product-list img {

}

.product-list .image{
    height: auto;
}


.product-list .cat-prod-code-art{
    height: 30px;
}

#list-view{
    background: none;
    border-color: #000;
    color: #000;
    border-radius: 0px;
}

#grid-view{
    background: none;
    border-color: #000;
    color: #000;
    border-radius: 0px;
}


.product-list .st_status {
    position: inherit;
}

.product-list .price{
    margin-top: 20px;
    /* width: 200px; */
    float: left;
    font-size: 20px;
    margin-bottom: 15px;
    
}

.product-list .product-thumb .button-group button {
    width: 50px;
}

.product-grid .price{
    position: absolute;
    bottom: 70px;
    /* top: 0px; */
    bottom: px;
    font-size: 18px;
    margin-left: 10px;
}

.product-list .h4-cat-list {
    min-height: 20px;
    margin-top: 25px;
    width: 80%;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
    border-left: none;
    width: 150px;
    float: right;
    }
}

.product-thumb .button-group button {
    /* box-shadow: 5px 5px 10px rgba(111, 111, 111, .5); */
    border: none;
    /* border-radius: 15px; */
    /* margin: 10px; */
    /* border: none; */
    display: inline-block;
    float: right;
    background-color: #fcb303;
    color: #fff;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: none;
}

.product-thumb .button-group button+button {
    width: 20%;
}

.product-thumb .button-group button:hover {
    color: #fff;
    background-color: #ff0000;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
         
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-home-icon{
    width: 100px;
}

.thumbnails>li {
    /*margin-left: 20px;*/
}

.thumbnails {
    /*margin-left: -20px;*/
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}


/* fixed colum left + content + right*/

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }
    #column-left+#content .product-layout .col-md-3 {
        width: 50%;
    }
    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
}


/* fixed product layouts used in left and right columns */

#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}


/* fixed mobile cart quantity input */

.input-group .form-control[name^=quantity] {
    min-width: 50px;
}


/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.textbox {
    text-align: center;
    overflow: hidden;
    height: 80px;
    width: 150px;
    line-height: 25px;
}

.textbox:before {
    content: "";
    float: left;
    width: 5px;
    height: 80px;
}

.textbox>*:first-child {
    float: right;
    width: 100%;
    margin-left: -5px;
}

.textbox:after {
    content: "\02026";
    box-sizing: content-box;
    float: right;
    position: relative;
    top: -25px;
    left: 100%;
    width: 3em;
    margin-left: -3em;
    padding-right: 5px;
    text-align: right;
    background-size: 100% 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%, white);
}

.bord {}

.bord li {
    border: 3px white solid;
}

.bord li:hover {
    border: 3px #757e99 solid;
    border-radius: 4px;
}

.alert {

}

.alert-success {
    font-size: 16px;
    background: rgba(252, 179, 4, .5);
    color: #3d964c;
}

.alert-info {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: rgba(252, 179, 3,.8);
    border-color: rgba(252, 179, 3,.5);
    color: #000;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

.alert-warning {
    font-size: 18px;
    background: red;
    color: white;
    border-color: #f5e79e;
}

.alert-danger {
    font-size: 18px;
    background: gray;
    color: white;
    border-color: #dca7a7;
}

.owl-carousel div {}

.add-carousel .owl-carousel img {
    opacity: 0.3;
}

.add-carousel .owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(0, 36, 155, 0.7);
    opacity: 1;
}

.add-carousel .owl-controls .owl-buttons .owl-prev {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    font-size: 20px;
    color: white;
    opacity: 1;
    left: 10px;
    top: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.add-carousel .owl-next {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(0, 36, 155, 0.7);
    opacity: 1;
}

.add-carousel .owl-controls .owl-buttons .owl-next {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    font-size: 20px;
    color: white;
    opacity: 1;
    right: 10px;
    top: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.add-carousel .owl-wrapper-outer {
    border: none;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.add-carousel .owl-carousel div {
    background: rgba(0, 36, 155, 0.9);
}

.avto-him img{
    width: 100%;
    border: 1px solid #cbc5c5;
}

.avto-him img{
    margin-bottom: 20px;
}

.aside-link img {
    margin-bottom: 20px;
}
.aside-link img {
    width: 100%;
    border: 1px solid #cbc5c5;
}

.aside-link a{
    position: absolute;
    margin-top: 60px;
    margin-left: 20px;
    padding: 10px;
    border-radius: 15px;
    color: #fff;
    font-weight: 500;
    border: 1px solid;
}

.aside-link a:hover{
    position: absolute;
    margin-top: 60px;
    margin-left: 20px;
    padding: 10px;
    border-radius: 15px;
    color: #000;
    font-weight: 500;
    border: 1px solid rgb(252, 179, 3);
    background: rgb(252, 179, 3);
}

.add-carousel>div>a>span {
    background: rgba(0, 0, 0, 0.9);
}

.menubrandsUL {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.cat_bord {
    border: 2px none;
}

.cat_bord img:hover {
    border: 3px solid rgb(252, 179, 3);
}

.lilogged {
    width: 200px;
    background: #fff;
    color: #666;
}

.lilogged li {
    background: #fff;
    color: #666;
}

.lilogged>li>a {
    background: #fff;
    color: #666;
    font-size: 14px;
}

.dropdown-menu>li>a {
    padding: 2px 10px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
}

#cart-total {
    color: yellow;
    font-size: 22px;
    padding-left: 0;
    margin-right: 5px;
}

#cart-total i {
    color: yellow;
    font-size: 22px;
    margin-right: 60px;
}

.img-category {
    position: fixed;
    top: 30%;
    left: 50%;
    z-index: 10000;
    display: none;
    background: #FFFFFF;
    border: 2px solid #fcb303;
    border-radius: 5px;
    padding: 3px;
}

.st_status{text-align: left;padding: 20px 20px 10px 15px;}

    .main-text{
    height: 100%;
    overflow: auto; 
    } 
     div.image-sn a img{
        width: 100%;
    }
    
    .image-sn {
    padding: 5px;
    }


    .text {
  margin-bottom: 10px;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.text-open {
  overflow: visible;
  height: auto;
}

.text-open .toggle {
  display: none;
}

.toggle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

a.toggle-btn{
    margin-top: 20px;
}

@media (max-width: 320px) {
    
    .fb-share-button{
            margin-bottom: 10px;
            width: 100%;
            
    }
}



@media (max-width: 478px) {
    
    .avto-him img{
    margin-bottom: 10px;
}
    
.aside-link img {
    margin-bottom: 10px;
}
    
    
    .aside-link a{
    position: absolute;
    margin-top: 15px;
    margin-left: 10px;
    padding: 10px;
    border-radius: 15px;
    color: #fff;
    font-weight: 500;
    border: 1px solid;
}

.aside-link a:hover{
    position: absolute;
    margin-top: 15px;
    margin-left: 10px;
    padding: 10px;
    border-radius: 15px;
    color: #000;
    font-weight: 500;
    border: 1px solid rgb(252, 179, 3);
    background: rgb(252, 179, 3);
}
    
    p.cat-prod-code-art{
            margin: 3px;
    font-size: 11px;
    height: 60px;
    }
    
    
    li.li-sku{
    width: 100%;
}
    
    .text {
    margin-bottom: 10px;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.text-open {
  overflow: visible;
  height: auto;
}

.text-open .toggle {
  display: none;
}

.toggle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
    
.product-grid .price {
    margin: 0;
    font-size: 14px;
}
    
    .second-lvl {
        height: 100px;
    background: #111111;
}
    
    .second-lvl p {
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 10px;
}
    
    ul.phone-ft li{
        font-size: 18px;
    }
    
    .first-lvl {
    height: 380px;
}
    
    ul.phone-ft li {

    line-height: 25px;

}
    
    ul.phone-ft {
    margin-top: 10px;
}
    
    .btn-primary {
    padding: 10px;
    font-size: 16px;
    }
    
    .tab-content {
    margin-bottom: 0px;
    }
    
    div.image-sn a img{
        width: 100%;
    }
    
    .product-thumb.transition{
        height: 100%;
    }
    
    

    .product-grid .product-thumb .button-group button {
    width: 50px;
}

    
.product-thumb .button-group button, .product-thumb .button-group button+button {

}



.button-group img{

}

.st_status{text-align: left;padding: 20px 20px 10px 15px;}

.breadcrumb>li {
    padding: 0 5px;

}


}

@media (max-width: 320px) {
    
.recomend .product-thumb .button-group button {


    width: 20%;

}
}
/* Extra Small Devices, .visible-xs-* */

@media (max-width: 767px) {
    .owl-carousel .item img {
        width: 150vw;
        /* height: 200px; */
    }
    .owl-carousel .item .title {
        color: #666;
        font-size: 18px;
        line-height: 100%;
    }
}


/* Small Devices, .visible-sm-* */

@media (min-width: 768px) and (max-width: 991px) {
    .owl-carousel .item .title {
        color: #666;
        font-size: 30px;
        line-height: 150%;
    }
}


/* Medium Devices, .visible-md-* */

@media (min-width: 992px) and (max-width: 1199px) {
    
.tp-menu-ft ul li a {
    padding: 10px;
    font-weight: 600;
    color: #000;
    font-size: 17px;
}
    .owl-carousel .item .title {
        color: #666;
        font-size: 30px;
        line-height: 150%;
    }
    
    ul.header-contacts li {
        font-size: 14px;
}

#search {
    width: 100%;
}

#logo img {
    margin: 25px 0 10px 0;
}

.breadcrumb {
    padding: 0px;
}

.breadcrumb>li {
    padding: 0 10px;
}

.breadcrumb>li>a {
    font-size: 13px;
}

.breadcrumb {
    padding: 0px;
    margin: 25px 0 25px 0;
    /* border: 1px solid #ddd; */
    background: none;
}

.product-name {
    font-size: 20px;
}

.model {
    font-size: 16px;
}

.product-wish {
    width: 100%;
}

.product-wish ul li {
    list-style-type: none;
    display: inline;
    font-size: 15px;
    color: #000;
}

.price-pr {
    font-size: 28px;
    color: #000;
}

.work-list ul {
    padding-right: 15px;
    padding-left: 15px;
}

.work-list ul li {
    list-style-type: none;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.delivery p {
    font-size: 16px;
}
.delivery ul li {
    font-size: 16px;
}

.contacts p {
    font-size: 16px;
}

.contacts ul li {
    font-size: 16px;
}

.search-ft {
    width: 80%;
    padding-top: 20px;
    margin: 0 auto;
}

ul.phone-ft {
    padding-top: 10px;
    padding-left: 30px;
}

.first-lvl {
    height: 230px;
}

.logo-footer img {
    margin: 20px 0 10px 0;
    width: 300px;
}

.second-lvl p {

    font-size: 12px;
}

}


/* Large Devices, .visible-lg-* */

@media (min-width: 1200px) {
    .owl-carousel .item .title {
        color: #666;
        font-size: 20px;
        line-height: 150%;
    }
}

.ul_flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex: auto;
    align-items: center;
}

.flex-row-sb-c {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;

}
.ostatok{
    font-size: 1.1em;
    font-weight: 700;
    height: 30px;

    /* display: flex;
    justify-content: flex-start;
    align-items: flex-start; */

}

@media (max-width: 1600px) {

}

#cart-pagination {
    float: right;
    margin-right: 30px;
}

#cart-pagination ul li{
    display: block;
    list-style: none;
    float: left;
    cursor: pointer;
    padding: 6px 12px;
    border: 1px solid #000000;
}

.cart-list-bordered{
    border: 2px solid #fcb303;
    padding: 0px 15px 0px 15px;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

#cart-pagination ul li:hover{
    background-color: rgb(199, 191, 191);
}

#cart-pagination ul li.active{
    background-color: #fcb303;
    color: #000;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fcb303; 

}
::-webkit-scrollbar-thumb:window-inactive {
	background: #fcb303; 
}

#fast-links li {
    list-style: none;
    color: #30499d;
    display: inline-block;
    padding: 1px;
    font-size: 0.9em;
    margin-left: 10px;
    cursor: pointer;
    border-bottom: 1px dashed #30499d;
}

#address-row {
    display: flex;
    justify-content: space-between;
}

#address-row input {
    margin: 0 2px;
} 

.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before 
{
    font-family: 'slick';
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: #fcb303;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next:before{
    font-family: 'slick';
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: #fcb303;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.slick-prev
{
    left: 0px;
    z-index: 999;
}

@media (max-width: 478px) {
.slick-prev {
    left: 0px;
}
}


.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: 0!important; 
    margin-right: 0!important; 
}


[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 10px;
}

@media (max-width: 478px) {
    .slick-next
{
    right: 10px;
}
}

[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
     content: '→'; 
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

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

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.slick-arrow {
    margin: 0 -15px;
}
