/**
 * Styles for form
 */
.cntctfrm_contact_form * {
	text-align: left !important;
	line-height: normal !important;
}
.rtl .cntctfrm_contact_form * {
	text-align: right !important;
}
.cntctfrm_contact_form .cntctfrm_contact_submit {
	text-align: center !important;
}
.cntctfrm_contact_form p,
.widget .cntctfrm_contact_form p {
	margin: 0 !important;
}
.cntctfrm_contact_form .cptch_block label + br,
.cntctfrm_contact_form .cptch_block span + br,
.cntctfrm_contact_form .cptchpr_block label + br,
.cntctfrm_contact_form .cptchpr_block span + br {
	display: block !important;
}
.cntctfrm_contact_form .cptch_block br,
.cntctfrm_contact_form .cptchpr_block br {
	display: none;
}
.cntctfrm_input_captcha .cptch_block ~ .gglcptch,
.cntctfrm_input_captcha .cptchpls_block ~ .gglcptch,
.cntctfrm_input_captcha .cptchpr_block ~ .gglcptch,
.cntctfrm_input_captcha .cptch_block ~ .gglcptchpr,
.cntctfrm_input_captcha .cptchpls_block ~ .gglcptchpr,
.cntctfrm_input_captcha .cptchpr_block ~ .gglcptchpr {
    padding: 20px 0 0;
}
.cntctfrm_contact_form .gglcptch #recaptcha_widget_div {
	width: 320px !important;
}
.cntctfrm_label,
.cntctfrm_input,
.cntctfrm_select,
.cntctfrm_checkbox {
   max-width: 320px;
}
.cntctfrm_input.cntctfrm_input_submit {
	max-width: 100%;
}
.cntctfrm_input_captcha {
	margin: 20px 0;
}
.cntctfrm_contact_form input[type="text"],
.cntctfrm_contact_form input[type="file"],
.cntctfrm_contact_form select,
.cntctfrm_contact_form textarea,
.widget .cntctfrm_contact_form input[type="text"],
.widget .cntctfrm_contact_form input[type="file"],
.widget .cntctfrm_contact_form select,
.widget .cntctfrm_contact_form textarea {
	width: 100%;
	margin: 0 !important;
	box-sizing: border-box;
}
.cntctfrm_contact_attachment_extensions {
	font-size: 10px !important;
}
.cntctfrm_contact_form input.cntctfrm_contact_submit {
	cursor: pointer !important;
	text-align: center !important;
	margin-bottom: 10px !important;
}
.cntctfrm_label:first-child {
	padding: 0;
}
.cntctfrm_label,
.cntctfrm_checkbox {
	padding: 5px 0 0;
}
.cntctfrm_input,
.cntctfrm_select,
.cntctfrm_checkbox {
	position: relative;
}
.cntctfrm_error_text {
	color: red;
	text-align: left;
}
#cntctfrm_contact_attachment {
	margin-bottom:0;
}
.cntctfrm_contact_form div {
	clear: both;
}
.cntctfrm_one_column {
	max-width: 320px;
	width: 100%;
}
.cntctfrm_two_columns {
	max-width: 650px;
	width: 100%;
}
.cntctfrm_column {
	position: relative;
	min-height: 1px;
	max-width: 320px;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: none !important;
}
.cntctfrm_ltr .cntctfrm_column {
	float: left;
}
.cntctfrm_rtl .cntctfrm_column {
	float: right;
}
.cntctfrm_ltr.cntctfrm_two_columns #cntctfrm_first_column,
.cntctfrm_ltr.cntctfrm_two_columns #cntctfrm_submit_first_column {
	margin: 0 10px 0 0;
}
.cntctfrm_rtl.cntctfrm_two_columns #cntctfrm_first_column,
.cntctfrm_rtl.cntctfrm_two_columns #cntctfrm_submit_first_column {
	margin: 0 0 0 10px;
}
.cntctfrmpr_field_wrap {
	margin: 0 0 5px;
}@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(http://fonts.gstatic.com/s/raleway/v11/bIcY3_3JNqUVRAQQRNVteQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: local('Raleway Medium'), local('Raleway-Medium'), url(http://fonts.gstatic.com/s/raleway/v11/CcKI4k9un7TZVWzRVT-T8y3USBnSvpkopQaUR-2r7iU.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(http://fonts.gstatic.com/s/raleway/v11/xkvoNo9fC8O2RDydKj12by3USBnSvpkopQaUR-2r7iU.ttf) format('truetype');
}

#mg_box * {
    font-family: 'Source Sans Pro';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-family: 'Raleway', sans-serif !important;
}

span.mg-header-title-right img {
    max-width: none;
}

#mg_box {
    width: 355px; 
    height: 367px; 
    right: 0px; 
    top: 124.5px; 
    visibility: hidden;
    position: fixed;
    bottom: 0;
    z-index: 999999999;
}

.mg-wrapper-right {
    width: 85%;
    overflow-y: hidden;
    overflow-x: hidden;
    padding: 0 0 0 23px;
    border-color: #ebebeb;
    max-height: 600px;
    /*height: 100%;*/
    color: #222222;
    background-color: #ffffff;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
}

#mg_box  div.mg-header-right {
    float: left;
    margin-top: 50%;
    width: 20px;
    text-align: left;
    font-weight: 400;
    cursor: pointer;
    padding: 10px;
    color: #ffffff;
    background-color: #7d9f2b;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.mg-header-title-right {
    display: inline-block;
    font-size: 17px;
}

.mg-css-anim-right {
    -webkit-transition: right .8s;
    -moz-transition: right .8s;
    -o-transition: right .8s;
    transition: right .8s;
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

.mg-animated {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

.mg-animated.mg-hinge {
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
}

.mg-form-slide-close {
    display: none;
}

.mg-form-wrapper {
    padding: 10px;
}
.mg-form-wrapper center {
    margin-bottom: 5px;
    margin-top: -10px;
}

@media only screen and (max-width : 600px) {
    #mg_box[style][data-class='mg_slide_left'], #mg_box[style][data-class='mg_slide_right'] {
        width: 343px !important;
    }

    #mg_box[data-class='mg_slide_right'] #mg_wrapper_right[style] {
        width: 291px !important;
    }

    #mg_box  div.mg-header-right, #mg_box  div.mg-header-left {
        padding: 4px;
    }

    p.chat-left, p.chat-right {
        margin-top: 0;
    }
}

.mg-form-slide-close {
    background: url(//www.bestmenus.com.au/wp-content/plugins/formget-contact-form/image/close_form.png) center center no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
}

.mg-wrapper-right .mg-form-slide-close {
    right: 10px;
    top: 10px;
}

.mg-form-column-two {
    max-width: 328px;
}

#mg_form_wraper_div .view-header {
    border-bottom: 1px dotted #dadada;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#mg_form_wraper_div .view-header h2 {
    margin: 0 0 8px;
    line-height: 30px;
    font-size: 22px;
}

#mg_form_wraper_div .view-header p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px;
}

#mg_form_wraper_div ul#unorder_list_container {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

#mg_form_wraper_div li {
    margin: 0 0 17px;
    position: relative;
}

#mg_form_wraper_div li.inkdesk-mg-form .view-wrapper {
    position: relative;
}

#mg_form_wraper_div p,#mg_form_wraper_div span,#mg_form_wraper_div li {
    color: #4f4f4f;
}

#mg_form_wraper_div span {
    font-size: 14px;
}

#mg_form_wraper_div ::-webkit-input-placeholder {
    color: #4f4f4f;
}

#mg_form_wraper_div :-moz-placeholder {
    color: #4f4f4f;
}

#mg_form_wraper_div ::-moz-placeholder {
    color: #4f4f4f;
}

#mg_form_wraper_div :-ms-input-placeholder {
    color: #4f4f4f;
}

#mg_form_wraper_div input:focus::-webkit-input-placeholder,#mg_form_wraper_div textArea:focus::-webkit-input-placeholder {
    color: #4f4f4f !important;
}

#mg_form_wraper_div input:focus:-moz-placeholder,#mg_form_wraper_div textArea:focus:-moz-placeholder {
    color: #4f4f4f !important;
}

#mg_form_wraper_div input:focus::-moz-placeholder,#mg_form_wraper_div textArea:focus::-moz-placeholder {
    color: #4f4f4f !important;
}

#mg_form_wraper_div input:focus:-ms-input-placeholder,#mg_form_wraper_div textArea:focus:-ms-input-placeholder {
    color: #4f4f4f !important;
}

#mg_form_wraper_div input[type="text"],#mg_form_wraper_div input[type="email"] {
    width: 98%;
    border: 0;
    color: #4f4f4f;
    font-size: 14px;
    background-color: transparent !important;
}



#mg_form_wraper_div input[type="text"],#mg_form_wraper_div input[type="email"] {
    height: 32px;
    padding: 0;
    padding-left: 5px;
}


#mg_form_wraper_div input#save {
    background-color: #dd4b39;
    text-align: center;
    border: 0;
    color: #fff;
    display: block;
    width: 101%;
    font-size: 16px;
    font-weight: bolder;
    padding: 10px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

#mg_form_wraper_div .required {
    position: absolute;
    top: 1px;
    right: -8px;
}

#mg_form_wraper_div input#save:hover {
    background-color: #fe6a48;
}

#mg_form_wraper_div input#save:active {
    background-color: #f14c26;
}



#mg_form_wraper_div .mg-outlined {
    border: 3px solid #e1e1e1;
    background-color: #fff;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

#mg_form_wraper_div .mg-outlined:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #b7b7b7;
}

#mg_form_wraper_div .view-click.mg-outlined,#mg_form_wraper_div .view-click .mg-outlined {
    border-color: #c0d8fd;
    position: relative;
    z-index: 10;
}

#mg_form_wraper_div .view-click.mg-outlined:before,#mg_form_wraper_div .view-click .mg-outlined:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #83aff7;
}

#mg_form_wraper_div .mg-label-parent {
    position: relative;
}

#mg_form_wraper_div .view-error {
    border-color: #fdccc6 !important;
    position: relative;
    z-index: 10;
}

#mg_form_wraper_div .view-error:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #fa9184 !important;
}

#mg_form_wraper_div .view-error .required,#mg_form_wraper_div .view-error {
    color: #ff1717 !important;
    font-weight: bold;
}


#mg_form_wraper_div .mg-outlined.mg-file {
    background: url(//www.bestmenus.com.au/wp-content/plugins/formget-contact-form/images/file.png) left no-repeat;
}

#mg_form_wraper_div label {
    display: inline-block;
    color: #1d1d1d;
    margin-bottom: 12px;
    font-weight: bold;
}

#mg_form_wraper_div .mg-selection .mg-label-parent,#mg_form_wraper_div #mg-selection .mg-label-parent {
    display: inline-block;
    position: relative;
}

#mg_form_wraper_div ul ul {
    padding: 0;
    list-style-type: none;
}

#mg_form_wraper_div ul ul li {
    margin-left: 0;
    margin-bottom: 5px;
}


#mg_form_wraper_div .field-desc {
    background: url(//www.bestmenus.com.au/wp-content/plugins/formget-contact-form/images/help.png) no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 12px;
    right: -20px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    z-index: 12;
}


.mg-form-column-two input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}



@media only screen and (max-width:480px) {
    .mg-form-column-two {
        max-width: 100%;
    }

    .mg-form-wrapper {
        width: 94%;
        padding: 3%;
        margin: auto;
    }



    #mg_form_wraper_div li.inkdesk-mg-form .view-wrapper img,#mg_form_wraper_div li.inkdesk-mg-form .view-wrapper iframe {
        max-width: 100% !important;
    }
}

@media only screen and (max-width:500px) {
    .mg-form-column-two {
        max-width: 100%;
    }

    .mg-form-wrapper {
        width: 94%;
        padding: 3%;
        margin: auto;
    }

    #mg_form_wraper_div #mg-selection .field-desc {
        right: -15px;
    }
}

@media only screen and (max-width:640px) {
    .mg-form-column-two {
        max-width: 100%;
    }

    .mg-form-wrapper {
        width: 94%;
        padding: 3%;
        margin: auto;
    }

    #mg_form_wraper_div #mg-selection .field-desc {
        right: -15px;
    }
}


#mg_form_wraper_div li.inkdesk-mg-form .view-wrapper img,#mg_form_wraper_div li.inkdesk-mg-form .view-wrapper iframe {
    max-width: 328px;
}



#mg_form_wraper_div input[type="text"],  #mg_form_wraper_div input[type="email"] {
    width: 99%;
}



#mg_form_wraper_div li.inkdesk-mg-form .view-error input[type="text"], #mg_form_wraper_div li.inkdesk-mg-form .view-error input[type="email"] {
    background: url(//www.bestmenus.com.au/wp-content/plugins/formget-contact-form/images/error_icon.png) no-repeat 98% 50%;
}

#mg_form_wraper_div .view-error .required {
    background: url(//www.bestmenus.com.au/wp-content/plugins/formget-contact-form/images/error_icon.png) no-repeat;
    width: 20px;
    color: rgba(255,23,23,0) !important;
    right: -23px;
}



#mg_form_wraper_div .field-desc {
    border: 0;
}

#mg_form_wraper_div .view-header h2 {
    color: #000000 !important;
    font-weight: 600;
}

#mg_form_wraper_div .view-header p {
    color: #000000;
}

#mg_form_wraper_div .mg-outlined:before {
    border: 1px solid #6bbbea;
}

#mg_form_wraper_div .mg-outlined {
    border: 3px solid #98d0f1;
    background-color: #ffffff;
}

#mg_form_wraper_div .view-click.mg-outlined,
#mg_form_wraper_div .view-click .mg-outlined {
    border-color: #93dff8;
}

#mg_form_wraper_div .view-click.mg-outlined:before,
#mg_form_wraper_div .view-click .mg-outlined:before {
    border: 1px solid #63d0f4;
}

#mg_form_wraper_div ::-webkit-input-placeholder {
    color: #000000;
}

#mg_form_wraper_div :-moz-placeholder {
    /* Firefox 18- */
    color: #000000;
}

#mg_form_wraper_div ::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
}

#mg_form_wraper_div :-ms-input-placeholder {
    color: #000000;
}

#mg_form_wraper_div label {
    color: #000000;
}

#mg_form_wraper_div span, #mg_form_wraper_div li {
    color: #000000;
}

#mg_form_wraper_div input[type="text"],#mg_form_wraper_div input[type="email"] {
    color: #000000;
}

#mg_form_wraper_div input#save:hover {
    background-color: #42d0ff !important;
}

#mg_form_wraper_div input#save {
    background-color: #2bc1f2 !important;
}

.mg-form-column-two {
    max-width: 242px;
}

#mg_form_wraper_div .view-header {
    margin-top: 15px !important;
}

#mg_form_wraper_div .field-desc {
    right: -24px !important;
}

.mg-powered-by {
    font-size: 12px;
    text-decoration: none;
    color: black;
    text-shadow: 0 1px 0 #fff;
}

.mg-powered-by:hover {
    text-decoration: underline;
}
#mg_box.popup{
    right:-315px;
}
.view-wrapper #mg_show_msg{
    color: red;
    display: block;
}
.view-wrapper #mg_show_name_msg{
    color: red;
    display: block;
}.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce #content div.product div.thumbnails:after,.woocommerce #content div.product div.thumbnails:before,.woocommerce .col2-set:after,.woocommerce .col2-set:before,.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce div.product div.thumbnails:after,.woocommerce div.product div.thumbnails:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page #content div.product div.thumbnails:after,.woocommerce-page #content div.product div.thumbnails:before,.woocommerce-page .col2-set:after,.woocommerce-page .col2-set:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page div.product div.thumbnails:after,.woocommerce-page div.product div.thumbnails:before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs,.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce #content div.product div.thumbnails a.first,.woocommerce #content div.product div.thumbnails:after,.woocommerce .cart-collaterals:after,.woocommerce .col2-set:after,.woocommerce .woocommerce-pagination ul.page-numbers:after,.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails:after,.woocommerce ul.products,.woocommerce ul.products li.first,.woocommerce ul.products:after,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails:after,.woocommerce-page .cart-collaterals:after,.woocommerce-page .col2-set:after,.woocommerce-page .woocommerce-pagination ul.page-numbers:after,.woocommerce-page div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails:after,.woocommerce-page ul.products,.woocommerce-page ul.products li.first,.woocommerce-page ul.products:after{clear:both}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment:after,.woocommerce #content div.product #reviews .comment:before,.woocommerce .woocommerce-pagination ul.page-numbers:after,.woocommerce .woocommerce-pagination ul.page-numbers:before,.woocommerce div.product #reviews .comment:after,.woocommerce div.product #reviews .comment:before,.woocommerce ul.products:after,.woocommerce ul.products:before,.woocommerce-page #content div.product #reviews .comment:after,.woocommerce-page #content div.product #reviews .comment:before,.woocommerce-page .woocommerce-pagination ul.page-numbers:after,.woocommerce-page .woocommerce-pagination ul.page-numbers:before,.woocommerce-page div.product #reviews .comment:after,.woocommerce-page div.product #reviews .comment:before,.woocommerce-page ul.products:after,.woocommerce-page ul.products:before{content:" ";display:table}.woocommerce #content div.product #reviews .comment:after,.woocommerce div.product #reviews .comment:after,.woocommerce-page #content div.product #reviews .comment:after,.woocommerce-page div.product #reviews .comment:after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label{display:none}.woocommerce .cart-collaterals .shipping_calculator:after,.woocommerce .cart-collaterals .shipping_calculator:before,.woocommerce .cart-collaterals:after,.woocommerce .cart-collaterals:before,.woocommerce form .form-row:after,.woocommerce form .form-row:before,.woocommerce ul.cart_list li:after,.woocommerce ul.cart_list li:before,.woocommerce ul.product_list_widget li:after,.woocommerce ul.product_list_widget li:before,.woocommerce-page .cart-collaterals .shipping_calculator:after,.woocommerce-page .cart-collaterals .shipping_calculator:before,.woocommerce-page .cart-collaterals:after,.woocommerce-page .cart-collaterals:before,.woocommerce-page form .form-row:after,.woocommerce-page form .form-row:before,.woocommerce-page ul.cart_list li:after,.woocommerce-page ul.cart_list li:before,.woocommerce-page ul.product_list_widget li:after,.woocommerce-page ul.product_list_widget li:before{content:" ";display:table}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator:after,.woocommerce form .form-row-wide,.woocommerce form .form-row:after,.woocommerce ul.cart_list li:after,.woocommerce ul.product_list_widget li:after,.woocommerce-page .cart-collaterals .shipping_calculator:after,.woocommerce-page form .form-row-wide,.woocommerce-page form .form-row:after,.woocommerce-page ul.cart_list li:after,.woocommerce-page ul.product_list_widget li:after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{float:left;width:47%;overflow:visible}.woocommerce #payment #place_order,.woocommerce form .form-row-last,.woocommerce-page #payment #place_order,.woocommerce-page form .form-row-last{float:right}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce-page #payment .terms{text-align:right;padding:0 1em}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}.twentyfourteen .tfwc .product .images img{margin-bottom:1em}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}