/********************* XPERTWEB.CO.UK ***********
Custom Settings
************************************************/

/********************* XPERTWEB.CO.UK ***********
Defaults
************************************************/
.wc-memberships-content-restricted-message {
    display: none !important;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
body {
    color: #191919;
    background-color: #ffffff;
    font-size: 1em;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
a {
    cursor: pointer !important;
    color: #a3aa95 !important;
}

a:hover {
    color: #000000 !important;
}

.mw {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
html body .woocommerce-info, body .woocommerce-message {
    padding: 0px !important;
    margin: 10px 0 10px 0 !important;
    background-color: #fff !important;
    color: #000 !important;
    border: 0px solid !important;
}
.wdm-course-grid .wdm-price {
    color: #000000 !important;
}
.wdm-caption {
    display: block !important;
}

body .woocommerce .woocommerce-MyAccount-navigation-link--scheduled-orders,body .woocommerce .woocommerce-MyAccount-navigation-link--downloads,body .woocommerce .woocommerce-MyAccount-navigation-link--subscriptions {
    display: none !important;
}
.eb-primary {
        max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
body .wdm-btn:hover {
    background-color: #000000;
    box-shadow: none !important;
}
.eb-primary .entry-title {
    text-align: center;
    margin-bottom: 20px !important;
}
.eb_join_button .wdm-btn {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.nocomments, .eb-cat-wrapper {
    display: none;
}
body .wdm-btn {
    display: block !important;
    background-color: #a3aa95 !important;
    color: #000000 !important;
}
.eb-course-desc-wrapper {
    clear: both;
    border-top: 0px solid #ffffff !important;
}
.prim {
    background-color: #000000;
}

.alt {
    background-color: #a3aa95;
}

.third {
    background-color: #ffffff;
}

.fourth {
    background-color: ;
}

.grey {
    background-color: #f4f4f4
}

.black {
    background-color: #191919
}

.white {
    background-color: #ffffff
}

.tprim {
    color: #000000;
}

.talt {
    color: #a3aa95;
}

.tthird {
    color: #ffffff;
}

.tfourth {
    color: ;
}

.tgrey {
    color: #f4f4f4
}

.tblack {
    color: #191919
}
.ablack a {
    color: #191919 !important;
}
.ablack a:hover {
    color: #a3aa95; !important;
}
.twhite {
    color: #ffffff
}

.br {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.flexcenter {
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1 {
    font-weight: 100 !important;
    font-size: 4.5em;
    margin-bottom: 0px !important;
}
h2 {
    font-weight: 500 !important;
    font-size: 2.3em;
    color: #a3aa95;
    margin-top: 0px !important;
}

.flexslider h5 {
    font-weight: 200 !important;
    font-size: 3.5em;
    margin-bottom: 10px !important;
}
.flexslider h6 {
    font-weight: 500 !important;
    font-size: 1.8em;
    color: #a3aa95;
    margin-top: 0px !important;
}
.metaslider.ms-theme-outline .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a {
    background: transparent !important;
    border:  2px solid #a3aa95 !important;
}
.metaslider.ms-theme-outline .flexslider ol.flex-control-nav li a.flex-active {
    background: #a3aa95 !important;
    border-color:  #a3aa95 !important;
}
.sep {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border: 0;
    border-bottom: 0px solid #eee !important;
    clear: none;
    display: block;
    height: 6px;
    position: relative;
    background-position: center center;
    background-repeat: repeat-x;
    background-image: url(/wp-content/themes/purpldigitltheme/images/line.png);
}
}
/********************* XPERTWEB.CO.UK ***********
Form Features
************************************************/
label {
    width: 100% !important;
}
input[type="text"],input[type="password"],input[type="email"],input[type="tel"], textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #eee;
    padding: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    margin-top: 5px;
}
select {
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url('https://bellamarietrainingacademy.com/wp-content/themes/purpldigitltheme/images/down-arrow.png');
    background-color: #fff;
}
/********************* XPERTWEB.CO.UK ***********
Skew / Rotate
************************************************/
.skew {
    -webkit-backface-visibility : hidden;
    transform: skew(0deg, -4deg) ;
    -webkit-transform: skew(0deg, -4deg) ;
    -moz-transform: skew(0deg, -4deg) ;
    -o-transform: skew(0deg, -4deg) ;
    -ms-transform: skew(0deg, -4deg) ;
}
.unskew {
    transform: skew(0deg, 4deg) ;
    -webkit-transform: skew(0deg, 4deg) ;
    -moz-transform: skew(0deg, 4deg) ;
    -o-transform: skew(0deg, 4deg) ;
    -ms-transform: skew(0deg, 4deg) ;
}
.topskew {
    padding-top: 400px;
    margin-top: -400px;
}
/********************* XPERTWEB.CO.UK ***********
Main Menu
************************************************/

ul {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0em !important;
    -webkit-margin-after: 0em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important;
}
.mainmenu {
    font-size: 1.1em;
    text-align: left;
    -webkit-padding-start: 0px !important;
    margin-bottom: 0 !important;
    border-bottom: 0px solid #a3aa95;
    display: inline-block;
    float:none;
    text-transform: uppercase;
    font-weight: 400;
}

.mainmenu a {
    color: #fff;
}

.mainmenu a:hover {
    color: #a3aa95 !important;
}



.mainmenu li {
    display: inline-block;
    list-style: none;
    list-style-type: none;
;
    cursor: pointer;
}
.mainmenu li a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.mainmenu li:first-of-type {
    padding-left: 0px !important;
}
.mainmenu li:last-of-type {
    padding-right: 0px !important;
}
/**** Hover Sub Menu ****/

.sub-menu li {
    display: none;
}

#menuarea ul ul {
    top: 58px;
}

.mainmenu li:hover .sub-menu {
    z-index: 99;
    position: absolute;
    margin-left: -50px;
    text-align: left;
    margin-top: 6px;
    background-color: #a3aa95;
    color: #fff !important;
}


.sub-menu li,.sub-menu li:first-of-type {
    
}
.mainmenu li a {
    color: #000000 !important;
}
.mainmenu .current-menu-item a {
    color: #a3aa95 !important;
}
.mainmenu .sub-menu .current-menu-item a {
    color: #fff !important;
}
.sub-menu li a {
    color: #fff;
    padding: 10px;
}

.mainmenu li:hover .sub-menu li {
    display: block;
    color: #fff;
    width: 225px;
}

.mainmenu li:hover .sub-menu li a {
    display: block;
    color: #fff !important;
    padding: 10px 10px 10px 10px !important;
    
}


/**** Third Level ******/

.mainmenu li ul li ul {display: none !important}
.mainmenu li ul li:hover ul {
    display: block !important;
    left:225px;
    top:0px;
}

/**** Third Level END ******/

.mainmenu li:hover .sub-menu li a:hover {
    color: #a3aa95;
    background-color: #000000;
}

.mainmenu li:hover > a {
    color: #000000;
}


/**** Hover Sub Menu End ****/


.footermenu {
    font-size: 1.1em;
    text-align: left;
    -webkit-padding-start: 0px !important;
    margin-bottom: 0 !important;
    border-bottom: 0px solid #a3aa95;
    display: inline-block;
    float:none;
    text-transform: uppercase;
    font-weight: 400;

}

.footermenu a {
    color: #fff;
}

.footermenu a:hover {
    color: #a3aa95 !important;
}



.footermenu li {
    display: inline-block;
    list-style: none;
    list-style-type: none;
;
    cursor: pointer;
}
.footermenu li a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.footermenu li:first-of-type {
    padding-left: 0px !important;
}
.footermenu li:last-of-type {
    padding-right: 0px !important;
}
/**** Hover Sub Menu ****/

.sub-menu li {
    display: none;
}

.footermenu li:hover .sub-menu {
    z-index: 99;
    position: absolute;
    margin-left: -50px;
    text-align: left;
    margin-top: 8px;
    background-color: #000000;
    color: #fff;
}


.sub-menu li,.sub-menu li:first-of-type {
    
}
.footermenu li a {
    color: #000000 !important;
}
.footermenu .current-menu-item a {
    color: #a3aa95 !important;
}
.sub-menu li a {
    color: #fff;
    padding: 10px;
}

.footermenu li:hover .sub-menu li {
    display: block;
    color: #fff;
    width: 225px;
}

.footermenu li:hover .sub-menu li a {
    display: block;
    color: #fff;
    padding: 10px 10px 10px 10px !important;
    
}

.footermenu li:hover .sub-menu li a:hover {
    color: #000000;
    background-color: #a3aa95;
}

.footermenu li:hover > a {
    color: #000000;
}
/********************* XPERTWEB.CO.UK ***********
Header
************************************************/


/********************* XPERTWEB.CO.UK ***********
Menu
************************************************/

/********************* XPERTWEB.CO.UK ***********
CTA
************************************************/
#ctabanner {
    text-align: center;
    font-size: 2em;
    color: #fff;
}
.ctabutton {
    display: inline-block;
    color: #fff !important;
    background-color: #ffffff;
    font-size: 0.5em;
    padding: 15px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}
.ctabutton:hover {
    color: #fff !important;
    background-color: #000000;
}

.bridge-woo-associated-courses {
    display: none !important;
}

.wi_btn_buy_now {
    display: none !important;
}
.single_add_to_cart_button {
    margin-bottom: 20px !important;
}
/********************* XPERTWEB.CO.UK ***********
Footer
************************************************/
.hoverwhite a:hover {
    color: #fff !important;
}
#footer {
    color: #000 !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('https://bellamarietrainingacademy.com/wp-content/themes/purpldigitltheme/images/footerlogo.png');
    
}
#footer a:hover {
    color: #a3aa95; !important;
}
.socialmedia {
    padding-bottom: 20px;
}

.socialmedia a {
    font-size: 2em;
    padding-left: 10px;
    padding-right: 10px;
}

#footerlink {
    color: #000 !important;
}
#footerlink a {
    color: #000 !important;
}
#footerlink a:hover {
    color: #a3aa95; !important;
}


.carousel-item a:hover {
    color: #fff !important;
    font-weight: bold !important;
}

.onsale {
    display: none;
}

.woocommerce ul.products li.product .price {
    color: #000 !important;
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: 1em !important;
    text-decoration: none !important;
}
.woocommerce ul.products li.product .price del {
    display: none !important;
}
.wc_payment_methods li {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
/********************* XPERTWEB.CO.UK ***********
Footer Menu
************************************************/


/********************* XPERTWEB.CO.UK ***********
Blog Page
************************************************/


/**** Navigation Footer ****/
#nav-posts {
    margin-bottom: 40px;
    text-align: center;
}
#nav-posts div {
    display: inline-block;
}
#nav-posts div a {
    width: 200px;
    padding: 12px;
    background-color: #a3aa95;
    margin: 0 10px 0 10px;
    color: #fff !important;
    font-weight: 600;
}
#nav-posts div a:hover {
    background-color: #000000;
    
}

/********************* XPERTWEB.CO.UK ***********
WOOCOMMERCE / Default Override
************************************************/
body .woocommerce-error, body .woocommerce-info, body .woocommerce-message {
    padding: 15px 15px 15px 15px !important;
    margin: 10px 0 10px 0 !important;
    background-color: #000000 !important;
    color: #fff !important;
    border: 0px solid !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button, button, input[type="submit"] {
    padding: 8px !important;
    font-weight: 700 !important;
    border-radius: 0px !important;
    color: #fff !important;
    background-color: #a3aa95 !important;
    font-size:0.9em !important;
    border: 0px solid !important;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, button:hover,.woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover {
    background-color: #000000 !important;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before, .select2-container .select2-choice .select2-arrow b {
    content: "" !important;
    display: none !important;
}
.select2-container .select2-choice {
    padding: 5px !important;
    border: 1px solid #eee !important;
    color: #171717 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background-position: right 50% !important;
    background-repeat: no-repeat !important;
    background-image: url('https://bellamarietrainingacademy.com/wp-content/themes/purpldigitltheme/images/down-arrow.png') !important;
    background-color: #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select2-drop-active {
    border: 1px solid #eee !important;
    border-top: none !important;
}
.select2-results .select2-highlighted {
    background-color: #a3aa95 !important;
    color: #fff !important;
    border-radius: 3px;
    margin-left: 3px !important;
}
.woocommerce-MyAccount-navigation {
    background-color: #a3aa95 !important;
    padding: 8px;
    margin-bottom: 15px;
}
.woocommerce-MyAccount-navigation a {
    color: #fff !important;
}
.woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}
/********************* XPERTWEB.CO.UK ***********
Top Image Size Width
************************************************/
#topimg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.isize img {
    width: 100%;
    height: auto !important;
}
/********************* XPERTWEB.CO.UK ***********
Accordion
************************************************/
#faq h2 {
    text-align: center;
}
.accordion p {
    text-align: left !important;
}
.accordion {
	list-style: none;
	padding: 2px;
    display: block;
    
}
.accordion > li:first-of-type {
    margin-top:0px !important;
}
.accordion > li {
	display: block;
	list-style: none;
    margin-left: 0 !important;
    border: 2px  solid #eee;
    background-color: #fff;
    margin-top:15px;

    text-align: left !important;
    
    
}
.accordion > li > span {
	display: block;
	margin: 4px 0;
	background-image: url('https://bellamarietrainingacademy.com/wp-content/themes/purpldigitltheme/images/closed.png');
    background-position: 98% center;
	background-size: 25px;
	cursor: pointer; font-size:16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px;
    background-repeat: no-repeat;
    padding-right: 35px;
}
.accordion > li > div {
	list-style: none;
	padding: 6px;
	display: none; overflow:auto
}
.accordion > ul li {
	font-weight: normal;
	cursor: auto;
	padding: 0 0 0 7px;
}
.accordion > ul {
	position: relative;
}

.accordion a {
	text-decoration: none;
}
.accordion li > span:hover {
}
.accordion li > span.active {
    background-image: none;
    background-position: 98% center;
	background-size: 25px;
    color: #000000 !important;
    background-repeat: no-repeat;
    
    
}

.activetab {
    background-color: #a3aa95 !important;
    border-bottom: 1px solid #a3aa95 !important;
}
.activetab div {
    font-size: 1em;
    padding: 0px 15px 15px 15px !important;
    display: block;
    color: #fff;
}
.activetab ul {
    margin-left: 0px;
    padding-left: 0;
}
.activetab ul li {
    margin-bottom: 10px;
}
.activetab ul li p {
    margin-top: 10px;
}


    #pl-calculator-light-app {
        margin-top: 20px !important;
    }
#pl-calculator-light-app img {
        float: left !important;
    }

.cart_item .product-thumbnail img {
    max-width: 100px !important;
}
.woocommerce table.shop_table {
    margin-top: 50px !important;
}


.attachment-post-thumbnail {
    width: 100% !important;
    height: auto !important;
}

#promomessage h5 {
    line-height: 1.5em;
    font-weight: 400 !important;
}
#promomessage a {
    font-size: 1em;
    padding: 15px !important;
    margin: 10px 10px 10px 10px !important;
    display: inline-block;
    color: #000000 !important;
    background-color: #ffffff !important;
    border: 2px solid #000000 !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    width: 200px;
}
#promomessage a:hover {
    color: #ffffff !important;
    background-color: #000000 !important;
}
#contactbar a {
    color: #000000 !important;
}
#contactbar a:hover {
    color: #ffffff !important;
}
.accredsarea {
    text-align: center !important;
}
.accredsarea img {
    display: inline-block !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    height: 100px !important;
    margin-top: 30px;
    width: auto !important;
    text-align: center;
}



.wpcf7 {
    border: 1px solid #000;
    padding: 20px;
}
.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 input[type=tel], .wpcf7 textarea {
    width: 100% !important;
    border: 1px solid #000;
}

.wpcf7 label {
    width: 100%;
}
/********************* XPERTWEB.CO.UK ***********
RESPONSIVE
************************************************/
@media screen and (max-width:850px) { 
.caption-wrap .caption {
    font-size: 0.5em !important;
}
#contactbar .col-xs-6 {
    width:100% !important;
    text-align: center !important;
}
}
@media screen and (max-width:765px) { 
    #menuarea {
        display: none;
    }
    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 1.5em;
    }
}
@media screen and (max-width:760px) { 
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 45% !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
    margin-bottom: 25px !important;
    display: inline-block !important;
    float: none !important;
    vertical-align: top !important;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
    clear: none !important;
}
    
    .leftsingle, .rightsingle {
        display: block !important;
        width: 100% !important;
        float: none !important;
    }
    .rightsingle .price {
        padding-top: 50px !important;
    }


}


@media screen and (max-width:600px) { 
.caption-wrap .caption {
    display: none !important;
}
.col-xs-12 p {
        font-size: 15px !important;
    }
    #header .col-xs-12 a img {
        max-width: 80% !important;
    }
    #footermenu {
        display: none !important;
    }
}


@media screen and (max-width:500px) { 
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100% !important;
    margin-left: 0% !important;
    margin-right: 0% !important;
}
    #header .col-xs-12 a img {
        max-width: 70% !important;
    }
h1 {
        font-size: 2.3em;
    }
    h2 {
        font-size: 1.2em;
    }
    
    #contactbar .col-xs-6 {
    font-size: 0.8em;
        line-height: 1.7em;
}
    
}
/********************* XPERTWEB.CO.UK ***********
Media Screen Defaults
************************************************/

#responsive-menu a {
    color: #ffffff !important;
}

@media screen and (min-width:701px) {
.woocommerce-MyAccount-navigation ul li {
        display: inline-block !important;
}
}
    
@media screen and (max-width:700px) {  

.woocommerce-MyAccount-navigation ul:before {
        content: "View Account Menu";
}
.woocommerce-MyAccount-navigation .open:before {
        content: "Hide Account Menu" !important;
}
.woocommerce-MyAccount-navigation ul li {
        display: none;
}
.woocommerce-MyAccount-navigation .showmenu {
        display: block;
}

}




.blogdiv h2 {
    font-weight: 300 !important;
    font-size: 2em !important;
    margin-bottom: 10px;
}
.blogdiv:hover a {
    color: #000000 !important;
}

.blogtitleh2 {
    font-size: 2.5em !important;
    font-weight: 200 !important;
}
/********************* XPERTWEB.CO.UK ***********
Media Screen Custom
************************************************/


hr {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
    border: 0;
    border-bottom: 0px solid #eee !important;
    clear:none;
    display:block;
    height: 6px;
    position: relative;
    background-position: center center;
    background-repeat: repeat-x;
    background-image: url('https://bellamarietrainingacademy.com/wp-content/themes/purpldigitltheme/images/line.png');
}

hr::after {
    content: "";
    background-color: #a3aa95 !important;
    width: 125px;
    height: 6px;
    display: block;
    margin: 0px auto 0px auto;
    z-index: 100;
    position: absolute;
    left:0;
    right:0;
    clear: both;
}

.linedark {
    background-image: url('https://bellamarietrainingacademy.com/wp-content/themes/purpldigitltheme/images/linedark.png') !important;
}
.owl-dot {
    background-color: transparent !important;
}
.owl-theme .owl-dots .owl-dot span {
    background:#a3aa95 !important;
    border: 3px solid #a3aa95 !important;
}
.tss-wrapper .owl-theme .owl-dots .owl-dot span {
    opacity: 1 !important;
    background: #000000 !important;
    border: 3px solid #fff !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 20px !important;
    height: 20px !important;
}
.tss-wrapper .owl-theme .owl-dots .owl-dot.active span {
    background: #a3aa95 !important;
    border: 3px solid #a3aa95 !important;
}
button:active {
    outline: none !important;
}
.author-name {
    font-weight: 300 !important;
    font-size: 1.2em !important;
    color: #a3aa95 !important;
    margin-bottom: 20px !important;
}
.metaslider.ms-theme-outline .flexslider ol.flex-control-nav:not(.flex-control-thumbs), .metaslider.ms-theme-outline ul.rslides_tabs, .metaslider.ms-theme-outline div.slider-wrapper .nivo-controlNav:not(.nivo-thumbs-enabled) {
    -webkit-box-pack: left !important;
    -ms-flex-pack: left !important;
    justify-content: left !important;
    padding: 0 !important;
    left: 50px !important;
    bottom: 40px !important;
}

.metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap .caption, .metaslider.ms-theme-outline .rslides .caption-wrap .caption, .metaslider.ms-theme-outline div.nivoSlider .nivo-caption {
    font-size: .9rem;
    padding: 20px 30px 65px 50px !important;
    text-align: left !important;
}
.metaslider.ms-theme-outline .flexslider ul.slides .caption-wrap, .metaslider.ms-theme-outline .rslides .caption-wrap, .metaslider.ms-theme-outline div.nivoSlider .nivo-caption {
    background: rgba(0,0,0,0) !important;
    background:none !important;
   
}

.summary h2 {
  display: none;   
}

.reset_variations {
display: none !important;
}


.quantity {
    display: none !important;
}

.variations .label {
    display: block;
    color: #000000 !important;
    text-align: left;
    font-size: 18px !important;
    display: block;
}

.leftsingle {
    display: inline-block;
    width: 65%;
    margin-right: 5%;
    float: left;
}
.rightsingle {
    display: inline-block;
    width: 25%;
    float:right;
}
.summary h1 {
    font-size: 2.5em !important;
    text-align: center;
    margin-top: 45px;
    font-weight: 200 !important;
}
.rightsingle .price {
    font-size: 2em;
    color: #a3aa95 !important;
    margin-bottom: 30px;
}
.rightsingle .variations {
    width: 100% !important;
}
.variations .label {
    display: block !important;
    padding: 0 !important;
    font-weight: normal !important;
}
.variations .value {
    display: block !important;
    padding: 0 0 20px 0 !important;
}
.su-spoiler-title {

    font-weight: 200 !important;
    font-size: 25px !important;
}
.su-accordion .su-spoiler {
    margin-bottom: 0.5em;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.su-spoiler-style-default > .su-spoiler-title { outline: none; }

.su-spoiler-style-default > .su-spoiler-title:focus { outline: none; }

.su-spoiler-style-default > .su-spoiler-title:hover { color: #a3aa95 !important; }

@media screen and (max-width:1200px) { 


}

@media screen and (max-width:1100px) { 



}