#product #group_accessories .option-row table select {
	width: 100%;
	padding: 2px 5px;
	margin: 5px 0;
}
#group_accessories .accessories_group_combination select.product-combination{
	float: left;
	padding: 2px 5px;
	width: 48%;
}
#group_accessories .custom_quantity select.product-combination{
	margin-left: 2px;
}
.accessory_dropdown_wrap select.accessories_group{
	width: 48%;
	padding: 2px 5px;
	margin: 5px 0;
}
.has_input_quantity select.product-combination{
	margin-left: 39px !important;
}
.has_input_quantity select.accessories_group, .has_input_quantity select.product-combination{
	width: 45.7% !important;
}
.accessory_dropdown_wrap .custom_quantity{
	margin: 0 5px;
}
#group_accessories .accessories_group_combination {
	margin-bottom: 15px;
    margin-top: 5px;
    width: 100% !important;
}

.hs_multi_accessories_add_to_cart span{
	background: url("../img/cart.gif") no-repeat scroll 5px 10px rgba(0, 0, 0, 0);
    border-radius: 3px;
    min-width: 94px;
    padding: 14px 1px 4px 37px;

}
#group_accessories table{
	/*width: 100%;*/
}
span.warning_out_of_stock{
	background: url("../img/warning.png") no-repeat scroll 5px 12px rgba(0, 0, 0, 0);
}
span.forbidden_ordering{
	background: url("../img/forbidden.png") no-repeat scroll 5px 12px rgba(0, 0, 0, 0);
}

div.checker.disabled span.checked, div.checker.disabled.active span.checked {
    background-position: -15px -257px !important;
}

#product #group_accessories label.dd-option-text{
     display: block;
}
#multiAccessoriesTab > div {

}
#product #group_accessories .display_combination {
   margin-left: 4px;
}

.text_limit{
	max-width: 75%;
}

.display_total_price_bottom{
	display:inline-block;
	font-size: 1.75em;
	align-items: center;
	color:	#808080;
}

.align_total_block{
	display: flex;
  justify-content: flex-end;
  align-items: center;
}

.add_to_cart_bottom p {
	 margin-bottom: 7px; }

.add_to_cart_bottom .exclusive {
	    padding: 0;
	    border-top: 1px solid #0079b6;
	    border-right: 1px solid #006fa8;
	    border-left: 1px solid #006fa8;
	    border-bottom: 1px solid #012740;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    border-radius: 5px;
	    position: relative;
	    display: block;
	    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	    background-size: 100%;
	    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
	    background-image: -moz-linear-gradient(#009ad0, #007ab7);
	    background-image: -webkit-linear-gradient(#009ad0, #007ab7);
	    background-image: linear-gradient(#009ad0, #007ab7);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0 ); }
.add_to_cart_bottom .exclusive:before {
	      font-family: "FontAwesome";
	      position: absolute;
	      top: 0;
	      left: 0;
	      bottom: 0;
	      color: #fff;
	      font-size: 25px;
	      line-height: 47px;
	      text-shadow: 0 1px #015883;
	      content: "\f07a";
	      z-index: 2;
	      width: 51px;
	      text-align: center;
	      border: 1px solid #06b2e6;
	      -moz-border-radius: 5px 0 0 5px;
	      -webkit-border-radius: 5px;
	      border-radius: 5px 0 0 5px; }
	      @media (max-width: 991px) {
	        .add_to_cart_bottom .exclusive:before {
	          display: none; } }
	    .add_to_cart_bottom .exclusive.added:before {
	      content: "\f00c"; }
	    .add_to_cart_bottom .exclusive.added.disabled:before, .add_to_cart_bottom .exclusive.disabled:before {
	      height: 51px;
	      content: "\f110";
	      animation: 2s linear 0s normal none infinite spin;
	      -webkit-animation: 2s linear 0s normal none infinite spin;
	      -moz-animation: 2s linear 0s normal none infinite spin;
	      border: none; }
	    .add_to_cart_bottom .exclusive:after {
	      position: absolute;
	      top: 0;
	      bottom: 0;
	      left: 51px;
	      content: "";
	      width: 1px;
	      z-index: 2; }
	      @media (max-width: 991px) {
	        .add_to_cart_bottom .exclusive:after {
	          display: none; } }
	    .add_to_cart_bottom .exclusive span {
	      -moz-border-radius: 5px;
	      -webkit-border-radius: 5px;
	      border-radius: 5px;
	      font-weight: 700;
	      font-size: 20px;
	      line-height: 22px;
	      border-top: 1px solid #06b2e6;
	      border-right: 1px solid #06b2e6;
	      border-left: 1px solid #06b2e6;
	      border-bottom: 1px solid #06b2e6;
	      text-shadow: 0 1px #015883;
	      padding: 12px 36px 14px 60px;
	      color: #fff;
	      display: block !important;
	      -moz-transition: all 0.3s ease;
	      -o-transition: all 0.3s ease;
	      -webkit-transition: all 0.3s ease;
	      transition: all 0.3s ease; }
	      @media (max-width: 1199px) {
	        .add_to_cart_bottom .exclusive span {
	          padding: 12px 22px 14px 55px;
	          font-size: 14px; } }
	      @media (max-width: 991px) {
	        .add_to_cart_bottom .exclusive span {
	          padding: 8px 12px 10px;
	          text-align: left; } }
	    .add_to_cart_bottom .exclusive:hover {
	      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	      background-size: 100%;
	      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
	      background-image: -moz-linear-gradient(#007ab7, #009ad0);
	      background-image: -webkit-linear-gradient(#007ab7, #009ad0);
	      background-image: linear-gradient(#007ab7, #009ad0);
	      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ab7', endColorstr='#009ad0',GradientType=0 );
	      background-position: 0 0; }

	#center_column.col-sm-9 .col-md-3 .add_to_cart_bottom {
	  background: #f6f6f6;
	  border: 1px solid #d2d0d0;
	  border-top: 1px solid #b0afaf;
	  border-bottom: 1px solid #b0afaf; }
	  #center_column.col-sm-9 .col-md-3 .add_to_cart_bottom .exclusive {
	    padding: 0;
	    border-top: 1px solid #0079b6;
	    border-right: 1px solid #006fa8;
	    border-left: 1px solid #006fa8;
	    border-bottom: 1px solid #012740;
	    -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    border-radius: 5px;
	    position: relative;
	    display: block;
	    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	    background-size: 100%;
	    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
	    background-image: -moz-linear-gradient(#009ad0, #007ab7);
	    background-image: -webkit-linear-gradient(#009ad0, #007ab7);
	    background-image: linear-gradient(#009ad0, #007ab7);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0 ); }
	    #center_column.col-sm-9 .col-md-3 .add_to_cart_bottom .exclusive:before {
	      font-family: "FontAwesome";
	      position: relative;
	      top: 0;
	      left: 0;
	      bottom: 0;
	      color: #fff;
	      font-size: 25px;
	      line-height: 47px;
	      text-shadow: 0 1px #015883;
	      content: "\f07a";
	      z-index: 2;
	      width: 51px;
	      text-align: center;
	      border: none;
	      -moz-border-radius: 0;
	      -webkit-border-radius: 0;
	      border-radius: 0; }
	      @media (max-width: 991px) {
	        #center_column.col-sm-9 .col-md-3 .add_to_cart_bottom .exclusive:before {
	          display: none; } }
	    #center_column.col-sm-9 .col-md-3 .add_to_cart_bottom .exclusive.added:before {
	      content: "\f00c"; }
	    #center_column.col-sm-9 .col-md-3 .add_to_cart_bottom .exclusive.added.disabled:before, #center_column.col-sm-9 .col-md-3 .add_to_cart_bottom .exclusive.disabled:before {
	      content: "\f110";
	      animation: 2s linear 0s normal none infinite spin;
	      -webkit-animation: 2s linear 0s normal none infinite spin;
	      -moz-animation: 2s linear 0s normal none infinite spin;
	      border: none; }
	    #center_column.col-sm-9 .col-md-3 .add_to_cart_bottom .exclusive:after {
	      background: none;
	      position: absolute;
	      top: 0;
	      bottom: 0;
	      left: 51px;
	      content: "";
	      width: 1px;
	      z-index: 2; }

@media (max-width: 991px) {
	      #center_column.col-sm-9 .col-md-3 .add_to_cart_bottom .exclusive:after {
	      display: none; } }

#center_column.col-sm-9 .col-md-3 .add_to_cart_bottom .exclusive span {
	      font-weight: 500;
	      font-size: 18px;
	      line-height: 22px;
	      border: none;
	      border-top: 1px solid #006fa8;
	      text-shadow: 0 1px #015883;
	      padding: 12px 16px 14px;
	      color: #fff;
	      display: block !important;
	      -moz-border-radius: 0;
	      -webkit-border-radius: 0;
	      border-radius: 0;
	      -moz-transition: all 0.3s ease;
	      -o-transition: all 0.3s ease;
	      -webkit-transition: all 0.3s ease;
	      transition: all 0.3s ease; }
	      @media (max-width: 1199px) {
	        #center_column.col-sm-9 .col-md-3 .add_to_cart_bottom .exclusive span {
	          font-size: 16px; } }
	      @media (max-width: 991px) {
	        #center_column.col-sm-9 .col-md-3 .add_to_cart_bottom .exclusive span {
	          padding: 8px 12px 10px;
	          text-align: center; } }

#center_column.col-sm-9 .col-md-3 .add_to_cart_bottom .exclusive:hover {
	      background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	      background-size: 100%;
	      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
	      background-image: -moz-linear-gradient(#007ab7, #009ad0);
	      background-image: -webkit-linear-gradient(#007ab7, #009ad0);
	      background-image: linear-gradient(#007ab7, #009ad0);
	      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007ab7', endColorstr='#009ad0',GradientType=0 );
	      background-position: 0 0; }
