/* @import url('https://fonts.googleapis.com/css?family=Arial:300,400,700&subset=latin,cyrillic,cyrillic-ext'); */

/* #Helper classes
================================================== */
a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
img {
    text-decoration: none;
    -webkit-transition: all 1000ms ease-in-out;
    -moz-transition: all 1000ms ease-in-out;
    -o-transition: all 1000ms ease-in-out;
    -ms-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}
.only_mobile {display: none;}
.mobile-links-only {display: none;}
.hide_tablet_and_desktop {display: inline-block;}
.fade-o-box { opacity: 0.4; }
.center_them {
     display:inline-block;
     zoom: 1;
    *display:inline;
}
.center_them_css3 {
    position: relative;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.invisible2 {
     -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out;
  transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
  display: none;
}
.fadeIn {
  display: block;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-animation: anim .3s ease-in-out;
          animation: anim .3s ease-in-out;
}
.vertical_centering {
    display: table-cell;
    vertical-align: middle;
}
.vertical_centering_css3 {
    position: relative;
    float: left;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.horizontal_centering_css3 {
    position: relative;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.pointer {cursor: pointer;}
.relative {position: relative;}
.absolute {position:absolute;}
.absolute_n_coordinats {position:absolute;top:0;left:0;}
.invisible {display: none;}
.invisible_important {display: none !important;}
.visible {display: block !important;}
.block {display:block !important;}
.w100 {width:100%;}
.h100 {height:100% !important;}
.center {text-align:center;}
.upper {text-transform: uppercase;}
.bold {font-weight:bold;}
.decor_none {text-decoration: none;}
.border_none {border: 0 !important;}
.box_sizing {box-sizing:border-box;}
.overflow_hidden {overflow: hidden;}
.ml15{ margin-left:15px; }
.pr17 {padding-right: 17px;}
.pl0 {padding-left:0px !important;}
.clearfix {
   zoom:1;}
.clearfix:after {
   content: "";
   display: block;
   clear: both;
   height: 0;
}
.w1180 {
    width: 1440px;
    margin: 0 auto;
}
.mt20 {margin-top:20px;}
.h280 {height: 280px;}
.ml20 {margin-left:20px;}
.mr20 {margin-right:20px;}
.mt10 {margin-top:10px;}
.ml10 {margin-left:10px;}
.mt5 {margin-top:5px;}
.mt5_important {margin-top:5px !important;}
.mt25 {margin-top:15px;}
.mt0 {margin-top:0 !important;}
.mb5 {margin-bottom:5px;}
.ml8 {margin-left:8px;}
.mr8 {margin-right:8px;}
.mb10 {margin-bottom:10px;}
.w50 {width: 50% !important;}
.pr20 {padding-right:20px;}
.pr10 {padding-right:10px;}
.mb30 {margin-bottom:30px;}
.pl0 {padding-left:0 !important;}
.mt36 {margin-top:26px;}
.mt26 {margin-top:10px;}

.mr50 {margin-right:50px;}
.mt15 {margin-top:15px;}
.p0 {padding: 0 !important;}
.h36 {height: 36px;}
.mr10 {margin-right:10px;}
.ml5 {margin-left:5px;}
.mr5 {margin-right:5px;}
.mb20 {margin-bottom:20px;}
.m-t-10 {margin-top:10px !important;}
.lowerCase { text-transform: capitalize; }
.colorLink a {
    color:#ff8c00;
}
.read_more {
    color:#ff8c00;
}
.read_more:hover {
    text-decoration: underline;
}
.disno { display: none; }

img {

}
.blueimp-gallery img {
    pointer-events: none;
}
.rotate180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.d-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


/* #Site styles
================================================== */
body {
    font-family: 'Arial', sans-serif;
    font-weight: normal;
    background: #fff;
}
#wrapper {
    float: left;
    width: 100%;
    position: relative;
    background: #ffffff;
    min-height: 100vh;
}
#header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 103;
    height: 135px;
}
#header .top_row {
    height: 34px;
    background: #eeeeee;
}
#header .call_now {
    background: #e5e5e5;
    height: 34px;
    padding: 0 14px;
}
#header .call_now i {
    float: left;
    height: 34px;
    line-height: 40px;
    margin-right: 5px;
    color: #0e9909;
    font-size: 18px;
}
#header .call_now span {
    color: #333333;
    font-size: 15px;
    float: left;
    height: 34px;
    line-height: 34px;
}
#header .free_delivery {
    margin-left: 8px;
}
#header .free_delivery i {
    float: left;
    height: 34px;
    line-height: 38px;
    margin-right: 5px;
    color: #ff9900;
    font-size: 23px;
}
#header .free_delivery span {
    float: left;
    height: 34px;
    line-height: 34px;
    color: #666666;
    font-size: 15px;
}
#header .is_black {
    width: 110px !important;
    background:#eeeeee;
}
#header .is_black_second {
    padding-left: 5px;
}
#header .stores {
    background: #eeeeee;
    height: 34px;
   overflow: hidden;
   width: 35px;
   border-right: 1px solid #fff;
}
#header .stores img {
    float: left;
    margin-left: 5px;
    margin-top: 6px;
    width: 16px;
}
#header .stores i {
    color: #fff;
    float: left;
    font-size: 20px;
    height: 34px;
    line-height: 40px;
    margin-left: 7px;
}
#header .stores .txt {
    float: left;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    margin-left: 4px;
    color:#000;
    text-transform: uppercase;
    font-weight: 600;
}
#header .stores .txt:hover {
    text-decoration:underline;
}

#header .service {
    background: #ff8c00;
    height: 34px;
    width: 35px;
    overflow: hidden;
}
#header .service i {
    color: #fff;
    float: left;
    font-size: 20px;
    height: 34px;
    line-height: 40px;
    margin-left: 7px;
}
#header .service .txt {
    float: left;
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-size: 15px;
    margin-left: 4px;
}
#header .logo {
    margin-top: 10px;
    transition: none;
}
#header .logo img {
    transition: none;
}
#header .search {
    width: 640px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    margin-top: 25px;
    margin-left: 94px;
    position: relative;
}
#header .search .s_input {
    width: 597px;
    height: 40px;
    border: 0;
    background: none;
    padding-left: 8px;
    padding-right: 5px;
    box-sizing: border-box;
    color: #666666;
    font-size: 15px;
    font-family: 'Arial', sans-serif;
}
#wrapper .is_focused {
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
#wrapper .is_focused .s_submit i {
    color: #ff8c00 !important;
}
#header .search .s_input:focus::-moz-placeholder {
    color: #fff;
}
#header .search .s_input:focus:-moz-placeholder {
    color: #fff;
}
#header .search .s_input:focus:-ms-placeholder {
    color: #fff;
}
#header .search .s_input:focus:-webkit-placeholder {
    color: #fff;
}

#header .search .s_input::-moz-placeholder {
    opacity: 1;
    color: #666666;
    filter: alpha(opacity=100);
}
#header .search .s_input:-moz-placeholder {
    opacity: 1;
    color: #666666;
    filter: alpha(opacity=100);
}
#header .search .s_input:-ms-placeholder {
    opacity: 1;
    color: #666666;
    filter: alpha(opacity=100);
}
#header .search .s_input:-webkit-placeholder {
    opacity: 1;
    color: #666666;
    filter: alpha(opacity=100);
}
#header .search .s_submit {
    width: 42px;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    height: 40px;
    background: none;
    cursor: pointer;
    padding: 0;
    border-left: 1px solid #d5d5d5;
}
#header .search .s_submit i {
    float: left;
    height: 40px;
    font-size: 27px;
    width: 100%;
    text-align: center;
    color: #6e6e6e;
    line-height: 50px;
}
#header .login_box {
    padding-right: 10px;
    box-sizing: border-box;
    border-right: 1px solid #d5d5d5;
    width: 137px;
    margin-top: 10px;
    padding-bottom: 13px;
}
#header .login_box i {
    color: #cccccc;
    float: left;
    font-size: 48px;
    height: 40px;
    text-align: center;
    width: 100%;
}
#header .login_box .heading {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 6px;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#header .login_box .heading:hover, #header .login_box .sub_heading a:hover {
    color: #ff8c00;
}
#header .login_box .sub_heading a {
    color: #666666;
    font-size: 13px;
}
#header .login_box .sub_heading .separator {
    margin: 0 5px;
    color: #666666;
    font-size: 13px;
}
#header .cart_box {
    margin-left: 15px;
    width: 145px;
    margin-top: 10px;
    position: relative;
    padding-bottom: 0px;
}
#header .cart_box .cart_icon {
    display: inline-block;
    width: 43px;
    height: 40px;
    position: relative;
}
#header .cart_box .cart_icon_wrap {
    height: 40px;
}
#header .cart_box .icon_cart {
    color: #cccccc;
    float: left;
    font-size: 41px;
    height: 40px;
    text-align: center;
    line-height: 58px;
}
#header .cart_box .heading {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 6px;
    text-align: center;
}
#header .cart_box .sub_heading {
    color: #666666;
    font-size: 13px;
    text-align: center;
}
#header .cart_box .prods_num {
    position: absolute;
    top: 0;
    left: 22px;
    width: 19px;
    height: 19px;
    border-radius: 400px;
    background: #ff8c00;
    font-size: 10px;
    text-align: center;
    line-height: 19px;
    color: #fff;
}
body #header .cart_dropdown-user3 {
    top: 99px;
    display:block;
}
body #header .cart_dropdown-user3 .cart_rows_wrap {
    padding: 14px 0 14px 0;
}

body #header .cart_dropdown-user4 {
    top: 79px;
    left: 0px;
    margin-left:-132px;
    display:block;
    width:210px;
    text-align: center;
}
body #header .cart_dropdown-user4 .cart_rows_wrap {
    padding: 5px 0 5px 0;
    font-size:13px;
    width:210px;
    text-align: center;
}

#header .cart_dropdown.show-contacts {
    z-index: 900;
    top: 44px;
    width: 133px;
    padding: 0 10px 14px 10px;
    box-sizing: border-box;
}
#header .cart_dropdown.show-contacts .stores {
    clear: both;
    margin-bottom: 10px;
}
#header .cart_dropdown.show-contacts .service {
    clear: both;
    margin-bottom: 10px;
}
#header .cart_dropdown.show-contacts .warehouse {
    margin-bottom: 0;
}

#header .cart_dropdown {
    position: absolute;
    background: #fff;
    top: 89px;
    right: 0;
    width: 380px;

    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-top: 7px solid #ff9900;
    border-radius: 2px;
    -webkit-box-shadow: 0px 2px 5px 2px rgba(1, 1, 1, 0.15);
    -moz-box-shadow: 0px 2px 5px 2px rgba(1, 1, 1, 0.15);
    box-shadow: 0px 2px 5px 2px rgba(1, 1, 1, 0.15);
    display: none;
}
#header .cart_dropdown.visible{
    display: block;
}
#header .cart_box .cart_dropdown:after, #header .cart_dropdown:before {
    bottom: 100%;
    right: 52px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
#header .cart_dropdown.cart_dropdown-user2:before{
    right: 55px;
}
#header .cart_dropdown:after {
    border-color: rgba(255, 153, 0, 0);
    border-bottom-color: #ff9900;
    border-width: 15px;
    margin-left: -15px;
}
#header .cart_dropdown:before {
    border-color: rgba(255, 153, 0, 0);
    border-bottom-color: #ff9900;
    border-width: 16px;
    margin-left: -16px;
}
#header .cart_dropdown .cart_rows_wrap {
    padding: 14px 0 0 0;
}
#header .cart_dropdown .prod_row {
    padding: 0 10px;
    box-sizing: border-box;
    max-height: 235px;
    overflow-x: hidden;
    overflow-y: auto;
}
#header .cart_dropdown .prod_heading {
    width: 239px;
    color: #666666;
    font-size: 13px;
}
#header .cart_dropdown .count_heading {
    width: 34px;
    color: #666666;
    font-size: 13px;
}
#header .cart_dropdown .price_heading {
    width: 75px;
    color: #666666;
    font-size: 13px;
    margin-left: 7px;
    text-align: right;
}
#header .cart_dropdown .prod_col {
    width: 242px;
    margin-top: 10px;
}
#header .cart_dropdown .cart_img {
    border: 1px solid #e5e5e5;
}
#header .cart_dropdown .cart_prod {
    width: 175px;
    margin-left: 8px;
    color: #333333;
    font-size: 13px;
    margin-top: 6px;
}
#header .cart_dropdown .cart_prod:hover {
    color: #ff8c00;
}
#header .cart_dropdown .prod_count {
    width: 34px;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
}
#header .cart_dropdown .prod_prise {
    width: 54px;
    color: #333;
    font-size: 11px;
    font-weight: 700;
    margin-top: 10px;
    text-align: right;
    margin-left: 3px;
}
#header .cart_dropdown .summary {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-top: 20px;
    padding: 10px 15px 10px 10px;
    box-sizing: border-box;
}
#header .cart_dropdown .summary .txt_left {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    width: 60px;
}
#header .cart_dropdown .summary .txt_middle {
    color: #333333;
    font-size: 13px;
}
#header .cart_dropdown .summary .txt_right {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
}
#header .cart_dropdown .to_cart_wrap {
    padding: 10px;
}
#header .cart_dropdown .to_cart_wrap a {
    height: 38px;
    background: #999999;
    border-radius: 2px;
}
#header .cart_dropdown .user-name {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}
#header .cart_dropdown-user-nav {
    width: 230px;
    top: 73px;
}
body #header .menu_icon-person {
    height: 28px;
}
header .user-dropdown {
    display: none;
    margin-top: 178px;
    float: left;
    position: relative;
    z-index: 101;
    background: #fff;
}
header .user-dropdown .menu_link {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #ff8c00;
}
header .user-dropdown .main_link {
    color: #333;
    font-size: 15px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}
header .user-dropdown .main_link i {
    color: #333333;
    font-size: 25px;
    margin-left: 3px;
    height: 19px;
    float: right;
}



#header .user-padding-fix {
    padding: 10px;
}
#header .user-links {
    font-size: 15px;
    color: #000;
    clear: both;
    margin-bottom: 15px;
}
#header .user-links:last-of-type {
    margin-bottom: 0;
}
#header .user-links:hover {
    color: #ff8c00;
}
#header .cart_dropdown .to_cart_wrap a:hover {
    background: #ff8c00;
}
#header .cart_dropdown .to_cart_wrap a .txt {
    font-size: 15px;
    color: #fff;
    height: 38px;
    line-height: 38px;
}
#header .cart_dropdown .to_cart_wrap a i {
    color: #fff;
    float: left;
    font-size: 22px;
    height: 38px;
    line-height: 47px;
    width: 7px;
}
#header .cart_dropdown .to_cart_wrap a {
    width: 100% !important;
    text-align: center !important;
}
/* cart wrap gdpr */
#header .cart_dropdown-user1 {
    position: absolute;
    background: #fff;
    top: 89px;
    right: 0;
    width: 380px;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    border-top: 7px solid #ff9900;
    border-radius: 2px;
    -webkit-box-shadow: 0px 2px 5px 2px rgba(1, 1, 1, 0.15);
    -moz-box-shadow: 0px 2px 5px 2px rgba(1, 1, 1, 0.15);
    box-shadow: 0px 2px 5px 2px rgba(1, 1, 1, 0.15);
    display: none;
}
#header .cart_box .cart_dropdown-user1:after, #header .cart_dropdown-user1:before {
    bottom: 100%;
    right: 52px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
#header .cart_dropdown-user1.cart_dropdown-user1-user2:before{
    right: 55px;
}
#header .cart_dropdown-user1:after {
    border-color: rgba(255, 153, 0, 0);
    border-bottom-color: #ff9900;
    border-width: 15px;
    margin-left: -15px;
}
#header .cart_dropdown-user1:before {
    border-color: rgba(255, 153, 0, 0);
    border-bottom-color: #ff9900;
    border-width: 16px;
    margin-left: -16px;
}
#header .cart_dropdown-user1 .cart_rows_wrap {
    padding: 14px 0 0 0;
}
#header .cart_dropdown-user1 .prod_row {
    padding: 0 10px;
    box-sizing: border-box;
    max-height: 235px;
    overflow-x: hidden;
    overflow-y: auto;
}
#header .cart_dropdown-user1 .prod_heading {
    width: 239px;
    color: #666666;
    font-size: 13px;
}
#header .cart_dropdown-user1 .count_heading {
    width: 34px;
    color: #666666;
    font-size: 13px;
}
#header .cart_dropdown-user1 .price_heading {
    width: 75px;
    color: #666666;
    font-size: 13px;
    margin-left: 7px;
    text-align: right;
}
#header .cart_dropdown-user1 .prod_col {
    width: 242px;
    margin-top: 10px;
}
#header .cart_dropdown-user1 .cart_img {
    border: 1px solid #e5e5e5;
}
#header .cart_dropdown-user1 .cart_prod {
    width: 175px;
    margin-left: 8px;
    color: #333333;
    font-size: 13px;
    margin-top: 6px;
}
#header .cart_dropdown-user1 .cart_prod:hover {
    color: #ff8c00;
}
#header .cart_dropdown-user1 .prod_count {
    width: 34px;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
}
#header .cart_dropdown-user1 .prod_prise {
    width: 80px;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    text-align: right;
}
#header .cart_dropdown-user1 .summary {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-top: 20px;
    padding: 10px 15px 10px 10px;
    box-sizing: border-box;
}
#header .cart_dropdown-user1 .summary .txt_left {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    width: 60px;
}
#header .cart_dropdown-user1 .summary .txt_middle {
    color: #333333;
    font-size: 13px;
}
#header .cart_dropdown-user1 .summary .txt_right {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
}
#header .cart_dropdown-user1 .to_cart_wrap {
    padding: 10px;
}
#header .cart_dropdown-user1 .to_cart_wrap a {
    height: 38px;
    background: #999999;
    border-radius: 2px;
}
#header .cart_dropdown-user1 .to_cart_wrap a:hover {
    background: #ff8c00;
}
#header .cart_dropdown-user1 .to_cart_wrap a .txt {
    font-size: 15px;
    color: #fff;
    height: 38px;
    line-height: 38px;
}
#header .cart_dropdown-user1 .to_cart_wrap a i {
    color: #fff;
    float: left;
    font-size: 22px;
    height: 38px;
    line-height: 47px;
    width: 7px;
}
/* end */
#header .middle_row {
    z-index: 102;
    position: relative;
}
#header .menu_icon_holder {
    display: none;
    width: 25%;
    border-right: 1px solid #e5e5e5;
    padding: 9px 10px 9px 10px;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
#header .txt_mobile {
    font-size: 12px;
    color: #333333;
    margin-top: 5px;
    display: none;
}
#header .menu_icon {
    display: inline-block;
    width: 32px;
    height: 37px;
    z-index: 2;
    overflow: hidden;
    display: none;
}
#header .menu_icon_holder .txt_mobile {
    margin-top: 0;
}
#header .menu_icon .m_line {
    background-color: #ff8c00;
    border: 0 none;
    display: block;
    height: 5px;
    -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.3s ease 0s;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    width: 32px;
}
#menu {
    left: 0;
    position: fixed;
    top: 135px;
    z-index: 102;
    background: #fff;
    padding-top: 9px;
}
.has_submenu_cat .main_link {
    background: #ededed;
    padding: 10px 0px 9px 17px;
    width:239px;
    text-align: center;
    margin-top: -9px;
    border-radius: 10px 10px 0 0;
    font-size: 14px !important;
}
.has_submenu_cat .main_link:hover {
    color:#000 !important;
    cursor: default;
}
.has_submenu_cat .main_link:hover .new-icon {
    background: url("../img/new_menu/hamburger.png") no-repeat center !important;
    background-size: 17px;
}
.opened_submenu {
    background: #ff8c00;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.has_mobile_submenu {
    clear: both;
    padding: 10px 0 10px 20px;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #dcdcdc;
    line-height: 17px;
    list-style-type: none;
}
nav li{
   list-style-type: none;
}
.has_mobile_submenu:last-of-type {
    margin-bottom: 0;
}
.mobile_submenu {
    display: none;
    float: left;
    width: 100%;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    z-index: 2;
}
.second_mobile_submenu {
    float: left;
    width: 100%;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 0 0 0 10px;
    z-index: 2;
    overflow: hidden;
    display: none;
}
.second_mobile_submenu a {
    padding: 10px 0;
    width: 100%;
    font-size: 15px;
    color: #333333;
    text-align: left;
    box-sizing: border-box;
    float: left;
    width: 100%;
}
.second_mobile_submenu .all {
    color: #ff8c00;
}
.mobile_submenu .mobile_link {
    margin-bottom: 0;
    padding: 10px 0;
    width: 100%;
    font-size: 15px;
    color: #333333;
    text-align: left;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.mobile_submenu_title {
    color: #333333;
    font-size: 14px;
    text-transform: uppercase;
    padding: 20px 0 20px 20px;
    text-align: left;
    background: #f6f6f6;
    width: 115%;
    margin-left: -20px;
    box-sizing: border-box;
}
.back {
    padding: 20px 0 20px 12px;
    background: #f6f6f6;
    width: 115%;
    margin-left: -20px;
    box-sizing: border-box;
    cursor: pointer;
    border-bottom: 1px solid #e5e5e5;
}
.back i {
    float: left;
    font-size: 25px;
    color: #333333;
    height: 18px;
    line-height: 18px;
    margin-top: -4px;
}
.back span {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
#menu .is-promo {
    background: #fe0000;
    padding: 5px 7px !important;
    margin-top: -5px;
    border-radius: 2px;
    font-size: 16px !important;
    color: #fff !important;
}

#menu .menu_link {
    margin-right: 40px;
    list-style-type: none;
}
#menu .menu_link:hover .main_link, #menu .main_link:hover i, .mobile_submenu .mobile_link:hover, .mobile_submenu .mobile_link:hover .plus, .mobile_submenu .mobile_link:hover .minus, .second_mobile_submenu a:hover {
    color: #ff8c00 ;
}
#menu .main_link {
    color: #333333;
    font-size: 16px !important;
    padding-bottom: 10px;
    transition: none;
}
#menu .main_link i {
    color: #333333;
    font-size: 25px;
    margin-left: 3px;
    height: 19px;
    float: left;
}
#menu .is_opened .main_link , #menu .is_opened i {
    color: #ff8c00 !important;
}
#menu .is_opened_new {
    background: #e5e5e5;
}
#menu .is_opened_new .main_link {
    color: #333333 !important;
}
#menu .is_opened_new .main_link i {
    color: #333333;
}
#wrapper #header.is_fixed {
    height: 61px;
}
#wrapper #menu.is_fixed {
   -webkit-box-shadow: 0px 9px 10px 0px rgba(1,1,1,0.2);
    -moz-box-shadow: 0px 9px 10px 0px rgba(1,1,1,0.2);
    box-shadow: 0px 9px 10px 0px rgba(1,1,1,0.2);
    top: 61px;
}
#wrapper .is_fixed .cart_dropdown {
    top: 48px;
}
#wrapper .is_fixed .logo {
    margin-top: 4px;
}
#wrapper .is_fixed .logo img {
    width: 230px;
}
#wrapper .is_fixed .search {
    margin-top: 13px;
    height: 32px;
}
#wrapper .is_fixed  .search .s_input, #wrapper .is_fixed .search .s_submit {
    height: 32px;
}
#wrapper .is_fixed .search .s_submit i {
    height: 32px;
    line-height: 42px;
}
#wrapper .is_fixed .login_box a {
    width: auto;
    text-align: left;
}
#wrapper .login_box a img {
    border-radius:2px;
}
#wrapper .is_fixed .login_box a img {
    height: 25px;
}
#wrapper .is_fixed .login_box i {
    width: auto;
    margin-top: 4px;
    height: 31px;
    font-size: 37px;
}
#wrapper .is_fixed .cart_box .heading {
    text-align: left;
}
#wrapper  .is_fixed .cart_box .icon_cart {
    font-size: 28px;
    height: 31px;
    text-align: center;
    line-height: 46px;
}
#wrapper .is_fixed .cart_box .sub_heading {
    text-align: left;
}
#wrapper  .is_fixed .cart_box .cart_icon {
    width: 26px;
    height: 31px;
}
#wrapper .is_fixed .text_holder {
    width: 125px;
    margin-left: 5px;
}
#wrapper .is_fixed .text_holder_cart {
    margin-left: 10px;
}
#wrapper .is_fixed .login_box {
    width: 180px;
}
#wrapper .is_fixed .cart_box .cart_icon_wrap {
    width: auto;
    margin-top: 4px;
}
#wrapper .is_fixed .cart_box {
    width: 180px;
}
#wrapper .is_fixed .cart_box .prods_num {
    left: 13px;
    top: -3px;
}

body .has_mobile_submenu {
    padding: 8px 0 8px 44px !important;
}

/* NEW MENU */

@media screen and (min-width: 1180px) {
    body .submenu .column {
        width: 256px;
    }
    body .new-menu-wrap .submenu .submenu_link {
        font-size: 14px !important;
    }
    body .has_mobile_submenu {
        padding: 8px 0 8px 44px !important;
    }
    .index_slider-fix {
        padding-left: 256px;
        box-sizing: border-box;
    }
}

.new-icon {
    width: 17px;
    height: 17px;
    background: url("../img/new_menu/hamburger.png") no-repeat center;
    background-size: 17px !important;
    margin-right: 5px;
    margin-top: 0px;
    margin-bottom:1px;
}
#menu .main_link:hover .new-icon, #menu .is_opened .new-icon {
    background: url("../img/new_menu/hamburger_orange.png") no-repeat center;
    background-size: 17px !important;
}
.shop-cat {
    color: #333333;
    font-size: 16px;
    height: 39px;
    transition: none;
    width: 210px;
    clear: both;
}
.new-menu-wrap {
    position: absolute;
    top: 173px;
    left: 0;
    width: 100%;
}
.new-menu .submenu {
    width: auto;
    position: relative;
    float: left;
    top: auto;
    clear: both;
    border-top: 0;
    z-index: 101;
}
.new-menu .submenu ul {
    list-style: none;
}
.new-menu .submenu .right_submenu {
    width: calc(100% - 268px);
}


 .has_mobile_submenu[data-menu-name="1"] {
    background: url("../img/new_menu/1.png") no-repeat 5px center;
    background-size: 25px;
    padding: 10px 0 10px 44px;
}
 .has_mobile_submenu[data-menu-name="1"].is_hovered {
    background: url("../img/new_menu/1.png") no-repeat 5px center #fff;
    background-size: 25px;
}

 .has_mobile_submenu[data-menu-name="2"] {
    background: url("../img/new_menu/2.png") no-repeat 13px center;
    background-size: 25px;
    padding: 10px 0 10px 44px;
}
.has_mobile_submenu[data-menu-name="2"].is_hovered {
    background: url("../img/new_menu/2.png") no-repeat 13px center #fff;
    background-size: 25px;
}

 .has_mobile_submenu[data-menu-name="3"] {
    background: url("../img/new_menu/3.png") no-repeat 13px center;
    background-size: 25px;
    padding: 10px 0 10px 44px;
}
 .has_mobile_submenu[data-menu-name="3"].is_hovered {
    background: url("../img/new_menu/3.png") no-repeat 13px center #fff;
    background-size: 25px;
}

 .has_mobile_submenu[data-menu-name="4"] {
    background: url("../img/new_menu/4.png") no-repeat 13px center;
    background-size: 25px;
    padding: 10px 0 10px 44px;
}
 .has_mobile_submenu[data-menu-name="4"].is_hovered {
    background: url("../img/new_menu/4.png") no-repeat 13px center #fff;
    background-size: 25px;
}

 .has_mobile_submenu[data-menu-name="5"] {
    background: url("../img/new_menu/5.png") no-repeat 13px center;
    background-size: 25px;
    padding: 10px 0 10px 44px;
}
 .has_mobile_submenu[data-menu-name="5"].is_hovered {
    background: url("../img/new_menu/5.png") no-repeat 13px center #fff;
    background-size: 25px;
}

 .has_mobile_submenu[data-menu-name="6"] {
    background: url("../img/new_menu/6.png") no-repeat 13px center;
    background-size: 25px;
    padding: 10px 0 10px 44px;
}
 .has_mobile_submenu[data-menu-name="6"].is_hovered {
    background: url("../img/new_menu/6.png") no-repeat 13px center #fff;
    background-size: 25px;
}

 .has_mobile_submenu[data-menu-name="8"] {
    background: url("../img/new_menu/7.png") no-repeat 13px center;
    background-size: 25px;
    padding: 10px 0 10px 44px;
}
 .has_mobile_submenu[data-menu-name="8"].is_hovered {
    background: url("../img/new_menu/7.png") no-repeat 13px center #fff;
    background-size: 25px;
}

 .has_mobile_submenu[data-menu-name="10"] {
    background: url("../img/new_menu/8.png") no-repeat 13px center;
    background-size: 25px;
    padding: 10px 0 10px 44px;
}
 .has_mobile_submenu[data-menu-name="10"].is_hovered {
    background: url("../img/new_menu/8.png") no-repeat 13px center #fff;
    background-size: 25px;
}

 .has_mobile_submenu[data-menu-name="11"] {
    background: url("../img/new_menu/9.png") no-repeat 13px center;
    background-size: 25px;
    padding: 10px 0 10px 44px;
}
 .has_mobile_submenu[data-menu-name="11"].is_hovered {
    background: url("../img/new_menu/9.png") no-repeat 13px center #fff;
    background-size: 25px;
}

 .has_mobile_submenu[data-menu-name="291"] {
    background: url("../img/new_menu/10.png") no-repeat 13px center;
    background-size: 25px;
    padding: 10px 0 10px 44px;
}
 .has_mobile_submenu[data-menu-name="291"].is_hovered {
    background: url("../img/new_menu/10.png") no-repeat 13px center #fff;
    background-size: 25px;
}

 .has_mobile_submenu[data-menu-name="298"] {
    background: url("../img/new_menu/11.png") no-repeat 13px center;
    background-size: 25px;
    padding: 10px 0 10px 44px;
}
 .has_mobile_submenu[data-menu-name="298"].is_hovered {
    background: url("../img/new_menu/11.png") no-repeat 13px center #fff;
    background-size: 25px;
}

 .has_mobile_submenu[data-menu-name="3954"] {
    background: url("../img/new_menu/12.png") no-repeat 13px center;
    background-size: 25px;
    padding: 10px 0 10px 44px;
}
 .has_mobile_submenu[data-menu-name="3954"].is_hovered {
    background: url("../img/new_menu/12.png") no-repeat 13px center #fff;
    background-size: 25px;
}

.has_mobile_submenu[data-menu-name="3955"] {
    background: url("../img/new_menu/13.png") no-repeat 13px center;
    background-size: 25px;
    padding: 10px 0 10px 44px;
}
.has_mobile_submenu[data-menu-name="3955"].is_hovered {
    background: url("../img/new_menu/13.png") no-repeat 13px center #fff;
    background-size: 25px;
}

 .has_mobile_submenu[data-menu-name="5210"] {
    background: url("../img/new_menu/14.png") no-repeat 13px center;
    background-size: 25px;
    padding: 10px 0 10px 44px;
}
 .has_mobile_submenu[data-menu-name="5210"].is_hovered {
    background: url("../img/new_menu/14.png") no-repeat 13px center #fff;
    background-size: 25px;
}

 .has_mobile_submenu[data-menu-name="10279"] {
    background: url("../img/new_menu/15.png") no-repeat 13px center;
    background-size: 25px;
    padding: 10px 0 10px 44px;
}
 .has_mobile_submenu[data-menu-name="10279"].is_hovered {
    background: url("../img/new_menu/15.png") no-repeat 13px center #fff;
    background-size: 25px;
}

 .has_mobile_submenu[data-menu-name="15851"] {
    background: url("../img/new_menu/16.png") no-repeat 13px center;
    background-size: 25px;
    padding: 10px 0 10px 44px;
}
 .has_mobile_submenu[data-menu-name="15851"].is_hovered {
    background: url("../img/new_menu/16.png") no-repeat 13px center #fff;
    background-size: 25px;
}


/* NEW MENU */

.submenu_dim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 100;
}
.submenu {
    position: absolute;
    top: 27px;
    left: 0;
    width: 1440px;
    background: #fff;
    border-top: 2px solid #ff8c00;
    z-index: 1;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(1,1,1,0.5);
    -moz-box-shadow: 0px 5px 10px 0px rgba(1,1,1,0.5);
    box-shadow: 0px 5px 10px 0px rgba(1,1,1,0.5);
}
.submenu .see_all_holder {
    position: absolute;
    bottom: 20px;
    right: 0;
}
.submenu .see_all_holder a {
    width: 190px;
    height: 50px;
    line-height: 50px;
    background: #ff9900;
    border-radius: 3px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    margin-right: 20px;
}
.submenu .see_all_holder a:hover {
   background: #162226;
}
.right_submenu {
    float: left;
    width: calc(100% - 288px);
}
.is_hovered {
    background: #fff;
}
.submenu .right_submenu .column {
    margin-left: 20px;
    padding-right: 10px;
    background: #fff;
}
.submenu .right_submenu .column:first-child {
    padding-left: 10px;
}
.submenu .column {
    width: 268px;
    padding-top: 15px;
    padding-bottom: 20px;
    background: #eeeeee;
    position: relative;
    overflow: hidden;
}
.submenu .column.p0::after {
    width: 0.5px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    box-shadow: 0 5px 7px 0 rgba(1, 1, 1, 0.6);
    content: "";
}
.submenu .column:last-of-type {
    border-right: 0;
}
.submenu .column .all_from_cat {
    color: #ff8c00 !important;
    box-sizing: border-box;
    padding: 10px 0 10px 30px !important;
    font-size: 15px;
    display: none;
}
.submenu .column .submenu_link {
    color: #333333;
    font-size: 14px;
    margin-bottom: 10px;
    clear: both;
    width: 100%;
}

.submenu .column .submenu_link .plus, .mobile_submenu .mobile_link .plus {
    color: #333333;
    float: right;
    font-size: 24px;
    height: 19px;
    margin-right: 6px;
    margin-top: -3px;
    display: none;
    width: auto !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.submenu .column .submenu_link .minus, .mobile_submenu .mobile_link .minus {
    color: #333333;
    float: right;
    font-size: 25px;
    height: 19px;
    margin-right: 9px;
    margin-top: -5px;
    display: none;
    width: auto !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mobile_submenu .mobile_link span {
    text-align: left;
    width: calc(100% - 30px);
}
.submenu .column .submenu_link:hover .plus, .submenu .column .submenu_link:hover .minus {
    color: #ff8c00 !important;
}

.submenu .column .submenu_link:last-of-type {
    margin-bottom: 0;
}
.submenu .right_submenu  .column .submenu_link:last-of-type {
    margin-bottom: 10px;
}
.submenu .column:last-of-type {
    border-right: 0;
}
.submenu .column .cat_img img {
    float: left;
    width: 190px;
    min-height: 190px;
}
.submenu .column .cat_link {
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
}
.submenu .see_all {
    clear: both;
    position: relative;
}
.submenu .see_all::after {
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 5px;
    left: 0;
    background: #ff8c00;
    content: "";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.submenu .see_all:hover::after {
    width: 100%;
}
.submenu .see_all .txt {
    color: #ff8c00;
    font-size: 13px;
    float: left;
}
.submenu .see_all i {
    color: #ff8c00;
    float: left;
    font-size: 18px;
    width: 5px;
}
.submenu .submenu_brand {
    width: 194px;
    height: 131px;
    margin-left: 10px;
    margin-top: 10px;
    position: relative;
    text-align: center;
}
.submenu .submenu_brand::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    content: "";
    box-sizing: border-box;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.submenu .submenu_brand::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: #ff8c00;
    content: "";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.submenu .submenu_brand:hover::after {
    width: 100%;
}
.submenu .submenu_brand img {
    position: relative;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.submenu .see_all_brands {
    width: 194px;
    height: 131px;
    margin-left: 10px;
    background: #ff9900;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 20px;
}
.submenu .see_all_brands:hover {
    background: #162226;
}
#content {
    margin-top: 190px;
}
.top_note {
    color: #fff;
    font-size: 15px;
    background: #ff8c00;
     padding: 13px 0 5px 0;
    position: fixed;
    top: 164px;
    left: 0;
    z-index: 100;
}
.new-h1 {
    float: left;
    width: 100%;
    margin-top: 2px;
}
.new-h1 h1 {
    color: #fff;
    font-size: 15px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}
.index-heading {
    font-size: 15px;
    margin: 0;
}
.index-h1 {
    margin-top: 214px !important;
}
.index-h1-margin-fix.is_fixed {
    top: 33px !important;
}
.top_note.is_fixed{
    top: 63px;
}

/* Branded styles */
.header-branded-mobile {
    display: none;
}
.branded-layout .header-branded-desktop {
    height: 164px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /*
    -webkit-box-shadow: 0px 9px 10px 0px rgba(1,1,1,0.2);
    -moz-box-shadow: 0px 9px 10px 0px rgba(1,1,1,0.2);
    box-shadow: 0px 9px 10px 0px rgba(1,1,1,0.2);  */
}
.branded-layout {

}
.go-countdown {
    position: absolute;
    width: 189px;
    right: 166px;
    top: 87px;
    z-index: 999;
    opacity: 0;
}
.go-countdown .timer-title {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: -2px;
}
.go-hours {
    float: left;
    width: 50px;
}
.go-minutes {
    float: left;
    width: 58px;
}
.go-seconds {
    float: left;
    width: 67px;
}
.go-countdown .counts {
    width: 100%;
    text-align: center;
    font-size: 30px;
    letter-spacing: 8px;
    position: relative;
}
.go-countdown .counts::after {
    position: absolute;
    top: 1px;
    left: -3px;
    width: 23px;
    height: 38px;
    background: #fff;
    content: "";
    border-radius: 4px;
}
.go-countdown .counts::before {
    position: absolute;
    top: 1px;
    right: 5px;
    width: 23px;
    height: 38px;
    background: #fff;
    content: "";
    border-radius: 4px;
}
.go-countdown .go-minutes .counts::before {
    right: 13px;
}
.go-countdown .go-seconds .counts::before {
    right: 22px;
}
.go-countdown .z-index-fix {
    z-index: 2;
    position: relative;
}
.go-countdown .h-texts {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
}
.go-countdown .h-texts-hours {
    margin-left: -4px;
    padding-top:4px;
}
.go-countdown .h-texts-minutes {
    margin-left: -8px;
    padding-top:4px;
}
.go-countdown .h-texts-seconds {
    margin-left: -13px;
    padding-top:4px;
}
.go-countdown .timer-sep {
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    height: 38px;
    line-height: 33px;
    width: 10px;
    text-align: center;
    margin-left: -4px;
    margin-right: 5px;
}
.go-countdown .timer-sep-sec {
    margin-left: -12px;
}

.branded-layout .header-branded-desktop #header {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    height: 160px;
    width: 135px;
    padding: 2px;
    background: none;
}
.branded-layout .header-branded-desktop #header.is_fixed {
    height: 160px !important;
}
.branded-layout .header-branded-desktop #header.is_fixed .cart_box {
    width: 135px !important;
}
.branded-layout .header-branded-desktop #header.is_fixed .cart_box .cart_icon {
    width: 43px !important;
    height: 40px !important;
}
.branded-layout .header-branded-desktop #header.is_fixed .cart_box .cart_icon_wrap {
    width: 100% !important;
    margin-top: 0  !important;
}
.branded-layout .header-branded-desktop #header.is_fixed .cart_box .icon_cart {
        font-size: 41px !important;
    height: 40px !important;
    text-align: center !important;
    line-height: 58px !important;
}
.branded-layout .header-branded-desktop #header.is_fixed .cart_box .text_holder_cart {
    margin-left: 5px !important;
}
.branded-layout .header-branded-desktop #header.is_fixed .cart_box .heading {
    text-align: center !important;
}
.branded-layout .header-branded-desktop #header.is_fixed .cart_box .prods_num {
        left: 22px !important;
    top: 0 !important;
}
.branded-layout .header-branded-desktop #header.is_fixed .cart_box .sub_heading {
     text-align: center !important;
}

.branded-layout .header-branded-desktop #header::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    content: "";
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+49 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */


}

/*
.branded-layout .header-branded-desktop #header.is_fixed {
    top: 0;
    width: 159px;
    height: 103px !important;
    background: none;

}
.branded-layout .header-branded-desktop #header.is_fixed::after {
        width: 300px;
}
.branded-layout .header-branded-desktop #header.is_fixed .cart_box {
    margin-top: 30px;
}
*/

.branded-layout .header-branded-desktop #header .cart_box {
    margin-left: 0;
    margin-top: 40px;
    padding-bottom: 0;
    z-index: 1;
}
.branded-layout .fixed-mobile-head {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 55px;
    background: #fff;
    -webkit-box-shadow: 0px 9px 10px 0px rgba(1,1,1,0.2);
    -moz-box-shadow: 0px 9px 10px 0px rgba(1,1,1,0.2);
    box-shadow: 0px 9px 10px 0px rgba(1,1,1,0.2);
}
.branded-layout .back-home-m {
   height: 28px;
    line-height: 28px;
    background: #000;
    position: relative;
    z-index: 5;
    border-radius: 10px;
    margin-top: 13px;
    margin-left: 2px;
}
.branded-layout .back-home-m .btn-icon {
    color: #fff;
    font-size: 12px;
    margin-right: 3px;
    margin-left: 6px;
}

.branded-layout .back-home-m .btn-txt {
    color: #fff;
    font-size: 11px;
    margin-right: 6px;
}
.branded-layout .logo-wrap {
    position: absolute;
    top: 11px;
    left: 0;
    text-align: center;
}
.branded-layout .top_note {
    float: left;
    position: relative;
    top: auto !important;
    margin-top: 164px;
}

.branded-layout .fixed-brand-head {
   /* height: 107px; */
}
.branded-layout .fixed-brand-head .logo {
   /* margin-top: 4px !important; */
}
.branded-layout .fixed-brand-head .logo img {
  /*  width: 230px; */
}
/*
.branded-layout .fixed-brand-head .back-home {
    width: 162px;
    height: 32px;
    line-height: 32px;
    margin-top: 13px;
}
.branded-layout .fixed-brand-head .back-home .btn-icon {
    font-size: 22px;
}
.branded-layout .fixed-brand-head .back-home .btn-txt {
    font-size: 18px;
}
*/

.branded-layout #content {
    margin-top: 0;
}
.branded-layout .header-branded-desktop .logo {
    margin-top: 15px;
    transition: none;
}
.branded-layout .header-branded-desktop .logo img {
    transition: none;
}
.branded-layout .back-home {
    width: 150px;
    height: 34px;
    line-height: 40px;
    background: #000;
    border-radius: 10px;
    clear: both;
    margin-top: 30px;
    margin-left: 19px;
    transition: none;
}
.branded-layout .back-home:hover {
    background: #ff8c00;
}
.branded-layout .back-home:hover .btn-icon {
    color: #fff;
}
.branded-layout .back-home:hover .btn-txt {
    color: #fff;
}
.branded-layout .back-home .btn-icon {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    margin-left: 13px;
    margin-right: 5px;
    height: 34px;
    line-height: 30px;
}
.branded-layout .back-home .btn-txt {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
        height: 34px;
    line-height: 34px;
}
.branded-layout .brand-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 21px;
    padding: 3px 0;
    font-weight: bold;
    text-align: center;
}
.branded-layout .see-all-cats {
    height: 359px;
}
.branded-layout .see-all-cats {
    font-size: 14px;
    color: #ff8c00;
    font-weight: bold;
    line-height: 16px;
    background: url("../img/see_all.jpg") no-repeat;
    background-size: cover;
    word-break: break-word;
}
.branded-layout .see-here {
    background: #ff8c00;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 19px;
    border-radius: 7px;
    min-width: 110px;
    margin-top: 15px;
    transition: all 0.5s ease;
}
.branded-layout .see-here:hover {
    background: #339900;
}
.branded-layout .arr-icon {
    color: #333333;
    font-size: 77px;
    font-weight: 300;
    line-height: 33px;
    margin-top: 30px;
}
.has-icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}
.branded-icon {
    position: absolute;
    top: 27px;
    right: 6px;
    z-index: 8;
}
.branded-layout #content {
   /* background: url("../img/brading_back.jpg") repeat top center ; */
    padding-bottom: 10px;
    position: relative;
}
.branded-layout footer {
    margin-top: 0 !important;
}
.theiaStickySidebar {
    height: calc(100% - 22px);
    overflow: auto;
}

.branded-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.scroll-top {
    background: #06a640 url(../img/arr_up.png) no-repeat center;
    background-size: 20px;
    opacity: 0.6;
    left: -100%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-size: 16px;
    cursor: pointer;
    position: fixed;
    bottom: 30px;
    z-index: 900;
}
.scroll-top.visible {
    left: 20%;
}
/* Branded styles */






.index_slider_wrap {
    margin-top: 25px;
    height: 470px;
    overflow: hidden;
}
.index_slider .owl-item img {
    height: 495px;
}
.brands_logos {
    margin-top: 30px;
}
.brands_logos .heading_wrap {
    margin-bottom: 20px;
}
.brands_logos .heading {
    border-bottom: 2px solid #ff9c08;
    color: #333333;
    font-size: 24px;
    padding-bottom: 7px;
    position: relative;
    z-index: 1;
}
.brands_logos .heading_grey_line {
    background: #dcdcdc none repeat scroll 0 0;
    bottom: 0;
    height: 1px;
    left: 0;
    position: absolute;
}
.scroll_to_see_more {
    background: #ff8c00;
    border-radius: 300px;
    box-sizing: border-box;
    color: #fff;
    display: none;
    font-size: 12px;
    height: 60px;
    line-height: 12px;
    padding-top: 18px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 47px;
    width: 60px;
}
.shadow {
    background: url("../img/shadow_long.png") repeat;
    height: 23px;
    margin-top: 15px;
}
.brands_logos .b_logos_wrap {
    width: 1224px;
    height: 131px;
    overflow: hidden;
}
.brands_logos .b_logos {
    width: 194px;
    height: 131px;
    margin-right: 10px;
    text-align: center;
    position: relative;
    background: #fff;
}
.brands_logos .b_logos img {
    position: relative;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.brands_logos .b_logos::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    content: "";
    box-sizing: border-box;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.brands_logos .b_logos::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: #ff8c00;
    content: "";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.brands_logos .b_logos:hover::after {
    width: 100%;
}
.brands_logos .b_logos:hover::before {
    display: block;
}

.brands_logos .see_all_brands {
     width: 194px;
    height: 131px;
    line-height: 131px;
    background: #ff8c00;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.brands_logos .see_all_brands:hover {
    background: #162226;
}
.big_box_wrap {
    margin-right: 20px;
}
.big_box_wrap:last-of-type {
    margin-right: 0;
}
.big_box {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    width: 464px;
    padding-bottom: 12px;
    background: #fff;
}
.big_box .img_wrap {
    overflow: hidden;
    border-bottom: 4px solid #ff9900;
}
.big_box .img_wrap img {
    width: 100%;
}
.big_box .img_wrap:hover img {
    transform: scale(1.1);
}
.big_box .heading {
    color: #231f20;
    font-size: 21px;
    text-transform: uppercase;
    padding: 0 8px;
    margin-top: 15px;
}
.big_box .sub_heading {
    color: #231f20;
    font-size: 15px;
    padding: 0 8px;
    margin-top: 15px;
    height: 38px;
}
.big_box .discounts {
    padding: 0 8px;
    margin-top: 20px;
}
.big_box .discounts .txt {
    float: left;
    color: #ff9900;
    font-size: 15px;
}
.big_box .discounts i {
    color: #ff9900;
    float: left;
    font-size: 23px;
    height: 18px;
    width: 7px;
}
.small_box_wrap {
    margin-right: 20px;
}
.small_box_wrap:last-of-type {
    margin-right: 0;
}
.small_box {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    width: 464px;
    height: 152px;
    position: relative;
    overflow: hidden;
    background: #fff;
}
.small_box .service-index {
    width: 166px;
}
.small_box img {
    position: absolute;
    bottom: 0;
    left: 0;
}
.small_box:hover img {
    transform: scale(1.1);
}
.small_box .heading {
    position: absolute;
    top: 0;
    right: 30px;
    color: #231f20;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
}
.cats_box_holder {
    margin-top: 40px;
}
.cats_box_holder .cats_col {
    width: 350px;
    margin-right: 20px;

/*    margin-left: 20px;
    margin-bottom: 20px;
    float: left;*/
}
.cats_box_holder .cats_col:last-of-type {
    margin-right: 0;
}
#content .cats_box_holder .cats_col_longer {
    width: 700px;
}
.cats_box_holder .cats_col .small_cat_box1 img {
    height: 353px;
}
.cats_box_holder .cats_col .small_cat_box2 img {
    height: 352px;
}
.cats_box_holder .cats_col .small_cat_box3 img {
    height: 353px;
}
.cats_box_holder .cats_col .cats_box {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.cats_box_holder .cats_col .cats_box .img_wrap {
    width: 100%;
}
.cats_box_holder .cats_col .cats_box img {
    border-radius: 2px;
    width: 100%;
}
.cats_box_holder .cats_col .cats_box .heading {
    position: absolute;
    bottom: 14px;
    left: 0;
    height: 50px;
    padding: 0 12px;
    color: #231f20;
    font-size: 15px;
    background: rgba(255,255,255,0.8);
}
.cats_box_holder .cats_col .cats_box .heading::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    content: "";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.cats_box_holder .cats_col .cats_box:hover .heading::after {
    width: 100%;
}
.cats_box_holder .cats_col .cats_box:hover img {
    transform: scale(1.1);
}
.products_slider_holder {
    margin-top: 35px;
}
.products_slider_holder .heading {
    color: #333333;
    font-size: 24px;
    padding-bottom: 7px;
    border-bottom: 2px solid #ff9c08;
    position: relative;
    z-index: 1;
}
.products_slider_holder .heading_grey_line {
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    bottom: 0;
    left: 0;
}
.products_slider {
    margin-top: 20px;
}
.products_slider .owl-item {
    padding: 5px 0;
    overflow: visible !important;
}
.products_slider .owl-stage-outer {
    box-sizing: border-box;
    padding-left: 5px;
}

.promo-box {
    background: #fff;
    border: 1px solid #dcdcdc;
    margin-right: 5px;
    margin-bottom: 20px;
    width: 19.4%;
}
.promo-box .p-logo-wrap {
    height: 55px;
    border-bottom: 2px solid #dcdcdc;
}
.promo-box .p-logo-wrap img {
    max-height: 40px;
}
.promo-product-img {
    max-width: 100%;
}
.promo-box .p-text {
    margin-top: 5px;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}
.promo-box .see-full-promo {
    height: 35px;
    background: #fe7c00;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.5s ease;
}
.promo-box .see-full-promo:hover {
    background: #339900;
}
.promo-box.see-all-promos {
    border: 0;
    background: #fe7c00;
    color: #fff;
    font-size: 20px;
    transition: all 0.5s ease;
}
.promo-box.see-all-promos:hover {
    background: #339900;
}

.p_slider_box {
    width: 205px;
    background: #fff;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 2px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #dcdcdc;
    position: relative;
}
.owl-item .p_slider_box{
    max-width: 100%;
}
.p_slider_box .action_btns {
    margin-top: 10px;
    margin-bottom: 11px;
    box-sizing: border-box;
    padding-left: 6px;
    height: 30px;
}
.p_slider_box .action_btns .compare_btn {
    background: none;
    width: auto;
    border: 1px solid #999999;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 0 7px;
    margin-right: 6px;
}
.p_slider_box .action_btns .compare_btn i {
    margin-left: 0;
    color: #999999;
}
#wrapper .p_slider_box .action_btns .compare_btn:hover {
    background: none;
    border: 1px solid #ff8c00;
}
#wrapper .p_slider_box .action_btns .compare_btn:hover i {
    color: #ff8c00;
}
.p_slider_box .action_btns .compare_btn span {
    font-size: 14px;
    margin-left: 3px;
}
.p_slider_box .action_btns a {
    background: #ff8c00 none repeat scroll 0 0;
    border-radius: 2px;
    height: 30px;
    line-height: 30px;
    width: 99px;
}
.p_slider_box .action_btns a:hover {
    background: #339900;
}
.p_slider_box .action_btns a img {
    margin-left: 6px;
    margin-top: 3px;
    width: 24px;;
}
.p_slider_box .action_btns a i {
    float: left;
    color: #fff;
    font-size: 20px;
    height: 30px;
    line-height: 37px;
    margin-left: 13px;
}
.p_slider_box .action_btns a span {
    float: left;
    margin-left: 5px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight:600;
}
.p_slider_box .has_promo {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    background: #ff8c00;
    border-radius: 300px;
    z-index: 8;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}
.has_promo_green {
    background:#339900 !important;
}
.p_slider_box .img_wrap {
    height: 180px;
    text-align: center;
    padding-bottom: 8px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.p_slider_box .img_wrap::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dcdcdc;
    content: "";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.p_slider_box .img_wrap::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ff8c00;
    opacity: 0;
    content: "";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.p_slider_box:hover .img_wrap::after {
    opacity: 1;
}
.p_slider_box:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.p_slider_box .img_wrap img {
    position: relative;
    display: inline-block !important;
    max-width: 100%;
    width: auto !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.p_slider_box .p_type {
    color: #333333;
    font-size: 13px;
    line-height: 1.20em;
    text-align: left;
    margin-left:6px;
}
.p_slider_box .p_brand {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.p_slider_box .p_names_wrap {
    height: 44px;
    overflow: hidden;
    line-height: 15px;
}
.p_slider_box .price_discount {
    color: #999999;
    font-size: 14px;
    margin-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    margin-left: 6px;
}
.out-of-stock {
    width: 100%;
    height: 60px;
    background: url(../img/out_of_stock1.png) no-repeat center;
    background-size: 94px;
    position: absolute;
    top: 60px;
    left: 0;
}
.out-of-stock-inner {
    pointer-events: none;
}
.out-of-stock-inner::after {
    position: absolute;
    top: 220px;
    left: 139px;
    width: 257px;
    height: 143px;
    background: url(../img/out_of_stock1.png) no-repeat center;
    background-size: 192px;
    content: "";
    z-index: 999999;
}
.p_slider_box .price_final {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    text-align: left;
    margin-left: 6px;
}
.products_slider_wrap {
    padding: 0 25px;
}
.note {
    color: #333333;
    font-size: 11px;
    margin-top: 52px;
}
.bulleting {
    height: 68px;
    background: #333333;
}
.bulleting .sign_txt {
    height: 100%;
    font-size: 21px;
    color: #fff;
    margin-right: 15px;
    margin-top: 20px;
}
.bulleting .enter_mail {
    width: 325px;
    height: 40px;
    background: #fff;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    color: #333;
    font-size: 15px;
    font-family: 'Arial', sans-serif;
    padding: 0 12px;
    box-sizing: border-box;
    margin-top: 14px;
    border: 0;
}
.bulleting .enter_mail::-moz-placeholder {
    opacity: 1;
    color: #cccccc;
    filter: alpha(opacity=100);
}
.bulleting .enter_mail:-moz-placeholder {
    opacity: 1;
    color: #cccccc;
    filter: alpha(opacity=100);
}
.bulleting .enter_mail:-ms-placeholder {
    opacity: 1;
    color: #cccccc;
    filter: alpha(opacity=100);
}
.bulleting .enter_mail:-webkit-placeholder {
    opacity: 1;
    color: #cccccc;
    filter: alpha(opacity=100);
}
.bulleting .submit_mail {
    width: 140px;
    height: 40px;
    background: #ff9900;
    color: #fff;
    font-size: 15px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-top: 14px;
    border: 0;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.bulleting .submit_mail:hover {
    background: #666666;
}
.footer_links {
    background: #666666;
    padding: 22px 0 33px 0;
}
.footer_links .column {
    width: 160px;
    margin-left: 247px;
    list-style-type: none;
}
.footer_links .column:first-of-type {
    margin-left: 0;
}
.footer_links .column .heading {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    clear: both;
    margin-bottom: 11px;
}
.footer_links .column a {
    clear: both;
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
}
.footer_links .column a {
    font-size: 15px;
    margin:0;
    padding:0;
    line-height: 25px;
}
.footer_links .column a::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #fff;
    content: "";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.footer_links .column a:hover::after  {
    width: 100%;
}
.products_available {
    width: 200px;
}
.products_available .txt {
    color: #fff;
    font-size: 15px;
}
.products_available .count {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.footer_bottom {
    height: 75px;
    background: #666666;
}
.footer_bottom .rights {
    color: #fff;
    font-size: 13px;
    height: 55px;
    line-height: 55px;
}
.footer_bottom .payments {
    float:right;
   /* width: 208px; */
}
.footer_bottom .payments img {
    margin-top: 15px;
}
.footer_links .socials {
    margin-top: 15px;
}
.footer_links .socials a {
    display: inline-block;
}
.footer_links .socials i {
    color: #162226;
    float: left;
    font-size: 37px;
    height: 35px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.footer_links .socials .fb_icon span {
    float: left;
    width: 29px;
    height: 29px;
    background: url("../img/fb.png") no-repeat #fff;
    background-size: 29px;
    border-radius: 5px;
}
.footer_links .socials .fb_icon:hover span {
    background: url("../img/fb_hov.png") no-repeat #fff;
    background-size: 29px;
}
.footer_links .socials .tube_icon span {
    float: left;
    width: 29px;
    height: 29px;
    background: url("../img/tube.png") no-repeat #fff;
    background-size: 29px;
    border-radius: 5px;
}
.footer_links .socials .tube_icon:hover span {
    background: url("../img/tube_hov.png") no-repeat #fff;
    background-size: 29px;
}
.footer_links .socials .g_icon span {
    float: left;
    width: 29px;
    height: 29px;
    background: url("../img/google.png") no-repeat #fff;
    background-size: 29px;
    border-radius: 5px;
}
.footer_links .socials .g_icon:hover span {
    background: url("../img/google_hov.png") no-repeat #fff;
    background-size: 29px;
}

/*
.ml7 {margin-left:7px;}
.footer_links .socials .tube_panoram_icon span {
    float: left;
    width: 29px;
    height: 29px;
    background: url("../img/360.png") no-repeat;
    background-size: 29px;
    border-radius: 5px;
}
.footer_links .socials .tube_panoram_icon:hover span {
    background: url("../img/360_hov.png") no-repeat ;
    background-size: 29px;
}

.footer_links .socials .tw_icon span {
    float: left;
    width: 29px;
    height: 29px;
    background: url("../img/tw.png") no-repeat;
    background-size: 29px;
    border-radius: 5px;
}
.footer_links .socials .tw_icon:hover span {
    background: url("../img/tw_hover.png") no-repeat ;
    background-size: 29px;
}

.footer_links .socials .insta_icon span {
    float: left;
    width: 29px;
    height: 29px;
    background: url("../img/insta.png") no-repeat;
    background-size: 29px;
    border-radius: 5px;
}
.footer_links .socials .insta_icon:hover span {
    background: url("../img/insta_hover.png") no-repeat ;
    background-size: 29px;
}
*/

.path {
    margin-top: 15px;
}
.path a {
    color: #fff;
    font-size: 13px;
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 20px;
    background: #1a1819;
    position: relative;
    margin-right: 2px;
}
.path li:nth-child(1) a {
    z-index: 20;
}
.path li:nth-child(2) a {
    z-index: 19;
    background: rgba(26,24,25,0.8);
}
.path li:nth-child(2) a:after {
    border-left-color: rgba(26,24,25,0.83);
}
.path li:nth-child(3) a {
    z-index: 18;
    background: rgba(26,24,25,0.5);
}
.path li:nth-child(3) a:after {
    border-left-color: rgba(26,24,25,0.54);
}
.path li:nth-child(4) a {
    z-index: 17;
    background: rgba(26,24,25,0.3);
}
.path li:nth-child(4) a:after {
    border-left-color: rgba(26,24,25,0.35);
}
.path li:nth-child(5) a {
    z-index: 16;
    background: rgba(26,24,25,0.2);
}
.path li:nth-child(5) a:after {
    border-left-color: rgba(26,24,25,0.26);
}
.path li:nth-child(6) a {
    z-index: 15;
}
.path li:nth-child(7) a {
    z-index: 14;
}
.path li:nth-child(8) a {
    z-index: 13;
}
.path li:nth-child(9) a {
    z-index: 12;
}
.path li:nth-child(10) a {
    z-index: 11;
}
.path li:nth-child(11) a {
    z-index: 10;
}
.path li:nth-child(12) a {
    z-index: 9;
}
.path li:nth-child(13) a {
    z-index: 8;
}

.path a:after, .path a:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.path a:after {
    border-color: rgba(26, 24, 25, 0);
    border-left-color: #1a1819;
    border-width: 11px;
    margin-top: -11px;
}
.path a:before {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #fff;
    border-width: 14px;
    margin-top: -14px;
}



.path div.breadCrumItem, .path div.breadCrumItem h1 {
    color: #999 !important;
    font-size: 13px;
    float: left;
}
.path a:hover {
    /*color: #ff8c00;*/
}
.path .line {
    color: #666666;
    font-size: 13px;
    margin: 0 5px;
}
.path .last {
    color: #fff;
    float: left;
}
.path h1 {
    color: #fff;
    font-size: 13px;
    font-weight:normal;
    margin:0;
    padding:0;
}
.clear_filter {
    position: absolute;
    top: -28px;
    right: 0;
}
.clear_filter .icon {
    float: left;
    font-size: 17px;
    height: 19px;
    color: #e62117;
}
.clear_filter .txt {
    color: #333333;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    margin-top: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.clear_filter:hover .txt {
    color: #ff8c00;
}
.filters_left {
    width: 233px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    padding: 10px;
    background: #fff;
}
.filters_left .brand_img img {
    width: 100%;
}
.filters_left .heading {
    color: #333333;
    font-size: 21px;
    padding-bottom: 8px;
    border-bottom: 2px solid #ff8c00;
    padding-left: 9px;
    height: 33px;
}
.filters_left .heading .count {
    font-size: 14px;
}
.filters_left .heading .filter_arrow_m {
    color: #ff8c00;
    font-size: 25px;
    height: 22px;
    position: absolute;
    right: 3px;
    top: 3px;
}
.filters_left .relative_and_border {
    position: relative;
}
.filters_left .relative_and_border::after {
    background: #cccccc;
    content: "";
    height: 18px;
    position: absolute;
    right: 29px;
    top: 4px;
    width: 1px;
    display: none;
}
.filters_wrap {
    padding: 0;
    margin: 0;
    border: none;
    padding-bottom: 10px;
    border-bottom: 2px solid #ff8c00;
    margin-top: 15px;
}
.filters_wrap_cat {
    border-top: 2px solid #ff8c00;
    padding-top: 10px;
    margin-bottom:7px;
}
.filters_wrap .filter_title {
    margin-bottom: 10px;
    padding-left: 12px;
    cursor: pointer;
}
.filters_wrap .filter_title:hover i, .filters_wrap .filter_title:hover .txt {
    color: #ff8c00;
}
.filters_wrap .filter_title i {
    float: left;
    font-size: 26px;
    height: 19px;
    margin-top: -2px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.filters_wrap .filter_title .txt {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    margin-left: 3px;
    text-transform: uppercase;
    width: 170px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.filters_wrap .checkbox_holder {
    height: 185px;
    overflow: auto;
}
.filters_wrap .checkbox_holder .checkbox_row {
    background: #ededed;
    margin-bottom: 1px;
    padding: 6px 0 6px 10px;
    font-size: 15px;
    color: #333333;
}
.filters_wrap .styled_check[type=checkbox],.filters_wrap .styled_check[type=radio],.freeStandCheck, .styled-check-new {
    display:none;
}
.filters_wrap .styled_check[type=checkbox] + label,.filters_wrap .styled_check[type=radio] + label,.freeStandCheck + label, .styled-check-new + label {
    width: auto;
    /*background: url("../img/not_checked.png") no-repeat 0 1px;*/
    background-size: 16px;
    padding: 0 0 0 24px;
    float: left;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    /* word-break: break-all; */
}
.login_content .styled-check-new + label{
    font-size: 13px;
    padding-top: 3px;
}
.login_content .styled-check-new + label::before{
    width: 18px;
    height: 18px;
}
.filters_wrap .styled_check[type=checkbox] + label::before,.filters_wrap .styled_check[type=radio] + label::before,.freeStandCheck + label::before, .styled-check-new + label::before{
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 0;
}

.radiobox_holder .filter-checkbox label::before{
    border-radius: 100% !important;
}

.filters_wrap .keyword {
    width: calc(100% - 60px);
    height: 32px;
    padding-left: 8px;
    padding-right: 5px;
    box-sizing: border-box;
    color: #666666;
    font-size: 15px;
    font-family: 'Arial', sans-serif;
    border: 1px solid #e5e5e5;
}
.filters_wrap .s_submit {
    width: 60px;
    height: 32px;
    border-left: 0;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}
.filters_wrap .s_submit i {
    height: 32px;
    line-height: 32px;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.filters_wrap .styled_check[type=checkbox]:checked + label, .filters_wrap .styled_check[type=radio]:checked + label,.freeStandCheck:checked + label {
    width: auto;
    /*background: url("../img/checked.png") no-repeat 0 1px;*/
    background-size: 16px;
    padding: 0 0 0 24px;
    float: left;
}

.styled-check-new:checked + label {
     width: auto;
    /*background: url("../img/checked.png") no-repeat 0 1px;*/
    background-size: 16px;
    float: left;
}

.gdrp-wrap.filters_wrap .styled_check[type=checkbox] + label::before{
    width: 22px;
    height: 22px;
    border-color: #6d6d6d;
}
.gdrp-wrap.filters_wrap .styled_check[type=checkbox] + label::after{
    top: 5px;
    left: 2px;
}
.filters_wrap .styled_check[type=checkbox]:checked + label::before, .filters_wrap .styled_check[type=radio]:checked + label::before,.freeStandCheck:checked + label::before, .styled-check-new:checked + label::before {
    background: #3399ff;
}
.gdrp-wrap.filters_wrap .styled_check[type=checkbox]:checked + label::before {
    background: #ff8c00;
}
.filters_wrap .styled_check[type=checkbox] + label::after, .filters_wrap .styled_check[type=radio] + label::after,.freeStandCheck + label::after, .styled-check-new + label::after {

    content: "";
    position: absolute;
    width: 18px;
    height: 7px;
    background: transparent;
    top: -1px;
    left: 1px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
}
.filters_wrap .styled_check[type=checkbox]:checked + label::after, .filters_wrap .styled_check[type=radio]:checked + label::after,.freeStandCheck:checked + label::after, .styled-check-new:checked + label::after {
    opacity: 1;
}
.login_content .styled-check-new:checked + label::after{
    width: 14px;
    height: 7px;
    top: 3px;
    left: 3px;
}


.price_slider_wrap {
    background: #ededed;
    padding: 0 17px 0 20px;
}
.price_slider_wrap .noUi-target {
    background: #999999;
    border: 0;
    border-radius: 0;
    height: 5px;
    box-shadow: none;
    margin-top: 15px;
}
.price_slider_wrap .noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    left: -14px;
    top: -5px;
    cursor: pointer;
}
.price_slider_wrap .noUi-handle {
    box-shadow: none;
}
.price_slider_wrap .noUi-handle::after, .price_slider_wrap .noUi-handle::before {
    display: none;
}
.price_slider_wrap .noUi-connect {
    background: #ff8c00;
}
.price_slider_wrap .txt {
    color: #333333;
    font-size: 15px;
    margin-top: 10px;
}
.right_content {
    width: 1165px;
    margin-top: 10px;
}
main .right_content-new {
    width: 100%;
}
main .right_content-new .list_products .p_slider_box:nth-child(6n) {
    margin-right: 0;
}
main .right_content-new .list_products .p_slider_box:nth-child(5n) {
    margin-right: 35px;
}
main .right_content-new .list_products .p_slider_box {
    width: 210px;
}
main .right_content-new .big_box_wrap {
    position: relative;
}
main .right_content-new .big_box_wrap .has_promo {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    background: #ff8c00;
    border-radius: 300px;
    z-index: 8;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}
main .right_content-new .text_info {
    margin-bottom: 20px !important;
}
main .right_content-new .big_box .sub_heading {
    overflow: hidden;
}
main .right_content-new .big_box .discounts-new {
    position: absolute;
    bottom: 2px;
    right: 15px;
    margin: 0;
}
main .right_content-new .big_box .price_discount {
    color: #999999;
    font-size: 14px;
    margin-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
main .right_content-new .big_box .price_final {
    color: #c31924;
    font-size: 21px;
    font-weight: bold;
    margin-top: 5px;
}
main .right_content-new .big_box .img_wrap img {
    width: 80%;
    margin-left: 10%;
}
main .right_content-new .text_info-new {
    margin: 0 !important;
    padding: 0;
    background: none;
    border: 0;
}

.top_filters {
    margin-right: 20px;
}
.top_filters .txt {
    color: #333333;
    font-size: 13px;
    margin-right: 8px;
    height: 30px;
    line-height: 30px;
}
.top_filters_wrap {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 8px;
}
.paging {
    margin-top: 7px;
}
.paging .pages {
    color: #333333;
    font-size: 13px;
    position: relative;
    padding: 0 8px;
    height: 23px;
    line-height: 23px;
    border: 1px solid #dcdcdc;
    margin-left: 5px;
}
.paging .pages:hover, .paging .pages.selected, .paging .prev:hover i, .paging .next:hover i {
    color: #ff8c00;
}

.paging .dots {
    margin-left: 5px;
    font-size: 13px;
}
.paging .prev, .paging .next {
    padding: 0 8px;
    border: 1px solid #dcdcdc;
    height: 23px
}
.paging .next {
    margin-left: 5px;
}
.paging .prev i {
    font-size: 24px;
    color: #333333;
    float: left;
    height: 23px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.paging .next i {
    font-size: 24px;
    color: #333333;
    float: left;
    height: 23px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.list_products .p_slider_box {
    margin-bottom: 35px;
    margin-right: 35px;
}
.list_products .p_slider_box:nth-child(5n) {
    margin-right: 0;
}
.brand_img img {
    display: inline-block;
}
.see_all_news {
    background: #ff8c00;
    padding: 10px 0;
    border-radius: 3px;
    margin-top: 10px;
}
.see_all_news img {
    margin-left: 5px;
    margin-top: 3px;
}
.see_all_news .txt {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    width: 170px;
    margin-left: 8px;
	text-align: center;
}
.see_all_news i {
    color: #fff;
    float: left;
    font-size: 22px;
    height: 22px;
    width: 7px;
}
.see_all_news:hover {
    background: #162226;
}
.text_info {
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 35px;
    background: #fff;
}
.text_info .heading {
    border-bottom: 2px solid #ff8c00;
    padding-bottom: 8px;
    font-size: 1.5em;
    font-weight: normal;
    margin-top: 0;
}
.text_info .title {
    color: #231f20;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top:0;
}
.text_info .free_text {
    color: #231f20;
    font-size: 14px;
}
.free_text .free_txt_hld,.free_txt_hld_second{
    max-height: 68px;
    overflow: hidden;
    position: relative;
}

.closed_free_txt_hld::before, .closed_tags_hld::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    opacity: 0.7;
    background: rgba(255, 255, 255,0.2);
    background: -moz-linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.free_txt_hld.opened::before, .tags_hld.opened::before{
    display: none;
}
.free_text .free_txt_hld.opened{
    max-height: inherit;
}
.show-more-btn{
    float: left;
    margin-top: 10px;
}
.show-more-btn.less .show-less-txt {
    display: block;
}
.show-more-btn .show-less-txt, .show-more-btn.less .show-more-txt {
    display: none;
}
.text_info .free_text ul,.free_text_descr ul {
    margin:0 0 0 30px;
}
.free_text a,.free_text_descr a {
     color:#ff8c00;
}

.text_info .choose_another {
    color: #231f20;
    font-size: 13px;
    margin-right: 11px;
    margin-top: 7px;
}
.text_info .category_link {
    color: #fff;
    font-size: 13px;
    padding: 7px 20px;
    background: #666666;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.text_info .category_link:hover {
    background: #ff8c00;
}
.right_content_cats .cats_box {
    width: 200px;
    position: relative;
    margin-bottom: 24px;
    margin-right: 24px;
    border: 1px solid #dcdcdc;
    background: #fff;
}
.right_content_cats .cats_box:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.right_content_cats .cats_box img {
    width: 200px;
    min-height: 200px;
    border-radius: 2px;
}
.right_content_cats .cats_box .heading {
    float: left;
    height: 70px;
    padding: 0 12px;
    color: #231f20;
    font-size: 15px;
    background: rgba(255,255,255,0.8);
    position: relative;
    text-align: center;
}
.right_content_cats .cats_box .heading .vertical_centering_css3 {
    width: 100%;
}
.right_content_cats .cats_box .heading::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #dcdcdc;
    content: "";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.right_content_cats .cats_box:hover .heading::after {
    background: #ff8c00;
}
.right_content_cats_logos .b_logos {
    width: 156px;
    height: 120px;
    margin-right: 14px;
    margin-bottom: 14px;
    text-align: center;
    position: relative;
    background: #fff;
}
.right_content_cats_logos .b_logos img {
    position: relative;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.right_content_cats_logos .b_logos::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    content: "";
    box-sizing: border-box;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.right_content_cats_logos .b_logos::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 0;
    background: #ff8c00;
    content: "";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.right_content_cats_logos .b_logos:hover::after {
    width: 100%;
}
.right_content_cats_logos .b_logos:hover::before {
    display: block;
}
.product_top_row {
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    padding: 10px 0 10px 12px;
}
.product_top_row .product_name {
    color: #333333;
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 2px solid #ff9c08;
    margin-top: 5px;
}
.product_top_row .left_part {
    width: 450px;
}
.product_top_row .left_part .product_img {
    width: 448px;
    overflow: hidden;
    margin-top: 15px;
    height: 448px;
}
.product_top_row .left_part .product_img a {
    float: left;
    width: 100%;
    transition: none !important;
}
.zoomImg {
    transition: none !important;
    z-index: 999;
}
.zoomImg-shadow {
    border: 1px solid #aaa;
    border-color: rgba(170,170,170,0.7);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.product_top_row .left_part .product_img a img {
    width: 100%;
    /*transition: none !important;*/
}
.product_top_row .left_part .brand_logo {
    left: 10px;
    position: absolute;
    top: 15px;
    z-index: 99;
    width: 90px;
}
.discount-box-new {
    position: absolute;
    top: 20px;
    right: 0;
    width: 85px;
    height: 70px;
    background: #fff;
    border: 1px solid #fe0000;
    border-radius: 2px;
    z-index: 9;

}
.discount-box-new .d-num {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
}
.discount-box-new .d-text {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    height: 25px;
    background: #fe0000;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    font-weight: 700;
}
.discount-hint {
    background: #fe0000;
    border-radius: 2px;
    color: #fff;
    padding-left: 10px;
    height: 30px;
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 12px;
    box-sizing: border-box;
    font-weight: bold;
}
.buy-promotion {
    position: absolute;
    top: 0;
    right: 0;
}
.buy-promotion .b-txt-top {
    color: #231f20;
    font-size: 17px;
    font-weight: bold;
    clear: both;
}
.buy-promotion .b-price {
    color: #231f20;
    font-size: 32px;
    font-weight: 900;
    line-height: 26px;
}
.buy-promotion .b-price-sm {
    color: #231f20;
    font-size: 15px;
    line-height: 11px;
    margin-top: 4px;
    margin-left: 5px;
}
.buy-promotion .b-tip {
    color: #231f20;
    font-size: 15px;
    clear: both;
    margin-top: 2px;
}
.buy-promotion .b-see-more {
    color: #ff8c00;
    font-size: 15px;
    clear: both;
}

.buy-promotion-m {
        position: absolute;
    top: 2px;
    right: 6px;
    font-weight: normal;
}
.buy-promotion-m .b-price {
        color: #fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 18px;
}
.buy-promotion-m .b-price-sm {
        color: #fff;
    font-size: 11px;
    line-height: 9px;
    margin-left: 4px;
    font-weight: normal;
}
.buy-promotion-m .b-tip {
    color: #fff;
    font-size: 10px;
    clear: both;
    font-weight: normal;
    margin-bottom: 4px;
}


.thumbs_slider {
    height: 80px;
    overflow: hidden;
}
.product_top_row .left_part .thumbs_slider_wrap .is_selected, .product_top_row .left_part .thumbs_slider_wrap .mz-thumb-selected {
    border: 1px solid #ff8c00;
    position: relative;
}

.product_top_row .left_part .thumbs_slider_wrap .is_selected:after, .product_top_row .left_part .thumbs_slider_wrap .mz-thumb-selected:after, .product_top_row .left_part .thumbs_slider_wrap .is_selected:before, .product_top_row .left_part .thumbs_slider_wrap .mz-thumb-selected:before {
    bottom: 100%;
    left: 39px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.product_top_row .left_part .thumbs_slider_wrap .is_selected:after, .product_top_row .left_part .thumbs_slider_wrap .mz-thumb-selected:after {
    border-color: rgba(255, 153, 0, 0);
    border-bottom-color: #ff9900;
    border-width: 10px;
    margin-left: -10px;
}
.product_top_row .left_part .thumbs_slider_wrap .is_selected:before, .product_top_row .left_part .thumbs_slider_wrap .mz-thumb-selected:before {
    border-color: rgba(255, 153, 0, 0);
    border-bottom-color: #ff9900;
    border-width: 11px;
    margin-left: -11px;
}
.product_top_row .left_part .thumbs_slider_wrap .owl-item {
    padding-top: 30px;
    text-align: center;
}
.product_top_row .left_part .thumbs_slider_wrap .owl-stage-outer {
    margin-top: -20px;
}
.product_top_row .left_part .thumbs_slider_wrap {
    padding: 0 12px;
    margin-top: 20px;
}
.product_top_row .left_part .thumbs_slider_wrap a {
    width: 74px;
    border: 1px solid #e7e7e7;
    float: none !important;
    display: inline-block;
}
.tube-new:before, .tube-new:after {
    display: none !important;
}
.product_top_row .left_part .thumbs_slider_wrap .center a {
    border: 1px solid #ff8c00;
}
.product_top_row .left_part .other_thumbs {
    margin-top: 15px;
    padding: 0 12px;
}
.product_top_row .left_part .other_thumbs img {
    margin-right: 5px;
    margin-bottom: 5px;
}
.product_top_row .middle_part {
    width: 460px;
    margin-left: 25px;
    box-sizing: border-box;
    padding: 12px;
}
.product_top_row .border_fix {
    padding-right: 10px;
}
.product_top_row .heading {
    border-bottom: 2px solid #ff9c08;
    color: #333333;
    font-size: 24px;
    padding-bottom: 7px;
    position: relative;
    z-index: 1;
    margin: 0;
    font-weight: normal;
}
.product_top_row .heading_grey_line {
    background: #dcdcdc;
    bottom: 0;
    height: 1px;
    left: 0;
    position: absolute;
}
.product_top_row .middle_part .small_info {
    color: #231f20;
    font-size: 13px;
}
.product_top_row .middle_part .small_info_bigger {
    font-size: 14px;
}
.product_top_row .middle_part .prod_description {
    margin-top: 13px;
    color: #231f20;
    font-size: 15px;
}
.product_top_row .middle_part .prod_description a {
    color: #ff8c00;
    text-decoration: none;
}
.product_top_row .middle_part .prod_description a:hover {
    text-decoration: underline;
}
.product_top_row .middle_part .interactions_box {
    border: 1px solid #e5e5e5;
    padding: 10px 8px;
    margin-top: 14px;
    border-radius: 2px;
}
.product_top_row .middle_part .interactions_box .star {
    color: #999999;
    font-size: 24px;
    height: 21px;
}
.product_top_row .middle_part .interactions_box .is_orange {
    color: #ff9900;
}
.product_top_row .middle_part .interactions_box .in_numbers {
    color: #333333;
    font-size: 14px;
    margin-left: 7px;
    margin-top: 4px;
}
.product_top_row .middle_part .interactions_box .vid .icon {
    float: left;
    width: 25px;
    height: 25px;
    background: url("../img/vid_icon.png");
    background-size: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.video_360 {
    float: left;
    width: 37px;
    height: 37px;
    background: url("../img/360-degree.svg");
    background-size: 37px;
    margin-top: -9px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product_top_row .middle_part .interactions_box .vid {
    margin-right: 25px;
}
.product_top_row .middle_part .interactions_box .vid:hover .icon {
    background: url("../img/vid_icon2.png");
    background-size: 25px;
}
.product_top_row .middle_part .interactions_box .vid .txt {
    float: left;
    color: #333333;
    font-size: 13px;
    margin-left: 3px;
    margin-top: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product_top_row .middle_part .interactions_box .compare {
    margin-right: 25px;
}
.product_top_row .middle_part .interactions_box .to_fav {
    margin-right: 25px;
}
.product_top_row .middle_part .rate_box {
    margin-right: 20px;
    margin-bottom: 10px;
}
.product_top_row .middle_part .interactions_box .to_fav:hover i, .product_top_row .middle_part .interactions_box .to_fav:hover span, .product_top_row .middle_part .interactions_box .vid:hover .txt {
    color: #ff8c00;
}
.product_top_row .middle_part .interactions_box .to_fav i {
    color: #999999;
    font-size: 25px;
    height: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product_top_row .middle_part .interactions_box .to_fav span {
    float: left;
    color: #333333;
    font-size: 13px;
    margin-left: 3px;
    margin-top: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product_top_row .middle_part .interactions_box .compare:hover i, .product_top_row .middle_part .interactions_box .compare:hover span {
    color: #ff8c00;
}
.product_top_row .middle_part .interactions_box .compare i {
    color: #999999;
    font-size: 25px;
    height: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product_top_row .middle_part .interactions_box .compare span {
    float: left;
    color: #333333;
    font-size: 13px;
    margin-left: 5px;
    margin-top: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product_top_row .right_part {
    width: 460px;
    padding: 12px 12px 14px 12px;
}
.product_top_row .right_part .bordered_box {
    border-radius: 2px;
    width: 100%;
}
.product_top_row .right_part .old_price_txt {
    color: #333333;
    font-size: 14px;
    margin-bottom: 4px;
}
.product_top_row .right_part .old_price_txt_15 {
    font-size: 15px;
}
.product_top_row .right_part .old_price_txt span {
    text-decoration: line-through;
}
.product_top_row .right_part .save_txt {
    color: #ff8c00;
    font-size: 14px;
    margin-top: 4px;
    font-weight: bold;
}
.product_top_row .right_part .final_price {
    color: #231f20;
    font-size: 24px;
    font-weight:  bold;
    margin-top: 10px;
    padding-bottom: 12px;
    /* border-bottom: 1px solid #cecece; */
}
.ticker {
    margin-top: 7px;
}
.ticker i {
    color: #339900;
    font-size: 19px;
    height: 18px;
    margin-top: 2px;
}
.tickerWarning i {
    color:#ff8c00 !important;
}
.tickerRed i {
    color:#ff8c00 !important;
}
.ticker span {
    color: #333333;
    font-size: 12px;
    margin-left: 5px;
}
.product_top_row .right_part .prod_count_wrap {
    width: 55px;
    margin-top: 10px;
}
.product_top_row .right_part .prod_count {
    width: 55px;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    color: #333333;
    font-size: 13px;
    text-align: center;
    line-height: 45px;
    border-radius: 2px;
    padding: 0;
    margin: 6px 0;
}
.product_top_row .right_part .buttons_right {
    width: 370px;
}
.product_top_row .right_part .add_to_cart {
    width: 370px;
    height: 45px;
    background: #ff8c00;
    margin-top: 10px;
    border-radius: 2px;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product_top_row .right_part .add_to_cart:hover {
    background: #339900;
}
.product_top_row .right_part .add_to_cart i {
    color: #fff;
    float: left;
    font-size: 27px;
    height: 26px;
    margin-left: 17px;
    margin-top: 10px;
}
.product_top_row .right_part .add_to_cart span {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    margin-left: 16px;
}
.product_top_row .right_part .credit {
    width: 370px;
    height: 45px;
    background: #666666;
    margin-top: 7px;
    border-radius: 2px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product_top_row .right_part .credit:hover {
    background: #339900;
}
.product_top_row .right_part .credit i {
    color: #fff;
    float: left;
    font-size: 27px;
    height: 26px;
    margin-left: 17px;
    margin-top: 10px;
}
.product_top_row .right_part .credit span {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    margin-left: 16px;
}
.call {
     width: 320px;
     clear: right;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    text-transform: uppercase;
    background: #339900;
    font-size: 15px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: none;
}
.call:hover {
    background: #ff8c00;
}
.tickerWarning {
    clear: left;
}
.send_inquery_new {
    width: auto;
    height: 35px;
    line-height: 35px;
    text-transform: uppercase;
    background: url("../img/send-request-ic.png") no-repeat 10px center #ff8c00;
    background-size: 24px;
    padding-left: 41px;
    padding-right: 10px;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.send_inquery_new:hover {
     background: url("../img/send-request-ic.png") no-repeat 10px center #339900;
    background-size: 24px;
}
.product_top_row .right_part .send_inquery {
    margin-top: 12px;
    padding-left: 7px;
}
.product_top_row .right_part .send_inquery .share-svg {
    float: left;
    width: 19px;
    height: 19px;
    margin-top: 1px;
    background: url("../img/share_orange.svg") no-repeat;
    background-size: 19px;
    margin-left: 0;
}
.product_top_row .right_part .send_inquery:hover .share-svg {
    background: url("../img/share_orange.svg") no-repeat;
    background-size: 19px;
}
.product_top_row .right_part .send_inquery:hover i, .product_top_row .right_part .send_inquery:hover span {
    color: #ff8c00;
}
.product_top_row .right_part .send_inquery i {
    font-size: 21px;
    float: left;
    height: 20px;
    color: #999999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product_top_row .right_part .send_inquery span {
    float: left;
    color: #666666;
    font-size: 12px;
    margin-left: 7px;
    text-transform: uppercase;
    margin-top: 2px;
    width: calc(100% - 32px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tabs_wrap {
    margin-top: 35px;
}
.tabs_wrap .slide {
    color: #231f20;
    font-size: 15px;
    box-sizing: border-box;
    background: #fff;
    padding: 12px 20px;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.tabs_wrap .slide .p_slider_box, .mobile_tab .tab_accordeon .p_slider_box {
    margin-bottom: 20px;
}
.tabs_wrap .tab {
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
    padding: 14px 0;
    text-align: center;
    color: #231f20;
    font-size: 15px;
    text-transform: uppercase;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
    cursor: pointer;
    background: #fff;
}
.tabs_wrap .tab h2 {
    margin:0;
    padding:0;
    font-size: 15px;
}
.tabs_wrap .tab:last-of-type {
    border-right: 1px solid #cdcdcd;
   /* padding: 14px 46px 14px 46px; */
}
.tabs_wrap .tab.active:last-of-type {
    padding-bottom: 15px;
}
.tabs_wrap .tab .count,.set-the-counter {
    position: absolute;
    top: 0;
    right: 5px;
    width: 19px;
    height: 19px;
    background: #ff8c00;
    border-radius: 400px;
    text-align: center;
    line-height: 19px;
    font-size: 10px;
    color: #fff;
}
.tabs_wrap .tab-video {
    padding: 0;
    height: 47px;
    box-sizing: border-box;
}
.tabs_wrap .tab-video img {
    margin-top: 4px;
}
.tabs_wrap .tab-video span {
    margin-top: 16px;
    margin-left: 10px;
}

.tabs_holder {

}
.tabs_wrap .active {
    cursor: default;
    border-bottom: 0;
   /* padding: 14px 42px 15px 42px; */
}
.tabs_wrap .active::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ff8c00;
    content: "";
}
.tabs_wrap .slide ul {
    list-style: inside;
}
.tabs_wrap .slide ul li {
    color: #231f20;
    font-size: 15px;
    list-style-position: outside;
    margin-bottom: 18px;
    margin-left: 17px;
}
.tags_wrap {
    padding: 12px 10px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #cecece;
    margin: 20px 0px;
}
.tags_hld{
    float: left;
    width: 100%;
    max-height: 51px;
    overflow: hidden;
        position: relative;
}
.tags_hld.opened{
    max-height: 100%;
}
.tags_wrap a {
    float: left;
    margin-right: 15px;
}
.tags_wrap a:hover i, .tags_wrap a:hover span {
    color: #ff8c00;
}
.tags_wrap a i {
    float: left;
    font-size: 19px;
    height: 17px;
    color: #999999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tags_wrap a span {
    float: left;
    color: #333333;
    font-size: 13px;
    margin-left: 5px;
    margin-top: 1px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.reviews {
    margin-top: 35px;
}
.reviews .inner {
    padding: 14px 15px 20px 15px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    background: #fff;
}
.reviews .heading {
    color: #333333;
    font-size: 24px;
    padding-bottom: 7px;
    border-bottom: 2px solid #ff9c08;
    position: relative;
    z-index: 1;
}
.reviews .heading_grey_line {
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    bottom: 0;
    left: 0;
}
.reviews .raiting_cols {
    width: 185px;
}
.prod_summary_wrap .calc_rathing {
    font-size: 13px;
    margin-top: 2px;
}
.reviews .raiting_cols .row {
    margin-bottom: 5px;
}
.reviews .raiting_cols .txt {
    color: #333333;
    font-size: 13px;
    margin-right: 5px;
    width: 55px;
}
.reviews .raiting_cols .box {
    width: 100px;
    height: 20px;
    border-radius: 3px;
    background: #e5e5e5;
}
.reviews .raiting_cols .is_orange {
    background: #ff8c00;
}
.reviews .prod_summary {
    width: 310px;
    margin-left: 45px;
}
.reviews .prod_summary .title {
    color: #333333;
    font-size: 24px;
    margin-bottom: 3px;
}
.reviews .prod_summary .rate_val {
    color: #333333;
    font-size: 13px;
    margin-left: 11px;
    margin-top: 1px;
}
.reviews .prod_summary .write_review {
    width: 180px;
    height: 45px;
    background: #999999;
    border-radius: 3px;
    margin-top: 8px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.reviews .write_review_wrap {
    background: #e5e5e5 ;
    padding: 15px;
    margin-top: 20px;
    display: none;
}
.reviews .opened {
    opacity: 0.4;
}
.reviews .write_review_wrap .title {
    color: #333333;
    font-size: 24px;
    width: 190px;
}
.product_page .reviews .write_review_wrap .margin_fix {
    margin-bottom: 66px;
}
.reviews .write_review_wrap .sub_title {
    color: #333333;
    font-size: 17px;
    width: 190px;
}
.reviews .write_review_wrap .sub_title span {
    color: red;
}
.reviews .write_review_wrap .rate_wrap {
    margin-top: 2px;
    width: 1170px;
}
.reviews .write_review_wrap .rate_val {
    color: #333333;
    font-size: 13px;
    margin-left: 11px;
    margin-top: 1px;
}
.reviews .write_review_wrap .input_hold {
    width: 1170px;
}
.reviews .write_review_wrap .input_hold span {
    float: left;
    color: #333333;
    font-size: 11px;
    margin-top: 4px;
}
.reviews .write_review_wrap .input_hold input {
    width: 100%;
    height: 32px;
    border: 1px solid #333333;
    border-radius: 2px;
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    color: #333333;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
}
.reviews .write_review_wrap .input_hold input::-moz-placeholder {
    opacity: 1;
    color: #333333;
    filter: alpha(opacity=100);
}
.reviews .write_review_wrap .input_hold input:-moz-placeholder {
    opacity: 1;
    color: #333333;
    filter: alpha(opacity=100);
}
.reviews .write_review_wrap .input_hold input:-ms-placeholder {
    opacity: 1;
    color: #333333;
    filter: alpha(opacity=100);
}
.reviews .write_review_wrap .input_hold input:-webkit-placeholder {
    opacity: 1;
    color: #333333;
    filter: alpha(opacity=100);
}
.reviews .write_review_wrap .teaxtarea_hold {
    width: 1170px;
}
.reviews .write_review_wrap .teaxtarea_hold span {
    float: left;
    color: #333333;
    font-size: 11px;
    margin-top: 4px;
}
.reviews .write_review_wrap .teaxtarea_hold textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 90px;
    min-height: 90px;
    border: 1px solid #333333;
    border-radius: 2px;
    background: #fff;
    padding:  10px;
    box-sizing: border-box;
    color: #333333;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
}
.reviews .write_review_wrap .teaxtarea_hold textarea::-moz-placeholder {
    opacity: 1;
    color: #333333;
    filter: alpha(opacity=100);
}
.reviews .write_review_wrap .teaxtarea_hold textarea:-moz-placeholder {
    opacity: 1;
    color: #333333;
    filter: alpha(opacity=100);
}
.reviews .write_review_wrap .teaxtarea_hold textarea:-ms-placeholder {
    opacity: 1;
    color: #333333;
    filter: alpha(opacity=100);
}
.reviews .write_review_wrap .teaxtarea_hold textarea:-webkit-placeholder {
    opacity: 1;
    color: #333333;
    filter: alpha(opacity=100);
}
.reviews .write_review_wrap .txt {
    color: #333333;
    font-size: 13px;
    width: 1170px;
}
.reviews .write_review_wrap .terms_left {
    width: 500px;
    color: #333333;
    font-size: 13px;
    margin-top: 30px;
}
.reviews .write_review_wrap .submit_review {
    background: #999999;
    border-radius: 3px;
    height: 35px;
    width: 120px;
    border: 0;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 29px;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.reviews .write_review_wrap .submit_review:hover {
    background: #666;
}
.reviews .write_review_wrap .terms_left span {
    color: red;
}
.reviews .write_review_wrap .terms_left a {
    color: #ff8c00;
    text-decoration: underline;
}
.reviews .write_review_wrap .terms_left a:hover {
    text-decoration: none;
}
.reviews .prod_summary .write_review:hover {
    background: #666;
}
.reviews .prod_summary .write_review i {
    color: #fff;
    float: left;
    font-size: 27px;
    height: 26px;
    margin-left: 17px;
    margin-top: 10px;
}
.reviews .prod_summary .write_review span {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    margin-left: 16px;
}
.reviews .comment_row {
    border-top: 1px solid #dcdcdc;
    margin-top: 20px;
    padding-top: 20px;
}
.reviews .comment_row .title {
    color: #333333;
    font-size: 17px;
    margin-bottom: 5px;
}
.reviews .comment_row .star {
    color: #999999;
    font-size: 18px;
    height: 17px;
}
.reviews .comment_row .is_orange {
    color: #ff9900;
}
.reviews .comment_row .rate_val {
    color: #333333;
    font-size: 13px;
    margin-left: 11px;
    margin-top: 1px;
}
.reviews .comment_row .date {
    color: #333333;
    font-size: 15px;
    margin-top: 5px;
}
.reviews .comment_row .comment_txt {
    color: #333333;
    font-size: 15px;
    margin-top: 10px;
}
#productSidePannel {
    background-color: #fff;
    display: block;
    left: -70px;
    min-height: 100px;
    position: absolute;
    top: 261px;
    width: 50px;
    z-index: 10;
}
.productSidePannelFixed {
    position: fixed !important;
    top: 200px !important;
}
#productSidePannel .tooltip {
    position: absolute;
    top: 0;
    right: -196px;
    width: 160px;
    padding: 10px;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 3px #999;
    color: #231f20;
    font-size: 12px;
    display: none;
}
#productSidePannel .tooltip:after, #productSidePannel .tooltip:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
#productSidePannel .tooltip:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}
#productSidePannel .tooltip:before {
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #ccc;
    border-width: 11px;
    margin-top: -11px;
}
#productSidePannel .to_top {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
}
#productSidePannel .specif {
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
}
#productSidePannel .comments {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
}
#productSidePannel .to_top i {
    width: 100%;
    text-align: center;
    color: #999999;
    font-size: 20px;
    height: 17px;
    margin-top: 5px;
}
#productSidePannel .to_top .txt {
    color: #333333;
    font-size: 11px;
    margin-top: 4px;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
}
#productSidePannel .specif i {
    width: 100%;
    text-align: center;
    color: #999999;
    font-size: 24px;
    height: 22px;
    margin-top: 9px;
    margin-bottom: 9px;
}
#productSidePannel .comments i {
    width: 100%;
    text-align: center;
    color: #999999;
    font-size: 24px;
    height: 22px;
    margin-top: 9px;
    margin-bottom: 4px;
}
#productSidePannel .comments .txt {
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 11px;
    margin-bottom: 4px;
}
.has_hover:hover, .specSideBarHover {
    background: #e5e5e5;
}
.has_hover:hover .tooltip {
    display: block !important;
}
.mobile_logo {
    display: none;
    text-align: center;
}
.logo_mob {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 6px;
}
.logo_mob img {
    width: 240px;
}
.profile_mobile {
    display: none;
    margin-right: 10px;
}
.profile_mobile i {
    color: #333333;
    float: left;
    font-size: 23px;
    height: 24px;
    margin-top:2px;
    text-align: center;
    float: left;
}
.profile_mobile .profile_name {
    font-size: 12px;
    color: #333333;
    margin-left: 4px;
    height: 35px;
    line-height: 35px;
}
.search_btn_mobile {
    display: none;
    padding: 13px 10px 13px 10px;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    width: 25%;
    cursor: pointer;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.search_btn_mobile i {
    color: #ff8c00;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 36px;
    height: 32px;
    line-height: 49px;
}
.stores_mobile {
    display: none;
    padding: 13px 10px 13px 10px;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    width: 25%;
    cursor: pointer;
}
.stores_mobile i {
    color: #ff8c00;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 36px;
    height: 32px;
    line-height: 49px;
}
.openedMenu, .openedDropdown, .openedCart {
    background: #e5e5e5;
}
.openedCart .cart_icon i {
    color: #999999 !important;
}
.footer_links .column .heading_wrap .plus {
    color: #fff;
    display: none;
    font-size: 24px;
    height: 29px;
    margin-right: 20px;
    margin-top: 7px;
}
.footer_links .column .heading_wrap .minus {
    color: #fff;
    display: none;
    font-size: 33px;
    height: 29px;
    margin-right: 20px;
}
.mobile_line {
    display: none;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #999999;
}
.mobile_only, .mobile_only2 {
    display: none;
}
.sort_by {
    width: 50%;
    float: left;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}
.sort_by .txt {
    font-size: 17px;
    color: #333333;
}
.sort_by i {
    float: left;
    font-size: 26px;
    height: 19px;
    margin-top: 2px;
}
.sort_mobile {
    display: none;
    float: left;
    width: 100%;
    padding: 15px 0 10px 10px;
    box-sizing: border-box;
}
.grey_back {
    background: #e5e5e5 !important;
}

.mobile_tabs {
    margin-top: 35px;
    border-top: 1px solid #cdcdcd;
    background: #fff;
}
.mobile_tab {
    border-bottom: 2px solid #ff8c00;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    box-sizing: border-box;
    position: relative;
}
.mobile_tab .mobile_title {
    padding: 14px 30px 14px 10px;
    color: #231f20;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}
.mobile_tab .mobile_title  h2 {
    font-size: 15px;
}
.mobile_tab .tab_accordeon {
    display: none;
    color: #231f20;
    font-size: 15px;
    box-sizing: border-box;
    padding: 10px;
}
.mobile_tab .tab_accordeon ul {
    list-style: none;
}
.mobile_tab .tab_accordeon ul li {
    color: #231f20;
    font-size: 15px;
    margin-bottom: 10px;
    list-style: none;
    box-sizing: border-box;
    width: 100%;
    float: left;
    background: url("../img/dot.png") no-repeat left 4px;
    padding-left: 17px;
}
.mobile_tab .documentation-tab ul li{
    width: auto;
}

.mobile_tab .plus {
    position: absolute;
    top: 9px;
    right: 20px;
    color: #231f20;
    font-size: 24px;
    height: 29px;
}
.mobile_tab .minus {
    position: absolute;
    right: 22px;
    top: 3px;
    color: #231f20;
    display: none;
    font-size: 33px;
    height: 29px;
}
.note1, .note2, .note3 {
    display: none;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

.cart_holder {
   padding: 15px;
   border: 1px solid #e7e7e7;
   margin-top: 12px;
   border-radius: 3px;
   background: #fff;
}
.cart_holder .heading {
    color: #333333;
    font-size: 24px;
    padding-bottom: 7px;
    border-bottom: 2px solid #ff9c08;
    position: relative;
    z-index: 1;
}
.cart_holder .heading_grey_line {
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    bottom: 0;
    left: 0;
}
.cart_holder .txt1.txt_art_num {
    width: 70px;
}
.cart_holder .txt1 {
    color: #231f20;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 14px;
    width: 734px;
    margin-right: 191px;
}
#finalizeHead .cart_holder .txt1 {
    margin-right: 147px;
}
#finalizeHead .cart_holder .product_info {
    margin-right: 136px;
}
#finalizeHead #content .cart_holder .txt3 {
    margin-left: 65px;
}
.cart_holder .txt2 {
    color: #231f20;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 14px;
    width: 130px;
    margin-left: 4px;
}
#content .cart_holder .txt3 {
    margin-left: 82px;
}
.cart_holder .cart_row {
    border-top: 1px solid #dcdcdc;
    padding-top: 15px;
    margin-top: 14px;
}
.cart_holder .cart_row .name {
    color: #fff;
    font-size: 14px;
    background: #ff8c00;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-bottom: 14px;
    padding-bottom: 3px;
    padding-top: 3px;
}
.cart_holder .cart_row .img_wrap {
    border: 1px solid #dcdcdc;
    width: 148px;
    height: 148px;
    overflow: hidden;
}
.cart_holder .cart_row .img_wrap img {
    width: 150px;
    position: relative;
    display: inline-block !important;
    max-width: 100%;
    width: auto !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cart_holder .product_info {
    width: 604px;
    margin-left: 15px;
    margin-right: 175px;
}
.cart_holder .art_num {
    color: #231f20;
    font-size: 12px;
    height: 148px;
    width: 90px;
}
.cart_holder .product_info .product_name {
    color: #231f20;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.cart_holder .product_info .product_name:hover {
    color: #ff8c00;
}
.cart_holder .product_info .description {
    color: #231f20;
    font-size: 13px;
}
#content .cart_holder .product_info .ticker {
    margin-top: 20px;
}
.cart_holder .prod_count_holder {
    width: 55px;
    height: 148px;
}
.cart_holder .prod_count_holder .refresh {
    color: #999999;
    font-size: 13px;
    width: 55px;
    text-align: center;
    float: left;
    margin-top: 4px;
}
.cart_holder .item_prices .remove {
    color: #999999;
    font-size: 13px;
    width: 100%;
    text-align: center;
    float: left;
}
.cart_holder .prod_count_holder .refresh:hover, .cart_holder .item_prices .remove:hover {
    color: #ff8c00;
}
.cart_holder .prod_count {
    width: 55px;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    color: #333333;
    font-size: 13px;
    text-align: center;
    line-height: 45px;
    border-radius: 2px;
    margin-top: 10px;
    padding: 0;
}
.prod_count_click {
    float: left;
    width: 100%;
    height: 20px;
    font-size: 25px;
    background: #fff ;
    border: 1px solid #e5e5e5;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}
.prod_count_click i {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #666666;
    display: inline-block;
    overflow: hidden;
}
.prod_count_click:hover i {
    color: #fff;
}
.prod_count_click:hover {
    background: #ff8c00;
    border: 1px solid  #ff8c00;
}
.prod_count_wrap .rotate {
    transform: rotate(-180deg);
}
.top_p {
    top: 32px;
    left: 26px;
}
.bottom_p {
    bottom: 19px;
}
.cart_holder .item_prices {
    width: 150px;
    margin-left: 50px;
    height: 148px;
}
.cart_holder .item_prices .old_price {
    font-size: 15px;
    color: #999999;
    text-decoration: line-through;
    height: 19px;
}
.cart_holder .item_prices .new_price {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    /* height: 26px; */
}
.cart_summary {
    border: 1px solid #e7e7e7;
    margin-top: 35px;
    padding: 24px 15px 15px 15px;
    border-radius: 3px;
    margin-bottom: 15px;
    background: #fff;
}
.cart_summary .discount_code_wrap {
    width: 345px;
}
.cart_summary .discount_code_wrap .title {
    color: #231f20;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.cart_summary .discount_code_wrap .code {
    width: 180px;
    height: 38px;
    border-left: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-right: 0;
    padding: 0 5px 0 10px;
    color: #231f20;
    font-size: 15px;
    font-family: 'Arial', sans-serif;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-weight: bold;
}
.cart_summary .discount_code_wrap .submit_code {
    width: 140px;
    height: 40px;
    color: #fff;
    font-size: 15px;
    background: #ff9900;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 0;
    padding: 0;
    cursor: pointer;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.cart_summary .discount_code_wrap .submit_code:hover {
    background: #162226;
}
.cart_summary .right_part {
    width: 505px;
}
.cart_summary .right_part .row {
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.cart_summary .right_part .row:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.cart_summary .right_part .big .left_text, .cart_summary .right_part .big .right_text {
    font-size: 24px;
    font-weight: bold;
}
.cart_summary .right_part .left_text {
    color: #231f20;
    font-size: 15px;
    margin-left: 10px;
}
.cart_summary .right_part .right_text {
    color: #231f20;
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
}
.cart_summary .right_part .delivery {
    color: #339900;
}
.cart_summary .left-part {
    width: calc(100% - 340px);
}
.cart_summary .left-part .text {
    font-size: 14px;
    color: #231f20;
    margin-bottom: 3px;
}
.mobile_version {
    display: none;
}
.invoice-new-wrap .cart_holder .txt3 {
    margin-left: 82px;
}
.invoice-new {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
}
.invoice-new .left-part {
    width: 305px;
}
.invoice-new .middle-part {
    width: calc(100% - 610px);
}
.invoice-header {
    height: 72px;
    border-bottom: 3px solid #ff8c00;
    margin-bottom: 25px;
}
.invoice-header .logo {
    margin-left: 14px;
    margin-top: 25px;
}
.invoice-header .right_info {
    width: 440px;
    color: #aeaeae;
    font-size: 11px;
    margin-right: 20px;
    margin-top: 40px;
}
.invoice-new .middle-part .main-title {
    font-size: 30px;
    color: #231f20;
}
.invoice-new .middle-part .main-number {
    font-size: 23px;
    color: #231f20;
}
.invoice-new .right-part {
    width: 305px;
}
.invoice-new .text {
    color: #231f20;
    font-size: 15px;
    margin-bottom: 3px;
    clear: both;
}
.invoice-new .print-holder {
    margin-bottom:  60px;
}
.invoice-new .print {
    padding-right: 10px;
    height: 30px;
    border-radius: 2px;
    background: #ff8c00;
}
.invoice-new .print i {
    font-size: 21px;
    float: left;
    height: 20px;
    margin-top: 5px;
    margin-left: 10px;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.invoice-new .print span {
    float: left;
    color: #fff;
    font-size: 12px;
    margin-left: 7px;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.invoice-new .print:hover {
    background: #339900;
}

.invoice-new .save {
    padding-right: 10px;
    height: 30px;
    border-radius: 2px;
    background: #ff8c00;
    margin-right: 10px;
}
.invoice-new .save i {
    font-size: 21px;
    float: left;
    height: 20px;
    margin-top: 5px;
    margin-left: 10px;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.invoice-new .save span {
    float: left;
    color: #fff;
    font-size: 12px;
    margin-left: 7px;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.invoice-new .save:hover {
    background: #339900;
}


.continue_shopping {
    width: 265px;
    height: 45px;
    background: #cccccc;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 45px;
    text-align: center;
    border-radius: 2px;
    margin-top: 10px;
}
.continue_shopping_dark {
    background: #666 !important;
}
.continue_shopping:hover {
    background: #162226;
}
.cart_holder_wrap .next_step:hover,.cart_holder_wrap .finish_step:hover {
    background: #ff9900;
}

.cart_holder_wrap .next_step.view_orders {
    background:#162226;
}
.cart_holder_wrap .next_step.view_orders:hover {
    background: #ff9900;
}

.cart_holder_wrap .next_step,.cart_holder_wrap .finish_step {
    width: 265px;
    height: 45px;
    background: #339900;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 45px;
    text-align: center;
    border-radius: 2px;
}
.cart_holder_wrap .finish_step {
    width: 400px;
    border:0;
}
.login_header {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
}
.login_header a {
    display: inline-block;
    margin-top: 10px;
}
.login_content {
    display: inline-block;
    width: 372px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    margin-top: 10px;
    padding: 10px 17px;
    text-align: left;
    background: #fff;
}
.login_content .heading {
    color: #333333;
    font-size: 24px;
    padding-bottom: 7px;
    border-bottom: 2px solid #ff9c08;
    position: relative;
    z-index: 1;
}
.login_content .heading_grey_line {
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    bottom: 0;
    left: 0;
}
.login_content .inputs_wrap {
    margin-top: 5px;
}
.login_content .inputs_wrap label {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 15px;
    box-sizing: border-box;
    padding-left: 7px;
    margin-bottom: 5px;
}
.login_content .inputs_wrap label.remember-me{
    padding-left: 24px;
    font-size: 13px;
    padding-top: 2px;
}
.login_content .inputs_wrap label span {
    color: #ff8c00;
    margin-left: 2px;
}
.login_content .inputs_wrap input {
    width: 100%;
    float: left;
    height: 30px;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    color: #333333;
    font-size: 15px;
    padding: 0 7px;
}
.login_content .captcha_txt {
    color: #333333;
    font-size: 11px;
    width: 165px;
    margin-top: 10px;
}
.login_content .captcha {
    width: 120px;
    height: 35px;
    background: #e5e5e5;
    border-radius: 2px;
    margin-top: 8px;
}
.login_content .captcha img {
    float: none;
    display: inline-block;
    overflow: hidden;
}
.login_content .register {
    background: #319a00;
    color: #fff;
    text-transform: uppercase;
    height: 35px;
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    margin-top: 10px;
    border: 0;
    border-radius: 2px;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* NEW LOGIN */
.hidden-div {
    display: none;
}
.login_content-new .register {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 35px;
    text-align: center;
}
.login_content-new .heading_wrap {
    /*margin-bottom: 32px;*/
}
.login_content-new .not-active {
    background: #ff8c00;
    color: #fff;
}
.login_content-new .fb-login {
    float: left;
    font-size: 15px;
    color: #fff;
    height: 35px;
}
.login_content-new .fb-login img {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 35px;
}
.login_content-new .fb-login span {
        float: left;
    height: 35px;
    line-height: 35px;
    background: #3a589b;
    padding-right: 13px;
    position: relative;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
        width: 129px;
    box-sizing: border-box;
}
.login_content-new .fb-login span::after {
        position: absolute;
    top: 5px;
    left: -7px;
    height: 72%;
    width: 1px;
    background: rgba(255,255,255,0.5);
    content: "";
}
.login_content-new .g-login {
    float: right;
    font-size: 15px;
    color: #fff;
    height: 35px;
}
.login_content-new .g-login img {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
     width: 35px;
}
.login_content-new .g-login span {
     float: left;
    height: 35px;
    line-height: 35px;
    background: #d95032;
    padding-right: 13px;
    position: relative;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
        width: 129px;
    box-sizing: border-box;
}
.login_content-new .g-login span::after {
        position: absolute;
    top: 5px;
    left: -6px;
    height: 72%;
    width: 1px;
    background: rgba(255,255,255,0.5);
    content: "";
}

/* NEW LOGIN */


.login_content .register:hover, .login_content .register:focus {
    background: #339900;
}
.login_content .have_account .text_wrap {
    display: inline-block;
}
.login_content .have_account .text {
    float: left;
    color: #333333;
    font-size: 15px;
    background: #fff;
    padding: 0 6px;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}
.login_content .have_account .line {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #cccccc;
}
.login_content .sign_in {
    background: #ff8c00;
    color: #fff;
    text-transform: uppercase;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 13px;
    margin-top: 10px;
    border: 0;
    border-radius: 2px;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.login_content .sign_in:hover {
    background: #319a00;
}
.login_content .checkbox_row {
    margin-bottom: 10px;
        margin-top: 5px;
}
.login_content .checkbox_row.mt10{
    margin-top: 10px;
}
.login_content .terms_row {
    font-size: 11px;
    margin-top: 2px;
    color: #333333;
}
.login_content .checkbox_row a {
    color: #333333;
    text-decoration: underline;
}
.login_content .checkbox_row a:hover {
    text-decoration: none;
}
.login_content .styled_check[type=checkbox] {
    display:none;
}
.login_content .styled_check[type=checkbox] + label {
    width: auto;
    background: url("../img/not_checked.png") no-repeat 0 2px;
    background-size: 14px;
    padding: 2px 0 2px 20px;
    float: left;
    color: #333333;
    font-size: 13px;
    cursor: pointer;
}
.login_content .styled_check[type=checkbox]:checked + label {
    width: auto;
    background: url("../img/checked.png") no-repeat 0 2px;
    background-size: 15px;
    padding: 2px 0 2px 20px;
    float: left;
}
.forgot_pass {
    color: #ff9900;
    font-size: 13px;
    position: relative;
    margin-top: 2px;
}
.login_footer {
    border-top: 1px solid #e6e6e6;
    margin-top: 44px;
    padding-top: 15px;
    margin-bottom: 30px;
}
.login_footer .login_f_links {
    display: inline-block;
    color: #ff8c00;
    font-size: 13px;
    margin-right: 60px;
    position: relative;
}
.login_footer .login_f_links::after, .forgot_pass::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #ff9900;
    content: "";
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.login_footer .login_f_links:hover::after, .forgot_pass:hover::after  {
    width: 100%;
}
.login_footer .login_f_links:last-of-type {
    margin-right: 0;
}
.login_footer .copyright {
    color: #999999;
    font-size: 13px;
    margin-top: 15px;
}
.cart_wrap .cart_header {
    margin-top: 32px;
}
.cart_wrap .secure_txt {
    color: #333333;
    font-size: 18px;
    margin-top: 19px;
}
.cart_wrap .order_box {
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
    margin-top: 17px;
    padding: 20px 17px 20px 17px;
}
.cart_wrap .order_box .heading_wrap {
    margin-bottom: 5px;
}
.cart_wrap .heading {
    color: #333333;
    font-size: 24px;
    padding-bottom: 7px;
    border-bottom: 2px solid #ff9c08;
    position: relative;
    z-index: 1;
}
.cart_wrap .heading_grey_line {
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    bottom: 0;
    left: 0;
}
.cart_wrap .order_box .order_row {
    border-bottom: 1px solid #dcdcdc;
    padding: 5px 0;
}
.cart_wrap .order_box .order_row .product {
    width: calc(100% - 95px);
    color: #231f20;
    font-size: 14px;
}
.cart_wrap .order_box .order_row .price {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
}
.cart_wrap .order_box .back_to_cart {
    width: 270px;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #666666;
    margin-top: 10px;
}
.cart_wrap .order_box .back_to_cart:hover {
    background: #162226;
}
.cart_wrap .right_prices .promo_txt {
    text-align: right;
    color: #231f20;
    font-size: 15px;
    margin-top: 20px;
}
.cart_wrap .right_prices .final {
    text-align: right;
    color: #231f20;
    font-size: 21px;
    margin-top: 4px;
    font-weight: bold;
}
.cart_wrap .right_prices .final span {
    font-size: 24px;
}
.cart_wrap .delivery_tabs {
  /*  margin-top: 30px; */
}
.cart_wrap .delivery_tabs .tab_holder, .cart_wrap .delivery_tabs .tab_display {
    padding-right: 17px;
    width: 33.3%;
    margin-top: 10px;
    float: left;
    position: relative;
}
.cart_wrap .delivery_tabs .tab_holder .icon, .cart_wrap .delivery_tabs .tab_display .icon {
    position: absolute;
    top: 5px;
    left: 31px;
    width: 28px;
    height: 28px;
    border-radius: 300px;
    color: #fff;
    font-size: 33px;
    display: none;
}
.cart_wrap .delivery_tabs .tab_holder .white-circle {
    position: absolute;
    top: 8px;
    left: 33px;
    width: 28px;
    height: 28px;
    border-radius: 300px;
    color: #fff;
    font-size: 33px;
    background: #fff;
}
#wrapper .cart_wrap .delivery_tabs .active .white-circle {
    display: none;
}
#wrapper .cart_wrap .delivery_tabs .active .icon {
    display: block;
}
#wrapper .cart_wrap .delivery_tabs .active a {
    background: #339900;
}
.cart_wrap .delivery_tabs .tab_holder:last-of-type {
    padding-right: 0;
}
.cart_wrap .delivery_tabs .tab_holder a {
    float: left;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #ff8c00;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    transition: none;
    position: relative;
}
.cart_wrap .delivery_tabs .tab_holder a:hover {
	background: #339900;
}
#addressInfo {
    margin-bottom: 20px;
}
#finalizeHead {
    margin-top: 0;
}
.cart-back {
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    border-radius: 2px;
    background: #162226;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    width: 100px;
    text-align: center;
    margin-top: 20px;
    position: relative;
}

.cart-back::after {
    position: absolute;
    top: 0;
    left: 10px;
    width: 11px;
    height: 100%;
    content: "";
    background: url(../img/left-arrow.svg) no-repeat center;
    background-size: 14px;
}

.continue {
    float: right;
    width: 400px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #339900;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    transition: none;
}
.continue:hover {
    background: #ff8c00;
}
.continue-invoice-type {
    margin-top: 15px;
}
.new-payment-btns {
    padding-right: 17px;
    width: 33.3%;
    margin-right: 0;
    margin-top: 10px;
}
.new-payment-btns .freeStandCheck + label {
    width: 100%;
    background: url(../img/not_checked_cart.png) no-repeat 33px 8px #ff8c00;
    background-size: 30px;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
}
.new-payment-btns .freeStandCheck:checked + label {
    background: url(../img/checked_cart.png) no-repeat 33px 9px #339900 !important;
    background-size: 30px !important;
}
.new-payment-btns .freeStandCheck + label:hover {
    background: url(../img/not_checked_cart_hover.png) no-repeat 33px 8px #339900;
    background-size: 30px;
}
.new-payment-btns .freeStandCheck + label::before, .new-payment-btns .freeStandCheck + label::after {
    display: none;
}

.cart_wrap .delivery_tabs .slide {
    border-top: 1px solid #dcdcdc;
    margin-top: 20px;
    padding-top: 15px;
}
.cart_wrap .delivery_tabs .slide .box_wrap:nth-child(3n+1) {
    padding-right: 0;
}
.cart_wrap .delivery_tabs .slide .title {
    color: #333333;
    font-size: 15px;
    padding-left: 15px;
    margin-bottom: 5px;
}
.cart_wrap .titleHead {
    color: #333333;
    font-size: 15px;
    padding-left: 15px;
    margin-bottom: 5px;
}
.cart_wrap .delivery_tabs .slide .box_wrap {
    width: 33.3%;
    padding-right: 17px;
    margin-bottom: 17px;
}
#wrapper .cart_wrap .delivery_tabs .slide .is_selected .box {
    background: #ff8c00;
    border: 1px solid #ff8c00;
    cursor: default;
}
#wrapper .cart_wrap .delivery_tabs .slide .is_selected .box .icon {
    display: block;
}
#wrapper .cart_wrap .delivery_tabs .slide .add_new .box {
    background: none !important;
}
.cart_wrap .delivery_tabs .slide .box {
    border-radius: 2px;
    height: 153px;
    padding: 17px;
    position: relative;
    border: 1px solid #e5e5e5;
    background: #999999;
    cursor: pointer;
}
.cart_wrap .delivery_tabs .slide .box:hover {
    background: #339900;
}
.cart_wrap .delivery_tabs .slide .box .name {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-top: 11px;
}
.cart_wrap .delivery_tabs .slide .box .text {
    color: #fff;
    font-size: 16px;
}
.cart_wrap .delivery_tabs .slide .box .icon {
    position: absolute;
    top: 24px;
    right: 15px;
    width: 28px;
    height: 28px;
    border-radius: 300px;
    color: #fff;
    font-size: 33px;
    background: #ff8c00;
    display: none;
}
.edit_address .white-circle {
    position: absolute;
    top: 28px;
    right: 12px;
    width: 28px;
    height: 28px;
    border-radius: 300px;
    color: #fff;
    font-size: 33px;
    background: #fff;
}
#selectShopDelivery .white-circle,#selectShopDelivery1 .white-circle {
    position: absolute;
    top: 28px;
    right: 12px;
    width: 28px;
    height: 28px;
    border-radius: 300px;
    color: #fff;
    font-size: 33px;
    background: #fff;
}
#wrapper .cart_wrap .delivery_tabs .slide .is_selected .box .white-circle {
    display: none;
}
.cart_wrap .delivery_tabs .slide .box .icon_plus {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 300px;
    background: #cccccc;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 26px;
}
.cart_wrap .delivery_tabs .slide .box .txt {
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 8px;
}
.left_col {
    width: 233px;
}
.small_g_map {
    padding: 0 10px;
    margin-top: 20px;
}
.client_data {
    width: 233px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    background: #fff;
}
.client_data .texts {
    color: #333333;
    font-size: 15px;
    padding: 0 15px;
    margin-bottom: 4px;
}
.client_data a.texts:hover {
    color: #ff8c00;
}
.client_data .fancy_link {
    border-bottom: 2px solid #ff8c00;
    color: #333333;
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 8px;
    padding-left: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.client_data .heading {
    color: #333333;
    font-size: 24px;
    padding-bottom: 8px;
    border-bottom: 2px solid #ff8c00;
    padding-left: 12px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.client_data .sub_heading {
    color: #333333;
    font-size: 17px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #ff8c00;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
}
.client_data .links_holder {
    padding: 0 14px;
}
.client_data .links_holder .current i, .client_data .links_holder .current span {
    color: #ff8c00;
}
.client_data .links_holder .current span {
    font-weight: bold;
}
.client_data .links_holder a {
    margin-bottom: 20px;
}
.client_data .links_holder i {
    float: right;
    font-size: 24px;
    color: #333333;
    height: 19px;
    margin-top: -2px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.client_data .links_holder a span {
    float: left;
    color: #333333;
    font-size: 15px;
    width: calc(100% - 30px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.client_data .links_holder a:hover i, .client_data .links_holder a:hover span {
    color: #ff8c00;
}
.right_form_long {
    width:100% !important;
}
.right_form {
    border: 1px solid #dcdcdc;
    width: 775px;
    padding: 22px 14px 18px 14px;
    border-radius: 2px;
    background: #fff;
}
.right_form .top_row {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}
.right_form .txt {
    color: #333333;
    font-size: 15px;
    margin-left: 8px;
    margin-right: 12px;
}
.right_form .styled_radio[type=radio],.styled_radio1[type=radio] {
    display:none;
}
.right_form .styled_radio[type=radio] + label,.styled_radio1[type=radio] + label {
    width: auto;
    background: url("../img/not_checked2.png") no-repeat ;
    background-size: 18px;
    padding: 0 0 0 25px;
    height: 18px;
    float: left;
    color: #231f20;
    font-size: 14px;
    cursor: pointer;
}
.right_form .styled_radio[type=radio]:checked + label,.styled_radio1[type=radio]:checked + label {
    width: auto;
    background: url("../img/checked2.png") no-repeat ;
    background-size: 18px;
    height: 18px;
    padding: 0 0 0 25px;
    float: left;
}
.right_form .inputs_wrap {
    width: 50%;
    margin-top: 17px;
}
.right_form .inputs_wrap label {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 15px;
    box-sizing: border-box;
    padding-left: 7px;
    margin-bottom: 10px;
}
.right_form .inputs_wrap input, .right_form .inputs_wrap select {
    width: 100%;
    float: left;
    height: 40px;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    color: #333333;
    font-size: 15px;
    padding: 0 7px;
}
.right_form .inputs_wrap textarea {
    width: 100%;
    float: left;
    min-height: 140px;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    color: #333333;
    font-size: 15px;
    padding: 7px 7px;
}
.right_form .full_input {
    width: 100% !important;
}
.right_form .bottom_row {
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    padding: 14px 0;
    margin-top: 27px;
}
.right_form .save {
    width: 260px;
    height: 45px;
    background: #ff8c00;
    font-family: "Arial",sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 24px;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.right_form .save:hover {
    background: #339900;
}

.settings_form {
    border: 1px solid #dcdcdc;
    width: 100%;
    padding: 22px 14px 18px 14px;
    border-radius: 2px;
    background: #fff;
}
.check-txt {
    width: calc(100% - 40px);
}
.check-txt-sub {
    font-size:13px;
}
.gdrp-wrap .checkbox_row {
    margin-top: 2px;
}
.gdrp-wrap i {
    /*font-style: italic;*/
    font-weight: bold;
}
.gdrp-row {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}
.blockOnTop {
     width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:1000;
}
.gdrp-row:last-of-type {
    border-bottom: 0;
}
.delete-account {
    margin-top: 12px;
}
.orange-border {
    border: 1px solid #ff8c00;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.settings_form .top_row {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
}
.settings_form .txt {
    color: #333333;
    font-size: 15px;
    margin-left: 8px;
    margin-right: 12px;
}
.settings_form .styled_radio[type=radio] {
    display:none;
}
.settings_form .styled_radio[type=radio] + label {
    width: auto;
    background: url("../img/not_checked2.png") no-repeat ;
    background-size: 18px;
    padding: 0 0 0 25px;
    height: 18px;
    float: left;
    color: #231f20;
    font-size: 14px;
    cursor: pointer;
}
.settings_form .styled_radio[type=radio]:checked + label {
    width: auto;
    background: url("../img/checked2.png") no-repeat ;
    background-size: 18px;
    height: 18px;
    padding: 0 0 0 25px;
    float: left;
}
.settings_form .inputs_wrap {
    width: 50%;
    margin-top: 17px;
}
.settings_form .inputs_wrap label {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 15px;
    box-sizing: border-box;
    padding-left: 7px;
    margin-bottom: 10px;
}
.settings_form .inputs_wrap input, .settings_form .inputs_wrap select {
    width: 100%;
    float: left;
    height: 40px;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    color: #333333;
    font-size: 15px;
    padding: 0 7px;
}
.settings_form .inputs_wrap textarea {
    width: 100%;
    float: left;
    min-height: 140px;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    color: #333333;
    font-size: 15px;
    padding: 7px 7px;
}
.settings_form .full_input {
    width: 100% !important;
}
.settings_form .bottom_row {
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    padding: 14px 0;
    margin-top: 27px;
}
.settings_form .save {
    width: 260px;
    height: 45px;
    font-family: "Arial",sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 24px;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    color: red;
    border-radius: 2px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.settings_form .save:hover {
    text-decoration: underline;
}
body .orange_button_delete:hover {
    text-decoration: underline;
    background: #ff8c00;
}
body .orange_button_cancel:hover {
    text-decoration: underline;
}
.pass_edit {
    width: 350px;
    background: #ededed;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    margin-left: 10px;
    padding: 22px 22px 18px 22px;
}
.pass_edit .title {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 10px;
}
.pass_edit .inputs_wrap {
    margin-top: 17px;
}
.pass_edit .inputs_wrap label {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 15px;
    box-sizing: border-box;
    padding-left: 7px;
    margin-bottom: 10px;
}
.pass_edit .inputs_wrap input {
    width: 100%;
    float: left;
    height: 40px;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    color: #333333;
    font-size: 15px;
    padding: 0 7px;
}
.pass_edit .change_pass {
    width: 100%;
    height: 45px;
    background: #666666;
    font-family: "Arial",sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-top: 15px;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.pass_edit .change_pass:hover {
    background: #162226;
}

.deleteButton {
    background: #cccccc !important;
}
.deleteButton:hover {
    background: #162226 !important;
}



.free_text_bottom .heading {
    color: #333333;
    font-size: 24px;
    padding-bottom: 7px;
    border-bottom: 2px solid #ff9c08;
    position: relative;
    z-index: 1;
}
.free_text_bottom .heading_grey_line {
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    bottom: 0;
    left: 0;
}

.adresses .heading {
    color: #333333;
    font-size: 24px;
    padding-bottom: 7px;
    border-bottom: 2px solid #ff9c08;
    position: relative;
    z-index: 1;
}
.adresses .heading_grey_line {
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    bottom: 0;
    left: 0;
}

.adresses {
    border: 1px solid #e5e5e5;
    padding: 16px 14px;
    border-radius: 2px;
    background: #fff;
}
.adresses .title {
    color: #333333;
    font-size: 15px;
    padding-left: 15px;
    margin-bottom: 5px;
}
.adresses .box_wrap {
    width: 33.3%;
    padding-right: 17px;
    margin-bottom: 17px;
}
.adresses .box_wrap:nth-child(4n) {
    padding-right: 0;
}
#wrapper .adresses .is_selected .box {
    background: #ff8c00;
    border: 1px solid #ff8c00;
}
#wrapper .adresses .is_selected .box .icon {
    display: block;
}
#wrapper .adresses .add_new .box {
    background: none;
    cursor: pointer;
}
.adresses .box {
    border-radius: 2px;
    height: 140px;
    padding: 17px;
    position: relative;
    border: 1px solid #e5e5e5;
    background: #cccccc;
    cursor: pointer;
}
.adresses .box .name {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 11px;
}
.adresses .box .text {
    color: #fff;
    font-size: 16px;
}
.adresses .box .icon {
    position: absolute;
    top: 24px;
    right: 15px;
    width: 28px;
    height: 28px;
    border-radius: 300px;
    color: #fff;
    font-size: 33px;
    background: #ff8c00;
    display: none;
}
.adresses .box .icon_plus {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 300px;
    background: #cccccc;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 26px;
}
.adresses .box .txt {
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 8px;
}
.adresses .edit {
    width: 130px;
    height: 40px;
    background: #cccccc;
    border-radius: 2px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    margin-top: 3px;
    margin-right: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.adresses .edit:hover {
    background: #339900;
}
.adresses .remove {
    width: 130px;
    height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    font-size: 13px;
    font-weight: bold;
    color: #666666;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    margin-top: 3px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.adresses .remove:hover {
    background: #162226;
    color: #fff;
    border: 1px solid #162226;
}
.adresses .line {
    background: #e5e5e5;
    height: 1px;
    margin: 17px 0;
}
.liability {
    /*
    border: 1px solid #e5e5e5;
    padding: 20px 18px 0 18px;
    border-radius: 2px;
    background: #fff;
    */
}
.liability .top_title {
    color: #231f20;
    font-size: 21px;
    margin-bottom: 10px;
}
.liability .sub_title {
    font-size: 17px;
    font-weight: bold;
}
.liability .invoice_wrap {
    border-top: 1px solid #e6e6e6;
    margin-top: 34px;
    padding-top: 10px;
}
.liability .invoice_wrap .title {
    color: #231f20;
    font-size: 21px;
    margin-bottom: 25px;
}
.liability .has_border {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 9px;
}
.liability .invoice_wrap .has_border .date {
    color: #231f20;
    font-size: 13px;
    text-transform: uppercase;
    width: 10%;
    box-sizing: border-box;
    padding-right: 10px;
}
.liability .invoice_wrap .has_border .invoice {
    color: #231f20;
    font-size: 13px;
    text-transform: uppercase;
    width: 10%;
    box-sizing: border-box;
    padding-right: 10px;
}
.liability .invoice_wrap .has_border .client {
    color: #231f20;
    font-size: 13px;
    text-transform: uppercase;
    width: 35%;
    box-sizing: border-box;
    padding-right: 10px;
}
.liability .invoice_wrap .has_border .price {
    color: #231f20;
    font-size: 13px;
    text-transform: uppercase;
    width: 15%;
    box-sizing: border-box;
    padding-right: 10px;
}
.liability .invoice_wrap .has_border .maturity {
    color: #231f20;
    font-size: 13px;
    text-transform: uppercase;
    width: 10%;
    box-sizing: border-box;
}
.liability .invoice_row {
    border-bottom: 1px solid #e6e6e6;
    padding: 18px 0;
}
.liability .invoice_row .date {
     color: #231f20;
    font-size: 13px;
    width: 10%;
    box-sizing: border-box;
    padding-right: 10px;
}
.liability .invoice_row .invoice {
     color: #231f20;
    font-size: 13px;
    width: 10%;
    box-sizing: border-box;
    padding-right: 10px;
}
.liability .invoice_row .client {
     color: #231f20;
    font-size: 13px;
    width: 35%;
    box-sizing: border-box;
    padding-right: 10px;
}
.liability .invoice_row .price {
     color: #231f20;
    font-size: 13px;
    width: 15%;
    box-sizing: border-box;
    padding-right: 10px;
}
.liability .invoice_row .maturity {
     color: #231f20;
    font-size: 13px;
    width: 10%;
    box-sizing: border-box;
    padding-right: 10px;
}
.liability .bottom_text {
    color: #231f20;
    font-size: 21px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.liability .bottom_text .left_side {
    width: 75%;
    text-align: left;
}
.liability .bottom_text .right_side {
    width: 25%;
    text-align: left;
}
.warning {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    background: #ff8c00;
    padding: 15px 10px;
    box-sizing: border-box;
}
.liability .row_title {
    color: #231f20;
    font-weight: bold;
    font-size: 14px;
    background: #eeeeee;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding-bottom: 1px !important;
    padding-top: 1px !important;
}
.popup_dim {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 999;
}

.calculator_wrap .inputs_wrap {
    margin-top: 5px;
}
.calculator_wrap .inputs_wrap label {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 15px;
    box-sizing: border-box;
    padding-left: 7px;
    margin-bottom: 5px;
}
.calculator_wrap .inputs_wrap label span {
    color: #ff8c00;
    margin-left: 2px;
}
.calculator_wrap .inputs_wrap input {
    width: 100%;
    float: left;
    height: 30px;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    color: #333333;
    font-size: 15px;
    padding: 0 7px;
}
.calculator_wrap .inputs_wrap textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    float: left;
    height: 80px;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    color: #333333;
    font-size: 15px;
    padding: 0 7px;
}

.calculator_wrap .captcha_txt {
    color: #333333;
    font-size: 11px;
    width: 165px;
    margin-top: 10px;
}
.calculator_wrap .captcha {
    width: 120px;
    height: 35px;
    background: #e5e5e5;
    border-radius: 2px;
    margin-top: 8px;
}
.calculator_wrap .captcha img {
    float: none;
    display: inline-block;
    overflow: hidden;
}

.calculator_wrap {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1001;
}
.calculator {
    width: 715px;
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    text-align: left;
    max-width:90%;
}
.delivery_wrap .calculator {
    width: 500px;
    max-width:90%;
}
.calculator .padding_fix {
    padding: 0 17px;
}
.calculator .heading,.pop_heading {
    color: #333333;
    font-size: 24px;
    padding-bottom: 8px;
    border-bottom: 2px solid #ff8c00;
    padding-left: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pop_heading {
    padding-left: 0px !important;
}
.adress-popup .close_pop {
    top: 89px;
}
.close_pop,.close_info {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 300px;
    background: #cccccc;
    font-size: 26px;
    text-align: center;
    line-height: 29px;
    color: #fff;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index:100;
}
.close_pop:hover,.close_info:hover {
    background: #162226;
}
.close_info {
    top: 0px !important;
}
.calculator .credit_tabs {
    width: 33%;
}
.calculator .credit_tabs a {
    border: 1px solid #e5e5e5;
    text-align: center;
    position: relative;
    border-radius: 2px;
    background: #ff8c00;
}
.calculator .credit_tabs a img {
    margin-top: 4px;
    display: inline-block;
}
.calculator .credit_tabs a .icon {
    position: absolute;
    top: 9px;
    left: 10px;
    width: 28px;
    height: 28px;
    border-radius: 300px;
    color: #fff;
    font-size: 33px;
}
.calculator .credit_tabs a .white-circle {
    position: absolute;
    top: 10px;
    left: 13px;
    width: 28px;
    height: 28px;
    border-radius: 300px;
    color: #fff;
    font-size: 33px;
    background: #fff;
}
.calculator .credit_tabs.choosed .white-circle {
    display: none;
}
#wrapper .calculator .choosed a, .adress-popup .choosed a {
    background: #339900;
}
.credit_tabs_wrap {
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.calculator .top_title {
    color: #231f20;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.calculator .calculator_options_wrap {
    padding: 0 83px;
}
.calculator .calculator_options {
    margin-bottom: 10px;
}
.calculator .styledSelectMonths {
     text-align-last:center;
}
.calculator .styledSelectZastr {
     text-align-last:center;
}
.is-grey {
    background: #cccccc !important;
    pointer-events: none;
}




.calculator .calculator_options .title {
    color: #231f20;
    font-size: 21px;
    margin-bottom: 5px;
}
.calculator .calculator_options input {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    color: #666666;
    font-size: 21px;
    font-family: 'Arial', sans-serif;
    height: 30px;
    text-align: center;
}
.cart_wrap .orange_button, .calculator_wrap .orange_button {
    background: #339900;
}
.orange_button {
    height: 45px;
    background: #ff8c00;
    color: #fff;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.orange_button:hover {
    background: #339900;
}
.calculator .line {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin: 10px 0;
}
.calculator .calculator_options_wrap .has_border {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.calculator .monthly_payment {
    color: #231f20;
    font-size: 15px;
    margin-bottom: 10px;
}
.calc_note {
    color: #333333;
    font-size: 14px;
    padding: 17px 40px;
    background: #cccccc;
    text-align: center;
    font-weight: bold;
    margin: 10px 0;
}

.view_order_pop {
    float: left;
    width: 100%;
    z-index: 1001;
}
.view_order_pop_dim {
    left: 0 !important;
    position: absolute !important;
    text-align: center !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 1001 !important;
    float:none !important;
}
.view_order_pop .view_order {
    width: 1440px;
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    padding: 0 10px 20px 10px;
    box-sizing: border-box;
    text-align: left;
}
.view_order_pop .view_order .heading {
    color: #333333;
    font-size: 24px;
    padding-bottom: 8px;
    border-bottom: 2px solid #ff8c00;
    padding-left: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.view_order_pop .view_order .tab_holder,.view_order_pop .view_order .tab_display {
    padding-right: 17px;
    width: 33.3%;
    float: left;
    position: relative;
}
.view_order_pop .view_order .active a {
    background: #ff8c00 !important;
    cursor: default;
}
.view_order_pop .view_order .tab_holder .icon,.view_order_pop .view_order .tab_display .icon {
    position: absolute;
    top: 7px;
    right: 31px;
    width: 28px;
    height: 28px;
    border-radius: 300px;
    color: #fff;
    font-size: 33px;
    display: none;
}
.view_order_pop .view_order .tab_holder:last-of-type, .view_order_pop .view_order .tab_display:last-of-type  {
    padding-right: 0;
}
.view_order_pop .view_order .tab_holder a, .view_order_pop .view_order .tab_display a {
    float: left;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #cccccc;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    transition: none;
}
.view_order_pop .view_order .slide {
    border-top: 1px solid #dcdcdc;
    margin-top: 20px;
    padding-top: 15px;
}
.view_order_pop .view_order .slide .box_wrap:nth-child(4n) {
    padding-right: 0;
}
.view_order_pop .view_order .slide .title {
    color: #333333;
    font-size: 15px;
    padding-left: 15px;
    margin-bottom: 5px;
}
.view_order_pop .view_order .slide .box_wrap {
    width: 33.3%;
    padding-right: 17px;
    margin-bottom: 17px;
}
.view_order_pop .view_order .slide .box {
    border-radius: 2px;
    height: 140px;
    padding: 17px;
    position: relative;
    border: 1px solid #e5e5e5;
    background: #cccccc;
}
.view_order_pop .view_order .slide .box .name {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 11px;
}
.view_order_pop .view_order .slide .box .text {
    color: #fff;
    font-size: 16px;
}
.view_order_pop .view_order .slide .box .icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 28px;
    height: 28px;
    border-radius: 300px;
    color: #fff;
    font-size: 33px;
    background: #ff8c00;
    display: none;
}
.view_order_pop .view_order .slide .box .icon_plus {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 300px;
    background: #cccccc;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 26px;
}
.view_order_pop .view_order .slide .box .txt {
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 8px;
}
.view_order_pop .view_order .txt1 {
    color: #231f20;
    font-size: 13px;
    text-transform: uppercase;
    width: 780px;
    margin-right: 40px;
}
#content .view_order_pop .view_order .txt2-percent {
    margin-left: 27px;
}
.view_order_pop .view_order .txt2 {
    color: #231f20;
    font-size: 13px;
    text-transform: uppercase;
    width: 130px;
    margin-left: 4px;
}
#content .view_order_pop .view_order .txt3 {
    margin-left: 23px;
}
.view_order_pop .view_order .cart_row {
    border-top: 1px solid #dcdcdc;
    padding-top: 15px;
    margin-top: 14px;
}
.view_order_pop .view_order .cart_row .name {
    color: #fff;
    font-size: 14px;
    background: #ff8c00;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-bottom: 14px;
    padding-bottom: 3px;
    padding-top: 3px;
}
.view_order_pop .view_order .cart_row .img_wrap {
    border: 1px solid #dcdcdc;
    width: 148px;
    height: 148px;
    overflow: hidden;
}
.view_order_pop .view_order .cart_row .img_wrap img {
    width: 150px;
    position: relative;
    display: inline-block !important;
    max-width: 100%;
    width: auto !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.view_order_pop .view_order .product_info {
    width: 630px;
    margin-left: 15px;
    margin-right: 40px;
}
.view_order_pop .view_order .product_info .product_name {
    color: #231f20;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.view_order_pop .view_order .product_info .product_name:hover {
    color: #ff8c00;
}
.view_order_pop .view_order .product_info .description {
    color: #231f20;
    font-size: 13px;
}
#content .view_order_pop .view_order .product_info .ticker {
    margin-top: 20px;
}
.view_order_pop .view_order .prod_count_holder {
    width: 55px;
    height: 148px;
}
.view_order_pop .view_order .prod_count_holder .refresh {
    color: #999999;
    font-size: 13px;
    width: 55px;
    text-align: center;
    float: left;
    margin-top: 4px;
}
.view_order_pop .view_order .item_prices .remove {
    color: #999999;
    font-size: 13px;
    width: 100%;
    text-align: center;
    float: left;
}
.view_order_pop .view_order .prod_count_holder .refresh:hover, .view_order_pop .view_order .item_prices .remove:hover {
    color: #ff8c00;
}
.view_order_pop .view_order .prod_count {
    width: 55px;
    height: 45px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    color: #333333;
    font-size: 13px;
    text-align: center;
    line-height: 45px;
    border-radius: 2px;
    margin-top: 10px;
    padding: 0;
}
#content .view_order_pop .view_order .item_prices_promo {
    width: 100px;
}
.view_order_pop .view_order .item_prices {
    width: 150px;
    margin-left: 35px;
    height: 148px;
}
.view_order_pop .view_order .item_prices .old_price {
    font-size: 15px;
    color: #999999;
    text-decoration: line-through;
    height: 19px;
}
.view_order_pop .view_order .item_prices .new_price {
    font-size: 21px;
    font-weight: bold;
    color: #333333;
    height: 26px;
}
.view_order_pop .view_order {
    border: 1px solid #e7e7e7;
    margin-top: 10px;
    padding: 0 15px 15px 15px;
    border-radius: 3px;
    margin-bottom: 15px;
}
.view_order_pop .view_order .right_part {
    width: 505px;
}
.view_order_pop .view_order .right_part .row {
    border-bottom: 1px solid #cecece;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.view_order_pop .view_order .right_part .row:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.view_order_pop .view_order .right_part .big .left_text, .view_order_pop .view_order .right_part .big .right_text {
    font-size: 24px;
    font-weight: bold;
}
.view_order_pop .view_order .right_part .left_text {
    color: #231f20;
    font-size: 15px;
    margin-left: 10px;
}
.view_order_pop .view_order .right_part .right_text {
    color: #231f20;
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
}
.view_order_pop .view_order .right_part .delivery {
    color: #339900;
}
.view_order_pop .view_order .cart_summary {
    margin-top: 20px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}
.view_order_pop .view_order .cart_summary .left_txt {
    width: 500px;
}
.view_order_pop .view_order .cart_summary .left_txt .row {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}
.service_wrap {

}

.service_wrap .heading {
    color: #333333;
    font-size: 24px;
    padding-bottom: 7px;
    border-bottom: 2px solid #ff9c08;
    position: relative;
    z-index: 1;
    margin: 0;
    font-weight: normal;
}
.service_wrap .heading_grey_line {
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    bottom: 0;
    left: 0;
}
.service_wrap .box a {
    color: #ff8c00 !important;
}
.service_wrap .box {
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    position: relative;
}
.service_wrap .box .grey_box {
    background: #ededed;
    width: 410px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.service_wrap .box .grey_box .title {
    color: #231f20;
    font-size: 21px;
    padding-left: 10px;
    padding-top: 16px;
    margin-bottom: 18px;
    box-sizing: border-box;
}
.service_wrap .box .grey_box .check {
    float: left;
    background: #ff8c00;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 130px;
    margin-left: 249px;
}
.service_wrap .box .grey_box .check:hover {
    background: #162226;
}
.service_wrap .box .grey_box .input_label {
    color: #333333;
    font-size: 15px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
}
.service_wrap .box .grey_box .styled_input {
     border: 1px solid #e5e5e5;
    border-radius: 2px;
    box-sizing: border-box;
    color: #333333;
    float: left;
    font-family: "Arial",sans-serif;
    font-size: 15px;
    height: 40px;
    padding: 0 7px;
    width: 240px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.service_wrap .text_info {
    border: 0;
    width: 400px;
    margin-bottom: 0;
    width: calc(100% - 410px);
    padding: 15px 25px 80px 25px;
}
.service_wrap .box .free_text {
    font-size: 15px;
    color: #231f20;
    box-sizing: border-box;
}
.service_wrap .box .free_text_bottom {
    font-size: 15px;
    color: #231f20;
    box-sizing: border-box;
    padding: 15px;
}
.service_wrap .box .free_text_bottom ul {
    list-style: inside;
}
.service_slider {
    margin-top: 30px;
}
.has_orange_border {
    border-bottom: 2px solid #ff8c00 !important;
}
.news_list .news_box {
    border: 1px solid #dcdcdc;
    padding: 15px;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.news_list .news_box .img_wrap {
    width: 200px;
    overflow: hidden;
}
.news_list .news_box .img_wrap:hover img {
    transform: scale(1.1);
}
.news_list .news_box .right_info {
    width: calc(100% - 220px);
}
.news_list .news_box .right_info .title {
    font-size: 17px;
    color: #ff8c00;
}
.news_list .news_box .right_info .title:hover {
    text-decoration: underline;
}
.news_list .news_box .right_info .news_desc {
    color: #231f20;
    font-size: 15px;
    height: 87px;
    overflow: hidden;
}
.news_list .news_box .right_info .date, .news_date {
    color: #999999;
    font-size: 11px;
    margin: 5px 0;
}
.news_list .news_box .see_news {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 13px;
    color: #339900;
}
.news_list .news_box .see_news:hover {
    text-decoration: underline;
}
.news_title {
    color: #231f20;
    font-size: 25px;
    font-weight: bold;
}
.news-view img {
    margin: 0 30px 10px 0 !important;
}
.news_img {
    margin: 0 30px 10px 0;
    width: 280px;
}
.contact_box {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 17px 14px 22px 14px;
}
.contact_box .heading {
    color: #333333;
    font-size: 24px;
    padding-bottom: 7px;
    border-bottom: 2px solid #ff9c08;
    position: relative;
    z-index: 1;
    margin: 0;
    font-weight: normal;
}
.contact_box .heading_grey_line {
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    bottom: 0;
    left: 0;
}
.contact_box .box_wrap {
    width: 33.3%;
    padding-right: 17px;
    margin-bottom: 17px;
    margin-top: 20px;

}
.contact_box .box_wrap:last-of-type .box {
    border-right: 0;
}
.contact_box .box_wrap .box  {
    border-radius: 2px;
    padding: 17px;
    position: relative;
    border-right: 1px solid #e5e5e5;
    height: 300px;
}
.contact_box .box_wrap .box .title {
    margin-bottom: 20px;
}
.contact_box .box_wrap .box .title i {
    color: #333333;
    float: left;
    font-size: 25px;
    height: 22px;
    margin-right: 7px;
    margin-top: 2px;
}
.contact_box .box_wrap .box .title img {
    margin-right: 7px;
    width: 25px;
}
.contact_box .box_wrap .box .title .text {
    font-size: 21px;
    color: #333333;
}
.contact_box .box_wrap .normal_text {
    font-size: 14px;
    color: #333333;
}
.contact_box .box_wrap .big_text {
     font-size: 15px;
    color: #333333;
    margin: 12px 0;
    font-weight: bold;
    height: 38px;
}
.contact_box .box_wrap a, .store_left .texts a {
    color: #333333;
}
.contact_box .box_wrap a:hover, .store_left .texts a:hover {
    color: #ff8c00;
}
.store_left {
    width: 410px;
    padding: 18px 15px 0 15px;
}
.google_map {
    width: calc(100% - 440px);
    height: 290px;
}
.store_left .texts {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 3px;
}
.virtual_tour {
    display: inline-block;
    width: 302px;
    height: 105px;
    background: url("../img/Бутон-виртуален-тур.png") no-repeat;
    margin-top: 20px;
}
.compare_row_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999999;
}
.compare_row_wrap .compare_row {
    box-shadow: 0 0 10px 0 rgba(1, 1, 1, 0.8);
}
.compare_row_wrap .top_part {
    height: 45px;
    padding: 0 10px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background: #5d5d5d; /* Old browsers */
    background: -moz-linear-gradient(top, #5d5d5d 0%, #414141 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5d5d5d 0%,#414141 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5d5d5d 0%,#414141 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5d5d5d', endColorstr='#414141',GradientType=0 ); /* IE6-9 */
}
.compare_row_wrap .top_part .c_icon {
    color: #fff;
    font-size: 33px;
    height: 45px;
    line-height: 55px;
    margin-right: 8px;
}
.compare_row_wrap .top_part .c_text {
    color: #fff;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    margin-right: 8px;
}
.compare_row_wrap .top_part .c_text_wrap {
    width: calc(100% - 170px);
    height: 45px;
    overflow: hidden;
}
.compare_row_wrap .top_part .active {
    color: #ff8c00 !important;
}
.compare_row_wrap .top_part .arr_icon {
    font-size: 33px;
    color: #fff;
    height: 45px;
    line-height: 58px;
}
.compare_row_wrap .rotate {
    transform: rotate(-180deg);
}
.compare_row_wrap .products_row {
    background: #404040;
    padding-bottom: 30px;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    display: none;
}
.compare_row_wrap .products_box_wrap {
    width: calc(100% - 170px);
    padding-left: 5px;
}
.compare_row_wrap .product_box_p {
    width: 100%;
    padding: 0 5px 0 5px;
    margin-top: 10px;
}
.compare_row_wrap .product_box {
    width: 100%;
    background: #fff;
    border-radius: 2px;
    height: 100px;
}
.compare_row_wrap .product_box img {
    float: left;
    border-right: 1px solid #dcdcdc;
    height: 100px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.compare_row_wrap .product_box .p_title {
     box-sizing: border-box;
    color: #333333;
    font-size: 13px;
    margin-top: 10px;
    padding-right: 20px;
    width: calc(100% - 115px);
    overflow: hidden;
    height: 85px;
}
.compare_row_wrap .product_box .del {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    background: #9d9d9d;
    color: #fff;
    border-radius: 20px;
    z-index: 1;
    font-size: 13px;
    text-align: center;
}
.compare_row_wrap .product_box:hover .del {
    background: #ee1c25;
}
.compare_row_wrap .dell_all {
    font-size: 14px;
    color: #fff;
    clear: both;
    width: 100%;
    text-align: center;
}
.compare_row_wrap .dell_all:hover {
    color: #ff8c00;
}
.compare_row_wrap .right_buttons {
    width: 130px;
    margin-right: 20px;
    margin-top: 20px;
}
.compare_row_wrap .compare_btn {
    background: #00addf; /* Old browsers */
    background: -moz-linear-gradient(top, #00addf 0%, #017799 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #00addf 0%,#017799 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #00addf 0%,#017799 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00addf', endColorstr='#017799',GradientType=0 ); /* IE6-9 */
    color: #fff;
    height: 30px;
    width: 130px;
    font-size: 15px;
    text-align: center;
    border: 1px solid #fff;
    line-height: 30px;
    border-radius: 2px;
    font-weight: bold;
    clear: both;
    margin-top: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.compare_row_wrap .compare_btn:hover {
    background: #017799; /* Old browsers */
    background: -moz-linear-gradient(top, #017799 0%, #00addf 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #017799 0%,#00addf 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #017799 0%,#00addf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#017799', endColorstr='#00addf',GradientType=0 ); /* IE6-9 */
}
.compare_slider .owl-nav {
    display: none;
}
.compare_slider .owl-dots {
     bottom: -22px;
    left: 0;
    position: absolute;
    width: 100%;
}
.compare_slider .owl-dot {
    float: left;
    width: 13px;
    height: 13px;
    border-radius: 300px;
    background: #cccccc;
    margin-left: 8px;
}
.compare_slider .owl-dots .active {
    background: #ff8c00;
}
.compare_page {
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    padding: 20px;
}
.compare_page .heading {
    color: #333333;
    font-size: 24px;
    padding-bottom: 7px;
    border-bottom: 2px solid #ff9c08;
    position: relative;
    z-index: 1;
}
.compare_page .heading_grey_line {
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    bottom: 0;
    left: 0;
}
.compare_page .c_left_col {
    width: 300px;
}
.compare_page .responsive_compare_wrap {
    width: calc(100% - 300px);
}
.compare_page .c_right_col {
    width: 1088px;
    overflow-x: auto;
    overflow-y: hidden;
}
.compare_page table {
    border-collapse: collapse;
    border-spacing: 0;
}
.compare_page table td {
    background: #eeeeee;
    border: 1px solid #162226;
    padding: 0 10px;
    font-size: 15px;
    color: #333333;
    font-weight: bold;
}
.compare_page .even {
    background: #cccccc !important;
}
.compare_page .back_none {
    background: none !important;
    border: 0 !important;
    padding: 0 !important;
}
.compare_page .back_to_cat {
    height: 333px;
}
.compare_page .p_slider_box {
    margin-bottom:18px;
    margin-left: 13px;
    width: 180px;
}
.compare_page .p_slider_box .has_promo {
    right: auto;
    left: 5px;
}
.compare_page .del {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    background: #9d9d9d;
    color: #fff;
    border-radius: 20px;
    z-index: 1;
    font-size: 13px;
    text-align: center;
    padding-left: 1px;
}
.compare_page .p_slider_box:hover .del {
    background: #ee1c25;
}
.compare_page .back_none:last-child .p_slider_box {
    border-right: 1px solid #dcdcdc;
}
.compare_page .p_slider_box .action_btns a {
    width: 100%;
    text-align: center;
}
.compare_page .p_slider_box .action_btns {
    padding-right: 3px;
}
.compare_page .p_slider_box .action_btns a i {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.compare_page .p_slider_box .action_btns a span {
    display: inline-block;
    float: none;
    height: auto;
    line-height: normal;
    overflow: hidden;
}
.compare_page .pictograms {
    margin-bottom: 5px;
    margin-right: 3px;
    margin-left: 3px;
}
.compare_page .t_products td {
    width: 184px;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
    padding: 10px 10px;
}
.compare_page .pictograms_th {
    height: 104px;
}
.compare_page .t_brand {
    text-transform: uppercase;
    font-size: 15px !important;
}
.back_to_cat_second {
    float: left;
    width: 180px;
    height: 45px;
    margin-top: 10px;
    background: #cccccc;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
    border: 0;
    font-family: 'Arial', sans-serif;
    cursor: pointer;
    text-align: center;
    line-height: 45px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.back_to_cat_second:hover {
    background: #162226;
}
.my_orders {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 17px 14px 22px 14px;
}
.my_orders .heading {
    color: #333333;
    font-size: 24px;
    padding-bottom: 7px;
    border-bottom: 2px solid #ff9c08;
    position: relative;
    z-index: 1;
}
.my_orders .heading_grey_line {
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    bottom: 0;
    left: 0;
}
.my_orders .order_box_row {
    border: 1px solid #e5e5e5;
    margin-top: 20px;
    padding: 20px;
}
.my_orders .diagram-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 250px;
}
.my_orders .diagram-wrap::after {
    position: absolute;
    top: 20px;
    right: 0;
    width: 1px;
    height: 83%;
    background: #e5e5e5;
    content: "";
}
#content .my_orders .grey-diagram {
    border: 7px solid #e5e5e5;
}
#content .my_orders .orange-diagram {
    border: 7px solid #ff9900;
}
.my_orders .diagram {
    width: 120px;
    height: 120px;
    border: 7px solid #339900;
    border-radius: 500px;
    box-sizing: border-box;
    font-size: 31px;
    line-height: 105px;
}
.my_orders .order-status {
    font-weight: bold;
    color: #231f20;
    font-size: 15px;
    margin-top: 11px;
}
.my_orders .right-info {
    width: calc(100% - 264px);
}
.my_orders .order_box_row .big_text {
    color: #231f20;
    font-size: 21px;
}
.my_orders .order_box_row a.big_text:hover {
    color: #ff9900;
}
.my_orders .order_box_row .small_text {
    color: #231f20;
    font-size: 13px;
    margin: 10px 0;
}
.my_orders .order_box_row .separator {
     color: #231f20;
    font-size: 13px;
    margin: 10px;
}
.my_orders .order_box_row .view_order {
    width: 100px;
    height: 30px;
    border-radius: 2px;
    background: #ff9900;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
}
.my_orders .order_box_row .view_order:hover {
    background: #339900;
}
.package_deals_slider_wrap {
    padding: 0 25px;
}
.package_deals {
    margin-bottom: 35px;
}
.package_deals .p_slider_box {
    width: 162px;
}
.package_deals .box {
    width: 100%;
    background: #fff;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    padding: 10px 30px 10px 30px;
}
.package_deals .plus_sign {
    font-size: 70px;
    color: #333333;
    margin: 0 10px 0 10px;
    height: 145px;
    line-height: 145px;
}
.package_deals .info {
    margin-left: 50px;
    margin-top: 20px;
    width: 205px;
}
.package_deals .info .save_money {
    color: #333333;
    font-size: 15px;
    text-align: right;
    width: 100%;
}
.package_deals .info .offer_price {
    color: #231f20;
    font-size: 24px;
    text-align: right;
    width: 100%;
}
.package_deals .info .add_to_cart {
    width: 100%;
    height: 45px;
    background: #fff;
    margin-top: 10px;
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #ff8c00;
}
.package_deals .info .validiy {
    color: #333333;
    font-size: 13px;
    margin-top: 10px;
    text-align: right;
}
.package_deals .info .add_to_cart:hover {
    background: #ff8c00;
}
.package_deals .info .add_to_cart:hover span, .package_deals .info .add_to_cart:hover i {
    color: #fff;
}
.package_deals .info .add_to_cart i {
    color: #ff8c00;
    float: left;
    font-size: 27px;
    height: 26px;
    margin-left: 17px;
    margin-top: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.package_deals .info .add_to_cart span {
    color: #ff8c00;
    font-size: 15px;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    margin-left: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.package_deals .more_info {
    color: #231f20;
    font-size: 14px;
    margin: 5px 0;
}
.package_deals .heading_wrap {
    margin-bottom: 20px;
}
.package_deals .heading {
    color: #333333;
    font-size: 24px;
    padding-bottom: 7px;
    border-bottom: 2px solid #ff9c08;
    position: relative;
    z-index: 1;
}
.package_deals .heading_grey_line {
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    bottom: 0;
    left: 0;
}
.guarantee_page {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
}
.guarantee_page .heading {
    color: #333333;
    font-size: 24px;
    padding-bottom: 7px;
    border-bottom: 2px solid #ff9c08;
    position: relative;
    z-index: 1;
}
.guarantee_page .heading_grey_line {
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    bottom: 0;
    left: 0;
}
.guarantee_table .top_head {
    background: #000;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border-right: 1px solid #fff;
    text-align: center;
    height: 75px;
    padding: 0 5px;
}
.guarantee_table .top_head:last-of-type {
    border-right: 1px solid #000;
}
.guarantee_table .row {
    background: #fff;
    font-size: 13px;
    color: #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    height: 75px;
    overflow: hidden;
}
.guarantee_table .row img {
    height: 75px;
}
.guarantee_table .w1 {
    width: 15%;
}
.guarantee_table .w6 {
    width: 45%;
}
.guarantee_table .w2, .guarantee_table .w3, .guarantee_table .w4, .guarantee_table .w5 {
    width: 10%;
}
.guarantee_table .row .col {
    height: 37px;
    border-bottom: 1px solid #000;
}
.guarantee_table .row:first-of-type {
    border-left: 1px solid #000;
}
.guarantee_table .row.w6 .vertical_centering_css3 {
    padding: 0 10px;
    box-sizing: border-box;
}
.guarantee_table .grey_back .row {
    background: #e5e5e5;
}
.guarantee_table .grey_back .brand {
    background: #fff !important;
}
.guarantee_table .row  i {
    font-style: italic;
    font-size: 12px;
}
.guarantee_page .please_note {
    font-size:17px;
    font-weight:bold;
    background: #e5e5e5;
    color: #000;
    margin-bottom: 17px;
    padding: 5px;
}

.white_box {
    background: #fff ;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 17px 14px 22px;
}
.white_box .heading {
    border-bottom: 2px solid #ff9c08;
    color: #333333;
    font-size: 24px;
    padding-bottom: 7px;
    position: relative;
    z-index: 1;
}
.white_box .heading_grey_line {
    background: #dcdcdc none repeat scroll 0 0;
    bottom: 0;
    height: 1px;
    left: 0;
    position: absolute;
}
.steps-outer {
    padding: 0 14px;
    box-sizing: border-box;
}
.steps-wrap {
    width: 32%;
    border-radius: 2px;
    margin-left: -11px;
    margin-top: 10px;
    background: #e4e5e7;
    padding: 15px 14px 10px 14px;
    box-sizing: border-box;
}
.steps-wrap::after {
    position: absolute;
    top: 35%;
    left: 26px;
    width: calc(100% - 56px);
    height: 2px;
    background: #898a8d;
    content: "";
}
.steps-wrap .step:nth-child(2n) {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
}
.steps-wrap .step .circle {
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #898a8d;
    font-size: 13px;
    font-weight:  bold;
    color: #898a8d;
    text-align: center;
    border-radius: 500px;
    background: #fff;
    margin-bottom: 15px;
    position: relative;
    z-index: 3;
    cursor: pointer;
}
.steps-wrap .step .text {
    color: #333333;
    font-size: 12px;
    font-weight: bold;
    clear: both;
}
.steps-wrap .active-step .circle {
    width: 58px;
    height: 58px;
    background: #ff8c00;
    border: 1px solid #fff;
    color: #fff;
    line-height: 58px;
    margin-top: -10px;
    margin-bottom: 9px;
}
.steps-wrap .passed-step .circle {
    background: #339900;
    color: #fff;
}

.guarantee_page .c_left_col {
    width: 100px;
}
.guarantee_page .responsive_compare_wrap {
    width: calc(100% - 100px);
}
.guarantee_page .c_right_col {
    overflow-x: auto;
    overflow-y: hidden;
    width: 1088px;
}
.guarantee_page table {
    border-collapse: collapse;
    border-spacing: 0;
}
.guarantee_page .t_descr td {
    background: #000 ;
    border: 1px solid #fff;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 0 6px;
}
.guarantee_page .t_products td {
    font-size: 10px;
    font-weight: normal;
    padding: 20px 0px;
    text-align: center;
    border: 1px solid #000;
    color: #000;
}
.guarantee_page .t_products td a {
    color: #000;
}
.guarantee_page .t_products .orange_back {
    background: #ff8c00;
}
.guarantee_page .t_products .orange_back a {
    color: #fff;
}
.liability .invoice_m .title {
    color: #231f20;
    font-size: 21px;
    margin: 10px 0;
}
.invoice_m .c_left_col {
    width: 150px;
}
.invoice_m .responsive_compare_wrap {
    width: calc(100% - 150px);
}
.invoice_m .c_right_col {
    overflow-x: auto;
    overflow-y: hidden;
    width: auto;
}
.invoice_m table {
    border-collapse: collapse;
    border-spacing: 0;
}
.invoice_m .t_descr td {
    background: #eeeeee ;
    border: 1px solid #666666;
    color: #231f20;
    font-size: 12px;
    font-weight: bold;
    padding: 0 10px;
    text-transform: uppercase;
}
.invoice_m .t_products td {
    font-size: 13px;
    font-weight: normal;
    padding: 10px 10px;
    text-align: center;
    border: 1px solid #e6e6e6;
    color: #231f20;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #ff8c00;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
.removeSighn {
    font-size:11px;
    color:#999;
    font-weight: normal;
}
#globalNoti {
	display:none;
	position:absolute;
	left:50%;
	margin-left:-250px;
	top:0px;
	width:500px;
	min-height:50px;
	z-index:2005;
	margin-bottom:50px;
	box-shadow: #777 3px 2px 15px;
}
#globalNotiInner {
	float:left;width:100%;background:#f0f0f0;min-height:50px;z-index:2005;
}
#globalNotiInner .padMeGloblalNoti {
	padding:0px 0px 20px 0px;
    text-align: center;
    width: 100%;
}
#globalNotiInner .r_btn_st  {
    width: 125px;
    height: 45px;
    background: #cccccc;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 45px;
    text-align: center;
    border-radius: 2px;
    margin-top: 10px;
    display: inline-block;
}
#globalNotiInner .r_btn_st2 {
    background: #ff8c00;
}
#globalNotiInner .r_btn_st:hover {
    background: #162226;
}
.ruOrdHead {
    background: #ff8c00;
    height: 40px;
    line-height: 40px;
    color: #fff;
}
.ru_clse {
    position: absolute;
    right: 0px;
    top: 0px;
}
.ruOrdHead img {
    height: 40px;
}
.registerError {
    font-size: 12px;
    color: red;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.messageMissing {
    width: 100% !important;
    background: #cccccc !important;
    color: #fff !important;
    text-align: center;
}
.messageMissing span {
    font-size:12px !important;
    float: none !important;
    line-height: 30px !important;
}
.smallInfoBox {
    font-size:13px !important;
}
.smallInfoBoxNormal {
    font-weight: normal;
}
.validationErrorClass {
    display: none;
    font-size: 13px;
    color: #F00;
}
.schemas-module {
	width: 100%;
    max-width:750px;
	border: 1px solid #8c8c8c;
	float: left;
	padding: 0 0px 25px 0px;
}
.schemas-module .module-title {
	font-size: 13px;
	font-weight: bold;
	line-height:13px;
	text-indent: 20px;
	line-height: 47px;
	height: 47px;
	background-color: #e3e3e3;
	text-transform:uppercase;
	color: #555454;
}
.schemas-module .search-word input {
	width: 100%;
	height: 26px;
	line-height: 26px;
	border: 1px solid #8c8c8c;
	margin: 5px 0 0 0;
}
.schemas-module .module-left-side,.schemas-module .module-right-side {
	width: 45%;
	padding: 20px 20px 0 20px;
}
.schemas-module .module-right-side  {
	padding: 20px 20px 0 0px;
}
.schemas-module .module-left-side img {
	margin: 30px 0 0 0;
	border: 1px solid #8c8c8c;
}
.schemas-module .module-right-side .results {
	background-color: #fff;
	border: 1px solid #8c8c8c;
	margin: 5px 0 0 0;
	height: 247px;
	overflow-y:scroll;
	overflow-x: hidden;
	font-size: 14px;
	line-height: 16px;
}
.schemas-module .module-right-side .results .item {
	cursor: pointer;
}
.schemas-module .module-right-side .results .selected {
	background-color:#8c8c8c;
	color: #fff;
}
.schemas-module .blue-button {
    color: #fff !important;
    width: 200px;
    margin-right: 20px;
    margin-top: 20px;
}
.ticker_tooltip {
    position: absolute;
    bottom: 28px;
    left: -66px;
    background: #339900;
    font-size: 13px;
    color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 2px;
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ticker_tooltip:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(51, 153, 0, 0);
    border-top-color: #339900;
    border-width: 10px;
    margin-left: -10px;
}
.ticker:hover .ticker_tooltip, .ticker_tooltip.visible {
    display: block;
}

.speedy1 {
    font-size:19px;font-weight:bold;margin-top:30px;
}
.speedy2 {
    font-size:16px;
}
.speedy3 {
    font-size:19px;font-weight:bold;
}
.speedy4 {
    font-size:16px;margin-top:5px;
}
.speedy5 {
    font-size:16px;
}
.speedy6 {
    font-size:16px;margin-top:2px;margin-top:5px;
}
.speedyCom {
    margin-left:40px;
}
.inlineBlock {
    display:inline-block;
}
.redBorderReview { border:1px solid red !important; }

.slide_6 .p_slider_box, .tab_accordeon6 .p_slider_box, .slide_7 .p_slider_box, .tab_accordeon7 .p_slider_box {
    margin-right: 20px;
}
.paymentDescription {
    font-size:13px;border-top: 1px solid #dcdcdc;padding-top:20px;
}

.phoneDescription {
    font-size: 13px;
    border-top: 1px solid #dcdcdc;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
}
.inPacakge {
    width:25px !important;
    transition: inherit !important;
    display: inline-block !important;
    margin-top: 7px;
}

.width1 {
    width: 166px;
}
.width2 {
    width: 300px;
}
.width3 {
    width: 206px;
}
.width4 {
    width: 156px;
}
.width5 {
    width: 135px;
}
.width6 {
    width: 138px;
}
.width7 {
    width: 175px;
}
.width8 {
    width: 140px;
}


.on-lease {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 18px;
}
.on-lease:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 60px 0 0;
    border-color: #c31924 transparent transparent transparent;
}
.on-lease .rotate-it {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    z-index: 1;
    text-align: center;
    line-height: 14px;
    transform: rotate(-45deg);
}
.on-lease .smaller {
    font-size: 13px;
}
#content .on-lease-btn {
    background: #c31924;
}
#content .on-lease-btn:hover {
    background: #339900;
}
#content .on-lease-btn span {
    font-weight: bold;
}
.has-new-lease {
    width: 667px;
}
.has-new-lease .credit_tabs {
    width: 33.3%;
}
.has-new-lease .credit_tabs a {
    height: 51px;
}
.has-new-lease .credit_tabs a span {
    font-weight: bold;
    color: #231f20;
    font-size: 18px;
    line-height: 51px;
    text-align: center;
    text-transform: uppercase;
}
.has-new-lease .choosed a span {
    color: #fff;
}
.link-underline:hover h4{
    text-decoration: underline;
}
.newPromoTbi {
    float:left;margin-left: 10px !important;margin-top: 0px;
}
.newPromoTbi img {
    width:45px;
}
.path ol{
    list-style-type: none;
    float: left;
    width: 100%;
    padding-left: 0;
        margin: 0;
}
.filters_big_holder {
    position: relative;
}
.group-by{
    display: none;
}
.mob-view-txt{
    display: none;
}
.cc-bottom {
    padding-bottom: 55px !important;
}
.redSighn {
    color:red;font-size:14px;font-weight:bold;display:none;
}
.notification-numb{
    position: absolute;
        left: 64px;
    top: -1px;
        width: 19px;
    height: 19px;
    border-radius: 100%;
    background: #ff8c00;
    font-size: 10px;
    text-align: center;
    line-height: 19px;
    color: #fff;
}
.is_fixed .notification-numb{
    left: 17px;
}
#parentUserBox .notification-numb {
    left: 23px;
    right: 0;
    top: 10px;
    margin: auto;
    background: #ccc;
}
.s-charechr {
    color:#999;
    font-size:12px;
}
.s-name {
    padding-top:5px;
}
.s-price {
    padding-top:5px;
}


.one-time-offer {
    float: left;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 20px;
    border: 1px solid #dcdcdc;
    background: #f1f1f1;
}
.one-time-offer h2 {
    float: left;
    font-size: 24px;
    border-bottom: 2px solid #ff9c08;
    position: relative;
}
.one-time-offer h2::after {
    position: absolute;
    top: 7px;
    right: -44px;
    width: 33px;
    height: 25px;
    content: "";
    background: url(../img/fast_order.png) no-repeat;
    background-size: 30px;
}
.one-time-offer h3 {
    float: left;
    width: 100%;
    font-size: 15px;
    margin: 10px 0;
}
.one-time-offer .one-time-offer-img {
    float: left;
    width: 100%;
}
.one-time-offer .form-group {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.one-time-offer .form-input {
    border: none;
    width: 100%;
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
.one-time-offer .form-group label {
    width: 100%;
    float: left;
    margin-bottom: 4px;
}
.one-time-offer .agree-check {
    width: 14px;
    height: 14px;
}
.one-time-offer .agree a {
    color: #333;
    text-decoration: underline;
}
.one-time-offer-img img {
    float: left;
    width: 100%;
}
.product_top_row  .one-time-offer .add_to_cart {
    border: 0;
    width: 100%;
    display: inline-block;
    background: #339900;
    animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
}
.product_top_row  .one-time-offer .add_to_cart:hover {
    opacity: 0.9;
}
@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0)
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0)
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0)
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0)
    }
}

.call-now {
    margin-top: 20px;
}
.call-now .icon-holder {
    width: 55px;
    height: 45px;
    border: 1px solid #dcdcdc;
    background: #f1f1f1;
    box-sizing: border-box;
}
.call-now .icon-holder i {
    color: #999999;
    float: left;
    font-size: 36px;
    height: 26px;
    margin-left: 9px;
    margin-top: 6px;
    /*transform: rotate(19deg);*/
}
.call-now .text {
    width: 370px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background: #339900;
    font-size: 24px;
    border-radius: 2px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.call-now .text .sm {
    font-size: 17px;
}
.call-now:hover .text {
    opacity: 0.9;
}
.ringing {
    -webkit-animation: ringing 2s infinite;
    -webkit-animation-iteration-count:infinite;
}

@-webkit-keyframes ringing {
  0% {
  }
  10% {
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -o-transform:rotate(5deg);
  }
  20% {
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
  }
  30% {
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -o-transform:rotate(5deg);
  }
   40% {
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
  }
  50% {
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -o-transform:rotate(5deg);
  }
   60% {
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
  }
  70% {
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -o-transform:rotate(5deg);
  }
  80% {
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
  }
  90% {
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -o-transform:rotate(5deg);
  }
   100% {
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
  }
}

.one-time-offer .add_to_cart i {
    font-size: 25px;
}
.product_top_row .one-time-offer .add_to_cart span {
    font-size: 16px;
    margin-left: 0 !important;
    width: calc(100% - 54px);
    float: left;
    text-align: center;
}
.right_content-new .free_txt a {
    color: #fff;
    font-size: 13px;
    float: left;
    padding: 7px 20px;
    background: #666666;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.right_content-new .free_txt a:hover {
    background: #ff8c00;
}
.ml7 {margin-left:7px;}

.game-new .login_content {
   width:100%;border:0;margin:0;padding:0;
   background: none;
}
.game-new .product_top_row {
   border: 1px solid #333333;
   background: #e5e5e5;
}
.game-new .product_top_row .heading_grey_line {
   display: none;
}
.game-new .login_content .inputs_wrap input {
   height: 60px;
   border: 1px solid #333333;
   width: 570px;
   -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.game-new .login_content .inputs_wrap label {
   padding-left: 0;
}
.game-new .login_content .inputs_wrap {
   margin-top: 15px;
}
.game-new .product_top_row .heading {
    font-size: 35px;
}
.game-new .filters_wrap .styled_check[type=checkbox] + label::before, .game-new .filters_wrap .styled_check[type=radio] + label::before, .game-new .freeStandCheck + label::before, .game-new .styled-check-new + label::before {
    border: 1px solid #333333;
    background: #fff;
}
.game-new .filters_wrap .styled_check[type=checkbox]:checked + label::before, .game-new .filters_wrap .styled_check[type=radio]:checked + label::before, .game-new .freeStandCheck:checked + label::before, .game-new .styled-check-new:checked + label::before {
    background: #3399ff;
}
.game-new .login_content .register {
    height: 60px;
   width: 570px;
   font-size: 24px;
}
.game-new .login_content .register:hover {
    background: #ff8c00;
}



.footer_links .socials .tube_panoram_icon span {
   float: left;
   width: 29px;
   height: 29px;
   background: url("/redesign/img/360.png") no-repeat;
   background-size: 29px;
   border-radius: 5px;
}
.footer_links .socials .tube_panoram_icon:hover span {
   background: url("/redesign/img/360_hov.png") no-repeat ;
   background-size: 29px;
}

.footer_links .socials .insta_icon span {
   float: left;
   width: 29px;
   height: 29px;
   background: url("/redesign/img/insta.png") no-repeat;
   background-size: 29px;
   border-radius: 5px;
}
.footer_links .socials .insta_icon:hover span {
   background: url("/redesign/img/insta_hover.png") no-repeat ;
   background-size: 29px;
}

.footer_links .socials .tw_icon span {
       float: left;
       width: 29px;
       height: 29px;
       background: url("/redesign/img/tw.png") no-repeat ;
       background-size: 29px;
       border-radius: 5px;
}
.footer_links .socials .tw_icon:hover span {
       background: url("/redesign/img/tw_hover.png") no-repeat;
       background-size: 29px;
}
.cookies-cont{
    float:left;
    position:fixed;
    bottom:0;
    left:0;
    width:100%;
    padding:20px;
    box-sizing:border-box;
    z-index:999999;
    background:#000;
}
.cookies-txt{
    float:left;
    width:calc(100% - 300px);
    color:#fff;
    font-size:17px;
}
.learm-more{
    color:#fff;
    font-size:18px;
    text-decoration:underline;
}
.dismiss-cookie{
    width:200px;
    float:right;
    color:#000;
    height: 50px;
    line-height: 50px;
    background:rgb(241, 214, 0);
    border:none;
    margin-top:15px;
}


.careers-inner {
    width: 1067px;
}
.careers .heading {
    border-bottom: 2px solid #ff9c08;
    color: #333333;
    font-size: 24px;
    padding-bottom: 7px;
    position: relative;
    z-index: 1;
    margin: 0;
    font-weight: normal;
}
.careers .heading_grey_line {
    background: #dcdcdc;
    bottom: 0;
    height: 1px;
    left: 0;
    position: absolute;
}
.careers .inputs_wrap {
    margin-top: 10px;
    text-align: left;
}
.careers .inputs_wrap label {
    float: left;
    width: 100%;
    color: #333333;
    font-size: 15px;
    box-sizing: border-box;
    padding-left: 7px;
    margin-bottom: 5px;
}
.careers .inputs_wrap label span {
    color: #ff8c00;
    margin-left: 2px;
}
.careers .inputs_wrap input {
    width: 100%;
    float: left;
    height: 30px;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    color: #333333;
    font-size: 15px;
    padding: 0 7px;
}
.careers textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    float: left;
    height: 100px;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    color: #333333;
    font-size: 15px;
    padding: 7px;
}
.careers .apply {
    background: #ff8c00;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    margin-top: 10px;
    border: 0;
    border-radius: 2px;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.careers .apply:hover {
    background: #319a00;
}

.career-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.c-image-wrap-top {
    width: 500px;
}
.c-image-wrap-middle {
    width: 480px;
}
.c-image-wrap img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c-orange-box {
    width: calc(100% - 500px);
    background: #f58220;
    padding: 15px 25px;
    box-sizing: border-box;
}
.c-blue-box {
    width: calc(100% - 480px);
    background: #5aa5da;
    padding: 15px 25px;
    box-sizing: border-box;
}
.c-big-h {
    color: #fff;
    font-weight: bold;
    font-size: 48px;
    clear: both;
    font-family: Tahoma;
}
.c-medium-h {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    clear: both;
    font-family: Tahoma;
}
.c-orange-box p, .c-blue-box p {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 17px;
    line-height: 21px;
    margin-top: 10px;
}
.join-us {
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    border-radius: 2px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    padding: 0px 25px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.join-us:hover {
    background: #f58220;
    border: 1px solid #f58220;
    color: #fff;
}
.job-applycation {
    margin-top: 10px;
    width: 600px;
    border: 1px solid #e5e5e5;
    padding: 20px;
    box-sizing: border-box;
}
.job-applycation h2 {
    font-size: 16px;
    color: #000;
}
.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input {
    position: relative;
}
.show-positions{
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    border-radius: 2px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    padding: 0px 25px;
    cursor: pointer;
    transition: all 0.5s ease;
    margin-bottom:20px;
}
.show-positions:hover{
    background: #f58220;
    border: 1px solid #f58220;
    color: #fff;
}
.has-icon-badge img {
    width: 75% !important;
    border-radius: 4px;
    margin: 7px 0 0 7px;
}
.has_promo_black {
    background: #000 !important;
    font-size:14px !important;
    line-height: 39px !important;
}
.flex {
  display: flex
}

.inline-flex {
  display: inline-flex
}
.flex-none {
    flex: none;
}
.flex-row {
    flex-direction: row;
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.flex-col {
    flex-direction: column;
}
.flex-col-reverse {
    flex-direction: column-reverse;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.flex-1 {
    flex: 1 1 0%;
}
.flex-grow-0 {
    flex-grow: 0;
}
.flex-grow	{
    flex-grow: 1;
}
.flex-shrink-0	{
    flex-shrink: 0;
}
.flex-shrink {
    flex-shrink: 1;
}
.items-start {
  align-items: flex-start
}

.items-end {
  align-items: flex-end
}

.items-center {
  align-items: center
}

.items-baseline {
  align-items: baseline
}

.items-stretch {
  align-items: stretch
}

.content-center {
  align-content: center
}

.content-start {
  align-content: flex-start
}

.content-end {
  align-content: flex-end
}

.content-between {
  align-content: space-between
}

.content-around {
  align-content: space-around
}

.content-evenly {
  align-content: space-evenly
}

.self-auto {
  align-self: auto
}

.self-start {
  align-self: flex-start
}

.self-end {
  align-self: flex-end
}

.self-center {
  align-self: center
}

.self-stretch {
  align-self: stretch
}

.justify-items-start {
  justify-items: start
}

.justify-items-end {
  justify-items: end
}

.justify-items-center {
  justify-items: center
}

.justify-items-stretch {
  justify-items: stretch
}

.justify-start {
  justify-content: flex-start
}

.justify-end {
  justify-content: flex-end
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.justify-around {
  justify-content: space-around
}

.justify-evenly {
  justify-content: space-evenly
}

.justify-self-auto {
  justify-self: auto
}

.justify-self-start {
  justify-self: start
}

.justify-self-end {
  justify-self: end
}

.justify-self-center {
  justify-self: center
}

.justify-self-stretch {
  justify-self: stretch
}
.mobile_view_footer {
    display: none;
}
@media screen and (max-width: 700px) {
    .desktop_view_footer {
        display: none;
    }
    .mobile_view_footer {
        display: block;
    }
    .footer_bottom {
        height: 150px !important;
    }
}
