/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


 .watch-recommendation{
    display: flex;
 }

 .watch-recommendation .recommendation-thumb{
    max-width: 85px;
 }

 /* Container class for toggle entire */
 .wf_spec_accordion{
 }

/* Container class for each toggleable element */
 .wf_spec_accordion .wf_toggle{
    border: 1px solid #d9d9d9;
    border-top-color: #eeeeee;
    border-bottom-color: #eeeeee;
    border-width: 1px 0px;
    background-color: RGBA(255,255,255,0);
    padding: 20px;
    overflow:hidden;
    max-height: 55px;
    transition: max-height 300ms ease-in-out;
 }
 .wf_spec_accordion .wf_toggle.wf_toggle_open{
    max-height: 300px;
 }

 .wf_spec_accordion .wf_toggle .wf_toggle_title{
    font-size: 14px !important;
    font-weight: 700;
    text-transform: uppercase;
    color: #333 !important;
    cursor: pointer;
    position: relative;
    padding: 0 50px 0 0;
    font-family: 'Karla',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 900;
 }

 .wf_spec_accordion .wf_toggle .wf_toggle_title::after{
    color: #333333;
    font-family: ETmodules!important;
    font-weight: 400!important;
    content: "\33"!important;
    right: 0;
    left: auto;
    top: 50%;
    margin-top: -0.5em;
    font-size: 16px;
    position: absolute;
 }
 .wf_spec_accordion .wf_toggle.wf_toggle_open .wf_toggle_title::after{
    content: "\32"!important;
 }

 .wf_spec_accordion .wf_toggle .wf_toggle_body{
    padding-top: 16px;
    width: 100%;
 }

 .wf_spec_accordion .wf_toggle .wf_toggle_body .row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
 }

 .wf_spec_accordion .wf_toggle .wf_toggle_body .row .col-lg-6{
    width: 50%;
 }
 

 .wf_spec_accordion .wf_toggle.wf_toggle_open .wf_toggle_body{
    display: inline-block;
 }

 .wf_spec_accordion .wf_toggle .wf_toggle_body .spec-title,
 .wf_spec_accordion .wf_toggle .wf_toggle_body .spec-value{
    width: 100%;
    display: block;
    font-size: 14px;
 }
 .wf_spec_accordion .wf_toggle .wf_toggle_body .spec-value{
    font-weight: normal;
    color: #707070;
    margin-bottom: 16px;
 }
 .wf_spec_accordion .wf_toggle .wf_toggle_body .spec-title{
    font-weight: bold;
    margin-bottom: 4px;
 }

 .dm-circle-expand #dm-menu.nav li.menu-item-has-children {
   margin-bottom: 0px !important;
 }