/*-------------------GLOBAL---------------------------------*/

/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    src: url("/css/fonts/fa-regular-400.eot");
    src: url("/css/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/css/fonts/fa-regular-400.woff2") format("woff2"), url("/css/fonts/fa-regular-400.woff") format("woff"), url("/css/fonts/fa-regular-400.ttf") format("truetype"), url("/css/fonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
    font-family: 'FontAwesome';
    font-weight: 400; }

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('/css/fonts/montserrat/Montserrat-Regular.ttf');
    src: local('☺'), url('/css/fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('/css/fonts/MYRIADPRO-REGULAR.eot');
    src: local('☺'), url('/css/fonts/myriad.ttf') format('truetype'), url('/css/fonts/MYRIADPRO-REGULAR.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    background: #FFFFFF repeat-x 0 0;
    text-align: center;
    font-size: 12px;
    COLOR: #000000;
    font-family: 'Montserrat-Regular', sans-serif;
    min-height: 750px;

}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Montserrat-Regular",Helvetica,Arial,sans-serif;

}
a:link {
    color: #686866;
    text-decoration: none;
}
a:visited {
    color: #686866;
    text-decoration: none;
}

.no-padding{
    padding: 0;
}
.languagebar {
    height: 35px;
    line-height: 35px;
}
#searchform {
    margin-left: 15px;
    float: left;
    position: relative;
}

#searchform img{
    right: 0;
    position: absolute;
}
.searchinput {
    color: #989898;
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    padding-left: 10px;
    width: 260px;
    height: 31px;
    line-height: 31px;
    background: URL(/images/searchbg.png) repeat-x;
    float: left;
}

.cartbarmain select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 63px;
    font-size: 12px;
    border: 1px solid #fff;
    float: left;
    height: 25px;
    margin: 3px 0px 3px 12px;
    outline: none;
    background: url(/images/curr_select_arrow.png) right center no-repeat;
}
.cartbarmain .basket {
    float: right;

}
.main_bg img {
    width: 100%;
}
.main_bg {
    position: relative;

}
.main_menu_line {
    width: calc(100% - 30px);
    position: absolute;
    top: calc(50% - 60px);
    background: rgba(255, 255, 255, 0.68);
    height: 60px;


}
.main_menu_line ul.main_menu_list {
    list-style: none;
    text-align: justify;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    display: table;
}
ul.mainmenu_desktop {
    list-style: none;
    display: inline-block;
    text-align: left;
    width: 60%;
    padding-left: 0;
    margin-bottom: 20px;

    font-size: 12px;
}
ul.mainmenu_desktop li {
    display: inline-block;
    padding: 0 23px;
    line-height: 40px;
}
ul.mainmenu_desktop li >a:hover {

    color:#000;
}
ul.mainmenu_desktop li.active >a {

    color:#000;
}
ul.mainmenu_desktop li:first-child {

    padding-left: 0;
    font-size: 17px;

}
.main_menu_line ul.main_menu_list li{
    list-style: none;
    /* float: left; */
    display: table-cell;
    line-height: 60px;
    text-align: center;
    /* margin: 0 8%; */
    font-size: 17px;
}
.main_menu_line ul.main_menu_list li a{

    color: black;
}
.product-info-block {
    padding-left: 42px;
}
.hidden_cart{
    display: none;
}
.languagebar {
    height: 70px;
    line-height: 70px;
}
.lng-block {
    width: 85px;
    height: 70px;
    line-height: 70px;
    float: right;
}
.lng-block a.lng.active{
    COLOR: #ababab;
}

.cartbarmain .basket .basket-url {
    /* line-height: 25px; */
    min-height: 25px;
    float: none;
    color: #999999;
    padding-top: 2px;
    font-size: 12px;
    text-align: center;
    padding-left: 20px;
    /*font-family: 'Myriad Pro', sans-serif;*/
}
a.wish-list {
    padding-left: 20px;
}

.cartbarmain .basket .basket-url .bask-qty {
    margin: 3px 0px 3px 7px;
    line-height: 19px;
    float: right;
    padding: 1px 5px 0px 5px;
    background-color: #dddddd;
}
.cartbarmain .basket .bask-txt,
.cartbarmain .basket .wishlist-txt{
    position: relative;
    color: #9fa19f;
    font-style: inherit;
    font-size: 12px;
}
#cart_item_count{
    font-style: inherit;
}
.mobile-cart {
    display: none;
}
.new-cart-line-borders {
    text-align: right;
}
.cart_title {
    font-size: 17px;
    text-transform: uppercase;
}
.cart-back-btn {
    text-align: left;
    float: left;

    background: black;
    color: white;
    padding: 10px 25px;
    border: none;
}
.cart-header-btn {
    width: 100%;
    display: inline-block;
}
a.basket-url.wishlist-url img {
    width: 45px;
}
a.basket-url.basket-url img {
    width: 45px;
}
.header-block {
    text-align: left;
    margin-bottom: 20px;
}
.top-line {
    width: 100%;
    height: 35px;
    background-color: #f4f4f4;
}
.top-line .top-block {
    height: 35px;
    line-height: 35px;
}
.top-line .top-block a.help-link {
    color: #666;
    font-size: 12px;
    padding-left: 30px;
    line-height: 35px;
    float: right;
    background: url(/images/top-helpv2.png) left center no-repeat;
}
.top-line .top-links a{
    color: black;
    font-weight: 600;
}
.top-line .top-links a.orange_head_text{
    color: #ff6347;
    font-weight: 600;
}

.header-block .logo {
    margin-top: 35px;
    margin-bottom: 10px;
    display: block;
    text-indent: -9999px;
    width: 220px;
    height: 62px;
    background: url(/images/logo.svg) no-repeat;
    background-size: 100%;
    background-position: -5px -45px;
    float: left;
}
img.payment-img {
    max-width: 200px;
    margin-top: 140px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.payment-text {
    margin-bottom: 120px;
}
.store_line {
    float: left;
    width: 255px;
    /* margin-top: 54px; */
    text-transform: uppercase;
    font-size: 19px;
    text-align: center;
    color: #9fa19f;
    line-height: 1;
    padding: 0px 20px;
    margin: 58px 30px 0 30px;
    border-left: 2px solid #9fa19f;
    border-right: 2px solid #9fa19f;
    letter-spacing: 3px;
}

.header-telnums a {
    color: #666;
    font-weight: 600;
    margin-right: 10px ;
}

.menu-block {
    float: left;
    margin-top: 5px;
}

.menu-block .top-menu {
    float: left;
    padding: 0px;
    margin: 0px;
}
.menu-block .top-menu li>a:hover {

    color:black;
}
.menu-block .top-menu .parent-menu {
    list-style: none;
    float: left;
    margin: 0px;
    font-size: 17px;
    padding: 0 22px;
    color: #999999;
}
.owl-carousel.prod {
    /*margin-top: 20px;*/
}
.menu-block .top-menu.top-submenu  .parent-menu{
    font-size: 12px;
}
.menu-block .top-menu.top-submenu  .parent-menu.active{
    color: black;
}
.menu-block .top-menu .parent-menu.active a{
    color: black;
}
.product_discription {
    word-wrap: break-word;
}
.product_list {
    /*margin-top: -182px;*/
    padding-top: 182px;
    /*height: 900px;*/
    /*overflow: auto;*/

}
.container.minimenu {
    position: fixed;
    z-index: 9999;
}
.product_list::-webkit-scrollbar {
    /*display: none;*/
}
.product_list {
    /*-ms-overflow-style: none;*/
}
.product_list {
    /*overflow: -moz-scrollbars-none;*/
}
.lng {
    margin-top: 40px;
    line-height: 68px;
    text-align: right;
    font-size: 12px;
}
.lng a{
    padding-left: 20px;
    text-transform: uppercase;
}
.lng a.active {
    color: #9fa19f;
}
.right-cart-block .col-sm-6{
    padding: 5px;
}
.progress-line table {
    width: 100%;
}
.progress-line table {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 28px;
    font-size: 19px;
}
.progress-line table td{
    width: 25%;

}
i#with_item_count {
    font-style: inherit;
}
td.cart_quantity {
    min-width: 161px;
}
.circle.first, .circle.completed, .circle.active{
    color: #686866;
}
th.total {
    min-width: 115px;
}

td.cart_image img {
    max-width: 6vw;
}
th.price {
    min-width: 110px;
}
.cart-total-summ-vat {
    display: none;
}
section.new_cart {
    min-height: 70vh;
}
.cart-submit-btn {
    text-align: left;
    float: right;
    background: black;
    color: white;
    padding: 10px 25px;
    border: none;
}
.cart-footer-btn {
    /* display: inline-block; */
    margin-top: 40px;
}
.new_cart .new-cart-line-border-single {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    margin: 10px 0px;
}
.new_cart .sub_cart_title {
    float: left;
    width: 100%;

    font-size: 20px;
    line-height: 30px;
    padding: 20px 0px;
    text-transform: uppercase;
    text-align: left;

}
.form-input-css table {
    width: 100%;
    float: left;
}
.form-input-css table tr td:first-child {
    font-size: 16px;
    color: #666666;
    padding-bottom: 0px;
    text-align: left;
    width: 33%;
    height: 35px;
    text-transform: uppercase;
}
.form-input-css input[type=text], .form-input-css input[type=password], .form-input-css input[type=email], .form-input-css select, .form-input-css textarea{
    width: 100%;
    float: left;
    height: 40px;
    color: #999;
    border: none;
    background: #efefef;
    padding: 0px 40px 0px 10px;
    margin: 10px 0px;
    /* background: url(/images/input-req.png) right center no-repeat; */
}
.form-input-css .phone_short {
    width: 80%!important;
    float: right!important;
}
.form-input-css textarea {
    max-width: 100%;
    min-width: 100%;
    padding: 5px 10px;
    font-size: 13px;
    height: 100px;
    text-align: left;
    /*color: #dbdbdb;*/
    /*background: #fff left center no-repeat;*/
    /*border: 1px solid #999;*/
    /*color: #000;*/
    float: right;
    margin: 10px 0px;

    resize: none;
}
.total_area ul {
    padding: 0px;
    margin: 0px;
}
.total_area ul li {
    color: #696763;
    padding: 20px 0px 20px 25px;
    font-size: 18px;
    line-height: 32px;
    list-style: none;
    width: 100%;
    float: left;
    border-bottom: 1px solid #eeeeee;
}
.total_area ul li {
    clear: both;
}
.total_area ul li:first-child {
    border-top: 1px solid #eeeeee;
}
.total_area ul li label {
    margin-bottom: 0px;
    text-transform: uppercase;
    min-height: 60px;
    width: 100%;
    display: block;
    cursor: pointer;
}
.total_area input[type="radio"]:checked + label {
    color: black;
}
.total_area ul li label img {
    float: left;
    height: 60px;
    margin-right: 20px;
}
.new-cart-line-borders.top-border.checker {
    text-align: left;
    display: inline-block;
    margin-top: 40px;
    width: 100%;
}

.progress-line .active-text{
    color: #686866;
}
header {
    background: rgba(255, 255, 255, 0.72);
    position: relative;
    z-index: 999;
}

.menu-block .top-menu .parent-menu.spec.f_st:after{
    content: " / ";
    margin-left: 20px;
    color: #999999;
}
.menu-block .top-menu .parent-menu.spec.f_st{
    content: " / ";
    margin-left: 20px;
    color: #999999;
    padding-right: 0;
}
.menu-block .top-menu .parent-menu:first-child {

    padding-left: 0;
}
.menu-block .top-menu .parent-menu .parent-menu-a {
    line-height: 40px;
    /*padding: 0px 15px 0 0;*/
    /*min-width: 136px;*/
    float: left;
    margin-right: 40px;
    text-align: left;
    /*background: url(/images/mraz.png) right center no-repeat;*/
}
.menu-block .top-menu .parent-menu .parent-menu-a img {
    position: relative;
    top: -2px;
    margin-left: 4px;
}

menu ul.bottom-linemenu li{
    list-style: none;
    float: left;
    margin: 0px;
}
menu ul.bottom-linemenu li a{
    line-height: 40px;
    padding: 0px 15px;
    /*min-width: 136px;*/
    float: left;
    text-align: left;
    font-size: 16px;
}
menu ul.bottom-linemenu {
    padding-left: 0;

}
.menu-search-block{

    border-top: 1px solid #c7c7c7;
    margin-bottom: 10px;
}
.menu-line {
    width: 75%;
    float: left;
}
.search-line {
    width: 25%;
    float: right;
}
.main-title h1{

    width: 100%;
    text-align: left;
    line-height: 42px;
    font-weight: bold;
    font-size: 12px;
}
input.search-input {
    width: 75%;
    float: left;
    border: none;
    padding: 10px;
    color: #484848;
    background: #f3f3f3;
}
.search_form {
    min-height: 52px;
    padding-top: 13px;
}
.prod-name {
    color: black;
    text-transform: uppercase;
    font-size: 17px;
}
span.price {
    font-size: 14px;
    font-weight: 800;
    color: black;
    line-height: 48px;
    text-transform: uppercase;
}
.product_list .product_image img {
    width: 100%;
    margin: 24px 0;
}
.product_list .product_discription {
    text-align: justify;
}
.product_list .prod-art {
    text-align: left;
}
.product_list .product-image-wrapper {
    margin-bottom: 55px;
}
input.search-submit {
    width: 25%;
    border: none;
    padding: 10px;
    background-image: url(/images/mob_search3.png);
    background-color: #f3f3f3;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    color: #484848;
    position: relative;
}

menu {

    padding-left: 0;
}
.grey-title h3{
    /* background-color: #f2f2f2; */
    width: 100%;
    line-height: 1;
    /* font-weight: 600; */
    font-size: 2.5em;
    padding-bottom: 12px;
    color: #686866;
    padding-top: 68px;
}
.brands-block {
    display: inline-block;
    width: 100%;
}
.brand-logo-start{
    display: inline-block;
    text-align: center;
    width: 16%;
}
.service-logo-start {
    display: inline-block;
    text-align: center;
    width: 33%;
}
.brands-block .service-logo-start:first-child{

    text-align: left;
}
.out3div-name {
    font-size: 16px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 20px;
    min-height: 85px;
}
.brands-block .service-logo-start:last-child{

    text-align: right;
}
.brand-logo-start img{
    max-width: 80%;
}
.service-logo-start img{
    max-width: 94%;
}

.prod_list_f {
    width: 24%;
    position: relative;
    float: left;
    margin-right: 1%;
}
.prod_list_f:last-child {
    width: 24%;
    position: relative;
    float: right;
    margin-right: 0;
}
.footer-logos-blocks img {
    max-width: 96%;
}

.prod_list_f:hover .change-img-l,
.prod_list_f:hover .change-img-r
{

    display: block;
}
.prod_list_f .newproduct {
    position: absolute;
    margin-top: -41px;
    height: 25px;
    line-height: 25px;
    FONT-SIZE: 12px;
    width: 75px;
    background-color: white;
    text-align: center;
    COLOR: #080808;
    vertical-align: middle;
    FONT-WEIGHT: bold;
    cursor: default;
}

.prod_list_f .change-img-l {
    position: absolute;
    display: none;
    cursor: pointer;
    margin-top: calc(50% - 24px);
    height: 48px;
    z-index: 15;
    width: 23px;
    background: url(/images/change_product_image4.png) 0px -48px no-repeat;
}
.prod_list_f .change-img-l:hover {
    position: absolute;
    height: 48px;
    width: 24px;
    background: url(/images/change_product_image4.png) -24px -48px no-repeat;
}
.prod_list_f .change-img-r {
    position: absolute;
    display: none;
    cursor: pointer;
    z-index: 15;
    margin-left: 82%;
    margin-top: calc(50% - 24px);
    height: 48px;
    width: 24px;
    background: url(/images/change_product_image4.png) -24px 0px no-repeat;
}
a.productbrand {
    font-weight: 600;
}
.prod-info-block {
    text-align: left;
    padding-top: 6px;
}
.img-div {
    height: 22vw;
    width: 90%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: 0% 50%; */
}
.owl-carousel{
    margin-bottom: 30px;
}

.header-block .logo img {
    width: 220px;
}
.main-head-title {
    font-size: 12px;
    /*font-family: 'Myriad Pro', sans-serif;*/
}
.owl-dot {
    display: inline-block;
    float: left;
    /*border: 1px solid black;*/
    margin: 5px;
    width: 100px;
    height: 68px!important;
    overflow: hidden;
}
.contacts{
    margin-bottom: 40px;
}
div#map {
    width: 100%;
    height: 400px;
    margin-top: 42px;
}
.more_like_imgs {
    text-align: right;
    width: 70%;
    margin-bottom: 80px;
    float: right;
}
.more_like_imgs span {
    /* margin-bottom: 12px; */
    /* width: 100%; */
    margin-left: 5px;
    text-align: left;
    /* padding-bottom: 12px; */
}
.breadcrumb-p {
     display: flex;
 }
.breadcrumb-p ul{
    list-style: none;
    /* text-align: left; */
    padding-left: 0;
    /* float: left; */
}
.breadcrumb-p ul li{
    float: left;
}
/*.breadcrumb-p ul li:after{*/
/*content: ' > ';*/
/*margin: 0 10px;*/
/*}*/
.breadcrumb-p ul li:last-child:after{
    content: '';
}
.breadcrumb-p ul li a {
    font-size: 12px;
    color: black;
    text-transform: uppercase;
}
.breadcrumb-s {
    display: flex;
}
.breadcrumb-s ul{
    list-style: none;
    /* text-align: left; */
    padding-left: 0;
    /* float: left; */
}
.breadcrumb-s ul li{
    float: left;
}
/*.breadcrumb-p ul li:after{*/
/*content: ' > ';*/
/*margin: 0 10px;*/
/*}*/
.breadcrumb-s ul li:last-child:after{
    content: '';
}
ul.footer-submenu {
    position: absolute;
    width: 150%;
    padding: 0;
    left: 0;
    bottom: 100%;
    background: rgba(255, 255, 255, 0.97);
    display: none;
    line-height: 18px;
    padding-top: 15px;
    font-size: 12px;
    z-index: 99999;
}
.static-page .subblock-text{
    color: #959595;
    font: 12px/18px "Montserrat-Regular",Helvetica,Arial,sans-serif;
    line-height: 15px;
}
.static-page .subblock-text{
    color: #959595;
    font: 12px/18px "Montserrat-Regular",Helvetica,Arial,sans-serif;
    line-height: 15px;
}
.static-page .subblock-text p{

    margin-bottom: 1em;
}
.static-page .subblock-text a{
    -webkit-tap-highlight-color: rgba(81,81,81,.5);
    text-decoration: underline;
    cursor: pointer;
}
.static-page .subblock-text a:hover{
    color: #666;
    text-decoration: none;
}
.static-page h2.subblock-title {
    font-weight: 400;
    margin: 10px 0;
    text-rendering: optimizeLegibility;
    text-shadow: transparent 0 0 1px;
    text-transform: uppercase;
    color: #959595;
    margin-top: 30px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
}
.img_conteiner img {
    max-width: 100%;
    margin-top: 25px;

}
.mini_marg_right{
    padding-right: 25px;
}

.mainmenu_desktop li{
    position: relative;
}
ul.footer-submenu  li:first-child {
    padding: 0 2px 0 23px;
    font-size: 12px;
}
ul.footer-submenu  li {
    padding: 0 2px 0 23px;;
   line-height: 18px;
    width: 100%;
}
.breadcrumb-s ul li a {
    font-size: 12px;
    color: black;
    text-transform: uppercase;
}
.subblock-text {
    font-size: 16px;
    text-align: left;
    margin-top: 25px;
    /*min-height: 70vh;*/
}
main {
    min-height: 70vh;
}
.subblock-text.blogitem {

    min-height: 10vh;
    margin-bottom: 40px;
}
.subblock-text.min{

    min-height: inherit;
    margin-bottom: 50px;
}
.more_like_imgs img {
    /*width: 183px;*/
    /*border: 1px solid black;*/
   /* margin: 0 2px;*/
}
.more_img {
    /*display: inline-block;*/
    position: relative;


}
ul.landmenu {
    list-style: none;
    width: 100%;
    z-index: 9999;
    position: relative;
    padding-left: 0;
    display: inline-block;
    background: white;
    padding: 10px 0;
    margin-top: -20px;
}
.read_care {
    display: none;
    text-align: left;
}
a.read_it {
    float: left;
    margin-top: 20px;
}
ul.landmenu li {
    float: left;
    margin: 0 5px;
}
ul.landmenu li:hover a{

    color: black;
}
ul.landmenu li:first-child {

    margin-left: 0;
}
ul.landmenu li:last-child {

    margin-right: 0;
}
/*.more_img:after {*/
    /*content: '>';*/
    /*position: absolute;*/
    /*font-size: 66px;*/
    /*!* line-height: 100; *!*/
    /*font-weight: 300;*/
    /*top: calc(50% - 39px);*/
/*}*/
.dots_img {
    width: 100%;
    height: 100%;
    background-size: cover;
}
.owl-item {
    /*border: 1px solid black;*/
    /*border-left: none ;*/
}
.owl-dots {
    text-align: center;
    display: inline-block;
    margin: 10px 0;
}
.owl-dot img {
    /* display: inline-block; */
    max-width: 100px;
    /* float: left; */
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    width: 22%;
    margin-left: 0;
    padding-left: 17px;
    padding-top: 0;
    font-size: 16px;
    color: #686866;
    border-bottom: 1px solid #c7c7c7;
    height: 98px;
}
.owl-theme .owl-dots .owl-dot p {

    padding-top: 10px;

}
.owl-theme .owl-nav .owl-prev:hover{
    background: url(/images/slider-buttons-2x.png) no-repeat;
}
.owl-theme .owl-nav .owl-next:hover{
    background: url(/images/slider-buttons-2x.png) no-repeat;
    background-position: -23px 0;
}
.owl-theme .owl-nav .owl-prev{
    left: 25%;
}
.owl-theme .owl-dots, .owl-theme .owl-nav{
    text-align: left;
}
.owl-theme .owl-dots .owl-dot:first-child{
    border-top: 1px solid #c7c7c7;
}
.dl-menu.dl-animate-out-1 {
    animation: MenuAnimOut1 0.4s linear forwards;
}

@keyframes MenuAnimOut1 {
    50% {
        transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }
    100% {
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

.dl-menu.dl-animate-in-1 {
    animation: MenuAnimIn1 0.3s linear forwards;
}

@keyframes MenuAnimIn1 {
    0% {
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

.prod_list_f .change-img-r:hover {
    position: absolute;
    height: 48px;
    width: 24px;
    background: url(/images/change_product_image4.png) 0px 0px no-repeat;
}
.blog-start img {
    max-width: 100%;
}
.blog-start .out3div-read {
    float: right;
    line-height: 20px;
    padding: 0px 5px;
    background-color: #404040;
    color: #fff;
    position: relative;
    margin-top: -35px;
    margin-right: 15px;
    font-size: 14px;
}

.footer-text-about.mob{
    display: none;
}
.mainmenu {
    margin: 10px auto;
    font-size: 16px;
    position: relative;
    padding: 0;
    display: none;
}

.mainmenu > li {
    background-color: #c3c3c3;
    border-top: 1px solid #f3f3f3;
    height: 48px;
    color: #333;
    box-sizing: border-box;
    text-align: left;
    padding-left: 15%;
    font-size: 15px;
    line-height: 48px;
}
.news-form{
    width: 100%;
    margin: 90px 0;
    font-size: 18px;
    color: #484848;
}
.news-input{
    width: 75%;
    float: left;
    border: none;
    padding: 10px;
    color: #484848;
    background: #f3f3f3;
}
input.news-submit {
    width: 25%;
    border: none;
    padding: 10px;
    background: #c3c3c3;
    color: #484848;
}
.footer-menu-blocks {
    text-align: left;
    font-size: 16px;
    color: #686866;
    margin-top: 30px;
}
.footer-menu-blocks ul{
    list-style: none;
    padding-left: 0;
}
.footer-menu-blocks h5 {
    font-size: 22px;
    margin-bottom: 24px;
}
.footer-menu-blocks ul li{
    list-style: none;
    padding: 8px 0;
    padding-left: 0;
}
.footer-menu-blocks ul li a{
    text-align: left;
}
.footer-logos-blocks{
    text-align: left;
}
.footer-text-about {
    text-align: left;
}
.footer-text-block {
    max-height: 102px;
    overflow: auto;
    font-size: 15px;
    color: #686866;
}
.soc_icons{
    display: inline-block;
    text-align: left;
    min-height: 120px;
}
.copy {
    margin-top: 32px;
    text-align: center;
    color: #686866;
}
.footer-xml {
    float: right;
}
.footer-xml img {
    max-width: 105px;
    margin: 5px;
}
.footer-copy-block {
    width: 100%;
    margin-top: 50px;
    border-top: 2px solid #c7c7c7;
    padding-top: 35px;
}
.mainmenu > li:first-child {
    border-radius: 0;
    border-top: 0;
}

.mainmenu > li {

    position: relative;
}

.mainmenu > li span {
    display: block;
    line-height: 48px;
}

.mainmenu > li .icon {
    padding: 0;
    float: left;
    width: 20px;
    height: 48px;
    line-height: 48px;
    font-size: 31px;
    padding-right: 58px;
    display: block;
}
.mainmenu > li:after{
    content: "+";
    width: 20px;
    height: 48px;
    line-height: 48px;
    font-size: 31px;
    padding-right: 58px;
    position: absolute;
    top: 0;
    right: 0;
}

.mainmenu > li.choosen:after{
    content: "-";

}
.mainmenu > li.no_plus:after{
    content: "";

}
.mob-menu-close {
    float: right;
    margin-right: 20px;
}

.mainmenu > li .messages {

    padding: 0;
    margin-top: -33px;
    margin-right: 19px;
    float: right;
    display: block;
    width: 34px;
    height: 18px;
    text-align: center;
    font-size: 11px;
    line-height: 19px;
}

.expand-triangle {
    background: url(/images/drop_down.png) top left no-repeat;
    height: 22px;
    width: 100%;
    margin-left: 0%;
    background-size: contain;
    content: " ";
    opacity: 0.36;
    /* margin-left: -40px; */
}
.submenu {
    box-sizing: border-box;
    color: #ae9f9f;
    font-size: 13px;
    content: " ";/*opacity: 0.5;*/
    list-style: none;
}

.submenu li {
    line-height: 3;
    /* height: 43px; */
    /* padding-top: 11px; */
    margin-left: -40px;
    background-color: #f3f3f3;
    border-left: solid 6px #f3f3f3;
    transition: border-left 220ms ease-in;
    text-align: left;
    font-size: 20px;
    color: #525252;
}

.submenu .chosen, .submenu .chosen:hover { border-left: solid 6px #96d145; }

.submenu li:hover { border-left: solid 6px #d05942; }

.submenu li span { margin-left: 30px; }
.dl-menuwrapper button{
    background: #ccc;
    border: none;
    width: inherit;
    height: 45px;
    background: #c3c3c3!important;
    text-indent: inherit;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
}
.dl-menuwrapper li.dl-back > a{
    background: #c3c3c3;
}
.dl-menuwrapper button:after{
    /*display: none;*/
}
.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 5px;
    background: #fffefe;
    top: 10px;
    left: calc(50% - 20px);
    box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
}
.mobile-menu-block {
    width: 280px;
    display: inline-block;
    /* left: 0; */
    position: absolute;
    background-color: #fff;

    font-size: 15px;
    box-shadow: 0 0 10px #333;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    -ms-overflow-style: none;
    z-index: 1001;
    left: 0;
}
.mobile-menu-block{
    display: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    -ms-overflow-style: none;
}
.menu-block .top-menu .parent-menu .submenu-box{
    position: absolute;
    display: none;
    margin-top: 32px;
    background-color: #fff;
    z-index: 999999;
    border: 1px solid black;
    padding: 15px;
    min-width: 332px;
}
.menu-block .top-menu .submenu-box ul {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 135px;
    margin-right: 15px;
}
.menu-block .top-menu .submenu-box li {
    list-style: none;
    text-align: left;
    margin: 0px;
    line-height: 20px;
    min-height: 20px;
}
.menu-block .top-menu .submenu-box li a {
    font-size: 12px;
    white-space: nowrap;
}
.menu-block .top-menu .submenu-box .submenu_column2 {
    clear: both;
    float: left;
    margin-top: 10px;
    border-top: solid 1px #515151;
    padding-top: 13px;
}
.mobile-header-block {
    display: none;
}
li.parent-menu a span {
    color: #686866;
}
.mob-menu-btn {
    background: url(/images/mob_menu_v2.png);
    width: 11vw;
    height: 9vw;
    float: left;
    margin: 1vw 2vw;
    background-size: cover;
}
.search-field-btn {
    background: url(/images/mob_search3.png);
    width: 5vw;
    height: 8vw;
    float: left;
    margin: 2vw 0vw;
    background-size: cover
}
/*.fav-menu-btn {*/
/*background: url(/images/wishlist-heart2.png);*/
/*width: 7vw;*/
/*height: 7vw;*/
/*float: right;*/
/*!* margin: 20px 10px; *!*/
/*background-position: 50% 50%;*/
/*background-size: cover;*/
/*border: 1px solid white;*/
/*}*/
.fav-menu-block {
    background: url(/images/wishlist-heart2.png);
    width: 7vw;
    height: 7vw;
    float: right;
    margin: 3.5vw 0vw;
    background-size: cover;
    text-align: center;
    padding-top: 2vw;
    color: white;
}

.cart-mob-btn {
    background: url(/images/mob_cart3.png);
    width: 6vw;
    height: 8vw;
    float: right;
    margin: 2vw 3vw;
    background-size: cover;
    padding-top: 3.5vw;
    text-align: center;
}
.owl-carousel.prod.owl-theme.mob-product-carousel {
    display: none;
}


/*-------------------GLOBAL---------------------------------*/
/*-------------------MAIN PAGE------------------------------*/
/*-------------------MAIN PAGE------------------------------*/
/*-------------------STATIC PAGE----------------------------*/
/*-------------------STATIC PAGE----------------------------*/
/*-------------------PRODUCT PAGE---------------------------*/
.prod_back_btn {
    float: left;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    color: #999;
    line-height: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    margin-top: 25px;
    position: relative;
    z-index: 2;
}
.product_catblock{
    padding-left: 65px;
    padding-right: 65px;
}
.product-view-img {
    float: left;
    width: 100%;
    position: relative;
}
#owl-product .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
#owl-product .owl-theme .owl-controls {
    margin-top: 30px;
}
.dl-menuwrapper{
    display: none;
}
#owl-product .owl-theme .owl-controls {
    margin-top: -30px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}
#owl-product .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    top: -15px;
    position: relative;
}
#owl-product .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #fff;
}
.image-slider-box {
    float: left;
    width: 100%;
    /*margin-top: 20px;*/
    margin-bottom: 20px;
}
.image-slider-box td {
    /*width: 25%;*/
    padding: 5px;
    float: left;
}
.empty-cart {
    margin-left: 39%;
}
.product-view-img .owl-next{
    display: block;
    position: absolute;
    right: -35px;
    /* font-size: 53px; */
    font-size: 50px;
    top: calc(50% - 36px);
}
.product-view-img .owl-prev{
    display: block;
    position: absolute;
    font-size: 50px;
    top: calc(50% - 36px);
    left: -33px;
}
.product-view-img .owl-prev.disabled, .product-view-img .owl-next.disabled{
display: none;
}
.image-slider-box img {
    /*width: 100%;*/

}
span.simple-price s{
    margin-right: 5px;
}
#owl-product .owl-dots{

    display: none;
}
.blog_bots .item {
    width: 20%;
    float: left;
}
.blog_bots .item img {
    max-width: 100%;
}
.blog_bots .item a {
    display: block;
    width: 100%;
}
.blog_imagin {
    width: calc(100% - 40px);
    height: 24vh;
    margin: 20px;
}
.cartbarmain {
    margin-top: 107px;
    display: block;
}
.main_menu_line ul.main_menu_list li{
    width: 20%;
}
.promo-applied{
    padding-top: 0;
}
/*-------------------PRODUCT PAGE---------------------------*/
/*-------------------PAGE ABOUT-----------------------------*/
/*-------------------PAGE ABOUT-----------------------------*/
/*-------------------BLOG PAGE------------------------------*/
.blog-menu h3{
    font-size: 12px;
    line-height: 30px;
    background: #f3f3f3;
    padding-left: 15px;
}
.blog-menu{
    padding: 0;
    text-align: left;

}
input.payment_rep {
    /* float: right; */
    font-size: 16px;
    line-height: 20px;
    padding: 5px 10px;
    border: 1px solid #999;
    background: #fff;
    color: #999;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    cursor: pointer;
}
select.rep_payment {
    line-height: 25px;
    height: 33px;
    /* width: 100%; */
    /* float: left; */
    border: 1px solid #cccccc;
    padding: 0px 3%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    background: #efefef;
    border: none;
    color: #767676;
}

.blog-menu ul{
    list-style: none;
    padding: 0;

}
.blog-menu ul li a{
    line-height: 22px;
    padding-top: 2px;
    min-height: 22px;
    font-size: 12px;
    color: #333;
}
.blog-menu ul li.active{

    padding-left: 5px;
    background: #c3c3c3;
}
.breadcrumbs {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
.breadcrumbs ul {
    list-style: none;
    display: inline-block;
    padding-left: 0;
    text-align: center;

}
.breadcrumbs ul li {
    float: left;
    width: 25px;
    height: 25px;
    /* background: #f3f3f3; */
    margin: 0 5px;
    border: 1px solid #c3c3c3;
}
.breadcrumbs ul li:hover {
    cursor: pointer;
}

.breadcrumbs ul li a {
    line-height: 25px;
}
.breadcrumbs ul li.active {
    background: #f3f3f3;
    /* border-color: #c3c3c3; */
    border: 1px solid black;
}
.product-name h1 {
    font-size: 17px;
    text-transform: uppercase;
}
span.price-block {
    font-size: 12px;
    font-weight: 600;
}
.input-qt2{
    display: none;
}
span.price-block {
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 37px;
    display: block;
    border-bottom: 3px solid black;
}
.prod-desc {
    margin-top: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #000000;
    text-align: justify;
}
.prod-desc-title {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
}
.prod-desc.size-arr ul {
    list-style: none;
    display: inline-block;
    padding-left: 0;
}
.prod-desc.size-arr ul li{
    /* list-style: none; */
    float: left;
    padding: 4px;
    border: 2px solid black;
    /* border-radius: 7px; */
    margin: 3px;
}
.prod-desc.size-arr {
    border-bottom: none;
}
.new_cart .progress-line .progress-bg-line {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    float: left;
    width: 100%;
    height: 3px;
    background: #fff;
    position: relative;
    top: 65px;
}
.new_cart .progress-line table tr td .circle.active {
    color: #009933;
    border: 1px solid #009933;
}
.new_cart .progress-line table tr td .circle.first.completed {
    background: #797979 url(/img/cart-progress-image.png) bottom center no-repeat;
}

.edit-profile{
    float:right;
    font-size:20px;
}

.edit-profile img{
    margin-left:5px;
}


.start-read-more{
    height:40px;
    line-height: 36px;
    float:left;
.border:2px solid #999999;
    color:#999999;
    text-transform: uppercase;
.padding:0px 45px;
    margin-top: 15px;
    cursor: pointer;
}

.start-read-more:hover{
    height:40px;
    line-height: 36px;
    float:left;
.border:2px solid #999999;
.color:#fff;
.background:#999999;
    text-transform: uppercase;
.padding:0px 45px;
    margin-top: 15px;
    text-decoration: underline;
}

/* new cart */
.new_cart{
    /*font-family: 'Titillium Web', 'ubuntu', sans-serif;*/
    margin-bottom: 80px;
    /*float:left;*/
    width:100%;
}


.new_cart .cart_title{
    float: left;
    width: 100%;
    /* color: #999999; */
    font-size: 22px;
    line-height: 30px;
    padding: 20px 0px;
    text-transform: uppercase;
    /* font-weight: bold; */
    color: #999;
    font-size: 16px;
    margin: 10px 0;
    text-align: left;
}

.more_like_block {
    height: 122px;

    width: 97%;
    /*border: 1px solid black;*/
    margin: 0 2px;
    display: inline-block;
}
.prod-desc.size-arr ul li:hover{
    cursor: pointer;
}
.set_bg {
    width: 100%;
    height: 480px;
    position: relative;
}
.prod-desc.size-arr ul li.active {
    background: black;
    color: white;
}
.new_cart .sub_cart_title{
    float:left;
    width:100%;
    color:#666666;
    font-size:20px;
    line-height: 30px;
    padding:20px 0px;
    text-transform: uppercase;
    font-weight: bold;
}
.item_name {
    background: black;
    position: absolute;
    color: white;
    padding: 9px 15px;
    bottom: 42px;
    right: 0;
    font-size: 18px;
}
.item_name.red {
    background: #d60000;
}
.new_cart .cart_info {
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}


.new_cart .cart_info .cart_menu {
    background: #fff;
    color: #000;
    font-size: 16px;
.font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.new_cart .cart_info .cart_menu .delete{
    width:90px;
    text-align: center;
}

.new_cart .cart_info .cart_menu .image{
    width:100px;
}

.new_cart .cart_info .cart_image{
    border-right:0px !important;
    vertical-align: middle;
    text-align: center;
}


.new_cart .cart_info .cart_menu .description{
    text-align: center;
}

.new_cart .cart_info .cart_menu .price{
    text-align: center;
    width:155px;
}

.new_cart .cart_info .cart_menu .quantity{
    text-align: center;
    width:165px;
}

.new_cart .cart_info .cart_menu .total{
    text-align: center;
    width:155px;
}





.new_cart .cart_info .cart_quantity{
    text-align: center;
    padding:0px 20px !important;
}


.new_cart .cart_info .cart_delete{
    text-align: center;
}

.new_cart .cart_info .table.table-condensed{

}


.new_cart .cart_info .table.table-condensed tbody{

}

.new_cart .cart_info .table.table-condensed thead tr {
    height: 40px;
}
.new_cart .cart_info .table.table-condensed thead tr th{
    line-height: 20px;
    border-bottom:1px solid #e5e5e5;
    background: white;
    color:#999999;
    font-size:15px;
    font-weight: lighter;
    text-transform: uppercase;
    padding:10px 0px;
    vertical-align: middle;
}
.new_cart .cart_info .table.table-condensed thead tr th:first-child{

    text-align: left;
}
.new_cart .cart_info .table.table-condensed  tr td{
    /*border-right:1px solid #eeeeee;*/
    vertical-align: middle;
.border-top:40px solid #fff;
}

.new_cart .cart_info .table.table-condensed tr td:last-child{
    border-right:0px;
    /*display: none;*/
}


.new_cart .cart_info .table.table-condensed td{
    padding:10px 5px;
}


.new_cart .cart_info .table.table-condensed tr:last-child {
    border-bottom: 0;
}

.cart_info table tr td {
    border-top: 0 none;
    vertical-align: inherit;
}


.new_cart .cart_info .image {
    padding-left: 30px;
}



.new_cart .cart_info .cart_description p {
    color:#696763
}


.new_cart .cart_info img{
    max-width:80px !important;
    max-height:80px !important;
}


.new_cart .cart_info .cart_price p {
    color:#696763;
    font-size: 18px
}


.new_cart .cart_info .cart_total_price {
    color: #FE980F;
    font-size: 24px;
}

.new_cart .progress-line .progress-bg-line span.active {
    background: #009933;
}
.new_cart .progress-line .progress-bg-line span {
    width: 12.5%;
    float: left;
    height: 1px;
}
.new_cart .progress-line table {
    float: left;
    width: 100%;
}
.new_cart .progress-line table tr td {
    width: 25%;
    text-align: center;
}
.new_cart .progress-line table tr td .circle {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0px auto;
    line-height: 68px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    border: 1px solid #cccccc;
    color: #666666;
    font-size: 33px;
    position: relative;
    z-index: 100;
    background: #fff;
}
.new_cart .progress-line table tr td .circle.first {
    border: 1px solid #009933;
    background: #fff url(/img/cart-progress-image.png) top center no-repeat;
}
.new_cart .progress-line {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
input.btn-tocart {
    background: black;
    color: white;
    padding: 10px 25px;
    border: none;
    margin-top: 20px;
}
a.wishlistadd {
    font-size: 13px;
    line-height: 33px;
    color: black;
}
/*-------------------BLOG PAGE------------------------------*/
/*-------------------STORE IN RIGA--------------------------*/
/*-------------------STORE IN RIGA--------------------------*/
/*-------------------LOGIN PAGE-----------------------------*/
/*-------------------LOGIN PAGE-----------------------------*/

.wishlistadd:hover,
.wishlistadd:focus{
    background: #666666;
    color: #fff;
}

.w-cart-add{
    height: 40px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #999 url('/images/basket-add.png') center center no-repeat;
    width: 40px;
    margin: 0 36%;
    color: #fff;
    font-size: 20px;

    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    float:left;
    cursor: pointer;
}

.w-cart-add:hover{
    background: #2f281e url('/images/basket-add.png') center center no-repeat;
}


.cart {
    background: #FE980F;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
.font-family: 'Roboto', sans-serif;
    font-size: 15px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.cartpopup {

}

.cartpopup .cart-info{
    float:left;
    line-height:40px;
    width:40px;
    height:40px;
    margin-left:0px;
    background: url("/images/cart_image.png") right center no-repeat;
    text-transform: uppercase;
    margin-right:10px;
    color:#666666;
    font-stretch: condensed;
    font-size: 18px;
}

.cartpopup .cart-info:hover{
    text-decoration: underline;
}

.cartpopup .cart-url{
    text-align: center;
    text-transform: uppercase;
    float:left;
    width:105px;
    height:50px;
    background-color: #eee333;
}

.cartpopup .cart-url{
    color:#212219;
}

.cartpopup .cart-url a:hover{
    text-decoration: underline;
}

.cart-count {
    line-height: 20px;
    width: 20px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #999999;
    color: #fff;
    margin-top: 0px;
    margin-left: 36px;
    position: absolute;
    z-index: 999;
    margin-left: 29px;
    margin-top: -5px;
}

.cart-count .count{
    font-size: 13px;
}

.cart-count .sup1{
    position:relative;
    top:-3px;
    font-size: 9px;
}

#cart-detail-popup{
    float:left;
    width:100%;
    background: #666666;
    display: none;
}

#cart-detail-popup .product_image{
    height:auto !important;
}

.product_image img{
.image-rendering: pixelated;
    image-rendering: auto;
}

@media (max-width: 1000px){
    .product_image img{
        image-rendering: auto;
    }
}



.cart-product-list {
    position: absolute;
    z-index:99999999999;
    padding-bottom: 0px;
    top: 40px;
    margin-left:-3px;
    width: 320px;
    left:-115px;
    background: #fff;
    display:none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow:    0px 0px 21px 0px rgba(50, 50, 50, 1);
    box-shadow:         0px 0px 21px 0px rgba(50, 50, 50, 1);
    cursor: default;
}

.cart-product-list .cart-line{
    width:100%;
    border-bottom:1px solid #d7d7d7;
    padding:15px 20px;
    min-height: 75px;
    float:left;
}

.cart-product-list .cart-line:last-child{
    border-bottom:0px;
}

.cart-product-list .cart-line .total-number{
    font-size: 24px;
    color:#383838;
    line-height: 50px;
}


.cart-product-list .cart-line .noformet{
    line-height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #ec1c24;
    float: right;
    width: 160px;
    margin: 0px 0px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
    text-align: center;
}

.cart-product-list .cart-line .noformet:hover{
    background: #2f281e;
}

.cart-title{
    float: left;
    width: 100%;
    line-height: 35px;
    font-size: 30px;
    color: #666666;
    text-transform: uppercase;
    font-weight: bold;
    margin-top:30px;
}

.cart-title span{
    float:left;
}

.cart-margin span{
    margin-bottom: 30px;
    width:100%;
}

.cart-title .count{
    line-height: 40px;
    width:40px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ec1c24;
    color:#fff;
    margin-top:3px;
    margin-left:10px;
}

.cartpopup .cart-block:hover .cart-product-list {
.display: block;
}

.cart-block{
    float:right;
}

.cart-block.hover{
    display: block;
}

.cart-item {
    min-height: 70px;
    margin-top: 15px;
}

.cart-item-title {
    width: 100%;
    position: relative;
    min-height: 70px;
    margin-right: 10px;
    font-size: 13px;
    line-height: 15px;
}

.cart-item-qty {
    font-size: 14px;
    color:#333;
    line-height: 20px;
}

.cart-item-link a{
    color:#333;
    line-height: 20px;
}

.cart-item-img {
    text-align: center;
    height: 80px;
    width: 80px;
    overflow: hidden;
    background-color: white;
    float:left;
    margin-right:20px;
    position:relative;
    z-index: 2;
}

.cart-item-img img {
    max-height: 80px;
    max-width: 80px;
}

.cart-item a {
    color: #393736;
    font-size: 13px;
    font-weight: bold;
}

.cart-item a:hover {
    text-decoration: underline;
}

.cart-product-list .divir {
    height: 1px;
    background: #3a3e22;
    margin-bottom: 5px;
    margin-top: 15px;
}

.cart-product-list .cart-total {
    padding-top:5px;
    font-size: 16px;
    margin-left: 10px;
    line-height: 15px;
}

.cart-product-list .number {
    float: right;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}

.cart-product-list .sup1{
    position: relative;
    top: -3px;
    font-size: 9px;
}

.cart-total-summ{
    float: right;
    font-size: 20px;
    line-height: 26px;
    text-align: right;
    text-transform: uppercase;
    color: #999999;
    padding: 7px 0px;
}



.cart-total-summ .number{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-left: 35px;
    float: right;
}



.delivery-total-summ{
    float:right;
    font-size: 20px;
    line-height: 26px;
    text-align: right;
    text-transform: uppercase;
    color:#999;
    padding:7px 0px;
    margin-right:80px;
}


.delivery-total-summ .number {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    margin-left: 0px;
    margin-left: 35px;
    float: right;
}


@media (max-width: 650px) {
    .delivery-total-summ{
        clear:both;
        margin-right:0px;
        width:100%;
        text-align: left;
    }

    .cart-total-summ{
        width:100%;
        text-align: left;
    }

    .cart-total-summ .number{
        margin-left: 0px;
    }

    .delivery-total-summ .number{
        margin-left:0px;
    }
}

.total_area ul{
    padding:0px;
    margin:0px;
}

.shop-details-tab {
    border: 1px solid #F7F7F0;
    margin-bottom: 75px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 10px;
}
.shop-details-tab .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}


#reviews ul {
    background: #FFFFFF;
    border: 0 none;
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0;
}

#reviews  ul  li {
    display:inline-block;
}

#reviews ul li a {
    color: #696763;
    display: block;
.font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding-right: 15px;
}

#reviews ul li a i{
    color:#FE980F;
    padding-right:8px;
}

#reviews ul li a:hover{
    background:#fff;
    color:#FE980F;
}

#reviews p{
    color:#363432;
}

#reviews  form span {
    display: block;
}

#reviews form span input {
    background:#F0F0E9;
    border: 0 none;
    color: #A6A6A1;
.font-family: 'Roboto', sans-serif;
    font-size: 14px;
    outline: medium none;
    padding: 8px;
    width: 48%;
}
#reviews form span input:last-child {
    margin-left: 3%;
}

#reviews textarea {
    background: #F0F0E9;
    border: medium none;
    color: #A6A6A1;
    height: 195px;
    margin-bottom: 25px;
    margin-top: 15px;
    outline: medium none;
    padding-left: 10px;
    padding-top: 15px;
    resize: none;
    width: 99.5%;
}

#reviews button {
    background: #FE980F;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
.font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

/**** cart popup *****/
.cart-popup-title{
    float:left;
    margin:30px 0px 25px 0px;
    text-align: left;
    line-height: 20px;
    color:#fff;
    font-size:18px;
    text-transform: uppercase;

}

.cart-popup-margin{
    float:left;
    width:100%;
    margin-top:30px;
}

.cart-popup-message{
    float:left;
    width:100%;
    line-height: 20px;
    color:#fff;
    margin-bottom: 30px;
}

.cart-popup-message{
    float:left;
    width:100%;
    color:#fff;
}

.cart-popup-delimiter{
    float:left;
    width:100%;
    border-bottom:1px solid #fff;
    margin:0px 0px 0px 0px;
}

.cart-popup-bag-title{
    float: left;
    margin: 30px 0px 25px 0px;
    text-align: left;
    line-height: 20px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.news-block.static_banner {
    background: none;
}
.news-block.static_banner img{
    background: none;
    width: 100%;
    height: auto;
}
.cart-popup-bag-total{
    float:right;
    font-size:18px;
    color:#fff;
    text-transform: uppercase;
    line-height: 20px;
    margin-top:25px;
}

.cart-popup-bag-total #popup-cart-total{
    font-size:28px;
    float:right;
    font-weight: bold;
    line-height: 20px;
    margin-left:10px;
    position:relative;
    top:-3px;
}

.cart-popup-bag-buttons{
    float:right;
}

.cart-popup-bag-buttons .bag-detaild-btn {
    padding:0px 20px;
    float: right;
    line-height: 55px;
    height:55px;
    border: 0px;
    background: #009933;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #fff;
    cursor: pointer;
    margin:20px 0px 15px 0px;
    font-stretch: condensed;
.font-family: 'Myriad Pro', sans-serif;
}

.cart-popup-bag-buttons .bag-detaild-btn:hover{
    background-color: rgb(0,189,63);
}

.cart-popup-back-buttons{
    float:left;
}

.cart-popup-back-buttons .bag-detaild-btn {
    padding: 0 20px;
    float: right;
    line-height: 55px;
    height:55px;
    border: 0px;
    background: #666666;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #fff;
    cursor: pointer;
    margin:20px 0px 15px 0px;
    font-stretch: condensed;
.font-family: 'Myriad Pro', sans-serif;
}

.cart-popup-back-buttons .bag-detaild-btn:hover{
    background-color: #8E8E8E;
}

@media (max-width: 1000px) {
    .cart-popup-bag-buttons{
        width:100%;
    }

    .cart-popup-bag-buttons .bag-detaild-btn{
        width:100%;
    }

    .cart-popup-back-buttons{
        width:100%;
    }

    .cart-popup-back-buttons .bag-detaild-btn {
        width:100%;
    }
}
.cartpopup {

}

.cartpopup .cart-info{
    float:left;
    line-height:40px;
    width:40px;
    height:40px;
    margin-left:0px;
    background: url("/images/cart_image.png") right center no-repeat;
    text-transform: uppercase;
    margin-right:10px;
    color:#666666;
    font-stretch: condensed;
    font-size: 18px;
}

.cartpopup .cart-info:hover{
    text-decoration: underline;
}

.cartpopup .cart-url{
    text-align: center;
    text-transform: uppercase;
    float:left;
    width:105px;
    height:50px;
    background-color: #eee333;
}

.cartpopup .cart-url{
    color:#212219;
}

.cartpopup .cart-url a:hover{
    text-decoration: underline;
}

.cart-count {
    line-height: 20px;
    width: 20px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #999999;
    color: #fff;
    margin-top: 0px;
    margin-left: 36px;
    position: absolute;
    z-index: 999;
    margin-left: 29px;
    margin-top: -5px;
}

.cart-count .count{
    font-size: 13px;
}

.cart-count .sup1{
    position:relative;
    top:-3px;
    font-size: 9px;
}

#cart-detail-popup{
    float:left;
    width:100%;
    background: #666666;
    display: none;
}

#cart-detail-popup .product_image{
    height:auto !important;
}

.product_image img{
.image-rendering: pixelated;
    image-rendering: auto;
}

@media (max-width: 1000px){
    .product_image img{
        image-rendering: auto;
    }
}



.cart-product-list {
    position: absolute;
    z-index:99999999999;
    padding-bottom: 0px;
    top: 40px;
    margin-left:-3px;
    width: 320px;
    left:-115px;
    background: #fff;
    display:none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(50, 50, 50, 1);
    -moz-box-shadow:    0px 0px 21px 0px rgba(50, 50, 50, 1);
    box-shadow:         0px 0px 21px 0px rgba(50, 50, 50, 1);
    cursor: default;
}

.cart-product-list .cart-line{
    width:100%;
    border-bottom:1px solid #d7d7d7;
    padding:15px 20px;
    min-height: 75px;
    float:left;
}

.cart-product-list .cart-line:last-child{
    border-bottom:0px;
}

.cart-product-list .cart-line .total-number{
    font-size: 24px;
    color:#383838;
    line-height: 50px;
}


.cart-product-list .cart-line .noformet{
    line-height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #ec1c24;
    float: right;
    width: 160px;
    margin: 0px 0px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
    text-align: center;
}

.cart-product-list .cart-line .noformet:hover{
    background: #2f281e;
}

.cart-title{
    float: left;
    width: 100%;
    line-height: 35px;
    font-size: 30px;
    color: #666666;
    text-transform: uppercase;
    font-weight: bold;
    margin-top:30px;
}

.cart-title span{
    float:left;
}

.cart-margin span{
    margin-bottom: 30px;
    width:100%;
}

.cart-title .count{
    line-height: 40px;
    width:40px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ec1c24;
    color:#fff;
    margin-top:3px;
    margin-left:10px;
}

.cartpopup .cart-block:hover .cart-product-list {
.display: block;
}

.cart-block{
    float:right;
}

.cart-block.hover{
    display: block;
}

.cart-item {
    min-height: 70px;
    margin-top: 15px;
}

.cart-item-title {
    width: 100%;
    position: relative;
    min-height: 70px;
    margin-right: 10px;
    font-size: 13px;
    line-height: 15px;
}

.cart-item-qty {
    font-size: 14px;
    color:#333;
    line-height: 20px;
}

.cart-item-link a{
    color:#333;
    line-height: 20px;
}

.cart-item-img {
    text-align: center;
    height: 80px;
    width: 80px;
    overflow: hidden;
    background-color: white;
    float:left;
    margin-right:20px;
    position:relative;
    z-index: 2;
}

.cart-item-img img {
    max-height: 80px;
    max-width: 80px;
}

.cart-item a {
    color: #393736;
    font-size: 13px;
    font-weight: bold;
}

.cart-item a:hover {
    text-decoration: underline;
}

.cart-product-list .divir {
    height: 1px;
    background: #3a3e22;
    margin-bottom: 5px;
    margin-top: 15px;
}

.cart-product-list .cart-total {
    padding-top:5px;
    font-size: 16px;
    margin-left: 10px;
    line-height: 15px;
}

.cart-product-list .number {
    float: right;
    font-weight: bold;
    font-size: 14px;
    margin-right: 10px;
}

.cart-product-list .sup1{
    position: relative;
    top: -3px;
    font-size: 9px;
}












@media (max-width: 650px) {
    .delivery-total-summ{
        clear:both;
        margin-right:0px;
        width:100%;
        text-align: left;
    }

    .cart-total-summ{
        width:100%;
        text-align: left;
    }

    .cart-total-summ .number{
        margin-left: 0px;
    }

    .delivery-total-summ .number{
        margin-left:0px;
    }
}

.total_area ul{
    padding:0px;
    margin:0px;
}

.shop-details-tab {
    border: 1px solid #F7F7F0;
    margin-bottom: 75px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 10px;
}
.shop-details-tab .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}


#reviews ul {
    background: #FFFFFF;
    border: 0 none;
    list-style: none outside none;
    margin: 0 0 20px;
    padding: 0;
}

#reviews  ul  li {
    display:inline-block;
}

#reviews ul li a {
    color: #696763;
    display: block;
.font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding-right: 15px;
}

#reviews ul li a i{
    color:#FE980F;
    padding-right:8px;
}

#reviews ul li a:hover{
    background:#fff;
    color:#FE980F;
}

#reviews p{
    color:#363432;
}

#reviews  form span {
    display: block;
}

#reviews form span input {
    background:#F0F0E9;
    border: 0 none;
    color: #A6A6A1;
.font-family: 'Roboto', sans-serif;
    font-size: 14px;
    outline: medium none;
    padding: 8px;
    width: 48%;
}
#reviews form span input:last-child {
    margin-left: 3%;
}

#reviews textarea {
    background: #F0F0E9;
    border: medium none;
    color: #A6A6A1;
    height: 195px;
    margin-bottom: 25px;
    margin-top: 15px;
    outline: medium none;
    padding-left: 10px;
    padding-top: 15px;
    resize: none;
    width: 99.5%;
}

#reviews button {
    background: #FE980F;
    border: 0 none;
    border-radius: 0;
    color: #FFFFFF;
.font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

/**** cart popup *****/
.cart-popup-title{
    float:left;
    margin:30px 0px 25px 0px;
    text-align: left;
    line-height: 20px;
    color:#fff;
    font-size:18px;
    text-transform: uppercase;

}

.cart-popup-margin{
    float:left;
    width:100%;
    margin-top:30px;
}

.cart-popup-message{
    float:left;
    width:100%;
    line-height: 20px;
    color:#fff;
    margin-bottom: 30px;
}

.cart-popup-message{
    float:left;
    width:100%;
    color:#fff;
}

.cart-popup-delimiter{
    float:left;
    width:100%;
    border-bottom:1px solid #fff;
    margin:0px 0px 0px 0px;
}

.cart-popup-bag-title{
    float: left;
    margin: 30px 0px 25px 0px;
    text-align: left;
    line-height: 20px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.news-block.static_banner {
    background: none;
}
.news-block.static_banner img{
    background: none;
    width: 100%;
    height: auto;
}
.cart-popup-bag-total{
    float:right;
    font-size:18px;
    color:#fff;
    text-transform: uppercase;
    line-height: 20px;
    margin-top:25px;
}

.cart-popup-bag-total #popup-cart-total{
    font-size:28px;
    float:right;
    font-weight: bold;
    line-height: 20px;
    margin-left:10px;
    position:relative;
    top:-3px;
}

.cart-popup-bag-buttons{
    float:right;
}

.cart-popup-bag-buttons .bag-detaild-btn {
    padding:0px 20px;
    float: right;
    line-height: 55px;
    height:55px;
    border: 0px;
    background: #009933;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #fff;
    cursor: pointer;
    margin:20px 0px 15px 0px;
    font-stretch: condensed;
.font-family: 'Myriad Pro', sans-serif;
}

.cart-popup-bag-buttons .bag-detaild-btn:hover{
    background-color: rgb(0,189,63);
}

.cart-popup-back-buttons{
    float:left;
}

.cart-popup-back-buttons .bag-detaild-btn {
    padding: 0 20px;
    float: right;
    line-height: 55px;
    height:55px;
    border: 0px;
    background: #666666;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #fff;
    cursor: pointer;
    margin:20px 0px 15px 0px;
    font-stretch: condensed;
.font-family: 'Myriad Pro', sans-serif;
}

.cart-popup-back-buttons .bag-detaild-btn:hover{
    background-color: #8E8E8E;
}

@media (max-width: 1000px) {
    .cart-popup-bag-buttons{
        width:100%;
    }

    .cart-popup-bag-buttons .bag-detaild-btn{
        width:100%;
    }

    .cart-popup-back-buttons{
        width:100%;
    }

    .cart-popup-back-buttons .bag-detaild-btn {
        width:100%;
    }
}


/****** cart recomend ****/
.productinfo-cart-recomend{
    position:relative;
    float:left;
    width:100%;
    line-height: 20px;
    color:#fff;
    font-size:14px;
    text-align: left;
    font-family: 'Titillium Web', 'ubuntu', sans-serif;
    margin-bottom: 35px;
}

.productinfo-cart-recomend h2{
    color: #000;
    font-size: 14px;
    font-weight: 700;
}


.productinfo-cart-recomend .price{
    color:#fff;
    font-size:24px;
    font-weight: bold;
    margin-top:15px;
    float:left;
}

.productinfo-cart-recomend .price-cart-popup{
    color:#fff;
    font-size:16px;
    font-weight: bold;
    margin-top:15px;
    float:left;
}


.productinfo-cart-recomend .old_price{
    color:#fff;
    font-size:16px;
    font-weight: normal;
    margin-top:18px;
    float:left;
    margin-right:20px;
}

.productinfo-cart-recomend p{

    font-size: 14px;
    min-height: 40px;
    font-weight: 400;
    color: #fff;
}

.productinfo-cart-recomend img{
    width: 100%;
    padding:0px 0px;
}


.productinfo-cart-recomend .prod-art{
    float:left;
    width:100%;
    color:#999999;
    margin-top:20px;
}

.productinfo-cart-recomend .prod-name{
    float:left;
    width:100%;
    line-height: 15px;
}

/****** cart recomend ****/


/**** cart page *****/
.cart-sign-btn{
    padding:0px 25px;
    min-width: 160px;
    float: left;
    line-height: 55px;
    height:55px;
    border: 0px;
    background: #fff;
    color: #666666;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #666666;
    cursor: pointer;
    font-stretch: condensed;
.font-family: 'Myriad Pro', sans-serif;
    margin:30px 30px 30px 0px;
}

.cart-sign-btn:hover,
.cart-sign-btn:focus{
    background: #666666;
    color: #fff;
}


.cart-paypal-btn{
    padding:0px 25px;
    float: left;
    line-height: 55px;
    height:55px;
    border: 0px;
    background: #666666;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #666666;
    cursor: pointer;
    font-stretch: condensed;
.font-family: 'Myriad Pro', sans-serif;
    margin:30px 0px 30px 0px;
}

.cart-paypal-btn img{
    position: relative;
    top:-1px;
    margin-left:5px;
}

.cart-paypal-btn:hover,
.cart-paypal-btn:focus{
    background: #fff;
    color: #666666;
}

.cart-continue-btn{
    padding:0px 25px;
    float: right;
    line-height: 55px;
    height:55px;
    border: 0px;
    background: #fff;
    color: #666666;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #666666;
    cursor: pointer;
    font-stretch: condensed;
.font-family: 'Myriad Pro', sans-serif;
    margin:30px 0px 30px 0px;
}


.cart-continue-btn span{
    margin-top:21px;
    float:right;
    margin-left:15px;
    width:15px;
    height:10px;
    background: url('/images/continue-shopping-arrow.png') right top;
}

.cart-continue-btn:hover span,
.cart-continue-btn:focus span{
    background: url('/images/continue-shopping-arrow.png') right bottom;
}

.cart-continue-btn:hover,
.cart-continue-btn:focus{
    background: #666666;
    color: #fff;
}
/*
.cart_quantity{
  width:95px;
  height:24px;
  display: block;
  margin:10px auto;
}*/

.cart_quantity .button-qt-ch{
    height: 36px;
    line-height: 24px;
    width: 40px;
    text-align: center;
    color: #666666;
    float: right;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    font-family: arial;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background: #ecedef;
    font-size: 20px;
    background: url(/images/device-sprite.png);
    background-repeat: no-repeat;
    background-position: 20px -100px;
    background-size: 81%;
}

.button-qt-ch:first-child {
    background-position: 5px -168px;
    background-size: 81%;
}


.cart_quantity input{
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background: #fff left center no-repeat;
    border: 1px solid #cccccc;
    color: #333333;
    float: right;
    font-size: 14px;
    color: #999;
    border: none;
}


.shopping-list{
    float:left;
    width:100%;
    background: #ecedee;
    padding:30px;
    margin-top:30px;
}

.shopping-list-title{
    float:left;
    width:100%;
    line-height: 25px;
    font-size:18px;
    color:#666666;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
}

.shopping-white-list-title{
    float:left;
    width:100%;
    line-height: 25px;
    font-size:18px;
    color:#fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
}

.cart-list-view,
.cart-detail-view{
    float:right;
    font-size:14px;
    color:#666666;
    cursor: pointer;
    text-transform: none;
    font-weight: normal;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.cart-detail-view{
    display: none;
}

.cart-list-view:hover,
.cart-detail-view:hover{
    text-decoration: underline;
}

.cart_img{
    float:left;
    width:50%;
}

.cart_img img{
    width:100%
}

.cart-item-delimiter{
    background: #9f9f9f;
    height:1px;
    float:left;
    width:100%;
    margin-bottom:20px;
}

.cart-item-delimiter:last-child{
    display: none;
}
/*
.cart_description{
  float:right;
  width:50%;
  padding-left:15px;
  margin-top: 5px;
}

.cart_description h4{
  margin:0px;

}

.cart_description a{
  font-size:14px;
  color:#666666;
}

.cart_description a .art{
  float:left;
  width:100%;
  color:#999999;
}

.cart_description .old_price{
  float:left;
  width:100%;
  line-height: 15px;
  color:#666666;
  margin-top:15px;
}

.cart_description .price{
  float:left;
  width:100%;
  font-size:24px;
  color:#999999;
  font-weight: bold;
  line-height: 25px;
  margin-top:10px;
}
*/

.shopping-list.mobile-list .cart_img{
    display: none;
}

.shopping-list.mobile-list .cart_description{
    width:100% !important;
    padding-left:0px !important;
}

.shopping-list.mobile-list .old_price{
    width:50%;
    float:right;
    text-align: right;
}

.shopping-list.mobile-list .price{
    width:50%;
    float:right;
    text-align: right;
}

.shopping-list.mobile-list h4{
    float:left;
    width:50%;
}

.shopping-list.mobile-list .cart_delete{
    display: none;
}

.shopping-list.mobile-list .cart-item-delimiter{
    background: transparent;
}

.shopping-grey-list{
    float: left;
    width: 100%;
    background: #ecedee;
    padding: 30px;
    margin-top:30px;
    color:#666666;
}

.shopping-dark-grey-list{
    float: left;
    width: 100%;
    background: #999999;
    padding: 30px;
    margin-top:30px;
    color:#fff;
}

.promocode-form{
    float:left;
    width:100%;
}

.promocode-form input[type=text]{
    float:left;
    width:150px;
    line-height: 55px;
    height:55px;
    border:1px solid #cccccc;
    text-align: center;
    font-size:18px;
    font-stretch: condensed;
.font-family: 'Myriad Pro', sans-serif;
    color:#666666;
}

.promocode-form input[type=submit]{
    float:right;
    margin-left:15px;
    width:150px;
    line-height: 55px;
    height:55px;
    border:1px solid #999999;
    text-align: center;
    color:#fff;
    background: #999999;
    font-size:18px;
    font-stretch: condensed;
.font-family: 'Myriad Pro', sans-serif;
    text-transform: uppercase;
}

.promocode-form input[type=submit]:hover{
    background:#999999;
    border-color:#999999;
}

.promoinput{
    line-height: 40px;
    width:100%;
    float:left;
    border:1px solid #cccccc;
    padding:0px 3% ;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    background: #efefef;
    border: none;
    color: #767676;
}

.promo-subtext{
    float:left;
    width:50%;
    color:#666666;
    font-size:14px;
    line-height: 25px;
    margin-top:20px;
}

.promo-failed,
.promo-applied,
.ref-failed,
.ref-applied{
    float:left;
    text-transform: uppercase;
    line-height: 20px;
    text-align: left;
    padding:10px 0px;
    padding-top: 0;
}
#delivery_block .delivery-name{
    margin-top: 20px;
}

.promo-applied{
    color:#009933;
    display: none;
}

.promo-failed{
    color:#999999;
    display: none;
}

.ref-applied{
    color:#009933;
    display: none;
}

.ref-failed{
    color:#999999;
    display: none;
}

.total-line{
    float:left;
    width:100%;
    line-height: 25px;
    font-size:16px;
    color:#666666;
}

.small-total{
    float:right;

}

.total-line-total{
    float:left;
    width:100%;
    line-height: 25px;
    font-size:16px;
    color:#666666;
    margin-top:25px;
}

.uppercase{
    text-transform: uppercase;
}

.underline{
    text-decoration:underline;
}

.big-total{
    float:right;
    font-size:28px;
    color:#999999;
    font-weight: bold;
    position: relative;
    top:-3px;
}

.fw-input-form{
    float:left;
    width:100%;
}

.fw-input-form input[type=text]{
    width:100%;
    float:left;
    height:35px;
    line-height: 35px;
    border:1px solid #cccccc;
    padding:0px 30px;
    margin-bottom:10px;
.font-family: 'Myriad Pro', sans-serif;
}

.latvia-zone,
.lithuania-zone{
    float:left;
    width:100%;
}
.delivery-select{
    float:left;
    width:100%;
}

.delivery-select tr td{
    width:50%;
}


.delivery-select tr td select{
    width:100%;
    margin-bottom: 10px;
}

.fw-input-form select{
    width:auto;
    background: #fff;
    height:35px;
    line-height: 35px;
    border:1px solid #cccccc;
    padding:0px 10px;
..font-family: 'Myriad Pro', sans-serif;
    margin:0px;
    max-width: 100%;
}

.fw-shipping-fields{
    float:left;
    width:100%;
    margin-top:30px;
}

.shipping-title{
    float:left;
    width:100%;
    line-height: 36px;
    color:#666666;
    margin-bottom:15px;
}

.country-span{
    margin-right:35px;
}

.change-country{
    text-decoration: underline;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.shipping-block{
    float:left;
    width:100%;
    text-align:center;
}

.shipping-block img{
    margin-bottom:10px;
}

.shipping-block input[type="radio"]{
    margin-top:0px;
    cursor: pointer;
}
.shipping-block .delivery-label{
    margin-top:20px;
    font-weight: normal;
    color:#666666;
    font-size:16px;
    cursor: pointer;
    margin-bottom:35px;
    line-height: 25px;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.shipping-block .delivery-label .shipping-subtext{
    float:left;
    width:100%;
    text-decoration: underline;
    font-size:14px;
    line-height: 20px;
    margin-top:2px;
}

.shipping-delimiter{
    background: #9f9f9f;
    height: 1px;
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.checkbox-cart-table{
    float:left;
    margin:15px 60px 15px 0px;
    color:#666666;

}

.checkbox-cart-table label{
    font-weight: normal;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.checkbox-cart-table tr td:first-child{
    width:80px;
    text-align: center;
}

.checkbox-cart-table input[type=checkbox],
.checkbox-cart-table input[type=radio]{
    margin-top:0px;
    cursor: pointer;
}

.cart-form-submit{
    padding: 0px 25px;
    min-width: 220px;
    line-height: 55px;
    height: 55px;
    border: 0px;
    background: #ea6060;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    font-stretch: condensed;
.font-family: 'Myriad Pro', sans-serif;
    margin: 30px auto 15px auto;
    display: block;
}

.cart-form-submit:hover{
    background:#999999;
}



@media (max-width: 1250px) {
    .promocode-form input[type=text]{
        width:100%;
    }
    .cart-popup-back-buttons {
        width:100%;
    }
    .cart-popup-back-buttons .bag-detaild-btn {
        width:100%;
    }
    .cart-popup-bag-buttons {
        width: 100%;
    }
    .cart-popup-bag-buttons .bag-detaild-btn {
        width: 100%;
    }
    .promocode-form input[type=submit]{
        width:100%;
        margin-top:15px;
    }
}

@media (max-width: 1200px) {
    .cart-sign-btn{
        width:100%;
        margin:30px 0px 0px 0px;
    }
    .cart-paypal-btn{
        width:100%;
        margin:15px 0px 0px 0px;
    }
    .cart-continue-btn{
        width:100%;
        margin:15px 0px 30px 0px;
    }

    .cart_img{
        width:100%;
    }

    .cart_description{
        width:100%;
        padding-left:0px;
    }
}

@media (max-width: 767px) {


    .cart_img{
        width:50%;
    }

    .cart_description{
        width:50%;
        padding-left:15px;
    }

    .shipping-block label{
        margin-top:5px;
    }
}



@media (max-width: 500px) {

    .cart_img{
        width:100%;
    }

    .cart_description{
        width:100%;
        padding-left:0px;
    }
}





.new_cart .cart_info {
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}


.new_cart .cart_info .cart_menu {
    background: #fff;
    color: #000;
    font-size: 16px;
.font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.new_cart .cart_info .cart_menu .delete{
    width:90px;
    text-align: center;
}

.new_cart .cart_info .cart_menu .image{
    width:100px;
}

.new_cart .cart_info .cart_image{
    border-right:0px !important;
    vertical-align: middle;
    text-align: center;
}


.new_cart .cart_info .cart_menu .description{
    text-align: center;
}

.new_cart .cart_info .cart_menu .price{
    text-align: center;
    width:155px;
}

.new_cart .cart_info .cart_menu .quantity{
    text-align: center;
    width:165px;
}

.new_cart .cart_info .cart_menu .total{
    text-align: center;
    width:155px;
}



.new_cart .cart_info .cart_price{
    font-size: 14px;
    letter-spacing: .65px;
    text-align: center;
    color: #999;
}

.new_cart .cart_info .cart_quantity{
    text-align: center;
    padding:0px 20px !important;
}

.new_cart .cart_info .cart_total{
    text-align: center;
    font-size: 24px;
    color: #999999;
    font-size: 14px;
    letter-spacing: .65px;
    text-align: center;
}

.new_cart .cart_info .cart_delete{
    text-align: center;
}

.new_cart .cart_info .table.table-condensed{

}


.new_cart .cart_info .table.table-condensed tbody{

}

.new_cart .cart_info .table.table-condensed thead tr {
    height: 40px;
}




.new_cart .cart_info .table.table-condensed tr td:last-child{
    border-right:0px;
}


.new_cart .cart_info .table.table-condensed td{
    padding:10px 5px;
}


.new_cart .cart_info .table.table-condensed tr:last-child {
    border-bottom: 0;
}
.new_cart .cart_info .table.table-condensed thead tr th:nth-child(2){
    text-align: left;;
}
.cart_info table tr td {
    border-top: 0 none;
    vertical-align: inherit;
}


.new_cart .cart_info .image {
    padding-left: 30px;
}


.new_cart .cart_info .cart_description a {
    color: #999999;
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    display: block;

    text-align: left;
}

.new_cart .cart_info .cart_description p {
    color:#696763
}


.new_cart .cart_info img{
    max-width:80px !important;
    max-height:80px !important;
}


.new_cart .cart_info .cart_price p {
    color:#696763;
    font-size: 18px
}


.new_cart .cart_info .cart_total_price {
    color: #FE980F;
    font-size: 24px;
}

@media screen and (max-width: 700px){
    .order-list table tr td{
        font-size:12px;
    }

    .new_cart .cart_info .cart_total{
        font-size:14px;
    }

    .new_cart .cart_info .table.table-condensed thead tr th{
        font-size: 12px;
    }
}

.cart_product {
    display: block;
    margin: 15px -70px 10px 25px;
}

.cart_quantity_button a {
    background:#F0F0E9;
    color: #696763;
    display: inline-block;
    font-size: 16px;
    height: 28px;
    overflow: hidden;
    text-align: center;
    width: 35px;
    float: left;
}


.cart_quantity_input {
    color: #696763;
    float: left;
    font-size: 16px;
    text-align: center;
    font-family: 'Roboto',sans-serif;

}


.cart_delete  {

    text-align: center;
}


.cart_delete form{
    width:100%;
    height:100%;
    float:left;
}


.cart_delete input {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    color: #020202;
    background: #fff url('/img/cart_close_btn.png') center center no-repeat;
    border:1px solid #ecedef;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0px 25px 0px 25px;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    padding:0px 0px 5px 0px;
    font-size: 18px;
    text-decoration:none;
}

.cart_delete input:hover {
    background:#ecedef url('/img/cart_close_btn.png') center center no-repeat;
}

.new_cart .cart_text_16{
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    text-transform: uppercase;
    padding: 10px 0px;
}
ul.etabs {
    display: none;
}
.new_cart .cart-footer-btn{
    float:left;
    width:100%;
    margin-top:60px;
}

.new_cart .cart-header-btn{
    float:left;
    width:100%;
    margin-bottom:25px;
}

.new_cart .cart-back-btn{
    float:left;
    font-size:16px;
    line-height: 20px;
    padding:10px 20px;
    border:1px solid #999;
    background: white;
    color:#999;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    cursor: pointer;
}

.new_cart .cart-back-btn:hover{
    background: #fff;
    color:#797979;
    border: 1px solid #1d1d1d;
}



.new_cart .cart-submit-btn{
    float: right;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    border: 1px solid #999;
    background: #fff;
    color: #999;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    cursor: pointer;
}

.new_cart .cart-submit-btn:hover{
    background: #fff;
    color:#797979;
    border: 1px solid #1d1d1d;
}

.new_cart .cart-submit-btn-center{
    font-size:16px;
    line-height: 20px;
    padding:10px 40px;
    border:1px solid #999;
    color:#999;
    background: white;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    cursor: pointer;
    margin:0px auto;
    width:220px;
    display: inherit;
}

.new_cart .progress-line{
    float:left;
    width:100%;
    margin-bottom: 40px;
}

.new_cart .progress-line table{
    float:left;
    width:100%;

}

.new_cart .progress-line table tr td{
    width:25%;
    text-align: center;
}

.new_cart .progress-line table tr:last-child td{
    font-size:14px;
    line-height: 16px;
    padding:7px 0px;
    text-transform: uppercase;
    color:#666666;
}

.new_cart .progress-line table tr td.active-text{
    color:#797979;
}

.new_cart .progress-line table tr td .circle{
    width:70px;
    height:70px;
    display: block;
    margin:0px auto;
    line-height: 68px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    border:1px solid #cccccc;
    color:#666666;
    font-size:33px;
    position: relative;
    z-index: 100;
    background: #fff;
}

.new_cart .progress-line table tr td .circle.first{
    border:1px solid #797979;
    background: #fff url('/img/cart-progress-image.png') top center no-repeat;
}

.new_cart .progress-line table tr td .circle.first.completed{
    background: #797979 url('/img/cart-progress-image.png') bottom center no-repeat;
}

.new_cart .progress-line table tr td .circle.active{
    color:#797979;
    border:1px solid #797979;
}
.infocompany {
    padding: 0;
    text-align: left;
    color: #686866;
    margin-bottom: 20px;
}
.visa_logo img {
    max-width: 110px;
    float: right;
}
.visa_logo {

    padding: 0;
}
.new_cart .progress-line table tr td .circle.completed{
    color:#fff;
    border:1px solid #797979;
    background: #797979;
}
.form-input-css input[type="submit"]{
    cursor: pointer;
    -webkit-appearance: button;

    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    border: 1px solid #dddddd;
    color: white;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    background: black;
    margin-top: 100px;
}

ul.children-cats {
    margin-bottom: 33px;
}

.new_cart .progress-line .progress-bg-line span{
    width:12.5%;
    float:left;
    height:1px;
}

.new_cart .progress-line .progress-bg-line span.active{
    background: #797979;
}

.new_cart .new-cart-line-borders{
    padding:20px 0px;
    float:left;
    width:100%;
    border-bottom: 1px solid #eeeeee;
}

.new_cart .new-cart-line-border-single{
    float:left;
    width:100%;
    border-bottom: 1px solid #eeeeee;
    margin: 10px 0px;
}

.new_cart .new-cart-line-borders.top-border{
    border-top: 1px solid #eeeeee;
}


.new_cart select[name=country]{
    line-height: 25px;
    height: 42px;
    width:100%;
    float:left;
    border:1px solid #cccccc;
    padding:0px 3% ;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0;
    background: #efefef;
    border: none;
    color: #767676;
}

.new_cart .your_order{
    color:#999;
    font-size: 20px;
    text-transform: uppercase;
}

.new_cart .finish-title{
    float:left;
    width: 100%;
    color:#999;
    font-size:48px;
    text-align: center;
}

.new_cart .finish-subtitle{
    font-size:26px;
    color:#333333;
    float:left;
    width:100%;
    text-align: center;
    text-transform: uppercase;
}

.new_cart .finish-step-user-info{
    float:left;
    width:100%;
    font-size:16px;
    text-transform: uppercase;
    line-height: 30px;
}

.new_cart .finish-step-user-info tr td{
    padding:0px;
}

.new_cart .finish-step-user-info tr td:nth-child(1){
    color:#999999;
    width:30%;
}

.new_cart .finish-step-user-info tr td:nth-child(2){
    color:#333333;
}

.new_cart .finish-dev-pay-title{
    color:#999;
    float:left;
    width:100%;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 30px;
}

.finish-dev-pay-text{
    float:left;
    width:100%;
    text-align: left;
    padding:20px 0px;
    font-size:18px;
    color:#333333;
    border-bottom: 1px solid #eeeeee;
    border-top:1px solid #eeeeee;
    margin-top:20px;
}

#do_action .total_area {
    padding-bottom: 18px !important;
}

#do_action .total_area, #do_action .chose_area {
    border: 1px solid #E6E4DF;
    color: #696763;
    padding: 30px 25px 30px 0;
    margin-bottom: 80px;
}

.total_area span {
    float: right;
}

.total_area ul li {
    color: #696763;
    padding: 20px 0px 20px 25px;
    font-size:18px;
    line-height: 32px;
    list-style: none;
    width:100%;
    float:left;
    border-bottom:1px solid #eeeeee;
}

.total_area ul li:first-child{
    border-top:1px solid #eeeeee;
}

.total_area ul li{
    clear: both;
}

.total_area ul li label{
    margin-bottom: 0px;
    text-transform: uppercase;
    min-height: 60px;
    width:100%;
    display: block;
    cursor: pointer;
    text-align: left;
}

.total_area ul li label .delivery-f-right{
    float:right;
    width:160px;
    line-height: 60px;
    min-height: 60px;
    font-size:16px;
    font-weight: normal;
    text-align: center;
    border-left:1px solid #eeeeee;
}

.total_area ul li label .delivery-name{
    float:left;
    line-height: 20px;
    font-size: 16px;
    margin-top:10px;
    text-align: left;
}

.total_area ul li label .delivery-name .subtext{
    font-size:13px;
    font-weight: normal;
    text-transform: none;
    text-align: left;
}

.total_area ul li label .delivery-name .subtext p{
    float:left;
    margin-right:5px;
}

.total_area ul li label .delivery-name .subtext .delivery_url{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width:20px;
    height:20px;
    background: #999;
    color:#fff;
    float:left;
    line-height: 20px;
    text-align: center;
    margin-left:0px;
    font-family: serif;
    text-transform: none;
    text-decoration: none;
    display: none;
}

.total_area ul li label .delivery-f-right.subtext{
    font-size:12px;
    padding:3px 10px;
    line-height: 15px;
    min-height: 60px;
    text-align: left;
    width:180px;
}

.total_area ul li label .delivery-f-right.subtext p{
    float:left;
}

.total_area ul li label .delivery-f-right.subtext a{
    float:left;
}

@media (max-width: 480px) {
    .total_area ul li label .delivery-f-right.subtext{
        width:120px;
        font-size:10px;
    }

}


@media (max-width: 400px) {
    .total_area ul li label .delivery-f-right.subtext{
        display: none;
    }
}

.total_area ul li label .delivery-f-right.price{
    font-size:16px;
    color:#999;
    font-weight: bold;
}

.total_area ul li label img{
    float:left;
    height:60px;
    margin-right:20px;
}

.total_area ul li label::before{
    background: url('/img/delivery_check.png') ;
    content: " ";
    width: 32px;
    height: 32px;
    float: left;
    margin-top:14px;
    margin-right: 50px;
}

.total_area input[type="radio"]:checked + label::before {
    background-position: top left;
}

.total_area input[type="radio"] + label::before {
    background-position: bottom left;
}


.total_area input[type="radio"]:checked + label{
    color:#999;
}



@media (max-width: 992px) {
    .total_area ul li label .delivery-f-right{
        width:auto;
        border:none;
    }

}

@media (max-width: 650px) {
    .total_area ul li label img{
        display: none;
    }

    .total_area ul li label::before{
        margin-right:10px;
    }

    .total_area ul li{
        padding-left:5px;
        font-size:14px;
    }

    .total_area ul li label .delivery-f-right{
        width:75px;
        font-size:14px;
    }

}

.checkoutbtn{
    line-height: 65px;
    margin: 20px 0px 40px 0px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    background: #ec1c24 !important;
    float: right;
    color: #fff;
    font-size: 18px;
    border: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding:0px 20px;
}

.checkoutbtn:hover{
    background: #2f281e !important;
}

.user_option label {
    color: #696763;
    font-weight: normal;
    margin-left: 10px;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}


.user_info {
    display: block;
    margin-bottom: 15px;
    margin-top: 20px;
    overflow: hidden;
}

.user_info label {
    color: #696763;
    display: block;
    font-size: 15px;
    font-weight: normal;

}

.user_info .single_field {
    width: 31%
}

.user_info .single_field.zip-field input {
    background: transparent;
    border: 1px solid#F0F0E9
}

.user_info > li {
    float: left;
    margin-right: 10px
}

.user_info > li > span {
}

.user_info input,
.user_info select,
.user_info textarea {
    background: #F0F0E9;
    border:0;
    color: #696763;
    padding: 5px;
    width: 100%;
    border-radius: 0;
    resize: none
}

.user_info select:focus {
    border: 0
}


.chose_area .update {
    margin-left: 40px;
}

.update, .check_out {
    background: #FE980F;
    border-radius: 0;
    color: #FFFFFF;
    margin-top: 18px;
    border: none;
    padding: 5px 15px;
}
.update{
    margin-left: 40px;
}

.check_out {
    margin-left: 20px
}
.fancybox-title-inside-wrap{
    background: #000000;
    color: #333;
}
.owl-carousel.more_like .owl-carousel .owl-nav.disabled{
    display: block;
}
.owl-carousel.more_like .owl-prev {
    display: block;
    position: absolute;
    font-size: 50px;
    top: calc(50% - 46px);
    left: -33px;
}
.owl-carousel.more_like .owl-next{
    display: block;
}
.owl-carousel.more_like .owl-prev.disabled,.owl-carousel.more_like .owl-next.disabled{
    display: none;
}
.owl-carousel.more_like .owl-prev {
    display: block;
    position: absolute;
    font-size: 50px;
    /*background: url(/images/arr_left.png);*/
    background-size: contain;
    top: calc(50% - 22px);
    left: -33px;
    font-size: 35px;
    width: 22px;
    height: 22px;
}
.owl-carousel.more_like .owl-next {
    display: block;
    position: absolute;
    right: -35px;
    /* font-size: 53px; */
    font-size: 50px;
    top: calc(50% - 22px);
    /*background: url(/images/arr_right.png);*/
    background-size: contain;
    width: 22px;
    font-size: 35px;
    height: 22px;
}
.left-cart-block {
    width: 73%;
    float: left;
}
.right-cart-block .more_like_block{
    height: 170px;
}
.right-cart-block{
    width: 27%;
    float: right;
}
.price_view {
    min-height: 62px;
}
span.articul_prod {
    font-size: 14px;
    line-height: 34px;
}
.owl-carousel.prod .owl-prev, .owl-carousel.gallery_prod .owl-prev{
    display: block;
    position: absolute;
    font-size: 80px;
    top: 250px;
    /*top: calc(50% - 79px);*/
    left: 9px;
    z-index: 99999999;
    line-height: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /*background: url(/images/arr_left.png);*/
    background-size: contain;
    width: 44px;
    height: 44px;
    /* background: white; */
}
.soc_block {
    display: block;
    width: 40%;
    float: right;
    text-align: right;
}
a.soc_link {
    display: inline-block;
    width: 31px;
    height: 43px;
    margin-left: 20px;

}
a.soc_link.fb {
    background: url(/images/fb.png) no-repeat;
}
a.soc_link.inst {
    background: url(/images/inst.png) no-repeat;
}
a.soc_link.mess {
    background: url(/images/mess.png) no-repeat;
}
.owl-carousel.prod .owl-next, .owl-carousel.gallery_prod .owl-next{
    display: block;
    position: absolute;
    right: 9px;
    /* font-size: 53px; */
    font-size: 80px;
    top: 250px;
    /*top: calc(50% - 79px);*/
    z-index: 99999999;
    /* background: white; */
    line-height: 80px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /*background: url(/images/arr_right.png);*/
    background-size: contain;
    width: 44px;
    height: 44px;
}
.fancybox-next span{
    /*background: url(/images/arr_right.png) no-repeat!important;*/
    background-size: contain!important;
    width: 44px!important;
    height: 44px!important;
    background: none!important;
    font-size: 70px;
    color: black;
    top: calc(50% - 22px)!important;
}

.fancybox-prev span{
    /*background: url(/images/arr_left.png) no-repeat!important;*/
    background-size: contain!important;
    width: 44px!important;
    height: 44px!important;
    background: none!important;
    font-size: 70px;
    color: black;
    top: calc(50% - 22px)!important;
}
.tel_change {
    width: 100%;
    display: block;
}
.drop_for_phone{
    float: left;
    width: calc(20% - 4px);
    height: 40px;
    color: #999;
    border: none;
    background: #efefef;
    padding: 0px 40px 0px 10px;
    margin: 10px 0px;
}
.drop_for_phone .btn{
    background: none;
    line-height: 39px;
    padding: 0;
    font-size: 13px;
    color: #999;
}
.sub_dots {
    text-align: left;
    margin-bottom: 30px;
}
.first_tel:after{
    /*font-family: 'FontAwesome', sans-serif;*/
    content: "";
    height: 10px;
    top: 15px;
    right: 9px;
    width: 10px;
    background: url(/images/arrow_bot.png), no-repeat;
    background-size: cover;
    position: absolute;
}


.second_tel:after{
    /*font-family: 'FontAwesome', sans-serif;*/
    content: "";
    height: 10px;
    top: 15px;
    right: 9px;
    width: 10px;
    background: url(/images/arrow_bot.png), no-repeat;
    background-size: cover;
    position: absolute;
}
.sub_dots img{
    max-height: 80px;
}
.owl-carousel.gallery_prod.blog_listt .owl-dots {
    display: none;
}
.owl-carousel.gallery_prod.blog_listt {
    margin-bottom: 10px;
}
.drop_for_phone .btn:active{
    -webkit-box-shadow: none;
    box-shadow: none;
}

.drop_for_phone .dropdown-menu{
    float: left;
    min-width: 75px;
    text-align: left;
    padding-left: 10px;
    border-radius: 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0;
    max-height: 190px;
    overflow: auto;
}
.right-cart-block .cart_title{
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 6px;
    margin-top: 74px;
    padding-left: 15px;
    font-size: 15px;

}
.fancybox-close {

    background: url(/images/cross.png) no-repeat!important;
    right: -35px!important;
    background-size: cover!important;
}
a.btn-tocart {
    background: black;
    color: white;
    padding: 10px 25px;
    border: none;
    margin-top: 20px;
}
.new_cart .cart_info .table.table-condensed .cart_itemlist table {
    width: 100%;
    text-align: left;
}
.new_cart .cart_info .table.table-condensed .cart_itemlist table td:first-child{
    padding-left: 18px;
}
.image-slider-box td:first-child {
    padding-left: 0;
}
.image-slider-box td:last-child {
    padding-right: 0;
}
li.open-footer-li:first-child ul.footer-submenu li{
    padding: 0 2px 0 2px;
}
li.open-footer-li:first-child ul.footer-submenu{
    width: 170%;
}
.cartbarmain .basket .bask-txt:hover,
.cartbarmain .basket .wishlist-txt:hover{
    color: #000;
}