/* floats */
body {
    font-family: 'Raleway', sans-serif;
    background: #fff
}
a {
    color: #777
}
a:hover {
    color: #313030;
    text-decoration: none
}
.tab-content.with_padding {
    padding: 5px 15px
}
article.main {
    padding-top: 160px
}
.footer {
    background: #484c55
}
.color_light_green {
    background-color: #c1d82e!important
}
.strong {
    font-weight: 600
}
.hand {
    cursor: pointer
}
.color_lime {
    color: #e73c2b
}
.padding_top_5 {
    padding-top: 5px
}
.padding_top_10 {
    padding-top: 10px
}
.padding_top_20 {
    padding-top: 20px
}
.padding_top_30 {
    padding-top: 30px
}
.padding_top_40 {
    padding-top: 40px
}
.padding_top_50 {
    padding-top: 50px
}
.padding_top_60 {
    padding-top: 60px
}
.padding_bottom_5 {
    padding-bottom: 5px
}
.padding_bottom_10 {
    padding-bottom: 10px
}
.padding_bottom_20 {
    padding-bottom: 20px
}
.padding_bottom_30 {
    padding-bottom: 30px
}
.no_padding_left {
    padding-left: 0!important
}
.padding_bottom_40 {
    padding-bottom: 40px
}
.padding_bottom_50 {
    padding-bottom: 50px
}
.padding_bottom_60 {
    padding-bottom: 60px
}
.padding_left_5 {
    padding-left: 5px
}
.padding_left_10 {
    padding-left: 10px
}
.padding_left_15 {
    padding-left: 15px
}
.padding_left_30 {
    padding-left: 30px
}
.padding_right_5 {
    padding-right: 5px
}
.padding_right_10 {
    padding-right: 10px
}
.padding_right_15 {
    padding-right: 15px
}
.padding_right_30 {
    padding-right: 30px
}
.btn_min_width {
    min-width: 100px!important
}
.margin_right_5 {
    margin-right: 5px
}
.margin_right_10 {
    margin-right: 10px
}
.margin_right_20 {
    margin-right: 20px
}
.no_margin_bottom {
    margin-bottom: 0!important
}
.margin_left_5 {
    margin-left: 5px
}
.margin_top_5 {
    margin-top: 5px
}
.margin_top_10 {
    margin-top: 10px
}
.margin_top_20 {
    margin-top: 20px
}
.margin_top_30 {
    margin-top: 30px
}
.margin_top_40 {
    margin-top: 40px
}
.margin_top_50 {
    margin-top: 50px
}
.margin_top_60 {
    margin-top: 60px
}
.margin_top_70 {
    margin-top: 70px
}
.margin_top_80 {
    margin-top: 80px
}
.margin_top_90 {
    margin-top: 90px
}
.margin_top_100 {
    margin-top: 100px
}
.margin_bottom_5 {
    margin-bottom: 5px!important
}
.margin_bottom_10 {
    margin-bottom: 10px
}
.margin_bottom_20 {
    margin-bottom: 20px
}
.margin_bottom_30 {
    margin-bottom: 30px
}
.margin_bottom_40 {
    margin-bottom: 40px
}
.margin_bottom_50 {
    margin-bottom: 50px
}
.margin_bottom_60 {
    margin-bottom: 60px
}
.margin_bottom_70 {
    margin-bottom: 70px
}
.margin_left_10 {
    margin-left: 10px
}
.no_margin_top {
    margin-top: 0!important
}
.modal {
    z-index: 9999!important
}
.medium-modal {
    margin: 0 auto;
    width: 60%
}
.modal-body {
    background-color: #fff
}
.font_small_bold {
    font-size: .9em!important;
    font-weight: 500!important
}
.small_btn {
    padding: 4px 12px!important
}
.fixed_length_80 {
    min-width: 80px!important
}
.fixed_length_60 {
    width: 60px!important
}
.fixed_length_100 {
    width: 100px!important
}
.fixed_length_150 {
    width: 150px!important
}
.float_left {
    float: left
}
.float_right {
    float: right
}
.hidden_text {
    visibility: hidden
}
.overflow_scroll_auto {
    overflow-x: auto;
    overflow-y: auto
}
.no_padding {
    padding: 0!important
}
.size_row {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px
}
.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-left: 0
}
.no_wrap {
    white-space: nowrap;
    font-size: .9em
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background-color: #777;
    color: #fff;
    outline: 0 none;
    text-decoration: none
}
.no-more-tables table {
    margin-bottom: 10px
}
.no-more-tables table thead tr td {
    padding-left: 0!important;
    text-align: center;
    font-weight: 700
}
.btn_round,
.btn_round:hover,
.btn_round:active,
.btn_round:focus {
    background: #e73c2b none repeat scroll 0 0;
    border: 1px solid #e73c2b;
    border-radius: 45px;
    padding: 1px 12px
}
.btn_round .round,
.btn_round:hover .round,
.btn_round:active .round,
.btn_round:focus .round {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 22px;
    position: relative;
    right: -6px;
    top: -1px;
    width: 22px
}
.btn_round .round .glyphicon,
.btn_round:hover .round .glyphicon,
.btn_round:active .round .glyphicon,
.btn_round:focus .round .glyphicon {
    color: #e73c2b;
    position: relative;
    top: 4px
}
.btn_round .letter,
.btn_round:hover .letter,
.btn_round:active .letter,
.btn_round:focus .letter {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding-right: 5px;
    position: relative;
    top: 2px
}
.small_text {
    font-size: .8em;
    font-weight: 400
}
.underline_text {
    text-decoration: underline
}
.dashboard .tab-content .left_profile_header_image_section {
    float: left;
    padding-left: 15px;
    width: 70%
}
.dashboard .tab-content .left_profile_header_image_section .img_section.with_button {
    height: 0;
    padding: 28.32% 0 0;
    position: relative;
    width: 100%
}
.dashboard .tab-content .left_profile_header_image_section .img_section.with_button img {
    bottom: 0;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0
}
.dashboard .tab-content .left_profile_header_image_section .img_section.with_button .button_section {
    bottom: 10px;
    left: 10px;
    position: absolute
}
.dashboard .tab-content .left_profile_image_section {
    float: left;
    width: 30%
}
.dashboard .tab-content .left_profile_image_section .img_section.with_button {
    height: 0;
    padding: 100% 0 0;
    position: relative;
    width: 100%
}
.dashboard .tab-content .left_profile_image_section .img_section.with_button img {
    bottom: 0;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0
}
.dashboard .tab-content .left_profile_image_section .img_section.with_button .button_section {
    bottom: 10px;
    left: 10px;
    position: absolute
}
fieldset.scheduler-border {
    border: 1px groove #ddd!important;
    padding: 0 1.4em 1.4em 1.4em!important;
    margin-bottom: 5px
}
legend.scheduler-border {
    width: inherit;
    padding: 0 10px;
    border-bottom: 0;
    font-size: 1em!important;
    font-weight: 700!important;
    text-align: left!important;
    margin-bottom: 0
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border: 1px solid #c3c2c2
}
.panel-group #nested .panel-collapse .panel-body {
    border: 1px groove #ddd
}
.panel-group .panel-heading .panel-title {
    font-size: 18px;
    color: #fff
}
.panel-group .panel-heading {
    padding: 0
}
.panel-group .panel-heading a {
    display: block;
    background: #777;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    position: relative
}
.panel-group #nested .panel-heading a {
    padding: 8px
}
.panel-group .panel-heading a.collapsed {
    color: inherit
}
.panel-group .panel-heading a:after {
    content: '-';
    position: absolute;
    right: 20px;
    top: 1px;
    font-size: 30px
}
.panel-group #nested .panel-heading .panel-title {
    font-size: 16px
}
.panel-group #nested .panel-heading a:after {
    top: -1px
}
.panel-group .panel-heading a.collapsed:after {
    content: '+'
}
.panel-group .panel-collapse {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}
.panel-group .panel-body {
    background: #fff;
    padding: 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}
.panel-group .panel {
    background-color: transparent
}
.panel-group .panel-body p:last-child,
.panel-group .panel-body ul:last-child,
.panel-group .panel-body ol:last-child {
    margin-bottom: 0
}
.material_section .material_box {
    float: left;
    min-width: 5%;
    padding: 10px
}
.material_section .material_box .remove {
    color: #ee4037;
    cursor: pointer
}
.disabled {
    background-color: #fff;
    opacity: .4;
    pointer-events: none
}
.btn_remove,
.btn_remove:hover {
    border-color: #ee4037;
    color: #ee4037;
    font-size: .8em
}
.anchor_remove,
.anchor_remove:hover {
    border-color: #ee4037;
    color: #ee4037
}
.btn_black {
    background-color: #c3c2c2;
    border-color: #c3c2c2
}
.btn_black:hover,
.btn_black:focus,
.btn_black:active,
.btn_black.active {
    background-color: #b6b5b5;
    border-color: #aaa8a8
}
.btn_black.disabled:hover,
.btn_black.disabled:focus,
.btn_black.disabled:active,
.btn_black.disabled.active,
.btn_black[disabled]:hover,
.btn_black[disabled]:focus,
.btn_black[disabled]:active,
.btn_black[disabled].active,
fieldset[disabled] .btn_black:hover,
fieldset[disabled] .btn_black:focus,
fieldset[disabled] .btn_black:active,
fieldset[disabled] .btn_black.active {
    background-color: #c3c2c2;
    border-color: #c3c2c2
}
.required {
    border: 1px solid #ee4037!important
}
.btn-group .btn_grey {
    background-color: #eee;
    border-color: #ccc
}
.btn-group .btn_grey:active,
.btn-group .btn_grey:hover,
.btn-group .btn_grey:focus,
.btn-group .btn_grey.active {
    background-color: #777;
    border-color: #c3c2c2;
    color: #fff
}
.btn.medium_black_btn {
    color: #fff;
    background-color: #c3c2c2;
    background-image: linear-gradient(to bottom, #c3c2c2, #777);
    border-color: #c3c2c2 #c3c2c2 #c3c2c2;
    padding: 8px;
    font-size: 1em
}
.btn.small_fixed_icon_btn {
    color: #fff;
    background-color: #c3c2c2;
    background-image: linear-gradient(to bottom, #c3c2c2, #777);
    border-color: #c3c2c2 #c3c2c2 #c3c2c2;
    min-width: 80px;
    padding: 5px;
    font-size: .9em
}
.btn.small_fixed_icon_btn i {
    padding-left: 5px
}
.btn.small_fixed_icon_btn:hover {
    color: #fff;
    background-color: #c3c2c2;
    background-image: linear-gradient(to bottom, #c3c2c2, #777);
    border-color: #c3c2c2 #c3c2c2 #c3c2c2
}
.checkout_section {
    margin-top: 10px
}
.wishlist_link {
    font-size: 1em;
    padding: 5px;
    margin-right: 10px;
    text-decoration: underline
}
.padding_left_20 {
    padding-left: 20px!important
}
.color_choose_section {
    margin: 0 auto;
    padding-bottom: 20px
}
.color_choose_section .color_choose_box {
    float: left;
    width: 12.5%;
    margin-bottom: 1%
}
.color_choose_section .color_choose_box .color_inner_box {
    border: 3px solid #D7D7D7;
    width: 95%;
    height: 150px
}
.color_choose_section .color_choose_box .color_inner_box .color_inner_one {
    height: 72px;
    width: 100%
}
.color_choose_section .color_choose_box .color_inner_box .color_inner_one div {
    margin-left: 5px;
    padding-right: 5px;
    text-align: right;
    font-size: 13px;
    color: #fff
}
.color_choose_section .color_choose_box .color_inner_box .color_inner_two {
    height: 72px;
    width: 100%
}
.color_choose_section .color_choose_box .color_inner_box .color_inner_two div {
    margin-left: 5px;
    padding-top: 30px;
    font-size: 13px;
    color: #fff
}
.technology_icons {
    border: 1px solid #808080;
    padding: 5px 0
}
.technology_icons .icons_box {
    float: left;
    margin-right: 10px
}
.technology_icons .icons_box img {
    max-height: 71px
}
.cart_div .cart-row {
    padding: 10px 0;
    border-bottom: 1px solid #c3c2c2
}
.cart_div .cart-row .img_div {
    background: #ccc none repeat scroll 0 0;
    display: block;
    float: left;
    height: 0;
    overflow: hidden;
    padding: 100% 0 0;
    position: relative;
    width: 100%
}
.cart_div .cart-row .img_div img {
    border: 0 none;
    bottom: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0
}
.cart_div .cart-row .img_div img.img-responsive {
    margin: 0 auto
}
.cart_div .cart-row .cart-qty-input {
    font-size: 1em;
    padding: 5px;
    width: 95%;
    border: 1px solid black
}
.cart_div .cart-row .subtotal {
    font-size: 1.1em;
    font-weight: 700
}
.cart_div .cart-row .h4 {
    font-size: 1.2em
}
.cart_div .cart-row .h4 a {
    color: #212121;
    font-weight: 700
}
.cart_div .cart-row .item_info {
    font-size: .9em
}
.top_grey_border {
    border-top: 1px solid #777
}
.rating .review_stars .glyphicon-star.grey {
    color: #777
}
.font_small {
    font-size: .9em!important;
    font-weight: 400!important
}
.color_grey {
    color: #777
}
.customer_view_items_slider {
    margin-bottom: 20px
}
.customer_view_items_slider .carousel-indicators {
    display: none!important
}
.customer_view_items_slider .carousel-control.right,
.customer_view_items_slider .carousel-control.left {
    background: none!important
}
.customer_view_items_slider .carousel-control {
    width: 5%;
    color: #777
}
.customer_view_items_slider .carousel-control:hover {
    color: #101729
}
.customer_view_items_slider .item {
    width: 90%;
    margin: 0 auto
}
.customer_view_items_slider.clearence_item .item {
    width: 100%!important;
    margin: 0 auto
}
.search_input_section .btn-default.active,
.search_input_section .btn-default:active,
.search_input_section .open>.dropdown-toggle.btn-default {
    background-color: #fff
}
.search_input_section .btn.active,
.search_input_section .btn:active {
    background-image: none;
    outline: 0 none
}
.report_section .report_section_inner .header_img_section {
    height: 0;
    padding: 28.32% 0 0;
    position: relative;
    width: 100%;
    margin-bottom: 20px
}
.report_section .report_section_inner .header_img_section .header_img {
    bottom: 0;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0
}
.report_section .report_section_inner .header_img_section .header_image_logo_section {
    bottom: -15px;
    left: 50px;
    position: absolute;
    height: 0;
    padding: 10% 0 0;
    width: 100%
}
.report_section .report_section_inner .header_img_section .header_image_logo_section .logo_img {
    bottom: 0;
    left: 0;
    max-height: 100%;
    max-width: 100%;
    right: 0;
    top: 0;
    position: absolute
}
.report_section .report_section_inner .table-responsive .img_div {
    overflow: hidden;
    padding: 100% 0 0;
    position: relative;
    width: 100%
}
.report_section .report_section_inner .table-responsive .img_div img {
    bottom: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 1px
}
.login_bar {
    height: 40px;
    line-height: 40px;
    position: fixed;
    top: 0;
    overflow: hidden;
    width: 100%;
    color: #fff;
    z-index: 5010;
    background: #ee286d none repeat scroll 0 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2)
}
.login_bar .check_out_section {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer
}
.login_bar .check_out_section .cart .amount {
    margin-left: 10px
}
.login_bar .check_out_section .cart .items {
    margin-left: 5px
}
.login_bar .profile_section {
    display: inline-block
}
.login_bar .profile_section a {
    margin-right: 5px
}
.login_bar .dashboard_section {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer
}
.login_bar i+i {
    padding-left: 20px
}
.login_bar .fa,
.login_bar .glyphicon {
    color: #fff;
    cursor: pointer
}
.login_bar a,
.login_bar a:hover {
    color: #fff
}
.top_bar {
    position: fixed;
    top: 40px;
    height: 100px;
    width: 100%;
    padding: 30px 0 30px;
    background: #0080B4;
    transition: height .5s ease-out;
    z-index: 5000
}
.top_bar .menu_section .wrapper {
    float: right
}
.top_bar .menu_section .wrapper a {
    text-transform: uppercase;
    font-weight: 600
}
.shrinkanimation {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}
#modal_subscribe .modal-header {
    background-color: #212121;
    color: #fff;
    padding: 6px 20px
}
#modal_subscribe .modal-header .close {
    color: #fff
}
#modal_subscribe .modal-header .modal-title {
    text-transform: uppercase
}
.logo {
    position: absolute;
    top: -33px;
    padding-top: 10px;
    width: 350px;
    left: 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}
.logo_bar {
    background: #fff;
    width: 100%;
    top: 40px;
    z-index: 5000;
    position: fixed;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}
.logo_bar .logo_bar_section .container {
    position: relative
}
.logo_bar .logo_bar_section .container .logo_div {
    position: relative;
    width: 50%;
    float: left;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}
.logo_bar .logo_bar_section .container .logo_text_div {
    text-transform: uppercase;
    padding-top: 30px;
    width: 50%;
    float: left;
    text-align: right;
    height: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}
.logo_bar .logo_bar_section .container .logo_text_div .free_shipping {
    font-size: .9em
}
.logo_bar .logo_bar_section .container .logo_text_div .free_intl_shipping {
    font-size: .9em
}
.menu_bar {
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .4);
    padding: 35px 0 30px;
    position: fixed;
    width: 100%;
    height: 100px;
    top: 40px;
    z-index: 5000;
    margin-bottom: 5px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}
.menu_bar .menu_without_buttons .wrapper .btn {
    padding: 6px
}
.menu_bar .menu_without_buttons .wrapper a {
    color: #212121;
    font-size: 16px;
    text-transform: uppercase
}
.menu_bar .menu_without_buttons .wrapper a:link {
    color: #212121
}
.menu_bar .menu_without_buttons .wrapper a:hover {
    color: #1a75bc;
    text-decoration: underline
}
.menu_bar .menu_without_buttons .wrapper a:focus,
.menu_bar .menu_without_buttons .wrapper a:active {
    color: #212121
}
.menu_bar .menu_without_buttons .wrapper a.active {
    color: #1a75bc;
    box-shadow: none
}
.menu_bar .container {
    position: relative
}
.smallmenu_bar {
    height: 50px!important;
    padding: 8px 0!important
}
.menu_bar.footer {
    position: relative;
    top: auto;
    z-index: 4000;
    height: 50px!important;
    padding: 8px 0!important
}
.main_content.market {
    position: relative
}
.main_content.market .the_market .left_section {
    width: 20%;
    float: left
}
.main_content.market .the_market .middle {
    width: 60%;
    float: left;
    padding-left: 10px;
    padding-right: 10px
}
.main_content.market .the_market .promo_section {
    width: 20%
}
.main_content.market .dashboard_section .dashboard_content {
    width: 75%;
    float: left;
    padding-right: 10px
}
.main_content.market .dashboard_section .promo_section {
    width: 25%;
    float: left
}
.main_content.market .product_details_section .products_content {
    width: 85%;
    float: left;
    padding-right: 15px
}
.main_content.market .product_details_section .promo_section {
    width: 15%
}
.main_content.market .store_section .middle {
    width: 80%;
    float: left;
    padding-right: 15px
}
.main_content.market .store_section .promo_section {
    width: 20%;
    float: left
}
.main_content.market .seller_name {
    color: #ee4037;
    font-size: 25px;
    font-weight: 600
}
.main_content.market .seller_info_map_wrapper {
    margin-top: 15px;
    margin-bottom: 15px
}
.main_content.market .seller_info_map_wrapper h2 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 15px;
    color: #ee4037;
    font-weight: 600
}
.main_content.market .seller_info_map_wrapper label {
    font-size: 18px
}
.main_content.market .seller_info_map_wrapper .seller_info .left_info_section {
    width: 25%;
    float: left
}
.main_content.market .seller_info_map_wrapper .seller_info .middle_info_section {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    float: left
}
.main_content.market .seller_info_map_wrapper .seller_info .table.table-striped tr {
    background: #F2F2F2
}
.main_content.market .seller_info_map_wrapper .item_location_section {
    width: 25%;
    float: right
}
.main_content.market .seller_info_map_wrapper .item_location_section .the_img_section {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 100% 0 0;
    border: .5px solid #ccc
}
.main_content.market .seller_info_map_wrapper .item_location_section .the_img_section img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%
}
.main_content.market .seller_info_map_wrapper .rating_section {
    margin-top: 20px
}
.main_content.market .border_wrapper_green_grey {
    border-top: 1px solid #ee4037;
    border-bottom: 1px solid #999;
    background: #F2F2F2;
    padding: 10px 10px
}
.main_content.market .tab-content.no_bg {
    background: transparent
}
.main_content.market .tab-content.no_padding_top {
    padding-top: 0
}
.main_content.market .user_info_map_wrapper {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #F2F2F2;
    background: transparent;
    margin: 0
}
.main_content.market .user_info_map_wrapper h2 {
    font-size: 20px;
    margin: 0;
    margin-bottom: 15px;
    color: #ee4037;
    font-weight: 600
}
.main_content.market .user_info_map_wrapper label {
    font-size: 18px
}
.main_content.market .user_info_map_wrapper .seller_info .left_info_section {
    width: 25%;
    float: left
}
.main_content.market .user_info_map_wrapper .seller_info .middle_info_section {
    padding-left: 10px;
    padding-right: 10px;
    width: 50%;
    float: left
}
.main_content.market .user_info_map_wrapper .seller_info .table.table-striped tr {
    background: #F2F2F2
}
.main_content.market .user_info_map_wrapper .item_location_section {
    width: 25%;
    float: right
}
.main_content.market .user_info_map_wrapper .item_location_section .the_img_section {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 100% 0 0;
    border: .5px solid #ccc
}
.main_content.market .user_info_map_wrapper .item_location_section .the_img_section img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%
}
.main_content.market .user_info_map_wrapper .rating_section {
    margin-top: 20px
}
.main_content.market .user_info_map_wrapper span.name {
    font-weight: 600;
    width: 120px;
    display: inline-block
}
.main_content.market .user_info_map_wrapper .product_details_section {
    width: 70%;
    float: left;
    margin-top: 15px
}
.main_content.market .user_info_map_wrapper .item_location_section {
    margin-top: 15px;
    width: 30%;
    float: right
}
.main_content.market .user_info_map_wrapper .item_location_section .the_img_section {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 100% 0 0;
    border: .5px solid #ccc
}
.main_content.market .user_info_map_wrapper .item_location_section .the_img_section img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%
}
.main_content.market .user_info_map_wrapper .location_details {
    margin-top: 15px
}
.main_content.market .user_info_map_wrapper .product_details_section {
    padding-right: 10px
}
.main_content.market .user_info_map_wrapper .l_d {
    margin-top: 20px
}
.main_content.market .user_info_map_wrapper .user_info {
    width: 60%;
    float: left
}
.main_content.market .user_info_map_wrapper .item_location_section {
    width: 40%;
    float: right
}
.main_content.market .user_info_map_wrapper::before {
    content: "";
    border-top: 1px solid #999;
    display: block;
    position: absolute;
    width: 110%;
    top: 0;
    left: -10px
}
.main_content.market .comment_section .heading {
    font-size: 1.1em;
    font-weight: 600
}
.main_content.market .comment_section>div.button {
    margin-top: 15px;
    margin-bottom: 15px
}
.main_content.market .comment_section>div.user {
    font-size: 1em
}
.main_content.market .comment_section .para {
    padding: 10px;
    border: 1px solid #999
}
.main_content.market .comment_section .comments {
    padding-right: 10px
}
.main_content.market .comment_section .reply_section {
    margin-left: 20px;
    padding: 15px;
    background: #E6E6E6;
    margin-top: 10px
}
.main_content.market .comment_section .reply_section .para {
    border: 0;
    padding: 0
}
.main_content.market .comment_section+.comment_section {
    margin-top: 10px
}
.main_content.market .additional_info h4 {
    margin: 0;
    font-weight: 600;
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #4C4C4C
}
.main_content.market .tab-content {
    background: #F2F2F2
}
.main_content.market .header_block {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #999;
    color: #999;
    font-weight: 300
}
.main_content.market .header_block.no_border_bottom {
    border-bottom: 0
}
.main_content.market .product_map_wrapper,
.main_content.market .seller_info_map_wrapper {
    background: #F2F2F2
}
.main_content.market .product_map_wrapper span.name,
.main_content.market .seller_info_map_wrapper span.name {
    font-weight: 600;
    width: 120px;
    display: inline-block
}
.main_content.market .product_map_wrapper .product_details_section,
.main_content.market .seller_info_map_wrapper .product_details_section {
    width: 70%;
    float: left;
    margin-top: 15px
}
.main_content.market .product_map_wrapper .item_location_section,
.main_content.market .seller_info_map_wrapper .item_location_section {
    margin-top: 15px;
    width: 30%;
    float: right
}
.main_content.market .product_map_wrapper .item_location_section .the_img_section,
.main_content.market .seller_info_map_wrapper .item_location_section .the_img_section {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 100% 0 0;
    border: .5px solid #ccc
}
.main_content.market .product_map_wrapper .item_location_section .the_img_section img,
.main_content.market .seller_info_map_wrapper .item_location_section .the_img_section img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%
}
.main_content.market .product_map_wrapper .location_details,
.main_content.market .seller_info_map_wrapper .location_details {
    margin-top: 15px
}
.main_content.market .product_map_wrapper .product_details_section,
.main_content.market .seller_info_map_wrapper .product_details_section {
    padding-right: 10px
}
.main_content.market .product_map_wrapper .l_d,
.main_content.market .seller_info_map_wrapper .l_d {
    margin-top: 20px
}
.main_content.market .left_sidebar.groups {
    margin-top: 20px
}
.main_content.market .left_sidebar.groups .fa-group {
    font-size: 30px;
    text-align: left;
    padding-right: 20px
}
.main_content.market .left_sidebar.groups>ul li a {
    color: #ee4037;
    background: #fff
}
.carousel_section {
    margin-bottom: 10px
}
#topslider .carousel-inner .item .carousel-caption {
    left: 5%;
    right: 5%;
    text-align: left;
    top: 0;
    bottom: initial
}
#topslider .carousel-inner .item .carousel-caption h3 {
    font-size: 32px;
    text-transform: uppercase
}
.content_section {
    margin-bottom: 10px
}
.content_section .bg_img {
    width: auto;
    height: auto;
    display: block;
    position: relative
}
.content_section .bg_img:after {
    background-image: url('../img/studio/Eva Cassis studio 3.jpg');
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-color: #fff;
    min-height: 300px;
    opacity: .3
}
.content_section .container .with_bg_img {
    padding: 10px
}
.content_section .container .container_header h1 {
    background: #313030 none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    padding: 10px 20px;
    width: 100%;
    text-transform: uppercase
}
.content_section .container .inner_content .cont_text_section {
    float: left;
    width: 60%;
    padding-right: 30px
}
.content_section .container .inner_content .cont_img_section {
    float: left;
    width: 40%
}
.content_section .container .inner_content .cont_img_section .img_box {
    height: 100%;
    position: relative;
    width: 100%;
    margin-bottom: 10px
}
.content_section .container .inner_content .cont_img_section .img_box img {
    border: 1px solid #777;
    height: auto;
    max-width: 100%
}
.content_section .container .inner_content .heading h2.header_description {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 15px;
    padding: 0
}
.content_section .container .inner_content p {
    font-size: 16px;
    font-weight: 300
}
.news_container_section {
    margin-bottom: 10px
}
.news_container_section .container .blog_title {
    background: #313030 none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    overflow: hidden;
    line-height: 1.1;
    width: 100%;
    padding: 10px 20px;
    text-transform: uppercase
}
.news_container_section .container .blog_wrapper {
    margin-top: 5px;
    border-bottom: 1px solid #808080;
    padding-bottom: 5px
}
.news_container_section .container .blog_wrapper .blog_logo_section img.img-responsive {
    margin: 0 auto
}
.news_container_section .container .blog_wrapper .blog_section {
    position: relative
}
.news_container_section .container .blog_wrapper .blog_section h4 {
    color: #777;
    margin: 5px 0
}
.news_container_section .container .blog_wrapper .blog_section p {
    margin-bottom: 2px;
    line-height: 1.2
}
.news_container_section .container .blog_wrapper .blog_section .posted_date_time {
    font-style: italic;
    font-weight: 400;
    text-align: right
}
.social_media_one {
    margin-top: 0;
    background-color: #fff;
    color: #777;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 0;
    margin-bottom: 30px
}
.social_media_one .parts {
    width: 25%;
    float: left
}
.social_media_one .parts span {
    display: inline-block
}
.social_media_one .parts .third {
    position: relative;
    left: 20%
}
.social_media_one .fa {
    font-size: 45px;
    position: relative;
    top: 0;
    padding-right: 10px
}
.social_media_one .glyphicon {
    font-size: 35px;
    padding-right: 10px
}
.social_media_two {
    background: #fff;
    padding: 15px 15px 0
}
.social_media_two .left {
    float: left;
    font-size: 20px;
    color: #212121;
    width: 15%
}
.social_media_two .right {
    width: 85%;
    float: left
}
.social_media_two .right ul {
    margin: 0;
    padding: 0
}
.social_media_two .right ul li {
    width: 8.5%;
    display: inline-block;
    margin-bottom: 15px;
    padding: 0
}
.social_media_two .right ul li a {
    display: inline-block;
    color: #777
}
.social_media_two .right ul li a .fa {
    font-size: 26px;
    color: #777
}
.footer_menu {
    background: #484c55;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px dotted white;
    color: #fff;
    padding-top: 20px
}
.footer_menu h2 {
    color: #fff;
    font-size: 22px
}
.footer_menu ul {
    margin: 0;
    padding: 0
}
.footer_menu ul li {
    list-style: none;
    padding: 3px 0
}
.footer_menu ul li a {
    color: #fff
}
.footer_menu ul li a:hover {
    cursor: pointer
}
.footer_menu ul li .fa {
    color: #fff;
    font-size: 12px
}
.footer_menu ul.products li {
    width: 50%;
    float: left
}
.footer_menu span.input-group-addon {
    background: #026D97;
    color: #fff;
    border-color: #026D97
}
.footer_menu.fourth {
    border-bottom: 0
}
.footer_menu.fourth .left {
    width: 15%;
    float: left;
    padding-left: 15px
}
.footer_menu.fourth .left .sub_links li {
    padding: 7px 0
}
.footer_menu.fourth .left h2 {
    margin-bottom: 20px
}
.footer_menu.fourth .middle {
    width: 65%;
    float: left;
    padding-left: 0
}
.footer_menu.fourth .middle h2 {
    margin-bottom: 20px
}
.footer_menu.fourth .middle .middle_left {
    float: left;
    width: 50%;
    padding-left: 30px;
    padding-right: 30px
}
.footer_menu.fourth .middle .middle_middle {
    float: left;
    width: 50%;
    padding-left: 30px;
    padding-right: 30px
}
.footer_menu.fourth .middle .middle_right {
    float: left;
    width: 50%;
    padding-left: 30px;
    padding-right: 15px
}
.footer_menu.fourth .right {
    width: 20%;
    float: left;
    padding-left: 15px
}
.footer_menu.fourth .right h2 {
    margin-bottom: 20px
}
.footer_menu.fourth .right .address ul {
    margin-top: 5px
}
.footer_menu.fourth .right .address ul li {
    padding: 0
}
.footer_menu.fourth .right .address ul+ul {
    margin-top: 10px
}
.footer_menu.fourth .right .map_section {
    background: rgba(0, 0, 0, 0) url("../img/map1.png") repeat top center;
    background-size: cover;
    height: 150px
}
.footer_menu.fourth .links {
    position: relative;
    height: 100%
}
.footer_menu.fourth .links::after {
    content: "";
    border-right: 1px solid white;
    position: absolute;
    right: -7.5px;
    display: block;
    height: 300px;
    height: 100%;
    top: 0
}
.footer_menu.fourth .links::before {
    content: "";
    border-left: 1px solid white;
    position: absolute;
    left: 7.5px;
    display: block;
    height: 300px;
    height: 100%;
    top: 0
}
.footer_menu.fourth h2.topic {
    color: #fff
}
.footer_menu.fourth h2 {
    margin-top: 0;
    font-size: 18px
}
.footer_menu.fourth h2 span {
    display: inline-block;
    padding-bottom: 3px;
    padding-right: 5px
}
.footer_menu.fourth h2 span.blue {
    border-bottom: .5px solid #1a75bc
}
.footer_menu.fourth h2 span.green {
    border-bottom: .5px solid #38b349
}
.footer_menu.fourth h2 span.red {
    border-bottom: 1px solid #ee4037
}
.footer_menu.fourth h2 span.purple {
    border-bottom: .5px solid #b235cd
}
.footer_menu.fourth h2 span.yellow {
    border-bottom: .5px solid #f7f316
}
.footer_menu.fourth h2 span.acqua {
    border-bottom: .5px solid #3dc0c8
}
.footer_menu.fourth h2 span.orange {
    border-bottom: .5px solid #f8931f
}
.footer_menu.fourth h2 img {
    position: relative;
    top: -5px
}
.footer_menu.fourth h2.blue {
    border-bottom: .5px solid #1a75bc
}
.footer_menu.fourth h2.green {
    border-bottom: .5px solid #38b349
}
.footer_menu.fourth h2.red {
    border-bottom: .5px solid #ee4037
}
.footer_menu.fourth h2.purple {
    border-bottom: .5px solid #b235cd
}
.footer_menu.fourth h2.yellow {
    border-bottom: .5px solid #f7f316
}
.footer_menu.fourth h2.acqua {
    border-bottom: .5px solid #3dc0c8
}
.footer_menu.fourth h2.orange {
    border-bottom: .5px solid #f8931f
}
.footer_menu.fourth .wrapper {
    margin-bottom: 20px
}
.footer_menu.fourth .sub_links li {
    float: left;
    width: 50%
}
.footer_menu.fourth .sub_links.full_width li {
    float: left;
    width: 100%
}
.footer_menu.fourth .sub_links.blue::before {
    border-left: 2px solid #1a75bc
}
.footer_menu.fourth .sub_links.green::before {
    border-left: 2px solid #38b349
}
.footer_menu.fourth .sub_links.orange::before {
    border-left: 2px solid #f8931f
}
.footer_menu.fourth .sub_links.red::before {
    border-left: 2px solid #ee4037
}
.footer_menu.fourth .sub_links.purple::before {
    border-left: 2px solid #b235cd
}
.footer_menu.fourth .sub_links.yellow::before {
    border-left: 2px solid #f7f316
}
.footer_menu.fourth .sub_links.acqua::before {
    border-left: 2px solid #3dc0c8
}
.company_info {
    background: #ee286d;
    color: #fff;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 300;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2)
}
.news_blog_div {
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 5px
}
.news_blog_div .newsflip .newsletter .newsletter_form {
    background-color: rgba(192, 192, 192, .3);
    border: 1px solid #c3c2c2;
    position: absolute;
    bottom: 5%;
    left: 10px;
    padding: 10px;
    width: 45%
}
.blogflip {
    margin: 0 auto
}
.newsflip {
    margin: 0 auto
}
.blogflip,
.newsflip {
    overflow: hidden
}
.blogflip .caption,
.newsflip .caption {
    position: absolute;
    top: 5px;
    padding: 10px 20px;
    color: #000;
    font-size: 32px
}
.blogflip,
.newsflip {
    -webkit-perspective: 800;
    -ms-perspective: 800;
    -moz-perspective: 800;
    -o-perspective: 800;
    position: relative;
    width: 85%;
    height: auto
}
.blogflip .card.flipped {
    transform: rotatey(-180deg);
    -ms-transform: rotatey(-180deg);
    -moz-transform: rotatey(-180deg);
    -webkit-transform: rotatey(-180deg);
    -o-transform: rotatey(-180deg)
}
.blogflip .card {
    -webkit-transform-style: preserve-3d;
    -webkit-transition: .5s;
    -moz-transform-style: preserve-3d;
    -moz-transition: .5s;
    -ms-transform-style: preserve-3d;
    -ms-transition: .5s;
    -o-transform-style: preserve-3d;
    -o-transition: .5s;
    transform-style: preserve-3d;
    transition: .5s
}
.blogflip .card .face,
.newsflip .card .face {
    position: absolute;
    z-index: 9999;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden
}
.newsflip .card .front,
.blogflip .card .front {
    z-index: 1;
    position: relative;
    cursor: pointer
}
.front_dynamic_style {
    position: absolute!important
}
.card_dynamic_style {
    width: 100%!important
}
.back_dynamic_style {
    position: relative!important
}
.blogflip .card .back {
    cursor: pointer;
    background: #fff;
    transform: rotatey(-180deg);
    -ms-transform: rotatey(-180deg);
    -moz-transform: rotatey(-180deg);
    -webkit-transform: rotatey(-180deg);
    -o-transform: rotatey(-180deg);
    top: 0;
    height: 100%;
    width: 100%
}
.flipimage {
    width: 100%;
    height: 100%;
    position: relative
}
.inst_feed_page .ins_fed_box .ins_fed_item {
    float: left;
    width: 33.33%;
    text-align: center;
    padding-bottom: 20px
}
.inst_feed_page .ins_fed_box .ins_fed_item img {
    width: 95%;
    height: auto;
    text-align: center
}
.bcg {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
    width: 100%
}
#slide-1 .bcg {
    background: 0
}
#slide-2 .bcg {
    background: 0;
    background-color: #010101;
    height: 310px;
    text-align: center
}
#slide-3 .bcg {
    background: 0
}
.curtainContainer {
    width: 100%;
    height: 100%;
    position: relative
}
.curtainContainer .curtain {
    width: 300%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 25%;
    left: 0;
    opacity: 0
}
.curtainContainer .copy {
    position: absolute;
    bottom: 30%;
    left: 0;
    width: 100%;
    text-align: center
}
#slide-4 .bcg {
    background: 0
}
#slide-5 {
    position: relative
}
#slide-5 .bcg {
    background: 0
}
#slide-5 .bcg2 {
    background: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1
}
#slide-5 .bcg3 {
    background: 0;
    background-color: #010101;
    z-index: 2;
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 2
}
.hsContainer {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}
.hsContent {
    max-width: 450px;
    margin: -150px auto 0 auto;
    display: table-cell;
    vertical-align: middle;
    color: #ebebeb;
    padding: 0 8%;
    text-align: center
}
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}
.hidden {
    display: none!important;
    visibility: hidden
}
.visuallyhidden {
    border: 0;
    clip: rect(0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}
.invisible {
    visibility: hidden
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}
.clearfix:after {
    clear: both
}
.clearfix {
    *zoom: 1
}
@media print {
    * {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: .5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}
.product_details_section .heading_block {
    margin-top: 10px
}
.product_details_section .heading_block h1 {
    font-size: 18px;
    margin-top: 0;
    background: #777;
    text-align: center;
    padding: 5px;
    color: #fff
}
.product_details_section .heading_block.orange h1 {
    background: #f8931f
}
.product_details_section .share_section {
    margin-top: 20px
}
.product_details_section .share_section .share_logos {
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999
}
.product_details_section .share_section .share_logos .fa {
    color: #ee4037;
    font-size: 18px;
    padding-right: 10px
}
.product_details_section .share_section .share_logos span {
    padding-right: 10px
}
.product_details_section .share_section .share_logos.orange .fa {
    color: #f8931f
}
.product_details_section .share_section .para_share {
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #999
}
.product_details_section .like_section {
    margin-top: 20px
}
.product_details_section .like_section .share_logos {
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999
}
.product_details_section .like_section .share_logos .fa {
    color: #ee4037;
    font-size: 18px;
    padding-right: 10px
}
.product_details_section .like_section .share_logos span {
    padding-right: 10px
}
.product_details_section .like_section .share_logos.orange .fa {
    color: #f8931f
}
.product_details_section .like_section .para_share {
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #999
}
.topic_section {
    position: relative
}
.topic_section h1 {
    width: 100%;
    color: #212121;
    font-weight: 600;
    font-size: 30px;
    padding: 10px 20px;
    background: #212121;
    margin: 0;
    overflow: hidden
}
.topic_section .search_box {
    background: #fff;
    height: 55px;
    line-height: 55px;
    padding: 5px 0
}
.topic_section .search_box .heading_section {
    float: left;
    margin-right: 30px
}
.topic_section .search_box .heading_section h1 {
    background: transparent;
    margin-top: 0;
    padding: 0;
    line-height: 35px;
    font-size: 20px;
    font-size: 2em;
    color: #212121
}
.topic_section .search_box .view_section {
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-size: 1.2em;
    float: left
}
.topic_section .search_box .view_section .glyphicon-th,
.topic_section .search_box .view_section .glyphicon-th-list,
.topic_section .search_box .view_section .glyphicon-map-marker {
    font-size: 1.2em;
    color: #fff;
    top: 3px
}
.topic_section .search_box .view_section .wrapper {
    line-height: 35px;
    border-radius: 4px;
    background: #ee286d;
    padding-left: 20px;
    padding-right: 20px
}
.topic_section .search_box .search_section {
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-size: 1.2em;
    float: left;
    float: right;
    padding-left: 0;
    padding-right: 0
}
.topic_section .search_box .search_section .glyphicon-th,
.topic_section .search_box .search_section .glyphicon-th-list,
.topic_section .search_box .search_section .glyphicon-map-marker {
    font-size: 1.2em;
    color: #fff;
    top: 3px
}
.topic_section .search_box .search_section .wrapper {
    line-height: 35px;
    border-radius: 4px;
    background: #ee286d;
    padding-left: 20px;
    padding-right: 20px
}
.topic_section .search_box .search_section input {
    display: inline-block;
    position: relative;
    top: -1.5px;
    max-width: 200px;
    min-width: 200px;
    max-height: 26px;
    background: #fff;
    color: #313030
}
.topic_section .search_box .search_section .glyphicon,
.topic_section .search_box .search_section .fa {
    font-size: 1.3em;
    color: #fff;
    cursor: pointer
}
.topic_section .search_box .search_section .advanced_search {
    margin-left: 10px;
    cursor: pointer
}
.advanced_search_box {
    background-color: #fad8d6;
    padding: 10px
}
.advanced_search_box .search_heading {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase
}
.wholesale_ordering_horizontal .product_wrapper {
    margin-bottom: 15px
}
.wholesale_ordering_horizontal .product_wrapper .group {
    float: left;
    width: 50%;
    padding-left: 0
}
.wholesale_ordering_horizontal .product_wrapper .group .inner {
    width: 98%;
    margin: 0 auto
}
.wholesale_ordering_horizontal .product_wrapper .group .inner .left_image_section {
    border: 1px solid #eee;
    float: left;
    width: 35%
}
.wholesale_ordering_horizontal .product_wrapper .group .inner .left_image_section .img_section {
    border: 1px solid #ccc;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 100% 0 0;
    position: relative;
    width: 100%
}
.wholesale_ordering_horizontal .product_wrapper .group .inner .left_image_section .img_section img {
    bottom: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0
}
.wholesale_ordering_horizontal .product_wrapper .group .inner .right_section {
    float: left;
    width: 65%
}
.wholesale_ordering_horizontal .product_wrapper .group .inner .right_section .content_section {
    overflow: hidden;
    padding: 0;
    width: 100%;
    margin-bottom: 10px
}
.wholesale_ordering_horizontal .product_wrapper .group .inner .right_section .content_section .the_wrapper {
    height: 100%;
    padding-left: 5px;
    width: 100%;
    display: block
}
.wholesale_ordering_horizontal .product_wrapper .group .inner .right_section .content_section .the_wrapper .title {
    background-color: #777;
    padding: 3px 8px;
    border: 1px solid #212121;
    font-size: 1.3em;
    color: #fff
}
.wholesale_ordering_horizontal .product_wrapper .group .inner .right_section .content_section .the_wrapper .size_block_div {
    border: 1px solid #212121;
    margin-top: 2px;
    height: 33px
}
.wholesale_ordering_horizontal .product_wrapper .group .inner .right_section .content_section .the_wrapper .size_block_div .size_block_item {
    padding: 1px;
    height: 100%
}
.wholesale_ordering_horizontal .product_wrapper .group .inner .right_section .content_section .the_wrapper .size_block_div .size_label {
    font-size: 1em;
    font-weight: 600;
    width: 21%;
    float: left;
    padding-top: 1.3%;
    border-right: 1px solid #808080
}
.wholesale_ordering_horizontal .product_wrapper .group .inner .right_section .content_section .the_wrapper .size_block_div .price_box {
    font-size: .9em;
    float: left;
    width: 13%;
    border-right: 1px solid #808080;
    background: #eee;
    text-align: center;
    line-height: 1
}
.wholesale_ordering_horizontal .product_wrapper .group .inner .right_section .content_section .the_wrapper .size_block_div .price_box .price {
    font-weight: 600;
    padding-bottom: 0
}
.wholesale_ordering_horizontal .product_wrapper .group .inner .right_section .content_section .the_wrapper .size_block_div .item_left {
    font-size: 1em;
    font-weight: 600;
    float: left;
    width: 18%;
    border-right: 1px solid #808080;
    line-height: 1;
    text-align: center
}
.wholesale_ordering_horizontal .product_wrapper .group .inner .right_section .content_section .the_wrapper .size_block_div .item_left .small_text {
    font-weight: 400;
    font-size: .8em
}
.wholesale_ordering_horizontal .product_wrapper .group .inner .right_section .content_section .the_wrapper .size_block_div .qty {
    float: left;
    width: 22%;
    padding-top: 1%
}
.wholesale_ordering_horizontal .product_wrapper .group .inner .right_section .content_section .the_wrapper .size_block_div .qty span {
    color: #ee286d;
    font-size: 1em;
    margin-right: 1px;
    padding-left: 2px
}
.wholesale_ordering_horizontal .product_wrapper .group .inner .right_section .content_section .the_wrapper .size_block_div .qty input {
    display: inline-block;
    max-width: 43px;
    height: 24px;
    padding: 4px 2px
}
.wholesale_ordering_horizontal .product_wrapper .group .inner .right_section .content_section .the_wrapper .disabled {
    background-color: #c3c2c2;
    opacity: .6;
    pointer-events: none
}
.wholesale_ordering_horizontal .product_wrapper .group .inner .right_section .content_section .the_wrapper .disabled .price_box {
    background: #c3c2c2
}
.main .store_short_desc {
    padding: 10px 0;
    font-size: 1.4em;
    font-weight: 400
}
.main .store_long_desc {
    padding: 10px 0;
    font-size: 1.4em;
    font-weight: 400
}
.main .category_box .main_wrapper {
    margin-top: 5px;
    position: relative
}
.main .category_box .main_wrapper .wraps .cat_icon {
    display: inline-block
}
.main .category_box .main_wrapper .wraps .cat_icon i {
    border-radius: 34px;
    font-size: 2em;
    height: 32px;
    line-height: 32px;
    padding: 0;
    text-align: center;
    vertical-align: baseline;
    width: 32px
}
.main .category_box .main_wrapper .wraps .cat_icon i.green {
    border: 1px solid #38b349;
    color: #38b349
}
.main .category_box .main_wrapper .wraps .cat_icon i.blue {
    border: 1px solid #1a75bc;
    color: #1a75bc
}
.main .category_box .main_wrapper .wraps .cat_icon i.red {
    border: 1px solid #ee4037;
    color: #ee4037
}
.main .category_box .main_wrapper .wraps .cat_text {
    color: #212121;
    display: inline-block;
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
    margin-left: 10px
}
.visual_it .five_items {}.visual_it .five_items .wraps {
    width: 20%
}
.visual_it .five_items .wraps .img_text_wrapper .box_outer {
    width: 120%;
    left: -10%
}
.visual_it .five_items .wraps .img_text_wrapper .box_inner {
    width: 120%;
    left: -10%
}
.visual_it .four_items {}.visual_it .four_items .wraps {
    width: 25%
}
.visual_it .four_items .wraps .img_text_wrapper .box_outer {
    width: 100%;
    left: 0
}
.visual_it .four_items .wraps .img_text_wrapper .box_inner {
    width: 100%;
    left: 0
}
.visual_it .three_items {}.visual_it .three_items .wraps {
    width: 33.33%
}
.visual_it .three_items .wraps .img_text_wrapper .box_outer {
    width: 80%;
    left: 10%
}
.visual_it .three_items .wraps .img_text_wrapper .box_inner {
    width: 80%;
    left: 10%
}
.visual_it .two_items {}.visual_it .two_items .wraps {
    width: 50%;
    float: left
}
.visual_it .two_items .wraps .img_text_wrapper .box_outer {
    width: 60%;
    left: 20%
}
.visual_it .two_items .wraps .img_text_wrapper .box_inner {
    width: 60%;
    left: 20%
}
.visual_it .one_item {}.visual_it .one_item .wraps {
    width: 100%
}
.visual_it .one_item .wraps .img_text_wrapper {
    margin: 0 auto
}
.visual_it .one_item .wraps .img_text_wrapper .box_outer {
    width: 30%;
    left: 35%
}
.visual_it .one_item .wraps .img_text_wrapper .box_inner {
    width: 30%;
    left: 35%
}
.visual_it #main_wrapper {
    position: relative
}
.visual_it #main_wrapper .full_width_box {
    padding-top: 30px;
    width: 100%;
    position: absolute;
    top: 198px;
    left: 0;
    background: #3DC0C8;
    z-index: 900;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
    left: -2.905%;
    padding-left: 2.905%;
    padding-right: 2.905%;
    width: 105.81%
}
.visual_it #main_wrapper .full_width_box::before {
    content: "SOLUTIONS";
    color: #fff;
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    text-shadow: 0 0 1px rgba(0, 0, 0, .7);
    text-transform: uppercase;
    padding-top: 70px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: block;
    height: 142px;
    background: #3DC0C8;
    width: 18%;
    margin-top: -168px;
    float: right;
    position: relative;
    right: -34px;
    width: 22.491%
}
.visual_it .wraps {
    width: 16.66%;
    float: left
}
.visual_it .wraps .img_text_wrapper {
    display: block;
    margin: 0 auto;
    position: relative
}
.visual_it .wraps .img_text_wrapper .icon {
    z-index: 1000;
    width: 120px;
    display: table;
    margin: 0 auto;
    height: 120px;
    background: #eee;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .6), 1px solid rgba(0, 0, 0, .6) inset;
    position: relative;
    cursor: pointer
}
.visual_it .wraps .img_text_wrapper .icon div {
    z-index: 2;
    width: 120px;
    height: 120px
}
.visual_it .wraps .img_text_wrapper .icon.blue {
    border: 2px solid #1a75bc;
    background: #fff
}
.visual_it .wraps .img_text_wrapper .icon.blue .sub_icon {
    background: url(../img/icons/sc_1.svg) no-repeat 20px center;
    background-size: 90px 90px
}
.visual_it .wraps .img_text_wrapper .icon.blue:hover .sub_icon {
    background: url(../img/icons/sc_2.svg) no-repeat 20px center;
    background-size: 90px 90px
}
.visual_it .wraps .img_text_wrapper .icon.red {
    border: 2px solid #ee4037;
    background: #fff
}
.visual_it .wraps .img_text_wrapper .icon.red .sub_icon {
    background: url(../img/icons/creative_design_1.svg) no-repeat 15px center;
    background-size: 90px 90px
}
.visual_it .wraps .img_text_wrapper .icon.red:hover .sub_icon {
    background: url(../img/icons/creative_design_2.svg) no-repeat 15px center;
    background-size: 90px 90px
}
.visual_it .wraps .img_text_wrapper .icon.purple {
    background: #fff;
    border: 2px solid #b235cd
}
.visual_it .wraps .img_text_wrapper .icon.purple .sub_icon {
    background: url(../img/icons/website_development_1.svg) no-repeat 17px center;
    background-size: 90px 90px
}
.visual_it .wraps .img_text_wrapper .icon.purple:hover .sub_icon {
    background: url(../img/icons/website_development_2.svg) no-repeat 17px center;
    background-size: 90px 90px
}
.visual_it .wraps .img_text_wrapper .icon.orange {
    background: #fff;
    border: 2px solid #f8931f
}
.visual_it .wraps .img_text_wrapper .icon.orange .sub_icon {
    background: url(../img/icons/online_marketing_1.svg) no-repeat 20px center;
    background-size: 90px 90px
}
.visual_it .wraps .img_text_wrapper .icon.orange:hover .sub_icon {
    background: url(../img/icons/online_marketing_2.svg) no-repeat 20px center;
    background-size: 90px 90px
}
.visual_it .wraps .img_text_wrapper .icon.green {
    background: #fff;
    border: 2px solid #38b349
}
.visual_it .wraps .img_text_wrapper .icon.green .sub_icon {
    background: url(../img/icons/mobile_apps_1.svg) no-repeat 10px center;
    background-size: 90px 90px
}
.visual_it .wraps .img_text_wrapper .icon.green:hover {
    background: #fff
}
.visual_it .wraps .img_text_wrapper .icon.green:hover .sub_icon {
    background: url(../img/icons/mobile_apps_2.svg) no-repeat 10px center;
    background-size: 90px 90px
}
.visual_it .wraps .img_text_wrapper .icon.acqua {
    background: #fff;
    border: 2px solid #3dc0c8
}
.visual_it .wraps .img_text_wrapper .icon.acqua .sub_icon {
    background: url(../img/icons/complete_solutions_1.svg) no-repeat 15px 12px;
    background-size: 90px 90px
}
.visual_it .wraps .img_text_wrapper .icon.acqua:hover .sub_icon {
    background: url(../img/icons/complete_solutions_2.svg) no-repeat 15px 12px;
    background-size: 90px 90px
}
.visual_it .wraps .img_text_wrapper .box_outer {
    box-shadow: 0 0 2px rgba(112, 109, 109, .7), 0px 0 1px #fff inset;
    background: #71970D;
    position: absolute;
    top: 60px;
    left: 0;
    left: -33px;
    z-index: 500;
    width: 135%;
    padding: 70px 10px 8px;
    border-radius: 10px 10px 0 0;
    display: none
}
.visual_it .wraps .img_text_wrapper .box_outer a.main {
    color: #fff;
    font-size: 20px;
    position: relative;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(0, 0, 0, .7)
}
.visual_it .wraps .img_text_wrapper .box_inner {
    width: 135.1%;
    padding: 10px;
    left: -33px;
    position: absolute;
    background: #1A75BC;
    transform-origin: 50% 0;
    transform: perspective(800px) rotatex(90deg);
    transition: transform .5s ease;
    perspective: 1000px;
    backface-visibiility: hidden;
    border-radius: 0 0 4px 4px
}
.visual_it .wraps .img_text_wrapper .box_inner ul {
    margin: 0;
    padding: 0
}
.visual_it .wraps .img_text_wrapper .box_inner ul li {
    list-style: none;
    margin-top: 5px;
    margin-bottom: 5px
}
.visual_it .wraps .img_text_wrapper .box_inner ul li a {
    background: #fff;
    color: #71970D;
    font-size: 14px;
    display: block;
    padding: 10px;
    cursor: pointer;
    text-transform: uppercase;
    display: block;
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .7), 0px 0 1px #fff inset
}
.visual_it .wraps .img_text_wrapper .box_inner ul li:first-child {
    margin-top: 0
}
.visual_it .wraps .img_text_wrapper .box_outer.blue {
    background: #1a75bc
}
.visual_it .wraps .img_text_wrapper .box_inner.blue {
    background: #1a75bc
}
.visual_it .wraps .img_text_wrapper .box_inner.blue ul li a {
    color: #1a75bc;
    padding-left: 40px
}
.visual_it .wraps .img_text_wrapper .box_inner.blue ul li:first-child a {
    background: #fff url("../img/icons/sub/cat_1.svg") no-repeat 10px center;
    background-size: 35px 35px
}
.visual_it .wraps .img_text_wrapper .box_inner.blue ul li:nth-child(2) a {
    background: #fff url("../img/icons/sub/cat_2.svg") no-repeat 10px center;
    background-size: 35px 35px
}
.visual_it .wraps .img_text_wrapper .box_inner.blue ul li:nth-child(3) a {
    background: #fff url("../img/icons/sub/cat_3.svg") no-repeat 10px center;
    background-size: 35px 35px
}
.visual_it .wraps .img_text_wrapper .box_inner.blue ul li:nth-child(4) a {
    background: #fff url("../img/icons/sub/cat_4.svg") no-repeat 10px center;
    background-size: 35px 35px
}
.visual_it .wraps .img_text_wrapper .box_inner.blue ul li:nth-child(5) a {
    background: #fff url("../img/icons/sub/cat_5.svg") no-repeat 10px center;
    background-size: 35px 35px
}
.visual_it .wraps .img_text_wrapper .box_outer.red {
    background: #ee4037
}
.visual_it .wraps .img_text_wrapper .box_inner.red {
    background: #ee4037
}
.visual_it .wraps .img_text_wrapper .box_inner.red ul li a {
    color: #ee4037;
    padding-left: 40px
}
.visual_it .wraps .img_text_wrapper .box_inner.red ul li:first-child a {
    background: #fff url("../img/icons/sub/cat_2.1.svg") no-repeat 10px center;
    background-size: 35px 35px
}
.visual_it .wraps .img_text_wrapper .box_inner.red ul li:nth-child(2) a {
    background: #fff url("../img/icons/sub/cat_2.2.svg") no-repeat 10px center;
    background-size: 35px 35px
}
.visual_it .wraps .img_text_wrapper .box_inner.red ul li:nth-child(3) a {
    background: #fff url("../img/icons/sub/cat_2.3.svg") no-repeat 10px center;
    background-size: 35px 35px
}
.visual_it .wraps .img_text_wrapper .box_inner.red ul li:nth-child(4) a {
    background: #fff url("../img/icons/sub/cat_2.4.svg") no-repeat 10px center;
    background-size: 35px 35px
}
.visual_it .wraps .img_text_wrapper .box_inner.red ul li:nth-child(5) a {
    background: #fff url("../img/icons/sub/cat_2.5.svg") no-repeat 10px center;
    background-size: 35px 35px
}
.visual_it .wraps .img_text_wrapper .box_outer.purple {
    background: #b235cd
}
.visual_it .wraps .img_text_wrapper .box_inner.purple {
    background: #b235cd
}
.visual_it .wraps .img_text_wrapper .box_inner.purple ul li a {
    color: #b235cd;
    background: #fff url("../img/icons/website_development_1.svg") no-repeat left center;
    background-size: 50px 50px;
    padding-left: 40px
}
.visual_it .wraps .img_text_wrapper .box_outer.orange {
    background: #f8931f
}
.visual_it .wraps .img_text_wrapper .box_inner.orange {
    background: #f8931f
}
.visual_it .wraps .img_text_wrapper .box_inner.orange ul li a {
    color: #f8931f;
    background: #fff url("../img/icons/online_marketing_1.svg") no-repeat left center;
    background-size: 50px 50px;
    padding-left: 40px
}
.visual_it .wraps .img_text_wrapper .box_outer.green {
    background: #38b349
}
.visual_it .wraps .img_text_wrapper .box_inner.green {
    background: #38b349
}
.visual_it .wraps .img_text_wrapper .box_inner.green ul li a {
    color: #38b349;
    background: #fff url("../img/icons/mobile_apps_1.svg") no-repeat left center;
    background-size: 50px 50px;
    padding-left: 40px
}
.visual_it .wraps .img_text_wrapper .box_outer.acqua {
    background: #3dc0c8
}
.visual_it .wraps .img_text_wrapper .box_outer.acqua .box_inner ul li a {
    color: #3dc0c8
}
.visual_it .wraps .img_text_wrapper:hover .icon {
    z-index: 1010
}
.visual_it .wraps .title {
    margin-top: 10px;
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px
}
.visual_it .wraps a {
    color: #71970d;
    font-size: 23px;
    position: relative;
    text-align: center;
    display: block;
    cursor: pointer
}
.visual_it .wraps a:hover {
    text-decoration: none
}
.visual_it .wraps .effects {
    transform-origin: 50% 0;
    transform: perspective(800px) rotatex(90deg);
    transition: transform .3s linear 0s
}
.main .circular_div .eight_items .wraps {
    width: 12.5%
}
.main .circular_div .seven_items .wraps {
    width: 14.28%
}
.main .circular_div .six_items .wraps {
    width: 16.66%
}
.main .circular_div .five_items .wraps {
    width: 20%
}
.main .circular_div .four_items .wraps {
    width: 25%
}
.main .circular_div .three_items .wraps {
    width: 33.33%
}
.main .circular_div .two_items .wraps {
    width: 50%;
    float: left
}
.main .circular_div .one_item .wraps {
    width: 100%
}
.main .circular_div .one_item .wraps .img_text_wrapper {
    margin: 0 auto
}
.main .wraps {
    width: 16.66%;
    float: left
}
.main .wraps .img_text_wrapper {
    display: block;
    margin: 0 auto;
    text-align: left;
    position: relative;
    cursor: pointer
}
.main .wraps .img_text_wrapper .icon {
    z-index: 1000;
    width: 120px;
    display: table;
    margin: 0 auto;
    height: 120px;
    background: #eee;
    border-radius: 50%;
    position: relative;
    cursor: pointer
}
.main .wraps .img_text_wrapper .icon div {
    z-index: 2;
    width: 120px;
    height: 120px
}
.products_box .search_heading_section {
    border-bottom: 1px solid #777;
    margin: 15px 0 15px 0
}
.products_box .search_heading_section h2 {
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase
}
.products_box .product_box_item {
    padding-left: 5px;
    padding-right: 5px;
    width: 20%;
    float: left
}
.products_box .product_box_item .img_section {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: #fff;
    padding-top: 100%;
    border: 1px solid #ccc;
    width: 100%
}
.products_box .product_box_item .img_section img.big_img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 0;
    bottom: 0;
    right: 0
}
.products_box .product_box_item .img_section .price_block {
    position: absolute;
    right: 0;
    bottom: 0
}
.products_box .product_box_item .title {
    background: #3B3B39;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
    border-bottom: 1px solid #999;
    font-size: 13px;
    text-align: right;
    padding: 8px;
    height:49px;/* added */
    overflow:hidden;/* added */
}
.products_box .product_box_item .title .text {
    float: left;
    width: 60%;
    text-align: left;
    line-height: 1;
    padding-top: 8px
}
.products_box .product_box_item .title .glyphicon {
    float: right
}
.products_box .product_box_item .title .code {
    padding-top: 8px;
    float: right;
    width: 40%;
    line-height: 1;
    text-align: right;
}
.products_box .product_box_item .title .price {
    padding-top: 8px;
    float: right;
    width: 40%;
    line-height: 1;
    text-align: right;
}
.products_box .product_box_item .qty {
    background: #3B3B39;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
    border-bottom: 1px solid #999;
    font-size: 13px;
    text-align: center;
    padding: 8px;
    text-transform: capitalize;
    border-bottom: 0;
    color: #fff;
    background: #ee4037
}
.products_box .product_box_item .qty .text {
    float: left;
    width: 60%;
    text-align: left;
    line-height: 1;
    padding-top: 8px
}
.products_box .product_box_item .qty .glyphicon {
    float: right
}
.products_box .product_box_item .qty .code {
    padding-top: 8px;
    float: right;
    width: 40%;
    line-height: 1
}
.products_box .product_box_item .qty_info {
    font-size: .9em;
    border-bottom: 1px solid #999;
    padding-bottom: 5px
}
.products_box .product_box_item .qty_info label {
    margin-bottom: 0
}
.products_box .product_box_item .qty_info .init_qty {
    color: #ee4037;
    float: left;
    width: 33.33%
}
.products_box .product_box_item .qty_info .sold {
    color: #ee4037;
    float: left;
    width: 33.33%;
    text-align: center
}
.products_box .product_box_item .qty_info .avail {
    color: #ee4037;
    float: left;
    width: 33.33%;
    text-align: right
}
.products_box .category_share {
    font-size: 10px;
    text-transform: uppercase;
    padding-bottom: 7px;
    padding-top: 7px;
    cursor: pointer
}
.products_box .category_share .cat_name {
    color: #ee4037
}
.products_box .category_share .fa-plus-square {
    color: #ee4037;
    font-size: 15px
}
.products_box .category_share .left {
    float: left;
    width: 100%
}
.products_box .category_share .right {
    float: right;
    width: 100%;
    text-align: right
}
.products_box .category_share .right.edit {
    color: #ee4037;
    font-size: 14px
}
.products_box .category_share .like {
    font-size: 1em;
    display: inline-block;
    color: #f8931f;
    font-size: 1.5em;
    padding-right: 5px;
    cursor: pointer
}
.overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: auto;
    bottom: 0;
    padding: 1em;
    color: #313030;
    background: #fff;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: .8;
    filter: alpha(opacity=80);
    zoom: 1;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2em;
    padding: 10px;
    cursor: pointer
}
.overlay .overlay_color_section .overlay_color_box {
    width: 24px;
    height: 24px;
    display: inline-block;
    float: left;
    border: 1px solid #777;
    margin: 5px 4px 0 0
}
.item_status {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right
}
.item_status span {
    font-size: 10px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient( #ee286d 0, #dd4278 100%);
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 19px;
    left: -21px
}
.item_status span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #dd4278;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #dd4278
}
.item_status span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #dd4278;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #dd4278
}
.item_status_right {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right
}
.item_status_right span {
    font-size: 10px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #79A70A;
    background: linear-gradient( #ee286d 0, #dd4278 100%);
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 19px;
    right: -21px
}
.item_status_right span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #dd4278;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #dd4278
}
.item_status_right span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #dd4278;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #dd4278
}
.grey span {
    background: #79A70A;
    background: linear-gradient( #b6bac9 0, #808080 100%);
    box-shadow: 0 3px 10px -5px #000
}
.grey span::before {
    border-left: 3px solid #808080;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #808080
}
.grey span::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #808080;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #808080
}
.darkyellow span {
    background: #79A70A;
    background: linear-gradient( #c1d82f 0, #b0b974 100%);
    box-shadow: 0 3px 10px -5px #000
}
.darkyellow span::before {
    border-left: 3px solid #b0b974;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #bcd040
}
.darkyellow span::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #b0b974;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #b0b974
}
.img_section:hover .overlay {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.price_block.big_with_2_price {
    background: #212121;
    color: #fff;
    padding: 0 3px 0 10px;
    height: 50px;
    position: relative
}
.price_block.big_with_2_price .price {
    font-family: "Open Sans", sans-serif;
    font-size: 1.7em;
    font-weight: 400;
    color: #fff;
    position: relative;
    right: 0;
    top: -3px;
    background: #313030 none repeat scroll 0 0;
    bottom: 20px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .9);
    height: 48px
}
.price_block.big_with_2_price .old_price {
    font-size: 1.1em;
    text-align: right;
    position: relative;
    top: -25px;
    text-decoration: line-through
}
.price_block.big_with_2_price::before {
    content: "";
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    display: inline-block;
    left: 0;
    color: #9999
}
.price_block.small_with_2_price {
    color: #fff;
    padding: 0 3px 0 10px;
    height: 42px;
    position: relative
}
.price_block.small_with_2_price .price {
    font-family: "Open Sans", sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    color: #fff;
    position: relative;
    right: 0;
    top: -3px;
    background: #313030 none repeat scroll 0 0;
    bottom: 20px;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .9);
    height: 42px;
    padding: 2px 4px 4px 4px
}
.price_block.small_with_2_price .old_price {
    font-size: 1.1em;
    text-align: right;
    position: relative;
    top: -24px;
    text-decoration: line-through;
    padding: 2px
}
.price_block.small_with_1_price {
    color: #fff;
    padding: 0 0 0 10px;
    height: 29px;
    position: relative
}
.price_block.small_with_1_price .price {
    font-family: "Open Sans", sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    color: #fff;
    position: relative;
    right: 0;
    background: #313030 none repeat scroll 0 0;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .9);
    padding: 2px;
    line-height: 1
}
.price_block.small_with_1_price .old_price {
    font-size: 1.1em;
    text-align: right;
    position: relative;
    top: -24px;
    text-decoration: line-through;
    padding: 2px
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #ee286d;
    border-color: #ee286d;
    color: #fff
}
.pagination>li>a,
.pagination>li>span {
    background-color: #fff;
    border: 1px solid #fad8d6;
    color: #313030
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    background-color: #fff;
    border-color: #fad8d6;
    color: #777;
    cursor: not-allowed
}
.view_horizontal .img_section {
    float: left;
    width: 40%
}
.view_horizontal .content_section {
    width: 60%
}
.view_horizontal .group {
    width: 50%;
    float: left;
    padding-left: 10px
}
.view_horizontal .left_image_section {
    width: 30%;
    border: 1px solid #eee;
    float: left
}
.view_horizontal .right_section {
    float: left;
    width: 70%
}
.view_horizontal .content_section {
    overflow: hidden;
    padding: 0;
    width: 100%
}
.view_horizontal .content_section .the_wrapper {
    padding-left: 15px;
    width: 100%;
    height: 100%
}
.view_horizontal .content_section .the_wrapper .category_share .left {
    width: auto
}
.view_horizontal .content_section .the_wrapper .category_share .right {
    width: auto
}
.view_horizontal .content_section .the_wrapper .seller_rating {
    position: absolute;
    bottom: 0;
    width: 98%
}
.view_horizontal .content_section .the_wrapper .seller_rating.orange {
    border: 1px solid #f8931f
}
.view_horizontal .content_section .the_wrapper .seller_rating.orange .name {
    color: #f8931f
}
.view_horizontal .seller_block {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 15px
}
.view_horizontal .seller_block .seller_rating {
    border: 1px solid #ee4037;
    font-size: 12px
}
.view_horizontal .seller_block .seller_rating .label {
    text-transform: uppercase;
    color: #999;
    font-weight: 600
}
.view_horizontal .seller_block .seller_rating .name {
    text-transform: capitalize;
    color: #ee4037
}
.view_horizontal .seller_block .seller_rating .seller {
    float: left;
    width: 50%
}
.view_horizontal .seller_block .seller_rating .rating {
    float: left;
    width: 50%
}
.view_horizontal .seller_block .seller_rating.orange {
    border: 1px solid #f8931f
}
.view_horizontal .seller_block .seller_rating.orange .name {
    color: #f8931f
}
.view_horizontal .wrapper {
    border-top: 1px solid #ee4037;
    border-bottom: 1px solid #999;
    margin-bottom: 15px;
    border-left: 8px solid #F65354;
    padding-left: 5px
}
.view_horizontal .wrapper .title_wrapper {
    border-top: 0
}
.view_horizontal .wrapper .button {
    float: right;
    padding-right: 10px;
    padding-top: 4px
}
.view_horizontal .img_section {
    width: 100%;
    height: 0;
    padding: 100% 0 0 0;
    overflow: hidden;
    display: block;
    position: relative;
    border: 1px solid #ccc
}
.view_horizontal .img_section img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}
.view_horizontal .title_wrapper {
    border-top: 1px solid #777;
    height: 50px
}
.view_horizontal .title_wrapper .title {
    float: left;
    text-transform: uppercase;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 50px
}
.view_horizontal .title_wrapper .price_block {
    float: right;
    position: relative;
    right: 0;
    top: 0
}
.view_horizontal .para {
    font-weight: 400;
    font-size: 1em
}
.color_section {
    padding-top: 10px
}
.color_section .color_box {
    width: 45px;
    height: 45px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    float: left;
    margin-left: 5px;
    border: 1px solid #212121
}
.color_section .color_box .color_box_inner {
    width: 100%;
    height: 100%
}
.color_section .color_box .colorname {
    position: relative;
    top: 5px;
    font-size: .7em;
    padding: 2px
}
.color_section .color_box .anchor_remove {
    color: #ee4037;
    font-size: .8em
}
.inner_content .image_blocks {
    margin: 20px 0
}
.inner_content .image_blocks .category_box .wraps {
    margin: 0 auto
}
.inner_content .image_blocks .category_box .wraps img {
    max-width: 220px
}
.inner_content .image_blocks .category_box .wraps .wraps_image_title {
    position: absolute;
    bottom: 15%;
    color: #212121;
    font-size: 1.7em;
    font-weight: 400;
    width: 100%;
    height: 32px;
    overflow: hidden;
    padding: 5px 10px;
    text-align: center
}
.modal-dialog .modal-header {
    background: #ee286d;
    color: #fff
}
.decoration .price_list_title {
    font-size: 1.3em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px
}
.decoration table.decorating_price thead tr th span {
    display: block;
    text-transform: uppercase;
    text-align: center;
    min-width: 55px
}
.decoration table.decorating_price thead tr th.title_lbl span {
    min-height: 52px
}
.decoration table.decorating_price thead tr th.title_lbl span:first-child {
    border-bottom: 1px solid #808080;
    margin-bottom: 25px
}
.middle_content.view_horizontal.products .left_section {
    width: 40%;
    float: left
}
.middle_content.view_horizontal.products .left_section .img_section.products {
    width: 100%;
    height: 0;
    padding: 100% 0 0 0;
    overflow: hidden;
    display: block;
    position: relative;
    border: 1px solid #999;
    background: #ccc
}
.middle_content.view_horizontal.products .left_section .img_section.products img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}
.middle_content.view_horizontal.products .left_section .img_thumbnails {
    margin-left: -2.5px;
    margin-right: -2.5px
}
.middle_content.view_horizontal.products .left_section .img_thumbnails .img_wrapper {
    width: 25%;
    padding-left: 2.5px;
    padding-right: 2.5px;
    float: left
}
.middle_content.view_horizontal.products .left_section .img_thumbnails .image {
    width: 100%;
    height: 0;
    padding: 100% 0 0 0;
    overflow: hidden;
    display: block;
    position: relative;
    background: #ccc
}
.middle_content.view_horizontal.products .left_section .img_thumbnails .image img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}
.middle_content.view_horizontal.products .right_section {
    width: 60%;
    float: left
}
.middle_content.view_horizontal.products .right_section .content_section {
    width: 100%;
    overflow: hidden
}
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper {
    padding-left: 15px;
    width: 100%;
    height: 100%
}
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .seller_rating {
    position: absolute;
    bottom: 0;
    width: 100%
}
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .seller_rating.orange {
    border: 1px solid #f8931f
}
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .seller_rating.orange .name {
    color: #f8931f
}
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .bottom_section .btn-group {
    width: 100%
}
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .bottom_section .btn-group .btn+.btn,
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .bottom_section .btn-group .btn+.btn-group,
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .bottom_section .btn-group .btn-group+.btn,
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .bottom_section .btn-group .btn-group+.btn-group {
    margin-left: 0
}
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .bottom_section .size_chart {
    margin-top: 10px
}
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .bottom_section .size_chart .table>tbody>tr>td,
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .bottom_section .size_chart .table>tbody>tr>th,
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .bottom_section .size_chart .table>tfoot>tr>td,
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .bottom_section .size_chart .table>tfoot>tr>th,
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .bottom_section .size_chart .table>thead>tr>td,
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .bottom_section .size_chart .table>thead>tr>th {
    border-top: 0;
    line-height: 1.42857;
    padding: 4px;
    vertical-align: middle
}
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .bottom_section .size_chart .table>thead>tr>th {
    border-bottom: 1px solid #ddd;
    vertical-align: bottom
}
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .bottom_section .size_chart .table>thead>tr>th label {
    margin-bottom: 0
}
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .bottom_section .size_chart .table>thead>tr>th,
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .bottom_section .size_chart .table>tbody>tr>td {
    text-align: center
}
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .bottom_section .size_chart .option_size_item a {
    text-decoration: none
}
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .bottom_section .size_chart .option_size_item .size {
    border: 1px solid #777;
    color: #777;
    cursor: pointer;
    display: inline-block;
    font-size: .9em;
    font-weight: 400;
    margin-right: .25rem;
    margin-top: 1px;
    min-width: 40px;
    text-align: center
}
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .bottom_section .size_chart .option_size_item .size div {
    padding: 3px
}
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .bottom_section .size_chart .option_size_item .size div:first-child {
    border-bottom: 1px solid #777
}
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .bottom_section .size_chart .option_size_item .size.selected {
    border: 1px solid #c7406f;
    color: #fff;
    background-color: #ee286d
}
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .bottom_section .qty_info .product_quantity .quantity_buttons {
    border: 1px solid #777;
    color: #777;
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 1;
    margin-right: .25rem;
    margin-top: 1px;
    padding-top: 10px;
    text-align: center;
    width: 35px
}
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .bottom_section .qty_info .product_quantity .quantity_buttons .fa {
    margin: 0 auto;
    width: 13px;
    font-weight: 400
}
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .bottom_section .qty_info .product_quantity .input_text.amount {
    background-color: #fff;
    border: 1px solid #212121;
    border-radius: 0;
    color: #212121;
    font-weight: 400;
    height: 36px;
    line-height: 37px;
    margin-top: 0;
    padding: 0;
    display: inline-block;
    float: left;
    margin-right: .25rem;
    text-align: center;
    width: 35px
}
.middle_content.view_horizontal.products .right_section .content_section .the_wrapper .bottom_section .qty_info .product_quantity .stock_info {
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 1
}
.middle_content.view_horizontal.products .right_section .title_wrapper {
    border-top: 1px solid #999;
    height: 50px
}
.middle_content.view_horizontal.products .right_section .title_wrapper .title {
    float: left;
    text-transform: uppercase;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 50px
}
.middle_content.view_horizontal.products .right_section .title_wrapper .price {
    float: right;
    position: relative;
    right: 0;
    top: 3px
}
.middle_content.view_horizontal.products .right_section .seller_block {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 15px
}
.middle_content.view_horizontal.products .right_section .seller_block .seller_rating {
    border: 1px solid #ee4037;
    font-size: 12px
}
.middle_content.view_horizontal.products .right_section .seller_block .seller_rating .label {
    text-transform: uppercase;
    color: #999;
    font-weight: 600
}
.middle_content.view_horizontal.products .right_section .seller_block .seller_rating .name {
    text-transform: capitalize;
    color: #ee4037
}
.middle_content.view_horizontal.products .right_section .seller_block .seller_rating .seller {
    float: left;
    width: 50%
}
.middle_content.view_horizontal.products .right_section .seller_block .seller_rating .rating {
    float: left;
    width: 50%
}
.middle_content.view_horizontal.products .right_section .seller_block .seller_rating.orange {
    border: 1px solid #f8931f
}
.middle_content.view_horizontal.products .right_section .seller_block .seller_rating.orange .name {
    color: #f8931f
}
.chk_fixed_len_btn {
    border-radius: 0!important;
    text-align: left!important;
    width: 33.33%!important
}
.btn_add_options .chk_fixed_len_btn_min_perc {
    border-radius: 0!important;
    min-width: 33.33%!important;
    text-align: center!important
}
.featured_items.six_items .featured_block_section {
    width: 33.33%
}
.featured_items .featured_block_section {
    float: left;
    padding: 0 5px
}
.featured_items .featured_block_section .featured_block {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto
}
.featured_items .featured_block_section .featured_block .shaded_div {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    height: auto;
    line-height: 1;
    padding: 10px 5px;
    position: absolute;
    right: 0;
    width: auto;
}

.products_box .product_box_item .title span:only-child {
    width: 100% !important;
}


.featured_items .featured_block_section .featured_block .shaded_div span {
    color: #ee286d;
    font-size: 1.5em;
    text-transform: uppercase
}
.featured_items .featured_block_section .featured_block .shaded_div .bold_text {
    font-weight: 600
}
.featured_items .featured_block_section .featured_block .shaded_div .readmore {
    border-top: 1px solid #777
}
.featured_items .featured_block_section .featured_block img {
    -webkit-transition: all 8s linear;
    transition: all 8s linear;
    width: 100%;
    height: auto;
    overflow: hidden;
    filter: brightness(85%);
    -webkit-filter: brightness(85%);
    -moz-filter: brightness(85%)
}
.featured_items .featured_block_section .featured_block .shaded_div:hover {
    cursor: pointer
}
.featured_items .featured_block_section .featured_block .blink {
    color: #FFF!important;
    background: #FC79CE!important
}
.featured_items .featured_block_section .featured_block img:hover {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    cursor: pointer
}
.page_child_option_menu .nav-tabs {
    border-bottom: 0
}
.page_child_option_menu ul.nav-tabs {
    margin: 0;
    padding: 0
}
.page_child_option_menu ul.nav-tabs li {
    list-style: none;
    float: left;
    margin-right: 10px;
    margin-bottom: 0
}
.page_child_option_menu ul.nav-tabs li a {
    color: #777;
    display: block;
    text-transform: uppercase;
    border-top: 2px solid #777;
    text-align: center;
    padding: 5px 20px;
    background: #fff;
    border-radius: 0
}
.page_child_option_menu ul.nav-tabs li a:hover {
    text-decoration: none;
    border-top: 2px solid #101729;
    color: #101729;
    background: #F2F2F2
}
.page_child_option_menu ul.nav-tabs li.active a {
    border-top: 2px solid #101729;
    color: #101729;
    background: #F2F2F2
}
.page_child_option_menu ul.nav-tabs li:last-child {
    margin-right: 0
}
.page_child_option_menu ul.nav-tabs.nav_side li {
    float: none;
    position: relative;
    margin-bottom: 5px;
    margin-right: 0
}
.page_child_option_menu ul.nav-tabs.nav_side li a {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    height: 80px;
    line-height: 80px;
    background: #fad8d6;
    border-top: 0;
    border-bottom: 0;
    color: #000;
    text-align: left
}
.page_child_option_menu ul.nav-tabs.nav_side li a::before {
    content: "";
    display: inline-block;
    border-left: 10px solid #f39890;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.page_child_option_menu ul.nav-tabs.nav_side li a:hover {
    background: #fff;
    color: #ee4037
}
.page_child_option_menu ul.nav-tabs.nav_side li a:hover::before {
    border-left: 10px solid #ee4037
}
.page_child_option_menu ul.nav-tabs.nav_side li.active a {
    background: #fff;
    color: #ee4037
}
.page_child_option_menu ul.nav-tabs.nav_side li.active a::before {
    border-left: 10px solid #ee4037
}
.page_child_option_menu ul.nav-tabs.no_bg li a {
    background: transparent;
    color: #595959;
    font-weight: 600;
    border-bottom: 2px solid #ee4037;
    border-top: 0
}
.page_child_option_menu ul.nav-tabs.no_bg li a .t {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #F65354;
    display: inline-block;
    color: #fff;
    line-height: 16px;
    position: relative;
    top: -7px
}
.page_child_option_menu ul.nav-tabs.no_bg li a .m {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #F65354;
    display: inline-block;
    color: #fff;
    line-height: 16px;
    position: relative;
    top: -7px;
    background: #7AC2F2
}
.page_child_option_menu ul.nav-tabs.no_bg li a .c {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #F65354;
    display: inline-block;
    color: #fff;
    line-height: 16px;
    position: relative;
    top: -7px;
    background: #F4BD2C
}
.page_child_option_menu ul.nav-tabs.no_bg li.active a {
    border-top: 2px solid #8fc227;
    border-bottom: 0;
    border-left: 0;
    border-right: 0
}
.page_child_option_menu.small_tabs .tab_inner {
    padding-top: 10px
}
.page_child_option_menu.small_tabs ul.nav-tabs li {
    list-style: none;
    float: left;
    padding-right: 10px;
    margin-bottom: 0;
    margin-right: 0
}
.page_child_option_menu.small_tabs ul.nav-tabs li a {
    text-transform: none;
    border-top: 2px solid #777;
    text-align: center;
    padding: 5px 10px;
    background: #fff;
    border-radius: 0
}
.page_child_option_menu.small_tabs ul.nav-tabs li a:hover {
    text-decoration: none;
    border-top: 2px solid #101729;
    color: #101729;
    background: #F2F2F2
}
.page_child_option_menu.small_tabs ul.nav-tabs li.active a {
    border-top: 2px solid #101729;
    color: #101729;
    background: #F2F2F2
}
.page_child_option_menu.small_tabs ul.nav-tabs li:last-child {
    margin-right: 0
}
.page_child_option_menu.small_tabs ul.nav-tabs.nav_side li {
    margin-bottom: 5px;
    margin-right: 0
}
.page_child_option_menu.small_tabs ul.nav-tabs.nav_side li a {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    height: 80px;
    line-height: 80px;
    background: #fad8d6;
    border-top: 0;
    border-bottom: 0;
    color: #000;
    text-align: left
}
.page_child_option_menu.small_tabs ul.nav-tabs.nav_side li a::before {
    content: "";
    display: inline-block;
    border-left: 10px solid #f39890;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}
.page_child_option_menu.small_tabs ul.nav-tabs.nav_side li a:hover {
    background: #fff;
    color: #ee4037
}
.page_child_option_menu.small_tabs ul.nav-tabs.nav_side li a:hover::before {
    border-left: 10px solid #ee4037
}
.page_child_option_menu.small_tabs ul.nav-tabs.nav_side li.active a {
    background: #fff;
    color: #ee4037
}
.page_child_option_menu.small_tabs ul.nav-tabs.nav_side li.active a::before {
    border-left: 10px solid #ee4037
}
.page_child_option_menu.small_tabs ul.nav-tabs.no_bg li a {
    background: transparent;
    color: #595959;
    font-weight: 600;
    border-bottom: 2px solid #ee4037;
    border-top: 0
}
.page_child_option_menu.small_tabs ul.nav-tabs.no_bg li a .t {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #F65354;
    display: inline-block;
    color: #fff;
    line-height: 16px;
    position: relative;
    top: -7px
}
.page_child_option_menu.small_tabs ul.nav-tabs.no_bg li a .m {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #F65354;
    display: inline-block;
    color: #fff;
    line-height: 16px;
    position: relative;
    top: -7px;
    background: #7AC2F2
}
.page_child_option_menu.small_tabs ul.nav-tabs.no_bg li a .c {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #F65354;
    display: inline-block;
    color: #fff;
    line-height: 16px;
    position: relative;
    top: -7px;
    background: #F4BD2C
}
.page_child_option_menu.small_tabs ul.nav-tabs.no_bg li.active a {
    border-top: 2px solid #8fc227;
    border-bottom: 0;
    border-left: 0;
    border-right: 0
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.heading__title_section {
    border-bottom: 1px solid #777;
    margin: 15px 0;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase
}
.heading__title_section h2 {
    font-size: 1em;
    margin-bottom: 5px;
    text-transform: uppercase
}
.heading__title_section.small {
    border-bottom: 1px solid #777;
    margin: 15px 0;
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase
}
.heading__title_section.small h2 {
    font-size: 1em;
    margin-bottom: 5px;
    text-transform: uppercase
}
.small_box_link {
    padding: 5px;
    font-size: .9em;
    font-weight: 400;
    cursor: pointer
}
.small_box_link:hover,
.small_box_link.active {
    background-color: #ee286d;
    color: #fff
}
.slider_control {
    background-color: #ee286d;
    color: #fff;
    padding: 4px;
    cursor: pointer;
    font-size: .6em
}
.clearence_item .product_box_item {
    width: 25%
}
.customer_view_items_slider .product_box_item {
    width: 25%
}
.main .circular_div .eight_items .wraps {
    width: 12.5%
}
.main .circular_div .eight_items .wraps .img_text_wrapper {
    display: block;
    margin: 0 auto;
    position: relative
}
.main .circular_div .eight_items .wraps .img_text_wrapper .icon {
    width: 130px;
    height: 130px
}
.main .circular_div .eight_items .wraps .img_text_wrapper .icon .icon_info h3 {
    letter-spacing: 2px;
    font-size: 16px;
    margin: 0 20px;
    padding: 55px 0 0 0;
    height: 110px
}
.main .circular_div .seven_items .wraps {
    width: 14.28%
}
.main .circular_div .seven_items .wraps .img_text_wrapper {
    display: block;
    margin: 0 auto;
    position: relative
}
.main .circular_div .seven_items .wraps .img_text_wrapper .icon {
    width: 130px;
    height: 130px
}
.main .circular_div .seven_items .wraps .img_text_wrapper .icon .icon_info h3 {
    letter-spacing: 2px;
    font-size: 16px;
    margin: 0 20px;
    padding: 55px 0 0 0;
    height: 110px
}
.main .circular_div .six_items .wraps {
    width: 16.66%
}
.main .circular_div .six_items .wraps .img_text_wrapper {
    display: block;
    margin: 0 auto;
    position: relative
}
.main .circular_div .six_items .wraps .img_text_wrapper .icon {
    width: 180px;
    height: 180px
}
.main .circular_div .six_items .wraps .img_text_wrapper .icon .icon_info h3 {
    letter-spacing: 2px;
    font-size: 16px;
    margin: 0 30px;
    padding: 80px 0 0 0;
    height: 110px
}
.main .circular_div .five_items .wraps {
    width: 20%
}
.main .circular_div .four_items .wraps {
    width: 25%
}
.main .circular_div .three_items .wraps {
    width: 33.33%
}
.main .circular_div .two_items .wraps {
    width: 50%;
    float: left
}
.main .circular_div .one_item .wraps {
    width: 100%
}
.main .circular_div .one_item .wraps .img_text_wrapper {
    margin: 0 auto
}
.main .circular_div #main_wrapper {
    position: relative
}
.main .circular_div .wraps {
    float: left
}
.main .circular_div .wraps .img_text_wrapper {
    display: block;
    margin: 0 auto;
    position: relative
}
.main .circular_div .wraps .img_text_wrapper .icon {
    width: 180px;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    position: relative;
    cursor: default;
    box-shadow: inset 0 rgba(200, 95, 66, .4), inset 0 0 0 12px rgba(255, 255, 255, .6), 0 1px 2px rgba(0, 0, 0, .1);
    transition: all .4s ease-in-out
}
.main .circular_div .wraps .img_text_wrapper .icon .icon_info {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    transition: all .4s ease-in-out;
    transform: scale(0);
    backface-visibility: hidden
}
.main .circular_div .wraps .img_text_wrapper .icon .icon_info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 16px;
    margin: 0 30px;
    padding: 80px 0 0 0;
    height: 110px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow: 0 0 1px #ee4037, 0 1px 2px rgba(0, 0, 0, .3)
}
.main .circular_div .wraps .img_text_wrapper .icon:hover {
    box-shadow: inset 0 0 0 110px rgba(0, 0, 0, .4), inset 0 0 0 12px rgba(251, 186, 186, .8), 0 1px 2px rgba(0, 0, 0, .1);
    cursor: pointer
}
.main .circular_div .wraps .img_text_wrapper .icon:hover .icon_info {
    opacity: 1;
    transform: scale(1)
}
.main .circular_div .wraps .title {
    margin-top: 10px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 1.2em
}
.main .circular_div .wraps .effects {
    transform-origin: 50% 0;
    transform: perspective(800px) rotatex(90deg);
    transition: transform .3s linear 0s
}
.configuration {
    margin-top: 20px
}
.ordering_system .heading__title_section {
    font-size: 1.4em;
    font-weight: 600
}
.ordering_system .heading__title_section .small_box_link {
    font-size: .9em
}
.ordering_system .heading__title_section .ordering_msg {
    font-weight: 600;
    font-size: .7em;
    margin-left: 10px;
    color: #ee4037
}
.ordering_system .heading__title_section.bottom {
    border-bottom: 0;
    border-top: 1px solid #777;
    margin: 0;
    padding-top: 5px
}
.ordering_system .ordering_items .lg_devices {
    margin-top: 10px
}
.ordering_system .ordering_items .lg_devices .img-responsive {
    max-height: 100px
}
.ordering_system .ordering_items .lg_devices .inactive {
    background-color: #fcfcfc!important
}
.ordering_system .ordering_items .lg_devices .heading {
    background-color: #313030;
    color: #fff;
    padding: 2px 5px;
    text-align: center
}
.ordering_system .ordering_items .lg_devices .row {
    margin: 0;
    padding: 9px 0 0 0
}
.ordering_system .ordering_items .lg_devices .row:nth-child(n+3) {
    border-top: 1px dashed #777
}
.ordering_system .ordering_items .lg_devices .img_txt_div {
    width: 20%
}
.ordering_system .ordering_items .lg_devices .txt_itm_div {
    width: 10%
}
.ordering_system .ordering_items .lg_devices .txt_img_div {
    width: 9%
}
.ordering_system .ordering_items .lg_devices .txt_title_div {
    width: 11%
}
.ordering_system .ordering_items .lg_devices .txt_title_div .product_title {
    font-size: 1.2em;
    line-height: 5.5
}
.ordering_system .ordering_items .lg_devices [class^="col-lg-"] {
    padding-left: 5px;
    padding-right: 0
}
.ordering_system .ordering_items .lg_devices .col-lg-offset-4 {
    margin-left: 20%
}
.ordering_system .ordering_items .lg_devices .item_box {
    padding: 20px 10px;
    background-color: #f5f5f5;
    margin-top: 5px
}
.ordering_system .ordering_items .lg_devices .item_box input {
    margin-top: 10px
}
.ordering_system .ordering_items .sm_devices .items_div {
    margin-bottom: 10px
}
.ordering_system .ordering_items .sm_devices .items_div .order_img_section {
    width: 13.6%;
    float: left
}
.ordering_system .ordering_items .sm_devices .items_div .size_section {
    width: 86.4%;
    float: left
}
.ordering_system .ordering_items .sm_devices .items_div .info {
    padding: 5px;
    font-size: .9em;
    color: #ee4037
}
.ordering_system .ordering_items .sm_devices .items_div .img_div {
    width: 100%;
    float: left;
    padding-right: 10px;
    position: relative;
    background: #ccc none repeat scroll 0 0;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 100% 0 0
}
.ordering_system .ordering_items .sm_devices .items_div .img_div img {
    border: 0 none;
    bottom: 0;
    display: block;
    left: 0;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0
}
.ordering_system .ordering_items .sm_devices .items_div .img_div .product_title {
    bottom: 0;
    left: 0;
    margin: 0 0 5px 5px;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 100%;
    background-color: #777;
    color: #fff;
    font-weight: 600;
    font-size: 1.3em;
    opacity: .8;
    right: 15px;
    margin: 0 auto
}
.ordering_system .ordering_items .sm_devices .items_div .item_div {
    width: 12.5%;
    float: left;
    padding-left: 5px
}
.ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper {
    border: 1px solid #777
}
.ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .heading {
    background-color: #777;
    color: #fff;
    padding: 6px 5px;
    font-weight: 500;
    text-align: center
}
.ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box {
    padding: 0 0 4% 0
}
.ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .disabled {
    background-color: #c3c2c2;
    opacity: .6;
    pointer-events: none
}
.ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .active {
    background-color: #fff!important;
    opacity: 1;
    pointer-events: auto!important;
    color: #212121!important
}
.ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .item_price {
    border-bottom: 1px solid #808080
}
.ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .item_price .item_price_box {
    width: 33.33%;
    float: left;
    padding: 4%;
    font-size: .8em;
    border-left: 1px solid #808080;
    line-height: 1
}
.ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .item_price .item_price_box:first-child {
    border-left: 0!important
}
.ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .item_left {
    padding: 2%;
    text-align: center;
    font-size: 1em
}
.ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .order,
.ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .back_order {
    padding: 2%
}
.ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .order .form-group,
.ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .back_order .form-group {
    margin-bottom: 0
}
.ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .order input,
.ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .back_order input {
    height: 25px
}
.ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box.disabled {
    background-color: #c3c2c2;
    opacity: .6;
    pointer-events: none
}
.ordering_system .ordering_items.cart {
    border: 1px solid #c3c2c2
}
.ordering_system .ordering_items.cart .sm_devices .items_div {
    padding: 5px;
    border-bottom: 1px solid #c3c2c2;
    margin-bottom: 0
}
.ordering_system .ordering_items.cart .sm_devices .items_div .size_section .item_div .item_wrapper .item_box .order,
.ordering_system .ordering_items.cart .sm_devices .items_div .size_section .item_div .item_wrapper .item_box .back_order {
    padding: 4%
}
.ordering_system .ordering_items.cart .sm_devices .items_div .size_section .item_div .item_wrapper .item_box .order .total,
.ordering_system .ordering_items.cart .sm_devices .items_div .size_section .item_div .item_wrapper .item_box .back_order .total {
    font-weight: 600
}
.ordering_system .ordering_items.cart .sm_devices .items_div .size_section .item_div .item_wrapper .item_box .btn_group {
    padding: 4%
}
.ordering_system .ordering_items.cart .sm_devices .items_div .size_section .item_div .item_wrapper .item_box .btn_group .form-group {
    margin-bottom: 0
}
.ordering_system .ordering_items.cart .sm_devices .cart_total .cart_info_div {
    float: left;
    width: 60%;
    padding: 10px
}
.ordering_system .ordering_items.cart .sm_devices .cart_total .cart_subtotal_info {
    float: left;
    width: 40%;
    text-align: right;
    font-weight: 700
}
.ordering_system .ordering_items.cart .sm_devices .cart_total .cart_subtotal_info .cart_subtotal_info_row {
    border-top: 1px solid #c3c2c2;
    padding: 9px 10px;
    border-left: 1px solid #c3c2c2
}
.ordering_system .ordering_items.cart .sm_devices .cart_total .cart_subtotal_info .cart_subtotal_info_row:first-child {
    border-top: 0
}
.ordering_system .ordering_items.cart .sm_devices .cart_total .cart_tot_row {
    border-top: 1px solid #c3c2c2;
    padding: 5px;
    text-align: right
}
.ordering_system .ordering_items.cart .sm_devices .cart_total .cart_tot_row .cat_tot_inner {
    font-weight: 600
}
.ordering_system .ordering_items.cart .sm_devices .cart_total .cart_tot_row .cat_tot_inner .txt {
    margin-right: 10px
}
.ordering_system .ordering_items.cart .sm_devices .cart_total .cart_tot_row .cat_tot_inner .number {
    min-width: 200px
}
.ordering_system .ordering_items.cart .sm_devices .cart_total .cart_tot_row:first-child {
    border-top: 0
}
.btnPayment {
    background: #f2f2ea none repeat scroll 0 0;
    border: 2px solid #f39890;
    border-radius: 10px;
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, .68);
    margin-bottom: 10px;
    min-height: 90px;
    padding: 5px;
    text-decoration: none
}
.btnPayment.active {
    background: #fff2ea none repeat scroll 0 0;
    border: 3px solid #e73c2b
}
ul.cards {
    list-style: outside none none
}
.cards {
    padding-left: 0
}
.cards li {
    background-image: url("//c2.staticflickr.com/4/3713/20116660060_f1e51a5248_m.jpg");
    background-position: 0 0;
    float: left;
    height: 32px;
    margin-right: 8px;
    text-indent: -9999px;
    transition: all .2s ease 0s;
    width: 51px
}
.cards .mastercard {
    background-position: -51px 0
}
.cards .amex {
    background-position: -102px 0
}
.checkout_confirm .title {
    font-size: 18px;
    color: #fff;
    background-color: #777;
    border-color: #ddd;
    padding: 8px
}
.checkout_confirm .payment_inner {
    padding: 10px 5px;
    border: 1px solid #c3c2c2
}
.order_confirm .message {
    font-size: 1.7em;
    font-weight: 500;
    padding: 15px
}
.order_confirm .info {
    padding: 0 15px
}
.order_confirm .info .info_txt {
    border-bottom: 1px dashed #c3c2c2;
    padding: 5px 0
}
.order_confirm .info .info_txt label {
    font-weight: 600;
    margin-bottom: 0
}
.pre_order_details {
    background-color: #ee4037;
    padding: 5px;
    color: #fff
}
.btn-group .btn_grey,
.btn-group-vertical .btn_grey {
    background-color: #eee;
    border-color: #ccc
}
.btn-group .btn_grey:active,
.btn-group-vertical .btn_grey:active,
.btn-group .btn_grey:hover,
.btn-group-vertical .btn_grey:hover,
.btn-group .btn_grey:focus,
.btn-group-vertical .btn_grey:focus,
.btn-group .btn_grey.active,
.btn-group-vertical .btn_grey.active {
    background-color: #777;
    border-color: #313030;
    color: #fff
}
.btn_pink,
.btn_pink:hover {
    background-color: #ee286d;
    border-color: #c7406f;
    color: #fff
}
.btn-group .btn_pink,
.btn-group-vertical .btn_pink {
    background-color: #eee;
    border-color: #ccc;
    color: #212121
}
.btn-group .btn_pink:active,
.btn-group-vertical .btn_pink:active,
.btn-group .btn_pink:hover,
.btn-group-vertical .btn_pink:hover,
.btn-group .btn_pink:focus,
.btn-group-vertical .btn_pink:focus,
.btn-group .btn_pink.active,
.btn-group-vertical .btn_pink.active {
    background-color: #ee286d;
    border-color: #c7406f;
    color: #fff
}
#datetimepicker .datepicker.datepicker-inline,
#datetimepicker .datepicker.datepicker-inline table {
    width: 100%
}
#datetimepicker .datepicker.datepicker-inline table th {
    font-size: 1.1em
}
#datetimepicker .datepicker.datepicker-inline table td {
    font-size: 1em
}
#datetimepicker .datepicker.datepicker-inline table tr td.old,
#datetimepicker .datepicker.datepicker-inline table tr td.new {
    color: #c3c2c2
}
#datetimepicker {
    margin-bottom: 10px;
    border: 1px solid #c3c2c2
}
.datepicker {
    padding: 0
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    background-color: #c3c2c2;
    background-image: linear-gradient(to bottom, #777, #c3c2c2);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #fff
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled[disabled]:hover {
    background-color: #212121
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: #212121;
    background-image: linear-gradient(to bottom, #212121, #313030);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}
#datetimepicker .datepicker table tr th.prev,
#datetimepicker .datepicker table tr th.datepicker-switch,
#datetimepicker .datepicker table tr th.next {
    background-color: #212121;
    border-radius: 0!important;
    color: #fff;
    padding: 7px 0
}
.booking {
    background-color: #eee;
    padding: 15px;
    color: #212121;
    margin-top: 20px
}
.booking .heading {
    font-size: 1.5em;
    margin-bottom: 10px
}
.booking .booking_inner {
    background-color: #fff;
    padding: 10px
}
.booking .booking_inner .btn_time_lbl {
    background-color: #212121;
    color: #fff;
    width: 100%;
    margin-bottom: 0;
    padding: 7px 0
}
.studio_images {
    margin-top: 20px
}
.studio_images a.thumbnail:hover {
    border-color: #777
}
.width_100_per {
    width: 100%
}
.bold {
    font-weight: 700
}
@media (max-width: 800px) {
    .responsive_tbl table,
    .responsive_tbl thead,
    .responsive_tbl tbody,
    .responsive_tbl th,
    .responsive_tbl td,
    .responsive_tbl tr {
        display: block
    }
    .responsive_tbl thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    .responsive_tbl tr {
        border: 1px solid #ccc
    }
    .responsive_tbl td {
        border: 0;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%!important;
        white-space: normal;
        text-align: left
    }
    .responsive_tbl td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: 700
    }
    .responsive_tbl td:before {
        content: attr(data-title)
    }
}
@media (max-width: 767px) {
    .cart_div .cart-row .img_div {
        text-align: center
    }
    .cart_div .cart-row .product_info {
        margin: 10px 0;
        text-align: center
    }
    .cart_div .cart-row .cart-qty-input {
        font-size: 1em;
        padding: 5px;
        width: 95%;
        border: 1px solid black
    }
    .cart_div .cart-row .img-thumbnail {
        max-width: 250px
    }
    .color_choose_section .color_choose_box {
        width: 25%;
        margin-bottom: 1%
    }
    .ordering_system .ordering_items .sm_devices .items_div .order_img_section {
        width: 33.33%;
        float: left
    }
    .ordering_system .ordering_items .sm_devices .items_div .size_section {
        width: 66.67%;
        float: left
    }
    .ordering_system .ordering_items .sm_devices .items_div .img_div {
        width: 100%
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div {
        width: 33.33%;
        padding-bottom: 5px
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box {
        padding: 0 0 4% 0
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .item_left {
        padding: 4%
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .order,
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .back_order {
        padding: 4%
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .order .form-group,
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .back_order .form-group {
        margin-bottom: 0
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div:last-child {
        padding-right: 0
    }
    #topslider .carousel-inner .item .carousel-caption {
        left: 2%;
        right: 2%;
        padding-top: 10px
    }
    #topslider .carousel-inner .item .carousel-caption h3 {
        margin-top: 0;
        font-size: 30px
    }
    .medium-modal {
        width: 95%
    }
    article.main {
        padding-top: 155px
    }
    .content_section {
        margin-top: 10px
    }
    .product_details_section {
        padding-top: 10px
    }
    .inner_content .image_blocks .category_box .wraps {
        width: 50%;
        float: left;
        margin-bottom: 10px
    }
    .inner_content .image_blocks .category_box .wraps .wraps_image_title {
        font-size: 1.5em
    }
    .inner_content .image_blocks .category_box .wraps img {
        width: 220px
    }
    .page_child_option_menu ul.nav-tabs.nav_side li {
        margin-top: 5px;
        width: 50%;
        float: left
    }
    .page_child_option_menu ul.nav-tabs.nav_side li a {
        font-size: 1em;
        height: auto;
        line-height: normal;
        padding-left: 20px
    }
    .page_child_option_menu ul.nav-tabs.nav_side li a:hover {
        border-top: 0;
        background: #eee
    }
    .page_child_option_menu ul.nav-tabs.nav_side li.active a {
        border-top: 0;
        background: #eee
    }
    .page_child_option_menu ul.nav-tabs li {
        width: 50%;
        float: left;
        margin-right: 0
    }
    .page_child_option_menu ul.nav-tabs li a {
        padding: 10px 5px;
        border: 1px solid #777
    }
    .page_child_option_menu ul.nav-tabs li a:hover {
        border-top: 1px solid #101729
    }
    .page_child_option_menu ul.nav-tabs li.active a {
        border-top: 1px solid #101729
    }
    .page_child_option_menu ul.nav-tabs.no_bg li.active a {
        padding: 10px 5px;
        border: 1px solid #0ae;
        background: #ccc
    }
    .page_child_option_menu ul.nav-tabs.no_bg li.active a:hover {
        border-top: 1px solid #0ae
    }
    .page_child_option_menu ul.nav-tabs.no_bg li a {
        border: 1px solid #0ae
    }
    .product_details_section .heading_block h1 {
        font-size: 18px;
        padding: 5px 0
    }
    .product_details_section .share_section {
        margin-top: 10px
    }
    .product_details_section .share_section .share_logos {
        height: 35px;
        line-height: 35px
    }
    .product_details_section .share_section .para_share {
        padding: 5px 0
    }
    .product_details_section .like_section {
        margin-top: 10px
    }
    .product_details_section .like_section .share_logos {
        height: 35px;
        line-height: 35px
    }
    .product_details_section .like_section .para_share {
        padding: 5px 0
    }
    .middle_content.view_horizontal.products .left_section {
        width: 100%
    }
    .middle_content.view_horizontal.products .right_section {
        width: 100%
    }
    .middle_content.view_horizontal.products .right_section .content_section.orange .price.orange {
        top: 0
    }
    .view_horizontal .group {
        width: 100%
    }
    .top_bar .menu_section .wrapper {
        float: none
    }
    .top_bar .menu_section .wrapper a.btn {
        display: block;
        width: 100%;
        border-radius: 0
    }
    .top_bar .menu_section .wrapper a.btn:hover {
        width: 100%
    }
    view_horizontal .content_section {
        width: 100%
    }
    view_horizontal .category_share .right {
        width: 50%
    }
    view_horizontal .category_share .left {
        width: 50%
    }
    #top_bar {
        position: fixed;
        top: 75px;
        width: 100%;
        z-index: 5000
    }
    #top_bar .menu_section .wrapper ul {
        margin: 0;
        padding: 0
    }
    #top_bar .menu_section .wrapper ul li {
        display: block
    }
    #top_bar .menu_section .wrapper ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
        background: #212121;
        display: block;
        color: #fff;
        padding-left: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, .3)
    }
    .menu_bar {
        height: 100px;
        padding: 35px 0 30px 0;
        position: fixed;
        top: 40px;
        width: 100%;
        z-index: 5000
    }
    .menu_bar .container .logo {
        top: -17px;
        width: 240px
    }
    .menu_bar .menu_section {
        margin-top: 40px
    }
    .menu_bar .menu_section .wrapper ul {
        margin: 0;
        padding: 0;
        box-shadow: 0 0 2px 2px rgba(255, 255, 255, .3)
    }
    .menu_bar .menu_section .wrapper ul li {
        display: block
    }
    .menu_bar .menu_section .wrapper ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
        background: #212121;
        display: block;
        color: #fff;
        padding-left: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, .3)
    }
    .wholesale .menu_bar {
        top: 109px
    }
    .menu_bar_bottom {
        height: 100px;
        padding: 35px 0 30px 0;
        position: fixed;
        top: 40px;
        width: 100%;
        z-index: 5000;
        background-color: #c3c2c2;
        position: relative;
        top: auto;
        z-index: 4000;
        height: 50px!important;
        padding: 8px 0!important
    }
    .menu_bar_bottom .container .logo {
        top: -17px;
        width: 240px
    }
    .menu_bar_bottom .menu_section {
        margin-top: 40px
    }
    .menu_bar_bottom .menu_section .wrapper ul {
        margin: 0;
        padding: 0;
        box-shadow: 0 0 2px 2px rgba(255, 255, 255, .3)
    }
    .menu_bar_bottom .menu_section .wrapper ul li {
        display: block
    }
    .menu_bar_bottom .menu_section .wrapper ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
        background: #212121;
        display: block;
        color: #fff;
        padding-left: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, .3)
    }
    .menu_bar_bottom .menu_section {
        margin-top: 35px;
        position: absolute;
        width: 100%
    }
    .menu_bar_bottom .menu_section .wrapper ul {
        margin: 0;
        padding: 0;
        box-shadow: 0 0 2px 2px rgba(255, 255, 255, .3)
    }
    .menu_bar_bottom .menu_section .wrapper ul li {
        display: block
    }
    .menu_bar_bottom .menu_section .wrapper ul li a {
        padding-top: 10px;
        padding-bottom: 10px;
        background: #212121;
        display: block;
        color: #fff;
        padding-left: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, .3)
    }
    .social_media_one {
        font-size: 13px
    }
    .social_media_one .parts {
        width: 50%;
        float: left
    }
    .social_media_one .parts span {
        display: inline-block
    }
    .social_media_one .parts .text-center {
        text-align: left
    }
    .social_media_one .fa {
        font-size: 20px;
        position: relative;
        top: 0;
        padding-right: 10px
    }
    .social_media_one .glyphicon {
        font-size: 20px;
        padding-right: 10px
    }
    .social_media_two {
        padding-bottom: 8px
    }
    .social_media_two .left {
        width: 20%;
        font-size: 18px
    }
    .social_media_two .right {
        width: 80%;
        float: left
    }
    .social_media_two .right ul li {
        width: 15%;
        margin-bottom: 16px
    }
    .social_media_two .right ul li a .fa {
        font-size: 20px;
        color: #777
    }
    .social_media_two .right ul li+li {
        margin-bottom: 0
    }
    .footer_menu.fourth .left {
        margin-top: 10px;
        margin-bottom: 30px;
        width: 100%;
        float: left
    }
    .footer_menu.fourth .left ul li {
        float: left;
        width: 33.33%;
        padding: 6px 0
    }
    .footer_menu.fourth .middle {
        width: 100%;
        float: left;
        padding-left: 5px
    }
    .footer_menu.fourth .middle .middle_left,
    .footer_menu.fourth .middle .middle_middle,
    .footer_menu.fourth .middle .middle_right {
        float: left;
        width: 100%;
        padding-left: 15px
    }
    .footer_menu.fourth .right {
        width: 100%;
        float: left;
        padding-left: 15px;
        padding-right: 15px
    }
    .footer_menu.fourth .links {
        position: relative;
        height: 100%
    }
    .footer_menu.fourth .links::before {
        left: -5px;
        border-left: 0
    }
    .footer_menu.fourth .links::after {
        left: 98%;
        height: 100%;
        top: 0;
        border-right: 0
    }
    .footer_menu.fourth h2 {
        margin-top: 0;
        font-size: 18px
    }
    .footer_menu.fourth h2 span {
        display: inline-block;
        padding-bottom: 3px;
        padding-right: 5px
    }
    .footer_menu.fourth h2 span.blue {
        border-bottom: .5px solid #1a75bc
    }
    .footer_menu.fourth h2 span.second {
        border-bottom: 1px solid #ee4037
    }
    .footer_menu.fourth h2 span.third {
        border-bottom: 1px solid #b235cd
    }
    .footer_menu.fourth h2 span.fourth {
        border-bottom: 1px solid #f8931f
    }
    .footer_menu.fourth h2 span.fifth {
        border-bottom: 1px solid #ee4037
    }
    .footer_menu.fourth h2 span.sixth {
        border-bottom: 1px solid #b235cd
    }
    .footer_menu.fourth h2 img {
        position: relative;
        top: -5px
    }
    .footer_menu.fourth .wrapper {
        margin-bottom: 20px
    }
    .footer_menu.fourth .sub_links,
    .footer_menu.fourth .sub_links.full_width {
        padding-left: 10px;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden
    }
    .footer_menu.fourth .sub_links li,
    .footer_menu.fourth .sub_links.full_width li {
        display: inline-block;
        float: left;
        width: 32.6%;
        padding: 6px 0
    }
    .footer_menu.fourth .sub_links::before {
        border-left: 2px solid red;
        width: 2%;
        content: "";
        height: 150px;
        overflow: hidden;
        padding-right: 10px;
        position: absolute;
        left: 0;
        float: left;
        margin-right: 2%
    }
    .footer_menu h2 {
        font-size: 18px
    }
    .footer_menu ul li a {
        color: #fff
    }
    .footer_menu ul li .fa {
        color: #fff;
        font-size: 12px
    }
    .footer_menu ul.products li {
        width: 100%;
        float: none
    }
    .footer_menu span.input-group-addon {
        background: #026D97;
        color: #fff;
        border-color: #026D97;
        margin-right: -100px
    }
    .topic_section {
        max-height: 200px;
        height: auto
    }
    .topic_section h1 {
        margin-top: 0;
        font-size: 1.5em
    }
    .topic_section .search_box {
        line-height: 100%;
        height: 100%;
        padding: 10px
    }
    .topic_section .search_box .heading_section {
        float: left;
        margin-right: 0;
        text-align: left
    }
    .topic_section .search_box .heading_section h1 {
        font-size: 20px;
        color: #212121;
        line-height: 40px;
        text-align: left
    }
    .topic_section .search_box .search_section {
        font-size: 1.2em;
        float: right
    }
    .topic_section .search_box .search_section .wrapper {
        padding-left: 15px;
        padding-right: 15px;
        background: #ee286d
    }
    .topic_section .search_box .search_section .wrapper input {
        top: -1px;
        max-width: 140px;
        min-width: 140px
    }
    .topic_section .search_box .search_section .glyphicon {
        font-size: 20px
    }
    .topic_section .search_box .view_section {
        padding-left: 15px;
        padding-right: 0;
        font-size: 20px
    }
    .topic_section .search_box .view_section .glyphicon-th,
    .topic_section .search_box .view_section .glyphicon-th-list {
        font-size: 20px
    }
    .search_heading_section h2 {
        margin: 15px 0 15px 0;
        padding-left: 5px
    }
    .inner_content h2 {
        font-size: 22px!important
    }
    .products_box .product_box_item {
        width: 50%
    }
    .visual_it #main_wrapper .full_width_box {
        top: 1200px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        left: 0
    }
    .visual_it #main_wrapper .full_width_box::before {
        height: 120px;
        margin-top: -120px;
        position: relative;
        right: 216px;
        width: 30%;
        padding-top: 45px
    }
    .visual_it #main_wrapper .wraps {
        width: 100%
    }
    .visual_it #main_wrapper .wraps .img_text_wrapper .box_outer {
        transition: transform .5s ease;
        width: 60%;
        left: 20%
    }
    .visual_it #main_wrapper .wraps .img_text_wrapper .box_inner {
        transition: transform .5s ease;
        width: 60%;
        left: 20%
    }
    .main .circular_div #main_wrapper .wraps {
        width: 50%
    }
    .main .circular_div #main_wrapper .wraps .icon {
        width: 180px;
        height: 180px
    }
    .main .circular_div #main_wrapper .wraps .icon .icon_info h3 {
        font-size: 16px;
        height: 110px;
        letter-spacing: 2px;
        margin: 0 30px;
        padding: 80px 0 0
    }
    .main .circular_div .seven_items #main_wrapper .wraps:nth-child(7) {
        width: 100%
    }
    .main .circular_div .five_items #main_wrapper .wraps:nth-child(5) {
        width: 100%
    }
    .main .circular_div .three_items #main_wrapper .wraps:nth-child(3) {
        width: 100%
    }
    .main .circular_div .one_item #main_wrapper .wraps {
        width: 100%
    }
    .featured_items.six_items .featured_block_section {
        width: 50%
    }
    .news_container_section .caption {
        top: 10px;
        padding: 10px 20px;
        font-size: 30px
    }
    .news_container_section .news_blog_div {
        width: 100%
    }
    .news_container_section .news_blog_div .newsflip .back {
        height: 100%
    }
    .news_container_section .news_blog_div .newsflip .newsletter .newsletter_form {
        bottom: 3%;
        font-size: .8em
    }
    .news_container_section .blogflip,
    .news_container_section .newsflip {
        width: 80%;
        height: auto
    }
    .main .category_box .main_wrapper .wraps {
        width: 33.33%;
        margin-bottom: 0
    }
    .main .category_box .main_wrapper .wraps .img_text_wrapper {
        text-align: center
    }
    .main .category_box .main_wrapper .wraps .img_text_wrapper .cat_icon {
        display: block
    }
    .main .category_box .main_wrapper .wraps .img_text_wrapper .cat_text {
        display: block
    }
}
@media (max-width: 387px) {
    .color_choose_section .color_choose_box {
        width: 33.33%;
        margin-bottom: 1%
    }
    .page_child_option_menu ul.nav-tabs.nav_side li {
        width: 100%
    }
    page_child_option_menu ul.nav-tabs.no_bg li a {
        font-size: .8em
    }
    .products_box .product_box_item {
        width: 100%
    }
    .products_box .price span.symb {
        position: relative;
        top: 2px;
        font-size: .8em;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    h1.big_heading {
        font-size: 20px
    }
    .topic_section .search_box .search_section {
        width: 100%
    }
    .topic_section .search_box .search_section .wrapper input {
        max-width: 85%;
        min-width: 85%
    }
    .view_horizontal .title_wrapper .title {
        line-height: 20px;
        font-size: 1em
    }
    .view_horizontal .title_wrapper .price {
        top: -1px
    }
    .view_horizontal .category_share .left {
        width: 100%
    }
    .view_horizontal .category_share .right {
        width: 100%
    }
}
@media (max-width: 500px) {
    .color_choose_section .color_choose_box {
        width: 33.33%;
        margin-bottom: 1%
    }
    .main .category_box .main_wrapper .wraps {
        width: 50%;
        margin-bottom: 0
    }
    .main .category_box .main_wrapper .wraps .img_text_wrapper {
        text-align: center
    }
    .main .category_box .main_wrapper .wraps .img_text_wrapper .cat_icon {
        display: block
    }
    .main .category_box .main_wrapper .wraps .img_text_wrapper .cat_text {
        display: block
    }
    .content_section .container .inner_content .cont_text_section {
        width: 100%
    }
    .content_section .container .inner_content .cont_img_section {
        width: 100%
    }
    .content_section .container .inner_content .cont_img_section .img_box {
        width: 100%
    }
    .topic_section .search_box .heading_section h1 {
        font-size: 17px
    }
    .topic_section .search_box .view_section {
        font-size: auto;
        position: relative;
        top: 5px;
        diplay: block;
        padding-left: 0;
        width: 100%
    }
    .topic_section .search_box .view_section .wrapper {
        padding: 5px 15px 8px;
        margin: 0 auto;
        display: table;
        line-height: 0
    }
    .topic_section .search_box .view_section .glyphicon {
        font-size: 25px;
        padding-left: 5px;
        padding-right: 5px
    }
    .topic_section .search_box .search_section .wrapper {
        padding-left: 5px;
        padding-right: 5px
    }
    .products_box .product_box_item {
        width: 100%
    }
    .view_horizontal .category_share .left {
        width: 100%
    }
    .view_horizontal .category_share .right {
        width: 100%;
        text-align: left
    }
    .inner_content .image_blocks .category_box .wraps {
        width: 100%;
        float: left;
        margin-bottom: 10px
    }
    .inner_content .image_blocks .category_box .wraps .wraps_image_title {
        font-size: 1.5em
    }
    .inner_content .image_blocks .category_box .wraps img {
        width: 180px
    }
    .news_container_section .caption {
        top: 0!important;
        padding: 2px 10px!important;
        font-size: 20px!important
    }
    .news_container_section .news_blog_div {
        width: 100%
    }
    .news_container_section .news_blog_div .newsflip .newsletter .newsletter_form {
        padding: 5px 10px;
        bottom: 2%;
        width: 95%;
        left: 2.5%;
        font-size: .9em
    }
    .news_container_section .news_blog_div .newsflip .newsletter .newsletter_form label {
        margin-bottom: 1px
    }
    .news_container_section .news_blog_div .newsflip .newsletter .newsletter_form .form-group {
        margin-bottom: 5px
    }
    .news_container_section .news_blog_div .newsflip .newsletter .newsletter_form .input_div:first-of-type {
        padding-right: 5px
    }
    .news_container_section .news_blog_div .newsflip .newsletter .newsletter_form .input_div {
        width: 50%;
        float: left
    }
    .news_container_section .news_blog_div .newsflip .newsletter .newsletter_form .btn_div {
        clear: both;
        width: 100%;
        text-align: right
    }
    .news_container_section .news_blog_div .blogflip,
    .news_container_section .news_blog_div .newsflip {
        width: 90%;
        height: auto
    }
    .ordering_system .ordering_items .sm_devices .items_div .order_img_section {
        width: 100%;
        float: left
    }
    .ordering_system .ordering_items .sm_devices .items_div .size_section {
        width: 100%;
        float: left
    }
    .ordering_system .ordering_items .sm_devices .items_div .img_div {
        width: 100%
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div {
        width: 50%;
        padding-bottom: 5px;
        padding-top: 5px
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box {
        padding: 0 0 4% 0
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .item_price .item_price_box .item_price_box {
        line-height: 1.4
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .item_left {
        padding: 4%
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .order,
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .back_order {
        padding: 4%
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .order .form-group,
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .back_order .form-group {
        margin-bottom: 0
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .order input,
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .back_order input {
        height: 34px
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div:last-child {
        padding-right: 0
    }
}
@media (max-width: 559px) {
    .cart_total .cart_info_div {
        width: 100%!important;
        text-align: right;
        padding: 10px
    }
    .cart_total .cart_subtotal_info {
        width: 100%!important;
        text-align: right
    }
    .cart_total .cart_subtotal_info .cart_subtotal_info_row {
        border-top: 1px solid #c3c2c2;
        padding: 10px;
        border-left: 1px solid #c3c2c2
    }
    .cart_total .cart_subtotal_info .cart_subtotal_info_row:first-child {
        border-top: 1px solid #c3c2c2!important
    }
    .ordering_system .ordering_items .sm_devices .items_div .order_img_section {
        width: 100%;
        float: left
    }
    .ordering_system .ordering_items .sm_devices .items_div .size_section {
        width: 100%;
        float: left
    }
    .ordering_system .ordering_items .sm_devices .items_div .img_div {
        width: 100%
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div {
        width: 50%;
        padding-bottom: 5px;
        padding-top: 5px
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box {
        padding: 0 0 4% 0
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .item_left {
        padding: 4%
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .order,
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .back_order {
        padding: 4%
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .order .form-group,
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .back_order .form-group {
        margin-bottom: 0
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div:last-child {
        padding-right: 0
    }
    #topslider .carousel-inner .item .carousel-caption {
        left: 2%;
        right: 2%;
        padding-top: 10px
    }
    #topslider .carousel-inner .item .carousel-caption h3 {
        margin-top: 0;
        font-size: 20px!important
    }
    .inst_feed_page .ins_fed_box .ins_fed_item {
        float: left;
        width: 50%
    }
    .main .category_box .main_wrapper .wraps {
        width: 33.33%;
        margin-bottom: 0
    }
    .main .category_box .main_wrapper .wraps .img_text_wrapper {
        text-align: center
    }
    .main .category_box .main_wrapper .wraps .img_text_wrapper .cat_icon {
        display: block
    }
    .main .category_box .main_wrapper .wraps .img_text_wrapper .cat_text {
        display: block
    }
    .news_container_section .caption {
        top: 10px;
        padding: 10px 20px;
        font-size: 30px
    }
    .news_container_section .news_blog_div {
        width: 100%
    }
    .news_container_section .news_blog_div .newsflip .newsletter .newsletter_form {
        bottom: 3%;
        font-size: .8em
    }
    .featured_items.six_items .featured_block_section {
        width: 100%
    }
    .main .circular_div #main_wrapper .wraps {
        width: 100%
    }
}
@media (min-width: 560px) and (max-width: 637px) {
    .main .category_box .main_wrapper .wraps {
        width: 33.33%;
        margin-bottom: 0
    }
    .main .category_box .main_wrapper .wraps .img_text_wrapper {
        text-align: center
    }
    .main .category_box .main_wrapper .wraps .img_text_wrapper .cat_icon {
        display: block
    }
    .main .category_box .main_wrapper .wraps .img_text_wrapper .cat_text {
        display: block
    }
}
.logo.shrink {
    width: 180px!important;
    top: -12px!important
}
.menu_bar.shrink {
    height: 50px!important;
    padding: 8px 0!important
}
.menu_bar_bottom.shrink {
    height: 50px!important;
    padding: 8px 0!important
}
}
@media (min-width: 638px) and (max-width: 783px) {
    .products_box .product_box_item {
        width: 50%
    }
    .medium-modal {
        width: 95%
    }
    .main .category_box .main_wrapper .wraps {
        width: 33.33%;
        margin-bottom: 0
    }
    .main .category_box .main_wrapper .wraps .img_text_wrapper {
        text-align: center
    }
    .main .category_box .main_wrapper .wraps .img_text_wrapper .cat_icon {
        display: block
    }
    .main .category_box .main_wrapper .wraps .img_text_wrapper .cat_text {
        display: block
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .color_choose_section .color_choose_box {
        width: 20%;
        margin-bottom: 1%
    }
    .ordering_system .ordering_items .sm_devices .items_div .order_img_section {
        width: 25%;
        float: left
    }
    .ordering_system .ordering_items .sm_devices .items_div .size_section {
        width: 75%;
        float: left
    }
    .ordering_system .ordering_items .sm_devices .items_div .img_div {
        width: 100%
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div {
        width: 25%;
        padding-bottom: 5px
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box {
        padding: 0 0 4% 0
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .item_price .item_price_box {
        line-height: 1
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .item_left {
        padding: 4%
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .order,
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .back_order {
        padding: 4%
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .order .form-group,
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .back_order .form-group {
        margin-bottom: 0
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .order input,
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .back_order input {
        height: 29px
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div:last-child {
        padding-right: 0
    }
    .medium-modal {
        width: 95%
    }
    .main .category_box .main_wrapper .wraps {
        width: 33.33%;
        margin-bottom: 0
    }
    .main .category_box .main_wrapper .wraps .img_text_wrapper {
        text-align: center
    }
    .main .category_box .main_wrapper .wraps .img_text_wrapper .cat_icon {
        display: block
    }
    .main .category_box .main_wrapper .wraps .img_text_wrapper .cat_text {
        display: block
    }
    .featured_items.six_items .featured_block_section {
        width: 50%
    }
    .page_child_option_menu ul.nav-tabs.nav_side li {
        margin-top: 5px
    }
    .page_child_option_menu ul.nav-tabs.nav_side li a {
        font-size: 1em;
        height: auto;
        line-height: normal
    }
    .page_child_option_menu ul.nav-tabs li {
        float: left;
        margin-top: 20px;
        width: 100%;
        margin-right: 0
    }
    .middle_content.view_horizontal.products .page_child_option_menu ul.nav-tabs li {
        width: auto
    }
    .middle_content.view_horizontal.products .page_child_option_menu ul.nav-tabs li a {
        padding: 5px 10px
    }
    .middle_content.view_horizontal.products .left_section {
        width: 100%
    }
    .middle_content.view_horizontal.products .right_section {
        width: 100%
    }
    .middle_content.view_horizontal.products .content_section.orange .price.orange {
        top: 0
    }
    .view_horizontal .group {
        width: 100%
    }
    .search_heading_section h2 {
        margin: 15px 0 15px 0;
        padding-left: 5px
    }
    .top_bar .menu_section .wrapper a.btn {
        width: 100px
    }
    .social_media_one {
        font-size: 13px
    }
    .social_media_one .parts {
        width: 25%;
        float: left
    }
    .social_media_one .parts span {
        display: inline-block
    }
    .social_media_one .parts .third {
        position: relative;
        left: 20%
    }
    .social_media_one .fa {
        font-size: 17px;
        position: relative;
        top: 0;
        padding-right: 10px
    }
    .social_media_one .glyphicon {
        font-size: 17px;
        padding-right: 10px
    }
    .social_media_two .left {
        width: 20%;
        font-size: 18px
    }
    .social_media_two .right {
        width: 80%;
        float: left
    }
    .social_media_two .right ul {
        margin: 0;
        padding: 0
    }
    .social_media_two .right ul li {
        width: 8%;
        display: inline-block;
        margin-bottom: 5px;
        padding: 0
    }
    .social_media_two .right ul li a {
        display: inline-block;
        color: #fff
    }
    .social_media_two .right ul li a .fa {
        font-size: 20px;
        color: #777
    }
    .footer_menu.fourth .left {
        margin-top: 10px;
        margin-bottom: 30px;
        width: 100%;
        float: left
    }
    .footer_menu.fourth .left ul li {
        float: left;
        width: 20%;
        padding: 6px 0
    }
    .footer_menu.fourth .middle {
        width: 100%;
        float: left;
        padding-left: 0
    }
    .footer_menu.fourth .middle .middle_left,
    .footer_menu.fourth .middle .middle_middle,
    .footer_menu.fourth .middle .middle_right {
        float: left;
        width: 100%;
        padding-left: 15px
    }
    .footer_menu.fourth .right {
        width: 100%;
        float: left;
        padding-left: 15px
    }
    .footer_menu.fourth .links {
        position: relative;
        height: 100%
    }
    .footer_menu.fourth .links::before {
        left: -5px;
        border-left: 0
    }
    .footer_menu.fourth .links::after {
        left: 98%;
        height: 100%;
        top: 0;
        border-right: 0
    }
    .footer_menu.fourth h2 {
        margin-top: 0;
        font-size: 18px
    }
    .footer_menu.fourth h2 span {
        display: inline-block;
        padding-bottom: 3px;
        padding-right: 5px
    }
    .footer_menu.fourth h2 span.blue {
        border-bottom: .5px solid #1a75bc
    }
    .footer_menu.fourth h2 span.third {
        border-bottom: 1px solid #b235cd
    }
    .footer_menu.fourth h2 span.fourth {
        border-bottom: 1px solid #f8931f
    }
    .footer_menu.fourth h2 span.fifth {
        border-bottom: 1px solid #ee4037
    }
    .footer_menu.fourth h2 span.sixth {
        border-bottom: 1px solid #b235cd
    }
    .footer_menu.fourth h2 img {
        position: relative;
        top: 0
    }
    .footer_menu.fourth .join {
        width: 300px
    }
    .footer_menu.fourth .wrapper {
        margin-bottom: 20px
    }
    .footer_menu.fourth .sub_links,
    .footer_menu.fourth .sub_links.full_width {
        padding-left: 10px;
        width: 100%;
        height: 100%;
        position: relative;
        overflow: hidden
    }
    .footer_menu.fourth .sub_links li,
    .footer_menu.fourth .sub_links.full_width li {
        display: inline-block;
        float: left;
        width: 19.6%;
        padding: 6px 0
    }
    .footer_menu.fourth .sub_links::before {
        width: 2%;
        content: "";
        height: 110px;
        overflow: hidden;
        padding-right: 10px;
        position: absolute;
        left: 0;
        float: left;
        margin-right: 2%
    }
    .footer_menu h2 {
        font-size: 18px
    }
    .footer_menu ul li a {
        color: #fff
    }
    .footer_menu ul li .fa {
        color: #fff;
        font-size: 12px
    }
    .footer_menu ul.products li {
        width: 100%;
        float: none
    }
    .footer_menu span.input-group-addon {
        background: #026D97;
        color: #fff;
        border-color: #026D97;
        margin-right: -100px
    }
    .topic_section {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }
    .topic_section .search_box {
        padding: 10px
    }
    .topic_section .search_box .heading_section {
        margin-right: 15px
    }
    .topic_section .search_box .heading_section h1 {
        font-size: 1.5em
    }
    .topic_section .search_box .search_section {
        font-size: 1.2em
    }
    .topic_section .search_box .search_section input {
        width: 150px
    }
    .topic_section .search_box .search_section .wrapper {
        padding-left: 15px;
        padding-right: 15px
    }
    .topic_section .search_box .search_section .glyphicon {
        font-size: 1.2em
    }
    .topic_section .search_box .view_section {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 1.2em
    }
    .topic_section .search_box .view_section .glyphicon-th,
    .topic_section .search_box .view_section .glyphicon-th-list {
        font-size: 20px
    }
    .products_box .product_box_item {
        width: 33.33%
    }
    .products_box .product_box_item .price {
        font-size: 1.8em
    }
    .wraps {
        width: 50%;
        margin-bottom: 50px
    }
    .five_items .wraps {
        width: 50%
    }
    .five_items .wraps.last {
        margin-left: 25%
    }
    .four_items .wraps {
        width: 50%
    }
    .three_items .wraps {
        width: 33.33%
    }
    .view_horizontal .category_share .right {
        width: 50%
    }
    .view_horizontal .category_share .left {
        width: 50%
    }
    .inner_content .image_blocks .category_box .wraps .wraps_image_title {
        font-size: 1.5em
    }
    .inner_content .image_blocks .category_box .wraps img {
        width: 200px
    }
    .visual_it #main_wrapper .full_width_box {
        top: 590px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        left: 0;
        right: 0;
        width: 100%
    }
    .visual_it #main_wrapper .full_width_box::before {
        position: relative;
        margin-top: -150px;
        right: 54px;
        width: 31%;
        height: 120px
    }
    .visual_it .wraps {
        width: 50%;
        margin-bottom: 50px
    }
    .visual_it .wraps .img_text_wrapper .box_outer {
        left: 13%;
        width: 75%
    }
    .visual_it .wraps .img_text_wrapper .box_inner {
        left: 13%;
        width: 75%;
        z-index: 6000
    }
    .visual_it .wraps .img_text_wrapper.last .box_outer {
        display: none
    }
    .visual_it .five_items .wraps {
        width: 50%
    }
    .visual_it .five_items .wraps .img_text_wrapper .box_outer {
        left: 13%;
        width: 75%
    }
    .visual_it .five_items .wraps .img_text_wrapper .box_inner {
        left: 13%;
        width: 75%;
        z-index: 6000
    }
    .visual_it .five_items .wraps.last {
        margin-left: 25%
    }
    .visual_it .four_items .wraps {
        width: 50%
    }
    .visual_it .four_items .wraps .img_text_wrapper .box_outer {
        left: 13%;
        width: 75%
    }
    .visual_it .four_items .wraps .img_text_wrapper .box_inner {
        left: 13%;
        width: 75%;
        z-index: 6000
    }
    .visual_it .four_items .wraps .img_text_wrapper.last .box_outer {
        display: none
    }
    .visual_it .three_items .wraps {
        width: 33.33%
    }
    .visual_it .three_items .wraps .img_text_wrapper .box_outer {
        left: 13%;
        width: 100%
    }
    .visual_it .three_items .wraps .img_text_wrapper .box_inner {
        left: 13%;
        width: 100%;
        z-index: 6000
    }
    .visual_it .three_items .wraps .img_text_wrapper.last .box_outer {
        display: none
    }
    .main .circular_div .wraps {
        width: 50%;
        margin-bottom: 50px
    }
    .main .circular_div .eight_items .wraps {
        width: 25%
    }
    .main .circular_div .seven_items .wraps {
        width: 25%
    }
    .main .circular_div .seven_items .wraps:nth-child(5),
    .main .circular_div .seven_items .wraps:nth-child(6),
    .main .circular_div .seven_items .wraps:nth-child(7) {
        width: 33.33%
    }
    .main .circular_div .six_items .wraps {
        width: 50%;
        margin-bottom: 50px
    }
    .main .circular_div .five_items .wraps {
        width: 50%
    }
    .main .circular_div .five_items .wraps:nth-child(5) {
        width: 100%
    }
    .main .circular_div .five_items .wraps.last {
        margin-left: 25%
    }
    .main .circular_div .four_items .wraps {
        width: 50%
    }
    .main .circular_div .three_items .wraps {
        width: 33.33%
    }
    .news_container_section .blogflip,
    .news_container_section .newsflip {
        width: 95%;
        height: auto
    }
    .news_container_section .caption {
        top: 10px;
        padding: 10px 20px;
        font-size: 28px
    }
    .news_container_section .news_blog_div {
        width: 50%
    }
    .news_container_section .news_blog_div .newsflip .newsletter .newsletter_form {
        bottom: 2%;
        width: 50%;
        font-size: .8em
    }
    .menu_bar .container .logo {
        left: 15px;
        position: absolute;
        top: -18px;
        width: 220px
    }
}
@media (min-width: 780px) and (max-width: 1000px) {
    .medium-modal {
        width: 95%
    }
}
@media (min-width: 992px) {
    .right_large_devices {
        float: right!important;
        text-align: right!important
    }
}
@media (min-width: 992px) and (max-width: 1100px) {
    .color_choose_section .color_choose_box {
        width: 16.66%;
        margin-bottom: 1%
    }
    .ordering_system .ordering_items .sm_devices .items_div .order_img_section {
        width: 25%;
        float: left
    }
    .ordering_system .ordering_items .sm_devices .items_div .size_section {
        width: 75%;
        float: left
    }
    .ordering_system .ordering_items .sm_devices .items_div .img_div {
        width: 100%;
        padding: 91% 0 0
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div {
        width: 25%;
        padding-bottom: 5px
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box {
        padding: 0 0 4% 0
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .item_price .item_price_box {
        line-height: 1.4
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .item_left {
        padding: 4%
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .order,
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .back_order {
        padding: 4%
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .order .form-group,
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .back_order .form-group {
        margin-bottom: 0
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .order input,
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .back_order input {
        height: 34px
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div:last-child {
        padding-right: 0
    }
    .medium-modal {
        width: 95%
    }
    .main .category_box .main_wrapper .wraps {
        margin-bottom: 0
    }
    .main .category_box .main_wrapper .wraps .img_text_wrapper {
        text-align: center
    }
    .main .category_box .main_wrapper .wraps .img_text_wrapper .cat_icon {
        display: block
    }
    .main .category_box .main_wrapper .wraps .img_text_wrapper .cat_text {
        display: block
    }
    .featured_items.six_items .featured_block_section {
        width: 50%
    }
    .page_child_option_menu ul.nav-tabs.nav_side li {
        margin-top: 5px
    }
    .page_child_option_menu ul.nav-tabs.nav_side li a {
        font-size: 1em;
        height: auto;
        line-height: normal;
        padding-left: 15px
    }
    .page_child_option_menu ul.nav-tabs li a {
        padding: 5px
    }
    .product_details_section .heading_block h1 {
        font-size: 18px;
        padding: 5px 0
    }
    .product_details_section .share_section {
        margin-top: 10px
    }
    .product_details_section .share_section .share_logos {
        height: 35px;
        line-height: 35px
    }
    .product_details_section .share_section .para_share {
        padding: 5px 0
    }
    .product_details_section .like_section {
        margin-top: 10px
    }
    .product_details_section .like_section .share_logos {
        height: 35px;
        line-height: 35px
    }
    .product_details_section .like_section .para_share {
        padding: 5px 0
    }
    .social_media_two .left {
        width: 20%;
        font-size: 18px
    }
    .social_media_two .right {
        width: 80%;
        float: left
    }
    .social_media_two .right ul li {
        width: 8%
    }
    .social_media_two .right ul li a .fa {
        font-size: 20px;
        color: #777
    }
    .products_box .product_box_item {
        width: 33.33%
    }
    .products_box .product_box_item .price {
        font-size: 1.5em
    }
    .wraps {
        width: 33.33%;
        margin-bottom: 50px
    }
    .visual_it #main_wrapper .full_width_box {
        top: 590px;
        border-bottom-right-radius: 10px;
        left: 0;
        right: 0;
        width: 100%
    }
    .visual_it #main_wrapper .full_width_box::before {
        position: relative;
        right: -27px;
        width: 54%;
        height: 126px;
        margin-top: -153px
    }
    .visual_it .wraps {
        width: 33.33%;
        margin-bottom: 50px
    }
    .visual_it .wraps .img_text_wrapper .box_outer {
        left: 0;
        width: 100%
    }
    .visual_it .wraps .img_text_wrapper .box_inner {
        left: 0;
        width: 100%
    }
    .main .circular_div #main_wrapper .full_width_box {
        top: 590px;
        border-bottom-right-radius: 10px;
        left: 0;
        right: 0;
        width: 100%
    }
    .main .circular_div #main_wrapper .full_width_box::before {
        position: relative;
        right: -27px;
        width: 54%;
        height: 126px;
        margin-top: -153px
    }
    .main .circular_div .wraps {
        width: 33.33%;
        margin-bottom: 50px
    }
    .main .circular_div .six_items .wraps {
        width: 33.33%;
        margin-bottom: 50px
    }
    .main .circular_div .eight_items .wraps {
        width: 25%
    }
    .main .circular_div .eight_items .wraps .img_text_wrapper {
        display: block;
        margin: 0 auto;
        position: relative
    }
    .main .circular_div .eight_items .wraps .img_text_wrapper .icon {
        width: 130px;
        height: 130px
    }
    .main .circular_div .eight_items .wraps .img_text_wrapper .icon .icon_info h3 {
        letter-spacing: 2px;
        font-size: 16px;
        margin: 0 20px;
        padding: 55px 0 0 0;
        height: 110px
    }
    .main .circular_div .seven_items .wraps {
        width: 25%
    }
    .main .circular_div .seven_items .wraps .img_text_wrapper {
        display: block;
        margin: 0 auto;
        position: relative
    }
    .main .circular_div .seven_items .wraps .img_text_wrapper .icon {
        width: 130px;
        height: 130px
    }
    .main .circular_div .seven_items .wraps .img_text_wrapper .icon .icon_info h3 {
        letter-spacing: 2px;
        font-size: 16px;
        margin: 0 20px;
        padding: 55px 0 0 0;
        height: 110px
    }
    .main .circular_div .seven_items .wraps:nth-child(5),
    .main .circular_div .seven_items .wraps:nth-child(6),
    .main .circular_div .seven_items .wraps:nth-child(7) {
        width: 33.33%
    }
    .menu_bar .container .logo {
        left: 15px;
        position: absolute;
        top: -23px;
        width: 270px
    }
}
@media (min-width: 786px) and (max-width: 1199px) {
    .chk_fixed_len_btn_min_perc {
        min-width: 100%!important
    }
    .main .circular_div .wraps {
        width: 33.33%
    }
    .main .circular_div .six_items .wraps {
        width: 33.33%
    }
    .main .circular_div .eight_items .wraps {
        width: 25%
    }
    .main .circular_div .eight_items .wraps .img_text_wrapper {
        display: block;
        margin: 0 auto;
        position: relative
    }
    .main .circular_div .eight_items .wraps .img_text_wrapper .icon {
        width: 130px;
        height: 130px
    }
    .main .circular_div .eight_items .wraps .img_text_wrapper .icon .icon_info h3 {
        letter-spacing: 2px;
        font-size: 16px;
        margin: 0 20px;
        padding: 55px 0 0 0;
        height: 110px
    }
    .main .circular_div .seven_items .wraps {
        width: 25%
    }
    .main .circular_div .seven_items .wraps .img_text_wrapper {
        display: block;
        margin: 0 auto;
        position: relative
    }
    .main .circular_div .seven_items .wraps .img_text_wrapper .icon {
        width: 130px;
        height: 130px
    }
    .main .circular_div .seven_items .wraps .img_text_wrapper .icon .icon_info h3 {
        letter-spacing: 2px;
        font-size: 16px;
        margin: 0 20px;
        padding: 55px 0 0 0;
        height: 110px
    }
    .main .circular_div .seven_items .wraps:nth-child(5),
    .main .circular_div .seven_items .wraps:nth-child(6),
    .main .circular_div .seven_items .wraps:nth-child(7) {
        width: 33.33%
    }
}
@media (min-width: 1101px) and (max-width: 1199px) {
    .color_choose_section .color_choose_box {
        width: 16.66%;
        margin-bottom: 1%
    }
    .ordering_system .ordering_items .sm_devices .items_div .order_img_section {
        width: 25%;
        float: left
    }
    .ordering_system .ordering_items .sm_devices .items_div .size_section {
        width: 75%;
        float: left
    }
    .ordering_system .ordering_items .sm_devices .items_div .img_div {
        width: 100%;
        padding: 91% 0 0
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div {
        width: 25%;
        padding-bottom: 5px
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box {
        padding: 0 0 4% 0
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .item_price .item_price_box {
        line-height: 1.4
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .item_left {
        padding: 4%
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .order,
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .back_order {
        padding: 4%
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .order .form-group,
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .back_order .form-group {
        margin-bottom: 0
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .order input,
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .back_order input {
        height: 34px
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div:last-child {
        padding-right: 0
    }
    .products_box .product_box_item {
        width: 25%
    }
    .medium-modal {
        width: 95%
    }
    .main .category_box .main_wrapper .wraps .img_text_wrapper {
        text-align: center
    }
    .main .category_box .main_wrapper .wraps .img_text_wrapper .cat_icon {
        display: block
    }
    .main .category_box .main_wrapper .wraps .img_text_wrapper .cat_text {
        display: block
    }
    .page_child_option_menu ul.nav-tabs.nav_side li {
        margin-top: 5px
    }
    .page_child_option_menu ul.nav-tabs.nav_side li a {
        font-size: 1em;
        height: auto;
        line-height: normal;
        padding-left: 15px
    }
    .page_child_option_menu ul.nav-tabs li a {
        padding: 8px
    }
    .product_details_section .heading_block h1 {
        font-size: 18px;
        padding: 5px 0
    }
    .product_details_section .share_section {
        margin-top: 10px
    }
    .product_details_section .share_section .share_logos {
        height: 35px;
        line-height: 35px
    }
    .product_details_section .share_section .para_share {
        padding: 5px 0
    }
    .product_details_section .like_section {
        margin-top: 10px
    }
    .product_details_section .like_section .share_logos {
        height: 35px;
        line-height: 35px
    }
    .product_details_section .like_section .para_share {
        padding: 5px 0
    }
    .featured_items.six_items .featured_block_section {
        width: 50%
    }
	.menu_bar .container .logo {
    left: 15px;
                position: absolute;
                top: -23px;
                width: 270px;
}
}
@media (min-width: 1200px) and (max-width: 1749px) {
    .inner_content .price {
        padding-top: 0;
        padding-bottom: 3px
    }
    .inner_content .price span.symb {
        font-size: .6em
    }
    .inner_content .price span.wa {
        letter-spacing: -5px
    }
    .product_details_section .heading_block h1 {
        font-size: 18px;
        padding: 5px 0
    }
    .product_details_section .share_section {
        margin-top: 10px
    }
    .product_details_section .share_section .share_logos {
        height: 35px;
        line-height: 35px
    }
    .product_details_section .share_section .para_share {
        padding: 5px 0
    }
    .product_details_section .like_section {
        margin-top: 10px
    }
    .product_details_section .like_section .share_logos {
        height: 35px;
        line-height: 35px
    }
    .product_details_section .like_section .para_share {
        padding: 5px 0
    }
    .featured_items.six_items .featured_block_section {
        width: 33.33%
    }
}
@media (min-width: 1750px) and (max-width: 2299px) {
    .featured_items.six_items .featured_block_section {
        width: 33.33%
    }
    .products_box .price {
        font-size: 1em
    }
    .products_box .price span.symb {
        font-size: .6em
    }
    .products_box .product_box_item {
        width: 20%
    }
    .container {
        width: 1540px
    }
    .ordering_system .ordering_items .sm_devices .items_div .order_img_section {
        width: 11.5%;
        float: left
    }
    .ordering_system .ordering_items .sm_devices .items_div .size_section {
        width: 88.5%;
        float: left
    }
    .ordering_system .ordering_items .sm_devices .items_div .img_div {
        width: 100%
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div {
        width: 12.5%;
        padding-bottom: 5px
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box {
        padding: 0 0 4% 0
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .item_left {
        padding: 3%
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .order,
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .back_order {
        padding: 2.5%
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .order .form-group,
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .back_order .form-group {
        margin-bottom: 0
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div:last-child {
        padding-right: 0
    }
}
@media (min-width: 2300px) and (max-width: 6000px) {
    .products_box .product_box_item {
        width: 14.28%
    }
    .main .circular_div .eight_items .wraps .img_text_wrapper .icon {
        width: 180px;
        height: 180px
    }
    .main .circular_div .eight_items .wraps .img_text_wrapper .icon .icon_info h3 {
        letter-spacing: 2px;
        font-size: 16px;
        margin: 0 30px;
        padding: 80px 0 0 0;
        height: 110px
    }
    .main .circular_div .seven_items .wraps .img_text_wrapper .icon {
        width: 180px;
        height: 180px
    }
    .main .circular_div .seven_items .wraps .img_text_wrapper .icon .icon_info h3 {
        letter-spacing: 2px;
        font-size: 16px;
        margin: 0 30px;
        padding: 80px 0 0 0;
        height: 110px
    }
    .main .circular_div .six_items .wraps .img_text_wrapper .icon {
        width: 180px;
        height: 180px
    }
    .main .circular_div .six_items .wraps .img_text_wrapper .icon .icon_info h3 {
        letter-spacing: 2px;
        font-size: 16px;
        margin: 0 30px;
        padding: 80px 0 0 0;
        height: 110px
    }
    .main .circular_div .five_items .wraps .img_text_wrapper .icon {
        width: 220px;
        height: 220px
    }
    .main .circular_div .five_items .wraps .img_text_wrapper .icon .icon_info h3 {
        letter-spacing: 2px;
        font-size: 16px;
        margin: 0 30px;
        padding: 100px 0 0 0;
        height: 110px
    }
    .main .circular_div .four_items .wraps .img_text_wrapper .icon {
        width: 220px;
        height: 220px
    }
    .main .circular_div .four_items .wraps .img_text_wrapper .icon .icon_info h3 {
        letter-spacing: 2px;
        font-size: 16px;
        margin: 0 30px;
        padding: 100px 0 0 0;
        height: 110px
    }
    .main .circular_div .three_items .wraps .img_text_wrapper .icon {
        width: 220px;
        height: 220px
    }
    .main .circular_div .three_items .wraps .img_text_wrapper .icon .icon_info h3 {
        letter-spacing: 2px;
        font-size: 16px;
        margin: 0 30px;
        padding: 105px 0 0 0;
        height: 110px
    }
    .main .circular_div .two_items .wraps .img_text_wrapper .icon {
        width: 220px;
        height: 220px
    }
    .main .circular_div .two_items .wraps .img_text_wrapper .icon .icon_info h3 {
        letter-spacing: 2px;
        font-size: 16px;
        margin: 0 30px;
        padding: 105px 0 0 0;
        height: 110px
    }
    .main .circular_div .one_item .wraps .img_text_wrapper .icon {
        width: 220px;
        height: 220px
    }
    .main .circular_div .one_item .wraps .img_text_wrapper .icon .icon_info h3 {
        letter-spacing: 2px;
        font-size: 16px;
        margin: 0 30px;
        padding: 105px 0 0 0;
        height: 110px
    }
}
@media (min-width: 2300px) and (max-width: 2999px) {
    .featured_items.six_items .featured_block_section {
        width: 16.66%
    }
    .ordering_system .ordering_items .sm_devices .items_div .order_img_section {
        width: 9%;
        float: left
    }
    .ordering_system .ordering_items .sm_devices .items_div .size_section {
        width: 91%;
        float: left
    }
    .ordering_system .ordering_items .sm_devices .items_div .img_div {
        width: 100%
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div {
        width: 12.5%;
        padding-bottom: 5px
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box {
        padding: 0 0 4% 0
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .item_left {
        padding: 2%
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .order,
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .back_order {
        padding: 3%
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .order .form-group,
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .back_order .form-group {
        margin-bottom: 0
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div:last-child {
        padding-right: 0
    }
    .container {
        width: 2200px
    }
    .group {
        width: 50%;
        float: left;
        padding-left: 10px
    }
    .view_horizontal .group {
        width: 25%;
        float: left;
        padding-left: 10px
    }
}
@media (min-width: 3000px) and (max-width: 6000px) {
    .featured_items.six_items .featured_block_section {
        width: 16.66%
    }
    .ordering_system .ordering_items .sm_devices .items_div .order_img_section {
        width: 8%;
        float: left
    }
    .ordering_system .ordering_items .sm_devices .items_div .size_section {
        width: 92%;
        float: left
    }
    .ordering_system .ordering_items .sm_devices .items_div .img_div {
        width: 100%
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div {
        width: 12.5%;
        padding-bottom: 5px
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box {
        padding: 0 0 4% 0
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .item_left {
        padding: 3%
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .order,
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .back_order {
        padding: 2.5%
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .order .form-group,
    .ordering_system .ordering_items .sm_devices .items_div .item_div .item_wrapper .item_box .back_order .form-group {
        margin-bottom: 0
    }
    .ordering_system .ordering_items .sm_devices .items_div .item_div:last-child {
        padding-right: 0
    }
    .container {
        width: 2600px
    }
    .group {
        width: 50%;
        float: left;
        padding-left: 7.5px;
        padding-right: 7.5px
    }
    .view_horizontal .group {
        width: 25%;
        float: left;
        padding-left: 7.5px;
        padding-right: 7.5px;
        padding-left: 10px
    }
    .products_box .product_box_item {
        width: 12.5%
    }
}
@media (min-width: 810px) and (max-width: 1100px) {
    .menu_bar .menu_without_buttons .wrapper .btn {
        padding: 6px
    }
    .menu_bar .menu_without_buttons .wrapper a {
        color: #212121;
        font-size: 16px;
        text-transform: uppercase
    }
}
@media (min-width: 767px) and (max-width: 810px) {
    .menu_bar .menu_without_buttons .wrapper .btn {
        padding: 6px
    }
    .menu_bar .menu_without_buttons .wrapper a {
        color: #212121;
        font-size: 16px;
        text-transform: uppercase
    }
}
@media (max-width: 767px) {
    #top_bar {
        position: absolute;
        top: 0
    }
    .menu_bar {
        position: absolute
    }
}
@media (min-width: 640px) and (max-width: 767px) {
    .login_bar i+i {
        padding-left: 1.5px
    }
}
@media (max-width: 640px) {
    .login_bar i+i {
        padding-right: 1.5px;
        padding-left: 0
    }
    .login_bar {
        position: relative;
        overflow: visible;
        height: auto;
        line-height: normal
    }
    .login_bar [class*="col-"] {
        width: 100%;
        margin: 5px 0
    }
    .menu_bar {
        position: absolute;
        top: 55px
    }
    article.main {
        padding-top: 110px
    }
    #top_bar {
        position: absolute;
        top: 0
    }
}
@media only screen and (max-width: 800px) {
    .order_section .items_div .no-more-tables table {
        border: 0
    }
    .order_section .items_div .order_img_section {
        float: left;
        width: 100%
    }
    .order_section .items_div .size_section {
        float: left;
        width: 100%
    }
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block
    }
    .no-more-tables thead tr th {
        position: absolute;
        top: -9999px;
        left: -9999px;
        border-bottom-width: 1px
    }
    .no-more-tables tr {
        border: 1px solid #ccc
    }
    .no-more-tables thead tr,
    .no-more-tables tr td {
        border: 0
    }
    .no-more-tables td {
        border: 0;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 30%!important;
        white-space: normal;
        text-align: left
    }
    .no-more-tables td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px!important;
        white-space: nowrap;
        text-align: left;
        font-weight: 700
    }
    .no-more-tables td:before {
        content: attr(data-title)
    }
}
.wrapper .container {
    width: 1170px;
    height: auto
}
.wrapper .button_div {
    margin-top: 10px;
    float: right
}
.wrapper article.main {
    padding-top: 0
}
.wrapper .login_bar {
    position: relative
}
.wrapper .logo_bar {
    position: relative;
    top: 0
}
.wrapper .logo_bar .logo_div .logo {
    position: relative;
    top: 0
}
.wrapper .logo_bar .logo_text_div {
    padding-top: 3px!important;
    text-transform: none!important;
    font-size: 1.2em!important;
    line-height: 1.2!important
}
.wrapper .invoice .billing_shipping_block .billing_block {
    width: 49%;
    float: left
}
.wrapper .invoice .billing_shipping_block .billing_block .billing_block_inner {
    padding: 5px 10px;
    font-size: 1.3em;
    border: 1px solid #c3c2c2;
    text-align: right
}
.wrapper .invoice .billing_shipping_block .billing_block .title {
    background: #c3c2c2;
    padding: 5px 10px;
    font-size: 1.6em;
    color: #212121
}
.wrapper .invoice .date_title {
    font-size: 1.6em
}
.wrapper .invoice .additional_invoice_info {
    font-size: 1.3em
}
.wrapper .invoice .additional_invoice_info span {
    margin-right: 20px
}
.wrapper .invoice .table_invoice .title {
    background: #c3c2c2;
    padding: 5px 10px;
    font-size: 1.6em;
    color: #212121;
    width: 60%
}
.wrapper .invoice .table_invoice .white_bg {
    background: #fff!important;
    color: #333;
    width: 40%
}
.wrapper .invoice .table_invoice table thead tr th {
    background: #c3c2c2
}
.wrapper .invoice .table_invoice table thead tr th,
.wrapper .invoice .table_invoice table tr td {
    border: 1px solid #c3c2c2
}
.wrapper .invoice .intent_order_details .intent_order_details_inner .product_details_section .order_title_text_block .title {
    font-weight: 600;
    float: left
}
.wrapper .uppercase {
    text-transform: uppercase
}
.wrapper .invoice_footer {
    padding: 10px 0
}
.wrapper .invoice_footer .invoice_footer_left {
    float: left;
    width: 50%
}
.wrapper .invoice_footer .invoice_footer_left .fot_title {
    font-size: 1.2em;
    font-weight: 600
}
.wrapper .invoice_footer .invoice_footer_right {
    float: right;
    width: 50%
}
.wrapper .invoice_footer .invoice_footer_right .fot_title_div .fot_title_box {
    width: 33.33%;
    float: left;
    background: #c3c2c2;
    color: #fff;
    padding: 10px;
    font-size: 1.2em;
    font-weight: 600
}
.wrapper .invoice_footer .invoice_footer_right .fot_title_text_div {
    font-size: 1.6em;
    font-weight: 600;
    border: 1px solid #c3c2c2;
    margin-top: 2px
}
.wrapper .invoice_footer .invoice_footer_right .fot_title_text_div .fot_title_box {
    width: 33.33%;
    float: left;
    background: 0;
    padding: 10px;
    border-left: 1px solid #c3c2c2
}
.wrapper .invoice_footer .invoice_footer_right .fot_title_text_div .no_border {
    border: 0!important
}
.wrapper .invoice_footer .invoice_footer_right .inv_footer_bottom {
    background: #c3c2c2;
    height: 10px
}
.menu_category_active {
	color: #ee286d!important;
}
/* This beautiful CSS-File has been crafted with LESS (lesscss.org) and compiled by simpLESS (wearekiss.com/simpless) */

.products_box.view_horizontal .product_inner_right .feature_icons .feature_box {
    margin: 0 0 10px 10px;
    text-align: center;
    width: 45%;
    float: left;
    display: block;
    overflow: hidden;
    position: relative;
    box-shadow: 0 3px 2px 2px #ddd;
    -o-box-shadow: 0 3px 2px 2px #ddd;
    -ms-box-shadow: 0 3px 2px 2px #ddd;
    -moz-box-shadow: 0 3px 2px 2px #ddd;
    -webkit-box-shadow: 0 3px 2px 2px #ddd;
}

.products_box.view_horizontal .product_inner_right .feature_icons {
    margin-top: 10px;
}

.products_box.view_horizontal .product_inner_right {
    width: 30%;
    float: left;
}