/**
 * @package 	WordPress
 * @subpackage 	Kids
 * @version 	1.2.0
 * 
 * WooCommerce CSS Rules
 * Created by CMSMasters
 * 
 */
/* -------------------------------- Start WooCommerce Styles (cmsmasters_woo) -------------------------------- */
#page .woocommerce-terms-and-conditions {
  width: 100%;
}
#page .woocommerce-terms-and-conditions .cmsmasters_row_inner {
  width: 100%;
  padding: 0 20px;
}
.woocommerce:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.cmsmasters_woo.fullwidth {
  padding-top: 40px;
  padding-bottom: 40px;
}
.woocommerce-store-notice {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 50px 10px 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99999;
}
.woocommerce-store-notice p {
  margin: 0;
  padding: 0;
}
.woocommerce-store-notice p a {
  opacity: 0.8;
}
.woocommerce-store-notice p a:hover {
  opacity: 1;
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link {
  font-size: 13px;
  line-height: 1em;
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  left: auto;
  right: 20px;
  top: 0;
  bottom: 0;
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.woocommerce-store-notice .woocommerce-store-notice__dismiss-link:hover {
  opacity: 0.8;
}
.product .preloader {
  padding-bottom: 100%;
}
.product .preloader img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/* Star Rating */
.cmsmasters_star_rating {
  width: 77px;
  height: 12px;
  display: block;
  position: relative;
  overflow: hidden;
}
.cmsmasters_star_rating .cmsmasters_star {
  font-size: 12px;
  width: 13px;
  height: 100%;
  display: block;
  margin-left: 3px;
  margin-right: 0;
  position: relative;
  overflow: hidden;
  float: left;
}
.cmsmasters_star_rating .cmsmasters_star:first-child {
  margin-left: 0;
}
.cmsmasters_star_rating .cmsmasters_star:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsmasters_star_rating .cmsmasters_star_trans_wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.cmsmasters_star_rating .cmsmasters_star_color_wrap {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.cmsmasters_star_rating .cmsmasters_star_color_inner {
  width: 77px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.comment-respond .comment-form-rating {
  position: relative;
  overflow: hidden;
}
.comment-respond .comment-form-rating .stars {
  padding: 10px 0 0;
}
.comment-respond .comment-form-rating .stars > span {
  display: block;
  width: 77px;
  height: 12px;
  position: relative;
  overflow: hidden;
}
.comment-respond .comment-form-rating .stars > span:before,
.comment-respond .comment-form-rating .stars > span a:before {
  font-family: "fontello";
  line-height: 1em;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  text-align: center;
  vertical-align: baseline;
  font-variant: normal;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  text-indent: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 5px;
}
.comment-respond .comment-form-rating .stars > span:before {
  content: '\e8aa\e8aa\e8aa\e8aa\e8aa';
}
.comment-respond .comment-form-rating .stars > span a:before {
  content: '\e8aa\e8aa\e8aa\e8aa\e8aa';
}
.comment-respond .comment-form-rating .stars > span a {
  color: transparent;
  text-indent: 9999px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.comment-respond .comment-form-rating .stars > span a.star-1 {
  width: 15px;
  z-index: 10;
}
.comment-respond .comment-form-rating .stars > span a.star-2 {
  width: 30px;
  z-index: 9;
}
.comment-respond .comment-form-rating .stars > span a.star-3 {
  width: 45px;
  z-index: 8;
}
.comment-respond .comment-form-rating .stars > span a.star-4 {
  width: 60px;
  z-index: 7;
}
.comment-respond .comment-form-rating .stars > span a.star-5 {
  width: 75px;
  z-index: 6;
}
/* Sale */
.onsale,
.out-of-stock,
.stock {
  padding: 0 6px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  position: absolute;
  left: auto;
  right: 10px;
  top: 12px;
  bottom: auto;
  z-index: 10;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.out-of-stock {
  padding-top: 16px;
}
.outofstock .onsale {
  display: none;
}
/* checkbox and radio */
.input-checkbox,
.input-radio,
input.shipping_method:not([type=hidden]) {
  float: left;
  opacity: 0;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.input-checkbox + label,
.input-radio + label,
input.shipping_method:not([type=hidden]) + label {
  display: inline-block;
  padding: 0 0 0 25px;
  position: relative;
  cursor: pointer;
}
.input-checkbox + label:before,
.input-radio + label:before,
input.shipping_method:not([type=hidden]) + label:before {
  content: '';
  border-width: 1px;
  border-style: solid;
  width: 17px;
  height: 17px;
  margin: auto !important;
  position: absolute;
  left: 1px;
  right: auto;
  top: 0;
  bottom: 0;
}
.input-checkbox + label:after,
.input-radio + label:after,
input.shipping_method:not([type=hidden]) + label:after {
  content: '';
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  width: 9px;
  height: 9px;
  margin: auto !important;
  position: absolute;
  left: 5px;
  right: auto;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.input-checkbox:checked + label:after,
.input-radio:checked + label:after,
input.shipping_method:not([type=hidden]):checked + label:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
label.checkbox {
  display: inline-block;
  padding: 0 0 0 25px;
}
label.checkbox + input {
  visibility: visible;
  opacity: 1;
}
.input-radio + label:before,
input.shipping_method + label:before,
.input-radio + label:after,
input.shipping_method + label:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
/* Shipping */
#shipping_method {
  padding: 0;
  margin: 0;
}
#shipping_method li {
  overflow: hidden;
}
#shipping_method li:before {
  content: none;
}
#shipping_method + p {
  padding: 20px 0 0;
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  padding: 25px 25px;
  margin-bottom: 20px;
  float: none;
  position: relative;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  clear: both;
  overflow: hidden;
}
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button {
  margin-right: 30px;
}
.woocommerce-error li {
  padding: 0;
  margin: 0;
}
.woocommerce-error li:before {
  content: none;
}
/* Quantity */
.quantity {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
.quantity input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
  height: 40px;
  padding: 10px 15px;
}
.quantity .screen-reader-text {
  display: none;
}
.quantity .text {
  display: block;
  width: 70px;
  min-width: 0;
}
/* Variation */
table.variations tr td {
  padding: 5px 0 0;
  border-width: 0;
  border-style: solid;
}
table.variations tr:first-child td {
  padding: 0;
}
table.variations .reset_variations {
  margin-left: 10px;
  margin-right: 0;
}
.grouped_form td {
  vertical-align: middle;
}
#page .grouped_form .woocommerce-grouped-product-list-item__quantity .button {
  padding: 10px 0.7em;
  line-height: initial;
}
.grouped_form .onsale,
.grouped_form .out-of-stock,
.grouped_form .stock {
  position: static;
}
.single_variation_wrap .woocommerce-variation-description {
  border: 0 !important;
  margin: 20px 0 0;
}
.single_variation_wrap .woocommerce-variation-description > *:last-child {
  margin: 0;
  padding: 0;
}
.single_variation_wrap .single_variation {
  margin: 20px 0 0;
  overflow: hidden;
}
.single_variation_wrap .single_variation .stock {
  display: inline-block !important;
  margin: 0 0 0 10px;
  vertical-align: middle;
  position: static;
}
.single_variation_wrap .variations_button {
  margin: 20px 0 0;
  overflow: hidden;
}
dl.variation {
  display: block;
  padding: 0;
  overflow: hidden;
}
dl.variation:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
dl.variation dt,
dl.variation dd,
dl.variation p {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
dl.variation dt {
  padding-left: 0;
  padding-right: 10px;
  float: left;
  clear: left;
}
dl.variation dd {
  float: left;
}
/* Col2-set */
.col2-set {
  margin: 0 -1.7% 50px;
  position: relative;
  overflow: hidden;
}
.col2-set > * {
  width: 46.6%;
  margin: 0 1.7%;
  position: relative;
  float: left;
  overflow: hidden;
}
/* Form Row Styles */
.form-row {
  width: 46.6%;
  margin: 0 1.7%;
  position: relative;
  padding-bottom: 15px;
  float: left;
}
.form-row:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.form-row.form-row-wide,
.form-row.notes,
.form-row.place-order {
  width: 96.6%;
  float: none;
  clear: both;
}
.form-row.place-order {
  width: auto;
  margin: 0;
}
.form-row label {
  display: block;
  padding: 0 0 5px;
}
.form-row select,
.form-row input,
.form-row textarea {
  width: 100%;
  max-width: 100%;
}
.form-row textarea {
  min-height: 200px;
}
.form-row input[type="checkbox"],
.form-row input[type="radio"],
.form-row input[type="submit"],
.form-row input[type="button"] {
  width: auto;
}
/* Amount Styles */
.amount {
  white-space: nowrap;
}
/* Remove Button Styles */
#page .remove {
  font-size: 12px;
  line-height: 24px;
  height: 24px;
  width: 24px;
  position: absolute;
  left: auto;
  right: 0;
  top: 5px;
  text-indent: -9999px;
  border-width: 0;
  border-style: solid;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
#page .remove:before {
  content: '\e8c2';
  font-family: fontello;
  position: absolute;
  left: 0;
  right: 0;
  text-indent: 0;
  text-align: center;
}
/*-------------------------------------------------------------------------*/
/*	Shop Page */
/*-------------------------------------------------------------------------*/
.cmsmasters_woo_wrap_result {
  padding: 0 0 40px;
  position: relative;
  overflow: hidden;
  clear: both;
}
.cmsmasters_woo_wrap_result select {
  width: 100%;
  max-width: 100%;
}
.cmsmasters_woo_wrap_result .woocommerce-result-count {
  padding: 10px;
  float: right;
}
.cmsmasters_woo_wrap_result .woocommerce-ordering {
  float: left;
}
.cmsmasters_products {
  margin: -40px -1.7% 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.cmsmasters_products .product {
  width: 21.6%;
  margin: 0 1.7%;
  padding: 40px 0 0;
  position: relative;
  word-wrap: break-word;
  overflow: hidden;
  float: left;
}
.cmsmasters_products .product:before {
  content: none;
}
.cmsmasters_products .product.product-category {
  text-align: center;
}
.cmsmasters_products .product.product-category .woocommerce-loop-category__title {
  display: inline-block;
  margin: 25px 0 0;
}
.cmsmasters_products .product.product-category .woocommerce-loop-category__title mark {
  background: inherit;
}
.cmsmasters_products .product.product-category img {
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.columns-6.cmsmasters_products .product {
  width: 13.1%;
}
.columns-6.cmsmasters_products .product:nth-child(6n+1) {
  clear: left;
}
.columns-5.cmsmasters_products .product {
  width: 16.6%;
}
.columns-5.cmsmasters_products .product:nth-child(5n+1) {
  clear: left;
}
.columns-4.cmsmasters_products .product {
  width: 21.6%;
}
.columns-4.cmsmasters_products .product:nth-child(4n+1) {
  clear: left;
}
.columns-3.cmsmasters_products .product {
  width: 29.93%;
}
.columns-3.cmsmasters_products .product:nth-child(3n+1) {
  clear: left;
}
.columns-2.cmsmasters_products .product {
  width: 46.6%;
}
.columns-2.cmsmasters_products .product:nth-child(2n+1) {
  clear: left;
}
.columns-1.cmsmasters_products .product {
  width: 96.6%;
  float: none;
  clear: both;
}
.button.added_to_cart,
.button.cmsmasters_details_button,
.button.cmsmasters_add_to_cart_button {
  line-height: 50px;
  height: 50px;
  width: 50px;
  padding: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.cmsmasters_product {
  margin: 0 1px 2px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_product .cmsmasters_product_img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.cmsmasters_product .cmsmasters_product_img img {
  width: 100%;
}
.cmsmasters_product .cmsmasters_product_img:hover .cmsmasters_product_add_wrap,
.cmsmasters_product .cmsmasters_product_img.cmsmasters_mobile_hover .cmsmasters_product_add_wrap {
  opacity: 1;
}
.cmsmasters_product .cmsmasters_product_img:hover .cmsmasters_product_add_wrap .cmsmasters_product_add_inner > a,
.cmsmasters_product .cmsmasters_product_img.cmsmasters_mobile_hover .cmsmasters_product_add_wrap .cmsmasters_product_add_inner > a {
  opacity: 1;
  transform: scale(1);
}
.cmsmasters_product .cmsmasters_product_add_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  opacity: 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.cmsmasters_product .cmsmasters_product_add_wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.cmsmasters_product .cmsmasters_product_add_inner {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
  text-align: center;
}
.cmsmasters_product .button {
  display: inline-block;
  margin: 0 5px;
  transform: scale(0);
  opacity: 0;
}
.cmsmasters_product .button.added_to_cart {
  display: none;
}
.cmsmasters_product .button.added {
  display: none;
}
.cmsmasters_product .button.added + .added_to_cart {
  display: inline-block;
}
.cmsmasters_product .button.loading {
  text-indent: -9999px;
}
.cmsmasters_product .button.loading:before {
  content: '\e9fd';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  vertical-align: baseline;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  font-size: 16px;
  text-indent: 0;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsmasters_product .cmsmasters_product_inner {
  padding: 25px 20px 10px 20px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_product .cmsmasters_product_header {
  padding: 0;
  text-align: center;
}
.cmsmasters_product .cmsmasters_product_title {
  margin: 0;
}
.cmsmasters_product .cmsmasters_product_cat {
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
}
.cmsmasters_product .cmsmasters_product_info {
  text-align: center;
  overflow: hidden;
}
.cmsmasters_product .cmsmasters_star_rating {
  margin-top: 8px;
  display: inline-block;
}
.cmsmasters_product .price {
  display: block;
  margin-top: 5px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_product .price del {
  margin: 0 3px 0 0;
  vertical-align: bottom;
  white-space: nowrap;
}
.cmsmasters_product .price ins {
  text-decoration: none;
  vertical-align: bottom;
  white-space: nowrap;
}
/*-------------------------------------------------------------------------*/
/*	Single Product */
/*-------------------------------------------------------------------------*/
.cmsmasters_single_product {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_single_product .onsale,
.cmsmasters_single_product .out-of-stock {
  left: 10px;
  right: auto;
  top: 10px;
  bottom: auto;
}
.cmsmasters_single_product .cmsmasters_product_left_column {
  width: 41.8%;
  position: relative;
  float: left;
  overflow: hidden;
}
.cmsmasters_single_product .cmsmasters_product_images {
  position: relative;
  overflow: hidden;
}
.cmsmasters_single_product .cmsmasters_product_image {
  display: block;
  max-width: 100%;
  position: relative;
  text-align: center;
}
.cmsmasters_single_product .cmsmasters_product_image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.cmsmasters_single_product .cmsmasters_product_thumbs {
  display: block;
  position: relative;
  overflow: hidden;
}
.cmsmasters_single_product .cmsmasters_product_thumbs .cmsmasters_product_thumb {
  display: block;
  width: 82px;
  margin: 10px 10px 0 0;
  position: relative;
  text-align: center;
  float: left;
}
.cmsmasters_single_product .cmsmasters_product_thumbs .cmsmasters_product_thumb:last-child {
  margin: 10px 0 0;
}
.cmsmasters_single_product .cmsmasters_product_thumbs .cmsmasters_product_thumb img {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.cmsmasters_single_product .cmsmasters_product_right_column {
  width: 58.2%;
  padding: 0 0 0 40px;
  position: relative;
  float: right;
  overflow: hidden;
}
.cmsmasters_single_product .cmsmasters_product_right_column .out-of-stock {
  display: none;
}
.cmsmasters_single_product .cmsmasters_product_title_info_wrap {
  position: relative;
  overflow: hidden;
}
.cmsmasters_single_product .price {
  margin: 10px 0 0;
  padding: 0;
}
.cmsmasters_single_product .price del {
  margin: 0 3px 0 0;
  vertical-align: middle;
}
.cmsmasters_single_product .price ins {
  text-decoration: none;
  vertical-align: middle;
}
.cmsmasters_single_product .cmsmasters_star_rating {
  width: 105px;
  height: 17px;
  margin: 10px 0 0;
}
.cmsmasters_single_product .cmsmasters_star_rating .cmsmasters_star {
  font-size: 17px;
  width: 17px;
  margin: 0 0 0 5px;
}
.cmsmasters_single_product .cmsmasters_star_rating .cmsmasters_star:first-child {
  margin: 0;
}
.cmsmasters_single_product .cmsmasters_star_rating .cmsmasters_star_color_inner {
  width: 105px;
}
.cmsmasters_single_product .product_title {
  margin: 0;
}
.cmsmasters_single_product .product_meta {
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_single_product .product_meta > span {
  display: block;
  margin-bottom: 4px;
}
.cmsmasters_single_product .product_meta > span:last-child {
  margin: 0;
}
.cmsmasters_single_product .cmsmasters_product_content {
  padding: 30px 0 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_single_product .cart {
  padding: 15px 0 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_single_product .cart .single_add_to_cart_button {
  vertical-align: middle;
  padding: 0 20px;
  margin: 0 0 0 3px;
}
.cmsmasters_tabs.cmsmasters_woo_tabs {
  margin: 50px 0 0;
  padding: 40px 0 0;
  overflow: hidden;
}
.cmsmasters_tabs.cmsmasters_woo_tabs .cmsmasters_tabs_list {
  text-align: left;
}
.shop_attributes th {
  width: 210px;
  padding: 10px 10px 10px 0;
}
.shop_attributes th,
.shop_attributes td {
  border-width: 0;
  border-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 10px 0;
}
.shop_attributes p {
  margin: 0;
  padding: 0;
}
.cmsmasters_woo_comments {
  margin: 0;
  padding: 0;
}
.cmsmasters_woo_comments .cmsmasters_star_rating {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 10px;
}
.cmsmasters_woo_comments .cmsmasters_comment_item_content .star-rating {
  display: none;
}
section.products {
  padding: 30px 0 0;
  margin-top: 25px;
  position: relative;
  overflow: hidden;
}
section.products:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
section.products > h2 {
  margin: 0;
  padding: 0 0 25px;
}
.page-description {
  margin: 0 -1.7%;
}
/*-------------------------------------------------------------------------*/
/*	Cart */
/*-------------------------------------------------------------------------*/
.shop_table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  padding: 0 0 65px;
  position: relative;
}
.shop_table thead,
.shop_table tr {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cart_totals .shop_table {
  padding: 0;
}
.shop_table:not(.woocommerce-checkout-review-order-table) thead th {
  padding-left: 20px;
}
.shop_table:not(.woocommerce-checkout-review-order-table) tbody tr:last-child td,
.shop_table:not(.woocommerce-checkout-review-order-table) tbody tr:nth-last-child(2) td {
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.shop_table th,
.shop_table td {
  padding: 20px 0;
  vertical-align: middle;
  position: relative;
  border-width: 0;
  border-style: solid;
  text-align: left;
  overflow: hidden;
}
.woocommerce-checkout-review-order-table.shop_table th,
.woocommerce-checkout-review-order-table.shop_table td,
.order_details.shop_table th,
.order_details.shop_table td {
  padding: 17px 20px;
}
.shop_table .cart_item th,
.shop_table .cart-subtotal th,
.shop_table .cart_item td,
.shop_table .cart-subtotal td {
  padding: 20px;
}
.shop_table thead tr th:first-child {
  -webkit-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}
.shop_table thead tr th:last-child {
  -webkit-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
}
.shop_table tbody tr td {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.shop_table tfoot tr.order-total th {
  -webkit-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
}
.shop_table tfoot tr.order-total td {
  -webkit-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
}
.shop_table .product-remove {
  width: 30px;
  padding-left: 0;
  padding-right: 40px;
}
.shop_table .product-thumbnail {
  width: 110px;
  padding-left: 0;
  padding-right: 20px;
}
.shop_table .product-thumbnail img {
  width: 70px;
  height: auto;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.shop_table .product-name {
  outline: none;
}
.shop_table .product-price {
  outline: none;
}
.shop_table .amount {
  outline: none;
}
.shop_table .actions {
  padding: 15px 0 0;
  text-align: right;
}
.shop_table .actions .coupon {
  position: relative;
  float: left;
  overflow: hidden;
}
.shop_table .actions .coupon label {
  display: none;
}
.shop_table .actions .input-text {
  width: 260px;
  margin: 0 8px 0 0;
}
#page .shop_table .remove {
  top: 50%;
  margin-top: -12px;
  left: 0;
}
.cross-sells {
  margin-bottom: 50px;
}
.cross-sells h2 {
  margin-bottom: 0;
}
.cart_totals {
  position: relative;
  overflow: hidden;
}
.cart_totals > h2 {
  position: relative;
  margin-bottom: 15px;
}
.cart_totals table.shop_table {
  border-spacing: 0;
  border-collapse: separate;
  width: 50%;
  position: relative;
  overflow: hidden;
}
.cart_totals table.shop_table tr {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cart_totals table.shop_table th,
.cart_totals table.shop_table td {
  padding: 15px 0;
  vertical-align: top;
  position: relative;
  text-align: left;
  border-bottom-width: 0;
  border-bottom-style: solid;
  overflow: hidden;
}
.cart_totals table.shop_table th {
  width: 43%;
}
.cart_totals table.shop_table td {
  width: 57%;
  text-align: right;
}
.cart_totals table.shop_table input[type="checkbox"],
.cart_totals table.shop_table input[type="radio"] {
  left: auto;
  right: 0;
  float: right;
}
.cart_totals table.shop_table input[type="checkbox"] + label,
.cart_totals table.shop_table input[type="radio"] + label {
  padding-left: 0;
  padding-right: 25px;
  float: right;
}
.cart_totals table.shop_table input[type="checkbox"] + label:before,
.cart_totals table.shop_table input[type="radio"] + label:before {
  left: auto;
  right: 0;
}
.cart_totals table.shop_table input[type="checkbox"] + label:after {
  left: auto;
  right: 3px;
}
.cart_totals table.shop_table input[type="radio"] + label:after {
  left: auto;
  right: 4px;
}
.woocommerce-shipping-calculator {
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
}
.woocommerce-shipping-calculator > p {
  margin: 0;
  padding: 0;
}
.shipping-calculator-form {
  margin: 20px -1.7% 0;
}
.shipping-calculator-form > * {
  width: 96.6%;
  margin: 0 1.7%;
  clear: both;
}
.shipping-calculator-form > p {
  padding: 0 0 10px;
}
.shipping-calculator-form .button {
  margin-top: 20px;
}
.wc-proceed-to-checkout {
  padding: 10px 0 0;
  position: relative;
  overflow: hidden;
}
.wc-proceed-to-checkout .wcppec-checkout-buttons {
  display: inline-block;
  margin: 0;
}
.wc-proceed-to-checkout .wcppec-checkout-buttons .wcppec-checkout-buttons__separator {
  display: inline-block;
  margin: 0 30px;
}
.wc-proceed-to-checkout .wcppec-checkout-buttons .wcppec-checkout-buttons__button {
  margin: 0;
  padding: 0;
}
.wc-proceed-to-checkout .wcppec-checkout-buttons .wcppec-checkout-buttons__button img {
  display: none;
}
.wc-proceed-to-checkout .wcppec-checkout-buttons .wcppec-checkout-buttons__button:before {
  content: '\ebba';
  font-family: fontello;
}
.wc-proceed-to-checkout .wcppec-checkout-buttons .wcppec-checkout-buttons__button:after {
  content: 'Check out with PayPal';
  display: inline-block;
  margin-left: 2px;
}
.woocommerce-MyAccount-navigation {
  margin: 0 0 20px;
}
.woocommerce-MyAccount-navigation ul {
  text-align: left;
}
.woocommerce-MyAccount-navigation ul > li {
  display: inline-block;
  margin: 0 5px 0 0;
}
.woocommerce-MyAccount-navigation ul > li:last-child {
  margin: 0;
}
/*-------------------------------------------------------------------------*/
/*	Checkout */
/*-------------------------------------------------------------------------*/
.checkout_coupon {
  margin: 0 -1.7% 0;
  position: relative;
  overflow: hidden;
}
.checkout_coupon > p {
  margin: 0 1.7%;
}
body .select2-container .select2-choice,
body .select2-container.select2-drop-above .select2-choice {
  height: 40px;
  padding: 13px 20px;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
body .select2-container.select2-container--open .select2-selection--single {
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
body .select2-container input:not([type=button]):not([type=checkbox]):not([type=file]):not([type=hidden]):not([type=image]):not([type=radio]):not([type=reset]):not([type=submit]):not([type=color]):not([type=range]) {
  height: 40px;
}
body .select2-container .select2-selection--single {
  height: 40px;
  padding: 13px 40px 13px 20px;
  background-image: url('../img/select.png');
  background-position: 100% center;
  background-repeat: no-repeat;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-width: 0;
  border-style: solid;
}
body .select2-container .select2-selection--single .select2-selection__arrow {
  display: none;
}
body .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 16px;
  padding: 0;
}
body .select2-dropdown {
  -webkit-border-radius: 0;
  border-radius: 0;
}
body .select2-dropdown .select2-results .select2-results__option {
  padding: 6px 6px 6px 13px;
}
body .select2-dropdown .select2-results .select2-results__option:first-child {
  padding: 6px 6px 6px 13px;
}
body .select2-dropdown .select2-results .select2-results__option:before {
  content: none;
}
#calc_shipping_country {
  padding: 13px 15px;
}
body .select2-drop.select2-drop-active,
body .select2-drop.select2-drop-above.select2-drop-active {
  border-width: 0;
  border-style: solid;
}
.woocommerce-checkout.checkout {
  position: relative;
  padding-top: 45px;
  overflow: hidden;
}
.woocommerce-billing-fields,
.woocommerce-shipping-fields {
  margin: 0 -1.7%;
  position: relative;
  overflow: hidden;
}
.woocommerce-billing-fields:after,
.woocommerce-shipping-fields:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.woocommerce-billing-fields > h3,
.woocommerce-shipping-fields > h3 {
  margin-left: 1.7%;
  margin-right: 1.7%;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.woocommerce-billing-fields .shipping_address,
.woocommerce-shipping-fields .shipping_address {
  overflow: hidden;
}
.woocommerce-checkout-payment {
  position: relative;
  overflow: hidden;
}
.woocommerce-checkout-payment .payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.woocommerce-checkout-payment .payment_methods li {
  position: relative;
  overflow: hidden;
}
.woocommerce-checkout-payment .payment_methods li:before {
  content: none;
}
.woocommerce-checkout-payment .payment_methods li.woocommerce-notice {
  margin: 0;
  padding: 5px 20px;
}
.woocommerce-checkout-payment .payment_methods label {
  display: inline-block;
  float: none;
}
.woocommerce-checkout-payment .payment_methods label img {
  display: none;
}
.woocommerce-checkout-payment .payment_methods .payment_box {
  padding: 15px 0 10px 25px;
  position: relative;
  clear: both;
}
.woocommerce-checkout-payment .payment_methods .payment_box p {
  margin: 0;
  padding: 0;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  padding: 30px 0 0;
  position: relative;
  overflow: hidden;
  clear: both;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper > * {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .form-row {
  width: auto;
  padding: 0 25px 0 0;
  margin: 0;
  direction: rtl;
  overflow: hidden;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .form-row > * {
  direction: ltr;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .form-row label {
  display: inline-block;
  padding: 0 0 20px;
  vertical-align: middle;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .form-row label > span {
  margin-left: 4px;
  vertical-align: middle;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .form-row .input-checkbox {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  float: none;
  position: static;
  opacity: 1;
}
.woocommerce-password-strength {
  padding: 20px 0 0;
}
/*-------------------------------------------------------------------------*/
/*	Order */
/*-------------------------------------------------------------------------*/
.shop_table.order_details tbody tr td {
  padding: 22px 20px;
}
.shop_table.order_details tbody tr:last-child td,
.shop_table.order_details tbody tr:nth-last-child(2) td {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.shop_table.order_details tfoot tr th,
.shop_table.order_details tfoot tr td {
  padding: 22px 20px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.shop_table.order_details tfoot tr:last-child th,
.shop_table.order_details tfoot tr:nth-last-child(2) th,
.shop_table.order_details tfoot tr:last-child td,
.shop_table.order_details tfoot tr:nth-last-child(2) td {
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.shop_table.order_details tfoot tr:last-child th {
  padding: 17px 20px;
  -webkit-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
}
.shop_table.order_details tfoot tr:last-child td {
  padding: 17px 20px;
  -webkit-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
}
.shop_table.my_account_orders tbody tr td {
  padding: 7px 20px;
}
.shop_table.my_account_orders tbody tr td:first-child {
  -webkit-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
}
.shop_table.my_account_orders tbody tr td:last-child {
  -webkit-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
}
.shop_table.customer_details tbody th,
.shop_table.customer_details tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.shop_table.customer_details tbody tr:nth-last-child(2) td,
.shop_table.customer_details tbody tr:last-child td {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.shop_table.customer_details tbody tr th {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
ul.order_details {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
ul.order_details li {
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
}
ul.order_details li:before {
  content: none;
}
ul.order_details li strong {
  display: block;
  margin: 10px -15px -10px;
  padding: 10px 15px;
}
.woocommerce-page.woocommerce-order-received .woocommerce > h2 {
  padding-top: 30px;
}
/*-------------------------------------------------------------------------*/
/*	Dynamic Cart */
/*-------------------------------------------------------------------------*/
.admin-bar .cmsmasters_dynamic_cart_wrap {
  top: 42px;
}
.cmsmasters_dynamic_cart_wrap {
  position: fixed;
  z-index: 10000;
  right: 10px;
  top: 10px;
}
.cmsmasters_dynamic_cart_wrap:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#header .cmsmasters_dynamic_cart_wrap {
  position: relative;
  top: auto;
  right: auto;
  float: right;
  display: none;
}
#header .cmsmasters_dynamic_cart_wrap .cmsmasters_dynamic_cart_link {
  margin: 0 0 0 25px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: auto;
  right: auto;
}
#header .cmsmasters_dynamic_cart_wrap .cmsmasters_dynamic_cart_link:after {
  content: none;
  display: none;
}
#header .cmsmasters_dynamic_cart_wrap:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#header .cmsmasters_dynamic_cart_wrap .widget_shopping_cart_content {
  display: none;
}
#header .cmsmasters_dynamic_cart_wrap .cmsmasters_dynamic_cart_button {
  width: 41px;
  height: 41px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  right: auto;
  top: auto;
  cursor: pointer;
  border-width: 0;
  border-style: solid;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
#header .cmsmasters_dynamic_cart_wrap .cmsmasters_dynamic_cart_button:before {
  font-size: 16px;
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: -2px;
  right: 0;
  top: 0;
  bottom: 0;
}
.woocommerce-mini-cart__empty-message {
  padding: 0 20px;
}
.cmsmasters_dynamic_cart {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  word-wrap: break-word;
}
.cmsmasters_dynamic_cart:after {
  content: '';
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.cmsmasters_dynamic_cart .cmsmasters_dynamic_cart_button {
  font-size: 16px;
  line-height: 16px;
  display: block;
  width: 42px;
  height: 42px;
  z-index: 1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cmsmasters_dynamic_cart .cmsmasters_dynamic_cart_button:before {
  width: 1em;
  height: 1em;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content {
  width: 300px;
  padding: 20px 0;
  margin: 30px 0 0;
  visibility: hidden;
  position: absolute;
  left: auto;
  right: 0;
  top: 100%;
  z-index: 1000;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  opacity: 0 !important;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content:before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  top: -10px;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content:after {
  content: '';
  position: absolute;
  border: 7px solid transparent;
  left: auto;
  right: 15px;
  top: -14px;
  border-bottom-width: 8px;
  border-bottom-style: solid;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list {
  list-style: none;
  max-height: 395px;
  margin: 0;
  padding: 0 20px;
  overflow-x: hidden;
  overflow-y: auto;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list li {
  min-height: 70px;
  margin: 20px 0 0;
  padding: 13px 35px 8px 85px;
  position: relative;
  overflow: hidden;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list li:before {
  content: none;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list li:first-child {
  margin: 0;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list li.empty {
  min-height: 1px;
  padding: 7px 35px;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list a {
  display: block;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list img {
  width: 70px;
  height: 70px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list .quantity {
  direction: rtl;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list .quantity * {
  display: inline-block;
  direction: ltr;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .cart_list .quantity .amount {
  white-space: nowrap;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .total {
  padding: 25px 20px 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .total strong {
  outline: none;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .buttons {
  margin: 0 -3.5%;
  padding: 20px 20px 0;
  position: relative;
  overflow: hidden;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .buttons .button {
  width: 43%;
  margin: 0 3.5%;
  float: left;
}
.cmsmasters_dynamic_cart .widget_shopping_cart_content .buttons .wcppec-cart-widget-button {
  height: auto;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.cmsmasters_dynamic_cart:hover .widget_shopping_cart_content,
.cmsmasters_dynamic_cart .cmsmasters_dynamic_cart_button:hover + .widget_shopping_cart_content,
.cmsmasters_dynamic_cart .widget_shopping_cart_content:hover {
  visibility: visible;
  margin-top: 10px;
  opacity: 1 !important;
}
.cmsmasters_added_product_info {
  width: 260px;
  margin: 40px 0 0;
  padding: 15px 20px;
  visibility: hidden;
  position: absolute;
  left: auto;
  right: 0;
  top: 100%;
  z-index: 1001;
  overflow: hidden;
  opacity: 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.cmsmasters_added_product_info .cmsmasters_added_product_info_img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
}
.cmsmasters_added_product_info .cmsmasters_added_product_info_text {
  display: block;
  padding: 20px 0 20px 15px;
  overflow: hidden;
}
/*-------------------------------------------------------------------------*/
/*	Widgets */
/*-------------------------------------------------------------------------*/
.widget.woocommerce > form {
  overflow: visible;
}
.widget.woocommerce > form > * {
  overflow: visible;
}
/***************** Widget Product Search ******************/
.widget_product_search {
  position: relative;
}
/***************** Widget Lists ******************/
.widget_layered_nav ul,
.widget_layered_nav_filters ul,
.widget_product_categories ul {
  margin: 0;
  padding: 0;
}
.widget_layered_nav ul li,
.widget_layered_nav_filters ul li,
.widget_product_categories ul li {
  margin: 0 0 5px 0;
  padding: 0;
}
.widget_layered_nav ul li:last-child,
.widget_layered_nav_filters ul li:last-child,
.widget_product_categories ul li:last-child {
  margin: 0;
}
.widget_layered_nav ul li:before,
.widget_layered_nav_filters ul li:before,
.widget_product_categories ul li:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.widget_layered_nav ul li a,
.widget_layered_nav_filters ul li a,
.widget_product_categories ul li a {
  margin-left: 17px;
  outline: none;
}
/***************** Widget Product List ******************/
.widget > .product_list_widget {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.widget > .product_list_widget li {
  min-height: 80px;
  margin: 0 1px 6px;
  padding: 10px 0 10px 85px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.widget > .product_list_widget li:before {
  content: none;
}
.widget > .product_list_widget a {
  font-size: 40px;
  display: block;
  margin: 0 0 5px 0;
}
.widget > .product_list_widget img {
  width: 70px;
  height: 70px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.widget > .product_list_widget .star-rating {
  display: none;
}
.widget > .product_list_widget ins {
  text-decoration: none;
}
.widget > .product_list_widget del {
  margin: 0 3px 0 0;
}
/***************** Widget Shopping Cart ******************/
.widget_shopping_cart {
  position: relative;
  word-wrap: break-word;
  overflow: hidden;
}
.widget_shopping_cart .remove {
  overflow: hidden;
}
#page .widget_shopping_cart .remove {
  position: absolute;
  left: auto;
  right: 0;
  top: 5px;
}
.widget_shopping_cart .widget_shopping_cart_content {
  position: relative;
  overflow: hidden;
}
.widget_shopping_cart .cart_list {
  list-style: none;
  margin: 0 1px 2px;
  padding: 0;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.widget_shopping_cart .cart_list li {
  min-height: 70px;
  margin: 20px 0 0;
  padding: 13px 35px 8px 85px;
  position: relative;
  overflow: hidden;
}
.widget_shopping_cart .cart_list li:before {
  content: none;
}
.widget_shopping_cart .cart_list li:first-child {
  margin: 0;
}
.widget_shopping_cart .cart_list li.empty {
  min-height: 1px;
  padding: 7px 35px;
}
.widget_shopping_cart .cart_list a {
  display: block;
}
.widget_shopping_cart .cart_list img {
  width: 70px;
  height: 70px;
  margin: auto !important;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.widget_shopping_cart .cart_list .quantity {
  direction: rtl;
}
.widget_shopping_cart .cart_list .quantity * {
  display: inline-block;
  direction: ltr;
}
.widget_shopping_cart .cart_list .quantity .amount {
  white-space: nowrap;
}
.widget_shopping_cart .total {
  padding: 25px 0;
  position: relative;
  overflow: hidden;
}
.widget_shopping_cart .total strong {
  outline: none;
}
.widget_shopping_cart .buttons {
  margin: 0 -3.5%;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.widget_shopping_cart .buttons .button {
  width: 43%;
  padding: 0;
  margin: 0 3.5%;
  float: left;
}
.widget_price_filter .price_slider_wrapper {
  position: relative;
  overflow: hidden;
}
.widget_price_filter .price_slider {
  height: 10px;
  margin: 0;
  padding: 1px;
  position: relative;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.widget_price_filter .ui-slider-range {
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.widget_price_filter .ui-slider-handle {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: auto;
  top: -3px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.widget_price_filter .ui-slider-handle:last-child {
  left: 100%;
  margin-left: -12px;
  margin-right: 0;
}
.widget_price_filter .price_slider_amount {
  padding: 20px 0 0;
  position: relative;
  overflow: hidden;
}
.widget_price_filter .price_slider_amount .button {
  padding: 0 20px;
  float: right;
}
.widget_price_filter .price_slider_amount .price_label {
  display: block;
  padding: 10px 10px 10px 0;
  overflow: hidden;
}
/***************** Widget Tag Cloud ******************/
.widget_product_tag_cloud {
  position: relative;
  overflow: hidden;
}
.widget_product_tag_cloud a {
  padding: 10px 13px;
  line-height: 1em;
  display: inline-block;
  margin: 0 4px 6px 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.widget_product_tag_cloud a:last-child {
  margin: 0;
}
/*-------------------------------------------------------------------------*/
/*	Shortcodes */
/*-------------------------------------------------------------------------*/
.cmsmasters_products_shortcode,
.cmsmasters_selected_products_shortcode {
  position: relative;
  overflow: hidden;
}
/*	Other Shortcodes */
.create-account .input-radio + label,
.create-account .input-checkbox + label {
  padding: 0 0 0 25px;
}
.create-account > p {
  margin-left: 1.7%;
  margin-right: 1.7%;
}
.login,
.register {
  margin: 0 -1.7%;
  position: relative;
  overflow: hidden;
}
.login:after,
.register:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.login label.inline,
.register label.inline {
  display: inline-block;
  padding: 0;
  margin-left: 10px;
  margin-right: 0;
}
.login label.inline input,
.register label.inline input {
  vertical-align: middle;
  margin-top: -2px;
}
.login > *,
.register > * {
  width: 96.6%;
  margin-left: 1.7%;
  margin-right: 1.7%;
  overflow: hidden;
}
.login .lost_password,
.register .lost_password {
  clear: both;
}
.track_order {
  margin: 0 -1.7%;
  position: relative;
  overflow: hidden;
}
.track_order:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.track_order > * {
  margin-left: 1.7%;
  margin-right: 1.7%;
  overflow: hidden;
}
/*-------------------------------------------------------------------------*/
/*	CSS3 Animations	*/
/*-------------------------------------------------------------------------*/
html.csstransitions .woocommerce-store-notice a {
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
html.csstransitions .cmsmasters_details_button {
  -webkit-transition: transform .3s ease-in-out .2s, opacity .3s ease-in-out, background-color .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out .2s, opacity .3s ease-in-out, background-color .3s ease-in-out;
  -ms-transition: transform .3s ease-in-out .2s, opacity .3s ease-in-out, background-color .3s ease-in-out;
  -o-transition: transform .3s ease-in-out .2s, opacity .3s ease-in-out, background-color .3s ease-in-out;
  transition: transform .3s ease-in-out .2s, opacity .3s ease-in-out, background-color .3s ease-in-out;
}
html.csstransitions .cmsmasters_add_to_cart_button {
  -webkit-transition: transform .3s ease-in-out .4s, opacity .3s ease-in-out, background-color .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out .4s, opacity .3s ease-in-out, background-color .3s ease-in-out;
  -ms-transition: transform .3s ease-in-out .4s, opacity .3s ease-in-out, background-color .3s ease-in-out;
  -o-transition: transform .3s ease-in-out .4s, opacity .3s ease-in-out, background-color .3s ease-in-out;
  transition: transform .3s ease-in-out .4s, opacity .3s ease-in-out, background-color .3s ease-in-out;
}
html.csstransitions .cmsmasters_product .cmsmasters_product_add_wrap {
  -webkit-transition: opacity .6s ease-in-out;
  -moz-transition: opacity .6s ease-in-out;
  -ms-transition: opacity .6s ease-in-out;
  -o-transition: opacity .6s ease-in-out;
  transition: opacity .6s ease-in-out;
}
html.csstransitions .cmsmasters_products .product.product-category h2,
html.csstransitions .cmsmasters_star_rating .cmsmasters_star {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
html.csstransitions .widget_product_tag_cloud a {
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
html.csstransitions .cmsmasters_woo_tabs .cmsmasters_tabs_list_item a,
html.csstransitions .cmsmasters_dynamic_cart_link .cmsmasters_dynamic_cart_button,
html.csstransitions .cmsmasters_dynamic_cart .cmsmasters_dynamic_cart_button {
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  -ms-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
}
html.csstransitions .cmsmasters_product .cmsmasters_product_img img {
  -webkit-transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
  -moz-transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
  -ms-transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
  -o-transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out;
}
html.csstransitions .cmsmasters_dynamic_cart .widget_shopping_cart_content {
  -webkit-transition: opacity .3s ease-in-out, margin .3s ease-in-out, visibility .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out, margin .3s ease-in-out, visibility .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out, margin .3s ease-in-out, visibility .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out, margin .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, margin .3s ease-in-out, visibility .3s ease-in-out;
}
html.csstransitions .shipping_method + label:after,
html.csstransitions .input-radio + label:after,
html.csstransitions .input-checkbox + label:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
