@font-face{
    font-family:'star';
    src:url('../../../plugins/woocommerce/assets/fonts/star.eot');
    src:url('../../../plugins/woocommerce/assets/fonts/star.eot?#iefix') format('embedded-opentype'), 
        url('../../../plugins/woocommerce/assets/fonts/star.woff') format('woff'), 
        url('../../../plugins/woocommerce/assets/fonts/star.ttf') format('truetype'), 
        url('../../../plugins/woocommerce/assets/fonts/star.svg#star') format('svg');
    font-weight:normal;
    font-style:normal
}

.woocommerce .content .container .container_inner,
.woocommerce-page .content .container .container_inner {
    padding: 50px 0 30px;
}

.woocommerce .content .title .container .container_inner,
.woocommerce-page .content .title .container .container_inner {
    padding: 0;
}

.woocommerce-pagination{
    padding: 0 0 40px;
}

.woocommerce table {
    text-align: left;
}

.woocommerce table tr td {
    background: none;
    color: #888;
}

.woocommerce table th {
    background: none;
    text-align: left;
}

.woocommerce table td {
    text-align: left;
}

ul.woocommerce-error {
    list-style: none;
    margin-bottom: 10px;
}

.woocommerce div.message, 
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
    margin-bottom: 25px;
    position: relative;
    display: block;
    padding: 28px 21px;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 20px;
    line-height: 38px;
    font-weight: 300;
}

.woocommerce div.message h3, 
.woocommerce .woocommerce-message h3,
.woocommerce .woocommerce-error h3,
.woocommerce .woocommerce-info h3{
    font-size: 20px;
}

.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-info,
.woocommerce-checkout .woocommerce-message{
    font-size: 13px;
}

.woocommerce .woocommerce-message a.button {
    float: right;
}

.woocommerce .woocommerce-message a.button i {
    margin-left: 10px;
}

.woocommerce .woocommerce-message h3 {
	display: inline-block;
	float: left;
	padding: 5px 0 0;
}

ul.woocommerce-error li {
    margin-bottom: 10px;
}

ul.woocommerce-error li:last-child {
    margin-bottom: 0;
}

.woocommerce del,
.woocommerce-page del {
    color: #777;
}

.woocommerce li.product del,
.woocommerce-page li.product del {
    line-height: 20px;
}

.woocommerce del .amount, .woocommerce-page del .amount {
    margin-right: 10px;
    font-size: 17px;
}

.woocommerce ul.woocommerce-error {
    list-style: none;
}

.woocommerce p.form-row {
    margin-bottom: 20px;
}

.woocommerce p.form-row label {
    display: block;
    margin-bottom: 3px;
}

.woo-my-account-rememberme{
    margin: 20px 0 0 !important;
}

.woocommerce input[type='text']:not(.qode_search_field),
.woocommerce input[type='password'],
.woocommerce input[type='email'],
.woocommerce input[type='tel'],
.woocommerce-page input[type='text']:not(.qode_search_field),
.woocommerce-page input[type='password'],
.woocommerce-page input[type='email'],
.woocommerce-page input[type='tel'],
.woocommerce textarea,
.woocommerce-page textarea {
    background-color: #fff;
    padding: 8px 13px;
    border: 1px solid #eaeaea;
    outline: 0;
    margin: 0;
    resize: none;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-family: inherit;
    font-weight: 400;
    color: #777;
}

.single_add_to_cart_button.button {
    height: 38px;
}

.select2-container .select2-choice {
    border: none;
    padding: 10px 17px;
}

.select2-container .select2-choice .select2-arrow b:after {
    border: none;
}

.woocommerce-page .select2-results {
    background-color: #fff;
}

.woocommerce .button,
.woocommerce-page .button,
.woocommerce-page input[type="submit"],
.woocommerce input[type="submit"],
.woocommerce ul.products li.product .added_to_cart {
    position: relative;
    display: inline-block;
    width: auto;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0px 16px;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    font-style: normal;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-shadow: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    color: #ffffff;
    border: 1px solid #049cd4;
    background: #009ad4;
    background: #00aeef -ms-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
    background: #00aeef -moz-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
    background: #00aeef -o-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
    background: #00aeef -webkit-gradient(linear, left bottom, left top, color-stop(0,#009ad4), color-stop(1, #00aeef));
    background: #00aeef -webkit-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
    background: #00aeef linear-gradient(to top, #009ad4 0%, #00aeef 100%);
}

.woocommerce .button.green,
.woocommerce-page .button.green {
    border: 1px solid #88b21c;
    background: #8fbd17;
    background: #a2cc17 -ms-linear-gradient(bottom, #8fbd17 0%, #a2cc17 100%);
    background: #a2cc17 -moz-linear-gradient(bottom, #8fbd17 0%, #a2cc17 100%);
    background: #a2cc17 -o-linear-gradient(bottom, #8fbd17 0%, #a2cc17 100%);
    background: #a2cc17 -webkit-gradient(linear, left bottom, left top, color-stop(0,#8fbd17), color-stop(1, #a2cc17));
    background: #a2cc17 -webkit-linear-gradient(bottom, #8fbd17 0%, #a2cc17 100%);
    background: #a2cc17 linear-gradient(to top, #8fbd17 0%, #a2cc17 100%);
}

.woocommerce-message.call_to_action .qbutton{
	float:right;
}
.woocommerce .searchform input[type="submit"]{
	border-radius: 0px;
}

.woocommerce .button:hover,
.woocommerce-page .button:hover,
.woocommerce ul.products li.product a.qbutton:hover,
.woocommerce-page ul.products li.product a.qbutton:hover,
.woocommerce ul.products li.product .added_to_cart:hover{
    background-image: url('img/button-bg-px.png') !important;
    text-decoration: none;
}

.woocommerce ul.products li.product:hover .price {
    color: #00aeef;
}

.woocommerce ul.products li.product .add-to-cart-button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce ul.products li.product a.qbutton.out-of-stock-button {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -18px;
    left: 50%;
    margin-left: -50px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -ms-transform: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.woocommerce ul.products li.product .top-product-section {
    position: relative;
}

.woocommerce ul.products li.product .image-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
}

.woocommerce ul.products li.product .image-wrapper img {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -ms-transform: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    -webkit-transform: translateZ(0px);
}

.woocommerce ul.products li.product:hover .image-wrapper img {
    opacity: 0.7;
}

.woocommerce ul.products li.product:hover .add-to-cart-button,
.woocommerce ul.products li.product:hover .added_to_cart,
.woocommerce ul.products li.product:hover a.qbutton.out-of-stock-button {
    opacity: 1;
    visibility: visible;
}

div.pp_woocommerce .pp_content_container {
    border: 1px solid #ddd;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

.woocommerce .select2-container,
.woocommerce-page .select2-container {
    width: 100%;
}

.woocommerce .select2-container.select2-dropdown-open,
.woocommerce-page .select2-container.select2-dropdown-open{
    border-radius: 2px 2px 0 0;
}

.woocommerce .select2-dropdown-open,
.woocommerce-page .select2-dropdown-open {
    background: none;
}

.woocommerce .select2-container .select2-choice,
.woocommerce-page .select2-container .select2-choice,
.woocommerce .select2-dropdown-open.select2-drop-above .select2-choice,
.woocommerce .select2-dropdown-open.select2-drop-above .select2-choices,
.woocommerce-page .select2-dropdown-open.select2-drop-above .select2-choice,
.woocommerce-page .select2-dropdown-open.select2-drop-above .select2-choices {
    background-color: #fff;
    color: #777;
    border: 1px solid #eaeaea;
    height: 35px;
    line-height: 35px;
    padding-left: 1.568265682656827%;
}

.woocommerce .select2-results .select2-result-label,
.woocommerce-page .select2-results .select2-result-label {
    padding-left: 12px;
}

.woocommerce .select2-container .select2-choice .select2-arrow,
.woocommerce-page .select2-container .select2-choice .select2-arrow {
    width: 35px;
    height: 31px;
    background-image: none !important;
    background: none !important;
    border-left: none;
    margin-top: 4px;
}

.woocommerce .select2-container .select2-choice .select2-arrow b,
.woocommerce-page .select2-container .select2-choice .select2-arrow b {
	position:relative;
}

.woocommerce .select2-container .select2-choice .select2-arrow .select2-arrow:after ,
.woocommerce-page .select2-container .select2-choice .select2-arrow:after {
	color: #777777;
    content: "";
    font-family: 'FontAwesome',serif;
    font-size: 14px;
    height: 100%;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.woocommerce .select2-results li.select2-highlighted,
.woocommerce-page .select2-results li.select2-highlighted {
    background: none;
    color: #00aeef;
}

.woocommerce .select2-drop.select2-drop-above .select2-search input[type="text"],
.woocommerce-page .select2-drop.select2-drop-above .select2-search input[type="text"],
.woocommerce .select2-drop .select2-search input[type="text"],
.woocommerce-page .select2-drop input[type="text"] {
    padding: 5px;
    background-color: #fff;
}

.woocommerce .chosen-container.chosen-container-single .chosen-single,
.woocommerce-page .chosen-container.chosen-container-single .chosen-single,
.woocommerce-checkout .chosen-container.chosen-container-single .chosen-single{
    background: none;
    background-color: #fff;
    border-color: #eaeaea;
    padding-left: 2.5%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    font-family: inherit;
    border-radius: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    height: 35px !important;
    line-height: 35px !important;
    font-size: 13px;
    font-weight: 400;
    color: #777;
}

.woocommerce-checkout .form-row #billing_country_chzn.chzn-container-single .chzn-single div b,
.woocommerce-checkout .form-row #shipping_country_chzn.chzn-container-single .chzn-single div b,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b,
.woocommerce-account .form-row .chosen-container-single .chosen-single div b{
    background: url(img/wc_select_arrow.png) no-repeat !important;
    margin-top: 4px;
    margin-right: 4px;
    width: 36px;
    height: 39px;
}

.woocommerce-checkout .form-row .chosen-container-active .chosen-single-with-drop div,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single div,
.woocommerce-account .form-row .chosen-container-active .chosen-single-with-drop div,
.woocommerce-account .form-row .chosen-container-single .chosen-single div{
    width: 35px;
    margin-right: 4px;
}

.woocommerce-checkout .form-row .chosen-container .chosen-drop,
.woocommerce-account .form-row .chosen-container .chosen-drop{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -s-border-radius: 0 !important;
    border-radius: 0 !important;
    border-color: #eaeaea;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
}

.woocommerce-checkout .chosen-container .chosen-results li,
.woocommerce-account .chosen-container .chosen-results li{
    padding: 12px 0 10px 10px;
}

.woocommerce-checkout .chosen-container .chosen-results li.active-result.highlighted,
.woocommerce-account .chosen-container .chosen-results li.active-result.highlighted{
    background: transparent;
    color: #00aeef;
}

.woocommerce-checkout .form-row .chosen-container-single .chosen-search input,
.woocommerce-account .form-row .chosen-container-single .chosen-search input{
    padding-left: 7px !important;
    padding-top: 7px;
    padding-bottom: 7px;
    background: none !important;
    border: 1px solid #eaeaea;
    border-radius: 4px;
}

.woocommerce ins,
.woocommerce-page ins {
    text-decoration: none;
}

.woocommerce div.pp_woocommerce .pp_arrow_previous,
.woocommerce div.pp_woocommerce .pp_arrow_next,
.woocommerce-page div.pp_woocommerce .pp_arrow_previous,
.woocommerce-page div.pp_woocommerce .pp_arrow_next {
    margin-top: 2px !important;
}

#shipping_method {
    list-style: none;
}
/* ==========================================================================
   Catalog page styles
   ========================================================================== */
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
    width: 50%;
    height: 80px;
}

.woocommerce .woocommerce-result-count {
    float: right;
    text-align: right;
    line-height: 35px;
    height: 60px;
    margin-bottom: 0;
    font-family: inherit;
}

.woocommerce .woocommerce-ordering .select2-container.orderby {
    width: 200px;
}

.woocommerce .select2-container.orderby .select2-choice,
.woocommerce-page .select2-container.orderby .select2-choice,
.woocommerce .select2-dropdown-open.select2-drop-above.orderby .select2-choice,
.woocommerce .select2-dropdown-open.select2-drop-above.orderby .select2-choices,
.woocommerce-page .select2-dropdown-open.select2-drop-above.orderby .select2-choice,
.woocommerce-page .select2-dropdown-open.select2-drop-above.orderby .select2-choices {
    padding-left: 16px;
    line-height: 37px;
    height: 37px;
    background-color: transparent;
    border: 1px solid #eaeaea;
    background-image: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.woocommerce .select2-container .select2-choice > .select2-chosen {
    font-weight: 400;
}

/* Catalog product styles
   ========================================================================== */
.woocommerce ul.products {
    list-style: none;
	margin:0 0 18px;
    padding: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 23%;
    margin-right: 2.42471%;
    float: left;
    margin-bottom: 24px;
    position: relative;
    border: 1px solid #e8e8e8;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product a.product-category {
    display: block;
    height: 100%;
}

.woocommerce .two_columns_66_33 ul.products li.product,
.woocommerce-page .two_columns_66_33 ul.products li.product,
.woocommerce .two_columns_75_25 ul.products li.product,
.woocommerce-page .two_columns_75_25 ul.products li.product,
.woocommerce .two_columns_25_75 ul.products li.product,
.woocommerce-page .two_columns_25_75 ul.products li.product,
.woocommerce .two_columns_33_66 ul.products li.product,
.woocommerce-page .two_columns_33_66 ul.products li.product{
    width: 31.11931119311193%; /* 250px / 810px */
    margin-right: 2.71% !important; /* 20px / 810px */
}

.woocommerce ul.products li.product.last {
    margin-right: 0 !important;
}

.woocommerce .product .onsale,
.woocommerce .product .single-onsale {
    position: absolute;
    top: 15px;
    padding: 1em 0.6em;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    font-family: inherit;
    background-color: #00aeef;
    -webkit-border-radius: 3.333333333333333em;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    z-index: 100;
}

.woocommerce .product .onsale {
    left: 15px;
    top: 15px;
}

.woocommerce .product .onsale.out-of-stock-button{
    left: auto;
    right: 15px;
    width: 42px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    background-color: #90be17;
}

.woocommerce .product .single-onsale {
    left: 5px;
}

.woocommerce ul.products li.product h4{
    text-align: center;
    padding: 0 15px;
    margin: 7px 0 0;
}
.woocommerce ul.products li.product h5{
    text-align: center;
    padding: 0 15px;
    margin: 7px 0 0;
}
.woocommerce ul.products li.product .price {
    display: block;
    margin: 10px 0 16px;
    font-family: inherit;
    text-align: center;
    font-size: 17px;
    color: #00aeef;
}

.woocommerce ul.products li.product .add_to_cart_button.added {
    display: none;
}

/* Catalog pagination styles
   ========================================================================== */
.woocommerce-pagination ul.page-numbers {
    list-style: none;
    text-align: center;
    position: relative;
}

.woocommerce-pagination ul.page-numbers li {
    display: inline-block;
}

.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 5px 0 0;
    text-align:center;
    color: #484b4c;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    border: 1px solid #eaeaea;
    outline: none;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    background: #f3f3f3;
    /* IE10 Consumer Preview */
    background: #f9f9f9 -ms-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
    /* Mozilla Firefox */
    background: #f9f9f9 -moz-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
    /* Opera */
    background: #f9f9f9 -o-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
    /* Webkit (Safari/Chrome 10) */
    background: #f9f9f9 -webkit-gradient(linear, left bottom, left top, color-stop(0, #f3f3f3), color-stop(1, #f9f9f9));
    /* Webkit (Chrome 11+) */
    background: #f9f9f9 -webkit-linear-gradient(bottom, #f3f3f3 0%, #f9f9f9 100%);
    /* W3C Markup, IE10 Release Preview */
    background: #f9f9f9 linear-gradient(to top, #f3f3f3 0%, #f9f9f9 100%);
}

.woocommerce-pagination ul.page-numbers li span.current,
.woocommerce-pagination ul.page-numbers li a:hover{
    color: #484b4c;
    background-image: url('img/button-bg-px.png') !important;
}

.woocommerce-pagination ul.page-numbers li a.prev,
.woocommerce-pagination ul.page-numbers li a.next {
    position: absolute;
    display: inline-block;
    height: 35px;
    margin: 0;
    top: 0;
}

.woocommerce-pagination ul.page-numbers li a.prev i,
.woocommerce-pagination ul.page-numbers li a.next i{
    font-size: 14px;
    line-height: 35px;
}

.woocommerce-pagination ul.page-numbers li a.prev {
    left: 0;
}

.woocommerce-pagination ul.page-numbers li a.next {
    right: 0;
}

/* ==========================================================================
   Product page styles
   ========================================================================== */
.woocommerce div.product {
    position: relative;
}

.woocommerce .product .images {
    float: left;
    width: 40%;
    margin-right: 1.818181818181818%;
    margin-bottom: 20px;
}

.woocommerce div.product .images img {
    max-width: 100%;
}

.woocommerce div.product .images .thumbnails {
    margin-top: 20px;
}

.woocommerce div.product .images .thumbnails a {
    display: inline-block;
    width: 31.06060606060606%;
    margin-right: 3.409090909090909%;
    margin-bottom: 15px;
}

.woocommerce div.product .images .thumbnails a:nth-child(3n) {
    margin-right: 0;
}

.woocommerce div.product .images .thumbnails a img {
    max-width: 100%;
}

.woocommerce .product h1.product_title {
    font-size: 25px;
    margin-bottom: 4px;
}

.woocommerce div.product .summary p.price span.amount {
    font-size: 23px;
    color: #00aeef;
}

.woocommerce div.product div[itemprop='offers'] {
    margin-bottom: 20px;
}

.woocommerce div.product p[itemprop='price'] del,
.woocommerce div.product p[itemprop='price'] del span.amount {
    color: #777;
    font-size: 21px;
}

.woocommerce div.product .cart {
    margin: 30px 0;
}

.woocommerce div.product .cart .quantity {
    float: left;
    margin-right: 23px;
    padding-top: 4px;
    height: 32px;
}

.woocommerce .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce-page #content .quantity .plus {
    border-radius: 30px;
    padding: 0;
    background-color: #d5d5d5;
    color: #fff;
    height: 20px;
    cursor: pointer;
    margin: 0;
    display: inline;
    border: 0;
    outline: none;
    width: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.woocommerce .quantity .plus {
    position: relative;
    top: 3px;
}

.woocommerce .quantity .minus:hover,
.woocommerce #content .quantity .minus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce-page #content .quantity .minus:hover,
.woocommerce .quantity .plus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce-page #content .quantity .plus:hover{
    background-color: #00aeef;
    color: #fff;
}

.woocommerce .quantity input[type="button"]:hover,
.woocommerce #content .quantity input[type="button"]:hover,
.woocommerce-page .quantity input[type="button"]:hover,
.woocommerce-page #content .quantity input[type="button"]:hover,
.woocommerce .quantity input[type="button"]:active,
.woocommerce #content .quantity input[type="button"]:active,
.woocommerce-page .quantity input[type="button"]:active,
.woocommerce-page #content .quantity input[type="button"]:active {
    background-color: #00aeef;
}

.woocommerce .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce-page #content .quantity .minus {
    padding: 0 0 7px 0;
}

.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
    border: none;
    padding: 0 5px;
    display: block;
    height: 28px;
    width: 22px;
    display: inline;
    line-height: 28px;
    vertical-align: middle;
    text-align: center;
    font-family: inherit;
    color: #000;
    font-weight: 300;
    font-size: 17px;
    background: none;
}

.woocommerce div.product div.product_meta > span {
    display: block;
    position: relative;
    color: #333;
    font-family: inherit;
}

.woocommerce div.product div.product_meta > span span,
.woocommerce div.product div.product_meta > span a {
    color: #777;
    font-family: inherit;
    text-transform: none;
    margin-left: 3px;
}

.woocommerce .summary {
    float: right;
    width: 56.72727272727273%;
    margin-bottom: 45px;
}

.woocommerce .summary p.stock.out-of-stock{
    color: #90be17;
}

.woocommerce .woocommerce-tabs {
    margin-top: 30px;
}

.woocommerce .woocommerce-tabs.q_tabs .tabs-nav {
    display: block;
}

.woocommerce .woocommerce-tabs.q_tabs.horizontal .tabs-container {
    padding-top: 21px;
}

.woocommerce .woocommerce-tabs #tab-additional_information .shop_attributes th{
    font-weight: 400;
}

.woocommerce div.woocommerce-tabs h2 {
    font-size: 1.733333333333333em;
    font-weight: 200;
}

.woocommerce div.product div.upsells,
.woocommerce div.product div.related {
    clear: both;
}

.woocommerce div.product div.upsells h2,
.woocommerce div.product div.related h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.woocommerce div.product ul.products li.product.last {
    margin-right: 0;
}

.woocommerce p.stars span,
.woocommerce-page p.stars span {
    width: 80px;
    height: 16px;
    position: relative;
    float: left;
    background: url(img/star.png) repeat-x left 0;
}

.woocommerce p.stars span a:hover,
.woocommerce p.stars span a:focus,
.woocommerce-page p.stars span a:hover,
.woocommerce-page p.stars span a:focus {
    background: url(../images/star.png) repeat-x left -16px;
}

.woocommerce p.stars span a.star-1,
.woocommerce-page p.stars span a.star-1 {
    width: 16px;
    z-index: 10;
}

.woocommerce p.stars span a.star-2,
.woocommerce-page p.stars span a.star-2 {
    width: 32px;
    z-index: 9;
}

.woocommerce p.stars span a.star-3,
.woocommerce-page p.stars span a.star-3 {
    width: 48px;
    z-index: 8;
}

.woocommerce p.stars span a.star-4,
.woocommerce-page p.stars span a.star-4 {
    width: 64px;
    z-index: 7;
}

.woocommerce p.stars span a.star-5,
.woocommerce-page p.stars span a.star-5 {
    width: 80px;
    z-index: 6;
}

.woocommerce p.stars span a,
.woocommerce-page p.stars span a {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 0;
    padding-top: 16px;
    overflow: hidden;
}

.woocommerce p.stars span a:hover,
.woocommerce p.stars span a:focus,
.woocommerce-page p.stars span a:hover,
.woocommerce-page p.stars span a:focus {
    background: url(img/star.png) repeat-x left -16px;
}

.woocommerce p.stars span a.active,
.woocommerce-page p.stars span a.active {
    background: url(img/star.png) repeat-x left -32px;
}

.woocommerce p.stars {
    height: 16px;
}

.woocommerce ol.commentlist {
    list-style: none;
}

.woocommerce div[itemprop="aggregateRating"] .star-rating {
    display: none;
}

.woocommerce .star-rating,
.woocommerce-page .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1em;
    font-size: 1.1em;
    width: 5.4em;
    font-family: 'star';
    color: #f4d83a;
}

.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #dfdbdf;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}

.woocommerce li.product div.star-rating {
    display: none;
}

.woocommerce ol.commentlist li.comment img.avatar {
    float: left;
    margin-right: 10px;
}

.woocommerce #reviews h2 {
    display: none;
}

.woocommerce #reviews .add_review {
    margin-top: 15px;
}

.woocommerce ol.commentlist li:before,
.woocommerce ol.commentlist li:after,
.woocommerce aside ul.product_list_widget li:before,
.woocommerce aside ul.product_list_widget li:after,
.woocommerce aside ul.product_list_widget li:after,
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-message:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.woocommerce ol.commentlist li:after,
.woocommerce aside ul.product_list_widget li:after,
.woocommerce .woocommerce-message:after {
    clear: both;
}

.woocommerce ol.commentlist li {
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid #e0dede;
}

.woocommerce #comments .noreviews {
    padding: 0 15px;
}

.woocommerce ol.commentlist li:first-child {
    padding-top: 0;
}

.woocommerce ol.commentlist li,
.woocommerce aside ul.product_list_widget li,
.woocommerce .woocommerce-message {
    *zoom: 1;
}

.woocommerce div.summary div.comment-text div[itemprop="description"] {
    margin: 0;
}

.woocommerce #commentform input[type="text"],
.woocommerce #commentform input[type="email"],
.woocommerce #commentform textarea {
    display: block;
    padding-left: 2.6%;
    padding-right: 2.6%;
    width: 94.8%;
}

.woocommerce .comment-form-comment label {
    margin-bottom: 15px;
    display: inline-block;
}

.woocommerce #respond #reply-title {
    margin-bottom: 20px;
}

/* ==========================================================================
   My account page styles
   ========================================================================== */
.woocommerce .myaccount_user {
    margin-bottom: 20px;
}

.woocommerce .myaccount_address {
    margin: 20px 0 20px 0;
}

.woocommerce .addresses header {
    background: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    height: auto;
    position: relative;
    text-align: left;
    padding-bottom: 6px;
    border-bottom: none;
    margin-bottom: 10px;
}

.woocommerce .addresses address {
    font-style: normal;
}

.woocommerce .addresses header a.edit {
    height: 27px;
    line-height: 27px;
    padding: 0 15px;
}

.woocommerce .addresses .col-1.address,
.woocommerce .addresses .col-2.address {
    width: 45%;
}

.woocommerce .addresses .col-1,
.woocommerce .addresses .col-2 {
    width: 23.61623616236162%;
    margin-right: 1.845018450184502%;
}

.woocommerce .addresses header.title {
    position: static;
}

.woocommerce .addresses .col-1.address {
    margin-right: 2.909090909090909%;
}

.woocommerce .addresses .col-2.address {
    float: right;
}

.woocommerce .addresses:before,
.woocommerce .addresses:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.woocommerce .addresses:after {
    clear: both;
}

.woocommerce .addresses {
    *zoom: 1;
    margin-bottom: 70px;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 30%;
    padding: 0 30px 0 0;
    margin: 0 0 40px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #e0dede;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e0dede;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #049cd4;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #222;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    color: #049cd4;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
    padding: 0 0 0 30px;
    margin: 0 0 40px;
}

/* Edit address page styles
   ========================================================================== */
form#set-address-form input[type="text"],
form#set-address-form select {
    width: 93%;
    padding-left: 3.288201160541586%;
    padding-right: 3.288201160541586%;
}

form#set-address-form p.form-row-wide input[type="text"] {
    width: 97.54716981132076%;
    padding-left: 1.226415094339623%;
    padding-right: 1.226415094339623%;
}

form#set-address-form h3 {
    margin-bottom: 20px;
}

.woocommerce form#set-address-form .form-row-first,
.woocommerce form#set-address-form .form-row-last,
.woocommerce-page form#set-address-form .form-row-first,
.woocommerce-page form#set-address-form .form-row-last {
    float: left;
    width: 47%;
    overflow: visible;
}

.woocommerce form#set-address-form .form-row-last,
.woocommerce-page form#set-address-form .form-row-last {
    float: right;
}

.woocommerce form#set-address-form {
    margin-bottom: 30px;
}

.woocommerce-account table.my_account_orders {
    margin: 25px 0;
    width: 100% !important;
}

.woocommerce-account table.my_account_orders tbody tr td.order-actions {
    text-align: right;
}

.woocommerce-account table.my_account_orders tbody tr td.order-actions a{
    padding: 0 22px;
}


/* ==========================================================================
   Lost password page styles
   ========================================================================== */

.woocommerce form.lost_reset_password input[type='text'] {
    width: 185px;
}

.woocommerce form.lost_reset_password p.form-row {
    margin-top: 20px;
}

.woocommerce form.lost_reset_password label {
    display: none;
}

.woocommerce .change-pass-field {
    width: 25%;
    margin-right: 20px;
}

/* ==========================================================================
   Login and register page styles
   ========================================================================== */
.woocommerce .col-1,
.woocommerce .col-2 {
    float: left;
    width: 49.07749077490775%; /* 532px / 1084px */
}

.woocommerce .col-1 {
    margin-right: 1.845018450184502%; /* 20px / 1084px */
}

.woocommerce #customer_login .col-1 h2,
.woocommerce #customer_login .col-2 h2 {
    margin-bottom: 17px;
}

.woocommerce #customer_login .span-3 {
    width: 47.40740740740741%;
    float: left;
    margin-right: 3.703703703703704%;
}

.woocommerce #customer_login .form-row-last {
    margin-right: 0;
}

.woocommerce #customer_login input[type="text"],
.woocommerce #customer_login input[type="password"],
.woocommerce #customer_login input[type="email"] {
    width: 85.5%;
}

.woocommerce #customer_login #reg_email {
    width: 91.5%;
}

.woocommerce #customer_login .lost_password,
.woo-lost_password2{
    margin-left: 23px;
}

/* ==========================================================================
   Cart page styles
   ========================================================================== */
.woocommerce table.cart,
.woocommerce-page table.cart {
    width: 100%;
}

.woocommerce-page table tr:nth-child(odd) td {
    background: transparent !important;
}

.woocommerce .checkout table.shop_table thead tr,
.woocommerce-page .checkout table.shop_table thead tr,
.woocommerce table.cart thead tr,
.woocommerce-page table.cart thead tr,
.woocommerce-account table.my_account_orders thead tr{
    border: 1px solid #e0dede;
}

.woocommerce .checkout table.shop_table thead tr th,
.woocommerce-page .checkout table.shop_table thead tr th,
.woocommerce table.cart thead tr th,
.woocommerce-page table.cart thead tr th,
.woocommerce-account table.my_account_orders thead tr th,
.woocommerce-page table.my_account_orders thead tr th {
    padding: 13px 10px;
}

.woocommerce-cart table.cart thead th,
.woocommerce-checkout .checkout table thead th,
.woocommerce-account table.my_account_orders thead tr th,
.woocommerce-page table.my_account_orders thead tr th {
    font-weight: 400;
    font-family: inherit;
    font-size: 14px;
    color: #000;
}

.woocommerce-cart table.cart tbody tr,
.woocommerce-account table.my_account_orders tbody tr {
    border: 1px solid #e0dede;
}

.woocommerce-cart table.cart tbody tr td,
.woocommerce-checkout .checkout table tbody tr td {
    vertical-align: middle;
}

.woocommerce-cart table.cart tbody tr td a,
.woocommerce-checkout .checkout table tbody tr td a {
    color: #888;
}

.woocommerce table.cart tbody tr td img {
    display: block;
    width: 66px;
}

.woocommerce table.cart tbody tr span.amount,
.woocommerce-page table.cart tbody span.amount {
    font-family: inherit;
    color: #888;
}

.woocommerce table.cart tbody tr:last-child,
.woocommerce-page table.cart tbody tr:last-child {
    border: none;
}

.woocommerce table.cart tbody td.product-remove,
.woocommerce-page table.cart tbody td.product-remove {
    text-align: center;
    border-right: 1px solid #e0dede;
}

.woocommerce table.cart tbody td.product-remove a.remove,
.woocommerce-page table.cart tbody td.product-remove a.remove {
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(img/wc_delete_icon.png) no-repeat center;
    text-indent: -9999px;
}

.woocommerce table.cart div.coupon,
.woocommerce-page table.cart div.coupon {
    float: left;
}

.woocommerce table.cart div.coupon label,
.woocommerce-page table.cart div.coupon label {
    display: none;
}

.woocommerce table.cart div.coupon .input-text,
.woocommerce-page table.cart div.coupon .input-text,
.woocommerce.woocommerce-checkout div.coupon .input-text,
.woocommerce-page.woocommerce-checkout div.coupon .input-text {
    width: 178px;
    margin-right: 15px;
    padding: 5px 13px;
    height: 26px;
}

.woocommerce table.cart div.coupon .input-text,
.woocommerce-page table.cart div.coupon .input-text{
    background-color: #fff;
    border: 1px solid #eaeaea;
    outline: 0;
    resize: none;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-family: inherit;
    font-weight: 400;
    color: #777;
}

.woocommerce table.cart div.coupon .button,
.woocommerce-page table.cart div.coupon .button {
    padding-left: 22px !important;
    padding-right: 22px !important;
    top: 1px !important;
}

.woocommerce table.cart td.actions {
    text-align: right;
    padding: 24px 0;
}

.woocommerce table.cart td.actions input[type="submit"] {
    position: relative;
    top: 3px;
}

.woocommerce table.cart td.actions > .checkout-button,
.woocommerce-page table.cart td.actions > .checkout-button {
    float: right;
    padding-left: 0.9225092250922509% !important;
    padding-right: 0.9225092250922509% !important;
    margin-left: 1.845018450184502%;
}

.woocommerce div.cart-collaterals,
.woocommerce-page div.cart-collaterals {
    margin-top: 20px;
}

.woocommerce-page .cart-collaterals .cross-sells {
    clear: both;
}

.woocommerce div.cart-collaterals div.cart_totals,
.woocommerce-page .div.cart-collaterals div.cart_totals {
    float: right;
    width: 26.3%;
	margin-bottom:31px;
}

.woocommerce div.cart-collaterals div.cart_totals th,
.woocommerce-page .div.cart-collaterals div.cart_totals th {
    padding-left: 0;
}

.woocommerce div.cart-collaterals div.cart_totals table strong,
.woocommerce-page .div.cart-collaterals div.cart_totals table strong,
.woocommerce div.cart-collaterals div.cart_totals table th,
.woocommerce-page .div.cart-collaterals div.cart_totals table th {
    font-weight: 300;
}

.woocommerce div.cart-collaterals div.cart_totals table tr.order-total strong span.amount,
.woocommerce-page div.cart-collaterals div.cart_totals table tr.order-total strong span.amount {
    color: #00aeef;
    font-size:1.384615384615385em;
}

.woocommerce div.cart-collaterals div.cart_totals table tr.order-total strong {
    font-weight: 400;
    color: #00aeef;
}

.woocommerce div.cart-collaterals .shipping_calculator,
.woocommerce-page .div.cart-collaterals .shipping_calculator {
    float: left;
    width: 49.07749077490775%;
    margin-bottom: 40px;
}

.woocommerce div.cart-collaterals .shipping_calculator input[type="text"],
.woocommerce-page .div.cart-collaterals .shipping_calculator input[type="text"] {
    width: 93.5%;
    padding-left: 3.142329020332717%; /* 17px / 541px */
    padding-right: 3.142329020332717%; /* 17px / 541px */
}

.woocommerce div.cart-collaterals .select2-container .select2-choice,
.woocommerce-page div.cart-collaterals .select2-container .select2-choice,
.woocommerce div.cart-collaterals .select2-dropdown-open.select2-drop-above .select2-choice,
.woocommerce div.cart-collaterals .select2-dropdown-open.select2-drop-above .select2-choices,
.woocommerce-page div.cart-collaterals .select2-dropdown-open.select2-drop-above .select2-choice,
.woocommerce-page div.cart-collaterals .select2-dropdown-open.select2-drop-above .select2-choices {
    padding-left: 3.142329020332717%;
    font-family: inherit;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
}

.woocommerce div.cart-collaterals h2,
.woocommerce-page .div.cart-collaterals h2 {
    font-size: 18px;
    margin-bottom: 15px;
}

.woocommerce div.cart-collaterals h2 a span {
    position: relative;
    top: -2px;
    font-size: 0.7692307692307692em; /* 20px / 26px */
    left: 2px;
}

.woocommerce .empty-cart-wrapper,
.woocommerce-page .empty-cart-wrapper {
    text-align: center;
}

.woocommerce .empty-cart-wrapper p,
.woocommerce-page .empty-cart-wrapper p {
    margin-bottom: 15px;
}
/* ==========================================================================
   Checkout page styles
   ========================================================================== */
.woocommerce form.checkout .col2-set:before,
.woocommerce form.checkout .col2-set:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.woocommerce form.checkout .col2-set:after {
    clear: both;
}

.woocommerce form.checkout h3,
.woocommerce-page form.checkout h3 {
    margin-bottom: 20px;
}

.woocommerce .checkout-opener-text {
    font-family: inherit;
    margin-bottom: 15px;
}

.woocommerce .checkout-opener-text a {
    color: #00aeef;
    font-weight: 300;
}

.woocommerce form.checkout_coupon {
    margin-bottom: 20px;
}

.woocommerce form.checkout_coupon input.input-text {
    width: 20.63636363636364%;
}

.woocommerce form.checkout_coupon .form-row-last {
    margin-bottom: 0;
}

.woocommerce form.checkout .col2-set  .form-row.notes {
    width: 100%;
}

.woocommerce form.checkout .col2-set  .form-row.notes textarea {
    width: 94.61538461538462% !important;
    height: 72px;
}

.woocommerce #shiptobilling,
.woocommerce-page #shiptobilling {
    margin-bottom: 0;
    float: right;
    position: relative;
    top: 25px;
}

.woocommerce #shiptobilling label,
.woocommerce-page #shiptobilling label {
    display: inline-block;
}

.woocommerce form.check-login .form-row {
    width: 23.70370370370371%;
    float: left;
    margin-right: 1.845018450184502%;
}

.woocommerce form.check-login .form-row input[type="text"],
.woocommerce form.check-login .form-row input[type="password"] {
    width: 85.5%;
}

.woocommerce form.check-login div.login-entrance-text {
    margin-bottom: 20px;
}

.woocommerce form.check-login .lost_password {
    margin-left: 15px;
    display: inline-block;
    font-weight: 300;
}

.woocommerce form.checkout .col2-set .form-row {
    width: 48.14814814814815%;
    margin-right: 3.703703703703704%;
    float: left;
}

.woocommerce form.checkout .col2-set .form-row-wide {
    width: 100%;
    margin-right: 0;
    float: none;
}

.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #shipping_country_field {
    height: 39px;
}

.woocommerce form.checkout .col2-set .form-row.form-row-wide input[type="text"],
.woocommerce form.checkout .col2-set .form-row.notes textarea {
    padding-left: 2.5%;
    padding-right: 2.5%;
    width: 95%;
}

.woocommerce form.checkout .col2-set .form-row-last {
    margin-right: 0;
}

.woocommerce form.checkout .col2-set .form-row input[type="text"],
.woocommerce form.checkout .col2-set .form-row input[type="password"] {
    padding-left: 5.2%;
    padding-right: 5.2%;
    width: 89.6%;
}

.woocommerce form.checkout .col2-set p.form-row label {
    display: none
}

.woocommerce form.checkout .col2-set p.form-row label.checkbox {
    display: inline-block;
}

.woocommerce form.checkout p.register-row {
    margin-bottom: 8px;
    margin-top: 25px;
}

.woocommerce form.checkout #order_review_heading {
    margin-top: 23px;
}

.woocommerce form.checkout .col2-set .create-account > p {
    margin-bottom: 15px;
}

.woocommerce form.checkout table.shop_table th,
.woocommerce form.checkout table.shop_table td {
    padding-left: 0;
    text-align: center;
    padding: 10px;
}

.woocommerce form.checkout table.shop_table th,
.woocommerce form.checkout table.shop_table td strong{
    font-weight: 300;
}

.woocommerce form.checkout table.shop_table tfoot tr.order-total th,
.woocommerce form.checkout table.shop_table tfoot tr.order-total td span.amount {
    color: #00aeef;
}

.woocommerce form.checkout table.shop_table span.amount {
    color: #888;
    font-family: inherit;
}

.woocommerce form.checkout table.shop_table {
    width: 100%;
}

.woocommerce #payment {
    margin-top: 50px;
    margin-bottom: 70px;
}

.woocommerce #payment ul.payment_methods {
    list-style: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
}

.woocommerce #payment ul.payment_methods li {
    padding: 10px 20px;
    border: 1px solid #e0dede;
    border-bottom: 0;
}

.woocommerce #payment ul.payment_methods li label {
    color: #000;
    margin-left: 10px;
}

.woocommerce #payment ul.payment_methods li label img{
    margin: 0 0 0 5px;
}

.woocommerce #payment ul.payment_methods li .payment_box{
    padding: 10px 0 0 35px;
}

.woocommerce input#place_order {
    float: right;
}

.woocommerce .order_details.clearfix li,
.woocommerce-page .order_details.clearfix li {
    float: left;
    margin-right: 45px;
}

.woocommerce .order_details.clearfix li p,
.woocommerce-page .order_details.clearfix li p {
    font-weight: 400;
    color: #000;
    margin-top: 7px;
}

.woocommerce ul.order_details,
.woocommerce-page ul.order_details {
    list-style: none;
    margin-bottom: 20px;
}

.woocommerce .checkout-success-message,
.woocommerce-page .checkout-success-message {
    margin-bottom: 50px;
}

.woocommerce-checkout h2,
.woocommerce-account h2,
.woocommerce-checkout h3,
.woocommerce-account h3 {
    margin-top: 20px;
    margin-bottom: 28px;
    font-size: 17px;
}

.woocommerce-checkout header h3,
.woocommerce-account header h3 {
    margin-bottom: 20px;
}

.woocommerce-checkout table.shop_table {
    width: 42.07749077490775%;
    margin-bottom: 33px;
}

.woocommerce-account table.shop_table {
    margin-bottom: 45px;
    width: 43.077491%;
}

.woocommerce-checkout table.shop_table thead th,
.woocommerce-checkout table.shop_table tfoot th,
.woocommerce-account table.shop_table thead th,
.woocommerce-account table.shop_table tfoot th,
.woocommerce-account table.my_account_orders thead th,
.woocommerce-account table.my_account_orders tfoot th {
    color: #000;
    font-weight: 400;
}

.woocommerce-checkout table.shop_table td span.amount,
.woocommerce-account table.shop_table td span.amount {
    color: #888;
}

.woocommerce-checkout .addresses .col-1,
.woocommerce-checkout .addresses .col-2 {
    width: 23.61623616236162%;
    margin-right: 1.845018450184502%;
}

.woocommerce-checkout .addresses .col-2,
.woocommerce-account .addresses .col-2  {
    float: left;
    margin-right: 0;
}

.woocommerce-checkout .order-details-wrapper header,
.woocommerce-account div.woocommerce header {
    position: static;
    background: none;
    border: 0;
}

.woocommerce-checkout .customer_details,
.woocommerce-account .customer_details {
    margin-bottom: 18px;
}

.woocommerce-checkout .shop_table.order_details th {
    padding-left: 0;
}

.woocommerce-checkout .shop_table.order_details tr td {
    padding-left: 0;
}

.woocommerce-checkout .shop_table.order_details tr td a,
.woocommerce-checkout .shop_table.order_details tfoot tr:last-child td span.amount{
    color: #000;
}

.woocommerce-checkout .shop_table.order_details tr td span.amount {
    font-family: inherit;
}

.woocommerce-checkout .shop_table.order_details tr td .product-quantity{
    font-weight: 400;
    color: #000;
}

.woocommerce-checkout .addresses header {
    padding-bottom: 0;
    margin-bottom: 0;
}

/* ==========================================================================
   Sidebar styles
   ========================================================================== */
.woocommerce aside div.widget {
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: 0;
	margin-top: -3px;
}

.woocommerce aside h4,
.woocommerce-page aside h4{
    margin-bottom: 21px;
}

.woocommerce aside ul.product_list_widget li,
.woocommerce aside ul.product-categories li {
    display: block;
    margin: 0;
    padding: 9px 0;
    position: relative;
}

.woocommerce aside ul.product_list_widget:not(.cart_list) li {
    padding: 7px 0 12px;
	display: inline-block;
	width: 100%;
}


.woocommerce aside ul.product-categories li:after {
    content: "\f105";
    font-family: 'FontAwesome', sans-serif;
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -0.5em 0 0 0;
    line-height: 1em;
}

.woocommerce aside ul.product-categories li:before{
    border-bottom: 1px solid #ebebeb;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
}

.woocommerce aside ul.product_list_widget li > a,
.woocommerce aside ul.product-categories li > a {
    display: block;
    color: #777;
    margin-bottom: 1px;
}

.woocommerce aside ul.product_list_widget li > a:hover,
.woocommerce aside ul.product-categories li > a:hover{
    color: #00aeef;
}

.woocommerce aside ul.product_list_widget li ins {
    text-decoration: none;
}

.woocommerce aside ul.product_list_widget li del span.amount {
    color: #777;
}

.woocommerce aside ul.product_list_widget li img {
    float: left;
    margin-right: 7.843137254901961%; /* 20px / 255px */
    width: 71px;
}

.woocommerce aside ul.product_list_widget li span.amount {
    color: #00aeef;
    font-size: 13px;
}

.woocommerce .cart_list li a > img {
    display: none;
}

.woocommerce .widget_shopping_cart_content li {
    height: auto !important;
}

.woocommerce .widget_shopping_cart_content .total strong {
    font-weight: 400;
}

.woocommerce .widget_shopping_cart_content p.buttons {
    margin-top: 15px;
}

.woocommerce .widget_shopping_cart_content p.buttons a.button {
    width: 28.352941%;
    padding-left: 7.843137254901961%;
    padding-right: 7.843137254901961%;
}

.woocommerce .widget_shopping_cart_content a.checkout {
    float: right;
}


.widget #searchform .screen-reader-text {
    display: none;
}

.widget #searchform input[type='text'] {
    display: inline-block;
    text-decoration: none;
    border: 0;
    outline: 0px;
    color: #adadad;
    background-color: transparent;
    font-family: inherit;
    margin: 0;
    padding: 2px 4%;
    width: 74%;
    height: 33px;
    float: left;
}

.widget #searchsubmit {
    width: 37px;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    margin: 0;
    padding: 0 4%;
    outline: none;
    border: none;
    text-decoration: none;
    background-color: transparent;
    color: #a6a6a6;
    font-family: 'FontAwesome', sans-serif;
    cursor: pointer;
    white-space: nowrap;
    float: right;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    background: none;
}

.woocommerce aside .widget .star-rating,
.woocommerce-page aside .widget .star-rating {
    float: none;
    font-size: 0.8em;
    margin-top: 5px;
    margin-bottom: 5px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #00aeef;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    -o-border-radius: 1em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal,
.woocommerce-page .widget_price_filter .ui-slider-horizontal {
    height: .31em;
}

.woocommerce .widget_price_filter .ui-slider,
.woocommerce-page .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.woocommerce .widget_price_filter .price_slider,
.woocommerce-page .widget_price_filter .price_slider {
    margin-bottom: 1em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    cursor: pointer;
    outline: none;
    top: -7px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    -ms-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    -o-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    color: #ffffff;
    border: 1px solid #049cd4;
    background: #009ad4;
    background: #00aeef -ms-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
    background: #00aeef -moz-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
    background: #00aeef -o-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
    background: #00aeef -webkit-gradient(linear, left bottom, left top, color-stop(0,#009ad4), color-stop(1, #00aeef));
    background: #00aeef -webkit-linear-gradient(bottom, #009ad4 0%, #00aeef 100%);
    background: #00aeef linear-gradient(to top, #009ad4 0%, #00aeef 100%);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -0.9em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-color: #ebebeb;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    -ms-border-radius: 1em;
    -o-border-radius: 1em;
    top: 0;
    height: 100%;
}

.woocommerce .widget_price_filter .button,
.woocommerce-page .widget_price_filter .button {
    margin-top: 12px;
    float: left;

    line-height: 25px;
    height: 27px;
}

.woocommerce .widget_price_filter .price_label,
.woocommerce-page .widget_price_filter .price_label {
    float: right;
    margin-top: 15px;
    font-family: inherit;
    font-size: 15px;
}

.woocommerce aside .widget ul.product-categories,
.woocommerce-page aside .widget ul.product-categories {
    list-style: none;
}

.woocommerce aside .widget ul.product-categories a:hover,
.woocommerce-page aside .widget ul.product-categories a:hover {
    color: #00aeef;
}

.woocommerce aside .select2-container .select2-choice,
.woocommerce-page aside .select2-container .select2-choice,
.woocommerce aside .select2-dropdown-open.select2-drop-above .select2-choice,
.woocommerce aside .select2-dropdown-open.select2-drop-above .select2-choices,
.woocommerce-page aside .select2-dropdown-open.select2-drop-above .select2-choice,
.woocommerce-page aside .select2-dropdown-open.select2-drop-above .select2-choices {
    padding-left: 12px;
    background-image: none;
}

.woocommerce aside ul.product-categories ul.children,
.woocommerce-page aside ul.product-categories ul.children {
    padding-left: 30px;
}

.woocommerce aside ul.cart_list li,
.woocommerce-page aside ul.cart_list li {
    margin-bottom: 5px;
}

.woocommerce aside ul.cart_list,
.woocommerce-page aside ul.cart_list {
    margin-bottom: 10px;
}

.woocommerce .widget_shopping_cart_content .total .amount,
.woocommerce-page .widget_shopping_cart_content .total .amount {
    font-size: 15px;
}

.widget.widget_search form input[type="submit"] {
    background: none;
}

/* Dropdown SHopping Cart */

.shopping_cart_outer{
	display: table;
	float: left;
}

.shopping_cart_inner{
	display: table-cell;
	height: 90px;
	vertical-align: middle;
}

.shopping_cart_header{
    position: relative;

}

.side_menu_button .shopping_cart_header {
    display: inline-block;
}

.shopping_cart_header .header_cart{
    padding:0px 13px 0 0px;
    display: inline-block;
    border-radius: 2px 2px 0px 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    -o-border-radius: 2px 2px 0px 0px;
    -ms-border-radius: 2px 2px 0px 0px;
	position:relative;
}

.shopping_cart_header .header_cart i{
	margin: 0px;
	color: #8e8e8e;
	font-size: 14px;
	line-height: 28px;
    -webkit-transition: color 0.3s ease; 
    -moz-transition: color 0.3s ease; 
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
}

.dark .shopping_cart_header .header_cart > i{
	color: #000000;
}

.light .shopping_cart_header .header_cart > i{
	color: #ffffff;
}

.shopping_cart_header .header_cart:hover i{
    color: #00aeef;
}

.shopping_cart_header .header_cart span{
    background-color: #00aeef;
	color: #fff;
	display: inline-block;
	font-family: inherit;
	font-size: 9px;
	height: 17px;
	line-height: 17px;
	width: 17px;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	-o-border-radius: 17px;
	-ms-border-radius: 17px;
	text-align: center;
	position: absolute;
	top: -4px;
	right: -2px;
}

.shopping_cart_dropdown {
    background-color: #fff;
    display: block;
    left: auto;
    position: absolute;
    right: -1px;
    top: 33px;
    z-index: 1000;
    padding: 15px;
    width: 250px;
	visibility: hidden;
	border-radius: 4px 0 4px 4px;
	-webkit-border-radius: 4px 0 4px 4px;
	-moz-border-radius: 4px 0 4px 4px;
	-o-border-radius: 4px 0 4px 4px;
	-ms-border-radius: 4px 0 4px 4px;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
    border: 1px solid #eaeaea;
}

.header_bottom .shopping_cart_dropdown {
    right: -7px;
    margin-left: -142px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.header_bottom .shopping_cart_header {
    padding: 0 5px 0 9px;
}

.header_bottom .shopping_cart_dropdown .inner_arrow2 {
    display: block;
    position: absolute;
    top: -18px;
    right: 21px;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-color: transparent transparent #ebebeb transparent;
    border-style: solid;
    border-width: 9px;
    z-index: 998;
}

.header_bottom .shopping_cart_dropdown .inner_arrow {
    display: block;
    position: absolute;
    top: -14px;
    right: 23px;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 7px;
    z-index: 999;
}

.shopping_cart_dropdown.drop_down_start{
	visibility: visible;
	overflow: visible;
	opacity: 1;
}

.header_top .left .shopping_cart_dropdown{
    left: 0;
    right: auto;
}

.shopping_cart_header:hover .shopping_cart_dropdown{
    display: block;
	visibility: visible;
    text-align: left;
}

.shopping_cart_dropdown ul li{
    display: inline-block;
    width: 100%;
    float: none;
    padding: 7px 0;
    border-bottom: 1px solid #eaeaea;
    line-height: 20px;
}

.shopping_cart_dropdown .shopping_cart_dropdown_inner {
    margin-bottom: 15px;
}

.shopping_cart_dropdown ul li a{
    color:#777;
	font-size: 13px;
	font-weight: 400;
    display: block;
}

.shopping_cart_dropdown ul li a:hover{
    color: #00aeef;
}

.shopping_cart_dropdown span.total{
    padding: 0 0 0 8px;
    float: right;
}

.shopping_cart_dropdown span.total span{
    font-family: inherit;
    font-size: 13px;
    color: #00aeef;
    padding: 0 0 0 2px;
}

.shopping_cart_dropdown .qbutton{
    height: 28px;
    line-height: 28px;
    font-size: 11px;
    padding: 0 13px;
}

.shopping_cart_dropdown .qbutton i{
    font-size: 14px;
    padding: 0 0 0 4px;
    margin: 0;
}

.shopping_cart_dropdown .cart_list a > img{
    max-width: 60px;
    float: left;
    padding: 0 10px 0 0;
    display: block !important;
}

.shopping_cart_dropdown .cart_list span.quantity{
    display: block;
    color: #00aeef;
    margin-top: 3px;
}

/* ==========================================================================
   Select 2 styles
   ========================================================================== */
/*
Version: 3.4.3 Timestamp: Tue Sep 17 06:47:14 PDT 2013
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    line-height: 26px;
    text-decoration: none;
    background-clip: padding-box;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 300;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -2px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background-color: #fff;
    border: 1px solid #eaeaea;
    color: #777;
    border-top: none;
}

.select2-drop.select2-drop-active{
    border-radius: 0 0 2px 2px;
}

.select2-drop-auto-width {
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 2px 2px 0;
    background-clip: padding-box;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background-color: #fff;
    background: url('img/select2-spinner.gif') no-repeat 100%;
    background: url('img/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('img/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('img/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('img/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    outline: none;
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 4px 7px 6px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background-color: #fff;
    color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('img/select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}

/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    outline: none;
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background-color: #fff !important;
    background-image: url('img/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #888;
    cursor: default;
    background-clip: padding-box;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi)  {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
      background-image: url('img/select2x2.png') !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important;
  }
  .select2-search input {
      background-position: 100% -21px !important;
  }
}

/*
    Version: 4.0.3 Timestamp: Monday Mart 27 2:59:00pm EDT 2017
*/
.select2-container--default {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: 0;
  border-radius: 0;
  text-align: initial;
  box-sizing: border-box;
  width: 200px !important;
  line-height: 35px;
  height: 35px;
  background-color: #f6f6f6;
  font-weight: 300;
  background-image: none;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding: 0 20px 0 30px;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 20px;
  right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__rendered {
  padding: 0 20px 0 30px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin: 7px auto 0 5px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin: 0 auto 0 3px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single {
  color: #00aeef;
  background-color: #f6f6f6;
}

.select2-container--default.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
  border-bottom-color: transparent;
}

.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
  border-top-color: transparent;
}

.woocommerce div.cart-collaterals .woocommerce-shipping-calculator .select2-container--default,
.woocommerce-page .div.cart-collaterals .woocommerce-shipping-calculator .select2-container--default {
  width: 100% !important;
}

.woocommerce div.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single,
.woocommerce div.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--multiple,
.woocommerce-page .div.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single,
.woocommerce-page .div.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--multiple {
  border: 0;
  background-color: #f6f6f6;
}

.select2-container--default .select2-selection--single {
  display: block;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0 0px 0 13px;
  color: inherit;
  line-height: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f6f6f6;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  position: relative;
  cursor: pointer;
  float: right;
  margin: 0;
  font-weight: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  right: 20px;
  color: inherit;
  line-height: inherit;
  text-align: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  font-family: 'FontAwesome';
  content: '\f107';
}

.select2-container--default .select2-selection--multiple {
  display: block;
  height: 44px;
  line-height: 42px;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  outline: 0;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  list-style: none;
  padding: 0 30px 0 20px;
  margin: 0;
  color: inherit;
  line-height: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
  float: left;
  margin: 0;
  color: inherit;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
  position: relative;
  cursor: pointer;
  float: right;
  margin: 0;
  font-weight: inherit;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  float: left;
  margin: 7px 5px 0 0;
  padding: 0 10px;
  line-height: 30px;
  color: #fff;
  background-color: #303030;
  border: 0;
  border-radius: 0;
  cursor: default;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
  display: inline-block;
  margin: 0 3px 0 0;
  color: inherit;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover {
  color: inherit;
  opacity: 0.8;
}

.select2-container--default .select2-search--inline {
  float: left;
}

.select2-container--default .select2-search--inline .select2-search__field {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
  box-sizing: border-box;
}

.select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-container--default .select2-dropdown {
  position: absolute;
  top: 0;
  left: -100000px;
  width: 100%;
  display: block;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  z-index: 1051;
  box-sizing: border-box;
}

.select2-container--default .select2-search--dropdown {
  display: block;
  padding: 14px 15px 7px;
}

.select2-container--default .select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 4px 8px;
  width: 100%;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  border: 1px solid #e6e6e6;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #303030;
}

.select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-container--default .select2-results {
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__options {
  position: relative;
  padding: 2px 15px;
  margin: 5px 0;
  list-style: none;
}

.select2-container--default .select2-results__option {
  padding: 7px 0;
  user-select: none;
  -webkit-user-select: none;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.select2-container--default .select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #303030;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  color: #00aeef;
  background: none;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #00aeef;
  background: none;
}

.select2-container--default .select2-results__group {
  display: block;
  padding: 7px 0;
  cursor: default;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.woocommerce form.checkout .select2-container--default {
    width: 100% !important;
}

 .select2-container--default .select2-search--dropdown {
  display: none;
}

.woocommerce input[type='tel'],
.woocommerce-page input[type='tel'],
.woocommerce input[type='email'],
.woocommerce-page [type='email'] {
    padding-left: 5.2%;
    padding-right: 5.2%;
    width: 89.6%;
}

.woocommerce-edit-address input[type='text'],
.woocommerce-edit-address input[type='password'],
.woocommerce-edit-address input[type='email'],
.woocommerce-edit-address input[type='tel'],
.woocommerce-edit-address input[type='text'],
.woocommerce-edit-address input[type='password'],
.woocommerce-edit-address input[type='email'],
.woocommerce-edit-address input[type='tel'],
.woocommerce-edit-address textarea {
  width: 100%;
  padding: 8px 13px;
}

.woocommerce-account input[type='text'],
.woocommerce-account input[type='password'],
.woocommerce-account input[type='email'],
.woocommerce-account input[type='tel'],
.woocommerce-account input[type='text'],
.woocommerce-account input[type='password'],
.woocommerce-account input[type='email'],
.woocommerce-account input[type='tel'],
.woocommerce-account textarea {
  width: 100%;
  padding: 8px 13px;
}

/*single product gallery*/
.woocommerce .product figure.woocommerce-product-gallery__wrapper {
    margin: 0;
}

.woocommerce .product .images .woocommerce-product-gallery__image img, .woocommerce .product .images .woocommerce-product-gallery__image:first-child {
    width: 100%;
}

.woocommerce .product .images .woocommerce-product-gallery__image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.woocommerce .product .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:not(:first-child) {
    width: 25%;
}

.woocommerce .product .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
    float: left;
    padding-top: 20px;
}

.woocommerce div.product section.related.products h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

section.related.products {
    clear: both;
}

/* ==========================================================================
   Select 2 styles
   ========================================================================== */
.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #888;
  cursor: default;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
    background-image: url("img/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}

/*
    Version: 4.0.3 Timestamp: Monday Mart 27 2:59:00pm EDT 2017
*/
.select2-container--default {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: 0;
  border-radius: 0;
  text-align: initial;
  box-sizing: border-box;
  width: 200px !important;
  line-height: 35px;
  height: 35px;
  background-color: #f6f6f6;
  font-weight: 300;
  background-image: none;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding: 0 20px 0 30px;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 20px;
  right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__rendered {
  padding: 0 20px 0 30px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin: 7px auto 0 5px;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin: 0 auto 0 3px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  
}

.select2-container--default.select2-container--open .select2-selection--single {
  color: #00aeef;
  background-color: #f6f6f6;
}

.select2-container--default.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
  border-bottom-color: transparent;
}

.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below {
  border-top-color: transparent;
}

.woocommerce div.cart-collaterals .woocommerce-shipping-calculator .select2-container--default,
.woocommerce-page .div.cart-collaterals .woocommerce-shipping-calculator .select2-container--default {
  width: 100% !important;
}

.woocommerce div.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single,
.woocommerce div.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--multiple,
.woocommerce-page .div.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--single,
.woocommerce-page .div.cart-collaterals .woocommerce-shipping-calculator .select2-container--default .select2-selection--multiple {
  border: 0;
  background-color: #f6f6f6;
}

.select2-container--default .select2-selection--single {
  display: block;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block;
  padding: 0 0px 0 13px;
  color: inherit;
  line-height: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #f6f6f6;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  position: relative;
  cursor: pointer;
  float: right;
  margin: 0;
  font-weight: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  right: 20px;
  color: inherit;
  line-height: inherit;
  text-align: center;
}

.select2-container--default .select2-selection--multiple {
  display: block;
  height: 44px;
  line-height: 42px;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  outline: 0;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  list-style: none;
  padding: 0 30px 0 20px;
  margin: 0;
  color: inherit;
  line-height: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__placeholder {
  float: left;
  margin: 0;
  color: inherit;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
  position: relative;
  cursor: pointer;
  float: right;
  margin: 0;
  font-weight: inherit;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  float: left;
  margin: 7px 5px 0 0;
  padding: 0 10px;
  line-height: 30px;
  color: #fff;
  background-color: #303030;
  border: 0;
  border-radius: 0;
  cursor: default;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
  display: inline-block;
  margin: 0 3px 0 0;
  color: inherit;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove:hover {
  color: inherit;
  opacity: 0.8;
}

.select2-container--default .select2-search--inline {
  float: left;
}

.select2-container--default .select2-search--inline .select2-search__field {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
  box-sizing: border-box;
}

.select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-container--default .select2-dropdown {
  position: absolute;
  top: 0;
  left: -100000px;
  width: 100%;
  display: block;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  z-index: 1051;
  box-sizing: border-box;
}

.select2-container--default .select2-search--dropdown {
  display: block;
  padding: 14px 15px 7px 10px;
  background-color: #f6f6f6;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 4px 8px;
  width: 100%;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  border: 1px solid #e6e6e6;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #303030;
}

.select2-container--default .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-container--default .select2-results {
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-x: hidden!important;
  line-height: 22px;
}

.select2-container--default .select2-results__options {
  position: relative;
  padding: 2px 0;
  margin: 5px 0;
  list-style: none;
}

.select2-container--default .select2-results__option {
  padding: 4px 7px 6px 12px;
  user-select: none;
  -webkit-user-select: none;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.select2-container--default .select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #303030;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  color: #00aeef;
  background: none;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #00aeef;
  background: none;
}

.select2-container--default .select2-results__group {
  display: block;
  padding: 7px 0;
  cursor: default;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.woocommerce form.checkout .select2-container--default {
    width: 100% !important;
}

.woocommerce input[type='tel'],
.woocommerce-page input[type='tel'],
.woocommerce input[type='email'],
.woocommerce-page [type='email'] {
    padding-left: 5.2%;
    padding-right: 5.2%;
    width: 89.6%;
}

.woocommerce-edit-address input[type='text'],
.woocommerce-edit-address input[type='password'],
.woocommerce-edit-address input[type='email'],
.woocommerce-edit-address input[type='tel'],
.woocommerce-edit-address input[type='text'],
.woocommerce-edit-address input[type='password'],
.woocommerce-edit-address input[type='email'],
.woocommerce-edit-address input[type='tel'],
.woocommerce-edit-address textarea {
  width: 100%;
  padding: 8px 13px;
}

.woocommerce-account input[type='text'],
.woocommerce-account input[type='password'],
.woocommerce-account input[type='email'],
.woocommerce-account input[type='tel'],
.woocommerce-account input[type='text'],
.woocommerce-account input[type='password'],
.woocommerce-account input[type='email'],
.woocommerce-account input[type='tel'],
.woocommerce-account textarea {
  width: 100%;
  padding: 8px 13px;
}

/*single product gallery*/
.woocommerce .product .images .woocommerce-product-gallery__image img, .woocommerce .product .images .woocommerce-product-gallery__image:first-child {
    width: 100%;
}

.woocommerce .product .images .woocommerce-product-gallery__image {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
}

.woocommerce .product .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:not(:first-child) {
    width: 25%;
}

.woocommerce .product .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
    float: left;
    padding-top: 20px;
}

.woocommerce div.product section.related.products h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

section.related.products {
    clear: both;
}