
[data-middle=search-input] {
	--middle-column-width: var(--search-box-max-width, 25%);
}

.ct-header .ct-search-box {
	width: 100%;
	max-width: var(--max-width, 250px);
}

[data-row=middle][data-middle=search-input] [data-column=middle] .ct-search-box {
	--max-width: 100%;
}

.ct-woo-card-extra[data-type=type-1] {
	display: flex;
	flex-direction: column;
	gap: 15px;
	top: 15px;
	inset-inline-end: 15px;
}

.ct-woo-card-extra[data-type=type-1] .ct-button {
	padding: 0;
	width: 32px;
	min-height: 32px;
	border-radius: 100%;
}

.ct-woo-card-extra[data-type=type-1] .ct-button:is(:hover,[data-button-state=active],[data-button-state=loading]) {
	color: var(--theme-button-text-hover-color);
	background: var(--theme-button-background-hover-color);
}

.ct-filter-reset .ct-button-ghost {
	gap: 10px;
	--theme-button-font-size: 13px;
	--theme-button-min-height: 40px;
	--theme-button-padding: 5px 15px;
}

[data-display-type=inline] .ct-filter-reset {
	flex-basis: 100%;
}

.ct-product-stock-scarcity, [class*=ct-shipping-progress] {
	font-size: 15px;
}

.ct-product-stock-scarcity p, [class*=ct-shipping-progress] p {
	margin-bottom: 0;
}

.ct-product-stock-scarcity .ct-progress-bar:not(:empty), [class*=ct-shipping-progress] .ct-progress-bar:not(:empty) {
	position: relative;
	height: var(--product-progress-bar-height, 5px);
	overflow: clip;
	margin-top: 15px;
	border-radius: 1px;
	background: var(--product-progress-bar-initial-color, var(--theme-border-color));
}

.ct-product-stock-scarcity .ct-progress-bar span, [class*=ct-shipping-progress] .ct-progress-bar span {
	position: absolute;
	inset-block: 0;
	inset-inline-start: 0;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--product-progress-bar-active-color, var(--theme-palette-color-1)) 0%, var(--product-progress-bar-active-color-2, var(--product-progress-bar-active-color, var(--theme-palette-color-1))) 100%);
	transition: .15s ease-in-out;
}

.ct-cart-totals-modules, .ct-cart-totals-modules > *:not(:last-child):not(:has(+*:empty)) {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px dashed var(--theme-border-color);
}

.woocommerce-cart-form .ct-suggested-products--cart {
	padding-top: 20px;
	border-top: 1px dashed var(--theme-border-color);
}

.ct-woocommerce-cart-form ~ .ct-suggested-products--cart {
	margin-top: 50px;
}

table.shop_table .ct-checkout-cart-item {
	display: grid;
	grid-template-columns: 100px 1fr;
	align-items: center;
	gap: 20px;
}

@media (max-width: 479.98px) {
	table.shop_table .ct-checkout-cart-item {
		grid-template-columns: 1fr 2fr;
	}
}

table.shop_table .ct-media-container {
	border-radius: var(--theme-border-radius, 3px);
}

table.shop_table .ct-checkout-cart-item-content:only-child {
	grid-column: 1/-1;
}

table.shop_table .ct-checkout-cart-item-title:not(:last-child) {
	margin-bottom: .5em;
}

.ct-order-review-modules, .ct-order-review-modules > *:not(:last-child) {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px dashed var(--theme-border-color);
}

.ct-toggle-filter-panel {
	gap: 8px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--theme-text-color);
	--toggle-button-radius: 3px;
	--toggle-button-margin-start: 0;
	--toggle-button-padding: 7px 13px;
	--toggle-button-border-width: 1px;
	--toggle-button-border-color: var(--theme-border-color);
	--theme-icon-size: 12px;
	--theme-icon-color: currentColor;
}

.ct-toggle-filter-panel:hover, .ct-toggle-filter-panel:active {
	color: #fff;
	--toggle-button-background: var(--theme-link-hover-color);
	--toggle-button-border-color: var(--theme-link-hover-color);
}

#woo-filters-panel .ct-sidebar {
	height: 100%;
	margin: initial;
}

#woo-filters-panel .widget-title {
	font-size: 15px;
	font-weight: 600;
}

#woo-filters-panel[data-behaviour*=side] {
	--horizontal-alignment: stretch;
}

#woo-filters-panel[data-behaviour=drop-down] {
	display: flex;
	flex-direction: column;
}

#woo-filters-panel[data-behaviour=drop-down] .ct-filter-content {
	display: grid;
	grid-template-columns: var(--grid-template-columns, repeat(4, 1fr));
	gap: 30px;
	margin-bottom: 25px;
	padding-block: 25px;
	border-block: 1px solid var(--theme-border-color);
}

#woo-filters-panel[data-behaviour=drop-down][data-height=custom] .ct-widget {
	height: var(--filter-panel-height);
	overflow-y: scroll;
}

.ct-products-container {
	position: relative;
}

.ct-products-container[data-animate*=":end"] > *:not(.ct-filters-loading), .ct-products-container[data-animate*=":start"] > *:not(.ct-filters-loading) {
	transition: opacity .15s ease-in-out, transform .15s ease-in-out;
}

.ct-products-container[data-animate="leave:start"] [data-products], .ct-products-container[data-animate="leave:start"] .woocommerce-no-products-found {
	opacity: 1;
	transform: translateY(0px);
}

.ct-products-container[data-animate="leave:end"] [data-products], .ct-products-container[data-animate="leave:end"] .woocommerce-no-products-found {
	opacity: 0;
	transform: translateY(20px);
}

.ct-products-container[data-animate=leave] [data-products], .ct-products-container[data-animate=leave] .woocommerce-no-products-found, .ct-products-container[data-animate="appear:start"] [data-products], .ct-products-container[data-animate="appear:start"] .woocommerce-no-products-found {
	opacity: 0;
	transform: translateY(-20px);
}

.ct-filters-loading {
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity .15s ease-in-out;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.ct-filters-loading.active {
	opacity: 1;
}

.ct-filters-loading svg {
	position: absolute;
	top: 50px;
	opacity: .5;
}

.ct-active-filters {
	display: flex;
	font-size: 14px;
}

.ct-active-filters:not([data-display-type]):not(:empty) {
	margin-bottom: 25px;
}

.ct-active-filters:not([data-display-type=list]) {
	flex-wrap: wrap;
	gap: 15px;
}

.ct-active-filters[data-display-type=list] {
	flex-direction: column;
	row-gap: 15px;
}

.ct-active-filters[data-display-type=list] ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0;
}

.ct-active-filters[data-display-type=list] .ct-active-filter-name {
	font-weight: 600;
}

.ct-active-filters > span {
	padding-inline-end: 15px;
	border-inline-end: 1px solid var(--theme-border-color);
}

.ct-active-filters > span:empty {
	display: none;
}

.ct-active-filters a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: .3em;
	--theme-link-initial-color: var(--theme-text-color);
}

[class*=ct-wishlist-button]:not([data-button-state=active]) .ct-heart-fill {
	opacity: 0;
}

[class*=ct-wishlist-button][data-button-state=disabled] {
	opacity: .5;
	pointer-events: none;
}

.ct-woo-badges {
	position: absolute;
	top: var(--badge-top, 15px);
	inset-inline-start: var(--badge-left, 15px);
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	--has-container: true;
}

[data-dropdown*=simple] > ul > [class*=ct-mega-menu] .entry-content, [data-dropdown*=simple] > ul > [class*=ct-mega-menu] .sub-menu > li > .ct-menu-link {
	padding-inline: 0;
}

[data-dropdown*=solid] > ul > [class*=ct-mega-menu] .sub-menu {
	--menu-item-padding: var(--dropdown-items-spacing, 13px);
}

[data-dropdown*=padded] > ul > [class*=ct-mega-menu] .sub-menu > li > .ct-menu-link {
	margin-inline: 0;
}

.more-items-container [class*=ct-mega-menu] .entry-content {
	padding: var(--menu-item-padding, 0px);
}

[class*=ct-mega-menu] .entry-content {
	color: var(--theme-text-color);
	--theme-box-shadow: initial;
	--theme-border-radius: initial;
}

.menu-item .ct-menu-link:is(.ct-disabled-link) {
	pointer-events: none;
	--theme-link-hover-color: var(--theme-link-initial-color) !important;
	--theme-link-active-color: var(--theme-link-initial-color) !important;
	--menu-indicator-hover-color: transparent !important;
	--menu-indicator-active-color: transparent !important;
}

.ct-menu-badge {
	flex-shrink: 0;
	font-size: 10px;
	font-weight: 600;
	line-height: normal;
	word-break: break-word;
	color: var(--theme-text-color);
	border-radius: 3px;
	padding: .2em .55em;
	margin-inline-start: .5em;
	margin-top: var(--margin-top);
	background: var(--background-color);
}

.menu > [class*=ct-mega-menu] > .sub-menu > .menu-item {
	border-top: none;
}

.menu > [class*=ct-mega-menu][class*=columns-2] > .sub-menu > li:not(:nth-child(2n)), .menu > [class*=ct-mega-menu][class*=columns-3] > .sub-menu > li:not(:nth-child(3n)), .menu > [class*=ct-mega-menu][class*=columns-4] > .sub-menu > li:not(:nth-child(4n)), .menu > [class*=ct-mega-menu][class*=columns-5] > .sub-menu > li:not(:nth-child(5n)), .menu > [class*=ct-mega-menu][class*=columns-6] > .sub-menu > li:not(:nth-child(6n)) {
	border-inline-end: var(--dropdown-columns-divider);
}

.menu > [class*=ct-mega-menu] .sub-menu [class*=ct-toggle-dropdown-desktop] {
	display: none;
}

nav > ul > [class*=ct-mega-menu] > .sub-menu {
	display: grid;
	grid-template-columns: var(--grid-template-columns, 1fr);
	width: var(--mega-menu-width, var(--theme-container-width-base));
	max-width: var(--mega-menu-max-width, var(--theme-normal-container-max-width));
}

nav > ul > [class*=ct-mega-menu] > .sub-menu .menu-item {
	flex-direction: column;
	align-items: initial;
}

nav > ul > [class*=ct-mega-menu] > .sub-menu > li {
	min-width: 0;
	padding: var(--columns-padding, 20px 30px);
}

nav > ul > [class*=ct-mega-menu] > .sub-menu > li [class*=children]:not(:first-child) {
	padding-top: 20px;
}

nav > ul > .ct-mega-menu-content-width > .sub-menu > li, nav > ul > .ct-mega-menu-custom-width > .sub-menu > li {
	overflow: hidden;
}

nav > ul > .ct-mega-menu-content-width > .sub-menu > li:first-child, nav > ul > .ct-mega-menu-custom-width > .sub-menu > li:first-child {
	border-top-left-radius: inherit;
	border-bottom-left-radius: inherit;
}

nav > ul > .ct-mega-menu-content-width > .sub-menu > li:last-child, nav > ul > .ct-mega-menu-custom-width > .sub-menu > li:last-child {
	border-top-right-radius: inherit;
	border-bottom-right-radius: inherit;
}

nav > ul > .ct-mega-menu-content-width > .sub-menu, nav > ul > .ct-mega-menu-full-width > .sub-menu {
	inset-inline: 0;
	margin-inline: auto;
}

nav > ul > .ct-mega-menu-full-width > .sub-menu {
	box-shadow: none;
	background-color: rgba(0, 0, 0, 0);
}

nav > ul > .ct-mega-menu-full-width > .sub-menu:after {
	position: absolute;
	content: "";
	z-index: 0;
	width: 100vw;
	inset-block: 0;
	inset-inline-start: 50%;
	inset-inline-end: 0;
	margin-inline-start: -50vw;
	box-shadow: var(--theme-box-shadow);
	background-color: var(--dropdown-background-color, var(--theme-palette-color-4));
}

nav > ul > .ct-mega-menu-full-width > .sub-menu li {
	z-index: 2;
}

nav > ul > .ct-mega-menu-full-width[class*=columns-1] > .sub-menu > li {
	padding-inline: 0;
}

nav > ul > .ct-mega-menu-full-width[class*=columns-2] > .sub-menu > li:nth-child(2n+1), nav > ul > .ct-mega-menu-full-width[class*=columns-3] > .sub-menu > li:nth-child(3n+1), nav > ul > .ct-mega-menu-full-width[class*=columns-4] > .sub-menu > li:nth-child(4n+1), nav > ul > .ct-mega-menu-full-width[class*=columns-5] > .sub-menu > li:nth-child(5n+1), nav > ul > .ct-mega-menu-full-width[class*=columns-6] > .sub-menu > li:nth-child(6n+1) {
	padding-inline-start: 0;
}

nav > ul > .ct-mega-menu-full-width[class*=columns-2] > .sub-menu > li:nth-child(2n), nav > ul > .ct-mega-menu-full-width[class*=columns-3] > .sub-menu > li:nth-child(3n), nav > ul > .ct-mega-menu-full-width[class*=columns-4] > .sub-menu > li:nth-child(4n), nav > ul > .ct-mega-menu-full-width[class*=columns-5] > .sub-menu > li:nth-child(5n), nav > ul > .ct-mega-menu-full-width[class*=columns-6] > .sub-menu > li:nth-child(6n) {
	padding-inline-end: 0;
}

nav > ul > .ct-mega-menu-content-full {
	--mega-menu-width: calc(100vw - 60px);
	--mega-menu-max-width: 100%;
}

nav > ul > .ct-mega-menu-centered:not([data-submenu]) {
	justify-content: center;
}

[class*=ct-mega-menu] > .sub-menu.ct-ajax-pending {
	grid-template-columns: initial;
	align-items: center;
	justify-content: center;
	min-height: 300px;
}

[class*=ct-mega-menu] > .sub-menu.ct-ajax-pending > * {
	display: none;
}

[class*=ct-mega-menu] > .sub-menu.ct-ajax-pending:after {
	content: "";
	width: 16px;
	height: 16px;
	filter: invert(1) saturate(0) contrast(1000);
	background-color: inherit;
	animation: spin .7s linear infinite;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' opacity='0.2' fill='none' stroke='currentColor' stroke-miterlimit='10' stroke-width='2.5'/%3E%3Cpath d='m12,2c5.52,0,10,4.48,10,10' fill='none' stroke='currentColor' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5'/%3E%3C/svg%3E") center no-repeat;
}

.ct-header-account .ct-account-item .ct-media-container {
	flex: 0 0 var(--avatar-size, 18px);
	width: var(--avatar-size, 18px);
	height: var(--avatar-size, 18px);
	border-radius: 100%;
}

.ct-header-account .ct-account-item:not([href]) {
	cursor: pointer;
	color: var(--theme-link-initial-color);
	transition: var(--theme-transition);
}

.ct-header-account .ct-account-item:not([href]):hover {
	color: var(--theme-link-hover-color);
}

input.cwgstock_phone {
	width: 100%;
	text-align: center;
}

.iti {
	width: 100%;
}

.cwginstock-panel-heading h4 {
	color: #fff;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.cwginstock-panel-body input[type=email], .cwginstock-panel-body input[type=text], .form-group {
	margin-bottom: 15px;
}

#cwg-bis-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5;
	z-index: 10000;
}

.cwgstock_button {
	width: 100%;
	padding-top: 5px;
	background: #87ceeb;
	color: #fff;
}

.cwgstock_button, .cwg_popup_submit {
	white-space: normal;
	overflow-wrap: break-word;
	word-break: break-word;
	height: auto;
	line-height: 1.4;
	text-align: center;
	cursor: pointer;
}

.cwginstock-subscribe-form .row {
	margin-left: -15px;
	margin-right: -15px;
}

.cwginstock-subscribe-form .col-lg-1, .cwginstock-subscribe-form .col-lg-10, .cwginstock-subscribe-form .col-lg-11, .cwginstock-subscribe-form .col-lg-12, .cwginstock-subscribe-form .col-lg-2, .cwginstock-subscribe-form .col-lg-3, .cwginstock-subscribe-form .col-lg-4, .cwginstock-subscribe-form .col-lg-5, .cwginstock-subscribe-form .col-lg-6, .cwginstock-subscribe-form .col-lg-7, .cwginstock-subscribe-form .col-lg-8, .cwginstock-subscribe-form .col-lg-9, .cwginstock-subscribe-form .col-md-1, .cwginstock-subscribe-form .col-md-10, .cwginstock-subscribe-form .col-md-11, .cwginstock-subscribe-form .col-md-12, .cwginstock-subscribe-form .col-md-2, .cwginstock-subscribe-form .col-md-3, .cwginstock-subscribe-form .col-md-4, .cwginstock-subscribe-form .col-md-5, .cwginstock-subscribe-form .col-md-6, .cwginstock-subscribe-form .col-md-7, .cwginstock-subscribe-form .col-md-8, .cwginstock-subscribe-form .col-md-9, .cwginstock-subscribe-form .col-sm-1, .cwginstock-subscribe-form .col-sm-10, .cwginstock-subscribe-form .col-sm-11, .cwginstock-subscribe-form .col-sm-12, .cwginstock-subscribe-form .col-sm-2, .cwginstock-subscribe-form .col-sm-3, .cwginstock-subscribe-form .col-sm-4, .cwginstock-subscribe-form .col-sm-5, .cwginstock-subscribe-form .col-sm-6, .cwginstock-subscribe-form .col-sm-7, .cwginstock-subscribe-form .col-sm-8, .cwginstock-subscribe-form .col-sm-9, .cwginstock-subscribe-form .col-xs-1, .cwginstock-subscribe-form .col-xs-10, .cwginstock-subscribe-form .col-xs-11, .cwginstock-subscribe-form .col-xs-12, .cwginstock-subscribe-form .col-xs-2, .cwginstock-subscribe-form .col-xs-3, .cwginstock-subscribe-form .col-xs-4, .cwginstock-subscribe-form .col-xs-5, .cwginstock-subscribe-form .col-xs-6, .cwginstock-subscribe-form .col-xs-7, .cwginstock-subscribe-form .col-xs-8, .cwginstock-subscribe-form .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.cwginstock-subscribe-form .col-xs-1, .cwginstock-subscribe-form .col-xs-10, .cwginstock-subscribe-form .col-xs-11, .cwginstock-subscribe-form .col-xs-12, .cwginstock-subscribe-form .col-xs-2, .cwginstock-subscribe-form .col-xs-3, .cwginstock-subscribe-form .col-xs-4, .cwginstock-subscribe-form .col-xs-5, .cwginstock-subscribe-form .col-xs-6, .cwginstock-subscribe-form .col-xs-7, .cwginstock-subscribe-form .col-xs-8, .cwginstock-subscribe-form .col-xs-9 {
	float: left;
}

.cwginstock-subscribe-form .col-xs-12 {
	width: 100%;
}

.cwginstock-subscribe-form .col-xs-11 {
	width: 91.66666667%;
}

.cwginstock-subscribe-form .col-xs-10 {
	width: 83.33333333%;
}

.cwginstock-subscribe-form .col-xs-9 {
	width: 75%;
}

.cwginstock-subscribe-form .col-xs-8 {
	width: 66.66666667%;
}

.cwginstock-subscribe-form .col-xs-7 {
	width: 58.33333333%;
}

.cwginstock-subscribe-form .col-xs-6 {
	width: 50%;
}

.cwginstock-subscribe-form .col-xs-5 {
	width: 41.66666667%;
}

.cwginstock-subscribe-form .col-xs-4 {
	width: 33.33333333%;
}

.cwginstock-subscribe-form .col-xs-3 {
	width: 25%;
}

.cwginstock-subscribe-form .col-xs-2 {
	width: 16.66666667%;
}

.cwginstock-subscribe-form .col-xs-1 {
	width: 8.33333333%;
}

.cwginstock-subscribe-form .col-xs-pull-12 {
	right: 100%;
}

.cwginstock-subscribe-form .col-xs-pull-11 {
	right: 91.66666667%;
}

.cwginstock-subscribe-form .col-xs-pull-10 {
	right: 83.33333333%;
}

.cwginstock-subscribe-form .col-xs-pull-9 {
	right: 75%;
}

.cwginstock-subscribe-form .col-xs-pull-8 {
	right: 66.66666667%;
}

.cwginstock-subscribe-form .col-xs-pull-7 {
	right: 58.33333333%;
}

.cwginstock-subscribe-form .col-xs-pull-6 {
	right: 50%;
}

.cwginstock-subscribe-form .col-xs-pull-5 {
	right: 41.66666667%;
}

.cwginstock-subscribe-form .col-xs-pull-4 {
	right: 33.33333333%;
}

.cwginstock-subscribe-form .col-xs-pull-3 {
	right: 25%;
}

.cwginstock-subscribe-form .col-xs-pull-2 {
	right: 16.66666667%;
}

.cwginstock-subscribe-form .col-xs-pull-1 {
	right: 8.33333333%;
}

.cwginstock-subscribe-form .col-xs-pull-0 {
	right: auto;
}

.cwginstock-subscribe-form .col-xs-push-12 {
	left: 100%;
}

.cwginstock-subscribe-form .col-xs-push-11 {
	left: 91.66666667%;
}

.cwginstock-subscribe-form .col-xs-push-10 {
	left: 83.33333333%;
}

.cwginstock-subscribe-form .col-xs-push-9 {
	left: 75%;
}

.cwginstock-subscribe-form .col-xs-push-8 {
	left: 66.66666667%;
}

.cwginstock-subscribe-form .col-xs-push-7 {
	left: 58.33333333%;
}

.cwginstock-subscribe-form .col-xs-push-6 {
	left: 50%;
}

.cwginstock-subscribe-form .col-xs-push-5 {
	left: 41.66666667%;
}

.cwginstock-subscribe-form .col-xs-push-4 {
	left: 33.33333333%;
}

.cwginstock-subscribe-form .col-xs-push-3 {
	left: 25%;
}

.cwginstock-subscribe-form .col-xs-push-2 {
	left: 16.66666667%;
}

.cwginstock-subscribe-form .col-xs-push-1 {
	left: 8.33333333%;
}

.cwginstock-subscribe-form .col-xs-push-0 {
	left: auto;
}

.cwginstock-subscribe-form .col-xs-offset-12 {
	margin-left: 100%;
}

.cwginstock-subscribe-form .col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.cwginstock-subscribe-form .col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.cwginstock-subscribe-form .col-xs-offset-9 {
	margin-left: 75%;
}

.cwginstock-subscribe-form .col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.cwginstock-subscribe-form .col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.cwginstock-subscribe-form .col-xs-offset-6 {
	margin-left: 50%;
}

.cwginstock-subscribe-form .col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.cwginstock-subscribe-form .col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.cwginstock-subscribe-form .col-xs-offset-3 {
	margin-left: 25%;
}

.cwginstock-subscribe-form .col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.cwginstock-subscribe-form .col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.cwginstock-subscribe-form .col-xs-offset-0 {
	margin-left: 0;
}

@media (min-width:768px) {
	.cwginstock-subscribe-form .col-sm-1, .cwginstock-subscribe-form .col-sm-10, .cwginstock-subscribe-form .col-sm-11, .cwginstock-subscribe-form .col-sm-12, .cwginstock-subscribe-form .col-sm-2, .cwginstock-subscribe-form .col-sm-3, .cwginstock-subscribe-form .col-sm-4, .cwginstock-subscribe-form .col-sm-5, .cwginstock-subscribe-form .col-sm-6, .cwginstock-subscribe-form .col-sm-7, .cwginstock-subscribe-form .col-sm-8, .cwginstock-subscribe-form .col-sm-9 {
		float: left;
	}
	
	.cwginstock-subscribe-form .col-sm-12 {
		width: 100%;
	}
	
	.cwginstock-subscribe-form .col-sm-11 {
		width: 91.66666667%;
	}
	
	.cwginstock-subscribe-form .col-sm-10 {
		width: 83.33333333%;
	}
	
	.cwginstock-subscribe-form .col-sm-9 {
		width: 75%;
	}
	
	.cwginstock-subscribe-form .col-sm-8 {
		width: 66.66666667%;
	}
	
	.cwginstock-subscribe-form .col-sm-7 {
		width: 58.33333333%;
	}
	
	.cwginstock-subscribe-form .col-sm-6 {
		width: 50%;
	}
	
	.cwginstock-subscribe-form .col-sm-5 {
		width: 41.66666667%;
	}
	
	.cwginstock-subscribe-form .col-sm-4 {
		width: 33.33333333%;
	}
	
	.cwginstock-subscribe-form .col-sm-3 {
		width: 25%;
	}
	
	.cwginstock-subscribe-form .col-sm-2 {
		width: 16.66666667%;
	}
	
	.cwginstock-subscribe-form .col-sm-1 {
		width: 8.33333333%;
	}
	
	.cwginstock-subscribe-form .col-sm-pull-12 {
		right: 100%;
	}
	
	.cwginstock-subscribe-form .col-sm-pull-11 {
		right: 91.66666667%;
	}
	
	.cwginstock-subscribe-form .col-sm-pull-10 {
		right: 83.33333333%;
	}
	
	.cwginstock-subscribe-form .col-sm-pull-9 {
		right: 75%;
	}
	
	.cwginstock-subscribe-form .col-sm-pull-8 {
		right: 66.66666667%;
	}
	
	.cwginstock-subscribe-form .col-sm-pull-7 {
		right: 58.33333333%;
	}
	
	.cwginstock-subscribe-form .col-sm-pull-6 {
		right: 50%;
	}
	
	.cwginstock-subscribe-form .col-sm-pull-5 {
		right: 41.66666667%;
	}
	
	.cwginstock-subscribe-form .col-sm-pull-4 {
		right: 33.33333333%;
	}
	
	.cwginstock-subscribe-form .col-sm-pull-3 {
		right: 25%;
	}
	
	.cwginstock-subscribe-form .col-sm-pull-2 {
		right: 16.66666667%;
	}
	
	.cwginstock-subscribe-form .col-sm-pull-1 {
		right: 8.33333333%;
	}
	
	.cwginstock-subscribe-form .col-sm-pull-0 {
		right: auto;
	}
	
	.cwginstock-subscribe-form .col-sm-push-12 {
		left: 100%;
	}
	
	.cwginstock-subscribe-form .col-sm-push-11 {
		left: 91.66666667%;
	}
	
	.cwginstock-subscribe-form .col-sm-push-10 {
		left: 83.33333333%;
	}
	
	.cwginstock-subscribe-form .col-sm-push-9 {
		left: 75%;
	}
	
	.cwginstock-subscribe-form .col-sm-push-8 {
		left: 66.66666667%;
	}
	
	.cwginstock-subscribe-form .col-sm-push-7 {
		left: 58.33333333%;
	}
	
	.cwginstock-subscribe-form .col-sm-push-6 {
		left: 50%;
	}
	
	.cwginstock-subscribe-form .col-sm-push-5 {
		left: 41.66666667%;
	}
	
	.cwginstock-subscribe-form .col-sm-push-4 {
		left: 33.33333333%;
	}
	
	.cwginstock-subscribe-form .col-sm-push-3 {
		left: 25%;
	}
	
	.cwginstock-subscribe-form .col-sm-push-2 {
		left: 16.66666667%;
	}
	
	.cwginstock-subscribe-form .col-sm-push-1 {
		left: 8.33333333%;
	}
	
	.cwginstock-subscribe-form .col-sm-push-0 {
		left: auto;
	}
	
	.cwginstock-subscribe-form .col-sm-offset-12 {
		margin-left: 100%;
	}
	
	.cwginstock-subscribe-form .col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.cwginstock-subscribe-form .col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.cwginstock-subscribe-form .col-sm-offset-9 {
		margin-left: 75%;
	}
	
	.cwginstock-subscribe-form .col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.cwginstock-subscribe-form .col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.cwginstock-subscribe-form .col-sm-offset-6 {
		margin-left: 50%;
	}
	
	.cwginstock-subscribe-form .col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.cwginstock-subscribe-form .col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.cwginstock-subscribe-form .col-sm-offset-3 {
		margin-left: 25%;
	}
	
	.cwginstock-subscribe-form .col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.cwginstock-subscribe-form .col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.cwginstock-subscribe-form .col-sm-offset-0 {
		margin-left: 0;
	}
}

@media (min-width:992px) {
	.cwginstock-subscribe-form .col-md-1, .cwginstock-subscribe-form .col-md-10, .cwginstock-subscribe-form .col-md-11, .cwginstock-subscribe-form .col-md-12, .cwginstock-subscribe-form .col-md-2, .cwginstock-subscribe-form .col-md-3, .cwginstock-subscribe-form .col-md-4, .cwginstock-subscribe-form .col-md-5, .cwginstock-subscribe-form .col-md-6, .cwginstock-subscribe-form .col-md-7, .cwginstock-subscribe-form .col-md-8, .cwginstock-subscribe-form .col-md-9 {
		float: left;
	}
	
	.cwginstock-subscribe-form .col-md-12 {
		width: 100%;
	}
	
	.cwginstock-subscribe-form .col-md-11 {
		width: 91.66666667%;
	}
	
	.cwginstock-subscribe-form .col-md-10 {
		width: 83.33333333%;
	}
	
	.cwginstock-subscribe-form .col-md-9 {
		width: 75%;
	}
	
	.cwginstock-subscribe-form .col-md-8 {
		width: 66.66666667%;
	}
	
	.cwginstock-subscribe-form .col-md-7 {
		width: 58.33333333%;
	}
	
	.cwginstock-subscribe-form .col-md-6 {
		width: 50%;
	}
	
	.cwginstock-subscribe-form .col-md-5 {
		width: 41.66666667%;
	}
	
	.cwginstock-subscribe-form .col-md-4 {
		width: 33.33333333%;
	}
	
	.cwginstock-subscribe-form .col-md-3 {
		width: 25%;
	}
	
	.cwginstock-subscribe-form .col-md-2 {
		width: 16.66666667%;
	}
	
	.cwginstock-subscribe-form .col-md-1 {
		width: 8.33333333%;
	}
	
	.cwginstock-subscribe-form .col-md-pull-12 {
		right: 100%;
	}
	
	.cwginstock-subscribe-form .col-md-pull-11 {
		right: 91.66666667%;
	}
	
	.cwginstock-subscribe-form .col-md-pull-10 {
		right: 83.33333333%;
	}
	
	.cwginstock-subscribe-form .col-md-pull-9 {
		right: 75%;
	}
	
	.cwginstock-subscribe-form .col-md-pull-8 {
		right: 66.66666667%;
	}
	
	.cwginstock-subscribe-form .col-md-pull-7 {
		right: 58.33333333%;
	}
	
	.cwginstock-subscribe-form .col-md-pull-6 {
		right: 50%;
	}
	
	.cwginstock-subscribe-form .col-md-pull-5 {
		right: 41.66666667%;
	}
	
	.cwginstock-subscribe-form .col-md-pull-4 {
		right: 33.33333333%;
	}
	
	.cwginstock-subscribe-form .col-md-pull-3 {
		right: 25%;
	}
	
	.cwginstock-subscribe-form .col-md-pull-2 {
		right: 16.66666667%;
	}
	
	.cwginstock-subscribe-form .col-md-pull-1 {
		right: 8.33333333%;
	}
	
	.cwginstock-subscribe-form .col-md-pull-0 {
		right: auto;
	}
	
	.cwginstock-subscribe-form .col-md-push-12 {
		left: 100%;
	}
	
	.cwginstock-subscribe-form .col-md-push-11 {
		left: 91.66666667%;
	}
	
	.cwginstock-subscribe-form .col-md-push-10 {
		left: 83.33333333%;
	}
	
	.cwginstock-subscribe-form .col-md-push-9 {
		left: 75%;
	}
	
	.cwginstock-subscribe-form .col-md-push-8 {
		left: 66.66666667%;
	}
	
	.cwginstock-subscribe-form .col-md-push-7 {
		left: 58.33333333%;
	}
	
	.cwginstock-subscribe-form .col-md-push-6 {
		left: 50%;
	}
	
	.cwginstock-subscribe-form .col-md-push-5 {
		left: 41.66666667%;
	}
	
	.cwginstock-subscribe-form .col-md-push-4 {
		left: 33.33333333%;
	}
	
	.cwginstock-subscribe-form .col-md-push-3 {
		left: 25%;
	}
	
	.cwginstock-subscribe-form .col-md-push-2 {
		left: 16.66666667%;
	}
	
	.cwginstock-subscribe-form .col-md-push-1 {
		left: 8.33333333%;
	}
	
	.cwginstock-subscribe-form .col-md-push-0 {
		left: auto;
	}
	
	.cwginstock-subscribe-form .col-md-offset-12 {
		margin-left: 100%;
	}
	
	.cwginstock-subscribe-form .col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.cwginstock-subscribe-form .col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.cwginstock-subscribe-form .col-md-offset-9 {
		margin-left: 75%;
	}
	
	.cwginstock-subscribe-form .col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.cwginstock-subscribe-form .col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.cwginstock-subscribe-form .col-md-offset-6 {
		margin-left: 50%;
	}
	
	.cwginstock-subscribe-form .col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.cwginstock-subscribe-form .col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.cwginstock-subscribe-form .col-md-offset-3 {
		margin-left: 25%;
	}
	
	.cwginstock-subscribe-form .col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.cwginstock-subscribe-form .col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.cwginstock-subscribe-form .col-md-offset-0 {
		margin-left: 0;
	}
}

@media (min-width:1200px) {
	.cwginstock-subscribe-form .col-lg-1, .cwginstock-subscribe-form .col-lg-10, .cwginstock-subscribe-form .col-lg-11, .cwginstock-subscribe-form .col-lg-12, .cwginstock-subscribe-form .col-lg-2, .cwginstock-subscribe-form .col-lg-3, .cwginstock-subscribe-form .col-lg-4, .cwginstock-subscribe-form .col-lg-5, .cwginstock-subscribe-form .col-lg-6, .cwginstock-subscribe-form .col-lg-7, .cwginstock-subscribe-form .col-lg-8, .cwginstock-subscribe-form .col-lg-9 {
		float: left;
	}
	
	.cwginstock-subscribe-form .col-lg-12 {
		width: 100%;
	}
	
	.cwginstock-subscribe-form .col-lg-11 {
		width: 91.66666667%;
	}
	
	.cwginstock-subscribe-form .col-lg-10 {
		width: 83.33333333%;
	}
	
	.cwginstock-subscribe-form .col-lg-9 {
		width: 75%;
	}
	
	.cwginstock-subscribe-form .col-lg-8 {
		width: 66.66666667%;
	}
	
	.cwginstock-subscribe-form .col-lg-7 {
		width: 58.33333333%;
	}
	
	.cwginstock-subscribe-form .col-lg-6 {
		width: 50%;
	}
	
	.cwginstock-subscribe-form .col-lg-5 {
		width: 41.66666667%;
	}
	
	.cwginstock-subscribe-form .col-lg-4 {
		width: 33.33333333%;
	}
	
	.cwginstock-subscribe-form .col-lg-3 {
		width: 25%;
	}
	
	.cwginstock-subscribe-form .col-lg-2 {
		width: 16.66666667%;
	}
	
	.cwginstock-subscribe-form .col-lg-1 {
		width: 8.33333333%;
	}
	
	.cwginstock-subscribe-form .col-lg-pull-12 {
		right: 100%;
	}
	
	.cwginstock-subscribe-form .col-lg-pull-11 {
		right: 91.66666667%;
	}
	
	.cwginstock-subscribe-form .col-lg-pull-10 {
		right: 83.33333333%;
	}
	
	.cwginstock-subscribe-form .col-lg-pull-9 {
		right: 75%;
	}
	
	.cwginstock-subscribe-form .col-lg-pull-8 {
		right: 66.66666667%;
	}
	
	.cwginstock-subscribe-form .col-lg-pull-7 {
		right: 58.33333333%;
	}
	
	.cwginstock-subscribe-form .col-lg-pull-6 {
		right: 50%;
	}
	
	.cwginstock-subscribe-form .col-lg-pull-5 {
		right: 41.66666667%;
	}
	
	.cwginstock-subscribe-form .col-lg-pull-4 {
		right: 33.33333333%;
	}
	
	.cwginstock-subscribe-form .col-lg-pull-3 {
		right: 25%;
	}
	
	.cwginstock-subscribe-form .col-lg-pull-2 {
		right: 16.66666667%;
	}
	
	.cwginstock-subscribe-form .col-lg-pull-1 {
		right: 8.33333333%;
	}
	
	.cwginstock-subscribe-form .col-lg-pull-0 {
		right: auto;
	}
	
	.cwginstock-subscribe-form .col-lg-push-12 {
		left: 100%;
	}
	
	.cwginstock-subscribe-form .col-lg-push-11 {
		left: 91.66666667%;
	}
	
	.cwginstock-subscribe-form .col-lg-push-10 {
		left: 83.33333333%;
	}
	
	.cwginstock-subscribe-form .col-lg-push-9 {
		left: 75%;
	}
	
	.cwginstock-subscribe-form .col-lg-push-8 {
		left: 66.66666667%;
	}
	
	.cwginstock-subscribe-form .col-lg-push-7 {
		left: 58.33333333%;
	}
	
	.cwginstock-subscribe-form .col-lg-push-6 {
		left: 50%;
	}
	
	.cwginstock-subscribe-form .col-lg-push-5 {
		left: 41.66666667%;
	}
	
	.cwginstock-subscribe-form .col-lg-push-4 {
		left: 33.33333333%;
	}
	
	.cwginstock-subscribe-form .col-lg-push-3 {
		left: 25%;
	}
	
	.cwginstock-subscribe-form .col-lg-push-2 {
		left: 16.66666667%;
	}
	
	.cwginstock-subscribe-form .col-lg-push-1 {
		left: 8.33333333%;
	}
	
	.cwginstock-subscribe-form .col-lg-push-0 {
		left: auto;
	}
	
	.cwginstock-subscribe-form .col-lg-offset-12 {
		margin-left: 100%;
	}
	
	.cwginstock-subscribe-form .col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	
	.cwginstock-subscribe-form .col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	
	.cwginstock-subscribe-form .col-lg-offset-9 {
		margin-left: 75%;
	}
	
	.cwginstock-subscribe-form .col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	
	.cwginstock-subscribe-form .col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	
	.cwginstock-subscribe-form .col-lg-offset-6 {
		margin-left: 50%;
	}
	
	.cwginstock-subscribe-form .col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	
	.cwginstock-subscribe-form .col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	
	.cwginstock-subscribe-form .col-lg-offset-3 {
		margin-left: 25%;
	}
	
	.cwginstock-subscribe-form .col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	
	.cwginstock-subscribe-form .col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	
	.cwginstock-subscribe-form .col-lg-offset-0 {
		margin-left: 0;
	}
}

.cwginstock-subscribe-form .clearfix:after, .cwginstock-subscribe-form .clearfix:before, .cwginstock-subscribe-form .container-fluid:after, .cwginstock-subscribe-form .container-fluid:before, .cwginstock-subscribe-form .container:after, .cwginstock-subscribe-form .container:before, .cwginstock-subscribe-form .row:after, .cwginstock-subscribe-form .row:before {
	content: " ";
	display: table;
}

.cwginstock-subscribe-form .clearfix:after, .cwginstock-subscribe-form .container-fluid:after, .cwginstock-subscribe-form .container:after, .cwginstock-subscribe-form .row:after {
	clear: both;
}

.cwginstock-subscribe-form .center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.cwginstock-subscribe-form .pull-right {
	float: right !important;
}

.cwginstock-subscribe-form .pull-left {
	float: left !important;
}

.cwginstock-subscribe-form .hide {
	display: none !important;
}

.cwginstock-subscribe-form .show {
	display: block !important;
}

.cwginstock-subscribe-form .invisible {
	visibility: hidden;
}

.cwginstock-subscribe-form .text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.cwginstock-subscribe-form .panel-heading > .dropdown .dropdown-toggle, .cwginstock-subscribe-form .panel-title, .cwginstock-subscribe-form .panel-title > .small, .cwginstock-subscribe-form .panel-title > .small > a, .cwginstock-subscribe-form .panel-title > a, .cwginstock-subscribe-form .panel-title > small, .cwginstock-subscribe-form .panel-title > small > a {
	color: inherit;
}

.cwginstock-subscribe-form .hidden {
	display: none !important;
}

.cwginstock-subscribe-form .affix {
	position: fixed;
}

.cwginstock-subscribe-form .panel {
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.cwginstock-subscribe-form .panel-title, .cwginstock-subscribe-form .panel > .list-group, .cwginstock-subscribe-form .panel > .panel-collapse > .list-group, .cwginstock-subscribe-form .panel > .panel-collapse > .table, .cwginstock-subscribe-form .panel > .table, .cwginstock-subscribe-form .panel > .table-responsive > .table {
	margin-bottom: 0;
}

.cwginstock-subscribe-form .panel-body {
	padding: 15px;
}

.cwginstock-subscribe-form .panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.cwginstock-subscribe-form .panel-title {
	margin-top: 0;
	font-size: 16px;
}

.cwginstock-subscribe-form .panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.cwginstock-subscribe-form .panel > .list-group .list-group-item, .cwginstock-subscribe-form .panel > .panel-collapse > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}

.cwginstock-subscribe-form .panel-group .panel-heading, .cwginstock-subscribe-form .panel > .table-bordered > tbody > tr:first-child > td, .cwginstock-subscribe-form .panel > .table-bordered > tbody > tr:first-child > th, .cwginstock-subscribe-form .panel > .table-bordered > tbody > tr:last-child > td, .cwginstock-subscribe-form .panel > .table-bordered > tbody > tr:last-child > th, .cwginstock-subscribe-form .panel > .table-bordered > tfoot > tr:last-child > td, .cwginstock-subscribe-form .panel > .table-bordered > tfoot > tr:last-child > th, .cwginstock-subscribe-form .panel > .table-bordered > thead > tr:first-child > td, .cwginstock-subscribe-form .panel > .table-bordered > thead > tr:first-child > th, .cwginstock-subscribe-form .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .cwginstock-subscribe-form .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .cwginstock-subscribe-form .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .cwginstock-subscribe-form .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .cwginstock-subscribe-form .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .cwginstock-subscribe-form .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .cwginstock-subscribe-form .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .cwginstock-subscribe-form .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
	border-bottom: 0;
}

.cwginstock-subscribe-form .panel > .table-responsive:last-child > .table:last-child, .cwginstock-subscribe-form .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .cwginstock-subscribe-form .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .cwginstock-subscribe-form .panel > .table:last-child, .cwginstock-subscribe-form .panel > .table:last-child > tbody:last-child > tr:last-child, .cwginstock-subscribe-form .panel > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.cwginstock-subscribe-form .panel > .list-group:first-child .list-group-item:first-child, .cwginstock-subscribe-form .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.cwginstock-subscribe-form .panel > .list-group:last-child .list-group-item:last-child, .cwginstock-subscribe-form .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.cwginstock-subscribe-form .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.cwginstock-subscribe-form .panel > .table-responsive:first-child > .table:first-child, .cwginstock-subscribe-form .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .cwginstock-subscribe-form .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .cwginstock-subscribe-form .panel > .table:first-child, .cwginstock-subscribe-form .panel > .table:first-child > tbody:first-child > tr:first-child, .cwginstock-subscribe-form .panel > .table:first-child > thead:first-child > tr:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.cwginstock-subscribe-form .list-group + .panel-footer, .cwginstock-subscribe-form .panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}

.cwginstock-subscribe-form .panel > .panel-collapse > .table caption, .cwginstock-subscribe-form .panel > .table caption, .cwginstock-subscribe-form .panel > .table-responsive > .table caption {
	padding-left: 15px;
	padding-right: 15px;
}

.cwginstock-subscribe-form .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .cwginstock-subscribe-form .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .cwginstock-subscribe-form .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .cwginstock-subscribe-form .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .cwginstock-subscribe-form .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .cwginstock-subscribe-form .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .cwginstock-subscribe-form .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .cwginstock-subscribe-form .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
	border-top-left-radius: 3px;
}

.cwginstock-subscribe-form .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .cwginstock-subscribe-form .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .cwginstock-subscribe-form .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .cwginstock-subscribe-form .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .cwginstock-subscribe-form .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .cwginstock-subscribe-form .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .cwginstock-subscribe-form .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .cwginstock-subscribe-form .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
	border-top-right-radius: 3px;
}

.cwginstock-subscribe-form .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .cwginstock-subscribe-form .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .cwginstock-subscribe-form .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .cwginstock-subscribe-form .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .cwginstock-subscribe-form .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .cwginstock-subscribe-form .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .cwginstock-subscribe-form .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .cwginstock-subscribe-form .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}

.cwginstock-subscribe-form .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .cwginstock-subscribe-form .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .cwginstock-subscribe-form .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .cwginstock-subscribe-form .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .cwginstock-subscribe-form .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .cwginstock-subscribe-form .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .cwginstock-subscribe-form .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .cwginstock-subscribe-form .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}

.cwginstock-subscribe-form .panel > .panel-body + .table, .cwginstock-subscribe-form .panel > .panel-body + .table-responsive, .cwginstock-subscribe-form .panel > .table + .panel-body, .cwginstock-subscribe-form .panel > .table-responsive + .panel-body {
	border-top: 1px solid #ddd;
}

.cwginstock-subscribe-form .panel > .table > tbody:first-child > tr:first-child td, .cwginstock-subscribe-form .panel > .table > tbody:first-child > tr:first-child th {
	border-top: 0;
}

.cwginstock-subscribe-form .panel > .table-bordered, .cwginstock-subscribe-form .panel > .table-responsive > .table-bordered {
	border: 0;
}

.cwginstock-subscribe-form .panel > .table-bordered > tbody > tr > td:first-child, .cwginstock-subscribe-form .panel > .table-bordered > tbody > tr > th:first-child, .cwginstock-subscribe-form .panel > .table-bordered > tfoot > tr > td:first-child, .cwginstock-subscribe-form .panel > .table-bordered > tfoot > tr > th:first-child, .cwginstock-subscribe-form .panel > .table-bordered > thead > tr > td:first-child, .cwginstock-subscribe-form .panel > .table-bordered > thead > tr > th:first-child, .cwginstock-subscribe-form .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .cwginstock-subscribe-form .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .cwginstock-subscribe-form .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .cwginstock-subscribe-form .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .cwginstock-subscribe-form .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .cwginstock-subscribe-form .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
	border-left: 0;
}

.cwginstock-subscribe-form .panel > .table-bordered > tbody > tr > td:last-child, .cwginstock-subscribe-form .panel > .table-bordered > tbody > tr > th:last-child, .cwginstock-subscribe-form .panel > .table-bordered > tfoot > tr > td:last-child, .cwginstock-subscribe-form .panel > .table-bordered > tfoot > tr > th:last-child, .cwginstock-subscribe-form .panel > .table-bordered > thead > tr > td:last-child, .cwginstock-subscribe-form .panel > .table-bordered > thead > tr > th:last-child, .cwginstock-subscribe-form .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .cwginstock-subscribe-form .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .cwginstock-subscribe-form .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .cwginstock-subscribe-form .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .cwginstock-subscribe-form .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .cwginstock-subscribe-form .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
	border-right: 0;
}

.cwginstock-subscribe-form .panel > .table-responsive {
	border: 0;
	margin-bottom: 0;
}

.cwginstock-subscribe-form .panel-group {
	margin-bottom: 20px;
}

.cwginstock-subscribe-form .panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}

.cwginstock-subscribe-form .panel-group .panel + .panel {
	margin-top: 5px;
}

.cwginstock-subscribe-form .panel-group .panel-heading + .panel-collapse > .list-group, .cwginstock-subscribe-form .panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 1px solid #ddd;
}

.cwginstock-subscribe-form .panel-group .panel-footer {
	border-top: 0;
}

.cwginstock-subscribe-form .panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}

.cwginstock-subscribe-form .panel-default {
	border-color: #ddd;
}

.cwginstock-subscribe-form .panel-default > .panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.cwginstock-subscribe-form .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ddd;
}

.cwginstock-subscribe-form .panel-default > .panel-heading .badge {
	color: #f5f5f5;
	background-color: #333;
}

.cwginstock-subscribe-form .panel-default > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ddd;
}

.cwginstock-subscribe-form .panel-primary {
	border-color: #337ab7;
}

.cwginstock-subscribe-form .panel-primary > .panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.cwginstock-subscribe-form .panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #337ab7;
}

.cwginstock-subscribe-form .panel-primary > .panel-heading .badge {
	color: #337ab7;
	background-color: #fff;
}

.cwginstock-subscribe-form .panel-primary > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #337ab7;
}

.cwginstock-subscribe-form .panel-success {
	border-color: #d6e9c6;
}

.cwginstock-subscribe-form .panel-success > .panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.cwginstock-subscribe-form .panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #d6e9c6;
}

.cwginstock-subscribe-form .panel-success > .panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}

.cwginstock-subscribe-form .panel-success > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #d6e9c6;
}

.cwginstock-subscribe-form .panel-info {
	border-color: #bce8f1;
}

.cwginstock-subscribe-form .panel-info > .panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.cwginstock-subscribe-form .panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #bce8f1;
}

.cwginstock-subscribe-form .panel-info > .panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}

.cwginstock-subscribe-form .panel-info > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #bce8f1;
}

.cwginstock-subscribe-form .panel-warning {
	border-color: #faebcc;
}

.cwginstock-subscribe-form .panel-warning > .panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.cwginstock-subscribe-form .panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #faebcc;
}

.cwginstock-subscribe-form .panel-warning > .panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}

.cwginstock-subscribe-form .panel-warning > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #faebcc;
}

.cwginstock-subscribe-form .panel-danger {
	border-color: #ebccd1;
}

.cwginstock-subscribe-form .panel-danger > .panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.cwginstock-subscribe-form .panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #ebccd1;
}

.cwginstock-subscribe-form .panel-danger > .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}

.cwginstock-subscribe-form .panel-danger > .panel-footer + .panel-collapse > .panel-body {
	border-bottom-color: #ebccd1;
}
