File: /var/www/html/wpprm_err/wp-content/themes/ronneby/inc/dynamic_styles/mobile-responsive.php
<?php
$output .= '@media only screen and (min-width:'. $vars['small_responsive_breakpoint'] .'px) and (max-width:'. ((int)$vars['medium_responsive_breakpoint'] - 1) .'px) {';
$output .= 'button {';
$output .= 'font-size: 10px!important;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. $vars['small_responsive_breakpoint'] .'px) {';
$output .= 'button {';
$output .= 'font-size: 9px!important;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (min-width:'. ((int)$vars['header_responsive_breakpoint']) .'px) {';
$output .= '#header-container {';
$output .= 'background: transparent;';
$output .= '}';
$output .= '#header-container, #header-container:not(.small) {';
$output .= 'position: fixed;';
$output .= 'border-bottom-width: 0;';
$output .= '}';
$output .= 'body:not(.dfd-custom-padding-html) #header-container #header .header-top-panel, body:not(.dfd-custom-padding-html) #header-container #header .header-wrap {';
$output .= 'padding: 0;';
$output .= '}';
$output .= '#header-container:not(.small):not(.logo-position-right) #header .header-wrap > .row:last-child {';
$output .= 'padding-top: 20px;';
$output .= 'padding-bottom: 20px;';
$output .= '}';
$output .= '#header-container:not(.small):not(.logo-position-right):not(.header-style-11) #header .header-wrap > .row:last-child .columns.header-main-panel {';
$output .= 'height: '. $vars['menu_inner_height'] .'px;';
$output .= 'padding: 0 10px;';
$output .= '}';
$output .= '#header-container.header-style-5:not(.small):not(.logo-position-right) #header .header-wrap > .row:last-child .columns.header-main-panel, #header-container.header-style-8:not(.small):not(.logo-position-right) #header .header-wrap > .row:last-child .columns.header-main-panel {';
$output .= 'height: 100%;';
$output .= 'padding: 0;';
$output .= '}';
$output .= '#header-container:not(.small):not(.logo-position-right):not(.header-style-11):not(.header-style-12):not(.header-style-13):not(.dfd-header-buttons-disabled) #header .header-wrap > .row:last-child .columns.header-main-panel .header-col-right {';
$output .= 'float: right;';
$output .= 'width: 280px;';
$output .= '}';
$output .= '.dl-menuwrapper {';
$output .= 'display: none;';
$output .= '}';
$output .= '#header-container #header .header-wishlist-button, .side-area-controller-wrap, #side-area, #header-container:not(.small):not(.logo-position-right) #header .header-wrap > .row:last-child .columns.header-main-panel .lang-sel, #header-container:not(.small):not(.logo-position-right) #header .header-wrap > .row:last-child .columns.header-main-panel .header-col-fluid, #main_mega_menu {';
$output .= 'display: block;';
$output .= '}';
$output .= '#header-container.header-style-8:not(.small):not(.logo-position-right) #header .header-wrap > .row:last-child .columns.header-main-panel .header-col-fluid, #header-container.header-style-5:not(.small):not(.logo-position-right) #header .header-wrap > .row:last-child .columns.header-main-panel .header-col-fluid {';
$output .= 'display: table;';
$output .= '}';
$output .= '#header-container:not(.small) .form-search-wrap, #header-container:not(.small) .lang-sel, #header-container:not(.small) .total_cart_header {';
$output .= 'height: '. $vars['menu_inner_height'] .'px;';
$output .= 'line-height: '. $vars['menu_inner_height'] .'px;';
$output .= '}';
$output .= '#menu-fixer {';
$output .= 'display: block;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. ((int)$vars['header_responsive_breakpoint'] - 1) .'px) {';
$output .= '#main_mega_menu {';
$output .= 'display: none;';
$output .= '}';
$output .= '.dl-menuwrapper {';
$output .= 'display: block;';
$output .= '}';
$output .= '#menu-fixer {';
$output .= 'display: none;';
$output .= '}';
$output .= '#header-container {';
$output .= 'position: relative;';
$output .= 'background: 0 0;';
$output .= '}';
$output .= '#header-container #header {';
$output .= 'position: relative;';
$output .= '}';
$output .= '#header-container #header .header-wrap>.row.decorated {';
$output .= 'min-width: 100%;';
$output .= 'max-width: 100%;';
$output .= 'width: 100%;';
$output .= 'background: 0 0;';
$output .= '}';
$output .= '#side-area,';
$output .= '.side-area-controller-wrap {';
$output .= 'display: none;';
$output .= '}';
$output .= 'body.side-area-opened #main-wrap {';
$output .= 'margin-right: 0;';
$output .= '}';
$output .= '.small #header.logo-position-top .header-main-panel .logo-for-panel img {';
$output .= 'opacity: 0;';
$output .= '}';
$output .= '#header-container:not(.small) {';
$output .= 'position: relative;';
$output .= 'border-bottom: 1px solid '.Dfd_Theme_Helpers::dfd_hex2rgb($vars['mobile_header_color'], .1).';';
$output .= '}';
$output .= 'body:not(.dfd-custom-padding-html) #header-container #header .header-top-panel, body:not(.dfd-custom-padding-html) #header-container #header .header-wrap {';
$output .= 'padding: 0 20px;';
$output .= '}';
$output .= '.dl-menuwrapper {';
$output .= 'display: block;';
$output .= '}';
$output .= '#header-container #header .header-wishlist-button, .side-area-controller-wrap, #side-area, #header-container:not(.small):not(.logo-position-right) #header .header-wrap > .row:last-child .columns.header-main-panel .lang-sel, #header-container:not(.small):not(.logo-position-right) #header .header-wrap > .row:last-child .columns.header-main-panel .header-col-fluid, #main_mega_menu {';
$output .= 'display: none;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. ((int)$vars['medium_responsive_breakpoint'] - 1) .'px) {';
$output .= '.team_member_box>.block-title,';
$output .= '.team_member_box>.dopinfo {';
$output .= 'display: none;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:782px) {';
$output .= 'html #wpadminbar {';
$output .= 'padding: 0 '. $vars['layout_whitespace_size'] .'px;';
$output .= '}';
$output .= 'body.admin-bar.dfd-custom-padding-html .dfd-frame-line.line-top {';
$output .= 'top: 46px;';
$output .= '}';
$output .= 'body.admin-bar .sidr {';
$output .= 'padding-top: 0;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. ((int)$vars['medium_responsive_breakpoint'] - 1) .'px) {';
$output .= 'table.hide-for-large,';
$output .= 'table.hide-for-medium,';
$output .= 'table.hide-for-xlarge,';
$output .= 'table.show-for-small {';
$output .= 'display: table!important;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. ((int)$vars['medium_responsive_breakpoint'] - 1) .'px) {';
$output .= '.left,';
$output .= '.right {';
$output .= 'float: none;';
$output .= '}';
$output .= '.mobile-hide {';
$output .= 'display: none!important;';
$output .= '}';
$output .= '.mobile-left {';
$output .= 'float: left;';
$output .= '}';
$output .= '.mobile-right {';
$output .= 'float: right;';
$output .= '}';
$output .= '.mobile-text-left {';
$output .= 'text-align: left;';
$output .= '}';
$output .= '.mobile-text-right {';
$output .= 'text-align: right;';
$output .= '}';
$output .= '.mobile-text-center {';
$output .= 'text-align: center;';
$output .= '}';
$output .= 'body {';
$output .= '-webkit-text-size-adjust: none;';
$output .= '-ms-text-size-adjust: none;';
$output .= 'min-width: 0;';
$output .= 'margin-left: 0;';
$output .= 'margin-right: 0;';
$output .= 'padding-left: 0;';
$output .= 'padding-right: 0;';
$output .= '}';
$output .= '.row {';
$output .= 'width: auto;';
$output .= 'min-width: 0;';
$output .= 'margin-left: 0;';
$output .= 'margin-right: 0;';
$output .= '}';
$output .= '.column,';
$output .= '.columns,';
$output .= '.row .column,';
$output .= '.row .columns {';
$output .= 'width: auto;';
$output .= 'max-width: 100%;';
$output .= 'float: none;';
$output .= '}';
$output .= '.clients_tiles_module .columns {';
$output .= 'width: 100%;';
$output .= 'border: none;';
$output .= '}';
$output .= '.clients_tiles_module .columns:last-child {';
$output .= 'border: none;';
$output .= '}';
$output .= '.column:last-child,';
$output .= '.columns:last-child {';
$output .= 'float: none;';
$output .= '}';
$output .= '[class*=column]+[class*=column]:last-child:not([class*=mobile-]) {';
$output .= 'float: none;';
$output .= 'clear: both;';
$output .= '}';
$output .= '.column:after,';
$output .= '.column:before,';
$output .= '.columns:after,';
$output .= '.columns:before {';
$output .= 'content: "";';
$output .= 'display: table;';
$output .= '}';
$output .= '.column:after,';
$output .= '.columns:after {';
$output .= 'clear: both;';
$output .= '}';
$output .= '.offset-by-eight,';
$output .= '.offset-by-five,';
$output .= '.offset-by-four,';
$output .= '.offset-by-nine,';
$output .= '.offset-by-one,';
$output .= '.offset-by-seven,';
$output .= '.offset-by-six,';
$output .= '.offset-by-ten,';
$output .= '.offset-by-three,';
$output .= '.offset-by-two {';
$output .= 'margin-left: 0!important;';
$output .= '}';
$output .= '.push-eight,';
$output .= '.push-five,';
$output .= '.push-four,';
$output .= '.push-nine,';
$output .= '.push-one,';
$output .= '.push-seven,';
$output .= '.push-six,';
$output .= '.push-ten,';
$output .= '.push-three,';
$output .= '.push-two {';
$output .= 'left: auto;';
$output .= '}';
$output .= '.pull-eight,';
$output .= '.pull-five,';
$output .= '.pull-four,';
$output .= '.pull-nine,';
$output .= '.pull-seven,';
$output .= '.pull-six,';
$output .= '.pull-ten,';
$output .= '.pull-three,';
$output .= '.pull-two {';
$output .= 'right: auto;';
$output .= '}';
$output .= '.row .mobile-one {';
$output .= 'width: 25%!important;';
$output .= 'float: left;';
$output .= 'padding: 0 10px;';
$output .= '}';
$output .= '.row .mobile-one.end {';
$output .= 'float: left;';
$output .= '}';
$output .= '.row.collapse .mobile-one {';
$output .= 'padding: 0;';
$output .= '}';
$output .= '.row .mobile-two {';
$output .= 'width: 50%!important;';
$output .= 'float: left;';
$output .= 'padding: 0 10px;';
$output .= '}';
$output .= '.row .mobile-two.end {';
$output .= 'float: left;';
$output .= '}';
$output .= '.row.collapse .mobile-two {';
$output .= 'padding: 0;';
$output .= '}';
$output .= '.row .mobile-three {';
$output .= 'width: 75%!important;';
$output .= 'float: left;';
$output .= 'padding: 0 10px;';
$output .= '}';
$output .= '.row .mobile-three.end {';
$output .= 'float: left;';
$output .= '}';
$output .= '.row.collapse .mobile-three {';
$output .= 'padding: 0;';
$output .= '}';
$output .= '.row .mobile-four {';
$output .= 'width: 100%!important;';
$output .= 'float: left;';
$output .= 'padding: 0 10px!important;';
$output .= 'margin: 0!important;';
$output .= '}';
$output .= '.row .mobile-four.end {';
$output .= 'float: left;';
$output .= '}';
$output .= '.row.collapse .mobile-four {';
$output .= 'padding: 0;';
$output .= '}';
$output .= '.push-one-mobile {';
$output .= 'left: 25%;';
$output .= '}';
$output .= '.pull-one-mobile {';
$output .= 'right: 25%;';
$output .= '}';
$output .= '.push-two-mobile {';
$output .= 'left: 50%;';
$output .= '}';
$output .= '.pull-two-mobile {';
$output .= 'right: 50%;';
$output .= '}';
$output .= '.push-three-mobile {';
$output .= 'left: 75%;';
$output .= '}';
$output .= '.pull-three-mobile {';
$output .= 'right: 75%;';
$output .= '}';
$output .= '.vc-row-wrapper .wpb_column {';
$output .= 'padding-left: 0;';
$output .= 'padding-right: 0;';
$output .= '}';
$output .= '.vc_col-sm-1,';
$output .= '.vc_col-sm-10,';
$output .= '.vc_col-sm-11,';
$output .= '.vc_col-sm-12,';
$output .= '.vc_col-sm-2,';
$output .= '.vc_col-sm-3,';
$output .= '.vc_col-sm-4,';
$output .= '.vc_col-sm-5,';
$output .= '.vc_col-sm-6,';
$output .= '.vc_col-sm-7,';
$output .= '.vc_col-sm-8,';
$output .= '.vc_col-sm-9 {';
$output .= 'width: 100%;';
$output .= 'float: none;';
$output .= 'clear: both;';
$output .= '}';
$output .= '.aligh-content-verticaly.mobile-destroy-equal-heights .dfd-vertical-aligned,';
$output .= '.dfd-equal-height-wrapper.dfd-mobile-destroy-equal-heights .dfd-vertical-aligned {';
$output .= 'top: 0;';
$output .= '-webkit-transform: translateY(0);';
$output .= '-moz-transform: translateY(0);';
$output .= '-o-transform: translateY(0);';
$output .= 'transform: translateY(0);';
$output .= '}';
$output .= '.block-grid.mobile>li {';
$output .= 'float: none;';
$output .= 'width: 100%;';
$output .= 'margin-left: 0;';
$output .= '}';
$output .= '.block-grid>li {';
$output .= 'clear: none;';
$output .= '}';
$output .= '.block-grid.mobile-one-up>li {';
$output .= 'width: 100%;';
$output .= '}';
$output .= '.block-grid.mobile-two-up>li {';
$output .= 'width: 50%;';
$output .= '}';
$output .= '.block-grid.mobile-two-up>li:nth-child(2n+1) {';
$output .= 'clear: both;';
$output .= '}';
$output .= '.block-grid.mobile-three-up>li {';
$output .= 'width: 33.33333%;';
$output .= '}';
$output .= '.block-grid.mobile-three-up>li:nth-child(3n+1) {';
$output .= 'clear: both;';
$output .= '}';
$output .= '.block-grid.mobile-four-up>li {';
$output .= 'width: 25%;';
$output .= '}';
$output .= '.block-grid.mobile-four-up>li:nth-child(4n+1) {';
$output .= 'clear: both;';
$output .= '}';
$output .= '.block-grid.mobile-five-up>li {';
$output .= 'width: 20%;';
$output .= '}';
$output .= '.block-grid.mobile-five-up>li:nth-child(5n+1) {';
$output .= 'clear: both;';
$output .= '}';
$output .= '.block-grid.mobile-six-up>li {';
$output .= 'width: 16.66667%;';
$output .= '}';
$output .= '.block-grid.mobile-six-up>li:nth-child(6n+1) {';
$output .= 'clear: both;';
$output .= '}';
$output .= '.block-grid.mobile-seven-up>li {';
$output .= 'width: 14.28571%;';
$output .= '}';
$output .= '.block-grid.mobile-seven-up>li:nth-child(7n+1) {';
$output .= 'clear: both;';
$output .= '}';
$output .= '.block-grid.mobile-eight-up>li {';
$output .= 'width: 12.5%;';
$output .= '}';
$output .= '.block-grid.mobile-eight-up>li:nth-child(8n+1) {';
$output .= 'clear: both;';
$output .= '}';
$output .= '.block-grid.mobile-nine-up>li {';
$output .= 'width: 11.11111%;';
$output .= '}';
$output .= '.block-grid.mobile-nine-up>li:nth-child(9n+1) {';
$output .= 'clear: both;';
$output .= '}';
$output .= '.block-grid.mobile-ten-up>li {';
$output .= 'width: 10%;';
$output .= '}';
$output .= '.block-grid.mobile-ten-up>li:nth-child(10n+1) {';
$output .= 'clear: both;';
$output .= '}';
$output .= '.block-grid.mobile-eleven-up>li {';
$output .= 'width: 9.09091%;';
$output .= '}';
$output .= '.block-grid.mobile-eleven-up>li:nth-child(11n+1) {';
$output .= 'clear: both;';
$output .= '}';
$output .= '.block-grid.mobile-twelve-up>li {';
$output .= 'width: 8.33333%;';
$output .= '}';
$output .= '.block-grid.mobile-twelve-up>li:nth-child(12n+1) {';
$output .= 'clear: both;';
$output .= '}';
$output .= 'label.right {';
$output .= 'text-align: left;';
$output .= '}';
$output .= '.row input[type=tel].eight,';
$output .= '.row input[type=tel].eleven,';
$output .= '.row input[type=tel].five,';
$output .= '.row input[type=tel].four,';
$output .= '.row input[type=tel].nine,';
$output .= '.row input[type=tel].one,';
$output .= '.row input[type=tel].seven,';
$output .= '.row input[type=tel].six,';
$output .= '.row input[type=tel].ten,';
$output .= '.row input[type=tel].three,';
$output .= '.row input[type=tel].twelve,';
$output .= '.row input[type=tel].two,';
$output .= '.row input[type=time].eight,';
$output .= '.row input[type=time].eleven,';
$output .= '.row input[type=time].five,';
$output .= '.row input[type=time].four,';
$output .= '.row input[type=time].nine,';
$output .= '.row input[type=time].one,';
$output .= '.row input[type=time].seven,';
$output .= '.row input[type=time].six,';
$output .= '.row input[type=time].ten,';
$output .= '.row input[type=time].three,';
$output .= '.row input[type=time].twelve,';
$output .= '.row input[type=time].two,';
$output .= '.row input[type=url].eight,';
$output .= '.row input[type=url].eleven,';
$output .= '.row input[type=url].five,';
$output .= '.row input[type=url].four,';
$output .= '.row input[type=url].nine,';
$output .= '.row input[type=url].one,';
$output .= '.row input[type=url].seven,';
$output .= '.row input[type=url].six,';
$output .= '.row input[type=url].ten,';
$output .= '.row input[type=url].three,';
$output .= '.row input[type=url].twelve,';
$output .= '.row input[type=url].two,';
$output .= '.row input[type=text].eight,';
$output .= '.row input[type=text].eleven,';
$output .= '.row input[type=text].five,';
$output .= '.row input[type=text].four,';
$output .= '.row input[type=text].nine,';
$output .= '.row input[type=text].one,';
$output .= '.row input[type=text].seven,';
$output .= '.row input[type=text].six,';
$output .= '.row input[type=text].ten,';
$output .= '.row input[type=text].three,';
$output .= '.row input[type=text].twelve,';
$output .= '.row input[type=text].two,';
$output .= '.row input[type=password].eight,';
$output .= '.row input[type=password].eleven,';
$output .= '.row input[type=password].five,';
$output .= '.row input[type=password].four,';
$output .= '.row input[type=password].nine,';
$output .= '.row input[type=password].one,';
$output .= '.row input[type=password].seven,';
$output .= '.row input[type=password].six,';
$output .= '.row input[type=password].ten,';
$output .= '.row input[type=password].three,';
$output .= '.row input[type=password].twelve,';
$output .= '.row input[type=password].two,';
$output .= '.row input[type=date].eight,';
$output .= '.row input[type=date].eleven,';
$output .= '.row input[type=date].five,';
$output .= '.row input[type=date].four,';
$output .= '.row input[type=date].nine,';
$output .= '.row input[type=date].one,';
$output .= '.row input[type=date].seven,';
$output .= '.row input[type=date].six,';
$output .= '.row input[type=date].ten,';
$output .= '.row input[type=date].three,';
$output .= '.row input[type=date].twelve,';
$output .= '.row input[type=date].two,';
$output .= '.row input[type=datetime].eight,';
$output .= '.row input[type=datetime].eleven,';
$output .= '.row input[type=datetime].five,';
$output .= '.row input[type=datetime].four,';
$output .= '.row input[type=datetime].nine,';
$output .= '.row input[type=datetime].one,';
$output .= '.row input[type=datetime].seven,';
$output .= '.row input[type=datetime].six,';
$output .= '.row input[type=datetime].ten,';
$output .= '.row input[type=datetime].three,';
$output .= '.row input[type=datetime].twelve,';
$output .= '.row input[type=datetime].two,';
$output .= '.row input[type=email].eight,';
$output .= '.row input[type=email].eleven,';
$output .= '.row input[type=email].five,';
$output .= '.row input[type=email].four,';
$output .= '.row input[type=email].nine,';
$output .= '.row input[type=email].one,';
$output .= '.row input[type=email].seven,';
$output .= '.row input[type=email].six,';
$output .= '.row input[type=email].ten,';
$output .= '.row input[type=email].three,';
$output .= '.row input[type=email].twelve,';
$output .= '.row input[type=email].two,';
$output .= '.row input[type=number].eight,';
$output .= '.row input[type=number].eleven,';
$output .= '.row input[type=number].five,';
$output .= '.row input[type=number].four,';
$output .= '.row input[type=number].nine,';
$output .= '.row input[type=number].one,';
$output .= '.row input[type=number].seven,';
$output .= '.row input[type=number].six,';
$output .= '.row input[type=number].ten,';
$output .= '.row input[type=number].three,';
$output .= '.row input[type=number].twelve,';
$output .= '.row input[type=number].two,';
$output .= '.row input[type=search].eight,';
$output .= '.row input[type=search].eleven,';
$output .= '.row input[type=search].five,';
$output .= '.row input[type=search].four,';
$output .= '.row input[type=search].nine,';
$output .= '.row input[type=search].one,';
$output .= '.row input[type=search].seven,';
$output .= '.row input[type=search].six,';
$output .= '.row input[type=search].ten,';
$output .= '.row input[type=search].three,';
$output .= '.row input[type=search].twelve,';
$output .= '.row input[type=search].two,';
$output .= '.row textarea.eight,';
$output .= '.row textarea.eleven,';
$output .= '.row textarea.five,';
$output .= '.row textarea.four,';
$output .= '.row textarea.nine,';
$output .= '.row textarea.one,';
$output .= '.row textarea.seven,';
$output .= '.row textarea.six,';
$output .= '.row textarea.ten,';
$output .= '.row textarea.three,';
$output .= '.row textarea.twelve,';
$output .= '.row textarea.two,';
$output .= 'input[type=tel].eight,';
$output .= 'input[type=tel].eleven,';
$output .= 'input[type=tel].five,';
$output .= 'input[type=tel].four,';
$output .= 'input[type=tel].nine,';
$output .= 'input[type=tel].one,';
$output .= 'input[type=tel].seven,';
$output .= 'input[type=tel].six,';
$output .= 'input[type=tel].ten,';
$output .= 'input[type=tel].three,';
$output .= 'input[type=tel].twelve,';
$output .= 'input[type=tel].two,';
$output .= 'input[type=time].eight,';
$output .= 'input[type=time].eleven,';
$output .= 'input[type=time].five,';
$output .= 'input[type=time].four,';
$output .= 'input[type=time].nine,';
$output .= 'input[type=time].one,';
$output .= 'input[type=time].seven,';
$output .= 'input[type=time].six,';
$output .= 'input[type=time].ten,';
$output .= 'input[type=time].three,';
$output .= 'input[type=time].twelve,';
$output .= 'input[type=time].two,';
$output .= 'input[type=url].eight,';
$output .= 'input[type=url].eleven,';
$output .= 'input[type=url].five,';
$output .= 'input[type=url].four,';
$output .= 'input[type=url].nine,';
$output .= 'input[type=url].one,';
$output .= 'input[type=url].seven,';
$output .= 'input[type=url].six,';
$output .= 'input[type=url].ten,';
$output .= 'input[type=url].three,';
$output .= 'input[type=url].twelve,';
$output .= 'input[type=url].two,';
$output .= 'input[type=text].eight,';
$output .= 'input[type=text].eleven,';
$output .= 'input[type=text].five,';
$output .= 'input[type=text].four,';
$output .= 'input[type=text].nine,';
$output .= 'input[type=text].one,';
$output .= 'input[type=text].seven,';
$output .= 'input[type=text].six,';
$output .= 'input[type=text].ten,';
$output .= 'input[type=text].three,';
$output .= 'input[type=text].twelve,';
$output .= 'input[type=text].two,';
$output .= 'input[type=password].eight,';
$output .= 'input[type=password].eleven,';
$output .= 'input[type=password].five,';
$output .= 'input[type=password].four,';
$output .= 'input[type=password].nine,';
$output .= 'input[type=password].one,';
$output .= 'input[type=password].seven,';
$output .= 'input[type=password].six,';
$output .= 'input[type=password].ten,';
$output .= 'input[type=password].three,';
$output .= 'input[type=password].twelve,';
$output .= 'input[type=password].two,';
$output .= 'input[type=date].eight,';
$output .= 'input[type=date].eleven,';
$output .= 'input[type=date].five,';
$output .= 'input[type=date].four,';
$output .= 'input[type=date].nine,';
$output .= 'input[type=date].one,';
$output .= 'input[type=date].seven,';
$output .= 'input[type=date].six,';
$output .= 'input[type=date].ten,';
$output .= 'input[type=date].three,';
$output .= 'input[type=date].twelve,';
$output .= 'input[type=date].two,';
$output .= 'input[type=datetime].eight,';
$output .= 'input[type=datetime].eleven,';
$output .= 'input[type=datetime].five,';
$output .= 'input[type=datetime].four,';
$output .= 'input[type=datetime].nine,';
$output .= 'input[type=datetime].one,';
$output .= 'input[type=datetime].seven,';
$output .= 'input[type=datetime].six,';
$output .= 'input[type=datetime].ten,';
$output .= 'input[type=datetime].three,';
$output .= 'input[type=datetime].twelve,';
$output .= 'input[type=datetime].two,';
$output .= 'input[type=email].eight,';
$output .= 'input[type=email].eleven,';
$output .= 'input[type=email].five,';
$output .= 'input[type=email].four,';
$output .= 'input[type=email].nine,';
$output .= 'input[type=email].one,';
$output .= 'input[type=email].seven,';
$output .= 'input[type=email].six,';
$output .= 'input[type=email].ten,';
$output .= 'input[type=email].three,';
$output .= 'input[type=email].twelve,';
$output .= 'input[type=email].two,';
$output .= 'input[type=number].eight,';
$output .= 'input[type=number].eleven,';
$output .= 'input[type=number].five,';
$output .= 'input[type=number].four,';
$output .= 'input[type=number].nine,';
$output .= 'input[type=number].one,';
$output .= 'input[type=number].seven,';
$output .= 'input[type=number].six,';
$output .= 'input[type=number].ten,';
$output .= 'input[type=number].three,';
$output .= 'input[type=number].twelve,';
$output .= 'input[type=number].two,';
$output .= 'input[type=search].eight,';
$output .= 'input[type=search].eleven,';
$output .= 'input[type=search].five,';
$output .= 'input[type=search].four,';
$output .= 'input[type=search].nine,';
$output .= 'input[type=search].one,';
$output .= 'input[type=search].seven,';
$output .= 'input[type=search].six,';
$output .= 'input[type=search].ten,';
$output .= 'input[type=search].three,';
$output .= 'input[type=search].twelve,';
$output .= 'input[type=search].two,';
$output .= 'textarea.eight,';
$output .= 'textarea.eleven,';
$output .= 'textarea.five,';
$output .= 'textarea.four,';
$output .= 'textarea.nine,';
$output .= 'textarea.one,';
$output .= 'textarea.seven,';
$output .= 'textarea.six,';
$output .= 'textarea.ten,';
$output .= 'textarea.three,';
$output .= 'textarea.twelve,';
$output .= 'textarea.two {';
$output .= 'width: 100%!important;';
$output .= '}';
$output .= '.button {';
$output .= 'display: block;';
$output .= '}';
$output .= '.button-group button.button,';
$output .= '.button-group input[type=submit].button {';
$output .= 'width: auto;';
$output .= 'padding: 10px 20px 11px;';
$output .= '}';
$output .= '.button-group button.button.large,';
$output .= '.button-group input[type=submit].button.large {';
$output .= 'padding: 15px 30px 16px;';
$output .= '}';
$output .= '.button-group button.button.medium,';
$output .= '.button-group input[type=submit].button.medium {';
$output .= 'padding: 10px 20px 11px;';
$output .= '}';
$output .= '.button-group button.button.small,';
$output .= '.button-group input[type=submit].button.small {';
$output .= 'padding: 7px 14px 8px;';
$output .= '}';
$output .= '.button-group button.button.tiny,';
$output .= '.button-group input[type=submit].button.tiny {';
$output .= 'padding: 5px 10px 6px;';
$output .= '}';
$output .= '.button-group.even button.button,';
$output .= '.button-group.even input[type=submit].button {';
$output .= 'width: 100%;';
$output .= 'padding-left: 0;';
$output .= 'padding-right: 0;';
$output .= '}';
$output .= '.nav-bar {';
$output .= 'height: auto;';
$output .= '}';
$output .= '.nav-bar>li {';
$output .= 'float: none;';
$output .= 'display: block;';
$output .= 'border-right: none;';
$output .= '}';
$output .= '.nav-bar>li>a.main {';
$output .= 'text-align: left;';
$output .= 'border-top: 1px solid '. $vars['border_color'] .';';
$output .= 'border-right: none;';
$output .= '}';
$output .= '.nav-bar>li:first-child>a.main {';
$output .= 'border-top: none;';
$output .= '}';
$output .= '.nav-bar>li.has-flyout>a.flyout-toggle {';
$output .= 'position: absolute;';
$output .= 'right: 0;';
$output .= 'top: 0;';
$output .= 'padding: 22px;';
$output .= 'z-index: 2;';
$output .= 'display: block;';
$output .= '}';
$output .= '.nav-bar>li.has-flyout.is-touch>a.flyout-toggle span {';
$output .= 'content: "";';
$output .= 'width: 0;';
$output .= 'height: 0;';
$output .= 'display: block;';
$output .= '}';
$output .= '.nav-bar>li.has-flyout>a.flyout-toggle:hover span {';
$output .= 'border-top-color: #141414;';
$output .= '}';
$output .= '.nav-bar.vertical>li.has-flyout>.flyout {';
$output .= 'left: 0;';
$output .= '}';
$output .= '.flyout {';
$output .= 'position: relative;';
$output .= 'width: 100%!important;';
$output .= 'top: auto;';
$output .= 'margin-right: -2px;';
$output .= 'border-width: 1px 1px 0;';
$output .= '}';
$output .= '.flyout.right {';
$output .= 'float: none;';
$output .= 'right: auto;';
$output .= 'left: -1px;';
$output .= '}';
$output .= '.flyout.large,';
$output .= '.flyout.small {';
$output .= 'width: 100%!important;';
$output .= '}';
$output .= '.flyout p:last-child {';
$output .= 'margin-bottom: 18px;';
$output .= '}';
$output .= '.reveal-modal-bg {';
$output .= 'position: absolute;';
$output .= '}';
$output .= '.reveal-modal,';
$output .= '.reveal-modal.large,';
$output .= '.reveal-modal.medium,';
$output .= '.reveal-modal.small,';
$output .= '.reveal-modal.xlarge {';
$output .= 'width: 80%;';
$output .= 'top: 15px;';
$output .= 'left: 50%;';
$output .= 'margin-left: -40%;';
$output .= 'padding: 20px;';
$output .= 'height: auto;';
$output .= '}';
$output .= '.clearing-container {';
$output .= 'margin: 0;';
$output .= '}';
$output .= '.clearing-close {';
$output .= 'z-index: 99;';
$output .= 'font-size: 37px;';
$output .= 'top: 0;';
$output .= 'right: 5px;';
$output .= '}';
$output .= '.clearing-caption {';
$output .= 'position: fixed;';
$output .= 'bottom: 0;';
$output .= 'left: 0;';
$output .= 'padding: 10px!important;';
$output .= 'line-height: 1.6;';
$output .= '}';
$output .= '.clearing-main-left,';
$output .= '.clearing-main-right {';
$output .= 'display: none;';
$output .= '}';
$output .= '.clearing-blackout.clearing-assembled .clearing-container,';
$output .= '.clearing-blackout.clearing-assembled .visible-img {';
$output .= 'height: 100%;';
$output .= '}';
$output .= '.clearing-blackout.clearing-assembled ul[data-clearing] {';
$output .= 'display: none;';
$output .= '}';
$output .= '.clear-left {';
$output .= 'left: 0;';
$output .= '}';
$output .= '.joyride-tip-guide {';
$output .= 'width: 95%!important;';
$output .= 'left: 2.5%!important;';
$output .= '-webkit-border-radius: 4px;';
$output .= '-moz-border-radius: 4px;';
$output .= '-ms-border-radius: 4px;';
$output .= '-o-border-radius: 4px;';
$output .= 'border-radius: 4px;';
$output .= '}';
$output .= '.joyride-tip-guide-wrapper {';
$output .= 'width: 100%;';
$output .= '}';
$output .= '.tabs.mobile {';
$output .= 'width: auto;';
$output .= 'border-bottom: solid 1px #ccc;';
$output .= 'height: auto;';
$output .= 'margin: 20px -15px 0;';
$output .= '}';
$output .= '.tabs.mobile dd,';
$output .= '.tabs.mobile dt,';
$output .= '.tabs.mobile li {';
$output .= 'float: none;';
$output .= 'height: auto;';
$output .= '}';
$output .= '.tabs.mobile dd a,';
$output .= '.tabs.mobile li a {';
$output .= 'font-size: 14px;';
$output .= 'display: block;';
$output .= 'width: auto;';
$output .= 'height: auto;';
$output .= 'padding: 18px 20px;';
$output .= 'margin: 0;';
$output .= 'color: #555;';
$output .= 'line-height: 1;';
$output .= 'border: none;';
$output .= 'border-left: none;';
$output .= 'border-right: none;';
$output .= 'border-top: 1px solid #ccc;';
$output .= 'background: #fff;';
$output .= '}';
$output .= '.tabs.mobile dd a.active,';
$output .= '.tabs.mobile li a.active {';
$output .= 'border: none;';
$output .= 'background: #36bae2;';
$output .= 'color: #fff;';
$output .= 'margin: 0;';
$output .= 'position: static;';
$output .= 'top: 0;';
$output .= 'height: auto;';
$output .= '}';
$output .= '.tabs.mobile dd:first-child a.active,';
$output .= '.tabs.mobile li:first-child a.active {';
$output .= 'margin: 0;';
$output .= '}';
$output .= '.tabs.mobile+.tabs-content.contained {';
$output .= 'margin-left: -15px;';
$output .= 'margin-right: -15px;';
$output .= '}';
$output .= '.tabs.mobile .section-title {';
$output .= 'padding-left: 20px!important;';
$output .= '}';
$output .= '.contained.mobile {';
$output .= 'margin-bottom: 0;';
$output .= '}';
$output .= '.contained.tabs.mobile dd a,';
$output .= '.contained.tabs.mobile li a {';
$output .= 'padding: 18px 20px;';
$output .= '}';
$output .= '.tabs.mobile+ul.contained {';
$output .= 'margin-left: -20px;';
$output .= 'margin-right: -20px;';
$output .= 'border-width: 0 0 1px;';
$output .= '}';
$output .= '.tooltip {';
$output .= 'line-height: 1.4;';
$output .= 'padding: 7px 10px 9px;';
$output .= 'left: 50%!important;';
$output .= 'max-width: 80%!important;';
$output .= 'margin-left: -40%;';
$output .= 'font-size: 110%;';
$output .= '}';
$output .= '.tooltip.left>.nub,';
$output .= '.tooltip.right>.nub,';
$output .= '.tooltip.top>.nub,';
$output .= '.tooltip>.nub {';
$output .= 'border-color: transparent transparent #000;';
$output .= 'border-color: transparent transparent rgba(0, 0, 0, .85);';
$output .= 'top: -12px;';
$output .= 'left: 10px;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-mobile-remove-left-border,';
$output .= '.vc-row-wrapper.dfd-mobile-remove-left-border {';
$output .= 'border-left: none!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-mobile-remove-right-border,';
$output .= '.vc-row-wrapper.dfd-mobile-remove-right-border {';
$output .= 'border-right: none!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-mobile-remove-top-border,';
$output .= '.vc-row-wrapper.dfd-mobile-remove-top-border {';
$output .= 'border-top: none!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-mobile-remove-bottom-border,';
$output .= '.vc-row-wrapper.dfd-mobile-remove-bottom-border {';
$output .= 'border-bottom: none!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-mobile-remove-all-borders,';
$output .= '.vc-row-wrapper.dfd-mobile-remove-all-borders {';
$output .= 'border-left: none!important;';
$output .= 'border-right: none!important;';
$output .= 'border-top: none!important;';
$output .= 'border-bottom: none!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-mobile-remove-left-padding,';
$output .= '.vc-row-wrapper.dfd-mobile-remove-left-padding {';
$output .= 'padding-left: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-mobile-remove-right-padding,';
$output .= '.vc-row-wrapper.dfd-mobile-remove-right-padding {';
$output .= 'padding-right: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-mobile-remove-top-padding,';
$output .= '.vc-row-wrapper.dfd-mobile-remove-top-padding {';
$output .= 'padding-top: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-mobile-remove-bottom-padding,';
$output .= '.vc-row-wrapper.dfd-mobile-remove-bottom-padding {';
$output .= 'padding-bottom: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-mobile-remove-all-paddings,';
$output .= '.vc-row-wrapper .columns.dfd-mobile-remove-all-paddings>.row,';
$output .= '.vc-row-wrapper.dfd-mobile-remove-all-paddings,';
$output .= '.vc-row-wrapper.dfd-mobile-remove-all-paddings>.row {';
$output .= 'padding: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-mobile-remove-left-margin,';
$output .= '.vc-row-wrapper.dfd-mobile-remove-left-margin {';
$output .= 'margin-left: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-mobile-remove-right-margin,';
$output .= '.vc-row-wrapper.dfd-mobile-remove-right-margin {';
$output .= 'margin-right: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-mobile-remove-top-margin,';
$output .= '.vc-row-wrapper.dfd-mobile-remove-top-margin {';
$output .= 'margin-top: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-mobile-remove-bottom-margin,';
$output .= '.vc-row-wrapper.dfd-mobile-remove-bottom-margin {';
$output .= 'margin-bottom: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-mobile-remove-all-margins,';
$output .= '.vc-row-wrapper.dfd-mobile-remove-all-margins {';
$output .= 'margin: 0!important;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. ((int)$vars['x_large_responsive_breakpoint'] - 1) .'px) {';
$output .= '.dfd-controls,';
$output .= '.dfd-single-share-fixed {';
$output .= 'display: none;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. $vars['large_responsive_breakpoint'] .'px) {';
$output .= '.dfd-tablet-hide {';
$output .= 'display: none!important;';
$output .= '}';
$output .= '}';
$output .= '@media (min-width:'. $vars['medium_responsive_breakpoint'] .'px) and (max-width:'. $vars['large_responsive_breakpoint'] .'px) {';
$output .= '.ult_pricing_table_wrap.ult_design_1 .ult_pricing_table .bottom-part .ult_price_link .ult_price_action_button {';
$output .= 'padding: 0 30px;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. ((int)$vars['medium_responsive_breakpoint'] - 1) .'px) {';
$output .= '.row.mvb-padding-top-no-padding {';
$output .= 'padding-top: 0;';
$output .= '}';
$output .= '.row.mvb-padding-top-extra-small-padding {';
$output .= 'padding-top: 5px;';
$output .= '}';
$output .= '.row.mvb-padding-top-small-padding {';
$output .= 'padding-top: 12.5px;';
$output .= '}';
$output .= '.row.mvb-padding-top-more-medium-padding {';
$output .= 'padding-top: 25px;';
$output .= '}';
$output .= '.row.mvb-padding-top-medium-padding {';
$output .= 'padding-top: 30px;';
$output .= '}';
$output .= '.row.mvb-padding-top-large-padding {';
$output .= 'padding-top: 42.5px;';
$output .= '}';
$output .= '.row.mvb-padding-bottom-no-padding {';
$output .= 'padding-bottom: 0;';
$output .= '}';
$output .= '.row.mvb-padding-bottom-extra-small-padding {';
$output .= 'padding-bottom: 5px;';
$output .= '}';
$output .= '.row.mvb-padding-bottom-small-padding {';
$output .= 'padding-bottom: 12.5px;';
$output .= '}';
$output .= '.row.mvb-padding-bottom-more-medium-padding {';
$output .= 'padding-bottom: 25px;';
$output .= '}';
$output .= '.row.mvb-padding-bottom-medium-padding {';
$output .= 'padding-bottom: 30px;';
$output .= '}';
$output .= '.row.mvb-padding-bottom-large-padding {';
$output .= 'padding-bottom: 42.5px;';
$output .= '}';
$output .= '.row.mvb-row-fullwidth {';
$output .= 'width: 100%;';
$output .= '}';
$output .= '.row.mvb-row-fullwidth,';
$output .= '.row.mvb-row-fullwidth>.column,';
$output .= '.row.mvb-row-fullwidth>.columns {';
$output .= 'padding-right: 0;';
$output .= 'padding-left: 0;';
$output .= '}';
$output .= '#bbpress-forums ul.bbp-forums li.bbp-body ul.forum,';
$output .= '#bbpress-forums ul.bbp-forums li.bbp-body ul.topic,';
$output .= '#bbpress-forums ul.bbp-topics li.bbp-body ul.forum,';
$output .= '#bbpress-forums ul.bbp-topics li.bbp-body ul.topic,';
$output .= '.mvb_t_row {';
$output .= 'padding: 30px 0;';
$output .= '}';
$output .= '#bbpress-forums ul.bbp-forums li.bbp-body ul.forum li.bbp-forum-reply-count,';
$output .= '#bbpress-forums ul.bbp-forums li.bbp-body ul.forum li.bbp-forum-topic-count,';
$output .= '#bbpress-forums ul.bbp-forums li.bbp-body ul.forum li.bbp-topic-reply-count,';
$output .= '#bbpress-forums ul.bbp-forums li.bbp-body ul.forum li.bbp-topic-voice-count,';
$output .= '#bbpress-forums ul.bbp-forums li.bbp-body ul.topic li.bbp-forum-reply-count,';
$output .= '#bbpress-forums ul.bbp-forums li.bbp-body ul.topic li.bbp-forum-topic-count,';
$output .= '#bbpress-forums ul.bbp-forums li.bbp-body ul.topic li.bbp-topic-reply-count,';
$output .= '#bbpress-forums ul.bbp-forums li.bbp-body ul.topic li.bbp-topic-voice-count,';
$output .= '#bbpress-forums ul.bbp-topics li.bbp-body ul.forum li.bbp-forum-reply-count,';
$output .= '#bbpress-forums ul.bbp-topics li.bbp-body ul.forum li.bbp-forum-topic-count,';
$output .= '#bbpress-forums ul.bbp-topics li.bbp-body ul.forum li.bbp-topic-reply-count,';
$output .= '#bbpress-forums ul.bbp-topics li.bbp-body ul.forum li.bbp-topic-voice-count,';
$output .= '#bbpress-forums ul.bbp-topics li.bbp-body ul.topic li.bbp-forum-reply-count,';
$output .= '#bbpress-forums ul.bbp-topics li.bbp-body ul.topic li.bbp-forum-topic-count,';
$output .= '#bbpress-forums ul.bbp-topics li.bbp-body ul.topic li.bbp-topic-reply-count,';
$output .= '#bbpress-forums ul.bbp-topics li.bbp-body ul.topic li.bbp-topic-voice-count {';
$output .= 'margin-left: 20px;';
$output .= 'margin-right: 25px;';
$output .= '}';
$output .= '#main-content #buddypress div#item-header {';
$output .= 'margin-top: 120px;';
$output .= '}';
$output .= '#main-content #buddypress div#item-header div#item-header-avatar {';
$output .= 'width: 100%;';
$output .= 'margin-right: 0;';
$output .= '}';
$output .= '#main-content #buddypress div#item-header div#item-actions,';
$output .= '#main-content #buddypress div#item-header div#item-header-content {';
$output .= 'width: 100%;';
$output .= '}';
$output .= '#main-content #buddypress div#item-nav {';
$output .= 'position: absolute;';
$output .= 'top: 0;';
$output .= 'width: 100%;';
$output .= 'max-width: 100%;';
$output .= 'margin-right: 0;';
$output .= '}';
$output .= '#main-content #buddypress div#item-nav div.item-list-tabs ul li {';
$output .= 'width: auto;';
$output .= '}';
$output .= '#main-content #buddypress div#item-nav div.item-list-tabs ul li a {';
$output .= 'padding: 5px 20px;';
$output .= '}';
$output .= '#main-content #buddypress div#item-nav div.item-list-tabs ul li a span {';
$output .= 'display: block!important;';
$output .= 'line-height: 1.7;';
$output .= '}';
$output .= '#main-content #buddypress div#item-nav div.item-list-tabs ul li:before {';
$output .= 'display: none;';
$output .= '}';
$output .= '#main-content #buddypress div#item-body {';
$output .= 'width: 100%;';
$output .= '}';
$output .= '#main-content #buddypress div#item-body div.item-list-tabs#subnav {';
$output .= 'margin: 20px 0 30px;';
$output .= '}';
$output .= '#main-content #buddypress div#item-body div.item-list-tabs#subnav ul {';
$output .= 'margin-top: 120px;';
$output .= '}';
$output .= '#main-content #buddypress div#item-body div.item-list-tabs#subnav ul li.groups-members-search {';
$output .= 'float: right;';
$output .= 'margin-top: -70px;';
$output .= '}';
$output .= '#main-content #buddypress div#item-body div.item-list-tabs#subnav ul li.feed {';
$output .= 'display: none;';
$output .= '}';
$output .= '#main-content #buddypress div#item-body form#whats-new-form {';
$output .= 'padding: 0 0 0 70px;';
$output .= 'text-align: center;';
$output .= '}';
$output .= '#main-content #buddypress div#item-body form#whats-new-form div#whats-new-avatar {';
$output .= 'float: none;';
$output .= '}';
$output .= '#main-content #buddypress div#item-body form#whats-new-form p.activity-greeting {';
$output .= 'margin-left: 0;';
$output .= '}';
$output .= '#main-content #buddypress div#item-body form#whats-new-form div#whats-new-content {';
$output .= 'margin-left: 0;';
$output .= 'padding: 0;';
$output .= '}';
$output .= '#main-content #buddypress div#item-body form#whats-new-form div#whats-new-content div#whats-new-options {';
$output .= 'position: relative;';
$output .= 'overflow: inherit;';
$output .= 'left: auto;';
$output .= 'top: -10px;';
$output .= '}';
$output .= '#main-content #buddypress div#item-body div#bbpress-forums {';
$output .= 'margin-top: 137px;';
$output .= '}';
$output .= '#main-content #buddypress div#item-body div#bbpress-forums div#bbpress-forums {';
$output .= 'margin-top: 0;';
$output .= '}';
$output .= '#main-content #buddypress form.dir-form div.members .item-list li .item .item-title {';
$output .= 'width: 100%;';
$output .= '}';
$output .= '.slick-slider .slick-prev {';
$output .= 'left: 0;';
$output .= '}';
$output .= '.slick-slider .slick-next {';
$output .= 'right: 0;';
$output .= '}';
$output .= '.dfd-contact-block-horizontal .fild-content {';
$output .= 'padding-bottom: 20px;';
$output .= '}';
$output .= '.dfd-contact-block-horizontal .fild-content:last-child {';
$output .= 'padding-bottom: 0;';
$output .= '}';
$output .= '.entry-meta {';
$output .= 'overflow: hidden;';
$output .= '}';
$output .= '.dfd-equal-height-wrapper.half-size-elements>*,';
$output .= '.dfd-equal-height-wrapper.one-third-width-elements>*,';
$output .= '.dfd-equal-height-wrapper.quarter-width-elements>* {';
$output .= 'float: none;';
$output .= 'clear: both;';
$output .= 'width: 100%;';
$output .= '}';
$output .= '.flickr-widget a .hover-box {';
$output .= 'display: none;';
$output .= '}';
$output .= '#footer .columns {';
$output .= 'margin: 20px 0;';
$output .= '}';
$output .= '#footer .widget h3.widget-title {';
$output .= 'font-size: 13px;';
$output .= '}';
$output .= '#main-wrap.dfd-parallax-footer #change_wrap_div {';
$output .= 'background: 0 0;';
$output .= '}';
$output .= '#main-wrap.dfd-parallax-footer #footer-wrap {';
$output .= 'position: relative;';
$output .= 'z-index: 1;';
$output .= '}';
$output .= '#header-container #header {';
$output .= 'position: relative;';
$output .= '}';
$output .= '#header-container #header .header-wrap>.row:last-child {';
$output .= 'margin-top: 0;';
$output .= '}';
$output .= '#header-container.small {';
$output .= 'display: none;';
$output .= '}';
$output .= '#layout.magazine>.row>.columns,';
$output .= '#left-sidebar.three,';
$output .= '#right-sidebar.three,';
$output .= '.blog-section,';
$output .= '.blog-section #left-sidebar.three,';
$output .= '.blog-section #main-content.nine,';
$output .= '.blog-section #main-content.six,';
$output .= '.blog-section.sidebar-both,';
$output .= '.blog-section.sidebar-both2,';
$output .= '.blog-section.sidebar-both2 #left-sidebar,';
$output .= '.blog-section.sidebar-both2 #main-content,';
$output .= '.blog-section.sidebar-left2,';
$output .= '.blog-section.sidebar-right2,';
$output .= '.sidebar-both #left-sidebar.three,';
$output .= '.sidebar-both #main-content.six,';
$output .= '.sidebar-both #right-sidebar.three,';
$output .= '.sidebar-left #main-content.nine,';
$output .= '.sidebar-left #right-sidebar,';
$output .= '.sidebar-left2 #main-content.six,';
$output .= '.sidebar-left2 #right-sidebar.three,';
$output .= '.sidebar-right2 #left-sidebar.three,';
$output .= '.sidebar-right2 #main-content.six {';
$output .= 'width: 100%;';
$output .= 'float: none;';
$output .= '}';
$output .= '.module.magnifier-module .container .magnifier-handle {';
$output .= 'display: none;';
$output .= '}';
$output .= '.news-page-slider-wrap .news-page-slider .item .entry-thumb .like,';
$output .= '.news-page-slider-wrap .news-page-slider .item .entry-thumb .post-like,';
$output .= '.news-page-slider-wrap .news-page-slider .item .news-slider-entry-hover .like,';
$output .= '.news-page-slider-wrap .news-page-slider .item .news-slider-entry-hover .post-like {';
$output .= 'display: none!important;';
$output .= '}';
$output .= '#layout.single-folio.folio_inside_1,';
$output .= '#layout.single-folio.folio_inside_2 {';
$output .= 'margin-top: 50px;';
$output .= 'margin-bottom: 50px;';
$output .= '}';
$output .= '#layout.single-folio.folio_inside_1.advanced_gallery #my-work-slider>.slides li.eight.columns,';
$output .= '#layout.single-folio.folio_inside_2.advanced_gallery #my-work-slider>.slides li.eight.columns {';
$output .= 'width: 100%;';
$output .= '}';
$output .= '#layout.single-folio.folio_inside_1.advanced_gallery #my-work-slider>.slides li.four.columns,';
$output .= '#layout.single-folio.folio_inside_2.advanced_gallery #my-work-slider>.slides li.four.columns {';
$output .= 'width: 50%;';
$output .= '}';
$output .= '#layout.single-folio.folio_inside_1.advanced_gallery #my-work-slider>.slides li img,';
$output .= '#layout.single-folio.folio_inside_2.advanced_gallery #my-work-slider>.slides li img {';
$output .= 'min-width: 100%;';
$output .= '}';
$output .= '#layout.single-folio.folio_inside_1 .project-wrap,';
$output .= '#layout.single-folio.folio_inside_2 .project-wrap {';
$output .= 'margin-bottom: 50px;';
$output .= '}';
$output .= '#layout.single-folio.folio_inside_1 .entry-meta,';
$output .= '#layout.single-folio.folio_inside_1 .entry-meta>*,';
$output .= '#layout.single-folio.folio_inside_2 .entry-meta,';
$output .= '#layout.single-folio.folio_inside_2 .entry-meta>* {';
$output .= 'height: auto;';
$output .= '}';
$output .= '.single-folio.folio_inside_1 .folio-entry-media.desc-left,';
$output .= '.single-folio.folio_inside_1 .folio-entry-media.desc-right,';
$output .= '.single-folio.folio_inside_1 .folio-info.desc-left,';
$output .= '.single-folio.folio_inside_1 .folio-info.desc-right,';
$output .= '.single-folio.folio_inside_2 .folio-entry-media.desc-left,';
$output .= '.single-folio.folio_inside_2 .folio-entry-media.desc-right,';
$output .= '.single-folio.folio_inside_2 .folio-info.desc-left,';
$output .= '.single-folio.folio_inside_2 .folio-info.desc-right {';
$output .= 'float: none;';
$output .= 'clear: both;';
$output .= '}';
$output .= '.single-folio.folio_inside_1 .folio-entry-media.desc-left,';
$output .= '.single-folio.folio_inside_2 .folio-entry-media.desc-left {';
$output .= 'width: 100%;';
$output .= '}';
$output .= '.sort-panel {';
$output .= 'display: none!important;';
$output .= '}';
$output .= '.row.mvb_t_row {';
$output .= 'padding-left: 0!important;';
$output .= 'padding-right: 0!important;';
$output .= '}';
$output .= '.ult_pricing_table_wrap.ult_featured {';
$output .= 'margin: -40px 0;';
$output .= '}';
$output .= '.type-product .images {';
$output .= 'float: none!important;';
$output .= 'clear: both!important;';
$output .= 'width: auto!important;';
$output .= '}';
$output .= 'aside {';
$output .= 'margin-top: 20px;';
$output .= '}';
$output .= '.form-search-section::-webkit-input-placeholder {';
$output .= 'font-size: 25px;';
$output .= 'letter-spacing: 0;';
$output .= '}';
$output .= '.form-search-section::-moz-placeholder {';
$output .= 'font-size: 25px;';
$output .= 'letter-spacing: 0;';
$output .= '}';
$output .= '.form-search-section:-ms-input-placeholder {';
$output .= 'font-size: 25px;';
$output .= 'letter-spacing: 0;';
$output .= '}';
$output .= '.form-search-section input:-moz-placeholder {';
$output .= 'font-size: 25px;';
$output .= 'letter-spacing: 0;';
$output .= '}';
$output .= '.form-search-section input[type=text] {';
$output .= 'font-size: 25px;';
$output .= 'letter-spacing: 0;';
$output .= '}';
$output .= '.dfd-meta-container {';
$output .= 'padding-bottom: 30px;';
$output .= 'margin-bottom: 30px;';
$output .= 'border-bottom: 1px dotted '. $vars['border_color'] .';';
$output .= '}';
$output .= '.dfd-meta-container .dfd-single-share,';
$output .= '.dfd-meta-container .post-like-wrap {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= '}';
$output .= '.dfd-meta-container .dfd-single-tags {';
$output .= 'float: none;';
$output .= 'clear: both;';
$output .= 'text-align: left;';
$output .= 'padding-top: 30px;';
$output .= '}';
$output .= '.dfd-share-module:not(.dfd-default-background) ul li a {';
$output .= 'border-right: 1px solid '. $vars['border_color'] .';';
$output .= '}';
$output .= '.dfd-share-module ul li {';
$output .= 'margin-bottom: 30px;';
$output .= '}';
$output .= '.dfd-share-module ul li:last:child {';
$output .= 'margin-bottom: 0;';
$output .= '}';
$output .= '.dfd-share-module.dfd-default-background ul li {';
$output .= 'margin-bottom: 0;';
$output .= '}';
$output .= '.dfd-new-share-module.style-1 ul li {';
$output .= 'border-color: '. $vars['border_color'] .';';
$output .= '}';
$output .= '.dfd-new-share-module.style-1 ul li a {';
$output .= 'border-bottom-width: 0;';
$output .= 'border-right: 1px solid '. $vars['border_color'] .';';
$output .= '}';
$output .= '.dfd-new-share-module.style-1 ul li:last-child a {';
$output .= 'border-bottom-width: 1px;';
$output .= '}';
$output .= '.dfd-new-share-module.style-1.general-border ul li a span {';
$output .= 'border-left-width: 0;';
$output .= '}';
$output .= '.dfd-new-share-module.style-1.general-border ul li a:before {';
$output .= 'content: "";';
$output .= 'position: absolute;';
$output .= 'display: block;';
$output .= 'left: 0;';
$output .= 'right: 0;';
$output .= 'bottom: 0;';
$output .= 'height: 1px;';
$output .= 'background: 0 0;';
$output .= '}';
$output .= '.dfd-new-share-module.style-1.general-border ul li:last-child a:before {';
$output .= 'display: none;';
$output .= '}';
$output .= '.dfd-new-share-module.style-3 ul li,';
$output .= '.dfd-new-share-module.style-4 ul li {';
$output .= 'padding-bottom: 10px;';
$output .= '}';
$output .= '.dfd-new-share-module.style-3 ul li:last-child,';
$output .= '.dfd-new-share-module.style-4 ul li:last-child {';
$output .= 'padding-bottom: 0;';
$output .= '}';
$output .= '.dfd-background-dark .dfd-new-share-module.style-1 ul li {';
$output .= 'border-color: rgba(255, 255, 255, .2);';
$output .= '}';
$output .= '.dfd-background-dark .dfd-new-share-module.style-1 ul li a {';
$output .= 'border-right-color: rgba(255, 255, 255, .2);';
$output .= '}';
$output .= '.dfd-background-dark .dfd-new-share-module.style-1 ul li:last-child a {';
$output .= 'border-bottom-color: rgba(255, 255, 255, .2);';
$output .= '}';
$output .= '.dfd-background-dark .dfd-new-share-module.style-1 ul li:hover+li a {';
$output .= 'border-left-color: rgba(255, 255, 255, .2);';
$output .= '}';
$output .= '.dfd-background-dark .dfd-new-share-module.style-1.general-border ul li a:before {';
$output .= 'background: rgba(255, 255, 255, .2);';
$output .= '}';
$output .= '.share-cover .entry-share ul.entry-share-popup li {';
$output .= 'float: none;';
$output .= 'clear: both;';
$output .= 'width: 100%;';
$output .= 'text-align: center;';
$output .= 'margin-bottom: 30px;';
$output .= '}';
$output .= '.share-cover .entry-share ul.entry-share-popup li:last-child {';
$output .= 'margin-bottom: 0;';
$output .= '}';
$output .= '.widget_archive .widget-archive li,';
$output .= '.widget_archive ul:not(.post-categories) li,';
$output .= '.widget_categories .widget-archive li,';
$output .= '.widget_categories ul:not(.post-categories) li,';
$output .= '.widget_crum_cat_arch .widget-archive li,';
$output .= '.widget_crum_cat_arch ul:not(.post-categories) li {';
$output .= '-webkit-box-shadow: none !important;';
$output .= 'box-shadow: none !important;';
$output .= '}';
$output .= '.widget {';
$output .= 'margin-bottom: 30px;';
$output .= '}';
$output .= '.single-product .entry-summary:before {';
$output .= 'display: none;';
$output .= '}';
$output .= '.vc-row-wrapper>.vc-row-delimiter-12 .dfd-delimiter-line {';
$output .= '-webkit-transform: scaleY(.5);';
$output .= '-moz-transform: scaleY(.5);';
$output .= '-o-transform: scaleY(.5);';
$output .= 'transform: scaleY(.5);';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. ((int)$vars['medium_responsive_breakpoint'] - 1) .'px) {';
$output .= '.footer-menu {';
$output .= 'margin-top: 20px;';
$output .= '}';
$output .= '.intagram-gallery .big-item {';
$output .= 'width: 47%;';
$output .= '}';
$output .= '.intagram-gallery .big-item img,';
$output .= '.intagram-gallery .normal-item img {';
$output .= 'width: 100%;';
$output .= '}';
$output .= '.instagram-autor {';
$output .= 'display: block;';
$output .= 'float: left;';
$output .= 'margin-bottom: 30px;';
$output .= '}';
$output .= '.intagram-gallery .normal-item {';
$output .= 'width: 26%;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width: '. ((int)str_replace($vars['layout_whitespace_size'],'px','') * 2 + 768) .'px) {';
$output .= 'body.dfd-custom-padding-html .row {';
$output .= 'min-width: 0;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. ((int)$vars['medium_responsive_breakpoint'] - 1) .'px) {';
$output .= '.hide-on-medium {';
$output .= 'display: none;';
$output .= '}';
$output .= '.columns.half-on-medium {';
$output .= 'width: 50%;';
$output .= '}';
$output .= '.tiles-block .tile-item {';
$output .= 'width: 140px;';
$output .= 'height: 140px;';
$output .= '}';
$output .= '.recent-block .tabs.horisontal dd {';
$output .= 'float: none;';
$output .= '}';
$output .= '.map-holder .box-text {';
$output .= 'position: relative;';
$output .= 'margin: 0 10px 20px;';
$output .= 'padding: 25px;';
$output .= 'background: #36bae2;';
$output .= 'max-width: 100%;';
$output .= '}';
$output .= 'ul.products li.product:last-child {';
$output .= 'float: left;';
$output .= '}';
$output .= '.product-ordering {';
$output .= 'right: 10px;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. $vars['small_responsive_breakpoint'] .'px) {';
$output .= '#top-panel {';
$output .= 'height: auto;';
$output .= 'margin-bottom: 0;';
$output .= '}';
$output .= '#sub-footer .copyr {';
$output .= 'line-height: 1.5;';
$output .= '}';
$output .= '.breadcrumbs {';
$output .= 'display: none;';
$output .= '}';
$output .= 'div.page-title-inner {';
$output .= 'padding-bottom: 27px;';
$output .= '}';
$output .= '.h_skills_module,';
$output .= '.hover-box .more-link,';
$output .= '.hover-box .zoom-link,';
$output .= '.instagram-autor .box-name,';
$output .= '.instagram-autor .diopinfo,';
$output .= '.instagram-autor img {';
$output .= 'display: none;';
$output .= '}';
$output .= 'ul.products li.product {';
$output .= 'width: 100%!important;';
$output .= 'margin: 30px 0;';
$output .= '}';
$output .= 'ul.products li.product .alternative-thumb img,';
$output .= 'ul.products li.product .main-thumb img {';
$output .= 'min-width: 100%;';
$output .= '}';
$output .= '.dfd-videoplayer.style-2.layout-4,';
$output .= '.dfd-videoplayer.style-2.layout-4 .title-wrap {';
$output .= 'text-align: center;';
$output .= 'display: block;';
$output .= '}';
$output .= '.dfd-videoplayer.style-2.layout-4 .dfd-video-button {';
$output .= 'margin-bottom: 20px;';
$output .= '}';
$output .= '.dfd-gallery-single-item .entry-thumb .portfolio-custom-hover .title-wrap h6.widget-title a,';
$output .= '.dfd-portfolio-loop .dfd-portfolio .project .cover .dfd-folio-heading-wrap div.dfd-portfolio-title a,';
$output .= '.project .entry-thumb .portfolio-custom-hover .title-wrap h6.widget-title a {';
$output .= 'font-size: 80%;';
$output .= '}';
$output .= '.dfd-testimonial-content {';
$output .= 'font-size: 17px;';
$output .= 'line-height: 1.6;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. ((int)$vars['x_large_responsive_breakpoint'] - 1) .'px) {';
$output .= '.rev_slider_wrapper .styled-button {';
$output .= 'display: none;';
$output .= '}';
$output .= '}';
$output .= '@media (max-width:'. ((int)$vars['medium_responsive_breakpoint'] - 1) .'px) {';
$output .= '.dfd_vc_hidden-xs {';
$output .= 'display: none!important;';
$output .= '}';
$output .= '}';
$output .= '@media (min-width:'. $vars['medium_responsive_breakpoint'] .'px) and (max-width: 1023px) {';
$output .= '.dfd_vc_hidden-sm {';
$output .= 'display: none!important;';
$output .= '}';
$output .= '}';
$output .= '@media (min-width:'. $vars['large_responsive_breakpoint'] .'px) and (max-width:'. ((int)$vars['x_large_responsive_breakpoint'] - 1) .'px) {';
$output .= '.dfd_vc_hidden-md {';
$output .= 'display: none!important;';
$output .= '}';
$output .= '}';
$output .= '@media (min-width:'. $vars['x_large_responsive_breakpoint'] .'px) {';
$output .= '.dfd_vc_hidden-lg {';
$output .= 'display: none!important;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width: 1068px) {';
$output .= '#header-container.header-style-5+#main-wrap .row {';
$output .= 'min-width: 0;';
$output .= 'width: auto;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width: '. ((int)str_replace($vars['layout_whitespace_size'],'px','') * 2 + 768 + 300) .'px) {';
$output .= 'body.dfd-custom-padding-html #header-container.header-style-5+#main-wrap .row {';
$output .= 'min-width: 0;';
$output .= 'width: auto;';
$output .= '}';
$output .= '}';
$output .= '@media (min-width:'. $vars['medium_responsive_breakpoint'] .'px) {';
$output .= '.dfd-mobile-hide {';
$output .= 'display: block;';
$output .= '}';
$output .= '.dfd-mobile-show {';
$output .= 'display: none;';
$output .= '}';
$output .= '}';
$output .= '@media (max-width:'. ((int)$vars['medium_responsive_breakpoint'] - 1) .'px) {';
$output .= '.dfd-mobile-hide {';
$output .= 'display: none;';
$output .= '}';
$output .= '.dfd-mobile-show {';
$output .= 'display: block;';
$output .= '}';
$output .= '.tp-caption a.tp-button {';
$output .= 'font-size: 10px!important;';
$output .= 'padding: 7px 15px!important;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (min-width:'. ((int)$vars['medium_responsive_breakpoint'] - 1) .'px) {';
$output .= 'body.dfd-custom-padding-html .tp-leftarrow.custom {';
$output .= 'margin-left: '. $vars['layout_whitespace_size'] .'px;';
$output .= '}';
$output .= 'body.dfd-custom-padding-html .tp-rightarrow.custom {';
$output .= 'margin-right: '. $vars['layout_whitespace_size'] .'px;';
$output .= '}';
$output .= '}';
$output .= '@media (max-width:'. ((int)$vars['medium_responsive_breakpoint'] - 1) .'px) {';
$output .= '.vc-row-wrapper .columns.dfd-apply-mobile.dfd-remove-left-border,';
$output .= '.vc-row-wrapper.dfd-apply-mobile.dfd-remove-left-border {';
$output .= 'border-left: none!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-mobile.dfd-remove-right-border,';
$output .= '.vc-row-wrapper.dfd-apply-mobile.dfd-remove-right-border {';
$output .= 'border-right: none!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-mobile.dfd-remove-top-border,';
$output .= '.vc-row-wrapper.dfd-apply-mobile.dfd-remove-top-border {';
$output .= 'border-top: none!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-mobile.dfd-remove-bottom-border,';
$output .= '.vc-row-wrapper.dfd-apply-mobile.dfd-remove-bottom-border {';
$output .= 'border-bottom: none!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-mobile.dfd-remove-all-borders,';
$output .= '.vc-row-wrapper.dfd-apply-mobile.dfd-remove-all-borders {';
$output .= 'border-left: none!important;';
$output .= 'border-right: none!important;';
$output .= 'border-top: none!important;';
$output .= 'border-bottom: none!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-mobile.dfd-remove-left-padding,';
$output .= '.vc-row-wrapper.dfd-apply-mobile.dfd-remove-left-padding {';
$output .= 'padding-left: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-mobile.dfd-remove-right-padding,';
$output .= '.vc-row-wrapper.dfd-apply-mobile.dfd-remove-right-padding {';
$output .= 'padding-right: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-mobile.dfd-remove-top-padding,';
$output .= '.vc-row-wrapper.dfd-apply-mobile.dfd-remove-top-padding {';
$output .= 'padding-top: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-mobile.dfd-remove-bottom-padding,';
$output .= '.vc-row-wrapper.dfd-apply-mobile.dfd-remove-bottom-padding {';
$output .= 'padding-bottom: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-mobile.dfd-remove-all-paddings,';
$output .= '.vc-row-wrapper .columns.dfd-apply-mobile.dfd-remove-all-paddings>.row,';
$output .= '.vc-row-wrapper.dfd-apply-mobile.dfd-remove-all-paddings,';
$output .= '.vc-row-wrapper.dfd-apply-mobile.dfd-remove-all-paddings>.row {';
$output .= 'padding: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-mobile.dfd-remove-left-margin,';
$output .= '.vc-row-wrapper.dfd-apply-mobile.dfd-remove-left-margin {';
$output .= 'margin-left: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-mobile.dfd-remove-right-margin,';
$output .= '.vc-row-wrapper.dfd-apply-mobile.dfd-remove-right-margin {';
$output .= 'margin-right: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-mobile.dfd-remove-top-margin,';
$output .= '.vc-row-wrapper.dfd-apply-mobile.dfd-remove-top-margin {';
$output .= 'margin-top: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-mobile.dfd-remove-bottom-margin,';
$output .= '.vc-row-wrapper.dfd-apply-mobile.dfd-remove-bottom-margin {';
$output .= 'margin-bottom: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-mobile.dfd-remove-all-margins,';
$output .= '.vc-row-wrapper.dfd-apply-mobile.dfd-remove-all-margins {';
$output .= 'margin: 0!important;';
$output .= '}';
$output .= '}';
$output .= '@media (min-width:'. $vars['medium_responsive_breakpoint'] .'px) and (max-width:'. ((int)$vars['large_responsive_breakpoint'] - 1) .'px) {';
$output .= '.vc-row-wrapper .columns.dfd-apply-tablet.dfd-remove-left-border,';
$output .= '.vc-row-wrapper.dfd-apply-tablet.dfd-remove-left-border {';
$output .= 'border-left: none!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-tablet.dfd-remove-right-border,';
$output .= '.vc-row-wrapper.dfd-apply-tablet.dfd-remove-right-border {';
$output .= 'border-right: none!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-tablet.dfd-remove-top-border,';
$output .= '.vc-row-wrapper.dfd-apply-tablet.dfd-remove-top-border {';
$output .= 'border-top: none!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-tablet.dfd-remove-bottom-border,';
$output .= '.vc-row-wrapper.dfd-apply-tablet.dfd-remove-bottom-border {';
$output .= 'border-bottom: none!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-tablet.dfd-remove-all-borders,';
$output .= '.vc-row-wrapper.dfd-apply-tablet.dfd-remove-all-borders {';
$output .= 'border-left: none!important;';
$output .= 'border-right: none!important;';
$output .= 'border-top: none!important;';
$output .= 'border-bottom: none!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-tablet.dfd-remove-left-padding,';
$output .= '.vc-row-wrapper.dfd-apply-tablet.dfd-remove-left-padding {';
$output .= 'padding-left: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-tablet.dfd-remove-right-padding,';
$output .= '.vc-row-wrapper.dfd-apply-tablet.dfd-remove-right-padding {';
$output .= 'padding-right: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-tablet.dfd-remove-top-padding,';
$output .= '.vc-row-wrapper.dfd-apply-tablet.dfd-remove-top-padding {';
$output .= 'padding-top: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-tablet.dfd-remove-bottom-padding,';
$output .= '.vc-row-wrapper.dfd-apply-tablet.dfd-remove-bottom-padding {';
$output .= 'padding-bottom: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-tablet.dfd-remove-all-paddings,';
$output .= '.vc-row-wrapper .columns.dfd-apply-tablet.dfd-remove-all-paddings>.row,';
$output .= '.vc-row-wrapper.dfd-apply-tablet.dfd-remove-all-paddings,';
$output .= '.vc-row-wrapper.dfd-apply-tablet.dfd-remove-all-paddings>.row {';
$output .= 'padding: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-tablet.dfd-remove-left-margin,';
$output .= '.vc-row-wrapper.dfd-apply-tablet.dfd-remove-left-margin {';
$output .= 'margin-left: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-tablet.dfd-remove-right-margin,';
$output .= '.vc-row-wrapper.dfd-apply-tablet.dfd-remove-right-margin {';
$output .= 'margin-right: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-tablet.dfd-remove-top-margin,';
$output .= '.vc-row-wrapper.dfd-apply-tablet.dfd-remove-top-margin {';
$output .= 'margin-top: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-tablet.dfd-remove-bottom-margin,';
$output .= '.vc-row-wrapper.dfd-apply-tablet.dfd-remove-bottom-margin {';
$output .= 'margin-bottom: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-tablet.dfd-remove-all-margins,';
$output .= '.vc-row-wrapper.dfd-apply-tablet.dfd-remove-all-margins {';
$output .= 'margin: 0!important;';
$output .= '}';
$output .= '}';
$output .= '@media (min-width:'. $vars['large_responsive_breakpoint'] .'px) and (max-width:'. $vars['x_large_responsive_breakpoint'] .'px) {';
$output .= '.vc-row-wrapper .columns.dfd-apply-laptop.dfd-remove-left-border,';
$output .= '.vc-row-wrapper.dfd-apply-laptop.dfd-remove-left-border {';
$output .= 'border-left: none!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-laptop.dfd-remove-right-border,';
$output .= '.vc-row-wrapper.dfd-apply-laptop.dfd-remove-right-border {';
$output .= 'border-right: none!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-laptop.dfd-remove-top-border,';
$output .= '.vc-row-wrapper.dfd-apply-laptop.dfd-remove-top-border {';
$output .= 'border-top: none!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-laptop.dfd-remove-bottom-border,';
$output .= '.vc-row-wrapper.dfd-apply-laptop.dfd-remove-bottom-border {';
$output .= 'border-bottom: none!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-laptop.dfd-remove-all-borders,';
$output .= '.vc-row-wrapper.dfd-apply-laptop.dfd-remove-all-borders {';
$output .= 'border-left: none!important;';
$output .= 'border-right: none!important;';
$output .= 'border-top: none!important;';
$output .= 'border-bottom: none!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-laptop.dfd-remove-left-padding,';
$output .= '.vc-row-wrapper.dfd-apply-laptop.dfd-remove-left-padding {';
$output .= 'padding-left: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-laptop.dfd-remove-right-padding,';
$output .= '.vc-row-wrapper.dfd-apply-laptop.dfd-remove-right-padding {';
$output .= 'padding-right: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-laptop.dfd-remove-top-padding,';
$output .= '.vc-row-wrapper.dfd-apply-laptop.dfd-remove-top-padding {';
$output .= 'padding-top: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-laptop.dfd-remove-bottom-padding,';
$output .= '.vc-row-wrapper.dfd-apply-laptop.dfd-remove-bottom-padding {';
$output .= 'padding-bottom: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-laptop.dfd-remove-all-paddings,';
$output .= '.vc-row-wrapper .columns.dfd-apply-laptop.dfd-remove-all-paddings>.row,';
$output .= '.vc-row-wrapper.dfd-apply-laptop.dfd-remove-all-paddings,';
$output .= '.vc-row-wrapper.dfd-apply-laptop.dfd-remove-all-paddings>.row {';
$output .= 'padding: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-laptop.dfd-remove-left-margin,';
$output .= '.vc-row-wrapper.dfd-apply-laptop.dfd-remove-left-margin {';
$output .= 'margin-left: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-laptop.dfd-remove-right-margin,';
$output .= '.vc-row-wrapper.dfd-apply-laptop.dfd-remove-right-margin {';
$output .= 'margin-right: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-laptop.dfd-remove-top-margin,';
$output .= '.vc-row-wrapper.dfd-apply-laptop.dfd-remove-top-margin {';
$output .= 'margin-top: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-laptop.dfd-remove-bottom-margin,';
$output .= '.vc-row-wrapper.dfd-apply-laptop.dfd-remove-bottom-margin {';
$output .= 'margin-bottom: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-laptop.dfd-remove-all-margins,';
$output .= '.vc-row-wrapper.dfd-apply-laptop.dfd-remove-all-margins {';
$output .= 'margin: 0!important;';
$output .= '}';
$output .= '}';
$output .= '@media (min-width:'. $vars['x_large_responsive_breakpoint'] .'px) and (max-width:1600px) {';
$output .= '.vc-row-wrapper .columns.dfd-apply-desktop.dfd-remove-left-border,';
$output .= '.vc-row-wrapper.dfd-apply-desktop.dfd-remove-left-border {';
$output .= 'border-left: none!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-desktop.dfd-remove-right-border,';
$output .= '.vc-row-wrapper.dfd-apply-desktop.dfd-remove-right-border {';
$output .= 'border-right: none!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-desktop.dfd-remove-top-border,';
$output .= '.vc-row-wrapper.dfd-apply-desktop.dfd-remove-top-border {';
$output .= 'border-top: none!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-desktop.dfd-remove-bottom-border,';
$output .= '.vc-row-wrapper.dfd-apply-desktop.dfd-remove-bottom-border {';
$output .= 'border-bottom: none!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-desktop.dfd-remove-all-borders,';
$output .= '.vc-row-wrapper.dfd-apply-desktop.dfd-remove-all-borders {';
$output .= 'border-left: none!important;';
$output .= 'border-right: none!important;';
$output .= 'border-top: none!important;';
$output .= 'border-bottom: none!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-desktop.dfd-remove-left-padding,';
$output .= '.vc-row-wrapper.dfd-apply-desktop.dfd-remove-left-padding {';
$output .= 'padding-left: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-desktop.dfd-remove-right-padding,';
$output .= '.vc-row-wrapper.dfd-apply-desktop.dfd-remove-right-padding {';
$output .= 'padding-right: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-desktop.dfd-remove-top-padding,';
$output .= '.vc-row-wrapper.dfd-apply-desktop.dfd-remove-top-padding {';
$output .= 'padding-top: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-desktop.dfd-remove-bottom-padding,';
$output .= '.vc-row-wrapper.dfd-apply-desktop.dfd-remove-bottom-padding {';
$output .= 'padding-bottom: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-desktop.dfd-remove-all-paddings,';
$output .= '.vc-row-wrapper .columns.dfd-apply-desktop.dfd-remove-all-paddings>.row,';
$output .= '.vc-row-wrapper.dfd-apply-desktop.dfd-remove-all-paddings,';
$output .= '.vc-row-wrapper.dfd-apply-desktop.dfd-remove-all-paddings>.row {';
$output .= 'padding: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-desktop.dfd-remove-left-margin,';
$output .= '.vc-row-wrapper.dfd-apply-desktop.dfd-remove-left-margin {';
$output .= 'margin-left: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-desktop.dfd-remove-right-margin,';
$output .= '.vc-row-wrapper.dfd-apply-desktop.dfd-remove-right-margin {';
$output .= 'margin-right: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-desktop.dfd-remove-top-margin,';
$output .= '.vc-row-wrapper.dfd-apply-desktop.dfd-remove-top-margin {';
$output .= 'margin-top: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-desktop.dfd-remove-bottom-margin,';
$output .= '.vc-row-wrapper.dfd-apply-desktop.dfd-remove-bottom-margin {';
$output .= 'margin-bottom: 0!important;';
$output .= '}';
$output .= '.vc-row-wrapper .columns.dfd-apply-desktop.dfd-remove-all-margins,';
$output .= '.vc-row-wrapper.dfd-apply-desktop.dfd-remove-all-margins {';
$output .= 'margin: 0!important;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (min-width:'. $vars['medium_responsive_breakpoint'] .'px) {';
$output .= '.single-product .dfd-single-product-media-wrap.thumbs-left {';
$output .= 'margin: 0 -10px;';
$output .= '}';
$output .= '.single-product .dfd-single-product-media-wrap.thumbs-left .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image {';
$output .= 'float: right;';
$output .= 'width: 80%;';
$output .= '}';
$output .= '.single-product .dfd-single-product-media-wrap.thumbs-left .dfd-single-product-thumbnails-wrap {';
$output .= 'float: left;';
$output .= 'width: 20%;';
$output .= 'padding-right: 10px;';
$output .= '}';
$output .= '.single-product .dfd-single-product-media-wrap.thumbs-left .dfd-single-product-thumbnails-wrap:after,';
$output .= '.single-product .dfd-single-product-media-wrap.thumbs-left .dfd-single-product-thumbnails-wrap:before {';
$output .= 'display: none;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. ((int)$vars['medium_responsive_breakpoint'] - 1) .'px) {';
$output .= '.single-product .images .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image,';
$output .= '.single-product .images .dfd-single-product-thumbnails-wrap {';
$output .= 'padding-right: 0;';
$output .= '}';
$output .= '.single-product .entry-summary .product_meta,';
$output .= '.single-product .entry-summary .share-cover {';
$output .= 'padding-left: 35px;';
$output .= '}';
$output .= '.dfd-blog-module.posts_slider .post .content-wrap .entry-content {';
$output .= 'display: none;';
$output .= '}';
$output .= '.dfd-blog-module.blog_left_thumb .post:after,';
$output .= '.dfd-blog-module.blog_left_thumb .post:before,';
$output .= '.dfd-blog-module.blog_right_thumb .post:after,';
$output .= '.dfd-blog-module.blog_right_thumb .post:before {';
$output .= 'content: " ";';
$output .= 'display: table;';
$output .= '}';
$output .= '.dfd-blog-module.blog_left_thumb .post:after,';
$output .= '.dfd-blog-module.blog_right_thumb .post:after {';
$output .= 'clear: both;';
$output .= '}';
$output .= '.dfd-blog-module.blog_left_thumb .post .content-wrap,';
$output .= '.dfd-blog-module.blog_left_thumb .post .entry-media,';
$output .= '.dfd-blog-module.blog_right_thumb .post .content-wrap,';
$output .= '.dfd-blog-module.blog_right_thumb .post .entry-media {';
$output .= 'float: none;';
$output .= 'clear: both;';
$output .= 'width: 100%;';
$output .= 'padding: 0;';
$output .= '}';
$output .= '.dfd-blog-module.blog_left_thumb .post .content-wrap .cover,';
$output .= '.dfd-blog-module.blog_right_thumb .post .content-wrap .cover {';
$output .= 'padding: 0;';
$output .= '}';
$output .= '.woocommerce-page #reviews #review_form_wrapper #review_form .comment-reply-title:after {';
$output .= 'border-top-color: '. $vars['border_color'] .';';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. $vars['x_large_responsive_breakpoint'] .'px) {';
$output .= '.dfd-news-layout-wrap .dfd-news-layout #main-content {';
$output .= 'padding-right: 10px;';
$output .= '}';
$output .= '.dfd-news-layout-wrap .dfd-news-layout #main-content article.post .content-wrap .dfd-vertical-aligned h3 {';
$output .= 'font-size: 30px;';
$output .= 'line-height: 1.2;';
$output .= 'letter-spacing: -2px;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. $vars['medium_responsive_breakpoint'] .'px) {';
$output .= '.news-page-slider-wrap .dfd-navbar-container {';
$output .= 'display: none;';
$output .= '}';
$output .= '.dfd-news-layout-wrap .dfd-news-layout article.post {';
$output .= 'margin-bottom: 15px;';
$output .= 'padding-bottom: 15px;';
$output .= '}';
$output .= '.dfd-news-layout-wrap .dfd-news-layout article.post .content-wrap,';
$output .= '.dfd-news-layout-wrap .dfd-news-layout article.post .entry-media {';
$output .= 'text-align: left;';
$output .= 'float: none;';
$output .= 'clear: both;';
$output .= 'width: 100%;';
$output .= '}';
$output .= '.dfd-news-layout-wrap .dfd-news-layout article.post .content-wrap .dfd-vertical-aligned {';
$output .= 'top: 0;';
$output .= '-webkit-transform: translateY(0);';
$output .= '-moz-transform: translateY(0);';
$output .= '-o-transform: translateY(0);';
$output .= 'transform: translateY(0);';
$output .= 'padding: 0;';
$output .= '}';
$output .= '.dfd-news-layout-wrap .dfd-news-layout article.post .content-wrap .dfd-vertical-aligned h3 {';
$output .= 'font-size: 25px;';
$output .= 'line-height: 1.2;';
$output .= 'letter-spacing: -1px;';
$output .= 'margin-bottom: 10px;';
$output .= '}';
$output .= '.dfd-news-layout-wrap .dfd-news-layout article.post .content-wrap .dfd-vertical-aligned .entry-content {';
$output .= 'margin-top: 10px;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. $vars['large_responsive_breakpoint'] .'px) {';
$output .= '.wpb_wrapper .dfd-enable-resposive-headings h1.widget-title {';
$output .= 'font-size: 45px!important;';
$output .= 'line-height: 1.3;';
$output .= 'letter-spacing: 0!important;';
$output .= 'margin-bottom: 15px;';
$output .= '}';
$output .= '.wpb_wrapper .dfd-enable-resposive-headings h2.widget-title {';
$output .= 'font-size: 35px!important;';
$output .= 'line-height: 1.3;';
$output .= 'letter-spacing: 2px!important;';
$output .= 'margin-bottom: 15px;';
$output .= '}';
$output .= '.wpb_wrapper .dfd-enable-resposive-headings h3.widget-title {';
$output .= 'font-size: 30px!important;';
$output .= 'line-height: 1.3;';
$output .= 'letter-spacing: 3px!important;';
$output .= 'margin-bottom: 15px;';
$output .= '}';
$output .= '.wpb_wrapper .dfd-enable-resposive-headings h4.widget-title {';
$output .= 'font-size: 25px!important;';
$output .= 'line-height: 1.3;';
$output .= 'letter-spacing: 3px!important;';
$output .= 'margin-bottom: 15px;';
$output .= '}';
$output .= '.wpb_wrapper .dfd-enable-resposive-headings h5.widget-title {';
$output .= 'font-size: 18px!important;';
$output .= 'line-height: 1.3;';
$output .= 'letter-spacing: 3px!important;';
$output .= 'margin-bottom: 15px;';
$output .= '}';
$output .= '.wpb_wrapper .dfd-enable-resposive-headings h6.widget-title {';
$output .= 'font-size: 10px!important;';
$output .= 'line-height: 1.3;';
$output .= 'letter-spacing: 4px!important;';
$output .= 'margin-bottom: 15px;';
$output .= '}';
$output .= '.wpb_wrapper .dfd-enable-resposive-headings h1.widget-sub-title {';
$output .= 'font-size: 16px!important;';
$output .= 'line-height: 1.3;';
$output .= 'letter-spacing: 0;';
$output .= '}';
$output .= '.wpb_wrapper .dfd-enable-resposive-headings h2.widget-sub-title {';
$output .= 'font-size: 14px!important;';
$output .= 'line-height: 1.3;';
$output .= 'letter-spacing: 0;';
$output .= '}';
$output .= '.wpb_wrapper .dfd-enable-resposive-headings h3.widget-sub-title {';
$output .= 'font-size: 14px!important;';
$output .= 'line-height: 1.6;';
$output .= 'letter-spacing: 0;';
$output .= '}';
$output .= '.wpb_wrapper .dfd-enable-resposive-headings h4.widget-sub-title,';
$output .= '.wpb_wrapper .dfd-enable-resposive-headings h5.widget-sub-title,';
$output .= '.wpb_wrapper .dfd-enable-resposive-headings h6.widget-sub-title {';
$output .= 'font-size: 13px!important;';
$output .= 'line-height: 1.6;';
$output .= 'letter-spacing: 0;';
$output .= '}';
$output .= '.wpb_wrapper .widget h3.widget-title {';
$output .= 'font-size: 13px!important;';
$output .= 'line-height: 1.2;';
$output .= 'letter-spacing: 0!important;';
$output .= '}';
$output .= '#yith-wcwl-form.wishlist-empty .shop_table tbody tr td h1 {';
$output .= 'font-size: 180px;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. $vars['medium_responsive_breakpoint'] .'px) {';
$output .= '#yith-wcwl-form.wishlist-empty .shop_table tbody tr td h1 {';
$output .= 'font-size: 80px;';
$output .= '}';
$output .= '.cart-empty-page .info-wrap-empty .info-background-empty {';
$output .= 'font-size: 100px;';
$output .= 'letter-spacing: 0;';
$output .= '}';
$output .= '.cart-empty-page .info-wrap-empty .info-content-empty {';
$output .= 'margin-left: 0;';
$output .= '}';
$output .= '.cart-empty-page .info-wrap-empty .info-content-empty .icon-empty i {';
$output .= 'font-size: 80px;';
$output .= '}';
$output .= '.cart-empty-page .info-wrap-empty .info-content-empty .info-empty {';
$output .= 'padding-left: 110px;';
$output .= '}';
$output .= '.cart-empty-page .info-wrap-empty .info-content-empty .info-empty .cart-empty-text {';
$output .= 'font-size: 25px;';
$output .= 'letter-spacing: 0;';
$output .= 'padding-bottom: 5px;';
$output .= '}';
$output .= '.cart-empty-page .info-wrap-empty .info-content-empty .info-empty .cart-empty-subtext {';
$output .= 'font-size: 11px;';
$output .= 'padding-bottom: 15px;';
$output .= 'white-space: initial;';
$output .= '}';
$output .= '.blog-section article.not-found404 .info-wrap-empty .info-background-empty,';
$output .= '.blog-section.sidebar-both article.not-found404 .info-wrap-empty .info-background-empty,';
$output .= '.blog-section.sidebar-left article.not-found404 .info-wrap-empty .info-background-empty,';
$output .= '.blog-section.sidebar-left2 article.not-found404 .info-wrap-empty .info-background-empty,';
$output .= '.blog-section.sidebar-right article.not-found404 .info-wrap-empty .info-background-empty,';
$output .= '.blog-section.sidebar-right2 article.not-found404 .info-wrap-empty .info-background-empty {';
$output .= 'font-size: 170px;';
$output .= 'letter-spacing: 0;';
$output .= '}';
$output .= '.blog-section article.not-found404 .info-wrap-empty .info-content-empty .icon-empty i,';
$output .= '.blog-section.sidebar-both article.not-found404 .info-wrap-empty .info-content-empty .icon-empty i,';
$output .= '.blog-section.sidebar-left article.not-found404 .info-wrap-empty .info-content-empty .icon-empty i,';
$output .= '.blog-section.sidebar-left2 article.not-found404 .info-wrap-empty .info-content-empty .icon-empty i,';
$output .= '.blog-section.sidebar-right article.not-found404 .info-wrap-empty .info-content-empty .icon-empty i,';
$output .= '.blog-section.sidebar-right2 article.not-found404 .info-wrap-empty .info-content-empty .icon-empty i {';
$output .= 'font-size: 90px;';
$output .= '}';
$output .= '.blog-section article.not-found404 .info-wrap-empty .info-content-empty .info-empty,';
$output .= '.blog-section.sidebar-both article.not-found404 .info-wrap-empty .info-content-empty .info-empty,';
$output .= '.blog-section.sidebar-left article.not-found404 .info-wrap-empty .info-content-empty .info-empty,';
$output .= '.blog-section.sidebar-left2 article.not-found404 .info-wrap-empty .info-content-empty .info-empty,';
$output .= '.blog-section.sidebar-right article.not-found404 .info-wrap-empty .info-content-empty .info-empty,';
$output .= '.blog-section.sidebar-right2 article.not-found404 .info-wrap-empty .info-content-empty .info-empty {';
$output .= 'padding-left: 110px;';
$output .= '}';
$output .= '.blog-section article.not-found404 .info-wrap-empty .info-content-empty .info-empty .namber404,';
$output .= '.blog-section.sidebar-both article.not-found404 .info-wrap-empty .info-content-empty .info-empty .namber404,';
$output .= '.blog-section.sidebar-left article.not-found404 .info-wrap-empty .info-content-empty .info-empty .namber404,';
$output .= '.blog-section.sidebar-left2 article.not-found404 .info-wrap-empty .info-content-empty .info-empty .namber404,';
$output .= '.blog-section.sidebar-right article.not-found404 .info-wrap-empty .info-content-empty .info-empty .namber404,';
$output .= '.blog-section.sidebar-right2 article.not-found404 .info-wrap-empty .info-content-empty .info-empty .namber404 {';
$output .= 'font-size: 55px;';
$output .= 'letter-spacing: 0;';
$output .= '}';
$output .= '.blog-section article.not-found404 .info-wrap-empty .info-content-empty .info-empty .cart-empty-text,';
$output .= '.blog-section.sidebar-both article.not-found404 .info-wrap-empty .info-content-empty .info-empty .cart-empty-text,';
$output .= '.blog-section.sidebar-left article.not-found404 .info-wrap-empty .info-content-empty .info-empty .cart-empty-text,';
$output .= '.blog-section.sidebar-left2 article.not-found404 .info-wrap-empty .info-content-empty .info-empty .cart-empty-text,';
$output .= '.blog-section.sidebar-right article.not-found404 .info-wrap-empty .info-content-empty .info-empty .cart-empty-text,';
$output .= '.blog-section.sidebar-right2 article.not-found404 .info-wrap-empty .info-content-empty .info-empty .cart-empty-text {';
$output .= 'font-size: 25px;';
$output .= 'letter-spacing: 0;';
$output .= '}';
$output .= '.blog-section article.not-found404 .info-wrap-empty .info-content-empty .info-empty .cart-empty-subtext,';
$output .= '.blog-section.sidebar-both article.not-found404 .info-wrap-empty .info-content-empty .info-empty .cart-empty-subtext,';
$output .= '.blog-section.sidebar-left article.not-found404 .info-wrap-empty .info-content-empty .info-empty .cart-empty-subtext,';
$output .= '.blog-section.sidebar-left2 article.not-found404 .info-wrap-empty .info-content-empty .info-empty .cart-empty-subtext,';
$output .= '.blog-section.sidebar-right article.not-found404 .info-wrap-empty .info-content-empty .info-empty .cart-empty-subtext,';
$output .= '.blog-section.sidebar-right2 article.not-found404 .info-wrap-empty .info-content-empty .info-empty .cart-empty-subtext {';
$output .= 'font-size: 12px;';
$output .= 'padding-bottom: 10px;';
$output .= '}';
$output .= '.blog-section article.not-found404 .container-shortcodes,';
$output .= '.blog-section.sidebar-both article.not-found404 .container-shortcodes,';
$output .= '.blog-section.sidebar-left article.not-found404 .container-shortcodes,';
$output .= '.blog-section.sidebar-left2 article.not-found404 .container-shortcodes,';
$output .= '.blog-section.sidebar-right article.not-found404 .container-shortcodes,';
$output .= '.blog-section.sidebar-right2 article.not-found404 .container-shortcodes {';
$output .= 'margin-top: 40px;';
$output .= '}';
$output .= '.blog-section article.not-found404 .container-shortcodes .arhives404,';
$output .= '.blog-section article.not-found404 .container-shortcodes .search404,';
$output .= '.blog-section.sidebar-both article.not-found404 .container-shortcodes .arhives404,';
$output .= '.blog-section.sidebar-both article.not-found404 .container-shortcodes .search404,';
$output .= '.blog-section.sidebar-left article.not-found404 .container-shortcodes .arhives404,';
$output .= '.blog-section.sidebar-left article.not-found404 .container-shortcodes .search404,';
$output .= '.blog-section.sidebar-left2 article.not-found404 .container-shortcodes .arhives404,';
$output .= '.blog-section.sidebar-left2 article.not-found404 .container-shortcodes .search404,';
$output .= '.blog-section.sidebar-right article.not-found404 .container-shortcodes .arhives404,';
$output .= '.blog-section.sidebar-right article.not-found404 .container-shortcodes .search404,';
$output .= '.blog-section.sidebar-right2 article.not-found404 .container-shortcodes .arhives404,';
$output .= '.blog-section.sidebar-right2 article.not-found404 .container-shortcodes .search404 {';
$output .= 'width: 100%;';
$output .= '}';
$output .= '}';
$output .= '@media (min-width:'. $vars['medium_responsive_breakpoint'] .'px) and (max-width:'. ((int)$vars['x_large_responsive_breakpoint'] - 1) .'px) {';
$output .= '.dfd-x-large-eight {';
$output .= 'width: 66.66667%!important;';
$output .= '}';
$output .= '.dfd-x-large-six {';
$output .= 'width: 50%!important;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. $vars['large_responsive_breakpoint'] .'px) {';
$output .= '.dfd-hide-normal {';
$output .= 'display: none!important;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. ((int)$vars['medium_responsive_breakpoint'] - 1) .'px) {';
$output .= '.dfd-show-smaller {';
$output .= 'display: block!important;';
$output .= '}';
$output .= '#layout .dfd-mobile-no-paddings {';
$output .= 'padding: 0!important;';
$output .= '}';
$output .= '#layout .dfd-mobile-no-borders {';
$output .= 'border-width: 0!important;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. $vars['large_responsive_breakpoint'] .'px) {';
$output .= '.dfd-woo-single-category img {';
$output .= 'min-width: 100%;';
$output .= '}';
$output .= '}';
$output .= '@media (min-width:'. $vars['medium_responsive_breakpoint'] .'px) and (max-width:'. ((int)str_replace($vars['normal_responsive_breakpoint'],'px','') + 1) .'px) {';
$output .= '.dfd-single-product-module.dfd-style-2 .dfd-product-top {';
$output .= 'padding: 10px;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. ((int)$vars['medium_responsive_breakpoint'] - 1) .'px) {';
$output .= '.products.row .product {';
$output .= 'margin-bottom: 20px!important;';
$output .= '}';
$output .= '.products.row .product:last-child {';
$output .= 'margin-bottom: 0!important;';
$output .= '}';
$output .= '.dfd-single-product-module.dfd-style-2 .dfd-product-image img {';
$output .= 'min-width: 100%;';
$output .= '}';
$output .= '.dfd-woo-single-category .dfd-heading div.box-name {';
$output .= '-webkit-transform: translateY(0);';
$output .= '-moz-transform: translateY(0);';
$output .= '-o-transform: translateY(0);';
$output .= 'transform: translateY(0);';
$output .= '}';
$output .= '}';
$output .= '@media (max-width:'. ((int)$vars['medium_responsive_breakpoint'] - 1) .'px) {';
$output .= '.row .dfd_col-mobile-12 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 100%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-11 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 91.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-10 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 83.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-9 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 75%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-8 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 66.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-7 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 58.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-6 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 50%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-5 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 41.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-4 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 33.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-3 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 25%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-2 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 16.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-1 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 8.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-1\/5 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 20%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-2\/5 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 40%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-3\/5 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 60%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-4\/5 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 80%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-pull-12 {';
$output .= 'right: 100%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-pull-11 {';
$output .= 'right: 91.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-pull-10 {';
$output .= 'right: 83.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-pull-9 {';
$output .= 'right: 75%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-pull-8 {';
$output .= 'right: 66.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-pull-7 {';
$output .= 'right: 58.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-pull-6 {';
$output .= 'right: 50%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-pull-5 {';
$output .= 'right: 41.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-pull-4 {';
$output .= 'right: 33.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-pull-3 {';
$output .= 'right: 25%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-pull-2 {';
$output .= 'right: 16.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-pull-1 {';
$output .= 'right: 8.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-pull-0 {';
$output .= 'right: auto;';
$output .= '}';
$output .= '.row .dfd_col-mobile-push-12 {';
$output .= 'left: 100%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-push-11 {';
$output .= 'left: 91.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-push-10 {';
$output .= 'left: 83.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-push-9 {';
$output .= 'left: 75%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-push-8 {';
$output .= 'left: 66.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-push-7 {';
$output .= 'left: 58.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-push-6 {';
$output .= 'left: 50%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-push-5 {';
$output .= 'left: 41.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-push-4 {';
$output .= 'left: 33.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-push-3 {';
$output .= 'left: 25%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-push-2 {';
$output .= 'left: 16.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-push-1 {';
$output .= 'left: 8.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-push-0 {';
$output .= 'left: auto;';
$output .= '}';
$output .= '.row .dfd_col-mobile-offset-12 {';
$output .= 'margin-left: 100%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-offset-11 {';
$output .= 'margin-left: 91.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-offset-10 {';
$output .= 'margin-left: 83.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-offset-9 {';
$output .= 'margin-left: 75%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-offset-8 {';
$output .= 'margin-left: 66.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-offset-7 {';
$output .= 'margin-left: 58.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-offset-6 {';
$output .= 'margin-left: 50%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-offset-5 {';
$output .= 'margin-left: 41.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-offset-4 {';
$output .= 'margin-left: 33.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-offset-3 {';
$output .= 'margin-left: 25%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-offset-2 {';
$output .= 'margin-left: 16.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-offset-1 {';
$output .= 'margin-left: 8.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-mobile-offset-0 {';
$output .= 'margin-left: 0;';
$output .= '}';
$output .= '}';
$output .= '@media (min-width:'. $vars['medium_responsive_breakpoint'] .'px) {';
$output .= '.row .dfd_col-tablet-12 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 100%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-11 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 91.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-10 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 83.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-9 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 75%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-8 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 66.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-7 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 58.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-6 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 50%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-5 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 41.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-4 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 33.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-3 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 25%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-2 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 16.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-1 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 8.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-1\/5 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 20%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-2\/5 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 40%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-3\/5 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 60%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-4\/5 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 80%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-pull-12 {';
$output .= 'right: 100%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-pull-11 {';
$output .= 'right: 91.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-pull-10 {';
$output .= 'right: 83.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-pull-9 {';
$output .= 'right: 75%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-pull-8 {';
$output .= 'right: 66.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-pull-7 {';
$output .= 'right: 58.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-pull-6 {';
$output .= 'right: 50%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-pull-5 {';
$output .= 'right: 41.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-pull-4 {';
$output .= 'right: 33.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-pull-3 {';
$output .= 'right: 25%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-pull-2 {';
$output .= 'right: 16.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-pull-1 {';
$output .= 'right: 8.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-pull-0 {';
$output .= 'right: auto;';
$output .= '}';
$output .= '.row .dfd_col-tablet-push-12 {';
$output .= 'left: 100%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-push-11 {';
$output .= 'left: 91.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-push-10 {';
$output .= 'left: 83.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-push-9 {';
$output .= 'left: 75%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-push-8 {';
$output .= 'left: 66.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-push-7 {';
$output .= 'left: 58.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-push-6 {';
$output .= 'left: 50%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-push-5 {';
$output .= 'left: 41.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-push-4 {';
$output .= 'left: 33.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-push-3 {';
$output .= 'left: 25%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-push-2 {';
$output .= 'left: 16.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-push-1 {';
$output .= 'left: 8.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-push-0 {';
$output .= 'left: auto;';
$output .= '}';
$output .= '.row .dfd_col-tablet-offset-12 {';
$output .= 'margin-left: 100%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-offset-11 {';
$output .= 'margin-left: 91.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-offset-10 {';
$output .= 'margin-left: 83.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-offset-9 {';
$output .= 'margin-left: 75%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-offset-8 {';
$output .= 'margin-left: 66.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-offset-7 {';
$output .= 'margin-left: 58.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-offset-6 {';
$output .= 'margin-left: 50%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-offset-5 {';
$output .= 'margin-left: 41.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-offset-4 {';
$output .= 'margin-left: 33.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-offset-3 {';
$output .= 'margin-left: 25%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-offset-2 {';
$output .= 'margin-left: 16.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-offset-1 {';
$output .= 'margin-left: 8.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tablet-offset-0 {';
$output .= 'margin-left: 0;';
$output .= '}';
$output .= '}';
$output .= '@media (min-width:'. $vars['large_responsive_breakpoint'] .'px) {';
$output .= '.row .dfd_col-laptop-12 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 100%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-11 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 91.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-10 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 83.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-9 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 75%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-8 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 66.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-7 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 58.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-6 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 50%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-5 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 41.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-4 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 33.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-3 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 25%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-2 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 16.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-1 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 8.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-1\/5 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 20%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-2\/5 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 40%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-3\/5 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 60%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-4\/5 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 80%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-pull-12 {';
$output .= 'right: 100%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-pull-11 {';
$output .= 'right: 91.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-pull-10 {';
$output .= 'right: 83.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-pull-9 {';
$output .= 'right: 75%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-pull-8 {';
$output .= 'right: 66.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-pull-7 {';
$output .= 'right: 58.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-pull-6 {';
$output .= 'right: 50%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-pull-5 {';
$output .= 'right: 41.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-pull-4 {';
$output .= 'right: 33.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-pull-3 {';
$output .= 'right: 25%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-pull-2 {';
$output .= 'right: 16.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-pull-1 {';
$output .= 'right: 8.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-pull-0 {';
$output .= 'right: auto;';
$output .= '}';
$output .= '.row .dfd_col-laptop-push-12 {';
$output .= 'left: 100%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-push-11 {';
$output .= 'left: 91.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-push-10 {';
$output .= 'left: 83.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-push-9 {';
$output .= 'left: 75%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-push-8 {';
$output .= 'left: 66.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-push-7 {';
$output .= 'left: 58.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-push-6 {';
$output .= 'left: 50%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-push-5 {';
$output .= 'left: 41.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-push-4 {';
$output .= 'left: 33.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-push-3 {';
$output .= 'left: 25%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-push-2 {';
$output .= 'left: 16.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-push-1 {';
$output .= 'left: 8.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-push-0 {';
$output .= 'left: auto;';
$output .= '}';
$output .= '.row .dfd_col-laptop-offset-12 {';
$output .= 'margin-left: 100%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-offset-11 {';
$output .= 'margin-left: 91.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-offset-10 {';
$output .= 'margin-left: 83.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-offset-9 {';
$output .= 'margin-left: 75%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-offset-8 {';
$output .= 'margin-left: 66.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-offset-7 {';
$output .= 'margin-left: 58.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-offset-6 {';
$output .= 'margin-left: 50%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-offset-5 {';
$output .= 'margin-left: 41.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-offset-4 {';
$output .= 'margin-left: 33.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-offset-3 {';
$output .= 'margin-left: 25%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-offset-2 {';
$output .= 'margin-left: 16.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-offset-1 {';
$output .= 'margin-left: 8.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-laptop-offset-0 {';
$output .= 'margin-left: 0;';
$output .= '}';
$output .= '}';
$output .= '@media (min-width:'. $vars['x_large_responsive_breakpoint'] .'px) {';
$output .= '.row .dfd_col-tabletop-12 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 100%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-11 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 91.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-10 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 83.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-9 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 75%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-8 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 66.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-7 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 58.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-6 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 50%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-5 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 41.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-4 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 33.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-3 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 25%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-2 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 16.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-1 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 8.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-1\/5 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 20%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-2\/5 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 40%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-3\/5 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 60%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-4\/5 {';
$output .= 'float: left;';
$output .= 'clear: none;';
$output .= 'width: 80%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-pull-12 {';
$output .= 'right: 100%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-pull-11 {';
$output .= 'right: 91.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-pull-10 {';
$output .= 'right: 83.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-pull-9 {';
$output .= 'right: 75%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-pull-8 {';
$output .= 'right: 66.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-pull-7 {';
$output .= 'right: 58.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-pull-6 {';
$output .= 'right: 50%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-pull-5 {';
$output .= 'right: 41.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-pull-4 {';
$output .= 'right: 33.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-pull-3 {';
$output .= 'right: 25%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-pull-2 {';
$output .= 'right: 16.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-pull-1 {';
$output .= 'right: 8.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-pull-0 {';
$output .= 'right: auto;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-push-12 {';
$output .= 'left: 100%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-push-11 {';
$output .= 'left: 91.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-push-10 {';
$output .= 'left: 83.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-push-9 {';
$output .= 'left: 75%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-push-8 {';
$output .= 'left: 66.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-push-7 {';
$output .= 'left: 58.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-push-6 {';
$output .= 'left: 50%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-push-5 {';
$output .= 'left: 41.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-push-4 {';
$output .= 'left: 33.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-push-3 {';
$output .= 'left: 25%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-push-2 {';
$output .= 'left: 16.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-push-1 {';
$output .= 'left: 8.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-push-0 {';
$output .= 'left: auto;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-offset-12 {';
$output .= 'margin-left: 100%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-offset-11 {';
$output .= 'margin-left: 91.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-offset-10 {';
$output .= 'margin-left: 83.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-offset-9 {';
$output .= 'margin-left: 75%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-offset-8 {';
$output .= 'margin-left: 66.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-offset-7 {';
$output .= 'margin-left: 58.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-offset-6 {';
$output .= 'margin-left: 50%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-offset-5 {';
$output .= 'margin-left: 41.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-offset-4 {';
$output .= 'margin-left: 33.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-offset-3 {';
$output .= 'margin-left: 25%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-offset-2 {';
$output .= 'margin-left: 16.66666667%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-offset-1 {';
$output .= 'margin-left: 8.33333333%;';
$output .= '}';
$output .= '.row .dfd_col-tabletop-offset-0 {';
$output .= 'margin-left: 0;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. $vars['x_large_responsive_breakpoint'] .'px) {';
$output .= '.cart-wrap .shop_table tbody tr .product-name a {';
$output .= 'font-size: 16px;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. $vars['large_responsive_breakpoint'] .'px) {';
$output .= '.woocommerce .cart-wrap .five.columns,';
$output .= '.woocommerce .cart-wrap .seven.columns,';
$output .= '.cart-wrap .cart_totals table tbody tr.shipping .shipping-calculator-form > p {';
$output .= 'width: 100%;';
$output .= 'float: none;';
$output .= 'clear: both;';
$output .= '}';
$output .= '.woocommerce .cart-wrap .cart-collaterals {';
$output .= 'margin-top: 30px;';
$output .= '}';
$output .= '.woocommerce .cart-wrap .shop_table {';
$output .= 'table-layout: fixed;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. $vars['medium_responsive_breakpoint'] .'px) {';
$output .= '.cart-wrap .shop_table tbody tr td.product-thumbnail {';
$output .= 'display: none;';
$output .= '}';
$output .= 'body.checkout #main-content>.woocommerce .checkout.woocommerce-checkout #customer_details,';
$output .= 'body.checkout #main-content>.woocommerce .checkout.woocommerce-checkout #order_review,';
$output .= 'body.checkout #main-content>.woocommerce .checkout.woocommerce-checkout #order_review_heading {';
$output .= 'width: 100%;';
$output .= 'float: none;';
$output .= 'clear: both;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. ((int)$vars['medium_responsive_breakpoint'] - 1) .'px) {';
$output .= '#yith-wcwl-form .shop_table tbody tr .product-thumbnail,';
$output .= '#yith-wcwl-form .shop_table thead .product-thumbnail {';
$output .= 'display: none;';
$output .= '}';
$output .= '.yith-wcwl-share ul li {';
$output .= 'width: 100%;';
$output .= 'border-right: 1px solid '. $vars['border_color'] .';';
$output .= '}';
$output .= '.yith-wcwl-share ul li:not(:last-child) {';
$output .= 'border-bottom-width: 0;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. $vars['small_responsive_breakpoint'] .'px) {';
$output .= '#yith-wcwl-form .shop_table tbody tr .product-stock-status,';
$output .= '#yith-wcwl-form .shop_table thead .product-stock-status {';
$output .= 'display: none;';
$output .= '}';
$output .= '}';
$output .= '@media (min-width:'. ((int)$vars['medium_responsive_breakpoint'] - 1) .'px) and (max-width:'. $vars['large_responsive_breakpoint'] .'px) {';
$output .= '.dfd-service-module-wrap .dfd-service-list .dfd-service-item .dfd-service-back,';
$output .= '.dfd-service-module-wrap .dfd-service-list .dfd-service-item .dfd-service-front {';
$output .= 'padding: 25px;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. ((int)$vars['medium_responsive_breakpoint'] - 1) .'px) {';
$output .= '.dfd-service-module-wrap .dfd-service-list.fifth-width-elements>*,';
$output .= '.dfd-service-module-wrap .dfd-service-list.half-size-elements>*,';
$output .= '.dfd-service-module-wrap .dfd-service-list.one-third-width-elements>*,';
$output .= '.dfd-service-module-wrap .dfd-service-list.quarter-width-elements>*,';
$output .= '.dfd-service-module-wrap .dfd-service-list.sixth-width-elements>* {';
$output .= 'float: none;';
$output .= 'clear: both;';
$output .= 'width: 100%;';
$output .= '}';
$output .= '.dfd-service-module-wrap .dfd-service-list.fifth-width-elements .dfd-service-item,';
$output .= '.dfd-service-module-wrap .dfd-service-list.half-size-elements .dfd-service-item,';
$output .= '.dfd-service-module-wrap .dfd-service-list.one-third-width-elements .dfd-service-item,';
$output .= '.dfd-service-module-wrap .dfd-service-list.quarter-width-elements .dfd-service-item,';
$output .= '.dfd-service-module-wrap .dfd-service-list.sixth-width-elements .dfd-service-item {';
$output .= 'border-width: 1px 0 0!important;';
$output .= '}';
$output .= '.dfd-service-module-wrap .dfd-service-list.fifth-width-elements .dfd-service-item:first-child,';
$output .= '.dfd-service-module-wrap .dfd-service-list.half-size-elements .dfd-service-item:first-child,';
$output .= '.dfd-service-module-wrap .dfd-service-list.one-third-width-elements .dfd-service-item:first-child,';
$output .= '.dfd-service-module-wrap .dfd-service-list.quarter-width-elements .dfd-service-item:first-child,';
$output .= '.dfd-service-module-wrap .dfd-service-list.sixth-width-elements .dfd-service-item:first-child {';
$output .= 'border-top-width: 0!important;';
$output .= '}';
$output .= '.dfd-service-module-wrap .dfd-service-list .dfd-service-front .dfd-front-wrap .dfd-service-icon,';
$output .= '.dfd-service-module-wrap .dfd-service-list .dfd-service-front .dfd-front-wrap .heading {';
$output .= 'float: none!important;';
$output .= 'clear: both!important;';
$output .= '}';
$output .= '.dfd-service-module-wrap .dfd-service-list .dfd-service-front .dfd-front-wrap .dfd-service-icon {';
$output .= 'margin-bottom: 20px;';
$output .= '}';
$output .= '.dfd-service-module-wrap .dfd-service-list .dfd-service-front .dfd-front-wrap .heading {';
$output .= 'margin: 0!important;';
$output .= 'padding: 0!important;';
$output .= '}';
$output .= '.dfd-service-module-wrap .dfd-service-list.icon-left .dfd-service-icon,';
$output .= '.dfd-service-module-wrap .dfd-service-list.icon-left .heading {';
$output .= 'text-align: left;';
$output .= '}';
$output .= '.dfd-service-module-wrap .dfd-service-list.icon-right .dfd-service-icon,';
$output .= '.dfd-service-module-wrap .dfd-service-list.icon-right .heading {';
$output .= 'text-align: right;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. $vars['large_responsive_breakpoint'] .'px) {';
$output .= '.wpb_tour .wpb_tabs_nav {';
$output .= 'float: none;';
$output .= 'width: 100%;';
$output .= 'margin-bottom: 30px;';
$output .= '}';
$output .= '.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {';
$output .= 'float: none;';
$output .= 'width: 100%;';
$output .= '}';
$output .= '.wpb_tour_next_prev_nav {';
$output .= 'padding-left: 0;';
$output .= 'margin-left: 0;';
$output .= '}';
$output .= '.wpb_tour.dfd-vertical-tabs.dfd-left-tabs .wpb_tour_tabs_wrapper .wpb_tab {';
$output .= 'padding-left: 0;';
$output .= '}';
$output .= '.wpb_tour.dfd-vertical-tabs.dfd-right-tabs .wpb_tour_tabs_wrapper .wpb_tab {';
$output .= 'padding-right: 0;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. ((int)str_replace($vars['normal_responsive_breakpoint'],'px','') + 1) .'px) {';
$output .= '.dfd-scrolling-effect-module .dfd-scrolling-effect-item .dfd-scaling-image {';
$output .= 'display: none!important;';
$output .= '}';
$output .= '.dfd-scrolling-effect-module .dfd-scrolling-effect-item .dfd-appearing-image {';
$output .= 'width: auto!important;';
$output .= 'height: auto!important;';
$output .= 'max-width: 100%;';
$output .= 'margin: 0 auto!important;';
$output .= 'opacity: 1!important;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. ((int)$vars['medium_responsive_breakpoint'] - 1) .'px) {';
$output .= '.dfd-presentation-module-wrap .dfd-presentation-box {';
$output .= 'position: relative;';
$output .= '}';
$output .= '.dfd-presentation-module-wrap .dfd-presentation-box.active-left-info .dfd-presentation-back {';
$output .= 'left: auto;';
$output .= 'right: 10%;';
$output .= '}';
$output .= '.dfd-presentation-module-wrap .dfd-presentation-box .dfd-presentation-back {';
$output .= 'left: 10%;';
$output .= 'width: 80%;';
$output .= 'height: 80%;';
$output .= '}';
$output .= '}';
$output .= '@media only screen and (max-width:'. $vars['large_responsive_breakpoint'] .'px) {';
$output .= 'html.dfd-side-by-side-mode,';
$output .= 'html.dfd-side-by-side-mode body {';
$output .= 'overflow: visible!important;';
$output .= 'height: auto!important;';
$output .= '}';
$output .= 'html.dfd-side-by-side-mode body #multiscroll-nav {';
$output .= 'display: none;';
$output .= '}';
$output .= 'html.dfd-side-by-side-mode body .dfd-side-by-side-slider {';
$output .= 'height: auto!important;';
$output .= '}';
$output .= 'html.dfd-side-by-side-mode body .dfd-side-by-side-slider .ms-left,';
$output .= 'html.dfd-side-by-side-mode body .dfd-side-by-side-slider .ms-right {';
$output .= 'width: 100%!important;';
$output .= 'height: auto!important;';
$output .= 'position: relative!important;';
$output .= 'top: 0!important;';
$output .= 'left: 0!important;';
$output .= 'right: 0!important;';
$output .= 'touch-action: auto!important;';
$output .= '}';
$output .= '}';