.specborder, .specborder td, .specborder th {
    padding: 5px;
}


.img-hover-tippy {
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    height: 100%;
}
.lb-img-hover-tippy {
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    height: 100%;
}
.tippy-box {
    background: rgba(0, 0, 0, 0.7);
}


.main_img_slider {
    position:relative;
    /* width: 400px; */
    width: 100%;
    box-shadow: 8px 9px 12px 1px rgba(0,0,0,0.08);
    border-radius: 5px;
    border: 2px ridge #e5e5e5;
}
.flexslider {
    margin: 0 0 0 0;
}
.flexslider img {
    cursor: pointer;
}
.sf-with-ul {
    z-index: 99;
}
#slider {
    height: 350px;
    background: #e5e5e5;
    border: none;
}
#carousel {
    background: none;
    border: none;
    padding-top: 10px;
}
#slider .slides img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    margin: auto;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#slider .slides li {
    height: 350px;
    text-align: center;
    vertical-align: middle;
}

#slider .flex-control-thumbs img {
    height: 121px !important;
    width: 100% !important;
    border: 1px solid #e5e5e5;
}
#slider .flex-prev {
    padding: 160px 10px 160px 10px !important;
    top: 0 !important;
}
#slider .flex-next {
    padding: 160px 10px 160px 10px !important;
    top: 0 !important;
}
.flex-direction-nav a {
    display:none;
}

#direct_slider_left {
    left: -20px;
}
#direct_slider_right {
    right: -20px;
}
.custom_flexslider_nav {
    opacity: 0;
    transition: 0.8s;
    position: absolute;
    padding-top: 18px;
    padding-bottom: 18px;
    z-index: 99;
}

#direct_slider_left.fadeIn {
    left: 0px;
    opacity: 1;
}
#direct_slider_right.fadeIn {
    right: 0px;
    opacity: 1;
}

#carousel .slides li {
    cursor: pointer;
    height: 70px;
    /* background-color: #f2f2f2; */
    opacity: 0.4;
    text-align: center;
    vertical-align: middle;
}
#carousel .slides img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    margin: auto;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    box-shadow: 2px 2px 12px -2px rgba(0,0,0,0.2);
    border-radius: 4px;
}

#carousel.flex-centered .slides {
    width: 100% !important; 
    text-align: center;
}
#carousel.flex-centered .slides li{
    display: inline-block !important; *display: inline !important; 
    float: none !important;
}

#carousel .slides li.flex-active-slide {
    opacity: 1;
}


#zoom_icon_wrapper {
    right: 0;
    top: 0;
    transition: 0.3s;
    position: absolute;
    z-index: 5;
    text-align: right;
    opacity: 0.6;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 55px 55px 0;
    border-color: white white transparent transparent;
    line-height: 0px;
    _border-color: #000000 white #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#zoom_icon_wrapper.fadeIn {
    opacity: 1;
}
#zoom_icon_wrapper:hover{
    opacity: 1;
}
#zoom_lightbox_icon {
    right: 0;
    margin-left: 26px;
    margin-top: 7px;
}

span.price--currency_symbol {
    font-size: 18px;
    float: left;
    line-height: 1em;
}
span.price--amount {
    font-size: 18px;
    float: left;
    line-height: 1em;
}
span.price--cents {
    font-size: 18px;
    float: left;
    line-height: 1em;
}


.specs_main_ul {
    margin-left: -25px;
    line-height: 25px;
    list-style: none;
}
.main_specs_table {
    width: 100%;
}
.main_specs_table td { 
    border: 1px solid #b8b8b8;
    padding: 5px;
    background-color: #f5f5f5;
}
.main_specs_table tr:last-child td {
}
.main_specs_table td.dark {
    background-color: #ebebeb;
}
.main_specs_table td:first-child { 
    background-color: #e4e4e4;
    font-size: 12px;
    padding-left: 12px;
}
.main_specs_table td:not(:last-child) {
    width:1%;
    white-space:nowrap;
}
.main_specs_table td:last-child { 
}
.main_specs_table td:not(:first-child) {
    font-size: 12px;
    padding-left: 12px;
}
.spec_entry {
    z-index: 5;
    color: black;
}
td.empty_td {
    background-color: #f0f0f0 !important;
    border-left: none;
    border-right:none;
}




/* TABS */
li.ui-state-default {
    display: inline-block;
    overflow: hidden;
    width: auto;
    background-color: #d6d6d6;
    border-collapse: collapse;
    text-align: center;
    border: 1px solid #c2c2c2;
    border-bottom: 2px solid #c2c2c2;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 12px;
}
li.ui-state-default.ui-state-active {
    border-bottom: none;
    margin-top: -2px;
    background-color: rgb(240, 240, 240);
}
li.ui-state-default a{
    color: #999999;
}
li.ui-state-default.ui-state-active a{
    color: black;
}
.ui-tabs-anchor {
    text-decoration: none;
    color: black;
    padding: 6px 28px;
    width: auto;
    margin: auto;
    display: block;
    text-align: center;
}
.ui-tabs-anchor:hover {
    text-decoration: none;
    color: #858585;
}
.tab_links {
    display: inline-flex;
    padding: 0;
    margin: 0;
}
.tab-content {
    width: 962px;
       margin-top: -1px;
    padding: 17px 20px 18px 20px;
    border: 1px ridge #c2c2c2;
    background-color: #f0f0f0;
}
a:focus, li:focus {
    text-decoration: none;
    outline: none;
    color: black;
}
/* .tab-content ul {
    padding: 0;
    margin: 0;
} */
.rich_content_wrapper img {
    margin: 0px 15px;
}

.rich_content_wrapper table th, .rich_content_wrapper table td {
    padding: 3px 12px;
}
.rich_content_wrapper table tbody {
    border: 1px solid #b8b8b8;
}
.rich_content_wrapper table th {
    padding: 4px;
    font-size: 12px;
    background-color: #e4e4e4;
}
.rich_content_wrapper table th[scope="row"] {
    padding-left: 10px;
}
.rich_content_wrapper table tr:nth-child(even) {
    background-color: #ebebeb;
}
.rich_content_wrapper table tr:nth-child(odd) {
    background-color: #f5f5f5;
}
.rich_content_wrapper table td {
    font-size: 12px;
}



.accessory_cell {
    margin: 3px;
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: 220px;
    height: 315px;
}

.accessory_detail_wrapper.allow_hover:hover .accessorythumb {
    opacity: 0.1;
}
.accessory_detail_wrapper.allow_hover:hover .accessory_bulletpoints_wrapper,  .accessory_detail_wrapper.allow_hover:hover .accessoryhoverrow{
    display: table-row;
}

.accessory_detail_wrapper_container {
    position: relative;
    height: 216px;
    width: 216px;
    top: 2px;
    margin: auto;
    border-bottom: 1px solid #c0c0c0;
}


.modified_accessories .cell_row.price-h .accessory_cell {
    height: 315px;
}
.modified_accessories .cell_row .accessory_cell {
    height: 285px;
    width: 220px;
}
.modified_accessories .accessory_detail_wrapper_container {
    width: 172px;
}

.accessory_detail_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 4;
}
.accessoryhovercontainer {
    height: 100%;
    width: 100%;
    position: absolute;
    display: table;
    top: 0;
}
.accessory_bulletpoints_wrapper {
    position: relative;
    display: none;
    font-size: 11px;
    width: 100%;
    z-index: 2;
    top: 0;
}
.accessory_bulletpoints_wrapper ul {
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    top: 0;
    bottom: 0;
    height: fit-content;
    padding: 0px 10px 0px 20px;
}
.accessorythumb {
    background-size: contain;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 215px;
    opacity: 1;
    transition: opacity 0.2s;
}
.accessoryhoverthumb {
    display: table-cell;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 65px;
    width: 100%;
}
.accessoryhoverrow {
    display: none;
    height: 65px;
    width:100%;
}
.accessoryname {
    display: table;
    position: relative;
    height: 60px;
    text-align: center;
    padding: 0;
    width: 100%;
    font-weight: bold;
}
.accessoryname > span {
    padding: 0px 5px;
    font-size: 11px;
    display: table-cell;
    vertical-align: middle;
}
select.variation {
    z-index:3;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    font-size: 11px;
    width: calc(100% - 12px);
    margin: auto;
    height: 30px;
}

.accessory_pricing_wrapper {
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    width: 100%;
}

.hidden-anchor-cell {
	display: block;
    position: relative;
	float: left;
    top: -150px;
    visibility: hidden;
}

.single_cell_anchor {
    overflow: auto;
    z-index: 1;
    border: 2px solid #c0c0c0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.accessory_cell:hover > a.single_cell_anchor.linked, .accessory_cell:hover .accessory_detail_wrapper_container {
    border-color: #8a8a8a;
}

.selectprice {
    font-size: 11px;
    margin-right: 10px;
}
.orderbtn {
    margin-top: 6px;
}

.SumoSelect{
    width: auto;
}

.item_order_btn_tab_section {
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 11px;
    background: #1e71a8;
    padding: 6px 8px 6px 8px;
    text-decoration: none;
    cursor: pointer;
}

.item_order_btn_tab_section:hover {
    color: #ffffff;
	background: #114b70;
	text-decoration: none;
}

.swal2-confirm{
    background-color: #1b5983 !important;
}

.swal2-cancel{
    background-color: #125c13 !important;
}